﻿.epresto.bartersite header#mainHeader .menuSection button {
    margin-right: 22px;
}

.epresto.bartersite header#mainHeader .menuSection button:last-child {
    margin-right: 0px;

}


.epresto.bartersite header#mainHeader .menuSection button:focus {
    outline: 0;
}



.epresto.bartersite header#mainHeader .menuSection button epresto-switch {
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none;
    color: #ff6b00;
    font-family: "PTsansBold";
    min-width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #ffffff;
    padding-left: 55px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    background-image: url(Pix/IconChristmasTree-orange.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 42px 42px;
    cursor: pointer;
    outline: 0px;
}



.epresto.bartersite header#mainHeader .menuSection epresto-switch.enabled {
    background-color: #666666;
    background-image: url(Pix/IconChristmasTree-white.svg);
}

.epresto.bartersite header#mainHeader .menuSection button epresto-switch.enabled {
    color: #ffffff;
}

@media screen and (max-width: 1240px) {
    .epresto.bartersite header#mainHeader .menuSection button {
        margin-right: 0.5em;
    }

}

@media screen and (max-width: 900px) {

    .epresto.bartersite header#mainHeader .menuSection button epresto-switch {
        background-position: center center;
        padding-left: 0px;
        padding-right: 0px;
    }

    .epresto.bartersite header#mainHeader .menuSection button epresto-switch span {
        display: none;
    }
}

.epresto.bartersite .list campaign-banner {
    display: block;
    background-color: #ff6b00;
    border-radius: 5px;
    padding: 14px;
    margin-bottom: 8px;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media screen and (max-width: 585px) {
    .epresto.bartersite .list campaign-banner {
        width: 95%;
        margin-right: auto;
        margin-left: auto;
        flex-direction: column;
    }
}


.epresto.bartersite .list campaign-banner img {
    background-color: #ffffff;
    width: 80px;
    height: 80px;
    padding: 10px;
    margin-right: 10px;
    border-radius: 80px;
}

@media screen and (max-width: 585px) {
    .epresto.bartersite .list campaign-banner img{
        margin-bottom: 10px;
    }
}

.epresto.bartersite .form section epresto-switch {
    display: inline-block;
    width: 200px;
    height: 38px;
    background-color: #ffffff;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin-top: 3px;
    border: 2px solid #ff6b00;
    border-radius: 6px;
    width: 100%;
    max-width: 400px;
    display: flex;
    align-items: center;
    background-image: url(Pix/IconChristmasTree-orange.svg);
    background-repeat: no-repeat;
    background-position: 7px center;
    background-size: 28px 28px;
}

.epresto.bartersite .form section epresto-switch:hover {
    background-color: #ff6b00;
    background-image: url(Pix/IconChristmasTree-white.svg);
}

.epresto.bartersite .form section epresto-switch span {
    color: #ff6b00;
    font-family: "PTsansBold";
    font-size: 1.1em;
    margin-left: 40px;
}

.epresto.bartersite .form section epresto-switch:hover span {
    color: #ffffff;
}

.epresto.bartersite .form section epresto-switch.enabled {
    background-color: #ff6b00;
    background-image: url(Pix/IconChristmasTree-white.svg), url(Pix/IconSwitchEnabled.svg);
    background-position: 7px center, right center;
    background-size: 28px 28px, auto 28px;
}

.epresto.bartersite .form section epresto-switch.enabled span {
    color: #ffffff;
}

.epresto.bartersite article.galleryView.CWA2021 {
    background-image: url(Pix/IconCW20-orange.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 36px 36px;
}


.epresto.bartersite article.galleryView.CWA2021 div.coverage:hover {
    background-image: url(Pix/IconCW20-white.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 36px 36px;
}

@media (max-width: 400px) {
    .epresto.bartersite div.list epresto-gallery {
        grid-template-columns: 100%;
    }
}


