/**
 * Theme Name: chrismontwines
 * Version: 1.0
 */

/* =Reset CSS (v2.0) http: //meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote: before, blockquote: after,
q: before, q: after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =Base
-------------------------------------------------------------- */
html{
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body{
	line-height: 1.5;
	background: #fff;
	font-family: 'Open Sans',sans-serif,Arial,Helvetica;
	font-weight: 600;
	font-size: 14px;
	color: #000;
}

a{
	color: #000;
	text-decoration: none;
	outline: none;
}
a:hover{
	color: #9d1227;
	text-decoration: none;
}
em,
i {
	font-style: italic;
}
strong em,
strong i {
	font-weight: 700;
}
em strong,
i strong {
	font-style: italic;
}
fieldset,img{
	border: none;
}
img{
	vertical-align: top;
	max-width: 100%;
}
input,
textarea,
select{
	vertical-align: middle;
	font-family: 'Open Sans';
	moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
hr{
	color: #ddd;
	background: #ddd;
	height: 1px;
	border: 0px;
}

.clear{
	clear: both;
	margin: 0;
	padding: 0;
}
.hidden{
	display: none;
}

/* clear float */
.cf:before,
.cf:after{
	content:'';
	display:table;
	line-height:0;
}
.cf:after{
	clear:both;
}
.cf{
	zoom: 1;
}

/* wrapper */
.wrapper{
	clear: both;
	width: 1080px;
	margin: 0 auto;
}

/* cols */
.cols-2, .cols-3, .cols-4{
	font-size: 0;	
}
.cols-3 p{
	color: #CCC;
}
.cols-2 .col, .cols-3 .col, .cols-4 .col{
	vertical-align: top;
	display: inline-block;
	width: 100%;
	font-size: 14px;
}
.cols-3 .col{
	width: 33.33%;
}
.cols-4 .col{
	width: 25%;
}

/* =Main */
.site{
}

/* =Header
-------------------------------------------------------------- */
.site-header{
	margin-bottom: 10px;
	border-bottom: 1px solid #666;
}

.sh-area-t{
	position: relative;
	min-height: 110px;
	padding: 20px 0 0 0;
}

.sh-social a{
	display: inline-block;
	width: 25px;
	height: 18px;
	/* background: url(img/icon-social.png) no-repeat; */
}
.sh-social a:hover{
	opacity: 0.85;
}
/* .sh-social a.tw{
	background-position: 0 -20px;
}
.sh-social a.ig{
	background-position: 0 -40px;
}
.sh-social a.email{
	background-position: 0 -60px;
} */
.sh-social a img{
	display: block;
	height: 25px;
	width: auto;
	margin: 0 auto;
}

.sh-cart{
	text-align: right;
}
.sh-cart a{
	padding: 0 3px;
	font-family: 'Times';
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
}
.sh-cart a:hover{
	color: #9d1227;
}

.site-header hr{
	height: 4px;
	margin: 0 0 6px 0;
	border: 0px;
	background: #666;
	color: #666;
}

.site-title{
	position: absolute;
	left: 50%;
	bottom: -100px;
	margin-left: -162px;
	display: table-cell;
	vertical-align: middle;
	width: 325px;
	height: 208px;
	background: #fff;
	text-align: center;
	z-index: 99;
}
.site-title img{
	max-width: 325px;
}

/* .site-navi ---------- */
.sh-area-navi{
	border-top: 1px solid #666;
}
.site-navi{
	height: 50px;
	width: 1080px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.site-navi .col-r{
	text-align: right;
}

.site-navi span.site-navi-m{
	display: none;
}
.site-navi ul{
	list-style: none;
}
.site-navi ul li{
	display: inline-block;
	position: relative;
	padding-top: 10px;
/*	padding-right: 30px;*/
	padding-bottom: 0px;
	padding-left: 30px;
	float: left;
}
.site-navi ul li a{
	display: inline-block;
	margin-right: 30px;
	padding: 0 10px;
	/*font-family: 'Cinzel';*/
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
}
.site-navi ul.col-r li a{
	margin-right: 0;
	margin-left: 20px;
}
.site-navi ul li:hover > ul{
	display: block;
}

.site-navi ul li:hover > a,
.site-navi ul li.current_page_item > a,
.site-navi ul li.current-menu-ancestor > a,
.site-navi ul li.current-menu-item > a,
.site-navi ul li.current-menu-parent > a{
	color: #9D1227;
}
.site-navi ul ul{
	z-index: 999;
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	min-width: 200px;
	padding: 10px 0;
	background: #fff;
        text-align: left;
}
.site-navi ul ul li a{
	display: block;
	white-space: nowrap;
	font-size: 16px;
}
.site-navi ul ul li:hover > a{
}
.site-navi ul ul ul{
	z-index: 9999;
	left: 100%;
	top: 0;
	padding: 0;
}
.site-navi ul ul ul ul{
	visibility: hidden;
}



/* =site-main
-------------------------------------------------------------- */

/* page-title -------- */
.page-title{
	line-height: 40px;
	padding-bottom: 10px;
	color: #9D1227;
	font-size: 36px;
	text-align: center;
}

/* =content-main
-------------------------------------------------------------- */
.content-main{
	margin-top: 10px;
	border-top: 1px solid #666;
}
.page-default .content-main{
	border-top: none;
}

/* =content-main: Layout 2 columns - blog/product
-------------------------------------------------------------- */
.layout-2cols .site-header{
}

.layout-2cols .content-main{
	margin: 70px 0;
	border-top: none;
}
.layout-2cols .content-main .wrapper{
	position: relative;
}
.layout-2cols .content-main .wrapper:before{
	content: '';
	position: absolute;
	top: 0;
	right: 280px;
	height: 100%;
	width: 1px;
	background: #666;
}
.layout-2cols .content-main .wrapper hr{
	background: none;
}

.layout-2cols .page-title{
	padding-bottom: 20px;
	text-align: left;
}

/* =content
-------------------------------------------------------------- */
.content{
	position: relative;
	width: 760px;
	float: left;
}

/* post */
.post{
	padding: 45px 0 25px;
	border-bottom: 1px solid #666;
}
.post.first{
	padding-top: 0;
}
.sticky{
}

.post .thumb{
	margin-bottom: 30px;
}
.post .thumb img{
	/*width: 100%;*/
	max-width: 100%;
	height: auto;
}
.post-with-image{

}
.post-with-image .thumb{
	float: left;
	width: 33%;
	text-align: center;
}
.post-with-image .post-content{
	float: right;
	width: 65%;
}

.post .title{
	padding-bottom: 10px;
	font-size: 24px;
	color: #9D1227;
}
.post .title a{
	color: #9D1227;
}
.post .title a:hover{
	opacity: 0.85;
}

/* entry */
.entry{
	font-size: 16px;
	/*font-weight: 400;*/
}

.entry ul,.entry ol{
	margin: 0 0 20px 0;
}
.entry ul ul,.entry ol ol,.entry ul ol,.entry ol ul{
}
.entry li{
    line-height: 1.5;
    margin-bottom: 10px;
}
.entry hr{
	display: block;
	margin: 20px 0;
}
.entry p{
	margin: 0 0 20px;
}
.entry a{
}
.entry strong{
	font-weight: 700;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6{
	margin: 0 0 20px 0;
	font-weight: 700;
}
.entry h1{
	font-size: 32px;
}
.entry h2{
	font-size: 24px;
}
.entry h3{
	font-size: 19px;
}
.entry img{
	max-width: 100%;
	height: auto;
}
.entry blockquote{
	overflow: hidden;
	width: 95%;
	margin: 0 0 20px 20px;
	padding: 10px;
	border-left: 4px solid #eee;
}
.entry code{
	text-shadow: none;
	background: #555;
	color: #bfbebe;
	font-family: "Courier New",clearSys;
}
.entry pre{
	text-shadow: none;
	font-size: 12px;
	width: 95%;
	line-height: 16px;
	overflow: auto;
	font-family: "Courier New",clearSys;
	background: #fcfcfc;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 15px solid #eee;
	border-right: 1px solid #eee;
	margin: 0 0 20px;
	padding: 0 5px 16px;
}
.entry .wp_link_pages{
	clear: both;
	padding: 10px 0 20px;
}

.entry-excerpt p{
	font-style: italic;
}
/* read-more button */
a.read-more{
	display: block;
	width: 140px;
	line-height: 32px;
	background: #666;
	color: #fff;
	/*font-family: 'Cinzel';*/
	font-family: 'Times';
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}
a.read-more:hover{
	opacity: 0.85;
}
.tpl-reviews a.read-more{
	display: inline-block;
	width: auto;
	padding: 0 25px;
}

/* contact form - cf7 */
.entry .wpcf7 p{
	margin-bottom: 10px;
}
.entry .wpcf7 p .cf-ib{
	display: inline-block;
	margin-right: 5px;
	line-height: 16px;
	font-size: 12px;
}
.entry .wpcf7 p input,
.entry .wpcf7 p select,
.entry .wpcf7 p textarea{
	padding: 3px 5px;
	border: 1px solid #999;
	max-width: 100%;
}
.entry .wpcf7 p .cf-ib input{
	max-width: 100px;
}
.entry .wpcf7 p textarea{
	height: 180px;
}
.entry .wpcf7 p .wpcf7-submit{
	padding: 5px 20px;
	border: none;
	background: #6c6c6b;
	color: #fff;
}

/* post-nav */
.post-nav{
	padding: 20px 0;
	text-align: center;
	font-family: "Times";
}
.post-nav .fl{
	float: left;
}
.post-nav .center{
}
.post-nav .fr{
	float: right;
}
.post-nav .fl.none,
.post-nav .fr.none{
	pointer-events: none;
	cursor: default;
	color: #999;
}

/* = .pagination, .pagenavi, .navigation
-------------------------------------------------------------- */
.pagination{
	padding: 20px 0;
	text-align: center;
}
.pagenavi,
.navigation{
}
.page-numbers{
}
.pagination .left,
.pagination .right{
	padding: 0 10px;
}

/* =sidebar
-------------------------------------------------------------- */
.sidebar{
	float: right;
	width: 245px;
}
.widget{
	margin: 0 0 30px;
	padding: 0 5px 30px;
	border-bottom: 1px solid #666;
	font-size: 16px;
	/*font-weight: 300;*/
}
.widget h3{
	line-height: 30px;
	padding-bottom: 10px;
	font-size: 19px;
	font-weight: 700;
}
.widget li{
	position: relative;
	list-style: none;
	line-height: 20px;
	padding: 5px 0 5px 30px;
}
.widget li:before{
	content: '-';
	position: absolute;
	left: 20px;
	top: 0;
	line-height: 30px;
}
/* wp widget -------------------- */
/* .widget_search */
.widget_search{
	padding-left: 0;
	padding-right: 0;
}
.widget_search h3{
	line-height: 20px;
	padding: 0 5px 10px;
}
.widget_search label,
.widget_search #searchsubmit{
	display: none;
}
.widget_search #s{
	width: 100%;
	height: 30px;
	padding: 0 7px;
	border: 1px solid #666;
}
/* .widget_feature_wine */
.widget .widget_feature_wine{
	position: relative;
	padding-left: 90px;
	min-height: 250px;
}
.widget .widget_feature_wine img{
	position: absolute;
	left: 0;
	top: 0;
}
.widget .widget_feature_wine h4{
	padding-bottom: 10px;
}
.widget .widget_feature_wine p{
	padding-bottom: 15px;
	font-size: 13px;
}
.widget .widget_feature_wine p.price{
	/*font-family: 'Cinzel';*/
	font-family: 'Times';
	font-weight: 400;
	font-size: 21px;
}

/* .btn-view-details */
a.btn-view-details{
	display: block;
	width: 130px;
	line-height: 26px;
	background: #666;
	margin: 10px 0;
	color: #fff;
	/*font-family: 'Cinzel';*/
	font-family: 'Times';
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}
a.btn-view-details:hover{
	opacity: 0.85;
}

/* .widget_products_filter */
.widget .widget_products_filter{
	margin-top: 30px;
}
.widget .widget_products_filter.first{
	margin-top: 0;
}
/* .widget_text_link */
.widget .widget_text_link p{
	padding-bottom: 10px;
	font-size: 14px;
	/*font-weight: 300;*/
}

/* woocommerce plugin: .widget_shopping_cart */
.products-single .widget_shopping_cart .cart_list img{
	display: none;
}
.products-single .widget_shopping_cart .cart_list a{
	padding-bottom: 5px;
	font-size: 16px;
	/*font-weight: 300;*/
}
.products-single .widget_shopping_cart .total{
	padding: 0 0 30px;
}
.products-single .widget_shopping_cart .buttons a{
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0 7px;
	height: 30px;
	line-height: 30px;
	background: #666;
	border-radius: none;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
	/*font-family: 'Cinzel';*/
	font-family: 'Times';
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
}
.products-single .widget_shopping_cart .wc-forward:after,
.products-single .widget_shopping_cart .wc-forward a:after{
	content: '>>';
	margin-left: 5px;
}
.products-single .widget_shopping_cart .buttons a:hover{
	opacity: 0.85;
}

#coupon_code{
	height: 30px;
}
.woocommerce .cart-collaterals .cart_totals{
	width: 100%;
	float: none;
}
.woocommerce .cart-collaterals .cart_totals th{
	text-align: left;
	padding-right: 15px;
}
.wc-proceed-to-checkout{
	margin-top: 10px;
}

.woocommerce-message{
	margin-bottom: 30px;
}

.products-single .quantity{
	display: inline-block;
}
#qty-reduce,#qty-add{
	cursor: pointer;
	vertical-align: top;
	display: inline-block;
	line-height: 30px;
	margin: 0 1px 0 0;
	padding: 0 5px;
	background: #666;
	color: #fff;
}



/* =footer
-------------------------------------------------------------- */
.site-footer{
}
.site-footer .wrapper{
	width: 1060px;
}

.sf-box{
	padding: 20px 0;
	background: #6C6C6B;
	color: #fff;
}
.sf-box a{
	color: #fff;
}
.sf-box a:hover{
	color: #9d1227;
}
.sf-box .col-w1{
	width: 28.133333%;
}
.sf-box .col-w2{
	width: 100%;
	text-align: center;	
}
.sf-box .col-w3{
	width: 17.71111%;
}
.sf-box h4{
	padding-bottom: 5px;
	font-size: 18px;
	line-height: 32px;
}
.sf-box .col-w1 ul{
	list-style: none;
}
.sf-box .col-w1 li,
.sf-box .col p{
	line-height: 26px;
	/*font-family: 'Cinzel';*/
	font-family: 'Times';
	font-weight: 400;
	font-size: 15px;
}

.subscribe-form{
	position: relative;
	padding-top: 5px;
}
.subscribe-email{
	width: 100%;
	height: 28px;
	padding: 0 7px;
	background: #fff;
	border: none;
}
.subscribe-submit{
	display: none;
}
#subscribe-succeed {
	display: none;
	vertical-align: top;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	color: #ccc;
}
#subscribe-succeed:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.sf-box .col.col-w3 p{
	line-height: 20px;
	margin-bottom: 15px;
}
.sf-box .col.col-w3 .subscribe-form a{
	display: block;
	line-height: 26px;
	padding: 12px 0 13px;
	text-align: center;
	font-family: "Times";
	font-size: 18px;
	background: #fff;
	color: #000;
}
.sf-box .col.col-w3 .subscribe-form a:hover{
	color: #9d1227;
}

.copyright-area{
	padding: 20px 0;
	background: #fff;
	color: #666;
	font-size: 12px;
	/*font-family: 'Cinzel';*/
	font-family: 'Times';
	font-weight: 400;
}
.copyright-area a{
	color: #666;
}
.copyright-area a:hover{
	color: #9d1227;
}
.copyright-area .sf-menu{
	text-align: right;
}
.copyright-area .sf-menu a{
	padding: 0 3px;
}

/* =Product
-------------------------------------------------------------- */
.products-list .content{
	width: 800px;
}
.products-list .page-title{
	padding-bottom: 40px;
}
/* products-cols-3 */
.products-cols-3 .col .item{
	position: relative;
	min-height: 300px;
	padding: 0 40px 40px 0;
	color: #FFF;
}
.products-cols-3 .col .item .thumb{
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 250px;
}
.products-cols-3 .col .item img.wp-post-image{
}
.products-cols-3 .col .item .item-content{
	overflow: hidden;
	height: 250px;
	padding-left: 80px;
}
.products-cols-3 .col .item .item-content .item-content-inner{
	height: 210px;
	overflow: hidden;
}
.products-cols-3 .col .item .item-content h2{
	line-height: 20px;
	padding-bottom: 20px;
	font-size: 18px;
}
.products-cols-3 .col .item .item-content .price{
	line-height: 30px;
	padding: 5px 0;
	font-size: 24px;
	/*font-family: 'Cinzel';*/
	font-family: 'Times';
	font-weight: 400;
}
.products-cols-3 .col .item a.product-view-details{
	display: block;
	line-height: 40px;
	margin-top: 5px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	/*font-family: 'Cinzel';*/
	font-family: 'Times';
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
.products-cols-3 .col .item a.product-view-details:hover{
	text-decoration: underline;
}
/* product single -------------------- */
.doo-product .left{
	float: left;
	width: 215px;
	min-height: 560px;
}
.doo-product .left .feature-image-big{
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	width: 155px;
	height: 560px;
	text-align: center;
}
.doo-product .left .download{
	width: 155px;
	line-height: 20px;
	padding: 20px 0 40px;
	/*font-family: 'Cinzel';*/
	font-family: 'Times';
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}
.doo-product .left .download span,
.doo-product .left .download a{
	display: block;
	padding-top: 5px;
	font-size: 16px;
}
.doo-product .left .download span{
	font-weight: 700;
}
.doo-product .left .download a{
	font-size: 14px;
}

.products-single .right{
	float: right;
	width: 545px;
	padding: 0 0 40px;
}
.products-single .right h1.product_title{
	padding-bottom: 25px;
	font-size: 36px;
	color: #9D1227;
}
.products-single .right h1.product_title a{
	color: #9D1227;
}
.products-single .right h1.product_title a:hover{
	color: #000;
}

.products-single .right .entry{
	font-size: 14px;
}
.products-single .right .entry p{
	line-height: 28px;
}

.products-single .right .entry .price{
	/*font-family: 'Cinzel';*/
	font-family: 'Times';
	font-weight: 400;
	font-size: 27px;
}
.products-single .right .entry .cart{
	margin-bottom: 40px;
}
.products-single .right .entry .cart .buttons_added,
.products-single .right .entry .cart .single_add_to_cart_button{
	display: inline-block;
	vertical-align: top;
}
.products-single .right .entry .cart input,
.products-single .right .entry .cart button{
	height: 30px;
	margin-right: 1px;
	background: #666;
	border: none;
	color: #fff;
	font-family: 'Open Sans';
	font-size: 20px;
	font-size: 16px;
	text-align: center;
}
.products-single .right .entry .cart input.minus,
.products-single .right .entry .cart input.plus{
	width: 20px;
}
.products-single .right .entry .cart input.input-text{
	width: 30px;
}
.products-single .right .entry .cart input.input-text::-webkit-inner-spin-button,
.products-single .right .entry .cart input.input-text::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.products-single .right .entry .cart input.input-text {
  -moz-appearance:textfield;
}

.products-single .right .entry .cart input.minus,
.products-single .right .entry .cart input.plus,
.products-single .right .entry .cart .single_add_to_cart_button{
	cursor: pointer;
}
.products-single .right .entry .cart .single_add_to_cart_button{
	/*font-family: 'Cinzel';*/
	font-family: 'Times';
	font-weight: 400;
	text-transform: uppercase;
}
.products-single .right .entry .cart input.minus:hover,
.products-single .right .entry .cart input.plus:hover,
.products-single .right .entry .cart .single_add_to_cart_button:hover{
	opacity: 0.85;
}

.products-single .right .entry .extra-text h6{
	margin: 20px 0 0;
	font-family: 'Open Sans';
	font-size: 14px;
	/*font-weight: 300;*/
}
.products-single .right .entry .extra-text h3{
	margin: 0;
	font-size: 21px;
	/*font-weight: 400;*/
}
/* product-share */
.product-share{
	line-height: 18px;
	margin-top: 50px;
	padding: 15px 5px;
	border-top: 1px solid #666;
	/*font-family: 'Cinzel';*/
	font-family: 'Times';
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
}
.product-share a{
	display: inline-block;
	height: 18px;
	width: 25px;
	background: url(img/icon-social.png) no-repeat;
}
.product-share a.tw{
	background-position: 0 -20px;
}
/* suggested-wines */
.suggested-wines{
	border-top: 1px solid #666;
	padding: 25px 0 0;
}
.suggested-wines ul{
	width: 800px;
}
.suggested-wines h3{
	padding-bottom: 40px;
	font-size: 21px;
	text-transform: uppercase;
}

/* shop page: MY ACCOUNT, CART, CHECKOUT */
.products-single .woocommerce form .form-row select,
.products-single .woocommerce-page form .form-row select,
.products-single .woocommerce form .form-row input.input-text,
.products-single .woocommerce form .form-row textarea,
.products-single .woocommerce-page form .form-row input.input-text,
.products-single .woocommerce-page form .form-row textarea {
	padding-top: 7px;
	padding-bottom: 7px;
}
/* checkout: payment.php; */
.woocommerce form .form-row{
	width: auto;
}

/* =home
-------------------------------------------------------------- */
.banner{
	background: #C6C6C6;
}
.banner {
	padding: 0 10px;
	background: #fff;
}
.slider{
	left:-50%;top:auto;border:none;padding:0;
}

.home-feature{
	margin-top: 10px;
	border-top: 1px solid #666;
}
.home-feature h1{
	padding: 35px 0 40px;
	text-align: center;
	font-size: 27px;
}

.home-feature {
	padding: 0 10px;
	text-align: center;
}
.cols-3{
	text-align: center;
	/*width: 1080px;*/
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin:0 auto 0 auto
}
.home-feature .col{
	width: 31.1111%;
	margin: 0 0 30px;
}
.home-feature .col-2{
	margin: 0 2.8888% 30px;
}

.home-feature h2{
	position: relative;
	line-height: 45px;
	text-align: center;
	color: #9D1227;
	font-size: 21px;
}
.home-feature h2:before{
	z-index: 0;
	content: '';
	position: absolute;
	left: 0;
	top: 22px;
	height: 1px;
	width: 100%;
	background: #333333;
}
.home-feature h2 a{
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 15px;
	background: #fff;
	color: #000;
}

.home-feature .col img{
	width: 100%;
	height: auto;
}
.home-feature .col img:hover{
	opacity: 0.85;
}

.home-feature .col p{
	margin: 20px 10px;
}

/* =Landing Page
-------------------------------------------------------------- */
.tpl-landing-page .content-main{
	border-top: none;
}
.w-content{
	margin: 30px auto;
}
.w-entry{
	font-size: 18px;
}

.four-features-box{
	margin: 20px 0 40px;
}

.four-features-box .cols-4{
	padding: 0 10px;
	text-align: center;
}
.four-features-box .col{
	width: 23.1999%;
	margin: 0 0 30px;
}
.four-features-box .col-2,
.four-features-box .col-3{
	margin: 0 2.3999% 30px 2.3999%;
}
.four-features-box .col-3{
	margin: 0 2.3999% 30px 0;
}

.four-features-box h2{
	position: relative;
	line-height: 30px;
	padding: 20px 0;
	text-align: center;
	color: #9D1227;
	font-size: 21px;
}
.four-features-box h2:before{
	z-index: 0;
	content: '';
	position: absolute;
	left: 0;
	top: 34px;
	height: 1px;
	width: 100%;
	background: #333;
}
.four-features-box h2 a{
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 15px;
	background: #fff;
	color: #9D1227;
}

.four-features-box p{
	overflow: hidden;
	height: 80px;
	line-height: 20px;
	margin: 20px 10px;
	font-size: 13px;
}

.four-features-box .col a.thumb{
	display: block;
	overflow: hidden;
	height: 200px;
	border: 1px solid #AEAFA7;
}
.four-features-box .col img{
	width: 100%;
	height: auto;
}
.four-features-box .col img:hover{
	opacity: 0.85;
}

.four-features-box .view-more{
	display: block;
	padding: 10px 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	/*font-family: 'Cinzel';*/
	font-family: 'Times';
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
}

/* =Guest House
-------------------------------------------------------------- */
.tpl-guest-house .content-main{
	/*border-top: none;*/
}
.tpl-guest-house .banner .wrapper{
	overflow: hidden;
	width: 1060px;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
}
.tpl-guest-house .banner {
	max-width: 1268px;
	width: 1278px;
	padding: 0;
}

/* =Recipes
-------------------------------------------------------------- */
.recipes-list{
	padding: 20px 0;
}
.recipes-list li.col{
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	list-style: none;
	position: relative;
	line-height: 20px;
	padding: 0 30px 20px 10px;
	font-size: 18px;
	/*font-weight: 300;*/
}
.recipes-list li.col:before{
	content: '-';
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
}

/* =shortcode
-------------------------------------------------------------- */
.entry .sc-col{
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	padding: 20px 15px;
	font-size: 14px;
}
.entry .sc-btn{
	display: block;
	width: 285px;
	margin: 0 auto;
	padding: 5px 0;
	background: #414042;
	color: #fff;
	text-align: center;
	font-size: 18px;
	/*font-family: 'Cinzel';*/
	font-family: 'Times';
	font-weight: 400;
	text-transform: uppercase;
}
.entry .sc-btn:hover{
	text-decoration: none;
	opacity: 0.85;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone{
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter{
	display: block;
	margin: 5px auto 20px auto;
}

.alignright{
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft{
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter{
	display: block;
	margin: 5px auto;
}

img.alignright,
a img.alignright{
	float: right;
	margin: 5px 0 20px 20px;
}

img.alignnone,
a img.alignnone{
	margin: 5px 0 20px 0;
}

img.alignleft,
a img.alignleft{
	float: left;
	margin: 5px 20px 20px 0;
}

img.aligncenter,
a img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption{
	background: #f9f9f9;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 13px 10px 10px 10px;
	text-align: center;
}

.wp-caption.alignnone{
	margin: 5px 0 20px 0;
}

.wp-caption.alignleft{
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright{
	margin: 5px 0 20px 20px;
}

.wp-caption img{
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text{
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 10px;
}

img.wp-smiley{
	vertical-align: middle;
}

/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
	margin: auto;
	padding: 20px 0;
}

.gallery .gallery-item {
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	margin: 0!important;
	padding: 0 3px 6px;
}

.gallery img {
	border: none!important;
}

.gallery .gallery-caption {
}

.gallery dl {
}

.gallery br+br {
}

.attachment-gallery img {
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
	display: block;
}



/* =for IE
-------------------------------------------------------------- */
/*.ie{
	behavior: url(/wp-content/themes/aed/js/PIE/PIE.htc);
}*/


/* =for Mobile
-------------------------------------------------------------- */
@media screen and (max-width: 1080px) {
	.wrapper{
		width: auto!important;
		margin-left: 10px;
		margin-right: 10px;
	}

	.site-title{
		position: static;
		display: block;
		margin: 0 auto;
		padding-bottom: 15px;
		height: auto;
	}

	.site-navi{
		text-align: center;
	}
	.site-navi ul.col{
		width: auto;
		display: inline;
	}
	.site-navi ul.col li{
		vertical-align: top;
	}
	.site-navi ul.col-r{
		text-align: left;
	}
	.site-navi ul li a {
		line-height: 20px;
		padding: 10px;
		margin-left: 0;
		margin-right: 20px;
	}
	.site-navi ul.col-r li a {
		margin-left: 0;
		margin-right: 20px;
	}

	.four-features-box .cols-4{
		width: 530px;
		margin: 0 auto;
	}
	.four-features-box .col{
		width: 245px;
		margin: 0 10px 20px;
	}

	.layout-2cols .content-main .wrapper:before{
		display: none;
	}
	.content{
		float: none;
		margin: 0 auto 30px;
		max-width: 760px;
		width: auto;
	}

	.entry .sc-btn{
		width: auto;
		max-width: 285px;
		padding: 5px 10px;
	}

	.sidebar{
		float: none;
		max-width: 245px;
		width: auto;
		margin: 0 auto;
	}
	.widget{
	}

	.products-cols-3 .col .item{
		margin: 0 20px;
		padding: 0 0 40px;
	}
	.sh-area-navi{
		padding-bottom: 0;
	}

}

@media screen and (max-width: 800px) {
	.home-feature h1{
		padding: 25px 15px 30px;
		font-size: 24px;
	}
	.home-feature h2{
		font-size: 18px;
	}

	.layout-2cols .content-main{
		margin: 40px 0;
	}

	.products-list .content{
		width: auto;
	}
	.products-cols-3{
		max-width: 535px;
		margin: 0 auto;
	}
	.products-cols-3 .col{
		width: 50%;
	}

	.doo-product .left{
		width: 28.28%;
	}
	.doo-product .left .feature-image-big{
		width: 80%;
		height: auto;
	}
	.doo-product .left .feature-image-big img{
		max-width: 155px;
		width: 100%;
		height: auto;
	}
	.doo-product .left .download{
		width: 80%;
	}
	.doo-product .left .download span,
	.doo-product .left .download a{
		font-size: 12px;
	}
	.doo-product .right{
		width: 69.71%;
	}

	.suggested-wines ul{
		width: auto;
	}

}

@media screen and (max-width: 750px) {
	.home-feature{
		padding-bottom: 30px; 
	}
	.home-feature h1{
		padding: 25px 15px 30px;
		font-size: 24px;
	}
	.home-feature h2{
		font-size: 16px;
	}
	.home-feature .col,
	.home-feature .col-2{
		display: block;
		max-width: 330px;
		width: 100%;
		margin: 0 auto 20px;
	}

	.four-features-box .cols-4{
		width: 245px;
	}
	.four-features-box .col{
		margin: 0 0 20px;
	}

	.entry .sc-cols-3{
		text-align: center;
	}
	.entry .sc-col{
		width: 100%;
		max-width: 352px;
		text-align: left;
	}

}

@media screen and (max-width: 550px) {
	.sh-area-t .col{
		width: 100%;
	}
	.sh-area-t .sh-cart{
		margin: 10px 0 20px;
	}

	.site-title{
		width: auto;
		max-width: 325px;
	}
	
	.site-navi {
		padding: 20px 0 20px;
	}
	.site-navi span.site-navi-m{
		cursor: pointer;
		position: relative;
		display: inline-block;
		line-height: 20px;
		padding-left: 30px;
		font-size: 20px;
	}
	.site-navi span.site-navi-m-active{
		color: #9d1227;
	}
	.site-navi span.site-navi-m:before{
		content: '';
		position: absolute;
		top: 4px;
		left: 0;
		width: 20px;
		height: 4px;
		border-top: 2px solid #666;
		border-bottom: 2px solid #666;
	}
	.site-navi span.site-navi-m:after{
		content: '';
		position: absolute;
		bottom: 2px;
		left: 0;
		width: 20px;
		height: 0;
		border-bottom: 2px solid #666;
	}
	.site-navi .cols-2{
		display: none;
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid #aaa;
	}
	.site-navi .cols-2-active{
		display: block;
	}
	.site-navi ul li{
		display: block;
		padding: 0 15px;
		text-align: left;
	}

	.sf-box .cols-3{
		padding: 0 15px;
	}
	.sf-box .col-w1,
	.sf-box .col-w2,
	.sf-box .col-w3{
		width: 100%;
		margin-bottom: 10px;
	}
	.copyright-area .cols-2{
		padding: 0 15px;
	}
	.copyright-area .col{
		width: 100%;
	}
	.copyright-area .sf-menu{
		text-align: left;
	}

	.page-title,
	.products-single .right h1.product_title{
		font-size: 30px;
	}

	.products-cols-3{
		text-align: center;
	}
	.products-cols-3 .col{
		width: 100%;
		max-width: 265px;
		text-align: left;
	}

	.products-single .right .entry .cart input,
	.products-single .right .entry .cart button{
		font-size: 14px;
	}

	.woocommerce table.shop_table th,
	.woocommerce-page table.shop_table th,
	.woocommerce table.shop_table td,
	.woocommerce-page table.shop_table td{
		font-size: 14px;
		padding: 9px 3px;
	}


	.recipes-list{
	}
	.recipes-list .col{
		width: 100%;
	}

	.post-with-image{

	}
	.post-with-image .thumb{
		float: none;
		width: 100%;
	}
	.post-with-image .post-content{
		float: none;
		width: 100%;
	}

}

.h7{
	width: 230PX;
}
.h8{
	width:60px;
}
.flash {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}
.1_img{
	width: 100%;
	margin-bottom: 15px;
}
p{
	letter-spacing: normal;
	word-spacing: normal;
	font-family: "微软雅黑", "黑体", "宋体";
	line-height: 20px;
	color: #555555;
	font-size: 10pt;
}
.p_pro {
	width:350px;
}
/* 效果CSS开始 */
.mBan2 { overflow: hidden; }
.mBan2 .slideBox{ width:100%; height:auto; position:relative; }
.mBan2 .slideBox .hd{ height: 10px; overflow: hidden; position: absolute; bottom: 4px; z-index: 1; width: 81px; background: url(../images/btnBg.png) no-repeat; margin-left: -46px; left: 50%; padding: 4px 0px 0px 11px; }
.mBan2 .slideBox .hd ul{ zoom: 1; }
.mBan2 .slideBox .hd ul li{ float: left; width: 6px; height: 6px; background: url(../images/btn1.png) no-repeat; cursor: pointer; margin-right: 10px; }
.mBan2 .slideBox .hd ul li.on{ background: url(../images/btn2.png) no-repeat; }
.mBan2 .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.mBan2 .slideBox .bd ul,.slideBox .bd ul li{width:100%!important}
.mBan2 .slideBox .bd img{ width:100%; height:auto; display:block;  }
/* 效果CSS结束 */
