/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/*Articoli*/

.articles-page{
  /* se vuoi, qui puoi mettere anche un background pattern come nello screenshot */
}

.articles-title{
    font-size: 1.6666666666667rem;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3em;
}

.articles-separator{
  height: 2px;
  width: 100%;
  background: #1f2b2c; /* scuro, simile alla linea dello screenshot */
}

.articles-filter-btn{
  border: 2px solid #1f2b2c;
  border-radius: 999px;
  padding: 10px 18px;
  background: #fff;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.article-card{
  color: inherit;
}

.article-card-inner{
  background: #DAD9C8;
  padding: 22px 26px 44px;
  min-height: 185px;
  border: 1px solid rgba(0,0,0,.08);
}

.article-date{
  font-style: italic;
  font-size: 13px;
  margin-bottom: 10px;
  color: #1f2b2c;
}

.article-title-card{
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #111;
  font-family: "Open Sans Condensed", "Open Sans", Arial, sans-serif;
}

.article-excerpt{
  font-size: 16px;
  color: #111;
  line-height: 1.45;
  font-family: "Open Sans Condensed", "Open Sans", Arial, sans-serif;
  font-weight: 500;
}


.article-more{
  position: absolute;
  right: 14px;
  bottom: 12px;
  font-size: 18px;
  font-weight: 900;
  color: #111;
}

/* Paginazione stile “pulito” */
.articles-pagination ul{
  display: inline-flex;   /* così viene “allineabile” via text-align */
  list-style: none;
  gap: 10px;
  padding: 0;
  margin: 0;
  align-items: center;
}


.articles-pagination .page-numbers{
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  
  text-decoration: none;
  font-weight: 700;
  color: #1f2b2c;
}

ul.page-numbers {
    padding-right: 180px;
}

a.next.page-numbers, a.prev.page-numbers {
    border: 2px solid;
}

.articles-pagination .page-numbers.current{
  background: #1f2b2c;
  color: #fff;
}

.articles-pagination .page-numbers:hover{
  background: rgba(31,43,44,.08);
}

.page-id-279{
    background-image: url(https://stumpo-stage.afterpixel.com/wp-content/uploads/2026/01/pattern.png);
}

/*Volumi*/

.volumi-container{
  max-width: 1200px; /* per restare nel “contenitore” del tema */
}

.volumi-title{
    font-size: 1.6666666666667rem;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3em;
}

.volumi-separator{
  height: 2px;
  width: 100%;
  background: #1f2b2c;
}

.volumi-filter-btn{
  border: 2px solid #1f2b2c;
  border-radius: 999px;
  padding: 10px 18px;
  background: #fff;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.volumi-filter-label{
  cursor: default;
}

.volume-item{
  background: #DAD9C8;
  margin-bottom: 16px;
}

.volume-media{
  padding: 18px;
}

.volume-img{
  width: 100%;
  height: auto;
  display: block;

  /* evita sfocatura da scaling “strano” */
  image-rendering: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
}



.volume-content{
  padding: 18px 22px;
}

.volume-date{
  font-style: italic;
  font-size: 13px;
  margin-bottom: 8px;
  color: #1f2b2c;
}

.volume-title-card{
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #111;
}

.volume-link{
  color: inherit;
  text-decoration: none;
}

.volume-link:hover{
  text-decoration: underline;
}

.volume-text{
  font-size: 16px;
  line-height: 1.55;
  color: #111;
  font-family: "Open Sans Condensed", "Open Sans", Arial, sans-serif;
}

/* Paginazione a destra, senza “uscire” dal container */
.volumi-pagination ul{
  display: inline-flex;
  list-style: none;
  gap: 10px;
  padding: 0;
  margin: 0;
  align-items: center;
}

.volumi-pagination .page-numbers{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 2px solid #1f2b2c;
  text-decoration: none;
  font-weight: 700;
  color: #1f2b2c;
}

.volumi-pagination .page-numbers.current{
  background: #1f2b2c;
  color: #fff;
}

.volumi-pagination .page-numbers:hover{
  background: rgba(31,43,44,.08);
}

/*partnership*/

.partnership-container{
  max-width: 1200px;
}

/* Spaziatura tra elementi */
.partnership-item{
  margin-bottom: 48px; /* ogni partnership è una riga intera */
}

.partnership-title{
    font-size: 1.6666666666667rem;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3em;
}

.partnership-separator{
  height: 2px;
  width: 100%;
  background: #1f2b2c;
}

.partnership-img{
  width: 100%;
  height: auto;
  display: block;
}

/* Testo a destra */
.partnership-text{
  font-size: 16px;
  line-height: 1.6;
  color: #1f2b2c;
  max-width: 720px;
}

/* Bottone stile pill */
.partnership-btn{
  border: 2px solid #1f2b2c;
  border-radius: 999px;
  padding: 10px 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  background: transparent;
  color: #1f2b2c;
}

.partnership-btn:hover{
  background: #003138;
  color: #dad9c8;
}

/* paginazione (se la usi) */
.partnership-pagination ul{
  display: inline-flex;
  list-style: none;
  gap: 10px;
  padding: 0;
  margin: 0;
  align-items: center;
}

.partnership-pagination .page-numbers{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 2px solid #1f2b2c;
  text-decoration: none;
  font-weight: 700;
  color: #1f2b2c;
}

.partnership-pagination .page-numbers.current{
  background: #1f2b2c;
  color: #fff;
}
