@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/**
 * 
 *  1.0  - CSS RESET
 *  ---------------------------------------------------------------------------
 *
 *  http://meyerweb.com/eric/tools/css/reset/ 
 *  v2.0 | 20110126
 *  License: none (public domain)
 *
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, main, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Roboto', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

/**
 * 
 *  2.0  - BASE STYLES
 *  2.1  - Basic HTML5 Elements
 *  ---------------------------------------------------------------------------
 *
 */
body {
	overflow: hidden;
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	color: #787878;
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}
p {
	margin-bottom: 10px;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
a:hover { color: #404040; }
strong { font-weight: 700; }
em { font-style: italic; }
abbr, acronym {
	border-bottom: 2px dotted #eaeaea;
	cursor: help;
}
mark {
	background: #000;
	color: #fff;
	padding: 0 4px;
}
sup, sub {
	font-size: 65%;
	position: relative; 
}
sup { top: 4px; }
sub { bottom: 6px; }
address {
	font-style: italic;
	margin-bottom: 40px;
}
code, kbd, var, pre, samp { font-family: "Courier New", Courier, monospace; }
code, kbd, var, samp {
	background: #eaeaea;
	border: 1px solid #ddd;
	padding: 0 5px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
pre {
	font-size: 80%;
	font-weight: 700;
	white-space: pre-wrap;
	background: #eaeaea;
	border: 1px solid #dfdfdf;
	padding: 30px;
	margin-bottom: 40px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}

/**
 * 
 *  2.2  - Headings
 *  ---------------------------------------------------------------------------
 *
 */
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 2px;
	color: #000;
	position: relative;
}
h1 {
	font-size: 32px;
	margin-bottom: 30px;
}
h2 {
	font-size: 28px;
	margin-bottom: 30px;
}
h3 {
	font-size: 24px;
	margin-bottom: 24px;
}
h4 {
	font-size: 22px;
	margin-bottom: 24px;
}
h5 {
	font-size: 18px;
	margin-bottom: 20px;
}
h6 {
	font-size: 16px;
	margin-bottom: 20px;
}
.header-divider { margin-bottom: 70px; }
.header-divider:after {
	content: "";
	position: absolute;
	bottom: -38px;
	left: 0;
	display: block;
	width: 20px;
	height: 3px;
	background: #eaeaea;
}

/** début bloc nos menus **/
.menu-block-cont {
	background: rgba(0,0,0,0.5);
	padding: 30px 0;
	margin-bottom: 50px;
}
.menu-block-cont p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #fff;
}
.menu-block-cont-desc {
    margin-bottom: 0px;
    font-size: 12px;
    color: grey;
}
.menu-head-1 {
    font-size: 24px;
    color: #fff;
    font-family: "Ubuntu",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
}
.menu-img-1 img {
	width: 60px;
}
.menu-price {
    margin: 20px 0;
    font-size: 42px;
	color: #ccad52;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0px;
}
/** fin bloc nos menus **/

/**
 * 
 *  2.3  - Lists
 *  ---------------------------------------------------------------------------
 *
 */
ul, ol {
	margin-bottom: 40px;
	padding-left: 30px;
	line-height: 30px;
}
ul ul,
ol ol,
ul ol,
ol ul {	margin-bottom: 0; }
ol { list-style: upper-roman; }
ul { list-style: square; }
.fa-ul i:before {
	font-size: 11px;
	line-height: 28px;
	margin: 0 8px 0 0;
}
dt {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 4px;
	color: #000;
}
dd { margin-bottom: 40px; }

/**
 * 
 *  2.4  - Blockquotes
 *  ---------------------------------------------------------------------------
 *
 */
blockquote {
	font-size: 18px;
	font-style: italic;
	line-height: 32px;
	margin-bottom: 40px;
	padding: 0 40px;
	color: #000;
}
cite {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 60px;
	display: block;
}
cite:before { content: "- "; }
 
/**
 * 
 *  2.5  - Tables
 *  ---------------------------------------------------------------------------
 *
 */
table:not(.ui-datepicker table) {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	font-size: 14px;
}
thead:not(.ui-datepicker thead) {	background: #000; }
th:not(.ui-datepicker th) {
	color: #fff;
	font-weight: 700;
}
td:not(.ui-datepicker td),
th:not(.ui-datepicker th) { padding: 10px 15px; }
td:not(.ui-datepicker td) {
	color: #656565;
	border: 1px solid #eaeaea;
}
tfoot td:not(.ui-datepicker tfoot td) {
	color: #000;
	font-style: italic;
}

/**
 * 
 *  2.6  - Forms
 *  ---------------------------------------------------------------------------
 *
 */
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
	font-weight: 300 !important;
}
 
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	display: block;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300 !important;
	color: #000;
	border: 0;
	background: #f3f3f3;
	border: 1px solid #f3f3f3;
	margin-bottom: 20px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}
textarea:hover,
select:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="email"]:hover,
input[type="month"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="week"]:hover { background: #f6f6f6; }
textarea:focus,
select:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
	background: #fafafa;
	border: 1px solid #f3f3f3;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	height: 50px;
	padding: 0 20px;
}
textarea { padding: 20px; }
::-webkit-input-placeholder { 
	font-weight: normal;
	color: #999; 
}
:-moz-placeholder {
	font-weight: normal;
	color: #999; 
}
::-moz-placeholder {
	font-weight: normal;
	color: #999; 
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-weight: normal;
	color: #999; 
}
.placeholder_text {
	font-weight: normal;
	color: #999;
}
input.comment-form-name,
input.comment-form-email {
	display: inline;
	width: 48.75%;
}
input.comment-form-email { float: right; }
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	width: 100%;
	height: 50px;
	display: block;
	background: #000;
	border: 0;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-shadow: none;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
select {
	padding: 0 16px;
	font-weight: normal;
	color: #bababa; 
}
select optgroup {
	font-style: normal;
	padding: 8px 0;
}
select option,
select optgroup option { 
	padding: 8px; 
	color: #bababa; 
}
label {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
}
.form-title {
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.form-title span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
	margin: 2px 0;
}
.form-title span em { font-style: normal; }
.picker__holder .picker__footer button { color: #000; }

/**
 * 
 *  2.7  - Helper Classes
 *  ---------------------------------------------------------------------------
 *
 */
.tilt-left {
	-webkit-transform: rotate(-4deg);
	   -moz-transform: rotate(-4deg);
	    -ms-transform: rotate(-4deg);
	     -o-transform: rotate(-4deg);
	        transform: rotate(-4deg);
}
.tilt-right {
	-webkit-transform: rotate(4deg);
	   -moz-transform: rotate(4deg);
	    -ms-transform: rotate(4deg);
	     -o-transform: rotate(4deg);
	        transform: rotate(4deg);
}
.no-margin { margin-bottom: 0 !important; }

/**
 * 
 *  2.8  - Images
 *  ---------------------------------------------------------------------------
 *
 */
.site-content img {
	max-width: 100%;
	height: auto;
}
.image-hover {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.image-hover img { position: relative; }
.image-hover .image-hover-overlay {
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	width: -webkit-calc(100% - 10px);
	width:         calc(100% - 10px);
	height: -webkit-calc(100% - 10px);
	height:         calc(100% - 10px);
	opacity: 0;
	-moz-opacity: 0;
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
.image-hover .image-hover-overlay i {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin-top: -11px;
	margin-left: -12px;
}
.image-hover .image-hover-overlay i:before {
	font-size: 24px;
	color: #fff;
}
.image-hover:hover .image-hover-overlay {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
	opacity: 0.9;
	-moz-opacity: 0.9;
}
.blog-overview .image-hover {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
.recipe-featured-image .image-hover-overlay {
	top: 20px;
	left: 20px;
	width: -webkit-calc(100% - 40px);
	width:         calc(100% - 40px);
	height: -webkit-calc(100% - 40px);
	height:         calc(100% - 40px);
	-webkit-border-radius: 999px;
	   -moz-border-radius: 999px;
	        border-radius: 999px;
}

/**
 * 
 *  2.9  - Lightboxes
 *  ---------------------------------------------------------------------------
 *
 */
#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9998;
}
#cboxWrapper { max-width: none; }
#cboxOverlay {
	position: fixed; 
	width: 100%; 
	height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft { clear: left; }
#cboxContent { position: relative; }
#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#cboxTitle { margin: 0; }
#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow { cursor: pointer; }
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
	-webkit-box-sizing: content-box; 
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
}
#cboxOverlay {
	background: #000;
	opacity: 0.96;
	-moz-opacity: 0.96;
}
#colorbox { outline: 0; }
#cboxContent {
	background: #fff;
	padding: 0;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}
.cboxIframe { background: #fff; }
#cboxError{
	padding: 50px; 
	border: 1px solid #ccc;
}
#cboxLoadedContent { margin-bottom: 0; }
#cboxTitle {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	width: 100%;
	color: #fff;
	margin: 20px 0 0 0;
	padding: 0;
}
#cboxCurrent {
	position: absolute;
	top: -40px;
	left: 48%;
	color: #656565;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
#cboxLoadingOverlay{ background: #fff url(../images/assets/loading.gif) no-repeat center center; }
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
	position: absolute;
	border: 0;
	padding: 0;
	margin: 0;
	width: 80px;
	height: 80px;
	display: block;
	overflow: hidden;
	font-family: "FontAwesome";
	font-size: 24px;
	line-height: 1;
	background: transparent;
	color: #fff;
	opacity: 0.35;
	-moz-opacity: 0.35;
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active { outline:0; }
#cboxPrevious:focus,
#cboxNext:focus,
#cboxSlideshow:focus,
#cboxClose:focus { 
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
#cboxPrevious:hover,
#cboxNext:hover,
#cboxSlideshow:hover,
#cboxClose:hover {
	background: #000;
	opacity: 1;
	-moz-opacity: 0.35;
}
#cboxSlideshow {
	position: fixed;
	bottom: 0px;
	left: 50%;
	margin-left: -40px;
}
#cboxPrevious {
	position: fixed;
	top: 50%;
	left: 0;
}
#cboxNext {
	position: fixed;
	top: 50%;
	right: 0;
}
#cboxClose {
	position: fixed;
	top: 0px;
	right: 0px;
	display: block;
}

/**
 * 
 *  2.10 - Buttons
 *  ---------------------------------------------------------------------------
 *
 */
.resto-button {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	line-height: 10px;
	color: #000;
	text-transform: uppercase;
	padding: 19px 30px 21px 30px;
	margin: 0 16px 20px 0;
	background: #f0f0f0;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}
.resto-button:hover {
	background: #000;
	color: #fff;
}
.parallax .resto-button { background: rgba(255,255,255,0.45); }
.parallax .resto-button:hover { background: rgba(0,0,0,0.25); }
.resto-button.dark {
	background: #000;
	color: #fff;
}
.resto-button.dark:hover {
	background: #f0f0f0;
	color: #000;
}
.parallax .resto-button.dark {	background: rgba(0,0,0,0.45); }
.parallax .resto-button.dark:hover { background: rgba(255,255,255,0.25); }

/**
 * 
 *  2.11 - Dropcaps
 *  ---------------------------------------------------------------------------
 *
 */
.resto-dropcap {
	display: block;
	float: left;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	padding-top: 10px;
	margin-right: 18px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}

/**
 * 
 *  2.12 - jQuery UI Datepicker
 *  ---------------------------------------------------------------------------
 *
 */
.ui-datepicker {
	padding: 12px 10px 2px 10px;
	-webkit-box-shadow: 0 0 24px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0 0 24px rgba(0,0,0,0.25);
	        box-shadow: 0 0 24px rgba(0,0,0,0.25);
}
.ui-datepicker .ui-datepicker-header {
	border: 0;
	font-size: 13px;
	padding: 0.8em 0;
}
.ui-datepicker-prev,
.ui-datepicker-next {
	margin-top: 8px;
	cursor: pointer;
	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	        transition: none;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev-hover,
.ui-datepicker-next-hover { border: 0; background: transparent; }
.ui-datepicker-prev-hover .ui-icon { background-position: -79px -191px; }
.ui-datepicker-next-hover .ui-icon { background-position: -49px -191px; }
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon { background-image: url(../images/assets/ui-icons_ffffff_256x240.png); }

/**
 * 
 *  3.0  - SECTIONS
 *  3.1  - Section Containers
 *  ---------------------------------------------------------------------------
 *
 */
#resto-top {
	padding: 30px 0 0;
}
#frigo-connect {
	padding-top: 90px;
	margin-top: -80px;
}
#resto-conf {
	padding-top: 90px;
	margin-top: -90px;
}
#resto-cook {
	padding-top: 105px;
	margin-top: -70px;
}
#resto-engage {
	float: left;
	width: 100%;
	padding-top: 110px;
	margin-top: -100px;
}
#resto-contact {
	padding-top: 120px;
	margin-top: -100px;
	float: left;
	width: 100%;
}

#resto-slogan-01 {
	background: url(../images/demo/parallax-backgrounds/parallax-02.jpg) repeat fixed;
	padding: 50px 0;
}
#resto-slogan-02 {
	background: url(../images/demo/parallax-backgrounds/parallax-03.jpg) repeat fixed;
	padding: 50px 0;
}
#resto-staff { padding: 70px 0 10px; }
#resto-gallery { padding: 80px 0 50px 0; }
#resto-blog {
	background: url(../images/demo/parallax-backgrounds/parallax-04.jpg) repeat fixed;
	padding: 50px 0;
}
.section-container { clear: both; }
.section-container.parallax { position: relative; }
.no-bottom-border:after {
	background-image: none !important;
}

/**
 * 
 *  3.2  - Section Headings
 *  ---------------------------------------------------------------------------
 *
 */
.section-heading {
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}
.section-heading-title {
	margin-bottom: 0;
	padding: 0;
	font-size: 108px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	line-height: 64px;
}
/* Rotation causes horizontal scrollbar */
.section-heading-subtitle-container { max-width: 99.9%;margin-top: 20px; }
.section-heading-subtitle {
	display: inline;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	background: #000;
	padding: 3px 8px 5px 8px;
	border: 3px solid #eaeaea;
}
.parallax .section-heading-title { color: #fff; }
.parallax .section-heading-subtitle { border: 3px solid #656565; }
.section-heading-alt-title {
	font-size: 20px;
	text-align: center;
	color: #000;
	margin-bottom: 70px;
	position: relative;
}
.section-heading-alt-title:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -45px;
	width: 70px;
	height: 24px;
	margin-left: -35px;
	background-image: url(../images/assets/divider-light.png);
	background-repeat: no-repeat;
	background-size: 70px 24px;
}
.parallax .section-heading-alt-title { color: #fff; }

/**
 *
 *  4.0  - SITE HEADER
 *  ---------------------------------------------------------------------------
 *
 */
.site-navbar,
.home .site-navbar {
	background: #fff;
	padding: 10px 0;
} 
.site-navbar {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9998;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.site-logo {
	display: block;
	width: 280px;
	height: auto;
	margin-left: 0;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.site-navbar.short {
	background: #fff;
	padding: 0;
	box-shadow: 0px 1px 4px 0px #000000;
}
.site-navbar.short .site-logo {	margin-top: 10px;width: 90%; }

/**
 *
 *  4.1  - Mobile Navigation
 *  ---------------------------------------------------------------------------
 *
 */
.mobile-nav {
	float: right;
	width: 60px;
	text-align: center;
	cursor: pointer;
}
.mobile-nav:hover i {
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.mobile-nav i {
	background: #000;
	padding: 5px 7px 4px 7px;
	border: 2px solid rgba(255,255,255,0.50);
}
.mobile-nav i:before {
	font-size: 18px;
	color: #fff;
}
.mobile-header {
	background: #000;
	padding: 20px 20px 21px 20px;
}
.mobile-header h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}
.mobile-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 47px;
	padding-top: 23px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.mobile-close i:before { color: #fff; }
.mobile-close:hover i:before { color: #000; }

/**
 *
 *  4.2  - Subpage Intro
 *  ---------------------------------------------------------------------------
 *
 */
#subpage-header {
	background: url(../images/demo/header-images/header-image-01.jpg) no-repeat fixed 50% 0;
	margin-bottom: 50px;
	position: relative;
}
#subpage-header:after {
	content: "";
	width: 100%;
	height: 15px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/assets/parallax-bottom-alt.png);
	background-repeat: repeat-x;
	background-size: 12px 15px;
	z-index: 999;
}
#subpage-header.alt-header { background: url(../images/demo/header-images/header-image-02.jpg) no-repeat fixed 50% 0; }
.page-meta {
	padding-top: 160px;
	padding-bottom: 120px;
	text-align: center;
	position: relative;
}
.page-title {
	font-size: 90px;
	font-weight: normal;
	line-height: 80px;
	letter-spacing: 0;
	margin-bottom: -20px;
	text-transform: none;
	color: #fff;
}
.page-title:after {
	content: "";
	display: block;
	width: 70px;
	height: 24px;
	position: absolute;
	bottom: -100px;
	left: 50%;
	margin-left: -35px;
	background-image: url(../images/assets/divider-light.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 70px 24px;
}

/**
 *
 *  4.3  - Breadcrumb Trail
 *  ---------------------------------------------------------------------------
 *
 */
.breadcrumb-trail-container {
	 margin-top: 20px;
}
.breadcrumb-trail {
	display: inline;
	background: #000;
	padding: 3px 8px 5px 8px;
	border: 3px solid rgba(255,255,255,0.35);
}
.breadcrumb-trail,
.breadcrumb-trail a {
	font-size: 18px;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
}
.breadcrumb-trail a { font-weight: 700; }
.breadcrumb-trail span:after {
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 14px;
	color: rgba(255,255,255,0.50);
	margin: 0 6px;
	position: relative;
	top: 1px;
}
.breadcrumb-trail .trail-end:after {
	content: "";
	content: none;
}

/**
 *
 *  4.4  - Navigation Menu (Superfish)
 *  ---------------------------------------------------------------------------
 *
 */
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu { 
	float: left;
	z-index: 90;
}
.sf-menu li { position: relative; }
.sf-menu ul {
	min-width: 16em;
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	background: #fff;
	z-index: 99;
	-webkit-box-shadow: inset 2px 0 0 rgba(0,0,0,0.15), 0 0 24px rgba(0,0,0,0.25);
	   -moz-box-shadow: inset 2px 0 0 rgba(0,0,0,0.15), 0 0 24px rgba(0,0,0,0.25);
	        box-shadow: inset 2px 0 0 rgba(0,0,0,0.15), 0 0 24px rgba(0,0,0,0.25);
}
.sf-menu ul:after {
	content: "";
	width: 15px;
	height: 15px;
	display: block;
	background: #fff;
	position: absolute;
	top: -4px;
	left: 44px;
	z-index: -1;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.sf-menu ul ul:after {
	content: "";
	display: none;
}
.sf-menu > li {	float: left; }
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul { display: block; }
.sf-menu ul ul {
	top: 0;
	left: 85%;
}
.short .sf-menu a {
	padding: 10px 15px 0;
	font-size: 15px;
}
.sf-menu a {
	display: block;
	position: relative;
	padding: 10px 10px 0;
	margin: 0 0 15px;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	border-bottom: 2px solid #fff;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.sf-menu a:hover { 
	border-bottom: 2px solid #016330;
}
.sf-menu li { 
	position: relative;
	white-space: nowrap;
}
.sf-menu ul li a,
.site-navbar.short .sf-menu ul li a {
	padding: 6px 22px;
	font-size: 12px;
	color: #000;
}
.sf-menu ul li a:hover,
.site-navbar.short .sf-menu ul li a:hover {
	background: #000;
	color: #fff;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

/**
 *
 *  4.5  - Preloader
 *  ---------------------------------------------------------------------------
 *
 */
#resto-preloader-container {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 9999;
	top: 0;
}
.resto-preloader {
	text-align: center;
	width: 100px;
	height: 63px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -31px;
}
.resto-preloader span {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	margin: 31px auto;
	background: #ccad52;
	/*-webkit-border-radius: 63px;
	   -moz-border-radius: 63px;
	        border-radius: 63px;*/
	-webkit-animation-name: bubble-anim;
	   -moz-animation-name: bubble-anim;
	    -ms-animation-name: bubble-anim;
	     -o-animation-name: bubble-anim;
		    animation-name: bubble-anim;
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	    -ms-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	   -moz-animation-iteration-count: infinite;
	    -ms-animation-iteration-count: infinite;
	     -o-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	   -moz-animation-direction: alternate;
	    -ms-animation-direction: alternate;
	     -o-animation-direction: alternate;
	        animation-direction: alternate;
}
.bubble-01 {
	-webkit-animation-delay: 0s;
	   -moz-animation-delay: 0s;
	 	-ms-animation-delay: 0s;
	     -o-animation-delay: 0s;
	        animation-delay: 0s;
}
.bubble-02 {
	-webkit-animation-delay: 0.2s;
	   -moz-animation-delay: 0.2s;
		-ms-animation-delay: 0.2s;
	     -o-animation-delay: 0.2s;
	        animation-delay: 0.2s;
}
.bubble-03 {
	-webkit-animation-delay: 0.4s;
	   -moz-animation-delay: 0.4s;
		-ms-animation-delay: 0.4s;
	     -o-animation-delay: 0.4s;
	        animation-delay: 0.4s;
}
@-moz-keyframes bubble-anim {
	0% { 
		width: 13px;
		height: 13px;
		background-color:#016330;
		-moz-transform: translateY(0);
	}
	100% {
		width: 30px;
		height: 30px;
		background-color:#f1f1f1;
		-moz-transform: translateY(-26px);
	}
}
@-webkit-keyframes bubble-anim {
	0% {
		width: 13px;
		height: 13px;
		background-color:#016330;
		-webkit-transform: translateY(0);
	}
	100% {
		width: 30px;
		height: 30px;
		background-color:#f1f1f1;
		-webkit-transform: translateY(-26px);
	}
}
@-ms-keyframes bubble-anim {
	0% {
		width: 13px;
		height: 13px;
		background-color:#016330;
		-ms-transform: translateY(0);
	}
	100% {
		width: 30px;
		height: 30px;
		background-color:#f1f1f1;
		-ms-transform: translateY(-26px);
	}
}
@-o-keyframes bubble-anim {
	0% {
		width: 13px;
		height: 13px;
		background-color:#016330;
		-o-transform: translateY(0);
	}
	100% {
		width: 30px;
		height: 30px;
		background-color:#f1f1f1;
		-o-transform: translateY(-26px);
	}
}
@keyframes bubble-anim {
	0% {
		width: 13px;
		height: 13px;
		background-color:#016330;
		transform: translateY(0);
	}
	100% {
		width: 30px;
		height: 30px;
		background-color:#f1f1f1;
		transform: translateY(-26px);
	}
}
 
/**
 *
 *  5.0  - BLOG POSTS
 *  ---------------------------------------------------------------------------
 *
 */
.post-container { 
	margin-bottom: 50px;
	border-bottom: 1px dotted #eaeaea;
}

/**
 *
 *  5.1  - Post Header
 *  ---------------------------------------------------------------------------
 *
 */
.post-title {
	font-size: 32px;
	margin-bottom: 40px;
	letter-spacing: 0;
}
.post-title a {	color: #000; }
.post-meta {
	font-size: 10px;
	line-height: 50px;
	color: #000;
	border-bottom: 1px dotted #eaeaea;
	margin-bottom: 40px;
}
.post-meta span { margin-right: 40px; }
.post-meta i:before { margin-right: 16px; }
.post-meta a {
	font-weight: 700;
	color: #000;
}
.featured-image { position: relative; }
.post-date-fixed {
	position: absolute;
	top: 30px;
	left: -10px;
}
.post-date-fixed time {
	display: inline;
	background: #000;
	padding: 3px 10px 5px 10px;
	border: 3px solid rgba(255,255,255,0.85);
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

/* Blog Overview Styles */
.blog-overview .post-content p { margin-bottom: 0; }
.blog-overview .post-title {
	font-size: 18px;
	margin-bottom: 12px;
}
.blog-overview .post-meta {	line-height: 40px; }
.blog-overview .post-meta span { margin-right: 16px; }
.blog-overview .post-meta i:before { margin-right: 8px; }
.blog-overview .post-meta {	margin-bottom: 20px; }
.blog-overview .featured-image { position: static; }
.blog-overview .post-date-fixed { top: -10px; }
.blog-overview .post-date-fixed time { font-size: 12px; }
.blog-overview .post-container {
	padding: 40px 30px 30px 30px;
	margin-bottom: 40px;
	position: relative;
	border: 0;
	z-index: 0;
	-webkit-box-shadow: 0 0 18px rgba(0,0,0,0.12);
	   -moz-box-shadow: 0 0 18px rgba(0,0,0,0.12);
	        box-shadow: 0 0 18px rgba(0,0,0,0.12);
}

/**
 *
 *  5.2  - Post Content
 *  ---------------------------------------------------------------------------
 *
 */
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	float: none;
	margin: 0 auto !important;
}

/**
 *
 *  5.3  - Post Footer
 *  ---------------------------------------------------------------------------
 *
 */
.post-tags { margin-bottom: 40px; }
.post-tags:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
.post-tags .post-tags-title {
	font-size: 12px;
	font-weight: 700;
	display: block;
	float: left;
	margin-right: 10px;
}
.post-tags a {
	font-size: 11px;
	font-weight: 700;
	color: #000;
	line-height: 26px;
	display: block;
	background: #eaeaea;
	padding: 0 12px;
	margin: 0 5px 5px 0;
	float: left;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}
.post-tags a:hover { color: #fff; }

/**
 *
 *  5.4  - Post Navigation
 *  ---------------------------------------------------------------------------
 *
 */
.post-navigation { margin-bottom: 70px; }
.blog-overview .post-navigation {
	padding-top: 40px;
	border-top: 1px dotted #eaeaea;
}
.post-navigation:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
.post-navigation a {
	font-size: 12px;
	color: #000;
	line-height: 12px;
	text-transform: uppercase;
	background: #eaeaea;
	padding: 8px 14px 9px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}
.post-navigation a:hover { color: #fff; }
.previous-post-link { float: left; }
.next-post-link { float: right; }
.previous-post-link i { margin-right: 6px; }
.next-post-link i {	margin-left: 6px; }

/**
 *
 *  5.5  - Post Comments
 *  ---------------------------------------------------------------------------
 *
 */
.comments-title {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 70px;
}
.comments-area { margin-bottom: 100px; }
.comments-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 26px;
}
.comment { position: relative; }
.comments-list:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
.comment-author-avatar {
	float: left;
	border: 3px solid #eaeaea;
	position: relative;
	-webkit-border-radius: 70px;
	   -moz-border-radius: 70px;
	        border-radius: 70px;
}
.comment-container {
	padding-bottom: 40px;
	margin-left: 100px;
	margin-bottom: 40px;
	border-bottom: 1px dotted #eaeaea;
}
.comment-author-name {
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 22px;
}
.comment-author-name a { color: #000; }
.comment-author-says {
	padding-left: 6px;
	color: #737373;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
}
.post-author-tag {
	display: block;
	position: absolute;
	top: 82px;
	left: 0;
	font-size: 10px;
	text-align: center;
	color: #fff;
	padding: 0 10px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}
.post-author-tag:before {
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.replied-on {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 16px;
	font-size: 11px;
	color: #a6a6a6;
}
.comment-content { margin-bottom: -8px; }
.comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
	background: #eaeaea;
	padding: 7px 14px 7px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}
.comment-reply-link i:before {
	font-size: 11px;
	margin-right: 12px;
}
.comment-reply-link:hover { color: #fff; }
.comments-list .children {
	padding: 0 0 0 100px;
	margin: 0;
	list-style-type: none;
	line-height: 26px;
}
.comments-list .children .children .children .children { padding: 0; }
.comment-reply-area { margin-bottom: 140px; }

/**
 *
 *  6.0  - WIDGETS
 *  ---------------------------------------------------------------------------
 *
 */
.widget { margin-bottom: 35px; }
.widget:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
.widget-title {
	font-size: 16px;
	position: relative;
}
.widget-title:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	display: block;
	width: 20px;
	height: 3px;
	background: #eaeaea;
}
 
/**
 *
 *  6.1  - Menu Widgets
 *  ---------------------------------------------------------------------------
 *
 */
.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget ul li {
	position: relative;
	padding-left: 30px;
	color: #a6a6a6;
	font-weight: normal;
	border-bottom: 1px dotted #eaeaea;
}
.widget ul li:last-child { border: 0; }
.widget ul li:before {
	content: "\f0da";
	font-family: "FontAwesome";
	position: absolute;
	top: 1px;
	left: 8px;
}
.widget ul li a {
	font-size: 12px;
	font-weight: 700;
	line-height: 30px;
	color: #000;
}

/**
 *
 *  6.2  - Tag Cloud Widget
 *  ---------------------------------------------------------------------------
 *
 */
.tagcloud a {
	font-size: 12px;
	font-weight: 700;
	color: #000;
	background: #eaeaea;
	margin: 0 10px 10px 0;
	padding: 2px 13px;
	display: inline-block;
	float: left;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}
.tagcloud a:hover {	color: #fff; }

/**
 *
 *  6.3  - Opening Times Widget
 *  ---------------------------------------------------------------------------
 *
 */
.widget-resto-opening-times .opening-times li {
	position: relative;
	color: #000;
	padding-left: 0;
}
.widget-resto-opening-times .opening-times li:last-child {	border: 0; }
.widget-resto-opening-times .opening-times li:before {
	content: "";
	content: none;
	display: none;
}
.widget-resto-opening-times .opening-times li span {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: normal;
	color: #a6a6a6;
}
.widget-resto-opening-times .opening-times li span.closed {
	top: 5px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	background: #e54545;
	line-height: 20px;
	padding: 0 8px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}

/**
 *
 *  6.4  - Search Widget
 *  ---------------------------------------------------------------------------
 *
 */
.search-form { position: relative; }
.search-form input { margin: 0; }
.search-form input[type="search"] {	padding-right: 70px; }
.search-form input[type="submit"] {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	font-family: "FontAwesome";
	font-weight: normal;
	background: transparent;
	color: #bcbcbc;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.search-form input[type="submit"]:hover {
	background: #000;
	color: #fff;
}
 
/**
 *
 *  6.5  - Contact Details Widget
 *  ---------------------------------------------------------------------------
 *
 */
.widget-resto-contact-details .contact-price {
    font-size: 32px;
    color: #ccad52;
	margin-bottom: 15px;
}
.widget-resto-contact-details .contact-price-2 a {
    border: 1px solid;
    padding: 5px 15px;
    font-size: 16px;
}
.widget-resto-contact-details {
	font-size: 12px;
	line-height: 22px;
}
.widget-resto-contact-details p { color: #999;font-size: 13px;margin: 10px 15px 20px 0; }
.widget-resto-contact-details a:hover { color: #000; }
.widget-resto-contact-details .contact-phone,
.widget-resto-contact-details .contact-email,
.widget-resto-contact-details .contact-address { margin-bottom: 8px;font-size: 16px; }
.widget-resto-contact-details i { float: left; }
.widget-resto-contact-details i:before {
	font-size: 25px;
	line-height: 26px;
	color: #000;
}
.widget-resto-contact-details .email-link:hover { text-decoration: none; }
 
/**
 *
 *  6.6  - Latest Recipes Widget
 *  ---------------------------------------------------------------------------
 *
 */
.widget-resto-latest-recipes .latest-recipes {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget-resto-latest-recipes .latest-recipes li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
.widget-resto-latest-recipes .latest-recipes li:last-child { border: 0; }
.widget-resto-latest-recipes .latest-recipes li:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
.widget-resto-latest-recipes .latest-recipes li:before { display: none; }
.widget-resto-latest-recipes .latest-recipes .recipe-thumbnail {
	display: block;
	float: left;
	border: 3px solid #eaeaea;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	        border-radius: 50px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.widget-resto-latest-recipes .latest-recipes .recipe-thumbnail:hover {
	opacity: 0.6;
	-moz-opacity: 0.6;
}
.widget-resto-latest-recipes .latest-recipes .recipe-title {
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0;
	margin: 0 0 0 70px;
	padding: 9px 0 6px 0;
}
.widget-resto-latest-recipes .latest-recipes .recipe-title a { line-height: 14px; }
.widget-resto-latest-recipes .latest-recipes .recipe-description {
	font-size: 12px;
	line-height: 22px;
	margin: 0 0 0 70px;
}
.widget-resto-latest-recipes .latest-recipes .no-thumbnail .recipe-title,
.widget-resto-latest-recipes .latest-recipes .no-thumbnail .recipe-description { margin: 0; }

/**
 *
 *  7.0  - SITE FOOTER
 *  ---------------------------------------------------------------------------
 *
 */
#site-footer {
	padding-top: 30px;
	background: #202020;
}

/**
 *
 *  7.1  - Footer Widgets
 *  ---------------------------------------------------------------------------
 *  See 6.0 for main widget styling!
 *
 */
#site-footer .widget-column-01 { padding-right: 30px; }
#site-footer .widget-column-02 { padding-right: 15px; padding-left: 15px; }
#site-footer .widget-column-03 { padding-left: 30px; }
#site-footer .widget-title { color: #fff; }
#site-footer .widget-title:after { background: #252525; }
#site-footer .widget ul li {
	color: #454545;
	border-bottom: 1px dotted #252525;
}
#site-footer .widget ul li a { color: #fff; }
#site-footer .search-form input[type="search"] {
	background: #252525;
	border-color: #000;
	color: #fff;
}
#site-footer .search-form input[type="submit"] { color: #666; }
#site-footer .search-form input[type="submit"]:hover {
	background: #fff;
	color: #000;
}
#site-footer .tagcloud a {
	background: #252525;
	color: #fff;
}
#site-footer .tagcloud a:hover {
	background: #fff;
	color: #000;
}
#site-footer .widget-resto-contact-details { color: #595959; }
#site-footer .widget-resto-contact-details a:hover { color: #fff; }
#site-footer .widget-resto-contact-details i:before {
	color: #fff;
	text-shadow: none;
}
#site-footer .widget-resto-contact-details .phone-number-link,
#site-footer .widget-resto-contact-details .email-link,
#site-footer .widget-resto-contact-details address { color: #999; }
#site-footer .widget-resto-latest-recipes .latest-recipes .recipe-thumbnail { border: 3px solid #090909; }
#site-footer .widget-resto-latest-recipes .latest-recipes li:last-child { border: 0; }
#site-footer .widget-resto-opening-times .opening-times li { color: #fff; }
#site-footer .widget-resto-opening-times .opening-times li:last-child { border: 0; }

/**
 *
 *  7.2  - Bottom Footer
 *  ---------------------------------------------------------------------------
 *
 */
#bottom-footer {
	background: #090909;
	padding: 20px 0;
}
.footer-logo-image-2 {
    display: inline-block;
    width: auto;
    height: 70px;
	padding-left: 5px;
}
.footer-logo-image {
	display: block;
	width: 200px;
	height: auto;
}
.footer-text p {
	font-size: 12px;
	line-height: 20px;
	color: #808080;
	margin: 0;
	text-align: right;
}
.footer-text a:hover { color: #fff; }

/**
 *
 *  7.3  - Back-to-top Button
 *  ---------------------------------------------------------------------------
 *
 */
#btt {
	display: none;
	position: fixed;
	bottom: 16px;
	right: 85px;
	text-align: center;
	width: 50px;
	height: 40px;
	padding-top: 10px;
	background: rgba(0,0,0,0.35);
	z-index: 9999;
	cursor: pointer;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
#btt i:before {
	font-size: 24px;
	color: #fff;
}
 
/**
 *
 *  8.0  - SINGLE PAGE STYLES
 *  8.1  - Page Header
 *  ---------------------------------------------------------------------------
 *
 */
#single-page-header {
	position: relative;
}
#single-page-header img.site-logo {
	display: block;
	max-height: 100px;
	width: auto;
}
#single-page-header .short img.site-logo {
	max-height: 70px;
	margin-bottom: 10px;
}
.single-page-header-text {
	position: absolute;
	top: 400px;
	width: 100%;
	text-align: center;
	z-index: 997;
}
.single-page-header-text .header-texts {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: none;
}
.single-page-header-text .tlt {	
	overflow: hidden; 			/* Stop the horizontal scrollbar from appearing */
	margin: -100px 0 0 -120px; 	/* Negative margin is the same as below */
	padding: 100px 0;
}
.single-page-header-text .tlt span {
	font-size: 132px;
	font-weight: normal;
	color: #fff;
	margin: 0;
	text-transform: none;
}
.single-page-header-text .tlt span[class^="char"] {
	padding: 0 60px;			/* Added padding to stop clipping of text */
	margin-right: -120px;		/* Pull the text back into the center. See above */
}
.header-text-pre-slogan {
	display: inline;
	position: relative;
	bottom: 100px;
	font-size: 24px;
	line-height: 16px;
	color: #fff;
	margin: 0;
	padding: 2px 8px 4px 12px;
	background: #000;
	-webkit-box-shadow: 0 0 0 5px rgba(255,255,255,0.10);
	   -moz-box-shadow: 0 0 0 5px rgba(255,255,255,0.10);
	        box-shadow: 0 0 0 5px rgba(255,255,255,0.10);
}
.header-text-pre-slogan em { font-style: normal; }
.header-text-divider {
	width: 70px;
	height: 24px;
	display: block;
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -35px;
	background-image: url(../images/assets/header-text-divider.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 70px 24px;
}
.single-page-social-icons {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 9997;
	bottom: 20px;
}
.single-page-social-icons-list {
	margin: 0;
	padding: 0;
	list-style-type: none; 
}
.single-page-social-icons-list li { display: inline; }
.single-page-social-icons-list li a {
    width: 60px;
    height: 60px;
    display: inline-block;
    color: #fdc236;
    margin: 0 3px;
    background: rgba(0,0,0,0.65);
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
	line-height: 5;
}
.single-page-social-icons-list li a i:before { font-size: 32px; }
.single-page-social-icons-list li a:hover {
	background: #fff;
	color: #000;
}

/**
 *
 *  8.2  - About Us
 *  ---------------------------------------------------------------------------
 *
 */
.about-images {
	text-align: center;
	position: relative;
}
.about-images img {
	border: 10px solid #f1f1f1;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-border-radius: 999px;
	   -moz-border-radius: 999px;
	        border-radius: 999px;
}
.about-inset {
	position: absolute;
	top: 0;
	left: 0;
}

/**
 *
 *  8.3  - Testimonials
 *  ---------------------------------------------------------------------------
 *
 */
.resto-testimonial { 
	text-align: center;
	margin-bottom: 35px;
}
.resto-testimonial blockquote {
	margin: 0 0 20px 0;
	padding: 30px;
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	line-height: 24px;
	color: #000;
	position: relative;
	background: rgba(255,255,255,0.72);
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}
.resto-testimonial blockquote:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(255,255,255,0.72);
}
.resto-testimonial img {
	margin: 0 0 10px 0;
	padding: 0;
	-webkit-box-shadow: 0 0 0 5px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0 0 0 5px rgba(0,0,0,0.25);
	        box-shadow: 0 0 0 5px rgba(0,0,0,0.25);
	-webkit-border-radius: 80px;
	   -moz-border-radius: 80px;
	        border-radius: 80px;
}
.resto-testimonial cite {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.resto-testimonial cite:before { content: ""; }
.resto-testimonial cite a:hover { color: #fff; }

/**
 *
 *  8.4  - Menus
 *  ---------------------------------------------------------------------------
 *
 */
.resto-menu { margin-bottom: 70px; } 
.resto-menu-title { font-size: 18px; }
.resto-menu-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.resto-menu-item {
	margin-bottom: 40px;
	position: relative;
}
.resto-menu:after,
.resto-menu-item:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
.resto-menu-item-thumbnail {
	float: left;
	margin-top: 8px;
	-webkit-border-radius: 80px;
	   -moz-border-radius: 80px;
	        border-radius: 80px;
	-webkit-box-shadow: 0 0 0 5px #f1f1f1;
	   -moz-box-shadow: 0 0 0 5px #f1f1f1;
	        box-shadow: 0 0 0 5px #f1f1f1;
}
.resto-menu-item-container { margin-left: 110px; }
.resto-menu-item-header {
	background: url(../images/assets/dots.png) repeat-x 0 68%;
	position: relative;
	display: block;
}
.resto-menu-item-title {
	margin: 0;
	font-size: 15px;
	line-height: 20px;
	background: #fff;
	padding-right: 3px;
	display: inline;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.resto-menu-item-price {
	margin: 0;
	font-size: 15px;
	line-height: 20px;
	background: #eaeaea;
	padding: 4px 6px 5px 9px;
	display: inline;
	position: absolute;
	bottom: -4px;
	right: 0;
	border: 5px solid #fff;
	-webkit-border-radius: 11px;
	   -moz-border-radius: 11px;
	        border-radius: 11px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.special .resto-menu-item-price { color: #fff; }
.resto-menu-item-excerpt { padding: 10px 0 0 0; }
.resto-menu-item-excerpt p {
	font-size: 12px;
	line-height: 22px;
}
.resto-menu-item-excerpt .menu-info {
	font-size: 11px;
	color: #ff5959;
	font-style: italic;
}
.resto-menu-item-excerpt .menu-info i {
	position: relative;
	top: 1px;
	margin: 0 6px;
}
.resto-menu-item-excerpt .menu-info i:before { font-size: 16px; }
.resto-thumbnail-link {
	display: block;
	position: relative;
}
.resto-thumbnail-overlay {
	position: absolute;
	top: 8px;
	left: 0;
	width: 80px;
	height: 56px;
	padding-top: 24px; 
	background: rgba(0,0,0,0.45);
	text-align: center;
	overflow: hidden;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	     -o-transform: scale(1.2);
	        transform: scale(1.2);
	-webkit-border-radius: 80px;
	   -moz-border-radius: 80px;
	        border-radius: 80px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.resto-thumbnail-overlay i:before {
	font-size: 16px;
	color: #fff;
}
.resto-thumbnail-link:hover .resto-thumbnail-overlay {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}
.resto-menu-divider {
	clear: left;
	width: 140px;
	height: 48px;
	background: url(../images/assets/divider-light.png) no-repeat;
	margin: 0 auto 70px auto;
	-webkit-transform: scale(0.75);
	   -moz-transform: scale(0.75);
	    -ms-transform: scale(0.75);
	     -o-transform: scale(0.75);
	        transform: scale(0.75);
}
.resto-menu-three-col .resto-menu-item { text-align: center; }
.resto-menu-three-col .resto-menu-item-title { letter-spacing: 0; }
.resto-menu-three-col .resto-menu-item-thumbnail { 
	float: none; 
	margin-bottom: 30px;
}
.resto-menu-three-col .resto-menu-item-container { 
	text-align: left;
	margin-left: 0; 
}
.resto-menu-three-col .resto-thumbnail-overlay {	display: none; }
.resto-menu-three-col .resto-menu { 
	padding-left: 30px;
	padding-right: 30px;
}

/**
 *
 *  8.5  - Slogans
 *  ---------------------------------------------------------------------------
 *
 */
.resto-slogan { text-align: center; }
.resto-slogan-text {
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	margin: 0;
	padding: 70px 0;
	background-image: url(../images/assets/divider-light.png), url(../images/assets/divider-light.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 50% 0, 50% 100%;
	background-size: 70px 24px, 70px 24px;
}
.resto-slogan-text em { font-style: normal; }
.resto-slogan-text span {
	font-size: 20px;
	font-style: italic;
	line-height: 20px;
	text-transform: none;
	letter-spacing: 0;
}
.resto-slogan-text span em { font-style: italic; }
.clickable-slogan {
	display: block;
	background: transparent;
	width: 100%;
	height: 100%;
}
.clickable-slogan:hover .parallax {	
	opacity: 0.92;
	-moz-opacity: 0.92;
}

/**
 *
 *  8.6  - Staff Members
 *  ---------------------------------------------------------------------------
 *
 */
.resto-staff-member {
	padding: 0 30px;
	text-align: center;
}
.resto-staff-member-thumbnail {
	margin-bottom: 40px;
	-webkit-box-shadow: 0 0 0 10px #f1f1f1;
	   -moz-box-shadow: 0 0 0 10px #f1f1f1;
	        box-shadow: 0 0 0 10px #f1f1f1;
	-webkit-border-radius: 999px;
	   -moz-border-radius: 999px;
	        border-radius: 999px;
	-webkit-transition: all 0.6s ease;
	   -moz-transition: all 0.6s ease;
	    -ms-transition: all 0.6s ease;
	     -o-transition: all 0.6s ease;
	        transition: all 0.6s ease;
}
.resto-staff-member-title {
	margin: 0;
	font-size: 16px; 
}
.resto-staff-member-role {
	margin-bottom: 30px;
	font-size: 13px;
	font-style: italic;
	text-transform: none;
	letter-spacing: 0;
}
.resto-staff-member-social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
}
.resto-staff-member-social-icons li { display: inline; }
.resto-staff-member-social-icons li a {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 0 3px;
	color: #fff;
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
	        border-radius: 30px;
}
.resto-staff-member-social-icons li a:hover { background: #fff; }
.resto-staff-member:hover .resto-staff-member-thumbnail {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-box-shadow: 0 0 0 10px #fff, 0 0 48px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 0 0 10px #fff, 0 0 48px rgba(0,0,0,0.15);
	        box-shadow: 0 0 0 10px #fff, 0 0 48px rgba(0,0,0,0.15);
}

/**
 *
 *  8.7  - Gallery
 *  ---------------------------------------------------------------------------
 *
 */
.resto-gallery { text-align: center; }
.resto-gallery-item {
	width: 23.70%;
	margin-bottom: 20px;
	float: left;
}
.resto-gallery-item.wide {	width: 49.15%; }
.resto-gallery-item img { display: block; }

/**
 *
 *  8.8  - Blog
 *  ---------------------------------------------------------------------------
 *
 */
.resto-blog-container { margin-bottom: 50px; }
.resto-blog-block {
	background: #fff;
	position: relative;
	margin-bottom: 20px;
}
.resto-blog-block:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
.resto-blog-featured-image {
	width: 50%;
	float: left;
}
.resto-blog-meta {
	width: 46%;
	height: 100%;
	float: right;
	text-align: center;
	padding: 80px 2% 0 2%;
}
.resto-blog-block.swap .resto-blog-featured-image { float: right; }
.resto-blog-block.swap .resto-blog-meta { float: left; }
.resto-blog-arrow {
	width: 20px;
	height: 20px;
	display: block;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
	z-index: 50;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.resto-blog-date,
.resto-blog-author {
	display: block;
	font-size: 9px;
	font-weight: 700;
	line-height: 12px;
	color: #ccc;
	text-transform: uppercase;
}
.resto-blog-date {	margin-bottom: 20px; }
.resto-blog-title {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-bottom: 20px;
	padding: 10px 30px 13px 30px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.resto-blog-title a { color: #000; }
.resto-blog-author a {	color: #000; }

/**
 *
 *  8.9  - Reservation
 *  ---------------------------------------------------------------------------
 *
 */
#resto-reservation-form input,
#resto-reservation-form select {
	height: 60px;
	padding-left: 25px;
	padding-right: 25px;
	background: #fcfcfc;
	color: #454545;
	border: 1px solid #e5e5e5;
}
#resto-reservation-form select {
	padding-left: 22px;
	font-weight: 700;
}
#resto-reservation-form textarea {
	height: 167px;
	background: #fcfcfc;
	border: 1px solid #e5e5e5;
	padding: 22px 25px;
	color: #454545;
}
#resto-reservation-form input[type="text"]:hover,
#resto-reservation-form input[type="email"]:hover,
#resto-reservation-form input[type="tel"]:hover,
#resto-reservation-form input[type="date"]:hover,
#resto-reservation-form select:hover,
#resto-reservation-form textarea:hover { border: 1px solid #dadada; }
#resto-reservation-form input[type="text"]:focus,
#resto-reservation-form input[type="email"]:focus,
#resto-reservation-form input[type="tel"]:focus,
#resto-reservation-form input[type="date"]:focus,
#resto-reservation-form select:focus,
#resto-reservation-form textarea:focus {
	background: #fff;
	border: 1px solid #dadada;
}
#resto-reservation-form ::-webkit-input-placeholder { 
	font-weight: 700;
	color: #454545;
	opacity: 1;
}
#resto-reservation-form :-moz-placeholder {
	font-weight: 700;
	color: #454545;
	opacity: 1;
	-moz-opacity: 1;
}
#resto-reservation-form ::-moz-placeholder {
	font-weight: 700;
	color: #454545;
	opacity: 1;
	-moz-opacity: 1;
}
#resto-reservation-form input:-ms-input-placeholder,
#resto-reservation-form textarea:-ms-input-placeholder {
	font-weight: 700;
	color: #454545;
	opacity: 1;
}
#resto-reservation-form .placeholder_text {
	font-weight: 700;
	color: #454545;
	opacity: 1;
	-moz-opacity: 1;
}
#resto-reservation-form input[type="submit"] {
	border: 0;
	background: #016330;
	color: #fff;
	width: 280px;
	margin: 0 auto;
}
#resto-reservation-form p {
	margin: 0;
	position: relative;
	color: #000;
	font-size: 1.2rem;
}
.reservation-confirmed {
	padding: 26px 30px 30px 30px;
	background: #d0f5dc;
	margin-top: 20px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}
.reservation-confirmed i { float: left; }
.reservation-confirmed i:before {
	font-size: 56px;
	color: #3f8c59;
}
.reservation-confirmed .reservation-confirmed-title {
	font-size: 18px;
	color: #3f8c59;
	margin: 0 0 6px 80px;
}
.reservation-confirmed .reservation-confirmed-text {
	font-size: .9rem;
	line-height: 22px;
	color: #3f8c59;
	margin: 0 0 0 80px;
	text-align: left;
}
.reservation-confirmed .reservation-confirmed-text em { color: #16592d; }
label.error {
	position: absolute;
	top: -1px;
	right: 0;
	background: #e54545;
	font-weight: 700;
	line-height: 30px;
	color: #fff;
	padding: 1px 18px 2px 18px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}
label.error:before {
	content: "";
	position: absolute;
	bottom: -3px;
	right: 10px;
	width: 10px;
	height: 10px;
	display: block;
	background: #e54545;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
/* Let's let Chrome and Opera use their own Datepickers eh? */
@supports (-webkit-appearance:none) {

	.ui-datepicker { display: none !important; }

}

/**
 *
 *  9.0  - RECIPE POSTS
 *  9.1  - Recipe Thumbnail
 *  ---------------------------------------------------------------------------
 *
 */
.recipe-featured-image { position: relative; }
.recipe-featured-image img {
	border: 10px solid #f1f1f1;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-border-radius: 999px;
	   -moz-border-radius: 999px;
	        border-radius: 999px;
}

/**
 *
 *  9.2  - Recipe Content
 *  ---------------------------------------------------------------------------
 *
 */
.recipe-single {
	border-bottom: 1px dotted #eaeaea;
	margin-bottom: 40px; 
}
.recipe-title {	font-size: 24px; }
 
/**
 *
 *  9.3  - Recipe Meta
 *  ---------------------------------------------------------------------------
 *
 */
.recipe-meta {
    text-align: center;
    border: 3px solid rgba(255,255,255,0.35);
    background: #000;
    color: #fff;
    text-transform: uppercase;
    float: left;
    width: 100%;
    border-radius: 10px;
	padding: 10px 10px;
	margin-top: 30px;
}
.recipe-meta-left {
	font-size: 20px;
	text-align: right;	
}
.recipe-meta-right {
    font-size: 20px;
	text-align: right;
}
 
/**
 * 
 *  10.0 - FONTS
 *  ---------------------------------------------------------------------------
 *
 */
 
/* Primary Font */
body {
	font-family: 'Roboto', sans-serif;
}

/**
 * 
 *  11.0 - ACCENT COLOUR
 *  ---------------------------------------------------------------------------
 *
 */
a,
label span,
.resto-dropcap,
.fa-ul i:before,
.form-title span em,
.section-heading-title,
.section-heading-alt-title span,
.header-text-pre-slogan em,
.breadcrumb-trail a:hover,
.post-meta a:hover,
.post-title a:hover,
.widget ul li:before,
.widget ul li a:hover,
.comment-author-name a:hover,
.resto-slogan-text em,
.resto-staff-member-role,
.resto-staff-member-social-icons li a:hover i:before,
.resto-blog-title a:hover,
.resto-blog-author a:hover,
a.resto-menu-item-header:hover .resto-menu-item-title,
#site-footer .widget ul li a:hover {
	color: #ccad52;
}
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.mobile-close:hover,
.image-hover .image-hover-overlay,
.post-tags a:hover,
.tagcloud a:hover,
.post-navigation a:hover,
.post-author-tag,
.post-author-tag:before,
.comment-reply-link:hover,
.resto-staff-member-social-icons li a,
.special .resto-menu-item-price,
.ui-datepicker .ui-datepicker-header,
#btt:hover,
#resto-reservation-form input[type="submit"]:hover {
	background: #38A36B;
}
.mobile-header {
	border-top: 3px solid #ccad52;
}
.bypostauthor > .comment-author-avatar,
.widget-resto-latest-recipes .latest-recipes .recipe-thumbnail:hover,
#site-footer .widget-resto-latest-recipes .latest-recipes .recipe-thumbnail:hover {
	border: 3px solid #ccad52;
}
.resto-staff-member-social-icons li a {
	border: 1px solid #ccad52;
}
.post-meta i:before,
.widget-resto-contact-details i:before {
	text-shadow: 1px 1px 0 #ccad52;
}
blockquote,
.sf-menu ul li a:hover,
.site-navbar.short .sf-menu ul li a:hover {
	-webkit-box-shadow: inset 2px 0 0 #ccad52;
	   -moz-box-shadow: inset 2px 0 0 #ccad52;
	        box-shadow: inset 2px 0 0 #ccad52;
}

/**
 * 
 *  12.0 - MEDIA QUERIES
 *  ---------------------------------------------------------------------------
 *
 */

/* Desktop Only */
@media screen and (min-width: 1025px) {

	.mobile-nav { display: none; }

}

/* Laptop Only */
@media screen and (min-width: 1025px) and (max-width: 1370px) {

	#single-page-header img { max-height: 720px; }
	.single-page-header-text { top: 300px; }
	.single-page-social-icons { top: 420px; }
	.header-text-divider { top: 80px; }
	
}

/* Tablet Only */
@media screen and (min-width: 768px) and (max-width: 1024px) {

	.tablet-center { text-align: center; }
	.tablet-center .header-divider:after {
		left: 50%;
		margin-left: -10px;
	}
	#single-page-header .cycle-prev,
	#single-page-header .cycle-next { display: none; }
	.header-text-pre-slogan {
		bottom: 0;
		right: 0;
	}
	.header-text-divider { top: 126px; }
	.single-page-social-icons { top: 580px; }
	.single-page-header-text .tlt span {
		font-size: 86px;
		line-height: 94px;
	}
	.resto-gallery-item { width: 48.685% }
	.resto-gallery-item.wide {	width: 48.685%; }

}

/* Tablet AND Mobile */
@media screen and (max-width: 1024px) {

	.tablet-grid-100,
	.mobile-grid-100 { margin-bottom: 70px; }
	#resto-reservation-form .mobile-grid-100 { margin: 0; }
	.main-navigation {
		display: none;
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9999;
		-webkit-box-shadow: 0 0 48px #000;
		   -moz-box-shadow: 0 0 48px #000;
		        box-shadow: 0 0 48px #000;
	}

	/* Reset Superfish */
	.sf-menu,
	.sf-menu *,
	.sf-menu li,
	.sf-menu a,
	.sf-menu a:hover,
	.sf-menu ul li,
	.sf-menu ul li a,
	.sf-menu ul li a:hover,
	.sf-menu ul,
	.sf-menu ul ul,
	.sf-menu li:hover,
	.sf-menu li:hover > ul,
	.sf-menu li.sfHover > ul {
		width: auto;
		height: auto;
		display: block;
		position: relative;
		top: 0;
		left: 0;
		background: #fff;
		padding: 0;
		margin: 0;
		float: none;
		font-size: 13px;
		font-weight: normal;
		line-height: 30px;
		border: 0;
		overflow: visible;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
		        box-shadow: none;
	}
	.sf-menu li a,
	.sf-menu ul li a,
	.sf-menu li a:hover,
	.sf-menu ul li a:hover { 
		font-size: 12px;
		padding: 10px 30px 10px 20px; 
		height: auto;
		color: #000;
	}
	.sf-menu ul li a,
	.sf-menu ul li a:hover { 
		position: relative;
		padding-left: 20px;
		color: #000;
	}
	.sf-menu ul ul li a,
	.sf-menu ul ul li a:hover { padding-left: 30px; }
	.sf-menu ul li a:before,
	.sf-menu ul li a:hover:before {
		content: "\f0da";
		font-family: "FontAwesome";
		color: #dedede;
		display: inline;
		margin: -3px 12px 0 0;
		opacity: 1;
		-moz-opacity: 1;
	}
	.sf-menu ul ul li a:before,
	.sf-menu ul ul li a:hover:before { left: 50px; }
	.sf-menu a:before 		{ display: none; }
	.sf-menu a:hover:before { display: none; }
	.sf-menu a:hover,
	.sf-menu ul li a:hover {
		background: #000;
		color: #fff !important;
	}
	.sf-menu ul:after { display: none; }
	.single-page-header-content,
	.single-page-header-content .cycle-slideshow { overflow: hidden; }
	.about-inset {
		width: 120px;
		height: 120px;
		top: -50px;
		left: 50%;
		margin-left: -60px;
	}
	.resto-blog-featured-image {
		width: 100%;
		float: none;
	}
	.resto-blog-featured-image a img {
		width: 100%;
		display: block;
	}
	.resto-blog-meta {
		width: 100%;
		float: none;
		padding: 80px 0;
	}
	.resto-blog-title {
		padding-right: 50px;
		padding-left: 50px;
	}
	.resto-blog-block.swap .resto-blog-featured-image { float: none; }
	.resto-blog-block.swap .resto-blog-meta { float: none; }
	.resto-blog-arrow { display: none; }
	.footer-logo { 
		padding: 0;
		margin-bottom: 40px;
	}
	.footer-text { 
		margin-bottom: 0;
		padding: 0 30px;
	}
	.footer-text p { text-align: center; }
	.footer-logo-image {
		margin: 0 auto;
		max-width: 80%;
		height: auto;
	}
	#btt { right: 20px; }
	
}

/* Mobile Only */
@media screen and (max-width: 767px) {

	.mobile-center { text-align: center; }
	.mobile-center .header-divider:after {
		left: 50%;
		margin-left: -10px;
	}
	.no-margin-mobile { margin-bottom: 0; }
	input.comment-form-name,
	input.comment-form-email {
		display: block;
		width: 100%;
	}
	input.comment-form-email { float: none; }
	.post-navigation a {
		display: block;
		margin-bottom: 5px;
	}
	.previous-post-link,
	.next-post-link { float: none; }
	.next-post-link { text-align: right; }
	.comment { text-align: center; }
	.comment footer { text-align: left; }
	.replied-on {
		position: relative;
		margin-bottom: 20px;
	}
	.comment-container { margin-left: 0px; }
	.comment-author-avatar { 
		float: none;
		margin-bottom: 12px;
	}
	.comment-author-name { margin-bottom: 6px; }
	.comment-author-says { display: none; }
	.comment-content { text-align: left; }
	.comments-list .children { padding: 0; }
	.post-author-tag {
		top: -26px;
		left: 50%;
		margin-left: -40px;
	}
	.post-author-tag:before { display: none; }
	#site-footer .widget-column { padding: 0 10px; }
	#single-page-header img { max-height: 500px; }
	#single-page-header .cycle-prev,
	#single-page-header .cycle-next { display: none; }
	.single-page-header-text { top: 220px; }
	.single-page-header-text .tlt span {
		font-size: 48px;
		line-height: 52px;
		margin: 0;
	}
	.header-text-pre-slogan { display: none; }
	.header-text-divider { display: none; }
	.single-page-social-icons { top: 320px; }
	.single-page-social-icons-list li a {
		width: 32px;
		height: 31px;
		padding-top: 1px;
		margin: 0 1px;
		-webkit-border-radius: 32px;
		   -moz-border-radius: 32px;
				border-radius: 32px;
	}
	.resto-button {
		display: block;
		text-align: center;
		margin: 0 0 20px 0;
	}
	.section-heading-title {
		font-size: 60px;
		line-height: 50px;
	}
	.section-heading-subtitle {	font-size: 12px; }
	.resto-menu-item { text-align: center; }
	.resto-menu-item-title { letter-spacing: 0; }
	.resto-menu-item-thumbnail { 
		float: none; 
		margin-bottom: 30px;
	}
	.resto-menu-item-container { 
		text-align: left;
		margin-left: 0; 
	}
	.resto-menu-three-col .resto-menu { padding: 0; }
	.resto-slogan-text { 
		font-size: 24px; 
		line-height: 34px; 
	}
	.resto-slogan-text span { font-size: 14px; }
	.resto-thumbnail-overlay {	display: none; }
	.resto-gallery-item,
	.resto-gallery-item.wide {	width: 100%; }
	.recipe-meta { padding: 20px 10px; }
	#site-footer .widget-column { margin: 0; }
	
}

.banner-top {
	position: relative;
}
.banner-top img {
	width: 100%;
	height: auto;
}
.header-slogan {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 1.7rem;
	transition: all 0.5s ease;
	margin-top: -40px;
	z-index: 9;
	position: relative;
	color: #016330;
}
.short .header-slogan {
	font-size: 1.3rem;
}

.site-content {
	margin-top: 60px;
	border-top: 30px solid #016330;
}

#customer-quote {
	text-align: center;
	padding: 40px 0 0;
}
#customer-quote h1 {
	font-size: 2rem;
}

/* nav */
.head-phone {
	color: #016330;
	padding: 10px 10px 0;
	font-weight: 700;
	font-size: 1rem;
}
.short .head-phone {
	padding: 10px 10px 0;
}

/* intro top home */
.intro-text {
	background: #016330;
	text-align: center;
	padding: 40px 0;
}
.intro-text h1 {
	color: #fff;
	font-weight: 300;
	margin-bottom: 0;
	font-size: 3.5rem;
}

/* carousel */
figure.testimonial {
 position: relative;
 float: left;
 overflow: hidden;
 margin: 10px 1%;
 padding: 0 20px;
 text-align: left;
 box-shadow: none !important;
}
figure.testimonial * {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
 transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.testimonial img {
 max-width: 100%;
 vertical-align: middle;
 height: 90px;
 width: 90px;
 border-radius: 50%;
 margin: 40px 0 0 10px;
}
figure.testimonial blockquote {
	display: block;
	font-size: 1rem;
	line-height: 1.5em;
	margin: 0;
	padding: 25px 50px 30px;
	position: relative;
}
figure.testimonial blockquote:before, figure.testimonial blockquote:after {
 content: "\201C";
 position: absolute;
 color: #016330;
 font-size: 50px;
 font-style: normal;
}
figure.testimonial blockquote:before {
 top: 25px;
 left: 20px;
}
figure.testimonial blockquote:after {
 content: "\201D";
 right: 20px;
 bottom: 0;
}
figure.testimonial .btn {
 top: 100%;
 width: 0;
 height: 0;
 border-left: 0 solid transparent;
 border-right: 25px solid transparent;
 border-top: 25px solid #fff;
 margin: 0;
 position: absolute;
}
figure.testimonial .peopl {
	padding: 0 0 0 50px;
}
figure.testimonial .peopl h3 {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 300;
	text-transform: none;
}
.slick-slider {
 position: relative;
 display: block;
 box-sizing: border-box;
 user-select: none;
 -webkit-touch-callout: none;
 -khtml-user-select: none;
 -ms-touch-action: pan-y;
 touch-action: pan-y;
 -webkit-tap-highlight-color: transparent;
}
.slick-list {
 position: relative;
 display: block;
 overflow: hidden;
 margin: 0;
 padding: 0;
}
.slick-list:focus {
 outline: none;
}
.slick-list.dragging {
 cursor: pointer;
 cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
 transform: translate3d(0, 0, 0);
}
.slick-track {
 position: relative;
 top: 0;
 left: 0;
 display: block;
}
.slick-track:before, .slick-track:after {
 display: table;
 content: '';
}
.slick-track:after {
 clear: both;
}
.slick-loading .slick-track {
 visibility: hidden;
}
.slick-slide {
 display: none;
 float: left;
 height: 100%;
 min-height: 1px;
}
.slick-slide img {
 display: block;
}
.slick-slide.slick-loading img {
 display: none;
}
.slick-slide.dragging img {
 pointer-events: none;
}
.slick-initialized .slick-slide {
 display: block;
}
.slick-loading .slick-slide {
 visibility: hidden;
}
.slick-vertical .slick-slide {
 display: block;
 height: auto;
 border: 1px solid transparent;
}
.slick-btn.slick-hidden {
 display: none;
}
 
.slick-prev, .slick-next {
 font-size: 0;
 line-height: 0;
 position: absolute;
 top: 40%;
 display: block;
 width: 20px;
 height: 20px;
 padding: 0;
 transform: translate(0, -50%);
 cursor: pointer;
 color: transparent;
 border: none;
 outline: none;
 background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
 color: transparent;
 outline: none;
 background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
 opacity: 1;
}
.slick-prev:before, .slick-next:before {
 font-family: "FontAwesome";
 font-size: 40px;
 line-height: 1;
 opacity: .75;
 color: white;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
 left: -40px;
}
.slick-prev:before {
 content: "";
}
.slick-next {
 right: -40px;
}
.slick-next:before {
 content: "";
}
/* bloc frigo connecté */
.offer-ccm {
	text-align: center;
	float: left;
	margin: 0 0 30px;
}
.offer-ccm .grid-25 {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.offer-ccm .label {
	color: #000;
	font-size: 32px;
	margin: 30px 0;
}
.offer-ccm p {
	color: #000;
	margin-bottom: 0;
	font-size: 1rem;
}
.offer-ccm .step {
	color: #fff;
	background: #016330;
	display: inline-block;
	border-radius: 100%;
	padding: 5px 12px;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 10px 0 5px;
}
.offer-ccm img {
	max-height: 100px;
}
.offer-block {
	background: #016330;
	float: left;
	width: 100%;
	color: #fff;
	display: flex;
	align-items: center;
}
.offer-block h2 {
	color: #fff;
	text-transform: none;
	font-weight: 300;
	font-size: 2rem;
	line-height: 1.3;
}
.offer-block h3 {
	color: #fff;
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 1.3;
	font-style: italic;
	margin: 30px 0 0;
}
.offer-block p {
	font-size: 1.2rem;
}
.offer-block img {
	width: 100%;
}
.pad-block-1 {
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/* bloc réunions séminaires */
.offer-conf {
	background: #016330;
	float: left;
	width: 100%;
	/*margin: 30px 0;*/
	color: #fff;
	display: flex;
	align-items: center;
}
.offer-conf .grid-50 {
	padding-left: 0;
	padding-right: 0;
}
.offer-conf .custom-margin-1 {
	padding: 0 80px;
}
.offer-conf h2 {
	color: #fff;
	font-weight: 300;
	font-size: 2rem;
	line-height: 1.3;
}
.offer-conf h3 {
	color: #fff;
	text-transform: none;
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 1.3;
	font-style: italic;
	margin-top: 30px;
}
.offer-conf p {
	margin: 10px 0 10px 0;
	font-size: 1.2rem;
}
/* bloc références */
.offer-ref {
	display: flex;
	float: left;
	align-items: center;
	width: 100%;
}
.offer-ref-label {
	color: #000;
	font-size: 32px;
	margin: 30px 0;
	float: left;
	width: 100%;
	text-align: center;
}
.offer-ref img {
	height: 100%;
	max-height: 80px;
}
/* bloc numbers counters */
.offer-stat {
	background: #016330;
	float: left;
	width: 100%;
	margin: 0 0 20px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 30px;
}
.offer-stat-label {
	background: #016330;
	float: left;
	width: 100%;
	text-align: center;
	padding: 30px 0;
}
.offer-stat-label h2 {
	color: #fff;
	margin: 0;
	font-size: 32px;
	text-transform: none;
	font-weight: 300;
}
.stat-txt {
	display: block;
	font-size: .9rem;
}
#shiva
{
  /*width: 100px;
	height: 100px;
	background: red;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
  float:left;
  margin:5px;*/
  text-align: center;
}
.count {
	font-size: 2rem;
}
#talkbubble {
   width: 120px;
   height: 80px;
   background: red;
   position: relative;
   -moz-border-radius:    10px;
   -webkit-border-radius: 10px;
   border-radius:         10px;
  float:left;
  margin:20px;
}
#talkbubble:before {
   content:"";
   position: absolute;
   right: 100%;
   top: 26px;
   width: 0;
   height: 0;
   border-top: 13px solid transparent;
   border-right: 26px solid red;
   border-bottom: 13px solid transparent;
}

.linker
{
  font-size : 20px;
  font-color: black;
}
/* bloc notre cuisine */
.offer-cook {
	margin: 40px 0;
	text-align: center;
	color: #000;
}
.offer-cook h2 {
	font-size: 1.7rem;
	font-weight: 400;
}
.offer-cook p {
	font-size: 1.2rem;
	font-weight: 300;
}
img.cook {
	margin-top: 0;
	width: 100%;
}
/* bloc notre engagement */
.engage {
	float: left;
	width: 100%;
	padding: 0 0 30px;
	text-align: center;
	color: #000;
}
.engage h2 {
	line-height: 1.2;
	margin-bottom: 15px;
}
.engage label {
	font-size: 2rem;
	max-width: 1170px;
	display: inline-block;
}
.engage h3 {
	font-size: 1.5rem;
	margin: 25px 0;
}
.engage p {
	font-size: 1.2rem;
	margin-bottom: 5px;
}
.engage .img {
	width: 100%;
	margin: 30px 0;
}
.engage .img img {
	width: 100%;
}
/* bloc contact infos */
.offer-contact {
	float: left;
	width: 100%;
}
.offer-contact p {
	text-align: center;
	font-size: 1rem;
}
.offer-contact .mandatory {
	color: #787878;
	text-align: center;
	margin: 15px 0;
}
.offer-contact input:focus::placeholder, .offer-contact textarea:focus::placeholder {
  font-size: 0;
}
/* bloc google map */
.offer-map {
	margin-top: 40px;
	float: left;
	width: 100%;
}
.offer-map iframe {
	margin-bottom: -8px;
}
/* footer */
.offer-footer, .offer-footer a {
	color: #fff;
	text-align: center;
}
.offer-footer a:hover {
	text-decoration: underline;
}
.offer-footer .label {
	font-size: 1.5rem;
	font-weight: 300;
	margin: 0 0 30px;
}
.offer-footer p {
	font-size: 1.2rem;
}
.offer-footer img {
	width: 40px;
	border: 1px solid #fff;
	padding: 10px;
	margin: 0 5px;
	border-radius: 10px;
}
.offer-footer .info-1 {
	margin: 30px 0 0;
}
.offer-footer .info-2 {
	margin: 30px 0 0;
}
/* pages */
.page-content .grid-container {
	border: 1px solid #016330;
	margin: 30px auto;
	padding: 15px 5px;
}
.page-content {
	margin-top: 90px;
	float: left;
	width: 100%;
}
.page-content h2 {
	font-size: 1.5rem;
	margin: 0;
	padding: 10px 0;
	background: #016330;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.page-content h3 {
	font-size: 1.2rem;
	margin: 10px 0 15px;
	padding: 5px 10px;
	font-weight: 500;
	background: #016330;
	color: #fff;
	display: inline-block;
	border-radius: 5px;
}
.page-content h4 {
	font-weight: 500;
	text-decoration: underline;
	margin: 0 0 10px;
	font-size: 1.2rem;
}
.page-content p {
	color: #000;
	line-height: 1.5;
}
.page-content p b {
	font-weight: bold;
}
.page-content ul {
	margin-bottom: 0;
}
.page-content li {
	color: #000;
}

/* cookiebot */
.CybotCookiebotDialogContentWrapper button {
	width: auto;
}
.CookieDeclaration {
	display: none;
}

/* special anchor tags desktop */
#resto-top {
	padding: 30px 0 0;
}
#frigo-connect-mobile {
	padding-top: 260px;
	margin-top: -260px;
}
#resto-conf-mobile {
	padding-top: 90px;
	margin-top: -90px;
}
#resto-cook-mobile {
	padding-top: 70px;
	margin-top: -70px;
}
#resto-engage-mobile {
	float: left;
	width: 100%;
	padding-top: 110px;
	margin-top: -100px;
}
#resto-contact-mobile {
	padding-top: 120px;
	margin-top: -100px;
	float: left;
	width: 100%;
}
/* google recaptcha */
/*.g-recaptcha {
	text-align: center;
	margin-bottom: 10px;
}
.g-recaptcha div {
	display: inline-block;
}
button.g-recaptcha {
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	background: #fff;
}*/

/*
Smart forms custom style
*/
.smart-wrap {
  padding: 0px; }

.smart-container {
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-top: 0px;
  margin-bottom: 0px; }

.smart-forms .form-body {
  padding: 0px;
  padding-bottom: 20px; }

.smart-forms .form-footer {
  background-image: none;
  background-color: transparent;
  padding-left: 0px;
  padding-top: 0px; }

.smart-forms .form-footer .button.btn-primary {
  background-color: #5292bf; }

.smart-forms .form-footer .button {
  border-radius: 5px; }

.smart-forms label, .smart-forms input, .smart-forms button, .smart-forms select, .smart-forms textarea {
  font-family: "Raleway", sans-serif; }

/* responsive mobile */

@media screen and (max-width: 767px) {
body {overflow: scroll;}
/*html {overflow: scroll !important;-webkit-overflow-scrolling: touch !important;}*/
/*.slick-slider {display: none;}*/
/*.offer-ccm {display: none;}*/
.offer-ccm {width: 100%;}
.offer-block {display: block;float: none;width: auto;}
#btt {display: none !important;}
/*.slick-track {overflow: hidden !important;}*/
.slick-slider {overflow-x: hidden;}
}

@media screen and (max-width: 767px) {
.header-slogan {float: right;text-align: right;font-size: .85rem;margin-top: -30px;color: #016330;margin-right: 20px;}
#single-page-header {overflow: visible;}
#single-page-header img.site-logo {max-height: 70px;}
#resto-top {padding: 0;}
.site-navbar {position: fixed;}
.intro-text {padding: 20px 0;}
.intro-text h1 {font-size: 1.5rem;line-height: 1.2;}
.pad-block-1 {padding: 10px;}
.offer-block h2 {margin-bottom: 10px;}
.offer-block h3 {font-size: 1rem;margin-top: 0;margin-bottom: 5px;}
.offer-block p {font-size: 1rem;}
#customer-quote {padding: 10px 0 0;line-height: 1.1;}
#customer-quote h1 {font-size: 1.7rem;margin-bottom: 0;}
.grid-container {padding-left: 0;padding-right: 0;}
.offer-ccm .grid-25 {margin-bottom: 30px !important;display: block;}
.offer-ccm .grid-25 img {width: 70%;max-height: none;display: block;margin: 0 auto;}
.offer-ccm .label {font-size: 1.7rem;}
/*.offer-ccm .step {display: block;margin: 10px auto;width: min-content;}*/
.offer-conf {display: block;margin-top: -30px;}
.offer-conf .custom-margin-1 {padding: 10px 15px 0;}
.offer-conf p {font-size: 1rem;}
.offer-cook {margin: 20px 0;}
.offer-cook h2 {font-size: 1.5rem;margin: 0 10px 15px;}
.offer-stat {padding: 0;}
.offer-stat .grid-20 {margin-bottom: 30px !important;}
.engage label {font-size: 1.2rem;}
.engage p {font-size: 1rem;line-height: 1.3;margin: 0 10px 10px;}
.engage h3 {font-size: 1.2rem;margin: 25px 10px;}
.offer-contact .mandatory {font-size: .9rem;}
.offer-map {margin-top: -40px;}
#legal .grid-container, #cgv .grid-container {padding-left: 0;padding-right: 0;}
.page-content .grid-container {border: none;}
.page-content .grid-container {margin: 0;}
/* special anchor tags mobile */
#frigo-connect-mobile {
	padding-top: 500px;
	margin-top: -500px;
}
#resto-conf-mobile {
	padding-top: 520px;
	margin-top: -520px;
}
#resto-cook-mobile {
	padding-top: 480px;
	margin-top: -490px;
	height: 0;
}
#resto-engage-mobile {
	float: left;
	width: 100%;
	padding-top: 500px;
	margin-top: -520px;
}
#resto-contact-mobile {
	padding-top: 500px;
	margin-top: -530px;
	float: left;
	width: 100%;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.intro-text h1 {font-size: 2rem;}
	.offer-block .grid-33 {padding: 0;margin-right: 0;margin-left: 0;}
	.offer-block .pad-block-1 {padding: 10px 15px 0;}
	.offer-block h2 {font-size: 1.4rem;margin-bottom: 10px;}
	.offer-block h3 {font-size: 1.2rem;margin: 15px 0 0;}
	.offer-block p {font-size: 1rem;margin-bottom: 0;}
	.offer-ccm .grid-25 {margin: 0 0 30px !important;}
	.offer-conf {display: block;}
	.offer-conf .tablet-grid-100 {margin-right: 0;margin-left: 0;padding: 0;}
	.offer-stat .tablet-grid-20 {margin-right: 0;margin-left: 0;}
}

/* formulaire contact version 2 - 04072022 */
.form .error {
	background: rgba(255,0,0,0.3);
	margin: 0 10px 30px;
	padding: 10px 15px !important;
	display: block;
	line-height: 1;
	height: auto;
	text-align: center;
	color: #000;
}
.form .success {
	background: rgba(0,255,0,0.3);
	margin: 0 10px 30px;
	padding: 10px 15px !important;
	display: block;
	line-height: 1;
	height: auto;
	text-align: center;
	color: #000;
}
.form .form__input {
	margin: 0 0 22px;
}
.form .form__input input, .form .form__input select {
	padding: 0 20px;
}
.form .form__input textarea {
	background: #fff;
	border: 1px solid #CFCFCF;
	border-radius: 0;
	min-height: 80px;
	padding: 15px;
}
.form .form__input .g-recaptcha {
	display: flex;
	justify-content: center;
}
.form input.btn {
	background: #016330;
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	width: auto;
	margin: 0 auto;
	padding: 0 30px;
	border-radius: 5px;
}
