/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 27 2018 | 07:33:49 */
html,body{
	font-family: 'Roboto', sans-serif;
  	font-size:24px;
}
h1,h2,h3,h4,h5,h6{
  	font-family: 'Roboto', sans-serif;
}
footer.footer{
  	background-color:#000;
  	text-align:center;
	padding:100px 0rem;
  	color:white;
  border:0px;
}
footer.footer p{
	font-size:0.8rem;
}
.widget-title{
	display:none;
}
#menu-primary{
	float:none;
  	width: 80%;
    margin: 0 auto;
}
.main-navigation li:nth-child(-n + 2) {
    float:left;
  	
}
.main-navigation li:nth-last-child(-n + 2) {
    float:right;
}
.menu-align-center .primary-menu > li a{
  font-size: 0.9rem;	font-weight: 500;	line-height: 42px;
  color: #9D9C9A;
  padding:1.2vw;
}

.frontpage-content.brief{
  padding:0;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle.toggled-on .icon-bar, .navbar-toggle:focus .icon-bar {
    background-color: #FBD991;
}
#masthead .navbar{
  	background-color: #000;
}
#masthead .navbar-header{
	position: absolute;
	background-color: #000;
	left: 50%;
	transform: translate(-50%,0%);
    border-radius: 0% 0% 50% 50%;
	padding: 1rem 3rem;
  	width:auto;
}
.header .navbar-brand{
  	max-height:none;
  	height:auto;
}
.header .navbar-brand >img{
  	max-height:none;
  	height:100px;
}
.overlay-layer-wrap {
    padding:0px 0px 40vh;
}
.header-style-one .intro-section{
          margin-top: 4vh;
}
.header-style-one #intro_section_text_1{
	margin: 0px;
  	font-size:3rem;
  	font-weight:900;
}
.header-style-one .intro-section h5 {
    margin: 0px 0px 2rem;
  	font-size:24px;
  	color: #321713;
}
#inpage_scroll_btn, .standard-button, .navbar-register-button{
  	background-color:#DF2D17;
    border:0px;
  	font-size:28px;
  	border-radius: 18px;
  	font-weight: 500;
}
.colored-line-left{
	display:none;
}
.brief h2, .text-center.dark-text{
  	text-align:center;
  	color:#321713;
  	font-size:64px;
}
.text-left.dark-text{
  	display:none;
}
.about-para{
	line-height: 48px;
  	text-align:center;
  	color: #321713;
}
#gallery-section{
	background-color: #000;
  	color:white;
  	padding:100px;
  	box-sizing:border-box;
}
#location-section, #hours-section{ 
  	display:flex;
  	box-sizing:border-box;
}
#location-section>div, #hours-section>div{
  	width:50%;
}
#location-section .info, #hours-section .info,  #party .info{
	padding:100px;
}
#location-section .info h1, #hours-section .info h1, #party .info h1{
	font-size: 64px;
  	font-weight:500;
  text-align: center;
}
#location-section .info p, #hours-section .info p, #party .info p{
  	font-weight:500; 
    text-align: center;
  	line-height: 2rem;
}
#location-section .info p:last-child, #hours-section .info p:last-child{
  	font-weight:400;
}
#location-section .info span, #hours-section .info span{
  	color:#a42a1b;
}
.carousel-slider .carousel-slider__caption .title{
	color:white;
  	font-size: 20px;	
  	line-height: 27px;
}
.owl-nav.disabled{
  display:block !important;
}
.brief {
    border-bottom: 0px;
}
.brief p{
	margin:0;
}
@media screen and (max-width:1400px){
  	#location-section, #hours-section{
  	flex-direction: column;
}
#location-section>div, #hours-section>div{
  	width:100%;
}
  #hours-section>div:first-child, #location-section>div:first-child{
  	order:1;
  }
}
@media screen and (max-width:1200px){

  	.navbar-collapse .main-navigation li a {
    	font-weight: 500;
  		color: #9D9C9A;
      	font-size: 1.2rem;
	}
}
@media screen and (max-width:767px){
  	#masthead .navbar-header{
		position: relative;
	}
  	.navbar-collapse .main-navigation li a {
    	font-weight: 500;
  		color: #9D9C9A;
	}
  	#location-section .info, #hours-section .info, #party .info{
		padding:100px 30px;
	}
  	#location-section .info p, #hours-section .info p,  #party .info p{
  		font-weight:500;
  		font-size: 2.5rem;	
  		line-height: 3rem;
	}
}