.block-title-1 {
  margin-bottom: 20px;
}

.related-posts-wrap-hero > .block-wrap > .tipi-row-inner-style {
  border-bottom: 1px solid #eee;
}

.sidebar-right .sidebar-wrap {
  padding-left: 45px;
}

.dropcap--on .entry-content > p:first-of-type:first-letter {
  margin-right: 15px;
}

.block-css-93702 .social-icons {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-items: center;
}
.block-css-93702 .social-icons img {
  width: 40px;
  height: auto;
  display: block;
  transition: opacity 0.2s ease;
}
.block-css-93702 .social-icons a:hover img {
  opacity: 0.6;
}


/*---- FOOTER ---- */

.custom-footer{
    background:#f2f2f2;
    color:#222;
    font-size:13px;
    font-family:"futura-pt", sans-serif;
}

.custom-footer,
.custom-footer h4,
.custom-footer a,
.custom-footer li,
.custom-footer span{
    font-family:"futura-pt", sans-serif;
}

/* Parte superior del footer */
.footer-top{
    padding:10px 0 0;
}

.footer-top .tipi-row{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:20px;
}

.footer-logo,
.footer-social{
    display:flex;
    align-items:center;
}

/* Logo */
.footer-logo img,
.footer-logo svg{
    width:230px;
    height:auto;
    display:block;
}

/* Contenedor */
.footer-social{
    display:flex;
    align-items:center;
    height:100%;
}

/* Lista */
.footer-social .horizontal-menu{
    display:flex;
    align-items:center;
    gap:13px;
    margin:0;
    padding:0;
}

/* Items */
.footer-social .horizontal-menu li{
    display:flex;
    align-items:center;
    margin:0;
    padding:0;
}

/* Enlaces */
.footer-social .horizontal-menu li a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:30px;
    height:30px;
    line-height:1;
    padding:0;
    margin:0;
}

/* Iconos del tema Zeen */
.footer-social .horizontal-menu li a::before{
    font-size:30px;
    line-height:1;
    margin:0;
    padding:0;
    display:block;
}

/* Parte central */
.footer-middle{
    padding-top:5px;
	 padding-bottom:20px;
}

.footer-columns{
    display:grid;
    grid-template-columns:repeat(5,1fr);
}

.footer-column h4{
    font-weight:700;
    margin-bottom:9px;
    text-transform:uppercase;
}

.footer-column ul{
    list-style:none;
    padding:0;
    margin:0;
		text-transform:uppercase;
}

.footer-column li{
    margin-bottom:1px;
}

.footer-column a{
    color:#444;
    text-decoration:none;
}

.footer-column a:hover{
    color: #c90102;
}

/* Parte inferior */

.footer-bottom{
    border-top:1px solid #d9d9d9;
    padding:20px 0;
    font-size:12px;
}

.footer-bottom .tipi-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
	
}

.footer-links ul{
    display:flex;
    gap:14px;
    list-style:none;
    margin:0;
    padding:0;
}


/*---- FOOTER MÓVIL ---- */
@media(max-width:768px){

    .footer-columns{
        grid-template-columns:1fr;
        gap:25px;
    }

    .footer-top .tipi-row,
    .footer-bottom .tipi-row{
        flex-direction:column;
        text-align:center;
        gap:15px;
    }

    .footer-top .tipi-row{
        justify-content:center;
        flex-wrap:wrap;
    }

    .footer-logo img,
    .footer-logo svg{
        width:160px;
    }

    .footer-social a,
    .footer-social i,
    .footer-social svg{
        font-size:26px;
    }
}