/*
Theme Name: Lily Child
Theme URI: http://lily.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.3
Template: lily
*/



@font-face {
  font-family: Brannbollsmal;
  src: url(/wp-content/themes/lily-child/fonts/brannbollsmal-webfont.ttf);
  font-weight: normal;
}

#drink-selection .wpcf7-list-item {
  display: block;
  padding-left: 20%;
}

#picnic-type .wpcf7-list-item {
  display: block;
  padding-left: 20%;
}

#delivery .wpcf7-list-item {
  display: block;
  padding-left: 20%;
}

#little .wpcf7-list-item {
  display: block;
  padding-left: 20%;
}

#champagne .wpcf7-list-item {
  display: block;
  padding-left: 20%;
}

.delivery-site {
color: red;
}

.wpcf7-form-control-wrap {
  padding-left: 20%;
}

span.wpcf7-form-control-wrap.number-of-people label {
    font-size: 23px;
}
#wpcf7-f4131-p4101-o1 .wpcf7-form .number-of-people .wpcf7-not-valid-tip{
	display:block;
}
.div-leon-order {
    position: relative;
}
.div-leon-order a {
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
span.wpcf7-form-control-wrap.delivery input[type="radio"] {float: left;margin-top: 6px;margin-right: 8px;}
span.wpcf7-form-control-wrap.delivery{display: inline-block;vertical-align: top;padding-left: 12%;max-width: 525px;}
span.wpcf7-form-control-wrap.delivery span.wpcf7-list-item-label {float: left;width: 94%;padding-left:20px;}
span.wpcf7-list-item{position:relative;}
.delivery span.wpcf7-list-item-label::before,.drink-selection span.wpcf7-list-item-label::before,.champagne span.wpcf7-list-item-label::before,.little span.wpcf7-list-item-label::before{
    content: '';
    background-color: #fff;
    border: 1px solid #000;
    width: 14px;
    height: 14px;
    position: absolute;
    vertical-align: middle;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
	top: 6px;
    left: -1px;
}
.delivery span.wpcf7-form-control.wpcf7-radio input:checked + span:before,.drink-selection span.wpcf7-form-control.wpcf7-radio input:checked + span:before,.champagne span.wpcf7-form-control.wpcf7-radio input:checked + span:before,.little span.wpcf7-form-control.wpcf7-checkbox input:checked + span:before,.champagne span.wpcf7-form-control.wpcf7-checkbox input:checked + span:before{
    content: '';
    display: block;
	border:0;
    width: 14px;
    height: 14px;
    top: 6px;
    left: -1px;
    background-color: #e8222a;
    position: absolute;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
}
.number-of-people span.wpcf7-form-control.wpcf7-radio input:checked + span{color: #e8222a;}
#drink-selection .wpcf7-list-item,#champagne .wpcf7-list-item,#little .wpcf7-list-item{
    padding-left: 22px !important;
    margin-left: 22%;
}
#wpcf7-f4131-p4101-o1 .wpcf7-form,#wpcf7-f4139-p4104-o1 .wpcf7-form,#wpcf7-f4135-p4106-o1 .wpcf7-form{height:auto !important;}
span#drink-selection {
    position: relative;
    top: -24px;
}
span#champagne {
    position: relative;
    top: -15px;
}
#wpcf7-f4131-p4101-o1 .wpcf7-form .wpcf7-not-valid-tip {
    margin: 0;
    padding: 0;
    display: inherit;
    clear: both;
}
#picnic-date::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
}
span#champagne.champselect {top: -25px;}
input::-webkit-calendar-picker-indicator {opacity: 100;}
input#order{top:0 !important;}
.form-up {position: relative;top: 0 !important;padding: 0;margin: 0;}
span.ajax-loader {display: none !important;}
.drink-selection span.wpcf7-not-valid-tip {top: -25px;position: relative;}
.order-final input#order {top: 50px !important;}
span.order-final {clear: both;height: 100px;display: block;margin-bottom: 40px;}
.inlcude-plan-img {
    display: inline-block;
    position: relative;
    top: -25px;
    padding-left: 10px;
}

/*** DEBUT : Checkboxes&Radio disappear ***/

input[type="radio"]  {
  display:none;
}

input[type="checkbox"]  {
  display:none;
}

.picnic-form .uacf7-step input[type="radio"], 
.picnic-form .uacf7-step input[type="checkbox"] {
  display:block;
}

/*** DEBUT : New checkboxes design ***/

span#number-of-people span.wpcf7-list-item.first input:checked + span {
  color: #e8222a;
}

span#number-of-people span.wpcf7-list-item input:checked + span {
  color: #e8222a;
}

.rounded-checkbox .check {
  background-color: #fff;
  border: 1px solid #000;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}

.rounded-checkbox input:checked + span {
  border-color: #e8222a;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.rounded-checkbox input:checked + span:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  top: -1px;
  left: -1px;
  background-color: #e8222a;
  position: absolute;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}

.always-checked {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  top: -1px;
  left: -1px;
  background-color: #e8222a;
  position: absolute;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}


/*** DEBUT : Remonter le formulaire ***/

.form-up {
    position: relative;
    top: -40px;    
}
/*** Compatibilité Firefox ***/
@-moz-document url-prefix() {
.form-up {
  top: -0px
}
}

.contact-info .wpcf7-form-control-wrap {
    padding-left: 0;
}
.contact-info textarea.wpcf7-form-control.wpcf7-textarea{
	top: 0;
    left: 0;
    max-width: 100%;
}

/*** DEBUT : Taille du champs de texte "restrictions..." ***/
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 110px;
}

p.form-up.special {
    top: 0;
}


/*** DEBUT : Design Form Button ***/

input#order {
    position:relative;
    left:20%;
    margin-left: 20px;
    top:-30px;
    border-color: #e8222a;
    color: #000 !important;
    font-size: 20px;
    font-family: Brunella;
}

.order-final input#order {
    top: 50px;
}


.text-option {
    padding-left: 20%;
    margin-left: 70px;
}


/*** DEBUT : DISPLAY NONE OPTIONS ***/
#result-champagne {
    display: none;
}
#result-flowers {
    display: none;
}
#result-30-photo {
    display: none;
}
#result-1h-photo {
    display: none;
}
#result-surprise {
    display: none;
}
#result-music {
    display: none;
}
#order-description {
    display: none;
}


/*** DEBUT : Supprimer les sauts de ligne du formulaire Order ***/

.suppr-br br {
    display: none;
}
.suppr-br .wpcf7-form-control-wrap {
  padding-left: 0;
}



/*** DEBUT : Aligner Text Area W/ Nom du champ ***/

textarea.wpcf7-form-control.wpcf7-textarea {
    position: relative;
    top: -50px;
    left: 50px;
}

span.wpcf7-form-control-wrap.picnic-date {
    padding-left: 40px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    max-width: 60%;
}


/*** DEBUT : FONT WEIGHT NUMBERS ***/
span.wpcf7-list-item-label {
    font-weight: 400;
}


/*** DEBUT : DERNIERE PARTIE FORM ***/
input#name-customer {
    max-width: 50%;
}
input#email-customer {
    max-width: 50%;
}
input#phone-customer {
    max-width: 50%;
}


/*** DEBUT : ALIGNEMENT TITRE + CHECKBOX ***/
span.wpcf7-form-control-wrap.picnic-type {
    top: -26px;
}

p.suppr-br {
    top: -26px;
    position: relative;
}


/*** Aligner puces et titres***/
span.wpcf7-form-control-wrap.DrinkSelection {
    top: -26px;
}

span.wpcf7-form-control-wrap.little {
    top: -26px;
}

span.wpcf7-form-control-wrap.Champagne {
    top: -10px;
}


/*** I ACCEPT TERMS.... ***/
span.wpcf7-form-control-wrap.Terms {
    display: flex;
    text-align: center;
    left: -22px;
    top: 30px;
}



/*** Width Last Form ***/
span.wpcf7-form-control-wrap.phone-customer {
    padding-left: 60px;
}

span.wpcf7-form-control-wrap.email-customer {
    padding-left: 147px;
}

span.wpcf7-form-control-wrap.name-customer {
    padding-left: 150px;
}

span.wpcf7-form-control-wrap.picnic-date {
    padding-left: 50px;
}


/*** MENU JEANNE IMAGE ***/
img.alignnone.size-full.wp-image-4092 {
    padding-top: 15px;
    padding-bottom: 15px;
}

/*** DELIVERY INFO ***/
textarea.wpcf7-form-control.wpcf7-textarea {
    max-width: 50%;
}

#drink-selection .wpcf7-list-item {
    padding-left: 156px;
}

span.wpcf7-form-control-wrap.picnic-date {
    padding-left: 98px;
}


span.wpcf7-form-control-wrap.Terms {
    padding-left: 0px;
}

input#order {
    margin-left: 140px;
}

.main-navigation li {
    margin: 0 15px;
    letter-spacing: 0;
}
.main-navigation li:first-child {
    margin-left: 0;
}
body .wpb_text_column, body .wpb_text_column p, body .wpb_text_column a, .post .post-date, footer.footer a, footer.footer p, .delivery-info-main p, .delivery-info-main a, main#main article .entry-content p, main#main article .entry-content a {
    font-size: 17px;
}
a:hover, .widget_categories li, .widget_categories a, .widget_tag_cloud .tagcloud a, .post .post-tags a, a.page-numbers {
    color: #666666;
}
.tm-post-grid.align-left .post:not(.post-featured-item) {
    text-align: center !important;
}
nav li:hover > a, nav .current-menu-item a {
    color: #ddbe86 !important;
}
.div-leon-order a {
    font-size: 0 !important;
}
body .delivery-info-main a {
    color: #3f3f3f;
}
body .delivery-info-main a:hover {
    color: #ddbe85;
}
#champagne input[type="checkbox"] {
    accent-color: #e8222a;
    height: 14px;
    width: 14px;
}
#rev_slider_1_1_wrapper .custom.tparrows {
    background: transparent !important;;
    border: 2px solid #fff;
    border-radius: 50px;
}
#rev_slider_1_1_wrapper .custom.tparrows:before {
    font-size: 17px !important;
    line-height: 37px !important;
}

/**** RESPONSIVE DESIGN ****/

@media (max-width: 1199px) {
header.header nav.nav {
    display: none;
}
.header-wrapper {
    display: block
}
.main-navigation {
    display: none;
}
header.header .last-sm.first-lg {
    text-align: left;
}
.site-left-slide {
    transform: translate3d(266px, 0px, 0px);
    transition: .3s;
}
.hfeed.site {
    transition: .3s;
}
.site-left-slide button#open-left:after {
    content: "";
    background: #0000;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.menu-link .lines, .menu-link .lines:before, .menu-link .lines:after {
    background-color: #858585;
}
.menu-link .lines {
    display: inline-block;
    width: 20px;
    height: 3px;
    position: relative;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.menu-link .lines, .menu-link .lines:before, .menu-link .lines:after {
    background-color: #858585;
}
.menu-link .lines:before {
    top: 7px;
}
.menu-link .lines:after {
    top: -7px;
}
.menu-link .lines:before, .menu-link .lines:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 3px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
button#open-left {
    background: transparent !important;
    border: 0;
    margin-bottom: 10px;
}
.header {
    padding-bottom: 20px;
}
}
@media only screen and (max-width : 770px) {
.wpcf7-form-control-wrap.DrinkSelection {
    left: -20%;
}

input#order {
    margin-left: 40px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    top: 0px;
    max-width: 80%;
    position: initial;
}

span.wpcf7-form-control-wrap.name-customer {
    padding-left: 20%;
    display: block;
}

input#name-customer {
    max-width: 100%;
}

input#email-customer {
    max-width: 100%;
}

span.wpcf7-form-control-wrap.email-customer {
    padding-left: 20%;
    display: block;
}

input#phone-customer {
    max-width: 100%;
}

span.wpcf7-form-control-wrap.phone-customer {
    padding-left: 20%;
    display: block;
}
.vc_column-inner.vc_custom_1466502688135 {
    margin-left: 0px !important;
}

span.wpcf7-form-control-wrap.picnic-type {
    position: initial;
}

span.wpcf7-form-control-wrap.DrinkSelection {
    top: 0px;
    left: 0px;
    padding-left: 0px;
}

span.wpcf7-form-control-wrap.Champagne {
    top: 20px;
}

span.wpcf7-form-control-wrap.little {
    top:0px
}
p.suppr-br {
    top: -10px;
}
#drink-selection .wpcf7-list-item {
    padding-left: 20%;
}
.wpb_text_column.wpb_content_element.text-option {
    padding-left: 0;
    margin-left: 15px;
}
}
@media only screen and (max-width : 767px) {
.header .social {
    text-align: center;
}
.menu-link .lines {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.header .search-box {
    width: 80%;
    margin-bottom: 70px;
}
.header .social {
    margin-bottom: 20px;
}
	#picnic-type .wpcf7-list-item {
		padding-left: 0;
		margin-left: 0;
	}
	#drink-selection .wpcf7-list-item, #champagne .wpcf7-list-item, #little .wpcf7-list-item {
		margin-left: 10px;
	}
	.wpcf7-form-control-wrap {
		display: block;
		padding-left: 0;
	}
	span#drink-selection,span#champagne {
		top: 0;
	}
	.form-up {
		margin-top: 25px;
	}
	textarea.wpcf7-form-control.wpcf7-textarea {
		max-width: 100%;
	}
	form.wpcf7-form {
    	margin-top: 30px;
	}
	.wpb_text_column.wpb_content_element.vc_custom_1537977696202 {
		margin-bottom: 0;
	}
	input#order {
		left: 50%;
    	transform: translateX(-50%);
		margin-left: 0;
	}
	.drink-selection span.wpcf7-not-valid-tip {
		top: 0;
	}
	span.wpcf7-form-control-wrap.name-customer,span.wpcf7-form-control-wrap.email-customer,span.wpcf7-form-control-wrap.phone-customer,span.wpcf7-form-control-wrap.picnic-date,span.wpcf7-form-control-wrap.delivery {
		padding-left: 0; 
	}
	.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
		margin-bottom: 0;
	}
	#wpcf7-f4272-p4262-o1 form.wpcf7-form,#wpcf7-f4264-p4256-o1 form.wpcf7-form,#wpcf7-f4273-p4260-o1 form.wpcf7-form,#wpcf7-f4274-p4258-o1 form.wpcf7-form{
    	margin-top: 0;
	}
	.order-final input#order {
    	top: 40px !important;
	}
	span#champagne.champselect {
    	top: 0;
	}
	
}
/* @media(min-width:767px){
  .mobile-picnicorder{
  display:none;
}
  
}
@media(max-width:767px){
  
  .desk-picnicorder{

   display:none;
}
} */







/*--------------------------------------------
Mobile Menu
----------------------------------------------*/
#open-left {
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.snap-drawers {
  background-color: #fff;
}
@media only screen and (min-width: 1200px) {
  .snap-drawers {
    display: none;
  }
}
.mobile-menu .sub-menu-toggle {
  display: none;
}
.mobile-menu > ul {
  padding: 20px;
}
.mobile-menu > ul li.menu-item {
  display: block;
  position: relative;
}
.mobile-menu > ul li.menu-item > a {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
  color: #3f3f3f;
  font-size: 17px;
}
.mobile-menu > ul li.menu-item:last-child {
  border: none;
}
.mobile-menu > ul li.menu-item .sub-menu {
  display: none;
  padding-left: 10px;
  margin-left: 0;
}
.mobile-menu > ul li.menu-item .sub-menu li.badge:after {
  font-size: 9px;
  top: 0;
  right: 25px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.mobile-menu > ul li.menu-item.menu-item-has-children > .sub-menu-toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  outline: 0;
  border: 1px solid #eee;
}
.mobile-menu > ul li.menu-item.menu-item-has-children > .sub-menu-toggle:before {
  display: inline-block;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-menu > ul li.menu-item.expand > .sub-menu-toggle {
  background-color: #eee;
}
.mobile-menu > ul li.menu-item.expand > .sub-menu-toggle:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.mobile-menu > ul li.menu-item.mega-menu .sub-menu {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
.mobile-menu > ul li.menu-item.mega-menu .post-simple-layout {
  padding: 0;
}
.mobile-menu > ul li.menu-item.mega-menu.expand {
  margin-bottom: 10px;
}
.mobile-menu > ul li.menu-item.mega-menu.expand .sub-menu {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .mobile-menu .sub-menu li .post-simple-layout > .row > [class*="col"] .post,
  .mobile-menu .sub-menu li .post-simple-layout > .comments-area .comment-respond .comment-form > [class*="col"] .post {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .mobile-menu .sub-menu li .post-simple-layout > .row > [class*="col"]:last-child .post,
  .mobile-menu .sub-menu li .post-simple-layout > .comments-area .comment-respond .comment-form > [class*="col"]:last-child .post {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .mobile-menu .sub-menu li .post-simple-layout > .row > [class*="col"],
  .mobile-menu .sub-menu li .post-simple-layout > .comments-area .comment-respond .comment-form > [class*="col"] {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-menu .sub-menu li .post-simple-layout > .row > [class*="col"],
  .mobile-menu .sub-menu li .post-simple-layout > .comments-area .comment-respond .comment-form > [class*="col"] {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.snap-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.snap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}
.snap-drawers + #page {
  -webkit-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.12);
}
.snap-drawer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 265px;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.admin-bar .snap-drawer {
  top: 46px;
}
@media only screen and (min-width: 768px) {
  .admin-bar .snap-drawer {
    top: 32px;
  }
}
.snap-drawer-left {
  left: 0;
  z-index: 1;
}
.snap-drawer-right {
  right: 0;
  z-index: 1;
}
.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
  display: none;
}
.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
  width: 100%;
}




@media only screen and (min-width: 1200px) {
.nav .menu > li {margin: 0 15px;}
blockquote:before {
width: 14%;
}
}


.rev_slider_wrapper .tp-revslider-slidesli .slotholder:before{display:none;}

.post .entry-content p, .post .entry-summary p {font-size:16px;}

.social .menu li{margin-right:15px;}

.grecaptcha-badge {display:none !important}

/****/


#drink-selection input[type="radio"], #little input[type="checkbox"], #champagne input[type="checkbox"], span#number-of-people input[type="radio"], span.wpcf7-form-control-wrap[data-name="delivery"] input[type="radio"] {
    display: inline-block;
    margin-right: 16px;
}

#drink-selection input:checked + span:after, span#number-of-people input:checked + span:after, span.wpcf7-form-control-wrap[data-name="delivery"] input:checked + span:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    top: 8px;
    left: 22px;
    background-color: #e8222a;
    position: absolute;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
}
#drink-selection span.wpcf7-list-item-label:before, span#number-of-people span.wpcf7-list-item-label:before, span.wpcf7-form-control-wrap[data-name="delivery"] span.wpcf7-list-item-label:before {
    background-color: #fff;
    border: 1px solid #000;
    width: 14px;
    height: 14px;
    display: inline-block;
    right: 16px;
    bottom: 1px;
    vertical-align: middle;
    position: relative;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
}
#drink-selection input[type="radio"], span#number-of-people input[type="radio"], span.wpcf7-form-control-wrap[data-name="delivery"] input[type="radio"] {
    appearance: none;
}
#drink-selection input:checked + span.wpcf7-list-item-label:before, span#number-of-people  input:checked + span.wpcf7-list-item-label:before, span.wpcf7-form-control-wrap[data-name="delivery"] input:checked + span.wpcf7-list-item-label:before {
    border: 0;
}
input#champagne1, #little input[type="checkbox"] {
    accent-color: #e8222a;
    height: 14px;
    width: 14px;
}
span#number-of-people {
    margin-left: 38px;
}
span#number-of-people input:checked + span:after, span.wpcf7-form-control-wrap[data-name="delivery"] input:checked + span:after {
    left: 0;
}
span#number-of-people span.wpcf7-list-item {
    margin-right: 14px;
}
span.wpcf7-form-control-wrap[data-name="delivery"] {
    padding-left: 0;
}
span.wpcf7-form-control-wrap[data-name="delivery"] span.wpcf7-list-item {
    margin-left: 0;
}
input#picnic-date {
    width: 50% !important;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
}
span#little {
    position: relative;
    top: -24px;
}
#drink-selection .wpcf7-list-item, #champagne .wpcf7-list-item, #little .wpcf7-list-item {
    margin-left: 190px !important;
}
.delivery-info-main .wpcf7-form-control-wrap {
    padding-left: 162px !important;
}
#picnic-type .wpcf7-list-item {
    padding-left: 184px !important;
}
.delivery-info-main .wpcf7-form-control-wrap[data-name="number-of-people"] {
    padding-left: 7px !important;
}
.delivery-info-main textarea.wpcf7-form-control.wpcf7-textarea {
    font-size: 17px;
}
.delivery-info-form-box span.wpcf7-form-control-wrap {
    padding-left: 0 !important;
}
.delivery-info-form-box span.form-label-text {
    width: 200px !important;
    display: inline-flex;
}
.delivery-info-form-box input {
    font-size: 17px;
}
input#champagne1:hover, #little input[type="checkbox"]:hover {
    accent-color: #e55c5c !important;
}
.wpcf7 input#order {
    margin-left: 0 !important;
    left: 0 !important;
    font-family: PT Sans !important;
    font-size: 12px !important;
    border-color: #e8222a !important;
    color: #ffffff !important;
    background: #e8222a;
}
.wpcf7 input#order:hover {
    background: #fff;
    color: #000 !important;
}
.delivery-info-form-box span.wpcf7-list-item.first.last {
    text-align: left;
}
.delivery-info-form-box label.checkbox.rounded-checkbox {
    display: flex;
}
.delivery-info-form-box label.checkbox.rounded-checkbox span.check {
    margin-right: 18px;
    margin-top: 6px;
}
.delivery-info-main input#order {
    position: relative;
    margin-left: 213px !important;
    top: -50px !important;
}
.rounded-checkbox input:checked + span:after {
    left: -2px !important;
}
.delivery-info-main span.wpcf7-spinner {
    top: -30px;
}
.delivery-info-form-box span.wpcf7-spinner {
    top: 69px;
}
#little input[disabled="disabled"]:after, span#champagne input[disabled="disabled"]:after {
    content: "";
    background-image: url(/wp-content/uploads/2023/01/checkbox.png);
    height: 14px;
    width: 14px;
    position: absolute;
}
#champagne input[type="checkbox"], #little input[type="checkbox"] {
    margin-right: 10px;
}
header.header nav.nav .menu-history-container ul#menu-history {
    text-align: left;
}

body main#main article .entry-content a {
    font-size: inherit;
}
body main#main article .widget_categories ul li > a {
    font-size: 14px;
}
.contact-side-content p {
    font-size: 14px !important;
}
body main#main article .post .post-categories a[rel] {
    font-size: 11px;
}
div#page main#main .entry-content ul li {
    font-size: 17px;
}
.contact-side-content img.vc_single_image-img {
    height: 432px;
    object-fit: cover;
    object-position: bottom;
}



@media (max-width: 1270px) {
.contact-side-content .wpb_single_image {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
}
@media (max-width: 1024px) {
.delivery-info-main .wpcf7-form-control-wrap {
    padding-left: 0 !important;
    position: static !important;
}
.delivery-info-main .wpcf7-form-control-wrap span.wpcf7-list-item, #picnic-type .wpcf7-list-item, #drink-selection .wpcf7-list-item, #champagne .wpcf7-list-item, #little .wpcf7-list-item {
    padding-left: 0 !important;
    margin-left: 0 !important;
}
span#little {
    position: static;
}
.delivery-info-main #drink-selection .wpcf7-list-item, .delivery-info-main #champagne .wpcf7-list-item, .delivery-info-main #little .wpcf7-list-item {
    padding-left: 0px !important;
}
span#picnic-type span.wpcf7-list-item {
    margin-left: -11px !important;
}
span#number-of-people {
    margin-left: -7px;
}
#drink-selection input:checked + span:after, span#number-of-people input:checked + span:after, span.wpcf7-form-control-wrap[data-name="delivery"] input:checked + span:after {
    left: 0;
}
input#picnic-date {
    width: 100% !important;
}
.delivery-info-main input#order {
    margin-top: -20px;
    position: relative;
    top: 0 !important;
    margin-left: 0 !important;
}
.menu-ame-col1 {
    display: block;
}
input#order {
    margin-left: 0 !important;
    left: 0 !important;
    transform: translateX(-0%) !important;
}
.delivery-info-main p.suppr-br, span#champagne.champselect, .delivery-info-main textarea.wpcf7-form-control.wpcf7-textarea, .delivery-info-main span#drink-selection, span#champagne {
    position: static !important;
}
.delivery-info-main p.form-up.special, .delivery-info-main span#little {
    margin-top: 25px;
}
.delivery-info-main textarea.wpcf7-form-control.wpcf7-textarea {
    max-width: 90%;
}
p.form-up.little-extras-field {
    margin-top: 25px;
}
   main.content.site-main .vc_custom_1466502688135 {
    margin-left: 25px !important;
}
.delivery-info-form-box span.form-label-text {
    width: 200px !important;
    display: block;
}
.delivery-info-form-box input {
    margin-bottom: 0 !important;
    max-width: 100% !important;
}
.rounded-checkbox input:checked + span:after {
    left: -4px !important;
}

}
@media only screen and (min-width: 992px) {
.site-branding {
    padding: 60px 0;
}
}

@media (max-width: 767px) {
main.content.site-main .vc_custom_1466502688135 {
    margin-left: 0px !important;
}
}