/*---- Styled by Jesse Scott for Dine.TO - December 5th, 2014 ----*/

@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,400italic,600|Open+Sans+Condensed:300,700,300italic);
@import url('https://fonts.googleapis.com/css?family=Pacifico');

/* --
@font-face {
    font-family: 'masanascript1propia';
    src: url('/fonts/masanascript-1propia-webfont.woff2') format('woff2'),
         url('/fonts/masanascript-1propia-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
--- */

/*- Header -*/
.header	{
	background-color: transparent;
	background-image: url(/images/paper-texture.jpg?1);
	height: 100px;
	border: none;
    transition: all 0.5s;
}

.website .header .action_button_v2.reserve_online,
.website .header .action_button_v2.call_now{
    background-color: rgba(0, 0, 0, 0.0);
    text-shadow: 0 0 0px rgba(255, 255, 255, 0.0);
    box-shadow: none !important;
    color: #d6793c;
    border: 2px solid #d6793c;
}

.website .header .action_button_v2.reserve_online:hover, 
.website .nav .action_button_v2.reserve_online:hover,
.website .header .action_button_v2.call_now:hover, 
.website .nav .action_button_v2.call_now:hover{
    background-color: #ffffff;
}

.website .action_button_v2 .wrap:after {
    background: -moz-linear-gradient(top, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0) 0%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.10) 0%,rgba(255,255,255,0) 0%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.10) 0%,rgba(255,255,255,0) 0%);
}



.header .header_logo {
	position: absolute;
	z-index: 9999;
	width: 315px;
	height: 110px;
    transition: all 0.5s;
}

.header .header_logo.inner .image {
    display: block;
    width: 75%;
    height: auto;
}

.header .header_info {
    color: #d47a3e;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
}

.header .header_info .name,
.header .header_info .address,
.header .header_info .phone,
.header .header_info .social:before {
	display: none !important;
}

.header .header_info .social {
    position: absolute;
    top: 0px;
    left: 700px;
}

.scrolled .header {
	height: 75px;
}
.scrolled .nav {
	margin-top: 0px;
}
.scrolled .header .header_logo {
	width: 215px;
	height: 70px;
}

.scrolled .header .header_info {
	display: none !important;
}

.scrolled  .action_buttons {
	display: none !important;
}    

.scrolled .nav .list_pages {
	text-align: right;
}

.scrolled .nav .nav_wrapper {
	top: -35px;
}

/*  -- Social Icons -- */

.content .block_social_links .social_icon .icon_span {
    text-align: center;
}

.content .block_social_links .social_glyphs .icon_span {
    font-size:150%;
    color: #000000;
}

.content .block_social_links .social_glyphs .label_span {
    display: none;
}

.content .block_social_links .social_icon {
    display: inline-block;
    float: none;
    clear: both;
    margin-bottom: 5px;
    margin-top: 10px;
}

/*  -- Social Vine -- */

.page .social_block_vine {
    padding: 20px;
    border: 1px solid #000;
    text-align: center;
    position: relative;
}

.social_float_left {
    float: none;
    width: 100%;
    margin-top: 10px;
}
.social_float_left p {
    text-align: center;
    padding-bottom: 4px;
}
.social_img {
    width: 45px;
    margin-right: 25px;
    margin-top: 5px;
    float: left;
    cursor: pointer;
}

/* -- Nav -- */
.nav {
	font-family: 'Crimson Text', serif;
	height: 45px !important;
}
.nav .nav_wrapper {
	top: 0px;
}
.nav .list_pages {
	text-align: right;
}

.has_action_buttons .nav .list_pages {
    line-height: 0px;
}

.nav .list_pages .item_page {
	margin-left: 0px;
}
.nav .list_pages .item_page .link_page	{
	color: #000;
	text-decoration: none; 
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: none;  
	text-shadow: none;
	padding: 0 5px;
	margin: 0 5px;
}
.nav .list_pages .item_page.active .link_page,
.nav .list_pages .item_page.active2 .link_page,
.nav .list_pages .item_page:hover .link_page,
.nav .list_pages .item_page .link_page:hover {
	color: #d6793c;
	border-bottom: #d6793c 2px solid;
	background-color: transparent;
	text-decoration: none;
}
.nav .list_pages .item_page:last-child:after {
	display: none;
}

.nav .list_pages .item:hover .list_subs, .nav .list_pages .active:hover .list_subs {
    display: none;
}

/* -- Content -- */
.content {
    padding: 0px !important;
    font-family: 'Open Sans Condensed', sans-serif;
}

.content p{
    font-family: 'Open Sans Condensed', sans-serif;
}
.content h2,
.content h3	{
	font-family: 'Crimson Text', serif;   
    color: #7B9598;
    font-size: 36px;
}
.content .highlight_block {
	background-color: transparent !important;
	border: none;
}
.content .body_block	{
	padding: 10px;
}
.content .icon:before {
    display: none;
}


/* -- Page -- */
.page {
    border-width:0px;   
}

.page .page_banner {
    border-width: 0px;  
}

.page .page_wrapper {
    min-height: 0;
}
.page .page_content	{
	font-family: 'Open Sans Condensed', sans-serif;
	background-color: rgba(255, 255, 255, 0.9);
/*	background-image: url(/images/paper-texture.jpg?1); */
	font-size: 20px;
    border: 0px;
}

/* -- Page : Banner -- */
.page:first-child > .page_banner {
    margin-top: -15px;
    padding-bottom: 50%!important
}
.page:not(:first-child) > .page_banner {
	border: 0px solid #000000;
	border-width: 0px 0;
}


/* -- Page : Home -- */
.ypdineBooker.onecol .content {
    padding-top: 0px !important;
}
.website .page .page_banner.page_banner_parallax .banner_slide .image {
    position: absolute;
    margin: auto;
    top: -30px!important;
    width:65%;
    left: -20px;
    right: 0;
}

/* -- Page : Menus -- */
.page_menus .content .body_block {
    background-color: rgba(255,255,255,0.4);
    padding: 20px;
}
.oo_banner {
    display: none !important; 
}
.content .menus_list {
    font-family: 'Crimson Text', serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
    color: #032A3A;
    padding: 35px;
}
.content .menus_list .list_item {
    display: block;
    text-align: center;
}
.content .menus_list .list_item .item_link:hover, 
.content .menus_list .list_item .active_link {
    text-decoration: none;
}

.content .menus_content .menu_name  {    
    float: none;
    font-family: 'Crimson Text', serif;
    font-size: 44px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #738486;
}
.content .menu_section h3.section_name {
    font-family: 'Crimson Text', serif;
    font-size: 28px;
    letter-spacing: 1px;
    border-color: #032A3A;
    color: #3d3d3d;
}
.content .menu_section h4.section_name {
    font-family: 'Crimson Text', serif;
    font-size: 24px;
    letter-spacing: 1px;   
    text-transform: uppercase;
    color: #738486;
    padding: 10px 0;
    margin-bottom: 0px;
    border-bottom: 1px solid #BBCED0;
}
.content .menu_section .menu_item {
    font-family: 'Crimson Text', serif;
    color: #87979A;
    border-bottom: none;
    min-height: 110px;
    padding-bottom: 0;
    padding-top: 15px;
}
.content .menu_section .menu_item h4.item_name,
.content .menu_section .menu_item td.price {
    font-family: 'Crimson Text', serif;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 1px;
}
.content .menu_section .menu_item h4.item_name {
    color: #87979A;
}
.content .menu_section .menu_item .item_desc {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    text-transform: lowercase;
    font-style: normal;
    color: #191919;
}

/* Page : Gallery */

.content .gallery_block .gallery_photo {
    border-width: 0px;   
}

.content .gallery_block .gallery_link {
    margin: 0px;
}

.content .body_sublinks {
    margin: -10px;
}

/* -- Footer -- */
.footer {
	background-color: #fff;
	background-image: url(/images/paper-texture.jpg?1);
    border: 0px;
}
.footer,
.footer a,
.footer .footer_info a,
.footer .footer_info .detail {
    color: #000;
}

.footer .footer_info a:hover {
    color: #f4a600;
}

.footer .footer_info .sitemap_list .item_link:before {
/*    content: "\BB \a0 "; */
      content: none;
}

.footer .footer_info .footer_column_logo .logo_image {
	width: 315px;
	height: 110px;
	z-index: 9000;
}