/* reset */

* {
  margin: 0;
  padding: 0;
}

#wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
/*  overflow: hidden; 
  background-attachment: fixed;*/
}

label {
  cursor: pointer;
}
label:focus {
  outline: none;
}

.menu {
  position: absolute;
  top: 0;
  left: 0;
  background: #4E3D2D;
  color:#ffffff;
  width: 240px;
  transform: translate3d(-240px, 0, 0);
  transition: transform 0.35s;
}
.menu label.menu-toggle {
  position: absolute;
  right: -60px;
  width: 60px;
  height: 60px;
  line-height: 0px;
  display: block;
  padding: 0;
  text-indent: -9999px;
  background: #4E3D2D url(/images/2021/3-lines_white.png) 50% 50%/25px 25px no-repeat;
  border-bottom: none;
}
.menu ul li > label {
  background: url(/images/2021/right_arrow_white.png) 95% 50%/16px 16px no-repeat;
}
.menu ul li a, .menu ul li label {
  display: block;
  text-align: center;
  padding: 20px 20px;
  line-height: 20px;
  text-decoration: none;
  color: #dedede;
  border-bottom:#333 solid 1px;
}
.menu ul li a:hover, .menu ul li label:hover {
  color: #fff;
}

.topCat {text-transform: uppercase; letter-spacing: 1px; font-weight: 700;}

/* hide inputs */          
.menu-checkbox {
  display: none;
}

/* hide navigation icon for sublabels */    
.menu .menu label.menu-toggle {
  background: none;
}

/* fade in checked menu */    
.menu-checkbox:checked + .menu {
  transform: translate3d(0, 0, 0);
}


#subLinkWrapper { display: flex; flex-wrap:wrap; justify-content:center;gap:0 20px;background-color:#121212; width:100%; text-align:center; vertical-align:middle; padding:12px 0; }
#subLinks {padding: 0px; margin: 0px; cursor: pointer; }
#subLinks a {
    color: #ccc; /* #f3bf8a; */
    font-family: Open Sans,sans-serif;
	font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    text-decoration: none;
	text-transform: uppercase; 
	letter-spacing: 1px;
	padding:0;
	white-space:nowrap;
	
	}
#subLinks a:hover {border-bottom: dotted 1px #ffffff; color:#ffffff; }

.curbsideDiv {width: 100%; color:#444444; font-family: 'Mulish',sans-serif;font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    text-decoration: none;
	text-transform: uppercase;
	letter-spacing:0;
margin-top:10px;}

.buttonDiv { display: flex; flex-wrap:wrap; justify-content:left;gap:0 20px; width:100%; text-align:center; vertical-align:top; margin-top:12px; padding:1px 0; }
.qtyDiv {color:#666666; font-size: 13px; line-height: 19px; padding: 5px 10px 5px 0;}
.qtyDiv input {color:#000000; width: 70px; font-size: 13px; line-height: 19px; padding: 8px 0 8px 10px; border: none; background-color: #ffffff;}
button {cursor: pointer; 
	border: 2px solid #000; 
	color: #000;
	background-color: #ffffff;
	font-family: 'Mulish',sans-serif;
	font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding: 5px 18px;
	/* box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.1), 10px 19px 29px 0 rgba(0, 0, 0, 0.1); */
	 }
input {padding: 5px 18px;
	border: 1px solid #fff; 
	background-color: #ffffff;
	color: #000;
	font-family: 'Mulish',sans-serif;
	font-weight: 700;
    font-size: 13px;
    line-height: 18px; margin-bottom: 14px;}

select {padding: 5px 18px;
	border: 1px solid #fff; 
	background-color: #ffffff;
	color: #000;
	font-family: 'Mulish',sans-serif;
	font-weight: 700;
    font-size: 13px;
    line-height: 18px; margin-bottom: 14px;}

textarea {
  padding: 5px 18px;
  border: 1px solid #fff;
  background-color: #ffffff;
  color: #000;
  font-family: 'Mulish',sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 14px;
  min-height: 200px;
}

.indView {cursor: pointer; 
	border: 2px solid #FFF; 
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.2);
	font-family: 'Mulish',sans-serif;
	font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding: 5px 18px;
	/* box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.1), 10px 19px 29px 0 rgba(0, 0, 0, 0.1); */
	 }

/*
button {cursor: pointer; 
	border: 1px solid #ffffff; 
	background: #4E3D2D;
	color: #fff;
	font-family: Open Sans,sans-serif;
	font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding: 5px 18px;
	}

.homeTextZone {position:relative; background-color:#4E3D2D;}*/
.simpleTextZone {position:relative; background-color:#ffffff;padding:50px 80px;text-align: left;}
.simpleHeader {max-width:800px; width: 100%; margin:0 auto 0 auto; text-transform: uppercase; letter-spacing: 1px; font-size: 120%; color: #000000;}

#footer {display: block; background-color:#504C4B;
width: 100%;
margin: 0 auto;
z-index: 50;
position: relative;
padding: 30px 0 40px 0;}
#footer h5 {font-size: 13px;font-weight: 600;text-transform: uppercase; letter-spacing: 1px; color: #ffffff; margin-bottom: 22px;}
#footer-flex { margin: 0 auto; width: 90%; max-width:1200px; display: flex; flex-direction: row;flex-wrap: wrap;justify-content: space-between;align-items: stretch;column-gap:30px; }
.footer_bottom_holder {background-color: #000000; width: 100%; padding: 12px 0 12px 0; bottom: 0; position: absolute;}
.footer_bottom { width: 100%; margin: 0 auto; text-align: center;}
h6 {font-size: 11px; color: #999999;
line-height: 1.5em;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 400;}

.footer-text {
line-height: 24px;
color:#ababab;
word-wrap: break-word;
padding-bottom: 20px;
flex-grow: 1;
}
.footer-text a {color: #ababab; text-decoration: none; }
.footer-text a:hover {color: #ffffff; text-decoration: underline; }

.review_buttons {
	margin-top: 14px; 
	background-color: rgba(162, 138, 116, 0.4); 
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 20px; 
}
.rev-buttons-first { color:#333333; cursor: pointer;font-size: 12px;line-height: 16px; margin:0 0 0 15px; padding: 3px 15px 0 0;border-right: 1px solid #dddddd; float: left;}
.rev-buttons-last { color:#333333; cursor: pointer;
	font-size: 12px;
	line-height: 16px; margin-left: 15px;padding: 3px 0 0 0; width: 150px; float: left; }
.hideRev { display: none;}
.all-reviews {background-color: rgba(162, 138, 116, 0.4); max-width: 1100px; width: 100%; display:flex; flex-direction: row; flex-wrap: wrap; justify-content: center; padding-bottom: 25px;}
.real-review {flex-basis:25%; margin:10px; padding: 14px; background-color: rgba(255,255,255, 0.65); font-size: 13px; line-height: 15px; color:#121212; border: 1px solid #666666; cursor: pointer;}


#topBars {
 /* display: table;
  background: rgba(0, 0, 0, 0.2);
   alter by screen height!!  height: 200px; */
  width: 100%;
}

#topBars #shade {
  display: table;
/*  position:absolute;
  background: rgba(0, 0, 0, 0.2);
   alter by screen height!!  height: 200px; */
  width: 100%;
 /* height: 100%;  Removed 05-25-22 */
}



@media only screen and (min-width: 735px) {
	
	#topBars #info-content h1 {
	  color: #fff;
	  border: 3px solid #fff;
	  text-align: center;
	  background: rgba(0, 0, 0, 0.2);
	  font-size: 24px;
	  font-weight: normal;
	  letter-spacing:5px;
	  text-transform:uppercase;
	  padding: 20px 30px;
	  margin: 10px;
	  display: inline-block;
	}
	
	#topBars #info-content .copy {
	  color: #fff;
	  text-align: center;
	  background-color: rgba(78,61,45, 0.70);
	  padding: 20px 30px;
	  margin: 10px;
	  display: inline-block;
	  max-width: 450px;
	  width: 80%;
	}
	.caption333 { top:60%; }
	.menu { 
		height: 100%;
		z-index: 100;
	}
  
}

@media only screen and (max-width: 734px) {
	#topBars #info-content h1 {
	  color: #fff;
	  border: 3px solid #fff;
	  text-align: center;
	  background: rgba(78, 61, 45, 0.4);
	  font-size: 22px;
	  font-weight: normal;
	  letter-spacing:5px;
	  text-transform:uppercase;
	  padding: 12px 20px;
	  margin: 10px;
	  display: inline-block;
	}
	
	#topBars #info-content .copy {
	  color: #fff;
	  text-align: center;
	  background-color: rgba(78,61,45, 0.70);
	  padding: 20px 30px;
	  margin: 10px;
	  display: inline-block;
	  max-width: 450px;
	  width: 80%;
	}
	#topBars #shade { min-height: 80%; }
	.caption333 { top:45%; }
	
	.menu { 
		/* height: 100%; */
		z-index: 100;
		height: 100%;
	}
	textarea { min-height: 150px; }
	.real-review {flex-basis:80%; }
}





/* for show */
html, body {
  height: 100vh;
}

body {
 /* background: url(https://www.wingatespa.com/images/26-CAT_10-Oct_Pumpkin.jpg) 50% 50%/cover; */
  font-family: Open Sans,sans-serif;
  background: #ddd6d0;
 /* background: #C9C3BD; */
}

p {
  margin-bottom: 14px; /* 7px */
  line-height: 22px;
}
a {text-decoration: none; color: #000000;}



.caption222 {
  position: absolute; /* top:35%; */
}
.caption1266 {
  top:12%;
}

#topBars #info-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
/* #topBars #info-content h1 {
  color: #fff;
  border: 3px solid #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  font-size: 24px;
  font-weight: normal;
  letter-spacing:5px;
  text-transform:uppercase;
  padding: 20px 30px;
  margin: 10px;
  display: inline-block;
} */

#topBars #info-content h1 strong {
  display: block;
  font-size: 26px;
}

#info {
  display: table;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
}
#info #info-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}
#info #info-content h1 {
  color: #fff;
  border: 3px solid #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  font-size: 22px;
  font-weight: normal;
  padding: 20px;
  margin: 10px;
  display: inline-block;
}
#info #info-content h1 strong {
  display: block;
  font-size: 26px;
}

#header { background-color: #4E3D2D;  text-align:center; color:#ffffff; text-transform:uppercase; letter-spacing:1px;padding:10px 0 0 0;font-size: 20px; width:100%; }
#surround { z-index:100; }

.centeredTextZone { max-width:950px; width:100%; margin:0 auto 0 auto; }

