@media only screen and (min-width: 1200px){
    .page-header__logo img {
        height: 70px!important;
    }
}

.page-footer__logo img {
    height: 75px;
}

.product-calendar{
    background-color: #939393;
    border: 2px solid #f38d43;
    color:white;
}

.product-calendar .col-sm-1{
    border-right: 1px solid black;
    text-align: center;
}

.product-calendar .col-sm-1 .month{
    text-transform: uppercase;
}

.product-calendar .col-sm-1 .on{
  background-color: #65BC46;
  min-height: 20px;
}

.product-calendar .col-sm-1 p{
    background-color: #939393;
    font-size: 13px;
}

.button--orange{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #414a53;
    height: 50px;
    line-height: 46px;
    min-width: 170px;
    text-align: left;
    border: 2px solid #F47920;
    border-radius: 0 0 20px 0;
    padding: 0 20px;
}

.button--orange:hover {
    color: #fff;
    background: #F47920;
}

.button--orange a{
    color: #F47920;
}

.button--orange:hover a, .button--green:hover a {
    color: #fff!important;
}

.promo-slider__layout {
    background-image: linear-gradient(to right,rgb(104 188 71) 0,rgb(239 125 35 / 50%) 50%,rgba(0,0,0,0.15) 60%)!important;
}

.hero-block__layout{
    background-image: none!important;
}

.slick-track{
    float:left;
}

.socials__link img{
    filter: brightness(0) invert(1);
}

@media only screen and (min-width: 720px){
    .single-image{
        display:block;
    }

    .single-image .main-slider{
        width:100%;
    }
}