/*
	Theme Name: LaCuisine Child
	Theme URI: http://www.lacuisine.ninzio.com
	Description: LaCuisine Restaurant Responsive Retina-Ready  Wordpress Premium Child Theme
	Author: Ninzio Team
	Author URI: http://www.ninzio.com
	Template:lacuisine
	Version: 1.3
*/
@import url("../lacuisine/style.css");
@import url(//fonts.googleapis.com/css?family=Lobster|Cabin+Condensed:400,700);

/* =Theme customization starts here
-------------------------------------------------------------- */

@media only screen and (min-width: 1024px) {
	.main-content {
		width: 100%;
	}
}
.desk .logo-part {
	height: 100px;
}
.desk .logo {
	height: 100px;
	line-height: 100px
}
.rich-header h1 {
	text-shadow: 0 0 3px #846333;
}
.box-data:hover {
    animation: 1.4s ease 0s normal none infinite running iconAnimate;
}
.header .desk-social-links a {
	color: #fff !important;
	text-shadow: 1px 1px 1px #777;
}
.desk.fixed-true.active .desk-social-links a {
	color: rgba(119, 119, 119, 0.8) !important;
	text-shadow: none;
}
.desk-menu > ul > li > a {
	text-shadow: 1px 1px 1px #777;
}
.desk.fixed-true.active .desk-menu > ul > li > a {
	text-shadow: none;
}
.footer-info .container > .get-location,
.footer-info .container > .footer-text {
	border: none;
}
.footer {
	background-image: none !important;
	background-color: #F4F1EA !important;
}
.footer .icon-facebook5 {
    color: #607bb3 !important;
}
.footer .icon-instagram {
	color: #5280a5 !important;
}
.footer-copyright .container {
	color: #777 !important;
	border-top: none;
}
.footer-info {
	background-color: #fff;
}
#top {
	border: none;
}
#top:hover {
	color: #676869 !important;
	border: 1px solid #777 !important;
	border-radius: 60px;
}


.mob-header-top {
	background-color: #fff !important;
}
.mob-header-top .cart-toggle, .mob-header-top .mob-menu-toggle {
	border-color: #e2e2e2;
	background-color: #F0EEE9;
}
.mob-header-content.nz-clearfix.animate {
	background-color: #F0EEE9;
}
.mob-menu li a {
	color: #777;
	text-shadow: 0 0 2px #ccc;
}

.header-outline {
	background-color: #D93232;
    bottom: -35px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0 5px 30px rgba(255, 255, 255, 0.2) inset;
    display: inline-block;
    font-size: 24px;
    height: 142px;
    line-height: 22px;
    padding: 10px 0 92px;
    position: absolute;
    right: -188px;
    text-align: center;
    transform: rotate(315deg);
    width: 450px;
}
.header-outline span.grc-date {
	color: #fffbc8;
	font-family: 'Cabin Condensed', sans-serif;
	font-weight: bold;
}
.header-outline span.grc-place {
	color: #F0AE34;
	font-family: 'Lobster', cursive;
	font-size: 26px;
	line-height: 26px;
}
@media only screen and (min-width: 1024px) {
	.header-outline {
	    font-size: 36px;
	    height: 190px;
	    line-height: 36px;
	    right: -195px;
	    width: 500px;
	}
	.header-outline span.grc-place {
		font-size: 36px;
		line-height: 36px;
	}
}

@media only screen and (max-width: 1023px) {
	.rich-header .parallax-container {
		height: 280px;
		background-position: left bottom !important;
	}
}

.video-modal .ninzio-overlay {
	background-color: rgba(0, 0, 0, 0.1);
}