/*
Theme Name: Oscillator
Theme URI: http://www.cssigniter.com/ignite/themes/oscillator
Author: CSSIgniter
Author URI: http://www.cssigniter.com
Description: A Music Theme for WordPress
Version: 1.3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oscillator
Domain Path: /languages
*/

/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. 01. General
.. 02. Main Navigation
.. 03. Header
.. 04. Modules
.. 05. Footer
.. 06. Comments
.. 07. Widgets Styling
.. 08. WordPress defaults
.. 09. Mobile Menu
.. 10. External Plugins
.. 11. WooCommerce
.. 12. Global Mediaqueries
*/

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

/* -----------------------------------------
	01. General
----------------------------------------- */

/* Basic Typography
=================================== */

body {
  line-height: 1.5;
  font-size: 16px;
  color: #555;
  font-family: "Lato", sans-serif;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
.widget-title,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  line-height: normal;
  margin: 0 0 15px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 26px;
}

h3,
.widget-title {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0 0 15px 0;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  -webkit-transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
  outline: none;
  color: #f3430c;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #f5693d;
  outline: none;
  text-decoration: none;
}

a:active {
  outline: none;
}

.group:before,
.group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.group:after {
  clear: both;
}

/* General Element Styling
=================================== */

/* Reset figure margin from normalize.css */

figure {
  margin: 0;
}

/* Lists */

ul,
ol {
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dl {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 15px;
}

abbr,
abbr[title] {
  text-decoration: none;
  border: 0;
}

/* Blockquotes */

blockquote {
  margin: 20px 0;
  padding-left: 15px;
  border-left: 3px solid #ccc;
  font-size: 17px;
  font-weight: 300;
}

blockquote cite {
  display: block;
  font-weight: bold;
  font-style: italic;
  margin: 10px 0 0;
  color: rgba(85, 85, 85, 0.8);
  font-size: 14px;
}

/* Tables */

table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.entry-content table {
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
}

.entry-content th:first-child,
.entry-content td:first-child {
  padding-left: 0;
}

.entry-content th,
.entry-content td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.entry-content caption,
.entry-content th,
.entry-content td {
  font-weight: normal;
  text-align: left;
  padding: 5px;
  vertical-align: middle;
}

.entry-content th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 85%;
}

.entry-content td {
  border-width: 0 1px 1px 0;
}

/* Code */

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-style: normal;
}

pre {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Various */

address {
  margin: 0 0 15px;
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Embeds and iframes
=================================== */

embed,
iframe,
object,
video,
audio {
  margin-bottom: 15px;
  max-width: 100%;
}

p > embed,
p > iframe,
p > object,
p > audio,
span > embed,
span > iframe,
span > object,
span > audio {
  margin-bottom: 0;
}

#map,
.map * {
  max-width: none !important;
}

/* General Form Styling
=================================== */

label {
  display: block;
  margin: 0 0 2px;
  font-weight: normal;
}

.form label {
  margin-left: 12px;
}

input,
textarea {
  display: inline-block;
  font-size: inherit;
  width: 100%;
  max-width: 100%;
  height: 44px;
  padding: 12px 18px 14px;
  box-shadow: none;
  line-height: normal;
  border: 2px solid #EBEBEB;
  background-color: #FFF;
  background-image: none;
  border-radius: 24px;
}

input:hover,
textarea:hover {
  border-color: #dedede;
}

input:focus,
textarea:focus {
  border-color: #d2d2d2;
  outline: none;
}

input[type="search"] {
  /* Restoring box-sizing */
  box-sizing: border-box;
}

textarea {
  height: auto;
}

select {
  max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  width: auto;
  height: auto;
}

fieldset {
  margin: 0 0 15px;
  padding: 0;
  border: none;
  min-width: 0;
}

/* Placeholder text color */

::-webkit-input-placeholder {
  color: rgba(85, 85, 85, 0.5);
  font-weight: normal;
  opacity: 1;
}

:-moz-placeholder {
  color: rgba(85, 85, 85, 0.5);
  font-weight: normal;
  opacity: 1;
}

::-moz-placeholder {
  color: rgba(85, 85, 85, 0.5);
  font-weight: normal;
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(85, 85, 85, 0.5);
  font-weight: normal;
  opacity: 1;
}

/* Buttons
=================================== */

.btn,
.comment-reply-link,
input[type="button"],
input[type="submit"],
input[type="reset"],
button[type="submit"],
.button {
  display: inline-block;
  font-weight: 700;
  margin: 0;
  line-height: normal;
  border: none;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  border-radius: 24px;
  min-width: 190px;
  width: auto;
  height: auto;
  padding: 12px 25px 12px;
  font-size: 13px;
  color: #FFFFFF;
  background-color: #f3430c;
  background-image: -webkit-linear-gradient(left, #f3430c, #F3890B);
  background-image: linear-gradient(to right, #f3430c, #F3890B);
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 0;
}

.btn:active,
.comment-reply-link:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button[type="submit"]:active,
.button:active {
  outline: none;
  color: #FFFFFF;
}

.btn:hover,
.comment-reply-link:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button[type="submit"]:hover,
.button:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.btn:hover:before,
.comment-reply-link:hover:before,
input[type="button"]:hover:before,
input[type="submit"]:hover:before,
input[type="reset"]:hover:before,
button[type="submit"]:hover:before,
.button:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.btn:focus,
.comment-reply-link:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button[type="submit"]:focus,
.button:focus {
  outline: none;
  color: #FFFFFF;
}

.btn:before,
.comment-reply-link:before,
input[type="button"]:before,
input[type="submit"]:before,
input[type="reset"]:before,
button[type="submit"]:before,
.button:before {
  border-radius: 24px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f3430c;
  z-index: -1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 10%;
  -ms-transform-origin: 10%;
  transform-origin: 10%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.btn.btn-round,
.btn-round.comment-reply-link,
input[type="button"].btn-round,
input[type="submit"].btn-round,
input[type="reset"].btn-round,
button[type="submit"].btn-round,
.button.btn-round {
  min-width: 0;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.btn.btn-white,
.btn-white.comment-reply-link,
input[type="button"].btn-white,
input[type="submit"].btn-white,
input[type="reset"].btn-white,
button[type="submit"].btn-white,
.button.btn-white {
  color: #555;
  background: #FFF;
  border-color: #FFF;
}

.btn.btn-white:before,
.btn-white.comment-reply-link:before,
input[type="button"].btn-white:before,
input[type="submit"].btn-white:before,
input[type="reset"].btn-white:before,
button[type="submit"].btn-white:before,
.button.btn-white:before {
  display: none;
}

.btn.btn-white.btn-transparent,
.btn-white.btn-transparent.comment-reply-link,
input[type="button"].btn-white.btn-transparent,
input[type="submit"].btn-white.btn-transparent,
input[type="reset"].btn-white.btn-transparent,
button[type="submit"].btn-white.btn-transparent,
.button.btn-white.btn-transparent {
  color: #FFF;
}

.btn.btn-white:hover,
.btn-white.comment-reply-link:hover,
input[type="button"].btn-white:hover,
input[type="submit"].btn-white:hover,
input[type="reset"].btn-white:hover,
button[type="submit"].btn-white:hover,
.button.btn-white:hover {
  background-color: #f3430c;
  background-image: -webkit-linear-gradient(left, #f3430c, #F3890B);
  background-image: linear-gradient(to right, #f3430c, #F3890B);
  color: #FFFFFF;
}

.btn.btn-transparent,
.btn-transparent.comment-reply-link,
input[type="button"].btn-transparent,
input[type="submit"].btn-transparent,
input[type="reset"].btn-transparent,
button[type="submit"].btn-transparent,
.button.btn-transparent {
  background: none;
  border-width: 2px;
  border-style: solid;
  border-color: #EBEBEB;
  color: #555;
}

.btn.btn-transparent:hover,
.btn-transparent.comment-reply-link:hover,
input[type="button"].btn-transparent:hover,
input[type="submit"].btn-transparent:hover,
input[type="reset"].btn-transparent:hover,
button[type="submit"].btn-transparent:hover,
.button.btn-transparent:hover {
  background-color: #f3430c;
  background-image: -webkit-linear-gradient(left, #f3430c, #F3890B);
  background-image: linear-gradient(to right, #f3430c, #F3890B);
  color: #FFFFFF;
}

.btn.btn-transparent i,
.btn-transparent.comment-reply-link i,
input[type="button"].btn-transparent i,
input[type="submit"].btn-transparent i,
input[type="reset"].btn-transparent i,
button[type="submit"].btn-transparent i,
.button.btn-transparent i {
  font-size: 1.1em;
  position: relative;
  top: -2px;
  left: 1px;
}

.btn.btn-transparent:before,
.btn-transparent.comment-reply-link:before,
input[type="button"].btn-transparent:before,
input[type="submit"].btn-transparent:before,
input[type="reset"].btn-transparent:before,
button[type="submit"].btn-transparent:before,
.button.btn-transparent:before {
  display: none;
}

.btn.btn-inactive,
.btn-inactive.comment-reply-link,
input[type="button"].btn-inactive,
input[type="submit"].btn-inactive,
input[type="reset"].btn-inactive,
button[type="submit"].btn-inactive,
.button.btn-inactive {
  background: #FFF;
  border: 2px solid #EBEBEB;
  color: #b2b2b2;
}

.btn.btn-inactive:before,
.btn-inactive.comment-reply-link:before,
input[type="button"].btn-inactive:before,
input[type="submit"].btn-inactive:before,
input[type="reset"].btn-inactive:before,
button[type="submit"].btn-inactive:before,
.button.btn-inactive:before {
  display: none;
}

.btn.btn-inactive:hover,
.btn-inactive.comment-reply-link:hover,
input[type="button"].btn-inactive:hover,
input[type="submit"].btn-inactive:hover,
input[type="reset"].btn-inactive:hover,
button[type="submit"].btn-inactive:hover,
.button.btn-inactive:hover {
  background: #FFF;
  border: 2px solid #EBEBEB;
  color: #b2b2b2;
}

.btn.btn-small,
.btn-small.comment-reply-link,
input[type="button"].btn-small,
input[type="submit"].btn-small,
input[type="reset"].btn-small,
button[type="submit"].btn-small,
.button.btn-small {
  min-width: 100px;
  padding: 8px 25px;
}

/* CI-Slider Overrides
=================================== */

.ci-slider {
  margin: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  border: 0;
}

.ci-slider .slides li:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
}

.ci-direction-nav a {
  top: 50%;
  opacity: 0.7;
  line-height: normal;
}

.ci-direction-nav a:before {
  color: #FFF;
}

.ci-direction-nav a:hover {
  color: #FFF;
  opacity: 1;
}

.ci-slider .slides > li:first-child {
  display: block;
  /* Display flexslider's first item no matter if its loading or not */
  -webkit-backface-visibility: visible;
}

.ci-slider.loading .slides > li:first-child {
  opacity: 1 !important;
  /* Remove the fade in/out animation when the slider loads */
}

/* Magnific Popup Overrides
=================================== */

.mfp-bg {
  background-color: #000;
}

.mfp-preloader {
  color: #FFF;
}

.mfp-preloader a,
.mfp-preloader a:hover {
  color: #f3430c;
}

.mfp-container:not(.mfp-s-error) .mfp-preloader {
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
  background-color: #f3430c;
  text-indent: -999em;
  margin: 0 auto;
}

button.mfp-close,
button.mfp-arrow {
  border: none;
  opacity: 1;
}

button.mfp-close:before,
button.mfp-arrow:before {
  display: none;
}

button.mfp-close:hover,
button.mfp-arrow:hover {
  background: none;
  border: none;
}

.mfp-close-btn-in .mfp-close {
  color: #FFF;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #f3430c;
}

.mfp-title {
  color: #FFF;
  font-size: 14px;
  padding: 5px 0;
}

.mfp-arrow {
  line-height: 0.3;
}

.mfp-arrow:before,
.mfp-arrow:after {
  border: none;
}

.mfp-arrow:after {
  font-family: FontAwesome;
  font-size: 70px;
  color: #f3430c;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mpf-a {
  content: "\f105";
}

.mfp-arrow-left:after,
.mfp-arrow-left .mpf-a {
  content: "\f104";
}

.mfp-inline-holder .mfp-close {
  color: #555;
  min-width: 0;
}

.mfp-inline-holder .mfp-close:after,
.mfp-inline-holder .mfp-close:before {
  display: none;
}

/* Text Alignment Helpers
=================================== */

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justified {
  text-align: justify;
}

/* -----------------------------------------
	02. Main Navigation
----------------------------------------- */

.nav {
  position: absolute;
  right: 15px;
  top: 10px;
}

.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation:before,
.navigation:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.navigation:after {
  clear: both;
}

.navigation li {
  position: relative;
  z-index: 100;
}

.navigation > li {
  float: left;
}

.navigation ul {
  position: absolute;
  z-index: 300;
  top: -999em;
}

.navigation li:hover > ul,
.navigation .sfHover > ul {
  top: auto;
}

.navigation li:hover > ul,
.navigation li.sfHover > ul {
  right: 13px;
}

.navigation li li:hover > ul,
.navigation li .sfHover > ul {
  top: 0;
  right: 100%;
}

.navigation li li li:hover > ul,
.navigation li li .sfHover > ul {
  top: 0;
  left: auto;
  right: 100%;
}

.navigation a,
.navigation #navigation a:visited {
  display: block;
  white-space: nowrap;
}

.navigation > li:last-child:hover > ul,
.navigation > li.sfHover:last-child > ul {
  left: auto;
  right: 0;
}

.navigation > li:last-child:hover > ul ul,
.navigation > li.sfHover:last-child > ul ul {
  left: auto;
  right: 100%;
}

.navigation a {
  font-family: "Montserrat", sans-serif;
  padding: 4px 0;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  /* Global Menu Link Styles */
}

.navigation > li:last-child > a {
  margin-right: 0;
}

.navigation a:hover,
.navigation .sfHover > a {
  text-decoration: none;
  /* First Level & Global Menu Link Hover Styles */
}

.navigation > li > a {
  margin: 0 13px;
  border-bottom: 2px solid transparent;
  /* First Level Menu Link Styles */
}

.navigation > li ul a {
  background: #000;
  border-bottom: 1px solid #292322;
  margin: 0;
  padding: 9px 14px;
  font-size: 12px;
  /* All Other Menu Level Link Styles */
}

.navigation > li ul li:last-child a {
  border-bottom: none;
}

.navigation > li ul a:hover,
.navigation > li ul .sfHover > a {
  color: #FFF;
  background: #f3430c;
  /* All Other Level Menu Link Hover Styles */
}

.navigation > li > a:hover,
.navigation > li.sfHover > a,
.navigation > li.sfHover > a:active,
.navigation > li.current_page_item > a,
.navigation > li.current-menu-item > a,
.navigation > li.current-menu-ancestor > a,
.navigation > li.current-menu-parent > a,
.navigation > li.current > a {
  border-bottom: 2px solid #f3430c;
  /* WordPress First Level Current/Ancestor Hover Page Styles */
}

.navigation ul {
  border: 3px solid #292322;
  min-width: 200px;
  /* All Lower Level Menu Container Styles */
}

.navigation > li > ul {
  margin-left: 13px;
}

.navigation a.sf-with-ul {
  padding-right: 12px;
  position: relative;
  /* Styling for navigation arrows  ---------- */
}

.navigation.sf-arrows .sf-with-ul:after {
  content: '\f078';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 1px;
  margin-top: -9px;
  font-size: 8px;
  font-weight: normal;
}

.navigation.sf-arrows ul .sf-with-ul:after {
  right: 8px;
  content: "\f054";
  margin-top: -6px;
  /* Styling for right facing arrows  ---------- */
}

.nav-secondary-wrap {
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  right: 15px;
}

.nav-footer {
  display: block;
  text-align: right;
  margin: 0;
  padding: 0;
}

.nav-footer li {
  display: inline-block;
  margin-left: 15px;
}

.nav-footer li a {
  color: #FFF;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

/* -----------------------------------------
	03. Header
----------------------------------------- */

.header {
  height: 100px;
  position: relative;
  z-index: 100;
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 25px 0;
  background-position: top center;
  background-size: cover;
}

.header .container-fluid {
  position: relative;
  max-width: 1700px;
}

.header-sticky .header {
  position: fixed;
  width: 100%;
  top: 0;
}

.header-sticky #page {
  padding-top: 100px;
}

.site-logo {
  margin: 0;
  line-height: normal;
}

.site-logo a {
  color: #FFF;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
}

.site-tagline {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  line-height: normal;
}

/* -----------------------------------------
	04. Modules
----------------------------------------- */

.main {
  padding: 90px 0;
}

.main.home-sections {
  padding: 0;
}

/* Home Slider
=================================== */

.home-slider {
  overflow: hidden;
  height: 1080px;
  height: 100vh;
  position: relative;
  top: -100px;
}

.home-slider .slides {
  height: 100%;
}

.home-slider .slides li {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}

.home-slider + .home-sections {
  margin-top: -100px;
}

.home-slider .ci-control-nav {
  width: 20px;
  bottom: auto;
  z-index: 20;
  top: 44%;
  left: 20px;
}

.home-slider .ci-control-nav li {
  display: block;
  margin: 0 0 7px 0;
}

.home-slider .ci-control-paging li a {
  background: transparent;
  border: 2px solid #FFF;
  border-radius: 100%;
  box-shadow: none;
  width: 14px;
  height: 14px;
}

.home-slider .ci-control-paging li a.ci-active {
  background: #f3430c;
  border-color: #f3430c;
}

.home-slider .ci-control-paging li a:hover {
  background: #FFF;
  border-color: #FFF;
}

.slide-content {
  color: #FFF;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
}

.slide-content:after {
  content: "";
  display: block;
  width: 120px;
  height: 100%;
  background-color: #f3430c;
  opacity: 0.3;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -95px;
  z-index: -1;
}

.slide-content:after {
  height: 120%;
  top: -30px;
}

.slide-content.slide-rotated:after {
  height: 100%;
  top: 30px;
}

.slide-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 72px;
  line-height: 1;
}

.slide-sup {
  font-family: "Montserrat", sans-serif;
  line-height: normal;
  margin: 0 0 15px;
}

.slide-rotated .slide-sup {
  max-width: 330px;
  margin: 0 auto 120px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: left;
  position: relative;
  left: 90px;
}

.slide-date {
  margin: 0;
  text-transform: uppercase;
}

.slide-location {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  font-size: 24px;
}

/* Hero Video */

.hero-video {
  position: relative;
  top: -100px;
}

.hero-video video,
.hero-video iframe {
  width: 100%;
  margin: 0 auto;
}

.hero-player {
  background-color: #f3430c;
}

.hero-player .ci-soundplayer-play {
  border: 2px solid #FFF;
}

.home-slider + .hero-player {
  background: rgba(255, 255, 255, 0.1);
  margin-top: -200px;
}

.home-slider + .hero-player .ci-soundplayer-play {
  border: none;
}

.hero-video + .hero-player {
  background: rgba(255, 255, 255, 0.1);
  margin-top: -205px;
}

.hero-video + .hero-player .ci-soundplayer-play {
  border: none;
}

/* Items
=================================== */

.row-joined {
  margin-left: 0;
  margin-right: 0;
}

.row-joined [class^="col"] {
  padding: 0;
}

.item-list {
  margin-bottom: 40px;
}

.item {
  position: relative;
  margin-left: -1px;
  margin-top: -1px;
}

.item a {
  display: block;
  position: relative;
  padding: 15px;
  border: 1px solid #EBEBEB;
}

.item img {
  border-radius: 0 0 40px 0;
  width: 100%;
}

.item .btn,
.item .comment-reply-link {
  position: absolute;
  bottom: 40px;
  right: 40px;
  background-color: rgba(0, 0, 0, 0.4);
}

.item:hover .btn,
.item:hover .comment-reply-link {
  background-color: #f3430c;
  background-image: -webkit-linear-gradient(left, #f3430c, #F3890B);
  background-image: linear-gradient(to right, #f3430c, #F3890B);
  color: #FFFFFF;
  border-color: #f3660c;
}

.item-info {
  font-family: "Montserrat", sans-serif;
  padding: 20px 22px;
  position: absolute;
  color: #FFF;
  line-height: normal;
}

.item-title {
  margin: 0 0 3px;
  font-size: 16px;
  text-transform: uppercase;
}

.item-subtitle {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.7;
}

.item-meta {
  width: 100%;
  border-top: 1px solid #EBEBEB;
  margin-top: -1px;
}

.item-meta th,
.item-meta td {
  text-transform: uppercase;
  font-size: 13px;
  line-height: normal;
  font-weight: 400;
  text-align: left;
  padding: 13px 15px;
  border-bottom: 1px solid #EBEBEB;
  border-left: 1px solid #EBEBEB;
  width: 50%;
}

.item-meta th {
  font-family: "Montserrat", sans-serif;
}

.item-meta td {
  font-weight: 400;
  border-right: 1px solid #EBEBEB;
  text-transform: none;
}

.item-meta td.action {
  padding: 3px;
}

.item-meta .btn,
.item-meta .comment-reply-link {
  text-transform: uppercase;
  font-size: 13px;
  line-height: normal;
  font-weight: 400;
  font-weight: normal;
  width: 100%;
}

/* Event Item Timer Module */

.item-timer {
  margin-top: -1px;
  font-family: "Montserrat", sans-serif;
}

.item-timer:before,
.item-timer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.item-timer:after {
  clear: both;
}

.item-timer .count {
  float: left;
  width: 33.33333333%;
  text-align: center;
  border: 1px solid #EBEBEB;
  border-bottom-width: 0;
  border-left-width: 0;
  height: 90px;
  padding-top: 17px;
}

.item-timer .count:first-child {
  border-left-width: 1px;
}

.item-timer .count b,
.item-timer .count span {
  display: block;
}

.item-timer .count b {
  font-size: 36px;
  font-weight: 900;
  color: #f3430c;
  line-height: 1;
}

.item-timer .count span {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
}

/* List Array Items
=================================== */

.list-array {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}

.entry-content .list-array {
  margin: 25px 0;
}

.list-item {
  position: relative;
  border-bottom: 1px solid #EBEBEB;
  padding: 26px 20px 24px;
  max-height: 82px;
  min-height: 82px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.list-item:before,
.list-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.list-item:after {
  clear: both;
}

.list-item.expanded {
  max-height: 900px;
}

.list-item:first-child {
  border-top: 1px solid #EBEBEB;
}

.list-item:before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f3430c;
  background-image: -webkit-linear-gradient(left, #f3430c, #F3890B);
  background-image: linear-gradient(to right, #f3430c, #F3890B);
  border-radius: 0 0 34px 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0%;
  -ms-transform-origin: 0%;
  transform-origin: 0%;
  -webkit-transition: transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.list-item:hover,
.list-item.sm2_container_playing,
.list-item.expanded {
  border-bottom-color: transparent;
}

.list-item:hover .list-item-no,
.list-item:hover .list-item-title,
.list-item.sm2_container_playing .list-item-no,
.list-item.sm2_container_playing .list-item-title,
.list-item.expanded .list-item-no,
.list-item.expanded .list-item-title {
  color: #333333;
}

.list-item:hover .list-item-group,
.list-item.sm2_container_playing .list-item-group,
.list-item.expanded .list-item-group {
  color: #FFFFFF;
}

.list-item:hover .btn,
.list-item:hover .comment-reply-link,
.list-item.sm2_container_playing .btn,
.list-item.sm2_container_playing .comment-reply-link,
.list-item.expanded .btn,
.list-item.expanded .comment-reply-link {
  background: #FFF;
  color: #555;
}

.list-item:hover .btn:before,
.list-item:hover .comment-reply-link:before,
.list-item.sm2_container_playing .btn:before,
.list-item.sm2_container_playing .comment-reply-link:before,
.list-item.expanded .btn:before,
.list-item.expanded .comment-reply-link:before {
  display: none;
}

.list-item:hover:before,
.list-item.sm2_container_playing:before,
.list-item.expanded:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.list-item .lyrics-popup {
  display: none;
}

.soundcloud-wrap {
  display: none;
  margin: 60px 0 -15px;
}

.soundcloud-wrap iframe {
  max-height: 250px;
  width: 100%;
}

.sidebar .soundcloud-wrap {
  margin: 15px 15px 0;
}

.list-item-no {
  min-width: 36px;
  display: inline-block;
}

.list-item-no,
.list-item-title {
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #f3430c;
  margin: 0 10px 0 0;
  float: left;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

.list-item-group {
  float: left;
  font-size: 13px;
  line-height: 1;
  margin: 0;
  position: relative;
  top: 2px;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

.list-item-group b {
  display: block;
}

.list-item-intro {
  width: 20%;
  float: left;
}

.list-item-intro .sm2_link {
  position: relative;
  top: -6px;
}

.entry-content .list-item-intro {
  width: 15%;
}

.sm2_link.sm2_playing .fa:before {
  content: "\f04c";
}

.sm2_link.sc-play .fa:before {
  content: "\f1be";
}

.list-item-extra {
  position: absolute;
  right: 20px;
  top: 20px;
}

.list-item-extra .btn,
.list-item-extra .comment-reply-link {
  min-width: 0;
}

.lyrics-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  font-size: 14px;
}

.lyrics-popup p {
  margin: 0 0 10px;
}

/* Entry Styles
=================================== */

.entry {
  margin: 0 0 70px;
}

.entry:only-of-type {
  margin: 0;
}

.entry-thumb {
  margin: 0 0 25px;
}

.entry-thumb.alignnone,
.entry-thumb.alignleft,
.entry-thumb.alignright,
.entry-thumb.aligncenter {
  margin-top: 0;
}

.entry-title {
  text-transform: uppercase;
}

.entry-title a {
  color: #555;
}

.entry-title a:hover {
  color: #f3430c;
}

.entry-meta {
  font-size: 12px;
  margin: -13px 0 25px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.entry-content {
  margin: 0 0 10px;
}

.entry-content:before,
.entry-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.entry-content:after {
  clear: both;
}

.entry-aside {
  margin: 0 0 40px;
}

.video-wrap {
  margin: 0 0 40px;
}

.ci-map {
  margin: 0 0 30px;
  height: 400px;
  width: 100%;
}

/* Isotope FIlters
=================================== */

.filters-nav {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.filters-nav li {
  display: inline-block;
  margin: 0 0 5px;
}

.filters-nav li a.selected {
  border: 2px solid #F3890B;
}

/* Pagination
=================================== */

#paging {
  margin: 40px 0 0;
}

#paging ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#paging ul li {
  display: inline-block;
}

#paging a,
#paging > span,
#paging li span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  border: 2px solid #EBEBEB;
  padding: 12px 18px;
  margin: 0 3px 0 0;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
  border-radius: 24px;
}

/* CI Custom Sound Player */

.hero-player {
  height: 100px;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFF;
  font-family: "Montserrat", sans-serif;
}

.ci-soundplayer {
  position: relative;
  height: 100px;
  padding: 24px 0;
}

.ci-soundplayer:before,
.ci-soundplayer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.ci-soundplayer:after {
  clear: both;
}

.ci-soundplayer.playing .ci-soundplayer-play {
  text-indent: 0;
}

.ci-soundplayer.playing .ci-soundplayer-play .fa-play:before {
  content: "\f04c";
}

.ci-soundplayer-controls {
  width: 120px;
  float: left;
  position: relative;
  text-align: center;
  margin: 0 25px 0 0;
}

.ci-soundplayer-controls a {
  display: inline-block;
  color: #f3430c;
  border-radius: 50%;
}

.ci-soundplayer-controls a:hover,
.ci-soundplayer-controls a:focus {
  color: #f3430c;
}

.ci-soundplayer-controls a.ci-soundplayer-play {
  color: #FFFFFF;
}

.ci-soundplayer-play {
  display: inline-block;
  text-align: center;
  width: 53px;
  height: 53px;
  background-color: #f3430c;
  line-height: 51px;
  font-size: 24px;
  text-indent: 2px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}

.ci-soundplayer-prev,
.ci-soundplayer-next {
  background-color: #FFF;
  width: 39px;
  height: 39px;
  text-align: center;
  position: absolute;
  top: 8px;
  font-size: 12px;
  line-height: 38px;
  z-index: 1;
}

.ci-streaming .ci-soundplayer-prev,
.ci-streaming
.ci-soundplayer-next {
  opacity: 0.6;
  pointer-events: none;
}

.ci-soundplayer-prev {
  left: 3px;
  text-indent: -1px;
}

.ci-soundplayer-next {
  right: 3px;
  text-indent: 1px;
}

.ci-soundplayer-meta {
  overflow: hidden;
  zoom: 1;
  position: relative;
  padding: 5px 0 0;
}

.ci-soundplayer-meta .track-title {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 14px;
}

.ci-soundplayer-meta .track-bar {
  width: 100%;
  height: 5px;
  background-color: #FFF;
  position: relative;
  cursor: pointer;
}

.ci-streaming .ci-soundplayer-meta .track-bar {
  cursor: default;
  pointer-events: none;
}

.ci-soundplayer-meta .progress-bar {
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #f3430c;
  background-image: -webkit-linear-gradient(left, #f3430c, #F3890B);
  background-image: linear-gradient(to right, #f3430c, #F3890B);
}

.ci-streaming .ci-soundplayer-meta .progress-bar {
  display: none;
}

.ci-soundplayer-meta .load-bar {
  height: 5px;
  background-color: #3e3e3e;
  position: absolute;
  left: 0;
  top: 0;
}

.ci-streaming .ci-soundplayer-meta .load-bar {
  display: none;
}

.ci-soundplayer-meta .track-position {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 10px;
}

.ci-streaming .ci-soundplayer-meta .track-position {
  display: none;
}

.ci-soundplayer-tracklist {
  display: none;
}

/* -----------------------------------------
	05. Footer
----------------------------------------- */

.footer .container-fluid {
  max-width: 1700px;
}

.footer-info {
  padding: 40px 0;
  background-color: #222222;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.footer-info p {
  margin: 0;
}

/* -----------------------------------------
   06. Comments
----------------------------------------- */

#comments {
  margin: 40px 0 0;
}

#comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

#comment-list ol {
  list-style: none;
}

#comment-list .comment-body {
  margin-bottom: 20px;
  padding-top: 20px;
}

#comment-list > .comment:first-child > .comment-body {
  border-top: none;
  padding-top: 0;
}

.post-comments {
  margin: 0 0 45px;
}

.comment-author {
  font-size: 12px;
  text-transform: uppercase;
}

.comment-author .avatar {
  width: 64px;
  height: 64px;
  float: left;
  margin: 0 15px 15px 0;
  overflow: visible;
}

.comment-content {
  overflow: hidden;
  zoom: 1;
  font-size: 13px;
}

.comment-metadata {
  font-size: 12px;
  margin: 0 0 5px;
}

.comment-reply-link {
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-left: 80px;
  height: auto;
  width: auto;
  min-width: 60px;
}

.bypostauthor > article .fn:before {
  font-family: FontAwesome;
  content: "\f005";
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px;
  font-size: 11px;
}

#cancel-comment-reply-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.comment-form label {
  margin-left: 15px;
  margin-bottom: 5px;
  font-size: 15px;
}

.comment-form p {
  margin-bottom: 20px;
}

.form-allowed-tags,
.comment-notes {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(85, 85, 85, 0.8);
}

/* -----------------------------------------
	07. Widgets Styling
----------------------------------------- */

.sidebar {
  font-size: 14px;
  line-height: 1.571428571;
}

.sidebar [class^="col"],
.sidebar [class^="row"] {
  margin: 0;
  padding: 0;
  float: none;
  width: 100%;
}

.widget {
  margin: 0 0 40px;
}

.sidebar .widget:last-child,
.widget p:last-child {
  /* Nullify bottom margin for last elements in widgets and sidebars */
  margin-bottom: 0;
}

.widget-title {
  text-transform: uppercase;
  position: relative;
  font-size: 21px;
  margin: 0 0 20px;
}

.widget-title:after {
  content: "";
  display: block;
  margin: 4px 0 5px;
  width: 35px;
  height: 4px;
  background-color: #f3430c;
}

.widget-title label {
  text-transform: none;
  display: block;
  font-size: inherit;
  margin: 0;
  line-height: inherit;
  font-weight: inherit;
}

/* WIDGET: #Section Widgets
========================================= */

.section-title,
.page-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  text-align: center;
  letter-spacing: -0.05em;
  margin: 0 0 45px;
  position: relative;
  color: inherit;
}

.section-title:after,
.page-title:after {
  content: "";
  position: absolute;
  width: 36px;
  height: 55px;
  background-color: #f3430c;
  background-image: -webkit-linear-gradient(left, #f3430c, #F3890B);
  background-image: linear-gradient(to right, #f3430c, #F3890B);
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -18px;
  z-index: -1;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.page-title {
  margin-bottom: 60px;
}

section.widget {
  margin-bottom: 50px;
}

section.widget.widget_ci-hero {
  margin-bottom: 90px;
}

.widget-padded + .widget-padded {
  margin-top: -90px;
}

.home-sections .widget:first-child .widget-wrap {
  padding-top: 90px;
}

.footer-sections .widget:last-child {
  margin-bottom: 0;
}

.widget-wrap {
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 0;
}

section.null-instagram-feed .row {
  margin: 0;
}

section.null-instagram-feed + .widget-padded {
  margin-top: -50px;
}

section.null-instagram-feed .instagram-pics li {
  border-bottom: 0;
  padding: 0;
  width: auto;
  max-height: 235px;
}

section.null-instagram-feed .instagram-pics li img {
  max-height: 100%;
}

/* WIDGET: #Hero Widget
========================================= */

.widget_ci-hero {
  text-align: center;
}

.widget_ci-hero.widget-padded .widget-wrap {
  padding: 150px 0;
}

.widget_ci-hero .btn,
.widget_ci-hero .comment-reply-link {
  margin-top: 30px;
}

.hero-title {
  font-size: 36px;
  margin: 0 0 25px;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}

.hero-content {
  position: relative;
}

.hero-content:after {
  content: "";
  display: block;
  width: 120px;
  height: 100%;
  background-color: #f3430c;
  opacity: 0.3;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -95px;
  z-index: -1;
}

.hero-content:after {
  top: 0;
  margin-left: -50px;
}

/* WIDGET: #Items Widget
========================================= */

.widget_ci-items.widget-padded .widget-wrap,
.widget_ci-latest-post-type.widget-padded .widget-wrap,
.widget_ci-events.widget-padded .widget-wrap {
  padding: 90px 0;
}

/* WIDGET: #Tracklisting
========================================= */

.widget_ci-tracklisting.widget-padded .widget-wrap {
  padding: 90px 0;
}

/* WIDGET: #Brands
========================================= */

.widget_ci-brands.widget-padded .widget-wrap,
.widget_ci-text.widget-padded .widget-wrap {
  padding: 80px 0;
}

.brand-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  vertical-align: middle;
}

.brand-list li {
  vertical-align: middle;
  display: inline-block;
  margin: 0 10px 10px;
}

.brand-list li img {
  vertical-align: middle;
}

/* WIDGET: #List Widgets
========================================= */

.widget select {
  width: 100%;
  padding: 5px 10px;
  border-radius: 0;
  border: 1px solid #EBEBEB;
}

.widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_recent_entries ul ul {
  margin-left: 15px;
}

.widget_meta ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li {
  line-height: normal;
  display: block;
  position: relative;
}

.widget_meta ul li a,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_nav_menu ul li a,
.widget_recent_entries ul li a {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #EBEBEB;
}

.widget_meta ul li .count,
.widget_pages ul li .count,
.widget_categories ul li .count,
.widget_archive ul li .count,
.widget_nav_menu ul li .count,
.widget_recent_entries ul li .count {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
  padding: 4px 3px;
}

.widget_recent_comments ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_recent_comments ul li {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #EBEBEB;
}

.widget_pages select,
.widget_categories select,
.widget_archive select {
  display: block;
  width: 100%;
  padding: 6px 15px;
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  font-weight: normal;
  border: 1px solid #EBEBEB;
  background: #FFF;
}

/* WIDGET: #Tag cloud
========================================= */

.tagcloud a {
  font-size: 13px !important;
  border: 1px solid #EBEBEB;
  display: inline-block;
  margin: 3px 3px 3px 0;
  border-radius: 20px;
  padding: 2px 15px 3px;
}

/* WIDGET: #Ads125
========================================= */

#ads125,
.ads125 {
  margin: 0;
  padding: 0;
  list-style: none;
}

#ads125 li,
.ads125 li {
  background: none;
  border: none;
  float: left;
  margin: 0 15px 10px 0;
  padding: 0;
  max-width: 125px;
  height: auto;
}

/* WIDGET: #Search
========================================= */

.searchform {
  position: relative;
}

.searchform > div {
  position: relative;
}

.searchform .searchsubmit {
  position: absolute;
  top: 3px;
  right: 4px;
  height: calc(100% - 6px);
  width: 39px;
  line-height: 1.2;
  text-indent: 1px;
}

.searchform .searchsubmit:hover:before {
  display: none;
}

/* WIDGET: #Flickr
========================================= */

.flickr_badge_image {
  float: left;
  margin: 0 15px 15px 0;
}

.flickr_badge_image a {
  display: block;
  line-height: 0;
}

/* WIDGET: #About
========================================= */

.widget_about {
  margin-top: -5px;
}

.widget_about img {
  max-width: 100px;
  height: auto;
}

.widget_about .alignleft {
  float: left;
  margin: 5px 15px 6px 0;
}

.widget_about .alignright {
  float: right;
  margin: 5px 0 6px 15px;
}

/* WIDGET: #Text Widget
========================================= */

.widget_text p:last-child {
  margin-bottom: 0;
}

/* WIDGET: #Twitter
========================================= */

.widget_ci_twitter_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_ci_twitter_widget ul li {
  margin-bottom: 12px;
}

.widget_ci_twitter_widget ul li:first-child {
  padding-top: 0;
}

.widget_ci_twitter_widget .twitter-time {
  display: block;
  font-size: 0.85em;
}

/* WIDGET: #Calendar
================================================== */

#wp-calendar {
  width: 100%;
}

#wp-calendar a {
  font-weight: bold;
  font-style: italic;
}

#wp-calendar caption {
  text-align: left;
  margin-top: 10px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
  padding: 9px;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  background: rgba(0, 0, 0, 0.1);
  font-weight: bold;
  padding: 8px;
}

#wp-calendar tbody td {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 3px;
}

#wp-calendar tbody td:hover {
  background: rgba(0, 0, 0, 0.1);
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

/* WIDGET: #Social Icons (HTML only)
========================================= */

.social-icon i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #f3430c;
  color: #FFF;
  font-size: 16px;
  border-radius: 36px;
  text-align: center;
  display: inline-block;
}

.social-icon:hover i {
  background-color: #F3890B;
}

/* -----------------------------------------
	08. WordPress Defaults
----------------------------------------- */

/* WordPress Galleries
=================================== */

.gallery {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 15px;
}

.gallery:before,
.gallery:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.gallery:after {
  clear: both;
}

.gallery-item {
  margin-bottom: 10px;
}

.gallery-item img {
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.gallery-columns-2 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.gallery-columns-5 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.gallery-columns-6 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.gallery-columns-7 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.gallery-columns-8 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.gallery-columns-9 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 0 5px;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: calc(100% - 10px);
  -webkit-transition: opacity 0.18s ease;
  transition: opacity 0.18s ease;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* WordPress Classes
=================================== */

/* Alignment */

.alignnone {
  margin: 5px 0 20px 0;
}

p .alignnone {
  margin-bottom: 0;
}

.aligncenter {
  display: block;
  margin: 7px auto 7px auto;
}

.alignright {
  float: right;
  margin: 7px 0 7px 24px;
}

.alignleft {
  float: left;
  margin: 7px 24px 7px 0;
}

/* Captions */

.wp-caption {
  max-width: 100%;
  margin-bottom: 15px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 12px;
  line-height: 17px;
  margin: 3px 0 5px;
  padding: 5px 0 0 0;
  text-align: left;
  font-style: italic;
}

.sticky {
  /* Provide sticky styles */
}

/* -----------------------------------------
  09.  MOBILE MENU
----------------------------------------- */

#mobilemenu {
  display: none;
}

#mobile-bar {
  display: none;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #FFF;
  padding: 15px 10px 0 10px;
  height: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.menu-trigger,
.menu-trigger:focus {
  width: 24px;
  height: 21px;
  background: none;
  cursor: pointer;
  opacity: 0.85;
  margin: 0;
  outline: none;
  position: absolute;
  left: 10px;
  top: 9px;
  color: #333;
  font-size: 30px;
  line-height: 1;
}

.menu-trigger:hover {
  opacity: 0.95;
  color: #333;
}

.menu-trigger:active {
  opacity: 1;
}

.mob-title {
  color: #222;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/* -----------------------------------------
	10. External Plugins
----------------------------------------- */

/* Jetpack Sharing */

.sharedaddy {
  margin-top: 30px;
}

/* WP Instagram */

.null-instagram-feed p {
  padding-top: 10px;
}

.widget .instagram-pics {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget .instagram-pics:before,
.widget .instagram-pics:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.widget .instagram-pics:after {
  clear: both;
}

.widget .instagram-pics li {
  border-bottom: 0;
  padding: 0;
  float: left;
  width: 33.33333333333%;
}

.widget .instagram-pics li a {
  display: block;
  color: #555;
}

/* -----------------------------------------
	11. E-Commerce (WooCommerce)
----------------------------------------- */

/* General Styles
========================================= */

.button.disabled,
.button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

input[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.onsale {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 4px 16px 3px;
  background: #f3430c;
  color: #FFFFFF;
  border-radius: 24px;
  font-size: 12px;
  text-transform: uppercase;
}

.price ins {
  text-decoration: none;
}

.woocommerce-page .entry-title {
  text-align: left;
  padding-left: 0;
  margin-bottom: 5px;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-noreviews {
  padding: 14px 20px 14px 45px;
  background-color: #f3430c;
  margin-bottom: 35px;
  margin-left: 0;
  color: #fff;
  clear: both;
  border-left: 0.618em solid rgba(235, 235, 235, 0.2);
  position: relative;
}

.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-noreviews:before {
  content: "\f058";
  font-family: "FontAwesome";
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 1.3em;
}

.woocommerce-message a:not(.button),
.woocommerce-error a:not(.button),
.woocommerce-info a:not(.button),
.woocommerce-noreviews a:not(.button) {
  border-bottom: 1px solid;
  color: #fff;
  margin-left: 10px;
  display: inline-block;
}

.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-noreviews .button {
  float: right;
  padding: 5px 10px;
  position: relative;
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.875em;
  top: -2px;
  min-width: 0;
}

.woocommerce-message .button::after,
.woocommerce-error .button::after,
.woocommerce-info .button::after,
.woocommerce-noreviews .button::after {
  font-family: "FontAwesome";
  content: "\f061";
  font-size: 0.65em;
  display: inline-block;
  margin: 0 0 0 5px;
  position: relative;
  top: -2px;
}

.woocommerce-error {
  list-style: none;
}

.woocommerce-error:before {
  content: "\f057";
}

mark {
  background: none;
}

.woocommerce-store-notice.demo_store {
  text-align: center;
  background: #222;
  color: #FFFFFF;
  padding: 16px 0;
  margin: 0;
}

.select2-container--default .select2-dropdown {
  border: 2px solid #EBEBEB;
}

.select2-container--default .select2-dropdown.select2-dropdown--below {
  border-top: none;
}

.select2-container--default .select2-dropdown.select2-dropdown--above {
  border-bottom: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 2px solid #EBEBEB;
}

.select2-container--default .select2-selection--single {
  display: inline-block;
  font-size: inherit;
  width: 100%;
  max-width: 100%;
  height: 44px;
  padding: 6px 12px 14px;
  box-shadow: none;
  line-height: normal;
  border: 2px solid #EBEBEB;
  background-color: #FFF;
  background-image: none;
  border-radius: 24px;
  text-align: left;
}

.select2-container--default .select2-selection--single:hover {
  border-color: #dedede;
}

.select2-container--default .select2-selection--single:focus {
  border-color: #d2d2d2;
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #555;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  right: 8px;
  height: 44px;
}

.select2-container--default .select2-results__option {
  outline: none;
}

.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #f3430c;
}

/* Shop listing
========================================= */

ul.products {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
  list-style: none;
}

ul.products:before,
ul.products:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

ul.products:after {
  clear: both;
}

ul.products:before,
ul.products:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

ul.products:after {
  clear: both;
}

ul.products:before {
  clear: both;
}

ul.products > li {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
  position: relative;
}

ul.products > li img {
  padding: 15px;
  border: 1px solid #EBEBEB;
  border-bottom-right-radius: 40px;
  margin-bottom: 20px;
}

ul.products > li .woocommerce-loop-product__title,
ul.products > li .woocommerce-loop-category__title {
  margin: 0 0 10px;
  font-size: 18px;
  text-transform: uppercase;
  color: #555;
}

ul.products > li .star-rating,
ul.products > li .price {
  display: block;
  margin-bottom: 20px;
  line-height: 13px;
  color: #555;
}

ul.products > li .price {
  font-size: 13px;
}

ul.products > li .onsale {
  left: 40px;
  top: 25px;
}

ul.products > li .add_to_cart_button {
  min-width: 0;
}

ul.products > li .add_to_cart_button.ajax_add_to_cart.loading {
  position: relative;
}

ul.products > li .add_to_cart_button.ajax_add_to_cart.loading::before {
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
  content: "";
  position: absolute;
  left: 6px;
}

ul.products > li .added_to_cart {
  margin-left: 10px;
}

.woocommerce-result-count {
  margin-bottom: 30px;
  padding-top: 12px;
}

.product-number a {
  margin: 0 2px;
}

.woocommerce-ordering {
  float: right;
  position: relative;
  margin-bottom: 20px;
}

.woocommerce-ordering:after {
  font-family: FontAwesome;
  content: "\f0d7";
  position: absolute;
  height: 95%;
  width: 30px;
  right: 2px;
  z-index: 10;
  top: 1px;
  text-align: center;
  line-height: 2.75;
  background-color: #FFF;
  pointer-events: none;
}

.woocommerce-ordering select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #EBEBEB;
  font-size: .857142857em;
  outline: 0;
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
  padding: 12px 30px 11px 14px;
  position: relative;
  background-color: #FFF;
}

.woocommerce-ordering select::-ms-expand {
  display: none;
}

.woocommerce-ordering select:active,
.woocommerce-ordering select:focus {
  outline: none;
}

.woocommerce-loop-product__title {
  margin: 10px 0;
  font-size: 18px;
}

/* Single Product
========================================= */

.single-product .product.type-product {
  position: relative;
}

.single-product .product.type-product > .onsale {
  z-index: 2;
}

.single-product .price {
  margin-bottom: 10px;
}

.single-product .product .summary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  padding-right: 0;
}

.woocommerce-product-gallery {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  padding-left: 0;
  position: relative;
}

.woocommerce-product-gallery figure {
  margin: 0;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block;
}

.woocommerce-product-gallery .flex-control-thumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
}

.woocommerce-product-gallery .flex-control-thumbs img {
  opacity: .5;
}

.woocommerce-product-gallery .flex-control-thumbs img:hover,
.woocommerce-product-gallery .flex-control-thumbs img.flex-active {
  opacity: 1;
}

.woocommerce-product-gallery img {
  display: block;
}

.woocommerce-product-gallery .flex-control-thumbs {
  margin-top: 0;
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%;
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%;
}

.woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 20px;
  width: 36px;
  height: 36px;
  background-color: #f3430c;
  color: #fff;
  text-align: center;
  line-height: 36px;
}

.woocommerce-product-gallery__trigger:hover {
  color: #fff;
}

.product_title {
  text-align: left;
  padding: 0;
  margin-bottom: 30px;
  font-size: 24px;
}

.woocommerce-product-rating {
  margin-bottom: 10px;
  line-height: 1em;
}

.product .summary .stock {
  font-size: 13px;
  display: inline-block;
  background: #f8f8f8;
  padding: 7px 10px 7px 25px;
  position: relative;
  line-height: 15px;
}

.product .summary .stock:before {
  position: absolute;
  font-family: FontAwesome;
  top: 7px;
  left: 6px;
  font-size: 1.05em;
}

.product .summary .in-stock {
  background-color: #A4ECD3;
  color: #435c50;
}

.product .summary .in-stock:before {
  content: "\f00c";
}

.product .summary .out-of-stock {
  background-color: #ff786d;
  color: #fff;
}

.product .summary .out-of-stock:before {
  content: "\f00d";
}

.product .summary .group_table {
  margin-bottom: 20px;
}

.product .summary .group_table td {
  padding: 10px 0;
  border-bottom: 1px solid #EBEBEB;
}

.product .summary .group_table .quantity {
  margin-bottom: 5px;
}

.product .summary .group_table .stock {
  margin: 0 0 0 10px;
}

.product .summary .group_table label {
  margin-bottom: 0;
}

.product .summary .group_table label a {
  color: #555;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}

.product .summary .group_table .price {
  font-size: 14px;
}

.quantity {
  height: 100%;
  width: 70px;
  position: relative;
  display: inline-block;
}

.quantity input {
  line-height: 1;
  max-width: 100%;
  outline: none;
}

.quantity .qty {
  height: 45px;
  line-height: 1;
  padding: 10px 11px 10px;
  text-align: center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.entry-summary .single_add_to_cart_button {
  text-align: center;
  min-width: 190px;
}

.entry-summary .price {
  font-size: 20px;
  margin: 25px 0;
  font-family: "Montserrat", sans-serif;
}

.entry-summary .variations {
  position: relative;
  z-index: 1;
  width: auto;
  margin-bottom: 10px;
}

.summary .entry-summary .variations {
  margin-bottom: 50px;
}

.entry-summary .variations td {
  padding: 6px 6px 6px 12px;
  z-index: 5;
}

.entry-summary .variations .label {
  padding-left: 0;
}

.entry-summary .variations label {
  text-transform: uppercase;
  line-height: normal;
  margin: 0;
  font-size: 12px;
}

.entry-summary .variations select {
  display: block;
  width: 100%;
  padding: 6px 15px;
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  font-weight: normal;
  border: 1px solid #EBEBEB;
  background: #FFF;
  min-width: 120px;
  position: relative;
  z-index: 2;
  width: 100%;
  font-size: 12px;
  height: 24px;
  padding: 3px 10px;
}

.entry-summary .variations .customSelect .customSelectInner {
  padding: 7px 16px;
}

.entry-summary .variations .reset_variations {
  position: absolute;
  right: -45px;
  bottom: 10px;
  font-size: 10px;
  text-transform: uppercase;
}

.entry-summary .single_variation {
  margin-bottom: 20px;
}

.entry-summary form.cart {
  margin: 30px 0;
}

.entry-summary form.cart .single_add_to_cart_button {
  height: 45px;
  vertical-align: top;
}

.product_meta {
  text-transform: uppercase;
  font-size: 13px;
  line-height: normal;
  font-weight: 400;
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0;
}

.product_meta > span {
  display: block;
  margin-top: 4px;
}

/* Product Tabs  */

.woocommerce-tabs.wc-tabs-wrapper .wc-tabs {
  float: left;
  width: 34%;
}

.woocommerce-tabs.wc-tabs-wrapper .wc-tabs:before,
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.woocommerce-tabs.wc-tabs-wrapper .wc-tabs:after {
  clear: both;
}

.woocommerce-tabs.wc-tabs-wrapper {
  clear: both;
}

.woocommerce-tabs.wc-tabs-wrapper:before,
.woocommerce-tabs.wc-tabs-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.woocommerce-tabs.wc-tabs-wrapper:after {
  clear: both;
}

.woocommerce-tabs {
  margin: 0 0 40px;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}

.woocommerce-tabs .tabs {
  float: left;
  width: 34%;
  list-style: none;
  margin: 0;
  padding: 25px 25px 25px 0;
}

.woocommerce-tabs .tabs:before,
.woocommerce-tabs .tabs:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.woocommerce-tabs .tabs:after {
  clear: both;
}

.woocommerce-tabs .tabs li {
  display: block;
  border-bottom: 1px solid #EBEBEB;
}

.woocommerce-tabs .tabs li a {
  padding: 14px 0 13px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  color: #555;
  line-height: 1;
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
}

.woocommerce-tabs .tabs li a:hover {
  text-decoration: none;
}

.woocommerce-tabs .tabs li.active a {
  color: #f3430c;
}

.woocommerce-tabs .wc-tab {
  float: right;
  width: 66%;
  border-left: 1px solid #EBEBEB;
  margin: 0;
}

.woocommerce-tabs .wc-tab:before,
.woocommerce-tabs .wc-tab:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.woocommerce-tabs .wc-tab:after {
  clear: both;
}

.woocommerce-tabs .panel {
  min-height: 230px;
  padding: 25px;
  font-size: 0.875em;
}

.woocommerce-tabs .panel > h2,
.woocommerce-tabs .panel #reviews h2 {
  display: none;
}

.woocommerce-tabs .panel#tab-reviews #reply-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.woocommerce-tabs .panel#tab-reviews #respond .comment-form-rating {
  margin-top: 15px;
}

.woocommerce-tabs .panel#tab-reviews #respond .comment-form-rating label {
  margin-left: 0;
}

.woocommerce-tabs .panel#tab-reviews #comments {
  margin: 0;
}

.woocommerce-tabs .panel#tab-reviews #comments .comment_container {
  padding: 0 0 15px 0;
}

.woocommerce-tabs .panel#tab-reviews #comments .comment-text {
  padding: 0;
  margin: 0;
}

/* Product Comments */

.commentlist {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}

.commentlist .avatar {
  width: 64px;
  height: 64px;
  float: left;
  margin: 0 15px 15px 0;
  overflow: visible;
}

.commentlist .description {
  overflow: hidden;
}

.commentlist .meta {
  margin: 0 0 10px;
}

.comment-form-rating p.stars a {
  display: inline-block;
  position: relative;
  width: 25px;
  text-indent: -9999px;
  margin-right: 10px;
  border: none;
}

.comment-form-rating p.stars a:after {
  font-family: FontAwesome;
  font-size: 1em;
  content: "\f006";
  margin-right: 7px;
  opacity: 1;
  display: inline-block;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.comment-form-rating p.stars a.active:after {
  content: "\f005";
}

.comment-form-rating p.stars .star-2 {
  width: 35px;
}

.comment-form-rating p.stars .star-2:after {
  content: "\f006\f006";
}

.comment-form-rating p.stars .star-2.active:after {
  content: "\f005\f005";
}

.comment-form-rating p.stars .star-3 {
  width: 48px;
}

.comment-form-rating p.stars .star-3:after {
  content: "\f006\f006\f006";
}

.comment-form-rating p.stars .star-3.active:after {
  content: "\f005\f005\f005";
}

.comment-form-rating p.stars .star-4 {
  width: 61px;
}

.comment-form-rating p.stars .star-4:after {
  content: "\f006\f006\f006\f006";
}

.comment-form-rating p.stars .star-4.active:after {
  content: "\f005\f005\f005\f005";
}

.comment-form-rating p.stars .star-5 {
  width: 68px;
}

.comment-form-rating p.stars .star-5:after {
  content: "\f006\f006\f006\f006\f006";
}

.comment-form-rating p.stars .star-5.active:after {
  content: "\f005\f005\f005\f005\f005";
}

/* Pagination
========================================= */

.woocommerce-pagination {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  margin: 0 0 30px 0;
}

.woocommerce-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-pagination ul li {
  display: inline-block;
}

.woocommerce-pagination a,
.woocommerce-pagination > span,
.woocommerce-pagination li span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  border: 2px solid #EBEBEB;
  padding: 12px 18px;
  margin: 0 3px 0 0;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
  border-radius: 24px;
}

.woocommerce-pagination .paging-standard {
  text-align: center;
  width: 50%;
  text-align: center;
}

.woocommerce-pagination .paging-older {
  float: left;
  width: 50%;
}

.woocommerce-pagination .paging-newer {
  float: right;
  border-right: 0;
}

/* Star Rating
========================================= */

.woocommerce .star-rating,
.woocommerce-page .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 12px;
  width: 55px;
  font-family: FontAwesome;
}

.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
  content: "\f006\f006\f006\f006\f006";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
}

/* Cart Page
========================================= */

.shop_table {
  width: 100%;
  margin: 0 0 35px;
}

.shop_table th,
.shop_table td {
  border-bottom: 1px solid #EBEBEB;
}

.shop_table th {
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  text-align: left;
  font-weight: normal;
  padding: 10px;
}

.shop_table td {
  padding: 10px;
}

.shop_table .variation {
  margin: 0 0 5px;
}

.shop_table .variation dt,
.shop_table .variation dd {
  display: inline;
  margin: 0;
}

.shop_table .variation dt p,
.shop_table .variation dd p {
  display: inline;
  margin: 0;
}

.shop_table .product-price {
  margin: 0;
}

.shop_table .product-price .amount {
  font-size: 14px;
}

.shop_table .product-thumbnail {
  text-align: center;
}

.shop_table .product-thumbnail img {
  max-width: 80px;
}

.shop_table .product-subtotal .amount {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.03em;
}

.shop_table .product-remove .remove {
  display: inline-block;
  text-indent: -999em;
  border: none;
  color: #555;
}

.shop_table .product-remove .remove:hover {
  text-decoration: none;
}

.shop_table .product-remove .remove:after {
  font-family: FontAwesome;
  content: "\f00d";
  font-size: 14px;
  display: block;
  text-indent: 0;
  margin-top: -23px;
}

.shop_table .quantity {
  height: auto;
}

.shop_table .actions > .button {
  float: right;
  margin: 15px 0;
}

.coupon {
  margin: 15px 0;
  position: relative;
  float: left;
  width: 320px;
}

.coupon label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.coupon input[type="submit"] {
  position: absolute;
  right: 2px;
  bottom: 2px;
}

.cart-collaterals {
  margin-left: -15px;
  margin-right: -15px;
}

.cart-collaterals:before,
.cart-collaterals:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cart-collaterals:after {
  clear: both;
}

.cart-collaterals > .cart_totals {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.cart-collaterals > .cross-sells {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.cart-collaterals > .cross-sells .products > li {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}

.cart-collaterals .shipping .shipping-calculator-button {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  border: none;
}

.cart-collaterals .shipping .shipping-calculator-button:after {
  font-family: FontAwesome;
  content: "\f107";
  margin-left: 5px;
}

.cart-collaterals .shipping .shipping-calculator-button:hover {
  text-decoration: none;
}

.cart_totals {
  margin: 0 0 25px;
}

.cart_totals h2 {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 3px;
  font-size: 16px;
  text-transform: uppercase;
}

.cart_totals table {
  width: 100%;
  margin: 0 0 30px;
}

.cart_totals table th,
.cart_totals table td {
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid #EBEBEB;
}

.cart_totals table td {
  padding: 5px;
  text-align: right;
}

.cart_totals table th {
  font-weight: normal;
}

.cart_totals table .order-total .amount {
  font-size: 16px;
}

#shipping_method {
  list-style: none;
  margin: 0;
  padding: 0;
}

#shipping_method li {
  display: block;
  padding: 4px 0;
}

#shipping_method label {
  display: inline;
  margin-left: 5px;
}

.shipping-calculator-form select {
  width: 100%;
}

.shipping select {
  padding: 8px 12px 6px 15px;
  border: 1px solid #EBEBEB;
}

/* Checkout Page
========================================= */

.woocommerce form.login {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -10px;
}

.woocommerce form.login:before,
.woocommerce form.login:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.woocommerce form.login:after {
  clear: both;
}

.woocommerce form.login p {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.woocommerce form.login .form-row-first,
.woocommerce form.login .form-row-last {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce form.login .input-text {
  width: 100%;
}

.woocommerce form.login .button {
  height: 44px;
  padding: 10px 64px;
}

.woocommerce form.login .inline {
  display: inline-block;
  margin-left: 20px;
}

.woocommerce form.login .inline #rememberme {
  margin-right: 5px;
}

.woocommerce form.login .lost_password a {
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px solid #d2d2d2;
  margin-bottom: 15px;
}

.woocommerce form.checkout_coupon {
  margin: 0 0 30px;
}

.woocommerce .checkout .select2-choice {
  padding: 8px 12px 6px 15px;
  border: 1px solid #EBEBEB;
  border-radius: 0;
}

#customer-details {
  margin: 0 0 25px;
}

.woocommerce .col2-set {
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce .col2-set:before,
.woocommerce .col2-set:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.woocommerce .col2-set:after {
  clear: both;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields {
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce-billing-fields:before,
.woocommerce-billing-fields:after,
.woocommerce-shipping-fields:before,
.woocommerce-shipping-fields:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.woocommerce-billing-fields:after,
.woocommerce-shipping-fields:after {
  clear: both;
}

.woocommerce-billing-fields p,
.woocommerce-billing-fields h3,
.woocommerce-billing-fields .widget-title,
.woocommerce-shipping-fields p,
.woocommerce-shipping-fields h3,
.woocommerce-shipping-fields .widget-title {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin: 0 0 20px;
}

.woocommerce-billing-fields .form-row-first,
.woocommerce-billing-fields .form-row-last,
.woocommerce-shipping-fields .form-row-first,
.woocommerce-shipping-fields .form-row-last {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce-billing-fields .input-text,
.woocommerce-shipping-fields .input-text {
  width: 100%;
}

.woocommerce-billing-fields abbr,
.woocommerce-shipping-fields abbr {
  text-decoration: none;
  border: none;
}

.woocommerce-billing-fields label.checkbox,
.woocommerce-shipping-fields label.checkbox {
  display: inline-block;
  font-weight: bold;
}

.woocommerce-billing-fields label.checkbox input,
.woocommerce-shipping-fields label.checkbox input {
  position: relative;
  top: -1px;
}

.woocommerce-billing-fields textarea,
.woocommerce-shipping-fields textarea {
  min-height: 130px;
}

.woocommerce-billing-fields select,
.woocommerce-shipping-fields select {
  display: block;
  width: 100%;
  padding: 6px 15px;
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  font-weight: normal;
  border: 1px solid #EBEBEB;
  background: #FFF;
}

#order_review_heading {
  padding-top: 35px;
  margin-top: 20px;
  border-top: 2px solid #d2d2d2;
}

#order_review .shop_table td,
#order_review .shop_table th {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}

#order_review .shop_table .product-total {
  text-align: right;
}

#order_review .shop_table .product-name {
  text-align: left;
}

#order_review .shop_table tfoot tr {
  border: none;
}

#order_review .shop_table tfoot td,
#order_review .shop_table tfoot th {
  padding: 10px 0;
  text-align: right;
}

#order_review .shop_table .order-total .amount {
  font-size: 16px;
}

.payment_methods {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.payment_methods li {
  padding: 10px 0;
  border-bottom: 1px solid #EBEBEB;
}

.payment_methods label {
  display: inline-block;
  margin: 0 0 0 5px;
}

.payment_method_paypal img {
  display: none;
}

.payment_method_paypal .about_paypal {
  font-size: 0.85em;
  margin-left: 10px;
}

.payment_box {
  padding: 15px;
  border: 1px solid #EBEBEB;
  margin: 5px 0 0;
}

.payment_box p {
  margin: 0;
}

.place-order .terms {
  display: inline-block;
  margin-left: 20px;
}

.place-order label[for="terms"] {
  display: inline-block;
  margin-right: 5px;
}

.woocommerce-thankyou-order-details,
.wc-bacs-bank-details {
  list-style: none;
  margin: 15px 0;
  padding: 25px;
  border: 1px solid #EBEBEB;
}

.woocommerce-thankyou-order-details:before,
.woocommerce-thankyou-order-details:after,
.wc-bacs-bank-details:before,
.wc-bacs-bank-details:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.woocommerce-thankyou-order-details:after,
.wc-bacs-bank-details:after {
  clear: both;
}

.woocommerce-thankyou-order-details li,
.wc-bacs-bank-details li {
  margin-bottom: 10px;
}

.woocommerce-thankyou-order-details li strong,
.wc-bacs-bank-details li strong {
  display: block;
}

/* Account Page
========================================= */

.woocommerce .edit {
  text-transform: uppercase;
  font-size: 0.775em;
}

.myaccount_user {
  padding: 25px;
  border: 1px solid #EBEBEB;
  margin: 0 0 30px;
}

table.my_account_orders {
  margin: 0 0 30px;
}

.woocommerce fieldset {
  margin: 30px 0;
  padding: 25px;
  border: 1px solid #EBEBEB;
}

.woocommerce legend {
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 14px;
}

.woocommerce:before,
.woocommerce:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.woocommerce:after {
  clear: both;
}

.woocommerce-MyAccount-navigation {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  display: block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #EBEBEB;
  position: relative;
  color: #555;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a::after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  top: 10px;
  right: 5px;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
  color: #f3430c;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a:after {
  content: "";
}

.woocommerce-MyAccount-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}

.woocommerce-orders-table__cell-order-actions .button {
  margin: 2px 3px 2px 0;
  min-width: 0;
}

.woocommerce-orders-table__cell-order-actions .button:last-child {
  margin-right: 0;
}

/* Widgets
========================================= */

/* Product Widget */

ul.cart_list,
ul.product_list_widget {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.cart_list li,
ul.product_list_widget li {
  margin-bottom: 15px;
}

ul.cart_list li:before,
ul.cart_list li:after,
ul.product_list_widget li:before,
ul.product_list_widget li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

ul.cart_list li:after,
ul.product_list_widget li:after {
  clear: both;
}

ul.cart_list li:last-child,
ul.product_list_widget li:last-child {
  margin: 0;
}

ul.cart_list li img,
ul.product_list_widget li img {
  float: right;
  height: auto;
  max-width: 60px;
  border-radius: 3px;
  margin-left: 15px;
  padding: 5px;
  border: 1px solid #EBEBEB;
  border-bottom-right-radius: 15px;
}

ul.cart_list li > a,
ul.product_list_widget li > a {
  display: block;
  color: #555;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
  font-size: 13px;
}

ul.cart_list li > .star-rating,
ul.product_list_widget li > .star-rating {
  display: block;
  float: none;
  position: relative;
  top: auto;
  margin: 5px 0;
}

ul.cart_list li .woocommerce-Price-amount,
ul.product_list_widget li .woocommerce-Price-amount {
  opacity: .8;
}

ul.cart_list li ins,
ul.product_list_widget li ins {
  text-decoration: none;
}

/* Top Rated */

.widget_top_rated_products .product-title {
  display: block;
}

.widget_top_rated_products del .amount {
  margin-left: 0;
}

.widget_top_rated_products li .star-rating {
  top: 0;
  float: none;
  margin: 3px 0;
}

/* Cart Widget */

.widget_shopping_cart_content li {
  position: relative;
}

.widget_shopping_cart_content li .remove {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  display: none;
  width: 18px;
  height: 18px;
  background: #f00;
  color: #fff;
  line-height: 18px;
  text-align: center;
}

.widget_shopping_cart_content li:hover .remove {
  display: block;
}

.widget_shopping_cart_content .quantity .amount {
  margin: 0;
}

.widget_shopping_cart_content .variation {
  margin: 3px 0 5px;
}

.widget_shopping_cart_content .variation:before,
.widget_shopping_cart_content .variation:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.widget_shopping_cart_content .variation:after {
  clear: both;
}

.widget_shopping_cart_content .variation dd,
.widget_shopping_cart_content .variation dt {
  float: left;
  margin: 0 5px 0 0;
}

.widget_shopping_cart_content .total {
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  text-transform: uppercase;
  padding: 12px 0;
  margin-top: 15px;
}

.widget_shopping_cart_content .buttons:before,
.widget_shopping_cart_content .buttons:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.widget_shopping_cart_content .buttons:after {
  clear: both;
}

.widget_shopping_cart_content .buttons a {
  float: left;
  width: 49.5%;
  min-width: auto;
}

.widget_shopping_cart_content .buttons a:first-child {
  margin-right: 1%;
}

/* Product Search */

.woocommerce-product-search {
  position: relative;
}

.woocommerce-product-search [type="submit"] {
  position: absolute;
  height: calc(100% - 6px);
  width: auto;
  top: 3px;
  right: 3px;
  min-width: 0;
  font-size: 11px;
}

.woocommerce-product-search [type="submit"]::before {
  display: none;
}

/* Product Categories */

.widget_product_categories ul,
.widget_layered_nav ul,
.widget_rating_filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_product_categories ul ul,
.widget_layered_nav ul ul,
.widget_rating_filter ul ul {
  margin-left: 15px;
}

.widget_product_categories ul li,
.widget_layered_nav ul li,
.widget_rating_filter ul li {
  line-height: normal;
  display: block;
  position: relative;
}

.widget_product_categories ul li a,
.widget_layered_nav ul li a,
.widget_rating_filter ul li a {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #EBEBEB;
}

.widget_product_categories ul li .count,
.widget_product_categories ul li .ci-count,
.widget_layered_nav ul li .count,
.widget_layered_nav ul li .ci-count,
.widget_rating_filter ul li .count,
.widget_rating_filter ul li .ci-count {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
  padding: 4px 3px;
}

.widget_product_categories .dropdown_product_cat,
.widget_layered_nav .dropdown_product_cat,
.widget_rating_filter .dropdown_product_cat {
  display: inline-block;
  font-size: inherit;
  width: 100%;
  max-width: 100%;
  height: 44px;
  padding: 6px 12px 8px;
  box-shadow: none;
  line-height: normal;
  border: 2px solid #EBEBEB;
  background-color: #FFF;
  background-image: none;
  border-radius: 24px;
  text-align: left;
}

.widget_product_categories .dropdown_product_cat:focus,
.widget_layered_nav .dropdown_product_cat:focus,
.widget_rating_filter .dropdown_product_cat:focus {
  outline: none;
}

.widget_rating_filter .star-rating {
  margin-top: 4px;
}

/* Price Range */

.price_slider {
  position: relative;
  text-align: left;
  height: 6px;
  width: calc(100% - 14px);
  margin: 0 auto 20px;
  background: #EBEBEB;
}

.price_slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  background: #c5c5c5;
  height: 6px;
  cursor: pointer;
}

.price_slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 16px;
  border-radius: 3px;
  height: 25px;
  margin-top: -10px;
  margin-left: -7px;
  cursor: pointer;
  outline: none;
  background-color: #f3430c;
  -ms-touch-action: none;
  touch-action: none;
}

.price_slider .ui-slider-handle:active {
  outline: none;
}

.price_slider .ui-slider-handle::after {
  content: "\f0c9";
  font-size: 10px;
  font-family: FontAwesome;
  color: #FFFFFF;
  line-height: 1;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: -6px;
  opacity: .8;
}

.price_slider_wrapper .price_slider_amount {
  position: relative;
}

.price_slider_wrapper .price_label {
  position: absolute;
  right: 0;
  top: 7px;
  color: #555;
}

.price_slider_wrapper .button {
  min-width: 0;
  padding: 8px 20px;
}

/* -----------------------------------------
	12. Global Mediaqueries
----------------------------------------- */

@media (min-width: 768px) {
  .gallery-columns-1 .gallery-item {
    float: left;
    width: 100%;
  }

  .gallery-columns-2 .gallery-item {
    float: left;
    width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    float: left;
    width: 33.33333%;
  }

  .gallery-columns-4 .gallery-item {
    float: left;
    width: 25%;
  }

  .gallery-columns-5 .gallery-item {
    float: left;
    width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    float: left;
    width: 16.66667%;
  }

  .gallery-columns-7 .gallery-item {
    float: left;
    width: 14.28571%;
  }

  .gallery-columns-8 .gallery-item {
    float: left;
    width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    float: left;
    width: 11.11111%;
  }

  ul.products > li {
    float: left;
    width: 50%;
  }

  .single-product .product .summary {
    float: left;
    width: 66.66667%;
  }

  .woocommerce-product-gallery {
    float: left;
    width: 33.33333%;
  }

  .cart-collaterals > .cart_totals {
    float: left;
    width: 50%;
  }

  .cart-collaterals > .cross-sells {
    float: left;
    width: 50%;
  }

  .woocommerce form.login .form-row-first,
  .woocommerce form.login .form-row-last {
    float: left;
    width: 50%;
  }

  .woocommerce-billing-fields .form-row-first,
  .woocommerce-billing-fields .form-row-last,
  .woocommerce-shipping-fields .form-row-first,
  .woocommerce-shipping-fields .form-row-last {
    float: left;
    width: 50%;
  }
}

@media (min-width: 991px) {
  .cart-collaterals > .cart_totals {
    float: right;
  }

  .cart-collaterals > .cross-sells {
    float: left;
  }
}

@media (min-width: 992px) {
  ul.products > li {
    float: left;
    width: 33.33333%;
  }

  .woocommerce-result-count {
    float: left;
  }

  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2 {
    float: left;
    width: 50%;
  }

  .woocommerce-thankyou-order-details li,
  .wc-bacs-bank-details li {
    float: left;
    width: 25%;
    margin: 0;
  }

  .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
  }

  .woocommerce-MyAccount-content {
    float: left;
    width: 75%;
  }

  .sidebar .list-item {
    padding: 15px 10px;
    min-height: 0;
  }

  .sidebar .list-item-title {
    float: none;
    margin-bottom: 3px;
  }

  .sidebar .list-item-title,
  .sidebar .list-item-no {
    font-size: 22px;
  }

  .sidebar .list-item-no {
    color: #555;
  }

  .sidebar .list-item-intro {
    width: 16%;
    text-align: right;
  }

  .sidebar .list-item-extra {
    display: none;
  }

  .sidebar .list-item-track .list-item-no {
    display: none;
  }

  .sidebar .list-item-track .list-item-intro {
    text-align: left;
    margin-top: 6px;
  }

  .sidebar .list-item-track .list-item-group {
    display: block;
    float: none;
  }

  .sidebar .list-item-info {
    float: left;
  }

  .sidebar .list-item-info .list-item-group {
    float: none;
  }

  div[class^="col-md-3"] .item .btn:not(.btn-round),
  div[class^="col-md-3"] .item .comment-reply-link:not(.btn-round) {
    min-width: 0;
    padding: 8px 25px;
  }
}

@media (min-width: 1200px) {
  .widget-wrap.parallax {
    background-image: none !important;
  }
}

@media (max-width: 1199px) {
  .parallax-mirror {
    display: none;
  }

  .slide-title {
    font-size: 52px;
  }

  .slide-location {
    font-size: 18px;
  }

  .entry-content .list-item {
    padding: 26px 5px 24px;
  }

  .entry-content .list-item-intro {
    width: 16%;
  }

  .entry-content .list-item-no,
  .entry-content .list-item-title {
    font-size: 25px;
  }

  .entry-content .list-item-group {
    top: -2px;
  }

  .entry-content .list-item-extra {
    right: 5px;
  }

  .entry-content .list-item-no {
    margin-right: 5px;
  }

  .sidebar .list-item-title,
  .sidebar .list-item-no {
    font-size: 19px;
  }

  .widget_ci-hero.widget-padded .widget-wrap {
    padding: 95px 0;
  }
}

@media (max-width: 992px) {
  .woocommerce-MyAccount-navigation {
    padding: 0;
  }

  .woocommerce-MyAccount-content {
    padding: 0;
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  #mobilemenu {
    display: block;
  }

  #mobile-bar {
    display: block;
  }

  .woocommerce-ordering {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .woocommerce-ordering select {
    width: 100%;
  }

  .entry-summary .variations {
    width: 100%;
  }

  .woocommerce-tabs {
    margin-bottom: 35px;
  }

  .shop_table .actions > .button {
    margin: 0;
  }

  .coupon {
    width: 100%;
    float: none;
  }

  #page {
    padding-top: 48px;
    /* For mobile bar */
  }

  .navigation {
    display: none;
  }

  .header {
    height: 80px;
    padding: 20px 0;
  }

  .home-sections .widget:first-child .widget-wrap {
    padding-top: 80px;
  }

  section.widget.widget_ci-hero {
    margin-bottom: 75px;
  }

  section.widget {
    margin-bottom: 40px;
  }

  .widget_ci-brands.widget-padded .widget-wrap,
  .widget_ci-text.widget-padded .widget-wrap {
    padding: 60px 0;
  }

  .list-item {
    padding: 26px 5px 24px;
  }

  .list-item-intro {
    width: 14%;
  }

  .list-item-no,
  .list-item-title {
    font-size: 25px;
  }

  .sidebar .list-item-no,
  .sidebar
	.list-item-title {
    font-size: 25px;
  }

  .list-item-group {
    top: -2px;
  }

  .list-item-extra {
    right: 5px;
  }

  .list-item-no {
    margin-right: 5px;
  }

  .footer-info,
  .nav-footer {
    text-align: center;
  }

  .nav-footer {
    margin-top: 5px;
  }

  .entry-title {
    font-size: 24px;
  }

  .sidebar {
    margin-top: 40px;
  }

  .col-md-push-8 .sidebar {
    margin: 0 0 40px;
  }
}

@media (max-width: 768px) {
  .single-product .product .summary {
    padding: 0;
  }

  .woocommerce-product-gallery {
    padding: 0;
  }
}

@media (max-width: 767px) {
  input,
  textarea {
    width: 100%;
  }

  .entry-content .alignleft,
  .entry-content .alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  #comment-list ol {
    margin: 0;
    padding: 0;
  }

  .comment-author .avatar {
    display: none;
  }

  .comment-reply-link {
    margin: 0;
  }

  .select2-container--default .select2-selection--single {
    width: 100%;
  }

  .woocommerce-tabs.wc-tabs-wrapper .wc-tabs {
    float: none;
    width: 100%;
  }

  .woocommerce-tabs .tabs {
    float: none;
    width: 100%;
  }

  .woocommerce-tabs .wc-tab {
    float: none;
    width: 100%;
    border: none;
  }

  .woocommerce-tabs .panel {
    padding: 0;
  }

  .commentlist .avatar {
    display: none;
  }

  .shop_table th,
  .shop_table td {
    font-size: 0.8em;
  }

  .shop_table th {
    font-size: 0.65em;
  }

  .shop_table .product-thumbnail {
    display: none;
  }

  .shop_table .product-remove {
    display: none;
  }

  .shop_table .quantity {
    width: auto;
  }

  .woocommerce form.login .inline #rememberme {
    margin: 5px 0 0;
    display: inline-block;
  }

  .place-order .terms {
    margin: 5px 0 0;
    display: block;
  }

  .woocommerce-orders-table__cell-order-actions .button {
    display: block;
    margin-right: 0;
  }

  .header {
    text-align: center;
  }

  .main {
    padding: 65px 0;
  }

  .home-slider {
    height: 530px;
  }

  .home-slider .ci-control-nav {
    display: none;
  }

  .slide-title {
    font-size: 36px;
  }

  .slide-content:after {
    display: none;
  }

  .slide-sup,
  .slide-rotated .slide-sup {
    max-width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: static;
    text-align: center;
    margin: 0 0 10px;
  }

  .hero-player {
    height: 140px;
  }

  .hero-video {
    margin: 0;
    top: 0;
  }

  .home-slider + .hero-player {
    margin-top: -240px;
  }

  .hero-video + .hero-player {
    margin: -10px;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .ci-soundplayer-controls {
    margin: 0 auto;
    float: none;
  }

  .ci-soundplayer-meta {
    text-align: center;
  }

  .track-position {
    display: none;
  }

  .section-title {
    font-size: 28px;
  }

  .list-item {
    height: auto;
    max-height: none;
    padding: 15px 5px;
    text-align: center;
  }

  .soundcloud-wrap {
    margin: 15px 15px 0;
  }

  .list-item-track .list-item-no {
    display: none;
  }

  .list-item-no {
    float: none;
    margin: 0 0 2px;
    text-align: center;
    display: block;
  }

  .list-item-intro {
    float: none;
    width: auto;
    margin: 0 0 10px;
  }

  .list-item-intro .sm2_link {
    position: static;
  }

  .list-item-info {
    margin: 0 0 10px;
  }

  .list-item-title {
    margin: 0 0 5px;
    float: none;
  }

  .list-item-group {
    float: none;
  }

  .list-item-extra {
    position: static;
  }

  .entry-content .list-item-intro {
    width: auto;
  }

  .page-title {
    margin: 0 0 40px;
    font-size: 26px;
  }

  .ci-map {
    height: 250px;
  }

  .event-listing-wrap h3,
  .event-listing-wrap .widget-title {
    text-align: center;
  }

  .home-sections .widget:first-child .widget-wrap {
    padding-top: 50px;
  }

  .sidebar .widget {
    margin-bottom: 15px;
  }

  .widget_ci-hero.widget-padded .widget-wrap {
    padding: 60px 0;
  }

  .widget_ci-items.widget-padded .widget-wrap,
  .widget_ci-latest-post-type.widget-padded .widget-wrap,
  .widget_ci-events.widget-padded .widget-wrap,
  .widget_ci-tracklisting.widget-padded .widget-wrap {
    padding: 50px 0;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-content:after {
    display: none;
  }

  .header-sticky #page {
    padding-top: 0;
  }

  .header-sticky .header {
    position: static;
  }
}

@media (max-height: 600px) {
  .home-slider {
    height: 135vh;
  }
}