/*
Theme Name:  shoptocook-responsive-themarketplacemn
Description: The Marketplace Theme
Author:      Kevin Skompinski
Template:    shoptocook-responsive
Version:     1.0.0
*/
.font-lobster{
    font-family: "Lobster", cursive;
}

.appcard-header-container {
    margin-top: 10px;
}
.appcard-header-container h2 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}
.appcard-header-container a {
    color: white;
}
.appcard-register-text {
    color: black;
    background: white;
    border-radius: 5px;
    padding: 2px 5px;
    line-height: normal;
    text-decoration: underline;
    text-align: center;
}

.newsletter-header{
    color: #ffffff !important;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: right;
    border-bottom: 7px solid  #f40117;
}

.newsletter-header > .icon{
    font-size: 72px;
    margin-right: 20px;
    position: relative;
    transition: all .5s;
    top: 0;
}

.newsletter-header:hover > .icon{
    top: -20px;
    transform: rotate(-5deg);
}

.newsletter-header > .text > h2{
    font-size: 26px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.page-id-468 .header-wrapper, .page-id-468 .footer-wrapper, .page-id-468 .footer-map {
    display:none;
}

body{
    overflow: unset !important;
}

li#store-item-3939 p.locator-links, li#store-item-3940 p.locator-links{
    display: none;
}

@media (max-width: 600px) {
    .weekly-ad-container,
    .weekly-ad-header-img {
        text-align: center;
        margin: 0px !important;
    }
    .weekly-ad-container {
        display: none;
    }
}

/*************************
 *   DFP   *
 *************************/
#dfp-right {
    margin-left: 441px !important;
}

/******************************
 * ADA
 ******************************/
.cycloneslider.cycloneslider-template-default .cycloneslider-pager span { 
    color: #ffffff;
}
.cycloneslider.cycloneslider-template-default .cycloneslider-pager span.cycle-pager-active {
    color: black;
}
#menu-social li a, #menu-social-menu-1 li a {
    color: #ffffff;
}
#menu-social-menu li a {
    color: black;
}
#locator-store-list li:nth-child(2n+1) a {
    color: #0e6699;
}
.skip-link {
    background-color: #f1f1f1 !important;
    color: #21759b !important;
}