/*
Theme Name: fashionclaire
Theme URI: http://www.vbaimas.com/products/fashionclaire/
Author: vbaimas
Author URI: https://vbaimas.com
Description: fashionclaire is a Free WordPress Fashion Blog Theme. It is a simple, easy to use, user-friendly WordPress theme and is suitable for a fashion magazine, blogging, travel, lifestyle and any other blogs. This theme have a lot of customization options that are available WordPress Theme Customizer, included  fonts, color options. Fashioclaire comes with added custom widgets for social profiles, recent posts, popular posts, sidebar options, copyright option etc. 
For more information, check out Theme Instructions at http://www.vbaimas.com/products/fashionclaire/ and Demo at http://themes.vbaimas.com/fashionclaire/
Version: 1.1.4
Tags: one-column, right-sidebar, custom-menu, custom-logo, custom-colors, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, blog
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: fashionclaire
Domain Path: /languages
*/
/* -----------------------
    Table Of Contents
----------------------------
.. 01. Core/Lib
.. 02. Core
.. 03. Core Elements
.. 04. Components
*/
/* -----------------------------------------
1. Core/Lib
----------------------------------------- */
/* 1.0 Typography
=================================== */
body {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  font-family: "PT Serif", serif;
  background-color: #ffffff;
  -webkit-font-snoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-weight: 700;
  font-family: "PT Serif", serif;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
}

/* 1.2 reset
=================================== */
/* Normalize
=================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 28px;
  margin: 9px 0;
}

small {
  font-size: 80%;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-width: 1px;
  border-style: solid;
  border-color: #aa8c00;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

code {
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-left: 4px;
  color: #dd1144;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

/* 1.3 Helper Classes
=================================== */
.text-left {
  text-align: left;
}

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

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

/* 1.4 Fluid Typography
=================================== */
/* H1
=================================== */
/* 21px @ 480px increasing to 28px @ 1920px */
@media (min-width: 480px) {
  h1 {
    font-size: calc(1.3125rem + ((1vw - 4.8px) * 0.4861));
    /* Where: * 0.4861 = 100 * font_Size_Difference / viewport_Width_Difference */
  }
}
/* Prevent font scaling beyond this breakpoint */
@media (min-width: 1920px) {
  h1 {
    font-size: 28px;
  }
}
/* H3
=================================== */
/* 19px @ 480px increasing to 21px @ 1920px */
@media (min-width: 480px) {
  h3 {
    font-size: calc(1.1875rem + ((1vw - 4.8px) * 0.1389));
    /* Where: * 0.1389 = 100 * font_Size_Difference / viewport_Width_Difference */
  }
}
/* Prevent font scaling beyond this breakpoint */
@media (min-width: 1920px) {
  h3 {
    font-size: 21px;
  }
}
/* -----------------------------------------
2. Core/Lib
----------------------------------------- */
/* 2.1 Basic Grid
=================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

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

.clearfix:after,
.container:after,
.row:after {
  clear: both;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 2rem;
  padding-left: 2rem;
}

.container-fluid, .container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }

  .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }

  .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-offset-0, .col-md-offset-1, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }

  .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
/* 2.2 Wp Defaults
=================================== */
/* WordPress Galleries
=================================== */
.sticky {
  display: block;
}

img.size-fashionclaire-full {
  display: block;
}

.gallery:after {
  content: "";
  display: table;
  clear: both;
}

img.aligncenter, div.aligncenter, figure.aligncenter {
  display: block;
  margin: 16px auto;
}

img.wp-post-image {
  margin: 16px auto;
}
img.alignright {
  float: right;
  margin-top: 16px;
  margin-right: 0;
  margin-bottom: 16px;
  margin-left: 32px;
}

div.alignright, figure.alignright {
  float: right;
  margin-top: 16px;
  margin-right: 0;
  margin-bottom: 16px;
  margin-left: 32px;
}

img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {
  float: left;
  margin-top: 16px;
  margin-right: 16px;
  margin-bottom: 32px;
  margin-left: 0;
}

figure {
  max-width: 100%;
  height: auto;
  margin-top: 16px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

p img.alignright, p img.alignleft {
  margin-top: 0;
}

.gallery figure {
  float: left;
  margin-top: 0;
  margin-right: 2%;
  margin-bottom: 16px;
  margin-left: 0;
}
.gallery figure img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.gallery.gallery-columns-1 figure {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 16px;
  margin-left: 0;
  float: none;
}
.gallery.gallery-columns-3 figure {
  width: 32%;
}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {
  margin-right: 0;
}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {
  clear: left;
}
.gallery.gallery-columns-2 figure {
  width: 49%;
}
.gallery.gallery-columns-2 figure:nth-of-type(even) {
  margin-right: 0;
}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {
  clear: left;
}
.gallery.gallery-columns-4 figure {
  width: 23.25%;
}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {
  margin-right: 0;
}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {
  clear: left;
}
.gallery.gallery-columns-5 figure {
  width: 18%;
}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {
  margin-right: 0;
}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {
  clear: left;
}
.gallery.gallery-columns-6 figure {
  width: 14.2%;
}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {
  margin-right: 0;
}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {
  clear: left;
}
.gallery.gallery-columns-7 figure {
  width: 12%;
}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {
  margin-right: 0;
}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {
  clear: left;
}
.gallery.gallery-columns-8 figure {
  width: 10.2%;
}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {
  margin-right: 0;
}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {
  clear: left;
}
.gallery.gallery-columns-9 figure {
  width: 8.85%;
}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {
  margin-right: 0;
}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {
  clear: left;
}

.gallery .gallery-item img {
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .gallery-item {
    width: 100% !important;
  }

  .gallery .gallery-item img {
    width: 100%;
  }
}
/* Captions
=================================== */
.wp-caption .wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin-top: 3px;
  margin-right: 0;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-align: left;
  text-transform: uppercase;
  color: #5c5c5c;
}

    /* Gallery Caption
=================================== */
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 5px;
  max-height: 50%;
  opacity: 0;
  padding-top: 6px;
  padding-right: 0;
  padding-bottom: 8px;
  padding-left: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: calc(100% - 10px);
  transition: opacity 0.18s ease;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

 /* WP CSS
=================================== */
   /* Styles 
=================================== */
.has-background.has-primary-background-color {
  background-color: #151515;
}
.has-background.has-gold-background-color {
  background-color: #aa8c00;
}
.has-background.has-white-background-color {
  background-color: #ffffff;
}
.has-background.has-grey-200-background-color {
  background-color: #e6e6e6;
}
.has-background.has-grey-500-background-color {
  background-color: #919191;
}

.has-text-color.has-primary-color {
  background-color: #151515;
}
.has-text-color.has-gold-color {
  background-color: #aa8c00;
}
.has-text-color.has-white-color {
  background-color: #ffffff;
}
.has-text-color.has-grey-200-color {
  background-color: #e6e6e6;
}
.has-text-color.has-grey-500-color {
  background-color: #919191;
}

/* -----------------------------------------
3. Core/Elements
----------------------------------------- */
/* 3.1 List
=================================== */
figure {
  margin: 0;
}

ul, ol {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 15px;
}

/* 3.2 blockquote
=================================== */
.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 3px solid #aa8c00;
}

@media only screen and (max-width: 559px) {
  blockquote p {
    margin-right: 0;
  }
}
blockquote p {
  font-size: 16px;
}

blockquote p {
  margin-top: 20px;
  padding-left: 15px;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  color: #333333;
}
blockquote p cite {
  display: block;
  font-style: normal;
  margin-top: 20px;
}

/* 3.3 table
=================================== */
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-width: 1px 0 0 1px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 25px;
  margin-left: 0;
}
table th:first-child,
table td:first-child {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
table th,
table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
table caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  vertical-align: middle;
}
table th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 85%;
}
table td {
  border-width: 0 1px 1px 0;
}

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

pre {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

address {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
}

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

/* 3.5 embed
=================================== */
embed, iframe, object, video, audio {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  max-width: 100%;
}

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

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

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

/* 3.6 form
=================================== */
label {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-weight: normal;
  letter-spacing: 2px;
}

input,
textarea {
  display: inline-block;
  font-size: inherit;
  width: 100%;
  max-width: 100%;
  height: 50px;
  padding-top: 2px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 15px;
  line-height: normal;
  background-color: #ffffff;
  background-image: none;
  border: none;
  transition: box-shadow 0.20s ease;
  box-shadow: inset 2px 2px 0 0 transparent;
  -webkit-transition: all .25s;
  -moz-transition: all 0.25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: inset 2px 2px 0 0 white;
}
@media (max-width: 767px) {
  input,
  textarea {
    width: 100%;
  }
}

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

textarea {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  height: auto;
  border: 1px solid #e6e6e6;
}

input#author,
input#email,
input#url {
  border: 1px solid #e6e6e6;
}

select {
  max-width: 100%;
}

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

fieldset {
  margin-left: 15px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border: none;
  min-width: 0;
}

::-webkit-input-placeholder {
  color: rgba(21, 21, 21, 0.5);
  font-weight: normal;
  opacity: 1;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding-top: 1px;
}

:-moz-placeholder {
  color: rgba(21, 21, 21, 0.5);
  font-weight: normal;
  opacity: 1;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding-top: 1px;
}

::-moz-placeholder {
  color: rgba(21, 21, 21, 0.5);
  font-weight: normal;
  opacity: 1;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding-top: 1px;
}

:-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.5);
  font-weight: normal;
  opacity: 1;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding-top: 1px;
}

/* Buttons
=================================== */
a.wp-block-button__link,
.btn,
.comment-reply-link,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  display: inline-block;
  font-weight: normal;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: normal;
  border: 1px solid #151515;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.20s background-color ease, color 0.20s ease, 0.20s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 0;
  width: auto;
  height: auto;
  background-image: none;
  text-transform: uppercase;
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  font-size: 14px;
  background-color: #151515;
  color: #ffffff;
  letter-spacing: 2px;
}
a.wp-block-button__link .btn:active,
a.wp-block-button__link .comment-reply-link:active,
a.wp-block-button__link input[type="button"]:active,
a.wp-block-button__link input[type="submit"]:active,
a.wp-block-button__link input[type="reset"]:active,
a.wp-block-button__link :active,
.btn .btn:active,
.btn .comment-reply-link:active,
.btn input[type="button"]:active,
.btn input[type="submit"]:active,
.btn input[type="reset"]:active,
.btn :active,
.comment-reply-link .btn:active,
.comment-reply-link .comment-reply-link:active,
.comment-reply-link input[type="button"]:active,
.comment-reply-link input[type="submit"]:active,
.comment-reply-link input[type="reset"]:active,
.comment-reply-link :active,
input[type="button"] .btn:active,
input[type="button"] .comment-reply-link:active,
input[type="button"] input[type="button"]:active,
input[type="button"] input[type="submit"]:active,
input[type="button"] input[type="reset"]:active,
input[type="button"] :active,
input[type="submit"] .btn:active,
input[type="submit"] .comment-reply-link:active,
input[type="submit"] input[type="button"]:active,
input[type="submit"] input[type="submit"]:active,
input[type="submit"] input[type="reset"]:active,
input[type="submit"] :active,
input[type="reset"] .btn:active,
input[type="reset"] .comment-reply-link:active,
input[type="reset"] input[type="button"]:active,
input[type="reset"] input[type="submit"]:active,
input[type="reset"] input[type="reset"]:active,
input[type="reset"] :active,
button .btn:active,
button .comment-reply-link:active,
button input[type="button"]:active,
button input[type="submit"]:active,
button input[type="reset"]:active,
button :active {
  outline: none;
}
a.wp-block-button__link:hover,
.btn:hover,
.comment-reply-link:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
  background-color: #ffffff;
  color: #151515;
  text-decoration: none;
  border: 1px solid #151515;
}
a.wp-block-button__link:focus,
.btn:focus,
.comment-reply-link:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button:focus {
  outline: none;
}

textarea:focus,
input:focus {
  box-shadow: 0 0 6px rgba(0, 200, 222, 0.2);
  background-color: rgba(250, 250, 250, 0.3);
}

/* 3.7 link
=================================== */
a {
  transition: color 0.20s ease, background-color 0.20s ease, border-color 0.20s ease;
  -webkit-transition: color 0.20s ease, background-color 0.20s ease, border-color 0.20s ease;
  -moz-transition: color 0.20s ease, background-color 0.20s ease, border-color 0.20s ease;
  -o-transition: color 0.20s ease, background-color 0.20s ease, border-color 0.20s ease;
  outline: none;
  color: #151515;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2f2f2f;
  outline: none;
  text-decoration: none;
}
a:active {
  outline: none;
}

/* -----------------------------------------
4. Components
----------------------------------------- */
/* 4.1 header
=================================== */
#masthead.site-header {
  margin-bottom: 25px;
  border-bottom: 1px solid #151515;
}

.top-header-content {
  background-color: #fafafa;
  padding-top: 3px;
  padding-bottom: 3px;
}
.top-header-content ul.social-networks {
  float: right;
}
.top-header-content ul.social-networks li {
  list-style-type: none;
  float: left;
  margin-right: 8px;
  margin-left: 8px;
}

.site-branding .site-title {
  font-size: 19px;
  line-height: 28px;
  margin-top: 15px;
  text-transform: uppercase;
}
.site-branding p.site-tagline {
  font-size: 16px;
}
.site-branding a.custom-logo-link .custom-logo {
  max-height: 80px;
  width: auto;
  display: block;
}

/* 4.2 Navigation
=================================== */
/* Theme Navigation
=================================== */
.theme-navigation {
  float: right;
  display: inline-block;
  vertical-align: middle;
}

.main-navigation {
  position: static;
  text-align: right;
}
.main-navigation .toggle-menu {
  height: 60px;
  text-align: center;
  cursor: pointer;
  margin-right: 20px;
  margin-left: 20px;
  font-size: 21px;
  display: none;
  vertical-align: middle;
  position: relative;
  top: 28px;
}

.main-navigation .menu ul {
  display: inline-block;
  margin: 0 auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style: none;
  vertical-align: top;
}
.main-navigation .menu ul li {
  position: relative;
  display: inline-block;
  float: none;
}
.main-navigation .menu ul li a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.main-navigation .menu ul li i {
  padding-left: 5px;
  display: inline-block;
  line-height: 100%;
}
.main-navigation .menu .menu-mobile {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  text-align: left;
  position: relative;
  z-index: 9999;
  display: none;
}
.main-navigation .menu .menu-mobile li {
  display: block;
  border-top: 1px solid;
  float: none;
}
.main-navigation .menu .menu-mobile li a {
  line-height: 50px;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation .menu .menu-mobile li a:hover {
  filter: alpha(opacity=70);
  opacity: .7;
}
.main-navigation .menu .menu-mobile li a i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  z-index: 1;
}
.main-navigation .menu .menu-mobile li a i.active:after {
  width: 13px;
  height: 1px;
}
.main-navigation .menu .menu-mobile li a i:before {
  content: '';
  width: 13px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main-navigation .menu .menu-mobile li a i:after {
  content: '';
  width: 13px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 13px;
}
.main-navigation .menu .menu-mobile li .sub-menu, .main-navigation .menu .menu-mobile li .children {
  list-style: none;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  border-top: 1px solid #e6e6e6;
  display: none;
}
.main-navigation .menu .menu-mobile li .sub-menu > li a, .main-navigation .menu .menu-mobile li .children > li a {
  margin-left: 15px;
}
.main-navigation .menu .menu-mobile li .sub-menu > li:first-child, .main-navigation .menu .menu-mobile li .children > li:first-child {
  border-top: 0;
}
.main-navigation .menu .menu-mobile > li:first-child {
  border-top: 0;
}

@media only screen and (min-width: 992px) {
  .main-navigation .menu {
    display: inline-block;
    vertical-align: middle;
  }
  .main-navigation .menu ul > li > a {
    display: block;
    line-height: 60px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .main-navigation .menu ul ul {
    background-color: #fafafa;
    position: absolute;
    text-align: left;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    margin: 0 auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .main-navigation .menu ul ul li {
    width: 260px;
  }
  .main-navigation .menu ul ul a {
    border-bottom: 1px solid #e6e6e6;
    color: #151515;
    display: block;
    padding-top: 12px;
    padding-right: 30px;
    padding-bottom: 12px;
    padding-left: 30px;
    line-height: inherit;
  }
  .main-navigation .menu ul ul a:hover {
    background: #e6e6e6;
    color: #151515;
  }
  .main-navigation .menu li:hover > ul {
    visibility: visible;
    filter: alpha(opacity=1);
    opacity: 1;
    z-index: 999;
    -webkit-transition: opacity 0.4s, top 0.4s;
    -moz-transition: opacity 0.4s, top 0.4s;
    -ms-transition: opacity 0.4s, top 0.4s;
    -o-transition: opacity 0.4s, top 0.4s;
    transition: opacity 0.4s, top 0.4s;
  }
  .main-navigation .menu > ul > li > ul {
    top: 100%;
    left: 0;
  }
  .main-navigation .menu > ul > li:last-child > ul {
    left: auto;
    right: 0;
  }
  .main-navigation .menu ul ul ul {
    top: -20px;
    left: 100%;
  }
  .main-navigation .menu ul ul li:hover ul {
    top: 0;
  }
}
.main-navigation .menu .menu-mobile li {
  display: block;
  border-top: 1px solid;
  float: none;
}
.main-navigation .menu .menu-mobile li a {
  line-height: 50px;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation .menu .menu-mobile li a:hover {
  filter: alpha(opacity=70);
  opacity: .7;
}
.main-navigation .menu .menu-mobile li a i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  z-index: 1;
}
.main-navigation .menu .menu-mobile li a i.active:after {
  width: 13px;
  height: 1px;
}
.main-navigation .menu .menu-mobile li a i:before {
  content: '';
  width: 13px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main-navigation .menu .menu-mobile li a i:after {
  content: '';
  width: 13px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 13px;
}
.main-navigation .menu .menu-mobile li .sub-menu, .main-navigation .menu .menu-mobile li .children {
  list-style: none;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  border-top: 1px solid #e6e6e6;
  display: none;
}
.main-navigation .menu .menu-mobile li .sub-menu > li a, .main-navigation .menu .menu-mobile li .children > li a {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 15px;
}
.main-navigation .menu .menu-mobile li .sub-menu > li:first-child, .main-navigation .menu .menu-mobile li .children > li:first-child {
  border-top: 0;
}
.main-navigation .menu .menu-mobile > li:first-child {
  border-top: 0;
}

@media (max-width: 991px) {
  #site-navigation > div.menu {
    background: #fafafa;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 900;
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* 4.3 breadcrumb
=================================== */
.breadcrumb {
  background-color: #fafafa;
  text-transform: uppercase;
  padding-top: 2px;
  padding-right: 3px;
  padding-bottom: 2px;
  padding-left: 3px;
}
.breadcrumb li.trail-item {
  list-style: none;
}
.breadcrumb li.trail-item a {
  font-weight: 700;
  color: #aa8c00;
  float: left;
  padding-right: 15px;
  position: relative;
}
.breadcrumb li.trail-item a:after {
  color: #333333;
  position: absolute;
  content: "\f105";
  display: block;
  top: -1px;
  right: 3px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 17px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 4.5 Blog
=================================== */
.entry {
  padding-top: 5px;
  padding-bottom: 45px;
}
.entry h1.entry-title {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.entry h1.entry-title a {
  color: #151515;
  font-weight: 700;
}
.entry h1.entry-title a:hover {
  color: #616161;
}
.entry .entry-time,
.entry .entry-categories a {
  position: relative;
}
.entry .entry-time::after,
.entry .entry-categories a::after {
  color: #151515;
  position: absolute;
  content: "\2022";
  font-size: 19px;
  margin: 0 5px;
  opacity: 0.9;
  line-height: 1.2;
  display: inline;
  bottom: 0;
}
.entry .entry-content {
  padding-bottom: 15px;
}
.entry .entry-content p {
  margin-bottom: 30px;
}
.entry .entry-meta {
  color: #aa8c00;
  font-size: 14px;
  margin-top: 15px;
  font-weight: normal;
}
.entry .entry-meta a {
  color: #aa8c00;
}
.entry .read-more {
  padding-top: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  text-transform: uppercase;
  top: 20px;
  position: relative;
  border: 1px solid #151515;
}
.entry .read-more:hover {
  background-color: #151515;
  color: #ffffff;
}
.entry .entry-meta > * {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: normal;
}

/* The Basic Pages / Posts 
=================================== */
.single .entry,
.page .entry {
  border: 0 !important;
}

h2.section-title {
  margin-top: 20px;
}

/* 4.6 Posts Nagination
=================================== */
.navigation.pagination {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.navigation.pagination .prev.page-numbers, .navigation.pagination .next.page-numbers, .navigation.pagination span.current, .navigation.pagination a {
  border: 1px solid #151515;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: inline-block;
  font-style: normal;
}
.navigation.pagination span.current {
  background-color: #151515;
  color: #ffffff;
}
.navigation.pagination a.page-numbers:hover {
  background-color: #151515;
  color: #ffffff;
}
.navigation.pagination .prev.page-numbers, .navigation.pagination .next.page-numbers {
  font-size: 0;
}
.navigation.pagination .prev.page-numbers:hover, .navigation.pagination .next.page-numbers:hover {
  background-color: #151515;
  color: #ffffff;
}
.navigation.pagination .prev.page-numbers:before {
  font-family: 'FontAwesome';
  font-weight: 300;
  font-size: 16px;
}
.navigation.pagination .next.page-numbers:before {
  font-family: 'FontAwesome';
  font-weight: 300;
  font-size: 16px;
  content: '\f101';
}
.navigation.pagination .prev.page-numbers:before {
  content: '\f100';
}
.navigation.pagination .nav-previous {
  float: left;
  width: 50%;
}
.navigation.pagination .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* 4.7 Post Nagination
=================================== */
.page .post-navigation,
.single-post .post-navigation {
  padding-bottom: 30px;
  width: 100%;
}
.page .post-navigation .nav-previous, .page .post-navigation .nav-next,
.single-post .post-navigation .nav-previous,
.single-post .post-navigation .nav-next {
  position: relative;
}
.page .post-navigation .nav-links a:hover,
.single-post .post-navigation .nav-links a:hover {
  text-decoration: underline;
}
.page .post-navigation .nav-previous,
.single-post .post-navigation .nav-previous {
  width: 50%;
  float: left;
  text-align: left;
}
.page .post-navigation .nav-next,
.single-post .post-navigation .nav-next {
  width: 50%;
  float: right;
  text-align: right;
}
.page .post-navigation .nav-previous a, .page .post-navigation .nav-next a,
.single-post .post-navigation .nav-previous a,
.single-post .post-navigation .nav-next a {
  margin-right: 15px;
  margin-left: 15px;
}
.page .post-navigation .nav-previous a:before, .page .post-navigation .nav-next a:after,
.single-post .post-navigation .nav-previous a:before,
.single-post .post-navigation .nav-next a:after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: 200;
  position: absolute;
  top: 0;
}
.page .post-navigation .nav-previous a:before,
.single-post .post-navigation .nav-previous a:before {
  content: '\f100';
  left: 0;
}
.page .post-navigation .nav-next a:after,
.single-post .post-navigation .nav-next a:after {
  content: '\f101';
  right: 0;
}

/* 4.8 Entry Tags
=================================== */
.entry-tags a {
  font-size: 14px;
  background-color: #aa8c00;
  text-transform: uppercase;
  padding-top: 9px;
  padding-right: 9px;
  padding-bottom: 9px;
  padding-left: 9px;
  letter-spacing: 0.03rem;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 10px;
}

/* 4.9 Author
=================================== */
.author-info {
  margin-top: 5px;
  margin-bottom: 35px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  background-color: #fafafa;
}
.author-info .author-content p {
  margin-bottom: 5px;
}
.author-info a.more-posts {
  text-decoration: underline;
}
.author-info .author-social {
  margin-top: 10px;
}
.author-info .author-social a {
  margin-right: 8px;
}

/* 4.10 related
=================================== */
.entry-related {
  margin-top: 35px;
}
.entry-related h3.section-title {
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
}
.entry-related h3.section-title::before {
  position: absolute;
  content: "";
  display: block;
  border: 1px solid #aa8c00;
  width: 50px;
  bottom: 35px;
}

.entry-item-related {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
}
.entry-item-related h1.entry-item-title {
  font-size: 18px;
}

/* 4.11 Comments
=================================== */
.entry-comments {
  margin-top: 45px;
}

#comments .post-comments.group {
  margin-top: 5px;
  margin-bottom: 45px;
}
#comments .post-comments.group ol#comment-list li.comment {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#comments .post-comments.group ol#comment-list .reply a.comment-reply-link {
  background-color: #151515;
  color: #ffffff;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  border: 1px solid #151515;
}
#comments .post-comments.group ol#comment-list .reply a.comment-reply-link:hover {
  background-color: #ffffff;
  color: #151515;
}
#comments .post-comments.group ol#comment-list .comment-author {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#comments .post-comments.group ol#comment-list .comment-author .avatar {
  width: 110px;
  height: 110px;
  float: left;
  overflow: visible;
  margin-right: 30px;
  margin-bottom: 15px;
}

#respond h3#reply-title {
  text-transform: uppercase;
  border-top: 1px solid #aa8c00;
  padding-top: 15px;
  margin-bottom: 25px;
}
#respond form#commentform p.logged-in-as a {
  color: #aa8c00;
}

.fa.fa-comment {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.bypostauthor {
  display: block;
}

/* 4.12 Sidebar
=================================== */
.sidebar {
  margin-top: 40px;
}

/* 4.12 Widgets
=================================== */
/* Widgets Section
=================================== */
h3.widget-title {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
}
h3.widget-title::before {
  position: absolute;
  content: "";
  display: block;
  border: 1px solid #aa8c00;
  width: 50px;
  bottom: 35px;
}

.sidebar .widget_search {
  margin-bottom: 15px;
}
.sidebar .widget {
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: left;
  display: flex;
  justify-content: left;
  flex-direction: column;
}
.sidebar .widget ul {
  margin-left: -15px;
}
.sidebar .widget ul li.cat-item {
  list-style: none;
  text-transform: uppercase;
}

.site-footer .widget {
  margin-bottom: 40px;
}

  /* Social Media
=================================== */
.social-networks li a {
  font-size: 16px;
}

ul.social-networks {
  margin-left: -15px;
}
ul.social-networks li {
  list-style-type: none;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

/* Search Option
=================================== */
article.entry.entry-404 form.search-form input.search-field {
  max-width: 100% !important;
  width: 100% !important;
  margin-bottom: 85px;
}
article.entry.entry-404 form.search-form input[type="submit"].search-submit {
  position: absolute;
}

form.search-form {
  position: relative;
}
form.search-form input.search-field {
  float: left;
  width: 60%;
  margin-right: 10px;
  border: 1px solid #e6e6e6;
  height: 50px;
  padding-top: 6px;
  padding-left: 15px;
}
form.search-form input[type="submit"].search-submit {
  height: 50px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  color: #ffffff;
  position: relative;
}
form.search-form input[type="submit"].search-submit:hover {
  background-color: #ffffff;
  color: #151515;
}

/* Post Item  Widgets
=================================== */
.entry-widget {
  text-transform: uppercase;
}
.entry-widget .entry-widget-content {
  margin-top: 15px;
}
.entry-widget .entry-widget-content > * {
  display: inline-block;
}
.entry-widget h1.entry-title-widget {
  font-size: 18px;
}
.entry-widget .entry-time-widget {
  font-size: 14px;
}
.entry-widget .entry-thumb-widget {
  margin: 0;
}

/* 4.12.1 Widgets
=================================== */
/* Footer Widgets
=================================== */
.footer-widgets-area:before,
.footer-widgets-area:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.footer-widgets-area:before,
.footer-widgets-area:after {
  clear: both;
}

.footer-widgets-area .hentry {
  margin-bottom: 45px;
}

.footer-widgets-area.col-1 .hentry {
  text-align: center;
}

.footer-widgets-area.col-1 .hentry:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 567px) {
  .footer-widgets-area .hentry:last-child,
  .footer-widgets-area.col-3 .hentry:last-child {
    margin-bottom: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 567px) {
  .footer-widgets-area.col-2 .hentry,
  .footer-widgets-area.col-4 .hentry {
    width: 50%;
    float: left;
  }

  .footer-widgets-area.col-2 .hentry:nth-child(2n+1),
  .footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
    clear: left;
  }

  .footer-widgets-area.col-2 .hentry:nth-child(odd),
  .footer-widgets-area.col-4 .hentry:nth-child(odd) {
    padding-right: 40px;
  }

  .footer-widgets-area.col-2 .hentry:nth-last-child(-n+2),
  .footer-widgets-area.col-4 .hentry:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-widgets-area.col-3 .hentry {
    width: 33.33%;
    float: left;
    margin-bottom: 0;
  }

  .footer-widgets-area.col-3 .hentry:not(:last-child) {
    padding-right: 40px;
  }
}
@media screen and (min-width: 992px) {
  .footer-widgets-area.col-4 .hentry {
    width: 25%;
    padding-right: 40px;
  }

  .footer-widgets-area.col-4 .hentry:last-child {
    padding-right: 0;
  }

  .footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
    clear: none;
  }

  .footer-widgets-area.col-4 .hentry:nth-child(4n+1) {
    clear: left;
  }

  .footer-widgets-area.col-4 .hentry:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .footer-widgets-area {
    text-align: center;
  }
}
.footer-widgets-area .widget_categories ul {
  padding-left: 0;
}
.footer-widgets-area .widget_categories ul li {
  list-style: none;
}

/* 4.13 Footer
=================================== */
footer.site-footer {
  width: 100%;
  background-color: #fafafa;
  padding-top: 45px;
  margin-top: 65px;
}
footer.site-footer span.copy-right {
  padding-top: 15px;
  padding-bottom: 15px;
}
footer.site-footer span.copy-right a {
  color: #aa8c00;
}

/* 4.14 404
=================================== */
.entry.entry-404 {
  margin-top: 85px;
}

.content-404 hr {
  display: none;
}


