f/*
	Theme Name: Bakkheia Wines
	Description: 
	Version: 1.0
	Author: Steven Dean
	Author URI: http://stevendean.com.au
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
*, *:before, *:after {
	box-sizing: inherit;
	z-index: 1;
}
a {
	text-decoration: none;
	color: #9c7e5b;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* Stop border color on images in IE */
a img {
	border: 0px;
}
.clear {
	clear: both;
}
html {
	box-sizing: border-box;
	height: 100%;
}
body {
	font-size: 16px; /* Resets 1em to 10px */
	overflow-x: hidden;
	height: 100%;
	position: relative;
}
/* Remove Ipad - Iphone button rounding */
input {
    -webkit-appearance: none;
}
.site {
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "essonnes-display",serif;
	color:#363636;
	font-weight: 300;
	letter-spacing: .3px;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2.5em;
}
h3 {
	font-size: 2em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: .7em;
}
p {
	margin: 5px 0 15px;
	color:#363636;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.5;
	font-family: "halyard-display",sans-serif;
}
.but{
	background:#383838;
	padding:10px 26px;
	font-family: "essonnes-display",serif;
	color:#fff;
	font-size: 1.1rem;
	font-weight: 300;
	letter-spacing: .6px;
	margin: 5px 0 0;
	display: inline-block;
}

.lower-but{
	background:#9c7e5b;
}

.brown-u{
	position: relative;
	display: inline-block;
	margin: 0 0 20px;
}

.brown-u:after{
	content: '';
	background:#9c7e5b;
	height:2px;
	position: absolute;
	width: 100%;
	bottom: -8px;
	left: 0;
}
.wrap {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.wrap:after {
	content: "";
	display: table;
	clear: both;
}
strong {
	color: #999;
	font-weight: bold;
	text-transform: uppercase;
}

.error404 .main .content{
	    padding: 200px 70px 60px;
}




/* /////////////////////////////////////////////////////////////////////////////////////// HEADER */
header, .page-template header, .page-template-default header {
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	position: fixed;
	background: #2D2D2E;
   text-align: center;
   border-bottom:2px #896C47 solid;
   	 -webkit-transition: top .5s ease-in-out   ;
    -moz-transition: top .5s ease-in-out  ;
    -o-transition: top .5s ease-in-out   ;
    transition: top .5s ease-in-out  ;
}

.home header{
	top:-200px;
	 -webkit-transition: top .5s ease-in-out   ;
    -moz-transition: top .5s ease-in-out  ;
    -o-transition: top .5s ease-in-out   ;
    transition: top .5s ease-in-out  ;

} 

.scrolled.home header{
	top:0px;
	width: 100%;
	position: fixed;
	 -webkit-transition: top .5s ease-in-out .4s  ;
    -moz-transition: top .5s ease-in-out .4s  ;
    -o-transition: top .5s ease-in-out .4s  ;
    transition: top .5s ease-in-out .4s  ;
} 




.logo {
	position: absolute;
	width: 280px;
	height: 130px;
	text-indent: -9999em;
	z-index: 2;
	background-repeat: no-repeat;

}


.home-logo{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 6;
	transform:translate(-50%, -50%);
}

header .logo {
	width: 220px;
    left: 50%;
    background-repeat: no-repeat;
    z-index: 10;

    position: fixed;
    transform: translateX(-50%);
    background-color: #383838;
    height: 94px;
    border-radius: 4px;
    background-size: 80%;
    background-position: center;
     -webkit-transition: height .5s ease-in-out, width .5s ease-in-out  ;
    -moz-transition: height .5s ease-in-out, width .5s ease-in-out   ;
    -o-transition: height .5s ease-in-out, width .5s ease-in-out   ;
    transition: height .5s ease-in-out, width .5s ease-in-out   ;
}

.scrolled header .logo, .page-template header .logo, .page-template-default header .logo{
	width: 140px;
	height: 60px;
	 -webkit-transition: height .5s ease-in-out, width .5s ease-in-out  ;
    -moz-transition: height .5s ease-in-out, width .5s ease-in-out   ;
    -o-transition: height .5s ease-in-out, width .5s ease-in-out   ;
    transition: height .5s ease-in-out, width .5s ease-in-out   ;
}








/* /////////////////////////////////////////////////////////////////////////////////////// NAVIGATION */


.top-nav{
	visibility: visible;
	opacity: 0;
	position: relative;
	top: 0;
	width:500px;
	z-index: 9;
	height: 47px;
	display: inline-block;
	  -webkit-transition: opacity .2s ease-in-out , visibility .2s ease-in-out ;
    -moz-transition:opacity .2s ease-in-out , visibility .2s ease-in-out;
    -o-transition:opacity .2s ease-in-out , visibility .2s ease-in-out ;
    transition: opacity .2s ease-in-out , visibility .2s ease-in-out ;
}


.page-template  .top-nav, .page-template-default  .top-nav{
		opacity: 1;
	visibility: visible;
    -webkit-transition: opacity .3s ease-in-out , visibility .3s ease-in-out ;
    -moz-transition:opacity .3s ease-in-out , visibility .3s ease-in-out;
    -o-transition:opacity .3s ease-in-out , visibility .3s ease-in-out ;
    transition: opacity .3s ease-in-out , visibility .3s ease-in-out ;
}
 .scrolled.page-template.home .top-nav{
	opacity: 1;
	visibility: visible;
	  -webkit-transition: opacity .3s ease-in-out 1.2s, visibility .3s ease-in-out  1.2s;
    -moz-transition:opacity .3s ease-in-out  1.2s, visibility .3s ease-in-out 1.2s;
    -o-transition:opacity .3s ease-in-out  1.2s, visibility .3s ease-in-out  1.2s;
    transition: opacity .3s ease-in-out  1.2s, visibility .3s ease-in-out  1.2s;
}

.top-nav li{
	list-style: none;
	height: 50px;
	padding: 17px 20px 17px;
	letter-spacing: .4px;
	font-weight: 400;
	letter-spacing: .6px;
	font-size: 1rem;

}
.top-nav li:nth-child(2), .top-nav li:first-child {
	float: left;
}

.top-nav li:nth-child(4),.top-nav li:nth-child(3){
	float: right;
}


.top-nav a{
	color: #efefef;
}

.top-nav {
	position: relative;
    display: grid;
    margin: 0 auto;
    
}


.top-nav li {
	position: relative;
	list-style: none;
}









.right-nav{
	position: absolute;
	right: 0;
	top: 50%;
	background:#363636;
	z-index: 5;
	padding: 15px 10px 15px 35px;
	width: 200px;
	transform:translateY(-50%);
}

.right-nav li{
    list-style: none;
    font-family: "essonnes-display",serif;
    font-weight: 300;
    letter-spacing: .6px;
    font-size: 1.2rem;
    margin: 12px 0;

}

.right-nav li a{
	color:#fff;
	padding: 3px 0;
}

.right-nav .current_page_item a{
	border-bottom:#9c7e5b solid 2px;
}



/* /////////////////////////////////////////////////////////////////////////////////////// HOME PAGE */


.quote-wrap{
	width: 100%;
	float: left;
	background:#eeece8;
	z-index: 5;
	position: relative;
	padding: 50px 0 80px;
}

.quote{
	width: 800px;
	margin: 0 auto;
	display: block;
	text-align: center;
}

.quote h3{
	font-size: 1.6rem;
	font-family: "essonnes-text",serif;
	font-style: italic;
	letter-spacing: 0;
}

.quote p{
	color:#9c7e5b;
	font-weight:500;
	letter-spacing: .4px;
}

 .main{
	background:#e7e4df;
	width: 100%;
	text-align: center;
	float: left;
	position: relative;
	z-index: 7;
    padding: 0 0 90px;
	
}

.main .content{
    background: #fff;
    width: 1000px;
    margin: -50px auto 0;
    display: inline-block;
    padding: 40px 70px;

    
}

.main .content .post{
	padding: 0 30px 0 ;
}

.home .main .content{
	text-align: left;
}

.home .main .content .post{
	float: left;
	width: 55%;
}

.main .content h1{
	font-size: 1.75rem;
}

.home-featimg {
	width: 40%;
    height: 330px;
    float: right;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


/* /////////////////////////////////////////////////////////////  Lower Section */

.lower-wrap {
    width: 100%;
    float: left;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    z-index: 5;
    background-attachment: fixed;

}

.lower-wrap:after{
	content:'';
	background:#4e3e2cab;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	
}

.page-template-about .lower-wrap{
	margin: 100px auto -50px;
}

.lower-wrap h3, .lower-wrap p{
	color:#fff;
}

.acc-wrap{
	width: 100%;
    float: left;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    z-index: 5;
    background-attachment: fixed;
}

.acc-wrap-wrap:after{
	content:'';
	background:#4e3e2cab;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	
}

/* /////////////////////////////////////////////////////////////  INNER PAGES */


.page-banner {
    width: 100%;
    height: 390px;
    background-size: cover;
    background-position: top;
}



/* /////////////////////////////////////////////////////////////  ABOUT PAGES */

.page-template-about .page-banner{
	    height: 600px;
    background-repeat: no-repeat;
}


.gallery a {
    height: 300px;
    margin: 3px;
    background-size: cover;
}


.gallery{
	text-align: center;
	margin: 60px 0 50px;
	display: grid;
	grid-template-columns: 2fr 2fr 3fr;
}



/* /////////////////////////////////////////////////////////////  OFF CANVAS MENU */

#top-ham {
	width: 25px;
	height: 25px;
	margin: 18px 25px 6px 0;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 999;
	padding: 10px;
	float: right;
}
#top-ham span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	border-radius: 5px;
	background: #efefef;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#top-ham span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#top-ham span:nth-child(2) {
	top: 7px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#top-ham span:nth-child(3) {
	top: 14px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#top-ham.open span:nth-child(1) {
	-webkit-transform: translate(8px, -2px) rotate(45deg);
	-moz-transform: translate(8px, -2px) rotate(45deg);
	-o-transform: translate(8px, -2px) rotate(45deg);
	transform: translate(8px, -2px) rotate(45deg);
}
#top-ham.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
#top-ham.open span:nth-child(3) {
	-webkit-transform: translate(8px, 1px) rotate(-45deg);
	-moz-transform: translate(8px, 1px) rotate(-45deg);
	-o-transform: translate(8px, 1px) rotate(-45deg);
	transform: translate(8px, 1px) rotate(-45deg);
}
#top-ham, #phone {
	display: none;
}
.mob-clicked .off-canvas {
	left: 0;
}


.off-canvas {
	width: 250px;
	height: 100%;
	position: fixed;
	left: -100%;
	top: 50px;
	background: #3f3f3f;
	z-index: 8;
	-webkit-transition: left .5s ease-in-out;
	-moz-transition: left .5s ease-in-out;
	-ms-transition: left .5s ease-in-out;
	-o-transition: left .5s ease-in-out;
	transition: left .5s ease-in-out;
	padding: 30px 10px 100px;
	overflow: scroll;
}
.off-canvas ul {
	list-style: none;
}
.off-canvas ul li {
	margin: 4px 0;
	cursor: pointer;
	width: 93%;
	margin: 0 auto;
	border-bottom:1px rgba(255,255,255,.1) solid;
}

.off-canvas ul ul {
	padding: 0px 0 0 10px;
}
.off-canvas li a {
	font-family: "essonnes-display",serif;
	font-size: 17px;
	padding: 18px 60px 14px 15px;
	height: 55px;
	display: block;
	font-weight: 400;
	color: #fff;
	overflow: hidden;

}


.off-canvas ul ul li a {
	font-size: 14px;
	background: #393939;
}
.off-canvas ul ul ul li a {

}
.off-canvas .menu-main-menu-container {
	padding: 0 10px;
}
.off-canvas ul .menu-item-has-children {
	position: relative;
}
.off-canvas .menu-item-has-children span {
	position: absolute;
	right: 3px;
	z-index: 999;
	top: 3px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	background: #f1ea0c;
	height: 48px;
	width: 48px;
	padding: 11px 13px 0px 20px;
}
.off-canvas .sub-menu {
	visibility: hidden;
	opacity: 0;
	display: none;
}
.off-canvas .open .sub-menu {
	visibility: visible;
	opacity: 1;
	display: block;
}
.off-canvas .open .sub-menu .sub-menu {
	visibility: hidden;
	opacity: 0;
	display: none;
}
.off-canvas .open .sub-menu .open .sub-menu {
	visibility: visible;
	opacity: 1;
	display: block;
}
.off-canvas ul .menu-item-has-children:hover:after {
	color: #ED1C2E;
}
.off-canvas .menu-main-menu-container {
	padding: 0 10px;
}




/* /////////////////////////////////////////////////////////////////////////////////////// HERO	SLIDER */
.slide {
	width: 100%;
	background-size: cover;
	background-position: center;
	height: 100%;
	z-index: 2;
}

.slides-wrap {
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	position: relative;
}

.slides-wrap:before {
	content:'';
	background-color:#2f2d2db8;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 4;
}
.slider {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 100%;
}




/* SLIDER COUNTER */

.pager {
	display: block;
	position: fixed;
	bottom: -40px;
	padding: 0 0 80px 0;
	left: 45px;
	z-index: 1;
	margin: 5px;
	list-style: none;
}
.pager span {
	color: #fff;
	width: 29px;
	height: 29px;
	margin: 0 1px;
	font-size: 40px;
}
span.cycle-pager-active {
	color: #9c7e5b;
	width: 29px;
	height: 29px;
	text-indent: 100%;
	overflow: hidden;
}




.wpcf7 form.sent .wpcf7-response-output{
	border-color:none!important;
}


/* /////////////////////////////////////////////////////////////////////////////////////// LIST */


.list-wrap {
    float: left;
    width: 100%;
    z-index: 5;
    position: relative;
    background:#E7E4E0;
    padding: 80px 0 0;
}

.list{
	width: 1000px;
	margin: 0 auto;
	display: block;
	background:#fff;
	padding: 25px 50px;
}


.list-l{
	display: inline-block;
	width: 690px;
	vertical-align: middle;
}

.list-r{
	width: 200px;
	display: inline-block;
}

.list-but{
     padding: 10px 33px;
    margin: 50px 0 0 18px;
    vertical-align: middle;
    width: 180px;

}

/* /////////////////////////////////////////////////////////////////////////////////////// WINES PAGE */
	.wine-wrap {
    background: #e7e4df;
    text-align: center;
    width: 100%;
    float: left;
}

.wines {
    width: 100%;
    position: relative;
    float: left;
    height: 210px;
    margin: 50px 0 ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.wines:after{
	content: "";
	background:rgba(110,89,65,.8);
	width: 100%;
	position: absolute;
	height: 100%;
	display:block;
	top: 0;
    left: 0;
}

.wines h2{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    color: #fff;
}

.wine-img {
   width: 200px;
    height: 355px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -65px;
    left: 30px;
    background-position: center;
}

.wine-box:nth-child(even) .wine-img {
	right: 30px;
	left: auto;
}
.wine-box {
    width: 85%;
    display: inline-block;
    position: relative;
    min-height: 250px;
    margin:40px auto;
    background: #fff;
    padding: 35px 60px;
    z-index: 999;
}

.wine-content {
    padding: 0 0 0 200px;
    text-align: left;
}

.wine-box:nth-child(even) .wine-content {
	padding: 0 200px 0 0;
	text-align: left;
}

.wine-content .brown-u {

    margin: -5px 0 15px;
}

.page-template-wines .main .content{
	text-align: center;
	padding: 40px 20px 0;
}

.page-sub{
	font-family: "essonnes-display",serif;
	font-size: 1.4rem;
	text-align: center;
	    margin: 0 0 30px;

}

.wine-content .sub{
	font-family: "halyard-display",sans-serif;
	font-size: 1.3rem;
}
.wine-content .mix{
	font-family: "halyard-display",sans-serif;
	color:#9c7e5b;
	margin: 0 0 15px;
}



/* /////////////////////////////////////////////////////////////////////////////////////// INNER PAGES */

.page-banner, .mob-banner{
	height: 600px;
	position: relative;
	    background-size: cover;
    background-repeat: no-repeat


}

.page-banner:after, .mob-banner:after{
	content:'';
	background-color:#2f2d2d61;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 4;
}


.page-banner h1,  .mob-banner h1{
	color:#fff;
	position: absolute;
	transform:translate(-50%,-50%);
	left: 50%;
	top: 50%;
	z-index: 9;
}

.page-banner h1.brown-u:after, .mob-banner h1.brown-u:after{
	bottom:0;
}

.page-content{
	text-align: center;
}

.page-content ul li{
	margin:15px auto;
	font-family: "halyard-display",sans-serif;
	font-weight:100;
}



/* /////////////////////////////////////////////////////////////////////////////////////// CONTACT */

.condeets {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    }

.condeets li{
	list-style: none;
	vertical-align: top;
    margin: 6px 0 40px;
}

.condeets p{
    color: #9c7e5b;
    cursor: pointer;
    font-size: 1rem;

}
.condeets h4{
	font-size: 1.3rem;
}


.contact{
    width: 395px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.contact h2{
	margin: 0 0 40px;
}

.form{
	width: 100%;
	display: inline-block;
}

div.wpcf7-mail-sent-ok{
	border:none;
	color:#333;
}

.wpcf7-form  label{
	display:none;
}

	.wpcf7-form  input, .wpcf7-form textarea{
	color: #363636;
	
}


::-webkit-input-placeholder { /* WebKit browsers */
color: #363636 !important;
opacity: 1;
     font-family: "essonnes-display",serif;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #363636 !important;
opacity: 1;
    font-family: "essonnes-display",serif;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #363636 !important;
opacity: 1;
    font-family: "essonnes-display",serif;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #363636 !important;
opacity: 1;
    font-family: "essonnes-display",serif;
}

.contact {
    display: flex;
    width: 450px;
    flex-wrap: wrap;
}

.wpcf7-form p{
	width:100%;
	float: left;
}


.wpcf7-form p{
	position: relative;
    color: #363636;
    margin: 0;
        font-family: "essonnes-display",serif;
}


.wpcf7-text,  .wpcf7-textarea {
    width: 100%;
    padding: 10px;
    background: #efefef;
    border:none;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 100;
    margin: -5px auto;
    font-family: "essonnes-display",serif;
}
 .wpcf7-textarea{
 	width: 100%;
 	display: block;
 	margin: 0 auto;
 }

.wpcf7-textarea{
	height: 100px;
}

input.wpcf7-form-control.wpcf7-submit {
        background: #383838;
        display: block;
    padding: 10px 66px;
   margin: 12px auto 0;
    border:none;
    font-family: "essonnes-display",serif;
    color: #fff;
    font-size: 1.2rem
    border-radius: 0;
    font-size: 17px;
}
span.wpcf7-not-valid-tip, .wpcf7-validation-errors {
	    font-family: "halyard-display",sans-serif;
    font-size: 1em;
    font-weight: normal;
    display: inline-block;
    text-align: left;
    color: red;
    width: 100%;
    margin: 10px 0 0px;
    font-size: 14px;
    font-weight: 200;
}
div.wpcf7-validation-errors{
	display:none!important;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha.captcha {
    position: relative;
    display: block;
    text-align: center;
    margin: 10px 50% 0;
    float: left;
    transform: translateX(-50%);
}

/* /////////////////////////////////////////////////////////////////////////////////////// FOOTER */

.page-template-contact-inner .content .social{
	display: grid;
    float: none;
    grid-template-columns: 1fr 1fr 1fr;
    width: 160px;
    margin: 20px auto 18px;
}

.page-template-contact-inner .content .social i{
	font-size: 1.6rem;

}

.page-template-contact-inner .content .social a{
	margin: 0 2px;
}

.social {
    float: left;
    width: 100%;
    margin: 10px 0 0;
}

.social a{
	margin: 0 4px;
}


footer {
	position: relative;
	z-index: 1;
	background: #383838;
	width: 100%;
	overflow: hidden;
	margin: 0;
	color: #000;
	float: left;
	z-index: 5;
	padding: 30px 0 0;

}

.foot-wrap{
    display: block;
    width: 1000px;
    margin: 0 auto;
    height: 115px;
}

.foot-logo{
	width: 180px;
	height:50px;
}
.foot-l{
	float: left;
	width: 40%;
}

.foot-l, .foot-r{
	display: inline-block;
}
.foot-r{
	width: 60%;
	float: right;
	text-align: right;
}

.foot-r .brown-u{
	margin: 0 0 14px;
}

.foot-r h5, .foot-r p, .copyright{
	color:#fff;
}



.foot-r p{
	text-transform: uppercase;
	font-size: 9px;
	margin: 0 0 40px;
	display: block;
}

.foot-r h5 span{
	font-family: "halyard-display",sans-serif;
	font-size: 13px;
}


.google{
	color:#fff;
    margin: 65px 0 0;
    font-size: 12px;
    padding: 0 0 0 23px;
    display: inline-block;
    position: relative;
}

.google:before{
	content:'\f3c5';
	font-family: "Font Awesome 5 Pro"; 
	left: 3px;
	font-size: 17px;
	top:-3px;
	position: absolute;
	color:#9c7e5b;
}

.foot-lower{
	background:#333;
	margin: 10px 0 0;

}

.copyright{
	font-size: 10px;
    margin: 4px 0 0 6px;
    display: block;
	margin:0 auto;
	width: 1000px;
	padding: 10px 0 12px;

}

@media(max-width:1024px){
	.wrap{
		width: 90%;
	}
	.quote{
		width: 100%;
	}
	.quote h3{
		font-size: 1.3rem;
	}
	.quote p{
		font-size: .9rem;
	}
	.main .content{
		width: 100%;
		padding: 50px 10px;
	}
	.home-featimg {
    width: 44%;
}
.list{
	width: 100%;
}
.list-l{
	width: 65%;
}
.list-r{
	width: 30%;
	float: right;
	text-align: center;
}
.list-but{
	margin: 70px 0 0 18px;
}
.foot-wrap, .copyright{
	width: 90%;
}
.wine-box{
	width: 100%;
}

}

@media(max-width:768px){
	.contact{
		width: 90%;
	}
	.list{
		text-align: center;
		    padding: 25px 20px;
	}
	.list-l, .list-r{
		width: 100%;
		float: none;
	}
	.list-but{
		margin: 20px auto;
	}
	.top-nav{
		display: none;
	}
	.right-nav, .top-nav ul{
		display:none;
	}
	.scrolled.home header, .home header{
		top:0;
	}
	header .logo{
		    width: 140px;
    height: 60px;
    opacity:0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-in-out , visibility .3s ease-in-out ;
    -moz-transition:opacity .3s ease-in-out , visibility .3s ease-in-out;
    -o-transition:opacity .3s ease-in-out , visibility .3s ease-in-out ;
    transition: opacity .3s ease-in-out , visibility .3s ease-in-out ;
	}
	#top-ham{
		display: block;

	}

	.scrolled header .logo, header .logo{
		opacity: 1;
		visibility:visible;
		-webkit-transition: opacity .3s ease-in-out , visibility .3s ease-in-out ;
    -moz-transition:opacity .3s ease-in-out , visibility .3s ease-in-out;
    -o-transition:opacity .3s ease-in-out , visibility .3s ease-in-out ;
    transition: opacity .3s ease-in-out , visibility .3s ease-in-out ;
	}
	.foot-wrap{
		height: auto;
	}

	.wine-box{
		padding: 35px;
	}

	.wine-box h3{
		font-size: 1.6rem;
	}
	.wine-content .sub{
		font-size: 1rem;
	}
	.wine-content .mix {
  
    margin: 7px 0 15px;
    font-size: 1rem;
}
}

@media(max-width:650px){
	.condeets {
    grid-template-columns: 1fr;
}
.gallery{
	grid-template-columns: 1fr;
}

	.wines, .lower-wrap{
		background-attachment:scroll; 
	}
	.gallery a{
		width: 100%;
		height: 320px;
	}
	.home .main .content .post, .home-featimg{
    float: none;
    display: block;
	}
	.home .main .content .post{
		width: 100%;
		text-align: center;
		margin:  0 0 50px;
	}
	.lower-wrap{
		text-align: center;
	}
	.lower-wrap h3{
		font-size: 1.7rem;
		    line-height: 1.2;
	}
	.home-featimg{
	    width: 90%;
		margin: 0 auto;
	}
	.foot-l, .foot-r{
		width: 100%;
		text-align: center;
		float: none;
	}

	footer .logo{
	
    position: relative;
    width: 280px;
    height: 50px;
    background-position: center;
    margin: 10px auto 20px;
    display: block;
	}
	.google{
		margin: 10px 0 20px;
	}
	.foot-r p{
		    margin: 15px 0 30px;
	}
	.copyright{
		text-align: center;
	}
	.wine-img{
		left: 0;
	}
	.wine-content {
    padding: 0 0 0 130px;
}
	.wine-box:nth-child(even) .wine-img{
		right:0;
	}

	.wine-box:nth-child(even) .wine-content {
    padding: 0 130px 0 0;
}
.wine-img{
	width: 150px;
}
.main .content .post{
	padding: 0;
}
.condeets li{
	margin: 10px 0;
}
.condeets{
	margin: 0 0 20px;
}
.list-wrap{
	padding: 0px ;
}
.condeets p{
	font-size: 1rem;
}
}

@media(max-width:450px){
	.wine-img{
		top:15px;
	}
	.wine-box{
		min-height: 400px;
	}
	.wine-box:nth-child(even) .wine-content{
		padding: 0 115px 0 0;
	}
	.wine-content {
    padding: 0 0 0 115px;

}
.page-content img{
	width: 100%;
}
}


@media(min-width: 1920px){
	.slides-wrap{
		height: 850px;
	}
}

@media(min-width: 1220px){
.page-template-about .page-banner{
    background-position: center -90px;
}
}

@media(min-width:768px){
	.mob-clicked .off-canvas{
		left:-100%;
	}
}

@media(max-height:650px){
	.page-banner, .mob-banner{
		height: 350px;
	}
}

