/* Estructura grid */
.entry-content > .yorezo-content-list.alignwide{
	margin-bottom: 1rem !important;
	margin-top: 1rem !important;
}
.yorezo-content-list ul, .yorezo-content-list ul li{
	list-style: none;
}
.yorezo-content-list .is-grid {
    display: flex;
    flex-wrap: wrap;
	align-items: stretch;
	align-content: space-between;
    padding: 0;
	margin: 0;
}
.yorezo-content-list .is-grid li {
    margin: 0 .83em 2.8em 0;
}

.yorezo-content-list li {
    clear: both;
}

@media ( min-width: 660px ) {
	.yorezo-content-list .columns-3 li {
    	width: calc(33.33333% - .83333em);
	}
	.yorezo-content-list .columns-3 li:nth-child(3n) {
    	margin-right: 0;
	}
}
.entry-content .yorezo-content-list > li {
    margin-left: 0;
}

.entry-content .yorezo-content-list > li:last-child {
    /*margin-bottom: 0;*/
}

.yorezo-content-list .box_content{
	height: 100%;
}

/*
* cajas contenido
*/
.box_content {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
    border: 1px solid #E5E5E5;
	border-radius: 8px;
    padding-top: 0;
	font-size:14px;
}
.box_content .caja_header img{
	border-radius: 8px 8px 0 0;
	width:100%;
	height:50%;
	max-height: 170px;
}
.box_content .caja_body{
	padding: 0 2rem;
}
.box_content .caja_body h3.content-title{
	font-family: Nunito;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 130%;
	margin: 2.4rem 0 0;
}
.box_content .caja_body h3.content-title a{
	color:#000;
	text-decoration:none;
}
.box_content .caja_body h3.content-title a:hover{
	text-decoration:underline;
}
.box_content .parroquia{
	font-size: 14px;
	line-height: 140%;
	color: #444444;
	margin: 0 0 1.6rem 0;
}
.box_content .distancia{
	margin: 0 0 1.6rem 0;
}
.box_content .caja_body hr{
	border: 1px solid #E5E5E5;
	background: none;
	width:80%;
	margin: 1rem auto;
}
.box_content .caja_body hr::before, .box_content .caja_body hr::after{
	background:none;
}
/* *********** imagen autor ************ */
.author-photo{
	margin: 3rem auto;
}
.author-photo .avatar{
	border-radius: 50%;
}
.author-photo .avatar.wp-user-avatar{
	margin: 0 auto;
}

/* *********** seccion de oracion ************ */
.box_content div.wp-block-columns.gente-rezando-por{
	margin:2rem 4rem;
}
.total div.wp-block-columns.gente-rezando-por{
	margin: 0;
	padding: 0;
}
.total div.wp-block-columns.gente-rezando-por .wp-block-column{
	padding: 0 4rem 4rem 0;
}
.gente-rezando-por p{
	font-size: 13px;
	line-height: 120%;
	text-align: center;
	color: #000000;
}
.gente-rezando-por p.num-gente{
	font-weight: 900;
	font-size: 48px;
	line-height: 110%;
	margin-bottom: 1rem;
	color: #4B6EF0;
}

/* *********** seccion de proyectos ************ */
.box_content .content{
	font-size: 14px;
	line-height: 140%;
	color: #444444;
}
.author-projects .wp-block-media-text{
	grid-template-columns: 15% auto;
	padding: 0.5rem 0;
	margin: 0 auto;
	border-top: 1px solid #E5E5E5;
}
.author-projects img{
	width: 45px;
	border-radius: 50%;
}
.author-projects .wp-block-media-text .wp-block-media-text__content{
	padding: 1rem 2rem;
}
.author-projects .entry-title{
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 130%;
}
.author-projects a.entry-title{
	color: #000;
	text-decoration:none;
}
.author-projects a.entry-title:hover{
	text-decoration:underline;
}
.caja_sacerdote .author-projects a.entry-title:hover{
	color: #4B6EF0;
}
.caja_proyectos .give-goal-progress{
	font-size: 14px;
}
.caja_proyectos .give-goal-progress .income{
	font-size: 20px;
	line-height: 1;
	font-weight:700;
}
.give-goal-progress .give-progress-bar span{
	background-color:#FFA356 !important;
}

/* *********** botones ************ */
.unirse{
	margin: 2rem auto;
}
.unirse .wp-block-button{
	margin-bottom:1rem;
}
.unirse a, button.loadmore{
	border-radius: 24px;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 0.05em;
	padding: 1.2rem 5rem;
}
.unirse a.wp-block-button__link.azul{
	background-color: #4B6EF0;
}
.box_content .unirse a{
	background: #444444;
}

.caja_sacerdote .caja_footer, .box_content button.load-more{
	background: #4B6EF0;
}
.caja_proyectos .caja_footer{
	background: #FFA356;
}
.box_content .caja_footer{
	padding: 1rem;
	border-radius: 0 0 8px 8px;
	font-size: 14px;
	color: #fff;
}
.box_content .caja_footer .share{
	float:right;
}
.box_content .cvssl svg{
	height: 15px;
	width: auto;
}
.box_content .cvssl .text-share{
	color:#fff;
}
/* *********************** plugin cv share social links ************************* */
.cvssl, .cvssl a{
	text-decoration: none;
	background: none;
	font-size: 14px;
	color: #a3a3a3 !important;
	font-weight: normal;
}
.cvssl img, .cvssl i, .cvssl svg{
	padding: 6px;
	border: 0;
	box-shadow: none !important;
	display: inline !important;
	vertical-align: middle;
	box-sizing: unset;
}
.cvssl img{
	width: 20px !important;
}
.cvssl i, .cvssl svg{
	display: inline-block !important;
	padding:0;
	margin:0 3px;
	fill: #fff;
}