/*
Theme Name: AuroraWP
Theme URI: http://liberthemes.com/themes/
Description: Aurora. - Minimal &amp; Modern Wordpress Blog Theme is a wordpress theme for fashion/lifestyle magazines, blogs, writers, personal sites and store. Aurora designed with a simple, clean and clear style.
Author: LiberThemes
Author URI: http://liberthemes.com
Version: 1.0
Text Domain: aurorawp
License: Themeforest Licence
License URI: http://themeforest.net/licenses
Tags: featured-images, featured-image-header, custom-colors
*/
/* -------------------------------------- */
/* CSS Index
/* -------------------------------------- */
/* 01 - General Styles
/* 02 - Structure
/* 03 - Top Bar
/* 04 - Header
/* 05 - FeaFtured Slider
/* 06 - Promo Boxes
/* 08 - Posts
/* 09 - Widgets
/* 10 - Footer
/* 11 - Archive Pages
/* 12 - Pagination
/* 13 - Page
/* 14 - MISC
/* 15 - Slicknav




/* -------------------------------------- */
/* 00. Global Reset
/* -------------------------------------- */
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
label,
p,
pre,
td,
th {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset,
img {
  border: 0; }

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal; }

caption,
th {
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

q:after,
q:before {
  content: ''; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

a img {
  border: none; }

img {
  vertical-align: middle; }

b,
b *,
strong,
strong * {
  font-weight: bold; }

em,
em *,
i,
i * {
  font-style: italic; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* -------------------------------------- */
/* 01. General Styles
/* -------------------------------------- */
html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  color: #666;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5; }

a {
  color: #111;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  -moz-transition: 0.35s;
  -webkit-transition: 0.35s;
  transition: 0.35s; }
  a:hover {
    color: inherit; }

a,
a:focus,
a:hover {
  text-decoration: none; }

.archive-box span,
.entry-content blockquote p,
.post-entry blockquote p,
.post-comments blockquote p,
.post-meta .by,
.post-pagination a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  letter-spacing: -.05rem; }

/* General button style (reset) */
.btn {
  padding: 8px 22px 10px;
  border: none;
  background: none;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0; }
  .btn a {
    font-family: 'Lato', sans-serif;
    font-size: 10px; }

.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

#ig-footer h4,
#respond #submit,
#respond h3,
.archive-box h1,
.block-heading,
.post-entry .lb-cindex-heading,
.promo-overlay h4,
.related.products h2,
.slicknav_menu .slicknav_menutxt,
.upsells.products h2,
.widget-title,
.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce-account .addresses .title h3,
.woocommerce-account h2,
.woocommerce-checkout h3,
input,
select,
textarea {
  font-family: 'Lato', sans-serif; }

.prepos {
  font-style: italic; }

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  table th {
    font-weight: bold;
    color: #333; }
  table > thead > tr > th,
  table > thead > tr > td,
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    padding: 10px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  table > tbody > tr > th,
  table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
    table > tbody > tr > th.even,
    table > thead > tr > th.even {
      background-color: #f6f6f6; }
  table > caption + thead > tr:first-child > th,
  table > caption + thead > tr:first-child > td,
  table > colgroup + thead > tr:first-child > th,
  table > colgroup + thead > tr:first-child > td,
  table > tbody:first-child > tr:first-child > th,
  table > tbody:first-child > tr:first-child > td,
  table > thead:first-child > tr:first-child > th,
  table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  table > tbody + tbody {
    border-top: 2px solid #ddd; }
  table .table {
    background-color: #fff; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }
  dl dt {
    color: #333; }
  dl dd {
    margin-left: 12px; }

/* -------------------------------------- */
/* 02. Structure
/* -------------------------------------- */
#wrapper {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative; }

#main {
  float: left; }

#main.fullwidth {
  width: 100%;
  float: none; }

#main,
#sidebar {
  padding-top: 60px; }

/* -------------------------------------- */
/* 03. Top Bar
/* -------------------------------------- */
#top-bar {
  padding: 12px 0;
  width: 100%;
  border-bottom: 1px solid rgba(221, 221, 221, 0.54); }

#top-nav-wrapper .top-nav {
  margin-top: 6px;
  color: #888;
  float: left;
  text-align: left;
  font-size: 10px; }
#top-nav-wrapper ul.top-nav li:first-child {
  margin-left: 0; }
#top-nav-wrapper ul.top-nav li:last-child {
  margin-right: 0; }
#top-nav-wrapper ul li {
  display: inline-block;
  margin: 0 23px;
  position: relative; }
  #top-nav-wrapper ul li a {
    color: #888;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px; }

/* ----- Top Right ----- */
#top-right {
  float: right;
  position: relative; }

/* ----- Top Search ----- */
#top-search {
  float: right;
  margin: 0 12px; }
  #top-search a {
    color: #111;
    font-size: 13px;
    position: relative;
    top: -1px; }
    #top-search a:hover {
      color: #999; }

#show-search {
  position: absolute;
  top: 2px;
  right: 32px;
  width: 560px;
  height: 100%;
  background: #fff;
  z-index: 999;
  display: none; }
  #show-search input {
    height: 100%;
    width: 100%;
    border: none;
    padding: 0 0 0 55px;
    font-style: italic; }
  #show-search::-webkit-input-placeholder,
  #show-search i.search-icon,
  #show-search input {
    color: #a5a5a5; }
  #show-search .close-search {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #000; }
  #show-search a.close-search:hover {
    color: #999; }
  #show-search i.search-icon {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -7px;
    font-size: 12px; }

#header-wraper.sticky #show-search i.search-icon {
  margin-top: -8px; }

/* ----- Top Social ----- */
#top-social {
  float: right;
  border-right: 1px solid #ddd; }
  #top-social a {
    color: #111;
    margin-right: 12px;
    font-size: 13px; }
    #top-social a:hover {
      color: #999; }

/* -------------------------------------- */
/* 04. Header
/* -------------------------------------- */
#header-wraper {
  background-color: #fff;
  box-shadow: 0 4px 7px rgba(190, 190, 190, 0.17);
  -webkit-box-shadow: 0 4px 7px rgba(190, 190, 190, 0.17);
  -moz-box-shadow: 0 4px 7px rgba(190, 190, 190, 0.17);
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease; }
  #header-wraper.header1 {
    padding: 26px 0 30px; }

/* ----- Menu ----- */
ul.menu {
  padding: 0;
  list-style: none; }

/* ----- Logo ----- */
#logo {
  /*
  position: absolute;
  left: 30px;
  top: 0;
  font-size: 0;
  */ }

#logo img {
  width: auto;
  vertical-align: middle; }

#mobile-logo {
  text-align: center;
  padding: 35px 0;
  display: none;
  border-bottom: 1px solid #ddd; }

#mobile-logo img {
  max-width: 80%; }

/* ----- 1st Header ----- */
#header-wraper.header1 #logo {
  position: relative; }
  #header-wraper.header1 #logo a {
    display: inline-block; }
#header-wraper.header1 #navigation .container {
  position: relative; }
#header-wraper.header1 #navigation #nav-wrapper {
  position: absolute;
  right: 15px;
  top: -45px; }

/* ----- Secondary Header ----- */
#logo-secondary {
  text-align: center;
  padding-top: 48px;
  padding-bottom: 52px;
  background-color: #fff;
  border-bottom: 1px solid rgba(221, 221, 221, 0.54); }

#header-wraper.header2 #logo {
  display: none; }
#header-wraper.header2 #nav-wrapper .menu {
  text-align: center; }
  #header-wraper.header2 #nav-wrapper .menu > li {
    margin: 0 20px; }

#inner-wrapper.header2 {
  padding-top: 3px; }

/* ----- Text Logo ----- */
.text-logo {
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: 94px;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease; }

#header-wraper.sticky .text-logo {
  line-height: 66px; }

.text-logo a {
  color: #000; }

/* ----- Navigation ----- */
#navigation {
  margin: 0 auto; }

/* ----- Mobile Menu ----- */
#mobile-menu {
  display: none;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px; }

#mobile-menu a {
  color: #999; }

#mobile-menu i {
  font-size: 14px;
  color: #000;
  margin-right: 5px; }

#slick-mobile-menu {
  display: none; }

/* ----- Regular Menu ----- */
#nav-wrapper .main-menu {
  position: relative; }
#nav-wrapper ul li {
  position: relative;
  display: inline-block; }
  #nav-wrapper ul li a {
    display: block;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    padding: 1rem 0;
    margin: 0 10px;
    font-size: 0.8125rem;
    line-height: 1.5;
    letter-spacing: 1.6px;
    text-transform: uppercase; }
#nav-wrapper ul.main-menu li.menu-item.menu-item-has-children > a:after {
  font-family: 'FontAwesome';
  content: "\f107";
  margin-left: 7px;
  color: #c5c5c5;
  font-size: 12px; }
#nav-wrapper ul.main-menu li.menu-item .sub-menu {
  position: absolute;
  margin: 0;
  padding: 1rem 0;
  top: -1rem;
  left: 100%;
  list-style: none;
  border: 1px solid rgba(221, 221, 221, 0.54);
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-0.5rem);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 99999;
  background: white;
  text-align: left; }
  #nav-wrapper ul.main-menu li.menu-item .sub-menu a {
    min-width: 200px;
    color: #555;
    font-size: 0.675rem;
    letter-spacing: 1px; }
  #nav-wrapper ul.main-menu li.menu-item .sub-menu li.menu-item-has-children > a:after {
    content: "\f105"; }
  #nav-wrapper ul.main-menu li.menu-item .sub-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    #nav-wrapper ul.main-menu li.menu-item .sub-menu li:hover .sub-menu .sub-menu {
      opacity: 0;
      visibility: hidden; }
#nav-wrapper ul.main-menu li.menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }
  #nav-wrapper ul.main-menu li.menu-item:hover .sub-menu .sub-menu {
    opacity: 0;
    visibility: hidden; }
#nav-wrapper ul.main-menu li.menu-item li.menu-item {
  padding: 0 1rem; }
  #nav-wrapper ul.main-menu li.menu-item li.menu-item a {
    padding: 0.5rem 0; }
#nav-wrapper ul.main-menu > li.menu-item li.menu-item > a {
  padding: 0.5rem 1rem;
  border-top: 1px solid rgba(221, 221, 221, 0.54); }
  #nav-wrapper ul.main-menu > li.menu-item li.menu-item > a:focus, #nav-wrapper ul.main-menu > li.menu-item li.menu-item > a:hover {
    padding: 0.5rem 1rem 0.5rem 1.5rem;
    background: #111;
    color: #fff; }
#nav-wrapper ul.main-menu > li.menu-item li.menu-item:first-child > a {
  border-top: none; }
#nav-wrapper ul.main-menu > li.menu-item > .sub-menu {
  left: 0;
  top: 100%;
  transform: translateY(0.5rem); }
  #nav-wrapper ul.main-menu > li.menu-item > .sub-menu .sub-menu li.menu-item-has-children > a:after {
    content: ""; }

/*=============== featured Carousel ===================*/
.featured-carousel {
  margin-left: -1000px;
  position: relative;
  width: calc(100% + 2000px); }
  .featured-carousel .featured-slide:before {
    background: #101010 none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0.5;
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0; }
  .featured-carousel .featured-slide .slide-overlay .slide-content {
    opacity: 0;
    padding: 50px 60px;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s; }
    .featured-carousel .featured-slide .slide-overlay .slide-content:before {
      display: none; }
    .featured-carousel .featured-slide .slide-overlay .slide-content h3 {
      margin: 6px 0 2px;
      font-family: 'Montserrat', Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-style: normal;
      font-size: 2.5rem;
      line-height: 1.6;
      letter-spacing: -.16rem;
      text-transform: none; }
      .featured-carousel .featured-slide .slide-overlay .slide-content h3 a {
        color: #fff; }
  .featured-carousel .center.active .featured-slide:before {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.68);
    -moz-transform: scale(0.68);
    -ms-transform: scale(0.68);
    -o-transform: scale(0.68);
    transform: scale(0.68);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .featured-carousel .center.active .slide-content {
    opacity: 1; }

/* -------------------------------------- */
/* 05. Featured Slider
/* -------------------------------------- */
#featured-area.promo-active {
  width: 100%;
  padding: 50px 0;
  position: relative;
  padding-top: 0;
  padding-bottom: 0; }

#featured-area.promo-inactive {
  padding-bottom: 60px;
  border-bottom: 1px solid #eee; }

.featured-carousel .featured-slide:before,
.featured-carousel .posts-info,
.featured-carousel .slide-name,
.featured-carousel .slide-name h3,
.featured-carousel .slide-name h3:before {
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear; }

.featured-slide {
  width: 100%;
  max-height: 520px;
  overflow: hidden; }
  .featured-slide .featured-item-bg {
    display: table;
    width: 100%;
    height: 520px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .featured-slide .slide-overlay {
    background-color: rgba(54, 54, 54, 0.54);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
  .featured-slide .slide-content {
    color: #ccc;
    padding: 2rem;
    width: 100%;
    position: relative;
    text-align: center; }
    .featured-slide .slide-content a {
      color: #f1f1f1; }
    .featured-slide .slide-content:before {
      background-clip: content-box;
      content: "";
      height: 100%;
      left: 0;
      opacity: 0.95;
      padding: 0 60px;
      z-index: -1;
      position: absolute;
      top: 0;
      width: 100%; }
    .featured-slide .slide-content .category {
      font-size: 12px; }
      .featured-slide .slide-content .category a {
        text-transform: uppercase;
        margin-left: 3px;
        margin-right: 5px;
        font-weight: bold; }
    .featured-slide .slide-content h3 {
      width: 100%; }
    .featured-slide .slide-content .slide-info {
      margin-bottom: 2rem; }
      .featured-slide .slide-content .slide-info .meta {
        margin: 0;
        padding: 0; }
        .featured-slide .slide-content .slide-info .meta li {
          display: inline-block;
          padding: 0;
          margin-right: 12px;
          font-size: 10px;
          font-weight: normal;
          text-transform: uppercase;
          letter-spacing: 2px; }
          .featured-slide .slide-content .slide-info .meta li.the-author {
            font-style: italic; }
            .featured-slide .slide-content .slide-info .meta li.the-author a {
              font-style: normal; }
          .featured-slide .slide-content .slide-info .meta li:before {
            font-family: 'FontAwesome';
            content: "\f111";
            margin-right: 10px;
            font-size: 2px; }
          .featured-slide .slide-content .slide-info .meta li:first-child:before {
            display: none; }
          .featured-slide .slide-content .slide-info .meta li a:hover {
            color: #FFF; }

.carousel .owl-nav,
.featured-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  height: 0;
  opacity: 1;
  padding: 0 1050px;
  width: 100%;
  z-index: 1000; }

.carousel .owl-nav {
  padding: 0 30px; }

.carousel .owl-nav > div,
.featured-carousel .owl-nav > div {
  background: transparent url("img/arrow2.png") repeat scroll 0 0;
  color: transparent;
  float: left;
  height: 32px;
  margin-top: -16px;
  position: relative;
  width: 32px; }

.carousel .owl-nav > div.owl-next,
.featured-carousel .owl-nav > div.owl-next {
  float: right;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/*-------------- Lastest Post Carousel ----------------------*/
.lastest-post-carousel .lastest-post-slide {
  width: 100%;
  max-height: 400px;
  overflow: hidden; }
  .lastest-post-carousel .lastest-post-slide .slide-item-bg {
    display: table;
    width: 100%;
    height: 400px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .lastest-post-carousel .lastest-post-slide .carousel-overlay {
    background-color: rgba(54, 54, 54, 0.54);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
    .lastest-post-carousel .lastest-post-slide .carousel-overlay .carousel-content {
      color: #ccc;
      padding: 2rem;
      width: 100%;
      position: relative;
      text-align: center; }
      .lastest-post-carousel .lastest-post-slide .carousel-overlay .carousel-content a {
        color: #f1f1f1; }
      .lastest-post-carousel .lastest-post-slide .carousel-overlay .carousel-content:before {
        background-clip: content-box;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.95;
        padding: 0 60px;
        z-index: -1;
        position: absolute;
        top: 0;
        width: 100%; }
      .lastest-post-carousel .lastest-post-slide .carousel-overlay .carousel-content .category {
        font-size: 12px; }
        .lastest-post-carousel .lastest-post-slide .carousel-overlay .carousel-content .category a {
          text-transform: uppercase;
          margin-left: 3px;
          margin-right: 5px;
          font-weight: bold; }
      .lastest-post-carousel .lastest-post-slide .carousel-overlay .carousel-content h3 {
        margin: 14px auto 16px;
        font-size: 1.5rem;
        line-height: 1;
        letter-spacing: -.05rem; }
        .lastest-post-carousel .lastest-post-slide .carousel-overlay .carousel-content h3 a {
          color: #fff;
          text-transform: none; }
      .lastest-post-carousel .lastest-post-slide .carousel-overlay .carousel-content .slide-info {
        margin-bottom: 18px; }
        .lastest-post-carousel .lastest-post-slide .carousel-overlay .carousel-content .slide-info .the-date {
          display: inline-block;
          font-size: 0.625rem;
          font-weight: normal;
          text-transform: uppercase;
          letter-spacing: 2px; }

/* For IE css hack */
@media screen\0, screen\9 {
  .lastest-post-carousel .lastest-post-slide .carousel-overlay .carousel-content {
    padding: 22px;
    margin-left: -40px; }
    .lastest-post-carousel .lastest-post-slide .carousel-overlay .carousel-content h3 {
      width: 80%; }

  #respond input:placeholder-shown, #respond input::placeholder,
  #respond textarea:placeholder-shown,
  #respond textarea::placeholder {
    text-transform: uppercase; }
  #respond input:-ms-input-placeholder, #respond input:-moz-placeholder, #respond input::-moz-placeholder, #respond input::-webkit-input-placeholder,
  #respond textarea:-ms-input-placeholder,
  #respond textarea:-moz-placeholder,
  #respond textarea::-moz-placeholder,
  #respond textarea::-webkit-input-placeholder {
    text-transform: uppercase; } }
/*-------------- Read more button ----------------------*/
.read-more-btn {
  border: 1px solid rgba(221, 221, 221, 0.7); }
  .read-more-btn:before {
    position: absolute;
    height: 100%;
    left: 72%;
    opacity: 0;
    top: 9px;
    font-size: 10px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s; }
  .read-more-btn:hover {
    padding-right: 34px;
    background-color: #fff;
    color: #111; }
    .read-more-btn:hover a {
      color: #111; }
    .read-more-btn:hover:before {
      left: 82%;
      opacity: 1; }

/* ----- Post Meta ----- */
.post-meta {
  clear: both; }
  .post-meta ul.meta-list {
    padding: 0;
    list-style: none; }
    .post-meta ul.meta-list li {
      display: inline-block;
      padding: 0;
      color: #aaa;
      margin-right: 5px;
      font-size: 10px;
      font-weight: normal;
      text-transform: uppercase;
      letter-spacing: 2px; }
      .post-meta ul.meta-list li:before {
        font-family: 'FontAwesome';
        content: "\f111";
        margin-right: 6px;
        font-size: 2px; }
      .post-meta ul.meta-list li:first-child:before {
        display: none; }
      .post-meta ul.meta-list li:last-child {
        margin-right: 0; }

/* -------------------------------------- */
/* 06. Promo Boxes
/* -------------------------------------- */
#promo-area {
  position: relative;
  margin-top: 60px; }
  #promo-area .container .row {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.54); }

.promo-item {
  display: table;
  width: 100%;
  float: left;
  margin-right: 30px;
  height: 230px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }
  .promo-item:hover .promo-overlay {
    background-color: rgba(0, 0, 0, 0.54); }
  .promo-item:last-child {
    margin-right: 0; }
  .promo-item .promo-overlay {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(54, 54, 54, 0.54);
    -o-transition: 0.35s;
    -ms-transition: 0.35s;
    -moz-transition: 0.35s;
    -webkit-transition: 0.35s;
    transition: 0.35s; }
    .promo-item .promo-overlay h4 {
      color: #000;
      line-height: 1.5em;
      padding: 8px 26px;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 2px;
      background: #ffffff;
      display: inline-block; }
  .promo-item .promo-link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: block; }

/* -------------------------------------- */
/* 08. Posts
/* -------------------------------------- */
.post {
  margin-bottom: 50px; }
  .post .read-more-btn {
    margin-top: 12px; }
    .post .read-more-btn:hover {
      background-color: #111;
      color: #fff;
      border-color: #111; }
      .post .read-more-btn:hover a {
        color: #fff; }

/* ----- Post Header ----- */
.post-header {
  text-align: center;
  margin-bottom: 22px;
  /* ----- Post Category ----- */ }
  .post-header h1,
  .post-header h2 a {
    color: #111;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 1.15;
    text-transform: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word; }
    .post-header h1:hover,
    .post-header h2 a:hover {
      opacity: 0.67; }
  .post-header .category {
    font-size: 12px;
    margin-bottom: 8px; }
    .post-header .category a {
      text-transform: uppercase;
      color: #888;
      margin-left: 3px;
      margin-right: 5px;
      font-weight: bold; }
      .post-header .category a:hover {
        color: #111; }

.page .post-header,
.single .post-header {
  margin-bottom: 20px; }

/* ----- Post Image ----- */
.post-img {
  text-align: center; }

.single-post .post-img {
  margin-bottom: 28px; }

.post-img img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

.post-img.audio iframe {
  width: 100%;
  height: 166px; }

.post-img-full {
  width: 100%;
  height: 660px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.post-img-full.video {
  display: table; }

.post-video-full {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

a.item-thumbnail,
div.item-thumbnail {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: black;
  margin-bottom: 18px; }
  a.item-thumbnail img,
  div.item-thumbnail img {
    width: 100%;
    height: auto;
    transition: all .2s ease;
    -webkit-backface-visibility: hidden;
    transform: scale(1); }
  a.item-thumbnail:hover img,
  div.item-thumbnail:hover img {
    opacity: .54;
    transform: scale(1.05); }

.video-full {
  max-width: 65%;
  margin: 0 auto;
  text-align: center; }

.video-full iframe {
  webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.3); }

.post-img-full.audio .video-full iframe {
  width: 100%;
  height: 190px; }

.post-img-full.audio.spotify-audio .video-full iframe,
.post-img.audio.spotify-audio iframe {
  height: 280px; }

.fullimage-gallery {
  position: relative; }

.fullimage-gallery .post-img-full {
  margin-top: 0; }

.fullimage-gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 9px 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.25); }

/* ----- Post Entry ----- */
.post-entry {
  padding: 0 0 34px;
  margin: 0 auto; }
  .post-entry .main-post-content {
    max-width: 100%;
    text-align: justify;
    /* ----- Post Tags ----- */ }
    .post-entry .main-post-content .post-content {
      margin-bottom: 2.5rem; }
    .post-entry .main-post-content .post-tags {
      padding-bottom: 13px;
      clear: both; }
  .post-entry .meta-left:after {
    clear: both; }
  .post-entry .meta-left .share {
    position: relative; }
    .post-entry .meta-left .share a {
      display: block;
      margin-top: -1px;
      width: 4rem;
      height: 4rem;
      line-height: 4rem;
      text-align: center;
      border: 1px solid rgba(221, 221, 221, 0.54); }
      .post-entry .meta-left .share a:hover {
        background-color: #111;
        color: #fff; }
      .post-entry .meta-left .share a:first-child {
        margin-top: 0; }

.post-entry.is-excerpt {
  text-align: center;
  padding: 0 90px 34px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.54); }

.single .post-entry {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.54); }

/* ----- Post Entry Typograhpy ----- */
.entry-content p,
.post-entry p,
.post-comments p {
  margin-bottom: 20px; }
.entry-content img,
.post-entry img,
.post-comments img {
  max-width: 100%;
  height: auto; }
.entry-content hr,
.post-entry hr,
.post-comments hr {
  margin-bottom: 20px; }
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6,
.post-comments h1,
.post-comments h2,
.post-comments h3,
.post-comments h4,
.post-comments h5,
.post-comments h6 {
  color: #111;
  margin-bottom: 20px; }
.entry-content h1,
.post-entry h1,
.post-comments h1 {
  font-size: 28px; }
.entry-content h2,
.post-entry h2,
.post-comments h2 {
  font-size: 25px; }
.entry-content h3,
.post-entry h3,
.post-comments h3 {
  font-size: 22px; }
.entry-content h4,
.post-entry h4,
.post-comments h4 {
  font-size: 19px; }
.entry-content h5,
.post-entry h5,
.post-comments h5 {
  font-size: 17px; }
.entry-content h6,
.post-entry h6,
.post-comments h6 {
  font-size: 15px; }
.entry-content hr,
.post-entry hr,
.post-comments hr {
  border: 0;
  height: 0;
  border-bottom: 1px solid #e5e5e5;
  clear: both; }
.entry-content cite,
.post-entry cite,
.post-comments cite {
  color: #aaa;
  font-weight: normal;
  font-style: normal;
  font-size: 0.625rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: uppercase; }
.entry-content blockquote,
.post-entry blockquote,
.post-comments blockquote {
  margin: 2rem auto;
  width: 86%;
  border-left: 3px solid #111;
  padding: 0 0 0 2rem; }
  .entry-content blockquote p,
  .post-entry blockquote p,
  .post-comments blockquote p {
    color: #111;
    font-size: 1.5rem;
    text-align: left;
    line-height: 2rem; }
  .entry-content blockquote cite,
  .post-entry blockquote cite,
  .post-comments blockquote cite {
    display: block;
    margin-top: 20px; }
    .entry-content blockquote cite:before,
    .post-entry blockquote cite:before,
    .post-comments blockquote cite:before {
      vertical-align: middle;
      display: inline-block;
      content: '';
      width: 2rem;
      margin-right: 0.5rem;
      height: 1px;
      background: #e5e5e5; }

.sticky.post .post-header {
  border: 1px dashed #eee;
  padding: 20px 0; }

.bypostauthor {
  display: inherit; }

.post-entry pre {
  overflow: auto; }
.post-entry table {
  width: 100%;
  margin-bottom: 22px;
  border-collapse: collapse; }
.post-entry td,
.post-entry th {
  padding: 12px;
  border-bottom: 1px #e5e5e5 solid; }
.post-entry th {
  font-weight: bold;
  background: #f1f1f1; }
.post-entry tr:hover {
  background: #f9f9f9; }

/* ----- Post Author Box ----- */
.post-author {
  margin-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
  border-bottom: 1px solid #e8e8e8; }

.author-img {
  float: left;
  margin-right: 25px; }
  .author-img img {
    border-radius: 50% 50%; }

.author-content {
  overflow: hidden; }
  .author-content h5 a {
    display: inline-block;
    margin-bottom: 8px;
    font-weight: bold; }
  .author-content h5 .about-italic {
    font-size: 0.825rem;
    color: #888;
    margin-right: 3px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: normal; }
  .author-content p {
    margin-bottom: 9px;
    color: #666; }
  .author-content .author-social {
    font-size: 0.8rem;
    margin-right: 12px; }

/* ----- Related Posts ----- */
.post-related {
  margin-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
  border-bottom: 1px solid #e8e8e8; }

.block-heading {
  color: #111;
  font-size: 0.75rem !important;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-weight: normal;
  margin-bottom: 25px; }

.item-related {
  text-align: center; }
  .item-related a.item-thumbnail {
    margin-bottom: 18px; }
  .item-related h3 {
    margin: 0 auto;
    width: 90%;
    font-weight: bold;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.4;
    text-transform: none;
    /* Title stay in one line*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .item-related span.date {
    color: #aaa;
    margin-right: 12px;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px; }

/* ----- Grid Item ----- */
.grid-item .post-img {
  margin-bottom: 6px;
  max-height: 360px;
  overflow: hidden; }

.post-layout .grid-item {
  margin-bottom: 25px;
  min-height: 535px;
  max-height: 560px;
  overflow: hidden; }
  .post-layout .grid-item .post-header {
    max-width: 100%;
    margin-bottom: 12px; }
    .post-layout .grid-item .post-header h2 a {
      font-size: 22px; }
    .post-layout .grid-item .post-header .category {
      margin-bottom: 8px; }
  .post-layout .grid-item .post-entry.is-excerpt {
    padding: 0 15px;
    border-bottom: none; }
  .post-layout .grid-item .read-more-wrapper {
    margin-top: 0; }

/* ----- List Item ----- */
.list-item {
  overflow: hidden;
  margin-bottom: 36px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.54); }
  .list-item .post-img {
    float: left;
    width: 330px;
    margin-right: 35px; }
  .list-item .post-header {
    margin-top: 0;
    max-width: 100%;
    padding: 0;
    text-align: left;
    margin-bottom: 10px; }
    .list-item .post-header h2 a {
      font-size: 26px; }
    .list-item .post-header .category {
      margin-bottom: 12px; }
  .list-item .list-content {
    overflow: hidden; }
  .list-item .post-entry.is-excerpt {
    padding: 0 0 28px;
    text-align: left;
    border-bottom: none; }
  .list-item .read-more-wrapper {
    text-align: left;
    margin-top: 0; }
  .list-item .post-meta {
    height: 2.5rem;
    line-height: 2.5rem; }

/* ----- Index Cat & Tags Shortcode ----- */
.lb-cindex-wrap {
  margin-bottom: 20px;
  text-align: center;
  border-top: 1px solid rgba(221, 221, 221, 0.54); }
  .lb-cindex-wrap .row.post-layout {
    overflow: hidden; }
    .lb-cindex-wrap .row.post-layout .col-md-3,
    .lb-cindex-wrap .row.post-layout .col-md-4 {
      padding-left: 15px;
      padding-right: 15px; }

h4.lb-cindex-heading {
  padding-top: 36px;
  color: #222;
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 25px;
  text-transform: uppercase; }

.post-entry .lb-cindex-item .grid-cat-item {
  margin-bottom: 18px; }
  .post-entry .lb-cindex-item .grid-cat-item .post-header {
    max-width: 100%;
    margin-bottom: 0; }
    .post-entry .lb-cindex-item .grid-cat-item .post-header h2 {
      margin-bottom: 0;
      line-height: 20px; }
      .post-entry .lb-cindex-item .grid-cat-item .post-header h2 a {
        font-size: 0.875rem;
        letter-spacing: -.025rem; }
    .post-entry .lb-cindex-item .grid-cat-item .post-header .slide-info {
      margin-bottom: 18px; }
      .post-entry .lb-cindex-item .grid-cat-item .post-header .slide-info .the-date {
        display: inline-block;
        font-size: 0.525rem;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 2px; }
  .post-entry .lb-cindex-item .grid-cat-item .post-img {
    margin-bottom: -6px; }
.post-entry .post-layout .lb-cindex-item .grid-item .post-header .category {
  margin-bottom: 4px; }

/* ----- Index Post Shortcode ----- */
.lb-pindex-wrap {
  margin: 32px auto 0;
  width: 90%; }
  .lb-pindex-wrap .list-item {
    background-color: #f1f1f1;
    border-bottom: none;
    padding-bottom: 0; }
    .lb-pindex-wrap .list-item .post-img {
      width: 220px; }
      .lb-pindex-wrap .list-item .post-img .item-thumbnail {
        margin-bottom: -5px; }
  .lb-pindex-wrap .list-content {
    padding-top: 25px;
    padding-right: 25px; }
    .lb-pindex-wrap .list-content .post-header h3 {
      font-size: 1.125rem;
      margin-bottom: 8px; }
    .lb-pindex-wrap .list-content .post-entry {
      padding-bottom: 0; }

/* ----- Post Pagination ----- */
.post-pagination {
  padding: 60px 0;
  overflow: hidden;
  border-bottom: 1px solid #e8e8e8; }
  .post-pagination .next,
  .post-pagination .prev {
    display: table;
    width: 50%;
    height: 150px;
    text-align: center;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .post-pagination .next .post-overlay,
    .post-pagination .prev .post-overlay {
      padding: 18px 20px;
      background-color: rgba(0, 0, 0, 0.54);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%; }
      .post-pagination .next .post-overlay:hover,
      .post-pagination .prev .post-overlay:hover {
        background-color: rgba(0, 0, 0, 0.72); }
      .post-pagination .next .post-overlay h3,
      .post-pagination .prev .post-overlay h3 {
        font-size: 1rem;
        text-align: center;
        color: #f1f1f1;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: -.02rem;
        text-transform: none; }
      .post-pagination .next .post-overlay .pagi-title,
      .post-pagination .prev .post-overlay .pagi-title {
        position: relative;
        display: block;
        font-weight: normal;
        color: #ccc;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 0.625rem;
        margin-bottom: 0.5rem; }
        .post-pagination .next .post-overlay .pagi-title:after, .post-pagination .next .post-overlay .pagi-title:before,
        .post-pagination .prev .post-overlay .pagi-title:after,
        .post-pagination .prev .post-overlay .pagi-title:before {
          font-family: 'FontAwesome';
          font-size: 0.625rem;
          position: absolute;
          height: 100%;
          opacity: 0;
          -webkit-transition: all 0.35s;
          -moz-transition: all 0.35s;
          transition: all 0.35s; }
      .post-pagination .next .post-overlay span.date,
      .post-pagination .prev .post-overlay span.date {
        color: #aaa;
        margin-top: 8px;
        margin-left: 2px;
        font-size: 0.5rem;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 2px; }
  .post-pagination .prev {
    float: left;
    width: 50%;
    border-right: 1px solid #e8e8e8; }
    .post-pagination .prev.first {
      border-right: none;
      width: 100% !important;
      min-height: 420px; }
      .post-pagination .prev.first h3 {
        width: 85%;
        font-size: 2rem; }
    .post-pagination .prev .post-overlay:hover .pagi-title:before {
      right: 90%;
      opacity: 1; }
    .post-pagination .prev .pagi-title:before {
      right: 80%;
      content: '\f177';
      margin-right: 14px; }
  .post-pagination .next {
    float: right;
    width: 50%;
    text-align: right; }
    .post-pagination .next.last {
      border-right: none;
      width: 100% !important;
      min-height: 420px; }
    .post-pagination .next .post-overlay:hover .pagi-title:after {
      left: 90%;
      opacity: 1; }
    .post-pagination .next .pagi-title:after {
      left: 80%;
      content: '\f178';
      margin-left: 14px; }

/* ----- navigation ----- */
.num-pagination {
  display: block;
  text-align: center;
  margin: 2rem 0 3rem; }
  .num-pagination ul {
    position: relative;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    font-style: normal;
    line-height: 1;
    letter-spacing: -1px;
    text-transform: none;
    padding: 1rem 2.2rem;
    border: 3px solid #111;
    display: inline-block; }
    .num-pagination ul li {
      display: inline-block;
      padding: 0 1.2rem; }
      .num-pagination ul li.active a {
        color: #aaa; }
      .num-pagination ul li.next a:after, .num-pagination ul li.prev a:before {
        font-family: 'FontAwesome';
        font-size: 0.625rem;
        position: absolute;
        height: 100%;
        opacity: 0;
        top: 18px;
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        transition: all 0.35s; }
      .num-pagination ul li.next a:after {
        right: 46px;
        content: '\f178'; }
      .num-pagination ul li.next:hover a:after {
        right: 30px;
        opacity: 1; }
      .num-pagination ul li.prev a:before {
        left: 46px;
        content: '\f177'; }
      .num-pagination ul li.prev:hover a:before {
        left: 30px;
        opacity: 1; }

/* ----- Post page navigation ----- */
.post-num-pagination {
  display: block;
  margin: 2rem 0 3rem; }
  .post-num-pagination div.nav-links {
    position: relative;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: 1;
    letter-spacing: -1px;
    text-transform: none;
    padding: 1rem 2.2rem;
    border: 3px solid #111;
    display: inline-block; }
    .post-num-pagination div.nav-links span {
      padding: 0 1.2rem; }
    .post-num-pagination div.nav-links a {
      display: inline-block; }
      .post-num-pagination div.nav-links a.active {
        color: #aaa; }
      .post-num-pagination div.nav-links a:last-child:after, .post-num-pagination div.nav-links a:first-child:before {
        font-family: 'FontAwesome';
        font-size: 0.625rem;
        position: absolute;
        height: 100%;
        opacity: 0;
        top: 18px;
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        transition: all 0.35s; }
      .post-num-pagination div.nav-links a:last-child:after {
        right: 46px;
        content: '\f178'; }
      .post-num-pagination div.nav-links a:last-child:hover:after {
        right: 30px;
        opacity: 1; }
      .post-num-pagination div.nav-links a:first-child:before {
        left: 46px;
        content: '\f177'; }
      .post-num-pagination div.nav-links a:first-child:hover:before {
        left: 30px;
        opacity: 1; }

/* ----- Comments ----- */
.post-comments {
  margin-top: 4rem;
  padding: 4rem;
  background: #f8f8f8; }
  .post-comments .thecomment ul, .post-comments .thecomment ol {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 30px; }
  .post-comments span.reply a {
    float: right;
    font-size: 0.625rem;
    background-color: #aaa;
    color: #f1f1f1;
    padding: 3px 12px 4px;
    margin-left: 7px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .post-comments span.reply a.comment-edit-link {
      background: #c5c5c5; }
    .post-comments span.reply a:hover {
      background-color: #111;
      color: #fff; }
  .post-comments .comments {
    margin-bottom: 12px;
    padding: 0; }
  .post-comments ul.children {
    margin: 0 0 0 55px; }
    .post-comments ul.children li .thecomment {
      margin: 0 0 8px; }
    .post-comments ul.children li:first-child .thecomment {
      border-top: 1px dotted rgba(221, 221, 221, 0.7); }
  .post-comments li:not(:first-child) .thecomment {
    border-top: 1px dotted rgba(221, 221, 221, 0.7); }
  .post-comments li:first-child {
    padding-top: 0; }

.thecomment {
  padding: 34px 0; }
  .thecomment .author-img {
    float: left;
    margin-right: 16px; }
    .thecomment .author-img img {
      border-radius: 100%;
      max-width: 50px;
      height: auto; }
  .thecomment .comment-text {
    overflow: hidden; }
    .thecomment .comment-text p {
      margin-bottom: 18px; }
      .thecomment .comment-text p:last-child {
        margin-bottom: 0; }
    .thecomment .comment-text span.date {
      font-size: 0.6rem;
      color: #888;
      text-transform: uppercase;
      letter-spacing: 1px;
      display: block;
      margin-bottom: 10px; }
    .thecomment .comment-text em {
      font-size: 13px;
      margin-bottom: -14px;
      color: orange;
      letter-spacing: 1px; }
      .thecomment .comment-text em i {
        font-size: 14px;
        color: #f3bd00; }
  .thecomment h6.author, .thecomment h6.author a {
    display: block;
    font-size: 1rem;
    margin-bottom: 4px;
    color: #111; }

/* ----- Reply ----- */
#respond {
  overflow: hidden;
  margin-bottom: 20px;
  padding-top: 34px;
  border-top: 1px solid #e5e5e5; }
  #respond .comment-notes {
    text-align: center;
    font-size: 0.75rem;
    font-style: italic;
    margin: -22px 0 20px; }
  #respond .logged-in-as {
    padding: 0 15px;
    margin-bottom: 12px;
    font-style: italic;
    text-align: center; }
  #respond h3 {
    color: #111;
    margin-bottom: 4px;
    text-align: center;
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: normal; }
    #respond h3 a {
      color: #111;
      display: inline-block; }
    #respond h3 small a {
      text-transform: uppercase;
      font-size: 0.625rem;
      background: #333;
      color: #fff;
      padding: 4px 12px 5px;
      margin-left: 7px;
      letter-spacing: 1px;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #respond h3 small a:hover {
        opacity: 0.8; }
  #respond label {
    color: #888;
    width: 80px;
    font-size: 13px;
    display: inline-block;
    font-weight: 300;
    font-style: italic; }
  #respond input {
    margin-bottom: 10px;
    font-size: 0.675rem;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    #respond input:focus {
      outline: none;
      font-size: 0.9125rem; }
  #respond .comment-form-url {
    margin-bottom: 10px; }
  #respond .comment-form {
    margin-top: 28px; }
  #respond input:placeholder-shown, #respond input::placeholder,
  #respond textarea:placeholder-shown,
  #respond textarea::placeholder {
    text-transform: uppercase; }
  #respond textarea {
    padding: 0.5rem 1rem;
    height: 130px;
    font-size: 0.675rem;
    line-height: 1.5rem;
    margin-bottom: 14px;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    #respond textarea:focus {
      outline: none;
      font-size: 0.9125rem; }
  #respond .form-submit {
    padding: 0 15px; }
  #respond #submit {
    padding: 10px 24px;
    width: auto;
    font-size: 11px;
    margin-top: 0; }
    #respond #submit:hover {
      background: #000;
      color: #FFF; }

/* -------------------------------------- */
/* 09. Widget
/* -------------------------------------- */
.widget {
  border-bottom: 1px solid;
  border-color: #e5e5e5;
  padding-bottom: 40px;
  margin-bottom: 40px; }

.widget-title {
  color: #090909;
  font-size: 0.775rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 25px; }

.widget img,
.ft-widget img {
  max-width: 100%;
  height: auto; }
.widget .screen-reader-text,
.ft-widget .screen-reader-text {
  display: none; }
.widget ul, .widget ol,
.ft-widget ul,
.ft-widget ol {
  list-style: none;
  padding: 0; }
  .widget ul li, .widget ol li,
  .ft-widget ul li,
  .ft-widget ol li {
    margin-bottom: 12px; }
    .widget ul li:last-child, .widget ol li:last-child,
    .ft-widget ul li:last-child,
    .ft-widget ol li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }

/* ----- Widget Categories & Archives etc. ----- */
.widget_archive ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_meta ul li {
  padding: 1.3rem 0;
  margin: 0;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: right; }
  .widget_archive ul li:after,
  .widget_pages ul li:after,
  .widget_categories ul li:after,
  .widget_meta ul li:after {
    content: "";
    display: table;
    clear: both; }
  .widget_archive ul li:not(:first-child),
  .widget_pages ul li:not(:first-child),
  .widget_categories ul li:not(:first-child),
  .widget_meta ul li:not(:first-child) {
    border-top: 1px solid rgba(221, 221, 221, 0.3); }
  .widget_archive ul li:last-child,
  .widget_pages ul li:last-child,
  .widget_categories ul li:last-child,
  .widget_meta ul li:last-child {
    padding-bottom: 0; }
  .widget_archive ul li a,
  .widget_pages ul li a,
  .widget_categories ul li a,
  .widget_meta ul li a {
    float: left;
    text-align: left; }
    .widget_archive ul li a:hover,
    .widget_pages ul li a:hover,
    .widget_categories ul li a:hover,
    .widget_meta ul li a:hover {
      margin-left: 6px; }
  .widget_archive ul li ul.children,
  .widget_pages ul li ul.children,
  .widget_categories ul li ul.children,
  .widget_meta ul li ul.children {
    padding-top: 16px; }
    .widget_archive ul li ul.children li,
    .widget_pages ul li ul.children li,
    .widget_categories ul li ul.children li,
    .widget_meta ul li ul.children li {
      border-top: 1px solid rgba(221, 221, 221, 0.26); }
      .widget_archive ul li ul.children li:first-child,
      .widget_pages ul li ul.children li:first-child,
      .widget_categories ul li ul.children li:first-child,
      .widget_meta ul li ul.children li:first-child {
        border-top: none; }
      .widget_archive ul li ul.children li a,
      .widget_pages ul li ul.children li a,
      .widget_categories ul li ul.children li a,
      .widget_meta ul li ul.children li a {
        padding-left: 22px;
        font-size: .725rem; }
        .widget_archive ul li ul.children li a:before,
        .widget_pages ul li ul.children li a:before,
        .widget_categories ul li ul.children li a:before,
        .widget_meta ul li ul.children li a:before {
          font-family: 'FontAwesome';
          content: "\f0da";
          margin-right: 6px;
          font-size: 8px; }

/* ----- About Widget ----- */
.widget_archive label.screen-reader-text,
.widget_categories label.screen-reader-text,
.widget_text label.screen-reader-text {
  display: none; }
.widget_archive select,
.widget_categories select,
.widget_text select {
  margin-top: 1.3rem;
  font-size: .725rem;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase; }
  .widget_archive select option,
  .widget_categories select option,
  .widget_text select option {
    max-width: 100%;
    word-wrap: break-word;
    /* IE*/
    white-space: -moz-pre-wrap;
    /* Firefox */
    white-space: pre-wrap;
    /* other browsers */ }

.widget_text .textwidget img {
  max-width: 100% !important; }

/* ----- About Widget ----- */
.about-widget {
  text-align: center; }

.about-img img {
  max-width: 100%;
  margin-bottom: 15px; }

.about-widget p {
  margin-bottom: 18px; }

/* ----- Social Widget ----- */
.social-widget {
  text-align: center; }
  .social-widget a {
    color: #000;
    font-size: 13px;
    margin: 0 10px; }
    .social-widget a:hover {
      color: #999; }

/* ----- Tag Cloud ----- */
.widget .tagcloud,
.widget_tag_cloud {
  text-align: left; }

.post-tags a,
.widget .tagcloud a,
.widget_tag_cloud a {
  font-size: 10px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #111;
  color: #f1f1f1;
  padding: 0.5rem 0.8rem 0.5rem 1rem;
  margin-right: 0.4rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  -moz-transition: 0.35s;
  -webkit-transition: 0.35s;
  transition: 0.35s; }
  .post-tags a:before,
  .widget .tagcloud a:before,
  .widget_tag_cloud a:before {
    content: '#';
    color: #f1f1f1; }
  .post-tags a:hover,
  .widget .tagcloud a:hover,
  .widget_tag_cloud a:hover {
    opacity: 0.7;
    text-decoration: none;
    background: #000; }

/* ----- Post Widget ----- */
.side-pop {
  margin-bottom: 25px; }
  .side-pop:last-child {
    margin-bottom: 0; }

.side-pop-img {
  margin-bottom: 14px; }

.side-pop-content {
  text-align: center; }
  .side-pop-content h4 {
    margin-bottom: 4px; }
    .side-pop-content h4 a {
      font-size: 1rem;
      color: #000; }
  .side-pop-content span.date {
    color: #aaa;
    margin-right: 12px;
    font-size: 0.625rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px; }

/* ----- Post List view ----- */
.side-pop.list {
  margin-bottom: 20px;
  overflow: hidden; }
  .side-pop.list:last-child {
    margin-bottom: 0; }
  .side-pop.list .side-pop-img {
    float: left;
    max-width: 95px;
    margin-right: 15px;
    margin-bottom: 0; }
  .side-pop.list .side-pop-content {
    text-align: left;
    overflow: hidden; }
    .side-pop.list .side-pop-content h4 {
      font-weight: bold;
      font-size: 1rem;
      line-height: 1.4;
      text-transform: none; }
    .side-pop.list .side-pop-content span.date {
      color: #aaa;
      margin-right: 12px;
      font-size: 10px;
      font-weight: normal;
      text-transform: uppercase;
      letter-spacing: 2px; }

/* ----- Instagram Widget ----- */
.null-instagram-feed {
  text-align: center; }

#sidebar .instagram-pics {
  overflow: hidden; }
  #sidebar .instagram-pics li {
    width: 30%;
    display: inline-block;
    border-bottom: none;
    padding: 0;
    margin: 0 0 8px 8px;
    float: left; }
    #sidebar .instagram-pics li img {
      max-width: 100%;
      vertical-align: middle; }
      #sidebar .instagram-pics li img:hover {
        opacity: 0.87; }

/* ----- WordPress recent comments ----- */
.widget_recent_comments .comment-author-link,
.widget_recent_comments .comment-author-link a {
  color: #999;
  font-style: italic; }

.widget_recent_comments ul li:not(:first-child),
.widget_recent_entries ul li:not(:first-child) {
  padding-top: 14px;
  border-top: 1px solid rgba(221, 221, 221, 0.3); }

/* ----- WordPress recent post ----- */
.widget_recent_entries .post-date {
  color: #999;
  display: block;
  font-size: 12px;
  margin-top: 5px; }

/* ----- Search Widget ----- */
.widget #searchform input#s,
.widget_search #searchform input#s {
  border: 1px solid #e5e5e5;
  background: #fff url("img/searchsubmit.png") no-repeat 96% 13px;
  padding: 10px 14px;
  font-size: 0.8125rem;
  color: #999;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
.widget #searchform #s:focus,
.widget_search #searchform #s:focus {
  outline: none;
  font-size: 0.975rem; }
.widget #searchform input#s,
.widget_search #searchform input#s {
  width: 100%;
  box-sizing: border-box; }
.widget #searchform i,
.widget_search #searchform i {
  display: none; }

/* ----- WordPress Custom Menu (Widget nav menu) ----- */
.widget_nav_menu a {
  display: block;
  padding: 1rem 0;
  font-size: .825rem;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase; }
.widget_nav_menu .menu li {
  margin-bottom: 0;
  text-align: left; }
.widget_nav_menu .menu > .menu-item a:hover {
  margin-left: 10px; }
.widget_nav_menu .menu > .menu-item:not(:first-child) {
  border-top: 1px solid #ddd; }
.widget_nav_menu .menu > .menu-item > .sub-menu li {
  border-top: 1px solid rgba(221, 221, 221, 0.26); }
  .widget_nav_menu .menu > .menu-item > .sub-menu li a {
    padding-left: 22px;
    font-size: .725rem; }
    .widget_nav_menu .menu > .menu-item > .sub-menu li a:before {
      font-family: 'FontAwesome';
      content: "\f0da";
      margin-right: 6px;
      font-size: 8px; }

/* ----- Facebook Widget ----- */
.widget.aurora_facebook_widget {
  text-align: center; }

/* ----- WordPress calendar ----- */
#wp-calendar {
  width: 100%; }
  #wp-calendar caption {
    text-align: right;
    color: #777;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px; }
  #wp-calendar thead {
    font-size: 12px; }
  #wp-calendar tbody {
    color: #aaa; }
    #wp-calendar tbody td {
      background: #f5f5f5;
      border: 1px solid #fff;
      text-align: center;
      padding: 8px;
      font-size: 12px; }
      #wp-calendar tbody td a {
        font-weight: 700;
        color: #222; }
      #wp-calendar tbody td:hover {
        background: #fff; }
    #wp-calendar tbody .pad {
      background: none; }
  #wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center; }
  #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;
    text-align: left; }

/* ----- Subscribe Box ----- */
.subscribe-box {
  background: #f7f7f7;
  padding: 40px 28px; }
  .subscribe-box h4 {
    color: #222222;
    font-size: 1.125rem;
    margin-bottom: 5px;
    margin-top: -3px; }
  .subscribe-box p {
    color: #999;
    font-size: 1rem;
    margin-bottom: 20px; }
  .subscribe-box input {
    background: #fff;
    border: none;
    padding: 10px 16px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 12px;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .subscribe-box input[type=email] {
      font-size: 0.825rem;
      text-align: center;
      font-style: italic; }
      .subscribe-box input[type=email]:focus {
        outline: none;
        font-size: 1rem; }
    .subscribe-box input[type=submit] {
      width: 100%;
      background: #111;
      color: #fff;
      font-size: 12px;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      font-style: normal;
      padding: 12px 20px;
      border-radius: 0;
      margin: 0; }
      .subscribe-box input[type=submit]:hover {
        background: #000;
        color: #fff; }

.subscribe-form {
  width: 100%;
  text-align: center; }

.subscribe-text {
  text-align: center; }

.subscribe-box::-webkit-input-placeholder {
  color: #999; }

.subscribe-box input:focus {
  outline: none;
  border: none; }

/* ----- Promo Widget ----- */
#sidebar .promo-item {
  float: none;
  box-shadow: none; }

#sidebar .promo-overlay h4 {
  padding: 10px 14px;
  font-size: 11px; }

.aurora_promo_widget.noborder {
  border-bottom: none;
  padding-bottom: 0; }

/* -------------------------------------- */
/* 10. Footer
/* -------------------------------------- */
#footer {
  margin-top: 60px;
  color: #999; }
  #footer a {
    color: #fff; }
    #footer a:hover {
      color: #aaa; }

#ig-footer {
  position: relative;
  text-align: center;
  overflow: hidden;
  background-color: #111; }
  #ig-footer .ft-widget {
    margin-top: 40px;
    float: left;
    width: 25%;
    text-align: left;
    padding: 0 15px; }
    #ig-footer .ft-widget.null-instagram-feed {
      margin-top: 0;
      position: relative;
      width: 100% !important;
      padding: 0 !important; }
      #ig-footer .ft-widget.null-instagram-feed h4 {
        position: absolute;
        color: #111;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #fff;
        padding: 20px 22px;
        z-index: 999;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 0.75rem; }
      #ig-footer .ft-widget.null-instagram-feed .instagram-pics li {
        margin-bottom: 0;
        width: 16.66666666666667%;
        display: inline;
        float: left; }
        #ig-footer .ft-widget.null-instagram-feed .instagram-pics li img {
          max-width: 100%;
          height: auto;
          vertical-align: middle; }
          #ig-footer .ft-widget.null-instagram-feed .instagram-pics li img:hover {
            opacity: 0.87; }
    #ig-footer .ft-widget h4 {
      color: #ccc;
      font-size: 0.775rem;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 1px;
      font-weight: 400;
      margin-bottom: 25px; }
    #ig-footer .ft-widget.widget_tag_cloud a {
      background: #fff;
      color: #111; }
      #ig-footer .ft-widget.widget_tag_cloud a:before {
        color: #111; }
  #ig-footer p.clear {
    display: none; }

#footer-social {
  background-color: #111;
  text-align: center; }
  #footer-social .container {
    padding: 32px 0 34px;
    border-bottom: 1px solid rgba(211, 211, 211, 0.54); }
  #footer-social a {
    font-size: 14px;
    margin: 0 28px;
    text-transform: uppercase; }
    #footer-social a i {
      margin-right: 5px; }

#footer-bottom {
  background-color: #111;
  padding: 26px 0;
  text-align: center; }
  #footer-bottom a {
    color: #fff; }
    #footer-bottom a:hover {
      color: #aaa; }

.copyright {
  padding: 0 20px; }

/* -------------------------------------- */
/* 11. Archive Pages
/* -------------------------------------- */
.archive-box-wrapper {
  background: #f6f6f6; }

.archive-box {
  text-align: center;
  border-bottom: 1px solid;
  border-color: #eee;
  padding: 42px 0 40px;
  background: #f6f6f6; }
  .archive-box span {
    font-size: 0.625rem;
    color: #999;
    display: block;
    margin-bottom: 6px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .archive-box h1 {
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
    color: #000;
    margin-right: -3px; }

/* -------------------------------------- */
/* 12. Pagination
/* -------------------------------------- */
.full-grid .pagination,
.grid .pagination {
  margin-top: 0; }

.pagination {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 45px; }
  .pagination a {
    background: #111;
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 20px;
    color: #f1f1f1;
    border-radius: 0 !important;
    margin-top: 10px;
    -o-transition: 0.22s;
    -ms-transition: 0.22s;
    -moz-transition: 0.22s;
    -webkit-transition: 0.22s;
    transition: 0.22s;
    display: block; }
    .pagination a:hover {
      color: #fff; }
  .pagination .older {
    float: right; }
  .pagination .newer {
    float: left; }

/* -------------------------------------- */
/* 13. Page
/* -------------------------------------- */
.page-template-page-fullwidth-slider #main,
.page-template-page-fullwidth-slider #sidebar,
.page-template-page-slider #main,
.page-template-page-slider #sidebar {
  padding-top: 60px; }

/* -------------------------------------- */
/* 14. MISC
/* -------------------------------------- */
/* ----- Form Input Styling ----- */
input[type=submit] {
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #111;
  border-radius: 0;
  font-size: 0.625rem;
  color: #f1f1f1;
  padding: 12px 22px;
  margin-top: 14px;
  display: inline-block;
  border: none;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  width: auto; }

input[type=submit]:hover {
  background: #333;
  color: #FFF; }

input,
select,
textarea {
  border: 1px solid #ddd;
  color: #888;
  padding: 9px 10px;
  width: 100%;
  box-sizing: border-box; }

input:focus,
select:focus,
textarea:focus {
  border: 1px solid #c4c4c4;
  outline: none; }

input[type="radio"] {
  width: auto; }

/* ----- 404 Page ----- */
.error-page {
  text-align: center; }
  .error-page h1 {
    font-size: 190px;
    margin-bottom: 0;
    letter-spacing: 10px; }
  .error-page p {
    margin-top: -35px;
    margin-bottom: 40px;
    color: #888;
    font-style: italic; }

.post.none-content .post-header {
  max-width: 100%;
  margin-top: 0;
  padding-top: 0; }
  .post.none-content .post-header h1 {
    font-size: 180px;
    line-height: 180px; }

.post-entry.nothing {
  font-size: 14px;
  color: #313131;
  text-align: center; }
  .post-entry.nothing #searchform input#s {
    border: 1px solid #e5e5e5;
    padding: 14px;
    font-size: 0.75rem;
    font-style: italic;
    color: #999;
    width: 380px;
    margin-top: 18px; }
  .post-entry.nothing #searchform #s:focus {
    outline: none; }
  .post-entry.nothing #searchform input#s {
    box-sizing: border-box; }
  .post-entry.nothing #searchform i {
    display: none; }

/* ----- Search Page ----- */
.search-no-results #searchform {
  position: relative; }
  .search-no-results #searchform input {
    padding-right: 42px; }
  .search-no-results #searchform i {
    position: absolute;
    right: 14px;
    top: 14px; }

/* ----- Standard WP CSS ----- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

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 {
  max-width: 100%;
  text-align: center;
  box-sizing: border-box; }

.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: 100%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 1rem;
  font-style: italic;
  color: #888;
  line-height: 17px;
  margin: 8px 0 0; }

/* ----- WordPress Gallery ----- */
.gallery {
  margin-bottom: 20px !important; }

.gallery .gallery-caption {
  font-size: 0.75rem;
  color: #888;
  margin-top: 4px;
  font-style: italic; }

.gallery .gallery-icon img {
  border: 1px solid #eee !important;
  padding: 7px; }

.gallery .gallery-icon img:hover {
  border: 1px solid #ccc !important; }

/* ----- Contact Form 7 ----- */
.wpcf7 input {
  width: 300px; }

div.wpcf7 {
  overflow: hidden;
  margin-top: 30px; }

.wpcf7 input,
.wpcf7 textarea {
  font-size: 0.75rem;
  margin-top: 6px; }

.wpcf7 p {
  color: #888;
  margin-bottom: 18px; }

.wpcf7 .wpcf7-submit {
  width: auto;
  margin-top: 0; }

/* -------------------------------------- */
/* 14. Slicknav
/* -------------------------------------- */
/*!
 * SlickNav Responsive Mobile Menu v1.0.7
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  line-height: 1.125em;
  cursor: pointer; }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 18px;
  float: right; }

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 10px 0 0; }

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute; }

.slicknav_menu .slicknav_no-text {
  margin: 0; }

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.slicknav_menu:before {
  content: " ";
  display: table; }

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both; }

.slicknav_nav {
  clear: both; }

.slicknav_nav ul {
  display: block; }

.slicknav_nav li {
  display: block; }

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  color: #bbb;
  margin: 0 20px 0 0.4em;
  float: right; }

.slicknav_nav .slicknav_item {
  cursor: pointer; }

.slicknav_nav .slicknav_item a {
  display: inline; }

.slicknav_nav .slicknav_row {
  display: block; }

.slicknav_nav a {
  display: block; }

.slicknav_nav .slicknav_parent-link a {
  display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box; }

.slicknav_menu * {
  box-sizing: border-box; }

.slicknav_menu .slicknav_menutxt {
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.slicknav_menu .slicknav_menutxt:hover {
  color: #000; }

.slicknav_menu .slicknav_icon-bar {
  background-color: #000; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none; }

.slicknav_nav {
  box-shadow: 0px 4px 7px rgba(190, 190, 190, 0.18);
  -webkit-box-shadow: 0px 4px 7px rgba(190, 190, 190, 0.18);
  -moz-box-shadow: 0px 4px 7px rgba(190, 190, 190, 0.18);
  background: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 0; }

.slicknav_nav .slicknav_row {
  padding: 0;
  margin: 0; }

.slicknav_nav .slicknav_row:hover {
  background: #f7f7f7; }

.slicknav_nav a {
  padding: 0 0 0 20px;
  border-bottom: 1px solid;
  border-color: #eee;
  margin: 0;
  text-decoration: none;
  color: #999;
  height: 42px;
  line-height: 42px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  text-align: left; }

.slicknav_nav a:hover {
  background: #f7f7f7;
  color: #333; }

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px; }

.slicknav_nav .slicknav_item a {
  padding: 0 0 0 20px;
  margin: 0;
  border-bottom: none; }

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

.slicknav_menu {
  display: block;
  text-align: center;
  width: 100%;
  transition: all .1s ease;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -moz-transition: all .1s ease; }

#header-wraper.sticky .slicknav_menu {
  line-height: 66px; }

.slicknav_btn {
  display: inline-block;
  float: none;
  text-align: center; }

#slick-mobile-menu {
  width: 380px;
  margin: 0 auto; }

.slicknav_nav ul {
  background: #f8f8f8; }

/* -------------------------------------- */
/* 15. WooCommerce Styling
/* -------------------------------------- */
/* ----- Shop Page ----- */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 30.8%;
  margin-bottom: 30px; }

.woocommerce .woo-w-sidebar ul.products li.product,
.woocommerce-page .woo-w-sidebar ul.products li.product {
  width: 48%;
  margin-bottom: 40px; }

.woocommerce .page-title {
  color: #111;
  font-size: 2rem; }
.woocommerce .woocommerce-result-count {
  color: #999;
  font-size: 0.725rem;
  text-transform: uppercase;
  letter-spacing: 2px; }
.woocommerce .woocommerce-ordering select {
  padding: 7px 9px;
  color: #999;
  border-radius: 2px;
  font-size: 13px;
  border: 1px solid #e5e5e5;
  max-width: 190px; }
.woocommerce .woocommerce-ordering {
  margin-top: -15px;
  margin-bottom: 40px; }

/* ----- Shop Page Catalog Items ----- */
.woocommerce {
  /* ----- Shop Page Pagination ----- */ }
  .woocommerce ul.products li.product a img {
    margin-bottom: 8px; }
  .woocommerce ul.products li.product h3,
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Montserrat', sans-serif;
    color: #222;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0;
    padding-bottom: 2px;
    text-transform: none;
    letter-spacing: -.05rem; }
    .woocommerce ul.products li.product h3:after,
    .woocommerce ul.products li.product .woocommerce-loop-product__title:after {
      display: none; }
  .woocommerce ul.products li.product .price {
    text-align: center;
    font-size: 0.8rem;
    color: #888; }
    .woocommerce ul.products li.product .price del {
      display: inline;
      margin-right: 3px; }
    .woocommerce ul.products li.product .price ins {
      font-weight: 400;
      text-decoration: none; }
  .woocommerce ul.products li.product .button {
    display: none; }
  .woocommerce ul.products li.product .onsale {
    margin: -.8em -.8em 0 0; }
  .woocommerce span.onsale {
    height: 38px;
    width: 38px;
    line-height: 38px;
    padding: 0;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    background-color: #222;
    margin: -.8em -.8em 0 0; }
  .woocommerce nav.woocommerce-pagination ul {
    position: relative;
    line-height: 1;
    letter-spacing: -1px;
    padding: 0.6rem 1.8rem;
    border: 3px solid #111;
    display: inline-block; }
    .woocommerce nav.woocommerce-pagination ul li {
      font-family: 'Montserrat', Helvetica, Arial, sans-serif;
      display: inline-block;
      padding: 0 0.6rem;
      border-right: none;
      font-size: 1rem;
      font-weight: bold; }
      .woocommerce nav.woocommerce-pagination ul li a,
      .woocommerce nav.woocommerce-pagination ul li span {
        font-weight: bold; }
        .woocommerce nav.woocommerce-pagination ul li a.current, .woocommerce nav.woocommerce-pagination ul li a:active, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover,
        .woocommerce nav.woocommerce-pagination ul li span.current,
        .woocommerce nav.woocommerce-pagination ul li span:active,
        .woocommerce nav.woocommerce-pagination ul li span:focus,
        .woocommerce nav.woocommerce-pagination ul li span:hover {
          background: transparent; }

/* ----- Single Product Page ----- */
.woocommerce div.product .product_title {
  font-size: 3rem;
  color: #111; }
.woocommerce .star-rating {
  font-size: 0.75rem;
  color: #111; }
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0.8em 6px 0 0; }
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 2px; }
.woocommerce div.product .entry-summary p.price,
.woocommerce div.product .entry-summary span.price {
  font-size: 1.2rem;
  color: #333;
  margin: 6px 0 38px;
  position: relative; }
.woocommerce div.product .entry-summary p.price:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  height: 1px;
  width: 2.5rem;
  border-top: 1px solid #ddd; }
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  font-weight: 400;
  text-decoration: none; }
.woocommerce div.product div.summary p {
  margin-bottom: 16px;
  color: #666; }
  .woocommerce div.product div.summary p:last-child {
    margin-bottom: 30px; }

a.woocommerce-review-link {
  font-size: 0.625rem;
  color: #888;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px; }

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #161616;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 13px 14px 13px 15px;
  font-weight: 400;
  border-radius: 0; }

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #333; }

.woocommerce .quantity .qty {
  padding: 5px 3px;
  margin-right: 10px;
  width: 4em; }

.woocommerce div.product form.cart div.quantity {
  margin-right: 2px; }

.product_meta {
  color: #888;
  font-size: 0.85rem; }
  .product_meta .posted_in,
  .product_meta .sku_wrapper,
  .product_meta .tagged_as {
    display: block;
    margin-bottom: 6px; }

/* ----- Single Product Widths ----- */
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 52%; }

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 43%; }

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  margin-bottom: 50px; }

/* ----- Single Product Tabs ----- */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 10px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400; }

.related.products h2,
.upsells.products h2,
.woocommerce #reviews h3,
.woocommerce div.product .woocommerce-tabs .panel h2 {
  position: relative;
  margin-bottom: 30px;
  letter-spacing: 2px;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: left;
  font-style: normal;
  text-transform: uppercase; }
  .related.products h2:after,
  .upsells.products h2:after,
  .woocommerce #reviews h3:after,
  .woocommerce div.product .woocommerce-tabs .panel h2:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    height: 1px;
    width: 38px;
    border-top: 1px solid;
    border-color: #d5d5d5; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 30px; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #f4f4f4;
  border-color: #e2e2e2;
  border-radius: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-color: #e2e2e2; }

/* ----- Attributes ----- */
.woocommerce table.shop_attributes th {
  font-weight: 400; }

.woocommerce table.shop_attributes td {
  padding: 10px 0; }

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
  border-bottom: none; }

.woocommerce table.shop_attributes {
  border-top: none; }

.entry-content th {
  background: #fff; }

.woocommerce table.shop_attributes td {
  color: #888; }

.related.products h2 {
  margin-bottom: 38px; }

/* ----- Comments -----*/
.woocommerce #reviews h3 {
  margin-bottom: 10px;
  font-style: normal; }
.woocommerce #reviews #comment {
  height: 120px; }
.woocommerce #reviews #comments ol.commentlist {
  padding-left: 0;
  margin-left: 0; }
  .woocommerce #reviews #comments ol.commentlist li {
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
    list-style: none; }
    .woocommerce #reviews #comments ol.commentlist li img.avatar {
      position: relative;
      border: none;
      background: none;
      border-radius: 100%;
      height: 50px;
      width: 50px; }
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
      border: none;
      border-radius: 0;
      margin-left: 55px;
      padding: 0 0 0 10px; }
      .woocommerce #reviews #comments ol.commentlist li .comment-text p {
        margin-bottom: 3px; }

.woocommerce .comment-text p.meta strong {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 1rem;
  letter-spacing: -0.05rem; }
.woocommerce .comment-text p.meta time {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 2px; }

.woocommerce #review_form #respond textarea {
  margin-bottom: 0; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  cursor: pointer;
  color: #f1f1f1;
  background: #111;
  width: auto;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 0.625rem;
  padding: 10px 25px 11px;
  display: inline-block;
  border: none;
  border-radius: 0;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #333;
  color: #FFF; }

.woocommerce #review_form #respond p.form-submit {
  padding: 0; }

.woocommerce-page .post-meta {
  display: none; }

.woocommerce table.shop_table {
  border-radius: 0; }

.woocommerce #review_form .stars a {
  font-size: 0;
  margin-right: 15px;
  display: inline; }
  .woocommerce #review_form .stars a:before {
    display: inherit;
    position: inherit;
    font-size: 1rem;
    font-family: 'FontAwesome';
    content: '\f005';
    color: #d6d6d6;
    letter-spacing: 2px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .woocommerce #review_form .stars a.active:before, .woocommerce #review_form .stars a:hover:before {
    color: #000; }
  .woocommerce #review_form .stars a.star-2:before {
    content: '\f005 \f005'; }
  .woocommerce #review_form .stars a.star-3:before {
    content: '\f005 \f005 \f005'; }
  .woocommerce #review_form .stars a.star-4:before {
    content: '\f005 \f005 \f005 \f005'; }
  .woocommerce #review_form .stars a.star-5:before {
    content: '\f005 \f005 \f005 \f005 \f005'; }

/* ----- My Account ----- */
.woocommerce-account .addresses .title h3,
.woocommerce-account h2 {
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 2px; }

.woocommerce table.my_account_orders th {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  padding: 10px; }

.woocommerce table.shop_table td {
  border: none; }

.woocommerce table.my_account_orders .order-actions .button {
  padding: 7px 14px 8px 16px;
  font-size: 10px; }

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 8px; }

.woocommerce table.shop_table {
  margin-bottom: 35px; }

.woocommerce-page .col2-set.addresses {
  margin-top: 30px; }

.woocommerce-page .col2-set.addresses address {
  color: #888; }

p.myaccount_user {
  margin-bottom: 35px; }

address {
  line-height: 24px; }

.woocommerce-account .addresses .title .edit {
  font-size: 11px;
  text-decoration: underline; }

.woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  list-style: none; }

.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #e8e8e8;
  list-style: none;
  padding-bottom: 10px; }

.woocommerce-MyAccount-navigation ul li a {
  color: #888; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 26%; }

.woocommerce-EditAccountForm legend {
  padding: 15px 0 10px 2px;
  font-weight: 700; }

/* ----- Empty Cart ----- */
.cart-empty {
  text-align: center; }

.return-to-shop {
  text-align: center; }

/* ----- Order ID ----- */
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot th {
  border-bottom: none; }

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 400; }

mark {
  background-color: #fff;
  border-bottom: 3px solid #eee; }

/* ----- Checkout ----- */
.woocommerce .woocommerce-info:before {
  color: #888; }

.woocommerce .woocommerce-info {
  border-top-color: #e5e5e5; }

a.showcoupon {
  text-decoration: underline; }

.woocommerce-checkout h3 {
  margin-top: 30px;
  font-size: 0.875rem;
  letter-spacing: 2px;
  font-style: normal;
  text-transform: uppercase; }
.woocommerce-checkout #payment {
  background-color: #f7f7f7; }
  .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none; }
    .woocommerce-checkout #payment ul.payment_methods li {
      list-style: none; }
      .woocommerce-checkout #payment ul.payment_methods li input {
        width: auto; }
  .woocommerce-checkout #payment div.payment_box {
    background-color: #ebebeb;
    color: #888; }
    .woocommerce-checkout #payment div.payment_box:before {
      border: 1em solid #ebebeb;
      border-right-color: transparent;
      border-left-color: transparent;
      border-top-color: transparent; }
.woocommerce-checkout .woocommerce-shipping-fields .checkbox,
.woocommerce-checkout .woocommerce-shipping-fields .radio {
  display: inline-block;
  margin-left: 9px;
  margin-top: 0;
  margin-bottom: 0; }
.woocommerce-checkout .woocommerce-shipping-fields input#ship-to-different-address-checkbox {
  width: auto;
  vertical-align: middle;
  float: left;
  margin-top: 5px; }

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid #e5e5e5;
  font-size: 0.625rem;
  border-radius: 0;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .woocommerce form.checkout_coupon:focus,
  .woocommerce form.login:focus,
  .woocommerce form.register:focus {
    font-size: 1rem; }

/* ----- Order Received ----- */
.woocommerce .order_details li {
  list-style: none; }

.woocommerce .order_details {
  padding-left: 0; }

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  padding: 0.8em 2em 1em 3.5em !important;
  background-color: transparent;
  border: 3px solid #111;
  line-height: 32px; }
  .woocommerce .woocommerce-error:before,
  .woocommerce .woocommerce-info:before,
  .woocommerce .woocommerce-message:before {
    top: 12px; }
  .woocommerce .woocommerce-error li,
  .woocommerce .woocommerce-info li,
  .woocommerce .woocommerce-message li {
    margin-bottom: 0; }

/* ----- Cart ----- */
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%; }

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
  padding-left: 15px; }

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top: none; }

.woocommerce .cart .button,
.woocommerce .cart input.button {
  font-size: 10px;
  padding: 8px 14px 9px; }

.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 5px 12px;
  height: 27px;
  margin-right: 6px;
  font-size: 0.625rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s; }
  .woocommerce-cart table.cart td.actions .coupon .input-text:focus {
    text-transform: none;
    font-size: 0.8rem;
    letter-spacing: inherit; }

.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 110px; }

.woocommerce-cart .cart-collaterals .cart_totals table th {
  background: #f7f7f7; }

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
  padding: 15px;
  border-top: 1px solid #e5e5e5; }

.woocommerce a .remove {
  color: #999 !important; }
  .woocommerce a .remove:hover {
    background: none !important;
    color: #000 !important;
    text-decoration: none; }

.cart_item a {
  color: #000; }

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 18px; }

/* ----- Login ----- */
input#rememberme {
  width: auto; }

.woocommerce .login #password {
  margin-bottom: 20px; }
.woocommerce .login .button {
  margin-right: 10px; }
.woocommerce form .form-row .input-checkbox {
  width: auto; }

.lost_password {
  font-size: 11px; }

/* ----- Widgets ----- */
/* ----- Cart Widget ----- */
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700; }

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-weight: 400; }

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  width: 60px; }

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  margin-bottom: 8px; }

.widget_shopping_cart .quantity {
  color: #999; }

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  margin-bottom: 15px; }

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-bottom: 15px; }

.widget_shopping_cart a.button,
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 11px;
  padding: 9px 15px;
  margin: 0 5px 0 0; }

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  top: 2px; }

/* ----- Product Widgets ----- */
.woocommerce.widget_products ul.product_list_widget li img,
.woocommerce.widget_recent_reviews ul.product_list_widget li img,
.woocommerce.widget_recently_viewed_products ul.product_list_widget li img,
.woocommerce.widget_top_rated_products ul.product_list_widget li img {
  float: left;
  margin-left: 0;
  margin-right: 14px;
  width: 80px; }

.woocommerce.widget_products ul.product_list_widget li,
.woocommerce.widget_recent_reviews ul.product_list_widget li,
.woocommerce.widget_recently_viewed_products ul.product_list_widget li,
.woocommerce.widget_top_rated_products ul.product_list_widget li {
  margin-bottom: 8px; }

.woocommerce.widget_products .amount,
.woocommerce.widget_recent_reviews .amount,
.woocommerce.widget_recently_viewed_products .amount,
.woocommerce.widget_top_rated_products .amount {
  color: #999; }

.woocommerce.widget_products span.product-title,
.woocommerce.widget_recent_reviews span.product-title,
.woocommerce.widget_recently_viewed_products span.product-title,
.woocommerce.widget_top_rated_products span.product-title {
  margin-bottom: 5px; }

/* ----- Review Widget ----- */
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  margin-top: 8px;
  margin-bottom: 3px; }

.woocommerce ul.product_list_widget .reviewer {
  color: #999;
  font-style: italic;
  font-size: 12px; }

/* ----- Filter Widget ----- */
.woocommerce.widget_layered_nav_filters ul li {
  margin-right: 10px; }

.woocommerce.widget_layered_nav ul li .count {
  color: #999; }

.woocommerce.widget_layered_nav ul li a:hover {
  text-decoration: none; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #fff; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #ccc; }

/* ----- Rating Filter ----- */
.woocommerce .widget_rating_filter ul li .star-rating {
  margin-bottom: 0; }

.woocommerce .widget_rating_filter ul li a {
  color: #a5a5a5; }

/* ----- Pagination ----- */
.woocommerce nav.woocommerce-pagination {
  margin-bottom: 40px; }

/* ----- Product Categories ----- */
.widget_product_categories {
  text-align: center; }

.widget_product_categories .count {
  color: #999;
  font-size: 13px; }

.widget_layered_nav,
.widget_rating_filter {
  text-align: center; }

/* ----- Header Shopping Cart ----- */
#shopping-cart {
  float: right;
  margin-left: 4px; }

.cart-contents {
  position: relative;
  top: -1px; }

.cart-contents:before {
  font-family: FontAwesome;
  content: "\f07a";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding-right: 5px;
  vertical-align: bottom;
  color: #111; }

.cart-contents:hover {
  text-decoration: none; }

.cart-contents .count {
  background: #e5e5e5;
  color: #111;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 100%;
  font-size: 10px;
  position: absolute;
  top: -4px;
  right: -8px; }

/* ===============================================================
   17. OWL CAROUSEL STYLING
================================================================*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

/* *   Owl Carousel - Auto Height Plugin*/
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* *  Core Owl Carousel CSS File*/
.owl-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

.owl-dots {
  margin-top: 1rem;
  text-align: center; }
  .owl-dots:empty, .owl-dots.disabled {
    display: none; }

.owl-dot {
  display: inline-block;
  margin: 0 .25rem;
  cursor: pointer; }
  .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    background: #a0a0a0;
    border-radius: 50%; }
  .owl-dot.active span {
    background: black; }

.owl-prev.disabled,
.owl-next.disabled {
  display: none; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* *    Owl Carousel - Lazy Load Plugin*/
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }
.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* *  Owl Carousel - Video Plugin*/
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }
  .owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

/*# sourceMappingURL=style.css.map */
