/*
 Theme Name:   Kurkea
 Theme URI:    https://kurkea.com
 Description:  Personalización de GeneratePress para Kurkea
 Author:       EBWEB
 Author URI:   https://ebweb.es/
 Template:     generatepress
 Version:      0.1
*/

/*****************************************************/
/******************* VARIABLES ***********************/
/*****************************************************/

:root{
--dorado: #e59c38;
--azul: #0a3989;
}

.azul{
color: var(--azul);
}

.dorado{
color: var(--dorado);
}

/*****************************************************/
/******************* CABECERA ***********************/
/*****************************************************/

.main-navigation {
background: transparent !important;
}

@media (min-width: 769px) and (max-width: 1130px) {
 .inside-header.grid-container{
 background: #fff !important;
 }
 .ajuste-top{
 margin-top: 50px;
 }
}

#masthead.site-header.has-inline-mobile-toggle:not(.page-id-19 #masthead.site-header.has-inline-mobile-toggle){
-webkit-box-shadow: 1px 5px 5px -3px rgba(0,0,0,0.2); 
box-shadow: 1px 5px 5px -3px rgba(0,0,0,0.2);
}

@media (min-width: 1130px){
.main-navigation .main-nav ul li a, .main-navigation.sticky-navigation-transition .main-nav > ul > li > a {
line-height: 40px !important;
}
.main-navigation .main-nav ul li a:not(.main-navigation .main-nav ul ul li a)::after {
 content: '';
 display: block;
 width: 0;
 height: 2px;
 background: var(--dorado);
 transition: width .2s;
 }
 .main-navigation .main-nav ul li a:hover:not(.main-navigation .main-nav ul ul li a)::after{
 width: 100%;
 transition: width .2s;
 }
}

@media (max-width: 1130px){
 .main-navigation .main-nav ul{
 padding-top:20px;
 }
 .main-navigation .main-nav ul li:hover{
 background:#f5f5f5;
 }
}

.sticky-enabled .main-navigation.is_stuck {
background: #fff !important;
}

/************ TOP BAR ***************/
.top-barra{
width: 100%;
background: var(--dorado);
}
.top-bar-div{
max-width: 1200px;
margin: 0 auto;
padding: 5px 40px;
display: flex;
flex-flow: row wrap;
}

.flex-tb-item  {
flex-basis:50%;
}

.flex-tb-item:nth-child(even)  {
text-align: right;
}
.flex-tb-item p.strong {
font-weight: 900;
}
.top-bar-div p{
font-size: 80%;
margin-bottom: 0px;
color: #fff;
}

.top-bar-div a{
color: #fff;
}

.top-bar-div p a {
text-decoration: none;
}
.top-bar-div p a:hover{
text-decoration: underline;
}

/*******************************/
/*en CSS hasta diciembre 2022 */

.entry-content ul, .entry-content ol{
margin-left: 2em;
}

.entry-content ul li:not(last-child){	
margin-bottom: 8px;
}

p span.strong{
font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
color: #292929;
}
.pl-mbn p:last-child{
margin-bottom:0px !important;
}
.fw-900 {
font-weight: 900 !important;
}

.separa-kurkea {
color: #9D9D9D;
}
#content .elementor-widget-text-editor ol, #content .elementor-widget-text-editor ul {
    margin: 0 0 1.5em 2em;
}
#content .elementor-widget-text-editor ol li, #content .elementor-widget-text-editor ul li{
    margin-bottom: 5px;
}

#content .elementor-widget-text-editor li::marker{
font-weight: 900;
}
/***** SVG *****/

.ast-social-color-type-custom{
width: 200px;
display: flex;
flex-flow: row wrap;
}

.ast-social-color-type-custom a, .ast-social-color-type-custom span {
font-size: 30px;
font-weight: bold;
text-align: center;
flex-basis: 40px;
}

.ast-social-color-type-custom svg{
fill: #fff ;
width: 32px;
height: 32px;
transition: all 0.2s ease-in-out; 

}

.ast-social-color-type-custom svg:hover {
fill: var(--dorado);
}

/* Caja de autor */
.author-boxi {
padding: 2% 2% 20px 2%;
margin-top: 70px;
font-size: 0.9em;
background-color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border: 2px solid #E5E5E5;
}
.author-boxi .avatar {
width: 85px;
min-width: 85px;
height: auto;
margin-right: 20px;
 border-radius: 100%;
}
.author-boxi h5.author-title {
margin-bottom: 0.3em;
font-weight: 700;
}
.author-boxi p.author-description {
margin-bottom: 15px;
}

.author-boxi a.autor-link-web{
display:block;
margin-bottom:6px;
font-size:14px;
}
.author-boxi .author-links a. {

}

@media (max-width: 768px) {
	.author-boxi {
	padding: 20px;
		padding-bottom: 25px;
		margin-top: 60px;
		flex-direction: column;
		text-align: center;
	}
	.author-boxi .avatar {
		margin-right: 0px !important;
		width: 100% !important;
		margin-top: -25px !important;

	}
	.author-boxi .avatar img {
		max-width: 100px;
	}
	.author-boxi .author-links a {
		float: none;
		align-self: center;
	}
	.author-boxi .author-description {
		margin-bottom: -0.1em;
	}
}


/* Caja de autor lateral*/
.author-boxi-lat {
padding: 25px 40px 25px 40px;
margin-top: 50px;
margin-bottom: 20px;
background-color: #fafbfb;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items:center;
}
.author-boxi-lat .avatar {
width: 85px;
height: auto;
margin-right: 20px;
border-radius: 100%;
}
.author-boxi-lat p.author-title {
margin-bottom: 0.3em;
font-weight: 700;
margin-bottom: 0px;
}
.author-boxi-lat p.author-description {
margin-bottom: 15px;
}

.author-boxi-lat a.autor-link-web{
display:block;
margin-bottom:6px;
font-size:14px;
}
.author-boxi-lat .author-links a. {

}
@media (max-width: 768px) {
 .author-boxi-lat {
 padding: 20px;
 padding-bottom: 25px;
 margin-top: 60px;
 flex-direction: column;
 text-align: center;
 }
 .author-boxi-lat .avatar {
 margin-right: 0;
 width: 100%;
 margin-top: -25px;
 }
 .author-boxi-lat .avatar img {
 max-width: 100px;
 }
 .author-boxi-lat .author-links a {
 float: none;
 align-self: center;
 }
 .author-boxi-lat .author-description {
 margin-bottom: -0.1em;
 }
}

/*************** FOOTER ******************/

body .generate-back-to-top, body .generate-back-to-top:visited {
left: 10px;
bottom: 60px;
right: unset;
border-radius: 0px;
}

#footer-widgets .widget-title {
font-size: 25px;
font-weight: 900;
}

#footer-widgets .custom-html-widget {
font-size: 15px !important;
}

#commentform.comment-form #author, #commentform.comment-form #email, #commentform.comment-form #url  {
width: 100%;
max-width: 100%;
}

p.datos-contacto{
margin-bottom: 12px;
border-bottom: 1px solid #f5f5f5;
padding-bottom: 12px;
}

.opacityhover a{
 transition: all .2s;
}
.opacityhover a:hover{
opacity:0.8;
}

a.boton-contacto, .ljoptimizer.boton-contacto {
background: var(--dorado);
display: inline-block;
color: #fff;
padding: 10px 25px;
font-size: 14px;
font-weight: 700;
line-height: 1.2em;
letter-spacing: 1px;
border-radius: 25px 25px 25px 25px;
text-decoration: none !important;
}


a.boton-contacto:hover, .ljoptimizer.boton-contacto:hover{
background: #fff;
color: var(--dorado);
}

.servicios-footer ul{
list-style-type: circle;
}
.servicios-footer ul li a{
color: #fff;
text-decoration: none;
}
.servicios-footer ul li a:hover{
color: var(--dorado);
}

/* BLOG */

/* animación en imagen blog */

/* 
ESTO QUITARLO
.post-image {
overflow: hidden;
}
.post-image a img{
transition: all 0.3s ease-in-out 0s;  
margin-bottom: 0px;
}

.post-image a:hover img{
transform: scale(1.05);
transform-origin: 50% 50%;
}
*/

.blog  .post-image {
line-height: 0px;
overflow: hidden;
}

.blog  .post-image a img{
transition: all 0.3s ease-in-out 0s; margin-bottom: 0px;
}

.blog  .post-image a:hover img{
transform: rotate(5deg) scale(1.2); transform-origin: 50% 50%;
}

@media (min-width: 1030px) {
 .single .content-area#primary {
 padding-bottom: 50px;
 }
}
/* Formulario de comentarios post */
@media (min-width: 1030px) {
 .comment-form {
 display: flex;
 flex-wrap: wrap; 
 justify-content: space-evenly;
 }
 .comment-form-comment{
 flex-basis: 99.5%;
 }
 #commentform.comment-form #author, #commentform.comment-form #email, #commentform.comment-form #url  {
 width: 100%;
 max-width: 100%;
 flex-basis: calc(33% - 5px);
 }
 .comment-form #author {
 margin-right: 0px;
 }
 .comment-form #email {
 margin-left: 8px;
 }
 .comment-form #url {
 margin-left: 8px;
 }
 .comment-form-policy {
 flex: 1;
 }
 .logged-in-as {
 flex: 1;
 }
 .comment-form-policy-top-copy, .form-submit {
 flex-basis: 100%;
 }
}

/* QUITAR DE CSS GENERATE PRESS SEPTIEMBRE */

p.rgpd_p {
	flex: 1;

/* TOC */

#toc_container{
padding: 20px 10px 20px 15px !important;
}
#toc_container ul{
margin-bottom: 5px;
}
#toc_container ul li ul li:first-child{
margin-top: 5px
}
#toc_container ul li:not(last-child){
margin-bottom: 5px;
}


/********* Barra lateral *************/


.single-post .inside-right-sidebar aside.widget{
border-radius: 15px !important;
}
@media (max-width: 968px) {
 .single-post .inside-right-sidebar {
 padding-right: 20px;
 }
}

.single-post .inside-right-sidebar .widget ul li {
padding-top: 5px;
padding-bottom: 15px;
border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}
.single-post .inside-right-sidebar .widget ul li a {
text-decoration: none;
}

.imagbarlat img{
transition: all .3s;
}
.imagbarlat:hover img{
opacity: 0.8;
}

/* BLOG Y POST */

.single #content > ol, .single #content > ul {
    margin: 0 0 1.5em 2em;
}
.single #content > ol li, .single #content > ul li{
    margin-bottom: 12px;
}

.single #content .gb-button {
border-radius: 25px;
background: var(--dorado);
}

.single #content .gb-button:hover{
background: var(--azul);
}


.inside-article .entry-summary .read-more-container a{
border-radius: 25px;
background: var(--dorado);
}

.inside-article .entry-summary .read-more-container a:hover{
background: var(--azul);
}

/* tuneo los h2 de los post */

.single .entry-content h2{
margin-top: 30px;
margin-bottom: 30px;
color: var(--azul);
font-weight: 800;
}
@media (max-width: 768px) {
 .single .entry-content h2{
 margin-top: 25px;
 margin-bottom: 25px;
 }
}

/* No hay botón por el horario */

.no-hay-boton-azul{
background: var(--azul);
display: inline-block;
color: #fff;
padding: 15px 30px;
font-size: 18px;
font-weight: 700;
line-height: 1.3em;
letter-spacing: 1px;
border-radius: 25px 25px 25px 25px;
}

.no-hay-boton-dorado {
background: var(--dorado);
display: inline-block;
color: #fff;
padding: 15px 30px;
font-size: 18px;
font-weight: 700;
line-height: 1.3em;
letter-spacing: 1px;
border-radius: 25px 25px 25px 25px;
}

/* Join chat */

.joinchat__button{
bottom: 60px;
}

/******************* estilo shortcodes **********************/

.pGrande-shortcode p{
font-size:130%;	
}

div.caja-destacada{
padding: 20px 15px 5px 15px;
border-left: 5px solid var(--dorado);
background: #F5F5F5;
margin-bottom: 30px;
line-height: 1.4 !important;
}
div.caja-destacada p{
margin-bottom:20px;
}
.caja-destacada p:first-child, .caja-destacada p:last-child{
padding: 0 !important;
margin-bottom: 0 !important;
line-height:1px !important;
}
.lista-check, .lista-mano, .lista-cruz, .lista-larga-check, .lista-larga-cruz{
margin-bottom:40px;
}
.lista-check ul, .lista-mano ul, .lista-cruz ul, .lista-larga-check ul, .lista-larga-cruz ul{
list-style: none; 
padding: 0; 
margin-left: 2em; 
}
.lista-check ul li:before, .lista-larga-check ul li:before { 
content: "\2705"; 
margin-left: -24px;
margin-right: 8px;
}
.lista-mano ul li:before { 
content: "\01F449"; 
margin-left: -24px;
margin-right: 8px;
}	
.lista-cruz ul li:before, .lista-larga-cruz ul li:before { 
content: "\274C"; 
margin-left: -24px;
margin-right: 8px;
}

.lista-check ul li, .lista-mano ul li, .lista-cruz ul li{
line-height: 1.4;
font-size: 115%;
margin-bottom:15px !important;	
}
.lista-larga-check{		
line-height: 1.4;
font-size: 105%;	
}
.lista-larga-cruz{
line-height: 1.4;
font-size: 105%;		
}	
.lista-check ul li:last-child, .lista-mano ul li:last-child, .lista-cruz ul li:last-child, .lista-larga-check ul li:last-child, .lista-larga-cruz ul li:last-child{
margin-bottom: 0px !important;	
}

/* en css del tema hasta diciembre de 2022 */
.lista-larga-cruz ul li:not(last-child){
margin-bottom: 8px !important;
}

.lista-num ol{
list-style-type: none;
list-style-type: decimal !ie;     
margin: 0;
margin-left: 3em;
padding: 0;     
counter-reset: li-counter;
}

.lista-num ol > li{
position: relative;
margin-bottom: 20px !important;
padding-left: 10px;
line-height: 1.4em;
border-bottom: 1px solid #e5e5e5;
padding-bottom: 18px
}

.lista-num ol > li:before {
position: absolute;
top: 0;
left: -2em;
width: 33px; 
font-weight: bold;
text-align: center;
color: #fff; 
content: counter(li-counter);
counter-increment: li-counter;
background: var(--azul);
padding: 2px;
border-radius: 4px;
}

.eslogan p{
font-size:140%;
line-height: 1.3;
text-align:center;
text-transform: uppercase;
}
.eslogan p:after, .eslogan p:before{
content:'"';	
}
.eslogan p:first-child:after, .eslogan p:last-child:after, .eslogan p:first-child:before, .eslogan p:last-child:before{
content:'';	
}
.caja-puntos{
font-size: 110%;
border: 5px dashed var(--dorado);
text-align:center;
padding: 0 15px;
margin-bottom: 30px;
}

p.post-button{
text-align: center;
}
.post-button a{
background: var(--azul);
display: inline-block;
color: #fff !important;
padding: 15px 30px;
font-size: 17px;
font-weight: 600;
line-height: 1.3em;
letter-spacing: 1px;
border-radius: 25px 25px 25px 25px;
text-decoration: none;
}

.post-button a:hover{
background: var(--dorado);
color: #fff;
}

/****** Quitar de css personalizado de generatepress en unos meses *****/

.grecaptcha-badge{
opacity:0;
}

/*************/

/* .aligncenter por Imagify en CSS theme quitar agosto 2022 */

picture.aligncenter{
text-align: center; 
}

.marco img{
border: 2px solid #e5e5e5;
padding: 5px;
}


/* Se puede quitar en Octubre de 2022 motivo - nuevo logo ministerio en footer y cambios footer */

.footer-widget-3 .widget_recent_entries li {
line-height: 22px;
}
.footer-widget-3 .widget_recent_entries li::after{
display:block;
margin-top: 10px;
margin-bottom: 10px;
content: ' ';
width: 50px;
height:2px;
background: var(--dorado);
}
.footer-widget-3 .widget_recent_entries a {
color: #fff;
text-decoration: none;
font-size: 16px;
}

.footer-widget-3 .widget_recent_entries a:hover {
color: var(--dorado);
}


/*** plugin de cookies (quitar de css theme en enero 2023 *****/

#moove_gdpr_save_popup_settings_button {
background: var(--azul);
left: 10px !important;
bottom: 8px !important;
}

/* Shortcode caja enlaces - eliminar del tema en Marzo de 2022 */

.conten-links{
margin-bottom: 30px;
}
.cont-fondo{
background: #f7f8f9;	
border-radius: 10px;
webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.25);
box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 25%);
}

.cont-titulito{
color: #fff;
font-size: 18px;
line-height: 26px;
font-weight: bold;
margin-bottom: 15px;
background: var(--azul);
padding: 5px 5px 5px 20px; 
border-radius: 10px 10px 0 0;
}
.cont-list-link{
color: #03cfce;
margin-left: 0px;
padding-right: 15px;
padding-bottom: 8px;	
}
.cont-list-link ul{
list-style: none;
margin-left: 12px;
padding-left: 0px;
margin-bottom: 5px;	
}

.cont-list-link ul li{
line-height: 24px;
margin-bottom: 6px;
}

.cont-list-link ul li a{
color: var(--azul);
text-decoration: underline;	
}

.cont-list-link ul li a:hover{
color: var(--dorado);
text-decoration: underline;
}

.cont-list-link ul li:before{
margin-right: 6px;
position: relative !important;
top: 0;
content: '';
background: url(https://kurkea.com/wp-content/uploads/2023/01/circle-solid-kurkea.svg);
background-size: cover;
display: inline-block;
width: 12px;
height: 12px;
margin-right: 10px;
}



