.cocktails main {
    margin-bottom: 65px;
}
.cocktails .masthead {
    padding-top: 0;
    background: none;
}
.cocktails .masthead .container {
    padding-top: 200px;
}
.cocktails .masthead img {
    width: 944px;
    position: absolute;
    top: 0;
    left: 42%;
}
.cocktails .side-dots.left {
    height: 100%;
    bottom: 0;
    left: 0;
    transform: translateY(-6px);
    width: 107px;
    background-image: url('../images/side-dots-left.png');
}
/*----------s-----
    Recipes 
-----------------*/
.recipes-section {
    padding-bottom: 180px;
    background: url('../images/bg-recipes.jpg') center center no-repeat;
    background-size: contain;
}
.recipes-section .col-33 {
    width: calc(100% / 3);
    margin-bottom: 50px;
}
.recipe-column {
    margin-bottom: 30px;
}
.recipe-image {
    padding-bottom: 110%;
    display: block;
}
.recipe-image img {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 600px !important;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
    pointer-events: none;
}
.recipe-info {
    background: var(--brown);
    width: 409px;
    margin: 0 auto;
    padding-top: 86px;
    text-align: center;
    margin-top: -60px;
}
.recipe-info h2 {
    font-size: 42px;
    color: #fff;
    display: flex;
    justify-content: center;
}
.recipe-info h2 a {
    font: inherit;
    color: inherit;
}
.recipe-info>span {
    position: relative;
}
.recipe-info>span span {
    background-color: var(--brown);
    display: inline-block;
    position: relative;
    padding: 0 9px 0 10px;
    z-index: 2;
    font-family: var(--mesa);
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0;
    letter-spacing: 0.01em;
}
.recipe-info>span::before {
    content: '';
    position: absolute;
    top: 47%;
    left: 50%;
    width: 98px;
    height: 0.5px;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.5);
}
.recipe-info h3 {
    font-size: 20px;
    color: #fff;
    font-family: var(--mesa);
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.recipe-image .ritten-logo {
    width: 450px;
    mix-blend-mode: color-dodge;
    bottom: 110px;
}
.learn-more {
    height: 42px;
    margin-top: 20px;
}
.load-more {
    margin-top: 100px;
}
.learn-more a {
    z-index: 10;
    border-color: var(--burgundy);
}
.learn-more a:hover {
    z-index: 10;
    border-color: var(--red);
}

.recipe-image.recipe-the-ship-of-theseus,
.recipe-image.recipe-spice-trade-sour,
.recipe-image.recipe-midnight-manhattan.relative {
    padding-bottom: 110%;
}
.recipe-image.recipe-carroll-gardens,
.recipe-image.recipe-nomadic-old-fashioned,
.recipe-image.recipe-classic-manhattan,
.recipe-image.recipe-old-pal,
.recipe-image.recipe-rye-old-fashioned  {
    padding-bottom: 110%;
}


.featured-recipe_carousel .owl-stage-outer {
	overflow: visible !important;
}
/*---------------------- 
      Media Queries 
------------------------*/
@media screen and (max-width: 1599px) {
    .cocktails main {
        margin-bottom: 57px;
    }
    .cocktails .side-dots.left {
        width: 60px;
    }
    .recipe-column {
        margin-bottom: 27px;
    }
    .cocktails .masthead .container {
        padding-top: 167px;
    }
    .cocktails .masthead img {
        width: 787px;
    }
    .recipes-section {
        padding-bottom: 150px;
    }
    .recipes-section .col-33 {
        margin-bottom: 42px;
    }
    .recipe-image img {
        width: 500px !important;
    }
    .recipe-image .ritten-logo {
        width: 360px;
    }
    .recipe-info {
        width: 361px;
        padding-top: 70px;
        margin-top: -52px;
    }
    .recipe-info h2 {
        font-size: 37px;
    }
    .recipe-info>span>span {
        margin: 18px 0;
        font-size: 13px;
    }
    .recipe-info>span::before {
        width: 92px;
    }
    .recipe-info h3 {
        font-size: 18px;
    }
    .learn-more {
        height: 37px;
        margin-top: 18px;
    }
    .bottom-row {
        margin-top: 74px;
    }
}
@media screen and (max-width: 1279px) {
    .cocktails main {
        margin-bottom: 46px;
    }
    .cocktails .side-dots.left {
        width: 34px;
    }
    .recipe-column {
        margin-bottom: 21px;
    }
    .cocktails .masthead .container {
        padding-top: 134px;
    }
    .cocktails .masthead img {
        width: 630px;
    }
    .recipes-section {
        padding-bottom: 120px;
    }
    .recipes-section .col-33 {
        margin-bottom: 34px;
    }
    .recipe-image img {
        width: 400px !important;
    }

    .recipe-info {
        width: 289px;
        padding-top: 56px;
        margin-top: -42px;
    }
    .recipe-image .ritten-logo {
        width: 310px;
        bottom: 70px;
    }
    .recipe-info h2 {
        font-size: 30px;
    }
    .recipe-info>span>span {
        margin: 14px 0;
        font-size: 12px;
    }
    .recipe-info>span::before {
        width: 85px;
    }
    .recipe-info h3 {
        font-size: 14px;
    }
    .learn-more {
        height: 30px;
        margin-top: 14px;
    }
    .bottom-row {
        margin-top: 70px;
    }
}
@media screen and (max-width: 991px) {
    .cocktails main {
        margin-bottom: 35px;
    }
    .cocktails .side-dots.left {
        width: 26px;
    }
    
    .recipe-column {
        margin-bottom: 16px;
    }
    .cocktails .masthead .container {
        padding-top: 100px;
    }
    .cocktails .masthead img {
        width: 472px;
    }
    .recipes-section {
        padding-bottom: 90px;
    }
    .recipes-section .col-33 {
        margin-bottom: 25px;
    }
    .recipe-image img {
        width: 300px !important;
    }
    .recipe-image .ritten-logo {
        width: 250px;
        bottom: 45px;
    }
    .recipe-info {
        width: 217px;
        padding-top: 42px;
        margin-top: -31px;
    }
    .recipe-info h2 {
        font-size: 23px;
    }
    .recipe-info>span>span {
        margin: 11px 0;
        font-size: 11px;
    }
    .recipe-info>span::before {
        width: 78px;
    }
    .recipe-info h3 {
        font-size: 11px;
    }
    .learn-more {
        height: 23px;
        margin-top: 11px;
    }
    .bottom-row {
        margin-top: 51px;
    }
}
@media screen and (min-width: 768px) {
    
.featured-recipe_carousel .owl-dots {
    margin-top: 20px;
}
}
@media screen and (max-width: 767px) {
    .cocktails .masthead {
        background: #F1EBD7;
        padding-bottom: 20px;
    }
    .cocktails .masthead .container {
        padding: 0;
    }
    .cocktails .masthead img {
        margin-bottom: 0;
        width: 100%;
        position: relative;
        left: auto;
        transform: none;
    }
    
    .recipes-section .col-33 {
        width: 100%;
        margin-bottom: 45px;
    }
    .recipe-column {
        margin-bottom: 0;
    }
    .recipe-info {
        width: 320px;
        padding-top: 51px;
    }
    .recipe-info h2 {
        font-size: 34px;
    }
    .recipe-info>span>span {
        font-size: 9px;
        margin: 12px 0 10px;
    }
    .recipe-info h3 {
        font-size: 16px;
    }
    .recipe-image {
        padding-bottom: 0 !important;
    }
    .recipe-image img:first-child {
        width: 420px !important;
        position: relative;
    }
    .learn-more {
        margin-top: 27px;
        height: 35px;
    }
    .cocktails .side-dots.left {
        right: 0;
        left: unset;
        width: 53px;
        height: 557px;
        transform: translateY(11px);
        background-image: url('../images/dots-black-mob.png');
    }
    .featured-recipe .fill-brown svg {
        fill: var(--burgundy);
    }
    .cocktails .flexible-content {
        background: url('../images/inspiration-mobBg.png') center center no-repeat;
        position: relative;
        background-size: auto 100%;
        padding: 30px 0;
    }
    .cocktails .flexible-content .h2 {
        color: var(--red);
    }
    .cocktails .flexible-content .p {
        color: var(--burgundy);
    }
    .cocktails .flexible-content>.flex {
        justify-content: center;
    }
    .cocktails main {
        margin-bottom: 0;
    }
    .bottom-row {
        margin-top: 0;
    }
    .featured-recipe {
        margin-top: 0;
    }
    .recipes-section .col-33:last-child {
        margin-bottom: 0;
    }

.featured-recipe_carousel .owl-stage-outer {
	overflow: hidden !important;
}
.min-widthImg {
    max-width: 100%;
    min-width: 1px;
}
}
@media screen and (max-width: 767px) and (min-width:540px) {
    .cocktails .masthead img {
        margin-bottom: 9px;
    }
    .recipes-section {
        padding-bottom: 90px;
    }
    .recipes-section .col-33 {
        margin-bottom: 52px;
    }
    .recipe-info {
        width: 400px;
        padding-top: 68px;
    }
    .recipe-info h2 {
        font-size: 42px;
    }
    .recipe-info>span>span {
        font-size: 12px;
        margin: 20px 0 20px;
    }
    .recipe-info h3 {
        font-size: 20px;
    }
    .learn-more {
        margin-top: 34px;
    }
    .cocktails .side-dots.left {
        width: 101px;
        height: 803px;
    }
    .cocktails .flexible-content {
        padding: 60px 0 50px;
    }
    .recipe-image img:first-child {
        width: 550px !important;
    }
}