/*
Theme Name: Buzz Bar
Theme URI: -
Description: Custom WordPress Site designed for Buzz Bar.
Version: 1.0
Author: Tony Clemmey
Author URI: https://www.tonyclemmeydesign.co.uk
*/

.menu_icon {
  max-height: 24px;
  max-width: 24px;
  vertical-align: top;
}

.breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  padding: 0.5rem;
  /* border: 1px solid  #bf9f6f; */
  border-radius: 0;
}

.widget-title {
  margin-bottom: 0;
}

.sidebar-bd {
  /* border: 1px solid  #bf9f6f; */
}

#ot-widget-container3 iframe {
  border: 1px solid #bf9f6f;
  width: 100%;
}

#blog-list { padding: 40px; background: #F3F3F3;}

#blog-list .blog-content { padding: 40px; min-height: 500px; background: #FFFFFF;}

#blog-list div .btn-custom::before { background: transparent; }

#blog-list h2,
#blog-list .list-title,
#blog-single .single-title {
/* background-image: -webkit-linear-gradient(left, #454545 0%, #222222 50%, #454545 80%);
-webkit-background-clip: text;
background-clip: text; */
color: #222;
text-transform: uppercase;
position: relative;
padding-bottom: 50px;
font-size: 20px;
letter-spacing: 6px;
}

#blog-list a,
#blog-single a {
  color: #bf9f6f;
}

#blog-list h2:after{
  height: 20px;
  margin: 20px 0;
}

#blog-single {background: #FFFFFF;}

#blog-single .single-title {
  font-size: 24px;
}

#blog-single .single-title:after {
  content: "";
  display: list-item;
  background: url("./assets/images/hc-line-dark.svg") no-repeat center center;
  width: 120px;
  height: 30px;
  margin: 20px 0;
  position: absolute;
}

#blog-single ul {
  list-style: none;
  padding-inline-start: 0;
}


#blog-list p {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.load_more a {
  color: #bf9f6f;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.wp-post-nav,
.wp-post-nav a {
  color: #111 !important;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.wp-post-date {
  font-family: 'Cardo', serif;
  font-weight: 600;
  font-style: italic;
}

.wp-post-cat a {
  /* font-family: 'Cardo', serif; */
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.blog-list-border {
  /* border: 1px solid #bf9f6f;
  border-image-source: linear-gradient(to left, #825e37 0%, #bf9f6f 60%, #825e37 80%);
  border-image-slice: 20;
  height: 100%; */
  /* border: 1px solid #cecece !important; */
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.blog-list-border:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.img-max {
  /* max-height: 360px; */
}
