/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
    /* Homepage */
    .header .offers-container .offers-wrapper {
        width: calc(100% / 5) !important;
    }
    .offers-wrapper.disclaimer-text {
        width: 100%;
        float: right;
    }
}

/* Custom, screen width < 975px */
@media only screen and (max-width: 975px) {
    /* Footer */
    footer.footer #footer-text, .footer-wrap #footer-menu {
		font-size: 14px;
	}
}

/* Custom, screen width < 959px */
@media only screen and (max-width: 959px) {
    /* Footer */
    .footer-wrap #footer-text, .footer-wrap #footer-menu, .footer-wrap #payment-container {
		display: block;
		width: 100%;
		padding: 5px 0;
		text-align: center !important;
	}
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    /* Homepage */
    .header .offers-container .offers-wrapper {
        width: calc(100% / 3) !important;
    }
}


/* Custom, screen width < 789px */

@media only screen and (max-width: 789px) {
    /* Homepage */
    .header .offers-container .offers-wrapper {
        width: calc(100% / 2) !important;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    /* Homepage */
    .home.page .post .inner .woocommerce ul li {
        margin-right: 0;
    }
}


/* Custom, screen width < 767px */

@media only screen and (max-width: 767px) {
    /* Homepage */
    .header-wrap .logo-wrapper {
        width: 100%;
    }
    header.header .logo {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .header-wrap .menu-wrapper {
        width: 100%;
        padding-left: 0;
    }
    .header-wrap .menu-wrapper .menu-up {
        text-align: center;
    }
    header.header a.menu-trigger,
    header.header a.search-trigger {
        display: inline-block;
    }
    .header-wrap .menu-wrapper .menu-up nav {
        padding-top: 150px !important;
    }
    /* Header */
    .header .offers-container .offers-wrapper {
        width: calc(100% / 6) !important;
        vertical-align: top;
    }
    .header .offers-container .offers-wrapper .offers-icon {
        display: block;
        margin: 0 auto 5px auto;
    }
    .header .offers-container .offers-wrapper .offers-text {
        display: block;
        width: 100%;
        text-align: center;
    }
}


/* Custom, screen width < 720px */

@media only screen and (max-width: 720px) {
    /* Homepage */
    .img-full-width {
        margin-bottom: 0 !important;
    }
    .banner-hero-text {
        position: static;
        transform: none;
        color: #737171;
    }
    .banner-hero-text h1 {
        font-size: 60px;
    }
    .banner-hero-container .hero-line-one {
        font-size: 25px;
        line-height: normal;
    }
    .banner-hero-container .hero-line-two {
        font-size: 40px;
        line-height: 30px;
    }
}


/* Custom, screen width < 620px */

@media only screen and (max-width: 620px) {
    /* Header */
    .header .offers-container {
        display: block;
        width: 100%;
        text-align: center;
    }
    .header .offers-container .offers-wrapper:not(.disclaimer-text) .offers-text {
        display: none;
    }
}


/* Custom, screen width < 500px */

@media only screen and (max-width: 500px) {
    /* Header */
    .banner-hero-text h1 {
        font-size: 40px;
    }
    .banner-hero-container .hero-line-one {
        font-size: 20px;
    }
    .banner-hero-container .hero-line-two {
        font-size: 35px;
    }
	.store-location {
		font-size: 11px;
	}
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    /* Header */
    .header .offers-container .offers-wrapper .offers-icon {
        margin: 0 auto;
    }
    .header .offers-container .disclaimer-text {
        width: 100%;
    }
    /* Homepage */
    .home.page .post .inner .woocommerce ul li {
        width: 100%;
    }
}

body.home header.header {
    box-shadow: none
}
