/*
Theme Name: Dine Child Theme
Theme URI: http://yoursite.com/
Description: A child theme of Dine
Author: Bas Huisman - Amoq Media
Author URI: http://amoq.nl/
Template: dine
Version: 1.0
*/
@font-face {
    font-family: 'Javacom';
    src:url('assets/fonts/Javacom.ttf.woff') format('woff'),
        url('assets/fonts/Javacom.ttf.svg#Javacom') format('svg'),
        url('assets/fonts/Javacom.ttf.eot'),
        url('assets/fonts/Javacom.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
.menu-item-name {
	text-transform: none !important;
}
.lpfont, .cd-headline {
	font-family: Javacom !important;
	letter-spacing: 8px;
}
#home-lead-text strong {
	/*font-weight: normal;*/
	color: #A93439;
}
#home-lead-text .divider-line {
	border-top-color: #111111;
}
#masthead.header-transparent:not(.is-sticky) #nav > li > a:hover {
    color: #a93439;
}
#masthead.header-transparent:not(.is-sticky) .social-list a:hover, #masthead.header-transparent:not(.is-sticky) .header-cta a:hover {
    text-decoration: none;
}
.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.9);
    color: #a93439;
    padding: 9px;
    font-size: 18px;
}
#footer-sidebar a {
    text-decoration: underline;
}
#footer-sidebar a:hover {
    text-decoration: none;
}
#page-header .dine-divider i.fa, #footer-bottom .dine-divider i.fa {
    color: #a93439;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .dine-btn {
	font-size: 15px;
}
.dine-btn:hover {
	background-color: #752427;
}
#rm_reservation .rm_reservation_body {
    width: 239px !important;
}
#rm_reservation .rm_reservation_body input[type="text"] {
    line-height: 1.5;
}
#rm_reservation .rm_reservation_body .dine-nice-select a {
    line-height: 1.5;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: none;
}
#rm_reservation #rm_wrapper .rm_box_wrapper #rm_search_box .rm_box_row .rm_row_value input, #rm_reservation #rm_wrapper .rm_box_wrapper #rm_search_box .rm_box_row .rm_row_value select {
    width: 100% !important;
    letter-spacing: 0;
}
#rm_reservation #rm_wrapper #rm_logo_wrapper {
    display: none;
}
table.no-border td {
    border: 0px;
}
.hidden-title .dine-menu-heading {
	color: #fff;
}
.header-cta a {
	width: auto;
	height: auto;
	transform: none;
	border-radius: 0;
	padding: .5rem 1rem;
	font-weight: bold;
	border: 2px solid #A93439;
}
.header-cta a {
	background: transparent;
	color: #000;
}
#masthead.header-transparent:not(.is-sticky) .header-cta a {
	background: transparent;
	color: #fff;
}
#offcanvas .header-cta a {
    background: transparent;
    color: #fff;
}
.header-cta:hover a {
    transform: scale(1.03);
}
a.sf-with-ul:after {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 5px;
}
a.sf-with-ul:hover {
	cursor: default;
}
#nav ul a {
	color: #fff;
	font-size: 14px;
}
#nav ul > li:hover > a, #nav ul > li.active > a, #nav ul > li.current-menu-item > a, #nav ul > li.current-menu-ancestor > a {
	color: #A93439;
}
#testimonials .flexslider {
	background: #000;
	border-color: #000;
	color: #fff;
}
#testimonials .dine-testimonials .flex-control-paging li a:not(.flex-active) {
	background: rgba(169,52,57,.6);
}
#testimonials .testimonial-content {
	background: none;
}
#testimonials .testimonial-content:before, #testimonials .testimonial-content:after {
	display: none;
}
/*#testimonials .testimonial-content, #testimonials .flexslider h4 {
	-webkit-filter: invert(100%) brightness(20%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
	filter: invert(100%) brightness(20%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}*/
#testimonials .flexslider h4 {
	color: #fff;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .dine-parallax h1 {
        font-size: 80px !important;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .dine-parallax h1 {
        font-size: 50px !important;
    }
    .mt-xs-2 {
        margin-top: 2rem;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}