div#top-bar-menu li {
    position: relative;
}

div#top-bar-menu li.current-menu-item:after {
    position: absolute;
    bottom: -20px;
		height: 30px;
		width: 80px;
		content: '';
		background-image: url(/wp-content/themes/TwoBrosBBQ/assets/images/knife.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
    left: 0;
    right: 0;
    margin: 0 auto;
	}

.top-bar-menu li:hover a {
  color: #8B634B !important;
}

.top-bar-menu ul li li a {
  transition: all .3s ease;
}

.top-bar-menu ul li li:hover a {
  color: #FFF !important;
  transition: all .3s ease;
}

.home-social a {
    display: inline-block;
    font-size: 1.5rem;
}

ul.slick-dots {
		position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

ul.slick-dots li {    
		position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 25px;
    height: 25px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    content: '•';
    text-align: center;
    color: #8B634B;
		opacity: 1;
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	  border: 1px solid #8B634B;
    border-radius: 100px;
}

.home-header-logo img, .header-logo img {
    height: 130px;
    width: auto;
    margin: 80px 0 40px 0;
    padding: unset;
}

@media only screen and (max-width: 639px) {
	.front-hero, .home-slider {
		height: 300px;
	}
}




