/*

	MAIN STYLESHEET
	=-=-=-=-=-=-=-=-=-=

	  1.  Clearing
	  2.  Base
	  3.  Skins
	  4.  Fluid videos
	  5.  Video background
	  6.  Forms
	  7.  Helpers
	  8.  Medias
	  9.  Tables
	10. Wordpress default classes
	11. Overlay
	12. Typography
	13. Containers
	14. Icons
	15. Buttons
	16. Header
	17. Navigation
	18. Sections
	19. Entry
	20. Gallery
	21. Comments
	22. Footer
	23. Widgets
	24. 404
	25. WooCommerce
	26. ContactForm7
	27. Wolf Twitter
	28. Wolf Discography
	29. Wolf Videos
	30. Wolf Tour Dates
	31. Wolf Gram
	32. Mobile breakpoint
	33. Media queries
	
*/
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	1. Clearing
*/
/* border box everything */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Contain floats */
.clearfix, .searchform, .centered, .comment, .comment-list,
.comment-list .children, .clear {
  zoom: 1;
}
.clearfix:before, .searchform:before, .centered:before, .comment:before, .comment-list:before,
.comment-list .children:before, .clearfix:after, .searchform:after, .centered:after, .comment:after, .comment-list:after,
.comment-list .children:after, .clear:before, .clear:after {
  content: "";
  display: table;
}
.clearfix:after, .searchform:after, .centered:after, .comment:after, .comment-list:after,
.comment-list .children:after, .clear:after {
  clear: both;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	2. Base
*/
html {
  height: 100%;
  max-height: 100%;
  font-size: 62.5%;
}

body {
  overflow-x: hidden !important;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
  font-weight: 400;
}

a {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #63a69f;
}

a > img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
a > img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  opacity: 0.6;
}

::-moz-selection {
  background: #63a69f;
  color: #fff;
}

::selection {
  background: #63a69f;
  color: #fff;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	3. Skins
*/
.skin-light {
  color: #333;
  background: #f1f1f1;
}
.skin-light #swipebox-slider .slide-loading {
  background-image: url("../img/swipebox/loader-light.gif") !important;
}
.skin-light #main {
  background: #f1f1f1;
}
.skin-light #logo-light {
  display: none;
}
.skin-light #navbar-container a,
.skin-light #toggle,
.skin-light .entry-link,
.skin-light .page-title-date a {
  color: #333;
}
.skin-light #overlay {
  background: #fff;
}
.skin-light #overlay-close {
  background-image: url("../img/close-dark.png");
}
.skin-light.no-hero .page-header-container {
  background: #f1f1f1;
  color: #333;
}
.skin-light.no-hero .page-header-container a, .skin-light.no-hero .page-header-container .page-title {
  color: #333;
}
.skin-light.sticky-menu #navbar-container,
.skin-light.sticky-menu #mobile-bar {
  background: #FFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.skin-light.sticky-menu #navbar-container a,
.skin-light.sticky-menu #mobile-bar a {
  color: #333333 !important;
}
.skin-light.sticky-menu #toggle {
  color: #333333 !important;
}
.skin-light.sticky-menu #logo-light {
  display: none !important;
}
.skin-light.sticky-menu #logo-dark {
  display: block !important;
}
.skin-light .paging-navigation .nav-previous, .skin-light .paging-navigation .nav-links a[rel="prev"], .skin-light .paging-navigation .previous,
.skin-light .paging-navigation .nav-next, .skin-light .paging-navigation .nav-links a[rel="next"], .skin-light .paging-navigation .next,
.skin-light .post-navigation .nav-previous,
.skin-light .post-navigation .nav-links a[rel="prev"],
.skin-light .post-navigation .previous,
.skin-light .post-navigation .nav-next,
.skin-light .post-navigation .nav-links a[rel="next"],
.skin-light .post-navigation .next,
.skin-light .release-paging-navigation .nav-previous,
.skin-light .release-paging-navigation .nav-links a[rel="prev"],
.skin-light .release-paging-navigation .previous,
.skin-light .release-paging-navigation .nav-next,
.skin-light .release-paging-navigation .nav-links a[rel="next"],
.skin-light .release-paging-navigation .next,
.skin-light .work-navigation .nav-previous,
.skin-light .work-navigation .nav-links a[rel="prev"],
.skin-light .work-navigation .previous,
.skin-light .work-navigation .nav-next,
.skin-light .work-navigation .nav-links a[rel="next"],
.skin-light .work-navigation .next {
  background: #333;
}
.skin-light.search-results .page-header-container {
  background: white !important;
}

.skin-dark {
  color: #fff;
  background: #333;
}
.skin-dark .loader2-double-bounce1,
.skin-dark .loader2-double-bounce2,
.skin-dark .loader3 > div,
.skin-dark .loader4-cube1,
.skin-dark .loader4-cube2,
.skin-dark .loader5,
.skin-dark .loader6-dot1, .skin-dark .loader6-dot2,
.skin-dark .loader7 > div,
.skin-dark .loader8-container1 > div, .skin-dark .loader8-container2 > div, .skin-dark .loader8-container3 > div {
  background-color: #fff;
}
.skin-dark #main {
  background: #333;
}
.skin-dark #logo-dark {
  display: none;
}
.skin-dark #navbar-container a,
.skin-dark #toggle,
.skin-dark .entry-link,
.skin-dark .page-title-date a {
  color: #fff;
}
.skin-dark #overlay {
  background: #333;
}
.skin-dark #overlay-close {
  background-image: url("../img/close-light.png");
}
.skin-dark.no-hero .page-header-container {
  background: #333;
}
.skin-dark.sticky-menu #navbar-container,
.skin-dark.sticky-menu #mobile-bar {
  background: #333;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.skin-dark.sticky-menu #navbar-container a,
.skin-dark.sticky-menu #mobile-bar a {
  color: #fff;
}
.skin-dark.sticky-menu #toggle {
  color: #fff;
}
.skin-dark.sticky-menu #logo-light {
  display: block !important;
}
.skin-dark.sticky-menu #logo-dark {
  display: none !important;
}
.skin-dark .paging-navigation .nav-previous, .skin-dark .paging-navigation .nav-links a[rel="prev"], .skin-dark .paging-navigation .previous,
.skin-dark .paging-navigation .nav-next, .skin-dark .paging-navigation .nav-links a[rel="next"], .skin-dark .paging-navigation .next,
.skin-dark .post-navigation .nav-previous,
.skin-dark .post-navigation .nav-links a[rel="prev"],
.skin-dark .post-navigation .previous,
.skin-dark .post-navigation .nav-next,
.skin-dark .post-navigation .nav-links a[rel="next"],
.skin-dark .post-navigation .next,
.skin-dark .release-paging-navigation .nav-previous,
.skin-dark .release-paging-navigation .nav-links a[rel="prev"],
.skin-dark .release-paging-navigation .previous,
.skin-dark .release-paging-navigation .nav-next,
.skin-dark .release-paging-navigation .nav-links a[rel="next"],
.skin-dark .release-paging-navigation .next,
.skin-dark .work-navigation .nav-previous,
.skin-dark .work-navigation .nav-links a[rel="prev"],
.skin-dark .work-navigation .previous,
.skin-dark .work-navigation .nav-next,
.skin-dark .work-navigation .nav-links a[rel="next"],
.skin-dark .work-navigation .next {
  background: #0d0d0d;
}

.section-light,
.skin-light,
.skin-light .section-no-skin {
  color: #333;
  background: #f1f1f1;
}
.section-light .entry-link,
.section-light .wolf-show-entry-link,
.section-light .wolf-show-ticket-button:hover,
.section-light #videos-filter li a,
.section-light .page-title-date a,
.skin-light .entry-link,
.skin-light .wolf-show-entry-link,
.skin-light .wolf-show-ticket-button:hover,
.skin-light #videos-filter li a,
.skin-light .page-title-date a,
.skin-light .section-no-skin .entry-link,
.skin-light .section-no-skin .wolf-show-entry-link,
.skin-light .section-no-skin .wolf-show-ticket-button:hover,
.skin-light .section-no-skin #videos-filter li a,
.skin-light .section-no-skin .page-title-date a {
  color: #333;
}
.section-light h2:after,
.section-light .entry-title:after,
.skin-light h2:after,
.skin-light .entry-title:after,
.skin-light .section-no-skin h2:after,
.skin-light .section-no-skin .entry-title:after {
  background: #333;
}
.section-light .section-blog .post .entry-inner,
.skin-light .section-blog .post .entry-inner,
.skin-light .section-no-skin .section-blog .post .entry-inner {
  background: #fff;
}
.section-light .products li .product-caption-inner,
.skin-light .products li .product-caption-inner,
.skin-light .section-no-skin .products li .product-caption-inner {
  background: rgba(255, 255, 255, 0.9);
}

.section-dark,
.skin-dark,
.skin-dark .section-no-skin {
  color: #fff;
  background: #333;
}
.section-dark .entry-link,
.section-dark .wolf-show-entry-link,
.section-dark .wolf-show-ticket-button:hover,
.section-dark #videos-filter li a,
.section-dark .page-title-date a,
.skin-dark .entry-link,
.skin-dark .wolf-show-entry-link,
.skin-dark .wolf-show-ticket-button:hover,
.skin-dark #videos-filter li a,
.skin-dark .page-title-date a,
.skin-dark .section-no-skin .entry-link,
.skin-dark .section-no-skin .wolf-show-entry-link,
.skin-dark .section-no-skin .wolf-show-ticket-button:hover,
.skin-dark .section-no-skin #videos-filter li a,
.skin-dark .section-no-skin .page-title-date a {
  color: #fff;
}
.section-dark h2:after,
.section-dark .entry-title:after,
.skin-dark h2:after,
.skin-dark .entry-title:after,
.skin-dark .section-no-skin h2:after,
.skin-dark .section-no-skin .entry-title:after {
  background: #fff;
}
.section-dark .section-blog .post .entry-inner,
.skin-dark .section-blog .post .entry-inner,
.skin-dark .section-no-skin .section-blog .post .entry-inner {
  background: rgba(0, 0, 0, 0.1);
}
.section-dark .products li .product-caption-inner,
.skin-dark .products li .product-caption-inner,
.skin-dark .section-no-skin .products li .product-caption-inner {
  background: rgba(0, 0, 0, 0.9);
}
.section-dark.search-results .page-header-container,
.skin-dark.search-results .page-header-container,
.skin-dark .section-no-skin.search-results .page-header-container {
  background: #333333 !important;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	4. Fluid videos
*/
/* Fluid video */
.fluid-video {
  display: block;
  width: 100%;
  margin-bottom: 3rem;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.fluid-video iframe,
.fluid-video embed,
.fluid-video object,
.fluid-video video {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	5. Video background
*/
.video-bg-container {
  display: block;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.video-bg-container embed, .video-bg-container iframe, .video-bg-container object, .video-bg-container video {
  max-width: none;
}

.video-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.video-bg-fallback {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}

.video-bg-container {
  background: #0d0d0d;
}

.youtube-player {
  opacity: 0;
  -webkit-transition: opacity ease 2s;
  transition: opacity ease 2s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.youtube-player.youtube-player-is-loaded {
  opacity: 1;
}

#video-mute-button,
#video-play-button {
  font-family: 'theme-icons';
  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;
  z-index: 9999;
  cursor: pointer;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255, 255, 255, 0.5);
  bottom: 20px;
  padding: 6px;
  left: 15px;
  font-size: 18px;
  border-radius: 99em;
}

#video-play-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 70px;
}
#video-play-button:before {
  position: relative;
  top: 1px;
  left: 1px;
  content: "\e009";
}
#video-play-button.pause:before {
  left: 2px;
  top: 1px;
  content: "\e008";
}

#video-no-mute-button #video-play-button {
  left: 15px;
}

#video-mute-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#video-mute-button:before {
  position: relative;
  top: 1px;
  left: 2px;
  content: "\e003";
}
#video-mute-button.unmute:before {
  top: 1px;
  left: 2px;
  content: "\e004";
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	6. Forms
*/
form {
  margin-top: 2rem;
}

/* Basic input styles */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[name="post_password"],
textarea,
select {
  max-width: 100% !important;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
  line-height: inherit;
  padding: 0.5rem 0.7rem;
  border: 2px solid rgba(0, 0, 0, 0.1);
  text-shadow: none;
  -webkit-transition: border-color .3s ease;
  transition: border-color .3s ease;
  color: #333;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[name="post_password"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.2);
}

select, option {
  padding: 0.5rem 0.7rem;
  min-width: 200px;
}

textarea {
  width: 100%;
  height: 250px;
}

input[type="submit"] {
  width: auto;
  margin-left: 0 !important;
  position: relative;
  top: -1px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
select,
textarea {
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}

input[type="checkbox"],
input[type="radio"] {
  margin-left: 0.1rem;
  margin-right: 1rem;
}

form p label {
  display: block;
  margin-bottom: 0.5rem;
  width: 100%;
}

/* Search form */
#searchform label,
#searchform input[type="submit"] {
  display: none;
}

/* Password form */
.post-password-form input[type="submit"] {
  top: -4px;
}

input[name="post_password"] {
  margin-bottom: 0.5em;
}

/* Comment Form */
#commentform {
  padding-top: 1em;
}
#commentform p {
  margin-bottom: 1em;
}
#commentform textarea {
  margin-top: 1em;
}
#commentform label {
  display: block;
  width: 100%;
}

/* No result form */
.nothing-found .searchform input {
  margin-bottom: 1em;
  width: 640px;
  max-width: 95%;
}

input {
  color: #333;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[name="post_password"],
select,
textarea {
  border-radius: 3px;
  margin-top: 5px;
  padding: .7rem .9rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"]:after, input[type="text"]:before,
input[type="email"]:after,
input[type="email"]:before,
input[type="search"]:after,
input[type="search"]:before,
input[type="password"]:after,
input[type="password"]:before,
input[type="tel"]:after,
input[type="tel"]:before,
input[type="url"]:after,
input[type="url"]:before,
input[name="post_password"]:after,
input[name="post_password"]:before,
select:after,
select:before,
textarea:after,
textarea:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[name="post_password"]:focus,
select:focus,
textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

input[type=submit] {
  outline: none;
  cursor: pointer;
  padding: 1em 1.4em;
  margin: 0 0.1em 0.5em 0.2em;
  position: relative;
  line-height: 1 !important;
  font-style: normal !important;
  vertical-align: middle;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: none !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serifHelvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 700;
  text-decoration: none !important;
  display: inline-block;
  letter-spacing: 0;
  color: #63a69f !important;
  width: auto;
  border: 2px solid #63a69f;
  background: none;
  outline: none;
}
input[type=submit]:hover, input[type=submit]:focus {
  color: white !important;
  background: #63a69f;
  opacity: 1 !important;
}
input[type=submit]:active {
  color: white !important;
  background: #63a69f;
  opacity: 1 !important;
  top: 1px;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	7. Helpers
*/
/* Text alignment */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

/* Floats */
.left {
  float: left;
}

.right {
  float: right;
}

/* Text style */
.caption {
  opacity: 0.8;
}

.small {
  font-size: 0.9em;
}

.big {
  font-size: 1.2em;
}

/* Centered container */
.centered {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
  float: none !important;
}

/* Cancellers */
.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-border,
.no-border img {
  border: none !important;
}

/* Table like */
.table {
  display: table;
  width: 100%;
}
.table .table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* List */
ul.inline-list li {
  display: inline;
  margin: 0 1rem;
  list-style-type: none !important;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	8. Medias
*/
/* Responsive images */
img {
  max-width: 100%;
  height: auto;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
audio,
video,
canvas {
  border: none !important;
  max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
  width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  -webkit-radius: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  border: none !important;
}

/* Wordpress mejs player */
.mejs-container {
  margin-bottom: 2em;
  outline: none;
}
.mejs-container .mejs-controls {
  background: #333;
}
.mejs-container .mejs-controls .mejs-button button:focus {
  outline: none;
}
.mejs-container .mejs-controls .mejs-time-rail span,
.mejs-container .mejs-controls .mejs-horizontal-volume-slider div {
  border-radius: 0 !important;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background-image: none !important;
  background: #666666 !important;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-image: none !important;
  background: #666666 !important;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background-image: none !important;
  background: white !important;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	9. Tables
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.618rem;
  line-height: 2;
  margin: 0 0 1.5em;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

caption {
  font-size: 1em;
  margin: 0.5em 0;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  padding: .5rem .5rem .5rem 0;
}

.gist table {
  margin-bottom: 0;
}
.gist table td {
  border-bottom: none;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	10. Wordpress default classes
*/
/* Images alignment */
.alignleft a, .alignright a, .aligncenter a, .alignnone a {
  border-bottom: none !important;
}

.alignleft, .wp-caption.alignleft {
  float: left;
}

.alignright, .wp-caption.alignright {
  float: right;
}

.alignleft, .wp-caption.alignleft {
  margin: 0.8em 1em 0.5em 0;
}

.alignright, .wp-caption.alignright {
  margin: 0.8em 0 0.5em 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.aligncenter {
  margin: 1em auto;
}

/* Image Caption */
.wp-caption .wp-caption-text,
.entry-caption {
  font-size: 0.9em;
  font-style: italic;
  font-weight: 400;
  font-family: "Noto Serif", "Georgia", serif;
  text-align: center;
}

dd.wp-caption-text.gallery-caption {
  display: none;
}

/* Smileys */
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Screen reader */
.screen-reader-text {
  clip: rect(1px 1px 1px 1px);
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	11. Overlay
*/
html.overlay-on {
  overflow: hidden;
}
html.overlay-on #overlay {
  overflow-y: auto;
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  padding: 1.2em 0;
}

#overlay-close {
  display: none;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 54px;
  width: 54px;
  background-size: 15px 15px;
  z-index: 9999;
}

#ajax-container {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  display: table;
  opacity: 0;
}
#ajax-container .woocommerce-breadcrumb {
  display: none;
}
#ajax-container article.product,
#ajax-container .woocommerce-message {
  width: 92%;
  margin: 0 auto;
  max-width: 1140px;
}
#ajax-container .single_add_to_cart_button {
  padding: 0.7em 1.4em;
}

#ajax-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  vertical-align: middle;
}

/* Loaders
---------------------------*/
#loading-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  display: none;
  /*#loader{
  		position: absolute;
  		width: 100%;
  		height: 100%;
  		top:50%;
  		left: 50%;
  		margin-top: -8px;
  		margin-left: -8px;
  		z-index:99999;
  		display: none;
  		font-size: 1.6rem;
  	}*/
}
#loading-overlay #loader {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
#loading-overlay #loading-logo {
  margin-top: 2rem;
}

/* Loader1 */
.loader1 {
  width: 30px;
  height: 30px;
  background-color: #333;
  margin: 0 auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }

  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/* Loader 2 */
.loader2 {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}

.loader2-double-bounce1,
.loader2-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loader-bounce 2.0s infinite ease-in-out;
  animation: loader-bounce 2.0s infinite ease-in-out;
}

.loader2-double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes loader-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes loader-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* Loader 3 */
.loader3 {
  margin: 0 auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.loader3 > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: loader-stretchdelay 1.2s infinite ease-in-out;
  animation: loader-stretchdelay 1.2s infinite ease-in-out;
}

.loader3 .loader3-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.loader3 .loader3-rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.loader3 .loader3-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.loader3 .loader3-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes loader-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes loader-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/* Loader 4 */
.loader4 {
  margin: 0 auto;
  width: 32px;
  height: 32px;
  position: relative;
}

.loader4-cube1,
.loader4-cube2 {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loader-cubemove 1.8s infinite ease-in-out;
  animation: loader-cubemove 1.8s infinite ease-in-out;
}

.loader4-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes loader-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes loader-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }

  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }

  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
/* Loader 5 */
.loader5 {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: loader-scaleout 1.0s infinite ease-in-out;
  animation: loader-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes loader-scaleout {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes loader-scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
/* Loader 6 */
.loader6 {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: loader-rotate 2.0s infinite linear;
  animation: loader-rotate 2.0s infinite linear;
}

.loader6-dot1, .loader6-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: loader6-bounce 2.0s infinite ease-in-out;
  animation: loader6-bounce 2.0s infinite ease-in-out;
}

.loader6-dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes loader6-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes loader6-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* Loader 7 */
.loader7 {
  margin: 0 auto 0;
  width: 70px;
  text-align: center;
}

.loader7 > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: loader-bouncedelay 1.4s infinite ease-in-out;
  animation: loader-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.loader7 .loader7-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader7 .loader7-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes loader-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes loader-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* Loader 8 */
.loader8 {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  position: relative;
}

.loader8-container1 > div, .loader8-container2 > div, .loader8-container3 > div {
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: loader8-bouncedelay 1.2s infinite ease-in-out;
  animation: loader8-bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.loader8 .loader8-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.loader8-container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.loader8-container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.loader8-circle1 {
  top: 0;
  left: 0;
}

.loader8-circle2 {
  top: 0;
  right: 0;
}

.loader8-circle3 {
  right: 0;
  bottom: 0;
}

.loader8-circle4 {
  left: 0;
  bottom: 0;
}

.loader8-container2 .loader8-circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.loader8-container3 .loader8-circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.loader8-container1 .loader8-circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.loader8-container2 .loader8-circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.loader8-container3 .loader8-circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.loader8-container1 .loader8-circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.loader8-container2 .loader8-circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.loader8-container3 .loader8-circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.loader8-container1 .loader8-circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.loader8-container2 .loader8-circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.loader8-container3 .loader8-circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes loader8-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes loader8-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	12. Typography
*/
body {
  font-size: 1.5rem;
}

i {
  -webkit-backface-visibility: hidden;
}

/* Paragraph and lists */
p, ul, ol, dl {
  margin: 1.6em 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
}

hr {
  border: none;
  margin: 50px auto;
}

/* Title bottom line */
h2,
.entry-title {
  /*&:after{
  	content: ' ';
  	display: block;
  	height: 2px;
  	width: 50px;
  	margin-top:15px;
  }*/
}

.post-title-divider {
  border-top: 2px solid;
  display: block;
  max-width: 48px;
  margin: 15px auto 15px;
  opacity: 0.8;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.375em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1em;
}

/* Blockquote */
blockquote {
  font-family: "Noto Serif", "Georgia", serif;
}

/* Cite */
cite {
  font-size: 0.8em;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  font-style: normal;
}
cite:before {
  content: '\2014 \00A0';
}

/* Pre, code */
code, pre {
  font: Console;
  line-height: 1.618;
  color: #0d0d0d;
}

code {
  margin: 0 0.5em;
  background: #FFF;
  line-height: 1em;
  display: inline;
}

pre {
  -ms-word-wrap: normal;
  word-wrap: normal;
  background: #FFF;
  padding: 0.5em 1em;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 1.618em 0 3em;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
pre span {
  color: green;
}

/* Others */
address {
  margin-bottom: 1.618rem;
}
address p {
  margin-bottom: 0;
}

abbr[title], acronym[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

dt {
  font-weight: bold;
  text-decoration: underline;
}

dd {
  margin: 0;
  padding: 0 0 0.5rem 0;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	13. Containers
*/
.site-container {
  position: relative;
}

.is-one-paged #main {
  background: none;
}

.parallax-bg {
  z-index: 1 !important;
}

.wrap {
  width: 92%;
  margin: 0 auto;
  max-width: 1140px;
}

#main {
  min-height: 500px;
  padding: 3em 0 2.5em;
  position: relative;
  z-index: 1000;
}

.page-template-section #main,
.tax-video_type #main,
.tax-band #main,
.tax-label #main {
  width: 92%;
  margin: 0 auto;
  max-width: 1140px;
}

#primary {
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
}

.full-width #primary,
.post-archives #primary {
  max-width: 1140px;
}

.site-wrapper {
  margin: 0 auto;
  zoom: 1;
  max-width: 1140px;
  width: 92%;
}
.site-wrapper:before, .site-wrapper:after {
  content: "";
  display: table;
}
.site-wrapper:after {
  clear: both;
}

.is-one-paged .site-wrapper,
.is-blog .site-wrapper {
  max-width: none !important;
  width: 100% !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
.is-one-paged #primary,
.is-blog #primary {
  max-width: none;
}
.is-one-paged #main,
.is-blog #main {
  padding-top: 0;
  padding-bottom: 0;
}

/* Blog containers */
.is-blog .entry-header {
  text-align: center;
}
.is-blog .entry-content {
  width: 92%;
  margin: 0 auto;
  max-width: 1140px;
  padding: 30px;
  max-width: 750px;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	14. Icons
*/
/* Expand Icon */
.zoom {
  position: relative !important;
  display: inline-block !important;
  width: auto;
  max-width: 100%;
}
.zoom img {
  vertical-align: bottom;
  margin-bottom: 0 !important;
}
.zoom:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
  content: "\f211";
  font-family: 'dashicons';
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 18px !important;
  z-index: 3;
  opacity: 0.5;
}

.format-link .entry-title a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f103";
  margin-right: 10px;
  position: relative;
  top: 2px;
  font-size: inherit;
  font-size: 0.8em !important;
  display: inline-block;
  font-family: 'dashicons';
}

.full-size-link a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f211";
  margin-right: 5px;
  font-family: 'dashicons';
  position: relative;
  top: 2px;
}

.comment-awaiting-moderation:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f463";
  font-family: 'dashicons';
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.featured-post:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f109";
  font-family: 'dashicons';
  margin-right: 5px;
  top: 2px;
  position: relative;
}

.entry-meta .date a:before,
.entry-meta .published.date:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'dashicons';
  content: "\f469";
  margin-right: 3px;
  top: 3px;
  position: relative;
}

.permalink a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'dashicons';
  content: "\f103";
  margin-right: 5px;
  top: 2px;
  position: relative;
}

.comments-link a:before, .comment-count a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'dashicons';
  content: "\f101";
  margin-right: 5px;
  top: 4px;
  position: relative;
}

.entry-meta .author a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'dashicons';
  content: "\f110";
  margin-right: 5px;
  top: 3px;
  position: relative;
}

.work-link:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'dashicons';
  content: "\f242";
  margin-right: 5px;
  top: 3px;
  position: relative;
}

/*.bypostauthor .fn{
	&:before{
		display: inline-block;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-family: 'dashicons';
		content: "\f155";
		margin-right: 0.8rem;
		top: 3px;
		position: relative;
	}
}
*/
.categories-links a:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'dashicons';
  content: "\f318";
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.tags-links a:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'dashicons';
  content: "\f323";
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.edit-link a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'dashicons';
  content: "\f464";
  top: 3px;
  margin-right: 5px;
  position: relative;
}

.format-quote blockquote:before {
  text-align: center;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-family: 'dashicons';
  content: "\f122";
  margin-right: 5px;
  position: relative;
  font-size: 1.2em !important;
  top: -2px;
  opacity: 0.8;
}

.format-aside .entry-meta .date a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'dashicons';
  content: "\f123";
}

/*.format-video .entry-content {
	
	&:before{
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-family: 'dashicons';
		content: "\f126";
		display: block;
		margin-bottom: 0.8em;
		display: none;
		font-size: 32px!important;
		text-align: center;
	}
	
}

.format-gallery .entry-content {
	&:before{
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-family: 'dashicons';
		content: "\f161";
		display: block;
		margin-bottom: 0.8em;
		display: none;
		font-size: 32px!important;
		text-align: center;
	}
	
}

.format-image .entry-thumbnail {
	&:before{
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-family: 'dashicons';
		content: "\f128";
		display: block;
		margin-bottom: 0.8em;
		display: none;
		font-size: 32px!important;
		text-align: center;
	}
	
}


.format-audio .entry-content {
	&:before{
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\f127";
		font-family: 'dashicons';
		float: left;
		font-size: 64px!important;
		display: none;
	}
	
}*/
.format-chat .entry-meta .date a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'dashicons';
  content: "\f125";
  margin-right: 5px;
}

.icon-status:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'dashicons';
  content: "\f130";
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.icon-status:before,
.format-status .entry-meta .date a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'dashicons';
  content: "\f130";
}

@font-face {
  font-family: 'theme-icons';
  src: url("fonts/theme-icons.eot?-8lvnt7");
  src: url("fonts/theme-icons.eot?#iefix-8lvnt7") format("embedded-opentype"), url("fonts/theme-icons.svg?-8lvnt7#theme-icons") format("svg"), url("fonts/theme-icons.woff?-8lvnt7") format("woff"), url("fonts/theme-icons.ttf?-8lvnt7") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^="theme-icon-"], [class*=" theme-icon-"],
#menu-toggle,
#search-toggle {
  font-family: 'theme-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.theme-icon-basket:before {
  content: "\e60c";
}

.theme-icon-cart:before {
  content: "\e609";
}

.theme-icon-envelope:before {
  content: "\e607";
}

.theme-icon-user:before {
  content: "\e60a";
}

.theme-icon-spinner:before {
  content: "\e601";
}

.theme-icon-spinner2:before {
  content: "\e602";
}

.theme-icon-spinner3:before {
  content: "\e603";
}

.theme-icon-spinner4:before {
  content: "\e604";
}

.theme-icon-spinner5:before {
  content: "\e605";
}

.theme-icon-spinner6:before {
  content: "\e606";
}

.theme-icon-search:before {
  content: "\e60d";
}

.theme-icon-menu:before {
  content: "\e600";
}

.theme-icon-googleplus:before {
  content: "\e608";
}

.theme-icon-pinterest:before {
  content: "\e00d";
}

.theme-icon-linkedin:before {
  content: "\e00e";
}

.theme-icon-dribbble:before {
  content: "\e00f";
}

.theme-icon-feed:before {
  content: "\e010";
}

.theme-icon-forrst:before {
  content: "\e011";
}

.theme-icon-youtube:before {
  content: "\e012";
}

.theme-icon-soundcloud:before {
  content: "\e013";
}

.theme-icon-flickr:before {
  content: "\e014";
}

.theme-icon-vimeo:before {
  content: "\e016";
}

.theme-icon-website:before {
  content: "\e025";
}

.theme-icon-twitter:before {
  content: "\e028";
}

.theme-icon-facebook:before {
  content: "\e029";
}

.theme-icon-deviantart:before {
  content: "\e02a";
}

.theme-icon-github:before {
  content: "\e02b";
}

.theme-icon-tumblr:before {
  content: "\e02c";
}

.theme-icon-skype:before {
  content: "\e02d";
}

.theme-icon-lastfm:before {
  content: "\e02e";
}

.theme-icon-delicious:before {
  content: "\e02f";
}

.theme-icon-stumbleupon:before {
  content: "\e030";
}

.theme-icon-foursquare:before {
  content: "\e031";
}

.theme-icon-instagram:before {
  content: "\e04f";
}

.theme-icon-zerply:before {
  content: "\e050";
}

.theme-icon-myspace:before {
  content: "\e051";
}

.theme-icon-grooveshark:before {
  content: "\e052";
}

.theme-icon-evernote:before {
  content: "\e053";
}

.theme-icon-digg:before {
  content: "\e054";
}

.theme-icon-behance:before {
  content: "\e055";
}

.theme-icon-500px:before {
  content: "\e059";
}

.theme-icon-spotify:before {
  content: "\e045";
}

.theme-icon-creditcard:before {
  content: "\e60b";
}

.theme-icon-spin {
  display: inline-block;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	15. Buttons
*/
.wolf-theme-button,
.button,
input[type="submit"] {
  cursor: pointer;
  padding: 1em 1.4em;
  margin: 0 0.1em 0.5em 0.2em;
  position: relative;
  line-height: 1 !important;
  font-style: normal !important;
  vertical-align: middle;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: none !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serifHelvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 700;
  text-decoration: none !important;
  display: inline-block;
  letter-spacing: 0;
  color: #ffffff !important;
  width: auto;
  border: 2px solid #ffffff;
  background: none;
  outline: none;
}
.wolf-theme-button:hover, .wolf-theme-button:focus,
.button:hover,
input[type="submit"]:hover,
.button:focus,
input[type="submit"]:focus {
  color: white !important;
  background: #63a69f;
  opacity: 1 !important;
}
.wolf-theme-button:active,
.button:active,
input[type="submit"]:active {
  color: white !important;
  background: #63a69f;
  opacity: 1 !important;
  top: 1px;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	16. Header
*/
.site-header {
  position: relative;
  color: #FFF;
}

.parallax-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  position: fixed;
  z-index: 0;
}

.hero-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

.header-overlay,
.page-header-overlay {
  z-index: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#header-social-bar {
  z-index: 99;
  padding: 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#hero {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  display: table;
  position: relative;
  z-index: 999;
  width: 100%;
  height: 100%;
}

#hero-content {
  background: none !important;
  opacity: 0;
  -webkit-transition: opacity ease 1s;
  transition: opacity ease 1s;
  padding: 2em 0;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
#hero-content p {
  margin-top: 0;
  margin-bottom: 1.5em;
  font-size: 1.5em;
}
#hero-content h1, #hero-content h2, #hero-content h3, #hero-content h4 {
  letter-spacing: 8px;
  margin-bottom: 5px;
}
#hero-content p {
  letter-spacing: 5px;
}
#hero-content .wrap.add-padding {
  padding: 5em 0;
}

.loaded #hero-content {
  opacity: 1;
}

/* Scroll down arrow */
a#scroll-down {
  display: none;
  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;
  z-index: 9999;
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255, 255, 255, 0.5);
  bottom: 20px;
  padding: 6px;
  right: 15px;
  font-size: 18px;
  border-radius: 99em;
}
a#scroll-down:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFF;
  font-family: 'dashicons';
  content: "\f347";
  font-weight: 400 !important;
  text-decoration: none !important;
  line-height: 1;
  top: 8px;
  left: 6px;
  font-size: 20px;
  position: absolute;
}

.is-one-paged.full-window-header a#scroll-down {
  display: block;
}

.is-home-slider a#scroll-down {
  display: none !important;
}

/* Logo */
#logo-container {
  float: left;
  width: auto;
}
#logo-container img {
  max-height: 100px;
}

/* Zoom effect */
.zoom-bg {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.do-zoom.zoom-bg {
  opacity: 1;
  -webkit-animation: zoomin 120s infinite linear 1s;
  animation: zoomin 120s infinite linear 1s;
}

.zoom-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.zoom-bg img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	17. Navigation
*/
.theme-socials-container {
  display: inline-block;
}

.nav-menu .hide {
  display: none !important;
}

#navbar-container {
  -webkit-transition: ease .3s;
  transition: ease .3s;
  z-index: 99997;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.has-hero #logo-dark {
  display: none;
}
.has-hero #logo-light {
  display: block;
}
.has-hero #navbar-container a,
.has-hero #toggle,
.has-hero .page-header {
  color: #FFF;
}

.admin-bar.sticky-menu #navbar-container,
.admin-bar.sticky-menu #mobile-bar {
  top: 32px;
}

#site-navigation-primary {
  width: auto;
  float: right;
  padding-right: 1em;
}

#navbar-mobile-container {
  display: none;
}

#one-page-menu {
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  line-height: 7;
}
#one-page-menu li {
  position: relative;
  list-style-type: none !important;
  display: inline;
}
#one-page-menu li.active a {
  -webkit-box-shadow: inset 0px 3px 0px 0px #63a69f;
  box-shadow: inset 0px 3px 0px 0px #63a69f;
}
#one-page-menu li:hover a:not(.wolf-social-link) {
  -webkit-box-shadow: inset 0px 3px 0px 0px #63a69f;
  box-shadow: inset 0px 3px 0px 0px #63a69f;
}
#one-page-menu li a {
  padding: 0 2rem;
  display: inline-block;
}
#one-page-menu li a.wolf-social-link {
  padding: 0 1rem;
}
#one-page-menu li a.wolf-social-link:first-child {
  margin-left: 1em;
}
#one-page-menu li a.wolf-social-link:hover {
  color: #63a69f !important;
}
#one-page-menu li.menu-item-icon-before .fa {
  margin-right: 8px;
}
#one-page-menu li.menu-item-icon-after .fa {
  margin-left: 8px;
}
#one-page-menu li.button-style a {
  cursor: pointer;
  padding: 1em 1.4em;
  margin: 0 0.1em 0.5em 0.2em;
  position: relative;
  line-height: 1 !important;
  font-style: normal !important;
  vertical-align: middle;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: none !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serifHelvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 700;
  text-decoration: none !important;
  display: inline-block;
  letter-spacing: 0;
  color: #63a69f !important;
  width: auto;
  border: 2px solid #63a69f;
  background: none;
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#one-page-menu li.button-style a:hover, #one-page-menu li.button-style a:focus {
  color: white !important;
  background: #63a69f;
  opacity: 1 !important;
}
#one-page-menu li.button-style a:active {
  color: white !important;
  background: #63a69f;
  opacity: 1 !important;
  top: 1px;
}
#one-page-menu li.cart-menu-item {
  color: white !important;
  position: relative;
}
#one-page-menu li.cart-menu-item a.cart-menu-item-link .cart-text {
  display: none;
}
#one-page-menu li.cart-menu-item:hover .cart-menu-item-link {
  -webkit-box-shadow: inset 0px 3px 0px 0px #63a69f;
  box-shadow: inset 0px 3px 0px 0px #63a69f;
}
#one-page-menu li.cart-menu-item .cart-menu-panel {
  text-align: center;
  line-height: 1.7;
  display: none;
  text-shadow: none;
  position: absolute;
  right: 0;
  width: 250px;
  height: 150px;
  background: rgba(0, 0, 0, 0.5);
  background: #63a69f;
  color: white !important;
}
#one-page-menu li.cart-menu-item .cart-menu-panel a {
  color: white !important;
}
#one-page-menu li.cart-menu-item .icon-cart {
  display: block;
  text-align: center;
}
#one-page-menu li.cart-menu-item .icon-cart:before {
  position: relative;
  font-size: 3.2rem;
  margin: 5px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 2.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'theme-icons';
  content: "\e60a";
}
#one-page-menu li.cart-menu-item:hover .cart-menu-panel {
  display: block;
}
#one-page-menu li ul.sub-menu,
#one-page-menu li ul.children {
  display: none;
  margin-top: 0;
  float: left;
  margin-left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99997 !important;
  font-size: 12px;
}
#one-page-menu li ul.sub-menu li,
#one-page-menu li ul.children li {
  height: auto;
  display: block;
  margin: 0;
  line-height: 1.4;
}
#one-page-menu li ul.sub-menu li a,
#one-page-menu li ul.children li a {
  text-align: left;
  display: block;
  height: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.4rem;
  margin: 0;
  color: white !important;
  background: #63a69f;
  width: 200px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
}
#one-page-menu li ul.sub-menu li ul,
#one-page-menu li ul.children li ul {
  margin-left: 0;
  left: 100%;
  top: 0;
  display: none;
}
#one-page-menu li ul.sub-menu li:hover ul,
#one-page-menu li ul.children li:hover ul {
  display: block;
}
#one-page-menu li.menu-item-has-children:hover ul {
  top: auto;
  display: block;
}

.sticky-menu #one-page-menu li.button-style a:hover {
  color: white !important;
}

.skin-light #one-page-menu li ul.sub-menu li a,
.skin-light #one-page-menu li ul.children li a,
.skin-dark #one-page-menu li ul.sub-menu li a,
.skin-dark #one-page-menu li ul.children li a {
  color: white !important;
}

.product-count {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -17px;
  margin-right: -20px;
  border-radius: 16px;
  width: 16px;
  height: 16px;
  background: #63a69f;
  color: #FFF;
  text-align: center;
  line-height: 15px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0;
  text-indent: 0;
  right: 50%;
}

a.cart-menu-item-link:before {
  position: relative;
  font-size: 1.8rem;
  top: 2px;
  margin: 0 5px;
  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;
  font-family: 'theme-icons';
  content: "\e60a";
}

.intro.admin-bar #navbar-mobile {
  top: 46px !important;
}

.admin-bar #navbar-mobile-container {
  top: 32px;
}

#mobile-bar {
  display: none;
  z-index: 99997;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 5px;
}
#mobile-bar img {
  max-height: 50px;
}

#toggle {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  cursor: pointer;
}
#toggle:before {
  font-size: 16px;
  position: relative;
  top: 14px;
  left: 14px;
  right: 0;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: FontAwesome;
  content: "\f0c9";
}

#navbar-mobile-container {
  display: none;
  -webkit-box-shadow: inset 5px 0px 10px -2px rgba(0, 0, 0, 0.8);
  box-shadow: inset 5px 0px 10px -2px rgba(0, 0, 0, 0.8);
  background: #0c0c0c;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  zoom: 1;
  color: #f1f1f1;
  width: 70%;
  position: fixed;
  top: 0;
  right: 0;
  height: auto;
  min-height: 100%;
  padding: 40px;
  z-index: -2;
}
#navbar-mobile-container:before, #navbar-mobile-container:after {
  content: "";
  display: table;
}
#navbar-mobile-container:after {
  clear: both;
}

.site-container,
#mobile-bar,
.parallax-bg {
  left: 0;
  -webkit-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out;
}

.menu-toggle.breakpoint .site-container,
.menu-toggle.breakpoint .parallax-bg, .menu-toggle.breakpoint.sticky-menu #mobile-bar {
  left: -70%;
}

#one-page-mobile-menu {
  font-size: 13px;
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
  -ms-word-wrap: normal;
  word-wrap: normal;
  text-align: left;
}
#one-page-mobile-menu li {
  display: block;
  list-style-type: none !important;
  line-height: 2.5;
  margin: 0;
}
#one-page-mobile-menu li a {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: block;
  width: 100%;
  color: #fff;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
  text-decoration: none;
  font-weight: 700;
}
#one-page-mobile-menu li a:hover, #one-page-mobile-menu li a.active {
  opacity: 0.8;
}
#one-page-mobile-menu li.button-style a {
  cursor: pointer;
  padding: 1em 1.4em;
  margin: 0 0.1em 0.5em 0.2em;
  position: relative;
  line-height: 1 !important;
  font-style: normal !important;
  vertical-align: middle;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: none !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serifHelvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 700;
  text-decoration: none !important;
  display: inline-block;
  letter-spacing: 0;
  color: #63a69f !important;
  width: auto;
  border: 2px solid #63a69f;
  background: none;
  outline: none;
  padding: 8px 12px;
  margin-left: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}
#one-page-mobile-menu li.button-style a:hover, #one-page-mobile-menu li.button-style a:focus {
  color: white !important;
  background: #63a69f;
  opacity: 1 !important;
}
#one-page-mobile-menu li.button-style a:active {
  color: white !important;
  background: #63a69f;
  opacity: 1 !important;
  top: 1px;
}
#one-page-mobile-menu li.menu-item-icon-before .fa {
  margin-right: 8px;
}
#one-page-mobile-menu li .cart-menu-panel {
  display: none;
}
#one-page-mobile-menu li .cart-menu-item-link {
  position: relative;
}
#one-page-mobile-menu li .cart-menu-item-link:before {
  margin-left: 0;
  margin-right: 10px;
}
#one-page-mobile-menu li .cart-menu-item-link .product-count {
  right: auto;
  left: 10px;
}
#one-page-mobile-menu li .theme-socials-container {
  display: block;
  width: 100%;
}
#one-page-mobile-menu li .wolf-social-link {
  display: inline-block;
  width: auto;
  text-align: center;
  margin: 0 8px;
  font-size: 16px;
}
#one-page-mobile-menu li ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 35px;
}

.sticky-menu #navbar-container,
.sticky-menu #mobile-bar {
  position: fixed;
}

/* Bullet navigation */
nav#one-page-bullets-container {
  z-index: 999;
  position: fixed;
  top: 50%;
  margin-top: -99px;
  right: 2rem;
}
nav#one-page-bullets-container ul {
  margin-left: 0;
}
nav#one-page-bullets-container ul li {
  list-style-type: none;
}
nav#one-page-bullets-container ul li:hover .bullet-tooltip {
  opacity: 1;
}
nav#one-page-bullets-container ul li a.bullet-menu-item {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  background: #63a69f !important;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 9999em;
}
nav#one-page-bullets-container ul li a.bullet-menu-item.active {
  background: none !important;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
}

.bullet-tooltip {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 0;
  z-index: 999;
  padding: 3px 8px;
  display: inline-block;
  position: absolute;
  top: -5px;
  right: 25px;
  color: #333;
  font-size: 1.2rem;
  width: auto;
  background: #FFF;
  border-radius: 2px;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	18. Sections
*/
.page.section {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
  font-weight: 400;
  z-index: 5;
  position: relative;
  overflow: hidden;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  width: calc(100% + 2px);
  margin-left: -1px;
  margin-right: -1px;
}

.section-parallax {
  background: #333;
}

.section-inner {
  width: 100%;
  position: relative;
  padding: 5em 0;
  z-index: 5;
}

.section-standard-width .section-wrap {
  width: 92%;
  margin: 0 auto;
  max-width: 1140px;
}

.section-small-width .section-wrap {
  width: 92%;
  margin: 0 auto;
  max-width: 1140px;
  max-width: 750px;
}

.section-large-width .section-wrap {
  width: 92%;
  margin: 0 auto;
  max-width: 1140px;
  width: 92%;
  max-width: none;
}

.section-full-window {
  display: table;
  width: 100%;
}
.section-full-window .section-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.section-overlay {
  z-index: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.edit-section-link a {
  z-index: 9999;
  font-size: 0.8em;
  position: absolute;
  bottom: 2em;
  left: 2em;
  color: white !important;
  background: #63a69f;
  display: inline-block;
  padding: 0.3em 0.5em;
}

.section-content {
  padding: 2em 0;
}

.section-blog .section-content {
  padding: 2em 10px;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	19. Entry
*/
.page-header-container {
  height: auto;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-size: cover;
}

.page-header-container {
  width: 100%;
  display: table;
}

.page-header {
  padding: 7rem 0 3rem;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
  margin: 0 auto;
}

.page-title-container h1.page-title {
  margin-bottom: 0;
}
.page-title-container .subheading,
.page-title-container .category-description p {
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 0;
}

.page-title-container {
  position: relative;
  z-index: 999 !important;
}
.page-title-container h1 {
  color: #fff;
}
.page-title-container .subheading,
.page-title-container .category-description p,
.page-title-container .page-title-date a {
  color: #FFF;
}

.loaded.has-header-image .intro {
  opacity: 1;
}

.category-label {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  color: white !important;
  padding: 0 1rem;
  min-width: 9rem;
  height: 3rem;
  line-height: 28px;
  font-size: 1rem;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1.8rem;
}
.category-label a {
  color: white !important;
}

.page-title-date {
  font-size: 12px;
}

.no-hero .intro {
  margin-bottom: 0 !important;
}

.updated:not(.published) {
  display: none;
}

.entry-meta {
  margin-top: 10px;
  margin-bottom: 10px;
}

.entry-meta, .edit-link {
  font-size: 1.3rem;
  color: #a2a2a2;
}
.entry-meta a, .edit-link a {
  color: #a2a2a2;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.entry-meta a:hover, .edit-link a:hover {
  opacity: 0.8;
}

.edit-link {
  margin-top: 0;
  clear: both;
}

.entry-meta > span {
  display: inline;
  margin-right: 20px;
}

.entry-meta > span:last-child {
  margin-right: 0;
}

.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
  display: none;
}

.taxonomy-description {
  text-align: center;
  display: block;
  margin-top: 1rem;
}

.entry-inner {
  position: relative;
  z-index: 1;
}

.has-bg {
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
  color: #FFF;
  position: relative;
}
.has-bg .entry-link {
  color: #FFF;
}
.has-bg .entry-meta a, .has-bg .edit-link a {
  color: #FFF;
}
.has-bg .page-title-date a {
  color: #FFF;
}
.has-bg .post-overlay {
  position: absolute;
  width: 100%;
  height: 101%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.4;
  z-index: 0;
}

.entry-content,
#container,
.comment-content {
  zoom: 1;
  overflow: hidden;
  margin-top: 0;
}
.entry-content:before, .entry-content:after,
#container:before,
#container:after,
.comment-content:before,
.comment-content:after {
  content: "";
  display: table;
}
.entry-content:after,
#container:after,
.comment-content:after {
  clear: both;
}

.entry-header {
  margin: 0 auto;
  text-align: center;
}

.entry-thumbnail a {
  display: block;
}
.entry-thumbnail a img {
  vertical-align: bottom;
}

.single-video .entry-thumbnail {
  display: none;
}

.is-blog article.post {
  padding-top: 0;
  padding-bottom: 4rem;
  border-bottom: 4px solid rgba(0, 0, 0, 0.05);
}
.is-blog article.post.post-has-padding-top {
  padding-top: 4rem;
}
.is-blog .entry-title {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 0;
}
.is-blog .entry-header .fluid-video,
.is-blog .entry-header .flexslider,
.is-blog .entry-header .wolf-images-gallery,
.is-blog .entry-header .mejs-container {
  margin-bottom: 0;
}
.is-blog .post-title-divider {
  margin: 25px 0 30px;
}
.is-blog .entry-meta {
  margin-top: 0;
}
.is-blog .edit-link {
  margin-right: 20px !important;
}
.is-blog .more-container {
  margin-bottom: 0;
}
.is-blog .more-container .more-link {
  font-size: 13px;
}

.entry-content ul, .entry-content ol, .comment-content ul, .comment-content ol {
  margin-bottom: 1em;
}

.more-link {
  margin-left: 0;
}

/* Search page */
.search article.post {
  margin-bottom: 2em;
}
.search .entry-content {
  max-width: 750px !important;
  margin: 0 auto;
}

/* Wordpress mejs player */
.mejs-container .mejs-controls * {
  outline: none;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #63a69f !important;
}

/* Post formats */
.format-link .entry-header {
  display: none;
}

.format-standard .entry-header,
.format-gallery .entry-header {
  max-width: 1140px;
}

.format-audio .entry-header {
  max-width: 750px;
}
.format-audio .entry-thumbnail img {
  width: 100%;
}

.format-video .entry-header {
  max-width: 960px;
}

.has-tweet.is-tweet .entry-header,
.has-tweet.is-tweet .post-title-divider,
.format-aside .entry-header,
.format-aside .post-title-divider,
.format-status .entry-header,
.format-status .post-title-divider,
.format-chat .entry-header,
.format-chat .post-title-divider {
  display: none;
}
.has-tweet.is-tweet .entry-content,
.format-aside .entry-content,
.format-status .entry-content,
.format-chat .entry-content {
  max-width: 550px;
  margin: 0 auto;
}

.is-tweet .page-title-date {
  display: none;
}

.format-quote .entry-header {
  max-width: 960px;
}
.format-quote .entry-content {
  display: none;
}

.featured-quote {
  font-size: 1.5em;
}

.single-post .is-soundcloud .entry-thumbnail,
.is-blog .is-soundcloud .entry-thumbnail {
  display: none;
}

/* Front page posts */
.section-blog .post a.entry-link {
  text-align: center;
  padding: 0 10px 10px 10px;
  display: block;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.section-blog .post a.entry-link:hover {
  opacity: 0.8;
}

.section-blog .page-title-date {
  display: block;
  text-align: center;
}
.section-blog .entry-title {
  margin-top: 0;
  margin-bottom: 30px;
}
.section-blog .entry-thumbnail {
  display: block;
  position: relative;
}
.section-blog .entry-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section-blog .entry-thumbnail:after {
  content: '';
  display: block;
  font-family: Dashicons;
  font-size: 24px;
  content: "\f119";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}
.section-blog .entry-thumbnail img {
  opacity: 1;
  position: relative;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.section-blog .entry-thumbnail:hover img {
  opacity: 0.5;
}
.section-blog .format-image .entry-thumbnail:after {
  content: "\f306";
}
.section-blog .format-video .entry-thumbnail:after {
  content: "\f236";
}
.section-blog .format-gallery .entry-thumbnail:after {
  content: "\f161";
}
.section-blog .format-audio .entry-thumbnail:after {
  content: "\f127";
}
.section-blog .format-aside .entry-thumbnail:after {
  content: "\f123";
}
.section-blog .format-status .entry-thumbnail:after {
  content: "\f130";
}
.section-blog .format-quote .entry-thumbnail:after {
  content: "\f122";
}
.section-blog .format-link .entry-thumbnail:after {
  content: "\f103";
}
.section-blog .format-chat .entry-thumbnail:after {
  content: "\f125";
}

.read-more-news-button {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  display: block;
}

.single-post .site-wrapper {
  max-width: 800px;
}
.single-post .entry-header,
.single-post .entry-meta {
  text-align: center;
}
.single-post .entry-content iframe {
  margin: 0 auto;
  text-align: center;
}

/* Share */
.share-box {
  margin: 2em auto;
  width: auto;
  text-align: center;
}
.share-box .share-box-icons {
  width: auto;
  margin: 30px auto 0;
  text-align: center;
}
.share-box .share-title {
  line-height: 1;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serifHelvetica, Arial, sans-serif;
}
.share-box .share-link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin: 0 5px;
  position: relative;
  top: -2px;
  color: #666;
  display: inline-block;
  border: none;
  background: #63a69f;
  color: white !important;
  border-radius: 50%;
  font-size: 16px;
  width: 30px;
  height: 30px;
  padding: 5px;
}
.share-box .share-link:before {
  color: white !important;
  position: relative;
  top: 3px;
  left: 0;
}
.share-box .share-link:hover {
  opacity: 0.6;
}
.share-box .share-link.fa-facebook {
  background-color: #3b5997 !important;
}
.share-box .share-link.fa-twitter {
  background-color: #41b7d8 !important;
}
.share-box .share-link.fa-pinterest {
  background-color: #cb2027 !important;
}
.share-box .share-link.fa-googleplus {
  background-color: #d64937 !important;
}
.share-box .share-link.fa-tumblr {
  background-color: #2c4762 !important;
}
.share-box .share-link.fa-stumbleupon {
  background-color: #eb4923 !important;
}
.share-box .share-link.fa-linkedin {
  background-color: #007bb6 !important;
}

/* Author info */
.author-info {
  margin: 3rem auto 0;
  text-align: left;
  max-width: 800px;
}

.author-avatar {
  margin-top: 0;
  margin-bottom: 0;
}
.author-avatar a {
  margin: 0 5px;
  display: inline-block;
  font-size: 16px;
  color: #666;
}

.author-description p {
  font-family: "Open Sans", Helvetica, Arial, sans-serifHelvetica, Arial, sans-serif;
  margin-top: -1.2rem;
  font-size: 0.85em;
}
.author-description h5 {
  font-size: inherit;
  line-height: 1.5;
}

/* Pagination */
.paging-navigation,
.post-navigation,
.release-paging-navigation,
.work-navigation {
  width: 100%;
  padding: 3em 0;
  font-weight: 700;
  zoom: 1;
  clear: both;
}
.paging-navigation:before, .paging-navigation:after,
.post-navigation:before,
.post-navigation:after,
.release-paging-navigation:before,
.release-paging-navigation:after,
.work-navigation:before,
.work-navigation:after {
  content: "";
  display: table;
}
.paging-navigation:after,
.post-navigation:after,
.release-paging-navigation:after,
.work-navigation:after {
  clear: both;
}
.paging-navigation .nav-previous, .paging-navigation .nav-links a[rel="prev"], .paging-navigation .previous,
.paging-navigation .nav-next, .paging-navigation .nav-links a[rel="next"], .paging-navigation .next,
.post-navigation .nav-previous,
.post-navigation .nav-links a[rel="prev"],
.post-navigation .previous,
.post-navigation .nav-next,
.post-navigation .nav-links a[rel="next"],
.post-navigation .next,
.release-paging-navigation .nav-previous,
.release-paging-navigation .nav-links a[rel="prev"],
.release-paging-navigation .previous,
.release-paging-navigation .nav-next,
.release-paging-navigation .nav-links a[rel="next"],
.release-paging-navigation .next,
.work-navigation .nav-previous,
.work-navigation .nav-links a[rel="prev"],
.work-navigation .previous,
.work-navigation .nav-next,
.work-navigation .nav-links a[rel="next"],
.work-navigation .next {
  padding: 0;
  margin: 0;
  width: 36px;
  height: 36px;
  position: relative;
  border-radius: 50%;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.paging-navigation .nav-previous:before, .paging-navigation .nav-links a[rel="prev"]:before, .paging-navigation .previous:before,
.paging-navigation .nav-next:before, .paging-navigation .nav-links a[rel="next"]:before, .paging-navigation .next:before,
.post-navigation .nav-previous:before,
.post-navigation .nav-links a[rel="prev"]:before,
.post-navigation .previous:before,
.post-navigation .nav-next:before,
.post-navigation .nav-links a[rel="next"]:before,
.post-navigation .next:before,
.release-paging-navigation .nav-previous:before,
.release-paging-navigation .nav-links a[rel="prev"]:before,
.release-paging-navigation .previous:before,
.release-paging-navigation .nav-next:before,
.release-paging-navigation .nav-links a[rel="next"]:before,
.release-paging-navigation .next:before,
.work-navigation .nav-previous:before,
.work-navigation .nav-links a[rel="prev"]:before,
.work-navigation .previous:before,
.work-navigation .nav-next:before,
.work-navigation .nav-links a[rel="next"]:before,
.work-navigation .next:before {
  text-align: center;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  color: #FFF;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 7px;
  left: 0;
  font-family: 'dashicons';
}
.paging-navigation .nav-previous:hover, .paging-navigation .nav-links a[rel="prev"]:hover, .paging-navigation .previous:hover,
.paging-navigation .nav-next:hover, .paging-navigation .nav-links a[rel="next"]:hover, .paging-navigation .next:hover,
.post-navigation .nav-previous:hover,
.post-navigation .nav-links a[rel="prev"]:hover,
.post-navigation .previous:hover,
.post-navigation .nav-next:hover,
.post-navigation .nav-links a[rel="next"]:hover,
.post-navigation .next:hover,
.release-paging-navigation .nav-previous:hover,
.release-paging-navigation .nav-links a[rel="prev"]:hover,
.release-paging-navigation .previous:hover,
.release-paging-navigation .nav-next:hover,
.release-paging-navigation .nav-links a[rel="next"]:hover,
.release-paging-navigation .next:hover,
.work-navigation .nav-previous:hover,
.work-navigation .nav-links a[rel="prev"]:hover,
.work-navigation .previous:hover,
.work-navigation .nav-next:hover,
.work-navigation .nav-links a[rel="next"]:hover,
.work-navigation .next:hover {
  opacity: 0.6;
}
.paging-navigation .nav-previous, .paging-navigation .nav-links a[rel="prev"], .paging-navigation .previous,
.post-navigation .nav-previous,
.post-navigation .nav-links a[rel="prev"],
.post-navigation .previous,
.release-paging-navigation .nav-previous,
.release-paging-navigation .nav-links a[rel="prev"],
.release-paging-navigation .previous,
.work-navigation .nav-previous,
.work-navigation .nav-links a[rel="prev"],
.work-navigation .previous {
  float: left;
}
.paging-navigation .nav-previous:before, .paging-navigation .nav-links a[rel="prev"]:before, .paging-navigation .previous:before,
.post-navigation .nav-previous:before,
.post-navigation .nav-links a[rel="prev"]:before,
.post-navigation .previous:before,
.release-paging-navigation .nav-previous:before,
.release-paging-navigation .nav-links a[rel="prev"]:before,
.release-paging-navigation .previous:before,
.work-navigation .nav-previous:before,
.work-navigation .nav-links a[rel="prev"]:before,
.work-navigation .previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f341";
  left: -1px;
}
.paging-navigation .nav-next, .paging-navigation .nav-links a[rel="next"], .paging-navigation .next,
.post-navigation .nav-next,
.post-navigation .nav-links a[rel="next"],
.post-navigation .next,
.release-paging-navigation .nav-next,
.release-paging-navigation .nav-links a[rel="next"],
.release-paging-navigation .next,
.work-navigation .nav-next,
.work-navigation .nav-links a[rel="next"],
.work-navigation .next {
  float: right;
}
.paging-navigation .nav-next:before, .paging-navigation .nav-links a[rel="next"]:before, .paging-navigation .next:before,
.post-navigation .nav-next:before,
.post-navigation .nav-links a[rel="next"]:before,
.post-navigation .next:before,
.release-paging-navigation .nav-next:before,
.release-paging-navigation .nav-links a[rel="next"]:before,
.release-paging-navigation .next:before,
.work-navigation .nav-next:before,
.work-navigation .nav-links a[rel="next"]:before,
.work-navigation .next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f345";
  left: 1px;
}
.paging-navigation .meta-nav,
.post-navigation .meta-nav,
.release-paging-navigation .meta-nav,
.work-navigation .meta-nav {
  display: none;
}
.paging-navigation .nav-previous a,
.paging-navigation .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a,
.release-paging-navigation .nav-previous a,
.release-paging-navigation .nav-next a,
.work-navigation .nav-previous a,
.work-navigation .nav-next a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
}

.single .paging-navigation, .single .post-navigation, .search .paging-navigation, .search .post-navigation {
  padding: 2em 0;
}

.single .nav-links,
.single-attachment .nav-links {
  width: 100%;
}

.navigation-image,
.comment-navigation {
  margin-bottom: 1em;
}
.navigation-image .previous,
.comment-navigation .previous {
  float: left;
  text-align: left;
}
.navigation-image .previous:hover,
.comment-navigation .previous:hover {
  background: none !important;
}
.navigation-image .next,
.comment-navigation .next {
  float: right;
  text-align: right;
}
.navigation-image .next:hover,
.comment-navigation .next:hover {
  background: none !important;
}

/*-----------------------------------------------------------------------------------*/
/*  Pagination
/*-----------------------------------------------------------------------------------*/
.pagination,
.woocommerce-pagination {
  margin: 2rem 0;
}
.pagination ul.page-numbers,
.woocommerce-pagination ul.page-numbers {
  zoom: 1;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.pagination ul.page-numbers:before, .pagination ul.page-numbers:after,
.woocommerce-pagination ul.page-numbers:before,
.woocommerce-pagination ul.page-numbers:after {
  content: "";
  display: table;
}
.pagination ul.page-numbers:after,
.woocommerce-pagination ul.page-numbers:after {
  clear: both;
}
.pagination ul.page-numbers li,
.woocommerce-pagination ul.page-numbers li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul.page-numbers li .page-numbers,
.woocommerce-pagination ul.page-numbers li .page-numbers {
  font-size: 15px;
  line-height: 27px;
  position: relative;
  color: #333333 !important;
  font-weight: bold;
  float: left;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  width: 28px;
  margin: 10px 5px 10px 0;
  text-align: center;
  text-shadow: none;
  text-decoration: none !important;
  border: none;
  border: solid 1px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
}
.pagination ul.page-numbers li .page-numbers:hover,
.woocommerce-pagination ul.page-numbers li .page-numbers:hover {
  opacity: 0.7;
}
.pagination ul.page-numbers li .page-numbers.current,
.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  color: white !important;
  background-color: #63a69f !important;
  border: solid 1px #63a69f;
  opacity: 1;
}
.pagination ul.page-numbers li .page-numbers.dots,
.woocommerce-pagination ul.page-numbers li .page-numbers.dots {
  opacity: 1 !important;
  background: none;
  border: none;
}
.pagination ul.page-numbers li .page-numbers.next,
.pagination ul.page-numbers li .page-numbers.prev,
.woocommerce-pagination ul.page-numbers li .page-numbers.next,
.woocommerce-pagination ul.page-numbers li .page-numbers.prev {
  line-height: 25px;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	20. Gallery
*/
.entry-content .wolf-images-gallery {
  margin-bottom: 30px;
}

.wolf-images-gallery {
  position: relative;
}
.wolf-images-gallery.padding .block {
  padding: 6px 6px;
}
.wolf-images-gallery .image-item {
  display: block;
}
.wolf-images-gallery .image-item img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  vertical-align: bottom;
  width: 100%;
  opacity: 1;
}

/*.carousel-mosaic-gallery{
	.image-item{
		@extend .grab;
	}
}*/
.carousel-mosaic-gallery,
.mosaic-gallery {
  background: #000;
}
.carousel-mosaic-gallery .image-item,
.mosaic-gallery .image-item {
  float: left;
  position: relative;
  overflow: hidden;
}
.carousel-mosaic-gallery .image-item img,
.mosaic-gallery .image-item img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}
.carousel-mosaic-gallery .image-item:before,
.mosaic-gallery .image-item:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.carousel-mosaic-gallery .image-item:nth-child(6n+1), .carousel-mosaic-gallery .image-item:nth-child(6n+2), .carousel-mosaic-gallery .image-item:nth-child(6n+6),
.mosaic-gallery .image-item:nth-child(6n+1),
.mosaic-gallery .image-item:nth-child(6n+2),
.mosaic-gallery .image-item:nth-child(6n+6) {
  width: 50%;
}
.carousel-mosaic-gallery .image-item:nth-child(6n+3), .carousel-mosaic-gallery .image-item:nth-child(6n+4), .carousel-mosaic-gallery .image-item:nth-child(6n+5),
.mosaic-gallery .image-item:nth-child(6n+3),
.mosaic-gallery .image-item:nth-child(6n+4),
.mosaic-gallery .image-item:nth-child(6n+5) {
  width: 25%;
}
.carousel-mosaic-gallery .image-item:nth-child(6n+5), .carousel-mosaic-gallery .image-item:nth-child(6n+6),
.mosaic-gallery .image-item:nth-child(6n+5),
.mosaic-gallery .image-item:nth-child(6n+6) {
  margin-top: -25%;
}
.carousel-mosaic-gallery .image-item:nth-child(6n+6),
.mosaic-gallery .image-item:nth-child(6n+6) {
  margin-left: 25%;
}

.simple-gallery img {
  width: 100%;
}

/* Images Gallery */
.wolf-images-gallery a.image-item,
.masonry-gallery a.image-item,
.wolf-single-image a.image-item {
  overflow: hidden;
}
.wolf-images-gallery.hover-default a.image-item img, .wolf-images-gallery.hover-greyscale a.image-item img, .wolf-images-gallery.hover-to-greyscale a.image-item img, .wolf-images-gallery.hover-scale-greyscale a.image-item img, .wolf-images-gallery.hover-scale-to-greyscale a.image-item img,
.masonry-gallery.hover-default a.image-item img,
.masonry-gallery.hover-greyscale a.image-item img,
.masonry-gallery.hover-to-greyscale a.image-item img,
.masonry-gallery.hover-scale-greyscale a.image-item img,
.masonry-gallery.hover-scale-to-greyscale a.image-item img,
.wolf-single-image.hover-default a.image-item img,
.wolf-single-image.hover-greyscale a.image-item img,
.wolf-single-image.hover-to-greyscale a.image-item img,
.wolf-single-image.hover-scale-greyscale a.image-item img,
.wolf-single-image.hover-scale-to-greyscale a.image-item img {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.wolf-images-gallery.hover-greyscale a.image-item img, .wolf-images-gallery.hover-scale-greyscale a.image-item img,
.masonry-gallery.hover-greyscale a.image-item img,
.masonry-gallery.hover-scale-greyscale a.image-item img,
.wolf-single-image.hover-greyscale a.image-item img,
.wolf-single-image.hover-scale-greyscale a.image-item img {
  -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.wolf-images-gallery.hover-greyscale a.image-item:hover img, .wolf-images-gallery.hover-greyscale a.image-item:focus img, .wolf-images-gallery.hover-scale-greyscale a.image-item:hover img, .wolf-images-gallery.hover-scale-greyscale a.image-item:focus img,
.masonry-gallery.hover-greyscale a.image-item:hover img,
.masonry-gallery.hover-greyscale a.image-item:focus img,
.masonry-gallery.hover-scale-greyscale a.image-item:hover img,
.masonry-gallery.hover-scale-greyscale a.image-item:focus img,
.wolf-single-image.hover-greyscale a.image-item:hover img,
.wolf-single-image.hover-greyscale a.image-item:focus img,
.wolf-single-image.hover-scale-greyscale a.image-item:hover img,
.wolf-single-image.hover-scale-greyscale a.image-item:focus img {
  filter: none;
  /*Applies to FF + IE */
  -webkit-filter: grayscale(0);
}
.wolf-images-gallery.hover-to-greyscale a.image-item:hover img, .wolf-images-gallery.hover-to-greyscale a.image-item:focus img, .wolf-images-gallery.hover-scale-to-greyscale a.image-item:hover img, .wolf-images-gallery.hover-scale-to-greyscale a.image-item:focus img,
.masonry-gallery.hover-to-greyscale a.image-item:hover img,
.masonry-gallery.hover-to-greyscale a.image-item:focus img,
.masonry-gallery.hover-scale-to-greyscale a.image-item:hover img,
.masonry-gallery.hover-scale-to-greyscale a.image-item:focus img,
.wolf-single-image.hover-to-greyscale a.image-item:hover img,
.wolf-single-image.hover-to-greyscale a.image-item:focus img,
.wolf-single-image.hover-scale-to-greyscale a.image-item:hover img,
.wolf-single-image.hover-scale-to-greyscale a.image-item:focus img {
  -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.wolf-images-gallery.hover-scale-greyscale a.image-item img, .wolf-images-gallery.hover-scale-to-greyscale a.image-item img,
.masonry-gallery.hover-scale-greyscale a.image-item img,
.masonry-gallery.hover-scale-to-greyscale a.image-item img,
.wolf-single-image.hover-scale-greyscale a.image-item img,
.wolf-single-image.hover-scale-to-greyscale a.image-item img {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.wolf-images-gallery.hover-scale-greyscale a.image-item:hover img, .wolf-images-gallery.hover-scale-greyscale a.image-item:focus img, .wolf-images-gallery.hover-scale-to-greyscale a.image-item:hover img, .wolf-images-gallery.hover-scale-to-greyscale a.image-item:focus img,
.masonry-gallery.hover-scale-greyscale a.image-item:hover img,
.masonry-gallery.hover-scale-greyscale a.image-item:focus img,
.masonry-gallery.hover-scale-to-greyscale a.image-item:hover img,
.masonry-gallery.hover-scale-to-greyscale a.image-item:focus img,
.wolf-single-image.hover-scale-greyscale a.image-item:hover img,
.wolf-single-image.hover-scale-greyscale a.image-item:focus img,
.wolf-single-image.hover-scale-to-greyscale a.image-item:hover img,
.wolf-single-image.hover-scale-to-greyscale a.image-item:focus img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.wolf-images-gallery.hover-default a.image-item:hover img, .wolf-images-gallery.hover-default a.image-item:focus img,
.masonry-gallery.hover-default a.image-item:hover img,
.masonry-gallery.hover-default a.image-item:focus img,
.wolf-single-image.hover-default a.image-item:hover img,
.wolf-single-image.hover-default a.image-item:focus img {
  opacity: 0.8;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	21. Comments
*/
/*-----------------------------------------------------------------------------------*/
/*  Wordpress comments
/*-----------------------------------------------------------------------------------*/
#respond {
  margin: 1.5em auto;
}

.comment-list,
.comment-list .children {
  padding: 0;
}
.comment-list li,
.comment-list .children li {
  list-style-type: none !important;
}
.comment-list li #reply-title,
.comment-list li #respond #commentform,
.comment-list li #respond iframe,
.comment-list .children li #reply-title,
.comment-list .children li #respond #commentform,
.comment-list .children li #respond iframe {
  width: 100%;
}

.comment-list .children {
  margin-left: 8%;
}

.comment-list > li:after,
.comment-list .children > li:before {
  height: 0.4rem;
  background: rgba(0, 0, 0, 0.05);
  content: "";
  display: block;
  width: 100%;
}

.comment-list > li:last-child:after {
  display: none;
}

.comment {
  padding: 1.5em 0;
}

.comment-author {
  max-width: 8rem;
}

.avatar {
  display: block;
  margin-bottom: 0.8em;
}

.comment-reply-title, #cancel-comment-reply-link {
  display: inline;
}

#cancel-comment-reply-link {
  float: right;
}

.comment-reply-link {
  font-style: normal;
  font-weight: 700;
}

.comment-meta .fn, .comment-meta .fn a {
  font-style: normal;
  font-weight: 700;
}

.comment-reply-link {
  color: #63a69f;
}

cite.fn {
  display: block;
}

cite.fn:before {
  display: none;
}

.no-avatars .comment-author {
  float: none;
  margin: 0 0 0.5em;
  max-width: 100%;
}

.no-avatars .comment-meta,
.no-avatars .comment-content,
.no-avatars .reply {
  width: 100%;
}

.comment-list .edit-link {
  margin-left: 2rem;
}

.comment-meta,
.comment-meta a {
  margin-bottom: 1rem;
}

.ping-meta {
  line-height: 2;
}

.no-comments {
  text-align: center;
}

.comments-title {
  padding-top: 1em;
}

.trackback p, .pingback p {
  margin-top: 1.618rem;
}

.comment-reply-link {
  color: #63a69f;
}

.comment-content {
  font-size: 14px;
}

.comment-content p {
  margin-top: 0;
  margin-bottom: 10px;
}

.comments-title {
  font-size: 1.2em;
}

.avatar {
  border-radius: 50%;
}

.bypostauthor .avatar {
  border: 3px solid #63a69f;
}

.comment-meta,
.comment-meta a,
.comment-awaiting-moderation,
.ping-meta {
  color: #a2a2a2;
}

.comment-meta {
  font-size: 0.8em;
}
.comment-meta cite.fn {
  font-size: 1.3em;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	22. Footer
*/
/* Music logos container */
.music-social-icons-container {
  text-align: center;
  padding: 2em 0;
  background: #222;
  position: relative;
  z-index: 5;
}

.wolf-music-social-icons {
  margin: 0 auto;
  width: 95%;
}

/* Footer */
.site-footer {
  position: relative;
  z-index: 5;
}

/* Footer widget area */
.sidebar-footer {
  font-family: "Open Sans", Helvetica, Arial, sans-serifHelvetica, Arial, sans-serif;
}
.sidebar-footer .widget {
  font-size: 1.5rem;
}
.sidebar-footer .wolf-twitter-widget ul.wolf-tweet-list li:before {
  color: #666;
}
.sidebar-footer .widget_text a {
  font-weight: 700;
}

/* Copyright */
.site-infos {
  padding: 10px 15px;
  font-size: 1.3rem;
  line-height: 2;
  background: #000;
  color: #888;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.site-infos a {
  color: #888;
}
.site-infos a:hover {
  opacity: 1;
}
.site-infos a, .site-infos span {
  opacity: 0.6;
}

/* Back to top link */
.back-to-top {
  text-transform: uppercase;
  font-weight: 700;
}

/* Admin bar fix */
#wpadminbar {
  position: fixed !important;
  z-index: 99998;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	23. Widgets
*/
.widget-title {
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
  border: none;
}

.widget .wolf-jplayer-playlist {
  margin-bottom: 0;
}
.widget ul {
  margin-left: 0;
}
.widget .wolf-flickr-img:hover, .widget .wolf-dribbble-img:hover, .widget a img:hover {
  opacity: .8;
}

/* Footer */
.widget-area .widget-title {
  margin-top: 0;
}
.widget-area .wolf-jplayer-playlist {
  margin-bottom: 0;
}
.widget-area .widget-entry .widget-entry-title a {
  color: #fff;
}
.widget-area .widget {
  margin-bottom: 40px;
  font-size: 13px;
}
.widget-area .widget:first-child {
  margin-left: 0;
}
.widget-area .widget:last-child {
  margin-right: 0;
}
.widget-area .widget ul {
  padding: 0;
  margin: 0;
}
.widget-area .widget ul li {
  margin-left: 1.2em;
}
.widget-area .widget input[type="submit"],
.widget-area .widget input[type="text"],
.widget-area .widget input[type="email"],
.widget-area .widget input[type="search"],
.widget-area .widget input[type="password"],
.widget-area .widget input[name="post_password"] {
  width: 100% !important;
}
.widget-area .wolf-flickr-img,
.widget-area .wolf-dribbble-img, .widget-area a img {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.widget-area .wolf-flickr-img:hover,
.widget-area .wolf-dribbble-img:hover, .widget-area a img:hover {
  opacity: .8;
}
.widget-area a {
  color: #FFF;
}
.widget-area a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.widget-area p {
  margin-top: 0;
  margin-bottom: 1em;
}
.widget-area .tagcloud a {
  font-size: 15px !important;
}
.widget-area .tagcloud a:after {
  content: ",";
}

/* Last posts */
.widget_recent_entries ul li {
  margin-bottom: 10px;
}
.widget_recent_entries ul li a {
  font-size: 15px;
}
.widget_recent_entries .post-date {
  display: block;
  font-size: 12px;
}

.wolf_widget_recent_posts .widget-entry-title {
  font-size: 15px;
}

/* RSS widget */
.widget_rss .widget-title .rsswidget img {
  position: relative;
  top: 2px;
}
.widget_rss ul li {
  margin-bottom: 15px;
}
.widget_rss .rsswidget {
  font-weight: 700;
}

.sidebar-footer {
  background: #0d0d0d;
  color: #FFF;
}

.sidebar-inner {
  padding: 2em 0;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	24. 404
*/
.error404 #main {
  padding: 8rem 0 8rem;
  text-align: center;
}
.error404 #main h1 {
  font-size: 13rem;
  margin-bottom: 2rem;
}
.error404 #main article.post {
  border-bottom: none;
}

/* Custom Flexslider Styles
---------------------------------------*/
/* reset */
.flexslider {
  margin: 0 0 30px;
  border: none;
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  /*a{
  	border:none!important;
  }*/
}
.flexslider img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: none !important;
}
.flexslider img:hover {
  opacity: 1 !important;
}
.flexslider a:hover {
  opacity: 1 !important;
}
.flexslider ul, .flexslider ol {
  margin: 0 !important;
  padding: 0;
}
.flexslider ul.slides {
  max-width: none !important;
}
.flexslider ul.slides li {
  padding: 0 !important;
  margin-left: 0 !important;
  list-style-type: none !important;
  position: relative;
}
.flexslider .flex-caption {
  margin-top: 0 !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 95%;
}

.flex-control-paging {
  max-width: none !important;
  z-index: 999;
  height: 0;
  bottom: 30px;
}
.flex-control-paging li a {
  background: white !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.flex-control-paging li a.flex-active {
  background: none !important;
  -webkit-box-shadow: 0 0 0 1px white;
  box-shadow: 0 0 0 1px white;
}

.flex-direction-nav {
  max-width: none !important;
}
.flex-direction-nav .flex-disabled {
  display: none;
}
.flex-direction-nav li {
  list-style-type: none;
}
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  height: 50px;
  width: 50px;
  color: rgba(0, 0, 0, 0.5);
}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
  color: #fff;
}

.format-gallery .wolf-gallery-slider .flex-control-nav {
  height: 30px;
}
.format-gallery .wolf-gallery-slider .flex-control-nav li a {
  width: 12px;
  height: 12px;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
}
.flex-direction-nav .flex-prev:before,
.flex-direction-nav .flex-next:before {
  display: none;
}
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  width: 30px;
  height: 60px;
  background-size: 30px 60px;
  margin-top: -30px;
  background-color: transparent !important;
  background-position: center center;
}
.flex-direction-nav .flex-next {
  background-image: url("../img/next-light.png");
}
.flex-direction-nav .flex-prev {
  background-image: url("../img/prev-light.png");
}

.flex-caption {
  display: block;
  position: absolute;
  top: 20px;
  padding: 0.5em 1em;
  font-size: 0.95em;
  background: #333;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

#swipebox-slider .slide-loading {
  background-image: url("../img/swipebox/loader-dark.gif") !important;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url("../img/swipebox/icons-dark.png") !important;
}

body.svg #swipebox-prev,
body.svg #swipebox-next,
body.svg #swipebox-close {
  background-image: url("../img/swipebox/icons-dark.svg") !important;
}

#swipebox-slider .slide .swipebox-video-container {
  max-width: none;
  max-width: calc(100%-20px);
  padding: 0;
}

.skin-light #swipebox-bottom-bar, .skin-light #swipebox-top-bar {
  text-shadow: 1px 1px 1px #fff;
  background: #fff;
}
.skin-light #swipebox-overlay {
  background: #f1f1f1;
}
.skin-light #swipebox-title {
  color: #333;
}

.skin-dark #swipebox-slider .slide-loading {
  background-image: url("../img/swipebox/loader-light.gif") !important;
}
.skin-dark #swipebox-prev,
.skin-dark #swipebox-next,
.skin-dark #swipebox-close {
  background-image: url("../img/swipebox/icons-light.png") !important;
}
.skin-dark body.svg #swipebox-prev,
.skin-dark body.svg #swipebox-next,
.skin-dark body.svg #swipebox-close {
  background-image: url("../img/swipebox/icons-light.svg") !important;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	25. Woocommerce
*/
@font-face {
  font-family: 'star';
  src: url("lib/fonts/star.eot");
  src: url("lib/fonts/star.eot?#iefix") format("embedded-opentype"), url("lib/fonts/star.woff") format("woff"), url("lib/fonts/star.ttf") format("truetype"), url("lib/fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'WooCommerce';
  src: url("lib/fonts/WooCommerce.eot");
  src: url("lib/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("lib/fonts/WooCommerce.woff") format("woff"), url("lib/fonts/WooCommerce.ttf") format("truetype"), url("lib/fonts/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Star rating */
.star-rating {
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 5.4em;
  font-family: 'star';
}
.star-rating:before {
  content: "\73\73\73\73\73";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}

p.stars {
  position: relative;
  font-size: 1em;
}
p.stars a {
  border-bottom: none !important;
  display: inline-block;
  font-weight: 700;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
  color: #fff;
}
p.stars a:hover {
  color: #fff;
}
p.stars a:last-child {
  border-right: 0;
}
p.stars a.star-1, p.stars a.star-2, p.stars a.star-3, p.stars a.star-4, p.stars a.star-5 {
  border-right: 1px solid #ccc;
}
p.stars a.star-1:after, p.stars a.star-2:after, p.stars a.star-3:after, p.stars a.star-4:after, p.stars a.star-5:after {
  font-family: "WooCommerce";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
p.stars a.star-1 {
  width: 2em;
}
p.stars a.star-1:after {
  content: "\e021";
}
p.stars a.star-1:hover:after, p.stars a.star-1.active:after {
  content: "\e020";
}
p.stars a.star-2 {
  width: 3em;
}
p.stars a.star-2:after {
  content: "\e021\e021";
}
p.stars a.star-2:hover:after, p.stars a.star-2.active:after {
  content: "\e020\e020";
}
p.stars a.star-3 {
  width: 4em;
}
p.stars a.star-3:after {
  content: "\e021\e021\e021";
}
p.stars a.star-3:hover:after, p.stars a.star-3.active:after {
  content: "\e020\e020\e020";
}
p.stars a.star-4 {
  width: 5em;
}
p.stars a.star-4:after {
  content: "\e021\e021\e021\e021";
}
p.stars a.star-4:hover:after, p.stars a.star-4.active:after {
  content: "\e020\e020\e020\e020";
}
p.stars a.star-5 {
  width: 6em;
  border: 0;
}
p.stars a.star-5:after {
  content: "\e021\e021\e021\e021\e021";
}
p.stars a.star-5:hover:after, p.stars a.star-5.active:after {
  content: "\e020\e020\e020\e020\e020";
}

.woocommerce-result-count {
  float: left;
  width: 50%;
  margin-bottom: 5rem;
  margin-top: 10px;
}

.woocommerce-ordering {
  font-family: "Open Sans", Helvetica, Arial, sans-serifHelvetica, Arial, sans-serif;
  margin-top: 0;
  float: right;
  text-align: right;
  width: 50%;
  max-width: 300px;
  margin-bottom: 5rem;
}
.woocommerce-ordering:after {
  zoom: 1;
  content: "";
  display: table;
  clear: both;
}

.products {
  clear: both;
  zoom: 1;
  margin: 0;
  padding: 0;
}
.products:before, .products:after {
  content: "";
  display: table;
}
.products:after {
  clear: both;
}
.products mark {
  background: #FFF;
  color: inherit;
}
.products li {
  list-style-type: none !important;
  position: relative;
}
.products li .product-image-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.products li .product-image-container img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.products li.first {
  clear: both;
  margin-left: 0 !important;
}
.products li.last {
  margin-right: 0 !important;
}
.products li h3 {
  font-size: 1.8rem;
}
.products li .price {
  font-size: 1em;
}
.products li .star-rating {
  margin-top: 5px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.products li .add_to_cart_button,
.products li .product_type_variable {
  margin-top: 1.5rem;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.products li .product-caption-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 100%;
}
.products li .product-caption-inner {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 0;
  display: table;
  width: 100%;
  height: 100%;
}
.products li:hover .product-caption-inner {
  opacity: 1;
}
.products li .product-caption {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 1em;
}
.products li .product-caption .price {
  margin-top: 8px;
  margin-bottom: 10px;
  display: block;
}
.products li a.mask-link {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.products li .add_to_cart_button,
.products li .product_type_simple {
  width: auto !important;
  display: inline-block;
  position: relative;
  z-index: 100;
  font-size: 12px;
}
.products li .added_to_cart {
  display: block;
  margin-top: 0;
  color: #333333 !important;
  position: relative;
  z-index: 99;
}
.products li .fa {
  margin-left: 8px;
  position: relative;
  top: 0;
}

/* Sale labels */
span.onsale {
  font-family: "Open Sans", Helvetica, Arial, sans-serifHelvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  background: #63a69f;
  position: absolute;
  z-index: 10;
  border-radius: 0;
  left: 0;
  top: 0;
  padding: 5px 20px;
  width: auto;
  height: auto;
  line-height: 35px;
  font-size: 15px;
  color: #FFF;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Products media queries */
@media screen and (min-width: 500px) {
  .shop-columns-2 .section-shop .products li,
  .shop-columns-3 .section-shop .products li,
  .shop-columns-4 .section-shop .products li,
  .shop-columns-5 .section-shop .products li,
  .shop-columns-6 .section-shop .products li {
    float: left;
    width: 50%;
  }

  .shortcode-release-grid.release-grid-col-2 .release-item-container, .shortcode-release-grid.release-grid-col-3 .release-item-container, .shortcode-release-grid.release-grid-col-4 .release-item-container, .shortcode-release-grid.release-grid-col-5 .release-item-container, .shortcode-release-grid.release-grid-col-6 .release-item-container {
    float: left;
    width: 50%;
  }
  .shortcode-release-grid.release-grid-col-3 .release-item-container {
    float: left;
    width: 33.33%;
  }
  .shortcode-release-grid.release-grid-col-3 .release-item-container:nth-child(2n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-3 .release-item-container:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 800px) {
  .shop-columns-3 .section-shop .products li,
  .shop-columns-6 .section-shop .products li {
    float: left;
    width: 33.33%;
  }
  .shop-columns-3 .section-shop .products li:nth-child(2n+1),
  .shop-columns-6 .section-shop .products li:nth-child(2n+1) {
    clear: none;
  }
  .shop-columns-3 .section-shop .products li:nth-child(3n+1),
  .shop-columns-6 .section-shop .products li:nth-child(3n+1) {
    clear: left;
  }

  .shop-columns-4 .section-shop .products li {
    width: 25%;
  }
  .shop-columns-4 .section-shop .products li:nth-child(2n+1) {
    clear: none;
  }
  .shop-columns-4 .section-shop .products li:nth-child(4n+1) {
    clear: left;
  }

  .shortcode-release-grid.release-grid-col-3 .release-item-container, .shortcode-release-grid.release-grid-col-6 .release-item-container {
    float: left;
    width: 33.33%;
  }
  .shortcode-release-grid.release-grid-col-3 .release-item-container:nth-child(2n+1), .shortcode-release-grid.release-grid-col-6 .release-item-container:nth-child(2n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-3 .release-item-container:nth-child(3n+1), .shortcode-release-grid.release-grid-col-6 .release-item-container:nth-child(3n+1) {
    clear: left;
  }
  .shortcode-release-grid.release-grid-col-4 .release-item-container {
    width: 25%;
  }
  .shortcode-release-grid.release-grid-col-4 .release-item-container:nth-child(2n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-4 .release-item-container:nth-child(4n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1200px) {
  .shop-columns-5 .section-shop .products li {
    width: 20%;
  }
  .shop-columns-5 .section-shop .products li:nth-child(2n+1) {
    clear: none;
  }
  .shop-columns-5 .section-shop .products li:nth-child(3n+1) {
    clear: none;
  }
  .shop-columns-5 .section-shop .products li:nth-child(4n+1) {
    clear: none;
  }
  .shop-columns-5 .section-shop .products li:nth-child(5n+1) {
    clear: left;
  }

  .shop-columns-6 .section-shop .products li {
    width: 16.65%;
  }
  .shop-columns-6 .section-shop .products li:nth-child(2n+1) {
    clear: none;
  }
  .shop-columns-6 .section-shop .products li:nth-child(3n+1) {
    clear: none;
  }
  .shop-columns-6 .section-shop .products li:nth-child(4n+1) {
    clear: none;
  }
  .shop-columns-6 .section-shop .products li:nth-child(5n+1) {
    clear: none;
  }
  .shop-columns-6 .section-shop .products li:nth-child(6n+1) {
    clear: left;
  }

  .shortcode-release-grid.release-grid-col-5 .release-item-container {
    width: 20%;
  }
  .shortcode-release-grid.release-grid-col-5 .release-item-container:nth-child(2n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-5 .release-item-container:nth-child(3n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-5 .release-item-container:nth-child(4n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-5 .release-item-container:nth-child(5n+1) {
    clear: left;
  }
  .shortcode-release-grid.release-grid-col-6 .release-item-container {
    width: 16.65%;
  }
  .shortcode-release-grid.release-grid-col-6 .release-item-container:nth-child(2n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-6 .release-item-container:nth-child(3n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-6 .release-item-container:nth-child(4n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-6 .release-item-container:nth-child(5n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-6 .release-item-container:nth-child(6n+1) {
    clear: left;
  }
}
.woocommerce-tabs h2,
.related.products h2 {
  font-size: 18px;
}

#reviews #comments,
#reviews #review_form_wrapper {
  margin: 0 auto;
  max-width: 750px;
}

.single-product .product_title {
  display: none;
}

.product {
  position: relative;
}
.product .single_add_to_cart_button {
  padding: 0.7em 1.4em;
}
.product .star-rating {
  margin: 5px 0;
}
.product .out-of-stock {
  color: red;
}
.product .images {
  margin-bottom: 2em;
}
.product .images .thumbnails img {
  padding: 3px;
}
.product .images .thumbnails a {
  width: 25%;
}
.product .images .thumbnails a:before {
  display: none;
}
.product .summary {
  margin-bottom: 2em;
}
.product .summary .button, .product .summary input[type="submit"] {
  margin-top: 0;
}
.product .summary p {
  margin-top: 0;
  margin-bottom: 1em;
}
.product .summary h1 {
  font-size: 3rem;
}
.product .summary .woocommerce-product-rating {
  margin-top: 2.5em;
}
.product .summary .star-rating {
  margin-top: 0.5rem;
}
.product .summary .amount {
  font-size: 2rem;
}
.product .summary .variations td {
  width: 100%;
  margin: 0;
  padding: 0 !important;
  line-height: 30px;
}
.product .summary .variations td.value select {
  margin-top: 2rem;
}
.product .summary .product_meta {
  margin-top: 1.5rem;
}
.product .summary .product_meta span {
  display: block;
  font-weight: 700;
}
.product .summary .product_meta span a {
  font-weight: 400;
}
.product .summary .button, .product .summary input[type="submit"] {
  width: auto !important;
}

/* Tabs on the product page */
.woocommerce-tabs {
  clear: both;
  margin-bottom: 2em;
}
.woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-tabs ul.tabs li {
  font-family: "Open Sans", Helvetica, Arial, sans-serifHelvetica, Arial, sans-serif;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 0;
  padding: .6em 1em;
}
.woocommerce-tabs ul.tabs li a {
  padding: .5em 0;
  color: #888;
  text-shadow: none;
}
.woocommerce-tabs ul.tabs li.active {
  background: #63a69f;
}
.woocommerce-tabs ul.tabs li.active a {
  color: #fff;
}
.woocommerce-tabs .panel {
  font-size: 0.9em;
  padding: 3rem;
  padding-top: 50px;
  background: #63a69f;
  color: white;
}
.woocommerce-tabs .panel h1, .woocommerce-tabs .panel h2, .woocommerce-tabs .panel h3 {
  color: white;
}
.woocommerce-tabs .panel h1:after, .woocommerce-tabs .panel h2:after, .woocommerce-tabs .panel h3:after {
  background: #FFF;
}

#reviews .form-submit input#submit {
  border: 2px solid white !important;
  color: white !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-left: 0;
  top: 0 !important;
}
#reviews .form-submit input#submit:hover, #reviews .form-submit input#submit:focus, #reviews .form-submit input#submit:active {
  top: 0 !important;
  background: white !important;
  border-color: white !important;
  color: #666666 !important;
}
#reviews textarea#comment {
  min-height: 180px;
}
#reviews h2 small {
  float: right;
  font-size: 15px;
  line-height: 21px;
  margin: 10px 0 0 0;
}
#reviews h2 small a {
  text-decoration: none;
}
#reviews h3 {
  margin: 0;
}
#reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}
#reviews #comment {
  height: 75px;
}
#reviews #comments h2 {
  clear: none;
  margin-bottom: 1em;
}
#reviews #comments ol.commentlist {
  margin: 0;
  width: 100%;
  background: none;
  list-style: none;
}
#reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 3em;
  border: 0;
  position: relative;
  background: 0;
  border: 0;
}
#reviews #comments ol.commentlist li .meta {
  font-size: 0.75em;
}
#reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 60px;
  height: auto;
  margin: 0;
  line-height: 1;
}
#reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 60px;
  padding: 0 1em 0;
}
#reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
#reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}
#reviews #comments ol.commentlist li .comment-text .star-rating {
  margin-top: 0.5rem;
}
#reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px;
}
#reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
#reviews #comments ol.commentlist #respond {
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}
#reviews #comments .commentlist > li:before {
  content: "";
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3 {
  font-size: 18px;
}

.woocommerce,
.woocommerce-page {
  /* =Forms
  -------------------------------------------------------------- */
}
.woocommerce .price,
.woocommerce-page .price {
  font-size: 2em;
}
.woocommerce .quantity,
.woocommerce-page .quantity {
  width: 60px;
  float: left;
}
.woocommerce .qty,
.woocommerce-page .qty {
  text-align: center;
  width: 50px;
  height: 38px;
}
.woocommerce .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus {
  display: none;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  zoom: 1;
}
.woocommerce form .form-row:before, .woocommerce form .form-row:after,
.woocommerce-page form .form-row:before,
.woocommerce-page form .form-row:after {
  content: "";
  display: table;
}
.woocommerce form .form-row:after,
.woocommerce-page form .form-row:after {
  clear: both;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  color: #333;
  display: block;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: inline;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  width: 100%;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  width: 100%;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  float: left;
  width: 47%;
  overflow: visible;
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  float: right;
}
.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
  clear: both;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  padding: 3px;
  margin: 0 0 15px;
}
.woocommerce form .form-row select,
.woocommerce form .form-row textarea,
.woocommerce form .form-row input.input-text,
.woocommerce-page form .form-row select,
.woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row input.input-text {
  border-color: #ccc;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder,
.woocommerce-page form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  line-height: 2em;
}
.woocommerce form .form-row label.hidden,
.woocommerce-page form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline,
.woocommerce-page form .form-row label.inline {
  display: inline;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  cursor: pointer;
  margin: 0;
}
.woocommerce form .form-row .required,
.woocommerce-page form .form-row .required {
  color: red;
  font-weight: bold;
  border: 0;
}
.woocommerce form .form-row .input-checkbox,
.woocommerce-page form .form-row .input-checkbox {
  display: inline;
  margin-left: 5px;
  text-align: center;
  vertical-align: middle;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1em;
}
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
  height: 4em;
  line-height: 1.5em;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-single, .woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-drop, .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce form .form-row.validate-required.woocommerce-invalid select,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-single,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-drop,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid select {
  border-color: #fb7f88;
}
.woocommerce form .form-row ::-webkit-input-placeholder,
.woocommerce-page form .form-row ::-webkit-input-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-moz-placeholder,
.woocommerce-page form .form-row :-moz-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-ms-input-placeholder,
.woocommerce-page form .form-row :-ms-input-placeholder {
  line-height: normal;
}
.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register,
.woocommerce-page form.login,
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.register {
  padding: 20px;
  margin: 2em 0 2em 0px;
  text-align: left;
}
.woocommerce ul#shipping_method,
.woocommerce-page ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.woocommerce ul#shipping_method li,
.woocommerce-page ul#shipping_method li {
  margin: 0;
  padding: .25em 0 .25em 22px;
  text-indent: -22px;
  list-style: none outside;
}
.woocommerce ul#shipping_method .amount,
.woocommerce-page ul#shipping_method .amount {
  font-weight: bold;
}
.woocommerce p.woocommerce-shipping-contents,
.woocommerce-page p.woocommerce-shipping-contents {
  margin: 0;
}

.widget.woocommerce .star-rating {
  margin: 5px 0;
}

/* Cart widget */
.widget_shopping_cart .button, .widget_shopping_cart input[type="submit"] {
  width: 100%;
  margin: 0;
  margin-bottom: 5px;
}

/* Search widget */
.widget_product_search #s {
  padding-left: 1%;
  padding-right: 1%;
  width: 98%;
}

/* =Cart Sidebar
-------------------------------------------------------------- */
ul.cart_list,
ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
ul.cart_list li,
ul.product_list_widget li {
  background: #FFF;
  padding: 4px 0;
  padding: 1em;
  margin-left: 0 !important;
  margin-bottom: 1.2rem;
  zoom: 1;
  list-style: none;
}
ul.cart_list li:before, ul.cart_list li:after,
ul.product_list_widget li:before,
ul.product_list_widget li:after {
  content: "";
  display: table;
}
ul.cart_list li:after,
ul.product_list_widget li:after {
  clear: both;
}
ul.cart_list li a,
ul.product_list_widget li a {
  display: block;
  font-weight: 700;
}
ul.cart_list li img,
ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: auto;
  height: auto;
}
ul.cart_list li dl,
ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  zoom: 1;
}
ul.cart_list li dl:before, ul.cart_list li dl:after,
ul.product_list_widget li dl:before,
ul.product_list_widget li dl:after {
  content: "";
  display: table;
}
ul.cart_list li dl:after,
ul.product_list_widget li dl:after {
  clear: both;
}
ul.cart_list li dl dt, ul.cart_list li dl dd,
ul.product_list_widget li dl dt,
ul.product_list_widget li dl dd {
  display: inline-block;
  float: left;
  margin-botom: 1em;
}
ul.cart_list li dl dt,
ul.product_list_widget li dl dt {
  font-weight: bold;
  padding: 0 0 .25em 0;
  margin: 0 4px 0 0;
  clear: left;
}
ul.cart_list li dl dd,
ul.product_list_widget li dl dd {
  padding: 0 0 .25em 0;
}
ul.cart_list li dl dd p:last-child,
ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
ul.cart_list li .quantity,
ul.product_list_widget li .quantity {
  width: 150px;
}
ul.cart_list li .star-rating,
ul.product_list_widget li .star-rating {
  float: none;
}
ul.cart_list li .reviewer,
ul.product_list_widget li .reviewer {
  font-size: 1.2rem;
}

.widget_shopping_cart .total, .widget_shopping_cart .total {
  border-top: 3px double rgba(0, 0, 0, 0.5);
  padding: 4px 0 0;
}
.widget_shopping_cart .total strong, .widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}
.widget_shopping_cart .buttons, .widget_shopping_cart .buttons {
  zoom: 1;
  padding: 0;
}
.widget_shopping_cart .buttons:before, .widget_shopping_cart .buttons:after, .widget_shopping_cart .buttons:before, .widget_shopping_cart .buttons:after {
  content: "";
  display: table;
}
.widget_shopping_cart .buttons:after, .widget_shopping_cart .buttons:after {
  clear: both;
}

/* =Price Filter Widget
-------------------------------------------------------------- */
.widget_price_filter .button, .widget_price_filter input[type="submit"] {
  display: inline-block;
  width: auto;
  float: left;
  margin-top: 5px;
}
.widget_price_filter .price_label {
  display: inline-block;
  position: relative;
  top: 8px;
}
.widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 0.9em;
  height: 0.9em;
  border-radius: 0.9em;
  cursor: pointer;
  background: #333;
  outline: none;
  top: -.2em;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #63a69f;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.3);
}
.widget_price_filter .ui-slider-horizontal {
  height: .5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

/* =Cart
-------------------------------------------------------------- */
.woocommerce-cart h2 {
  font-size: 18px;
}
.woocommerce-cart #coupon_code {
  width: 100%;
  margin-bottom: 10px;
}
.woocommerce-cart .coupon {
  width: 100%;
}
.woocommerce-cart .coupon label {
  display: block;
}
.woocommerce-cart input.button, .woocommerce-cart input[type="submit"] {
  display: block;
  width: 100%;
  margin: 5px 0;
  padding: 0.6em 1.3em;
}

.shipping-calculator-form {
  margin-top: 30px;
  max-width: 750px;
}

table.cart,
#content table.cart {
  margin-bottom: 50px;
}
table.cart thead,
#content table.cart thead {
  color: #333;
}
table.cart .product-thumbnail,
#content table.cart .product-thumbnail {
  min-width: 32px;
}
table.cart img,
#content table.cart img {
  width: 32px;
}
table.cart th, table.cart td,
#content table.cart th,
#content table.cart td {
  vertical-align: middle;
}
table.cart a.remove,
#content table.cart a.remove {
  border-radius: 100%;
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  color: red;
  text-decoration: none;
  font-weight: bold;
  border-bottom: none;
}
table.cart td.actions,
#content table.cart td.actions {
  text-align: right;
  padding: 1em 0;
}
table.cart td.actions .coupon,
#content table.cart td.actions .coupon {
  text-align: left;
  float: left;
}
table.cart td.actions .coupon .input-text,
#content table.cart td.actions .coupon .input-text {
  width: auto;
  margin: 0 4px 0 0;
  outline: 0;
  line-height: 1em;
}
table.cart input,
#content table.cart input {
  margin: 0;
  vertical-align: middle;
}

.wc-backward {
  width: auto;
  margin-left: 0;
}

.showcoupon {
  font-weight: 700;
}

.checkout_coupon {
  padding: 0 !important;
}
.checkout_coupon .form-row {
  width: 100% !important;
}
.checkout_coupon .form-row #coupon_code {
  padding: .9rem;
}
.checkout_coupon .form-row .button, .checkout_coupon .form-row input[type="submit"],
.checkout_coupon .form-row #coupon_code {
  width: 100% !important;
}

.woocommerce-checkout .form-row .chosen-container {
  width: 100% !important;
}
.woocommerce-checkout .form-row .chosen-container-single .chosen-single {
  height: 28px;
  line-height: 29px;
}
.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b {
  background: url("../images/woocommerce/chosen-sprite.png") no-repeat 0 3px !important;
}
.woocommerce-checkout .form-row .chosen-container-active .chosen-single-with-drop div b {
  background-position: -18px 4px !important;
}
.woocommerce-checkout .form-row .chosen-container-single .chosen-search input {
  line-height: 13px;
  width: 100% !important;
}
.woocommerce-checkout .form-row .chosen-container .chosen-drop {
  width: 100% !important;
}

.woocommerce,
.woocommerce-page {
  /* =Checkout
  -------------------------------------------------------------- */
  /* Payment box - appears on checkout and page page */
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  zoom: 1;
}
.woocommerce .col2-set:before, .woocommerce .col2-set:after,
.woocommerce-page .col2-set:before,
.woocommerce-page .col2-set:after {
  content: "";
  display: table;
}
.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after {
  clear: both;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
  width: 100%;
  margin: 0;
  margin-bottom: 50px;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  margin-left: 0;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  margin-right: 0;
}
.woocommerce .checkout .col2-set,
.woocommerce-page .checkout .col2-set {
  zoom: 1;
}
.woocommerce .checkout .col2-set:before, .woocommerce .checkout .col2-set:after,
.woocommerce-page .checkout .col2-set:before,
.woocommerce-page .checkout .col2-set:after {
  content: "";
  display: table;
}
.woocommerce .checkout .col2-set:after,
.woocommerce-page .checkout .col2-set:after {
  clear: both;
}
.woocommerce .checkout .col2-set .col-1,
.woocommerce-page .checkout .col2-set .col-1 {
  margin-left: 0;
}
.woocommerce .checkout .col2-set .col-2,
.woocommerce-page .checkout .col2-set .col-2 {
  margin-right: 0;
}
.woocommerce .checkout .col-2 h3#ship-to-different-address,
.woocommerce-page .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}
.woocommerce .checkout .col-2 .notes,
.woocommerce-page .checkout .col-2 .notes {
  clear: left;
}
.woocommerce .checkout .col-2 .form-row-first,
.woocommerce-page .checkout .col-2 .form-row-first {
  clear: left;
}
.woocommerce .checkout .create-account small,
.woocommerce-page .checkout .create-account small {
  font-size: 11px;
  line-height: 13px;
  font-weight: normal;
}
.woocommerce .checkout div.shipping-address,
.woocommerce-page .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}
.woocommerce .checkout .shipping_address,
.woocommerce-page .checkout .shipping_address {
  clear: both;
}
.woocommerce #payment,
.woocommerce-page #payment {
  padding: 15px;
  background: #fff;
  border-radius: 5px;
}
.woocommerce #payment .about_paypal,
.woocommerce-page #payment .about_paypal {
  color: #000;
  margin-left: 10px;
}
.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
  zoom: 1;
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0;
  list-style: none outside;
}
.woocommerce #payment ul.payment_methods:before, .woocommerce #payment ul.payment_methods:after,
.woocommerce-page #payment ul.payment_methods:before,
.woocommerce-page #payment ul.payment_methods:after {
  content: "";
  display: table;
}
.woocommerce #payment ul.payment_methods:after,
.woocommerce-page #payment ul.payment_methods:after {
  clear: both;
}
.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
  list-style-type: none !important;
  line-height: 2em;
  text-align: left;
  margin: 0;
  font-weight: normal;
}
.woocommerce #payment ul.payment_methods li input,
.woocommerce-page #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}
.woocommerce #payment ul.payment_methods li img,
.woocommerce-page #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 .5em;
  position: relative;
}
.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
  padding: 1em;
}
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
  position: relative;
  width: 96%;
  padding: 10px;
  margin: 1em 0 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5em;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  background-color: #ebe8eb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebe8eb), to(#e0dadf));
  background-image: linear-gradient(to bottom, #ebe8eb, #e0dadf);
  color: #666666 !important;
}
.woocommerce #payment div.payment_box p,
.woocommerce-page #payment div.payment_box p {
  margin-top: 0;
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right;
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url(../images/woocommerce/icons/credit-cards/visa.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url(../images/woocommerce/icons/credit-cards/mastercard.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url(../images/woocommerce/icons/credit-cards/laser.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url(../images/woocommerce/icons/credit-cards/diners.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url(../images/woocommerce/icons/credit-cards/maestro.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url(../images/woocommerce/icons/credit-cards/jcb.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url(../images/woocommerce/icons/credit-cards/amex.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url(../images/woocommerce/icons/credit-cards/discover.png);
}
.woocommerce #payment div.payment_box span.help,
.woocommerce-page #payment div.payment_box span.help {
  font-size: 11px;
  color: #888;
  line-height: 13px;
  font-weight: normal;
}
.woocommerce #payment div.payment_box .form-row,
.woocommerce-page #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
.woocommerce #payment div.payment_box p:last-child,
.woocommerce-page #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
  content: "";
  display: block;
  border: 8px solid #e0dadf;
  /* arrow size / color */
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -1px;
  left: 0;
  margin: -1em 0 0 2em;
}
.woocommerce #customer_details,
.woocommerce-page #customer_details {
  margin-bottom: 2em;
}

input[type='submit']#place_order {
  width: 100% !important;
  display: block;
  background: #63a69f !important;
  border-color: #63a69f !important;
  color: white !important;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}
input[type='submit']#place_order:hover {
  background-color: transparent !important;
  color: #63a69f !important;
}

.woocommerce-message {
  position: relative;
  zoom: 1;
  padding: 1.7em 1em 1.6em;
  padding-left: 4.5em;
  margin: 0;
  margin-bottom: 30px !important;
}
.woocommerce-message:before, .woocommerce-message:after {
  content: "";
  display: table;
}
.woocommerce-message:after {
  clear: both;
}
.woocommerce-message:before {
  font-family: FontAwesome;
  font-size: 1.33333333em;
  content: "\f087";
  position: absolute;
  left: 1.5em;
  top: 1em;
}
.woocommerce-message .button, .woocommerce-message input[type="submit"] {
  display: inline;
  padding: 0;
  margin: 0;
  width: auto;
  float: right;
  background-color: transparent !important;
  border: none !important;
  line-height: 25px;
  text-transform: none;
}
.woocommerce-message .button:hover, .woocommerce-message input[type="submit"]:hover {
  background-color: transparent !important;
  color: #333;
}

.woocommerce-info,
.woocommerce-error {
  position: relative;
  zoom: 1;
  margin: 0;
  margin-left: 0;
  margin-bottom: 30px;
  padding: 1.6em 1em 1.6em;
  padding-left: 4.5em;
}
.woocommerce-info:before, .woocommerce-info:after,
.woocommerce-error:before,
.woocommerce-error:after {
  content: "";
  display: table;
}
.woocommerce-info:after,
.woocommerce-error:after {
  clear: both;
}
.woocommerce-info:before,
.woocommerce-error:before {
  font-family: FontAwesome;
  font-size: 1.33333333em;
  content: "\f087";
  position: absolute;
  left: 1.5em;
  top: 1em;
}

.woocommerce-error:before {
  content: "\f071";
}

.woocommerce-error li {
  list-style-type: none;
  margin-left: 1em;
  line-height: 2;
}

small.note {
  display: block;
  color: #888;
  font-size: 11px;
  line-height: 21px;
  margin-top: 10px;
}

.woocommerce-breadcrumb {
  zoom: 1;
  margin: 0 0 1em;
  padding: 0;
  font-size: 0.92em;
  color: #888;
}
.woocommerce-breadcrumb:before, .woocommerce-breadcrumb:after {
  content: "";
  display: table;
}
.woocommerce-breadcrumb:after {
  clear: both;
}
.woocommerce-breadcrumb a {
  color: #888;
}

.section-shop img {
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}

.woocommerce-checkout #primary,
.woocommerce-checkout #container,
.woocommerce-cart #primary,
.woocommerce-cart #container,
.woocommerce-account #primary,
.woocommerce-account #container,
.wolf-woocomerce-wrapper #primary,
.wolf-woocomerce-wrapper #container {
  width: 92%;
  margin: 0 auto;
  max-width: 1140px;
}

.wolf-woocomerce-wrapper .page-title {
  display: none;
}

.shop-padding-yes .section-shop .products li,
.shop-padding-yes .section-shop .product-caption-container {
  padding: 10px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .woocommerce a.button.loading:before, .woocommerce button.button.loading:before, .woocommerce input.button.loading:before, .woocommerce input.loading[type="submit"]:before, .woocommerce #respond input#submit.loading:before, .woocommerce #content input.button.loading:before, .woocommerce #content input.loading[type="submit"]:before, .woocommerce-page a.button.loading:before, .woocommerce-page button.button.loading:before, .woocommerce-page input.button.loading:before, .woocommerce-page input.loading[type="submit"]:before, .woocommerce-page #respond input#submit.loading:before, .woocommerce-page #content input.button.loading:before, .woocommerce-page #content input.loading[type="submit"]:before {
    background-image: url(../img/woocommerce/ajax-loader@2x.gif);
    background-size: 16px 16px;
  }
}
.wolf-alert {
  width: 100%;
  padding: 0;
  position: relative;
  text-shadow: none !important;
  line-height: 1.5;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0.2em 2em;
  margin-bottom: 1em;
}
.wolf-alert a {
  text-decoration: underline !important;
  font-weight: 700;
  opacity: 1 !important;
  border: none !important;
}
.wolf-alert .fa {
  margin-right: 15px;
}
.wolf-alert .wolf-alert-close {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 3px;
  width: 12px;
  height: 15px;
  display: inline-block;
  font-size: 100%;
  text-decoration: none !important;
  font-weight: 700 !important;
  line-height: 1.5;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
}
.wolf-alert.info {
  color: #001c25;
  border: 1px solid #00a2d7 !important;
  background-color: #beefff;
}
.wolf-alert.info a, .wolf-alert.info a:hover, .wolf-alert.info strong, .wolf-alert.info span {
  color: #001c25 !important;
}
.wolf-alert.alert {
  color: #3d3100;
  border: 1px solid #f0c100 !important;
  background-color: #fff7d6;
}
.wolf-alert.alert a, .wolf-alert.alert a:hover, .wolf-alert.alert strong, .wolf-alert.alert span {
  color: #3d3100 !important;
}
.wolf-alert.success, .woocommerce-message, .woocommerce-info,
.woocommerce-error {
  color: #223602;
  border: 1px solid #8fe00a !important;
  background-color: #edfdd3;
}
.wolf-alert.success a, .woocommerce-message a, .woocommerce-info a,
.woocommerce-error a, .wolf-alert.success a:hover, .woocommerce-message a:hover, .woocommerce-info a:hover,
.woocommerce-error a:hover, .wolf-alert.success strong, .woocommerce-message strong, .woocommerce-info strong,
.woocommerce-error strong, .wolf-alert.success span, .woocommerce-message span, .woocommerce-info span,
.woocommerce-error span {
  color: #223602 !important;
}
.wolf-alert.error, .woocommerce-error {
  color: #4a0800;
  border: 1px solid #fc1b00 !important;
  background-color: #ffe6e3;
}
.wolf-alert.error a, .woocommerce-error a, .wolf-alert.error a:hover, .woocommerce-error a:hover, .wolf-alert.error strong, .woocommerce-error strong, .wolf-alert.error span, .woocommerce-error span {
  color: #4a0800 !important;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	26. Contactform 7
*/
/* Contact Form 7 */
.contactform .error-inline, .wpcf7 .error-inline {
  display: none;
  color: red;
  padding: 1rem 0 0;
}
.contactform .wpcf7-not-valid-tip, .wpcf7 .wpcf7-not-valid-tip {
  height: 100%;
  width: 100%;
  padding: 1em 0 0;
  margin: 0;
  display: block;
  top: 0;
  left: 0;
  border: none;
  background: none;
  color: red;
  line-height: 1.5;
}
.contactform .wpcf7-response-output, .wpcf7 .wpcf7-response-output {
  font-family: "Open Sans", Helvetica, Arial, sans-serifHelvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  border: none;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	27. Wolf Twitter
*/
/* Wolf Twitter */
.wolf .wolf-twitter-widget ul.wolf-tweet-list li:before {
  font-family: FontAwesome;
  content: "\f099";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #41b7d8;
  font-size: 16px;
  opacity: 0.6;
  position: absolute;
  left: -0.1em;
  top: 0;
  font-weight: 700;
  opacity: 1;
}

.wolf-bigtweet-content {
  text-align: center;
  font-size: 18px;
  max-width: 960px;
}
.wolf-bigtweet-content:before {
  display: block;
  font-family: FontAwesome;
  content: "\f099";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal !important;
  font-size: 3em;
  position: relative;
  margin-right: 0;
}

.wolf .wolf-bigtweet-content span.wolf-tweet-text {
  font-style: normal;
  font-family: "Open Sans", Helvetica, Arial, sans-serifHelvetica, Arial, sans-serif;
  font-weight: 700;
}

.wolf-tweet-time_big a, .wolf-tweet-time a {
  text-decoration: none !important;
}

.wolf-tweet-separator,
.wolf-tweet-time_big a {
  font-size: 0.9em;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	28. Wolf Discography
*/
.section-discography .release a {
  display: block;
  overflow: hidden;
}
.section-discography .release a img {
  opacity: 1 !important;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}
.section-discography .release a:hover img {
  -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.discography-padding-yes .section-discography .release {
  padding: 10px;
}

.wolf-release .entry-thumbnail {
  margin-bottom: 15px;
}
.wolf-release .entry-thumbnail img {
  width: 100%;
  height: auto;
}
.wolf-release .wolf-release-meta {
  margin-bottom: 15px;
}

.wolf-release-button a.wolf-theme-button {
  margin: 8px 0;
}
.wolf-release-button a.wolf-theme-button:before {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  line-height: 1;
}

.wolf-release-amazon:before {
  font-family: 'theme-icons';
  content: "\e058";
  position: relative;
  top: 3px;
}

.wolf-release-itunes:before {
  font-family: FontAwesome;
  content: "\f179";
  position: relative;
}

.wolf-release-buy:before {
  font-family: FontAwesome;
  content: "\f07a";
  position: relative;
}

.wolf-release-free:before {
  font-family: FontAwesome;
  content: "\f0ed";
  position: relative;
  top: 1px;
}

#ajax-content article.wolf-release {
  width: 92%;
  margin: 0 auto;
  max-width: 1140px;
}

.single-release .entry-title,
.single-release .post-title-divider {
  display: none;
}

/* Widget */
.widget_discography a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 0px 2px;
  width: 50%;
}
.widget_discography a:after, .widget_discography a:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.widget_discography a img {
  display: block;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.widget_discography a.release-widget-first-child {
  width: 100%;
  margin-bottom: 3px;
}

.no-release {
  text-align: center;
}

#ajax-container .wolf-release .post-title-divider {
  margin: 30px 0 30px;
}

@media screen and (min-width: 500px) {
  .discography-columns-2 .section-discography .release,
  .discography-columns-3 .section-discography .release,
  .discography-columns-4 .section-discography .release,
  .discography-columns-5 .section-discography .release,
  .discography-columns-6 .section-discography .release {
    float: left;
    width: 50%;
  }

  .shortcode-release-grid.release-grid-col-2 .release-item-container, .shortcode-release-grid.release-grid-col-3 .release-item-container, .shortcode-release-grid.release-grid-col-4 .release-item-container, .shortcode-release-grid.release-grid-col-5 .release-item-container, .shortcode-release-grid.release-grid-col-6 .release-item-container {
    float: left;
    width: 50%;
  }
  .shortcode-release-grid.release-grid-col-3 .release-item-container {
    float: left;
    width: 33.33%;
  }
  .shortcode-release-grid.release-grid-col-3 .release-item-container:nth-child(2n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-3 .release-item-container:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 800px) {
  .discography-columns-3 .section-discography .release,
  .discography-columns-6 .section-discography .release {
    float: left;
    width: 33.33%;
  }
  .discography-columns-3 .section-discography .release:nth-child(2n+1),
  .discography-columns-6 .section-discography .release:nth-child(2n+1) {
    clear: none;
  }
  .discography-columns-3 .section-discography .release:nth-child(3n+1),
  .discography-columns-6 .section-discography .release:nth-child(3n+1) {
    clear: left;
  }

  .discography-columns-4 .section-discography .release {
    width: 25%;
  }
  .discography-columns-4 .section-discography .release:nth-child(2n+1) {
    clear: none;
  }
  .discography-columns-4 .section-discography .release:nth-child(4n+1) {
    clear: left;
  }

  .shortcode-release-grid.release-grid-col-3 .release-item-container, .shortcode-release-grid.release-grid-col-6 .release-item-container {
    float: left;
    width: 33.33%;
  }
  .shortcode-release-grid.release-grid-col-3 .release-item-container:nth-child(2n+1), .shortcode-release-grid.release-grid-col-6 .release-item-container:nth-child(2n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-3 .release-item-container:nth-child(3n+1), .shortcode-release-grid.release-grid-col-6 .release-item-container:nth-child(3n+1) {
    clear: left;
  }
  .shortcode-release-grid.release-grid-col-4 .release-item-container {
    width: 25%;
  }
  .shortcode-release-grid.release-grid-col-4 .release-item-container:nth-child(2n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-4 .release-item-container:nth-child(4n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1200px) {
  .discography-columns-5 .section-discography .release {
    width: 20%;
  }
  .discography-columns-5 .section-discography .release:nth-child(2n+1) {
    clear: none;
  }
  .discography-columns-5 .section-discography .release:nth-child(3n+1) {
    clear: none;
  }
  .discography-columns-5 .section-discography .release:nth-child(4n+1) {
    clear: none;
  }
  .discography-columns-5 .section-discography .release:nth-child(5n+1) {
    clear: left;
  }

  .discography-columns-6 .section-discography .release {
    width: 16.65%;
  }
  .discography-columns-6 .section-discography .release:nth-child(2n+1) {
    clear: none;
  }
  .discography-columns-6 .section-discography .release:nth-child(3n+1) {
    clear: none;
  }
  .discography-columns-6 .section-discography .release:nth-child(4n+1) {
    clear: none;
  }
  .discography-columns-6 .section-discography .release:nth-child(5n+1) {
    clear: none;
  }
  .discography-columns-6 .section-discography .release:nth-child(6n+1) {
    clear: left;
  }

  .shortcode-release-grid.release-grid-col-5 .release-item-container {
    width: 20%;
  }
  .shortcode-release-grid.release-grid-col-5 .release-item-container:nth-child(2n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-5 .release-item-container:nth-child(3n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-5 .release-item-container:nth-child(4n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-5 .release-item-container:nth-child(5n+1) {
    clear: left;
  }
  .shortcode-release-grid.release-grid-col-6 .release-item-container {
    width: 16.65%;
  }
  .shortcode-release-grid.release-grid-col-6 .release-item-container:nth-child(2n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-6 .release-item-container:nth-child(3n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-6 .release-item-container:nth-child(4n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-6 .release-item-container:nth-child(5n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-6 .release-item-container:nth-child(6n+1) {
    clear: left;
  }
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	29. Wolf Videos
*/
.section-videos .video {
  width: 100%;
}
.section-videos .video a {
  display: block;
}
.section-videos .video a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.videos-padding-yes .section-videos .video {
  padding: 10px;
}

#videos-filter-container {
  overflow: hidden;
}

#videos-filter-icon {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 14px;
  height: 14px;
  float: left;
  position: relative;
  top: 4px;
  cursor: pointer;
}
#videos-filter-icon:before {
  content: "\f00a";
}

#videos-filter {
  padding-left: 0;
  margin: 0 auto 10px;
  width: auto;
  text-align: center;
  position: relative;
}
#videos-filter li {
  list-style-type: none;
  display: inline;
  margin: 0 10px;
}
#videos-filter li a {
  font-weight: 700;
}
#videos-filter li a:hover, #videos-filter li a.active {
  color: #63a69f;
}

.video-thumb {
  display: block;
  position: relative;
}

.video-title {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 5;
  bottom: 0;
  left: 0;
  vertical-align: middle;
  padding: 5px;
  bottom: -100%;
  background: rgba(0, 0, 0, 0.2);
  color: #FFF;
}
.video-title h5 {
  margin-top: 0;
  margin-bottom: 0;
}

.play-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: url(../img/play.png) no-repeat center center;
  background-size: 80px 80px;
  z-index: 10;
  opacity: 0.33;
}

.video-item .video-thumb {
  overflow: hidden;
}
.video-item img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.video-item img,
.video-item .video-title,
.video-item .play-overlay {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.video-item:hover .play-overlay {
  opacity: 0.9;
  top: -15px;
}
.video-item:hover img {
  -webkit-transform: scale(1.3) translateY(-15px);
  -ms-transform: scale(1.3) translateY(-15px);
  transform: scale(1.3) translateY(-15px);
  -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.video-item:hover .video-title {
  bottom: 0;
}

#ajax-container .wolf-video .entry-header {
  text-align: left;
}
#ajax-container .wolf-video .post-title-divider {
  margin: 15px 0 15px;
}

.single-video .entry-header {
  display: none;
}

@media screen and (min-width: 500px) {
  .videos-columns-2 .section-videos .video,
  .videos-columns-3 .section-videos .video,
  .videos-columns-4 .section-videos .video,
  .videos-columns-5 .section-videos .video,
  .videos-columns-6 .section-videos .video {
    float: left;
    width: 50%;
  }

  .shortcode-release-grid.release-grid-col-2 .release-item-container, .shortcode-release-grid.release-grid-col-3 .release-item-container, .shortcode-release-grid.release-grid-col-4 .release-item-container, .shortcode-release-grid.release-grid-col-5 .release-item-container, .shortcode-release-grid.release-grid-col-6 .release-item-container {
    float: left;
    width: 50%;
  }
  .shortcode-release-grid.release-grid-col-3 .release-item-container {
    float: left;
    width: 33.33%;
  }
  .shortcode-release-grid.release-grid-col-3 .release-item-container:nth-child(2n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-3 .release-item-container:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 800px) {
  .videos-columns-3 .section-videos .video,
  .videos-columns-6 .section-videos .video {
    float: left;
    width: 33.33%;
  }
  .videos-columns-3 .section-videos .video:nth-child(2n+1),
  .videos-columns-6 .section-videos .video:nth-child(2n+1) {
    clear: none;
  }
  .videos-columns-3 .section-videos .video:nth-child(3n+1),
  .videos-columns-6 .section-videos .video:nth-child(3n+1) {
    clear: left;
  }

  .videos-columns-4 .section-videos .video {
    width: 25%;
  }
  .videos-columns-4 .section-videos .video:nth-child(2n+1) {
    clear: none;
  }
  .videos-columns-4 .section-videos .video:nth-child(4n+1) {
    clear: left;
  }

  .shortcode-release-grid.release-grid-col-3 .release-item-container, .shortcode-release-grid.release-grid-col-6 .release-item-container {
    float: left;
    width: 33.33%;
  }
  .shortcode-release-grid.release-grid-col-3 .release-item-container:nth-child(2n+1), .shortcode-release-grid.release-grid-col-6 .release-item-container:nth-child(2n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-3 .release-item-container:nth-child(3n+1), .shortcode-release-grid.release-grid-col-6 .release-item-container:nth-child(3n+1) {
    clear: left;
  }
  .shortcode-release-grid.release-grid-col-4 .release-item-container {
    width: 25%;
  }
  .shortcode-release-grid.release-grid-col-4 .release-item-container:nth-child(2n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-4 .release-item-container:nth-child(4n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1200px) {
  .videos-columns-5 .section-videos .video {
    width: 20%;
  }
  .videos-columns-5 .section-videos .video:nth-child(2n+1) {
    clear: none;
  }
  .videos-columns-5 .section-videos .video:nth-child(3n+1) {
    clear: none;
  }
  .videos-columns-5 .section-videos .video:nth-child(4n+1) {
    clear: none;
  }
  .videos-columns-5 .section-videos .video:nth-child(5n+1) {
    clear: left;
  }

  .videos-columns-6 .section-videos .video {
    width: 16.65%;
  }
  .videos-columns-6 .section-videos .video:nth-child(2n+1) {
    clear: none;
  }
  .videos-columns-6 .section-videos .video:nth-child(3n+1) {
    clear: none;
  }
  .videos-columns-6 .section-videos .video:nth-child(4n+1) {
    clear: none;
  }
  .videos-columns-6 .section-videos .video:nth-child(5n+1) {
    clear: none;
  }
  .videos-columns-6 .section-videos .video:nth-child(6n+1) {
    clear: left;
  }

  .shortcode-release-grid.release-grid-col-5 .release-item-container {
    width: 20%;
  }
  .shortcode-release-grid.release-grid-col-5 .release-item-container:nth-child(2n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-5 .release-item-container:nth-child(3n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-5 .release-item-container:nth-child(4n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-5 .release-item-container:nth-child(5n+1) {
    clear: left;
  }
  .shortcode-release-grid.release-grid-col-6 .release-item-container {
    width: 16.65%;
  }
  .shortcode-release-grid.release-grid-col-6 .release-item-container:nth-child(2n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-6 .release-item-container:nth-child(3n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-6 .release-item-container:nth-child(4n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-6 .release-item-container:nth-child(5n+1) {
    clear: none;
  }
  .shortcode-release-grid.release-grid-col-6 .release-item-container:nth-child(6n+1) {
    clear: left;
  }
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	30. Wolf Tour Dates
*/
.wolf-show-ticket-price {
  display: none;
}

.wolf-shows {
  font-size: 14px;
  text-transform: uppercase;
}
.wolf-shows .wolf-show-facebook {
  text-align: center;
  display: block;
  width: 22px;
  height: 22px;
  padding: 5px 5px 5px 6px;
  color: #FFF;
  background: #3b5998;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wolf-shows .wolf-show-facebook:before {
  content: "\f09a";
}

.wolf-past-shows .wolf-show-facebook {
  display: none;
}

.wolf-show-action {
  font-weight: 700;
}

.wolf-show-cancelled {
  opacity: 0.4;
}

.wolf-show-ticket-button {
  letter-spacing: 2px;
}

/* Single showp page */
.show-meta .entry-thumbnail img {
  width: 100%;
  height: auto;
}

.show-meta .wolf-show-facebook-button,
.show-meta .wolf-show-buy-ticket-button {
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 1em 1.4em;
  margin: 10px 0;
  position: relative;
  line-height: 1 !important;
  font-style: normal !important;
  vertical-align: middle;
  -webkit-transition: ease .1s;
  transition: ease .1s;
  text-shadow: none !important;
  text-align: center;
  font-weight: 700;
  text-decoration: none !important;
  letter-spacing: 0;
  color: white !important;
}
.show-meta .wolf-show-facebook-button:hover,
.show-meta .wolf-show-buy-ticket-button:hover {
  opacity: 0.8;
}
.show-meta .wolf-show-facebook-button .fa,
.show-meta .wolf-show-buy-ticket-button .fa {
  margin-right: 5px;
}

.show-meta .wolf-show-facebook-button {
  font-family: "Open Sans";
}

.show-meta .wolf-show-facebook-button {
  border: 1px solid #2d4373;
  background: #3b5998;
}

.show-meta .wolf-show-buy-ticket-button {
  border: 1px solid #4e8882;
  background: #63a69f;
}

.wolf-show-mobile-hide {
  display: none;
}

.wolf-show-entry-link:hover {
  color: #63a69f !important;
}

.single-show .post-title-divider {
  margin: 30px 0 30px;
}

#ajax-container .wolf-show .post-title-divider {
  margin: 30px 0 30px;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	31. Wolf Gram
*/
/*Widget Thumbnails
--------------------------------*/
.wolf-instagram-list:before, .wolf-instagram-list:after {
  content: "";
  display: table;
}

.wolf-instagram-list:after {
  clear: both;
}

ul.wolf-instagram-list {
  zoom: 1;
  margin: 15px 0 0 0;
}

ul.wolf-instagram-list li {
  list-style-type: none !important;
  float: left;
  margin-top: 0;
  margin-left: 1% !important;
  margin-right: 1% !important;
  margin-bottom: 0.4em;
  width: 23%;
  padding: 0;
}

ul.wolf-instagram-list li:before {
  display: none !important;
}

ul.wolf-instagram-list li img {
  width: 100% !important;
  height: auto;
  display: block;
}

/*Widget Slideshow
--------------------------------*/
.wolf-slidegram-container {
  margin-top: 20px;
  margin-bottom: 15px;
  zoom: 1;
}

.wolf-slidegram-container:before, .wolf-slidegram-container:after {
  content: "";
  display: table;
}

.wolf-slidegram-container:after {
  clear: both;
}

.wolf-slidegram {
  width: 98% !important;
}

.wolf-slidegram a {
  display: block;
}

.wolf-slidegram-fluid-fix {
  position: relative !important;
  display: block !important;
  height: auto !important;
}

.wolf-slidegram img {
  vertical-align: bottom;
  width: 100%;
}

/* Instagram Gallery
--------------------------------*/
#wolf-instagram {
  zoom: 1;
}

#wolf-instagram:before, #wolf-instagram:after {
  content: "";
  display: table;
}

#wolf-instagram:after {
  clear: both;
}

.wolf-instagram-item-container {
  width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}

.wolf-instagram-item-container .wolf-instagram-item {
  width: 100%;
  height: auto;
}

.wolf-instagram-item-container .wolf-instagram-item img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}

.wolf-instagram-item-container .wolf-instagram-item .wolf-instagram-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  background: black url("../img/instagram.png") 50% 50% no-repeat;
  background-size: 48px 48px;
}

.wolf-instagram-item-container .wolf-instagram-item:hover .wolf-instagram-overlay {
  opacity: 0.6;
}

@media screen and (min-width: 500px) {
  .wolf-instagram-item-container {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 800px) {
  .wolf-instagram-item-container {
    width: 33.3%;
  }
}
@media screen and (min-width: 1400px) {
  .wolf-instagram-item-container {
    width: 16.66%;
  }
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	32. Mobile breakpoint
*/
/* Menu breakpoint */
.breakpoint #one-page-bullets-container,
.breakpoint #navbar-container {
  display: none;
}
.breakpoint #mobile-bar,
.breakpoint #navbar-mobile-container {
  display: block;
}

/* Mobile */
.is-mobile #video-mute-button,
.is-mobile #video-play-button,
.is-mobile .video-bg {
  display: none;
}
.is-mobile #scroll-down {
  right: 50%;
  margin-right: -20px;
}
.is-mobile .parallax-inner {
  position: absolute;
  background: #333;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
.is-mobile .page.section {
  background-attachment: scroll;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	33. Media queries
*/
/*--------------------
	782px max
*/
@media screen and (max-width: 782px) {
  .admin-bar.sticky-menu #navbar-container,
  .admin-bar.sticky-menu #navbar-mobile-container,
  .admin-bar.sticky-menu #mobile-bar {
    top: 46px;
  }

  .admin-bar #navbar-mobile-container {
    top: 46px;
  }
}
/*--------------------
	800px min
*/
@media screen and (min-width: 800px) {
  /* Grid
  --------------------------*/
  .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left;
    position: relative;
    margin-left: 1.618%;
    margin-right: 1.618%;
    margin-bottom: 0;
  }

  .col-1 {
    width: 5.367%;
  }

  .col-2 {
    width: 13.97%;
  }

  .col-3 {
    width: 22.573%;
  }

  .col-4 {
    width: 31.176%;
  }

  .col-5 {
    width: 39.779%;
  }

  .col-6 {
    width: 48.382%;
  }

  .col-7 {
    width: 56.985%;
  }

  .col-8 {
    width: 65.588%;
  }

  .col-9 {
    width: 74.191%;
  }

  .col-10 {
    width: 82.794%;
  }

  .col-11 {
    width: 91.397%;
  }

  .col-12 {
    width: 100%;
  }

  .alpha, .first {
    margin-left: 0 !important;
  }

  .omega, .last {
    margin-right: 0 !important;
  }

  /* Theme
  --------------------------*/
  /* Header */
  .page-header {
    padding: 3em 0;
  }

  .intro {
    margin-top: 100px;
    margin-bottom: 80px;
  }

  /* Mobile menu */
  #navbar-mobile-container {
    width: 30%;
  }

  .menu-toggle.breakpoint .site-container,
  .menu-toggle.breakpoint .parallax-bg, .menu-toggle.breakpoint.sticky-menu #mobile-bar {
    left: -30%;
  }

  #mobile-bar {
    height: 80px;
  }
  #mobile-bar #toggle {
    width: 80px;
    height: 80px;
  }
  #mobile-bar #toggle:before {
    top: 30px;
    left: 32px;
    font-size: 24px;
  }
  #mobile-bar img {
    max-height: 80px;
  }

  /* Discography */
  #wolf-release-buttons {
    display: table;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  #wolf-release-buttons .wolf-release-button:first-child a.wolf-theme-button {
    margin-left: 0;
  }
  #wolf-release-buttons .wolf-release-button:last-child a.wolf-theme-button {
    margin-right: 0;
  }

  .wolf-release-button {
    display: table-cell;
    text-align: center;
  }
  .wolf-release-button a.wolf-theme-button {
    margin: 8px;
  }

  /* Blog */
  .section-blog .post {
    float: left;
    width: 50%;
  }
  .section-blog .post:nth-child(2n+1) {
    clear: both;
  }

  .is-blog .entry-meta {
    text-align: right;
  }
  .is-blog .entry-meta span:not(.leave-reply) {
    display: block;
  }

  /* Tour dates */
  .wolf-show-mobile-show {
    display: none;
  }

  .wolf-show-mobile-hide {
    display: block;
  }

  /* Comments */
  .avatar {
    float: left;
    margin-right: 20px;
  }

  /* Form */
  input[type="text"],
  input[type="email"],
  input[type="search"],
  input[type="password"],
  input[type="tel"],
  input[type="url"] {
    width: 75%;
  }

  /* Footer */
  .sidebar-inner {
    padding: 3em 0;
  }

  .widget-area .widget {
    margin-bottom: 0;
  }

  /* Woocommerce
  --------------------------*/
  .wolf-woocommerce-sidebar #container {
    width: 65.7%;
    float: left;
  }
  .wolf-woocommerce-sidebar #secondary-woocommerce {
    margin-top: 0;
    width: 29.2%;
    float: right;
  }
  .wolf-woocommerce-sidebar.single-product #container {
    float: none;
    width: 100%;
  }

  .product .images {
    float: left;
    width: 48%;
  }
  .product .summary {
    float: right;
    width: 48%;
  }

  .woocommerce-cart .coupon {
    width: auto;
  }
  .woocommerce-cart .coupon label {
    display: inline;
  }
  .woocommerce-cart input.button, .woocommerce-cart input[type="submit"],
  .woocommerce-cart #coupon_code {
    display: inline-block;
    width: auto;
    margin: 5px 5px;
  }
  .woocommerce-cart #coupon_code {
    padding: 9px 10px;
  }

  .columns-3 .products li {
    width: 31% !important;
  }
  .columns-3 .products li:nth-child(2n+1) {
    clear: none !important;
  }
  .columns-3 .products li:nth-child(3n+1) {
    clear: left !important;
  }

  .columns-4 .products li {
    width: 23% !important;
    margin-right: 1% !important;
    margin-left: 1% !important;
  }
  .columns-4 .products li:nth-child(2n+1), .columns-4 .products li:nth-child(3n+1) {
    clear: none !important;
  }
  .columns-4 .products li:nth-child(4n+1) {
    clear: left !important;
  }
}
/*--------------------
	1200px min
*/
@media screen and (min-width: 1200px) {
  /* Header */
  .intro {
    margin-top: 120px;
    margin-bottom: 100px;
  }

  /* Blog */
  .section-blog .post {
    float: left;
    width: 33.2%;
  }
  .section-blog .post:nth-child(2n+1) {
    clear: none;
  }
  .section-blog .post:nth-child(3n+1) {
    clear: both;
  }

  .section-blog.section-large-width .post,
  .section-blog.section-full-width .post {
    width: 25%;
  }
  .section-blog.section-large-width .post:nth-child(2n+1),
  .section-blog.section-full-width .post:nth-child(2n+1) {
    clear: none;
  }
  .section-blog.section-large-width .post:nth-child(3n+1),
  .section-blog.section-full-width .post:nth-child(3n+1) {
    clear: none;
  }
  .section-blog.section-large-width .post:nth-child(4n+1),
  .section-blog.section-full-width .post:nth-child(4n+1) {
    clear: none;
  }

  /* Gallery */
  .mosaic-gallery .block {
    width: 49.999%;
    float: left;
  }

  /* Footer */
  .sidebar-inner {
    padding: 3em 0;
  }
}
