.article-header-section .image_caption_maindiv{
    width:100%;
    background-color: rgba(0,0,0,0);
    color:#58595b;
    padding: 10px 10px;
    /* position: absolute; */
    bottom: 0;
}
.article-header-section .image_caption_maindiv .image_caption_content{
    width: 100%;
    margin: 10px auto 15px;
    font-size: 0.75rem;
    display: none;
}
.article-header-section .image_caption_div{
    display: flex;
    gap: 30px;
	        font-size: 12px;
    align-items: center;
    font-family: Tahoma, Geneva, sans-serif;
	justify-content: center;

}

.article-featured-image {
    /* display: flex;
    justify-content: center; */
    margin-top: 30px;
    width: 100%;
/*     max-width: 600px; */
	    max-width: var(--global-content-narrow-width);
}

.custom-featured-image {
    max-width: 1200px;
}

.article-featured-image .article-img{
    position: relative;
}
.article-featured-image .image_caption_div div{
    display: flex;
    gap: 5px;
    font-family: 'Arial';
    text-transform: uppercase;
    font-size: 0.75rem;
    align-items: center;
}

/*article header section css*/
.single-post .site-container .article-header-section .two-column-entry-header{
    margin: 0px auto ;
    width: 100%;
    max-width: 1200px !important;
}

.single-post .site-container .article-header-section .entry-header{
    margin: 0px auto ;
    width: 100%;
/*     max-width: 600px; */
	    max-width: var(--global-content-narrow-width);
}

.single-post  .article-content-section {
    max-width: var(--global-content-narrow-width);
	    min-width: var(--global-content-narrow-width);

    margin: auto;
}
.single-post .site-container .article-header-section .entry-header .entry-title, .beer-template .site-container .article-header-section .entry-header .entry-title, .judge-review-template .site-container .article-header-section .entry-header .entry-title{
    margin-bottom: 10px;
}
.single-post .site-container .article-header-section .entry-header .kadence-breadcrumbs, .beer-template .site-container .article-header-section .entry-header .kadence-breadcrumbs, .judge-review-template .site-container .article-header-section .entry-header .kadence-breadcrumbs {
    margin-top: 3rem;
    margin-bottom: 1rem;
}
.title-entry-subheading p{
    font-weight: normal;
    /* font-size: 1.25rem;
    text-align: left;
    line-height: 1.5rem; */
    color: rgb(60, 63, 66);
    font-family: "Palatino", "Palatino Linotype";

}

.article-content-section .single-content, .article-header-section .single-content{
    border-top: 1px solid #e3e3e3;
    margin: 0;
    padding-top: 20px;
    margin-bottom: 10px;
}

.author_name {
    color: #3c3f42;
}

.author_name:hover {
    color: #3c3f42;
    text-decoration: none;
}

/* .social_shares_comment {
    display: flex;
    gap: 15px;
} */

/* related blogs design */
.arcticle_related_blogs_section .entry-related{
    margin-top: 40px;
    margin-bottom: 30px;
    background: #fff;
}
.arcticle_related_blogs_section .entry-related .entry-related-title{
    color: var(--global-palette2);
    font-size: 0.87rem;
    line-height: 1rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding-bottom: 10px;
    font-weight: bold;
}
.arcticle_related_blogs_section .entry-related-inner-content{
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
}
.arcticle_related_blogs_section .entry-related-grid{
    display: grid;
    grid-template-columns: 1fr 0.001fr 1fr 0.001fr 1fr 0.001fr 1fr 0.001fr 1fr;
    gap: 20px;
}

.arcticle_related_blogs_section .entry-related-grid .related-post-item{
    border-radius: 0px;
    box-shadow: none;
    padding: 0px;
}

.arcticle_related_blogs_section .entry-related-grid .related-post-item:first-child{
    padding-left: 0px;
}

.arcticle_related_blogs_section .entry-related-grid .related-post-item:last-child{
    padding-right: 0px;
    border-right: none;
}

.vertical-divider {
    border-right: 1px solid #e3e3e3;
    padding: 0px;
    margin: 0px;
}

.arcticle_related_blogs_section .entry-related-grid .entry-content-wrap{
    padding-top: 1rem;
}
.arcticle_related_blogs_section .entry-related-grid .entry-content-wrap .entry-header{
    margin-bottom: 5px;
    text-align: left;
    justify-content: left;
}
.arcticle_related_blogs_section .entry-related-grid .entry-content-wrap .entry-header .entry-title{
    /* font-size: 1.3rem; */
    /* line-height: 1.6rem; */
    /* padding-top: 1rem; */
    font-size: 1rem;
    line-height: 1.188rem;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: 600;
    
}
.arcticle_related_blogs_section .entry-related-grid .entry-content-wrap .entry-header a{
    color:#000;
}
.arcticle_related_blogs_section .entry-related-grid .entry-content-wrap .entry-header a:hover{
    color:#3c3f42;
}
.arcticle_related_blogs_section .entry-related-grid .post{
    box-shadow: none;
}
.arcticle_related_blogs_section .entry-related-grid .post .category-links a{
    font-size: 0.75rem;
    font-family: 'Arial';
    text-decoration: none;
    font-weight: normal;
    text-transform: capitalize;
}
/* related blogs design end */

/* recent blogs design */
.arcticle_recent_blogs_section .entry-recent-title{
    color: var(--global-palette2);
    font-size: 0.87rem;
    line-height: 1rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding-bottom: 10px;
    font-weight: bold;
}
.arcticle_recent_blogs_section .recent-posts-data{
    display: grid;
    grid-template-columns: 1fr 0.001fr 1fr 0.001fr 1fr 0.001fr 1fr 0.001fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}
.arcticle_recent_blogs_section .recent-posts-data .recent-article{
    padding: 0px;
    /* border-right: 1px solid #e3e3e3; */
    border-radius: 0px;
    box-shadow: none;
    
}
.arcticle_recent_blogs_section .recent-posts-data .recent-article:last-child{
    padding-right: 0px;
    border-right: 0px;
}
.arcticle_recent_blogs_section .recent-posts-data .recent-article:first-child{
    padding-left: 0px;
}
.arcticle_recent_blogs_section .recent-posts-data .recent-article .entry-title{
    /* font-size: 1.3rem; */
    /* line-height: 1.6rem; */
    padding-top: 1rem;
    font-size: 1rem;
    line-height: 1.188rem;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
    
}
.arcticle_recent_blogs_section .recent-posts-data .recent-article .entry-title a{
    color: #000;
	text-decoration: auto;
}
.arcticle_recent_blogs_section .recent-posts-data .recent-article .entry-title a:hover{
    color: #3c3f42;
}
.arcticle_recent_blogs_section .recent-posts-data .recent-article .category-link{
    font-size: 0.75rem;
    font-family: 'Arial';
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal;
}
.recent-posts-data .recent-article img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
}
.single-content p,.single-content ul li,.single-content ol li {
    font-size: 1.25rem;
    line-height: 1.875rem;
}

/* recent blogs design end */
.article-header-section .featured_gallery_div{
    margin: 0px auto 30px;
    width: 100%;
    max-width: 600px;
}
#carouselExampleIndicators .carousel-control{
    background: #fff;
    opacity: 1;
    position: initial;
    border-radius: 50%;
    height: 1.6rem;
    width: 1.6rem;
    border: 1px solid #DFDFDF;
}
.article-header-section #carouselExampleIndicators .carousel-control:hover,
.article-header-section #carouselExampleIndicators .carousel-control:focus{
    border: 1px solid #DFDFDF;
    background-color: #DFDFDF;
}
#carouselExampleIndicators .carousel-control .carousel-control-prev-icon{
    background-image: url(../img/arrow_right.svg);
    transform: rotate(180deg);
    background-size: 14px;
}
#carouselExampleIndicators .carousel-control .carousel-control-next-icon{
    background-image: url(../img/arrow_right.svg);
    background-size: 14px;
}
#carouselExampleIndicators .carousel-control-div{
    display: flex;
    justify-content: end;
    gap: 10px;
    margin-top: -15px;
}

#carouselExampleIndicators .carousel-control:hover,
#carouselExampleIndicators .carousel-control:focus{
    background: rgba(0, 0, 0, 0.8);
    opacity: 1;
}
.arcticle_related_blogs_section .related-post-item article .entry-taxonomies{
    font-size: 0.75rem;
    font-family: 'Arial';
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal;
    letter-spacing: normal;
    margin-bottom: 0px;
}

/* Trending Stories */
.trending-posts {
    margin-top: 40px;
    margin-bottom: 50px;
}

.trending-posts .entry-trending-title, .beer-industry .entry-article-title {
    /* color: var(--global-palette2); */
    font-size: 0.87rem;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.trending-posts .trending-post-data, .beer-industry .beer-industry-post-data {
    display: grid;
    grid-template-columns: 1fr 0.001fr 1fr 0.001fr 1fr 0.001fr 1fr 0.001fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.trending-posts .trending-post-data .trending-article {
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
}

.trending-posts .trending-post-data .trending-article:first-child {
    padding-left: 0px;
}

.trending-posts .trending-post-data .trending-article img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.trending-posts .trending-post-data .trending-article .entry-title {
    padding-top: 1rem;
    font-size: 1rem;
    line-height: 1.188rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

.trending-posts .trending-post-data .trending-article .entry-title a {
 color: #000;    
}

.trending-posts .trending-post-data .trending-article .category-link {
    font-size: 0.75rem;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal ;
}


/* Share and comment CSS */
.social_shares_comment .share_span{
    padding: 8px 8px;
    background-color: #e7f1d9;
    border: 1px solid #efefef;
    border-radius: 30px;
    display: flex;
    justify-content: center;
}
.social_shares_comment .share_span:hover{
    background-color: #efefef;
    cursor: pointer;
}
.social_shares_comment .comment_span{
    padding: 8px 8px;
    border: 1px solid #efefef;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
	background-color: #e7f1d9;
}

.social_shares_comment .share_span svg {
    width: 14px;
    height: 14px;
}

.social_shares_comment .comment_span:hover{
    background-color: #efefef;
    cursor: pointer;
}
.social_shares_comment .comment_span svg{
    vertical-align: sub;
    width: 14px;
    height: 14px;
}

.social_shares_comment .comment_span .comment_count{
    font-size: 0.7rem;
}

.comment_modal.modal.right .modal-dialog {
    position: fixed;
    right: 0;
    margin: 0;
    width: 400px; /* Adjust the width as needed */
    height: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
}
.comment_modal.modal.right{
    z-index: 99999;
}
.comment_modal.modal.right.show .modal-dialog {
    transform: translateX(0);
    width: 100%;
    max-width: 37%;
}

.comment_modal.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    border: 0;
}
.social_shares_comment .comment_open_btn{
    padding: 0;
    background: transparent;
    border: 0;
    color: rgb(60, 63, 66);
    font-size: 14px;
}
.social_shares_comment .comment_span #comments_btn{
    display: flex;
    gap: 5px;
    align-items: center;
}
.social_shares_comment .comment_span #comments_btn:hover,
.social_shares_comment .comment_span #comments_btn:focus,
.social_shares_comment .comment_span #comments_btn:active{
    padding: 0;
    background: transparent;
    border: 0;
    color: rgb(60, 63, 66);
    font-size: 14px;
    box-shadow: none;
}
.comment_pp_head{
    font-family: 'Arial';
    font-weight: 600;
    color: rgb(18, 18, 18);
}
.comment_pp_head span{
    color: rgb(90,90,90);
    font-size: 1.2rem;
}
.comment_modal .comments-area{
    margin-top: 20px;
}
.comment_modal .modal-body{
    padding: 1rem 2rem;
    font-family: 'Arial';
}
.comment_modal .comment-reply-title{
    display: none;
}
.comment_modal .comment-form .logged-in-as{
    margin: 0rem 0rem 1rem;
    margin-top: 0;
    font-size: 80%;
    font-style: italic;
}
.comment_modal .comment-form .comment-notes{
    margin: 0rem 0rem 1rem;
    margin-top: 0;
    font-size: 80%;
    font-style: italic;
}
.comment_modal .comment-form #comment{
    height: 35px;
}
.comment_modal .comment-form .float-label{
    margin-bottom: 0px;
}
.comment_modal .comment-form .comment-form-float-label{
    margin-bottom: 1rem;
}
.comment_modal .comment-form .comment-input-wrap{
    gap:10px;
}
.comment_modal .comment-form .comment-form-cookies-consent{
    margin: 1em 0;
}
.comment_modal .comment-form .comment-form-cookies-consent label{
    margin-bottom: 0em;
}
.comment_modal .comment-form .form-submit{
    margin: 1em 0;
}
.comment_modal .comment-form .form-submit .submit{
    font-size: 0.87rem;
    width: 100%;
}
.comment_modal .comments-area .comments-title{
    display: none;
}
.comment_modal .comment-list .comment-content{
    position: relative;
    margin-left: 70px;
    margin-bottom: 0px;
}
.comment_modal .comment-list article.comment-body{
    margin: 20px 0px;
    border-bottom: 1px solid #efefef;
}
.comment_modal .comment-list .reply{
    position: relative;
    margin-bottom: 20px;
}
.comment_modal .comment-list .reply a{
    color: #1b75d0;
    padding: 0;
    border: 0;
    font-family: 'Arial';
    margin-left: 70px;
}
.comment_modal .nav.nav-tabs{
    margin: 0;
}
.comment_modal .nav-tabs .nav-link{
    color:rgb(60, 63, 66);
}
.comment_modal .nav-tabs .nav-link.active{
    border-color:#fff #fff #212121;
    color: #212121;
    border-width: 2px;
}
.comment_modal .nav-tabs .nav-link:hover{
    border-color:#fff #fff #212121;
    border-width: 2px;
}
.comment_modal .comment-sorting{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 0px;
    margin: 5px 0px 0px;
}
.comment_modal .comment-sorting label{
    margin-bottom: 0px;
    color: #1b75d0;
    font-size: 0.75rem;
    font-family: 'Arial';
}
.comment_modal .comment-sorting #commentSort{
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    padding-left: 0px;
    color: #1b75d0;
    font-size: 0.75rem;
    font-family: 'Arial';
    appearance: auto;
    border-radius: 0px;
    background: none;
    padding-right: 0;
}
.comment_modal .readers-sorting{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 0px;
    margin: 5px 0px 0px;
}
.comment_modal .readers-sorting label{
    margin-bottom: 0px;
    color: #1b75d0;
    font-size: 0.75rem;
    font-family: 'Arial';
}
.comment_modal .readers-sorting #readersSort{
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    padding-left: 0px;
    color: #1b75d0;
    font-size: 0.75rem;
    font-family: 'Arial';
    appearance: auto;
    border-radius: 0px;
    background: none;
    padding-right: 0;
}
#commentform .acf-comment-fields{
    display: none;
}
.comment_modal .close{
    opacity: 1;
    font-size: 16px;
    line-height: normal;
    width: 20px;
    height: 20px;
    border-radius: 50%; 
}
.comment_modal .close span{
    vertical-align: super;
}
.comment_modal .close:hover{
    opacity: 1;
    color: #fff;
}
#comments .comment_error{
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-size: 0.75rem;
    padding: 5px 10px;
    display: none;
}
#comments .comment_success{
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb; 
    font-size: 0.75rem;
    padding: 5px 10px;
    display: none;
}

/* share css */
.social_shares_comment .share_div{
    position: relative;
    z-index: 1;
}
.social_shares_comment .share_div .share_icons_div{
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
    width: 215px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
}
.social_shares_comment .share_icons_head{
    font-size: 0.875rem;
    line-height: 1rem;
    margin-bottom: 8px;
    padding: 14px 14px 0px;
    font-family: 'Arial';
    text-align: left;
}
.social_shares_comment .share_icons_para{
    font-size: 0.75rem;
    line-height: 0.875rem;
    margin-bottom: 4px;
    padding: 0px 14px;
    text-align: left;
}
.social_shares_comment .heateor_sss_sharing_ul{
    display: block;
    width: 100%;
}
.social_shares_comment div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a{
    width: 100%;
    padding: 6px 14px !important;
    margin: 0px;
    border-bottom: 1px solid rgb(226, 226, 226) !important;
    display: flex !important;
    gap: 10px;
    align-items: center;
    color: #212121;
}
.social_shares_comment div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a:hover{
    background-color: #212121 !important;
    color: #fff !important;
}
.social_shares_comment div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a:last-child{
    border-bottom: 0px !important;
    padding-bottom: 20px !important;
}
.social_shares_comment .sss_label{
    font-size: 0.87rem;
    line-height: 0.87rem;
}
.css-arrow-open{
    display: inline-block;
    height: 0px;
    position: absolute;
    width: 0px;
    border-width: 10px;
    border-style: inset inset solid;
    border-color: transparent transparent rgb(179, 179, 179);
    border-image: initial;
    left: 15px;
    top: -20px;
}
.css-arrow-open .css-arrow-icon{
    border-width: 10px 10px 11px;
    border-style: inset inset solid;
    border-color: transparent transparent rgb(255, 255, 255);
    border-image: initial;
    display: inline-block;
    height: 0px;
    position: absolute;
    width: 0px;
    top: -9px;
    left: -10px;
}

/* article meta data design */
.article-author-metadata {
    margin: 30px auto 15px auto;
    width: 100%;
    max-width: 600px;
    font-size: 0.813rem;
    font-family: Arial, Helvetica, sans-serif; 
    line-height: 1.25rem            ;
}

.two-column-author-metadata {
    max-width: 1200px !important;
}

/*.article-author-metadata .article-dates{*/
/*    display: flex;*/
/*    gap: 15px;*/
/*}*/

/*.article-author-metadata .social_shares_comment {*/
/*    display: flex;*/
/*    gap: 15px;*/
/*    margin: 10px 0px;*/
/*}*/

/*.article-author-metadata .article-author{*/
/*    display: flex;*/
/*    gap: 10px;*/
/*}*/

 .article-author-metadata .article-author{
    display: flex;
    justify-content: center;
    gap: 15px;
}

.article-author-metadata .article-dates{
    display: flex;
    justify-content: center;
    gap: 15px;
}

.article-author-metadata .social_shares_comment {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 10px 0px;
} 

.article-author-metadata .article-author .in-flex, .article-author-metadata .article-dates .in-flex{
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 10px 0px;
}
.article-author-metadata .article-author .avatar_img img{
    width: 30px;
	height: 30px;
    /* border: 1px solid; */
    border-radius: 50%;
}

.share-title, .comment-title{
    margin: auto 5px auto 5px;
    font-size: 0.813rem;
    font-family: Arial, Helvetica, sans-serif;
}

.section_seprator{
    height: 5px;
    margin: 10px 0px;
}
/* article meta data design end */

/* Beer Industry */

.entry-review-category-title {
    color: #6d6d6d;
    font-size: 0.87rem;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
    font-weight: bold;
    text-transform: capitalize;
}

.beer-industry .beer-industry-post-data {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.beer-industry .beer-industry-post-data .beer-industry-article .entry-title a {
    color: #000;    
   }

   .beer-industry .beer-industry-post-data .beer-industry-article .category-link {
    font-size: 0.75rem;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal ;
}

.beer-industry .beer-industry-post-data .beer-industry-article .entry-title {
    padding-top: 1rem;
    font-size: 1rem;
    line-height: 1.188rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

.beer-industry-article img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

/* Share and comment CSS end */
@media only screen and (max-width:767px){
    .single-post .site-container .article-header-section .entry-header{
        width: 100%;
    }
    .article-featured-image{
        width: 100%;
    }
    .photo_caption_text{
        font-size:0.5rem;
    }
    .article-header-section .image_caption_div{
        gap: 10px;
        justify-content: center;
        font-family: Arial, Helvetica, sans-serif;
    }
    .article-header-section .image_caption_maindiv{
        padding: 5px 5px;
    }
    .article-featured-image .image_caption_div div svg{
        width: 15px;
        height: 12px;
    }
    .article-header-section .image_caption_maindiv .image_caption_content{
        width: 100%;
        font-size: 0.5rem;
        margin: 5px auto 5px;

    }
    /* related blogs css */
    .arcticle_related_blogs_section .entry-related-grid{
        grid-template-columns: 1fr;
        row-gap: 16px;
    }
    .arcticle_related_blogs_section .entry-related-grid .related-post-item{
        padding: 0px;
        border-right: 0px solid #e3e3e3;
    }
    .arcticle_related_blogs_section .entry-related-grid .related-post-item .entry-taxonomies{
        margin-bottom: 0em;
    }
    .entry-related-inner.site-container{
        padding: 0px 20px;
    }

    /* recent blogs css */
    .arcticle_recent_blogs_section .recent-posts-data .recent-article{
        padding: 0px;
        border-right: 0px solid #e3e3e3;
    }
    .arcticle_recent_blogs_section .recent-posts-data{
        grid-template-columns: 1fr;
        row-gap: 16px;
    }
    .arcticle_recent_blogs_section .recent-posts-data .recent-article .category-link{
        /* display: block; */
        padding-bottom: 5px;
    }
    .article-featured-image img{
        height: auto;
    }
    .article-header-section .featured_gallery_div{
        width: 100%;
        margin: 0;
    }

    .related-posts-data .entry .entry-title {
        font-size: 1rem;
        line-height: 1.188rem;
        font-family: "Trebuchet MS", Helvetica, sans-serif;
        font-weight: 600;
    }


    /* Trending Stories */
.trending-posts {
    margin-top: 40px;
    margin-bottom: 30px;
}

.trending-posts .entry-trending-title, .beer-industry .entry-article-title {
    color: var(--global-palette2);
    font-size: 0.87rem;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
    font-weight: bold;
}

.beer-industry .beer-industry-post-data, .trending-posts .trending-post-data {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.beer-industry .entry-article-title {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}

.trending-posts .trending-post-data .trending-article {
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
}

.trending-posts .trending-post-data .trending-article:first-child {
    padding-left: 0px;
}

.trending-posts .trending-post-data .trending-article img {
    width: 100%;
}

.trending-posts .trending-post-data .trending-article .entry-title {
    padding-top: 1rem;
    font-size: 1rem;
    line-height: 1.188rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

.trending-posts .trending-post-data .trending-article .entry-title a {
 color: #000;    
}

.trending-posts .trending-post-data .trending-article .category-link {
    font-size: 0.75rem;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal ;
}


    /* sharing options */
    .social_shares_comment .share_div .share_icons_div{
        right: -20px;
        left: auto;
        width: 170px;
    }

    /*.share-title, .comment-title{*/
    /*    display: none;*/
    /*}*/

    .social_shares_comment .css-arrow-open{
        left: auto;
        right: 15px;
    }
    .social_shares_comment .css-arrow-open .css-arrow-icon{
        right: -10px;
        left: auto;
    }
    .comment_modal.modal.right.show .modal-dialog{
        max-width: 100%;
    }
    .comment_modal .close{
        font-size: 20px;
    }
    .single-content p,.single-content ul li{
        font-size: 1.125rem;
        line-height: 1.563rem;
    }
    /* meta data */
    .article-author-metadata{    
		margin: 15px auto 15px auto;

        width: 100%;
        font-size: 0.68rem;
        line-height: 1.125rem;
    }
    .article-author-metadata .article-dates {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .article-author-metadata .article-dates b{
        display: block;
    }
    .article-author-metadata .article-author b{
        display: block;
    }
    .article-author-metadata .article-author{
        align-items: center;
        justify-content: center;
        text-align: center;
        display: flex;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .article-author-metadata .article-author .in-flex{
        justify-content: center;
        margin: 0px;
    }

    .article-author-metadata .social_shares_comment{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 15px;
    }
    
    .article-author-metadata .article-author .in-flex span:nth-child(2), .article-author-metadata .article-dates .in-flex span  {
        display: flex;
        gap: 5px;
    }
		.share-title, .comment-title {
    font-size: 0.7rem !important;
}
	.article-author-metadata .article-author .in-flex, .article-author-metadata .article-dates .in-flex {
    margin: 5px 0px;
}
	
}
@media only screen and (min-width:767px) and (max-width:820px){
    .social_shares_comment .share_div .share_icons_div{
        left: -10px;
        width: 200px;
    }
    .comment_modal.modal.right.show .modal-dialog{
        max-width: 45%;
    }
}

@media only screen and (min-width: 426px) and (max-width: 1024px) {
    .title-entry-subheading p {
        font-size: 1.437rem !important;
        line-height: 1.875rem !important;
    }
		.share-title, .comment-title {
    font-size: 0.7rem !important;
}
}



.post-template.post-template-single-two-column .alignfull, .alignwide, .entry-content .alignwide, .entry-content .alignfull {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    clear: both;
}

.single-post .entry-meta.entry-meta-divider-dot {
    display: none;
}
.kadence-thumbnail-position-behind+.entry {
    z-index: auto !important;
}¸

.post-template-default .arcticle_related_blogs_section .alignwide, .post-template-default .arcticle_related_blogs_section .alignwide {
        margin-left: 0px !important; 
        margin-right: 0px !important;
    }

.single-content p>img {
    display: inline-block;
    padding: 16px;
}

.arcticle_recent_blogs_section {
    margin-top: 40px;
}
