﻿/*!
	Theme Name: Sea of Shoes (2018)
	Theme URI: http://jeffdashley.com/

	Description: Sea of Shoes Custom Child Theme for Genesis
	Author: Jeff Dashley
	Author URI: http://www.jeffdashley.com/
	Version: 1.0.0

	Template: genesis

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: seaofshoes
*/
/* -------------------------------------------
  > TABLE OF CONTENTS <
---------------------------------------------- */
/*
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
  - Skip Links
- Common Classes
	- Alignments
- Structure and Layout
	- Site Container
	- Site Inner
  - Column Widths
  - Column Classes
- Widgets
  - Base
  - Calendar
	- Featured Content
  - Search Form
- Site Header
  - Base
	- Title Area
- Site Navigation
	- Genesis Menu
	- Header Primary Menu
  - Accessibility Menu
  - Responsive Menu
  - Breadcrumbs
  - Pagination
- Content Area
	- Entry Content
  - After Entry
	- Entry Meta
	- Sidebar Content
  - Entry Messages
  - Entry Comments
  - Archives
  - Search
- Pages
  - About Page
  - Contact Page
  - Privacy Policy
  - Terms of Service
  - Shop Page
  - 404 Page
- Front Page
  - Base
  - Widgets
  - Main Post
  - Recent Posts
  - Shops
  - Categories Section
  - Social Section
  - Guides Section
- Footer Area
  - Footer Widgets
  - Site Footer
- Plugins
	- Jetpack
  - Carousel
*/
/* ------------------------------------------
  # HTML5 RESET
--------------------------------------------- */
/* ## Baseline Normalize
------------------------------- */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ## Box Sizing
------------------------------- */
html, input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* ## Float Clearing
------------------------------- */
.author-box:before, .clearfix:before, .entry:before, .entry-content:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .pagination:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .widget:before, .wrap:before {
  content: " ";
  display: table;
}

.author-box:after, .clearfix:after, .entry:after, .entry-content:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .widget:after, .wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/* ------------------------------------------
  # DEFAULTS
--------------------------------------------- */
/* ## Typographical Elements
------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* Chrome fix */
body {
  background-color: #FFF;
  color: #000;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}

body > div {
  font-size: 1.8rem;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

a, button {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

input:focus, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

textarea:focus, .button, .gallery img {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.header-image .site-title > a, .header-image .title-area {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.site-header {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

a {
  color: #1D1D1D;
  text-decoration: none;
  outline: none;
}

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

p {
  margin: 0 0 30px;
  padding: 0;
  font-family: 'alda', sans-serif;
  color: #1D1D1D;
}

ol, ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 1em 0;
}

b, strong {
  font-weight: 600;
}

blockquote, cite, em, i {
  font-style: italic;
}

mark {
  background-color: #ddd;
  color: #000;
}

blockquote {
  margin: 40px;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

/* ## Headings
------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0 0 10px;
  font-weight: 100;
}

h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

h2 {
  font-size: 30px;
  font-size: 3rem;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

h4 {
  font-size: 20px;
  font-size: 2rem;
}

.entry-content h2, .entry-content h3, .entry-content h4 {
  margin-bottom: 20px;
  margin-top: 40px;
}

h5 {
  font-size: 18px;
  font-size: 1.8rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

/* ## Objects
------------------------------- */
embed, iframe, img, object, video, .wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

figure {
  margin: 0;
}

/* ## Gallery
------------------------------- */
.gallery {
  overflow: hidden;
}

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

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

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

.gallery-columns-3 .gallery-item {
  width: 33%;
}

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

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

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

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

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery img {
  height: auto;
  padding: 0px 5px;
}

.gallery-item a {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #FFF !important;
}

/* ## Forms
------------------------------- */
input {
  background-color: #FFF;
  border: none;
  border-bottom: 1px solid #B6B6B6;
  border-radius: 0;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.625;
  padding: 15px;
  width: 100%;
}

input[type="search"] {
  background-color: #FFF;
  border: 1px solid #B6B6B6;
  border-radius: 0;
  color: #000;
  font-family: "bodoni-urw", serif;
  font-size: 1.8em;
  font-weight: 300;
  padding: 15px;
  width: 100%;
}

select, textarea {
  background-color: #FFF;
  border: 1px solid #B6B6B6;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.625;
  padding: 15px;
  width: 100%;
}

input[type="search"] {
  -webkit-appearance: none;
}

input:focus, input[type="search"]:focus {
  background-color: #F1F1F1;
  border-bottom: 1px solid #B6B6B6;
  outline: none;
}

textarea:focus {
  background-color: #F1F1F1;
  border: 1px solid #B6B6B6;
  outline: none;
}

input[type="checkbox"], input[type="image"], input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #000;
}

button {
  background-color: #000;
  border: 0;
  border-radius: 3px;
  color: #FFF;
  cursor: pointer;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1;
  padding: 20px 30px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
}

input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #000;
  border: 0;
  border-radius: 3px;
  color: #FFF;
  cursor: pointer;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1;
  padding: 20px 30px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
}

.button {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
}

.button.large {
  font-size: 14px;
  font-size: 1.4rem;
}

.button.secondary {
  background-color: #eee;
  color: #000;
}

.landing-page .button {
  margin-top: 20px;
}

a.button.small, button.small {
  padding: 15px 20px;
}

input[type="button"].small, input[type="reset"].small, input[type="submit"].small {
  padding: 15px 20px;
}

button:hover, button:focus {
  background-color: #B6B6B6;
  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
  color: #FFF;
}

input:hover[type="button"], input:focus[type="button"], input:hover[type="reset"], input:focus[type="reset"], input:hover[type="submit"], input:focus[type="submit"] {
  background-color: #B6B6B6;
  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
  color: #FFF;
}

.button:hover, .button:focus {
  background-color: #D6D6D6;
  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
  color: #FFF;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #000;
  color: #FFF;
}

.site-container button:disabled {
  background-color: #F1F1F1;
  border-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #B6B6B6;
  cursor: not-allowed;
}

.site-container button:disabled:hover {
  background-color: #F1F1F1;
  border-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #D6D6D6;
  cursor: not-allowed;
}

.site-container input:disabled, .site-container input[type="button"]:disabled, .site-container input[type="reset"]:disabled, .site-container input[type="submit"]:disabled, .site-container input:disabled:hover, .site-container input[type="button"]:disabled:hover, .site-container input[type="reset"]:disabled:hover, .site-container input[type="submit"]:disabled:hover {
  background-color: #F1F1F1;
  border-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #B6B6B6;
  cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
  display: none;
}

/* ## Tables
------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

tbody {
  border-bottom: 1px solid #F1F1F1;
}

td, th {
  text-align: left;
}

td {
  border-top: 1px solid #F1F1F1;
  padding: 6px;
}

th {
  font-weight: 400;
  padding: 0 6px;
}

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

/* ## Screen Reader
------------------------------- */
.screen-reader-shortcut, .screen-reader-text, .screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus, .screen-reader-shortcut:focus, .screen-reader-text:focus, .widget_search input[type="submit"]:focus {
  background-color: #FFF;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.more-link {
  position: relative;
}

/* ## Skip Links
------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/* Display outline on focus */
:focus {
  color: #000;
  outline: 0;
}

@media only screen and (max-width: 1023px) {
  .genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden;
  }
}

/* ------------------------------------------
  # COMMON
--------------------------------------------- */
/* ## Alignments
------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

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

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

a.alignleft, a.alignnone, a.alignright {
  max-width: 100%;
}

img.centered, .aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone, .alignnone {
  margin-bottom: 12px;
  display: block;
  margin: auto;
}

a.alignleft, img.alignleft, .wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

a.alignright, img.alignright, .wp-caption.alignright {
  margin: 0 0 20px 20px;
}

/* ------------------------------------------
  # STRUCTURE & LAYOUT
--------------------------------------------- */
/* ## Site Container
------------------------------- */
.site-container {
  background-color: #FFF;
  z-index: 99;
}

.gmm-active .site-container {
  margin-bottom: 0 !important;
}

/* ## Site Inner
------------------------------- */
.site-inner, .wrap {
  margin: 0 auto;
}

.site-inner {
  max-width: 100%;
  clear: both;
  margin-bottom: 100px;
  margin-top: 140px;
  position: relative;
  word-wrap: break-word;
  z-index: 999;
}

@media only screen and (max-width: 1023px) {
  .site-inner {
    max-width: 90%;
  }
}

@media only screen and (max-width: 600px) {
  .admin-bar .site-inner {
    margin-top: 98px;
  }
  .site-inner {
    margin-top: 90px;
  }
}

/* ## Column Widths
------------------------------- */
/* Content */
.content {
  float: right;
  position: relative;
}

.content-sidebar .content {
  float: left;
}

.full-width-content .content {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/* Sidebar */
.sidebar {
  float: right;
  width: 360px;
}

.sidebar-content .sidebar {
  float: left;
}

/* ## Column Classes
------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half, .three-sixths, .two-fourths {
  width: 48.717948717948715%;
}

.one-third, .two-sixths {
  width: 31.623931623931625%;
}

.four-sixths, .two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}

@media only screen and (max-width: 782px) {
  .five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .pricing-table .one-fifth, .pricing-table .one-fourth, .pricing-table .one-half, .pricing-table .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
    margin: 0;
    width: 100%;
  }
}

/* ------------------------------------------
  # HEADER AREA
--------------------------------------------- */
/* ## Base (Header Area)
------------------------------- */
.site-header {
  background-color: #FFF;
  border-bottom: 1px solid transparent;
  min-height: 80px;
  padding: 10px 0px 0px 0px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid #E7E7E7;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

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

.site-header .wrap {
  max-width: 1280px;
}

.site-header > .wrap > * {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.site-header.search-visible > .wrap > :not(.header-search-wrap) {
  opacity: 0;
}

.shadow .site-header, .site-header.search-visible {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 1279px) {
  .site-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
  .site-header {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }
}

@media only screen and (max-width: 600px) {
  .admin-bar .site-header {
    position: relative;
    top: 0;
  }
  .admin-bar .entry-background {
    margin-top: 0;
  }
  .site-header {
    min-height: 50px;
  }
}

/* ## Title Area (Header Area)
------------------------------- */
.title-area {
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 10px;
}

.header-image .title-area {
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  padding: 0;
  width: 133px;
}

.site-title {
  font-family: "eloquent-jf-pro", serif;
  font-size: 2em;
  letter-spacing: .03em;
  line-height: 2;
  margin-bottom: 0;
  margin-top: 0px;
}

.site-title a {
  color: #000;
  text-decoration: none;
}

.site-title a:hover, .site-title a:focus {
  color: #FF0202;
  text-decoration: none;
}

.header-image .site-title {
  display: block;
  height: 0;
  margin-bottom: 0;
  text-indent: -9999px;
}

.header-image .site-title > a {
  background-size: contain !important;
  background-position: left center !important;
  float: left;
  min-height: 50px;
  width: 100%;
}

.site-description {
  display: block;
  height: 0;
  margin-bottom: 0;
  text-indent: -9999px;
  display: none;
}

.title-area img {
  float: left;
  margin-right: 5px;
  width: 60px;
}

@media only screen and (max-width: 1140px) {
  .site-title {
    font-size: 1.6em;
    letter-spacing: .03em;
    line-height: 2.3;
  }
  .title-area img {
    float: left;
    margin-right: 5px;
    width: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .title-area {
    padding: 0;
    margin: 0;
  }
  .title-area img {
    margin-right: 5px;
    margin-top: 9px;
    width: 25px;
  }
  .site-title {
    margin-top: -5px;
    font-size: 1.3em;
    padding: 0px;
  }
}

/* ------------------------------------------
  # SITE NAVIGATION
--------------------------------------------- */
/* ## Genesis Menu (Navigation)
------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  margin-top: 5px;
}

.genesis-nav-menu li {
  float: none;
  list-style-type: none;
}

.genesis-nav-menu li li {
  margin-left: 0;
}

.genesis-nav-menu .menu-item, .genesis-nav-menu .toggle-header-search {
  display: inline-block;
  text-align: left;
}

.genesis-nav-menu .menu-item:focus, .genesis-nav-menu .menu-item:hover {
  position: relative;
}

.genesis-nav-menu a, .genesis-nav-menu .toggle-header-search {
  color: #000;
  display: block;
  font-family: "proxima-soft", sans-serif;
  font-size: .65em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 5px;
}

.genesis-nav-menu a:focus, .genesis-nav-menu a:hover {
  color: #FF0202;
}

.genesis-nav-menu .current-menu-item > a {
  -webkit-box-shadow: inset 0 -0.01em #FFF, inset 0 -0.23em #FF0202;
  box-shadow: inset 0 -0.01em #FFF, inset 0 -0.23em #FF0202;
}

.genesis-nav-menu .toggle-header-search:focus, .genesis-nav-menu .toggle-header-search:hover {
  color: #FF0202;
}

.genesis-nav-menu .sub-menu {
  background: transparent;
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  width: 160px;
  z-index: 99;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
}

.genesis-nav-menu .sub-menu:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid red;
  content: " ";
  height: 0;
  left: 15px;
  position: absolute;
  top: 0;
  width: 0;
}

.genesis-nav-menu .sub-menu .sub-menu:before {
  display: none;
}

.genesis-nav-menu .sub-menu a {
  background-color: #000;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 12px 15px;
  position: relative;
  width: 160px;
  border-bottom: 1px dotted #B6B6B6;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -42px 0 0 160px;
}

.genesis-nav-menu > .menu-item > .sub-menu {
  padding-top: 6px;
}

.genesis-nav-menu > .menu-item > .sub-menu > .menu-item:first-child {
  border-radius: 3px 3px 0 0;
}

.genesis-nav-menu > .menu-item .sub-menu > .menu-item:first-child {
  padding-top: 5px;
}

.genesis-nav-menu > .menu-item .sub-menu > .menu-item:last-child {
  padding-bottom: 5px;
}

.genesis-nav-menu > .menu-item > .sub-menu > .menu-item:last-child {
  background-color: #000;
  border-radius: 0 0 3px 3px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

@media only screen and (max-width: 1140px) {
  .genesis-nav-menu {
    margin-top: 10px;
  }
  .genesis-nav-menu li {
    float: none;
  }
  .genesis-nav-menu a, .genesis-nav-menu .toggle-header-search {
    font-size: .6em;
    letter-spacing: .03em;
    padding: 5px;
  }
}

@media only screen and (max-width: 1023px) {
  .genesis-nav-menu {
    margin-top: 80px;
    margin-bottom: 20px;
    border-top: 1px dotted #D6D6D6;
    padding-top: 20px;
  }
  .genesis-nav-menu li {
    float: none;
  }
  .genesis-nav-menu a, .genesis-nav-menu .toggle-header-search {
    font-size: .7em;
    letter-spacing: .03em;
    padding: 5px;
  }
  .genesis-nav-menu .sub-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* ## Header Primary Menu (Navigation)
------------------------------- */
.nav-primary {
  float: right;
  margin-top: -60px;
  text-align: right;
}

.nav-primary .genesis-nav-menu .sub-menu a {
  color: #FFF;
}

.nav-primary .genesis-nav-menu .sub-menu li:last-child a {
  border-bottom: none;
}

.nav-primary .genesis-nav-menu .sub-menu a:focus, .nav-primary .genesis-nav-menu .sub-menu a:hover {
  background-color: #FFF;
  color: #FF0202;
}

.nav-primary .genesis-nav-menu .sub-menu .current-menu-item a {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.thyme-nav a:link, .thyme-nav a:visited {
  font-weight: 700;
  letter-spacing: .02em;
  border-left: 1px solid #B6B6B6;
  padding-left: 10px;
  padding-right: 5px;
}

.thyme-nav a:focus, .thyme-nav a:hover {
  font-weight: 700;
}

.primary-nav-shop a {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.primary-nav-shop a:link, .primary-nav-shop a:visited {
  background: #FF0202;
  color: #FFF;
  padding: 10px 15px 10px 15px;
  font-weight: 900;
  font-family: "omnes-pro", sans-serif;
  font-style: italic;
}

.primary-nav-shop a:focus, .primary-nav-shop a:hover {
  background: #FFF;
  color: #FF0202;
  border: 1px solid #FF0202;
  padding: 9px 14px 9px 14px;
}

.nav-beauty, .nav-wellness, .nav-lifestyle, .nav-guides {
  border-left: 1px solid #B6B6B6;
  padding-left: 8px;
}

.contact {
  border-left: 1px solid #B6B6B6;
  padding-left: 8px;
  border-right: 1px solid #B6B6B6;
  padding-right: 8px;
}

.contact a:link {
  font-weight: 700;
}

.instagram a, .facebook a, .twitter a, .pinterest a {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: .8em;
}

.instagram a {
  padding-left: 10px;
}

.pinterest a {
  padding-right: 10px;
}

.instagram a:hover, .instagram a:focus {
  color: #E4405F;
}

.twitter a:hover, .twitter a:focus {
  color: #55ACEE;
}

.facebook a:hover, .facebook a:focus {
  color: #3B5999;
}

.pinterest a:hover, .pinterest a:focus {
  color: #BD081C;
}

.email-icon a:hover, .email-icon a:focus {
  color: #FF0202;
}

@media only screen and (max-width: 1023px) {
  .nav-beauty, .nav-wellness, .nav-lifestyle, .contact, .nav-guides {
    border: none;
    padding: 0;
  }
  .primary-nav-shop a:link, .primary-nav-shop a:visited {
    background: none;
    color: #FF0202;
  }
}

@media only screen and (max-width: 500px) {
  .instagram a, .facebook a, .twitter a, .pinterest a {
    display: none;
  }
}

/* ## Header Search (Navigation)
------------------------------- */
.header-search-wrap {
  display: none;
}

.js .header-search-wrap {
  height: 100%;
  left: 0;
  padding: 10px 40px;
  position: absolute;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: none;
  transition: none;
  top: 0;
  width: 100%;
  z-index: 1001;
  /* Show above the menu toggle button */
}

.js .header-search-wrap .search-form, .js .header-search-wrap input[type="search"] {
  height: 100%;
}

.search-visible .header-search-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header-search-wrap:target {
  clear: both;
  display: block;
  position: relative;
}

.header-search-wrap input[type="search"] {
  border: 0;
  padding-left: 20px;
  padding-right: 100px;
}

.header-search-wrap input[type="submit"]:focus {
  border-radius: 3px;
  margin-top: 1px;
  padding: 20px;
  right: 50px;
}

.toggle-header-search {
  background: transparent;
}

.js .toggle-header-search.close:focus {
  outline: 0;
}

.toggle-header-search.close {
  color: #000;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(-35px, 0, 0);
  transform: translate3d(-35px, 0, 0);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  width: 30px;
  z-index: 100;
}

.header-search-wrap:target .toggle-header-search.close {
  -webkit-transform: none;
  transform: none;
}

.toggle-header-search .ionicons {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transform: scale(2);
  transform: scale(2);
  padding-right: 10px;
}

.toggle-header-search.close .ionicons {
  position: absolute;
  right: 50%;
  top: calc(50% - 5px);
  -webkit-transform: scale(3);
  transform: scale(3);
}

/* ## Accessible Menu (Navigation)
------------------------------- */
.menu .menu-item:focus {
  position: static;
}

.menu .menu-item.sfHover {
  position: static;
}

.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

.menu .menu-item > a:focus + ul.sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu .menu-item.sfHover > .sub-menu > .menu-item.sfHover > .sub-menu {
  left: 160px;
  margin-left: 0;
}

.menu-toggle, .sub-menu-toggle {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 1023px) {
  .menu-toggle, .sub-menu-toggle {
    border-width: 0;
    color: #000;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
    width: auto;
  }
  .menu-toggle:focus, .menu-toggle:hover {
    background: transparent;
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #D6D6D6;
  }
  .sub-menu-toggle:focus, .sub-menu-toggle:hover {
    background: transparent;
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FF0202;
  }
  .menu-toggle {
    float: right;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 21px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 1000;
    margin-top: -65px;
  }
  .menu-toggle::before {
    font-size: 20px;
    font-size: 2rem;
    margin-right: 5px;
    text-rendering: auto;
    vertical-align: bottom;
  }
  .sub-menu-toggle {
    background: transparent;
    float: right;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 100;
  }
  .sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: transform .25s ease-in-out;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  }
  .sub-menu-toggle.activated::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media only screen and (max-width: 600px) {
  .menu-toggle {
    margin-top: -40px;
    padding: 0px 0px 10px 0px;
  }
}

/* ## Pagination (Navigation)
------------------------------- */
.pagination {
  clear: both;
}

.archive-pagination a {
  color: #000;
  display: block;
  font-family: "omnes-pro", sans-serif;
  font-size: 1.3em;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 10px 10px 10px 15px;
}

.archive-pagination a:hover, .archive-pagination a:focus {
  background-color: #D6D6D6;
}

.archive-pagination li.active a {
  background-color: #D6D6D6;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline-block;
  margin-bottom: 10px;
}

/* ## Responsive (Navigation)
------------------------------- */
@media only screen and (max-width: 1023px) {
  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    width: 100%;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu a {
    width: 100%;
  }
  .js .nav-primary, .sidebar {
    width: 100%;
  }
  .genesis-responsive-menu {
    display: none;
    position: relative;
  }
  .genesis-responsive-menu .wrap {
    padding: 0;
  }
  .site-header > .wrap > .genesis-responsive-menu {
    -webkit-transition: none;
    transition: none;
  }
  .js .genesis-nav-menu > .menu-item .sub-menu > .menu-item:first-child, .js .genesis-nav-menu > .menu-item > .sub-menu > .menu-item:last-child {
    background-color: #FFF;
    color: #000;
  }
  .js .genesis-nav-menu .sub-menu a {
    background-color: #FFF;
    color: #000;
  }
  .js #genesis-mobile-nav-primary {
    background-color: #FFF;
    color: #000;
  }
  #genesis-mobile-nav-primary.activated {
    border-bottom-color: transparent;
  }
  #genesis-mobile-nav-primary:focus, #genesis-mobile-nav-primary:hover {
    color: #FF0202;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
    text-align: left;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item:focus, .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .genesis-responsive-menu .genesis-nav-menu a:focus, .genesis-responsive-menu .genesis-nav-menu a:hover {
    color: #FF0202;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a:focus, .genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a:hover {
    color: #FF0202;
  }
  .genesis-responsive-menu .instagram a:hover {
    color: #E4405F;
  }
  .genesis-responsive-menu .twitter a:hover {
    color: #55ACEE;
  }
  .genesis-responsive-menu .facebook a:hover {
    color: #3B5999;
  }
  .genesis-responsive-menu .pinterest a:hover {
    color: #BD081C;
  }
  .genesis-responsive-menu.nav-primary .genesis-nav-menu .current-menu-item > a {
    color: #000;
    background-color: #F1F1F1;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .genesis-responsive-menu.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
    color: #000;
    background-color: #F1F1F1;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item a, .genesis-responsive-menu .toggle-header-search {
    border: none;
    margin-bottom: 1px;
    padding: 15px 20px;
    width: 100%;
  }
  .genesis-responsive-menu.nav-primary .genesis-nav-menu .sub-menu a {
    color: #000;
  }
  .genesis-nav-menu > .menu-item .sub-menu > .menu-item:first-child {
    padding-top: 0;
  }
  .genesis-nav-menu > .menu-item .sub-menu > .menu-item:last-child {
    padding-bottom: 5px;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu::after, .genesis-responsive-menu .genesis-nav-menu .sub-menu::before {
    content: none;
  }
  .genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
    content: none;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu {
    left: 0;
    margin-left: 0;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    width: 100%;
  }
  .genesis-responsive-menu .toggle-header-search {
    display: none;
  }
  .fa-instagram a:hover {
    color: blue;
  }
}

/* ## Breadcrumbs (Navigation)
------------------------------- */
.breadcrumb {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 40px;
}

.full-width-content .breadcrumb {
  text-align: center;
}

.featured-image .breadcrumb {
  margin-bottom: 0;
  position: absolute;
  top: -220px;
  width: 100%;
}

.featured-image .breadcrumb, .featured-image .breadcrumb a {
  color: #FFF;
}

.featured-image .breadcrumb a:hover, .featured-image .breadcrumb a:focus {
  color: #D6D6D6;
}

/* ------------------------------------------
  # CONTENT
--------------------------------------------- */
/* ## Entries (Content)
------------------------------- */
.entry {
  margin-bottom: 100px;
}

.landing-page .entry {
  margin-bottom: 0;
}

.entry-header {
  border-bottom: 1px solid #B6B6B6;
  padding-bottom: 20px;
}

.entry-header p {
  display: none;
}

.entry-content p:last-of-type {
  margin-bottom: 0;
}

.entry-content ol, .entry-content ul {
  margin-bottom: 30px;
  margin-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ol, .entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #000;
  color: #D6D6D6;
}

.entry-content .intro {
  font-size: 19px;
  font-size: 1.9rem;
  font-style: italic;
  font-weight: 600;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode, .entry-content .wp-playlist, .entry-content .wp-video {
  margin: 0 0 30px;
}

p.center {
  text-align: center;
}

h2.entry-title {
  font-family: "bodoni-urw", serif;
  font-size: 2em;
  line-height: 1.2em;
  width: 80%;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 5px;
}

.page .entry-title {
  margin-bottom: 0;
}

.page-template-page_blog-php.page .entry-title {
  margin-bottom: 10px;
}

.entry-title a, .sidebar .widget-title a {
  color: #000;
  text-decoration: none;
}

.entry-title a:hover, .entry-title a:focus {
  color: #6B6B6B;
}

.entry-content {
  font-family: "alda", serif;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.5em;
}

.entry-content a:link, .entry-content a:visited {
  -webkit-box-shadow: inset 0 -0.01em #FFF, inset 0 -0.13em #D6D6D6;
  box-shadow: inset 0 -0.01em #FFF, inset 0 -0.13em #D6D6D6;
}

.entry-content a:hover, .entry-content a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #F6F609;
}

.entry-content span {
  text-decoration: none !important;
}

.more-link {
  cursor: pointer;
  text-transform: uppercase;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  margin-bottom: 40px;
  display: inherit;
}

a.more-link:link, a.more-link:visited {
  color: #000;
  font-family: "proxima-soft", sans-serif;
  font-size: .8em;
  font-weight: 400;
  letter-spacing: .03em;
  background: none;
  padding: 10px 18px 10px 15px;
  text-align: center;
  border-radius: 0;
}

a.more-link:hover {
  background-color: #FF0202;
	color: #fff;
  border-radius: 0;
}

.gallery-caption, .wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

.single-post .site-inner {
  max-width: 1200px;
}

.single-post .entry {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.single-post .entry-header {
  border-bottom: 1px dotted #B6B6B6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.single-post .entry-title {
  text-align: left;
}

.single-post h1.entry-title {
  font-family: "bodoni-urw", serif;
  font-size: 3em;
  line-height: 1.2em;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 5px;
}

.single-post .shopthepost-widget {
  padding-top: 20px;
  padding-bottom: 40px;
}

.single-post .meta-categories-tags {
  text-align: left;
}

@media only screen and (max-width: 1280px) {
  .archive .content,
  .search .content,
  .single-post .content,
  .info-page .content {
    max-width: 90%;
  }
}

@media only screen and (max-width: 900px) {
  .single-post h1.entry-title {
    font-size: 2em;
  }
}

@media only screen and (max-width: 600px) {
  h2.entry-title {
    width: 100%;
    font-size: 1.8em;
    padding-bottom: 20px;
  }
  .single-post h1.entry-title {
    font-size: 1.8em;
    width: 100%;
    padding-bottom: 10px;
  }
}

/* ## After Entry (Content)
------------------------------- */
.single-post .after-entry .widget-wrap {
  border-top: 1px dotted #B6B6B6;
}

.after-entry .widget-title {
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -32px;
  background: #FFF;
  z-index: 1000;
  position: relative;
}

.after-entry h3 {
  color: #000;
  font-family: "omnes-pro", sans-serif;
  font-size: 1.4em;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.67px;
  text-transform: uppercase;
  padding: 15px 10px 15px 10px;
  text-align: center;
}

.single-post .after-entry {
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

/* ## Entry Meta (Content)
------------------------------- */
p.entry-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.entry-meta a {
  color: #000;
}

.entry-meta a:hover, .entry-meta a:focus {
  color: #D6D6D6;
  text-decoration: none;
}

.sidebar .entry-header::after {
  display: none;
}

.entry-footer {
  margin-top: 30px;
}

.meta-categories-tags {
  margin: 10px 0px 0px 0px;
  display: block;
  font-family: "proxima-soft", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: .6em;
}

.entry-categories a:link, .entry-categories a:visited {
  border: 1px solid #FFF;
  padding: 5px 5px 5px 5px;
  color: #FFF;
}

.entry-categories a:hover, .entry-categories a:focus {
  opacity: .8;
}

.entry-categories a.fashion {
  background-color: #D2001A;
}

.entry-categories a.outfits {
  background-color: #FF697B;
}

.entry-categories a.shoes {
  background-color: #D93449;
}

.entry-categories a.collages {
  background-color: #9C0013;
}

.entry-categories a.fashion-in-film {
  background-color: #d43447;
}

.entry-categories a.beauty {
  background-color: #0960C5;
}

.entry-categories a.hair {
  background-color: #4A90E2;
}

.entry-categories a.makeup {
  background-color: #326197;
}

.entry-categories a.skincare {
  background-color: #043874;
}

.entry-categories a.wellness {
  background-color: #F7C60F;
  color: #000;
}

.entry-categories a.fitness {
  background-color: #F8D655;
  color: #000;
}

.entry-categories a.food {
  background-color: #FFDD60;
  color: #000;
}

.entry-categories a.lifestyle {
  background-color: #8B44EA;
}

.entry-categories a.travel {
  background-color: #A77FDC;
}

.entry-categories a.books {
  background-color: #865FB9;
}

.entry-categories a.interiors {
  background-color: #44187F;
}

.entry-categories a.music {
  background-color: #250B48;
}

.entry-categories a.movies {
  background-color: #5a4478;
}

.entry-categories a.guides {
  background-color: #4A4A4A;
}

.entry-categories a.press {
  background-color: #000;
}

.meta-date-comments {
  margin: -25px 0px 0px 0px;
  float: right;
}

.entry-time, .entry-comments-link {
  display: block;
  font-family: "proxima-soft", sans-serif;
  text-align: right;
  text-transform: uppercase;
  line-height: 1;
}

.entry-time {
  font-size: .8em;
  font-weight: 700;
}

.entry-comments-link a:link, .entry-comments-link a:visited {
  color: #000;
  font-size: .7em;
  font-weight: 100;
}

.entry-comments-link a:hover, .entry-comments-link a:focus {
  color: #FF0202;
  font-size: .7em;
  font-weight: 100;
}

.tags-after-entry {
  margin-top: -75px;
  text-align: left;
}

.entry-tags::before {
  content: "Post Tags";
  font-family: "proxima-soft", sans-serif;
  font-size: .7em;
  font-weight: 100;
  text-transform: uppercase;
  float: left;
  margin-top: -40px;
}

.entry-tags a:link, .entry-tags a:visited {
  color: #000;
  font-family: "proxima-soft", sans-serif;
  font-size: .6em;
  text-transform: uppercase;
  border: 1px solid #B6B6B6;
  padding: 5px 5px 5px 5px;
}

.entry-tags a:hover, .entry-tags a:focus {
  background-color: #F6F609;
}

@media only screen and (max-width: 900px) {
  .tags-after-entry {
    width: 100%;
    float: none;
    margin-top: 0;
    text-align: center;
  }
  .entry-tags {
    line-height: 2;
  }
  .entry-tags::before {
    display: none;
  }
}

/* ## Sidebar (Content)
------------------------------- */
.sidebar {
  line-height: 1.75;
  font-size: 16px;
  font-size: 1.6rem;
}

.sidebar p {
  font-size: 16px;
  font-size: 1.6rem;
}

.sidebar .widget {
  margin-bottom: 80px;
}

.sidebar .widget-title {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1280px) {
  .sidebar {
    width: 300px;
  }
}

@media only screen and (max-width: 1023px) {
  .content-sidebar .content, .sidebar-content .content {
    margin-bottom: 80px;
  }
}

/* ## Messages (Content)
------------------------------- */
.message {
  padding: 25px 30px;
  color: #FFF;
}

.message a {
  color: #FFF;
  border-bottom: 1px solid #FFF;
}

.message a:hover, .message a:focus {
  border-bottom: none;
}

.message.green {
  background-color: #00a86d;
}

.message.orange {
  background-color: #cc4b00;
}

.message.red {
  background-color: #be0040;
}

/* ## Entry Comments (Content)
------------------------------- */
.entry-comments {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.comment-list {
  background-color: #F1F1F1;
  padding: 30px 50px 50px 50px;
  margin-top: -45px;
  border: 1px solid #B6B6B6;
}

.comment-respond, .entry-comments, .entry-pings {
  font-size: .9em;
}

.entry-comments, .entry-pings {
  margin-bottom: 100px;
}

.comment-list li {
  padding: 40px 0 0 30px;
  border-bottom: 1px dotted #B6B6B6;
  padding-bottom: 50px;
}

.comment-list .depth-1 {
  padding-left: 0;
}

.entry-comments h3 {
  color: #000;
  background-color: #FFF;
  border: 1px solid #B6B6B6;
  font-family: "omnes-pro", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0px 20px 0px;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  z-index: 10000;
  position: relative;
}

.comment-header {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

.comment-author a:link, .comment-author a:visited {
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0 -0.01em #FFF, inset 0 -0.13em #D6D6D6;
  box-shadow: inset 0 -0.01em #FFF, inset 0 -0.13em #D6D6D6;
  display: inline;
}

.comment-author a:hover, .comment-author a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #57A3EF;
  padding: 0px 5px 0px 5px;
}

.says {
  display: none;
}

.comment-meta {
  color: #000;
  font-family: "proxima-soft", sans-serif;
  font-size: .8em;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 3px;
}

.comment-content {
  clear: both;
}

.comment-content p {
  margin-bottom: 20px;
  margin-left: 80px;
}

.comment-content a:link, .comment-content a:visited {
  -webkit-box-shadow: inset 0 -0.01em #FFF, inset 0 -0.13em #D6D6D6;
  box-shadow: inset 0 -0.01em #FFF, inset 0 -0.13em #D6D6D6;
}

.comment-content a:hover, .comment-content a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #F6F609;
}

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

.comment-reply a:link, .comment-reply a:visited {
  color: #FFF;
  font-size: .8em;
  font-family: "proxima-soft", sans-serif;
  background-color: #000;
  text-transform: uppercase;
  padding: 5px 10px 5px 10px;
}

.comment-reply a:hover, .comment-reply a:focus {
  color: #FFF;
  background-color: #FF0202;
}

.children li {
  background-color: #FFF;
  margin: 40px 0px 0px 0px;
  border-bottom: none;
}

.comment-content ul > li {
  list-style-type: disc;
}

.comment-respond {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.comment-respond h3 {
  color: #FFF;
  background-color: #000;
  font-family: "omnes-pro", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0px 20px 0px;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  z-index: 10000;
  position: relative;
}

.comment-notes {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: .8em;
  text-decoration: underline;
}

.required {
  color: #FF0202;
}

.comment-respond label {
  font-family: "proxima-soft", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

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

.comment-respond label {
  display: block;
  margin-right: 12px;
  padding-bottom: 5px;
}

.comment-form-comment label {
  padding-bottom: 50px;
}

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

.single input[type="button"] {
  color: #FFF;
  background-color: #000;
  font-family: "proxima-soft", sans-serif;
  font-size: .8em;
  font-weight: 400;
  letter-spacing: .03em;
  padding: 10px 18px 10px 15px;
  text-align: center;
  text-align: right;
  border-radius: 0;
}

input[type="reset"], input[type="submit"] {
  color: #FFF;
  background-color: #000;
  font-family: "proxima-soft", sans-serif;
  font-size: .8em;
  font-weight: 400;
  letter-spacing: .03em;
  padding: 10px 18px 10px 15px;
  text-align: center;
  text-align: right;
  border-radius: 0;
}

.single input:hover[type="button"] {
  background-color: #FF0202;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFF;
  border-radius: 0;
}

input:focus[type="button"], input:hover[type="reset"], input:focus[type="reset"], input:hover[type="submit"], input:focus[type="submit"] {
  background-color: #FF0202;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFF;
  border-radius: 0;
}

.comment-header p {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.akismet_comment_form_privacy_notice {
  margin-top: 50px;
  font-size: .6em;
  font-family: "proxima-soft", sans-serif;
  text-align: center;
  text-decoration: underline;
}

#reply-title {
  margin-top: 20px;
}

.comment-reply-title h3 {
  background-color: #FFF;
}

#cancel-comment-reply-link {
  color: #B6B6B6;
  font-family: "proxima-soft", sans-serif;
  font-size: .8em;
}

#cancel-comment-reply-link:hover {
  color: #FF0202;
  font-family: "proxima-soft", sans-serif;
  font-size: .8em;
}

/* ## Archives (Content)
------------------------------- */
.archive .site-inner {
  max-width: 1200px;
}

.archive-description {
  text-align: center;
  border-bottom: 1px dotted #B6B6B6;
  padding-bottom: 30px;
  margin-top: -30px;
}

h1.archive-title {
  color: #000;
  font-family: "omnes-pro", sans-serif;
  font-style: italic;
  font-size: 1.8em;
  font-weight: 900;
  text-transform: uppercase;
  padding: 15px 20px 15px 20px;
  display: inline-block;
}

.archive-title span {
  font-family: "proxima-soft", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: .7em;
  padding-right: 10px;
}

.archive-description p:last-of-type, .author-box p:last-of-type {
  margin-bottom: 0;
}

.archive .post .entry-header {
  border: none;
}

.archive .post .entry-image {
  width: 40%;
  float: left;
  max-height: 320px;
}

.archive .post .entry-title, .archive .post .meta-categories-tags, .archive .post .meta-date-comments, .archive .post .entry-content {
  width: 60%;
  float: right;
  padding-left: 20px;
}

.archive .post .meta-date-comments {
  width: 50%;
}

.archive .more-link {
  display: none;
}

.archive .entry {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #B6B6B6;
}

@media only screen and (max-width: 900px) {
  h1.archive-title {
    font-size: 1.4em;
  }
  .archive .post .entry-image {
    width: 100%;
    float: none;
    max-height: 100%;
  }
  .archive .post .entry-title, .archive .post .meta-categories-tags, .archive .post .meta-date-comments, .archive .post .entry-content {
    width: 100%;
    padding: 0px;
  }
  .archive .entry-title {
    margin-top: 15px;
  }
  .archive-description {
    padding-bottom: 0px;
    margin-top: -10px;
  }
}

/* ## Search (Content)
------------------------------- */
.search .site-inner {
  max-width: 1200px;
}

.search-description {
  text-align: center;
  border-bottom: 1px dotted #B6B6B6;
  padding-bottom: 30px;
  margin-top: -30px;
}

.search-title a:link, .search-title a:visited {
  color: #FFF;
  font-family: "omnes-pro", sans-serif;
  font-style: italic;
  font-size: 1.8em;
  font-weight: 900;
  text-transform: uppercase;
  padding: 15px 20px 15px 20px;
  background-color: #000;
  display: inline-block;
}

.search-title a:hover, .search-title a:focus {
  color: #B6B6B6;
}

.search-description p:last-of-type, .author-box p:last-of-type {
  margin-bottom: 0;
}

.search .post .entry-header {
  border: none;
}

.search .post .entry-image {
  width: 40%;
  float: left;
  max-height: 320px;
}

.search .post .entry-title, .search .post .meta-categories-tags, .search .post .meta-date-comments, .search .post .entry-content {
  width: 60%;
  float: right;
  padding-left: 20px;
}

.search .post .meta-date-comments {
  width: 50%;
}

.search .more-link {
  display: none;
}

.search .entry {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #B6B6B6;
}

@media only screen and (max-width: 900px) {
  h1.search-title {
    font-size: 1.4em;
  }
  .search .post .entry-image {
    width: 100%;
    float: none;
    max-height: 100%;
  }
  .search .post .entry-title, .search .post .meta-categories-tags, .search .post .meta-date-comments, .search .post .entry-content {
    width: 100%;
    padding: 0px;
  }
  .search .entry-title {
    margin-top: 15px;
  }
  .search-description {
    padding-bottom: 0px;
    margin-top: -10px;
  }
}

/* ------------------------------------------
  # PAGES
--------------------------------------------- */
/* ## About (Pages)
------------------------------- */
.about-page .entry-header {
  border: none;
  padding: 0;
  margin: -40px;
}

.about-page h1.entry-title {
  display: none;
}

.about-page .about-headline {
  font-family: "bodoni-urw", serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.8em;
  border-bottom: 1px dotted #B6B6B6;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.about-page .site-inner {
  max-width: 1000px;
}

.about-octopus {
  width: 120px;
}

.about-workwithus-area {
  text-align: center;
  background-color: #F1F1F1;
  padding: 30px 40px 50px 40px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -80px;
}

.about-workwithus-headline {
  font-family: "bodoni-urw", serif;
  text-transform: uppercase;
  text-align: center;
  margin-top: 40px;
}

/* ## Contact (Pages)
------------------------------- */
.contact-page .entry-header {
  border: none;
  padding: 0;
  margin: -40px;
}

.contact-page h1.entry-title {
  display: none;
}

.contact-page .contact-general-text {
  text-align: center;
}

.contact-page .site-inner {
  max-width: 1000px;
}

.contact-octopus {
  width: 120px;
}

.contact-page .contact-workwithus-area {
  text-align: center;
  background-color: #F1F1F1;
  padding: 70px 40px 50px 40px;
  width: 80%;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
}

.contact-page .contact-area-headline {
  font-family: "bodoni-urw", serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.8em;
  border-bottom: 1px dotted #B6B6B6;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

/* ## Privacy Policy (Pages)
------------------------------- */
.privacy-page .entry-header {
  border: none;
  padding: 0;
  margin: -40px;
}

.privacy-page h1.entry-title {
  display: none;
}

.privacy-octopus {
  width: 150px;
}

.privacy-page .privacy-headline {
  font-family: "bodoni-urw", serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.8em;
  border-bottom: 1px dotted #B6B6B6;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
  margin-bottom: 50px;
  padding-bottom: 10px;
}

/* ## Terms of Service (Pages)
------------------------------- */
.terms-page .site-inner {
  max-width: 1000px;
}

.terms-page .entry-header {
  border: none;
  padding: 0;
  margin: -40px;
}

.terms-page h1.entry-title {
  display: none;
}

.terms-octopus {
  width: 150px;
}

.terms-page .terms-headline {
  font-family: "bodoni-urw", serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.8em;
  border-bottom: 1px dotted #B6B6B6;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
  margin-bottom: 50px;
  padding-bottom: 10px;
}

/* ## Shop (Pages)
------------------------------- */
.shop-page .site-inner {
  max-width: 1000px;
}

.shop-page .entry-header {
  border: none;
  padding: 0;
  margin-top: 0px;
}

.shop-page h1.entry-title {
  display: none;
}

.shop-octopus {
  width: 150px;
  margin-bottom: -30px;
}

.shop-intro-header {
  display: none;
}

.shop-intro-header h1 {
  font-family: "omnes-pro", sans-serif;
  font-style: italic;
  font-size: 3.2em;
  text-align: center;
  color: #FF0202;
}

.shop-category {
  margin-top: 70px;
}

.shop-category:last-child {
  margin-bottom: 0px;
}

.shop-category h4 {
  font-family: "bodoni-urw", serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.8em;
  border-bottom: 1px dotted #B6B6B6;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.shop-category .targeted {
  color: #FF0202;
}

/* ## 404 (Pages)
------------------------------- */
.error404 .site-inner {
  max-width: 1000px;
}

.error404 .site-content {
  border: none;
  padding: 0;
  margin-top: -20px;
}

.error404 .page-title {
  font-family: "omnes-pro", sans-serif;
  font-size: 5.5em;
  font-style: italic;
  color: #FF0202;
}

.error404 .page-content p {
  font-family: "proxima-soft", sans-serif;
  font-size: 1.6em;
  line-height: 1.5;
}

.error404 .page-content input[type="search"] {
  color: #000;
  font-family: "omnes-pro", sans-serif;
  font-size: 1.5em;
  font-weight: 300;
}

/* ------------------------------------------
  # FRONT PAGE
--------------------------------------------- */
/* ## Base (Front)
------------------------------- */
.front-page .wrap {
  max-width: 1280px;
}

.front-page .site-inner {
  margin-top: 140px;
  max-width: 100%;
}

.front-page .button {
  padding: 15px 20px;
}

.recent-posts .flexible-widgets.widget-full .widget, .recent-posts .flexible-widgets.widget-area .widget:nth-of-type(1) {
  margin-bottom: 60px;
}

.shop-section-1 .flexible-widgets.widget-full .widget, .shop-section-1 .flexible-widgets.widget-area .widget:nth-of-type(1) {
  margin-bottom: 60px;
}

.category-section .flexible-widgets.widget-full .widget, .category-section .flexible-widgets.widget-area .widget:nth-of-type(1) {
  margin-bottom: 60px;
}

.social-section .flexible-widgets.widget-full .widget, .social-section .flexible-widgets.widget-area .widget:nth-of-type(1) {
  margin-bottom: 60px;
}

.guides-section .flexible-widgets.widget-full .widget, .guides-section .flexible-widgets.widget-area .widget:nth-of-type(1) {
  margin-bottom: 60px;
}

.shop-section-2 .flexible-widgets.widget-full .widget, .shop-section-2 .flexible-widgets.widget-area .widget:nth-of-type(1) {
  margin-bottom: 60px;
}

.js .fadeup-effect {
  opacity: 0;
  /*overflow: hidden;*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@media only screen and (max-width: 1280px) {
  .front-page .content {
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .front-page .one-sixth {
    width: 31.623931623931625%;
  }
  .front-page .one-sixth:nth-of-type(4) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 782px) {
  .front-page .site-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .front-page .wrap {
    max-width: 100%;
  }
  .front-page .one-sixth img {
    max-width: 180px;
  }
}

@media only screen and (max-width: 600px) {
  .admin-bar.front-page .site-inner {
    margin-top: 0;
  }
  .front-page .site-inner {
    margin-top: 90px;
  }
}

/* ## Flexible Widgets (Front)
------------------------------- */
.front-page .flexible-widgets {
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 0px;
  padding-top: 0px;
}

.flexible-widgets .widget {
  float: left;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.flexible-widgets .widget:last-of-type {
  margin-bottom: 0;
}

.flexible-widgets.widget-halves .widget:last-of-type {
  margin-bottom: 40px;
}

.flexible-widgets.widget-full .widget, .flexible-widgets.widget-area .widget:nth-of-type(1), .flexible-widgets.widget-halves.uneven .widget:last-of-type {
  width: 100%;
}

.flexible-widgets.widget-fourths .widget {
  width: 25%;
}

.flexible-widgets.widget-halves .widget {
  width: 50%;
}

.flexible-widgets.widget-thirds .widget {
  width: 33.33%;
}

.flexible-widgets.widget-halves .widget:nth-child(even), .flexible-widgets.widget-thirds .widget:nth-child(3n+2), .flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
  clear: left;
}

@media only screen and (max-width: 1023px) {
  .flexible-widgets.widget-fourths .widget, .flexible-widgets.widget-halves .widget, .flexible-widgets.widget-thirds .widget {
    width: 100%;
  }
  .main-post .flexible-widgets.widget-full .widget .widget-wrap {
    padding-right: 0;
  }
}

@media only screen and (max-width: 782px) {
  .flexible-widgets.widget-halves.uneven .featuredpost .entry, .flexible-widgets .featured-content .entry {
    width: 100%;
  }
  .front-page .one-sixth {
    width: 100%;
  }
  .category-section .flexible-widgets.widget-fourths .widget, .category-section .flexible-widgets.widget-halves.uneven .featuredpost .entry, .category-section .flexible-widgets.widget-area .featuredpost:nth-child(1) .entry {
    width: 100%;
  }
  .flexible-widgets .featuredpost .entry:nth-of-type(odd) {
    padding-right: 0;
  }
  .category-section .flexible-widgets.widget-halves.uneven .featuredpost .entry:nth-of-type(odd), .category-section .flexible-widgets.widget-area .featuredpost:nth-child(1) .entry:nth-of-type(odd) {
    padding-right: 0;
  }
  .flexible-widgets .featuredpost .entry:nth-of-type(even) {
    padding-left: 0;
  }
  .category-section .flexible-widgets.widget-halves.uneven .featuredpost .entry:nth-of-type(even), .category-section .flexible-widgets.widget-area .featuredpost:nth-child(1) .entry:nth-of-type(even) {
    padding-left: 0;
  }
}

/* ## Main Post (Front)
------------------------------- */
.front-main-loop-wrap h1.archive-title {
  display: none;
}

.front-main-loop-wrap .entry-header, .front-main-loop-wrap .entry-content {
  max-width: 90%;
  margin: 0 auto;
}

.front-main-loop-wrap .entry {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

.front-main-loop-wrap .entry::before {
  content: url(../image/new_badge_75.svg);
  top: -30px;
  -webkit-transform: translatex(30%);
  transform: translatex(30%);
  position: absolute;
}

.front-main-loop-wrap .entry .entry-content p {
  margin-top: 20px;
}

.front-main-loop-wrap .entry-title {
  margin-top: 10px;
}

.front-main-loop-wrap .shopthepost-widget {
  padding-top: 20px;
}

.front-main-loop-wrap::after {
  content: "";
  background: url(../image/octopus.svg) no-repeat center;
  display: block;
  background-size: contain;
  width: 100%;
  height: 60px;
  margin-top: -35px;
}

@media only screen and (max-width: 900px) {
  .front-main-loop-wrap .entry::before {
    content: url(../image/new_badge_75.svg);
    -webkit-transform: translatex(10%);
    transform: translatex(10%);
  }
}

@media only screen and (max-width: 700px) {
  .front-main-loop-wrap .entry::before {
    content: url(../image/new_badge_75.svg);
    -webkit-transform: translatex(10%);
    transform: translatex(10%);
  }
}

@media only screen and (max-width: 600px) {
  .front-main-loop-wrap .entry::before {
    content: url(../image/new_badge_50.svg);
    top: -20px;
    -webkit-transform: translatex(10%);
    transform: translatex(10%);
  }
}

/* ## Recent Posts (Front)
------------------------------- */
.recent-posts {
  background-color: #FFF;
  margin-top: 50px;
  margin-bottom: 100px;
}

.recent-posts .widget-wrap {
  border-top: 1px dotted #B6B6B6;
}

.recent-posts .widget-title {
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -32px;
  background: #FFF;
  z-index: 1000;
  position: relative;
}

.recent-posts .flexible-widgets .widget:nth-of-type(1) .widget-title {
  color: #000;
  font-family: "omnes-pro", sans-serif, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.67px;
  text-transform: uppercase;
  padding: 15px 10px 15px 10px;
  text-align: center;
}

.recent-posts .flexible-widgets .widget:nth-of-type(1) p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.recent-posts p {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 1023px) {
  .recent-posts .wrap {
    max-width: 95%;
  }
}

@media only screen and (max-width: 600px) {
  .recent-posts .wrap {
    max-width: 98%;
  }
}

/* ## Shop Sections (Front)
------------------------------- */
.shop-section-1 .wrap::before {
  content: "";
  background: url(../image/tentacle_arms_bg_full_shop01.svg) no-repeat center;
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -101px;
  left: 0px;
}

.shop-section-2 .wrap::before {
  content: "";
  background: url(../image/tentacle_arms_bg_full_shop02.svg) no-repeat center;
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -101px;
  left: 0px;
}

.shop-section-1, .shop-section-2 {
  background-color: #F1F1F1;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}

.shop-section-1 .flexible-widgets .widget.widget_text:nth-of-type(1)::after, .shop-section-2 .flexible-widgets .widget.widget_text:nth-of-type(1)::after {
  border-bottom: 1px solid #FFF;
}

.shop-section-1 .widget-title, .shop-section-2 .widget-title {
  max-width: 230px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -32px;
  background: #FFF;
  border: 1px solid #B6B6B6;
  z-index: 1000;
  position: relative;
}

.shop-section-1 .flexible-widgets .widget:nth-of-type(1) .widget-title, .shop-section-2 .flexible-widgets .widget:nth-of-type(1) .widget-title {
  color: #000;
  font-family: "omnes-pro", sans-serif;
  font-size: 1.6em;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.67px;
  text-transform: uppercase;
  padding: 15px 10px 15px 10px;
  text-align: center;
}

.shop-widget-title {
  text-align: center;
  padding: 10px 0px;
  color: #000;
  font-family: "proxima-soft", sans-serif;
  font-size: 1.2em;
  font-weight: 200;
  text-transform: uppercase;
}

.shopthepost-01, .shopthepost-02 {
  border: 1px solid #B6B6B6;
  background: #FFF;
  padding: 25px 0px 25px 0px;
  margin-bottom: 35px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.shop-page-link {
  text-align: center;
  padding: 0px 0px 0px 0px;
}

.view-more {
  font-color: #FFF;
  font-family: "omnes-pro", sans-serif;
  font-size: .8em;
  font-weight: 900;
  font-style: italic;
  text-align: center;
}

a.shop-link:link, a.shop-link:visited {
  background: #FF0202;
  color: #FFF;
  font-size: .9em;
  font-weight: 900;
  font-family: "omnes-pro", sans-serif;
  font-style: italic;
  text-transform: uppercase;
  padding: 5px 10px 5px 10px;
  margin: 0px 0px 0px 5px;
  border: 1px solid #FF0202;
}

a.shop-link:hover {
  background: #FFF;
  color: #FF0202;
  border: 1px solid #FF0202;
}

@media only screen and (max-width: 1280px) {
  .shop-section-1 .wrap,
  .shop-section-2 .wrap {
    max-width: 100%;
    padding: 0px 10px 0px 10px;
  }
}

/* ## Category Section (Front)
------------------------------- */
.category-section {
  background-color: #FFF;
  padding-bottom: 100px;
}

.category-section h3.widgettitle.widget-title {
  color: #000;
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px dotted #B6B6B6;
}

.category-section h3.widgettitle.widget-title a:hover, .category-section h3.widgettitle.widget-title a:focus {
  color: #FF0202;
}

.category-section .featuredpost img {
  margin: 10px 0px 0px 0px;
}

.category-section .featuredpost a:link, .category-section .featuredpost a:visited {
  color: #000;
  font-family: "bodoni-urw", serif;
  font-size: .8em;
  text-transform: uppercase;
  font-weight: 600;
}

.category-section .featuredpost a:hover, .category-section .featuredpost a:focus {
  color: #6B6B6B;
}

.featuredpost h2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #B6B6B6;
}

.featuredpost p {
  visibility: visible !important;
  color: #1D1D1D;
  font-family: "alda", serif;
  font-size: .8em;
  text-align: left;
  line-height: 1.5em;
}

.category-section .rssimport {
  text-align: right;
}

.category-section .rssimport li {
  visibility: hidden;
}

.thyme-post-title {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #B6B6B6;
  line-height: 1.3;
}

.category-thyme-area {
  visibility: visible !important;
  color: #1D1D1D;
  font-family: "alda", serif;
  font-size: .8em;
  text-align: left;
  line-height: 1.5em;
}

.category-thyme-area a:link, .category-thyme-area a:visited {
  color: #000;
  font-family: "bodoni-urw", serif;
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: 600;
}

.category-thyme-area a:hover {
  color: #6B6B6B;
}

.category-thyme-image {
  margin-top: -10px;
  max-width: 560px;
}

@media only screen and (max-width: 1280px) {
  .category-section .wrap {
    max-width: 90%;
  }
}

@media only screen and (max-width: 1023px) {
  .category-section .wrap {
    max-width: 100%;
  }
  .category-section .featuredpost img {
    width: 1000px;
  }
  .category-section .category-thyme-image {
    max-width: 1000px;
  }
  .category-section h3.widgettitle.widget-title {
    text-align: left;
  }
}

/* ## Social Section (Front)
------------------------------- */
.social-section {
  background-color: #F1F1F1;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}

.social-section .wrap::before {
  content: "";
  background: url(../image/tentacle_arms_bg_full_social.svg) no-repeat center;
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -101px;
  left: 0px;
}

.social-section .widget-title {
  max-width: 230px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -32px;
  background: #FFF;
  border: 1px solid #B6B6B6;
  z-index: 1000;
  position: relative;
}

.social-section .flexible-widgets .widget:nth-of-type(1) .widget-title {
  color: #000;
  font-family: 'omnes-pro', sans-serif;
  font-size: 1.6em;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.67px;
  text-transform: uppercase;
  padding: 15px 10px 15px 10px;
  text-align: center;
}

.social-section .textwidget {
  margin: 60px 0px 0px 0px;
}

.insta-profile-image {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
}

.insta-profile-image:hover {
  opacity: .9;
}

.instagram-header {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-bottom: 1px dotted #B6B6B6;
  padding-bottom: 20px;
}

.instagram-header h3 {
  margin-top: 5px;
  font-family: 'proxima-soft', sans-serif;
  font-size: .8em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: -15px;
}

.instagram-header p {
  font-family: 'alda', sans-serif;
  font-size: .7em;
  font-weight: 500;
  margin: 5px 0px 0px 0px;
}

.instagram-header a:link, .instagram-header a:visited {
  font-weight: 700;
  color: #1D1D1D;
}

.instagram-header a:hover, .instagram-header a:focus {
  color: #6B6B6B;
}

.instagram-feed-wrap {
  margin-top: 15px;
}

@media only screen and (max-width: 1280px) {
  .social-section .wrap {
    max-width: 90%;
  }
}

@media only screen and (max-width: 600px) {
  .instagram-header {
    width: 100%;
    padding-bottom: 30px;
  }
}

/* ## Guides Section (Front)
------------------------------- */
.front-guides-section {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
  margin-bottom: 20px;
  padding-bottom: 60px;
}

.front-guides-section-header {
  width: 92%;
  margin: auto;
  margin-bottom: 30px;
  text-align: right;
  border-bottom: 1px dotted #B6B6B6;
  padding-right: 12px;
}

.front-guides-section-header a:link, .front-guides-section-header a:visited {
  color: #000;
  font-family: "proxima-soft", sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
}

.front-guides-section-header a:hover, .front-guides-section-header a:focus {
  color: #FF0202;
}

.front-guides-section h2.entry-title {
  margin-top: 10px;
}

.front-guides-section h1.archive-title {
  display: none;
}

.front-guides-section .entry-header, .front-guides-section .entry-content {
  max-width: 90%;
  margin: 0 auto;
}

/* ------------------------------------------
  # FOOTER AREA
--------------------------------------------- */
/* ## Before Footer
------------------------------- */
.before-footer-cta {
  text-align: center;
}

.before-footer-cta img {
  width: 200px;
}

@media only screen and (max-width: 1280px) {
  .before-footer-cta .wrap {
    max-width: 960px;
  }
}

@media only screen and (max-width: 1023px) {
  .before-footer-cta .wrap {
    max-width: 720px;
  }
}

@media only screen and (max-width: 782px) {
  .before-footer-cta .wrap, .site-inner {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .before-footer-cta .button {
    float: none;
    margin-top: 20px;
  }
}

/* ## Site Footer
------------------------------- */
.footer-section {
  background-color: #F1F1F1;
  bottom: 0;
  padding-bottom: 0px;
  padding-top: 80px;
  width: 100%;
  margin-top: -145px;
  border-top: 1px solid #E7E7E7;
}

.gmm-active .footer-section {
  position: inherit;
}

.footer-section h3 {
  color: #000;
  font-family: "bodoni-urw", serif;
  letter-spacing: .04em;
  border-bottom: 1px dotted #B6B6B6;
  padding-bottom: 5px;
  display: inline-block;
}

.footer-section a {
  color: #000;
  font-family: "proxima-soft", sans-serif;
  font-size: .7em;
  text-transform: uppercase;
}

.footer-section p {
  font-family: "alda", serif;
  font-size: .8em;
}

.footer-section .widget ul > li {
  margin-bottom: 5px;
  padding-bottom: 0px;
}

.footer-section a:hover, .footer-section a:focus {
  color: #FF0202;
  text-decoration: none;
}

.footer-section .genesis-nav-menu a:hover, .footer-section .genesis-nav-menu a:focus {
  color: #ccc;
  text-decoration: none;
}

.footer-section .footer-partner {
  font-family: "proxima-soft", sans-serif;
  font-size: .7em;
  line-height: 1.5;
  text-align: justify;
}

.footer-partner-link {
  margin-top: 20px;
}

.footer-partner-link a {
  font-weight: 700;
}

.custom-flexible-widgets .wrap {
  max-width: 1200px;
  padding: 40px 0 40px;
}

.custom-flexible-widgets.widget-area .widget {
  float: left;
  margin-bottom: 40px;
}

.custom-flexible-widgets.widget-full .widget, .custom-flexible-widgets.widget-halves.uneven .widget:last-of-type {
  float: none;
  width: 100%;
}

.custom-flexible-widgets.widget-fourths .widget {
  width: 25%;
}

.custom-flexible-widgets.widget-halves .widget {
  width: 50%;
}

.custom-flexible-widgets.widget-thirds .widget {
  width: 33.33%;
}

.custom-flexible-widgets.widget-halves .widget:nth-child(odd), .custom-flexible-widgets.widget-thirds .widget:nth-child(3n+1), .custom-flexible-widgets.widget-fourths .widget:nth-child(4n+1) {
  clear: left;
}

@media only screen and (max-width: 1280px) {
  .custom-flexible-widgets .wrap {
    max-width: 960px;
  }
}

@media only screen and (max-width: 1023px) {
  .custom-flexible-widgets .wrap {
    max-width: 720px;
  }
  .custom-flexible-widgets.widget-fourths .widget, .custom-flexible-widgets.widget-halves .widget, .custom-flexible-widgets.widget-thirds .widget {
    float: none;
    width: 100%;
  }
  .custom-flexible-widgets .widget {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .footer-section .footer-partner {
    width: 55%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .footer-cta-button {
    display: block;
  }
}

.footer-section .footer-partner {
  width: 80%;
}

.instagram-footer a:hover, .instagram-footer a:focus {
  color: #E4405F;
}

.twitter-footer a:hover, .twitter-footer a:focus {
  color: #55ACEE;
}

.facebook-footer a:hover, .facebook-footer a:focus {
  color: #3B5999;
}

.pinterest-footer a:hover, .pinterest-footer a:focus {
  color: #BD081C;
}

/* ------------------------------------------
  # AUTHOR BOX
--------------------------------------------- */
/* ## Base (Author Box)
------------------------------- */
.author-box-title {
  margin-bottom: 10px;
}

/* ## Avatar (Author Box)
------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}

.author-box .avatar, .alignleft .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

.entry-avatar .avatar {
  background-color: #FFF;
  float: none;
  margin-bottom: 40px;
  margin-top: -60px;
  padding: 5px;
}

/* ------------------------------------------
  # WIDGETS
--------------------------------------------- */
/* ## Widgets (Base)
------------------------------- */
.widget {
  margin-bottom: 40px;
  word-wrap: break-word;
}

.widget p:last-of-type, .widget ul > li:last-of-type {
  margin-bottom: 0;
}

.widget-area .widget:last-of-type {
  margin-bottom: 0;
}

.widget ul > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.widget ul > li:last-of-type {
  padding-bottom: 0;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget-title {
  font-family: "proxima-soft", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td, .widget_calendar th {
  text-align: center;
}

/* ## Featured Content
------------------------------- */
.featured-content .aligncenter, .featured-content .alignleft, .featured-content .alignnone, .featured-content .alignright {
  border-width: 0;
}

.featured-content .aligncenter:hover, .featured-content .alignleft:hover, .featured-content .alignnone:hover, .featured-content .alignright:hover {
  border-width: 0;
}

.featured-content .entry {
  padding: 0;
}

.sidebar .featured-content .entry {
  margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
  margin-bottom: 0;
}

.featured-content .entry-title {
  font-size: 20px;
  font-size: 2rem;
}

.sidebar .featured-content .entry-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
  margin-top: 10px;
}

.sidebar .featured-content .entry-meta {
  margin-bottom: 5px;
}

.sidebar .featured-content a.alignleft, .sidebar .featured-content a.alignright {
  margin-bottom: 0;
}

/* ## Search Form
------------------------------- */
.search-form {
  overflow: hidden;
  position: relative;
}

.entry-content .search-form {
  margin-bottom: 40px;
  margin-top: 20px;
}

.error404 .entry-content .search-form input[type="search"] {
  margin-right: 10px;
  width: 50%;
}

.post-password-form input[type="submit"], .search-form input[type="submit"] {
  margin-top: 10px;
}

.widget_search input[type="submit"] {
  right: 0;
  top: 0;
}

.widget_search input[type="submit"] .header-search-wrap input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

.widget_search input[type="submit"]:focus, .site-header .header-search-wrap input[type="submit"]:focus {
  background-color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  clip: auto;
  color: #FFF;
  height: auto;
  padding: 22px 20px;
  width: auto;
}

/* ------------------------------------------
  # PLUGINS
--------------------------------------------- */
/* ## Jetpack Plugin
------------------------------- */
#wpstats {
  display: none;
}

.sharedaddy {
  text-align: right;
  margin-top: 80px;
}

.sharedaddy h3.sd-title:before {
  display: none !important;
}

.sd-content {
  margin-top: 0px !important;
}

.sd-title {
  text-align: right !important;
  padding-bottom: 10px;
  font-family: "proxima-soft", sans-serif;
  text-transform: uppercase;
  font-size: .8em !important;
  font-weight: 300 !important;
  border-bottom: 1px dotted #B6B6B6;
  width: 100%;
}

.sd-social-icon .sd-content ul li[class*=share-] a {
  border-radius: 0 !important;
  padding: 5px !important;
}

.sd-social-icon .sd-content ul li[class*=share-] a:hover {
  border-radius: 0 !important;
  padding: 5px !important;
}

.sd-social-icon .sd-content ul li[class*=share-] div.option a {
  border-radius: 0 !important;
  padding: 5px !important;
}

#genesis-content > article > div > div.sharedaddy.sd-sharing-enabled > div > div > ul > li > a {
  background-color: #F1F1F1 !important;
  color: #000 !important;
}

#genesis-content > article > div > div.sharedaddy.sd-sharing-enabled > div > div > ul > li.share-twitter a:hover {
  background-color: #55ACEE !important;
  color: #FFF !important;
  opacity: 1;
}

#genesis-content > article > div > div.sharedaddy.sd-sharing-enabled > div > div > ul > li.share-facebook a:hover {
  background-color: #3B5999 !important;
  color: #FFF !important;
  opacity: 1;
}

#genesis-content > article > div > div.sharedaddy.sd-sharing-enabled > div > div > ul > li.share-pinterest a:hover {
  background-color: #BD081C !important;
  color: #FFF !important;
  opacity: 1;
}

#genesis-content > article > div > div.sharedaddy.sd-sharing-enabled > div > div > ul > li.share-tumblr a:hover {
  background-color: #35465C !important;
  color: #FFF !important;
  opacity: 1;
}

#genesis-content > article > div > div.sharedaddy.sd-sharing-enabled > div > div > ul > li.share-email a:hover {
  background-color: #FF0202 !important;
  color: #FFF !important;
  opacity: 1;
}

@media only screen and (max-width: 900px) {
  .sharedaddy {
    text-align: center !important;
  }
  .entry-tags::before {
    display: none;
  }
  .sd-title {
    text-align: center !important;
    width: 50%;
  }
}

/* ## Carousel Plugin
------------------------------- */
.carousel-slider {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 40px;
}

.carousel-slider .owl-stage {
  position: relative;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.carousel-slider .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.carousel-slider .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.carousel-slider .owl-carousel .owl-wrapper, .carousel-slider .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-slider .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.carousel-slider .owl-item img {
  display: block;
  width: 100%;
}

.carousel-slider .owl-nav.disabled, .carousel-slider .owl-dots.disabled {
  display: none;
}

.carousel-slider .owl-nav .owl-prev, .carousel-slider .owl-nav .owl-next {
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel-slider .owl-dot {
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel-slider .owl-nav button.owl-prev, .carousel-slider .owl-nav button.owl-next {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.carousel-slider button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.carousel-slider.owl-loaded {
  display: block;
}

.carousel-slider.owl-loading {
  opacity: 0;
  display: block;
}

.carousel-slider.owl-hidden {
  opacity: 0;
}

.carousel-slider.owl-refresh .owl-item {
  visibility: hidden;
}

.carousel-slider.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel-slider.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel-slider.owl-rtl {
  direction: rtl;
}

.carousel-slider.owl-rtl .owl-item {
  float: right;
}

.no-js .carousel-slider {
  display: block;
}

.carousel-slider .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.carousel-slider .owl-animated-in {
  z-index: 0;
}

.carousel-slider .owl-animated-out {
  z-index: 1;
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.carousel-slider .owl-item img.owl-lazy {
  background: url("https://seaofshoes.com/wp-content/themes/img/ajax-loader.gif") no-repeat center;
  min-width: 32px;
  min-height: 32px;
}

.carousel-slider .owl-nav .owl-prev, .carousel-slider .owl-nav .owl-next {
  height: 48px;
  width: 48px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.carousel-slider .owl-nav .owl-prev {
  left: 0;
}

.carousel-slider .owl-nav .owl-next {
  right: 0;
}

.carousel-slider:hover .owl-nav .owl-prev, .carousel-slider:hover .owl-nav .owl-next {
  opacity: 1;
}

.carousel-slider.arrows-visible-always .owl-prev, .carousel-slider.arrows-visible-always .owl-next {
  opacity: 1;
}

.carousel-slider.arrows-outside .owl-nav .owl-prev {
  left: -48px;
}

.carousel-slider.arrows-outside .owl-nav .owl-next {
  right: -48px;
}

.carousel-slider__post {
  float: left;
  height: 450px;
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}

.carousel-slider__post:hover {
  opacity: .9;
}

.carousel-slider__post .carousel-slider__post-title:hover {
  opacity: .6;
}

.carousel-slider__post-content {
  bottom: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 100%;
  display: block;
}

.carousel-slider__post-image {
  display: block;
  height: 207px;
  line-height: 0;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 100%;
  background-color: #F1F1F1;
  background-size: cover;
  background-position: center center;
}

.carousel-slider__post-title {
  display: block;
  margin: 10px 10px 10px 10px;
  padding-bottom: 10ox;
  max-height: 70px;
}

.carousel-slider__post-title h2 {
  color: #000;
  font-family: "bodoni-urw", serif;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2em;
}

.carousel-slider__post-excerpt {
  color: #1D1D1D;
  font-family: "alda", serif;
  font-size: .8em;
  line-height: 1.5em;
  text-align: left;
  width: 100%;
  padding: 0px 0px 0px 10px;
}

.carousel-slider__post-excerpt-overlay {
  background: transparent none repeat scroll 0 0;
  display: block;
  height: 20px;
  width: 100%;
}

.carousel-slider__post-meta {
  bottom: 0px;
  color: #8e8e8e;
  font-size: 12px;
  left: 0;
  padding: 20px 15px 10px 15px;
  position: absolute;
  width: 100%;
  display: block;
  border-top: 1px dotted #B6B6B6;
}

.carousel-slider__post-publication-meta {
  background-color: white;
  display: block;
  padding-top: -15px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.carousel-slider__post-details-info {
  display: inline-block;
}

.carousel-slider__post-author {
  display: none;
}

.carousel-slider__post-category a:link, .carousel-slider__post-category a:visited {
  color: #000;
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 1;
  border: 1px solid #B6B6B6;
  padding: 5px 5px 5px 5px;
}

.carousel-slider__post-category a:hover, .carousel-slider__post-category a:focus {
  color: red;
  border: 1px solid #FF0202;
}

.carousel-slider__post-publication-date {
  color: #1D1D1D;
  font-family: "proxima-soft", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  left: 15px;
  top: 15px;
}
