@charset "UTF-8";
/*!
Theme Name: Groupito
Author: Softibox
Description: The WordPress Blog Theme
Version: 1.6.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: untold-stories
*/
/* -----------------------------------------
	Table of Contents
--------------------------------------------

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

*/
@font-face {
  font-family: 'proxima_nova';
  src: url("fonts/proximanova-light-webfont.eot");
  src: url("fonts/proximanova-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-light-webfont.woff2") format("woff2"), url("fonts/proximanova-light-webfont.woff") format("woff"), url("fonts/proximanova-light-webfont.ttf") format("truetype"), url("fonts/proximanova-light-webfont.svg#proxima_novalight") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'proxima_nova';
  src: url("fonts/proximanova-reg-webfont.eot");
  src: url("fonts/proximanova-reg-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-reg-webfont.woff2") format("woff2"), url("fonts/proximanova-reg-webfont.woff") format("woff"), url("fonts/proximanova-reg-webfont.ttf") format("truetype"), url("fonts/proximanova-reg-webfont.svg#proxima_novaregular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'proxima_nova';
  src: url("fonts/proximanova-sbold-webfont.eot");
  src: url("fonts/proximanova-sbold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-sbold-webfont.woff2") format("woff2"), url("fonts/proximanova-sbold-webfont.woff") format("woff"), url("fonts/proximanova-sbold-webfont.ttf") format("truetype"), url("fonts/proximanova-sbold-webfont.svg#proxima_novasemibold") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'proxima_nova';
  src: url("fonts/proximanova-bold-webfont.eot");
  src: url("fonts/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-bold-webfont.woff2") format("woff2"), url("fonts/proximanova-bold-webfont.woff") format("woff"), url("fonts/proximanova-bold-webfont.ttf") format("truetype"), url("fonts/proximanova-bold-webfont.svg#proxima_novabold") format("svg");
  font-weight: 600;
  font-style: normal; }
/* -----------------------------------------
	01. General
----------------------------------------- */
/* Basic Typography
=================================== */
body {
  line-height: 1.625;
  font-size: 18px;
  background-color: #fff;
  color: #333;
  font-family: "proxima_nova", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 18px; }

p {
  margin: 0 0 20px 0; }

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

a {
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
  outline: none;
  color: #111;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2b2b2b;
    outline: none;
    text-decoration: none; }
  a:active {
    outline: none; }

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

/* General Element Styling
=================================== */
/* Reset figure margin from normalize.css */
figure {
  margin: 0; }

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

ul {
  list-style: disc; }
  ul ul {
    list-style: circle; }
    ul ul ul {
      list-style: square; }

ol {
  list-style: decimal; }

dl {
  margin: 0 0 20px; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 15px; }

/* Blockquotes */
blockquote {
  margin: 20px 0;
  padding: 20px;
  border: 2px solid #ebebeb;
  font-size: 18px;
  font-weight: bold;
  text-align: center; }
  blockquote p {
    margin: 0; }
  blockquote cite {
    display: block;
    font-weight: bold;
    font-style: italic;
    margin: 10px 0 0;
    color: rgba(51, 51, 51, 0.8);
    font-size: 14px; }

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

.entry-content table {
  border-width: 1px 0 0 1px;
  margin-bottom: 24px; }
.entry-content th:first-child,
.entry-content td:first-child {
  padding-left: 0; }
.entry-content th,
.entry-content td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.entry-content caption,
.entry-content th,
.entry-content td {
  font-weight: normal;
  text-align: left;
  padding: 5px;
  vertical-align: middle; }
.entry-content th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 85%; }
.entry-content td {
  border-width: 0 1px 1px 0; }

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

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

/* Various */
address {
  margin: 0 0 15px; }

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

/* Embeds and iframes
=================================== */
embed,
iframe,
object,
video,
audio {
  margin-bottom: 15px;
  max-width: 100%; }

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

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

/* General Form Styling
=================================== */
label {
  display: block;
  margin: 0 0 2px;
  font-weight: normal; }

input,
textarea {
  transition: all 0.18s;
  display: inline-block;
  font-size: inherit;
  letter-spacing: 2px;
  width: 100%;
  max-width: 100%;
  height: 36px;
  padding: 8px 12px 6px 15px;
  line-height: normal;
  background-color: #ebebeb;
  background-image: none;
  border-radius: 5px;
  border: none;
  box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, 0.1); }
  input:focus, input:hover,
  textarea:focus,
  textarea:hover {
    outline: none;
    background-color: #eee;
    box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    input,
    textarea {
      width: 100%; } }

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

textarea {
  height: auto; }

select {
  max-width: 100%; }

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

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

/* Placeholder text color */
::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
  font-weight: normal;
  font-size: 11px;
  opacity: 1;
  text-transform: uppercase; }

:-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
  font-weight: normal;
  font-size: 11px;
  opacity: 1;
  text-transform: uppercase; }

::-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
  font-weight: normal;
  font-size: 11px;
  opacity: 1;
  text-transform: uppercase; }

:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
  font-weight: normal;
  font-size: 11px;
  opacity: 1;
  text-transform: uppercase; }

/* Buttons
=================================== */
.btn, .comment-reply-link,
input[type="button"],
input[type="submit"],
input[type="reset"],
button[type="submit"] {
  display: inline-block;
  font-weight: normal;
  margin: 0;
  line-height: normal;
  border: none;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.18s background-color ease, color 0.18s ease, 0.18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: auto;
  height: auto;
  background-image: none;
  padding: 12px 25px 11px;
  font-size: 11px;
  letter-spacing: 2px;
  background-color: #008489;
  color: #FFF; }
  .btn:active, .comment-reply-link:active,
  input[type="button"]:active,
  input[type="submit"]:active,
  input[type="reset"]:active,
  button[type="submit"]:active {
    outline: none; }
  .btn:hover, .comment-reply-link:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  button[type="submit"]:hover {
    background: #222;
    color: #FFF;
    text-decoration: none; }
  .btn:focus, .comment-reply-link:focus,
  input[type="button"]:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus,
  button[type="submit"]:focus {
    outline: none; }

/* Magnific Popup Overrides
=================================== */
.mfp-bg {
  background-color: #000; }

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

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

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

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

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

.mfp-arrow {
  line-height: 0.3; }
  .mfp-arrow:before, .mfp-arrow:after {
    border: none; }
  .mfp-arrow:after {
    font-family: FontAwesome;
    font-size: 70px;
    color: #FFF; }

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

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

/* Text Helpers
=================================== */
.text-left {
  text-align: left; }

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

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

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

.text-uc {
  text-transform: uppercase; }

/* -----------------------------------------
	02. Main Navigation
----------------------------------------- */
.nav {
  font-family: "proxima_nova", sans-serif;
  font-size: 0.9em;
  font-weight: 500; }

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

.navigation:before, .navigation:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.navigation:after {
  clear: both; }
.navigation li {
  position: relative;
  z-index: 100; }
.navigation > li {
  float: left; }
  .navigation > li > a:after {
    content: '';
    left: 50%;
    right: 50%;
    height: 4px;
    bottom: -7px;
    position: absolute;
    background-color: #fff;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms; }
  .navigation > li > a:hover:after {
    left: 0;
    right: 0;
    background: #333333; }
.navigation ul {
  position: absolute;
  z-index: 300;
  top: -999em; }
.navigation li:hover > ul,
.navigation .sfHover > ul {
  top: 34px; }
.navigation li li:hover > ul,
.navigation li .sfHover > ul {
  top: 0;
  left: 100%; }
.navigation li li li:hover > ul,
.navigation li li .sfHover > ul {
  top: 0;
  left: 100%; }
.navigation a, .navigation .navigation a:visited {
  display: block;
  white-space: nowrap; }
.navigation a {
  /* Global Menu Link Styles */ }
.navigation a:hover,
.navigation .sfHover > a {
  text-decoration: none;
  /* First Level & Global Menu Link Hover Styles */ }
.navigation > li:not(:last-child) {
  /* First Level Menu Link Styles */
  margin-right: 30px; }
.navigation > li ul a {
  background: #111;
  padding: 8px;
  margin-bottom: 1px;
  letter-spacing: 1px;
  font-size: 10px;
  /* All Other Menu Level Link Styles */ }
.navigation > li ul a:hover,
.navigation > li ul .sfHover > a {
  background: #222;
  /* All Other Level Menu Link Hover Styles */ }
.navigation > li > a:hover,
.navigation > li.sfHover > a,
.navigation > li.sfHover > a:active,
.navigation > li.current_page_item > a,
.navigation > li.current-menu-item > a,
.navigation > li.current-menu-ancestor > a,
.navigation > li.current-menu-parent > a,
.navigation > li.current > a {
  /* WordPress First Level Current/Ancestor Hover Page Styles */ }
.navigation ul {
  min-width: 200px;
  background: #333;
  padding: 1px;
  /* All Lower Level Menu Container Styles */ }
.navigation a.sf-with-ul {
  padding-right: 10px;
  position: relative;
  /* Styling for navigation arrows  ---------- */ }
.navigation.sf-arrows .sf-with-ul:after {
  content: '\f078';
  font-family: FontAwesome;
  position: absolute;
  top: 41%;
  right: -2px;
  margin-top: -6px;
  font-size: 8px;
  font-weight: normal; }
.navigation.sf-arrows ul .sf-with-ul:after {
  right: 8px;
  top: 51%;
  content: "\f054";
  /* Styling for right facing arrows  ---------- */ }

/* Mobile Menu */
.slicknav_menu {
  display: none;
  background: #111;
  position: fixed;
  top: 11px;
  left: 30px;
  font-size: 13px;
  z-index: 10000001;
  padding: 0; }
  .slicknav_menu .slicknav_btn {
    background: #111;
    float: left;
    margin: 0; }
  .slicknav_menu .slicknav_nav {
    min-width: 200px;
    background: #333; }
    .slicknav_menu .slicknav_nav ul {
      margin: 0; }
      .slicknav_menu .slicknav_nav ul a {
        padding: 8px 8px 8px 20px; }
      .slicknav_menu .slicknav_nav ul ul a {
        padding-left: 60px; }
    .slicknav_menu .slicknav_nav a {
      margin: 1px;
      padding: 8px;
      background: #111;
      font-size: 10px;
      text-transform: uppercase; }
      .slicknav_menu .slicknav_nav a:hover {
        background: #222;
        color: #fff;
        border-radius: 0; }

.mobile-nav-trigger {
  display: none; }

.mm-listview > li {
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase; }

/* -----------------------------------------
	03. Header
----------------------------------------- */
.site-bar {
  background: #111;
  padding: 13px 30px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000; }
  .site-bar.site-bar-fixed {
    position: fixed; }
  .site-bar .nav {
    float: right;
    padding-top: 9px; }
  .site-bar a {
    color: #fff; }

#masthead + .container {
  padding-top: 40px; }
#masthead .container-fluid {
  max-width: 1250px; }

.site-logo {
  display: inline-block;
  font-weight: bold; }
  .site-logo a {
    display: block;
    font-size: 1.4em; }

.tagline {
  font-size: 10px;
  color: #7e7e7e;
  letter-spacing: 3px;
  margin-bottom: 0; }

.admin-bar .site-bar-fixed {
  top: 32px; }

.home h1 {
  display: none; }

/* -----------------------------------------
	04. Modules
----------------------------------------- */
/* Content Area
=================================== */
#site-content {
  margin-bottom: 50px; }

/* Slick Slider
=================================== */
.slick-slider {
  overflow: hidden;
  margin-bottom: 50px;
  position: relative; }
  .slick-slider.feature-slider {
    max-height: 550px; }
  .slick-slider.slider-fullwidth .slick-slide {
    width: 1050px;
    max-width: 100%;
    margin: 0 15px;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }
    .slick-slider.slider-fullwidth .slick-slide .slide-content {
      display: none; }
    .slick-slider.slider-fullwidth .slick-slide:not(.slick-current) {
      opacity: 0.5; }
  .entry .slick-slider {
    margin-bottom: 0; }
  .slick-slider button {
    position: absolute;
    z-index: 1000;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    margin-top: -20px;
    padding: 0;
    border: solid 2px #fff;
    border-radius: 0;
    outline: none;
    font-family: 'FontAwesome'; }
    .slick-slider button:hover, .slick-slider button:focus {
      background: rgba(0, 0, 0, 0.5); }
    .slick-slider button.slick-prev {
      bottom: 30px;
      right: 80px;
      border-right: solid 1px #fff; }
      .slick-slider button.slick-prev:before {
        content: "\f053";
        font-size: 11px;
        position: absolute;
        color: #fff;
        top: 24px;
        left: 19px; }
    .slick-slider button.slick-next {
      bottom: 30px;
      right: 30px;
      border-left-width: 0; }
      .slick-slider button.slick-next:before {
        content: "\f054";
        font-size: 11px;
        position: absolute;
        color: #fff;
        top: 24px;
        left: 20px; }

.slick-slider-alt button.slick-prev {
  bottom: auto;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  border-right-width: 2px; }
.slick-slider-alt button.slick-next {
  bottom: auto;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  border-left-width: 2px; }

.slide {
  position: relative;
  outline: 0; }
  .slide .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.33) 99%, rgba(0, 0, 0, 0.33) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.33) 99%, rgba(0, 0, 0, 0.33) 100%); }
  .slide .slide-overlay-alt {
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    padding: 50px; }
    .slide .slide-overlay-alt .slide-content {
      position: static;
      text-align: center; }
      .slide .slide-overlay-alt .slide-content .slide-title a, .slide .slide-overlay-alt .slide-content .slide-date {
        color: #333; }
      .slide .slide-overlay-alt .slide-content h2 {
        max-width: 100%; }
  .slide .slide-content {
    position: absolute;
    bottom: 30px;
    left: 30px; }
    .slide .slide-content .slide-title {
      max-width: 60%;
      margin: 0; }
      .slide .slide-content .slide-title a {
        color: #fff; }
    .slide .slide-content .slide-categories {
      display: inline-block;
      margin-bottom: 15px; }
    .slide .slide-content .slide-date {
      font-size: 11px;
      color: #fff; }

/* Section titles
=================================== */
#site-section {
  text-align: center;
  margin-bottom: 50px; }
  #site-section h1 {
    border-top: solid 2px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    font-size: 16px;
    letter-spacing: 3px;
    padding: 16px 0;
    margin: 0; }
  #site-section p {
    font-size: 11px;
    letter-spacing: 3px; }

/* Social Icons
=================================== */
.socials {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right; }
  .socials li {
    float: left; }
    .socials li a {
      display: block;
      font-size: 13px;
      padding: 2px 5px;
      margin-left: 15px; }
  .site-socials .socials {
    float: none;
    opacity: 0.3;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out; }
    .site-socials .socials:hover {
      opacity: 1; }
    .site-socials .socials li {
      float: none; }
      .site-socials .socials li a {
        margin: 0;
        text-align: center;
        padding: 5px 10px;
        font-size: 16px; }

.site-socials {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  z-index: 10; }

/* Site tools
=================================== */
.site-tools {
  float: right;
  width: 50%; }
  .site-tools form {
    width: 300px;
    float: right; }
  .site-tools input[type="search"] {
    border: none;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    height: 25px;
    text-transform: uppercase;
    color: #fff;
    font-size: 11px; }
  .site-tools ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
    opacity: 1; }
  .site-tools :-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
    opacity: 1; }
  .site-tools ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
    opacity: 1; }
  .site-tools :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
    opacity: 1; }

.search-box {
  margin: 0 0 30px; }

/* Entry Styles
=================================== */
.entry {
  margin: 0 0 50px;
  position: relative; }
  .entry figure {
    margin-bottom: 20px;
    position: relative; }
  .entry .fluid-width-video-wrapper {
    margin-bottom: 20px; }

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

.entry-title {
  position: relative;
  text-align: center;
  padding: 0 50px;
  margin-bottom: 35px; }
  .entry-title:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background: #111; }

.entry-meta {
  text-align: center;
  margin-bottom: 15px; }

.entry-categories,
.slide-categories,
.entry-tags {
  display: inline-block; }
  .entry-categories a,
  .slide-categories a,
  .entry-tags a {
    display: inline-block;
    background: #008489;
    color: #fff;
    letter-spacing: 2px;
    font-size: 10px;
    padding: 2px 8px;
    margin-right: 10px; }
    .entry-categories a:hover,
    .slide-categories a:hover,
    .entry-tags a:hover {
      background: #222; }

.entry-category {
  display: inline-block;
  background: #111;
  color: #fff;
  letter-spacing: 2px;
  font-size: 10px;
  padding: 2px 8px;
  margin-right: 10px; }
  .entry-category:hover {
    color: #fff; }

.entry-date {
  font-size: 11px; }

.entry-featured {
  margin-bottom: 25px;
  position: relative; }
  .entry-featured iframe {
    margin-bottom: 0; }

main .entry-featured {
  border: 1px solid #ebebeb;
  padding: 10px;
  text-align: center; }

.figure-buttons {
  position: relative; }

.entry-featured-actions {
  transition: all 0.18s ease;
  opacity: 0.5;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 100;
  bottom: 30px;
  right: 30px;
  display: inline-block;
  border: solid 2px #fff; }
  .gallery-item .entry-featured-actions {
    bottom: 5px;
    right: 10px; }
  .entry-featured-actions li {
    float: left; }
    .entry-featured-actions li.action-pin {
      border-right: solid 1px #fff;
      background: #BB1928; }
      .entry-featured-actions li.action-pin a:before {
        content: "\f0d2"; }
    .entry-featured-actions li.action-buy {
      background: #111; }
      .entry-featured-actions li.action-buy a:before {
        content: "\f07a"; }
    .entry-featured-actions li a {
      display: block;
      padding: 8px;
      color: #fff;
      font-size: 10px;
      font-weight: bold;
      letter-spacing: 2px;
      text-transform: uppercase;
      border-bottom: none; }
      .entry-featured-actions li a:before {
        font-family: FontAwesome;
        margin: 0 3px 0 0;
        position: relative;
        top: 0;
        font-size: 11px; }
      .gallery-item .entry-featured-actions li a {
        padding: 4px; }
  .entry-featured-actions:hover {
    opacity: 1; }
  .entry-featured-actions:last-child {
    border-right: solid 2px #fff; }

.entry-content:before, .entry-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.entry-content:after {
  clear: both; }
.entry-content .opening {
  font-family: "proxima_nova", sans-serif; }
.entry-content a {
  color: #008489; }
  .entry-content a:hover {
    color: #111; }
.entry-content .entry-counter-list {
  list-style: none;
  margin: 20px 0 25px 0;
  padding: 0;
  counter-reset: product-list; }
  .entry-content .entry-counter-list li {
    position: relative;
    margin: 0 0 15px 45px; }
    .entry-content .entry-counter-list li:before {
      position: absolute;
      top: -5px;
      left: -45px;
      font-family: "proxima_nova", sans-serif;
      font-size: 11px;
      border: solid 1px #ebebeb;
      display: inline-block;
      padding: 7px 5px 5px 5px;
      text-align: center;
      width: 30px;
      height: 30px;
      border-radius: 30px;
      content: counter(product-list);
      counter-increment: product-list; }
.entry-content iframe[src*='w.soundcloud.com/'] {
  max-height: 220px; }
.entry-content .dropcap {
  float: left;
  font-size: 4.26em;
  font-weight: bold;
  line-height: 1;
  margin: 0 0.23em 0 0; }

/* Entry Utils */
.entry-utils .read-more {
  float: right;
  position: relative;
  top: 2px;
  display: inline-block;
  padding: 10px 15px 9px;
  background: #fff;
  border: solid 1px #ebebeb;
  font-family: "proxima_nova", sans-serif;
  font-size: 11px;
  z-index: 3; }
  .entry-utils .read-more:hover {
    background: #ebebeb; }
.entry-utils .socials {
  position: relative;
  border: solid 1px #ebebeb;
  background: #fff;
  z-index: 4;
  padding: 3px 3px 2px 7px;
  margin-top: 2px;
  float: left; }
  .entry-utils .socials a {
    padding: 5px;
    margin: 0 5px 0 0; }
.entry-utils:before {
  content: '';
  position: relative;
  top: 21px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ebebeb;
  z-index: 2; }

.single .entry-utils {
  text-align: center;
  margin-bottom: 40px; }
  .single .entry-utils .socials {
    float: none;
    display: inline-block; }

.link-pages {
  font-weight: bold; }
  .link-pages a {
    display: inline-block;
    margin: 0 3px;
    text-decoration: none;
    border: 0;
    opacity: 0.75; }

/* Entry List */
/* Entry Grid */
.entry-grid .entry-title {
  font-size: 19px;
  padding: 0; }
.entry-grid .entry-meta {
  margin-bottom: 0; }

/* Entry Author */
.entry-author {
  margin-bottom: 50px;
  text-align: center; }
  .entry-author .author-avatar {
    margin-bottom: 20px; }
    .entry-author .author-avatar img {
      border: solid 1px #ebebeb;
      padding: 5px;
      border-radius: 90px;
      display: inline-block; }
  .entry-author .socials {
    float: none;
    display: inline-block; }
    .entry-author .socials a {
      font-size: 18px;
      margin: 0 7px;
      padding: 0; }

/* Related Posts */
.entry-related {
  margin-bottom: 40px; }
  .entry-related .entry {
    margin-bottom: 0; }
  .entry-related .entry-title, .entry-related .entry-meta {
    text-align: left;
    padding: 0; }
  .entry-related .entry-title {
    font-size: 15px;
    margin: 0; }
    .entry-related .entry-title:after {
      content: '';
      position: absolute;
      top: auto;
      left: auto;
      width: auto;
      height: auto;
      background: transparent; }
  .entry-related .entry-meta {
    margin-bottom: 10px; }
  .entry-related .entry-featured {
    margin-bottom: 15px; }

/* Entry Tag */
.entry-tags {
  margin-bottom: 30px; }
  .entry-tags a {
    display: inline-block;
    background: #008489;
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 2px;
    padding: 2px 5px;
    margin-right: 3px; }
    .entry-tags a:before {
      font-family: FontAwesome;
      content: "\f005";
      margin: 2px;
      position: relative;
      font-size: 9px;
      top: -1px; }

/* Entry Signature */
.entry-sig {
  font-size: 10px;
  letter-spacing: 3px;
  color: #7e7e7e; }
  .entry-sig img {
    display: block;
    margin-top: 10px; }
  .entry-sig span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: 0; }

/* Entry Look templates */
.entry-look {
  position: relative;
  margin-bottom: 30px; }
  .entry-look .entry-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.33) 99%, rgba(0, 0, 0, 0.33) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.33)), color-stop(100%, rgba(0, 0, 0, 0.33)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.33) 99%, rgba(0, 0, 0, 0.33) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.33) 99%, rgba(0, 0, 0, 0.33) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.33) 99%, rgba(0, 0, 0, 0.33) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.33) 99%, rgba(0, 0, 0, 0.33) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#54000000',GradientType=0 ); }
  .entry-look .entry-wrap {
    position: absolute;
    bottom: 30px;
    left: 30px; }
    .entry-look .entry-wrap .entry-title, .entry-look .entry-wrap .entry-meta {
      text-align: left;
      margin: 0;
      color: #fff; }
    .entry-look .entry-wrap .entry-title {
      padding: 0 30px 0 0;
      margin: 0;
      font-size: 15px; }
      .entry-look .entry-wrap .entry-title:after {
        background: transparent; }

/* Pagination
=================================== */
#paging {
  font-family: "proxima_nova", sans-serif;
  font-size: 11px;
  margin: 0 0 50px 0;
  border: solid 2px #ebebeb; }
  #paging ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #paging ul li {
      display: inline-block; }
  #paging a.paging-older:only-child,
  #paging a,
  #paging > span,
  #paging li span {
    border-right: solid 1px #ebebeb;
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    padding: 16px 20px;
    line-height: normal; }
  #paging a.paging-newer:only-child {
    border-left: solid 1px #ebebeb; }
  #paging a:hover {
    background: #ebebeb; }
  #paging .current {
    background: #ebebeb; }
  #paging .paging-standard {
    text-align: center;
    width: 50%;
    text-align: center; }
  #paging .paging-older {
    float: left;
    width: 50%; }
  #paging .paging-newer {
    float: right;
    border-right: 0; }
  #paging .page-numbers {
    float: left; }

.wpcf7-form-control-wrap {
  margin-bottom: 30px; }

/* -----------------------------------------
	05. Footer
----------------------------------------- */
#main-wrap {
  position: relative;
  z-index: 1;
  background: #fff; }

#footer {
  bottom: 0;
  width: 100%;
  z-index: 0;
  background: #111;
  color: #fff;
  padding: 40px 0 0 0;
  text-align: center; }
  #footer.footer-fixed {
    position: fixed; }
  #footer a {
    color: #fff; }
  #footer .site-logo {
    padding: 0;
    margin-bottom: 30px; }
    #footer .site-logo h4 {
      margin-bottom: 5px; }
  #footer .nav {
    padding-bottom: 30px; }
    #footer .nav .navigation {
      text-align: center; }
      #footer .nav .navigation li {
        float: none;
        display: inline-block; }
        #footer .nav .navigation li a {
          color: #fff; }
          #footer .nav .navigation li a:after {
            background: #111; }
          @media only screen and (min-width: 768px) {
            #footer .nav .navigation li a:hover:after {
              background: #fff; } }
        #footer .nav .navigation li:last-child a {
          margin-right: 0; }
  #footer .site-tools {
    float: none;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: normal; }
  #footer form, #footer .socials {
    float: none;
    display: inline-block; }
  #footer form {
    position: relative;
    top: -3px; }
  #footer .socials a {
    color: #fff;
    position: relative;
    top: 3px; }
  #footer .untoldstories-instagram-lite-widget {
    margin-top: 40px; }

#site-credits {
  font-size: 10px;
  margin: 0; }

/* -----------------------------------------
   06. Comments
----------------------------------------- */
#comments {
  margin: 0; }

#comment-list {
  margin: 0;
  list-style: none;
  padding: 0; }
  #comment-list ol {
    list-style: none; }
    @media (max-width: 767px) {
      #comment-list ol {
        margin: 0;
        padding: 0; } }
  #comment-list .comment-body {
    margin-bottom: 20px;
    padding-top: 20px;
    position: relative; }
  #comment-list > .comment:first-child > .comment-body {
    border-top: none; }

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

.comment-author .avatar {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  border: solid 1px #ebebeb;
  padding: 5px;
  float: left;
  margin: 0 25px 15px 0;
  overflow: visible; }
  @media (max-width: 767px) {
    .comment-author .avatar {
      display: none; } }

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

.comment-metadata {
  letter-spacing: 3px;
  font-size: 11px;
  margin: 0 0 5px; }
  .comment-metadata a {
    color: #bcbcbc; }

.comment-reply-link {
  border-radius: 0;
  font-size: 10px;
  padding: 4px 10px;
  height: auto;
  width: auto;
  position: absolute;
  top: 22px;
  right: 0; }
  @media (max-width: 767px) {
    .comment-reply-link {
      margin: 0; } }

.comment-author .fn {
  font-family: "proxima_nova", sans-serif;
  font-weight: normal;
  font-size: 13px; }

.comment-author .says {
  font-style: italic;
  color: #bcbcbc; }

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

#cancel-comment-reply-link {
  font-size: 11px;
  font-weight: normal;
  display: block;
  margin-top: 18px; }

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

.comment-respond p {
  margin-bottom: 10px; }
.comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="url"] {
  width: 50%; }

.form-submit {
  margin-top: 30px; }

/* -----------------------------------------
	07. Widgets Styling
----------------------------------------- */
#sidebar {
  border: solid 2px #ebebeb; }
  #sidebar .widget:last-child {
    border-bottom: 0; }

.widget {
  padding: 30px;
  border-bottom: solid 1px #ebebeb;
  font-size: 13px; }
  .widget p {
    margin: 0 0 15px 0; }
  #feature-instagram .widget {
    padding: 0;
    margin-bottom: 50px;
    border: none;
    position: relative; }
    #feature-instagram .widget a[rel="me"] {
      position: absolute;
      top: 50%;
      left: 50%;
      background: #fff;
      padding: 10px;
      width: 200px;
      text-align: center;
      font-size: 11px;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

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

p.widget-title,
p.comment-reply-title {
  text-align: center;
  font-size: 14px;
  letter-spacing: 3px;
  position: relative;
  margin-bottom: 30px; }
  p.widget-title:after,
  p.comment-reply-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background: #ebebeb; }
  p.widget-title label,
  p.comment-reply-title label {
    text-transform: none;
    display: block;
    font-size: inherit;
    margin: 0;
    line-height: inherit;
    font-weight: inherit; }

.widgets-inset {
  margin: 5px 0 25px; }
  .widgets-inset .widget {
    padding: 0 15px;
    border: none;
    margin: 0 0 30px; }
  .single .widgets-inset > .widget-title, .page .widgets-inset > .widget-title, .archive .widgets-inset > .widget-title {
    border-top: solid 2px #ececec;
    border-bottom: solid 1px #ececec;
    font-size: 16px;
    letter-spacing: 3px;
    padding: 16px 0;
    margin: 0 0 25px; }
    .single .widgets-inset > .widget-title:after, .single .widgets-inset > .widget-title:before, .page .widgets-inset > .widget-title:after, .page .widgets-inset > .widget-title:before, .archive .widgets-inset > .widget-title:after, .archive .widgets-inset > .widget-title:before {
      display: none; }

/* WIDGET: #Callout Widget
========================================= */
.ci-action-box {
  position: relative; }
  .ci-action-box .widget-title {
    color: #FFF;
    border: 0;
    margin: -10px 0 0;
    font-size: 18px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    letter-spacing: 0; }
    .ci-action-box .widget-title:after, .ci-action-box .widget-title:before {
      display: none; }

/* WIDGET: #List Widgets
========================================= */
.widget select {
  width: 100%;
  padding: 5px 10px;
  border-radius: 0;
  border: 1px solid #ececec; }

.widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget_meta ul ul,
  .widget_pages ul ul,
  .widget_categories ul ul,
  .widget_archive ul ul,
  .widget_nav_menu ul ul,
  .widget_recent_entries ul ul {
    margin-left: 15px; }
  .widget_meta ul li,
  .widget_pages ul li,
  .widget_categories ul li,
  .widget_archive ul li,
  .widget_nav_menu ul li,
  .widget_recent_entries ul li {
    line-height: normal;
    display: block;
    position: relative; }
    .widget_meta ul li a,
    .widget_pages ul li a,
    .widget_categories ul li a,
    .widget_archive ul li a,
    .widget_nav_menu ul li a,
    .widget_recent_entries ul li a {
      display: block;
      padding: 11px 0;
      border-bottom: 1px solid #ececec; }
    .widget_meta ul li .count,
    .widget_meta ul li .untoldstories-count,
    .widget_pages ul li .count,
    .widget_pages ul li .untoldstories-count,
    .widget_categories ul li .count,
    .widget_categories ul li .untoldstories-count,
    .widget_archive ul li .count,
    .widget_archive ul li .untoldstories-count,
    .widget_nav_menu ul li .count,
    .widget_nav_menu ul li .untoldstories-count,
    .widget_recent_entries ul li .count,
    .widget_recent_entries ul li .untoldstories-count {
      position: absolute;
      right: 0;
      top: 8px;
      font-size: 12px;
      font-weight: bold;
      font-style: italic;
      transition: all 0.18s ease;
      padding: 4px 3px; }

.widget_recent_comments ul,
.widget_rss ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .widget_recent_comments ul li,
  .widget_rss ul li {
    display: block;
    padding: 11px 0;
    border-bottom: 1px solid #ececec; }

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

/* WIDGET: #RSS
========================================= */
.widget_rss li a {
  display: block;
  margin-bottom: 5px; }
.widget_rss .rss-date {
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 12px; }
.widget_rss cite {
  display: block;
  margin-top: 5px; }

/* WIDGET: #Search
========================================= */
.searchform > div,
.untoldstories-search-form > div {
  position: relative; }
.site-tools .searchform input[type="text"],
.site-tools .searchform input[type="search"],
.site-tools .untoldstories-search-form input[type="text"],
.site-tools
.untoldstories-search-form input[type="search"] {
  border: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  height: 25px;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px; }
.searchform .searchsubmit, .untoldstories-search-form .searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  padding: 0 10px;
  height: 100%;
  background-color: transparent;
  color: #222; }
  .site-tools .searchform .searchsubmit,
  .site-tools .untoldstories-search-form .searchsubmit {
    color: #e4e4e4; }

/* WIDGET: #Flickr
========================================= */
.flickr_badge_image {
  float: left;
  width: 33%; }
  .flickr_badge_image img {
    width: 100%; }
  .flickr_badge_image a {
    display: block;
    line-height: 0; }

/* WIDGET: #About
========================================= */
.widget_about {
  text-align: center; }
  .widget_about .widget_about_avatar img {
    border: solid 1px #ebebeb;
    margin: 10px 0;
    padding: 5px; }
    .widget_about .widget_about_avatar img.img-round {
      border-radius: 100%; }
  .widget_about .widget_about_sig {
    font-size: 10px;
    letter-spacing: 3px; }
    .widget_about .widget_about_sig img, .widget_about .widget_about_sig span {
      display: block;
      margin: 0 auto; }
    .widget_about .widget_about_sig img {
      margin-top: 5px; }
    .widget_about .widget_about_sig span {
      margin-top: 5px;
      font-size: 14px;
      letter-spacing: 0; }

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

/* WIDGET: #Twitter
========================================= */
.widget_untoldstories_twitter_widget ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .widget_untoldstories_twitter_widget ul li {
    margin-bottom: 12px; }
  .widget_untoldstories_twitter_widget ul li:first-child {
    padding-top: 0; }
.widget_untoldstories_twitter_widget .twitter-time {
  display: block;
  font-size: 0.85em; }

/* WIDGET: #Calendar
================================================== */
#wp-calendar {
  width: 100%; }
  #wp-calendar a {
    font-weight: bold;
    font-style: italic; }
  #wp-calendar caption {
    text-align: left;
    margin-top: 10px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
    padding: 9px; }
  #wp-calendar thead {
    font-size: 10px; }
    #wp-calendar thead th {
      background: rgba(0, 0, 0, 0.1);
      font-weight: bold;
      padding: 8px; }
  #wp-calendar tbody td {
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 3px; }
  #wp-calendar tbody td:hover {
    background: rgba(0, 0, 0, 0.1); }
  #wp-calendar tbody .pad {
    background: none; }
  #wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right; }
  #wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px; }

/* WIDGET: #Newsletter
================================================== */
.widget_untoldstories_newsletter input[type="email"] {
  text-align: center; }
.widget_untoldstories_newsletter input[type="submit"] {
  width: 100%; }

/* WIDGET: #Socials
================================================== */
.widget .socials {
  float: none;
  text-align: center; }
  .widget .socials li {
    float: none;
    display: inline-block; }
    .widget .socials li a {
      margin: 0 7px;
      padding: 0;
      font-size: 18px; }

/* WIDGET: #Instagram
================================================== */
.untoldstories-instagram-lite {
  list-style: none;
  margin: 0;
  padding: 0; }
  .untoldstories-instagram-lite li {
    float: left;
    width: 33%; }

#footer .untoldstories-instagram-lite-widget {
  padding: 0;
  border: 0; }

.footer-widget-area .widget {
  padding: 0;
  margin: 0;
  border: none; }
.footer-widget-area .widget-title {
  display: none; }
.footer-widget-area .instagram-pics li {
  border-bottom: 0;
  padding: 0;
  width: auto;
  max-height: 235px; }
  .footer-widget-area .instagram-pics li img {
    max-height: 100%; }
.footer-widget-area .null-instagram-feed p {
  display: none; }

/* WIDGET: #Tagloud
================================================== */
.tagcloud a {
  font-size: 13px !important;
  margin-right: 10px; }

/* WIDGET: #Latest Posts
================================================== */
.widget_posts_list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .widget_posts_list .entry {
    margin-bottom: 25px; }
  .widget_posts_list li:last-child .entry {
    margin-bottom: 0; }
  .widget_posts_list .entry-meta {
    margin: 0;
    text-align: left; }
  .widget_posts_list .entry-featured {
    margin-bottom: 15px;
    padding: 0; }
  .widget_posts_list .entry-title {
    font-size: 15px;
    text-align: left;
    margin: 0;
    padding: 0; }
    .widget_posts_list .entry-title:after {
      content: '';
      position: absolute;
      top: auto;
      left: auto;
      width: auto;
      height: auto;
      background: transparent; }
  .widget_posts_list.widget_posts_list_alt li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ececec;
    min-height: 70px; }
    .widget_posts_list.widget_posts_list_alt li:last-child {
      margin-bottom: 0;
      border-bottom: 0; }
  .widget_posts_list.widget_posts_list_alt .entry {
    margin: 0; }
  .widget_posts_list.widget_posts_list_alt .entry-title {
    font-size: 13px; }
  .widget_posts_list.widget_posts_list_alt .entry-title, .widget_posts_list.widget_posts_list_alt .entry-meta {
    margin-left: 95px; }
  .widget_posts_list.widget_posts_list_alt .entry-meta {
    line-height: 1;
    margin-bottom: 5px; }
  .widget_posts_list.widget_posts_list_alt .entry-featured {
    position: absolute;
    top: 3px;
    left: 0;
    width: 80px;
    margin-bottom: 10px; }

/* WIDGET: #Categories with background image
========================================= */
.widget_untoldstories-category-image .ci-category-image {
  min-height: 200px;
  position: relative; }
  .widget_untoldstories-category-image .ci-category-image a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff; }
    .widget_untoldstories-category-image .ci-category-image a h3 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin-bottom: 0; }
      .widget_untoldstories-category-image .ci-category-image a h3:after {
        background: transparent; }

/* -----------------------------------------
	08. WordPress Defaults
----------------------------------------- */
/* WordPress Galleries
=================================== */
.gallery {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 15px; }
  .gallery:before, .gallery:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .gallery:after {
    clear: both; }

.gallery-item {
  margin-bottom: 10px !important; }
  .gallery-item img {
    width: 100%; }

.gallery-columns-1 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%; }
  @media (min-width: 768px) {
    .gallery-columns-1 .gallery-item {
      float: left;
      width: 100%; } }

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

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

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

.gallery-columns-5 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%; }
  @media (min-width: 768px) {
    .gallery-columns-5 .gallery-item {
      float: left;
      width: 20%; } }

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

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

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

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

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

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

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

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

/* WordPress Classes
=================================== */
/* Alignment */
.alignnone, p img {
  margin: 5px 5px 20px; }
  p .alignnone, p img {
    margin-bottom: 0; }

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

.alignright {
  float: right;
  margin: 7px 0 7px 24px;
  max-width: 50%; }

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

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

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

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

.sticky {
  /* Provide sticky styles */ }

/* -----------------------------------------
	10. External Plugins
----------------------------------------- */
/* Jetpack Sharing */
.sharedaddy {
  margin-top: 30px; }

/* WP Instagram */
.null-instagram-feed p {
  padding-top: 10px; }

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

.widget .instagram-pics li {
  border-bottom: 0;
  padding: 0;
  float: left;
  width: 33.33333333333%; }
  .widget .instagram-pics li a {
    display: block;
    color: #333; }

/* -----------------------------------------
	11. Global Mediaqueries
----------------------------------------- */
@media (max-width: 1199px) {
  .navigation > li:not(:last-child) {
    margin-right: 20px; }

  .site-bar .site-tools form {
    width: 200px; }

  .site-bar .socials a {
    margin-left: 5px; }

  .site-socials {
    display: none; } }
@media (max-width: 991px) {
  .mobile-nav-trigger {
    display: block; }

  .site-bar .navigation {
    display: none; }

  .site-bar .site-tools {
    width: 75%; }

  .slicknav_menu {
    display: block; }

  #sidebar {
    margin-bottom: 50px; }

  #masthead .site-bar {
    padding: 15px; }
  #masthead .container {
    padding: 0; }
  #masthead .site-logo {
    padding: 0; } }
@media (max-width: 767px) {
  h2 {
    font-size: 22px; }

  h3 {
    font-size: 20px; }

  h4 {
    font-size: 18px; }

  h5 {
    font-size: 16px; }

  h6 {
    font-size: 14px; }

  blockquote {
    font-size: 16px; }

  .site-header .socials {
    display: none; }
  .site-header form {
    width: 100%;
    float: none; }

  .site-bar .site-tools {
    width: 60%; }
    .site-bar .site-tools form {
      width: 100%; }

  .site-logo {
    padding-left: 20px;
    padding-right: 20px; }

  .slick-slider.slider-fullwidth .slick-slide .slide-content {
    opacity: 1 !important;
    display: block !important; }

  .slide .slide-content {
    bottom: 20px;
    left: 20px; }
    .slide .slide-content .slide-title {
      font-size: 16px;
      max-width: 90%; }

  .slick-slider button {
    width: 40px;
    height: 40px;
    line-height: 1;
    text-indent: 3px; }
    .slick-slider button:before {
      position: static !important; }
    .slick-slider button.slick-next {
      bottom: auto;
      top: 40px;
      right: 20px; }
    .slick-slider button.slick-prev {
      bottom: auto;
      top: 40px;
      right: 60px; }

  .slick-slider-alt button.slick-next {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px; }
  .slick-slider-alt button.slick-prev {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 60px; }

  .entry-title {
    padding: 0; }

  .comment-respond input[type="text"],
  .comment-respond input[type="email"],
  .comment-respond input[type="url"] {
    width: 100%; }

  .admin-bar .site-bar-fixed {
    top: 0; } }
/* -----------------------------------------
	12. E-Commerce (WooCommerce)
----------------------------------------- */
/* General Styles
========================================= */
.button {
  position: relative;
  display: inline-block;
  padding: 10px 15px 9px;
  color: #111;
  border: solid 2px;
  font-family: "proxima_nova", sans-serif;
  font-size: 11px;
  font-weight: bold;
  z-index: 3;
  border-color: #ebebeb;
  background: #fff;
  text-align: center; }
  .button:hover {
    border-color: #111;
    color: #111;
    background: #fff; }
  .button.disabled, .button[disabled] {
    opacity: 0.6;
    cursor: not-allowed; }

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

.onsale {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 3px 8px;
  background: #000;
  color: #fff; }

.price ins {
  text-decoration: none; }

.woocommerce-page .entry-title {
  padding: 0;
  margin-bottom: 50px; }
.woocommerce-page .product_title {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: left; }
  .woocommerce-page .product_title:after {
    display: none; }
.woocommerce-page .entry-content .button {
  border: 2px solid #ececec; }
  .woocommerce-page .entry-content .button:hover {
    border-color: #111; }
.woocommerce-page .entry-utils {
  display: none; }
.woocommerce-page input[type="submit"] {
  border: 0 !important; }

.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-noreviews {
  padding: 14px 20px 14px 45px;
  background-color: #111;
  margin-bottom: 35px;
  margin-left: 0;
  color: #fff;
  clear: both;
  border-left: 0.618em solid rgba(0, 0, 0, 0.15);
  position: relative; }
  .woocommerce-message:before,
  .woocommerce-error:before,
  .woocommerce-info:before,
  .woocommerce-noreviews:before {
    content: "\f058";
    font-family: "FontAwesome";
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 1.3em; }
  .woocommerce-message a:not(.button),
  .woocommerce-error a:not(.button),
  .woocommerce-info a:not(.button),
  .woocommerce-noreviews a:not(.button) {
    border-bottom: 1px solid;
    color: #fff;
    margin-left: 10px;
    display: inline-block; }
  .woocommerce-message .button,
  .woocommerce-error .button,
  .woocommerce-info .button,
  .woocommerce-noreviews .button {
    float: right;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.875em;
    top: -5px; }
    .woocommerce-message .button:after,
    .woocommerce-error .button:after,
    .woocommerce-info .button:after,
    .woocommerce-noreviews .button:after {
      font-family: "FontAwesome";
      content: "\f061";
      font-size: 0.65em;
      display: inline-block;
      margin: 0 0 0 5px;
      position: relative;
      top: -2px; }

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

mark {
  background: #ebebeb; }

input[type="radio"], input[type="radio"]:hover, input[type="radio"]:focus {
  box-shadow: none; }

/* Shop listing
========================================= */
.post-type-archive-product .page-title {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin-bottom: 50px; }
  .post-type-archive-product .page-title:before, .post-type-archive-product .page-title:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .post-type-archive-product .page-title:after {
    clear: both; }
  .post-type-archive-product .page-title:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background: #111; }

ul.products {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
  list-style: none; }
  ul.products:before, ul.products:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  ul.products:after {
    clear: both; }
  ul.products:before, ul.products:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  ul.products:after {
    clear: both; }
  ul.products:before {
    clear: both; }
  ul.products > li {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      ul.products > li {
        float: left;
        width: 50%; } }
    @media (min-width: 992px) {
      ul.products > li {
        float: left;
        width: 25%; } }
    ul.products > li h3 {
      margin: 10px 0;
      font-size: 18px; }
    ul.products > li .star-rating, ul.products > li .price {
      display: block;
      margin-bottom: 10px;
      line-height: 13px; }
    ul.products > li .button {
      border-radius: 50px; }

.woocommerce-result-count {
  margin-bottom: 30px;
  padding-top: 12px; }
  @media (min-width: 992px) {
    .woocommerce-result-count {
      float: left; } }

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

.woocommerce-ordering {
  float: right;
  position: relative;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .woocommerce-ordering {
      float: none;
      width: 100%;
      margin-bottom: 30px; }
      .woocommerce-ordering select {
        width: 100%; } }
  .woocommerce-ordering:after {
    font-family: FontAwesome;
    content: "\f0d7";
    position: absolute;
    height: 95%;
    width: 30px;
    right: 2px;
    z-index: 10;
    top: 1px;
    text-align: center;
    line-height: 2.75;
    background-color: #FFF;
    pointer-events: none; }
  .woocommerce-ordering select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #ececec;
    font-size: .857142857em;
    outline: 0;
    transition: all 0.18s ease;
    padding: 12px 30px 11px 14px;
    position: relative;
    background-color: #FFF; }
    .woocommerce-ordering select::-ms-expand {
      display: none; }
    .woocommerce-ordering select:active, .woocommerce-ordering select:focus {
      outline: none; }

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

/* Single Product
========================================= */
.single-product .product.type-product {
  position: relative; }
  .single-product .product.type-product > .onsale {
    z-index: 2; }
.single-product .entry-summary .price {
  margin-bottom: 10px;
  font-size: 20px; }
.single-product .product .summary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  padding-right: 0; }
  @media (min-width: 768px) {
    .single-product .product .summary {
      float: left;
      width: 66.6666666667%; } }
  @media (max-width: 768px) {
    .single-product .product .summary {
      padding: 0; } }

.woocommerce-product-gallery {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  padding-left: 0;
  position: relative; }
  @media (min-width: 768px) {
    .woocommerce-product-gallery {
      float: left;
      width: 33.3333333333%; } }
  @media (max-width: 768px) {
    .woocommerce-product-gallery {
      padding: 0; } }
  .woocommerce-product-gallery figure {
    margin: 0; }
  .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block; }
  .woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    padding: 0; }
    .woocommerce-product-gallery .flex-control-thumbs li {
      list-style: none;
      cursor: pointer; }
    .woocommerce-product-gallery .flex-control-thumbs img {
      opacity: .5; }
      .woocommerce-product-gallery .flex-control-thumbs img:hover, .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
        opacity: 1; }
  .woocommerce-product-gallery img {
    display: block; }
  .woocommerce-product-gallery .flex-control-thumbs {
    margin-top: 0; }

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

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

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

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

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

.product .summary .stock {
  text-transform: uppercase;
  font-size: 13px;
  line-height: normal;
  font-weight: 400;
  display: inline-block;
  background: #f8f8f8;
  padding: 7px 10px 7px 25px;
  position: relative;
  line-height: 15px; }
  .product .summary .stock:before {
    position: absolute;
    font-family: FontAwesome;
    top: 7px;
    left: 6px;
    font-size: 1.05em; }
.product .summary .in-stock {
  background-color: #A4ECD3;
  color: #435c50; }
  .product .summary .in-stock:before {
    content: "\f00c"; }
.product .summary .out-of-stock {
  background-color: #ff786d;
  color: #fff; }
  .product .summary .out-of-stock:before {
    content: "\f00d"; }
.product .summary .group_table {
  margin-bottom: 20px; }
  .product .summary .group_table .quantity {
    margin-bottom: 5px; }
  .product .summary .group_table .stock {
    margin: 0 0 0 10px; }
  .product .summary .group_table label {
    margin-bottom: 0; }

.quantity {
  height: 100%;
  width: 70px;
  position: relative;
  display: inline-block; }
  .quantity input {
    border-radius: 0;
    line-height: 1;
    max-width: 100%;
    outline: none; }
  .quantity .qty {
    height: 45px;
    line-height: 1;
    padding: 10px 11px 10px;
    text-align: center; }

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

.entry-summary button.single_add_to_cart_button {
  text-align: center;
  min-width: 190px; }
.entry-summary .variations {
  position: relative;
  z-index: 1;
  width: auto;
  margin-bottom: 10px; }
  @media (max-width: 991px) {
    .entry-summary .variations {
      width: 100%; } }
  .summary .entry-summary .variations {
    margin-bottom: 50px; }
  .entry-summary .variations td {
    padding: 6px 6px 6px 12px;
    z-index: 5; }
  .entry-summary .variations .label {
    padding-left: 0; }
  .entry-summary .variations label {
    text-transform: uppercase;
    line-height: normal;
    margin: 0;
    font-size: 12px; }
  .entry-summary .variations select {
    display: block;
    width: 100%;
    padding: 6px 15px;
    border-radius: 0;
    font-size: 14px;
    height: 40px;
    font-weight: normal;
    border: 1px solid #ececec;
    background: #FFF;
    min-width: 120px;
    position: relative;
    z-index: 2;
    width: 100%;
    font-size: 12px;
    height: 24px;
    padding: 3px 10px; }
  .entry-summary .variations .customSelect .customSelectInner {
    padding: 7px 16px; }
  .entry-summary .variations .reset_variations {
    position: absolute;
    right: -45px;
    bottom: 10px;
    font-size: 10px;
    text-transform: uppercase; }
.entry-summary .single_variation {
  margin-bottom: 20px; }
.entry-summary form.cart {
  margin: 30px 0; }
  .entry-summary form.cart .single_add_to_cart_button {
    height: 45px;
    vertical-align: top; }
.entry-summary a:not(.button) {
  border-bottom: 2px solid #111; }

.product_meta {
  text-transform: uppercase;
  font-size: 13px;
  line-height: normal;
  font-weight: 400;
  margin: 0 0 10px;
  letter-spacing: 0; }
  .product_meta:before, .product_meta:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .product_meta:after {
    clear: both; }
  .product_meta .sku_wrapper {
    float: right; }
  .product_meta .posted_in a {
    margin-left: 5px; }
  .product_meta > span {
    display: block;
    margin: 5px 0; }

/* Product Tabs  */
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs {
  float: left;
  width: 34%; }
  .woocommerce-tabs.wc-tabs-wrapper .wc-tabs:before, .woocommerce-tabs.wc-tabs-wrapper .wc-tabs:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .woocommerce-tabs.wc-tabs-wrapper .wc-tabs:after {
    clear: both; }
  @media (max-width: 767px) {
    .woocommerce-tabs.wc-tabs-wrapper .wc-tabs {
      float: none;
      width: 100%; } }

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

.woocommerce-tabs {
  margin: 0 0 30px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid lightgray; }
  @media (max-width: 991px) {
    .woocommerce-tabs {
      margin-bottom: 35px; } }
  .woocommerce-tabs .tabs {
    float: left;
    width: 34%;
    list-style: none;
    margin: 0;
    padding: 25px 25px 25px 0; }
    .woocommerce-tabs .tabs:before, .woocommerce-tabs .tabs:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .woocommerce-tabs .tabs:after {
      clear: both; }
    @media (max-width: 767px) {
      .woocommerce-tabs .tabs {
        float: none;
        width: 100%; } }
    .woocommerce-tabs .tabs li {
      display: block;
      border-bottom: 1px solid #ececec; }
      .woocommerce-tabs .tabs li a {
        padding: 14px 0 13px;
        text-transform: uppercase;
        display: inline-block;
        font-size: 14px;
        border-bottom: 1px solid transparent;
        color: #333;
        line-height: 1;
        transition: all 0.18s ease; }
        .woocommerce-tabs .tabs li a:hover {
          text-decoration: none; }
    .woocommerce-tabs .tabs li.active a {
      color: #111; }
  .woocommerce-tabs .wc-tab {
    float: right;
    width: 66%;
    border-left: 1px solid #ececec;
    margin: 0; }
    .woocommerce-tabs .wc-tab:before, .woocommerce-tabs .wc-tab:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .woocommerce-tabs .wc-tab:after {
      clear: both; }
    @media (max-width: 767px) {
      .woocommerce-tabs .wc-tab {
        float: none;
        width: 100%;
        border: none; } }
  .woocommerce-tabs .panel {
    min-height: 230px;
    padding: 25px; }
    @media (max-width: 767px) {
      .woocommerce-tabs .panel {
        padding: 0; } }
    .woocommerce-tabs .panel > h2, .woocommerce-tabs .panel #reviews h2 {
      display: none; }
    .woocommerce-tabs .panel#tab-reviews #reply-title {
      font-size: 15px;
      text-transform: uppercase;
      padding: 0 0 5px;
      display: inline-block;
      margin-bottom: 20px; }
      .woocommerce-tabs .panel#tab-reviews #reply-title:after {
        display: none; }
    .woocommerce-tabs .panel#tab-reviews label {
      margin: 0; }
    .woocommerce-tabs .panel#tab-reviews #comments {
      margin: 0; }
      .woocommerce-tabs .panel#tab-reviews #comments .comment_container {
        padding: 0 0 15px 0; }
      .woocommerce-tabs .panel#tab-reviews #comments .comment-text {
        padding: 0;
        margin: 0; }

/* Product Comments */
.commentlist {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0; }
  .commentlist .avatar {
    width: 64px;
    height: 64px;
    float: left;
    margin: 0 15px 15px 0;
    overflow: visible; }
    @media (max-width: 767px) {
      .commentlist .avatar {
        display: none; } }
  .commentlist .description {
    overflow: hidden; }
  .commentlist .meta {
    margin: 0 0 10px; }

.comment-form-rating p.stars a {
  display: inline-block;
  position: relative;
  width: 25px;
  text-indent: -9999px;
  margin-right: 10px;
  border: none; }
  .comment-form-rating p.stars a:after {
    font-family: FontAwesome;
    font-size: 1em;
    content: "\f006";
    margin-right: 7px;
    opacity: 1;
    display: inline-block;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0; }
  .comment-form-rating p.stars a.active:after {
    content: "\f005"; }
.comment-form-rating p.stars .star-2 {
  width: 35px; }
  .comment-form-rating p.stars .star-2:after {
    content: "\f006\f006"; }
  .comment-form-rating p.stars .star-2.active:after {
    content: "\f005\f005"; }
.comment-form-rating p.stars .star-3 {
  width: 48px; }
  .comment-form-rating p.stars .star-3:after {
    content: "\f006\f006\f006"; }
  .comment-form-rating p.stars .star-3.active:after {
    content: "\f005\f005\f005"; }
.comment-form-rating p.stars .star-4 {
  width: 61px; }
  .comment-form-rating p.stars .star-4:after {
    content: "\f006\f006\f006\f006"; }
  .comment-form-rating p.stars .star-4.active:after {
    content: "\f005\f005\f005\f005"; }
.comment-form-rating p.stars .star-5 {
  width: 68px; }
  .comment-form-rating p.stars .star-5:after {
    content: ""; }
  .comment-form-rating p.stars .star-5.active:after {
    content: "\f005\f005\f005\f005\f005"; }

/* Related - upsels */
.single-product .related > h2, .single-product .upsells > h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin-bottom: 35px; }
  .single-product .related > h2:after, .single-product .upsells > h2:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background: #111; }

/* Pagination
========================================= */
.woocommerce-pagination {
  font-family: "proxima_nova", sans-serif;
  font-size: 11px;
  margin: 0 0 30px 0;
  border: solid 1px #ebebeb; }
  .woocommerce-pagination ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .woocommerce-pagination ul li {
      display: inline-block; }
  .woocommerce-pagination a,
  .woocommerce-pagination > span,
  .woocommerce-pagination li span {
    border-right: solid 1px #ebebeb;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    padding: 14px 18px;
    line-height: normal; }
  .woocommerce-pagination a:hover, .woocommerce-pagination .current {
    background: #111;
    color: #fff; }
  .woocommerce-pagination .paging-standard {
    text-align: center;
    width: 50%;
    text-align: center; }
  .woocommerce-pagination .paging-older {
    float: left;
    width: 50%; }
  .woocommerce-pagination .paging-newer {
    float: right;
    border-right: 0; }

/* Star Rating
========================================= */
.woocommerce .star-rating, .woocommerce-page .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 12px;
  width: 55px;
  font-family: FontAwesome; }
  .woocommerce .star-rating:before, .woocommerce-page .star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  .woocommerce .star-rating span, .woocommerce-page .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
    .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before {
      content: "\f005\f005\f005\f005\f005";
      top: 0;
      position: absolute;
      left: 0; }

/* Cart Page
========================================= */
.shop_table {
  width: 100%;
  margin: 0 0 35px; }
  .shop_table th, .shop_table td {
    border-bottom: 1px solid #ececec; }
    @media (max-width: 767px) {
      .shop_table th, .shop_table td {
        font-size: 0.8em; } }
  .shop_table th {
    text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    text-align: left;
    font-weight: normal;
    padding: 0 10px 5px; }
    @media (max-width: 767px) {
      .shop_table th {
        font-size: 0.65em; } }
  .shop_table td {
    padding: 10px; }
  .shop_table .variation {
    margin: 0 0 5px; }
    .shop_table .variation dt, .shop_table .variation dd {
      display: inline;
      margin: 0; }
      .shop_table .variation dt p, .shop_table .variation dd p {
        display: inline;
        margin: 0; }
  .shop_table .product-price {
    margin: 0; }
    .shop_table .product-price .amount {
      font-size: 14px; }
  .shop_table .product-thumbnail {
    text-align: center; }
    .shop_table .product-thumbnail img {
      max-width: 80px; }
    @media (max-width: 767px) {
      .shop_table .product-thumbnail {
        display: none; } }
  .shop_table .product-subtotal .amount {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.03em; }
  @media (max-width: 767px) {
    .shop_table .product-remove {
      display: none; } }
  .shop_table .product-remove .remove {
    display: inline-block;
    text-indent: -999em;
    border: none;
    color: #333; }
    .shop_table .product-remove .remove:hover {
      text-decoration: none; }
    .shop_table .product-remove .remove:after {
      font-family: FontAwesome;
      content: "\f00d";
      font-size: 14px;
      display: block;
      text-indent: 0;
      margin-top: -23px; }
  .shop_table .quantity {
    height: auto; }
    @media (max-width: 767px) {
      .shop_table .quantity {
        width: auto; } }
  .shop_table .actions > .button {
    float: right;
    margin: 15px 0; }
    @media (max-width: 991px) {
      .shop_table .actions > .button {
        margin: 0; } }

.coupon {
  margin: 15px 0;
  position: relative;
  float: left;
  width: 300px; }
  .coupon label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .coupon input[type="submit"] {
    position: absolute;
    right: 0;
    bottom: 0; }
  @media (max-width: 991px) {
    .coupon {
      width: 100%;
      float: none; } }

.cart-collaterals {
  margin-left: -15px;
  margin-right: -15px; }
  .cart-collaterals:before, .cart-collaterals:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .cart-collaterals:after {
    clear: both; }
  .cart-collaterals > .cart_totals {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .cart-collaterals > .cart_totals {
        float: left;
        width: 50%; } }
    @media (min-width: 991px) {
      .cart-collaterals > .cart_totals {
        float: right; } }
  .cart-collaterals > .cross-sells {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .cart-collaterals > .cross-sells {
        float: left;
        width: 50%; } }
    @media (min-width: 991px) {
      .cart-collaterals > .cross-sells {
        float: left; } }
    .cart-collaterals > .cross-sells .products > li {
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 50%; }
  .cart-collaterals .shipping .shipping-calculator-button {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    border: none; }
    .cart-collaterals .shipping .shipping-calculator-button:after {
      font-family: FontAwesome;
      content: "\f107";
      margin-left: 5px; }
    .cart-collaterals .shipping .shipping-calculator-button:hover {
      text-decoration: none; }

.cart_totals {
  margin: 0 0 25px; }
  .cart_totals h2 {
    border-bottom: 1px solid #ececec;
    padding-bottom: 3px;
    font-size: 16px;
    text-transform: uppercase; }
  .cart_totals table {
    width: 100%;
    margin: 0 0 30px; }
    .cart_totals table th, .cart_totals table td {
      text-transform: uppercase;
      font-size: 14px;
      line-height: normal;
      font-weight: 400;
      text-align: left;
      padding: 10px 0;
      border-bottom: 1px solid #ececec; }
    .cart_totals table td {
      padding: 5px;
      text-align: right; }
    .cart_totals table th {
      font-weight: normal; }
    .cart_totals table .order-total .amount {
      font-size: 16px; }

#shipping_method {
  list-style: none;
  margin: 0;
  padding: 0; }
  #shipping_method li {
    display: block;
    padding: 4px 0; }
  #shipping_method label {
    display: inline;
    margin-left: 5px; }

.shipping-calculator-form select {
  width: 100%; }
.shipping-calculator-form .input-text {
  width: 100%;
  line-height: 36px;
  padding-top: 6px; }

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

.checkout-button {
  display: inline-block;
  font-weight: normal;
  margin: 0;
  line-height: normal;
  border: none !important;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.18s background-color ease, color 0.18s ease, 0.18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 50px;
  width: auto;
  height: auto;
  background-image: none;
  padding: 12px 25px 11px;
  font-size: 11px;
  letter-spacing: 2px;
  background-color: #111;
  color: #FFF;
  text-transform: uppercase; }
  .checkout-button:active {
    outline: none; }
  .checkout-button:hover {
    background: #222;
    color: #FFF;
    text-decoration: none; }
  .checkout-button:focus {
    outline: none;
    color: #FFF; }

/* Checkout Page
========================================= */
.woocommerce form.login {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -10px; }
  .woocommerce form.login:before, .woocommerce form.login:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .woocommerce form.login:after {
    clear: both; }
  .woocommerce form.login p {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
  .woocommerce form.login .form-row-first,
  .woocommerce form.login .form-row-last {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .woocommerce form.login .form-row-first,
      .woocommerce form.login .form-row-last {
        float: left;
        width: 50%; } }
  .woocommerce form.login .input-text {
    width: 100%; }
  .woocommerce form.login .button {
    height: 44px;
    padding: 10px 64px; }
  .woocommerce form.login .inline {
    display: inline-block;
    margin-left: 20px; }
    .woocommerce form.login .inline #rememberme {
      margin-right: 5px; }
      @media (max-width: 767px) {
        .woocommerce form.login .inline #rememberme {
          margin: 5px 0 0;
          display: inline-block; } }
  .woocommerce form.login .lost_password a {
    display: block;
    padding-bottom: 10px;
    border-bottom: 2px solid lightgray;
    margin-bottom: 15px; }
.woocommerce form.checkout_coupon {
  margin: 0 0 30px; }
.woocommerce .checkout .select2-choice {
  padding: 8px 12px 6px 15px;
  border: 1px solid #ebebeb;
  border-radius: 0; }

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

.woocommerce .col2-set {
  margin-left: -15px;
  margin-right: -15px; }
  .woocommerce .col2-set:before, .woocommerce .col2-set:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .woocommerce .col2-set:after {
    clear: both; }
  .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
        float: left;
        width: 50%; } }

.woocommerce-billing-fields,
.woocommerce-shipping-fields {
  margin-left: -15px;
  margin-right: -15px; }
  .woocommerce-billing-fields:before, .woocommerce-billing-fields:after,
  .woocommerce-shipping-fields:before,
  .woocommerce-shipping-fields:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .woocommerce-billing-fields:after,
  .woocommerce-shipping-fields:after {
    clear: both; }
  .woocommerce-billing-fields p, .woocommerce-billing-fields h3,
  .woocommerce-shipping-fields p,
  .woocommerce-shipping-fields h3 {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin: 0 0 20px; }
  .woocommerce-billing-fields .form-row-first,
  .woocommerce-billing-fields .form-row-last,
  .woocommerce-shipping-fields .form-row-first,
  .woocommerce-shipping-fields .form-row-last {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .woocommerce-billing-fields .form-row-first,
      .woocommerce-billing-fields .form-row-last,
      .woocommerce-shipping-fields .form-row-first,
      .woocommerce-shipping-fields .form-row-last {
        float: left;
        width: 50%; } }
  .woocommerce-billing-fields .input-text,
  .woocommerce-shipping-fields .input-text {
    width: 100%;
    line-height: 36px;
    padding-top: 6px; }
  .woocommerce-billing-fields abbr,
  .woocommerce-shipping-fields abbr {
    text-decoration: none;
    border: none; }
  .woocommerce-billing-fields label.checkbox,
  .woocommerce-shipping-fields label.checkbox {
    display: inline-block; }
  .woocommerce-billing-fields textarea,
  .woocommerce-shipping-fields textarea {
    min-height: 130px; }
  .woocommerce-billing-fields select,
  .woocommerce-shipping-fields select {
    display: block;
    width: 100%;
    padding: 6px 15px;
    border-radius: 0;
    font-size: 14px;
    height: 40px;
    font-weight: normal;
    border: 1px solid #ececec;
    background: #FFF; }

#order_comments {
  line-height: 100%;
  padding-top: 17px; }

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

#order_review .shop_table td, #order_review .shop_table th {
  text-align: right;
  padding-left: 0;
  padding-right: 0; }
#order_review .shop_table .product-total {
  text-align: right; }
#order_review .shop_table .product-name {
  text-align: left; }
#order_review .shop_table tfoot tr {
  border: none; }
#order_review .shop_table tfoot td, #order_review .shop_table tfoot th {
  padding: 9px 0 0;
  text-align: right; }
#order_review .shop_table .order-total .amount {
  font-size: 16px; }

.payment_methods {
  list-style: none;
  padding: 0;
  margin: 0 0 30px; }
  .payment_methods li {
    padding: 10px 0;
    border-bottom: 1px solid lightgray; }
  .payment_methods .woocommerce-notice {
    padding: 14px 20px 14px 45px; }
  .payment_methods label {
    display: inline-block;
    margin: 0 0 0 5px; }

.payment_method_paypal img {
  display: none; }

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

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

.place-order .terms {
  display: inline-block;
  margin-left: 20px; }
  @media (max-width: 767px) {
    .place-order .terms {
      margin: 5px 0 0;
      display: block; } }
.place-order label[for="terms"] {
  display: inline-block;
  margin-right: 5px; }

.select2-container--default .select2-selection--single {
  background-color: #ebebeb;
  border: 0;
  border-radius: 50px;
  height: 40px;
  padding: 5px;
  font-weight: 400;
  box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, 0.1); }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 0; }

/* Account Page
========================================= */
.woocommerce .edit {
  text-transform: uppercase;
  font-size: 0.775em; }

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

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

.woocommerce fieldset {
  margin: 30px 0;
  padding: 25px;
  border: 1px solid #ececec; }
.woocommerce legend {
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 14px; }

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

.woocommerce-MyAccount-navigation {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0; }
  @media (min-width: 992px) {
    .woocommerce-MyAccount-navigation {
      float: left;
      width: 25%; } }
  @media (max-width: 992px) {
    .woocommerce-MyAccount-navigation {
      padding: 0; } }
  .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    display: block; }
    .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
      padding: 10px 0;
      display: block;
      border-bottom: 1px solid #ececec;
      position: relative; }
      .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a::after {
        font-family: FontAwesome;
        content: "\f105";
        position: absolute;
        top: 10px;
        right: 5px; }
    .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
      color: #111; }
  .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a:after {
    content: ""; }

.woocommerce-MyAccount-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0; }
  @media (min-width: 992px) {
    .woocommerce-MyAccount-content {
      float: left;
      width: 75%; } }
  @media (max-width: 992px) {
    .woocommerce-MyAccount-content {
      padding: 0;
      margin-top: 30px; } }

/* Widgets
========================================= */
/* Product Widget */
.product_list_widget {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (max-width: 991px) {
    .product_list_widget {
      margin-left: -15px;
      margin-right: -15px; }
      .product_list_widget:before, .product_list_widget:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */ }
      .product_list_widget:after {
        clear: both; }
      .product_list_widget:before, .product_list_widget:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */ }
      .product_list_widget:after {
        clear: both; } }
  .product_list_widget li {
    display: block;
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .product_list_widget li {
        position: relative;
        float: left;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 50%; } }
    @media (max-width: 480px) {
      .product_list_widget li {
        position: relative;
        float: left;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%; } }
    .product_list_widget li > a img {
      width: 100%;
      display: block;
      margin-bottom: 10px; }
    .product_list_widget li ins {
      text-decoration: none; }
    .product_list_widget li .amount {
      margin-left: 5px; }
    .product_list_widget li .reviewer {
      display: block; }
    .product_list_widget li .star-rating {
      top: 5px; }

/* Top Rated */
.widget_top_rated_products .product-title {
  display: block; }
.widget_top_rated_products del .amount {
  margin-left: 0; }
.widget_top_rated_products li .star-rating {
  top: -15px; }

/* Cart Widget */
.widget_shopping_cart_content li {
  position: relative; }
  .widget_shopping_cart_content li .remove {
    position: absolute;
    right: 5px;
    top: -5px;
    font-size: 20px;
    display: none; }
  .widget_shopping_cart_content li:hover .remove {
    display: block; }
.widget_shopping_cart_content .quantity .amount {
  margin: 0; }
.widget_shopping_cart_content .variation {
  margin: 3px 0 5px; }
  .widget_shopping_cart_content .variation:before, .widget_shopping_cart_content .variation:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .widget_shopping_cart_content .variation:after {
    clear: both; }
  .widget_shopping_cart_content .variation dd, .widget_shopping_cart_content .variation dt {
    float: left;
    margin: 0 5px 0 0; }
.widget_shopping_cart_content .total {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  text-transform: uppercase;
  padding: 12px 0;
  margin-top: 15px; }
.widget_shopping_cart_content .buttons:before, .widget_shopping_cart_content .buttons:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.widget_shopping_cart_content .buttons:after {
  clear: both; }
.widget_shopping_cart_content .buttons a {
  float: left;
  width: 49.5%; }
  .widget_shopping_cart_content .buttons a:first-child {
    margin-right: 1%; }

/* Product Search */
.woocommerce-product-search input[type="submit"] {
  margin-top: 10px; }
.woocommerce-product-search .search-field {
  padding-top: 4px; }

/* Product Categories */
.widget_product_categories ul,
.widget_layered_nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget_product_categories ul ul,
  .widget_layered_nav ul ul {
    margin-left: 15px; }
  .widget_product_categories ul li,
  .widget_layered_nav ul li {
    line-height: normal;
    display: block;
    position: relative; }
    .widget_product_categories ul li a,
    .widget_layered_nav ul li a {
      display: block;
      padding: 11px 0;
      border-bottom: 1px solid #ececec; }
    .widget_product_categories ul li .count,
    .widget_product_categories ul li .ci-count,
    .widget_layered_nav ul li .count,
    .widget_layered_nav ul li .ci-count {
      position: absolute;
      right: 0;
      top: 8px;
      font-size: 12px;
      font-weight: bold;
      font-style: italic;
      transition: all 0.18s ease;
      padding: 4px 3px; }

/* tag cloud */
.tag-cloud-link {
  border-bottom: 2px solid #111; }

/*# sourceMappingURL=style.css.map */
