@charset "UTF-8";

@media only screen and (min-width: 1201px) {
    #mainnav {
        display: block !important;
    }
}


@media only screen and (max-width: 1200px) {
    #mainnav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        margin: 0;
        width: 100%;
        background: #1A171C;
        overflow-y: auto;
    }

    .mainmenu .child {
        display: block;
        text-align: center;
    }

    .mainmenu .child.connect {
        margin: 0;
    }

    .mainmenu .child.connect > a {
        background-color: transparent;
    }

    .mainmenu .child > a {
        padding: 12px;
    }

    .mainmenu .child:hover > a {
        background-color: #AB162B;
    }

    .mainmenu .child.instagram,
    .mainmenu .child.facebook {
        padding: 12px 0;
        margin: 0;
    }

    .mainmenu .child.cart > a,
    .mainmenu .child.facebook > a,
    .mainmenu .child.instagram > a {
        display: inline-block;
        background-color: transparent;
    }

    .mainmenu .submenu {
        position: static;
        border: 0;
        padding: 0;
    }

    .mainmenu .submenu > .child > a {
        padding: 10px;
        white-space: normal;
    }

    body {
        padding-top: 72px;
    }

    .header-inner {
        padding: 6px 20px 1px 20px;
    }

    #header .menu-toggle {
        display: block;
        margin-top: 16px;
    }

    #header .logo > img {
        width: 102px;
        height: auto;
    }
}

@media only screen and (max-width: 900px) {
    .cover-image .cover-message p {
        font-size: 1.2em;
    }

    section .gmap-list .gmap-container {
        display: block;
        width: 100%;
        margin: 30px 0
    }

    #cart .item {
        position: relative;
    }

    #cart .item .title {
        padding-left: 2%;
    }

    #cart .item .remove {
        display: block;
        margin: 8px 0 0 2%;
        text-align: right;
    }

    .cover-image .cover-box {
        padding-left: 6%;
        padding-right: 6%;
        right: initial;
        max-width: none;
    }
}

@media only screen and (max-width: 640px) {
    .product .product-image {
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    .product .product-content-wrapper {
        float: none;
        width: 100%;
            padding: 8% 10%;
    }
}

@media only screen and (max-width: 540px) {
    .cover-image .cover-box .cover-title {
      font-size: 2em;
    }

    .cover-image .cover-box .cover-subtitle {
      font-size: 1.3em;
    }

    .cover-image .cover-message p {
        font-size: 1em;
    }

    section .team-members {
        text-align: center;
    }

    section .team-members .team-member {
        display: block;
        margin: 0 auto 30px auto;
    }
}