﻿/* all articles button */
.all-articles-button { position: relative; clear: both; margin-bottom: 1.8rem }
.all-articles-button span { display: block; text-align: center; margin: 0 auto; padding: 0.88rem 0.6rem; text-decoration: none; font-weight: 700; font-size: 1.156rem; line-height: 1.1; color: #DA210C; border: 1px solid #DA210C; background-color: rgba(255,255,255,0.84); box-shadow: 0 0.125rem 0.25rem 0 rgba(0,0,0,0.07); cursor:pointer;}
.all-articles-button span span { font-size: 78.8%; }

/* 400px */
@media(min-width:25rem) {
    .all-articles-button span { max-width: 17.5rem; }
}

/* 1024px */
@media(min-width:64rem) {
    .all-articles-button span { padding: 0.64rem; border: 1px solid #DF301C; background-color: #fff; font-size: 1.219rem;  }
}
