/*
	CSS personalizado para 09 NOTICIAS (Blog)
*/

/**************************************** GAMA DE COLORES ****************************************/

/*    Rojo Oscuro: E11F1D rgb(225, 31, 29) */
/*           Gris: 999999 rgb(153,153,153) */
/*     Rojo Medio: F08F8E rgb(240,143,142) */
/*     Rojo Claro: F7C7C6 rgb(247,199,198) */
/* Rojo Muy Claro: FBE3E2 rgb(251,227,226) */

/*           Gris: B0B0B0 rgb(176,176,176) */

/************************************ MODIFICADOS DE syle-home ***********************************/

/************************************** #rowNoticiasCabecera *************************************/

#rowNoticiasCabecera *                    { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
#rowNoticiasCabecera .divCabeceraFoto     { width: 100%; height: 500px; background-image: url("/wp-content/themes/espacio108/images/fotos/cabecera-noticias.jpg"); }
#rowNoticiasCabecera .divCabeceraFoto     { border-bottom: solid 8px var(--color1-hex); background-repeat: no-repeat; background-size: cover; background-position: center center; }
#rowNoticiasCabecera .divCabeceraHeading  { background-image: var(--fondo-huella-gris); }
#rowNoticiasCabecera .divHeading108 h2    { height: 62px; font-size: 80px !important; color: #FFFFFF; }
#rowNoticiasCabecera .divHeading108:after { top: 4px; left: -8px; width: 120px; height: calc(120px * 192 / 300); }
#rowNoticiasCabecera .divTexto      p     { margin: 0px auto; padding: 0px 40px 40px 40px; max-width: 1180px; font-size: 20px; color: #FFFFFF; text-align: center; }

@media (max-width:  980px) {
	#rowNoticiasCabecera .divCabeceraFoto     { height: 400px; }
	#rowNoticiasCabecera .divHeading108 h2    { height: 53px; font-size: 70px !important; }
	#rowNoticiasCabecera .divHeading108:after { top: 4px; left: -6px; width: 110px; height: calc(110px * 192 / 300); }
	#rowNoticiasCabecera .divTexto      p     { padding: 0px 40px 30px 40px; }
}

@media (max-width:  780px) {
	#rowNoticiasCabecera .divCabeceraFoto     { height: 300px; }
	#rowNoticiasCabecera .divHeading108 h2    { height: 46px; font-size: 60px !important; }
	#rowNoticiasCabecera .divHeading108:after { top: 3px; left: -6px; width: 100px; height: calc(100px * 192 / 300); }
	#rowNoticiasCabecera .divTexto      p     { padding: 0px 40px 30px 40px; font-size: 18px; line-height: 120%; }
}

@media (max-width:  580px) {
	#rowNoticiasCabecera .divCabeceraFoto     { height: 200px; }
	#rowNoticiasCabecera .divHeading108 h2    { height: 38px; font-size: 50px !important; }
	#rowNoticiasCabecera .divHeading108:after { top: 4px; left: -4px; width: 80px; height: calc(80px * 192 / 300); }
	#rowNoticiasCabecera .divTexto      p     { padding: 0px 40px 20px 40px; font-size: 16px; }
}

@media (max-width:  480px) {
	#rowNoticiasCabecera .divCabeceraFoto     { height: 160px; }
	#rowNoticiasCabecera .divHeading108 h2    { height: 31px; font-size: 40px !important; }
	#rowNoticiasCabecera .divHeading108:after { top: 3px; left: -4px; width: 60px; height: calc(60px * 192 / 300); }
	#rowNoticiasCabecera .divTexto      p     { padding: 0px 30px 20px 30px; font-size: 14px; }
}

@media (max-width:  380px) {
	#rowNoticiasCabecera .divCabeceraFoto     { height: 140px; }
	#rowNoticiasCabecera .divHeading108 h2    { height: 23px; font-size: 30px !important; }
	#rowNoticiasCabecera .divHeading108:after { top: 1px; left: -2px; width: 45px; height: calc(45px * 192 / 300); }
	#rowNoticiasCabecera .divTexto      p     { padding: 0px 30px 20px 30px; font-size: 14px; }
}

/**************************************** #rowNoticiasFeed ***************************************/

#rowNoticiasFeed  *                                            { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
#rowNoticiasFeed .so-panel:before                              { display: none; }
#rowNoticiasFeed .widget_siteorigin-panels-postloop            { display: flex; flex-wrap: wrap; justify-content: center; }

/* .type-post = <article> */

#rowNoticiasFeed .type-post                                    { margin: 20px; padding: 0px; width: calc((100% - 120px) / 3); border: none; box-shadow: 0px 0px 20px rgb(0,0,0,0.2); }
#rowNoticiasFeed .type-post .entry-header                      { position: relative; margin-bottom: 10px; height: 330px; }
#rowNoticiasFeed .type-post .entry-thumbnail                   { margin: 0px; height: 220px; border-bottom: solid 4px var(--color1-hex); overflow: hidden; line-height: 0px; }
#rowNoticiasFeed .type-post .entry-thumbnail a                 { width: 100%; height: 100%; background: var(--color1-hex); display: flex; }
#rowNoticiasFeed .type-post .entry-thumbnail img               { width: auto; height: auto; max-width: none; max-height: none; }
#rowNoticiasFeed .type-post .entry-thumbnail a:hover img       { opacity: 0.8; }

#rowNoticiasFeed .type-post .entry-meta                        { position: absolute; top: 240px; width: 100%; padding-left: 30px; font-size: 0px; }
#rowNoticiasFeed .type-post .entry-meta      a                 { font-size: 16px; color: var(--color-gris-hex); font-weight: 300; }

#rowNoticiasFeed .type-post .entry-title                       { position: absolute; bottom: 0px; padding: 0px 30px; font-size: 18px !important; font-weight: 600; }
#rowNoticiasFeed .type-post .entry-title                       { height: calc((18px * 1.2 * 3) - 0px); -webkit-line-clamp: 3; line-height: 120%; }
#rowNoticiasFeed .type-post .entry-title                       { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
#rowNoticiasFeed .type-post .entry-title     a                 { line-height: 120% !important; }
#rowNoticiasFeed .type-post .entry-title     a:hover           { color: var(--color1-hex); }

#rowNoticiasFeed .type-post .entry-content   p                 { padding: 0px 30px; font-size: 14px !important; font-weight: 300; }
#rowNoticiasFeed .type-post .entry-content   p                 { height: calc((14px * 1.2 * 6) - 0px); -webkit-line-clamp: 6; line-height: 120%; }
#rowNoticiasFeed .type-post .entry-content   p                 { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }

#rowNoticiasFeed .type-post .entry-content   .more-link        { float: right; position: relative; padding: 0px; width: 40px; height: 40px; font-size: 0px; border: none; border-radius: 0px; }
#rowNoticiasFeed .type-post .entry-content   .more-link:before { content: ""; position: absolute; background: #FFFFFF; display: block; }
#rowNoticiasFeed .type-post .entry-content   .more-link:after  { content: ""; position: absolute; background: #FFFFFF; display: block; }
#rowNoticiasFeed .type-post .entry-content   .more-link:before { top: calc(50% - 1px); left: 13px;            width: 14px; height:  2px; }
#rowNoticiasFeed .type-post .entry-content   .more-link:after  { top: 13px;            left: calc(50% - 1px); width:  2px; height: 14px; }
#rowNoticiasFeed .type-post .entry-content   .more-link:hover  { background: var(--color3-hex); }

#rowNoticiasFeed .paging-navigation                            { margin-top: 20px; width: 100%; }
#rowNoticiasFeed .paging-navigation .pagination                { margin: auto; display: flex; align-items: center; justify-content: center; }
#rowNoticiasFeed .paging-navigation .prev                      { padding: 0px 0px 3px 0px !important; font-size: 0px !important; }
#rowNoticiasFeed .paging-navigation .prev:before               { content: "\f104"; font-family: "FontAwesome"; font-size: 20px; }
#rowNoticiasFeed .paging-navigation .page-numbers              { margin: 0px; padding: 0px; width: 32px; height: 32px; font-size: 18px; font-weight: 400; color: #000000; }
#rowNoticiasFeed .paging-navigation .page-numbers              { border: none; background: none; box-shadow: none; display: flex; align-items: center; justify-content: center; }
#rowNoticiasFeed .paging-navigation .page-numbers:hover        { color: var(--color1-hex); text-decoration: none; opacity: 1; }
#rowNoticiasFeed .paging-navigation .page-numbers.current      { font-weight: 500; color: var(--color1-hex); cursor: default; }
#rowNoticiasFeed .paging-navigation .next                      { padding: 0px 0px 3px 0px !important; font-size: 0px !important; }
#rowNoticiasFeed .paging-navigation .next:before               { content: "\f105"; font-family: "FontAwesome"; font-size: 20px; }

@media (max-width: 1180px) { #rowNoticiasFeed .type-post { margin: 15px; width: calc((100% - 90px) / 3); box-shadow: 0px 0px 15px rgb(0,0,0,0.2); } }

@media (max-width:  980px) {
	#rowNoticiasFeed .type-post                                    { margin: 10px; width: calc((100% - 60px) / 3); }
	#rowNoticiasFeed .type-post .entry-header                      { height: 280px; }
	#rowNoticiasFeed .type-post .entry-thumbnail                   { height: 180px; }
	#rowNoticiasFeed .type-post .entry-meta                        { top: 200px; padding-left: 20px; }
	#rowNoticiasFeed .type-post .entry-meta      a                 { font-size: 14px; }
	#rowNoticiasFeed .type-post .entry-title                       { padding: 0px 20px; font-size: 16px !important; height: calc((16px * 1.2 * 3) - 0px); }
	#rowNoticiasFeed .type-post .entry-content   p                 { padding: 0px 20px; height: calc((14px * 1.2 * 4) - 0px); -webkit-line-clamp: 4; }
	#rowNoticiasFeed .type-post .entry-content   .more-link        { width: 34px; height: 34px; }
	#rowNoticiasFeed .type-post .entry-content   .more-link:before { left: 11px; width:  12px; }
	#rowNoticiasFeed .type-post .entry-content   .more-link:after  { top:  11px; height: 12px; }
}

@media (max-width:  780px) { #rowNoticiasFeed .type-post { width: calc((100% - 40px) / 2); } }

@media (max-width:  580px) {
	#rowNoticiasFeed .type-post                                    { position: relative; width: 90%; }
	#rowNoticiasFeed .type-post .entry-header                      { height: 225px; }
	#rowNoticiasFeed .type-post .entry-thumbnail                   { height: 160px; }
	#rowNoticiasFeed .type-post .entry-meta                        { top: 170px;  }
	#rowNoticiasFeed .type-post .entry-meta      a                 { font-size: 13px; }
	#rowNoticiasFeed .type-post .entry-title                       { padding: 0px 50px 0px 20px; font-size: 14px !important; height: calc((14px * 1.2 * 2) - 0px); -webkit-line-clamp: 2; }
	#rowNoticiasFeed .type-post .entry-content   p                 { display: none; }
	#rowNoticiasFeed .type-post .entry-content   .more-link        { position: absolute; bottom: 10px; right: 10px; }
}

@media (max-width:  380px) {
	#rowNoticiasFeed .type-post                                    { width: 100%; }
	#rowNoticiasFeed .type-post .entry-header                      { height: 210px; }
	#rowNoticiasFeed .type-post .entry-thumbnail                   { height: 140px; }
	#rowNoticiasFeed .type-post .entry-meta                        { top: 150px;  }
	#rowNoticiasFeed .type-post .entry-meta      a                 { font-size: 13px; }
	#rowNoticiasFeed .type-post .entry-title                       { padding: 0px 40px 0px 20px; }
	#rowNoticiasFeed .type-post .entry-content   .more-link        { bottom: 0px; right: 0px; width: 30px; height: 30px; }
	#rowNoticiasFeed .type-post .entry-content   .more-link:before { left: 10px; width:  10px; }
	#rowNoticiasFeed .type-post .entry-content   .more-link:after  { top:  10px; height: 10px; }
}
