body {
  background: #fff;
}
body, h2, h3.hours, h4, .address,  .stat span{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
h1, h3, .stat{
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
}
h1 {
  font-size: 2.5rem;
  line-height: 3rem;
}
h2 {
  font-size: 2.25rem;
  font-weight: 700;
}
h3{
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
a, :focus {
  color: #b91b19;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
}
.mfp-counter {
    display: none !important;
}
.thumbnail {
  border: none;
  box-shadow: none;
}
.lead {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 400;
}
.gallery {
  padding-top: 1rem;
}
.grey{
  color: #8a8a8a;
}
.short-line {
  width: 50px;
  padding: .5px 0;
  background: #820807;
  margin-top: 15px;
  margin-bottom: 15px;
}
.short-line.white {
  background: #fff;
}
.short-line.center {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}
.block {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.shade {
  padding: 4rem 2rem;
  background: #f5f5f5;
}
.menu {
  padding: 1rem 0 0 0;
}
.stat {
  font-size: 2rem;
}
.stat span {
  font-size: 1rem;
}
li.item {
  margin-bottom: 1.5rem;
}
.button, .button.hollow {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: .5rem;
}
.button {
  background-color: #b91b19;
}
.button:focus, .button:hover {
  background-color: #820807;
  color: #fff;
}
.button.hollow {
  background-color: transparent;
  border-color: #b91b19;
  color: #b91b19;
}
.button.hollow:focus, .button.hollow:hover {
  border-color: #b91b19;
  color: #fff;
  background-color: #b91b19;
}
.media-object .lead {
  margin: 0;
}
.callout {
  border: none;
  position: relative;
  margin:0;
}
.callout.large {
  padding: 2rem;
}
.callout.primary {
  background-color: #b91b19;
  color: #0a0a0a;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
}
.callout.primary a{
  color:#fff;
  border-bottom:1px dotted;
  font-size:1.2rem;
}
.callout.primary a i.fa{
  font-size:1.5rem !important;
}
.callout a:hover{
  border-bottom:none;
}
.social {
  margin-top: 1.5rem;
  text-align: center;
}
.social i{
  font-size:2rem !important;
  color: #fff;
  padding-right: .5rem;
}
.address {
  padding:1.5rem 2rem;
}
.copyright {
  padding-top: 2rem;
  font-size: .9rem;
  color: #3b3b3b;
}
.copyright hr{
  border-color: #3b3b3b;
}
.copyright a {
  font-weight: 700;
  color: #3b3b3b;
}
.copyright a:focus, .copyright a:hover {
  color: #fff;
}
.cta h4{
  margin-top: 20px;
  font-weight: 700;
}
.white.button{
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.white.button:focus, .white.button:hover{
  background: #fff;
  color: #b91b19;
  border-color: #fff;
}
footer {
  padding: 0 0 2rem 0;
}
footer h3{
  font-size: 1.5rem; 
}
.fa {
  font-size: 20px !important;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
}
footer .fa:hover {
  color: #b91b19;
}
footer .address {
  padding: 1.5rem 2rem;
  text-align: center;
}
footer.basic .address {
  padding-bottom: 0;
  text-align: center;
}
footer.callout.large {
  padding: 2rem .5rem;
}
.callout.secondary {
  background-color: #000;
  color: #fff;
}
.title-bar .menu-icon {
    position: absolute;
    right: 1rem;
}
.no-js .top-bar {
  display: none;
}
.hero-section {
  background: url("https://bunkysbbq.com/images/brisket-background.jpg") 50% no-repeat;
  background-size: cover;
  height: 60vh;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 3rem;
  padding-right: 3rem;
}
.hero-section-text, .reviews-text {
  color: #fff;
  z-index: 99;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0,0,0,0.55);
}
.hero-section .overlay {
  background: rgba(0,0,0,0.65);
}
.slick-slider{
  margin-bottom: 0;
}
.slideshow{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.a-slide{
  height: 100%;
  width: 100%;
  background-size: cover !important;
  min-height: 280px;
  position: relative;
  float: left;
  background-color:#333;
}
.a-slide.page{
  min-height: 100px;
  text-align: center;
}
.words {
  position: absolute;
  top: 20%;
  z-index: 99;
  width: 100%;
}
.words h1{
  color:#fff;
  font-size: 40px;
  padding-bottom: 10px;
  line-height:42px;
}
.words h2{
  font-family: 'Roboto', sans-serif;
  color:#fff;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight:400;
}
.words p{
  color:#ccc;
}
.slick-list {
  overflow: visible;
}
.a-slide{
  min-height: 640px;
}
.testimonial-bg{
  background:url(https://bunkysbbq.com/images/butts-background.jpg) no-repeat center center;
  position:relative;
  padding:2rem .5rem;
  border-bottom: 4px solid #b91b19;
}
.testimonials{
  position: relative;
  z-index: 100;
  color:#fff;
}
.testimonial-bg h2 {
  position: relative;
  z-index: 500;
  color: #fff;
}
.testimonials .slick-list {
  overflow: hidden;
}
#back-top {
  position: fixed;
  bottom: 20px;
  right: 2%;
  z-index: 100;
}
.button.totop, .button.totop:focus {
  background-color: #ccc;
  transition: background-color .25s ease-out,color .25s ease-out;
  width: 56px;
  height: 56px;
  padding: 16px 0 10px 3px;
  border-radius: 50%;
  color:#fff;
}
.button.totop:hover{
  background-color:#b91b19;
  color:#fff;
}
a.button.totop::after{
  border-bottom:none;
}
/*--MENU--*/
.top-bar{
  padding: 0rem 1rem 1rem 1rem;
}
.top-bar, .top-bar ul {
  font-family: 'Roboto', sans-serif;
  background: #000;
}
li {
    font-size: 1rem;
}
.top-bar a{
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.top-bar-title{
  margin: .5rem 1rem .5rem 0;
}
.top-bar .top-bar-title.logo {
  padding: 0;
}
.top-bar .logo {
  padding: 1rem 0 0 0;
}
.title-bar-title {
  margin: auto 0 auto 1.5rem;
}
.title-bar {
  padding: 1rem;
  background: #000;
  color: #fff;
}
.menu-icon {
    right: 1.25rem;
    top: 2.2rem;
    position: absolute;
    width: 23px;
}
.menu-icon::after, .menu-icon:hover::after {
  background: #fff;
  -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}
.is-drilldown li {
    display: block;
    width:100%;
}
.drilldown a {
    padding: 1rem;
    background: #000;
    text-align: center;
}
ul.menu.drilldown {
    padding: 0;
}
/*=========================================== Medium and up ======================================================*/
@media screen and (min-width: 40em) {
.no-js .top-bar {
  display: block;
}
.no-js .title-bar {
  display: none;
}
.top-bar {
  padding: 1.5rem 3rem 1rem 3rem;
}
.top-bar .logo {
  padding-top: .5rem;
}
.menu {
  padding-top: 0;
}
.lead {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin:0 6rem 1rem 6rem;
}
.hero-section {
  height: 50vh;
}
.reviews {
  padding-top: 1rem;
  height: 62vh;
}
.testimonial-bg{
  padding:5rem .5rem;
}
.address{
	margin:0;
  padding: 1.5rem 0 1.5rem 2rem;
}
.callout.primary {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.about .block {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.block {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
li.item {
  margin-bottom: 0;
}
.social {
  margin-top: 0;
  text-align: left;
  padding-top: 1.75rem;
}
.social i{
  font-size:1.75rem !important;
  padding-right: .75rem;
}
footer .address{
  margin:0;
  padding: 1.5rem 0 1.5rem 2rem;
  text-align: left;
}
.callout.primary {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.callout.large {
  padding: 2rem 10rem;
}
footer .callout.large {
  padding: 5rem 10rem 2rem 10rem;
}
.callout.large.basic {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
}
/*============Medium Only SCREENS==========*/

@media only screen and (min-width: 40.063em) and (max-width: 63.9em)
{
#topmenu{
  display:none;
}
.callout.large {
  padding: 2rem 2rem;
}
.offcanvas-full-screen.is-transition-overlap.is-open {
  box-shadow: none;
}
.top-bar .logo {
  padding: 0;
}
}