/*
 Theme Name:   huntington Child
 Description:  huntington Child Theme
 Author:       Web-id
 Template:     huntington
 Version:      1.0.0
 Text Domain:  huntington-child
*/
body, a  {
	font-family: Arial, sans-serif;
}
/*SIDEBAR*/
#logo {
	height: 180px;
}
#logo img {
	height: 110px;
	width: auto;
}
#main-nav a {
	font-size: 26px;
	color: #919859;
	font-family: Arial, sans-serif;
	letter-spacing: -1px;
}
#main-nav > ul li {
	border-bottom: solid 1px #c6cc93;
	text-align: left;
	margin-bottom: 20px;
}
#main-nav > ul li:last-child {
	border-bottom: none;
}
#main-nav li a.active:after, .current-menu-item > a:after, .current-menu-ancestor > a:after {
	border: none;
}
/*CONTENU*/
h1, h2, h3, h4 {
	color: #fff;
	border-bottom: solid 1px #fff;
	letter-spacing: inherit;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
h1 {
	font-size: 46px;
    font-weight: 300;
}
h2 {
	font-size: 40px;
}
p, li {
	color: #cecece;
}
a, p a, li a {
	color: #fff;
	border-bottom: 2px dotted #fff;
}
p {
	text-align: justify;
}
#content a:hover {
	border-bottom: 2px dotted #919859;
	color: #919859;
}
#content ul {
	margin-bottom: 13px;
	line-height: 1.5;
}
#content ul li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 2px;
}
#content li:before {
    font-family: 'Font Awesome\ 5 Free';
    content: '\f061';
    margin: 0 10px;
    color: #fff;
    font-weight: 900;
    position: absolute;
    left:0;
}
body #content, #background-color, #preloader {
	background: url("/wp-content/uploads/2018/02/Anniversaire-et-pigx-043.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: 100%;
}
.contenu {
	width: 65%;
    margin: 0 auto;
    background: #444540;
}
.diaporama .vc_images_carousel{
	margin: auto;
}
.vc_carousel-inner {
	text-align: center;
}
.wpb_row {
	margin-bottom: 0;
}
.no-margin-bottom {
	margin-bottom: 0;
}
/*CONTACT*/
textarea, select, input:not([type="submit"]):not([type="image"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
	padding: 5px 10px;
	margin-bottom: 0;
	background: #cecece;
}
input[type="submit"] {
	background: none;
	border: 2px dotted #cecece;
	color: #cecece;
	padding: 5px 10px;
	margin: 0 0 35px 0;
	height: inherit;
	font-family: Arial, sans-serif;
	font-style: normal;
}
input[type="submit"]:hover {
	border: 2px dotted #919859;
	color: #919859;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px dotted #ff0400;
	color: #ff0400;
}
.adresse {
	padding-top: 100px;
	text-align: right;
}
/*RESPONSIVE*/
@media screen and (max-width: 1024px) {
	body #content, #background-color, #preloader {
		background-size: auto 100%;
	}
}
@media screen and (max-width: 768px) {
	.contenu {
		padding-top: 50px;
	}
	.wpb_row {
		width: 100%;
		margin: 0;
	}
	.row-interne .vc_column-inner{
		padding: 0;
	}
	.row-interne .vc_column-inner img{
		padding-right: 15px;
		padding-left: 15px;
	}
	#logo {
		height: 140px;
		padding-top: 20px;
	}
	#logo img {
		height: 110px;
		width: auto;
	}
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.8em;
	}
	.adresse {
		padding-top: 0;
		text-align: left;
	}
}

#restaurants ul li {
	margin-bottom: 15px;
}
div.wpcf7-mail-sent-ok {
	background:white;
}