@import url(https://fonts.googleapis.com/css?family=Bubblegum+Sans);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600);


/* Header */
.header {
	font-family: 'Cabin', sans-serif;
	background-image: none;
    background-color: rgba(0, 0, 0, 0.90);
    border-color: rgba(0, 0, 0, 1.00);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.header .header_logo.outer {
	width: 200px;
	height: 83px;
	background-size: auto auto;
	background-position: 0 0;
	margin-top: -3px;
}
.header .header_logo.inner,
.header .header_logo.inner img {
    display: block;
	width: 100%;
	height: auto;
    float: none;
}

.header .header_info .name, 
.header .header_info .address:before {
	display: none;
}

.website .header .header_info {
    margin-top: 0;
}
.website .header .top {
    height: 32px;
}
.website .nav .list_pages {
    padding-left: 0;
    float: right;
    max-width: 620px;
    clear: both
}
.website .nav .list_pages.gt12 {
    max-width: 700px;
}
.website .nav .list_pages .item_page {
    padding-bottom: 5px;
}
.website .nav .list_pages .list_subs {
    top: 21px;
    padding: 9px 9px 12px;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,1a1a1a+100 */
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(top,  #000000 0%, #1a1a1a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #000000 0%,#1a1a1a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #000000 0%,#1a1a1a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1a1a1a',GradientType=0 ); /* IE6-9 */

}

.header .header_helper_01,
.header .header_helper_02 {
	display: block;
	position: absolute;
	width: 76px;
	height: 70px;  
	background-image: url(/images/header-crowns.png);
	background-position: 0 0;
	background-repeat: none;  
}
.header .header_helper_01 {
    top: 0;
    left: -96px;
}
.header .header_helper_02 {
    top: 0;
    right: -96px;
}

.page_home .header {
    background-color: rgba(0, 0, 0, 0.90);
    border-color: rgba(0, 0, 0, 1.00);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.header:hover .header_info,
.header.inverted .header_info {
    color: #fff;
    text-shadow: 0 0 0 transparent;  
}
.header:hover .header_helper_01,
.header:hover .header_helper_02,
.header.inverted .header_helper_01,
.header.inverted .header_helper_02 {
    background-position: 0 -70px;  
}




/* Nav */
.nav {
    background-color: transparent;
    height: 40px;
}
.nav .list_pages .item_page {
	margin: 0;
	padding: 0 8px 10px;
	text-transform: uppercase;
	font-size: 18px;
}
.nav .list_pages .item_page .link_page {
	color: #FFFFFF;
	font-family: 'Bubblegum Sans', cursive;
	padding: 3px 0;
}
.nav .list_pages .item_page.active .link, 
.nav .list_pages .item_page:hover .link,
.nav .list_pages .item_page .link:hover {
    color: #ddd;
}
.nav .list_pages .item_page .link:hover, 
.nav .list_pages .item_page:hover .link, 
.nav .list_pages .active .link {
	text-decoration: none;
}
.item_page_order-online a {
    color: #9000d9 !important;
}
.header:hover .nav .list_pages .item_page .link_page,
.header.inverted .nav .list_pages .item_page .link_page {
    color: #fff;
    text-shadow: 0 0 0 transparent;  
}
.header:hover .nav .list_pages .item_page.active .link,
.header:hover .nav .list_pages .item_page:hover .link,
.header:hover .nav .list_pages .item_page .link:hover,
.header.inverted .nav .list_pages .item_page.active .link, 
.header.inverted .nav .list_pages .item_page:hover .link,
.header.inverted .nav .list_pages .item_page .link:hover {  
    color: #ddd;
}

.nav .list_pages .list_subs {
	width: auto !important;
}




/* Video */
.page:first-child > .page_banner {
    border-color: #000000; 
}
.page:first-child > .page_banner .video_banner {
    display: block; 
    overflow: hidden; 
    width: auto; 
    height: 0; 
    padding-bottom: 58%; 
    position: relative; 
    margin-top: -1%;
}
.page:first-child > .page_banner .video_banner .youtube_frame {
    display: block; 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0;
    width: 100%;
    height: 100%;
}
[data-page=home] .website .page_banner {
	padding: 0 0 52%;
/*    height: 850px;*/
}

/* -- Video -- */
.content .video_block {
    width: 100%;
    max-width: 640px;
    border: 2px solid #86cad3;    
}





/* Content */
.content hr, 
.content .line_divider {
    border-color: #b7b8ba;
    border-style: solid;  
}
.content .image_border,
.content .block_border,
.content .frame_border {
    border-color: #b7b8ba;  
}
.content .highlight_block,
.content .no_content {
    border-color: transparent;
    border-style: none;
    background-color: #292929;
    border-radius: 0;
}
.content h1, 
.content h3, 
.content h4, 
.content h5, 
.content h6 {
	font-family: 'Bubblegum Sans', cursive;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 180%;
	color: #4180DA;
}
.content h2 {
    font-size: 250%;
  	font-family: 'Bubblegum Sans', cursive;
	text-transform: uppercase;
	font-weight: bold;
	color: #4180DA;
}
.content h2:before	{
	display: none;
}
.content a {
    color: #fff;
}
.content a:hover {
    color: #b7b8ba;
}
.content .highlight_block, 
.content .no_content	{
	background-color: transparent;
}
.content .float_body {
    width: 60%;
}
.content .text_summary,
.content .header_block p,
.content .body_block p {
    font-size: 110%;
}
.content .list_item {
    font-size: 110%;
}



/* E-Certificate */
.ezButton {
    border: none !important;
    background: rgba(156, 156, 156, 0.34) !important;
}
#iframe_certificates a {
    color: #fff !important;
}
.page_viewcart .cart_tbl {
    color: #FFFFFF;
}
#iframe_certificates.page_serve .serve_form .addButton_fa,
#iframe_certificates.page_serve .serve_form .ezButton .fa {
    color: #f8f804;    
}




/* Page */
.page {
    border-color: #000000;
    font-family: 'Raleway', sans-serif;
}
.page .page_content {
    background-color: #0F0F0F;
    color: #FFFFFF;
	background-image: url(/images/dark-blackboard.png);
}

.float_sidebar .icon:before {
    display: none;
}
.deatsfeats	{
	width: 51%;
	float: left;
}
.ophours	{
	border: none;
	width: 40%;
	float: right;
}
.content .list_events .item_description {
  line-height: 175%;
}


/* Homepage */
.content .home_rotator {
  display: block;
  float: right;
    margin: 0 0 0 10px;
    width: 228px;
}
.content_editor .home_rotator {
    padding: 4px;
    background-color: #DEDEDE;
}
.content .home_rotator .page_banner_block {
    margin: 0;
}
.content .sidebar_widget_directions {
    text-align: left;
    margin: 0 auto 20px;
}
.content .sidebar_widget_directions .block_contact_map {
    margin: 0 auto 6px 0;
}
.content .sidebar_widget .text_list .list_item {
    padding: 0 0 5px;
}
.content .sidebar_widget .text_list {
    font-size: 100%;
}
.content .float_sidebar .block_info_hours .list_item {
	display: flex;
}
.content .float_sidebar .block_info_hours .item_label, 
.content .float_sidebar .block_info_hours .item_value {
	width: 50%;
}
#CDSSCROLLINGRAVE.narrow {
    width: 480px!important;
}
#CDSSCROLLINGRAVE.border {
    border: 1px solid #FFFFFF!important;
}


.content .image_panels,
.content .block_contact_staticmap {
    border-color: #000000;
}


/*- Menu -*/
.content .menus_list {
	text-align: center;
	margin-left: 15px;
}
.page .menus_content	{
	border: none;
}
.content .menu_section {
	margin-top: 30px;
}
.page .menus_content .menu_top	{
	border-color: #fff;
}
.content .menus_content .menu_name	{
	float: none;
	text-align: center;
}
#menus > div.page_content.page_content_hasbanner > div > div.body_block > div > div > div.menu_text > div.text_content.text_content_header	{
	text-align: center;
}
.page .menus_content .menu_top .menu_name	{
	font-size: 48px;
	font-family: 'Bubblegum Sans', cursive;
}
.content .menu_section h3.section_name {
	font-size: 36px;
	line-height: 120%;
	font-family: 'Bubblegum Sans', cursive;
	color: #898989;
}
.menu_section h3.section_name {
	border-bottom: 2px solid #fff;
}
.menu_section .menu_item	{
	border-color: #fff;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
}
.menu_section .menu_item h4.item_name	{
	font-family: 'Bubblegum Sans', cursive;
	color: #ffffff;
	letter-spacing: 1px;
}
.menu_section .menu_item td.price	{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
}
.menu_section .menu_item table.menu_item_prices tbody {
	font-size: 14px;
}
.menu_section .menu_item .item_desc {
	margin-top: 40px;
	font-family: 'Raleway', sans-serif;
}



/* SPECIALS PAGE STYLES */
.content .block_specials_coupons .list_coupons,
.content .block_specials_deals .list_specials {
    font-size: 100%;
    border: 0 none transparent;
}
.content .block_specials_deals .list_item {
    padding: 10px 10px;
}
.content .block_specials_deals .item_text hr {
	margin: 8px auto 4px;
	border-bottom-style: dotted;
	border-color: #fff;
}
.content .block_specials_coupons .item_print,
.content .block_specials_coupons .item_print .label {
    display: inline-block;
    text-decoration: underline;
    color: #fff;
}
[data-page=specials] .content .block_border {
	border-color: #ddd;
	border-style: solid;
}

/* -- Reservation/VIP STYLES -- */

#iframe_certificates_html,
#iframe_certificates,
#iframe_reservations_html,
#iframe_reservations,
#iframe_viplist_html,
#iframe_viplist {
	color: #fff !important;
    line-height: 1.6;
}
#iframe_certificates.page_serve .serve_form .form_inner .giftcard-select,
#iframe_certificates.page_serve .giftcard-dropdown .option .price {
    color: #000000 !important;
}
#iframe_certificates .back .back_anchor .back_box {
    background-color: #4d4d4d !important;
    color: #ffffff !important;
    border-color: transparent;
}
#iframe_certificates .back .back_anchor .back_box .back_span {
    color: #FFFFFF;
    line-height: 20px;
    padding-left: 5px;
    position: relative;
    bottom: 2px;
}
#iframe_certificates.page_about .print_img,
#iframe_certificates.page_about .phone_img,
#iframe_certificates.page_about .checkmark_img {
    filter: invert(100%);
}



/* Footer */
.footer {
  background-color: #292929;
  background-image: none;
  background-position: center bottom;
  background-repeat: repeat-x;
  font-family: 'Cabin', sans-serif;
}
.footer .footer_info .footer_column {
  border-color: #fff;
}
.footer .footer_info .name:before {
  display: inline;
}
.footer .footer_info .name, 
.footer .footer_info .connect, 
.footer .footer_info .sitemap {
  text-transform: uppercase;
}
.footer .footer_info .name:before, 
.footer .footer_info .connect:before, 
.footer .footer_info .sitemap:before {
  color: #ddd;
}
.footer .footer_info .sitemap_list {
  line-height: 180%;
}
.footer .footer_info a {
  color: #FFFFFF;
} 
.footer .footer_info a:hover {
  color: #ddd;
}
.footer .footer_info .footer_column_logo .logo_image {
	background-size: auto 100%;
	background-size: contain;
	background-position: center center;
	width: 200px;
	height: 100px;
}
.footer .footer_info .name:before {
	display: none;
}
.footer .footer_info .footer_column_address {
	width: 37.5%;
}

.footer .footer_info .detail.name {
    max-width: 220px;
}



