* {box-sizing: border-box;}
body {  
  color: rgba(0, 0, 0, 0.9);
  margin:0;
}
img {width: 100%;}

.container {

}


.contact{
    font-family: gopher, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 4em 0 1em;
  text-align: center;
  letter-spacing: .04em;
  font-size: 22px;
}

.contact a {
    color: #d8292f;
}

footer{
    border-top: 1.5px solid #222;
    padding: 20px 0;
    text-align: center;
    background: #0000000A;
}

footer p {
    font-family: soleil, sans-serif;
    font-weight: 100;
    font-style: normal;
    margin: 0;
    line-height: 1.27em;
    letter-spacing: .04em;
    font-size: 11px;
}

.section {
  border-top: 2px solid #707070;
  padding: 5.2em 0;
}

.section.header {
    border-top: none;
    text-align: center;
    padding: 1.5em 0;
}

.header__image {
    width: 110px;
}
.header__title {
    font-family: gopher, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 25px;
    margin: .5em 0 0;
    line-height: 1;
}

.section__cap {
    margin: 0 auto;
    max-width: 1030px;
    width: 100%;
    padding: 0 15px;
  }

.section--grey {
  background: #0000000A;
}

.section__title {
  font-family: gopher, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 30px;
  color: #d8292f;
  margin: 0 0 .8em;
  text-align: center;
}

.section__subtitle {
    font-family: gopher, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: capitalize;
    letter-spacing: .04em;
    font-size: 20px;
    color: #d8292f;
    margin: 0 0 .25em;
    text-align: center;
  }

.section__text {
  font-family: soleil, sans-serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: .04em;
  line-height: 1.4em;
  font-size: 16px;
  margin: 0;
  text-align: center;
}  


.section__cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1.3em;
}


.section__cta__price {
  font-family: soleil, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  letter-spacing: .04em;
  margin: 0;
}

.section__cta__link,
.subscription .shopify-buy__btn
 {
  font-family: soleil, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .04em;
  text-transform: uppercase;
  border: 2px solid #222;
  color: #222;
  text-decoration: none;
  padding: .35em 3.2em;
  margin-top: 1.3em;
  display: block;
}

.subscription .shopify-buy__btn {
    background-color: #0000000A;
    transition: background-color 250ms ease-in;
}

.subscription .shopify-buy__btn:hover {
    background-color: #fff;
}

.complimentary.section__cta__link {
    background-color: #fff;
    transition: background-color 250ms ease-in;
}

.complimentary.section__cta__link:hover {
    background-color: #0000000A;
}

.latest {
    padding-top: 2em;
}

.latest__item {
    border: 1px solid #000000E6;
    margin: 0 0 2em;
    padding: 38px 38px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    transition: background-color 250ms ease-in;
}

.latest__item:hover {
    background-color: #0000000A;
}

.latest__item__image {
    width: 140px;
}

.latest__item__title {
    font-family: gopher, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: capitalize;
    letter-spacing: .04em;
    line-height: 1.38em;
    font-size: 26px;
    color: #d8292f;
    margin: .8em 0 .3em;
    padding: 0 .25em;
}

.latest__item__text {
    font-family: soleil, sans-serif;
    font-weight: 100;
    font-style: normal;
    letter-spacing: .04em;
    line-height: 1.4em;
    font-size: 14px;
    margin: 0 0 1em;
}

.latest__item__text--ital {
    color: #00000080;
    font-size: 13px;
}

.latest__item__text--price {
    font-weight: 500;
}



.publications {
    padding-top: 2em;
}

.publications__item {
    border: 1px solid #707070;
    
    /* background-color: #0000000A; */
    transition: background-color 250ms ease-in;
    position: relative;
    margin: 0 0 2em;
}

.publications__item:hover {
    /* background-color: #fff;*/
} 


.publications__item__cover {
    height: 290px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.publications__item__cover__image {
    width: auto;
    height: 194px;
}

.publications__item__buy {
    transition: opacity 250ms ease-in;
    padding: 1em 1.5em 4em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.publications__item__buy:hover{
    opacity: 1;
}

.publications__item__title {
    border-top: 1px solid #707070;
    font-family: soleil, sans-serif;
    font-weight: 100;
    font-style: normal;
    letter-spacing: .04em;
    font-size: 16px;
    line-height: 2.125em;
    margin: 0;
    padding-left: 1em;
    position: absolute;
    bottom:0;
    width: 100%;
    z-index: 11;
}

.publications__item__title:hover ~ .publications__item__buy {
    opacity: 1;
}

.publications__item__buy__text {
    font-family: soleil, sans-serif;
    font-weight: 100;
    font-style: normal;
    text-align:center;
    letter-spacing: .04em;
    font-size: 12px;
    margin: 0 0 1em;

}

.publications__item__buy__price {
    font-family: soleil, sans-serif;
    font-weight: 100;
    letter-spacing: .04em;
    font-style: normal;
    text-align:center;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 1em;
}

.section__cta__link--publications {
    font-size: 12px;
    margin: 0;
    border: 1px solid #707070;
    padding: .35em 2em;
    background: #0000000A;
} 

.shopify-buy__btn{
    font-family: soleil, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #222;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.publications__item .shopify-buy__btn{
    font-size: 12px;
    margin: 0;
    border: 1px solid #707070;
    padding: .35em 2em;
    background: #0000000A;
}

.latest__item .shopify-buy__btn, 
.section__cta__link--latest {
    font-size: 12px;
    margin: 0;
    border: 1px solid #707070;
    padding: .35em 2em;
    background: #fff;
} 

@media only screen and (min-width: 500px) {

    .section__title {
        font-size: 40px;
    }

    .section__subtitle {
        font-size: 26px;
    }

    .section__text {
        font-size: 24px;
    }    

    .publications {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .latest {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 30px;
    }

    .latest__item {
        margin: 0;
    }

    .publications__item {
        height: 326px;
        margin: 0px -1px -1px 0px;
    }    

    .publications__item__buy {
        position: absolute;
        opacity: 0;
        top: 0; 
        right: 0;
        left: 0;
        bottom:0;
        z-index: 9;
        background: #fff;
        margin: 0;
    }    

    .publications__item__buy__text {

        margin: 0;
        display: flex;
        flex: 1;
        align-items: center;
    }

}