/*
 link color light tan (hover): #FFE8A0; #AE925F;
 link color dark tan (static): #A5864D;
link color dark tan (visited): #856D3E;
COLOR BEHIND VIDEO: #E4DECB;

red background:
background: rgba(5, 0, 0, 0.8);

green bgcolor: #0c1d24;
green complimentary: #408080;

.goldborder{
	border-color:#F1DE92;
 	border-style:solid;
}
.redborder{
	border-color:#8A0022;
 	border-style:solid;
}
.greenborder{
	border-color:#0C1D24;
 	border-style:solid;
}
.yellowborder{
	border-color:#F1DE92;
 	border-style:solid;
}

blockquote{
  background: rgba(60, 10, 10, 0.5);
 }

 blockquote{
  background: rgba(60, 10, 10, 0.5);
 }
blockquote:before {
  color: #ccc;
 blockquote:after{
	color: #ccc;

dark red
rgba(50, 10, 10, 1);
#320a0a;
*/


/*----------------------------------------------*/


*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

html, body{
	min-height: 100%;
}

body{
	font-family: Cinzel, "Andale Mono", sans-serif;
	font-size: 62.5%;
	background: #0c1d24;
	background: url(../img/grapes.jpg) no-repeat center center fixed;
	background-size: cover;
}

ul{
	list-style: none;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p{
	font-family: 'Noto Serif';
}

#wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-flow: column;
	-webkit-flex-flow: column;
	flex-flow: column;

	margin: 0 auto;
	height: 100%;
	max-width: 960px;
	width: 100%;
	background: rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 5px 0px;
	        box-shadow: 0px 0px 5px 0px;
	/*border: 2px solid red;*/
}


/*----------------------------------------------*/


/*header*/
header{
	border-top: 10px solid #A5864D;
	border-bottom: 1px solid #A5864D;
	background: #0c1d24;

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-flow: column;
	-webkit-flex-flow: column;
	flex-flow: column;

	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;

	-ms-align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#header-logo{
	border-top: 1px solid #A5864D;
	width: 100%;

	-ms-order: 1;
	-webkit-order: 1;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;

	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-webkit-box-flex: 1;
	        flex: 1 1 auto;

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	    justify-content: space-around;

	-ms-align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#header-logo p{
	font-family: 'Pinyon Script', cursive;
	font-size: 2.4em;
}


.header-box{
	white-space: nowrap;
	color: #ddd;
}

.header-box a{
	color: #ddd;
}


/*----------------------------------------------*/


/*.main-menu*/
.main-menu{
	font-size: 2em;
	background: rgba(0, 0, 0, 0.4);
	margin-bottom: 20px;
}

.main-menu ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	    justify-content: space-around;

	-ms-align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.main-menu ul li{
	padding: 10px;
}

.main-menu ul li a{
	color: #ccc;
	white-space: nowrap;
}

.main-menu ul li a:hover{
	color: #fff;
}


/*----------------------------------------------*/


/*.main*/
main{
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-webkit-box-flex: 1;
	        flex: 1 1 auto;
}

main > h1{
	color: #fff;
	font-size: 3.8em;
	margin-left: 40px;
	border-bottom: 1px solid #A5864D;
	white-space: nowrap;
}


/*----------------------------------------------*/


/*.home-greeting*/
.home-greeting{
	font-family: 'Noto Serif';
	margin-left: 40px;
	padding: 20px;
	background: rgba(240, 234, 214, 1);
	font-size: 2.4em;
	margin-bottom: 20px;
	color: #111;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	/*border: 15px solid #0c1d24;*/
	border: 40px solid transparent;
	border-image: url(../img/border.png) 25% round;
	/*box-shadow: inset 3px 3px 10px #000;*/
}


/*----------------------------------------------*/


/*.home-greeting-left-col*/
.home-greeting-left-col{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;

	-ms-flex: 1.5;
	-webkit-flex: 1.5;
	-webkit-box-flex: 1.5;
	        flex: 1.5;

	background: rgba(0, 0, 0, 0.05);

	/*border: 1px solid #000;*/
}

.home-greeting-left-col p{
	padding: 20px;
	padding-left: 35px;
}

.home-greeting-left-col ul{
	padding: 10px;
	padding-left: 60px;
	font-size: 0.55em;
}

.home-greeting-left-col li{
	/*list-style: inside;*/
	list-style-type: square;
	/*border-bottom: 1px solid;*/
	font-size: 1.3em;
	padding: 5px 0px;
}


/*newsletter*/


#mc_embed_signup{
	background: #E4DECB; 
	clear: left; 
	font: 14px Helvetica,Arial,sans-serif; 
}

.chbx-newsletter{
	display: none;
}

a.wine-club{
	text-decoration: none;
}

.btn-newsletter{
	display: block;
	/*background: #666699;*/
	background: #663366 !important;
	width: 95% !important;
	height: 45px !important;
	margin-top: 10px !important;
	padding: 10px;
	font-size: 1.6em !important;
	white-space: nowrap !important;
	text-align: center;
	border: 1px solid #A5864D !important;
	border-radius: 5px;
	box-shadow: 1px 1px 3px 0px #000;
}

.btn-newsletter:active{
	box-shadow: 0px 0px 0px 0px #000;
}


/*----------------------------------------------*/


/*.video-box*/
.video-box{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;

	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-webkit-box-flex: 1;
	        flex: 1 1 auto;

	align-self: center;
	margin: 25px auto;
	min-width: 320px;
	max-width: 420px;
	max-height: 320px;
	height: 320px;
	box-shadow: 3px 3px 10px #000;
}

.video-box iframe{
	min-width: 320px;
	width: 420px;
	height: 320px;
	/*height: auto;*/
	/*margin-top: -25px;*/
}


/*----------------------------------------------*/


/*.home-greeting-right-col*/
.home-greeting-right-col{
	-ms-flex: 1;
	-webkit-flex: 1;
	-webkit-box-flex: 1;
	        flex: 1;

	flex-direction: row;
	margin-left: 0px;
	padding: 10px 0px 20px 40px;
	/*border: 1px solid #000;*/
}

.home-greeting-right-col ul{
	font-size: 0.55em;
	margin-top: 15px;
	padding-left: 5px;
	display: flex;
	flex-direction: column;
}

.home-greeting-right-col li{
	/*list-style: inside;*/
	/*list-style-type: square;*/
	/*border-bottom: 1px solid;*/
	padding: 10px 0px;
	font-size: 1.1em;
	flex: 1;
}

/*
.home-greeting-right-col a{
}
*/

.right-col-section{
	padding-bottom: 10px;
}

.fb-page{
	width: auto;
	height: 490px;
}

.h2-mod{
	margin-bottom: 15px;
}
/*----------------------------------------------*/


/*.wines alpha photo testing*/
.alpha-wine-description-box{
	-webkit-box-shadow: inset 3px 3px 300px 40px #000;
	        box-shadow: inset 3px 3px 300px 40px #000;

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	margin-left: 40px;
	padding-right: 40px;
	border: 40px solid transparent;
	border-image: url(../img/border.png) 25% round;
}

.alpha-wine-image{
	padding: 40px;
}

/*
.alpha-wine-image img{
	height: 606px;
	width: 320px;
}*/

.alpha-wine-image img{
	min-height: 514px;
	min-width: 87px;
        height: 514px;
        width: 87px;
}

.alpha-blockquote-box{
	color: #fff;
	font-size: 2.4em;
	font-family: 'Cinzel', serif;
	padding-left: 10px;
	margin-top: 20px;
	padding-bottom: 30px;
	/*font-family: 'Noto Serif', serif;*/
}

.alpha-blockquote-box a{
	color: #fff;
}

.alpha-blockquote-box h1{
	font-size: 1.5em;
}

.alpha-blockquote-box h2{
	font-family: 'Pinyon Script', cursive;
}

.alpha-blockquote-box blockquote{
	margin-top: 25px;
}


/*----------------------------------------------*/


/*.retail outlets*/
.retail-outlets-box{
	margin-left: 40px;
	margin-bottom: 40px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.retail-outlets-box ul{
	background: rgba(240, 234, 214, 0.2);
	margin: 1px;
	padding: 20px;
	color: #fff;

	-ms-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	-webkit-box-flex: 1;
	        flex: 1 0 auto;
}

.retail-outlets-box ul:hover{
	/*background: rgba(240, 234, 214, 1);*/
	background: rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	        box-shadow: 0px 0px 10px 0px #000;
	color: #fff;
	z-index: 1;

	-webkit-transition-property: -webkit-box-shadow;

	transition-property: -webkit-box-shadow;

	transition-property: box-shadow;

	transition-property: box-shadow, -webkit-box-shadow;
	-webkit-transition-duration: 0.2s;
	        transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	        transition-timing-function: linear;
}

.retail-outlets-box ul li{
	white-space: nowrap;
	font-size: 1.6em;
	cursor: default;
	color: #fff;
}

.retail-outlets-box ul li a{
	color: #fff;
	text-decoration: underline;
}

/*html version only*/
	.retail-outlets-box ul{
		width: 90%;
	}

	.retail-outlets-box ul li{
		white-space: normal;
	}

/*----------------------------------------------*/


/*.press*/
.press-box{
	font-size: 2em;
	margin-bottom: 60px;
}

.press-box table{
	display: block;
	padding-left: 40px;
}

.press-box table tr{
	border-bottom: 1px solid #000;
}

.press-box table tr:nth-child(odd){
	background: rgba(0,0,0,0.4)
}

/*
.press-box table tr td:first-of-type{
}
*/

.press-box table tr td{
	text-align: left;
	padding-left: 40px;
}

.press-box table tr td:nth-child(even){
	padding: 10%;
}

.press-box a{
	color: #ddd;
}

.press-box a:hover{
	color: #fff;
}


/*----------------------------------------------*/


/*.awards*/
.awards-wrap-box{
	border: 1px solid green;
	margin-left: 40px;
	color: #ccc;
	font-size: 2em;

}

.awards-name-box{
	border-bottom: 1px solid;
}

.awards-description-box{
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
	-webkit-flex-basis: flex-end;
	    -ms-flex-preferred-size: flex-end;
	        flex-basis: flex-end;
	height: 50%;
}


/*----------------------------------------------*/


/*.about*/
.about-box{
	margin-left: 40px;
	padding: 40px;
	background: rgba(240, 234, 214, 1);
	border: 40px solid transparent;
	border-image: url(../img/border.png) 25% round;
}

.about-box p{
	font-size: 2.2em;
	line-height: 1.5em;
	margin-bottom: 20px;
	color: #111;
}

.drop{
	display: block;
	float: left;/*
	height: 80px;
	width: 62px;*/
	height: 120px;
	width: 93px;
	margin: 10px 10px 0px 0;
}

.s{
	font-family: 'Andale Mono';
	text-align: center;
	font-size: 120px;
	line-height: 110px;
	color: #A5864D;
	/*color: #0c1d24;*/
	background: url('../img/about/bg3d.jpg') no-repeat ;
	background-size: contain;
	text-shadow: 5px 5px 5px #000;
}


/*----------------------------------------------*/


/*.contact us*/
.contact-wrap-box{
	margin-left: 40px;
	min-height: 44vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;

	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;

	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-webkit-box-flex: 1;
	        flex: 1 1 auto;
}

.contact-map-box{
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-webkit-box-flex: 1;
	        flex: 1 1 auto;
}

.contact-info-box{
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-webkit-box-flex: 1;
	        flex: 1 1 auto;

	font-size: 2em;
	margin-right: 40px;
	white-space: nowrap;
}

.contact-info-box h3{
	color: #A5864D;
}

.contact-info-box p{
	color: #ccc;
}

.contact-info-box a{
	color: #ccc;
}

.contact-info-box a:hover{
	color: #fff;
}


/*----------------------------------------------*/


/*newsletter*/
.newsletter-box{
	background: rgba(0,0,0,0.4);
}


/*----------------------------------------------*/


/*footer*/
footer{
	width: 100%;
	margin-top: 20px;
	padding: 10px;
	background: rgba(0,0,0,0.4);
	color: #A5864D;
	font-size: 1.5em;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;

}

.footer-contact-info{
	width: 100%;
	padding-left: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

.footer-box{
	width: 25%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-left: 40px;
}

.footer-box:first-of-type,
.footer-box:last-of-type{
	padding-left: 0px;
}

.hours{
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
}

footer div{
	width: 50%;
	padding: 10px;
}

footer a, footer p{
	color: #ccc;
}

footer a:hover{
	color: #fff;
}

.bottom-footer{
	border-top: 1px solid #A5864D;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row;
	    -ms-flex-flow: row;
	        flex-flow: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.social-media-icons{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.icon{
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	align-self: flex-start;
}

.icon img{
	height: 32px;
	width: 32px;
}

.youtube img{
	/*height to width ratio:
	1.4333333333333333 x height
	*/
	width: 46px;
}

.yelp img{
	/*height to width ratio:
	0.7893660531697342 x height
	*/
	width: 25px;
}

.twitter{
	padding: 3px;
}

.twitter img{
	height: 48px;
	width: 48px;
}

/*
.twitter{
	padding: 0;
	height: 30px;
	width: 80px;
	margin-right: 10px;
}*/

.copyright{
	padding-left: 20px;
	text-align: left;
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	    -ms-flex-order: -1;
	        order: -1;
}




/*----------------------------------------------*/
/*.media queries*/


@media only screen and (max-width: 959px){


	#header-logo{
		-webkit-flex-flow: row wrap;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
	}

	#header-logo p{
		white-space: normal;
		font-size: 2em;
	}

	.slogan{
		padding-bottom: 10px;
	}

	main h1{
		white-space: normal;
		font-size: 3em;
		margin-left: 0;
	}

	.main-menu ul{
		-webkit-flex-flow: row wrap;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
	}

	.main-menu ul li a{
		width: 50%;
	}

	.home-greeting{
		margin: 0 auto;
	}

	.alpha-wine-description-box{
		overflow: auto;
		max-height: auto;
		margin-left: 0;
		padding-right: 10px;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}

	.alpha-wine-image{
		height: 625px;
		width: 330px;
	}

	.alpha-blockquote-box{
		font-size: 2em;
	}

/*
.alpha-blockquote-box h1{
}
*/

	.alpha-blockquote-box blockquote{
		margin-top: 25px;
		width: 100%;
	}

	.contact-map-box{
		margin-bottom: 40px;
	}

	.footer-contact-info{
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: wrap;
		    -ms-flex-flow: wrap;
		        flex-flow: wrap;
		min-width: 100%;
	}

	.footer-box{
		padding-left: 0px;
	}

	.footer-box, .copyright{
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 50%;
		    -ms-flex: 1 0 50%;
		        flex: 1 0 50%;
	}


}

/*----------------------------------------------*/

@media only screen and (max-width: 850px){


	.home-greeting-left-col{
		order: 0;
		margin-top: 20px;
	}

	.home-greeting{
		flex-direction: column;
	}

	.video-box iframe{
		min-width: 100%;
	}


}

/*----------------------------------------------*/

@media only screen and (max-width: 670px){


	.home-greeting-left-col{
		margin-top: 20px;
	}

	.press-box table{
		padding: 0;
	}

	.press-box table tr td{
		display: block;
		text-align: center;
		padding: 0;
	}

	.press-pic{
		margin-top: 40px;
	}

	.footer-box, .copyright{
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 100%;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
	}

	.bottom-footer{
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	}

	.social-media-icons{
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

	.copyright{
		font-size: 0.9em;
		-webkit-box-ordinal-group: 10000;
		-webkit-order: 9999;
		    -ms-flex-order: 9999;
		        order: 9999;
	}


}

/*----------------------------------------------*/

@media only screen and (max-width: 550px){

	#wrap{
		-webkit-flex-flow: column;
		-ms-flex-flow: column;
		flex-flow: column;
	}

	#header-logo{
		-webkit-flex-flow: row;
		    -ms-flex-flow: row;
		        flex-flow: row;
	}

	#header-logo img{
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		    -ms-flex-align: start;
		            -ms-grid-row-align: flex-start;
		        align-items: flex-start;
		height: 50px;
	}

	#header-logo p{
		font-size: 1.2em;
		/*display: none;*/
	}

	.slogan{
		padding: 15px;
		text-align: center;
	}

	.main-menu{
		padding: 20px;
	}

	.main-menu ul{
		-webkit-flex-flow: row wrap;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
	}

	.main-menu ul li{
		width: 100%;
	}

	main h1{
		font-size: 2.7em;
		margin-left: 10px;
	}

	.home-greeting{
		border: none;
	}

	.wine-club{
		font-size: 1.2em;
	}

	.alpha-wine-description-box{
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
		width: 100%;
	}

	.alpha-wine-image{
		margin: 0 auto;
		height: auto;
		width: auto;
	}

	.alpha-wine-image img{
		margin: 0 auto;
	}

	.alpha-blockquote-box{
		font-size: 1.5em;
		margin: 0 auto;
	}

	.alpha-blockquote-box h1{
		font-size: 1.5em;
	}

	.video-box{
		margin-bottom: 0px;
		min-width: 100%;
	}
/* 
	.retail-outlets-box ul{
		width: 90%;
	}

	.retail-outlets-box ul li{
		white-space: normal;
	} */

	.about-box{
		margin-left: 0px;
		padding: 20px;
	}

	.about-box p{
		font-size: 2.0em;
		margin-bottom: 10px;
		color: #111;
	}

	.home-greeting{
		padding: 0px;
	}

	footer{
		padding: 0px;
	}

	.social-media-icons{
		padding: 0px;
		margin-top: 20px;
	}


}

/*----------------------------------------------*/

@media only screen and (max-width: 360px){


	.bottom-footer{
		padding: 0px;
	}

	.social-media-icons{
		flex-direction: column wrap;
	}

	.wine-club{
		font-size: 1.1em;
	}

}

/*----------------------------------------------*/

@media only screen and (max-width: 335px){


	.icon{
		padding: 0px;
		padding-top: 10px;
	}

	.twitter{
		padding: 0px;
	}


}
