/* Custom post beer -------------> */
.mt_beers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    row-gap: 30px;
    column-gap: 10px;
}

.mt_beers_wrapper {
    width: 24%;
    text-align: center;
}

.mt_beers_wrapper h2 {
    font-size: 16px;
    text-align: center;
    /*    font-family: 'brandon-grotesque black'; */
    color: #4a3d34;
    font-family: 'brandon-grotesque';
    font-weight: 600;
}

.mt_beers_wrapper h2 {
    color: #4a3d34;
}

.mt_beers_wrapper h2:hover {
    color: #4a3d34;
}

.content_wrapper {
    padding: 0px 25px;
    /* display: flex; */
    height: 10px;
}

.content_wrapper a {
    color: #4a3d34 !important;
}

.content_wrapper a:hover {
    color: #4a3d34 !important;
}

.img_wrappr {
    width: 100%;
    height: 303px;
    text-align: center;
    display: flex;
    align-items: end;
    justify-content: center;
}



/* 
End Custom post type-------------------->  */


/* single-post-beer------------> */


/* single-post-beer-end------------> */

/* Upcoming Festivities-css-start-here---------->  */
.mt_upcoming_fest {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    row-gap: 20px;
    flex-wrap: wrap;
    column-gap: 20px;
}

.mt_festival {
    background-image: url(http://69.87.218.221/~moderntimes/wp-content/uploads/2023/04/Event-Background-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 22px 30px;
    border: 2px solid #4a3d34;
    border-radius: 10px;
    width: 32%;
}

.mt_festival_date h3 {
    font-family: "new-kansas", Sans-serif !important;
    font-size: 25px;
    padding-bottom: 10px;
}

.mt_festival_time {
    display: flex;
    align-items: center;
}

.mt_festival_time img {
    padding-right: 10px !important;
}

.mt_festival_desc h4 {
    font-family: "new-kansas", Sans-serif !important;
    font-size: 24px;
    text-transform: capitalize;
}

.mt_festival_desc p {
    font-family: "brandon-grotesque", Sans-serif !important;
}

.mt_fest_url a:hover {
    color: #4a3d34;
}

.mt_fest_url a {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
    text-decoration: underline !important;
    color: #4a3d34;
    font-family: 'brandon-grotesque black';
}

.mt_releted_product {
    display: flex;
    justify-content: space-evenly;
    align-items: baseline !important;
}

.single_thumbnails_product {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mt_product_images {
    text-align: center;
    width: 30%;
}

.mt_product_images p {
    font-family: 'brandon-grotesque';
    font-weight: 600;
}

.mt_product_images p a {
    color: #4a3d34;
}

.mt_product_images p:hover {
    color: #4a3d34;
}

.single_thumbnails_inner {
    width: 100px;
    text-align: center;
}

.single_thumbnails_inner img {
    height: 127px !important;
}

.single_thumbnails_inner p {
    font-family: 'brandon-grotesque black';
}



/* Upcoming Festivities-css-end-here--------->  */


/* good times on tap-section-css-start-here ---------------> */


/* good times on tap-section-css-end-here ---------------> */


/* latest-post-css-start-here-------------> */


.mt_latest_post_description span {
    color: #FCC93A !important;
}

.mt_latest_post_description a {
    border: 1px solid;
    padding: 5px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    background: #ffffff;
    color: #4a3d34;
}

/* latest-post-css-end-here-------------> */
.mt_product_images p a {
    color: #4a3d34;
}
.mt_coffee {
    display: flex;
    column-gap: 62px;
}
 /* latest-featured news   --->*/

 .mt_latest_newspost{
    border: 2px solid black;
    border-radius: 36px;
    width: 287px;
}
.mt_latest_newspost_title h2 {
    font-family: 'new-kansas';
    text-align: center;
   
}

.mt_latest_newspost_title p {
    font-family: 'brandon-grotesque';
    font-size: 24px;
    text-align: center;
}

@media screen and (max-width: 980px) {
    .mt_upcoming_fest {
        display: block;
        padding: 0px 20px;
    }

    .mt_festival {
        width: 100%;
        margin: 13px 0px;
    }

    .mt_product_images {
        text-align: center;
        width: 100%;
    }

    .mt_releted_product {
        display: block;

    }

    .tap_location_wrpper {
        display: block !important;
    }

    .location_inner_wrapper {
        width: 100% !important;
    }

    .location_inner_btn {
        margin: 0px 0px 50px 0px !important;
    }

    .mt_beers {
        display: block;
        width: 100%;
    }

    .mt_beers_wrapper {
        width: 100%;
        margin-bottom: 25px;
    }

    .img_wrappr {
        height: 100% !important;
        width: 100%;
    }

    .content_wrapper {
        padding: 0px !important;
        height: 0px !important;
        padding-bottom: 20px !important;
    }

}
