/*@import url("fonts/neutra-text-alt-cufonfonts-webfont/style.css");
@import url("fonts/webfontkit-20190409-153551/stylesheet.css");*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300%3b400%3b700&display=swap');

/*
	font-family: 'Montserrat', sans-serif;
	*/

/**********************
 * Layout
 *********************/
 
 body{
/* 	 background: #FFFFFF url(../img/bg/lower-footer) center bottom no-repeat; */
   background: #FFFFFF;
	 background-size: 100%;
	 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	 font-size: 16px;
	 font-weight: 400;
 }
 
 strong{
	 font-weight: 700;	 
 }
 
 main>div{
	 max-width: 1440px;
	 margin: 0 auto;
 }
 
 #main-content-container>article{
   margin-left: -15px;
   margin-right: -15px;
 }
 
 #main-content-container{
	 margin-top: 25px;
 }

@media screen and (min-width:768px){
  #main-content-container{
	 margin-top: 75px;
 }  
}
 
.rev_slider_wrapper::after{
	content: " ";
	padding: 0;
/* 	height: 20px; */
	height: 0;
	width: 100%;
	background: url(../img/bg/divider-dk-2.png);
	display: block;
} 
  
 .entry-header img{
	 width: 100%;
 }
 
.container {
	width: 100% !important;
/* 	max-width: 1440px; */
}

.entry-content{
	padding-left: 45px; 
	padding-right: 45px;
}

.entry-content.sibling-nav{
    margin-bottom: 80px;
    text-align: center;	
}

input{
	border-radius: 0;	
}

.error404 .entry-title{
    margin-top: 100px;	
}

@media (min-width: 768px){
	.error404 .entry{
		width: 80%;
	}
}

/****WP COLUMN FIXES ***/
.wp-block-columns{
/* 	margin: 40px 0; */
	margin: 0;
} 

@media (min-width: 600px){
	.wp-block-column{
		flex-basis: 100% !important;
	}	
	
	.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n){
		margin-left: 0 !important;
	}
}

.wp-block-column:not(:last-child){
	margin-right: 0;
}


@media (min-width: 782px){
	.wp-block-column:not(:last-child){
		margin-right: 32px;		
	}
}

.wp-block-column hr{
/* 	float: left; */
}

.wp-block-column h3{
	margin-top: 0;
}

.wp-block-columns.has-3-columns .wp-block-column{
	border-bottom: solid 1px #e4dbc3;
}

.wp-block-columns.has-3-columns .wp-block-column:last-child{
	border-bottom: none;	
}

@media (min-width: 782px){
	.wp-block-columns.has-3-columns .wp-block-column{
		border-bottom: none;	
		border-right: solid 1px #e4dbc3;
	}

	.wp-block-columns.has-3-columns .wp-block-column:last-child{
		border-right: none;	
	}
}

.wp-block-columns.has-3-columns .wp-block-column ul{
	margin-right: 15px;
}

/*Column Image*/
.wp-block-column .wp-block-image{
	margin-bottom: 0;
}


/*WP GROUPS*/
.wp-block-group__inner-container{
	margin: 45px 0;
	padding: 30px;
}

.wp-block-group.has-background{
	background: #eee url(../img/bg/group-bg-default.png) no-repeat bottom right;
}

/*Special classed groups for overview pages*/
.flush .wp-block-group__inner-container{
	padding: 0;
}

.wpcol-padding-30{
	padding: 30px;
}

/*WP Responsive Column Images*/
.wp-hidden-xs{
	display: none;
}

.wp-visible-xs{
	display: block;
}

@media screen and (min-width:782px){
	 .wp-hidden-xs{
		display: block;
	}
	
	.wp-visible-xs{
		display: none;
	}   
}


/*/*==================================================+
| RHC-Right hand margin -bug::JJW::HOUSE[%]EDGE/
+=================================================+*/
/* Added mods to :55, :66 (main.content)
/*+=============================END::RHC-Right hand margin -bug==+*/
/*+============================= 12:21 PM :: Apr 15, 2019 =======*/

.content-sidebar-wrap{
	padding-bottom: 72px;
	background: #FFFFFF;
	/*
	background: -moz-linear-gradient(top, #fff8e8 70%, #FFFFFF 100%);
	background: -webkit-gradient(linear, top, bottom, color-stop(70%,#fff8e8), color-stop(100%,#FFFFFF));
	background: -webkit-linear-gradient(top, #fff8e8 70%, #FFFFFF 100%);
	background: -o-linear-gradient(top, #fff8e8 70%, #FFFFFF 100%);
	background: -ms-linear-gradient(top, #fff8e8 70%, #FFFFFF 100%);
	background: linear-gradient(top, #fff8e8 70%, #FFFFFF 100%);
	*/
}


/*
.content-sidebar-wrap,  main.content{
	padding-bottom: 72px;
	background: #fff8e8;
	background: -moz-linear-gradient(top, #fff8e8 70%, #FFFFFF 100%);
	background: -webkit-gradient(linear, top, bottom, color-stop(70%,#fff8e8), color-stop(100%,#FFFFFF));
	background: -webkit-linear-gradient(top, #fff8e8 70%, #FFFFFF 100%);
	background: -o-linear-gradient(top, #fff8e8 70%, #FFFFFF 100%);
	background: -ms-linear-gradient(top, #fff8e8 70%, #FFFFFF 100%);
	background: linear-gradient(top, #fff8e8 70%, #FFFFFF 100%);
}

main.content{
	padding-bottom: 72px;
}
*/

.home .content-sidebar-wrap{
	padding-bottom: 0;
	background: url(../img/bg/sidebar-wrap.jpg) no-repeat center top;
	background-size: cover;
}
 
  @media (min-width: 1600px){
    .container {
/*     width: 1440px; */
    }    
  }
  
  .site-inner.container{
    position: relative;
  }

@media screen and (min-width:768px){
   .site-inner.container{
/*     position: static; */
/*
    top: -40px;
    margin-bottom: -40px;
*/
  }  
}

.col-flush .wp-block-group__inner-container{
	margin: 0;
	padding: 0;
}

.col-padding-0{
  padding-left: 0 !important;
  padding-right: 0 !important;
}  

.col-padding-30{
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.margin-bottom-20{
  margin-bottom: 20px;
}

.padding-bottom-0{
	padding-bottom: 0 !important;
}

.margin-right-0{
	margin-right: 0;
}

.padding-right-0{
	padding-right: 0;
}

@media screen and (min-width:767px){
	.margin-top-sm-20{
		margin-top: 20px;	
	}
}

.padding-top-20{
  padding-top: 20px;
}

.margin-top-25{
  margin-top: 25px;
}

.margin-top-35{
  margin-top: 35px;
}

.margin-bottom-30{
  margin-bottom: 30px;
}

.margin-bottom-35{
  margin-bottom: 35px;
}

.spacing-85{
  height: 85px;
  display: block;
}

.spacing-65{
  height: 65px;
  display: block;
}

.border-top{
  border-top: solid 4px #CCC;
}

hr{
/*
  border-top: 4px solid #CCC;
  margin-top: 0;
  margin-left: -15px;
  margin-right: -15px;
*/
	margin: 40px 0;  
	border-top: 3px solid #a42c2d;
  width: 165px;  
  
}

@media screen and (max-width:781px){
	.wp-block-column hr{
		float: none !important;
	}
}

/*
a[href$=".pdf"], .wp-block-file .wp-block-file__button{
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #f5b660;
  background: #fa9f23;
  white-space: nowrap;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;  
  text-transform: uppercase;  
  margin: 15px 0; 
  min-width: 130px;    
  color: #000;
  border-radius: 0;
}
*/

.wp-block-button__link{
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #f5b660;
    background: #fa9f23;
    white-space: nowrap;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    margin: 15px 0;
    min-width: 130px;
    color: #000;
    border-radius: 0;
}

.wp-block-button__link:hover{
		color: #000;
    text-decoration: none;
    background: #f5b660;
}

a[href$=".pdf"]:before{
/*   font: normal normal normal 14px/1 FontAwesome; */
  font-family: "FontAwesome";
  content:"\f1c1";
  margin-right: 5px;
}

/*
a[href$=".pdf"]:hover{
 text-decoration: none;
 background: #f5b660;
}
*/


.spa a[href$=".pdf"], .page-id-231 a[href$=".pdf"]{
  color: #8dcda1;
  border: solid 1px #8dcda1;  
}

.spa a[href$=".pdf"]:hover, .page-id-231 a[href$=".pdf"]:hover{
 background: #8dcda1;
 color: #FFF;
}

.spa .btn.mint.outline{
  color: #4E855F;
  border: solid 1px #4E855F; 
  background: transparent; 
}

.spa .btn.mint.outline:hover{
 background: #4E855F;
 color: #FFF;
}
  
  /*Highlights / Featured Area */
  /*https://codepen.io/bootstrapped/details/RrabNe*/
  @media only screen and (min-width : 481px) {
     .flex-row.row {
  	 display: flex;
  	 flex-wrap: wrap;
     }
     .flex-row.row > [class*='col-'] {
  	 display: flex;
  	 flex-direction: column;
     }
    .flex-row.row:after, 
    .flex-row.row:before {
  	 display: flex;
    }
  }
  
  .flex-row .thumbnail,
  .flex-row .caption {
    display: flex;
    flex:1 0 auto;
    flex-direction:column;
  }
  .flex-text {
    flex-grow:1;
  }
  .flex-row img {
    height:auto;
    width:100%
  }
  
  .flex-row.hide-excerpt .flex-excerpt{
    display: none;
  }




@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
   /* IE10+ specific styles go here */  
  /*night mode not supported*/
  .wp-night-mode-button{
    display: none;
  } 
   
  /*IE flex fix*/
  .featured .caption{
    min-height: 160px;   
  }
  .flex-row.row {
  display: block;
  flex-wrap: wrap;
  }
  .flex-row.row > [class*='col-'] {
  display: block;
  flex-direction: column;
  }
  .flex-row.row:after, 
  .flex-row.row:before {
  display: block;
  }
  
  .flex-row .thumbnail,
  .flex-row .caption {
  display: block;
  flex:1 0 auto;
  flex-direction:column;
  }
  .flex-text {
  flex-grow:1
  }
  .flex-row img {
  height:auto;
  width:100%
  }  
}  

 
  .featured{
/*     background: #fff8e8; */
/*     padding: 30px 15px; */
/* 		padding: 0 15px; */
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 35px;
  }
  
	.home h1{
		font-size: 80px;
		font-size:5.5vw;
	}
	
	h1 span{
		font-size: 17px;
		display: block;
		color: #000000;	
	}  
  
  .accent{
	  /*updated from 2 to 4 for edge*/
/* 	  margin-top: -4px; */
/* 		padding-bottom: 60px; */
  }

/* TESTING   */
/*
  .accent, .accent .featured{
	  background-color: #4b1517;
  }
*/
  
  .accent header{
	  color: #FFFFFF;
	  font-size: 40px;
		font-family: 'Montserrat', 'Helvetica', sans-serif;	  
	  line-height: 1.15;
	  padding-top: 40px;
    padding-bottom: 40px;
    padding-top: 160px;
    background: url(../img/icons/accent-header-icon.png) no-repeat center 40px;
  }

@media screen and (min-width:992px){
   .accent.secondary header{
    margin-left: -60px;
  }   
}
  
  @media screen and (min-width:768px){
   .home .featured, .page .featured{
    padding-left: 35px;
    padding-right: 35px;	  
  }

	.page .featured.add_events{
    padding-left: 0;
    padding-right: 0;	  
  }

   
}
  
@media screen and (min-width:992px){
  .accent header{
    color: #FFFFFF;
    font-size: 60px;
    line-height: 1.15;
    font-weight: 300;
  }
}

  .accent header span{
	  font-size: 16px;
	  display: block;
		text-transform: uppercase;
  }  

  .accent header span.secondary{
	  padding-top: 0px;
  }  
    
  .home .accent .featured{
	  background-image: none;
  }

  .home .accent, .accent{
	  background: #7a0203 url(../img/bg/accent-background-2.jpg) no-repeat center top;
	  background-size: cover;
  }
  
/*
  .page .accent{
	  margin-top: 60px;
  }
*/

	.page-parent .page .accent{
	  margin-top: 60px;
  }

  
  .accent.secondary{
	  background: url(../img/bg/accent-background-secondary.png);
	  background-size: cover;
		border-top: solid 6px #9d0006;
	  padding: 0 45px;		
		border-bottom: solid 6px #f5eadc;
  }
  
  .accent.secondary>div, .accent.tertiary>div{
		padding: 10px 0 30px;
  }
  
  .accent.secondary h3{
	  color: #000;
    margin-top: 45px;	  
  }
  
  .accent.secondary .ad-img{
		position: absolute;
    right: 0;	  
  }
  
  .accent.tertiary{
	  background: url(../img/bg/accent-background-tertiary.jpg);
	  background-size: cover;
		border-top: solid 6px #9d0006;
	  padding: 0 45px;		
  }

	.accent.tertiary .logo-grid{
		margin-top: 30px;
	}

  .accent.tertiary .logo-grid img{
	  opacity: .5;
  }    

  .accent.tertiary .logo-grid img:hover{
	  opacity: 1;
  }
  
  .accent.tertiary .logo-grid a{
		display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }    
  
  .icon-wrap.search, .icon-wrap.email{
	  height: 90px;
  }
  
  .icon-wrap img{
	  padding-top: 20px;
  }

  .icon-wrap.search img{
	  padding-top: 20px;
  }

  .icon-wrap.email img{
	  padding-top: 25px;
  }
  
  .icon-wrap.apps img{
		display: block;  
		margin: 0 auto;
	}
  
@media screen and (min-width:768px){
   .icon-wrap.apps img{
	 	max-width: 130px;
	 	margin: auto;
  }
   
}
    
	@media screen and (min-width:768px){
/*
	  .home .featured .animation-element:last-of-type {
			margin-left: 25%;
		}
		
		.featured .animation-element:last-of-type:nth-child(odd){
			margin-left: 25%;
		}
*/

		.interior-grid .featured .animation-element.dark:nth-child(odd){
			margin-left: 0;
		}
		
	}

	@media screen and (min-width:992px){
		.home .featured .animation-element:last-of-type, .home .featured .animation-element:last-of-type {
			margin-left: 0;
		}
		
		/*
	  .home .featured .animation-element.dark:first-of-type {
			margin-left: 25%;
		}
		*/
		
		.featured .animation-element:last-of-type:nth-child(odd){
			margin-left:0;
		}
			
		.accent .featured .animation-element:nth-child(3n){
			margin-right:0;
		}		

	}
	
  .featured.featured-mobile{
	  padding-left: 0;
	  padding-right: 0;
  }
  
  .featured.featured-mobile .featured-date, .featured.featured-mobile h3, .featured.featured-mobile .venue, .featured.featured-mobile .genre{
/* 	  display: none; */
	 }
	 
	 .interior-grid .featured{
    padding-left: 30px;
    padding-right: 30px;		 
	 }
  
  
  /*hack to hide the interstate page on the interstate page*/
  .accent.interior-grid.interstate .featured .animation-element:last-child{
	  display: none;
  }
  
  
  /*slick slide*/

/*
  .slick-slide{
	 -webkit-transform: scale(0.9, 0.9);
   transform: scale(0.9, 0.9);
  -webkit-transition: transform 500ms ease-out;
  -ms-transition: transform 500ms ease-out;
  transition: transform 500ms ease-out;
  }
*/
	.slick-slide:focus{
		outline: none;
	}

	  /* the slides */
  .slick-slide {
/*     margin: 0 -15px; */
  }
  /* the parent */
  .featured .slick-list {
    margin: 0 15px;
    max-width: 1440px;
    margin-left: auto;    
    margin-right: auto;
  }
  
  .slick-slide .thumbnail>img{
	  width: 100%;
  }
  
  /*equal height slides*/
  
.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}  

.slick-slide > div { height: 100%; }	
	
/*
  .slick-slide.slick-active{
	 -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  }

	.slick-center.slick-slide:nth-child(3)[aria-hidden="true"]{ transform: scale(1, 1); }
*/

  
  .featured .featured-promotions{
	  padding-bottom: 50px;
  }
  
  .entry-content .featured{
    margin-left: -15px;
    margin-right: -15px;    
  }
  
  h2+.featured{
    padding-top: 40px;	  
  }
    
  .featured .thumbnail{
    padding: 0;
		border: none;
    border-radius: 0;
    box-shadow: 0px 0px 15px rgba(0,0,0,.3);
  }
  
  .featured .thumbnail p{
	  margin: 5px 0;
  }
  
  .featured .thumbnail p.event-excerpt{
	  margin: 20px 0;
  }  
  
  .featured .dark .thumbnail{
	  border: none;
  }
  
  .featured .divider-small{
		width: 100%;
    height: 12px;
    background: url(../img/bg/divider-sm.png) no-repeat;
    background-size: cover;	  
  }
  
  .featured .event-flag{
    display: none;
    position: absolute;
    background: url(../img/icons/event-bug-bg.png) no-repeat;
    margin-top: -17px;
    height: 45px;
    width: 75px;
    left: 0;
    font-size: 20px;
    text-align: center;
    overflow: hidden;
   }
  
  .featured .event-flag span.bug{
    height: 45px;
    width: 75px;
    display: block;    
  }
  
  .featured .event-flag span.bug.music{
    background: url(../img/icons/event-bug-music.png) no-repeat;
	}  

  .featured .event-flag span.bug.slots{
    background: url(../img/icons/event-bug-slots.png) no-repeat;
	}  


  .featured .event-flag span.bug.club{
    background: url(../img/icons/event-bug-club.png) no-repeat;
	}  
  
  @media screen and (min-width:768px){
   .featured .event-flag{
	   display: inline-block;
	 }
}


  
  /**********************************************/

	.featured .slick-slide>div {
		padding-top: 25px;
	}
  
	.featured .slick-slide {
/*
		transform: scale(0.8, 0.8);
		transition: transform 0.3s;
*/
		}
		.featured .slick-center {
/* 			transform: scale(1, 1); */
		}
		
	.featured .featured-slick-navigation{
    position: absolute;
    top: -20px;		
    z-index: 8888;
    width: 35%;
    font-size: 22px;
    color: #c4c4c4;
	}	

.accent .featured .featured-slick-navigation{
	color: #666;
    mix-blend-mode: multiply;
}
  
  .featured .glyphicon.glyphicon-chevron-left{
    left: 0;
    text-align: right;
  }

  .featured .glyphicon.glyphicon-chevron-right{
    right: 0;
    text-align: left;
  }
  
  .slick-dots {
		position: absolute;
    top: 0;
    margin-top: -20px;
    width: 30%;
    left: 35%;
    text-align: center;
    padding: 0;    
	}
	
	ul.slick-dots li{
		display: inline-block;
    width: 16px;
    height: 16px;
    margin: 5px;
	}
	
	
.slick-dots	button {
    width: 100% !important;
    height: 100%;
    border: none;
    border-radius: 100%;
    background-color: transparent;
    border: solid 2px #ededed;
    text-indent: -9999px;
    font-size: 16px;
    padding: 0;
}
	
.slick-dots		li.slick-active button {
			background-color: #c4c4c4;
		}
		
.accent .slick-dots li.slick-active button{
	background: #300704;
}		
		
.accent .slick-dots button{
	border: solid 2px #370b08;
}		
  
  /**********************************************/
  
  /*winners*/
  
  .featured .thumbnail .winner{
    width: 100%;
    height: 40px;
    margin-top: -40px;
    background: url(../img/bg/winner-fg.png);
  }
  
  .thumb-control{
    overflow: hidden;
  }

	@media screen and (min-width:768px){
	  .thumb-control{
	    height: 200px;
	  }
	}

	@media screen and (min-width:992px){
	  .thumb-control{
	    height: 135px;	  
	  }
	}

	@media screen and (min-width:1200px){
	  .thumb-control{
	    height: 160px;	  
	  }
	}

	@media screen and (min-width:1366px){
	  .thumb-control{
	    height: 190px;	  
	  }
	}

	@media screen and (min-width:1440px){
	  .thumb-control{
	    height: 200px;	  
	  }
	}

	@media screen and (min-width:1680px){
	  .thumb-control{
	    height: 240px;	  
	  }
	}
  
  .featured .caption{
    padding: 0 20px;
    text-align: left;
  }

@media screen and (min-width:992px){
   .featured .caption{
    padding: 0 40px;
  }  
}
  
  .featured h3{
    text-transform: none;
    color: #000000;
    font-size: 18px;    
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: 700;
  }
  
@media screen and (min-width:768px){
   .featured h3{
    font-size: 28px;	   
    margin-top: 50px;
  }
   
}  
  
  .featured .dark h3{
	  color: #d1c19b;
	  text-transform: uppercase;
  }
  
  .home .featured .dark h3{
	  font-size: 40px; 
  }

	@media screen and (min-width:992px){
	   .home .featured .dark h3{
		  font-size: 25px; 
	  }   
	}
	
	@media screen and (min-width:1366px){
	    .home .featured .dark h3{
		  font-size: 40px; 
	  }
	   
	}

	.home .dark .thumbnail .caption .flex-excerpt{
		display: block;
	}	
	
	.dark .thumbnail .caption .flex-excerpt{
		display: none;
	}	
  
  .dark .thumbnail{
	  background: #090909;
  }
  
  .dark .thumbnail .caption{
	  color: #FFF;
  }
  
  .featured h3.venue-title{
    padding: 0;
    margin: 0 0 20px 0;
  }
  
  .featured strong.featured-date{
		color: #6e6e6e;
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
  }

@media screen and (min-width:768px){
   .featured strong.featured-date{
    border-bottom: solid 1px #9d0006;
    font-size: 24px;
  }  
}
  
  .featured strong.featured-date em{
/* 		display: block; */
/* 		font-style: normal; */
	}  
  
  .recurring-times{
	  display: block;
	  margin-top: -5px;
  }
  
  .featured-item{
    background: #FFF;
  }
  
  .featured-item>div{
    padding: 15px;
  }
  
  .page-id-202 .winners .view-all{
    display: none;
  }
  
  /*removed .featured*/
  .btn, .wp-block-button__link{
		font-family: 'Montserrat', 'Helvetica', sans-serif;
    font-weight: 300;
    text-transform: uppercase;  
    background:  none;
    border: solid 2px #9d0006;
    color:  #000000; 
		font-size: 24px;
    border-radius: 0;
    box-shadow: none;   
  }
  
  .btn-filled .wp-block-button__link{
	  background: #9d0006;
	  color: #FFF;
  }
  
  .btn-filled .wp-block-button__link:hover{
	  background: #7b0207;
    border: solid 2px #7b0207;
  }  
  
  .wp-block-button__link:visited{
	  color: #000;
  }

  .btn-filled .wp-block-button__link:visited{
	  color: #FFF;
  }
  
  [class^="col-"] > .btn, .btn.full-width{
    width: 100%; 
  }
  
  .btn:focus, .wp-block-button__link:focus{
	  outline: thin dotted !important;	  
  }
  
 .btn.btn-secondary{
	  border-color: #FFFFFF;
	  color: #FFFFFF;
	  background: #9d0006;
  }

  .btn.btn-secondary:hover{
	  background: #FFFFFF;
	  color: #000000;
	  border-color: #9d0006;
  }
  
  /*hide on home*/
  .home .featured .btn.btn-secondary{
    display: none;  
  }
  
  
  .btn.btn-tertiary{
    background: #d4c8a9;
    color: #FFF;	  
  }
  
  .btn-primary:hover,btn-primary:active,.btn-primary:active:hover,.btn-primary:focus,
  .wp-block-button__link:hover, .wp-block-button__link:active, .wp-block-button__link:active:hover, .wp-block-button__link:focus{
    background:  #9d0006;
    color: #FFF; 
    border-color: #9d0006;
  }

  .dark .btn{
    background:  none;
    border: solid 1px #d1c19b;
    color:  #d1c19b; 
  }
  
  .dark .btn-primary:hover,.dark .btn-primary:active,.dark .btn-primary:active:hover,.dark .btn-primary:focus{
    background:  #d1c19b;
    color: #090909; 
  }
  
  .featured .btn, .wp-block-button__link{
    min-width: 130px;    
    margin-bottom: 20px;
    font-size: 14px;
  }
  
	.wp-block-button__link, .wp-block-buttons .wp-block-button{
		margin-bottom: 0;
	}

@media screen and (min-width:768px){
   .featured .btn, .wp-block-button__link{
    font-size: 20px;
  }
   
}

@media screen and (min-width:992px){
   .featured .btn{
    margin-bottom: 35px;
  }   
}
  
  .featured .btn.btn-tickets{
    border: solid 2px #f6f0e8;
    color: #000000;
    background: transparent;	  
  }

  .featured .btn.btn-tickets:hover{
    border: solid 2px #f6f0e8;
    color: #000000;
    background: #f6f0e8;	  
  }

  .featured-mobile .btn{
		margin-bottom: 15px;	  
  }
  
  .featured .btn.btn-secondary{
    background: transparent;
    color: #d1c19b;
    border: solid 1px #d1c19b;
  }
  
  .featured .btn.btn-secondary.free{
    border: none;  
  }
  
  .purple .btn.btn-secondary.free:hover{
    background: transparent;
    color: #6e3f99 !important;
  }
    
  .featured .btn.view-all{
    margin: 20px 0 0;
  }
  
  .featured .purple img{
    border-bottom: solid 5px #6e3f99;
  }
  
  .featured .purple .btn.btn-primary{
    background: #6e3f99;
    border-color: #984edc;
  }

  .featured .crimson img{
    border-bottom: solid 5px #841618;
  }

  .featured .crimson  .btn.btn-primary, .crimson.btn.btn-primary{
    background: #841618;
    border-color: #dd494c;
  }

  .featured .mandarin img{
    border-bottom: solid 5px #df6c26;
  }

  .featured .mandarin  .btn.btn-primary, .mandarin.btn.btn-primary{
    background: #df6c26;
    border-color: #e08045;
  }

  .featured .mint img{
    border-bottom: solid 5px #8dcda1;
  }

  .featured .mint  .btn.btn-primary, .mint.btn.btn-primary{
    background: #8dcda1;
    border-color: #c6ebd2;
  }

  .featured .green img{
    border-bottom: solid 5px #52873f;
  }

  .featured .green  .btn.btn-primary, .green.btn.btn-primary{
    background: #52873f;
    border-color: #53873e;
  }

  .detail-view .btn.btn-virtualtour{
    float: right;
    color: #841618;
    background: url(../img/icons/360tour.png) no-repeat left center;
    padding-left: 55px;
    border: none;
  }

  .detail-view .btn.btn-photogallery{
    float: right;
    color: #53873e;
    background: url(../img/icons/photogallery.png) no-repeat left center;
    padding-left: 55px;
    border: none;
  }
  
  .venue-block .row{
    background: #FFF;
    margin-left: 0;
    margin-right: 0;    
  }
  
  .venue-block.floor-entertainment .row{
    background: none;
  }
  
  .venue-block.floor-entertainment .row>div{
    background: #FFF;  
  }  
  
  .venue-block h4{
    margin-bottom: 0;
  }
  
  .venue-block a{
    padding: 15px;
    display: inline-block;
    border-left: solid 1px purple;    
    color: #6e3f99;
    font-size: 16px;
  }  

  .venue-block.gaming a{
    color: #841618;
    border-left: solid 1px #841618;
  }

  .venue-block.golf a{
    color: #53873e;
    border-left: solid 1px #53873e;
  }
  
  .venue-block.dining a{
    color: #df6c26;
    border-left: solid 1px #df6c26;
  }
  
  .venue-block ul{
    margin: 0;
    padding: 0;
  }

  .venue-block li{
    margin: 0 15px 5px;
    padding: 0;
  }

  .venue-block .col-align {
    float: none;
    display: inline-block;
  }
   .venue-block .col-align--top {
    vertical-align: top;
  }
  .venue-block .col-align--center {
    vertical-align: middle;
  }
  
  .venue-block .form-group{
    margin-bottom: 0;
  }

  .venue-block .row div:first-child{
    padding: 0;    
  }
  
  .venue, .genre{
    display: block;
  }
  
  .venue{
    text-transform: uppercase;
  }
  
  .genre{
    font-style: italic;
  }
  
/*
  .detail-view{
    margin-left: 0;
    margin-right: 0;
  }
*/

	/*EVENT DETAIL*/
	.event-meta{
		padding: 0 45px;	
    margin-bottom: 30px;	
	}
	
	.event-meta .meta-info{
		border: solid 2px #9d0006;		
		background: #FFF;
	}
	
	.event-meta .meta-info .btn{
		text-align: left;
    padding: 20px 30px;
    font-size: 25px;
    background: #9d0006;
    color: #FFF;
/*     background: #fa9f23 url(../img/icons/detail-ticket-ALT.png) no-repeat 30px center; */
    line-height: 1;		
	  -webkit-transition: background 400ms ease-out;
	  -ms-transition: background 400ms ease-out;
	  transition: background 400ms ease-out;
	}
	
@media screen and (min-width:400px){
 	.event-meta .meta-info .btn{   
	 		font-size: 30px;
}
}	
	
	.event-meta .meta-info .btn:hover{
    background: #7d0005;
	  -webkit-transition: background 400ms ease-out;
	  -ms-transition: background 400ms ease-out;
	  transition: background 400ms ease-out;
	}
	
  
  .detail-view-header{
    background: url(../img/bg/entry-header.jpg); 
  }
  
  .detail-view-header h1{
    color: #FFF;
    padding: 50px 20px;
    padding: 3.25vw 20px;    
    }
  
  .detail-view .post-thumbnail img{
    width: 100%;
  }
  
  .detail-date{
/*     background: url(../img/bg/detail-date.png); */
/* 		border: solid 2px #fa9f23; */
  }
  
  .detail-date h2{
/*     background: url(../img/icons/detail-date.png) no-repeat left center; */
    padding: 0 0 10px;
    margin-left: 30px;
    color: #404040;
    text-transform: capitalize;
		line-height: 1.15;
  }

  .detail-time h3{
/*
    background: url(../img/icons/detail-time-ALT.png) no-repeat left center;
    padding: 10px 0 10px 60px;
*/
    margin-left: 30px;
    color: #404040;
    font-size: 30px;
    margin-top: 0;
/*     margin-bottom: 0; */
  }

  .detail-venue h4{
/*
    background: url(../img/icons/detail-venue-ALT.png) no-repeat left center;
    padding: 10px 0 10px 60px;
*/
    color: #404040;
    margin-left: 30px;
    font-size: 30px;
    text-transform: capitalize;
  }

  .detail-genre h5{
    background: url(../img/icons/detail-genre.png) no-repeat left center;
    padding: 10px 0 10px 60px;
    margin-left: 30px;
    color: #4a1d61;
    font-size: 16px;
  }
  
    .detail-view .btn{
    text-transform: uppercase;  
    margin-bottom: 15px; 
    background:  #c3c3c3;
    color:  #FFF; 
    min-width: 130px;    
    font-size: 20px;
    padding: 12px 18px;
    margin-left: 75px;
  }
  
  .detail-view .directions .btn{
    padding: 6px 12px;
    font-size: 14px;    
  }
  
  .detail-view a[href$=".pdf"]{
    font-size: 20px;
    margin: 15px 0; 
  }
  
  .detail-view.basic .btn{
    margin: 15px 0;
  }
  
    .detail-view .btn.btn-secondary{
    background: transparent;
    color: #6e3f99;
    border: solid 1px #6e3f99;
  }
  
  /*promotion pages*/
  .single .crimson h2, .single .crimson h3, .single .crimson h4, .single .crimson h5, .single .crimson .btn.btn-secondary{
    color: #922b2f !important;
  }
  
  .crimson .btn.btn-secondary{
    border: solid 1px #922b2f;
  }
  
  .crimson .btn.btn-secondary:hover{
    background: #922b2f;
    color: #FFF !important;
  }

  .purple .btn.btn-secondary:hover{
    background: #f7b964;
  }

  .mint .btn.btn-secondary{
    border: solid 1px #8dcda1;
    color: #8dcda1 !important;
  }
  
  .mint .btn.btn-secondary:hover{
    background: #8dcda1;
    color: #FFF !important;
  }

  .green .btn.btn-secondary{
    border: solid 1px #53873e;
    color: #53873e;
  }
  
  .green .btn.btn-secondary:hover{
    background: #53873e;
    color: #FFF !important;
  }
  
  .mandarin .btn.btn-secondary{
    border: solid 1px #df6c26;
  }
  
  .mandarin .btn.btn-secondary:hover{
    background: #df6c26;
    color: #FFF !important;    
  }

  .default .btn.btn-secondary{
    border: solid 1px #6F6F6F;
    color: #6F6F6F;
  }
  
  .default .btn.btn-secondary:hover{
    background: #6F6F6F;
    color: #FFF !important;
  }
  
  .detail-bottom-border{
    border-bottom: solid 4px #c6c6c6;
    background: url(../img/bg/detail-box.png) no-repeat center bottom;
    height: 40px;    
  }
  
/**********************
 * TYPOGRAPHY
 *********************/

p{
	margin: 1em 0;
}

.nav, .menu-footer-container{
  color: #939597;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', 'Helvetica', sans-serif;	
	font-weight: 300;
	color: #9d0006;
	line-height: 1;
}


h1, h2, h4, h5, h6{
  text-transform: uppercase;
}

h2 em{
	color: #a42c2d;
	text-transform: none;
	display: block;
}

h3{
	color: #9e1d20;
}

/*
h1.entry-title.text-center.border-bottom{
  border-bottom: solid 4px #CCC;
  padding-bottom: 10px;  
}
*/

h1.entry-title{
	font-size: 24px;
}

@media screen and (min-width:768px){
 h1.entry-title{
	font-size: 36px;
}
   
}

h1.entry-title, .search h2.entry-title{
	padding-left: 45px;
	padding-right: 45px;
}

.entry-title.single-page{
	padding-top: 45px;
}

@media screen and (min-width:768px){
 .entry-title.single-page{
	padding-top: 0;
}  
}

.entry-content h2{
/*   text-transform: none; */
    font-size: 30px;

		color: #000;
    border-bottom: solid 1px;
    padding-bottom: 10px;
}

.single-event .entry-content h2{
	border-bottom: none;
}

.search h1{
	margin-top: 100px;
}

.section-break{
  border-top: solid 4px #CCC;
  padding-top: 20px;
  margin-top: 0px;  
}

p{
	font-size: 16px;
}

@media screen and (min-width:1920px){
	p{
		font-size: 20px;
	}  
}

.entry-content ul{
  padding-left: 15px;	
}

.entry-content ul {
  list-style: none; /* Remove default bullets */
}

.entry-content ul li{
	margin-bottom: 10px;
}

.entry-content ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #d4c8a9; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.entry-content p+h3{
    border-top: solid 1px #cccccc;
    padding-top: 15px;	
}

/**********************
 * HEADER
 *********************/
 
.rhc-entry-header .post-feature{
	width: 100%;
	/* height: 400px; */
	padding: 15% 35px;
} 

@media screen and (min-width:992px){
	.rhc-entry-header .post-feature{
		padding: 240px 100px;
	} 
}

.rhc-entry-header .post-feature h1{
	font-size: 8vw;	
	color: #fff8e8;
	color: rgba(240,230,207,1);
	text-transform: none;
	text-shadow: 0 0 10px rgba(0,0,0,.8);
  text-overflow: clip;
  white-space: nowrap;
  overflow: hidden;		
  padding-left: 25px;
  padding-top: 10px;
  margin-top: 10px;
}

.single .rhc-entry-header .post-feature h1{
	text-indent: -999em;
	}
 
@media screen and (min-width:992px){
.rhc-entry-header .post-feature h1{
	font-size: 100px;	
	}

.rhcr-custom-header .rhc-entry-header .post-feature h1{
	font-size: 80px;
	}


} 
 
 
.title-area{
  float: left;
/*   width: 100%; */
  clear: both;
  height: 105px;  
   width: 100%;   
	 padding-left: 15px;
} 

 .title-area>a{
  display: block;
/*   width: 50%; */
 }


.title-area img{
  height: 80px;
}

@media screen and (min-width:768px){
 .title-area{
   text-align: left;  
   height: 105px; 
   width: 25%;
   padding-left: 0;
 } 
 
 .title-area>a{
  width: auto; 
 }
 
 .title-area img{
   height: 82px;
   margin-left: 45px;
 }
}

@media screen and (min-width:992px){
 .title-area a{
  display: block;
 }
}

.title-area img{
  margin-top: 10px;
}

.site-header.container{
	font-family: 'Montserrat', 'Helvetica', sans-serif;	
  padding-left: 0;
  padding-right: 0;
  background: #FFFFFF;
}

.widget-area.header-widget-area{
/*   position: absolute; */
/* 072020   display: none; */
  margin-top: -15px;
}

@media screen and (min-width:768px){
   .widget-area.header-widget-area{
	  float: right;
    display: block;
    margin-top: 0;
  }  
}

@media screen and (min-width:992px){
   .widget-area.header-widget-area{
    width: 75%;
  }  
}

.widget-area.header-widget-area .container{
  padding-right: 0;
}

.navbar{
  margin-bottom: 0;
  min-height: 0;
  border: none;
}

/**********************
 * NAVIGATION ELEMENTS
 **********************/

.nav>li>a:focus{
	text-decoration: none;
	background-color: transparent;
	border: none;
	outline: none;
}

/* 
 * Menu Secondary 
 */ 
.mobile-secondary-nav{
  position: absolute;
  right: 5px;
  top: 0;
  width: 33%;
} 

.mobile-secondary-nav a{
  display: block;
    margin-left: 2%;
    width: 30%;
    max-width: 45px;
    float: right;  
}

.mobile-secondary-nav a img{
  height: auto;
}

 
.nav-secondary{
/* 	margin-top: 70px; */
/* 	margin-right: 30px; */
	z-index: 9999;
	display: none;
}

@media screen and (min-width:992px){
 .nav-secondary{
	display: block;
}
   
}
 
#menu-secondary{
    background: url(../img/bg/booking-button.png) no-repeat center top;
    padding: 35px 20px 60px;
    font-size: 18px;
    /* margin-right: 40px; */
    float: right;
    position: absolute;
}

#menu-secondary a{
  color: #FFFFFF;
  text-transform: uppercase;
}

#menu-secondary a span{
	 word-spacing: 300px; 
}

#menu-secondary.nav>li>a:hover, #menu-secondary .nav>li>a:focus{
/*   border-bottom: solid 1px #FFF; */
  text-shadow: 0 0 10px rgba(0,0,0,.8);
  background-color: transparent;
}

#nav-collapse-secondary{
/*   float: right; */
}

#nav-collapse-secondary .navbar-nav>li>a{
  padding: 0;
  margin: 0;
}

#nav-collapse-secondary .navbar-nav>li{
  padding: 0;
  text-align: center;
}

/* Search */

form.search-form{
	padding: 15px;
}

.form-group.email-offers.hed-search-form, .form-group.email-offers.hed-search-form .input-group{
	width: 100%;
}

.form-group.email-offers.hed-search-form .input-group .input-group-btn{
	width: 45px;
}

/*
#nav-collapse-secondary .navbar-nav>li:last-child{
  border-right: none;
  padding-right: 0;
}

#menu-secondary input[type="search"], #nav-collapse-primary input[type="search"]{
  border: none;
  box-shadow: none;
  padding: 0;
  font-size: 12px;
  height: auto;
  line-height: 20px; 
  width: 40px; 
  border-bottom: 1px solid #FFF;
  border-radius: 0px;  
}

#nav-collapse-primary input[type="search"]{ 
  width: 95%; 
  font-size: 16px; 
  text-transform: uppercase;
  padding: 10px 0;
}

#nav-collapse-primary .search-form .input-group{
  width: 95%;
  margin: 0;
  padding-left: 15px;
}

#menu-secondary input[type="search"]::placeholder, #nav-collapse-primary input[type="search"]::placeholder{
  color: #58585a;  
}

#menu-secondary .search-submit, #nav-collapse-primary .search-submit{
  background: none;
  border: none;
}

#menu-secondary .search-submit.btn:focus, #nav-collapse-primary .search-submit.btn:focus {outline:none;}
#menu-secondary .search-submit.btn::-moz-focus-inner, #nav-collapse-primary .search-submit.btn::-moz-focus-inner {border:0;}

#menu-secondary .glyphicon-search, #nav-collapse-primary .glyphicon-search{
  font-size: 17px;
  color: #6d3f99;  
  padding: 0;
  position: absolute;
  top: -3px;
  left: 0;
}
*/

/*
 * Utility Menu 
 */
 
.utility_banner{
  float: left;
}

.utility_banner a{
  color: #a8a9ab;
}

.utility_banner.widget{
  padding: 8px 0 0;
  border-radius: 0;
  margin-bottom: 0;  
  border: none;
  float: right;
}

.banner-tools{
	display: none;
}

@media screen and (min-width:768px){
 .banner-tools{
		display: block;
	}  
}

.header-widget-area .utility_banner:first-child{
	float: right;
  text-align: right;  
}

/*Address Bar*/
.header-widget-area .utility_banner:first-child>.textwidget{
	font-style: italic;
	padding-right: 8px;
}


.mobile-utils .utility_banner.widget{
  padding: 10px 30px;
  float: right;
}

/* Night Mode */
.wp-night-mode-button, .wpnm-button.style-1{
  margin-left: 10px;
  width: 55px;
}

.wp-night-mode-slider.round:after, .wpnm-slider.round:after{
  content: "Dark";
  color: #FFFFFF;
  font-size: 11px;
  left: 22px;
  position: absolute;
  top: 3px;  
}

.spanish-language .wp-night-mode-slider.round:after{
  content: "Oscuro";
  font-size: 10px;
  left: 20px;
}

.wp-night-mode-button.active .wp-night-mode-slider:before, .wpnm-button.active .wpnm-slider:before, .wpnm-button.style-1.active .wpnm-slider:before{
  transform: translateX(32px);
}

.wp-night-mode-button.active .wp-night-mode-slider.round:after, .wpnm-button.active .wpnm-slider.round:after{
  content: "Light";
  color: #FFFFFF;
  font-size: 11px;
  left: 7px;
  position: absolute;
  top: 3px;  
}

.spanish-language .wp-night-mode-button.active .wp-night-mode-slider.round:after{
  content: "Ligero";
  font-size: 10px;
  left: 6px;
}


/* Language Selector */
.language_selector, .my_offers_selector{
  margin: 10px;
  float: right;
}

.mobile.language_selector, .mobile.my_offers_selector{
  float: left;
}

.mobile.language_selector .language-chooser{
  padding: 15px 10px;
}

.language_selector ul{
  list-style-type: none;
}

.language_selector ul li{
  display: inline;
}

.language_selector a{
  color: #a8a9ab;
  font-size: 11px;
  padding: 6px 0 6px 20px;
  background: url('../img/radio-inactive.png');
  background-repeat: no-repeat;
  background-position: left center;
}

.language_selector li.active a{
  background: url('../img/radio-active.png');
  background-repeat: no-repeat;
  background-position: left center;
} 

/*
 * Primary Nav
 */
 
/*make sure dropdowns are properly visible on mobile*/
  .navbar-nav .open .dropdown-menu{
    display: block;
  }
  
  .dropdown-menu>li.column-header>a{
    display: none;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a{
    color: #FFF;
  }
  
  /*fix for widgets in nav*/
  @media screen and (max-width:767px){
    .sub-menu-columns>.dropdown-menu>li .widget-area a{
      padding: 5px 15px 5px 25px;
    }  
  }
  
    
@media screen and (min-width:1600px){
  .navbar-default .navbar-nav>li>a{
    font-size: 20px;
    background-size: auto;
  }
  
  .navbar-default .navbar-nav>li:first-child>a,.navbar-default .navbar-nav>li:nth-child(2)>a,.navbar-default .navbar-nav>li:nth-child(3)>a,.navbar-default .navbar-nav>li:nth-child(4)>a,.navbar-default .navbar-nav>li:nth-child(5)>a,.navbar-default .navbar-nav>li:nth-child(6)>a,.navbar-default .navbar-nav>li:nth-child(7)>a,.navbar-default .navbar-nav>li:nth-child(8)>a,.navbar-default .navbar-nav>li:nth-child(9)>a, .navbar-default .navbar-nav>li.booking_widget_toggle.open>a{
    background-size:auto;
  }    
} 

.navbar-nav>li>a{
	padding-top: 5px;
	padding-bottom: 3px;
	line-height: 20px;
}

.navbar-default .navbar-nav>li>a{
  color: #000000;
}

/*
.navbar-default .navbar-nav>li>a:hover{
  border-color: #000;
  -webkit-transition: border-color 1000ms ease-out, color 1000ms ease-out;
  -ms-transition: border-color 1000ms ease-out, color 1000ms ease-out;
  transition: border-color 1000ms ease-out, color 1000ms ease-out;    
}
*/

.navbar-default .navbar-nav>li>a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #333333;
    transition: width .3s;
}

@media screen and (min-width:768px){
 .navbar-default .navbar-nav>li>a:hover::after {
    width: 100%;
		-webkit-transition: width .3s;
		-ms-transition: width .3s;
    transition: width .3s;
	}  
}

.nav-primary{
/*   float: left; */
/*   top: -60px; */
  left: 0;
  width: 100%;
}

/*position for mobile*/
.navbar-header{
	right: 15px;
	top: -75px;
/* 072020 	top: -75px; */
	position: absolute;
}

.nav-primary .navbar-collapse{
/*
  width: 103%;
  margin-top: 20px;
*/
/*   position: absolute; */
/* 	background: #FFFFFF url(../img/bg/accent-background-tertiary_lower.jpg) no-repeat bottom left; */
/* 	background-size: cover; */
/*   z-index: 999; */
	background: -moz-linear-gradient(left, #b4b4b4 0%, #FFF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left, right, color-stop(0%,#b4b4b4), color-stop(100%,#FFF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #b4b4b4 0%, #FFF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #b4b4b4 0%, #FFF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #b4b4b4 0%, #FFF 100%); /* IE10+ */
	background: linear-gradient(left, #b4b4b4 0%, #FFF 100%); /* W3C */

  font-size: 12px;
/*   border-bottom: solid 4px #CCC; */
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width:768px){
 .nav-primary .navbar-collapse{
  background: transparent;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  position: static;
  font-size: 14px;
  border-bottom: none;
}
   
}

@media screen and (min-width:992px){
 .nav-primary .navbar-collapse{
	  font-size: 15px;
  }
   
}

@media screen and (min-width:1166px){
 .nav-primary .navbar-collapse{
	  padding-right: 15%;
  }
   
}


@media screen and (min-width:1366px){
 .nav-primary .navbar-collapse{
	  font-size: 18px;
  }
   
}


@media screen and (min-width:1466px){
 .nav-primary .navbar-collapse{
	  padding-right: 25%;
  }
   
}

@media screen and (min-width:1920px){
 .nav-primary .navbar-collapse{
	  padding-right: 30%;
  }
   
}

.nav-primary .nav.navbar-nav{
  background: none;
}

.nav-primary .navbar-toggle{
  top: -75px;
  border: none;
  margin-left: 15px;
  padding-bottom: 0;
  margin-bottom: 0;  
  background: none;
  color: #000;
  margin-top: 0;
}

.navbar-default .navbar-toggle .icon-bar{
	background-color: #CCC;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
  background-color: transparent;
}

.navbar-default .navbar-toggle.mobile-contract{
  background: url(../img/icons/nav-close-main-mobile.png) no-repeat center 35%;
}

.navbar-default .navbar-toggle.mobile-contract .icon-bar{
  visibility: hidden;
}

.nav-primary .navbar-toggle .icon-bar{
  height: 3px;
  width: auto;
}

.nav-primary .navbar-toggle .menu-text{
  font-size: 9px;
  text-transform: uppercase;  
}

@media screen and (min-width:768px){
 .nav-primary{
  float: none;
/*   top: 50px; */
  left: auto;
}   
}
 
@media screen and (min-width:768px){
   .nav-primary .container{
    padding-left: 0;
    padding-right: 0;
  }
}

#menu-primary.nav.navbar-nav{
  margin-left: 0;
  margin-right: 0;
  float: right;
  }

@media screen and (min-width:768px){
 #menu-primary.nav.navbar-nav{
  border-top: none;
  }  
}
  
#menu-primary>li>ul.dropdown-menu{
	padding: 0;
  overflow: hidden;
  background: rgba(163, 15, 19, 0.91);  
  font-weight: lighter;
}

#menu-primary>li>ul.dropdown-menu{
	opacity: 0;
  -webkit-transition: opacity 1000ms ease-out;
  -ms-transition:  opacity 1000ms ease-out;
  transition:  opacity 1000ms ease-out;
  z-index: 99999;
}

#menu-primary>li.open>ul.dropdown-menu{
	opacity: 1;	
}

#menu-primary>li>ul.dropdown-menu>li{
	border-bottom: solid 1px #48181a;
	padding: 10px 0;
}

#menu-primary>li>ul.dropdown-menu>li>a{
  letter-spacing: 1px;	
}
  
.navbar-default{
  background: none;
  border: none;
}

/* navigation spacing */

.navbar-nav>li{
padding: 20px 0 15px 0;
}

@media screen and (min-width:768px){
	#menu-primary.navbar-nav>li{
		padding: 0 8px;
	}
}

@media screen and (min-width:992px){
	#menu-primary.navbar-nav>li{
		padding: 0 10px 0 15px;
	}
}



/*
.navbar-nav>li{
padding: 20px 2.5575% 15px 2.5575%;
}

@media (min-width: 992px){
  .navbar-nav>li{
    padding: 20px 3.3955% 15px 3.3955%;
  }
}

@media (min-width: 1200px){
  .navbar-nav>li{
    padding: 20px 3.8825% 15px 3.8825%;
  }
}

@media screen and (min-width:1600px){
  .navbar-nav>li{
    padding: 20px 3.5% 15px 3.5%;
  }
}
*/

@media (min-width: 768px){
  .navbar-nav>li>a {
    padding: 10px 0;
  } 
}

/*reverse hover effect */

/*mobile first*/
/*
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{
  background: rgba(255, 255, 255, .2);
  color: #FFF;  
}

@media screen and (min-width:768px){
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{
    background: none;
  }   
}
*/
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
  background-color: transparent;
	color: #280b0c;
	text-decoration: none;
}

#nav-collapse-primary .navbar-nav>li{
  text-transform: uppercase;
}


/*MOBILE NAV ONLY*/
@media (max-width: 767px){
	#menu-primary.nav.navbar-nav{
		text-align: center;
/*
		padding-top: 20px;
		padding-bottom: 20px;
*/
		width: 100%;
	}
	
	#nav-collapse-primary .navbar-nav>li{
			/*
	    width: 85%;
	    background: rgba(255,255,255,.3);
	    border: solid 1px #0e5f60;
	    padding: 10px;
	    margin: 2.5%;
	    display: inline-block;
	    */
			width: 44%;
			background: #9d0006;
			padding: 5px;
			margin: 2.5% 2.5% 2.5% 1.25%;
			display: inline-block;
	}
	
	#nav-collapse-primary .navbar-nav>li>a{
	    color: #FFFFFF;
	    text-align: center;
	}
	

	#menu-primary>li.open>ul.dropdown-menu{
		height: 0;
    padding: 0;
    margin: 0;
    position: absolute;
	}
}
/*END MOBILE*/

/*clear and set default active on primary nav*/
#nav-collapse-primary .navbar-nav>li.active>a{
	background: transparent;
}

@media screen and (min-width:768px){

	#nav-collapse-primary .navbar-nav>li.active>a{
/* 	  background-color: transparent; */
/* 	  color: #FFFFFF; */
			color: #000000;
/*       background: -webkit-radial-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 70%); */
		background: -moz-radial-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 70%); /* FF3.6-15 */
		background: -webkit-radial-gradient(bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 70%); /* Chrome10-25,Safari5.1-6 */
		background: radial-gradient(at bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		-webkit-box-shadow: inset 0 -6px 6px -6px white;
		-moz-box-shadow: inset 0 -6px 6px -6px white;
		box-shadow: inset 0 -6px 6px -6px white;
	}
}

@media screen and (min-width:768px){

	#nav-collapse-primary .navbar-nav>li.dropdown{
	    background:url(../img/icons/nav-dropdown-open.png) no-repeat;
	    background-position-x: left;
	    background-position-y:-300px;
			-ms-transition: background-position-y 200ms ease;
			transition: background-position-y 200ms ease;
	    -webkit-transition:background-position-y 200ms ease;
	}
	
	#nav-collapse-primary .navbar-nav>li.dropdown.open{
		background: url(../img/icons/nav-dropdown-open.png) no-repeat;
		background-position-y: center;
	}
	
	#nav-collapse-primary .navbar-nav>li.dropdown.open.active>a{
		color: #280b0c;
	}
	
	#nav-collapse-primary .dropdown-menu>.active>a{
	  background: transparent;
	}
	
	#nav-collapse-primary .navbar-nav>li.active{
/* 	  background: #280b0c; */
/* 	  color: #FFF; */
	}

}

#nav-collapse-primary .navbar-nav>li.booking_widget_toggle{
  background: #fa9f23;
}

#nav-collapse-primary .navbar-nav>li.booking_widget_toggle{
	  width: 150px;
}

@media screen and (min-width:992px){
	#nav-collapse-primary .navbar-nav>li.booking_widget_toggle{
/* 		  width: 275px;		 */
		width: 200px;
	}
}

@media screen and (min-width:1100px){
	#nav-collapse-primary .navbar-nav>li.booking_widget_toggle{
		  width: 275px;		
	}
}


#nav-collapse-primary .navbar-nav>li.booking_widget_toggle.open a{
   -webkit-filter: none;
   filter: none;   
   text-decoration: none;
}

.navbar-default .navbar-nav>li.booking_widget_toggle.open>a{
    background: url(../img/icons/nav-close.png) no-repeat right center;
    background-size: 12px 12px;
}

@media screen and (min-width:992px){
  .navbar-default .navbar-nav>li.booking_widget_toggle.open>a{
	background-size: auto;	 
 }
}

#nav-collapse-primary .navbar-nav>li.booking_widget_toggle a{
  color: #280b0c;
  text-align: center;
}

/*MOBILE BOOKING WIDGET*/
.booking-widget.mobile{
  position: absolute;
  width: 94%;
  top: 4px;
  left: 0;  
}

.mobile-booking-btn{
	width: 100%;
	border: none;
	font-size: 13px;	
	font-weight: 700;
}

.mobile-booking-btn .glyphicon{
	float: right;
	color: #550003;
}

/*
@media screen and (min-width:768px){
 .booking-widget{
  position: static;
  width: auto;
  z-index: 99999; 
}  
}
*/

.booking-widget.mobile form{
  text-align: center;
}

.booking-widget.mobile .form-group{
  display: inline-block;
/*   width: 31%; */
  width: 48%;
  margin: 1%;
}

/*
.booking-widget.mobile .form-group:last-child{
 width: 97.5%; 
 margin: 4px;
}
*/

.booking-widget.mobile .form-group input{
  width: 100%;  
  font-size: 16px;
}

.booking-widget.mobile select{
  width: 100%;
  font-size: 16px;
  height: 30px;
}


.booking-widget.mobile input[type="submit"]{
/*   padding: 10px; */
}

.page-template-page-tertiary .mobile-booking-container.visible-xs{
  display: none !important;
}

.mobile-booking-container{
  position: relative;
/*   top: -50px; */
}


.mobile-booking-container .booking_widget_toggle{
    display: inline-block;
    background: #fa9f23;
    color: #280b0c;
    padding: 5px 0;
    width: 100%;  
    text-align: center;
    font-size: 18px;
}

.mobile-booking-container .booking_widget_toggle.open span{
	padding: 0 20px;	
	display: block;
	width: 95%;
  margin: 0 auto;	
}

.mobile-booking-container .booking_widget_toggle.open span{
		background: url(../img/icons/nav-close.png) no-repeat right center;
		background-size: 13px 13px;
}
/*
.mobile-booking-container .booking_widget_toggle.open span{
  visibility: hidden;
}
*/


/*dropdown hover*/
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
  background-color: transparent;
  text-decoration: underline;
}

.dropdown-menu>li:hover{
	background-color: #FFFFFF;
}

.dropdown-menu>li:hover>a{
	color: #a20f15 !important;
  text-decoration: none;		
}


/* multi-column menu navigation */
/* only at desktop size */
@media (min-width: 768px){
  .sub-menu-columns>.dropdown-menu{
    width: 680px;
    background: rgba(115, 60, 145, .95);
    padding: 0;
  }
  
  .sub-menu-columns.hotel>.dropdown-menu{
    width: 600px;
    background: rgba(132, 22, 24, .95);
  }
  
  .sub-menu-columns.dining>.dropdown-menu{
    width: 515px;
    background: rgba(223, 108, 38, .95);
  }  

  .sub-menu-columns.casino>.dropdown-menu{
    width: 430px;
    background: rgba(132, 22, 24, .95);
  }  

  .sub-menu-columns.golf>.dropdown-menu{
    width: 530px;
    background: rgba(83, 135, 62, .95);
    left: -190px;
  }  

  .sub-menu-columns.spa>.dropdown-menu{
    width: 260px;
    background: rgba(124, 178, 141, .95);
  }  

  .sub-menu-columns.about>.dropdown-menu{
    width: 430px;
    background: rgba(138, 140, 141, .95);
    left: -230px;
  }  
    
  .dropdown-menu .widget-area>a{
    padding: 3px 20px;
  }
  
  .sub-menu-columns>.dropdown-menu>li{
    width: 38%;
    padding: 4%;
    float: left;
  }
  
  .sub-menu-columns.two-column>.dropdown-menu>li{
    width: 50%;
  }

  .sub-menu-columns>.dropdown-menu>li>.dropdown-menu>li{
    padding-bottom: 20px;
  }

  .sub-menu-columns>.dropdown-menu>li>.dropdown-menu>li:last-child{
   padding-bottom: 0; 
  }

  .sub-menu-columns>.dropdown-menu .dropdown-menu>li{
    padding-bottom: 5px;
  }
  
   .sub-menu-columns>.dropdown-menu>li:first-child{
    background: url(../img/nav-rule.png) right center no-repeat;
    background-size: auto 70%;
   } 
   
   .sub-menu-columns.two-column.spa>.dropdown-menu>li:first-child{
     background: none;
   }
  
  .sub-menu-columns>.dropdown-menu>li.ad-column{
    width: 24%;
    float: right;
    background: #CCC url(../img/bg/nav-entertainment.jpg) no-repeat;
    background-size: contain;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 9999em;
    margin-bottom: -9999em;
  }
  
  .sub-menu-columns.two-column>.dropdown-menu>li.ad-column{
    width: 50%;
  }
  
  .sub-menu-columns.hotel>.dropdown-menu>li.ad-column{
    background: #CCC url(../img/bg/nav-hotel.jpg) no-repeat;
    background-size: contain;
  }

  .sub-menu-columns.dining>.dropdown-menu>li.ad-column{
    background: #CCC url(../img/bg/nav-dining.jpg) no-repeat;
    background-size: contain;
  }

  .sub-menu-columns.casino>.dropdown-menu>li.ad-column{
    background: #FFF url(../img/bg/nav-casino.jpg) no-repeat;
    background-size: contain;
  }

  .sub-menu-columns.golf>.dropdown-menu>li.ad-column{
    background: #a5a5a5 url(../img/bg/nav-golf.jpg) no-repeat;
    background-size: contain;
  }

  .sub-menu-columns.spa>.dropdown-menu>li.ad-column{
    background: #FFF url(../img/bg/nav-spa.jpg) no-repeat;
    background-size: contain;
  }

  .sub-menu-columns.about>.dropdown-menu>li.ad-column{
    background: #FFF url(../img/bg/nav-about.jpg) no-repeat;
    background-size: contain;
  }

  
  .sub-menu-columns>.dropdown-menu>li.ad-column .dropdown-menu{
/*
    text-align: center;
    padding-top: 150px;
*/
    text-align: left;
    padding-top: 65%;
    padding-left: 10%;    
  }  

  .sub-menu-columns>.dropdown-menu>li.ad-column.no-padding .dropdown-menu{
    padding-top: 0;    
  }
  
  .sub-menu-columns>.dropdown-menu>li.ad-column .dropdown-menu>li>a{
    color: #4a1d61;
    font-weight: bold;
  }

  .sub-menu-columns>.dropdown-menu>li.ad-column.entertainment .dropdown-menu>li>a:hover{
    color: #4a1d61;
    text-decoration: underline;
  }  

  .sub-menu-columns.hotel>.dropdown-menu>li.ad-column .dropdown-menu>li>a{
    color: #6a1011;  
  }

  .sub-menu-columns.dining>.dropdown-menu>li.ad-column .dropdown-menu>li>a{
    color: #c1500e;  
  }

  .sub-menu-columns.casino>.dropdown-menu>li.ad-column .dropdown-menu>li>a{
    color: #6a1011;  
  }

  .sub-menu-columns.golf>.dropdown-menu>li.ad-column .dropdown-menu>li>a{
    color: #336321;  
  }

  .sub-menu-columns.spa>.dropdown-menu>li.ad-column .dropdown-menu>li>a{
    color: #4f8660;  
  }

  .sub-menu-columns.about>.dropdown-menu>li.ad-column .dropdown-menu>li>a{
    color: #646464;  
  }
  
  .sub-menu-columns>.dropdown-menu>li.ad-column .dropdown-menu>li>a:after{
    content: " >>";
    top: -2px;
    position: relative;
    right: -3px;   
    display: inline-block;
  }    

  .sub-menu-columns .dropdown-menu>li>dropdown-menu{
    position: relative;  
  }
  
  .open>.dropdown-menu .dropdown-menu{
    display: block;
    position: relative;
    background-color: transparent;
    box-shadow: none;
    border: none;
    float: none;
  }
  
}

@media (min-width: 992px){
  .sub-menu-columns>.dropdown-menu{
    width: 870px;
  }

  .sub-menu-columns.hotel>.dropdown-menu{
    width: 790px;
  }

  .sub-menu-columns.dining>.dropdown-menu{
    width: 680px;
  }

  .sub-menu-columns.casino>.dropdown-menu{
    width: 565px;
  }

  .sub-menu-columns.golf>.dropdown-menu{
    width: 640px;
  }

  .sub-menu-columns.spa>.dropdown-menu{
    width: 345px;
  }

  .sub-menu-columns.about>.dropdown-menu{
    width: 485px;
  }

  
  .sub-menu-columns>.dropdown-menu>li.ad-column{
/*     height: 250px; */
/*     padding-bottom: 65px; */
  }  
  
}

@media (min-width: 1200px){
  .sub-menu-columns>.dropdown-menu{
    width: 970px;
  }
  
  .sub-menu-columns.hotel>.dropdown-menu{
    width: 969px;
  }

  .sub-menu-columns.dining>.dropdown-menu{
    width: 830px;
  }

  .sub-menu-columns.casino>.dropdown-menu{
    width: 690px;
  }
  
  .sub-menu-columns.golf>.dropdown-menu{
    width: 740px;
  }

  .sub-menu-columns.spa>.dropdown-menu{
    width: 420px;
  }

  .sub-menu-columns.about>.dropdown-menu{
    width: 535px;
  }
  
  
}

.sub-menu-columns>.dropdown-menu>li a{
  padding: 0;
}

/* typography */
.sub-menu-columns>.dropdown-menu>li a{
  color: #FFF;
  font-size: 15px;
}

.open>.dropdown-menu .dropdown-menu .dropdown-menu>li a, .dropdown-menu .widget-area .dropdown-menu a{
  font-size: 13px;
  text-transform: capitalize;
  white-space: normal;
}

@media screen and (min-width:992px){
 .sub-menu-columns>.dropdown-menu>li a{
   font-size: 18px;
 }
 
  .open>.dropdown-menu .dropdown-menu .dropdown-menu>li a, .dropdown-menu .widget-area .dropdown-menu a{
    font-size: 14px;
  }

}

/**********************
 * Call to Actions
 **********************/

.call-to-action{
  margin-top: 30px;
  margin-bottom: 30px;
}

.call-to-action h4{
  color: #58595b;
  font-size: 21px;
}

/*ie 9, 10 fix*/
.call-to-action .form-control{
  height: 44px;  
}

@media screen and (min-width:768px){
 .call-to-action .form-inline input.form-control, .call-to-action button{
    width: 100%;
  }   
}

.call-to-action input{
  padding: 0 15px;
}

.call-to-action button.btn{
  padding: 10px 35px;
  background: #969395;
  color: #FFF;
}

.call-to-action input[type="email"]{
  background: #efeff0;
  font-size: 16px;
}

.call-to-action>div{
  padding: 20px 0 30px;
}

.call-to-action>a:first-child>div{
  padding: 0px 0 30px;
}

.call-to-action>a:last-child>div{
  padding: 20px 0 0px;
}

.call-to-action .email-offers{
  border-top: solid 1px #e3e4e5;
  border-bottom: solid 1px #e3e4e5;
}

.email-offers{
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (min-width:992px){
	.email-offers{
		text-align: left;
	}  
}

@media screen and (min-width:1200px){
 .email-offers{
  margin-top: 0;
}
   
}

.call-to-action .email-offers .form-group{
 margin-bottom: 10px; 
}

.call-to-action .email-offers .btn{
	max-width: 400px;
}

@media screen and (min-width:768px){
 .call-to-action>div, .call-to-action>a:first-child>div, .call-to-action>a:last-child>div{
    padding: 0;
  }   
  .call-to-action .email-offers{
    border: none; 
  }  
}

@media screen and (min-width:992px){
   .call-to-action .email-offers .form-group{
    padding-right: 0;
  }  
}

/*
 * 
 */
 


/*
 * Social Navigation
 */
 .well.social-nav{
  background: url(../img/bg/upper-footer.jpg);
  background-size: cover;
  color: #FFF;
  border-radius: 0;
  margin-bottom: 0;
  border:none;
	padding-top: 60px;
  padding-bottom: 0;
 }
 
 .social-nav .row{
	 max-width: 1366px;
	 margin: 0 auto;
 }
 
/*
 @media screen and (min-width:768px){
 .well.social-nav{   
   margin-bottom: 20px;
   margin-top: 20px;
   }
 }
*/
 
 .menu-social-container ul{
   margin: 0;
   padding: 0;
   list-style: none;
 }
 
 .well.social-nav h4{
   vertical-align: top;
   line-height: 42px;
   font-size: 55px;
 }
 
 .well.social-nav h4 span{
   font-size: 15px;
   color: #4f401c;
   display: block;
 }
 
 .well.social-nav h4, .menu-social-container, .menu-social-container ul{
   display: inline;
   color: #0e5f60;
 }
 
 .well .menu-social-container ul li:first-child{
 	 margin-left: 0;
 }
 
 .menu-social-container ul li{
 display: inline-block;
 margin: 7px 2px 0;
 }

 .menu-social-container ul li:first-child {
 margin-left: 20px;
 }

 .menu-social-container ul li:last-child {
 }
 
 .menu-social-container ul li a{ 
	line-height: 0;
	font-size: 0;
 }

.menu-social-container ul li a:before{
  content: '';
  background: url(../img/social-media-icons.png) no-repeat left center;
  width: 32px;
  height: 35px;
  display: inline-block;  
  opacity: 0.3;
}

.menu-social-container ul li a:hover::before{
 opacity: .6; 
}

.menu-social-container ul li a[href*="facebook.com"]:before{
  background: url(../img/social-media-icons.png) no-repeat left center;
}

.menu-social-container ul li a[href*="yelp.com"]:before{
  background: url(../img/social-media-icons.png) no-repeat -36px center;
}

.menu-social-container ul li a[href*="tripadvisor.com"]:before{
  background: url(../img/social-media-icons.png) no-repeat -71px center;
}

.menu-social-container ul li a[href*="pinterest.com"]:before{
  background: url(../img/social-media-icons.png) no-repeat -106px center;
}

.menu-social-container ul li a[href*="youtube.com"]:before{
  background: url(../img/social-media-icons.png) no-repeat -141px center;
}

/* footer social icons*/
.menu-social-container ul.footer-social li:first-child {
	margin-left: 0;
}

.menu-social-container ul.footer-social li a:before{
  content: '';
  background: url(../img/social-media-footer-icons.png) no-repeat left center;
  width: 50px;
  height: 50px;
  display: inline-block;  
  opacity: 1;
}

.menu-social-container ul.footer-social li a[href*="facebook.com"]:before{
  background: url(../img/social-media-footer-icons.png) no-repeat left center;
}

.menu-social-container ul.footer-social li a[href*="yelp.com"]:before{
  background: url(../img/social-media-footer-icons.png) no-repeat -50px center;
}

.menu-social-container ul.footer-social li a[href*="tripadvisor.com"]:before{
  background: url(../img/social-media-footer-icons.png) no-repeat -100px center;
}

.menu-social-container ul.footer-social li a[href*="pinterest.com"]:before{
  background: url(../img/social-media-footer-icons.png) no-repeat -150px center;
}

.menu-social-container ul.footer-social li a[href*="youtube.com"]:before{
  background: url(../img/social-media-footer-icons.png) no-repeat -200px center;
}

.email-offers .form-inline input.form-control{
	width: 100%;
	border-radius: 0;
}

.email-offers input, .email-offers .btn{
	height: 45px;
	border-radius: 0;
	background: #efeff0;
}

.email-offers input[type="checkbox"]{
	height: auto;
}

.email-offers textarea{
	background: #efeff0;
}

.email-offers .btn{
	border-color: #9d0006;
  color: #FFFFFF;
  background: #9d0006;
}


@media screen and (min-width:992px){
 .email-offers .tight-left{
	padding-left: 0;
}

.email-offers .tight-right{
	padding-right: 0;
}
   
}

/*
 * Footer Elements
 */ 

/*
.site-footer.container, footer .directions{
  height: 400px;
}  
*/

.site-footer.container{
  background: #ffffff url(../img/bg/accent-background-tertiary_lower.jpg) no-repeat center bottom;
	padding-top: 50px;
  padding-bottom: 15px;
  background-size: cover;
}

.site-footer.container .footer address, .footer .phone-number{
	color: #3b372c;
	font-weight: lighter;
	line-height: 1;
	margin-top: 10px;
}

.site-footer.container .footer .seal{
	float: right;
}

.site-footer.container .footer .seal img{
  margin: 0 0 20px;
}

.footer .phone-number{   
	margin-top: 20px;
	border-top: solid 4px #e0e0e0;
	margin-left: 60px;
	margin-right: 60px;	
}

.footer .phone-number address{
	font-size: 25px;
	font-style: italic;
	color: #0e5f60;
}


@media screen and (min-width:992px){	
	.footer .seal{
		margin-top: 75px;
	}
	
	.site-footer.container .footer .seal img{
	 margin-top: 0;	
	 margin-bottom: 0;
	}	
}

.footer .phone-number em{
	color: #c9b993;
	}

.footer .phone-number strong{
	font-size: 52px;
	color: #0e5f60;
	display: block;
	margin-top: 20px;
	font-weight: normal;
	}

 .site-footer.container .footer img{
   margin-top: 50px
 }


.footer .menu{
	list-style: none;
	margin: 0;
	padding:10px;
	text-align: center;
}

@media screen and (min-width:992px){
	 .footer .menu{
		 display: inline-block;
		border-top: solid 2px #e2e2e2;
		border-bottom: solid 2px #e2e2e2;	
	}  
	
	.footer .menu-utility-container .menu{
		border: none;
	}  

}

@media screen and (min-width:480px){
 .footer .menu{
	 /*
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px; 
	*/

	.footer .menu li{
		width: 48%;
		float: left;
		margin: 1%;		
	}	
	 
  }  
}

footer .directions{
  text-align: center;
  background: url(../img/bg/footer-directions.png) no-repeat;
  background-size: cover;
  background-position: center center;  
  color: #FFF;
}

footer .directions .directions-container{
  padding: 100px 50px;
}



footer .directions a{
  color: #FFF;
}

.footer .menu li a{
	font-family: 'Montserrat', 'Helvetica', sans-serif;
	text-transform: uppercase;
	color: #4b4b4b; 
	font-size: 13px;
	display: inline-block;
	width: 100%;
	background-color: rgba(255,255,255,.3);
	border: 1px solid #e3e3e3;
	padding: 10px 0; 
}

.footer .menu li a:hover{
	color: #a20f15;
	text-decoration: none;
}

@media screen and (min-width:992px){
	.footer .menu li a{
		border: none;
		color: #3b372c;
	}
}

.footer .menu li{
	margin: 7px;

}

@media screen and (min-width:992px){
  .footer .menu li{
    display: inline-block;
    background: none;
    padding: 0;
    margin-bottom: 0;
    float: none;
		border-right: solid #a20f15 2px;
    padding-right: 17px;    
  }

  .footer .menu li:last-child{
		border-right: none;
    padding-right: 0;    
  }


/*
  .footer .menu li:after{
   content: ' | '; 
  }
  
  .footer .menu li:last-child:after{
   content: ''; 
  }
*/

  .footer .menu li a{
    font-size: 11px;
/*     display: inline; */
    background: none;
    padding: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width:992px){
   .footer .menu li a{
		font-size: 16px;
		font-weight: 300;			
  }  
}

@media screen and (min-width:1100px){
   .footer .menu li a{
		font-size: 18px;
  }  
}

/*Info Lock-Up*/
.info-lock-up{
	border-top: solid 2px #a20f15;
	border-bottom: solid 2px #a20f15;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 25px 0;
}

.info-lock-up .hours{
	font-family: 'Montserrat', 'Helvetica', sans-serif;	
	text-transform: none;
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 17px;
}

.info-lock-up .telephone{
	font-family: 'Montserrat', 'Helvetica', sans-serif;	
	text-transform: none;
	color: #a20f15;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;	
}

.info-lock-up .telephone span{
	color: #acaba9;
}

.info-lock-up .address{
	text-transform: none;
	color: #3b372c;
	font-size: 14px;
	font-weight: 300;	
}

@media screen and (min-width:768px){
	.info-lock-up .hours{
		font-size: 20px;
		line-height: 1;
	}	
	
 .info-lock-up .telephone{   
	 font-size: 36px;
}

.info-lock-up .address{
	font-size: 20px;
}
}

/*kill spacing on genesis footer text*/
.site-container p:last-of-type{
/* 	margin: 0; */
}

/* FINE-PRINT Privacy / Credentials */
.fine-print{
  font-size: 13px;  
  color: #fff8e8;
  background: #9d0006;
  margin: 0px;
  text-align: center;
  /*gensis footer override*/
  margin-bottom: -1.2em;
}

.fine-print p{
	/*genesis theme footer*/
	display: none;
}

.fine-print .menu{
  margin: 15px 0 0;
  padding: 10px 0 0;
  border-top: solid 1px #CCC;
}

@media screen and (min-width:992px){
 .fine-print .menu{
  margin: 0;
  padding: 0;
  border-top: none;
}  
}

.fine-print .menu li{
/*
  display: inline;
  background: none;
  padding: 0;
  margin-bottom: 0;
*/

  display: inline-block;
  background: none;
  padding: 1%;
  width: 48%;
  /* background: #000; */  
  
}

@media screen and (min-width:768px){
  .fine-print .menu li{
    display: inline;
    background: none;
    padding: 0;
    margin-bottom: 0;
  }  
  
  .fine-print .menu li:after{
  content: ' | '; 
  }
  
  .fine-print .menu li:last-child:after{
  content: ''; 
  }
}

.fine-print .menu li a{
  display: inline;
  background: none;
  padding: 0;
  margin-bottom: 0;
  color: #3e3f40;
}

.credentials{
	text-align: center;
  padding: 20px 0;
}

@media screen and (min-width:992px){
  .menu-privacy-container{
    text-align: right;
  }
  
}

/* Back to Top */

#back_to_top {
  display: none;
  width: 55px;
  height: 55px;
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 99;
  font-size: 13px;
  border: none;
  outline: none;
	background: url(../img/icons/back-to-top.png) no-repeat right bottom;
	text-indent: -9999em;
	color: white;
	cursor: pointer;
}

#back_to_top:hover {
  box-shadow: 5px 5px 10px rgba(0,0,0,.3);
}

/*Slider*/
.ares .tp-bullet{
  width: 11px !important;
  height: 11px !important;
}

/* Breadcrumb */
.breadcrumb, .detail-view-breadcrumb{
/*   display: none; */
	text-indent: -999em;
  background: none;
  margin: 0;
  font-size: 11px;
}

.breadcrumb a{
	color: #9d0006;
}

.breadcrumb a:hover{
	color: #5d0004;
}

.detail-view-breadcrumb, .detail-view-breadcrumb .breadcrumb{
  position: relative;
  margin: 10px 0;
}

.filter-control{
  display: none;
  position: absolute;
  margin-top: 20px;
  right: 10px;  
}

@media screen and (min-width:768px){
 .breadcrumb, .filter-control, .detail-view-breadcrumb{
  display: block;
	margin: 0 45px;
  padding: 0;  
  text-indent: 0;
}  
}


.well.blank{
  background: none;
  border: none;
  box-shadow: none;  
}

.flush{
  margin: 0;
  padding: 0;
}

/*Aniimation*/
/*bounce up animation for the subject*/

/* @media screen and (max-width:767px){ */
@supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */ 
   .animation-element{
    opacity: 1 !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;  
  }   
}

.bounce-up {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.bounce-left {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(200px, 0px, 0px);
  -webkit-transform: translate3d(200px, 0px, 0px);
  -o-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate3d(200px, 0px, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.bounce-right {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(-200px, 0px, 0px);
  -webkit-transform: translate3d(-200px, 0px, 0px);
  -o-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate3d(-200px, 0px, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/*********************
 * Extensions
 ********************/
 
 /* Mail Chimp / CF7 */

 .wpcf7-not-valid{
   background: #f8d7da !important;
   border: solid 2px #f5c6cb;
 }

.wpcf7 form .wpcf7-response-output{
    margin: 0;
    padding: 20px;
    margin: 15px 0;
}

.wpcf7 form.invalid .wpcf7-response-output{
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.wpcf7 form.sent .wpcf7-response-output{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
 
 /********************
   * ADS
   *******************/
.ad-row{
  margin-top: 20px;
  border-bottom: solid 4px #CCC;
  border-top: solid 4px #CCC;
}   
   
.ad-row .btn.btn-secondary{
  background: transparent;
  border: solid 1px #841618;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #000;
}

.ad-row .purple .btn.btn-secondary{
  border: solid 1px #6e3f99; 
  color:  #6e3f99;
}

.ad-row .mandarin .btn.btn-secondary{
  border: solid 1px #df6c26;  
}

.ad-row .mint .btn.btn-secondary{
  border: solid 1px #8dcda1;  
}

.ad-row .green .btn.btn-secondary{
  border: solid 1px #52873f;  
}

.ad-row .purple img{
  border-bottom: solid 5px #6e3f99;
}

.ad-row .mandarin img{
  border-bottom: solid 5px #df6c26;
}

.ad-row .crimson img{
  border-bottom: solid 5px #841618;
}

.ad-row .mint img{
  border-bottom: solid 5px #8dcda1;  
}

.ad-row .green img{
  border-bottom: solid 5px #52873f;  
}

/*plan your event form*/
@media screen and (min-width:992px){
 .center-md-column-borders{
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
  }
}

/*gallery*/
.gallery{
/*   background: #e3e4e5; */
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
}

.gallery-item{
  margin: 0 !important;
/*   padding: 0 15px; */
}

.gallery-item a img{
  border: none !important;
  padding: 2%;
}

/*google map*/
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.directions .starting{
  width: 100%;
  border-radius: 0;
  margin: 0;  
}

.directions input[type="submit"]{
  width: 100%;
}

/*location*/
@media screen and (min-width:992px){
 .location .well.blank .row div:first-child{
  background: url(../img/icons/location.png) no-repeat 80% center;
  padding: 20px 0;
}   
 .location .well.blank .row div:nth-child(2){
  background: url(../img/icons/transportation.png) no-repeat 80% center;
  padding: 20px 0;
  }   
}

/*small form button*/
.crimson-sm{
  color: #FFF;
  background: #841617;
}

.sm-text-area textarea{
  height: 115px;
}

/*dividers*/
.mountains.divider{
/*	width: 100%;
	height: 200px;
	background: url(../img/bg/home-hero-divider.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
	margin-top: -180px;
	left: 0;
  position: absolute;	
  */
	width: 100%;
  height: 240px;
  background: url(../img/bg/home-hero-divider.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  margin-top: -215px;
  left: 0;
  position: absolute;  
}

/*dividers*/
.mountains.divider.dark{
	width: 100%;
	height: 60px;
	background: url(../img/bg/divider-dk-2.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
	margin-top: 0;
  position: relative;	
}

.mountains.divider.footer{
	background: url(../img/bg/footer-divider-mts.png);
	background-size: 100%;
  background-repeat: no-repeat;
/*
  background-position: bottom center;	
  height: 72px;
  margin-top: -72px;
*/
	background-position-y: 105%;
}

.mountains.divider.footer.after-grid{
	background-color: #4b1517
}

@media screen and (min-width:768px){
 .mountains.divider.dark{
	height: 80px;
}
}

@media screen and (min-width:992px){
 .mountains.divider.dark{
	height: 100px;
}
}


@media screen and (min-width:1440px){
 .mountains.divider, .mountains.divider.dark{
	background-position: top center;  
	}
	
	.mountains.divider.dark{
		height: 100px;
	}
}

.attract-text{
	color: #FFFFFF;
	font-size: 30px;
	background: #0e5f60;	
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
	padding: 50px 0;
	left: 60px;
	z-index: 9999;
}

.attract-text a{
	font-style: italic;
	display: inline-block;
	font-size: 18px;
	color: #58c3de;
	border-bottom: solid 2px;
	text-decoration: none;
}

/*
@media screen and (min-width:768px){
  .mountains.divider{
	width: 750px;
  }
}

@media screen and (min-width:991px){
  .mountains.divider{
	width: 970px;
  }
}

@media screen and (min-width:1200px){
  .mountains.divider{
	width: 1170px;
  }
}

@media screen and (min-width:1600px){
  .mountains.divider{
	width: 100%;
  }
}
*/


/*page specific templating*/
.webcam .entry-header{
	display: none;
}

.webcam .entry-content{
	padding-top: 20px;
}

/*blockquote*/
blockquote {
    border-radius: 3px;
    position: relative;  /*  <--- */
    font-style: italic;
    padding: 1rem 1.2rem;
    width: 90%;  /* create space for the quotes */
    margin: 1rem auto 2rem;
    color: #7d7255;
    background: rgba(255,255,255,.5);
    border: none;
}
/* -- create the quotation marks -- */
blockquote:before,
blockquote:after{
    position: absolute;
    /* -- inside the relative position of blockquote -- */
    top: 13px;
    color: #d4c8a9;
    font-size: 54px;
}
blockquote:before{
    content: "\201C";
    margin-right: 13px;
    right: 100%;
}
blockquote:after{
    content: "\201D";
    margin-left: 13px;
    left: 100%;  
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output{
	color:#000000;
}

.post-edit-link{
	display: none;
}

/*Pop-Up*/

/*trigger*/
.visible-xs.popmake-book-a-room{
	display: inline-block !important;
}

@media screen and (min-width:992px){
 .visible-xs.popmake-book-a-room{
	display: none !important;
}   
}

body>[aria-hidden]{
	padding: 0 !important;
}

.pum-overlay *{
/* 	font-weight: 300; */
}

/*popup button*/
button.pum-close{
font-size: 30px !important;
    padding: 0 0 5px !important;
    line-height: .8 !important;
    background: transparent !important;
    color: #FFF !important;
    margin: 2px !important;
}

button.pum-close:focus{
	outline: dotted thin;
	outline-color: rgba(255,255,255,.75);
}

.pum-container{
	padding: 0 !important;
}

.pum-container h1{
	background: #9d0006;
  color: #FFF;
  font-size: 3vw;		
	font-family: 'Montserrat', 'Helvetica', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	border: solid 2px #9d0006;
	width: 100%;
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	padding: 6px 12px;
	line-height: 1.428571429;
}

@media screen and (min-width:992px){
	.pum-container h1{   
		font-size: 22px;
	}
}

.pum-theme-lightbox .pum-title.popmake-title{
	font-family: 'Montserrat', 'Helvetica', sans-serif;	
	font-weight: 300;
	color: #9d0006;
	line-height: 1;	
	text-transform: uppercase;
}

/*///////////////////
	//MOBILE NAV POPUPS
///////////////////*/
.pum-content img{
	margin: 0;
}

.pum-content ul, .pum-content ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.pum-content ul li a{
	text-transform: uppercase;
	color: #404040;
	background: #e6e6e7;
	display: block;
  border-bottom: solid 1px #666d75 ;
  padding: 15px;
  font-size: 14px;
	font-family: 'Montserrat', 'Helvetica', sans-serif;  
}

.pum-content ul li a:hover{
	color: #e6e6e7;
	background: #404040;
	text-decoration: none;	
}

/*///////////////////
	//HAMBURGERS
///////////////////*/
.nav-primary .hamburger{
/* 	top: -75px; */
	position: relative;
}

@media screen and (min-width:768px){
 .hamburger{
	 display: none !important;
	}   
}

.nav-primary .hamburger:focus{
	outline: none;
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
    
 /*Google Recaptcha*/
 .grecaptcha-badge { opacity:0 !important; }
 
.wp-block-cover{
	min-height: 200px !important;
}