/*
 * * Version:        0.1
 * * Author:         Justus Bloennigen
 * * Creation Date:  Saturday, January 15th 2022, 7:32:26 pm
 * * Last Modified:  Thu Feb 24 2022
 * * Modified By:    Justus Bloennigen
 * * File:           bb_blog.css
 * * File Location:  \bb_blog.css
 * * Copyright (c)   2022 DreamInk
 * *
 * * HISTORY:
 * * Date      	          By	Comments
 * * ----------	          ---	----------------------------------------------------------
 * 
 */

/* Blog archive */
/* .blog .nav_item_title_main {
    color: #404040!important;
} */

#bb_blog_posts_wrap span, #bb_blog_posts_wrap div {
    color: #313131;
}
.blog_container{
 
  margin: 0 auto;
}
.bb_blog_page-wrap{
    margin-top: 7rem!important;
}
.bb_blog_title_wrapper{
    max-width: 89rem;
    margin: 0 auto;
}
.bb_blog_title{
  font-size: 4rem;
  color: black;
  font-weight: 600;
  font-family: 'Roboto Condensed';
  max-width: 20rem;
}
h1.bb_blog_mobile_title {
    margin: 0 1.7rem;
}
.bb_blog_mobile_title_1 {
    font-size: 1.6rem;
    color: #828282;
    font-weight: 400;
    font-family: 'Roboto Condensed';
}
.bb_blog_mobile_title_2 {
    font-size: 1.8rem;
    color: #000000;
    font-weight: 600;
    font-family: 'Roboto Condensed';
    position: relative;
    top: -1rem;
}
.blog_container .bb_blog_subtitle{
  font-size: 1.3rem;
  color: black;
  font-weight: 400;
  font-family: 'Roboto Condensed';
  margin-bottom: 3rem;
  line-height: 1;
}
.bb_blog_top_wrapper {
    display: table;
    margin: 0 auto;
}
.bb_blog_post_title{
    display: grid;
    margin: 0 0 0 1rem;
    font-weight: 600;
    font-family: 'Roboto Condensed';
    font-size: 1.8rem;
    max-width: 17.7rem;
    line-height: 1.2;
    letter-spacing: 1.4px;
    position: relative;
    top: -3.7rem;
}
.bb_blog_top_item_1_container, .bb_blog_top_item_6_container {
    display: inline-block;
    width: 704px;
    border-radius: 33px;
    height: 21.3rem;
    background: #ffff;
}
.bb_blog_top_item_2_container, .bb_blog_top_item_3_container, .bb_blog_top_item_4_container, .bb_blog_top_item_5_container  {
    display: inline-block;
    width: 334px;
    background: #fff;
    border-radius: 33px;
    height: 30rem;
    background-size: cover;
}
.bb_blog_top_item_1_container{
    margin: 0 2rem 0 0rem;
    background-size: cover;
}
.bb_blog_top_item_4_container{
    margin: 0 1rem 0 0rem!important;    
}
.bb_blog_top_item_2_container, .bb_blog_top_item_4_container{
    margin: 0 1rem 0 0;
}
.bb_blog_top_item_3_container, .bb_blog_top_item_5_container{
    margin: 0 0 0 1rem;
}
.bb_blog_top_item_6_container{
    margin: 2rem 0 1rem 2rem;
    background-size: cover;
}
.bb_blog_top_item_4_container, .bb_blog_top_item_5_container{
    top: -8.6rem;
    position: relative;
}    
.bb_blog_top_content{
  display: grid!important;
}
.bb_blog_top_cat {
    margin: 1rem;
    line-height: 4;
}
.bb_blog_top_read_time {
    display: table;
    bottom: 0px;
    top: 12rem;
    margin: 0 0 0 1rem;
    position: relative;
    background: #ffffff;
    padding: 0.9rem 3rem;
    color: black;
    border-radius: 8px;
}
.bb_blog_top_read_time_long{
    display: table;
    bottom: 0px;
    top: 21rem;
    margin: 0 0 0 1rem;
    position: relative;
    background: #ffffff;
    padding: 0.9rem 3rem;
    border-radius: 8px;
}
.bb_blog_avatar_img img {
    height: 20px;
    width: 20px;
    border-radius: 100%;
}
.bb_blog_post_link{
    width: 100%;
    height: 100%; 
}
.bb_blog_top_desktop_link_wrapper{
  height: 100%;
  width: 100%;
}
.bb_blog_top_mobile_image{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px; 
}
/* Blog Archive Nav */
input[name="categoryfilter"] {
    display: none;
}
input[name="categoryfilter"]:checked+span{
    font-weight: 600;
}
input[name="categoryfilter"]+span{
    cursor: pointer;
}
.bb_blog_archive_nav_wrapper{
    text-align: center;
    width: unset;
    margin: 0 auto;
    overflow: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;    
}
.bb_blog_archive_nav_wrapper::-webkit-scrollbar {
    display: none;
}
label.bb_blog_archive_nav {
    width: auto;
    margin: 0 2rem;
}
.bb_blog_archive_nav {
    width: 13.33%;
    font-size: 1.5rem;
    font-family: 'Roboto Condensed';
}
/* Blog Archive Articles */
.bb-id-6073 ul#menu-beerballer-main a, .bb-id-6073 .bb_icon_shoppingbag, .bb-id-6073 a.cart-customlocation.bb_nav_icons,.bb-id-6073 span.bb_nav_icons {
    color: black;
}
.bb_archive_article_wrapper {
    height: 11rem;
    max-width: 89rem;
    background: #ffffff4f;
    border-radius: 20px;
    margin: 0 auto;
    margin-bottom: 2rem;
    -webkit-box-shadow: 0px 0px 88px -1px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 88px -1px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 88px -1px rgba(0,0,0,0.05);
}
.bb_blog_archive_order_wrapper {
    right: 16rem;
    position: relative;
    text-align: right;
    margin: 0 0 2rem 0;
}
select#bb_blog_order_by {
    outline: none;
    border-radius: 30px;
    background: transparent;
    height: 30px;
}
select#bb_blog_order_by option {
    background: #efefef;
}
.bb_archive_article_img {
    width: 7rem;
    height: 7rem;
    border-radius: 19px;
    display: flex;
    float: left;
    margin: 2rem;
    background-size: cover;
}
.bb_archive_article_text_wrapper {
    padding-top: 2rem;
    display: block;
    height: 8.3rem;
    text-align: left;
}
.bb_archive_article_author_avatar img {
    width: 25px;
    height: 25px;
    border-radius: 100%;
}
.bb_archive_article_author_avatar, .bb_archive_article_author_name {
    display: inline-block;
}
.bb_archive_article_author_name {
    position: relative;
    top: 0.1rem;
}
.bb_archive_article_content {
    line-height: 1.2;
    max-height: 38px;
    overflow: hidden;
}
.bb_archive_article_meta_wrapper {
    position: relative;
    bottom: 1rem;
    display: block;
    text-align: left;
}
.bb_archive_article_title, .bb_archive_article_date{
  display: inline-block;
}
.bb_archive_article_title span {
    font-size: 22px;
    font-weight: 600;
}
.bb_archive_article_date {
    display: inline-block;
    float: right;
    margin-right: 3rem;
    color: #a7a7a7;
}
.bb_archive_article_read_time {
    display: inline-block;
    position: relative;
    top: 0.1rem;
}
.bb_archive_article_read_time span {
    line-height: 1.1;
    color: #a2a2a2;
    font-size: 23px;
    margin: 0 0 0 0.9rem;
}
/* Blog Post Hero*/
.bb_post_bg_container{
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: -1; 
  top: 0; 
}
.bb_post_hero_img{
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  width: 100%;
  height: 100vh!important;
  object-fit: cover;
  object-position: bottom!important;
  z-index: -2;
}
.bb_post_backdrop_gradient{
  position: absolute;
  top: 0;
  z-index: 0;
  background: -webkit-linear-gradient(-90deg, rgba(255,255,255,0) 0, rgba(255,255,255,0) 17%, rgba(91,91,91,0.28) 72%, rgba(0,0,0,0.45) 100%);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(255,255,255,0) 17%, rgba(91,91,91,0.28) 72%, rgba(0,0,0,0.45) 100%);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(255,255,255,0) 17%, rgba(91,91,91,0.28) 72%, rgba(0,0,0,0.45) 100%);
  height: 100%;
  width: 100%;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;

}
/* Blog Post Content */
.transparent_height_margin {
    height: 500px;
}
.bb_blog_post_container{
    width: 79rem;
    margin: 0 auto;
    position: relative;
}
.blog_post_hero_title_container {
  width: 100%;
    color: #fff;
}
.blog_post_hero_title:first-letter {
    font-size: 7rem;
}
.blog_post_hero_title {
    font-weight: 700;
    font-size: 4rem;
    line-height: 0.7;
}
.blog_post_hero_desc {
    font-size: 2rem;
    line-height: 1;
}
.blog_post_hero_author {
    text-transform: uppercase;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
}
.blog_post_hero_title_footer_container {
  width: 100%;
  margin-top: 1.2rem;
  position: relative;
  height: 1.4rem;
}
.share_btns_container {
    display: flex;
    position: absolute;
    right: 0;
    /* background: linear-gradient( 102.68deg ,#fc4c44 -.2%,#4150af 141.03%); */
    background: linear-gradient(to top left,#ff8a00,#e52e71)!important;
    /* background: #000000c7; */
    border-radius: 1.875rem;
    padding: 0.125rem .75rem;
    margin-top: -0.4rem;
}
.share_btns_container .btn_share{
  margin: 0 0rem;
}
a.btn_share svg{
   width: 2rem;
   height: 2rem;
}
a.btn_share svg.whatsapp {
  width: 27px;
  height: 27px;
}
a.btn_share svg path {
    fill: #fff;
}
.bb_blog_post_content_shadow{
border-radius: 1.875rem;
    box-shadow: 0 -50px 50px rgb(0 0 0 / 15%);
    height: 44rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;  
}
.post_content_bg_container {
    position: relative;
    background: #efefef;
    border-radius: 1.875rem;
    margin: 0 auto;
    margin-top: 1.2rem;
    min-height: 44rem;
}
.bb_blog_post_inner_content{
  width: 70%;
  margin: 0 auto;
  padding-bottom: 3rem;
}
.blog_post_title_code_block{
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;  
}
.blog_post_content_meta_container {
  margin: 3.3rem auto;
}
.blog_post_content_cat,
.blog_post_content_date {
    font-size: 1.2rem;
    line-height: 2.6;
}
.blog_post_content_title {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
}
.bb_blog_post_inner_content img{
    border-radius: 25px; 
    width: 100%;
    height: 100%;
}
.bb_blog_post_inner_content .ct-inner-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.blog_video .mejs-controls,
.blog_video video,
.blog_video .wp-video,
.blog_video .wp-video-shortcode{
    border-radius: 31px;
}
/* Post Footer */
.bb_post_footer_nav{
  height: 4.1rem;
  background: #efefef;
  border-top: 2px solid #dedede;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.5s;
}
.bb_post_footer_nav_left_content {
  display: flex;
  float: left;
  position: absolute;
  left: 9%;
  width: 14rem;
}
.bb_post_footer_nav_right_content{
  float: right;
  display: flex;
  position: absolute;
  right: 5rem;
  height: 4.1rem;
  align-items: center;
}
.bb_post_footer_nav_right_content a{
  color: #404040;
}
.bb_post_footer_nav_img_wrapper {
    display: flex;
}
.bb_post_footer_nav_img_wrapper .blog_post_footer_image {
    margin: .3rem;
    width: 3.5rem;
    height: 3.5rem!important;
    float: left;
    border-radius: 0;
}
span.bb_post_footer_reading_wrapper.text {
    float: left;
    text-align: center;
    font-weight: 300;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.bb_post_footer_reading_wrapper {
    display: flex;
    align-items: center;
}
.blog_post_footer_image{
    display: block;
    width: 100vw;
    height: 100vh!important;
    object-fit: cover;
    background-size: cover;
}      
.bb_post_footer_reading_wrapper {
    float: left;
    text-align: center;
    font-weight: 300;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 0.9rem;  
    display: flex;
    align-items: center;    
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;      
}
span.bb_post_footer_reading_wrapper.text {
    margin-top: -0.2rem;
    height: 1.3rem;
}
.scrollDown{
  transform: translateY(150px);
}
.bb_post_footer_nav_reading {
    font-size: 0.8rem;
    text-align: center;
    width: 100%;
}
.bb_post_footer_nav_reading_title {
    font-weight: 600;
    font-size: 1rem;
    font-family: 'Roboto Condensed';
    line-height: 1;
    width: 100%;
    text-align: center;
}
.bb_post_footer_nav_comment {
    padding: 0 0.8rem;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    height: 4.1rem;
    align-items: center;
    display: flex;
    font-family: 'Roboto Condensed';
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 600;    
}
.bb_post_footer_nav_share {
    padding: 0 0.8rem;
    border-right: 1px solid #cacaca;
    height: 4.1rem;
    align-items: center;
    display: flex;
    font-family: 'Roboto Condensed';
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 600;
}
.bb_post_footer_nav_close {
    float: right;
    display: flex;
    position: absolute;
    right: 0;
    margin: 0.1rem 0.2rem;
    color: #ababab;
    font-size: 1.5rem;
    font-family: monospace;
    transform: scale(1.2,0.9);
    cursor: pointer;
}
/* Reading Progress Bar */
#reading-progress {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 5px;
    margin: 0px;
    left: 0px;
    z-index: 999999;
}
#reading-progress .bar {
    height: 2px;   /* Die Höhe des Balkens */
    position: fixed;
    bottom: 4rem;
    z-index: 99;
}
.bb_post_hide_progressbar{
  display: none;
}
.bb_blog_post_icon{
  margin: 0 0.5rem 0rem 0;
}
.icon-comment:before {
  font-family: "BB Icons";
  content: "\e919";
}
.icon-share:before {
  font-family: "BB Icons";  
  content: "\e91a";
}
/* Comments */
.comments-title.bb_post_comment {
    font-family: 'Roboto Condensed';
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
}
.bb_comment_list {
    list-style: none;
    padding: 0;
}
.bb_blog_avatar img {
    border-radius: 100%;
}
.bb_blog_avatar {
    align-self: start;
    grid-area: auto;
}
.bb_comment_meta {
    width: fit-content;
    align-self: start;
    grid-area: auto;
}
.comment.bb_blog_post_comment {
    width: 70vw;
    margin: 0 auto;
    background: #efefef;
    color: black;
    box-shadow: 0 4px 80px #07050938;
    padding: 2rem;
    border-radius: 16px;    
    display: grid;
    grid-template-columns: 80px minmax(100px,1fr) 160px;
    grid-gap: 2rem;    
}
.bb_comment_stars, .bb_comment_by, .bb_comment_meta, .bb_blog_avatar, .bb_blog_comment_meta_details {
    display: inline-block;
}
.bb_blog_comment_meta_details {
    margin-left: 1.3rem;
}
span.date.bb_comment_date {
    display: block;
}
.bb_comment_stars p {
    margin: 0;
}
.bb_comment_meta {
    width: 100%;
}
.bb_comment_reply{
    font-size: 0.8rem;
    float: right;
    padding: 1rem;
    background: red;
    background-image: linear-gradient(to top left,#ff8a00,#e52e71)!important;
    color: #fff!important;
    font-family: inherit;
    font-weight: 600;
    border: 0;
    border-radius: 8px!important;
    white-space: nowrap;
    line-height: 0.6;
    text-align: center;
    transition: .07s;
    position: relative;
    text-decoration: none!important;
    align-self: start;
    grid-area: auto;
    width: 62%;
    right: -3rem;
}
.bb_comment_reply a{
  color: #fff;
}
.bb_blog_comment_meta_details strong.bb_comment_by {
    font-size: 1.3rem;
    font-family: 'Roboto Condensed';
}
#bb_blog_comments .comment-block {
    margin-top: 0rem;
    margin-bottom: 3rem;
    margin-left: 18px;
}
.bb_comment_date_hashtag{
    color: #e52e71;    
}
body.hasHover .bb_comment_date_hashtag:hover{
    background: linear-gradient(90deg,#ff8a00,#e52e71);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}
ol.comment-list.bb_comment_list li {
    margin: 5rem;
}
.bb_load_more_blog_post, #bb_blog_comments input#submit  {
    background-image: linear-gradient(to top left,#ff8a00,#e52e71)!important;
    color: #fff!important;
    font-weight: 700;
    border: 0;
    border-radius: 8px!important;
    padding: 1rem 1.5rem;
    margin: 0 auto;
    width: 18rem;
    text-align: center;
    cursor: pointer;
    outline: none;
}
.bb_comment_list .comment .depth-2 {
    margin: 1.8rem!important;
    list-style: none;
}
.bb_comment_list .comment .depth-2 .comment.bb_blog_post_comment {
    width: 65vw;
    background: #efefef;
    color: black;
    box-shadow: 0 4px 80px #0705090d;
}
.bb_comment_list ol.children {
    padding: 0;
}
.bb_comment_list .comment .depth-2 .bb_comment_reply {
    display: none;
}
.bb_comment_list label[for=rating], .bb_comment_list fieldset.comments-rating{
    display: none;
}
#bb_blog_comments form#commentform {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    margin: 0 0 1rem;
}
#bb_blog_comments .comment-notes {
    display: none;
}
#bb_blog_comments .comment-form-comment {
    grid-column: 1/-1;
    padding: 2px;
    border-radius: 8px;
}
#bb_blog_comments .comment-form-author, #bb_blog_comments .comment-form-email, #bb_blog_comments .comment-form-url {
    margin: 0 0 1.5rem;
}
#bb_blog_comments .comment-form-url {
    grid-column: 1/-1;
}
#bb_blog_comments .comment-form-cookies-consent {
    color: #7a7a8c;
    grid-column: 1/-1;
    margin: 0;
    display: flex;
    align-items: center;
}
#bb_blog_comments .form-submit {
    grid-column: 1/-1;
    text-align: right;
}
#bb_blog_comments div#respond {
    max-width: 54.3rem;
    margin: 0 auto;
    margin-top: 2rem;
}
div#bb_blog_comments textarea#comment {
    width: 100%;
    color: #000;
    padding: 1rem;
    border-radius: 8px;
    border: 2px solid #ffffff00;
    height: 180px;
    box-shadow: 0 4px 80px #07050929;
    background: #efefef;
    padding-top: 2rem;
}
#bb_blog_comments input#author, #bb_blog_comments input#email, #bb_blog_comments input#url {
    width: 100%;
    background: #24212b;
    color: #000;
    padding: 1rem;
    border-radius: 8px;
    border: 2px solid transparent;
    box-shadow: 0 4px 80px #07050929;
    background: #efefef;    
}
#bb_blog_comments input#author:focus, #bb_blog_comments input#email:focus, #bb_blog_comments input#url:focus, div#bb_blog_comments textarea#comment:focus {
    border-color: #e52e2e;
    outline: none;
}
#bb_blog_comments #reply-title {
    text-align: center;
    font-size: 2.2rem;
    font-family: 'Roboto Condensed';
}
#bb_blog_comments div#respond label {
    font-size: 1.3rem;
    font-family: 'Roboto Condensed';
}
.bb_comment_rating_wrapper {
    margin-top: -1.5rem;
    grid-column: 1/-1;
}
.bb_comment_rating_wrapper_2 {
    text-align: left;
    position: relative;
    top: 4.2rem;
    right: 1rem;
    width: 7.5rem;
    float: right;
}
ol.comment-list.bb_comment_list textarea#comment {
    padding: 1rem!important;
}
div#bb_blog_comments a#cancel-comment-reply-link {
    font-size: 1.1rem;
    display: block;
}
div#bb_blog_comments input#wp-comment-cookies-consent {
    top: -0.25rem;
    position: relative;
}
label[for="wp-comment-cookies-consent"] {
    margin-left: 0.4rem;
}
.bb_comment_rating_wrapper.logged_in {
    position: relative;
    margin-top: -3rem;
}
div#bb_blog_comments div#respond p.logged-in-as {
    text-align: center;
    grid-column: 1/-1;
    color: #00000078;
    line-height: 0.7;
}

form#bb_blog_filters {
    margin-top: 3rem;
}






























/* Blog */
/*Comments */
.comments-rating {
  border: none;
  padding: 0;
  display: inline-block;
  top: 0.2rem;
  margin-left: 0.8rem;
  position: relative;
}

.comments-rating label {
  display: inline-block;
}

.rating-container {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
}

.rating-container * {
  font-size: 1.4rem;
}

.rating-container > input {
  display: none;
}

.rating-container > input + label {
  /* only enough room for the star */
  font-family: 'dashicons';
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
}

.rating-container > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "\e91f";
  font-size: 1.4rem;
  color: #888;
  font-family: 'BB Icons';
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
  font-size: 1.4rem;
  content: "\e91f";
  color: #e52;
  text-shadow: 0 0 1px #333;
}

.rating-container > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}

.rating-container > .star-cb-clear + label:before {
  width: .5em;
}

.rating-container:hover > input + label:before {
  font-size: 1.4rem;
  content: "\e91f";
  color: #888;
  text-shadow: none;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
  font-size: 1.4rem;
  content: "\e91f";
  color: #e52;
  text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
  text-indent: 9994px;
}

.comment-respond .rating-container > input + label {
  text-indent: -9994px;
}

/* Blog archive */
#bb_blog_posts_wrap span, #bb_blog_posts_wrap div {
    color: #313131;
}
.blog_container{
 
  margin: 0 auto;
}
.bb_blog_page-wrap{
    margin-top: 0rem!important;
    padding-top: 7rem!important;
}
.bb_blog_title_wrapper{
    max-width: 89rem;
    margin: 0 auto;
}
.blog_container .bb_blog_title{
  font-size: 4rem;
  color: black;
  font-weight: 600;
  font-family: 'Roboto Condensed';
  max-width: 20rem;
}
h1.bb_blog_mobile_title {
    margin: 0 1.7rem;
}
.bb_blog_mobile_title_1 {
    font-size: 1.6rem;
    color: #828282;
    font-weight: 400;
    font-family: 'Roboto Condensed';
}
.bb_blog_mobile_title_2 {
    font-size: 1.8rem;
    color: #000000;
    font-weight: 600;
    font-family: 'Roboto Condensed';
    position: relative;
    top: -1rem;
}
.bb_blog_subtitle{
  font-size: 1.3rem;
  color: black;
  font-weight: 400;
  font-family: 'Roboto Condensed';
  margin-bottom: 3rem;
}
.bb_blog_top_wrapper {
    display: table;
    margin: 0 auto;
}
.bb_blog_post_title{
    display: grid;
    margin: 0 0 0 1rem;
    font-weight: 600;
    font-family: 'Roboto Condensed';
    font-size: 1.8rem;
    max-width: 17.7rem;
    line-height: 1.2;
    letter-spacing: 1.4px;
    position: relative;
    top: -3.7rem;
}
.bb_blog_top_item_1_container, .bb_blog_top_item_6_container {
    display: inline-block;
    width: 704px;
    border-radius: 33px;
    height: 21.3rem;
    background: #ffff;
}
.bb_blog_top_item_2_container, .bb_blog_top_item_3_container, .bb_blog_top_item_4_container, .bb_blog_top_item_5_container  {
    display: inline-block;
    width: 334px;
    background: #fff;
    border-radius: 33px;
    height: 30rem;
    background-size: cover;
}
.bb_blog_top_item_1_container{
    margin: 0 2rem 0 0rem;
    background-size: cover;
}
.bb_blog_top_item_4_container{
    margin: 0 1rem 0 0rem!important;    
}
.bb_blog_top_item_2_container, .bb_blog_top_item_4_container{
    margin: 0 1rem 0 0;
}
.bb_blog_top_item_3_container, .bb_blog_top_item_5_container{
    margin: 0 0 0 1rem;
}
.bb_blog_top_item_6_container{
    margin: 2rem 0 1rem 2rem;
    background-size: cover;
}
.bb_blog_top_item_4_container, .bb_blog_top_item_5_container{
    top: -8.6rem;
    position: relative;
}    
.bb_blog_top_content{
  display: grid!important;
}
.bb_blog_top_cat {
    margin: 1rem;
    line-height: 4;
}
.bb_blog_top_read_time {
    display: table;
    bottom: 0px;
    top: 12rem;
    margin: 0 0 0 1rem;
    position: relative;
    background: #ffffff;
    padding: 0.9rem 3rem;
    color: black;
    border-radius: 8px;
}
.bb_blog_top_read_time_long{
    display: table;
    bottom: 0px;
    top: 21rem;
    margin: 0 0 0 1rem;
    position: relative;
    background: #ffffff;
    padding: 0.9rem 3rem;
    border-radius: 8px;
}
.bb_blog_avatar_img img {
    height: 20px;
    width: 20px;
    border-radius: 100%;
}
.bb_blog_post_link{
    width: 100%;
    height: 100%; 
}
.bb_blog_top_desktop_link_wrapper{
  height: 100%;
  width: 100%;
}
.bb_blog_top_mobile_image{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px; 
}
/* Blog Archive Nav */
input[name="categoryfilter"] {
    display: none;
}
input[name="categoryfilter"]:checked+span{
    font-weight: 600;
}
input[name="categoryfilter"]+span{
    cursor: pointer;
}
.bb_blog_archive_nav_wrapper{
    text-align: center;
    width: unset;
    margin: 0 auto;
    overflow: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;    
}
.bb_blog_archive_nav_wrapper::-webkit-scrollbar {
    display: none;
}
label.bb_blog_archive_nav {
    width: auto;
    margin: 0 2rem;
}
.bb_blog_archive_nav {
    width: 13.33%;
    font-size: 1.5rem;
    font-family: 'Roboto Condensed';
}
/* Blog Archive Articles */
.bb-id-6073 ul#menu-beerballer-main a, .bb-id-6073 .bb_icon_shoppingbag, .bb-id-6073 a.cart-customlocation.bb_nav_icons,.bb-id-6073 span.bb_nav_icons {
    color: black;
}
.bb_archive_article_wrapper {
    height: 11rem;
    max-width: 89rem;
    background: #ffffff4f;
    border-radius: 20px;
    margin: 0 auto;
    margin-bottom: 2rem;
    -webkit-box-shadow: 0px 0px 88px -1px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 88px -1px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 88px -1px rgba(0,0,0,0.05);
}
.bb_blog_archive_order_wrapper {
    right: 16rem;
    position: relative;
    text-align: right;
    margin: 0 0 2rem 0;
}
select#bb_blog_order_by {
    outline: none;
    border-radius: 30px;
    background: transparent;
    height: 30px;
}
select#bb_blog_order_by option {
    background: #efefef;
}
.bb_archive_article_img {
    width: 7rem;
    height: 7rem;
    border-radius: 19px;
    display: flex;
    float: left;
    margin: 2rem;
    background-size: cover;
}
.bb_archive_article_text_wrapper {
    padding-top: 2rem;
    display: block;
    height: 8.3rem;
}
.bb_archive_article_author_avatar img {
    width: 25px;
    height: 25px;
    border-radius: 100%;
}
.bb_archive_article_author_avatar, .bb_archive_article_author_name {
    display: inline-block;
}
.bb_archive_article_author_name {
    position: relative;
    top: 0.1rem;
}
.bb_archive_article_content {
    line-height: 1.2;
    max-height: 38px;
    overflow: hidden;
}
.bb_archive_article_title, .bb_archive_article_date{
  display: inline-block;
}
.bb_archive_article_title span {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}
.bb_archive_article_date {
    display: inline-block;
    float: right;
    margin-right: 3rem;
    color: #a7a7a7;
}
.bb_archive_article_read_time {
    display: inline-block;
    position: relative;
    top: 0.1rem;
}
.bb_archive_article_read_time span {
    line-height: 1.1;
    color: #a2a2a2;
    font-size: 23px;
    margin: 0 0 0 0.9rem;
}
/* Blog Post Hero*/
.bb_post_bg_container{
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: -1; 
  top: 0; 
}
.bb_post_hero_img{
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: bottom;
  z-index: -2;
}
.bb_post_backdrop_gradient{
  position: absolute;
  top: 0;
  z-index: 0;
  background: -webkit-linear-gradient(-90deg, rgba(255,255,255,0) 0, rgba(255,255,255,0) 17%, rgba(91,91,91,0.28) 72%, rgba(0,0,0,0.45) 100%);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(255,255,255,0) 17%, rgba(91,91,91,0.28) 72%, rgba(0,0,0,0.45) 100%);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(255,255,255,0) 17%, rgba(91,91,91,0.28) 72%, rgba(0,0,0,0.45) 100%);
  height: 100%;
  width: 100%;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;

}
/* Blog Post Content */
.transparent_height_margin {
    height: 500px;
}
.bb_blog_post_container{
    width: 79rem;
    margin: 0 auto;
    position: relative;
}
.blog_post_hero_title_container {
  width: 100%;
    color: #fff;
}
.blog_post_hero_title:first-letter {
    font-size: 7rem;
}
.blog_post_hero_title {
    font-weight: 700;
    font-size: 4rem;
    line-height: 0.7;
}
.blog_post_hero_desc {
    font-size: 2rem;
    line-height: 1;
}
.blog_post_hero_author {
    text-transform: uppercase;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
}
.blog_post_hero_title_footer_container {
  width: 100%;
  margin-top: 1.2rem;
  position: relative;
  height: 1.4rem;
}
.share_btns_container {
    display: flex;
    position: absolute;
    right: 0;
    /* background: linear-gradient( 102.68deg ,#fc4c44 -.2%,#4150af 141.03%); */
    background: linear-gradient(to top left,#ff8a00,#e52e71)!important;
    /* background: #000000c7; */
    border-radius: 1.875rem;
    padding: 0.125rem .75rem;
    margin-top: -0.4rem;
}
.share_btns_container .btn_share{
  margin: 0 0rem;
}
a.btn_share svg{
   width: 2rem;
   height: 2rem;
}
a.btn_share svg.whatsapp {
  width: 27px;
  height: 27px;
}
a.btn_share svg path {
    fill: #fff;
}
.bb_blog_post_content_shadow{
border-radius: 1.875rem;
    box-shadow: 0 -50px 50px rgb(0 0 0 / 15%);
    height: 44rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;  
}
.post_content_bg_container {
    position: relative;
    background: #efefef;
    border-radius: 1.875rem;
    margin: 0 auto;
    margin-top: 1.2rem;
    min-height: 44rem;
}
.bb_blog_post_inner_content{
  width: 70%;
  margin: 0 auto;
}
.blog_post_title_code_block{
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;  
}
.blog_post_content_meta_container {
  margin: 3.3rem auto;
}
.blog_post_content_cat,
.blog_post_content_date {
    font-size: 1.2rem;
    line-height: 2.6;
}
.blog_post_content_title {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
}
.bb_blog_post_inner_content img{
    border-radius: 25px; 
}
.bb_blog_post_inner_content .ct-inner-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.blog_video .mejs-controls,
.blog_video video,
.blog_video .wp-video,
.blog_video .wp-video-shortcode{
    border-radius: 31px;
}
/* Post Footer */
.bb_post_footer_nav{
  height: 4.1rem;
  background: #efefef;
  border-top: 2px solid #dedede;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.5s;
}
.bb_post_footer_nav_left_content {
  display: flex;
  float: left;
  position: absolute;
  left: 9%;
  width: 14rem;
}
.bb_post_footer_nav_right_content{
  float: right;
  display: flex;
  position: absolute;
  right: 5rem;
  height: 4.1rem;
  align-items: center;
}
.bb_post_footer_nav_right_content a{
  color: #404040;
}
.bb_post_footer_nav_img_wrapper {
    display: flex;
}
.bb_post_footer_nav_img_wrapper .blog_post_footer_image {
    margin: .3rem;
    width: 3.5rem;
    height: 3.5rem!important;
    float: left;
    border-radius: 0;
}
span.bb_post_footer_reading_wrapper.text {
    float: left;
    text-align: center;
    font-weight: 300;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.bb_post_footer_reading_wrapper {
    display: flex;
    align-items: center;
}
.blog_post_footer_image{
    display: block;
    width: 100vw;
    height: 100vh!important;
    object-fit: cover;
    background-size: cover;
}      
.bb_post_footer_reading_wrapper {
    float: left;
    text-align: center;
    font-weight: 300;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 0.9rem;  
    display: flex;
    align-items: center;    
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;      
}
span.bb_post_footer_reading_wrapper.text {
    margin-top: -0.2rem;
    height: 1.3rem;
}
.bb_post_footer_nav_reading {
    font-size: 0.8rem;
    text-align: center;
    width: 100%;
}
.bb_post_footer_nav_reading_title {
    font-weight: 600;
    font-size: 1rem;
    font-family: 'Roboto Condensed';
    line-height: 1;
    width: 100%;
    text-align: center;
}
.bb_post_footer_nav_comment {
    padding: 0 0.8rem;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    height: 4.1rem;
    align-items: center;
    display: flex;
    font-family: 'Roboto Condensed';
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 600;    
}
.bb_post_footer_nav_share {
    padding: 0 0.8rem;
    border-right: 1px solid #cacaca;
    height: 4.1rem;
    align-items: center;
    display: flex;
    font-family: 'Roboto Condensed';
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 600;
}
.bb_post_footer_nav_close {
    float: right;
    display: flex;
    position: absolute;
    right: 0;
    margin: 0.1rem 0.2rem;
    color: #ababab;
    font-size: 1.5rem;
    font-family: monospace;
    transform: scale(1.2,0.9);
    cursor: pointer;
}
/* Reading Progress Bar */
#reading-progress {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 5px;
    margin: 0px;
    left: 0px;
    z-index: 999999;
}
#reading-progress .bar {
    height: 2px;   /* Die Höhe des Balkens */
    position: fixed;
    bottom: 4rem;
    z-index: 99;
}
.bb_post_hide_progressbar{
  display: none;
}
.bb_blog_post_icon{
  margin: 0 0.5rem 0rem 0;
}
.icon-comment:before {
  font-family: "BB Icons";
  content: "\e919";
}
.icon-share:before {
  font-family: "BB Icons";  
  content: "\e91a";
}
/* Comments */
.comments-title.bb_post_comment {
    font-family: 'Roboto Condensed';
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
}
.bb_comment_list {
    list-style: none;
    padding: 0;
}
.bb_blog_avatar img {
    border-radius: 100%;
}
.bb_blog_avatar {
    align-self: start;
    grid-area: auto;
}
.bb_comment_meta {
    width: fit-content;
    align-self: start;
    grid-area: auto;
}
.comment.bb_blog_post_comment {
    width: 70vw;
    margin: 0 auto;
    background: #efefef;
    color: black;
    box-shadow: 0 4px 80px #07050938;
    padding: 2rem;
    border-radius: 16px;    
    display: grid;
    grid-template-columns: 80px minmax(100px,1fr) 160px;
    grid-gap: 2rem;    
}
.bb_comment_stars, .bb_comment_by, .bb_comment_meta, .bb_blog_avatar, .bb_blog_comment_meta_details {
    display: inline-block;
}
.bb_blog_comment_meta_details {
    margin-left: 1.3rem;
}
span.date.bb_comment_date {
    display: block;
}
.bb_comment_stars p {
    margin: 0;
}
.bb_comment_meta {
    width: 100%;
}
.bb_comment_reply{
    font-size: 0.8rem;
    float: right;
    padding: 1rem;
    background: red;
    background-image: linear-gradient(to top left,#ff8a00,#e52e71)!important;
    color: #fff!important;
    font-family: inherit;
    font-weight: 600;
    border: 0;
    border-radius: 8px!important;
    white-space: nowrap;
    line-height: 0.6;
    text-align: center;
    transition: .07s;
    position: relative;
    text-decoration: none!important;
    align-self: start;
    grid-area: auto;
    width: 62%;
    right: -3rem;
}
.bb_comment_reply a{
  color: #fff;
}
.bb_blog_comment_meta_details strong.bb_comment_by {
    font-size: 1.3rem;
    font-family: 'Roboto Condensed';
}
#bb_blog_comments .comment-block {
    margin-top: 0rem;
    margin-bottom: 3rem;
    margin-left: 18px;
}
.bb_comment_date_hashtag{
    color: #e52e71;    
}
body.hasHover .bb_comment_date_hashtag:hover{
    background: linear-gradient(90deg,#ff8a00,#e52e71);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}
ol.comment-list.bb_comment_list li {
    margin: 5rem;
}
.bb_load_more_blog_post, #bb_blog_comments input#submit  {
    background-image: linear-gradient(to top left,#ff8a00,#e52e71)!important;
    color: #fff!important;
    font-weight: 700;
    border: 0;
    border-radius: 8px!important;
    padding: 1rem 1.5rem;
    margin: 0 auto;
    width: 18rem;
    text-align: center;
    cursor: pointer;
    outline: none;
}
.bb_comment_list .comment .depth-2 {
    margin: 1.8rem!important;
    list-style: none;
}
.bb_comment_list .comment .depth-2 .comment.bb_blog_post_comment {
    width: 65vw;
    background: #efefef;
    color: black;
    box-shadow: 0 4px 80px #0705090d;
}
.bb_comment_list ol.children {
    padding: 0;
}
.bb_comment_list .comment .depth-2 .bb_comment_reply {
    display: none;
}
.bb_comment_list label[for=rating], .bb_comment_list fieldset.comments-rating{
    display: none;
}
#bb_blog_comments form#commentform {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    margin: 0 0 1rem;
}
#bb_blog_comments .comment-notes {
    display: none;
}
#bb_blog_comments .comment-form-comment {
    grid-column: 1/-1;
    padding: 2px;
    border-radius: 8px;
}
#bb_blog_comments .comment-form-author, #bb_blog_comments .comment-form-email, #bb_blog_comments .comment-form-url {
    margin: 0 0 1.5rem;
}
#bb_blog_comments .comment-form-url {
    grid-column: 1/-1;
}
#bb_blog_comments .comment-form-cookies-consent {
    color: #7a7a8c;
    grid-column: 1/-1;
    margin: 0;
    display: flex;
    align-items: center;
}
#bb_blog_comments .form-submit {
    grid-column: 1/-1;
    text-align: right;
}
#bb_blog_comments div#respond {
    max-width: 54.3rem;
    margin: 0 auto;
    margin-top: 2rem;
}
div#bb_blog_comments textarea#comment {
    width: 100%;
    color: #000;
    padding: 1rem;
    border-radius: 8px;
    border: 2px solid #ffffff00;
    height: 180px;
    box-shadow: 0 4px 80px #07050929;
    background: #efefef;
    padding-top: 2rem;
}
#bb_blog_comments input#author, #bb_blog_comments input#email, #bb_blog_comments input#url {
    width: 100%;
    background: #24212b;
    color: #000;
    padding: 1rem;
    border-radius: 8px;
    border: 2px solid transparent;
    box-shadow: 0 4px 80px #07050929;
    background: #efefef;    
}
#bb_blog_comments input#author:focus, #bb_blog_comments input#email:focus, #bb_blog_comments input#url:focus, div#bb_blog_comments textarea#comment:focus {
    border-color: #e52e2e;
    outline: none;
}
#bb_blog_comments #reply-title {
    text-align: center;
    font-size: 2.2rem;
    font-family: 'Roboto Condensed';
}
#bb_blog_comments div#respond label {
    font-size: 1.3rem;
    font-family: 'Roboto Condensed';
}
.bb_comment_rating_wrapper {
    margin-top: -1.5rem;
    grid-column: 1/-1;
}
.bb_comment_rating_wrapper_2 {
    text-align: left;
    position: relative;
    top: 4.2rem;
    right: 1rem;
    width: 7.5rem;
    float: right;
}
ol.comment-list.bb_comment_list textarea#comment {
    padding: 1rem!important;
}
div#bb_blog_comments a#cancel-comment-reply-link {
    font-size: 1.1rem;
    display: block;
}
div#bb_blog_comments input#wp-comment-cookies-consent {
    top: -0.25rem;
    position: relative;
}
label[for="wp-comment-cookies-consent"] {
    margin-left: 0.4rem;
}
.bb_comment_rating_wrapper.logged_in {
    position: relative;
    margin-top: -3rem;
}
div#bb_blog_comments div#respond p.logged-in-as {
    text-align: center;
    grid-column: 1/-1;
    color: #00000078;
    line-height: 0.7;
}

form#bb_blog_filters {
    margin-top: 3rem;
}
.bb-id-17 header .beerballer-main-menu li a, .bb-id-17 .bb_icon_shoppingbag, .bb-id-17 a.cart-customlocation{
  color: black;
}

















































/* Blog Archive*/
.slide{
  display: inline-block;
}
.slide_wrapper{
    width: 22.5rem;
    height: 30rem;
  background-image: url(bg_image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -8rem;
    border-radius: 30px;
    position: relative;
}
.color_overlay{
  background: #000;
  opacity: .12;
  position: absolute;
  width: 22.5rem;
    height: 30rem;
  border-radius: 30px;
}
.slider_content{
  position:absolute; 
  left:0;
  bottom: 0; 
  color: #fff;
  margin: 1rem 1.6rem;
}
.blog_title{
  color: rgb(255, 255, 255);
    text-align: left;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 31px;
    font-family: 'Roboto Condensed';
    margin-bottom: .6rem;
}
.meta{
  display: flex;
}
.author_image img{
  border-radius: 100px;
  width: 30px;
  height: 30px;
}
.author_name{
  position: relative;
  margin: .4rem;
  font-family: 'Roboto Condensed';
}

.swiper-container-blog {
      width: 100%;
      height: 100%;
}

.swiper-blog-slide {
      width: 22.5rem!important;
      height: 30rem!important;
      text-align: center;
      font-size: 18px;
      background: transparent;
      border-radius: 30px;
}
/* Blog Post */
.blog_post_hero_wrapper {
    object-fit: cover;
    height: 100vh;
}

.color_overlay_blog{
    background: #000;
    opacity: .4;
    position: absolute;
    width: 100vw;
    height: 100vh;
} 





/*############### HEIGHT SECTION ###############*/
@media screen /*Desktop*/
  and (max-height: 790px) 
  and (-webkit-min-device-pixel-ratio: 1) {  

}   



/*############### WIDTH SECTION ###############*/
@media screen /*Desktop*/
  and (max-width: 1350px) 
  and (-webkit-min-device-pixel-ratio: 1) {  
/* Blog Post */
.bb_blog_post_container {
   width: 80%;
}
}   

@media screen /*Desktop*/
  and (max-width: 991px) 
  and (-webkit-min-device-pixel-ratio: 1) {  
/* Blog Archive */
.swiper-blog-slide {
   width: 22.5rem!important;
}
.swiper-blog-slide {
   width: unset;
}    
.bb_archive_article_wrapper {
    height: 8.5rem;
    max-width: 87vw;
}
.bb_archive_article_img {
    margin: 0.8rem 5.3% 0.6rem 0.6rem;
}
.bb_archive_article_text_wrapper {
    padding-top: 0.9rem;
    height: 6.8rem;
}
select#bb_blog_order_by {
    width: 10rem;
}
.bb_blog_archive_order_wrapper {
    right: 0;
    text-align: center;
}
/* Blog Post */
.blog_post_content_meta_container {
    margin-bottom: 0.7rem;
}

.bb_post_hero_img,
.bb_post_backdrop_gradient {
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
}
.bb_blog_post_inner_content {
    width: 85%;
}
.blog_post_title_code_block {
    width: 85%;
    margin: 0 auto;
}

}  

@media screen /*Desktop*/
  and (max-width: 768px) 
  and (-webkit-min-device-pixel-ratio: 1) {  
/*Blog Archive*/
.swiper-blog-slide {
      width: 14.5rem!important;
      height: 19rem!important;
}
.slide_wrapper{
    width: 14.5rem;
    height: 19rem;
}
.color_overlay{
    width: 14.5rem;
    height: 19rem;
}
.slider_content{
  margin: .4rem 1rem;
 }
.blog_title{
    line-height: 1.2rem;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: .6rem;
}
.author_name{
  margin: .4rem .4rem;
  font-size: .95rem;
}
.author_image img{
  width: 25px;
  height: 25px;
}    
.bb_archive_article_title {
    width: 58vw;
}
/* Blog Post */
.bb_blog_post_container {
   width: 90%;
}
.bb_post_hero_img,
.bb_post_backdrop_gradient {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}
.bb_post_footer_nav_share{
    display: none;
}
.bb_post_footer_nav_left_content {
    display: flex;
    float: unset;
    width: 18.6rem;
    left: 0;
    position: absolute;
}
.bb_post_footer_nav_right_content {
    right: 3rem;
}
}
@media screen /*Desktop*/
  and (max-width: 560px) 
  and (-webkit-min-device-pixel-ratio: 1) {  
/* Blog Archive*/ 
.bb_archive_article_title span {
    font-size: 18px;
}
.bb_archive_article_title {
    width: 51%;
}
span.dashicons.dashicons-clock {
    display: none;
}
}

@media screen /*Desktop*/
  and (max-width: 480px) 
  and (-webkit-min-device-pixel-ratio: 1) {  
/* Blog Archive*/    
.swiper-blog-slide {
      width: 12.5rem!important;
      height: 17rem!important;
}
.slide_wrapper{
    width: 12.5rem;
    height: 17rem;
}
.color_overlay{
    width: 12.5rem;
    height: 17rem;
}
.slider_content{
  margin: .4rem 1rem;
 }
.blog_title{
    line-height: 1.2rem;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: .6rem;
}
.author_name{
  margin: .4rem .4rem;
  font-size: .95rem;
}
.author_image img{
  width: 25px;
  height: 25px;
}    
/* Blog Post */
.bb_blog_post_container {
   width: 93%;
}
.bb_post_hero_img,
.bb_post_backdrop_gradient {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.bb_post_footer_nav_right_content{
    display: none;
}
.bb_post_footer_nav{
    justify-content: center;
}
.bb_post_footer_nav_left_content {
    display: flex;
    left: unset;
    width: unset;
    position: absolute;
}
}





















/*RESPONSIVE SECTION */

@media screen /*Desktop*/
  and (min-width: 1200px) 
  and (max-width: 1450px) 
  and (-webkit-min-device-pixel-ratio: 1) {  
/* Blog Archive */
.bb_blog_top_item_2_container, .bb_blog_top_item_3_container, .bb_blog_top_item_4_container, .bb_blog_top_item_5_container{
    width: 23.1vw;    
}
.bb_blog_top_item_1_container, .bb_blog_top_item_6_container{
    width: 48.6vw; 
}
.bb_blog_top_item_3_container, .bb_blog_top_item_5_container{
    margin: 0;
}
.bb_blog_top_item_1_container{
    margin: 0 1rem 0 0;
}
.bb_blog_top_item_6_container {
    margin: 1rem 0 1rem 1rem;
}
.bb_blog_title_wrapper {
    max-width: 97vw;
    margin: 0 auto;
}
}




















