/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'Gotham';
  src: url("fonts/gothamlight-webfont.woff2") format("woff2"), url("fonts/gothamlight-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("fonts/gothambold-webfont.woff2") format("woff2"), url("fonts/gothambold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("fonts/gotham-medium-webfont.woff2") format("woff2"), url("fonts/gotham-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("fonts/gothambook-webfont.woff2") format("woff2"), url("fonts/gothambook-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'encorpada_classic';
  src: url("fonts/encorpada-classic-black-webfont.woff2") format("woff2"), url("fonts/encorpada-classic-black-webfont.woff") format("woff"), url("fonts/encorpada-classic-black-webfont.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'encorpada_classic';
  src: url("fonts/encorpada-classic-bold-webfont.woff2") format("woff2"), url("fonts/encorpada-classic-bold-webfont.woff") format("woff"), url("fonts/encorpada-classic-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'encorpada_classic';
  src: url("fonts/encorpada-classic-extrabold-webfont.woff2") format("woff2"), url("fonts/encorpada-classic-extrabold-webfont.woff") format("woff"), url("fonts/encorpada-classic-extrabold-webfont.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'intro_script_rbase';
  src: url("fonts/intro-script-r-base-webfont.woff2") format("woff2"), url("fonts/intro-script-r-base-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

*, *:before, *:after {
  box-sizing: border-box; }

::-moz-selection {
  background: #182d47;
  /* WebKit/Blink Browsers */
  color: white; }

::selection {
  background: #182d47;
  /* WebKit/Blink Browsers */
  color: white; }

::-moz-selection {
  background: #182d47;
  /* Gecko Browsers */
  color: white; }

#svg-sprite svg {
  display: none; }

/*
Theme Name: Florence
Theme URI: http://solopine.com/
Description: A WordPress Blog Theme
Author: Solo Pine Designs
Author URI: http://solopine.com
Version: 1.2.3
License: Themeforest Licence
License URI: http://themeforest.net/licenses
*/
/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul, li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong {
  font-weight: bold; }

em {
  font-style: italic; }

a img {
  border: none; }

/* Gets rid of IE's blue borders */
strong, b, strong *, b * {
  font-weight: bold; }

em, i, em *, i * {
  font-style: italic; }

/**/
body {
  background: red;
  font-family: "Gotham", sans-serif;
  font-size: 13px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
  color: #161616;
  font-size: 14px;
  line-height: 150%; }
  p a {
    font-family: 'Gotham', sans-serif;
    font-weight: 700; }

a {
  text-decoration: none;
  color: #182d47; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Gotham', sans-serif;
  font-weight: 500; }

.container {
  width: 1120px;
  margin: 0 auto; }

.global > .container {
  padding: 50px 0; }

#content {
  overflow: hidden; }

#main {
  width: 740px;
  float: left;
  margin-right: 40px; }

#main.fullwidth {
  width: 100%; }

#sidebar {
  width: 300px;
  float: right; }

.global {
  position: relative;
  max-width: 1220px;
  background-color: white;
  margin: 0 auto; }

/***
/* Posts
/********************/
.post, #main > .page {
  background: #fff;
  margin-bottom: 50px; }

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

.post-img img {
  max-width: 100%;
  height: auto; }

.category .post-img img {
  max-width: none;
  width: 100%; }

.post-img.audio iframe {
  height: 166px;
  width: 100%; }

.post-header {
  padding: 20px 30px 24px;
  text-align: center; }

.format-video .post-header {
  margin-top: 40px; }

.post-header h2 a, .post-header h1 {
  font-size: 26px;
  text-transform: uppercase;
  color: #000;
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
  transition: .3s; }

.post-header h2 a:hover {
  opacity: .6; }

.page .post-header h1 {
  margin-top: 5px; }

.post-header {
  padding-top: 0;
  margin-top: -20px;
  position: relative; }

.post-header {
  position: relative; }
  .post-header:before {
    content: '';
    background-color: white;
    left: 25px;
    top: -25px;
    width: calc( 100% - 50px);
    height: calc( 100% + 50px);
    display: block;
    position: absolute;
    transform: skewY(-2.5deg); }
  .post-header h1, .post-header h2 {
    position: relative;
    padding: 0 5%; }
  .post-header .meta-author {
    position: relative;
    display: inline-block;
    line-height: 100%;
    padding: 0 20px;
    margin-top: 14px;
    border-left: 1px solid black;
    border-right: 1px solid black; }
    .post-header .meta-author a {
      font-family: 'encorpada_classic', sans-serif;
      font-weight: 700; }

.post-entry {
  position: relative; }

.post-header .cat a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 8px;
  display: none; }

.post-header .cat a:hover {
  text-decoration: underline; }

/*** Post Entry ***/
.post-entry {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 10px;
  overflow: hidden; }

.more-link {
  text-align: center;
  display: block; }

.more-button {
  border: 1px solid #e9e9e9;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  padding: 7px 16px 8px;
  display: inline-block;
  margin-top: 12px;
  font-family: "Gotham", sans-serif;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s; }

.more-button:hover {
  background: #EF9D87;
  color: #fff;
  border: 1px solid;
  border-color: #EF9D87; }

.post-entry img {
  max-width: 100%;
  height: auto; }

.post-entry a:hover {
  text-decoration: underline; }

.post-entry p, .post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6, .post-entry hr {
  margin-bottom: 20px; }

.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {
  color: #000;
  font-weight: 400; }

.post-entry h1 {
  font-size: 27px; }

.post-entry h2 {
  font-size: 24px; }

.post-entry h3 {
  font-size: 21px;
  font-size: 26px;
  background-color: #f9ede6;
  color: #444;
  text-transform: uppercase;
  text-align: center;
  padding: 7px 0;
  margin-top: 46px; }

.post-entry h4 {
  font-size: 19px;
  font-family: 'encorpada_classic', sans-serif;
  font-weight: 700; }

.post-entry h5 {
  font-size: 17px; }

.post-entry h6 {
  font-size: 15px; }

.post-entry hr {
  border: 0;
  height: 0;
  border-bottom: 1px solid #e5e5e5;
  clear: both; }

.post-entry blockquote {
  border-left: 3px solid;
  border-color: #EF9D87; }

.post-entry blockquote p {
  color: #999;
  padding: 0 18px;
  font-family: "Georgia";
  font-size: 18px;
  line-height: 28px;
  font-style: italic; }

.post-entry ul, .post-entry ol {
  padding-left: 0;
  margin-bottom: 20px;
  font-family: "Gotham", serif;
  display: inline-block; }

.post-entry ul li {
  padding: 0 6px;
  background-color: #f9ede6;
  color: #182d47;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  float: left;
  clear: both;
  margin-bottom: 3px; }
  .post-entry ul li:before {
    content: ">";
    margin-right: 5px; }

.post-entry ol li {
  margin-bottom: 12px;
  list-style: decimal; }

.post-entry table {
  width: 100%;
  margin-bottom: 22px;
  border-collapse: collapse; }

.post-entry td, .post-entry th {
  padding: 12px;
  border-bottom: 1px #e5e5e5 solid; }

.post-entry th {
  font-weight: bold;
  font-size: 14px;
  background: #f5f5f5; }

.post-entry tr:hover {
  background: #f9f9f9; }

.post-meta {
  padding-bottom: 30px;
  overflow: hidden;
  position: relative; }

.post-meta .meta-info {
  color: #444;
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
  float: right;
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  background-color: white;
  position: relative;
  z-index: 2;
  padding: 0 20px; }

.meta-info-author {
  font-family: 'encorpada_classic', sans-serif;
  font-weight: 700; }

.meta-line {
  display: block;
  position: absolute;
  background-color: #444;
  height: 3px;
  left: 0;
  top: 16px;
  width: 200px; }

.post-share {
  float: right;
  z-index: 2;
  position: relative;
  font-size: 20px;
  line-height: 34px;
  background-color: #f9ede6;
  color: #444;
  height: 34px;
  line-height: 34px;
  font-family: 'Gotham', sans-serif;
  font-weight: 500;
  padding: 0 15px; }
  .post-share span {
    font-size: 12px;
    display: inline-block;
    transform: translateY(-2px); }
  .post-share a {
    color: #444;
    padding: 4px; }

.post-share a i {
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 23px;
  border-radius: 50%;
  margin-left: 3px;
  transition: .3s; }

.post-share a i:hover {
  background: #444 !important;
  color: #f9ede6 !important;
  border: 0 !important; }

.postcomment {
  position: relative;
  float: right;
  background-color: #444;
  color: white;
  font-size: 12px;
  line-height: 34px;
  height: 34px;
  padding: 0 46px 0 8px;
  font-family: 'Gotham', sans-serif;
  font-weight: 500; }
  .postcomment_picto {
    background: url(./img/leave-comment.png) no-repeat center;
    background-size: 28px 24px;
    width: 28px;
    height: 24px;
    position: absolute;
    right: 8px;
    top: 5px; }

.comments .comment:first-child {
  padding-top: 30px; }

/*** Post Author ***/
.post-author {
  padding: 30px;
  overflow: hidden;
  border-top: 1px solid #eee; }

.author-img {
  float: left;
  margin-right: 30px; }

.author-img img {
  border-radius: 50%; }

.author-content {
  overflow: hidden; }

.author-content h5 a {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #000;
  display: block; }

.author-content p {
  margin-bottom: 8px; }

.author-content .author-social {
  font-size: 14px;
  color: #bbb;
  margin-right: 8px; }

.author-content a.author-social:hover {
  color: #EF9D87; }

/***
/** PAGINATION
/******************************/
.pagination,
.post-pagination {
  margin-bottom: 80px;
  margin-top: 20px;
  overflow: hidden; }
  .pagination a,
  .post-pagination a {
    text-transform: none !important;
    font-size: 14px !important; }
  .pagination span,
  .post-pagination span {
    font-family: 'encorpada_classic', sans-serif;
    font-weight: 700; }

.pagination a,
.post-pagination a {
  padding: 3px 12px;
  font-weight: 400;
  display: inline-block;
  font-family: 'Gotham', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  background: #fff;
  border: 2px solid #182d47;
  transition: .3s; }

.pagination a:hover {
  text-decoration: none;
  color: #fff;
  background: #182d47; }

.pagination .newer {
  float: left; }

.pagination .older {
  float: right; }

.post-pagination {
  overflow: hidden; }

.post-pagination .pagi-prev {
  float: left;
  width: 50%; }

.post-pagination .pagi-next {
  float: right;
  width: 50%;
  text-align: right; }

.post-pagination a:hover {
  background: #EF9D87;
  color: #fff; }

/** Post tags ***/
.post-tags {
  margin-top: 30px;
  margin-bottom: -15px;
  padding-bottom: 13px; }

.post-tags a {
  font-family: "Gotham", sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #f2f2f2;
  color: #666;
  padding: 1px 6px 2px 8px;
  margin-right: 7px;
  border-radius: 3px;
  margin-bottom: 5px;
  display: inline-block;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s; }

.post-tags a:hover {
  background: #ddd;
  color: #666;
  text-decoration: none; }

/*** Post Related ***/
.post-related {
  background: #fff;
  padding: 22px 30px;
  margin-top: -15px;
  margin-bottom: 50px;
  box-shadow: 0 5px 4px -4px rgba(190, 190, 190, 0.1);
  overflow: hidden; }

.block-heading {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 22px;
  color: #000;
  display: block; }

.item-related {
  width: 212px;
  margin-right: 22px;
  float: left; }

.fullwidth .item-related {
  width: 320px;
  margin-right: 30px; }

.item-related:last-child, .fullwidth .item-related:last-child {
  margin-right: 0; }

.item-related img {
  max-width: 100%;
  height: auto;
  margin-bottom: 3px; }

.item-related h3 a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000; }

.item-related h3 a:hover {
  text-decoration: underline; }

.item-related h3 {
  margin-bottom: -1px; }

.item-related span.date {
  font-size: 11px;
  font-style: italic;
  color: #999; }

/***
/** GRID POSTS
/******************************/
.grid-item {
  margin-bottom: 0; }

.grid-layout li {
  display: inline-block;
  vertical-align: top;
  margin-right: 26px;
  margin-bottom: 30px;
  position: relative; }

.grid-layout .post-meta {
  width: 100%;
  bottom: 0; }
  .grid-layout .post-meta .meta-info {
    padding: 0;
    height: 24px;
    line-height: 24px;
    float: left;
    padding-right: 10px; }
  .grid-layout .post-meta .meta-line {
    width: 100%;
    top: 11px; }

.grid-layout .cat {
  display: none; }

.grid-layout .grid-item {
  padding-bottom: 20px; }
  .grid-layout .grid-item .post-header {
    padding: 40px 0 20px;
    text-align: left; }

.grid-layout .post-header h1, .grid-layout .post-header h2 {
  padding: 0; }
  .grid-layout .post-header h1 a, .grid-layout .post-header h2 a {
    font-weight: 500; }

.grid-layout .post-header:before {
  display: none; }

/** With Sidebar **/
.regular .grid-layout li {
  width: 355px; }

.regular .grid-layout li:nth-child(2n+2) {
  margin-right: 0; }

/** Full Width **/
.fullwidth .grid-layout li {
  width: 340px; }

.fullwidth .grid-layout li:nth-child(3n+3) {
  margin-right: 0; }

.grid-item .post-header {
  padding: 18px 30px 18px; }

.grid-item .post-header h2 a {
  font-size: 18px; }

.grid-item .post-entry p {
  margin-bottom: 2px; }

.grid-item .post-meta {
  text-align: left;
  font-size: 12px; }

/***
/** LIST POSTS
/******************************/
.list-item {
  overflow: hidden; }

.list-item.post {
  margin-bottom: 30px; }

.list-item .post-img {
  float: left;
  margin-right: 20px; }

.list-item .post-img img {
  max-width: 250px;
  vertical-align: middle; }

.list-item .list-content {
  overflow: hidden;
  margin-top: 14px;
  padding-right: 18px; }

.list-item .post-header {
  text-align: left;
  padding: 0;
  margin-bottom: 8px; }

.list-item .post-entry {
  padding: 0;
  margin: 0; }

.list-item .post-entry p {
  margin: 0 0 6px; }

.list-item .post-meta {
  padding: 0; }

.list-item .post-header h2 a {
  font-size: 18px;
  line-height: 28px; }

.list-item .post-header .cat a {
  margin-bottom: 5px; }

/***
/* Archive
/********************/
.archive-box {
  background: #fff;
  margin-bottom: 45px;
  text-align: center; }
  .archive-box p {
    padding: 30px 6% 0; }

.archive-box span {
  font-size: 11px;
  font-style: italic;
  letter-spacing: 1px;
  color: #999;
  margin-bottom: 4px;
  display: inline-block; }

.archive-box h1 {
  background-color: #f9ede6;
  font-size: 26px;
  padding: 7px 20%;
  text-transform: uppercase;
  font-family: 'Gotham', sans-serif;
  font-weight: 400; }

/***
/* 404 Page
/********************/
.error-page {
  text-align: center;
  padding-top: 50px; }

.error-page h1 {
  font-size: 190px; }

.error-page p {
  color: #888; }

/*** Contact Form 7
/************************/
.wpcf7 input {
  width: 266px; }

div.wpcf7 {
  overflow: hidden;
  margin-top: 40px; }

.wpcf7 input, .wpcf7 textarea {
  padding: 8px;
  border: 1px solid #DDD;
  margin-right: 10px;
  border-radius: 5px;
  color: #777;
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 6px; }

.wpcf7 textarea {
  width: 95%; }

.wpcf7 .wpcf7-submit {
  background: #eee;
  border-radius: 20px;
  padding: 12px 24px;
  color: #666;
  letter-spacing: 3px;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
  transition: .3s;
  display: block;
  border: none;
  width: auto; }

.wpcf7 .wpcf7-submit:hover {
  background: #333;
  color: #fff; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

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

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

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

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

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

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

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

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

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

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

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

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

/*** Custom WordPress gallery style ***/
.gallery .gallery-caption {
  font-size: 12px;
  color: #888;
  font-family: "Gotham"; }

.gallery .gallery-icon img {
  border-radius: 2px;
  border: 1px solid #eee !important;
  padding: 7px; }

.gallery .gallery-icon img:hover {
  border: 1px solid #ccc !important; }

.topcarrousel ul {
  font-size: 0; }
  .topcarrousel ul li {
    position: relative;
    display: inline-block;
    width: 33%;
    margin-left: .5%;
    max-height: 300px;
    overflow: hidden; }
    .topcarrousel ul li:first-child {
      margin-left: 0; }
    .topcarrousel ul li img {
      width: 100%;
      height: auto; }
    .topcarrousel ul li div {
      display: table;
      width: 100%;
      height: 85px;
      position: absolute;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.35);
      transition: all .3s ease; }
    .topcarrousel ul li p {
      padding: 0 16px;
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      font-family: 'Gotham', sans-serif;
      font-weight: 700;
      color: white;
      font-size: 20px;
      line-height: 130%;
      text-align: left;
      text-transform: uppercase; }
    .topcarrousel ul li a:hover div {
      background-color: rgba(0, 0, 0, 0.5); }

@media only screen and (max-height: 800px), only screen and (max-width: 1200px) {
  .topcarrousel ul li p {
    font-size: 20px; }
  .topcarrousel ul li div {
    height: 75px; } }

/*
#mailmunch-optin-form{

	opacity: .5;
	.screen{
		background-color: $marine;
		.text{
			p{
				font-size: 0;
			}
		}
	}
	.optin-form-wrapper{
		width: 90%;
		margin: 0 auto;

		.custom-fields-preview-container > .custom-field-preview-container{
			float: left;
			&:first-child(){
				width: 70%;
			}
			&:nth-child(2){
				margin-left: 10%;
				width: 20%;
			}
		}
	}
	input.submit{
		width: 150px;
	}
}
*/
#cookie-law-info-bar {
  background-color: #f9ede6 !important; }
  #cookie-law-info-bar a {
    color: #182d47 !important; }
  #cookie-law-info-bar .cli-plugin-button {
    background-color: #182d47 !important;
    box-shadow: none; }
    #cookie-law-info-bar .cli-plugin-button a {
      color: white !important; }

a#cookie_action_close_header {
  color: white !important; }

.ziofix_shop .zfxshop_description {
  transition: all .3s ease; }

.ziofix_shop:hover .zfxshop_description {
  background-color: #444;
  color: white;
  text-decoration: none; }

.ziofix_shop:hover a {
  color: white !important;
  text-decoration: none; }

.ziofix_shop a {
  text-decoration: none; }

.ziofix_main_container {
  margin-top: 40px;
  margin-bottom: 40px; }

.ziofix_shop img {
  max-width: 100% !important;
  width: 100% !important;
  height: auto; }

.ziofix_shop .zfxshop_description {
  padding: 8px 5px !important; }

.ziofix_main_container {
  position: relative; }
  .ziofix_main_container > p {
    margin-bottom: 30px; }

.tax-shop_cat #main > p {
  z-index: 10;
  position: relative; }

.gallery {
  font-size: 0; }

.gallery-item {
  margin: 0px !important; }

.gallery-caption {
  display: none; }

.gallery .gallery-icon {
  padding: 5px; }
  .gallery .gallery-icon img {
    border: 0 !important;
    margin: 0;
    padding: 0;
    display: block;
    padding: 0;
    border-radius: 0; }
    .gallery .gallery-icon img:hover {
      border: 0 !important; }

/* fluid 2 columns */
.gallery-columns-2 .grid-sizer,
.gallery-columns-2 .grid-item {
  width: 50%; }

.gallery-columns-3 .grid-sizer,
.gallery-columns-3 .grid-item {
  width: 33.3%; }

.final-tiles-gallery .caption .text {
  padding: 5px;
  line-height: 150%; }

.post-entry a {
  font-weight: bold;
  color: #182d47; }

.widget .slider ul {
  height: 250px;
  position: relative;
  overflow: hidden; }
  .widget .slider ul li {
    position: absolute;
    margin: 0;
    padding: 0;
    transition: transform .3s ease; }

.widget .slider_bt {
  display: block;
  width: 40px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  transition: opacity .3s ease; }
  .widget .slider_bt-left {
    background: url(./img/arrow-left.png) no-repeat center;
    background-size: 15px 24px;
    margin-left: -40px; }
  .widget .slider_bt-right {
    left: 100%;
    background: url(./img/arrow-right.png) no-repeat center;
    background-size: 15px 24px; }
  .widget .slider_bt-off {
    cursor: auto;
    opacity: 0.2; }

.widget .textwidget a:hover {
  text-decoration: none; }

.widgettext {
  position: relative;
  overflow: hidden;
  font-size: 0;
  transition: .3s ease-out background-color; }
  .widgettext-marine {
    background-color: #182d47; }
    .widgettext-marine .widgettext_bottom {
      color: white; }
      .widgettext-marine .widgettext_bottom:before {
        background-color: #182d47;
        transform: rotate(5deg);
        margin-top: -16px; }
    .widgettext-marine:hover {
      background-color: #f9ede6; }
      .widgettext-marine:hover .widgettext_bottom {
        color: #182d47; }
        .widgettext-marine:hover .widgettext_bottom:before {
          background-color: #f9ede6; }
  .widgettext-pink {
    background-color: #f9ede6; }
    .widgettext-pink .widgettext_bottom {
      color: #182d47; }
      .widgettext-pink .widgettext_bottom:before {
        background-color: #f9ede6;
        transform: rotate(-5deg);
        margin-top: -20px; }
    .widgettext-pink:not(.widgettext-newsletter):hover {
      background-color: #182d47; }
      .widgettext-pink:not(.widgettext-newsletter):hover .widgettext_bottom {
        color: #f9ede6; }
        .widgettext-pink:not(.widgettext-newsletter):hover .widgettext_bottom:before {
          background-color: #182d47; }
  .widgettext-newsletter {
    padding-top: 12px;
    padding-bottom: 4px;
    margin-top: -25px; }
    .widgettext-newsletter .widgettext_bottom:before {
      display: none; }
    .widgettext-newsletter #mc_embed_signup {
      margin-top: -12px; }
      .widgettext-newsletter #mc_embed_signup input {
        border: 0; }
      .widgettext-newsletter #mc_embed_signup .button {
        background-color: #182d47 !important;
        color: white !important;
        font-size: 14px; }
    .widgettext-newsletter .widgettext_text1 {
      font-size: 20px; }
    .widgettext-newsletter .widgettext_text2 {
      font-size: 20px; }
  .widgettext_bottom {
    transition: .3s ease-out color;
    color: white;
    text-align: center;
    padding-bottom: 14px; }
    .widgettext_bottom:before {
      transition: .3s ease-out background-color;
      content: '';
      position: absolute;
      width: 500px;
      height: 100px;
      left: -50px; }
  .widgettext_text1 {
    z-index: 2;
    font-size: 18px;
    font-family: 'encorpada_classic', sans-serif;
    font-weight: 900;
    position: relative;
    line-height: 120%; }
  .widgettext_text2 {
    z-index: 2;
    font-size: 20px;
    position: relative;
    font-family: 'intro_script_rbase';
    line-height: 120%; }

.favorites_item {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase; }
  .favorites_item div {
    font-size: 0;
    overflow: hidden;
    border-bottom: 5px solid #182d47;
    transition: all .3s ease; }
  .favorites_item p {
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    padding: 6px;
    padding-bottom: 18px;
    transition: all .3s ease; }
  .favorites_item:hover div {
    border-bottom: 5px solid white; }
  .favorites_item:hover p {
    transform: translateY(-3px); }

.hometour_play {
  position: absolute;
  background: url(./img/play.png) no-repeat center;
  background-size: 64px 64px;
  left: 50%;
  margin-left: -32px;
  margin-top: -70px;
  top: 50%;
  width: 64px;
  height: 64px; }

.adresses .widgettext_text2 {
  font-size: 25px; }

#solopine_social_widget-3 {
  background-color: white; }
  #solopine_social_widget-3 .widget-heading {
    margin-bottom: 10px; }
    #solopine_social_widget-3 .widget-heading > span {
      display: block;
      border: 0;
      font-size: 21px;
      font-family: 'intro_script_rbase';
      text-transform: none;
      line-height: 100%; }
    #solopine_social_widget-3 .widget-heading:after {
      content: 'Tous les jours';
      font-size: 20px;
      text-transform: none;
      font-family: 'encorpada_classic', sans-serif;
      font-weight: 900; }
  #solopine_social_widget-3 .widget-social {
    background-color: #f9ede6;
    height: 34px;
    line-height: 34px; }
    #solopine_social_widget-3 .widget-social a i {
      width: 20px;
      height: 20px;
      font-size: 20px;
      color: #182d47;
      margin: 4px 14px; }
    #solopine_social_widget-3 .widget-social a:hover i {
      color: black; }

#text-11 .textwidget {
  font-size: 0;
  text-align: center; }

#text-14 {
  background-color: #182d47;
  font-size: 0; }

.partner_link > img {
  margin-bottom: 3px; }

#mc_embed_signup {
  background-color: transparent !important;
  color: white;
  margin-top: -62px; }
  #mc_embed_signup #mc_embed_signup_scroll {
    text-align: center; }
  #mc_embed_signup form {
    padding-right: 3% !important; }
  #mc_embed_signup label {
    display: none !important; }
  #mc_embed_signup .clear {
    width: 15%;
    display: inline-block; }
  #mc_embed_signup .mc-field-group {
    width: 75% !important;
    display: inline-block !important;
    padding-bottom: 0 !important;
    min-height: auto !important; }
    #mc_embed_signup .mc-field-group input {
      padding: 6px 0 !important; }
  #mc_embed_signup .button {
    background-color: #f9ede6 !important;
    color: #444 !important;
    text-transform: uppercase;
    padding: 0 8px !important;
    margin: 0 !important;
    width: 100% !important;
    margin-top: -6px !important;
    border-radius: 0 !important;
    height: 28px !important;
    line-height: 28px !important; }

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

.widget img {
  max-width: 100%;
  height: auto;
  min-height: 150px; }

.widget.solopine_about_widget {
  background-color: #182d47;
  color: white;
  margin-bottom: 0; }

.widget.solopine_about_widget ul {
  margin: 10px 0;
  text-align: center;
  font-size: 0; }
  .widget.solopine_about_widget ul li {
    font-size: 13px;
    padding: 0;
    display: inline-block;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    border: 0;
    letter-spacing: -1px;
    padding: 2px; }

.widget.solopine_about_widget p {
  color: white;
  font-size: 12px;
  line-height: 150%;
  padding: 0 18px;
  padding-bottom: 10px; }

/*.widget.solopine_about_widget p{*/
.widget.solopine_social_widget {
  background-color: #182d47;
  color: white; }

.widget.solopine_about_widget p {
  color: white; }

.widget-heading {
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #182d47;
  font-family: 'Gotham', sans-serif;
  font-weight: 500; }

.widget-heading > span {
  position: relative;
  display: inline-block;
  border-left: 2px solid #182d47;
  border-right: 2px solid #182d47;
  line-height: 14px;
  padding: 0 10px; }

#text-13,
#text-12 {
  position: relative;
  background-color: white;
  padding: 0 15%;
  overflow: hidden; }
  #text-13:before,
  #text-12:before {
    content: '';
    display: block;
    width: 500px;
    height: 200px;
    position: absolute;
    left: -100px;
    top: -115px;
    transform: rotate(-15deg);
    background-color: #a2a89b; }
  #text-13 .widget-heading,
  #text-12 .widget-heading {
    color: white;
    margin-top: 20px; }
    #text-13 .widget-heading > span,
    #text-12 .widget-heading > span {
      border-left: 2px solid white;
      border-right: 2px solid white; }
  #text-13 .textwidget,
  #text-12 .textwidget {
    position: relative; }

.widget a:hover {
  text-decoration: underline; }

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

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

.widget input, .widget select {
  border: 1px solid #e5e5e5;
  color: #555;
  padding: 9px 7px;
  width: 100%; }

input {
  color: #555; }

a.partenariat {
  text-decoration: none !important; }
  a.partenariat div {
    background-color: #f9ede6;
    color: #182d47;
    font-size: 20px;
    text-align: center;
    height: 130px;
    line-height: 130px;
    font-family: 'encorpada_classic', sans-serif;
    font-weight: 900;
    overflow: hidden;
    position: relative; }
    a.partenariat div:before {
      content: '';
      display: block;
      position: absolute;
      background-color: white;
      width: 500px;
      height: 100px;
      bottom: -85px;
      left: -100px;
      transform: rotate(-4deg); }

/*** About Widget ***/
.about-widget img {
  margin-bottom: 8px; }

.about-widget a {
  color: white;
  padding: 3px;
  text-decoration: none;
  transition: all .3s ease; }
  .about-widget a:hover {
    color: #182d47;
    background-color: #f9ede6;
    text-decoration: none; }

.about-widget li:first-child a {
  color: #182d47;
  background-color: #f9ede6; }
  .about-widget li:first-child a:hover {
    color: #182d47;
    background-color: #f9ede6;
    text-decoration: none; }

.page-id-15873 .about-widget li:first-child a {
  color: white;
  background-color: #182d47; }
  .page-id-15873 .about-widget li:first-child a:hover {
    color: #182d47;
    background-color: #f9ede6;
    text-decoration: none; }

.page-id-15873 .about_contact a {
  color: #182d47;
  background-color: #f9ede6; }

.page-id-16101 .about-widget li:first-child a {
  color: white;
  background-color: #182d47; }
  .page-id-16101 .about-widget li:first-child a:hover {
    color: #182d47;
    background-color: #f9ede6;
    text-decoration: none; }

.page-id-16101 .about_partenariat a {
  color: #182d47;
  background-color: #f9ede6; }

/** Social Widget **/
.widget-social {
  text-align: center; }

.widget-social a:first-child {
  margin-left: 0; }

.widget-social a:last-child {
  margin-right: 0; }

.widget-social a {
  transition: opacity .3s ease; }
  .widget-social a i {
    text-align: center;
    line-height: 28px;
    background: #ef9d87;
    color: #fff;
    border-radius: 50%;
    margin: 0 8px 14px;
    font-size: 24px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s; }

.widget-social a:hover {
  opacity: 1 !important; }
  .widget-social a:hover i {
    color: #f9ede6; }

/** WIDGET ITEMS **/
.widget ul.side-newsfeed li {
  list-style-type: none;
  padding-bottom: 13px;
  margin-left: 0; }

.widget ul.side-newsfeed li:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

.widget ul.side-newsfeed li .side-item {
  overflow: hidden; }

.widget ul.side-newsfeed li .side-item .side-image img {
  width: 100%;
  height: auto; }

.widget ul.side-newsfeed li .side-item .side-item-text {
  overflow: hidden;
  text-align: center;
  color: #182d47;
  text-transform: uppercase; }

.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
  margin-bottom: 1px;
  color: #000;
  display: block;
  font-size: 12px;
  font-family: 'Gotham', sans-serif;
  font-weight: 500;
  padding: 0 10%;
  line-height: 125%; }

.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
  display: none; }

/** Instagram widget support **/
.instag ul.thumbnails > li, .jr-insta-thumb ul > li {
  width: 32% !important; }

.instag ul.thumbnails > li img:hover, .jr-insta-thumb ul > li img:hover {
  opacity: .8; }

.instag ul li, .jr-insta-thumb ul li {
  margin: 0;
  padding-bottom: 0;
  border-bottom: none; }

.pllexislider ul li {
  margin: 0;
  padding-bottom: 0;
  border-bottom: none; }

/*** Widget categories ***/
.widget_categories {
  color: #a5a5a5; }

.widget_categories a {
  margin-right: 10px; }

/*** Tagcloud widget ***/
.widget .tagcloud a {
  font-size: 10px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #EF9D87;
  color: #fff;
  padding: 6px 8px 7px;
  margin-right: 5px;
  margin-bottom: 8px;
  display: inline-block;
  border-radius: 2px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s; }

.widget .tagcloud a:hover {
  opacity: .6;
  text-decoration: none; }

/*** Calender widget ***/
#wp-calendar {
  width: 100%; }

#wp-calendar caption {
  text-align: right;
  color: #777;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px; }

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

#wp-calendar thead th {
  padding-bottom: 10px; }

#wp-calendar tbody {
  color: #aaa; }

#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px; }

#wp-calendar tbody td a {
  font-weight: 700;
  color: #222; }

#wp-calendar tbody td:hover {
  background: #fff; }

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

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

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

#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center; }

/*** Search Widget ***/
#searchform input#s {
  border: 1px solid #e5e5e5;
  background: #fff url(img/searchsubmit.png) no-repeat 96% 13px;
  padding: 9px 14px;
  font-size: 11px;
  color: #999;
  letter-spacing: 1px;
  box-sizing: border-box; }

#searchform #s:focus {
  outline: none; }

/** searchbar for widget ***/
.widget #searchform input#s {
  width: 300px; }

/***
/* Top Bar
/********************/
#top-bar {
  background: transparent !important;
  height: 54px;
  /*position:fixed;*/
  position: absolute;
  width: 100%;
  z-index: 9999;
  /*
	-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	   -moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	        box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);*/
  -webkit-backface-visibility: hidden; }

#top-bar .container {
  position: relative; }

.slicknav_menu {
  display: none; }

.bienvenue {
  margin-top: 15px; }

/***
	/* Menu
	/********************/
.menu {
  float: left;
  font-weight: 500;
  font-family: 'Gotham', sans-serif; }

.menu li {
  display: inline-block;
  margin-right: 38px;
  position: relative; }

.menu li a {
  font-size: 17px;
  text-transform: uppercase;
  line-height: 50px;
  color: #777;
  display: block;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s; }
  .menu li a:hover {
    color: #000; }

.menu li.current-menu-item a, .menu li.current_page_item a, .menu li a:hover {
  color: #182d47; }

.menu li.la-boutique {
  color: white !important;
  background: url("img/la-boutique.png") no-repeat;
  background-position: center;
  background-size: 108px 22px;
  margin-right: 0; }

.menu li.la-boutique > a {
  color: transparent !important; }

/*** DROPDOWN ***/
.menu .sub-menu,
.menu .children {
  text-align: left;
  background-color: #fff;
  padding: 0;
  position: absolute;
  margin-top: 0;
  left: 0;
  font-size: 15px;
  font-weight: 400;
  z-index: 999;
  width: 600px;
  height: 221px;
  padding: 8px 20px;
  border: 1px solid #444; }

.sub-menu-wrap {
  margin-left: -50px;
  position: relative;
  display: none; }
  .sub-menu-wrap:after {
    content: '';
    display: block;
    position: absolute;
    background: url(./img/arrow-menu.png) no-repeat center;
    height: 10px;
    width: 10px;
    background-size: 10px 10px;
    bottom: -1px;
    left: 50%;
    z-index: 1000;
    margin-left: 20px; }

ul.menu ul a,
.menu ul ul a {
  color: #444346;
  margin: 0;
  padding: 15px 0;
  min-width: 160px;
  line-height: 20px;
  transition: .25s;
  font-size: 15px; }

ul.menu ul li,
.menu ul ul li {
  display: block;
  padding-right: 0;
  margin-right: 0;
  font-size: 15px;
  border-bottom: 1px solid #444;
  width: 250px; }
  ul.menu ul li:last-child,
  .menu ul ul li:last-child {
    border: 0; }

ul.menu ul a:hover,
.menu ul ul a:hover {
  color: #182d47; }

ul.menu li:hover .sub-menu-wrap,
.menu ul li:hover .sub-menu-wrap {
  display: block; }

.menu .sub-menu ul,
.menu .children ul {
  left: 100%;
  top: 0; }

.sub-menu li {
  position: static; }
  .sub-menu li:first-child img {
    z-index: 10; }
  .sub-menu li:hover img {
    z-index: 999; }

.sub-menu .menu-item a img {
  pointer-events: none;
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  padding: 0 !important; }

.submenu-invert .sub-menu {
  margin-left: -370px; }

menu {
  text-align: center;
  position: relative;
  width: 100%;
  transition: all .3s ease; }

menu .menu {
  float: none; }

/***
	/* Top Social
	/********************/
#top-social {
  position: absolute;
  right: 66px;
  top: 0; }

#top-social a {
  line-height: 50px;
  font-size: 14px;
  color: #c2c2c2;
  margin-left: 8px; }

/***
	/* Header Search
	/********************/
#top-search {
  position: absolute;
  right: 0;
  top: 16px;
  text-align: center; }

#top-search a {
  color: #fff;
  display: block;
  transition: all 0.2s linear; }

#top-search a:hover {
  opacity: .75; }

.show-search {
  position: absolute;
  top: 18px;
  right: 44px;
  z-index: 10000;
  font-family: 'Gotham', sans-serif; }

.show-search #searchform input#s {
  width: 190px;
  background: #FFF;
  border: 1px solid #A1A1A1; }

.show-search #searchform input#s:focus {
  border: 1px solid #ddd; }

/***
/* Header
/********************/
#header {
  position: relative;
  z-index: 100; }

#header .container {
  height: 144px; }

header.sticky menu {
  position: fixed;
  top: 0;
  left: 0;
  background-color: white; }

header.sticky .container {
  height: 194px !important; }

#logo {
  text-align: center;
  padding: 40px 0 27px; }

#logo img {
  max-width: 100%;
  height: auto; }

.motifhead {
  position: absolute;
  height: 194px;
  width: 100%;
  overflow: hidden; }

.motifhead-left {
  position: absolute;
  left: 50%;
  margin-left: -850px;
  z-index: 1; }

.motifhead-right {
  position: absolute;
  left: 50%;
  margin-left: 510px;
  z-index: 1; }

/***
/** FOOTER
/******************************/
#footer-instagram {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  background: #fff;
  padding-bottom: 80px; }
  #footer-instagram .widget-social a i {
    color: #182d47;
    font-size: 18px; }
  #footer-instagram .widget-social a:hover {
    color: #000 !important; }
  #footer-instagram .menu li a {
    color: #182d47;
    transition: opacity .3s ease; }
    #footer-instagram .menu li a:hover {
      opacity: .8; }

#footer-instagram .instagram-pics li {
  width: 12.5%;
  position: absolute; }
  #footer-instagram .instagram-pics li:nth-child(1) {
    left: 5%;
    bottom: 5%;
    z-index: 8; }
  #footer-instagram .instagram-pics li:nth-child(2) {
    left: 22%;
    bottom: 0%;
    z-index: 7; }
  #footer-instagram .instagram-pics li:nth-child(3) {
    left: 38%;
    top: 6%;
    z-index: 6; }
  #footer-instagram .instagram-pics li:nth-child(4) {
    left: 55%;
    bottom: 10%;
    z-index: 5; }
  #footer-instagram .instagram-pics li:nth-child(5) {
    right: 19%;
    top: 3%;
    z-index: 4; }
  #footer-instagram .instagram-pics li:nth-child(6) {
    right: 4%;
    bottom: 0%;
    z-index: 1; }

.push_footer {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 50px; }
  .push_footer img {
    width: 100%;
    height: auto; }
  .push_footer .push-footer {
    position: relative;
    width: 30%;
    display: inline-block; }
    .push_footer .push-footer:nth-child(2) {
      margin-right: 5%;
      margin-left: 5%; }
  .push_footer .block-heading {
    display: none; }
  .push_footer .textwidget {
    position: relative; }
  .push_footer-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 216px;
    height: 64px;
    margin-left: -108px;
    margin-top: -32px;
    background-color: #f9ede6;
    color: #182d47;
    text-align: center;
    font-size: 26px;
    padding-top: 4px;
    font-family: 'Gotham', sans-serif;
    font-weight: 500; }
    .push_footer-heading > div {
      font-size: 21px;
      font-family: 'intro_script_rbase'; }
  .push_footer #mc_embed_signup {
    position: absolute;
    width: 100%; }

.instagram-pics {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
  padding-right: 15px;
  background: url(./img/footer-insta.jpg) no-repeat center;
  height: 264px; }
  .instagram-pics img {
    max-width: none !important;
    width: 180px;
    height: auto; }

@media only screen and (max-width: 1200px) {
  .instagram-pics img {
    width: 170px; } }

@media only screen and (max-width: 1100px) {
  .instagram-pics img {
    width: 160px; } }

@media only screen and (max-width: 1000px) {
  .instagram-pics img {
    width: 150px; } }

@media only screen and (max-width: 800px) {
  #footer-instagram,
  .instatitle {
    display: none; } }

.instatitle {
  text-align: center;
  text-transform: none;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 30px;
  color: #182d47;
  font-size: 34px;
  font-family: 'encorpada_classic', sans-serif;
  font-weight: 900;
  position: relative;
  padding-top: 0;
  background-color: white; }
  .instatitle:before {
    border-top: 4px solid #182d47;
    content: "";
    width: 100%;
    margin: 0 auto;
    /* this centers the line to the full width specified */
    position: absolute;
    /* positioning must be absolute here, and relative positioning must be applied to the parent */
    left: 0;
    top: 24px; }
  .instatitle span {
    background-color: white;
    position: relative;
    padding: 10px; }
  .instatitle b {
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    padding-left: 10px; }

.null-instagram-feed {
  border-bottom: 4px #182d47 solid; }
  .null-instagram-feed ul {
    margin-bottom: 45px; }

.widget-instagram .instag ul.thumbnails > li, .widget-instagram .jr-insta-thumb ul > li {
  width: 12.5% !important;
  display: inline;
  float: left;
  margin-bottom: -6px;
  padding: 0 !important; }

.jr-insta-thumb .thumbnails {
  padding: 0 !important; }

#nav_menu-2 {
  padding-top: 10px; }
  #nav_menu-2 li {
    margin-right: 25px; }
    #nav_menu-2 li a {
      font-size: 11px;
      font-family: 'Gotham', sans-serif;
      font-weight: 500; }

#solopine_social_widget-4 {
  float: right;
  padding-top: 20px; }

/*** Footer Social ***/
#footer-social {
  padding: 30px 0;
  text-align: center; }

#footer-social a {
  margin: 0 36px 0 0;
  color: #fff;
  font-family: "Gotham", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s; }

#footer-social a:first-child {
  margin-left: 0; }

#footer-social a:last-child {
  margin-right: 0; }

#footer-social a i {
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  background: #fff;
  color: #EF9D87;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 14px; }

#footer-social a:hover {
  text-decoration: none;
  opacity: .8; }

#footer-social a:hover > i {
  opacity: .8; }

/*** Footer Copyright ***/
#footer-copyright {
  padding: 20px 0 70px;
  font-size: 11px;
  color: #999;
  overflow: hidden;
  background: #f9ede6; }
  #footer-copyright .container {
    width: 100%; }

#footer-copyright span.left {
  float: left;
  padding-top: 14px;
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
  font-size: 14px; }

#footer-copyright .to-top {
  float: right;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #182d47;
  font-family: 'Gotham', sans-serif;
  font-weight: 500;
  border: 2px solid #182d47;
  padding: 12px;
  transition: all .3s ease; }

#footer-copyright .to-top i {
  font-size: 14px;
  margin-left: 3px; }

#footer-copyright .to-top:hover {
  text-decoration: none;
  background-color: #182d47;
  color: white; }

.fa-angle-double-up:before {
  content: '\25B2' !important; }

/*** Comments ***/
.post-comments {
  background: #fff;
  padding: 22px 0px 1px;
  margin-top: -15px;
  margin-bottom: 50px; }
  .post-comments .block-heading {
    font-size: 26px;
    text-align: left;
    font-weight: 400;
    height: 52px;
    line-height: 52px;
    color: #444;
    border-bottom: 2px solid #444; }
    .post-comments .block-heading.no-comment {
      margin-bottom: 0;
      border-bottom: 0; }
    .post-comments .block-heading div {
      display: inline-block;
      background-color: #444;
      color: #FFF;
      padding: 0 20px; }

.thecomment {
  padding-bottom: 34px;
  margin-bottom: 10px; }

.thecomment .author-img {
  float: left;
  margin-right: 25px; }

.thecomment .author-img img {
  border-radius: 50%; }

.thecomment .comment-text {
  overflow: hidden; }

.thecomment .comment-text span.author, .thecomment .comment-text span.author a {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 2px;
  color: #444;
  font-family: 'Gotham', sans-serif;
  font-weight: 700; }

.thecomment .comment-text span.author a:hover {
  text-decoration: underline; }

.thecomment .comment-text span.date {
  font-size: 10px;
  color: #444;
  display: block;
  margin-bottom: 10px; }

.thecomment .comment-text em {
  font-size: 13px;
  margin-bottom: -14px;
  display: block;
  color: orange;
  letter-spacing: 1px; }

.thecomment .comment-text em i {
  font-size: 14px;
  color: #f3bd00; }

.post-comments span.reply a {
  float: right;
  font-size: 10px;
  background-color: #f9ede6;
  color: #444;
  padding: 3px 6px 5px 6px;
  border-radius: 2px;
  margin-left: 7px;
  font-family: "Gotham", sans-serif;
  transition: .3s; }

.post-comments span.reply a.comment-edit-link {
  background: #c5c5c5; }

.post-comments span.reply a:hover {
  background-color: #182d47;
  color: white; }

ul.children {
  margin: 0 0 0 55px; }

ul.children li.thecomment {
  margin: 0 0 8px 0; }

/** Reply **/
#respond {
  border-top: 2px solid #444;
  overflow: hidden;
  margin-bottom: 20px; }

#respond h3 {
  font-size: 26px;
  color: #444;
  font-weight: 400;
  margin-bottom: 20px;
  padding-top: 20px;
  letter-spacing: 2px;
  text-transform: uppercase; }

#respond h3 a {
  color: #000;
  display: inline-block; }

#respond h3 small a {
  text-transform: uppercase;
  font-size: 11px;
  background: #333;
  color: #FFF;
  padding: 4px 6px 5px;
  border-radius: 3px;
  margin-left: 7px;
  letter-spacing: 1px;
  transition: .3s; }

#respond h3 small a:hover {
  opacity: .8; }

#respond label {
  color: #888;
  width: 80px;
  font-size: 14px;
  display: inline-block;
  font-weight: 300;
  display: none; }

#respond input {
  padding: 10px;
  border: 1px solid #DDD;
  margin-right: 10px;
  border-radius: 3px;
  color: #999;
  margin-bottom: 15px;
  font-size: 12px;
  width: 300px;
  font-family: "Gotham"; }

#respond input:focus {
  outline: none; }

#respond .comment-form-url {
  margin-bottom: 10px; }

#respond textarea {
  padding: 14px;
  border: 1px solid #DDD;
  border-radius: 3px;
  width: 100%;
  height: 120px;
  font-size: 13px;
  color: #777;
  margin-bottom: 14px;
  line-height: 20px;
  font-family: "Gotham"; }

#respond textarea:focus {
  outline: none; }

#respond #submit {
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #f9ede6;
  border-radius: 0;
  font-size: 11px;
  color: #444;
  padding: 12px 19px 14px;
  margin-top: 6px;
  display: inline-block;
  border: none;
  transition: .3s;
  cursor: pointer;
  width: auto;
  font-weight: 500; }

#respond #submit:hover {
  background: #182d47;
  color: #FFF; }

.post-products {
  margin: 60px 0; }
  .post-products .product {
    position: absolute;
    text-align: center;
    background: transparent;
    padding: 0; }
    .post-products .product:before {
      content: "";
      display: none; }
    .post-products .product_title {
      margin: 0;
      margin-top: 4px;
      font-weight: bold;
      color: #444; }
    .post-products .product_price {
      margin: 0;
      font-size: 12px; }
  .post-products .products {
    transition: transform .5s ease; }
  .post-products img {
    max-width: none;
    width: 100%;
    height: auto; }

.productslider {
  position: relative; }
  .productslider h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 12px; }
  .productslider_wrapper {
    width: calc( 100% - 60px);
    overflow: hidden;
    position: relative;
    height: 300px;
    margin-left: 30px; }
  .productslider_bt {
    display: block;
    width: 30px;
    height: 90%;
    cursor: pointer;
    position: absolute;
    top: 0;
    transition: opacity .3s ease; }
    .productslider_bt-left {
      background: url(./img/arrow-left.png) no-repeat left;
      background-size: 15px 24px; }
    .productslider_bt-right {
      right: 0;
      background: url(./img/arrow-right.png) no-repeat right;
      background-size: 15px 24px; }
    .productslider_bt-off {
      cursor: auto;
      opacity: 0.2; }

.ziofix_main_container-cat .zfxshop_description {
  padding: 8px 15px !important; }

.press {
  position: relative;
  min-height: 600px;
  color: #444; }
  .press h2 {
    text-transform: uppercase;
    font-size: 38px;
    line-height: 115%;
    background-color: #f9ede6;
    padding: 44px 32px; }
    .press h2:before {
      content: '';
      position: absolute;
      width: 120%;
      height: 100px;
      left: -10%;
      top: 100px;
      display: block;
      background-color: white;
      transform: rotate(-4deg); }
  .press ul li {
    color: #444;
    font-weight: normal;
    background-color: white; }
    .press ul li a {
      color: #444;
      font-weight: bold; }
    .press ul li:before {
      display: none !important; }
  .press_date {
    margin-left: 5px; }
  .press_images li {
    position: absolute; }
  .press_list {
    position: relative;
    z-index: 10;
    padding-left: 30px !important; }
    .press_list li {
      margin: 0 !important;
      line-height: 175%; }
  .press_images {
    position: absolute;
    max-width: 392px;
    width: 50%;
    top: 30px;
    right: 30px; }
    .press_images li {
      position: absolute !important;
      display: block !important;
      padding: 0 !important;
      margin: 0 !important; }
      .press_images li:first-child {
        z-index: 10; }
      .press_images li.active {
        z-index: 999; }
  .press_web h2 {
    padding-left: 30px;
    padding-bottom: 30px;
    padding-top: 18px; }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  margin-bottom: 22px; }

.bx-wrapper img {
  max-width: 100%; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  background: #fff;
  text-align: center;
  /*fix other elements on the page moving (on Chrome)*/
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 20px;
  background: url(../img/slider-arrows.png) no-repeat 0 0; }

.bx-wrapper .bx-next {
  right: 20px;
  background: url(../img/slider-arrows.png) no-repeat -30px 0; }

/*.bx-controls-direction a {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.bx-wrapper:hover .bx-controls-direction a {
    opacity: 1;
}*/
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-prev:hover {
  opacity: .7 !important; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  outline: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  z-index: 999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 6px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 20px; }

.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-size: 16px; }

/*
    Mobile Menu Core Style
*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: left;
  line-height: 27px;
  cursor: pointer;
  height: 27px; }

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left; }

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em; }

.slicknav_menu .slicknav_no-text {
  margin: 0; }

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em; }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em; }

.slicknav_nav {
  clear: both; }

.slicknav_nav ul,
.slicknav_nav li {
  display: block; }

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em; }

.slicknav_nav .slicknav_item {
  cursor: pointer; }

.slicknav_nav .slicknav_row {
  display: block; }

.slicknav_nav a {
  display: block; }

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  display: inline; }

.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table; }

.slicknav_menu:after {
  clear: both; }

/* IE6/7 support */
.slicknav_menu {
  *zoom: 1; }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
  font-size: 16px; }

/* Button */
.slicknav_btn {
  margin: 8px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  margin-left: 10px; }

/* Button Text */
.slicknav_menu .slicknav_menutxt {
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 3px #000; }

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #182d47; }

.slicknav_menu {
  background: #ffffff;
  padding: 6px; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em; }

.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden; }

.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px; }

.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px; }

.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #777;
  font-family: "Gotham", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase; }

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0; }

.slicknav_nav a:hover {
  background: #f5f5f5;
  color: #999; }

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px; }

.slicknav_menu .slicknav_no-text {
  margin-top: 7px; }

.ziofix_shop .zfxshop_description {
  background-color: #f9ede6;
  color: #444;
  padding: 8px 5px 3px 5px; }

.zfxshop_title {
  line-height: 100%;
  padding: 0; }

.slicknav_menu {
  display: none; }

@media only screen and (min-width: 960px) and (max-width: 1170px) {
  .container {
    width: 940px;
    width: calc( 100% - 100px); }
  #main {
    width: 650px;
    width: calc( 100% - 350px);
    float: left;
    margin-right: 30px; }
  #sidebar {
    width: 260px;
    float: right; }
  .item-related {
    width: 184px;
    margin-right: 19px; }
  .fullwidth .item-related {
    width: 274px;
    margin-right: 29px; }
  #respond textarea {
    width: 94%; }
  #footer-social a {
    margin-right: 16px; }
  .fullwidth .grid-layout li {
    width: 294px;
    margin-right: 25px; }
  .regular .grid-layout li {
    width: 310px; }
  .list-item .post-img img {
    max-width: 170px; }
  .list-item .post-header h2 a {
    font-size: 14px;
    line-height: 26px; }
  .list-item .post-header {
    margin-bottom: 2px; }
  .list-item .post-entry p {
    font-size: 14px;
    margin-bottom: 3px;
    line-height: 20px; }
  .list-item .post-header .cat a {
    margin-bottom: 2px; }
  .list-item .list-content {
    margin-top: 8px; } }

@media only screen and (max-width: 960px) {
  .show-search {
    display: none; } }

@media only screen and (min-width: 768px) and (max-width: 960px) {
  .container {
    width: 726px; }
  .topcarrousel {
    display: none; }
  .motifhead-left {
    display: none; }
  .motifhead-right {
    display: none; }
  #navigation-wrapper {
    display: none; }
  .slicknav_menu {
    display: block; }
  #logo {
    padding-top: 56px !important; }
  #main {
    width: 100%;
    margin-right: 0; }
  #sidebar {
    width: 100%; }
  .widget {
    width: 500px;
    margin-left: auto;
    margin-right: auto; }
  .item-related, .fullwidth .item-related {
    width: 208px;
    margin-right: 21px; }
  #footer-social a {
    margin-right: 26px; }
  #footer-social a span {
    display: none; }
  #footer-social a i {
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 14px; }
  .fullwidth .grid-layout li, .regular .grid-layout li {
    width: 348px;
    margin-right: 26px; }
  .fullwidth .grid-layout li:nth-child(3n+3) {
    margin-right: 26px; }
  .fullwidth .grid-layout li:nth-child(2n+2) {
    margin-right: 0; }
  .fullwidth .list-item .post-entry p {
    font-size: 14px;
    margin-bottom: 3px;
    line-height: 20px; } }

@media only screen and (max-width: 767px) {
  .topcarrousel {
    display: none; }
  #logo {
    padding-top: 50px !important; }
  .grid-layout li {
    margin-bottom: 0; }
  .global > .container {
    padding-top: 20px; }
  #top-bar {
    position: fixed; }
  .post-comments {
    padding: 0 5%; }
  .press_images {
    display: none !important; }
  .motifhead-left,
  .motifhead-right {
    display: none; }
  .container {
    width: 100%; }
  .push_footer {
    display: none; }
  #navigation-wrapper {
    display: none; }
  .slicknav_menu {
    display: block; }
  #logo {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 0; }
    #logo img {
      transform: scale(0.75); }
  #header .container {
    height: auto; }
  .menu li a {
    line-height: 30px; }
  #top-search {
    top: 10px;
    right: 10px; }
    #top-search img {
      transform: scale(0.75); }
  #footer-instagram {
    padding-bottom: 40px; }
  #nav_menu-2 li {
    margin: 0 10px; }
  #solopine_social_widget-4 {
    width: 100%; }
  #footer-copyright {
    text-align: center; }
    #footer-copyright .to-top {
      float: none;
      margin: 20px 0;
      display: inline-block; }
  #main {
    width: 100%;
    margin-right: 0;
    padding: 0 15px; }
  #sidebar {
    width: 100%; }
  #text-14 {
    display: none; }
  #solopine_social_widget-3 {
    display: none; }
  .post-img img {
    width: 100%; }
  .postcomment {
    padding-left: 0; }
    .postcomment span {
      display: none; }
  .post-share span {
    display: none; }
  .post-related {
    padding: 22px 15px; }
  .post-author {
    padding: 30px 15px; }
  .pagination {
    padding: 0 15px;
    margin-bottom: 40px; }
  .item-related, .fullwidth .item-related {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  .author-img {
    margin-right: 20px; }
  .author-img img {
    width: 60px;
    height: 60px; }
  .thecomment .author-img {
    display: none; }
  #respond textarea {
    width: 90%; }
  #footer-social a {
    margin-right: 4px; }
  #footer-social a span {
    display: none; }
  #footer-social a i {
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 12px; }
  #footer-copyright {
    padding: 20px 15px; }
  .widget-instagram .instag ul.thumbnails > li {
    width: 25% !important; }
  .widget-instagram .instag ul.thumbnails > li:nth-child(8), .widget-instagram .instag ul.thumbnails > li:nth-child(7), .widget-instagram .instag ul.thumbnails > li:nth-child(6), .widget-instagram .instag ul.thumbnails > li:nth-child(5) {
    display: none; }
  .widget {
    width: 300px;
    margin-left: auto;
    margin-right: auto; }
  .fullwidth .grid-layout li, .regular .grid-layout li {
    width: 100%;
    margin-right: 0; }
  .fullwidth .grid-layout li:nth-child(3n+3), .regular .grid-layout li:nth-child(3n+3) {
    margin-right: 0; }
  .fullwidth .grid-layout li:nth-child(2n+2), .regular .grid-layout li:nth-child(2n+2) {
    margin-right: 0; }
  .grid-item .post-meta {
    padding-left: 15px; }
  .list-item.post {
    margin-bottom: 20px; }
  .list-item .list-content {
    margin-top: 6px; }
  .list-item .post-img img {
    max-width: 100px; }
  .list-item .post-entry p {
    display: none; }
  .list-item .post-meta {
    display: none; }
  .list-item .post-header h2 a {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px; }
  .pagination {
    text-align: center; }
  .pagination .older {
    float: none;
    margin-bottom: 12px; }
  .pagination .newer {
    float: none; } }

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .show-search {
    display: none; }
  .container {
    width: 100%; }
  #main {
    width: 100%;
    margin-right: 0; }
  #sidebar {
    width: 100%; }
  .item-related, .fullwidth .item-related {
    width: 31.6%;
    margin-right: 2.5%; }
  .item-related h3 a {
    font-size: 10px; }
  .author-img {
    margin-right: 30px; }
  .author-img img {
    width: 80px;
    height: 80px; }
  .post-share {
    float: right;
    clear: none;
    padding-top: 0; }
  #footer-social a {
    margin-right: 20px; }
  #footer-social a i {
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 14px; }
  .widget {
    width: 400px;
    margin-left: auto;
    margin-right: auto; }
  .fullwidth .grid-layout li, .regular .grid-layout li {
    width: 48%;
    margin-right: 3.2%; }
  .fullwidth .grid-layout li:nth-child(3n+3), .regular .grid-layout li:nth-child(3n+3) {
    margin-right: 3.2%; }
  .fullwidth .grid-layout li:nth-child(2n+2), .regular .grid-layout li:nth-child(2n+2) {
    margin-right: 0; }
  .list-item .post-img img {
    max-width: 180px; }
  .list-item .post-entry p {
    display: none; }
  .list-item .post-meta {
    display: block; }
  .list-item .post-header h2 a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px; }
  .list-item .list-content {
    margin-top: 12px; }
  .pagination .older {
    float: right; }
  .pagination .newer {
    float: left; } }

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