img.wp-smiley,
img.emoji {
  display: inline !important;
  border: 0 !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
div.wpcf7 {
  margin: 0;
  padding: 0;
}
div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
}
div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
  border: 2px solid red;
}
div.wpcf7-spam-blocked {
  border: 2px solid orange;
}
div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
  position: relative;
}
span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid red;
  background: #fff;
  padding: 0.2em 0.8em;
}
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " ";
}
.wpcf7-display-none {
  display: none;
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(../images/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: 0;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}
div.wpcf7 div.ajax-error {
  display: none;
}
div.wpcf7 .placeheld {
  color: #888;
}
div.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0;
}
div.wpcf7 input[type="file"] {
  cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
  cursor: default;
}
@font-face {
  font-family: "icomoon-wpzan";
  src: url(//biz.wpyou.com/wp-content/plugins/wp-zan/{{tempdir}}static/css/../fonts/icomoon.eot?2m78e6);
  src: url(../fonts/icomoon.eot) format("embedded-opentype"),
    url(../fonts/icomoon.woff) format("woff"),
    url(../fonts/icomoon.ttf) format("truetype"),
    url(../fonts/icomoon.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-wpzan {
  font-family: "icomoon-wpzan" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-bottom;
}
.icon-wpzan:before {
  content: "\e125";
}
.wp-zan.zan-loader .icon-wpzan {
  padding: 0 7px\9;
  background: url(../images/loading.gif) 50% 50% no-repeat\9;
}
.wp-zan.zan-loader .icon-wpzan:before {
  display: none\9;
}
.wp-zan.zan-loader .icon-wpzan:before {
  content: "\e031";
  -webkit-animation: 1s linear 0s normal none infinite rotate;
  -moz-animation: 1s linear 0s normal none infinite rotate;
  -ms-animation: 1s linear 0s normal none infinite rotate;
  -o-animation: 1s linear 0s normal none infinite rotate;
  animation: 1s linear 0s normal none infinite rotate;
}
.wp-zan {
  color: #999;
  text-decoration: none;
}
.wp-zan .icon-wpzan {
  margin-right: 5px;
}
.wp-zan:hover,
.wp-zan.zaned {
  color: #8ac78f;
}
.wp-zan.zaned .icon-wpzan {
  -webkit-animation: waver 0.3s linear 1;
  -moz-animation: waver 0.3s linear 1;
  -o-animation: waver 0.3s linear 1;
  animation: waver 0.3s linear 1;
}
@keyframes waver {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-moz-keyframes waver {
  0% {
    -moz-transform: scale(1, 1);
  }
  50% {
    -moz-transform: scale(1.5, 1.5);
  }
  100% {
    -moz-transform: scale(1, 1);
  }
}
@-webkit-keyframes waver {
  0% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.5, 1.5);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
@-o-keyframes waver {
  0% {
    -o-transform: scale(1, 1);
  }
  50% {
    -o-transform: scale(1.5, 1.5);
  }
  100% {
    -o-transform: scale(1, 1);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.wp-zan {
  color: !important;
}
.wp-zan:hover {
  color: !important;
}
.wp-zan.zaned {
  color: !important;
}
