﻿@charset "utf-8";
/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

@font-face {font-family: "iconfont";
  src: url('../fonts/sfont.eot'); /* IE9*/
  src: url('../fonts/sfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/cda95f57e6e34f1ebef151c80394d566.woff') format('woff'),
  url('../fonts/sfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/sfont.svg') format('svg'); /* iOS 4.1- */
}

#top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='iconfont']:before{ font-family: 'iconfont'; }
.mejs-poster.mejs-layer{height: 100% !important;}
.template-portfolio .entry-content-header .page-thumb{display:none;}
#top .fullsize .template-blog .post-title{width: 100%; max-width: 100%; font-size: 24px;}
.avia_textblock p, .avia_textblock p span{line-height: 1.65em; margin-top:0; margin-bottom: 0;}
.wysj-add-cart-box{display: inline-block;}
form.cart .button.wysj-go-taobao{margin-left: 10px;}
form.cart .button.wysj-go-taobao:hover{opacity: .8;}
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
  	/*博客详情全宽*/
	#top .fullsize .template-blog .post .entry-content-wrapper{max-width: 100%;}
	#top.single-post .fullsize .single-small.with-slider .blog-meta{display: none;}
	#top .fullsize .template-blog .post .entry-content-wrapper > *{max-width: 100%; width: 100%; left:0;}
	.av-content-full > .comment-entry{max-width: 100%;}
}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
	.av-main-nav-wrap{float: right;}
  #menu-item-shop .cart_dropdown_link{padding: 0 20px;}
  .woocommerce-page .button{min-width: 50px;  padding: 15px 12px;}
}