/*
Theme Name: Corner
Theme URI: http://www.cssigniter.com/ignite/themes/corner
Author: CSSIgniter
Author URI: http://www.cssigniter.com
Description: A Personal Theme for WordPress
Tags:
Version: 1.2.1
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. General
.. Header
.. Homepage Specific Styles
.. Footer
.. Widgets Styling
.. WooCommerce
.. Helpers, WordPress defaults, Generic Items
.. Mobile Menu
.. External Plugins
.. Global Mediaqueries

*/
/* -----------------------------------------
	General
----------------------------------------- */
body {
  font-size: 14px;
  line-height: 1.7143;
  -webkit-font-rendering: antialised;
}

h1, #comments h3, h2, h3, h4, h5, h6 {
  line-height: normal;
  margin: 0 0 15px 0;
  font-weight: 500;
}

h1, #comments h3 {
  font-size: 16px;
}

h2 {
  font-size: 15px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 13px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
}

p {
  margin: 0 0 15px 0;
}

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

a {
  transition: color 0.18s ease, background-color 0.18s ease;
  outline: none;
}

a:active {
  outline: none;
}

iframe {
  max-width: 100%;
  width: 100%;
}

label {
  display: block;
  font-size: 90%;
  margin-bottom: 2px;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  border-radius: 0;
  box-shadow: none;
  width: auto;
  font: inherit;
  padding: 6px 10px;
  height: auto;
  border-width: 1px;
  border-style: solid;
  line-height: normal;
  transition: all 0.18s ease;
  min-width: 80%;
  background: none;
  color: inherit;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  outline: none;
}

textarea {
  width: 100%;
  height: auto;
}

fieldset {
  padding: 15px 15px 0 15px;
}
fieldset legend {
  font-weight: bold;
  padding: 0 3px;
  margin: 0;
  margin-left: -3px;
}

input.highlight {
  border-color: #ff4a4a;
}

/* Buttons
=================================== */
a.btn, a.button, a.comment-reply-link, .load-more > a,
input[type=submit],
button[type=submit] {
  line-height: normal;
  font-size: 12px;
  border: none;
  border-radius: 0;
  vertical-align: middle;
  padding: 7px 16px;
  color: #FFF;
  box-shadow: none;
  outline: none;
  transition: all 0.18s ease;
  text-transform: uppercase;
  display: inline-block;
}
a.btn:hover, a.button:hover, a.comment-reply-link:hover, .load-more > a:hover,
input[type=submit]:hover,
button[type=submit]:hover {
  text-decoration: none;
}

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

/* -----------------------------------------
	Header
----------------------------------------- */
.alt-nav {
  display: none;
}

#nav {
  margin: 0 0 30px;
}

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

#navigation {
  /* Navigation functional styles  ---------------------- */
}
#navigation li {
  position: relative;
  z-index: 100;
}
#navigation > li {
  display: block;
}
#navigation ul {
  position: absolute;
  z-index: 300;
  top: -999em;
}
#navigation li:hover > ul,
#navigation .sfHover > ul {
  top: -10px;
  left: 100%;
}
#navigation li li:hover > ul,
#navigation li .sfHover > ul {
  top: 0;
  left: 100%;
}
#navigation li li li:hover > ul,
#navigation li li .sfHover > ul {
  top: 0;
  left: 100%;
}
#navigation a, #navigation #navigation a:visited {
  display: block;
  white-space: nowrap;
}
#navigation a, #navigation a:visited {
  padding: 0;
  /* Global Menu Link Styles */
}
#navigation > li:last-child a {
  padding-right: 0;
}
#navigation a:hover,
#navigation .sfHover > a,
#navigation .sfHover > a:visited {
  text-decoration: none;
  /* First Level & Global Menu Link Hover Styles */
}
#navigation ul {
  padding: 13px 21px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  min-width: 230px;
  margin-left: 15px;
  /* All Lower Level Menu Container Styles */
}
#navigation a.sf-with-ul {
  padding-right: 20px;
  position: relative;
  /* Styling for navigation arrows  ---------- */
}
#navigation.sf-arrows .sf-with-ul:after {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  font-size: 8px;
  font-weight: normal;
}
#navigation.sf-arrows ul .sf-with-ul:after {
  right: 8px;
  content: "\f054";
  /* Styling for right facing arrows  ---------- */
}

#page {
  margin-top: 50px;
}
#page > .container > .row {
  position: relative;
}

.logo {
  font-size: 20px;
  margin: 0;
  line-height: 1;
}
.logo a:hover {
  text-decoration: none;
}

.tagline, .shop-actions .woocommerce-result-count,
.shop-actions .product-number, .product_meta {
  font-size: 12px;
  letter-spacing: -0.01em;
}

/* -----------------------------------------
	General Content Styles
----------------------------------------- */
.content {
  margin: 62px 0 50px;
}

/* -----------------------------------------
	Entry Styles
----------------------------------------- */
.entry {
  margin-bottom: 30px;
}
.entry:only-of-type {
  margin-bottom: 0;
}

.entry-thumb {
  display: block;
  margin: 0 0 30px;
}
.entry-thumb .alignleft,
.entry-thumb .aligncenter,
.entry-thumb .alignright,
.entry-thumb .alignnone {
  margin: 0;
}

.portfolio-thumb {
  display: block;
  margin: 30px 0;
}

.entry-title {
  margin-bottom: 20px;
}
.entry-title a:hover {
  text-decoration: none;
}

.entry-meta {
  font-size: 12px;
  margin: -5px 0 15px;
}
.entry-meta p {
  margin: 0;
}
.entry-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* -----------------------------------------
	Pagination
----------------------------------------- */
#paging {
  margin-bottom: 50px;
}
#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;
  line-height: normal;
  margin-right: 2px;
  padding: 5px 10px;
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
}
#paging a:hover {
  text-decoration: none;
}

/* -----------------------------------------
	Flexslider
----------------------------------------- */
.flexslider {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  overflow: hidden;
  background: none;
}

.flex-direction-nav a {
  width: 40px;
  height: 40px;
  top: 47%;
  margin: -25px 0 0 0;
}

.flex-direction-nav a:before {
  font-family: FontAwesome;
  content: '\f053';
  font-size: 24px;
  color: #FFF;
}

.flex-direction-nav a.flex-next:before {
  content: '\f054';
}

.flexslider.inner .flex-direction-nav a {
  top: 50%;
}

/* -----------------------------------------
   WooCommerce
----------------------------------------- */
.cart-link {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 1;
}
.cart-link i.fa {
  font-size: 24px;
  color: #D0D0D0;
}
.cart-link .badge {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  text-align: center;
  color: white;
  font-size: 11px;
  display: inline-block;
  font-style: normal;
  position: absolute;
  top: -4px;
  right: -11px;
  line-height: 1.5;
  padding: 0 0 0 1px;
}

.price ins {
  text-decoration: none;
}

/* -----------------------------------------
	WooCommerce - Shop Page
----------------------------------------- */
.shop-actions {
  padding-bottom: 8px;
  margin: -21px 0 30px;
  border-bottom: 1px solid #6D6E71;
}
.shop-actions .actions {
  margin-top: 2px;
  float: left;
}
.shop-actions .woocommerce-ordering {
  float: right;
}
.shop-actions .woocommerce-ordering select.orderby {
  min-width: 200px;
  opacity: 0;
  position: relative;
  z-index: 1;
}
.shop-actions .woocommerce-result-count,
.shop-actions .product-number {
  display: inline-block;
  margin: 0;
}
.shop-actions .woocommerce-result-count {
  margin-right: 15px;
}
.shop-actions .product-number a {
  margin: 0 2px;
}

/* -----------------------------------------
	WooCommerce - Product Page
----------------------------------------- */
.images {
  position: relative;
}
.images a {
  display: inline-block;
  position: relative;
}
.images > a img {
  width: 100%;
}

.thumbnails:before, .thumbnails:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.thumbnails:after {
  clear: both;
}
.thumbnails > a {
  float: left;
  margin-right: 4%;
  width: 30.666666667%;
  margin-bottom: 15px;
}
.thumbnails > a:nth-child(3n) {
  margin-right: 0;
}
.thumbnails > a:after {
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
.thumbnails > a img {
  width: 100%;
}
.thumbnails > a .img-overlay {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
}
.thumbnails > a .img-overlay:after {
  font-size: 22px;
  margin: -22px 0 0 -10px;
}

.woocommerce-main-image {
  margin-bottom: 30px;
}

.onsale {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  padding: 4px 9px;
  z-index: 1;
}
.single-product .onsale {
  left: 15px;
}

.product_meta {
  color: initial;
  margin: 0 0 10px;
  font-size: 10px;
  letter-spacing: 0;
}
.product_meta:before, .product_meta:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.product_meta:after {
  clear: both;
}
.product_meta .sku_wrapper {
  float: right;
}

.product .summary .product_title {
  margin-bottom: 15px;
}
.product .summary .price .amount {
  display: block;
  line-height: 1;
  font-size: 16px;
}
.product .summary .price del .amount {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 4px;
}
.product .summary ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.product .summary ul li {
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #E2DEDA;
  padding: 8px 0 7px 20px;
  line-height: normal;
}
.product .summary ul li:first-child {
  border-top: 1px solid #E2DEDA;
}
.product .summary ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.product .summary h3 {
  font-size: 11px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.product .summary form.cart {
  margin: 30px 0 0;
}

.quantity {
  width: 52px;
  height: 28px;
  position: relative;
  display: inline-block;
}
.quantity input {
  border: none;
  border-radius: 0;
  color: white;
  line-height: 1;
  max-width: 100%;
  outline: none;
}
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity .qty {
  -moz-appearance: textfield;
  height: 28px;
  line-height: 1;
  padding: 0 7px 0 0;
  text-align: center;
}
.quantity .minus, .quantity .plus {
  position: absolute;
  right: 0;
  width: 15px;
  height: 14px;
  padding: 0;
  font-size: 11px;
  text-align: center;
  transition: background-color 0.18s ease;
}
.quantity .plus {
  top: 0;
}
.quantity .minus {
  bottom: 0;
}

button.single_add_to_cart_button {
  height: 28px;
  line-height: 1;
  vertical-align: top;
  min-width: 110px;
  text-transform: uppercase;
  font-size: 12px;
}

.variations {
  position: relative;
  z-index: 1;
}
.summary .variations {
  margin-bottom: 50px;
}
.variations td {
  padding: 6px 6px 6px 12px;
  color: white;
  z-index: 5;
}
.variations label {
  text-transform: uppercase;
  line-height: normal;
  margin: 0;
  font-size: 10px;
}
.variations select {
  min-width: 200px;
  position: relative;
  z-index: 2;
}
.variations .customSelect .customSelectInner {
  padding: 7px 16px;
}
.variations .reset_variations {
  position: absolute;
  left: 0;
  bottom: -27px;
  font-size: 10px;
  text-transform: uppercase;
}

.woocommerce-tabs {
  margin: 50px 0 50px;
}
.woocommerce-tabs .tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #6D6E71;
}
.woocommerce-tabs .tabs:before, .woocommerce-tabs .tabs:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.woocommerce-tabs .tabs:after {
  clear: both;
}
.woocommerce-tabs .tabs li {
  float: left;
}
.woocommerce-tabs .tabs li a {
  border-top: 1px solid #6D6E71;
  border-right: 1px solid #6D6E71;
  border-left: 8px solid transparent;
  border-bottom: 6px solid transparent;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1;
  padding: 17px 26px 10px 20px;
  transition: all 0.18s ease;
}
.woocommerce-tabs .tabs li a:hover {
  text-decoration: none;
}
.woocommerce-tabs .tabs li.active a {
  color: #FFF;
}
.woocommerce-tabs .panel {
  padding: 30px 0 0;
}
.woocommerce-tabs .panel > h2 {
  display: none;
}
.woocommerce-tabs .panel#tab-reviews h2 {
  display: none;
}
.woocommerce-tabs .panel#tab-reviews h3 {
  margin: 25px 0 15px;
}
.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;
}

.shop_attributes {
  width: 100%;
  margin-top: 5px;
}
.shop_attributes th, .shop_attributes td {
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #E2DEDA;
  padding: 8px 0 7px 20px;
  line-height: normal;
  position: relative;
}
.shop_attributes th p, .shop_attributes td p {
  margin: 0;
}
.shop_attributes th {
  padding-left: 0;
}
.shop_attributes tr:first-child th, .shop_attributes tr:first-child td {
  border-top: 1px solid #E2DEDA;
}
.shop_attributes th {
  width: 15%;
  font-weight: normal;
}
.shop_attributes th .innerWrapper {
  padding-left: 20px;
}
.shop_attributes th .innerWrapper:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.shop_attributes td {
  font-weight: bold;
}

.woocommerce .star-rating, .woocommerce-page .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 74px;
  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;
}

.comment-form-rating p.stars a {
  display: inline-block;
  position: relative;
  width: 25px;
  text-indent: -9999px;
}
.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";
}

/* -----------------------------------------
	WooCommerce - Cart Page
----------------------------------------- */
.shop_table {
  width: 100%;
  margin: 0 0 50px;
}
.shop_table th {
  font-size: 12px;
  letter-spacing: -0.01em;
  font-weight: normal;
  padding: 0 10px 5px;
}
.shop_table td {
  padding: 10px;
}
.shop_table tr {
  border-bottom: 1px solid #E2DEDA;
}
.shop_table .variation {
  font-size: 12px;
  letter-spacing: -0.01em;
  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-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;
}
.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;
}

.cart-collateral-wrap {
  margin: 0 0 30px;
}
.cart-collateral-wrap .coupon {
  margin: 0 0 30px;
}
.cart-collateral-wrap .coupon label {
  font-size: 12px;
  letter-spacing: -0.01em;
}
.cart-collateral-wrap .coupon input[type=text] {
  width: 100%;
}
.cart-collateral-wrap .coupon input[type=submit] {
  width: 100%;
  margin-top: 5px;
  height: 28px;
}

.cart-collaterals input[type=submit] {
  width: 100%;
  margin: 0 0 5px;
  height: 28px;
}

.cart_totals {
  font-size: 11px;
}
.cart_totals h2 {
  padding-bottom: 3px;
}
.cart_totals table {
  width: 100%;
  margin: 0 0 30px;
}
.cart_totals table th, .cart_totals table td {
  padding: 5px 0;
  border-bottom: 1px solid #E2DEDA;
}
.cart_totals table td {
  padding: 5px;
  text-align: right;
}
.cart_totals table th {
  font-size: 12px;
  letter-spacing: -0.01em;
  font-weight: normal;
}
.cart_totals table .order-total .amount {
  font-size: 16px;
}

.shipping_calculator h2 {
  font-size: 12px;
  letter-spacing: -0.01em;
}
.shipping_calculator h2 a:after {
  font-family: FontAwesome;
  content: "\f107";
  margin-left: 5px;
}
.shipping_calculator h2 a:hover {
  text-decoration: none;
}

/* -----------------------------------------
	WooCommerce - Checkout Pages
----------------------------------------- */
.woocommerce-checkout .woocommerce-info {
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px;
  border-top: 1px solid #E2DEDA;
  border-bottom: 1px solid #E2DEDA;
  margin: 0 0 25px;
}
.woocommerce-checkout .woocommerce-info .showlogin {
  text-decoration: underline;
  margin-left: 5px;
}
.woocommerce-checkout label {
  font-size: 12px;
  letter-spacing: -0.01em;
  display: inline-block;
}

.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;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce form.login .form-row-first,
.woocommerce form.login .form-row-last {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .woocommerce form.login .form-row-first,
  .woocommerce form.login .form-row-last {
    float: left;
    width: 50%;
  }
}
.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: 1px solid #E2DEDA;
  margin-bottom: 15px;
}

#customer_details {
  margin: 0 0 25px;
}

.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-shipping-fields p,
.woocommerce-shipping-fields h3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 20px;
}
@media (min-width: 1200px) {
  .woocommerce-billing-fields p, .woocommerce-billing-fields h3,
  .woocommerce-shipping-fields p,
  .woocommerce-shipping-fields h3 {
    float: left;
    width: 100%;
  }
}
.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;
}
@media (min-width: 768px) {
  .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%;
  }
}
.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;
}

#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 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-top: 1px solid #E2DEDA;
}
.payment_methods li:last-child {
  border-bottom: 1px solid #E2DEDA;
}
.payment_methods label {
  margin: 0 0 0 5px;
}

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

#place_order {
  padding: 20px 80px;
}

.order_details {
  padding: 5px 15px 10px;
  margin: 0 0 30px;
  list-style: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.order_details li {
  font-size: 12px;
  letter-spacing: -0.01em;
  border-bottom: 1px solid #E2DEDA;
  padding: 5px 0;
}
.order_details li:last-child {
  border: none;
}

.shop_table.order_details {
  background: none;
  padding: 0;
  box-shadow: none;
}
.shop_table.order_details td, .shop_table.order_details th {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}
.shop_table.order_details .product-total {
  text-align: right;
}
.shop_table.order_details .product-name {
  text-align: left;
}
.shop_table.order_details tfoot tr {
  border: none;
}
.shop_table.order_details tfoot td, .shop_table.order_details tfoot th {
  padding: 10px 0 0;
  text-align: right;
}
.shop_table.order_details .order-total .amount {
  font-size: 16px;
}

.bacs_details h3 {
  margin-top: 15px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 11px;
}

.customer_details {
  margin-bottom: 30px;
}
.customer_details dt {
  font-size: 12px;
  letter-spacing: -0.01em;
}
.customer_details dd {
  margin: 0 0 10px;
}

/* -----------------------------------------
	WooCommerce - Address Page
----------------------------------------- */
.addresses {
  margin-left: -15px;
  margin-right: -15px;
}
.addresses:before, .addresses:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.addresses:after {
  clear: both;
}
.addresses .col-1, .addresses .col-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .addresses .col-1, .addresses .col-2 {
    float: left;
    width: 50%;
  }
}
.addresses .col-1 .title, .addresses .col-2 .title {
  position: relative;
}
.addresses .col-1 .edit, .addresses .col-2 .edit {
  position: absolute;
  right: 0;
  top: -3px;
}
.addresses .col-1 h3, .addresses .col-2 h3 {
  margin: 10px 0 10px;
}
.addresses .col-1 address, .addresses .col-2 address {
  font-style: normal;
  font-size: 14px;
}

/* -----------------------------------------
	WooCommerce - Messages
----------------------------------------- */
.woocommerce-message,
.woocommerce-info {
  border: 1px solid #6D6E71;
  margin-bottom: 30px;
  padding: 8px 5px 5px 15px;
}
.woocommerce-message:before, .woocommerce-message:after,
.woocommerce-info:before,
.woocommerce-info:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.woocommerce-message:after,
.woocommerce-info:after {
  clear: both;
}
.woocommerce-message .button,
.woocommerce-info .button {
  float: right;
  margin-top: -2px;
}

.woocommerce-info {
  padding: 10px 15px;
}
.woocommerce-info a {
  color: white;
}
.woocommerce-info a:hover {
  color: white;
}

.woocommerce-error {
  list-style: none;
  background: #ff4f3f;
  color: white;
  padding: 20px;
  margin-bottom: 25px;
}

/* -----------------------------------------
   Comments
----------------------------------------- */
.post-comments {
  margin: 40px 0 25px;
}
.post-comments ol, .post-comments ul {
  list-style: none;
}
.post-comments ol li, .post-comments ul li {
  margin: 0;
  padding: 0;
  background: none;
  position: relative;
}
.post-comments > ol {
  margin: 0;
  padding: 0;
}
.post-comments h3 {
  margin-bottom: 25px;
}

.comment-text, .comment_container {
  margin: 0;
  padding: 25px 0;
  overflow: hidden;
}
.comment-text .avatar, .comment_container .avatar {
  max-width: 50px;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}

.comment-copy {
  overflow: hidden;
  zoom: 1;
  position: relative;
}
.comment-copy p:last-of-type {
  margin: 0;
}

.comment-meta {
  margin: 0 0 5px;
}

a.comment-reply-link {
  padding: 3px 9px;
  font-size: 10px;
}

.post-form {
  margin: 15px 0 0;
}

#commentform textarea {
  min-height: 200px;
}

#cancel-comment-reply-link {
  display: block;
  margin-top: -20px;
}

/* -----------------------------------------
   Theme-Specific Comments Styling
----------------------------------------- */
#comment-list > li:first-child > .comment-text {
  padding-top: 0;
}

#comments h3 {
  margin: 0 0 25px;
}

.comment-meta {
  margin: -5px 0 5px;
}

/* -----------------------------------------
	Widgets
----------------------------------------- */
.widget {
  margin-bottom: 40px;
}

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

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

.widget ul li {
  padding: 5px 0;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  display: block;
  margin: 0;
}
.content .widget ul li {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

.widget ul ul.children li:first-child {
  border-top: 1px dotted #6D6E71;
}

.widget ul ul.children li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.widget ul.children {
  margin-top: 5px;
}

.widget ul.children li {
  padding-left: 15px;
}

.sidebar {
  margin-bottom: 40px;
}
.sidebar .widget {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 30px;
}
.sidebar .widget ul li.current-cat, .sidebar .widget ul li.chosen, .sidebar .widget ul li.current-menu-item {
  font-weight: bold;
}
.sidebar .widget > ul > li:first-child {
  padding-top: 0;
}
.sidebar .widget-title {
  font-size: 14px;
  margin: 0 0 15px;
}

.widget-title {
  font-size: 16px;
  margin: 0 0 20px;
  line-height: 1;
}
.widget_ci_recent_items_widget .widget-title, .widget_ci_post_type_widget .widget-title {
  margin: 0 0 25px;
}

.content .widget .widget-title + p {
  margin-top: -8px;
}

/* WIDGET: #Product widget on sidebar
========================================= */
.sidebar .widget_products ul li,
.sidebar .widget_recently_viewed_products ul li,
.sidebar .widget_top_rated_products ul li {
  width: 100%;
  display: block;
  float: none;
  border: none;
}
.sidebar .widget_products ul li .item,
.sidebar .widget_recently_viewed_products ul li .item,
.sidebar .widget_top_rated_products ul li .item {
  margin-bottom: 15px;
}

/* WIDGET: #Post Type Widgets
========================================= */
.content .product_list_widget {
  margin-left: -15px;
  margin-right: -15px;
}
.content .product_list_widget:before, .content .product_list_widget:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content .product_list_widget:after {
  clear: both;
}
.content .product_list_widget li {
  padding-left: 15px;
  padding-right: 15px;
}

.item {
  text-align: center;
  margin: 0 0 30px;
}

.item-title,
.item-subtitle {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  text-align: center;
}
.item-title a:hover,
.item-subtitle a:hover {
  text-decoration: none;
}

.item-subtitle,
.price {
  display: block;
  font-size: 12px;
}

.item-thumb {
  position: relative;
  margin: 0 0 15px;
}
.item-wrapper .item-thumb img {
  width: 100%;
}

.play-vid > a {
  display: block;
  position: relative;
}
.play-vid > a i {
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  top: 50%;
  left: 50%;
  font-size: 70px;
  margin: -30px 0 0 -35px;
  transition: color 0.18s ease;
}
.play-vid > a:hover i {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
  .isotope-item {
    width: 100%;
  }
}

/* Accepted Payment Methods
========================================= */
.pi {
  display: inline-block;
  line-height: 1;
  background: transparent url("images/payment_icons.png") no-repeat 0 0;
  background-size: 95px;
  width: 32px;
  height: 21px;
  margin: 5px 7px 0 0;
  vertical-align: middle;
}
.pi.pi-visa {
  background-position: 0 0;
}
.pi.pi-paypal {
  background-position: 0 -36px;
}
.pi.pi-american-express {
  background-position: 0 -72px;
}
.pi.pi-mastercard {
  background-position: 0 -109px;
}
.pi.pi-discover {
  background-position: -63px 0;
}
.pi.pi-visa-electron {
  background-position: -63px -37px;
}
.pi.pi-maestro {
  background-position: -63px -72px;
}

/* WIDGET: #Ads125
========================================= */
#ads125, .ads125 {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

/* WIDGET: #Search
========================================= */
.searchform, #searchform {
  line-height: 1;
  position: relative;
}

.searchform > div, #searchform > div {
  position: relative;
  line-height: 1;
}

.searchform .screen-reader-text, #searchform .screen-reader-text {
  display: none;
}

.searchform input[type=text],
#searchform input[type=text] {
  border-radius: 0;
  margin: 0;
  width: 100%;
  font: inherit;
  line-height: normal;
  height: 28px;
}

.searchsubmit,
input#searchsubmit {
  font-size: 14px;
  line-height: 0;
  padding: 3px 11px 2px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: 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 .alignleft {
  float: left;
  margin: 5px 10px 6px 0;
}
.widget_about .alignright {
  float: right;
  margin: 5px 0 6px 10px;
}

/* WIDGET: #Text Widget
========================================= */
.widget_text p:last-child {
  margin-bottom: 0;
}

/* WIDGET: #Twitter
========================================= */
.widget_ci_twitter_widget ul li {
  margin-bottom: 12px;
}
.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
========================================= */
.sidebar .ci-socials-ignited-32 img {
  max-width: 18px !important;
}

.social-icon i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #333;
  color: #FFF;
  border: 1px solid #333;
  font-size: 14px;
  border-radius: 36px;
  text-align: center;
  display: inline-block;
}

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

/* WIDGET: WooCommerce Price Range
========================================= */
.price_slider {
  position: relative;
  text-align: left;
  background: rgba(0, 0, 0, 0.03);
  margin-bottom: 20px;
  height: 30px;
  width: calc(100% - 7px);
}
.price_slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  background: white;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  height: 30px;
}
.price_slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 30px;
  cursor: pointer;
  outline: none;
}
.price_slider .ui-slider-handle:active {
  outline: none;
}
.price_slider .ui-slider-handle:after {
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -4px;
}
.price_slider .ui-slider-handle:last-child:after {
  right: auto;
  left: -8px;
  border-left-color: transparent;
}

.price_slider_wrapper .price_slider_amount {
  position: relative;
  font-size: 12px;
  letter-spacing: -0.01em;
}
.price_slider_wrapper .price_label {
  position: absolute;
  right: 0;
  top: 0;
}

/* ----------------------------------------------
	Helpers, WordPress Defaults, Generic Items
---------------------------------------------- */
/* Column Equalizing
=================================== */
.product_list_widget .col-md-4:first-child,
.product_list_widget .col-md-3:first-child,
.product_list_widget .col-md-2:first-child,
.product_list_widget .col-md-6:first-child,
.product_list_widget .col-xs-6:first-child {
  clear: left;
}
.product_list_widget .col-md-4:nth-child(3n+1) {
  clear: left;
}
.product_list_widget .col-md-3:nth-child(4n+1) {
  clear: left;
}
.product_list_widget .col-md-6:nth-child(2n+1) {
  clear: left;
}
@media (max-width: 991px) {
  .product_list_widget .col-md-4:nth-child(3n+1) {
    clear: none;
  }
  .product_list_widget .col-md-3:nth-child(4n+1) {
    clear: none;
  }
  .product_list_widget .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .product_list_widget .col-xs-6:nth-child(2n+1) {
    clear: left;
  }
}

/* WordPress Generated Classes
=================================== */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  text-align: center;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

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

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

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

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

table {
  width: 100%;
  margin-bottom: 20px;
}

.gallery {
  margin-bottom: 20px;
  clear: both;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.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-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* -----------------------------------------
   MOBILE MENU
----------------------------------------- */
#mobilemenu {
  display: none;
}

#mobile-bar {
  display: none;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #242628;
  background-image: linear-gradient(bottom, #141617 1%, #222426 100%);
  background-image: -o-linear-gradient(bottom, #141617 1%, #222426 100%);
  background-image: -moz-linear-gradient(bottom, #141617 1%, #222426 100%);
  background-image: -webkit-linear-gradient(bottom, #141617 1%, #222426 100%);
  background-image: -ms-linear-gradient(bottom, #141617 1%, #222426 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.01, #141617), color-stop(1, #222426));
  padding: 15px 10px 0 10px;
  height: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.2);
  display: none;
}

.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: 12px;
  color: #FFF;
}

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

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

.mob-title {
  color: #eeeeee;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-shadow: 1px 1px 0 black;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/* -----------------------------------------
	External Plugins
----------------------------------------- */
.load-more > a {
  text-transform: none;
  font-size: 13px;
  padding: 6px 25px;
}
.load-more > a:hover {
  color: white;
  text-decoration: none;
}

#load-more {
  text-transform: none;
  font-size: 13px;
  padding: 6px 25px;
}

/* Infinite Scrolling Loader */
#infscr-loading {
  font-size: 13px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 1;
  background: rgba(43, 43, 43, 0.5);
  padding: 0;
  margin: 0;
  font-style: normal;
  z-index: 10;
  line-height: 1.5;
  color: #FFF;
}
#infscr-loading img {
  display: none;
}
#infscr-loading em {
  font-style: normal;
}
#infscr-loading > div {
  position: absolute;
  max-width: 266px;
  padding: 95px 30px 50px;
  top: 50%;
  left: 50%;
  margin-left: -133px;
  margin-top: -120px;
  border-radius: 2px;
  letter-spacing: 0.04em;
}
#infscr-loading > div:before {
  content: "";
  background: url("images/ajax-load.png") no-repeat;
  width: 32px;
  height: 31px;
  z-index: 5;
  position: absolute;
  top: 45px;
  left: 50%;
  margin-left: -19px;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* -----------------------------------------
	Global Mediaqueries
----------------------------------------- */
@media (max-width: 767px) {
  #page {
    padding-top: 50px;
  }

  #nav {
    display: none;
  }

  .mm-menu.mm-current {
    display: block !important;
  }

  #mobile-bar {
    display: block;
  }
}
