.hero-lg,
.hero-md,
.hero-sm,
.hero-xs {
    display: none;
    width: 100%;
}

.hero-xs {
    display: block;
}

.special-ribbon {
    position: relative;
    background: #E06225;
    text-align: center;
}

.desktop-cow-head {
    display: none;
}

.special-ribbon-content {
    text-align: center;
}

.special-ribbon-top {
    color: #3F1210;
    font-family: 'LatiniaBlack';
    font-size: 18px;
}

.special-ribbon-bottom {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
}

.special-ribbon-inner {
    padding: 20px 5px;
}

.sec.product-sec {
    background: #F1DFBE;
}

.product-cats {
    font-size: 0;
    text-align: center;
}

.product-cat-col {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    margin-bottom: 13px;
}

.product-cat {
    font-size: 15px;
    text-transform: uppercase;
    background: #E26326;
    color: #fff;
    font-weight: 500;
    text-align: center;
    width: 95%;
    margin: auto;
    padding: 7px 0px;
    border-radius: 20px;
    cursor: pointer;
    transition: all .2s;
}

.product-cat:hover {
    background: #3F1210;
}

.product-list {
    font-size: 0;
    max-width: 1690px;
    margin: auto;
    margin-top: 15px;
}

.product-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 15px;
}

.product-item {
    border: 4px solid #3F1210;
    text-align: center;
    width: 95%;
    margin: auto;
    box-sizing: border-box;
}

.product-img {
    width: 94%;
    margin: auto;
    display: block;
    margin-top: 3px;
}

.product-name {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 10px;
}

.product-price {
    font-size: 13px;
    font-weight: 500;
    margin-top: 3px;
    margin-bottom: 10px;
}

.product-shop-btn {
    background: #3F1210;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 8px;
    transition: all .2s;
}

.product-shop-btn:hover {
    background: #E06225;
}

.product-sec .round-btn {
    width: 305px;
}

.wholesale-link {
    display: none;
}

.gmap {
    width: 100%;
    height: 300px;
}

.product-sec .sec-name {
    font-size: 18px;
}

.map-sec .round-btn {
    width: 175px;
    margin: 25px auto;
}

.wholesale-link.desktop {
    display: none;
}

/*.seo-sec-holder-mobile {
    margin-top: 35px;
}*/

.grass-fed-img.desktop {
    display: none;
}

.grass-fed-img {
    width: 100%;
}

.sec.seo-sec-one {
    background: #F1DFBE;
}

.sec.seo-sec-one .sec-name {
    width: 320px;
}

.sec.seo-sec-one .round-btn {
    width: 241px;
}

.seo-sec-two {
    background-image: url(../assets/home/sec-two-bg-mobile.png);
    background-size: cover;
    background-position: center;
}

.seo-sec-two .content {
    color: #fff;
}

.sec.seo-sec-two .round-btn {
    width: 188px;
    margin: initial;
    margin-top: 18px;
    background: #BC521F;
}

.sec.seo-sec-two .round-btn:hover {
    background: #3F1210;
}

.sec.seo-sec-two .round-btn.one {
    margin-top: 25px;
}

.mobile-sticky-bar-outer {
    z-index: 1;
    position: sticky;
    top: 111px;
}

.mobile-arrow {
    position: absolute;
    display: block;
    color: #000;
    font-size: 39px;
    top: 45px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.3309698879551821) 76%, rgba(255,255,255,0) 100%);
}

.mobile-arrow.left {
    left: 0;
}

.mobile-arrow.right {
    right: 0;
}

.mobile-sticky-bar {
    overflow-x: scroll;
    padding: 55px 25px 20px 37px;
    box-sizing: border-box;
    height: 120px;
    background: #fff;
    box-shadow: 6px 6px 6px #00000029;
}

.mobile-sticky-bar-inner {
    width: 636px;
}

.mobile-sticky-nav-col {
    display: inline-block;
    margin: 0px 10px;
}

.mobile-sticky-nav-item {
    font-weight: 800;
    font-size: 16px;
    cursor: pointer;
}

.mobile-sticky-nav-col.active .mobile-sticky-nav-item {
    text-decoration: underline;
}

.menu-sec-inner {
    padding: 30px 10px;
}

.menu-cat {
    background: #fff;
    box-shadow: 6px 6px 6px #00000029;
    margin-bottom: 30px;
}

.menu-cat-header {
    background: #3F1210;
    padding: 19px 10px;
}

.menu-cat-header-text {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-family: spade, sans-serif;
}

.menu-cat-inner {
    padding: 25px 15px;
}

.menu-col-header {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 1.7px;
    margin-bottom: 15px;
}

.menu-item {
    font-size: 0;
    margin-bottom: 30px;
}

.menu-item-col {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.menu-item-name {
    font-weight: 700;
    font-size: 15px;
}

.menu-item-desc {
    font-weight: 500;
    font-size: 13px;
}

.menu-item-col.one {
    width: 194px;
    padding-right: 20px;
}

.menu-item-col.two {
    width: calc(100% - 194px);
    text-align: right;
}

.price-row {
    font-size: 0;
}

.price-col {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.price-col.one {
    font-weight: 500;
    font-size: 16px;
}

.price-col.two {
    font-size: 16px;
    color: #7a7a7a;
    width: 70px;
}

.menu-note {
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px;
}

.add-ons {
    margin-top: 30px;
}

.desktop-menu-tabs {
    display: none;
}

.main-underline {
    display: none;
}

@media (min-width: 414px) {
    .special-ribbon-bottom {
        font-size: 14px;
    }

    .product-cat {
        font-size: 16px;
        width: 118px;
    }

    .seo-sec-two {
        height: auto;
    }

    .menu-sec-inner {
        padding: 30px 20px;
        max-width: 630px;
        margin: auto;
    }

    .menu-item-col.one {
        width: 219px;
    }

    .menu-item-col.two {
        width: calc(100% - 219px);
    }
}

@media (min-width: 450px) {
    .hero-xs {
        display: none;
    }

    .hero-sm {
        display: block;
    } 
}

@media (min-width: 768px) {
    .mobile-cow-head {
        display: none;
    }

    .desktop-cow-head {
        display: inline-block;
    }

    .special-ribbon-top {
        font-size: 19px;
    }

    .special-ribbon-bottom {
        font-size: 24px;
    }

    .desktop-cow-head {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 64px;
    }

    .desktop-cow-head.left {
        left: -601px;
    }

    .desktop-cow-head.right {
        right: -612px;
    }

    .sec.seo-sec-one .sec-name {
        width: 500px;
    }

    .product-sec .sec-name {
        text-align: center;
        color: #fff;
        font-size: 40px;
    }

    .map-sec .sec-name {
        text-align: center;
    }

    .product-cats {
        margin-top: 20px;
    }

    .product-cat-col {
        width: 20%;
    }

    .product-sec .sec-inner {
        width: 768px;
        margin: auto;
    }

    .product-item {
        border: 5px solid #3F1210;
    }

    .product-img {
        margin-top: 9px;
    }

    .product-name {
        font-size: 19px;
    }

    .product-price {
        font-size: 17px;
    }

    .product-shop-btn {
        font-size: 17px;
    }

    .wholesale-link {
        display: block;
        background: #3F1210;
        color: #fff;
        text-align: center;
        font-family: 'LatiniaBlack';
        padding: 15px 5px;
        font-size: 24px;
    }

    .mobile-sticky-bar-outer {
        text-align: center;
    }

    .mobile-arrow {
        display: none;
    }

    .mobile-sticky-bar {
        padding: 95px 25px 20px 37px;
        height: 160px;
    }

    .mobile-sticky-nav-item {
        font-size: 18px;
    }

    .mobile-sticky-bar-inner {
        width: auto;
    }

    .menu-cat-header-text {
        font-size: 30px;
    }

    .menu-cat-inner {
        padding: 40px 40px;
    }

    .menu-col-header {
        margin-bottom: 25px;
    }

    .menu-item {
        margin-bottom: 35px;
    }

    .menu-item-col.one {
        width: 331px;
    }

    .menu-item-name {
        font-size: 17px;
    }

    .menu-item-desc {
        font-size: 15px;
    }

    .menu-item-col.two {
        width: calc(100% - 331px);
    }

    .price-col.one,
    .price-col.two {
        font-size: 17px;
    }

    .price-col.two {
        width: 71px;
    }

    .menu-note {
        font-size: 15px;
    }
}

@media (min-width: 829px) {
    .hero-sm {
        display: none;
    }

    .hero-md {
        display: block;
    }
}

@media (min-width: 992px) {
    .product-sec .sec-inner {
        width: 100%;
    }

    .product-col {
        width: 33.33%;
    }

    .product-sec .content,
    .map-sec .content {
        width: 800px;
        margin: auto;
        text-align: center;
    }

    .product-cats {
        width: 800px;
        margin: auto;
    }
}

@media (min-width: 1200px) {
    .wholesale-link.mobile,
    .hero-md {
        display: none;
    }

    .hero-lg {
        display: block;
    }

    .wholesale-link {
        font-size: 36px;
    }

    .special-ribbon-inner {
        padding: 22px 5px;
    }

    .special-ribbon-top {
        font-size: 31px;
    }

    .desktop-cow-head {
        height: 82px;
    }

    .desktop-cow-head.left {
        left: -877px;
    }

    .desktop-cow-head.right {
        right: -890px;
    }

    .product-col {
        width: 20%;
    }

    .gmap {
        width: 90%;
        display: block;
        margin: auto;
        max-width: 1590px;
        height: 414px;
    }

    .seo-sec-two {
        background-image: url(../assets/home/seo-sec-two-bg-desktop.png?v1.1);
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .grass-fed-img.mobile {
        display: none;
    }

    .sec.seo-sec-one .sec-inner {
        padding: 0;
        font-size: 0;
        height: 529px;
        overflow: hidden;
    }

    .seo-sec-one-col {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        position: relative;
        width: 50%;
    }

    .grass-fed-img.desktop {
        display: block;
        position: absolute;
        width: 1018px;
        right: -7vw;
    }

    .seo-sec-one-col.two .seo-sec-one-col-two-inner {
        padding: 1.9vw 30px 10px 85px;
    }

    .sec.seo-sec-two .sec-inner {
        width: 830px;
        margin-left: 0;
    }

    .sec.seo-sec-two .sec-inner .sec-name-center {
        text-align: left;
        max-width: 600px;
    }

    .mobile-sticky-bar-outer {
        display: none;
    }

    .menu-sec {
        background-image: url('../assets/home/menu-bg-one.png');
        background-size: cover;
        background-position: center;
        padding: 35px 0;
    }

    .menu-sec-bg-desktop {
        background-image: url('../assets/home/menu-bg-two.png');
        background-size: cover;
        background-position: center;
        margin: 0 35px;
    }

    .menu-cat {
        display: none;
    }

    #heroes-anchor {
        display: block;
    }

    .menu-sec-inner {
        max-width: 100%;
        padding: 50px 20px;
    }

    .desktop-menu-tabs {
        display: block;
        font-size: 0;
        text-align: center;
    }

    .desktop-menu-tab-col {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        text-align: center;
        padding: 0 20px;
    }

    .desktop-menu-tab-name {
        font-family: "permanent-marker-pro", sans-serif;
        font-size: 23px;
        cursor: pointer;
        transition: all .2s;
    }

    .desktop-menu-tab-name:hover {
        color: #E26326;
    }

    .desktop-menu-tab-col.active .desktop-menu-tab-name {
        color: #E26326;
    }

    .menu-cat {
        background: transparent;
        box-shadow: none;
    }

    .menu-cat-header {
        background: transparent;
        padding-top: 35px;
        padding-bottom: 30px;
    }

    .menu-cat-header-text {
        font-family: "permanent-marker-pro", sans-serif;
        color: #000;
        font-size: 63px;
    }

    .menu-cat-inner {
        padding: 10px 40px;
    }

    .menu-col-header {
        color: #E26326;
        font-weight: 800;
        letter-spacing: 0;
        text-transform: initial;
        font-size: 28px;
    }

    .menu-cols {
        font-size: 0;
    }

    .menu-col {
        position: relative;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        width: 50%;
    }

    .menu-col:nth-child(odd) {
        padding-right: 25px;
    }

    .menu-col:nth-child(even) {
        padding-left: 25px;
    }

    .price-col.two {
        color: #000;
    }

    .price-col.one {
        font-weight: 600;
    }

    .orange-underline {
        display: none;
    }

    .desktop-menu-tab-col:nth-child(1) .black-underline,
    .desktop-menu-tab-col:nth-child(1) .orange-underline {
        width: 278px;
    }

    .desktop-menu-tab-col:nth-child(2) .black-underline,
    .desktop-menu-tab-col:nth-child(2) .orange-underline {
        width: 87px;
    }

    .desktop-menu-tab-col:nth-child(3) .black-underline,
    .desktop-menu-tab-col:nth-child(3) .orange-underline {
        width: 73px;
    }

    .desktop-menu-tab-col:nth-child(4) .black-underline,
    .desktop-menu-tab-col:nth-child(4) .orange-underline {
        width: 166px;
    }

    .desktop-menu-tab-col:nth-child(5) .black-underline,
    .desktop-menu-tab-col:nth-child(5) .orange-underline {
        width: 259px;
    }

    .desktop-menu-tab-col.active .black-underline {
        display: none;
    }

    .desktop-menu-tab-col.active .orange-underline {
        display: block;
    }

    .main-underline {
        display: block;
        margin: auto;
        width: 300px;
    }
}

@media (min-width: 1300px) {
    .sec.seo-sec-one .sec-inner {
        height: 510px;
    }

    .grass-fed-img.desktop {
        width: 981px;
        right: -7.5vw;
    }

    .menu-item-col.one {
        width: 381px;
    }

    .menu-item-name {
        font-size: 19px;
    }

    .menu-item-desc {
        font-weight: 400;
        font-size: 18px;
    }

    .menu-item-col.two {
        width: calc(100% - 381px);
    }

    .desktop-menu-tab-name {
        font-size: 27px;
    }

    .desktop-menu-tab-col:nth-child(1) .black-underline,
    .desktop-menu-tab-col:nth-child(1) .orange-underline {
        width: 312px;
    }

    .desktop-menu-tab-col:nth-child(2) .black-underline,
    .desktop-menu-tab-col:nth-child(2) .orange-underline {
        width: 104px;
    }

    .desktop-menu-tab-col:nth-child(3) .black-underline,
    .desktop-menu-tab-col:nth-child(3) .orange-underline {
        width: 93px;
    }

    .desktop-menu-tab-col:nth-child(4) .black-underline,
    .desktop-menu-tab-col:nth-child(4) .orange-underline {
        width: 187px;
    }

    .desktop-menu-tab-col:nth-child(5) .black-underline,
    .desktop-menu-tab-col:nth-child(5) .orange-underline {
        width: 294px;
    }
}

@media (min-width: 1400px) {
    .seo-sec-one-col.two .seo-sec-one-col-two-inner {
        padding: 1.9vw 30px 10px 58px;
    }

    .sec.seo-sec-one .sec-inner {
        height: 476px;
    }

    .grass-fed-img.desktop {
        width: 915px;
        right: -4vw;
    }

    .sec.seo-sec-two .sec-inner {
        padding-left: 70px;
        width: 851px;
    }

    .menu-col:nth-child(odd) {
        padding-right: 45px;
    }

    .menu-col:nth-child(even) {
        padding-left: 45px;
    }

    .menu-col-spacer {
        position: absolute;
        left: 0;
        height: 100%;
        width: 2px;
        background: #ccc;
        top: 0;
    }
}

@media (min-width: 1500px) {
    .desktop-menu-tab-name {
        font-size: 31px;
    }

    .menu-item-name {
        font-size: 22px;
    }

    .menu-item-desc {
        font-weight: 400;
        font-size: 20px;
    }

    .price-col.one, 
    .price-col.two {
        font-size: 19px;
    }

    .price-col.two {
        width: 80px;
    }

    .menu-item-col.one {
        width: 405px;
    }

    .menu-item-col.two {
        width: calc(100% - 405px);
    }

    .desktop-menu-tab-col:nth-child(1) .black-underline,
    .desktop-menu-tab-col:nth-child(1) .orange-underline {
        width: 352px;
    }

    .desktop-menu-tab-col:nth-child(2) .black-underline,
    .desktop-menu-tab-col:nth-child(2) .orange-underline {
        width: 114px;
    }

    .desktop-menu-tab-col:nth-child(3) .black-underline,
    .desktop-menu-tab-col:nth-child(3) .orange-underline {
        width: 101px;
    }

    .desktop-menu-tab-col:nth-child(4) .black-underline,
    .desktop-menu-tab-col:nth-child(4) .orange-underline {
        width: 212px;
    }

    .desktop-menu-tab-col:nth-child(5) .black-underline,
    .desktop-menu-tab-col:nth-child(5) .orange-underline {
        width: 340px;
    }
}

@media(min-width: 1600px) {
    .seo-sec-one-col.two .seo-sec-one-col-two-inner {
        padding: 2.9vw 30px 10px 58px;
    }

    .sec.seo-sec-two .sec-inner .sec-name-center {
        max-width: 625px;
    }

    .sec.seo-sec-two .sec-inner {
        width: 969px;
    }

    .sec.seo-sec-one .sec-name {
        width: 650px;
    }

    .menu-col:nth-child(odd) {
        padding-right: 60px;
    }

    .menu-col:nth-child(even) {
        padding-left: 60px;
    }

    .menu-item-col.one {
        width: 440px;
    }

    .menu-item-col.two {
        width: calc(100% - 440px);
    }
}

@media(min-width: 1700px) {
    .grass-fed-img.desktop {
        width: 1035px;
    }

    .sec.seo-sec-one .sec-inner {
        height: 537px;
    }

    /*.seo-sec-one-col.two .seo-sec-one-col-two-inner {
        padding: 1.2vw 40px 10px 18px;
    }*/
    .sec.seo-sec-two .sec-inner {
        padding-left: 100px;
        width: 992px;
    }

    .product-sec .content, .map-sec .content {
        width: 100%;
    }

    .product-cats {
        width: 1100px;
    }

    .product-cat-col {
        margin-bottom: 25px;
    }

    .product-cat {
        font-size: 18px;
        width: 175px;
    }
}

@media(min-width: 1796px) {
    .seo-sec-one-col.two .seo-sec-one-col-two-inner {
        box-sizing: border-box;
        width: 859px;
        padding: 0;
        margin: auto;
        padding-top: 60px;
        padding-right: 20px;
    }

    .grass-fed-img.desktop {
        right: -1vw;
    }
}

@media (min-width: 1800px) {
    .menu-sec-bg-desktop {
        width: 1600px;
        margin: auto;
    }

    .menu-sec {
        padding: 60px 0;
    }

    .menu-item-col.one {
        width: 496px;
    }

    .menu-item-col.two {
        width: calc(100% - 496px);
    }
}

@media (min-width: 1850px) {
    .seo-sec-one-col.one {
        width: 52%;
    }

    .seo-sec-one-col.two {
        width: 48%;
    }
}

@media (min-width: 1900px) {
    .sec.seo-sec-two .sec-inner {
        left: 8vw;
    }

    .grass-fed-img.desktop {
        right: initial;
        left: 0;
    }
}