/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

@font-face {
    font-family: 'dandeleon_vintageregular';
    src: url('css/dandelen_vintage-webfont.woff2') format('woff2'),
         url('css/dandelen_vintage-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h2#wheretobuy {
    font-family: 'dandeleon_vintageregular' !important;
}

.post-entry h3 {
    font-family: montserrat;
	font-size:30px !important;
}
.avia-content-slider .slide-image {
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 0px !important;
}

.bluetext {
   color:#89C8E3;
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}
.bluetext a {
   color:#89C8E3;
	text-transform:none;
}

ul#horizontal-list {
	list-style: none;
	padding-top: 20px;
	}
	ul#horizontal-list li {
		display: inline;

	}

#horizontal-list li:not(:first-child):before {
    content: " | ";
	padding-right: 20px;
	padding-left: 9px;

}
.plaintext h2 {
    font-family: montserrat !important;
}

.bgwhite {
    background: #fff;
	padding: 20px 0 30px 0;
}
.bgwhite2 {
    background: #fff;
	padding: 0;
}

.mfp-iframe-scaler {
    min-height: 700px;
}

h1, h2, h3 {
  font-family: dandeleon_vintageregular !important;
}

h3.grid-entry-title.entry-title {
    font-family: montserrat !important;
	background: transparent;
	font-size: 14px !important;
	    font-weight: bold !important;
}
.grid-entry .main_color .avia-arrow {
    background-color: transparent !important;
}
.winearea h2, .winearea h3 {
    font-family: montserrat !important;
    font-weight: bold;
}

.winearea h2 {
    font-family: montserrat !important;
}
.winearea a {
    font-weight: bold;
    text-decoration: underline;
}

.flex_column.winearea {
    margin-left: 45px;
}

.avia_textblock.backbutton {
    padding: 0;
    margin: 0;
}

.rounded img {
    border-radius: 50%;
}
h4 {
    font-size: 16px !important;
    font-weight: bold !important;
}

@keyframes mymove {
    from {top: 0px;}
    50% {top: 100px !important} /* ignored */
    to {top: 200px;}
}

#top .scroll-down-link {
    height: 1px;
    width: 2px;
    margin: 0 0 0 0;
padding: 0 50px 0 50px;
    line-height: 0px;
    position: absolute;
    left: 50%;
    top: 91%;
border-left: 1.5px solid #89C8E3;
    background-color:rgba(0, 0, 0, 0);
    text-align: center;
    font-size: 0px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
-webkit-animation: increase 2s ease-in-out infinite;
  -moz-animation:  increase 2s ease-in-out infinite;
  -o-animation:    increase 2s ease-in-out infinite;
  animation:        increase 2s ease-in-out infinite;
  animation-direction: forwards;
}

@keyframes increase {
    0% {
        height: 0px;
        opacity: 0;
    }
15% {
        opacity: 1;
}
90% {
        opacity: 1;
}
    100% {
        height: 90px;
        opacity: 0;
    }
}

.nextsectiontext {
    position: absolute !important;
	bottom: 80px;
    z-index: 10 !important;
	text-decoration: none !important;
}
.nextsectiontext a {
text-transform:none;
color:#fff;
font-weight: bold;
font-size: 14px;
text-decoration: none !important;
position: relative;
z-index:10 !important;
}

.nextsectiontext a:hover  {
text-decoration: none !important;
color:#212046;
}

.nextsectiontext a:visited  {
text-decoration: none !important;
color:#fff;
}

/* ---- MENU CHANGES ----*/
span.logo {
    display: none;
}
.menulogo {
    max-width: 169px;
    position: relative !important;
    top: -30px;
	left: 5px;
}

.av-section-bottom-logo.header_color {
    display: none;
}

.container.av-logo-container {
    display: none;
}

div#header_main_alternate {
    min-height: 105px;
}

.main_menu {
    margin-top: 27px;
}

.av-main-nav > li > a {
    padding: 0 28px;
}

@media only screen and (max-width:989px) {
	.responsive #top #wrap_all .main_menu {
    top: 0;
    height: 80px;
    left: -26px!important;
    right: auto!important;
    display: block;
    position: absolute;
}

.logo {
    left: 50%!important;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

	.responsive .logo {
float: right!important;
}

.container #advanced_menu_toggle, #advanced_menu_hide {
left: 0!important;
}
#advanced_menu_toggle, #advanced_menu_hide {
    right: auto!important;
}
	
	
span.logo, .container.av-logo-container {
    display: block !important;
}

.menulogo {
	display:none;
    max-width: 169px;
    position: relative !important;
    top: 0px;
}

.av-section-bottom-logo.header_color {
    display: block !important;
}

div#header_main_alternate {
    min-height: 105px;
}

.main_menu {
    margin-top: 0px;
}

.av-main-nav > li > a {
    padding: 0 28px;
}

}
@media only screen and (min-width:990px) and (max-width:1399px) {

.av-main-nav > li > a {
    padding: 0 10px;
}

.menulogo {
    max-width: 131px;
    position: relative !important;
    top: -30px;
}

}
/* ---- MENU CHANGES ----*/

h1 {
	text-transform: none !important;
	font-size: 120px;
    line-height: 0.8em;
    letter-spacing: -3px !important;
	font-family: 'dandeleon_vintageregular';
}

h2 {
	font-family: 'dandeleon_vintageregular';
	text-transform: none !important;
	font-size: 60px;
	font-weight:normal;
    letter-spacing: -1px !important;
}

#top .avia-button.avia-color-light {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}

.avia-button {
    border-radius: 0px !important;
}

.socialicons {
float:left;
}

#top .isotope-item { padding-right: 5px; padding-bottom: 5px; }

.grid-entry .inner-entry {
    margin-right: 1px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    position: relative;
}

/* Remove image overlay with circle and arrow */
.image-overlay {
display: none !important;
opacity: 0 !important;
}

.single-portfolio #header, .single-portfolio .footerhide  {
display: none;
}
.single-portfolio #main { 
padding-top: 0 !important; }

html:not(.avia_mobile) .mfp-wrap {  
position: fixed !important
top: 105px;
 }

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1400px;
}

.iframe-open, .iframe-open .mfp-bg {
    height: 100vh !important;
    overflow: hidden !important;
}

.iframe-open .mfp-bg {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.main_color .grid-content {
    background-color: transparent;
    color: #212046;
    text-align: center;
}
.main_color.inner-entry {
    background-color: transparent;
}

.avia-menu-text {
    text-transform: uppercase !important;
    font-size: 11px !important;
}

.footericons {
    margin-right: 12px;
}
.bannericons {
    position: absolute;
    left: 0;
    bottom: 20px;
}

.homepageicons {
    position: absolute;
    left: 1px;
    bottom: -30px;
    height: 25px;
    z-index: 1000;
    background: transparent;
}

#elem {  position: relative;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  background-color: black;
  border-radius: 4px;
}
#count {
  position: fixed;
  top: 20px;
  right: 20px;
}

.wplinkpreview {
    margin: 10px auto;
    width: 100%;
    background: #fff;
   box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset, 0 1px 4px rgba(0, 0, 0,0); 
}

.wplinkpreview-image {
    border-bottom: 0px solid #fff;
    text-align: left;
    width: 100%;
    max-height: 300px;
    overflow: hidden;
}

.wplinkpreview-image img {
    height: auto;
    max-width: 100%;
    width: 100%;
}

.wplinkpreview-source img {
    display: none;
}

.wplinkpreview-title, .wplinkpreview-title {
    font-size: 20px !important;
    text-decoration: none;
}

ul#menu-news-sub-menu a {
    color: #212046;
     font-size: 20px;
}

#top .av-subnav-menu > li > a {
    padding: 0px 20px 0px 30px;
    display: block;
    border-left-style: solid;
    border-left-width: 0px;

}

#top .av-subnav-menu > li > a  .avia-menu-text {
    text-transform: none !important;
    color: #212046;
     font-size: 20px !important;
}

.current-menu-item {
    font-weight: bold;
}

p.toggler {
    font-weight: bold;
}

/* FORM STYLES */
.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
@media ( min-width: 576px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
select.wpcf7-form-control {
    background: #fff;
    border: 1px solid #212046;
}
/* END FORM STYLES */

.grecaptcha-badge {
 	display:none;
}

.grecaptcha-badge {
    visibility: hidden !important;
	right: -500px!important;
}


.av-section-color-overlay-wrap::after {
    content: ""; 
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 350px;
    background-image: url("https://nzlighter.wine/wp-content/uploads/2019/01/black-overlay-long-1.png");
	background-repeat:repeat-x;
    opacity: .6;
	mix-blend-mode: multiply;
}



a.avia-post-nav {
    display: none;
}

.winearea  h3 {
   font-size: 18px !important;
font-weight: bold;
}

#top .av-submenu-container {
    font-size: 22px !important;
    line-height: 3.65em !important;
	background-color: #E4F6FF !important;
}


.avia-full-stretch {
background-size: 100%;
}

.parallaximg {
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
.img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  pointer-events: none;
}

/* FORM STYLES */

#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
    border-color: #212046 !important;
    background-color: #fff;
    color: #212046 !important;
    padding: 18px;
    font: 1em "montserrat", "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}
::-webkit-input-placeholder {
    color: #212046 !important;
}
::-moz-placeholder {
    color: #212046 !important;
}
:-ms-input-placeholder { 
    color: #212046 !important;
}

.wpcf7-form select {
    -webkit-appearance: none;
    border-radius: 0px;
	background-image:none;
    background: url ('https://nzlighter.wine/wp-content/uploads/2019/01/dropdown.png') !important;
    background-position: center right;
    background-repeat: no-repeat;
    border-radius: 0px;
}

.hiddenmenu {
visibility: hidden;
}

.cf-container {
    margin-bottom: 35px !important;
}

h3.formtitle {
    font-size: 20px !important;
    font-weight: bold !important;
    margin-bottom: 12px;
font-family:montserrat !important;
}

input#mailpoetsignup {
 border: 1px solid #212046;
}


.signupcheck {
  display: inline-block;
    padding-right: 20px;
width: 50px;
}

.signuptext {
  display: inline-block;
    width: 95%;
font-size:13px;
float:right !important;
}


#content-index {
    position: absolute;
    top: -261px;
    left: -648px;
    width: 100%;
    height: 900px;
    background-image: url(//nzlighter.wine.120.138.19.98.sth.nz/wp-content/uploads/2019/01/flare-big3.png);
    background-size: 900px;
    background-repeat: no-repeat;
    opacity: 0.9;
    z-index: 1;
    background-color: transparent !important;
     transform: translate(-90px, -90px);
mix-blend-mode: hard-light;
opacity: 0;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 2s;
}


@keyframes rotate {
0% {
		opacity: 0;
	}
	100% {
		opacity: 0.9;
	}
}


@keyframes scroll {
0% {
    transform: translate(-90px, -90px);
			opacity: 0.9;
  }  
100% {
    transform: translate(-150px, 130px);
			opacity: 0.3;
  }
}
@keyframes scrollback {
0% {
    transform: translate(-150px, 130px);
			opacity: 0.3;
  }  
100% {
    transform: translate(-90px, -90px);
			opacity: 0.9;

  }
}


#content-index.animateNow {
animation: rotate 2s forwards;
transition-timing-function: ease-out;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

#content-index.scrollNow {
animation: scroll 2s forwards;
transition-timing-function: ease-out;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

#content-index.scrollBack {
animation: scrollback 2s forwards;
transition-timing-function: ease-out;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

span.legend {
    font-size: 10px;
    font-style: italic;
}

span.lright {
    margin-left: 235px;
}

span.lleft {
    float: left;
}

.headertext, .headertextlong {
    position: relative !important;
    z-index: 10000 !important;
}

@media screen and (max-width: 600px) {
	
	
.stars span.wpcf7-list-item {
    margin: 0 0 0 3px !important;
}
.headertext h1 {
    font-size: 100px;
}

.headertextlong h1 {
    font-size: 70px;
}
	
.headertext .avia_textblock p, .headertextlong .avia_textblock p {
    font-size: 12px;
    line-height: 1.4em;
	font-weight:bold !important;
}

.nextsectiontext {
    bottom: 40px !important;
}
	.stars span.wpcf7-list-item {
    margin: 5px;
}
span.lright {
    margin-left: 130px;
}
#content-index {
    position: absolute;
    top: -119px;
    left: -207px;
    width: 200%;
    height: 600px;
    background-image: url(//nzlighter.wine.120.138.19.98.sth.nz/wp-content/uploads/2019/01/flare-big3.png);
    background-size: 600px;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 1;
    background-color: transparent !important;
    transform: translate(-90px,-90px);
    mix-blend-mode: hard-light;
}

.signuptext {
    width: 90% !important;
	margin-top: -6px;
}

}

@media only screen and (min-width: 990px) {
	.menulogo-burger {
		display:none !important;
		
		}
  .burgericons {
	  		display:none !important;
	  }
}
@media only screen and (max-width: 767px) {

	.responsive.html_header_top.html_logo_center .logo {
    left: 0%;
    -webkit-transform: translate(25%, 0) !important;
    -ms-transform: translate(25%, 0) !important;
    transform: translate(25%, 0) !important;
    margin: 0;
}
	
li.menulogo-burger {
    margin: -109px 0 23px 0;
}	
	.bannericons {
    position: absolute;
    left: 0;
    bottom: 5px;
	display:none;
}

.nextsectiontext {
    bottom: 40px !important;
}

.footericons {
    display: inline-block !important;
}

}

.nodisplay {
    display: none;
    height: 0;
}
/* CHECKBOX */

/* Hide the default checkboxes inside the 'new' div that jQuery adds for us */
.new input[type="checkbox"] {
  opacity: 0;
}

/* jQuery adds this span for us which we style to look like a box */
.check-box {
  width: 20px;
  height: 20px;
  border: 1px solid black;
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

/* When someone clicks our new box, add or remove the tick which has been created using some CSS */
[type=checkbox]:checked + .check-box:before {
  content: '';
  display: block;
  width: 6px;
  height: 15px;
  margin-left: 6px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* END CHECKBOX */

input.birthday {
border-width: 1px !important;
    border-style: inset;
    border-image: initial;
border-color: #212046 !important;
    background-color: #fff;
    color: #212046 !important;
    padding: 19px !important;
    font: 1em "montserrat","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}
#js_sort_items .text-sep {
    width: 20px !important;
    visibility: hidden !important;
}

a .inner_sort_button::before {
    font-family: 'fontello';
	content: "\f096";
    font-size: 14px;
	margin-right:3px;
}

a.active_sort .inner_sort_button::before {
    font-family: 'fontello';
	content: "\e812";
    font-size: 14px;
	margin-right:3px;
}

.sort-menu a::before {
    font-family: 'fontello';
	content: "\f096";
    font-size: 14px;
	margin-right:3px;
}

.sort-menu a:hover, .sort-menu a:focus, .sort-menu a:active {
	text-decoration:none;
	color:#212046 !important;
}

.sort-menu a.active::before {
    font-family: 'fontello';
	content: "\e808";
    font-size: 14px;
	margin-right:3px;
}

.grid-excerpt h4, .grid-excerpt p {
    font-family: montserrat !important;
    font-style: normal;
	font-size: 14px;
}

.grid-excerpt h4 {
	font-weight:bold;
}

.grid-excerpt p {
	font-weight:100;
    margin: 0px !important;
}

.avia_textblock a {
    text-decoration: underline;
}

#js_sort_items{text-align: center; }
#js_sort_items a, #js_sort_items .text-sep{float:none; display:inline-block; }


/* GRID IMAGES */

div.grid-img {
    background: #fff;
}

/* Wine Grid */
.sort-menu {
    text-align: center;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 10px;
    text-align: center;
}

.grid a {
    display: block;
}

.grid .grid-img { 
    height:250px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    opacity: 1;
}

.grid .grid-image {
    opacity: 1;
}

.grid .grid-excerpt {
    padding:  20px 0;
}

a.grid-image, a.grid-image:hover {
    text-decoration: none !important;
	color: #212046;
}


.select2-container--default .select2-selection--single {
    border: 1px solid #212046 !important;
    border-radius: 0px !important;
    padding: 20px 10px!important;
    margin-bottom: 20px !important;
    height: 55px !important;
}

.select2-selection__rendered h4, .select2-selection__rendered p {
    display: inline-block !important;
    float: left;
}

.select2-selection__rendered p {
    margin-top: 0px;
}
.select2-selection__rendered h4 {
    margin: 0 20px 0 0;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 54px !important;
    position: absolute;
    top: 1px;
    right: 5px !important;
    width: 43px !important;
    border-left: 1px solid #212046 !important;
}

.wpcf7-select2-post-image__description {
 display: none !important;
}

.select2-selection__placeholder {
    color: #212046 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #212046 !important;
    line-height: 18px !important;
}

.storeinfo {
    border-top: 1px solid  #89c8e3 !important;
    padding: 10px;
    /*margin-bottom: -1px;*/
display: block;
}
div.storeinfo h3 {
    font-family: montserrat !important;
    font-size: 16px !important;
    font-weight: bold !important;
    margin-bottom: 0px;
}

a#test, a#test:hover {
text-decoration: none;
}

.storeinfo p {
    margin-top: -8px;
}


#where_list ul {
    list-style: none;
    padding-left: 0px;
    margin-left: -15px;
    margin-top: -4px;
    margin-bottom: -16px;
}

.storeactive {
background-color: #E4F6FF;
}
#where_list li {
    cursor: pointer;
    padding: 0 !important;
}

#where_list li:last-child {
border-bottom: 1px solid #89c8e3;
}

#where_list li.marker:hover {
background-color: #E4F6FF;
}
#where_list li.title {
    text-align: center;
    padding: 15px 10px 10px 10px !important;
    border-top: 1px solid #89c8e3;
    cursor:default;
    background: #89c8e3;
}
#where_list li.title h3 {
    color: #fff;
}
div#where_list {
    max-height: 424px; /* 354px */
    min-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #89c8e3;
    position: relative;
}

div#where_list.where-page {
    max-height: 354px;
}

#where_list #loader {
    width: inherit;
    text-align: center;
    font-size: x-large;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

#where_list #loader div {
    width: 100%;
}

span.sep {
    min-width: 20px;
    margin-right: 20px;
}

.sort-menu {
    margin-bottom: 30px;
}

a.av-icon-char {
    text-decoration: none !important;
}
span.checkspan {
 width: 35px;
}
.customCheckbox {
  float: left;
  position: relative;  
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 0px;
  border: 1px solid #212046 !important;
  box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0);
  margin-right: 5px;
  overflow: hidden;
opacity:1;
}

.customCheckbox.customCheckboxChecked {
  background: #fff;
  border: 1px solid #212046;
}

.customCheckbox input {
  opacity: 0;
  cursor: pointer;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.customCheckbox span {
  display: none;
  text-align: center;
  line-height: 20px;
  font-size: 90%;
  color: #222;
}

.customCheckbox.customCheckboxChecked span {
  display: block;
}

/* STAR RATING WADE  */
.stars {
  float: left;
  overflow: hidden;
  width: 100%;
}
.stars input[type=radio]:checked ~ .wpcf7-list-item-label::before {
  background-image: url('/wp-content/uploads/2019/01/star-small.png');
  background-position: 0px 25px;
}
.stars input[type=radio] {
  display: none;
}
.stars input[type=radio]:first-child + .wpcf7-list-item-label {
  padding-right: 0;
}
.stars:hover input[type=radio]:checked ~ label::before,
.stars .wpcf7-list-item-label::before {
  background-image: url('/wp-content/uploads/2019/01/star-small.png');
  background-position: 0px 0px;
}
.stars .wpcf7-list-item-label {
    width: 25px;
    float: right;
    text-indent: 8px;
}
.stars .wpcf7-list-item-label::before {
  float: right;
  cursor: pointer;
}
.stars .wpcf7-list-item-label::before {
  display: block;
  content: "";
  height: 25px;
  width: 25px;
  float: right;
  background-image: url('/wp-content/uploads/2019/01/star-small.png');
  background-position: 0px 0px;
}
.stars .wpcf7-list-item-label:hover::before,
.stars .wpcf7-list-item-label:hover ~ .wpcf7-list-item-label::before {
  background-image: url('/wp-content/uploads/2019/01/star-small.png');
  background-position: 0px 50px;
}

.av-burger-overlay-bg {
    z-index: 3;
    opacity: 1;
    background: #fff;
    display: block;
    position: fixed;
}

.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li a {

    height: auto;
}

.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li a span.avia-menu-text {
    font-size: 17px !important;
	font-weight:bold;
	    line-height: 2.9em;
		    color: #212046;
}

.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li a {
		    color: #212046;
}

li.menulogo.av-active-burger-items a, li.menulogo.av-active-burger-items a span {
    display: none;
    visibility: hidden;
    height: 0px;
}

#av-burger-menu-ul li a:hover, #av-burger-menu-ul li a:active, #av-burger-menu-ul li a:focus {
    text-decoration: none;
    opacity: 1;
	color: #89c8e3;
}
li.menulogo.av-active-burger-items {
    padding: 0 0 !important;
}

#top #av-burger-menu-ul {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: top;
    padding: 153px 0 !important;
}

div#hiddenbday {
	 display:none;
	}
	
	span.wpcf7-form-control-wrap.mc4wp-BIRTHDAY, span.wpcf7-form-control-wrap.mc4wp-COUNTRY  {
    display: none;
}

div.wpcf7-response-output {
    margin: 2em 0.3em 1em;
    padding: 10px;
    border: 1px solid #212046; !important;
    font-size: 18px;
    font-weight: bold;
}

#scroll-top-link {
    right: 10px
}