@font-face {
  font-family: "HeyBrothers";
  src: url("/wp-content/themes/burgerfi-redesign/fonts/HeyBrothers.otf");
  font-style: normal;
}
@font-face {
  font-family: "BrandonGrotesque-Bold";
  src: url("/wp-content/themes/burgerfi-redesign/fonts/BrandonGrotesque-Bold.woff2")
      format("woff2"),
    url("/wp-content/themes/burgerfi-redesign/fonts/BrandonGrotesque-Bold.woff")
      format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "BrandonGrotesque-Medium";
  src: url("/wp-content/themes/burgerfi-redesign/fonts/BrandonGrotesque-Medium.woff2")
      format("woff2"),
    url("/wp-content/themes/burgerfi-redesign/fonts/BrandonGrotesque-Medium.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BrandonGrotesque-Regular";
  src: url("/wp-content/themes/burgerfi-redesign/fonts/BrandonGrotesque-Regular.woff2")
      format("woff2"),
    url("/wp-content/themes/burgerfi-redesign/fonts/BrandonGrotesque-Regular.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BrandonText-Bold";
  src: url("/wp-content/themes/burgerfi-redesign/fonts/BrandonText-Bold.woff2")
      format("woff2"),
    url("/wp-content/themes/burgerfi-redesign/fonts/BrandonText-Bold.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BrandonText-Medium";
  src: url("/wp-content/themes/burgerfi-redesign/fonts/BrandonText-Medium.woff2")
      format("woff2"),
    url("/wp-content/themes/burgerfi-redesign/fonts/BrandonText-Medium.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}
.bf_blog-container {
  padding-top: 50px !important;
}
ul.post-categories {
  padding-bottom: 25px;
}
ul.post-categories li {
    display: inline;
}
.bf_blog-container,
.bf_blog-body {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.bf_blog-left {
  width: 75%;
  padding-right: 70px;
}
.bf_blog-container h1 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  font-family: "BrandonGrotesque-Bold";
}
.title_thum img {
  width: 100%;
}
.bf_blog-right {
  width: 25%;
}
.title_thum .bf_h1 {
  margin-bottom: 40px;
}
.rl_post {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 20px;
}
.rl-img {
  flex: 1;
  padding-right: 20px;
}
.rl-title {
  flex: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.rl-title a {
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: initial;
}
.rl-title a:hover,
.rl-title a:focus,
.au-media a:hover,
.au-media a:focus,
.post-info a:hover,
.post-info a:focus,
.post_cat-name a:hover,
.post_cat-name a:focus {
  border-bottom: 0 !important;
}
.right_bnr img {
  width: 100%;
}
.right_bnr {
  display: flex;
  justify-content: center;
  border-top: 2px solid #8ec13f;
  padding: 50px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}
.bf_related-post h3 {
  font-size: 1.2rem;
  color: #8ec13f;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 0px;
}
.bf_blog-body {
  padding: 40px 0;
}
img.bf_author-img {
  display: inline-block;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.bf_author-info {
  width: 25%;
  text-align: center;
  padding-right: 40px;
}
.bf_author-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.bf_author-name,
.total_share p {
  font-size: 14px;
  font-weight: bold;
  color: #8ec13f;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.bf_author-shares {
  border-top: 2px solid #99c054;
}
.total_share b {
  font-size: 30px;
  font-weight: bold;
}

.bf-content {
  width: 75%;
  padding: 0 40px;
}
.bf-content > p:first-of-type::first-letter {
  initial-letter: 3;
  color: #8ec13f;
  padding: 10px;
}
p.bf_blog-pera {
  font-size: 20px;
}
.bf_blog-container h2 {
  font-size: 2rem;
  font-weight: bold;
  padding: 25px 0;
}
.bf_blog-container h3,
.list-heading {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 25px 0;
}
.bf-content ul {
  list-style: none;
  padding: 0;
}
.bf-content .bf_blog-list {
  display: flex;
  align-items: center;
}

.bf-content ul li {
  display: flex;
  align-items: center;
}
.bf-content ul li:before {
  content: url("https://www.burgerfi.com/wp-content/uploads/2023/05/Path-8803.png");
  padding-right: 10px;
}
.bf-insta-embed {
    position: relative;
    padding-bottom: 115%;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.bf-insta-embed iframe, .bf-insta-embed object, .bf-insta-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* author page  css */
.au_main-container, .cat_main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.au_all-post {
  width: 75%;
  padding-right: 70px;
}
.au_side-bnr {
  width: 25%;
}
.author-info {
  text-align: center;
  padding: 20px;
}
.author-avatar img {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.author-name {
  font-size: 25px;
  font-weight: bold;
  color: #8ec13f;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 20px;
}
.author-description {
  margin: 0;
  padding-bottom: 20px;
  font-size: 20px;
}
.au_side-bnr {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.au_body {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}

.post-bnr {
  max-width: 350px;
}

.au-media {
  font-size: 18px;
}
.total-post {
  padding-right: 15px;
}
.social {
  border-left: 2px solid #8ec13f;
  padding: 0 15px;
}
.au-media a {
  padding-right: 10px;
}

.au_all-post .single-post {
  display: flex;
  padding-bottom: 40px;
  align-items: center;
}
.post-bnr {
  max-width: 350px;
  flex: 1.5;
}
.post-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 2.5;
}
.post-info span {
  font-size: 18px;
  /*color: #fff;*/
  background: #8ec13f;
  width: fit-content;
  padding: 3px;
  margin-bottom: 5px;
}
.post-info h2 {
  font-size: 2rem;
  font-weight: bold;
  padding: 20px 0;
}
.post-info .post-cat, .post-categories a {
  font-size: 18px;
  color: #fff;
  background: #8ec13f;
  width: fit-content;
  padding: 3px;
  margin-bottom: 15px;
}
.post-info a {
  font-size: 18px;
  color: #8ec13f;
  font-weight: bold;
  text-transform: capitalize;
  font-weight: 700;
}
.cat_post-info > div {
  padding: 30px;
}
.cat_main-container .post-title {
  padding: 0 0 20px;
}
.read_more {
  padding-top: 15px;
}
/* author page  css */
.ca_post-detail p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .bf_blog-container {
    flex-direction: column;
  }
  .bf_blog-left {
    width: 100%;
    padding: 0;
  }
  .bf_blog-body {
    flex-direction: column-reverse;
  }
  .bf-content {
    width: 100%;
    padding: 0;
  }
  .bf_author-info {
    width: 100%;
    padding-top: 40px;
    padding-right: 0px;
  }
  .bf_blog-right {
    width: 100%;
  }
  .rl-title {
    flex: 2;
    padding-left: 15px;
  }
  .title_thum h1 {
    font-size: 1.5rem;
  }
  .bf_blog-container h2 {
    font-size: 40px;
  }
  .bf-insta-embed {
    padding-bottom: 140%;
  }
  
  /* author page media css */
  .author-info {
    padding: 10px 0;
  }
  .au_body {
    flex-direction: column;
  }
  .au_all-post {
    width: 100%;
    padding-right: 0;
  }
  .au_all-post .single-post {
    padding-bottom: 20px;
    flex-direction: column;
    align-items: unset;
  }
  .post-info {
    padding: 20px 0;
  }
  .au_side-bnr {
    width: 100%;
  }
  .cat_post-info > div {
    padding: 0;
  }
}