/**
 * Features
 *
 * Styles which integrate this theme with the Features plugin.
 * This stylesheet is only enqueued if Features is activated.
 * http://wordpress.org/plugins/features-by-woothemes/
 */
@-webkit-keyframes spin-360 {
  from {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(0);
    /* FF3.5+ */
    -ms-transform: rotate(0);
    /* IE9 */
    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(180deg);
    /* FF3.5+ */
    -ms-transform: rotate(180deg);
    /* IE9 */
    -o-transform: rotate(180deg);
    /* Opera 10.5 */
    transform: rotate(180deg);
    zoom: 1;
  }
  to {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(0);
    /* FF3.5+ */
    -ms-transform: rotate(0);
    /* IE9 */
    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
}
.home .widget_woothemes_features {
  padding: 0;
}
.widget_woothemes_features {
  margin: 0 0 2.244em;
}
.widget_woothemes_features:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.widget_woothemes_features h2,
.widget_woothemes_features h3 {
  margin: 0 0 1em;
  font-size: 1.618em;
  line-height: 1.387em;
}
.widget_woothemes_features .feature {
  width: 100%;
}
.widget_woothemes_features .feature h3 {
  color: #4c4c4c;
  font-weight: normal;
  font-size: 1.2em;
  margin: 0 0 .382em;
}
.widget_woothemes_features .feature h3 a {
  color: #4c4c4c;
}
.widget_woothemes_features .feature {
  margin: 0 0 1.618em;
}
.widget_woothemes_features .feature-content {
  color: #8c8c8c;
}
.widget_woothemes_features img {
  margin: 0 0 1em;
  height: auto;
  padding: .53em;
  border: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 768px) {
  #content .widget_woothemes_features .columns-2:after,
  #content .widget_woothemes_features .columns-3:after,
  #content .widget_woothemes_features .columns-4:after,
  #content .widget_woothemes_features .columns-5:after,
  #content .widget_woothemes_features .columns-6:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  #content .widget_woothemes_features .columns-2 .feature,
  #content .widget_woothemes_features .columns-3 .feature,
  #content .widget_woothemes_features .columns-4 .feature,
  #content .widget_woothemes_features .columns-5 .feature,
  #content .widget_woothemes_features .columns-6 .feature {
    float: left;
    margin-right: 3.8%;
  }
  #content .widget_woothemes_features .columns-2 .feature.first,
  #content .widget_woothemes_features .columns-3 .feature.first,
  #content .widget_woothemes_features .columns-4 .feature.first,
  #content .widget_woothemes_features .columns-5 .feature.first,
  #content .widget_woothemes_features .columns-6 .feature.first {
    clear: both;
  }
  #content .widget_woothemes_features .columns-2 .feature.last,
  #content .widget_woothemes_features .columns-3 .feature.last,
  #content .widget_woothemes_features .columns-4 .feature.last,
  #content .widget_woothemes_features .columns-5 .feature.last,
  #content .widget_woothemes_features .columns-6 .feature.last {
    margin-right: 0;
  }
  #content .widget_woothemes_features .columns-2 .feature {
    width: 48%;
  }
  #content .widget_woothemes_features .columns-3 .feature {
    width: 30.75%;
  }
  #content .widget_woothemes_features .columns-4 .feature {
    width: 22.05%;
  }
  #content .widget_woothemes_features .columns-5 .feature {
    width: 16.9%;
  }
  #content .widget_woothemes_features .columns-6 .feature {
    width: 13.5%;
  }
  #sidebar .widget_woothemes_features .columns-2 .feature,
  #sidebar .widget_woothemes_features .columns-3 .feature,
  #sidebar .widget_woothemes_features .columns-4 .feature,
  #sidebar .widget_woothemes_features .columns-5 .feature,
  #sidebar .widget_woothemes_features .columns-6 .feature {
    width: 100%;
    float: none;
    margin-right: 0;
    clear: both;
  }
}
