/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Elements
 * 3.0 - Form
 * 4.0 - Helper Classes
 * 5.0 - Grid
 * 6.0 - WP Editor
 *   6.1 - Alignments
 *   6.2 - Caption
 *   6.3 - Galleries
 * 7.0 - Components
 *   7.1 - Buttons
 *   7.2 - Image Shapes
 *   7.3 - Line types
 *   7.4 - Pagination
 *   7.5 - Highlights
 *   7.6 - Dropcups
 *   7.7 - Tooltips
 *   7.8 - Social
 *   7.9 - More Link
 *   7.10 - Post Grid System
 *   7.11 - Tabs
 *   7.12 - ToggleBox & Accordion
 * 8.0 - Containers
 * 9.0 - Widgets
 * * General styles
 * 10.0 - Header
 *  10.1 - Branding
 *  10.2 - Navigation
 *  10.3 - Mobile Navigation
 *  10.4 - Header Social
 *  10.5 - Header Search
*  11.0 - Featured Area
*  12.0 - Article
*   12.1 - Single post
*   12.2 - Comments
*   12.3 - Slider Post
*   12.4 - Media Post
*  13.0 - Pages
*   13.1 - Author Page
*   13.2 - 404 Page
*  14.0 - Footer
 */
/**
 * 1.0 - Reset
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:hover, *:focus, *:active, img {
  outline: 0; }

* {
  -webkit-tap-highlight-color: transparent; }

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block; }

/**
 * 2.0 - Elements
 */
a, img {
  outline: none; }

img {
  border: 0;
  height: auto;
  vertical-align: middle; }

img, iframe, video, audio {
  max-width: 100%; }

a {
  cursor: pointer;
  color: #b59f5b;
  text-decoration: none;
  -ms-word-break: break-all;
  word-break: normal;
  word-wrap: break-word;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

a:hover {
  text-decoration: none; }

p {
  margin: 0 0 20px 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.1;
  color: #0f0d0e;
  font-weight: 700;
  text-transform: uppercase; }

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 25px; }

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 15px; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0; }

.h1, h1 {
  margin-bottom: 35px;
  font-size: 32px; }

.h2, h2 {
  font-size: 24px; }

.h3, h3 {
  font-size: 20px; }

.h4, h4 {
  font-size: 18px; }

.h5, h5 {
  font-size: 14px; }

.h6, h6 {
  font-size: 12px; }

.small, small {
  font-size: 85%;
  line-height: 1;
  color: #828282; }

.bold, strong, b {
  font-weight: bold; }

sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

dfn, cite, em, i, var {
  font-style: italic; }

s, strike, del {
  text-decoration: line-through; }

u, ins {
  text-decoration: underline; }

blockquote {
  margin: 40px auto;
  padding: 45px 20px 45px;
  width: 70%;
  color: #000000;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  border: 3px solid #b59f5b; }
blockquote.style-2 {
  border: none;
  background-color: #f4f7f6; }
blockquote cite, blockquote small, blockquote footer {
  display: block;
  padding-top: 20px;
  color: #acabac;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none; }
blockquote p {
  margin-bottom: 20px; }
blockquote > p:last-child {
  margin-bottom: 0; }
blockquote em, blockquote i, blockquote cite {
  font-style: normal; }

.mark, mark {
  padding: .2em;
  background: #ff0;
  color: #747374; }

abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

ul, ol {
  margin: 0 0 25px 20px; }
ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt {
  font-weight: 700; }

dd, dt {
  line-height: 1.42857143; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table; }
  .dl-horizontal dd:after {
    clear: both; }
  .dl-horizontal dd {
    *zoom: 1; } }
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  white-space: pre-wrap;
  word-wrap: break-word; }
pre.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }

table {
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  border-width: 0;
  margin: 0 0 25px 0;
  table-layout: fixed;
  width: 100%; }
table thead th {
  text-transform: uppercase;
  color: #000000;
  font-size: 12px; }
table th, table td {
  padding: 12px 10px;
  vertical-align: middle;
  border-bottom: 3px solid #f4f7f6; }
table caption, table th, table td {
  font-weight: normal;
  text-align: left; }
table th {
  font-weight: 700; }
table td {
  font-size: 15px;
  color: #000000;
  font-weight: 400; }

/**
 * 4.0 - Forms
 */
button[type="submit"], input[type="submit"] {
  padding: 14px 35px;
  width: auto;
  background-color: #b59f5b;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  border: 0 none; }
button[type="submit"]:hover, input[type="submit"]:hover {
  background-color: #323232; }

select, textarea, input {
  color: #747374;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.42857143;
  width: 100%;
  display: block;
  padding: 15px 14px;
  border: none;
  background-color: #f4f7f6;
  border-radius: 0px; }

input[type="search"] {
  -webkit-appearance: textfield; }

select, input {
  height: 48px; }

textarea {
  padding: 20px 14px;
  height: 170px;
  resize: none; }

input[type=checkbox], input[type=radio] {
  display: inline-block;
  margin: 4px 0 0;
  padding: 0;
  height: auto;
  margin-top: 1px;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

::-webkit-input-placeholder {
  color: #939594; }

:-moz-placeholder {
  color: #333; }

::-moz-placeholder {
  color: #939594;
  opacity: 1; }

:-ms-input-placeholder {
  color: #939594; }

.input-field {
  position: relative;
  margin-bottom: 20px; }

label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px; }

.checkbox, .radio, .checkbox-inline, .radio-inline {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
.checkbox label, .radio label, .checkbox-inline label, .radio-inline label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }
.checkbox input[type=checkbox], .checkbox input[type=radio], .radio input[type=checkbox], .radio input[type=radio], .checkbox-inline input[type=checkbox], .checkbox-inline input[type=radio], .radio-inline input[type=checkbox], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px;
  margin-left: -20px; }

/**
 * 4.0 - Helper classes
 */
.clearfix:before, .container:before, .boxed:before, .main-navigation ul:before, .clearfix:after, .container:after, .boxed:after, .main-navigation ul:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .boxed:after, .main-navigation ul:after {
  clear: both; }

.clear {
  clear: both; }

.hidden {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden !important; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  text-wrap: none; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.vertical-align {
  vertical-align: middle; }

.valign-outer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: table;
  position: static; }

.valign-middle {
  top: 50%;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: static; }

.valign-inner {
  position: relative;
  top: -50%; }

.list-unstyle {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs, .visible-xs-block {
    display: block !important; }

  .visible-xs-inline {
    display: inline !important; }

  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm, .visible-sm-block {
    display: block !important; }

  .visible-sm-inline {
    display: inline !important; }

  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md, .visible-md-block {
    display: block !important; }

  .visible-md-inline {
    display: inline !important; }

  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg, .visible-lg-block {
    display: block !important; }

  .visible-lg-inline {
    display: inline !important; }

  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

/**
 * 5.0 - Grid
 */
.row {
  margin-left: -15px;
  margin-right: -15px; }
.row:before, .row:after {
  content: " ";
  display: table; }
.row:after {
  clear: both; }
.row {
  *zoom: 1; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.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 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .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 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .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 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .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 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
/**
 * 6.0 - WP Editor
 */
/**
 * 6.1 - Alignments
 */
.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
  margin: 0.4em 1.6em 1.6em 0; }

blockquote.alignright, .wp-caption.alignright, img.alignright {
  margin: 0.4em 0 1.6em 1.6em; }

blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em; }

.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
  margin-bottom: 1.2em; }

/**
 * 6.2 - Caption
 */
.wp-caption {
  background: transparent;
  border: none;
  color: #737373;
  margin: 0 0 28px 0;
  max-width: 100%;
  padding: 0;
  font-size: 14px;
  line-height: 20px; }

.wp-caption.alignleft {
  margin: 20px 25px 30px 0; }

.wp-caption.alignright {
  margin: 20px 0 30px 25px; }

.wp-caption.aligncenter {
  margin: 7px auto; }

.wp-caption .wp-caption-text, .wp-caption-dd {
  position: relative;
  text-align: center;
  color: #737373;
  font-size: 14px;
  line-height: 20px;
  padding: 20px 0; }
.wp-caption .wp-caption-text:before, .wp-caption-dd:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -33px;
  width: 66px;
  opacity: 0.4;
  border-top: 3px solid #b59f5b; }

/**
 * 6.3 -  Galleries
 */
.gallery {
  margin-bottom: 1.6em; }

.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-icon img {
  margin: 0 auto; }

.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-size: 12px;
  line-height: 1.5;
  padding: 0.5em 0; }

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none; }

/**
 * 7.0 - Components
 */
.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

/**
 * 7.1 - Buttons
 */
.btn, button {
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  border: none;
  padding: 10px 15px;
  border-radius: 0px;
  border: 1px solid transparent;
  cursor: pointer; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #ffffff;
  background-color: #b59f5b;
  border-color: #b59f5b; }
.btn-primary:hover {
  background-color: transparent;
  color: #b59f5b; }

.btn-secondary {
  color: #ffffff;
  background-color: #828282;
  border-color: #828282; }
.btn-secondary:hover {
  background-color: transparent;
  color: #828282; }

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
.btn-info:hover {
  background-color: transparent;
  color: #5bc0de; }

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #5cb85c; }
.btn-success:hover {
  background-color: transparent;
  color: #5cb85c; }

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.btn-warning:hover {
  background-color: transparent;
  color: #f0ad4e; }

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f; }
.btn-danger:hover {
  background-color: transparent;
  color: #d9534f; }

.btn-primary-outline {
  color: #b59f5b;
  background-color: transparent;
  border-color: #b59f5b; }
.btn-primary-outline:hover {
  color: #ffffff;
  background-color: #b59f5b; }

.btn-secondary-outline {
  color: #828282;
  background-color: transparent;
  border-color: #828282; }
.btn-secondary-outline:hover {
  color: #ffffff;
  background-color: #828282; }

.btn-info-outline {
  color: #5bc0de;
  background-color: transparent;
  border-color: #5bc0de; }
.btn-info-outline:hover {
  color: #ffffff;
  background-color: #5bc0de; }

.btn-success-outline {
  color: #5cb85c;
  background-color: transparent;
  border-color: #5cb85c; }
.btn-success-outline:hover {
  color: #ffffff;
  background-color: #5cb85c; }

.btn-warning-outline {
  color: #f0ad4e;
  background-color: transparent;
  border-color: #f0ad4e; }
.btn-warning-outline:hover {
  color: #ffffff;
  background-color: #f0ad4e; }

.btn-danger-outline {
  color: #d9534f;
  background-color: transparent;
  border-color: #d9534f; }
.btn-danger-outline:hover {
  color: #ffffff;
  background-color: #d9534f; }

.btn-link {
  font-weight: normal;
  color: #b59f5b;
  border-radius: 0; }
.btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent; }
.btn-link:focus, .btn-link:active {
  border-color: transparent; }

.btn-group-lg > .btn, .btn-group-lg > button, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px; }

.btn-group-sm > .btn, .btn-group-sm > button, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

.btn-group-xs > .btn, .btn-group-xs > button, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

.btn-block {
  display: block;
  width: 100%; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%; }

/**
 * 7.2 - Image Shapes
 */
.img-rounded {
  border-radius: 6px; }

.img-circle {
  border-radius: 50%; }

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.circle-frame {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden; }
.circle-frame img {
  border-radius: 50%; }

/**
 * 7.3 - Line types
 */
hr {
  background-color: #fff;
  border: 0;
  height: 1px;
  margin-top: 0;
  margin-bottom: 25px; }
hr.dotted {
  border: none;
  border-top: 1px dotted #828282; }
hr.dashed {
  border: none;
  border-top: 1px dashed #828282; }
hr.primary-color {
  border-top-color: #b59f5b; }

/**
 * 7.4 - Pagination
 */
.pagination, .page-links {
  clear: both;
  display: block;
  margin: 20px 0;
  overflow: hidden;
  text-align: center;
  color: #0f0d0e; }
.pagination ul, .page-links ul {
  display: block;
  margin-left: 0;
  list-style: none; }
.pagination ul li, .page-links ul li {
  display: inline-block;
  list-style: none;
  margin-left: 4px; }
.pagination ul li:first-child, .page-links ul li:first-child {
  margin-left: 0; }
.pagination a, .page-links a {
  display: inline-block;
  margin: 0 5px;
  padding: 0 5px;
  min-width: 30px;
  height: 30px;
  line-height: 29px;
  vertical-align: middle;
  text-align: center;
  color: inherit;
  font-weight: 700;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
.pagination a.current, .page-links a.current {
  background-color: #b59f5b;
  color: #ffffff; }
.pagination a span, .page-links a span {
  padding: 0;
  background-color: transparent;
  min-width: initial;
  border: none;
  color: inherit; }
.pagination span, .page-links span {
  display: inline-block;
  margin: 0 5px;
  padding: 0 5px;
  min-width: 30px;
  height: 30px;
  line-height: 29px;
  vertical-align: middle;
  text-align: center;
  background-color: #b59f5b;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
.pagination .dots, .page-links .dots {
  background-color: transparent;
  color: inherit; }
.pagination .page-links-title, .page-links .page-links-title {
  background-color: transparent !important;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 5px;
  font-weight: 400;
  color: inherit; }
.pagination .prev, .pagination .next, .page-links .prev, .page-links .next {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 5px;
  font-weight: 400; }
.pagination .prev, .page-links .prev {
  margin-right: 40px; }
.pagination .prev:before, .page-links .prev:before {
  content: '\f177';
  font-family: "icomoon";
  margin-right: 9px; }
.pagination .next, .page-links .next {
  margin-left: 40px; }
.pagination .next:after, .page-links .next:after {
  content: '\f178';
  font-family: "icomoon";
  margin-left: 9px; }

/**
 * 7.5 - Highlights
 */
.text-highlight {
  color: #ffffff;
  background-color: #828282; }
.text-highlight.primary-color {
  background-color: #b59f5b; }

/**
 * 7.6 - Dropcups
 */
.text-dropcup {
  float: left;
  display: block;
  margin: 0 8px 0px 0;
  font-size: 44px;
  line-height: 1em; }
.text-dropcup.primary-color {
  color: #b59f5b; }

/**
 * 7.7 - Tooltips
 */
.tooltip {
  position: relative;
  border-bottom: 1px solid #828282;
  cursor: pointer; }
.tooltip:before {
  content: attr(title);
  position: absolute;
  margin-bottom: 10px;
  padding: 3px 8px;
  bottom: 100%;
  left: 50%;
  font-size: 0.8em;
  color: #ffffff;
  background-color: #b59f5b;
  white-space: nowrap;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%); }
.tooltip:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #b59f5b;
  border-width: 5px;
  margin-left: -5px; }
.tooltip:before, .tooltip:after {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all ease-out 0.1s;
  -moz-transition: all ease-out 0.1s;
  -ms-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s; }
.tooltip:hover:before, .tooltip:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible; }

/**
 * 7.8 - Social
 */
.social {
  display: inline-block;
  list-style: none; }
.social li {
  float: left;
  display: inline-block;
  list-style: none;
  margin: 0 10px; }
.social li a {
  color: #747374; }
.social li a:hover {
  color: #b59f5b;
  text-decoration: none; }

/**
 * 7.9- More Link
 */
.more-link {
  clear: both;
  display: block;
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
  cursor: pointer; }
.more-link:before {
  content: '...'; }
.more-link:hover {
  color: #b59f5b;
  text-decoration: none; }

/**
 * 7.10 - Post Grid System
 */
.post-grid {
  clear: both;
  display: block;
  margin-left: -15px;
  margin-right: -15px; }
.post-grid:before, .post-grid:after {
  content: " ";
  display: table; }
.post-grid:after {
  clear: both; }
.post-grid {
  *zoom: 1; }
.post-grid .post {
  float: left;
  padding-left: 15px;
  padding-right: 15px; }
.post-grid.col-2 .post {
  width: 50%; }
.post-grid.col-2 .post:nth-child(2n+1) {
  clear: both; }
.post-grid.col-3 .post {
  width: 33.333%; }
.post-grid.col-3 .post:nth-child(3n+1) {
  clear: both; }
@media screen and (max-width: 992px) {
  .post-grid.col-3 .post {
    width: 50%; }
  .post-grid.col-3 .post:nth-child(3n+1) {
    clear: none; }
  .post-grid.col-3 .post:nth-child(2n+1) {
    clear: both; } }
@media screen and (max-width: 767px) {
  .post-grid.col-3 .post, .post-grid.col-2 .post {
    float: none;
    width: 100%; }
  .post-grid.col-3 .post:nth-child(3n+1), .post-grid.col-2 .post:nth-child(3n+1) {
    clear: none; }
  .post-grid.col-3 .post:nth-child(2n+1), .post-grid.col-2 .post:nth-child(2n+1) {
    clear: none; } }

/**
 * 7.11 Tabs
 */
.tabs {
  margin-bottom: 25px; }

.tabs-menu {
  margin: 0;
  padding: 0;
  list-style: none; }
.tabs-menu li {
  border-style: solid;
  border-color: transparent;
  background-color: #f4f7f6; }
.tabs-menu li a {
  color: #0f0d0e;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 20px;
  display: block; }
.tabs-menu li.active {
  border-color: #f4f7f6;
  background-color: #fff; }
.tabs-menu li.active a {
  z-index: 1;
  color: #0f0d0e;
  position: relative;
  background-color: #fff; }

.tabs-content {
  padding: 25px 15px;
  border: 2px solid #f4f7f6;
  background-color: #fff; }

.tab-content {
  display: none; }

/* Tabs Vertical */
.tabs-vertical:after, .tabs-vertical:before, .tabs-horizontal .tabs-menu:after, .tabs-horizontal .tabs-menu:before {
  content: " ";
  display: table; }

.tabs-vertical:after, .tabs-horizontal .tabs-menu:after {
  clear: both; }

.tabs-vertical .tabs-menu {
  width: 25%;
  float: left; }
.tabs-vertical .tabs-content {
  width: 75%;
  float: left; }
.tabs-vertical .tabs-menu li {
  border-width: 2px 0 2px 2px;
  margin-bottom: 5px; }
.tabs-vertical .tabs-menu li:last-child {
  margin-bottom: 0; }
.tabs-vertical .tabs-menu li.active a {
  right: -2px; }

/* Tabs Horizontal */
.tabs-horizontal .tabs-menu li {
  float: left;
  border-width: 2px 2px 0 2px;
  margin-right: 5px; }
.tabs-horizontal .tabs-menu li:last-child {
  margin-right: 0; }
.tabs-horizontal .tabs-menu li.active a {
  bottom: -2px; }
.tabs-horizontal .tabs-content {
  border-left-color: transparent;
  border-right-color: transparent; }

@media (max-width: 768px) {
  .tabs-vertical .tabs-menu, .tabs-vertical .tabs-content {
    width: 100%;
    float: none; }

  .tabs-vertical .tabs-menu li, .tabs-horizontal .tabs-menu li {
    width: 100%;
    border-width: 1px;
    margin: 0 0 2px 0; }

  .tabs-vertical .tabs-menu li.active a {
    right: 0; }

  .tabs-horizontal .tabs-menu li.active a {
    bottom: 0; } }
/**
 * 7.12 ToggleBox & Accordion
 */
.togglebox, .accordion {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0; }

.togglebox > li, .accordion > li {
  margin-bottom: 5px; }

.togglebox-content, .accordion-content {
  display: none;
  padding: 10px; }

.togglebox-header, .accordion-header {
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
  color: #0f0d0e;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0;
  padding: 10px;
  background-color: #f4f7f6;
  -webkit-transition: background-color 0.15s linear 0s;
  -moz-transition: background-color 0.15s linear 0s;
  transition: background-color 0.15s linear 0s; }

.togglebox-header:hover, .accordion-header:hover, .togglebox li.active .togglebox-header, .accordion li.active .accordion-header {
  background-color: #D9DEDC; }

@media screen and (max-width: 767px) {
  blockquote {
    width: 90%;
    padding: 30px 20px 30px; }

  button[type="submit"], input[type="submit"], .btn, button {
    width: 100%; } }
/**
 * 8.0 - Containers
 */
body, html {
  color: #747374;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

.page-wrapper {
  margin: 0 auto;
  max-width: 2000px;
  padding: 0 35px; }

.container, .boxed {
  clear: both;
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px; }

.full-width .container, .full-width .boxed {
  width: 100%; }

.site-main {
  float: left;
  width: 67%;
  margin-top: 30px; }

.sidebar {
  float: right;
  width: 270px;
  margin-top: 30px; }

.left-sidebar .site-main {
  float: right; }
.left-sidebar .sidebar {
  float: left; }

.right-sidebar .site-main {
  float: left; }
.right-sidebar .sidebar {
  float: right; }

.no-sidebar .site-main {
  width: 100%; }

.category .site-main, .archive .site-main {
  margin-top: 60px; }

@media screen and (max-width: 992px) {
  .site-main, .sidebar {
    float: none !important; }

  .site-main {
    width: 100%;
    margin-top: 80px; }

  .sidebar {
    width: 480px;
    max-width: 100%;
    margin: 50px auto 50px; } }
@media screen and (max-width: 768px) {
  .page-wrapper {
    padding: 0 20px; } }
@media screen and (max-width: 767px) {
  .site-main {
    margin-top: 50px; } }
/**
 * 9.0 - Widgets
 */
/**
 * 9.1 - Global styles
 */
.widget {
  clear: both;
  display: block;
  margin-bottom: 35px; }

.widget-title {
  position: relative;
  margin-bottom: 38px;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px; }
.widget-title:before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -33px;
  width: 66px;
  height: 2px;
  opacity: 0.4;
  background-color: #b59f5b; }

.widget ul, .widget ol {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }
.widget ul ul, .widget ul ol, .widget ol ul, .widget ol ol {
  margin-left: 20px; }
.widget label {
  margin-bottom: 19px;
  color: #828282;
  font-size: 12px; }
.widget button[type="submit"], .widget input[type="submit"] {
  width: 100%; }
.widget blockquote {
  width: 100%; }

/**
 * 9.2 - Search
 */
.widget_search form, .search-page-form form {
  position: relative; }
.widget_search form input, .search-page-form form input {
  padding-right: 48px; }
.widget_search .search-submit, .search-page-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px !important;
  text-align: center;
  padding: 0;
  height: 48px;
  line-height: 48px;
  vertical-align: middle;
  font-weight: 400; }
.widget_search .search-submit:before, .search-page-form .search-submit:before {
  content: '\f002';
  color: #ffffff;
  font-size: 17px;
  font-family: "icomoon"; }

/**
 * 9.3 - Recent Posts
 */
.widget_recent_entries li {
  margin-bottom: 10px; }
.widget_recent_entries a {
  display: block;
  color: #000000;
  font-weight: 600; }
.widget_recent_entries a:hover {
  color: #b59f5b; }
.widget_recent_entries .post-date {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 13px;
  color: #828282; }

/**
 * 9.4 - Categories / Archives / Pages / Meta
 */
.widget_categories li, .widget_archive li, .widget_pages li, .widget_meta li {
  padding: 15px 10px 14px;
  list-style: none;
  font-size: 12px;
  line-height: 16px;
  color: #b59f5b;
  border-bottom: 1px solid #e2e2e3; }
.widget_categories li:first-child, .widget_archive li:first-child, .widget_pages li:first-child, .widget_meta li:first-child {
  padding-top: 0; }
.widget_categories li a, .widget_archive li a, .widget_pages li a, .widget_meta li a {
  display: inline-block;
  margin-right: 5px;
  color: #000000;
  font-size: 14px;
  line-height: 18px; }
.widget_categories li a:hover, .widget_archive li a:hover, .widget_pages li a:hover, .widget_meta li a:hover {
  color: #b59f5b;
  text-decoration: none; }
.widget_categories li ul, .widget_archive li ul, .widget_pages li ul, .widget_meta li ul {
  margin-left: 0; }
.widget_categories li li, .widget_archive li li, .widget_pages li li, .widget_meta li li {
  border-bottom: none;
  padding-bottom: 0; }

/**
 * 9.5 - About
 */
.widget_about .content {
  position: relative;
  z-index: 2;
  padding: 28px 15px 20px;
  text-align: center; }
.widget_about .content:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.4;
  border: 3px solid #b59f5b; }
.widget_about .content.with-image {
  padding-top: 0; }
.widget_about .content.with-image:before {
  top: 97px; }
.widget_about .about-image {
  position: relative;
  display: inline-block;
  margin: 0px 0 10px;
  width: 194px;
  height: 194px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%; }
.widget_about .widget-title {
  margin: 0 0 12px; }
.widget_about .widget-title:before {
  content: none; }
.widget_about .about-text {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
  font-style: italic;
  color: #747374; }
.widget_about .widget-sub-title {
  margin: 13px 0 10px;
  color: #b59f5b;
  font-family: "Mrs Sheppards", cursive;
  font-size: 24px;
  font-weight: normal;
  text-transform: none; }
.widget_about .social a {
  color: #000000; }

/**
 * 9.5 - Resent posts
 */
.widget_recent_entries ul li {
  display: block;
  overflow: hidden;
  margin-bottom: 30px; }
.widget_recent_entries ul li .post-image {
  float: left;
  width: 72px;
  margin-right: 15px;
  opacity: 1; }
.widget_recent_entries ul li .post-image:hover {
  opacity: 0.8; }
.widget_recent_entries ul li h3 {
  margin: 0;
  display: block;
  font-size: 13px;
  line-height: 17px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase; }
.widget_recent_entries ul li .post-content {
  float: left;
  width: 183px; }

/**
 * 9.6 - Instagram
 */
.widget_instagram .instagram-pics {
  display: block;
  overflow: hidden;
  margin-left: -10px; }
.widget_instagram .instagram-pics li {
  float: left;
  padding: 0 0 10px 10px;
  width: 33.33%;
  overflow: hidden;
  list-style: none; }
.widget_instagram .instagram-pics li a {
  display: block;
  height: 83px;
  background-position: center;
  background-size: 150px 150px; }
.widget_instagram .instagram-pics li a:hover {
  opacity: 0.8; }

.footer .widget_instagram .instagram-pics li a {
  height: 106px; }
@media screen and (max-width: 992px) {
  .footer .widget_instagram {
    width: 370px;
    max-width: 100%;
    margin: 0 auto 35px; } }

/**
 * 9.7 - Facebook
 */
.widget_facebook {
  text-align: center; }

/**
 * 9.8 - Tags
 */
.widget_tag_cloud .tagcloud {
  overflow: hidden; }
.widget_tag_cloud .tagcloud a {
  position: relative;
  z-index: 2;
  float: left;
  margin: 0 5px 6px 0;
  padding: 9px 16px 8px;
  font-size: 12px !important;
  line-height: 14px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase; }
.widget_tag_cloud .tagcloud a:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #eeeeee; }
.widget_tag_cloud .tagcloud a:hover {
  text-decoration: none; }
.widget_tag_cloud .tagcloud a:hover:before {
  opacity: 0.4;
  border-color: #b59f5b; }

/**
 * 9.9 - Calendar
 */
.widget_calendar {
  text-align: center; }
.widget_calendar caption {
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 14px;
  color: #000000;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase; }
.widget_calendar table {
  text-align: center;
  font-size: 11px;
  line-height: 14px;
  color: #090909;
  border: 0 none; }
.widget_calendar table th, .widget_calendar table td {
  padding: 5px 5px;
  text-align: center;
  border: 0 none;
  height: 30px;
  font-size: 11px;
  line-height: 30px;
  vertical-align: middle; }
.widget_calendar table th a, .widget_calendar table td a {
  display: block;
  height: 30px;
  color: #ffffff;
  background-color: #b59f5b; }
.widget_calendar table th {
  font-weight: 700;
  text-transform: uppercase;
  color: #b59f5b; }
.widget_calendar table tfoot td {
  border-top: 3px solid #f4f7f6; }
.widget_calendar table tfoot td a {
  background-color: transparent;
  color: #b59f5b;
  font-weight: bold;
  text-transform: uppercase; }

/**
 * 9.10 - Navigation
 */
.widget_nav_menu ul {
  overflow: hidden;
  margin: 0; }
.widget_nav_menu ul li {
  float: left;
  list-style: none;
  width: 50%;
  margin-bottom: 10px; }
.widget_nav_menu ul li a {
  font-size: 12px;
  line-height: 15px;
  color: #0f0d0e;
  font-weight: 700;
  text-transform: uppercase; }
.widget_nav_menu ul .sub-menu {
  display: none; }

/**
 * 9.11 - Social
 */
.widget-social .vertical {
  text-align: center; }
.widget-social .vertical ul {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 28px 0 0;
  width: 127px; }
.widget-social .vertical ul:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  border: 3px solid #b59f5b; }
.widget-social .vertical ul li {
  float: left;
  width: 50%;
  margin: 0 0 25px 0; }
.widget-social .vertical ul li a {
  font-size: 16px;
  line-height: 18px;
  color: #000000; }
.widget-social .horizontal {
  clear: both;
  display: block;
  text-align: center; }
.widget-social .horizontal ul {
  display: block;
  margin: 0; }
.widget-social .horizontal ul li {
  float: none;
  margin: 0 6%; }
.widget-social .horizontal ul li a {
  font-size: 20px;
  line-height: 20px;
  color: #000000; }

/**
 * 9.12 - RSS
 */
.widget_rss .rss-date {
  font-size: 11px; }
.widget_rss .rssSummary {
  font-size: 12px; }

@media screen and (max-width: 992px) {
  .widget_instagram .instagram-pics li a {
    height: 150px; } }
@media screen and (max-width: 480px) {
  .widget_instagram .instagram-pics li a {
    height: 120px; } }
@media screen and (max-width: 320px) {
  .widget_instagram .instagram-pics li a {
    height: 85px; }

  .footer .widget_instagram .instagram-pics li a {
    height: 75px; } }
/**
 * 9.13 - Recent Comments
 */
.widget_recent_comments .recentcomments {
  position: relative;
  padding: 0 0 24px 24px;
  margin-bottom: 20px;
  color: #7e7e7e;
  font-size: 13px;
  line-height: 24px;
  border-bottom: 1px solid #eaebeb; }
.widget_recent_comments .recentcomments:before {
  content: "\f0e5";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "icomoon";
  font-size: 14px; }
.widget_recent_comments .recentcomments a {
  display: block !important;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase; }
.widget_recent_comments .recentcomments a:hover {
  text-decoration: underline; }
.widget_recent_comments .recentcomments .comment-author-link, .widget_recent_comments .recentcomments .comment-author-link a {
  display: inline-block !important;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  text-transform: none; }

/**
 *  General styles
 */
.desktop ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #f4f7f6; }

.desktop ::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5; }

.desktop ::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #cccccc;
  opacity: 0.4; }

/**
 * 10.0 - Header
 */
.header {
  position: relative;
  padding: 55px 5px 20px;
  text-align: center;
  z-index: 50; }
.header:before, .header:after {
  content: " ";
  display: table; }
.header:after {
  clear: both; }
.header {
  *zoom: 1; }
.header .fixed-box {
  position: fixed;
  z-index: 3;
  top: -200px;
  left: 0;
  width: 100%;
  opacity: 0;
  padding: 10px 0 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 4px #c0c0c0 ;
  -moz-box-shadow: 0 0 4px #c0c0c0 ;
  box-shadow: 0 0 4px #c0c0c0 ;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
.header .fixed-box .container, .header .fixed-box .boxed {
  padding: 0 35px;
  width: 100%; }
.header .fixed-box h1 {
  font-size: 25px;
  letter-spacing: 4px; }
.header .fixed-box h1 img {
  max-height: 40px;
  width: auto; }
.header .fixed-box h1:before {
  content: none; }
.header.scrolled .fixed-box {
  top: 0;
  opacity: 1; }
.header.boxed .fixed-box .container, .header.boxed .fixed-box .boxed {
  width: 1210px; }
.header.style-one {
  margin-bottom: 35px; }
.header.style-one .branding {
  float: left;
  text-align: left; }
.header.style-one .branding h1 {
  font-size: 25px;
  letter-spacing: 4px; }
.header.style-two {
  padding: 40px 0 65px; }
.header.style-two .branding {
  padding: 45px 0 40px;
  text-align: center; }
.header.style-two .branding h1 {
  font-size: 70px;
  line-height: 1em;
  letter-spacing: 14px; }
.header.style-two .branding:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 66px;
  height: 3px;
  margin-left: -33px;
  background-color: #b59f5b;
  opacity: 0.4; }
.header.style-two .main-navigation {
  text-align: left; }
.header.style-two .fixed-box .branding {
  padding: 0;
  float: left;
  text-align: left; }
.header.style-two .fixed-box .branding h1 {
  font-size: 25px;
  letter-spacing: 4px; }
.header.style-two .fixed-box .branding:before {
  content: none; }
.header.style-two .fixed-box .main-navigation {
  text-align: center; }
.header.style-three {
  padding: 35px 5px 20px; }
.header.style-three .branding {
  padding: 0 0 25px;
  text-align: center; }
.header.style-three .branding h1 {
  font-size: 60px;
  line-height: 1em;
  letter-spacing: 14px; }
.header.style-three .main-navigation {
  text-align: left; }
.header.style-three .fixed-box .branding {
  padding: 0;
  float: left;
  text-align: left; }
.header.style-three .fixed-box .branding h1 {
  font-size: 25px;
  letter-spacing: 4px; }
.header.style-three .fixed-box .main-navigation {
  text-align: center; }
@media (max-width: 1199px) {
  .header.style-one {
    padding: 30px 0 30px; }
  .header.style-one .branding {
    float: none;
    margin-bottom: 25px;
    text-align: center; }
  .header.style-one .branding img {
    max-width: 300px; }
  .header.style-one .main-navigation {
    text-align: left; }
  .header.style-two .fixed-box, .header .fixed-box {
    padding: 10px 0 0; }
  .header.style-two .fixed-box .branding, .header .fixed-box .branding {
    float: none;
    margin-bottom: 10px;
    text-align: center; }
  .header.style-two .fixed-box .branding img, .header .fixed-box .branding img {
    max-width: 300px; }
  .header.style-two .fixed-box .main-navigation, .header .fixed-box .main-navigation {
    text-align: left; } }
@media (max-width: 767px) {
  .header.style-two .branding h1 {
    letter-spacing: 5px;
    font-size: 50px; } }
@media (max-width: 480px) {
  .header.style-two .branding h1 {
    letter-spacing: 3px;
    font-size: 40px; } }

.mobile .fixed-box {
  display: none; }

/**
 * 10.1 - Branding
 */
.branding {
  position: relative;
  display: block; }
.branding h1 {
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase; }
.branding a {
  display: inline-block;
  max-width: 100%;
  color: inherit; }
.branding .site-description {
  margin: 5px 0 0 0;
  color: #828282;
  font-style: italic; }

/**
 * 10.2 - Navigation
 */
.main-navigation {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  text-align: center; }
.main-navigation ul {
  display: block;
  list-style: none;
  margin: 0; }
.main-navigation ul > li {
  position: relative;
  display: inline-block;
  list-style: none;
  margin-left: 1%; }
.main-navigation ul > li:first-child {
  margin-left: 0; }
.main-navigation ul > li.current-menu-item, .main-navigation ul > li:hover > a {
  color: #b59f5b; }
.main-navigation ul a {
  display: block;
  padding: 15px 5px 15px 5px;
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase; }
.main-navigation ul ul {
  position: absolute;
  top: 100%;
  left: -20px;
  right: auto;
  display: none;
  margin: 0;
  padding: 12px 0;
  width: 210px;
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 0 0 4px #c0c0c0 ;
  -moz-box-shadow: 0 0 4px #c0c0c0 ;
  box-shadow: 0 0 4px #c0c0c0 ; }
.main-navigation ul ul li {
  position: relative;
  display: block;
  float: none;
  margin: 0; }
.main-navigation ul ul li a {
  display: block;
  text-align: left;
  padding: 10px 33px 10px 35px; }
.main-navigation ul ul li:hover > a {
  background-color: #f4f7f6; }
.main-navigation ul li.menu-item-has-children:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 2.5%; }
.main-navigation ul li.menu-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0); }
.main-navigation ul li.menu-item-has-children > a:after {
  content: "\f0d7";
  padding-left: 7px;
  font-size: 11px;
  font-family: "icomoon"; }
.main-navigation ul ul {
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
.main-navigation ul ul .menu-item-has-children > a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 27px;
  margin-top: -10px;
  color: #747374;
  font-size: 14px;
  font-family: "icomoon"; }
.main-navigation ul ul ul {
  top: -1px;
  left: 102%; }
@media (max-width: 992px) {
  .main-navigation {
    display: none; } }

.menu-button {
  display: none;
  float: left;
  margin: 3px 0 0 10px;
  padding: 7px 9px;
  font-size: 21px;
  line-height: 21px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #b59f5b;
  font-family: "icomoon";
  background-color: #b59f5b; }
.menu-button:hover {
  background-color: #ffffff;
  color: #b59f5b; }
@media (max-width: 992px) {
  .menu-button {
    display: inline-block; } }

@media (min-width: 993px) {
  .mobile .main-navigation {
    display: none; }
  .mobile .menu-button {
    display: block; } }
@media (min-width: 1200px) {
  .mobile .header.style-one .menu-button {
    float: right; } }

/**
 * 10.3 - Mobile Navigation
 */
.main-menu-open {
  position: relative;
  overflow: hidden;
  height: 100%; }
.main-menu-open body, .main-menu-open .page-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%; }
.main-menu-open .mobile-navigation-wrapper {
  right: 0;
  visibility: visible;
  opacity: 1; }
.main-menu-open .page-wrapper {
  position: relative; }
.main-menu-open .page-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
  z-index: 98; }

.mobile-navigation-wrapper {
  position: fixed;
  z-index: 99;
  top: 0;
  right: -300px;
  height: 100%;
  max-height: 100%;
  overflow-x: auto;
  width: 300px;
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
.mobile-navigation-wrapper .holder {
  max-height: 100%;
  padding: 70px 30px 50px; }
.mobile-navigation-wrapper .mobile-navigation {
  display: block; }
.mobile-navigation-wrapper .mobile-navigation ul {
  display: block;
  list-style: none;
  margin: 0; }
.mobile-navigation-wrapper .mobile-navigation ul li {
  display: block;
  list-style: none; }
.mobile-navigation-wrapper .mobile-navigation ul li a {
  display: inline-block;
  padding: 3px 0;
  color: #747374;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase; }
.mobile-navigation-wrapper .mobile-navigation ul li a:hover {
  color: #b59f5b; }
.mobile-navigation-wrapper .mobile-navigation ul li ul {
  padding-left: 20px; }
.mobile-navigation-wrapper .mobile-navigation ul li ul.toggled-on {
  display: block; }
.mobile-navigation-wrapper .mobile-navigation ul li.menu-item-has-children > a:after {
  content: "\f105";
  color: #b59f5b;
  padding-left: 10px;
  font-family: "icomoon"; }
.mobile-navigation-wrapper .mobile-navigation ul li.current-menu-item > a {
  font-weight: 700; }
.mobile-navigation-wrapper .menu-close {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b59f5b;
  color: #ffffff;
  font-size: 15px; }

/**
 * 10.4 - Header Social
 */
.header .social-box {
  position: relative;
  float: right;
  margin: 3px 0 0; }
.header .social-box ul {
  margin: 0; }
.header .social-box ul li {
  margin: 0 0 0 3px; }
.header .social-box ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  color: #000000;
  font-size: 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
.header .social-box ul li a:hover {
  background-color: #b59f5b;
  color: #ffffff; }
.header .social-box .social-button {
  display: none;
  float: right;
  padding: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 0 none;
  color: #242012;
  font-size: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
@media (max-width: 992px) {
  .header .social-box .social-button {
    display: inline-block; }
  .header .social-box ul {
    position: absolute;
    top: 40px;
    left: 0;
    width: 40px;
    background-color: #ffffff;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .header .social-box ul li {
    float: none;
    margin: 0; }
  .header .social-box.open .social-button {
    background-color: #b59f5b;
    color: #ffffff; }
  .header .social-box.open ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0); } }

/**
 * 10.5 - Header Search
 */
.header .top-search {
  position: relative;
  z-index: 5;
  float: right;
  margin: 3px 0 010px; }
.header .top-search .form-toggle {
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: #242012;
  vertical-align: middle;
  text-align: center;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
.header .top-search .form-toggle:before {
  content: '\f002';
  font-size: 17px;
  font-family: "icomoon"; }
.header .top-search .form-toggle:hover {
  background-color: #b59f5b;
  color: #ffffff; }
.header .top-search form {
  position: absolute;
  opacity: 0;
  top: 105%;
  right: 0;
  width: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.header .top-search form input {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 4px #c0c0c0 ;
  -moz-box-shadow: 0 0 4px #c0c0c0 ;
  box-shadow: 0 0 4px #c0c0c0 ; }
.header .top-search form .search-submit {
  display: none; }
.header .top-search.open .form-toggle {
  background-color: #b59f5b;
  color: #ffffff; }
.header .top-search.open form {
  opacity: 1;
  width: 265px; }

/**
 * 11.0 - Featured Area
 */
.featured-area {
  clear: both;
  display: block;
  margin-bottom: 50px; }
.featured-area .featured-carousel .swiper-slide {
  opacity: 0.1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }
.featured-area .featured-slider {
  width: 100%;
  height: 580px;
  margin-bottom: 10px;
  background: #ffffff; }
.featured-area .featured-slider .swiper-slide {
  position: relative;
  z-index: 2;
  background-color: #000000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.featured-area .featured-slider .swiper-slide.swiper-slide-active .slide-content:before {
  left: 0;
  opacity: 0.4;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out; }
.featured-area .featured-slider .swiper-slide:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.7); }
.featured-area .featured-slider .swiper-button-next, .featured-area .featured-slider .swiper-button-prev {
  z-index: 10;
  width: 68px;
  height: 68px;
  font-size: 48px;
  line-height: 68px;
  margin-top: -34px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }
.featured-area .featured-slider .swiper-button-next:after, .featured-area .featured-slider .swiper-button-prev:after {
  opacity: 0.2; }
.featured-area .featured-slider .swiper-button-next:hover:after, .featured-area .featured-slider .swiper-button-prev:hover:after {
  opacity: 0.8; }
.featured-area .featured-slider:hover .swiper-button-next, .featured-area .featured-slider:hover .swiper-button-prev {
  opacity: 1; }
.featured-area .featured-slider .swiper-button-prev, .featured-area .featured-slider.swiper-container-rtl .swiper-button-next {
  left: 0px; }
.featured-area .featured-slider .swiper-button-next, .featured-area .featured-slider.swiper-container-rtl .swiper-button-prev {
  right: 0px; }
.featured-area .featured-slider .slide-content {
  position: absolute;
  top: 25%;
  left: 10%;
  height: 50%;
  width: 80%;
  display: table;
  vertical-align: middle; }
.featured-area .featured-slider .slide-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  border: 3px solid #b59f5b; }
.featured-area .featured-slider .slide-content .inner {
  position: relative;
  display: table-cell;
  padding: 0 10%;
  vertical-align: middle; }
.featured-area .featured-slider .slide-content .cat-links {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #b59f5b;
  font-weight: 700; }
.featured-area .featured-slider .slide-content .cat-links a {
  display: inline-block;
  margin: 0 5px; }
.featured-area .featured-slider .slide-content .entry-title {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff; }
.featured-area .featured-slider .slide-content .entry-title a {
  color: inherit; }
.featured-area .featured-slider .slide-content .more-link {
  color: #ffffff; }
.featured-area .featured-slider.no-overlay .swiper-slide:before {
  content: none; }
.featured-area .featured-carousel {
  width: 100%;
  padding-bottom: 4px; }
.featured-area .featured-carousel .swiper-button-next, .featured-area .featured-carousel .swiper-container-rtl .swiper-button-prev, .featured-area .featured-carousel .swiper-button-prev, .featured-area .featured-carousel .swiper-container-rtl .swiper-button-next {
  display: none; }
.featured-area .featured-carousel .swiper-slide {
  position: relative;
  height: 422px;
  background-color: #000000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.featured-area .featured-carousel .swiper-slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.5); }
.featured-area .featured-carousel .swiper-pagination-bullets {
  display: block;
  bottom: 0;
  text-align: center; }
.featured-area .featured-carousel .slide-content {
  position: absolute;
  bottom: 15%;
  left: 5%;
  width: 90%; }
.featured-area .featured-carousel .slide-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.4;
  border: 3px solid #b59f5b; }
.featured-area .featured-carousel .slide-content .inner {
  text-align: center;
  position: relative;
  padding: 24px 15px 10px; }
.featured-area .featured-carousel .slide-content .cat-links {
  display: block;
  margin-bottom: 17px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #b59f5b;
  font-weight: 700; }
.featured-area .featured-carousel .slide-content .cat-links a {
  display: inline-block;
  margin: 0 5px; }
.featured-area .featured-carousel .slide-content .entry-title {
  min-height: 50px;
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff; }
.featured-area .featured-carousel .slide-content .entry-title a {
  color: inherit; }
.featured-area .featured-carousel .entry-footer {
  padding: 0;
  border: 0 none;
  overflow: hidden; }
.featured-area .featured-carousel .entry-footer .posted-on {
  float: left;
  font-size: 12px;
  color: #ffffff;
  font-weight: 300; }
.featured-area .featured-carousel .entry-footer .posted-on a {
  color: inherit; }
.featured-area .featured-carousel .entry-footer .post-comments {
  float: right;
  color: #ffffff; }
.featured-area .featured-carousel.no-overlay .swiper-slide:before {
  content: none; }
.featured-area .featured-items {
  clear: both;
  display: block;
  overflow: hidden; }
.featured-area .featured-items a {
  position: relative;
  z-index: 2;
  float: left;
  width: 33.33%;
  height: 230px;
  line-height: 253px;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.featured-area .featured-items a .title {
  position: relative;
  display: inline-block;
  margin-left: 5%;
  padding: 5px 22px;
  opacity: 0.8;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif; }
.featured-area .featured-items a .title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  border: 3px solid #b59f5b;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
.featured-area .featured-items a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.35); }
.featured-area .featured-items a:hover .title {
  opacity: 1; }
.featured-area .featured-items a:hover .title:before {
  left: 0;
  opacity: 0.4; }
.featured-area .featured-items.no-overlay a:before {
  content: none; }
@media (max-width: 1599px) {
  .featured-area .featured-carousel .swiper-slide {
    height: 355px; } }
@media (max-width: 1199px) {
  .featured-area .featured-carousel .swiper-slide {
    height: 255px; } }
@media (max-width: 991px) {
  .featured-area .featured-carousel .swiper-slide {
    height: 305px; }
  .featured-area .featured-slider {
    height: 500px; }
  .featured-area .featured-slider .slide-content {
    top: 10%;
    height: 80%; }
  .featured-area .featured-slider .slide-content .entry-title {
    font-size: 20px;
    line-height: 24px; }
  .featured-area .featured-items a {
    height: 200px;
    line-height: 200px; } }
@media (max-width: 767px) {
  .featured-area .featured-carousel .swiper-slide {
    height: 500px; }
  .featured-area .featured-slider {
    height: 380px; }
  .featured-area .featured-slider .swiper-button-next, .featured-area .featured-slider .swiper-button-prev {
    display: none !important; }
  .featured-area .featured-items a {
    width: 100%; } }
@media (max-width: 480px) {
  .featured-area .featured-carousel .swiper-slide {
    height: 300px; }
  .featured-area .featured-slider {
    height: 250px; }
  .featured-area .featured-slider .slide-content .entry-title {
    font-size: 16px;
    line-height: 20px; }
  .featured-area .featured-slider .slide-content .cat-links {
    font-size: 12px;
    line-height: 16px; }
  .featured-area .featured-slider .slide-content .more-link {
    font-size: 20px;
    line-height: 20px; } }

.page-loaded .featured-area .swiper-slide {
  opacity: 1; }

/**
 * 12.0 - Article
 */
.post {
  margin-bottom: 70px; }

.entry-header {
  position: relative;
  z-index: 5;
  width: 90%;
  margin: 0 auto 30px;
  padding: 22px 20px 50px;
  text-align: center; }
.entry-header > * {
  position: relative;
  z-index: 3; }
.entry-header::before {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.4;
  border: 3px solid #b59f5b; }
.entry-header .cat-links {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #b59f5b;
  font-weight: 700; }
.entry-header .cat-links a {
  display: inline-block;
  margin: 0 5px 5px;
  color: inherit; }
.entry-header .cat-links a:hover {
  text-decoration: underline; }
.entry-header h1 {
  margin: 0 0 17px;
  font-size: 32px;
  line-height: 33px;
  color: #0f0d0e; }
.entry-header h2 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 24px;
  color: #0f0d0e; }
.entry-header h1 a, .entry-header h2 a {
  color: inherit;
  text-decoration: none; }
.entry-header h1 a:hover, .entry-header h2 a:hover {
  color: #b59f5b; }
.entry-header .posted-on {
  display: inline-block;
  margin-right: 11px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  color: #949494; }
.entry-header .posted-on a {
  color: inherit; }
.entry-header .posted-on a:hover {
  text-decoration: underline; }
.entry-header .byline {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #000000; }
.entry-header .byline a {
  color: inherit; }
.entry-header .byline a:hover {
  text-decoration: underline; }

.no-title-frame .entry-header:before {
  content: none; }

.post-grid.col-2 .entry-header h2, .post-grid.col-3 .entry-header h2 {
  min-height: 50px; }
.post-grid.masonry.col-2 .entry-header h2, .post-grid.masonry.col-3 .entry-header h2 {
  min-height: initial; }

.has-post-thumbnail .entry-header {
  margin-bottom: 0; }

.post-thumbnail {
  position: relative;
  display: block;
  margin: -40px 0 20px; }
.post-thumbnail img {
  width: 100%; }
.post-thumbnail .play-button {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  padding: 10px 0px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
.post-thumbnail .play-button svg {
  fill: #ffffff;
  width: 23px; }

.list.standard .post-thumbnail .play-button {
  border-bottom: 25px;
  right: 25px; }

.entry-footer {
  overflow: hidden;
  padding: 40px 5px 15px;
  border-bottom: 3px solid #f4f7f6; }
.entry-footer .post-comments {
  float: left;
  font-size: 12px;
  line-height: 14px;
  color: #000000; }
.entry-footer .post-comments i {
  margin-right: 12px;
  font-size: 14px; }
.entry-footer .post-comments a {
  color: inherit; }
.entry-footer .post-share-box {
  float: right; }
.entry-footer .post-share-box ul {
  display: block;
  list-style: none;
  overflow: hidden;
  margin: 0; }
.entry-footer .post-share-box ul li {
  float: left;
  list-style: none;
  margin-left: 20px;
  line-height: 14px; }
.entry-footer .post-share-box ul li a {
  color: #000000;
  font-size: 14px; }
.entry-footer .post-share-box ul li:first-child {
  margin-left: 0;
  font-size: 12px;
  color: #a6a5a5; }

.entry-caption {
  clear: both;
  margin: 10px 0; }

/**
 *   Post animation
 */
.post .post-thumbnail img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.4s ease-out 0.5s;
  -moz-transition: all 0.4s ease-out 0.5s;
  transition: all 0.4s ease-out 0.5s; }
.post .entry-header:before {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 0.5s 0.5s;
  -moz-transition: all 0.5s 0.5s;
  transition: all 0.5s 0.5s; }
.post.appeared .post-thumbnail img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }
.post.appeared .entry-header::before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 0.4; }

.mobile .post .post-thumbnail img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }
.mobile .post .entry-header::before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 0.4; }

/**
 *   Sticky post
 */
.sticky .entry-header:after {
  content: "\f02e";
  font-family: "icomoon";
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  top: 2px;
  right: 22px; }

.list.standard .entry-content::first-letter {
  float: left;
  display: block;
  margin: 0 8px 0px 0;
  font-size: 42px;
  line-height: 1em;
  font-weight: 700;
  color: #b59f5b; }

.list.style-1 .post {
  overflow: hidden;
  margin-bottom: 50px; }
.list.style-1 .post .post-thumbnail {
  float: left;
  width: 50%;
  margin: 30px 0 0; }
.list.style-1 .post .post-content {
  float: right;
  width: 50%; }
.list.style-1 .post .entry-footer {
  clear: both;
  float: right;
  width: 60%;
  padding-top: 14px; }
.list.style-1 .post .entry-header {
  width: 100%;
  margin-bottom: 26px;
  padding: 27px 10px 20px 11%;
  text-align: left; }
.list.style-1 .post .entry-header:before {
  width: 120%;
  right: 0;
  left: inherit; }
.list.style-1 .post .entry-content {
  padding-left: 11%; }
.list.style-1.mix .post:nth-child(2n) .post-thumbnail {
  float: right; }
.list.style-1.mix .post:nth-child(2n) .post-content, .list.style-1.mix .post:nth-child(2n) .entry-footer {
  float: left; }
.list.style-1.mix .post:nth-child(2n) .entry-header {
  text-align: right;
  padding: 22px 11% 20px 10px; }
.list.style-1.mix .post:nth-child(2n) .entry-header:before {
  left: 0;
  right: inherit; }
.list.style-1.mix .post:nth-child(2n) .entry-header:after {
  right: inherit;
  left: 22px; }
.list.style-1.mix .post:nth-child(2n) .entry-content {
  text-align: right;
  padding: 0 11% 0 0; }
.list.style-1.image-right .post .post-thumbnail {
  float: right; }
.list.style-1.image-right .post .post-content, .list.style-1.image-right .post .entry-footer {
  float: left; }
.list.style-1.image-right .post .entry-header {
  text-align: right;
  padding: 22px 11% 20px 10px; }
.list.style-1.image-right .post .entry-header:before {
  left: 0;
  right: inherit; }
.list.style-1.image-right .post .entry-header:after {
  right: inherit;
  left: 22px; }
.list.style-1.image-right .post .entry-content {
  text-align: right;
  padding: 0 11% 0 0; }
.list.style-1.image-left .post .post-thumbnail {
  float: left; }
.list.style-1.image-left .post .post-content, .list.style-1.image-left .post .entry-footer {
  float: right; }
.list.style-1.image-left .post .entry-header {
  text-align: left;
  padding: 22px 10px 20px 11%; }
.list.style-1.image-left .post .entry-header:before {
  right: 0;
  left: inherit; }
.list.style-1.image-left .post .entry-header:after {
  right: 20px;
  left: inherit; }
.list.style-1.image-left .post .entry-content {
  text-align: left;
  padding: 0 0 0 11%; }
.list.style-1 .swiper-button-next, .list.style-1 .swiper-container-rtl .swiper-button-prev {
  right: 18px; }
.list.style-1 .swiper-button-prev, .list.style-1 .swiper-container-rtl .swiper-button-next {
  left: 18px; }
.list.style-1 .swiper-button-next, .list.style-1 .swiper-container-rtl .swiper-button-prev, .list.style-1 .swiper-button-prev, .list.style-1 .swiper-container-rtl .swiper-button-next {
  margin-top: 0;
  top: inherit;
  bottom: 18px; }

.list.style-2 .post {
  overflow: hidden;
  margin-bottom: 50px; }
.list.style-2 .post .post-thumbnail {
  float: left;
  width: 50%;
  margin: 40px 0 0; }
.list.style-2 .post .post-content, .list.style-2 .post .entry-footer {
  float: right;
  width: 46%; }
.list.style-2 .post .entry-footer {
  clear: both;
  padding-top: 10px; }
.list.style-2 .post .entry-header {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 20px; }
.list.style-2.mix .post:nth-child(2n) .post-thumbnail {
  float: right; }
.list.style-2.mix .post:nth-child(2n) .post-content, .list.style-2.mix .post:nth-child(2n) .entry-footer {
  float: left; }
.list.style-2.mix .post:nth-child(2n) .entry-content {
  text-align: right; }
.list.style-2.image-right .post .post-thumbnail {
  float: right; }
.list.style-2.image-right .post .post-content, .list.style-2.image-right .post .entry-footer {
  float: left; }
.list.style-2.image-right .post .entry-content {
  text-align: right; }
.list.style-2.image-left .post .post-thumbnail {
  float: left; }
.list.style-2.image-left .post .post-content, .list.style-2.image-left .post .entry-footer {
  float: right; }
.list.style-2.image-left .post .entry-content {
  text-align: left; }

.search-post {
  padding: 25px 10px;
  border-top: 1px solid #eeeeee;
  margin-bottom: 0; }
.search-post:before, .search-post:after {
  content: " ";
  display: table; }
.search-post:after {
  clear: both; }
.search-post {
  *zoom: 1; }
.search-post .post-thumbnail {
  float: left;
  width: 30%;
  margin: 0;
  padding-right: 30px;
  min-height: 100px; }
.search-post .post-thumbnail img {
  position: relative;
  z-index: 3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
.search-post .post-thumbnail:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -63px;
  width: 66px;
  height: 2px;
  opacity: 0.4;
  background-color: #b59f5b; }
.search-post .entry-content {
  float: left;
  width: 70%; }
.search-post .entry-content .entry-header {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  text-align: left; }
.search-post .entry-content .entry-header:before {
  content: none; }

@media screen and (max-width: 767px) {
  .list.style-1 .post .entry-header {
    margin-bottom: 0;
    padding: 22px 10px 30px;
    text-align: center; }
  .list.style-1 .post .entry-content {
    padding-left: 0; }
  .list.style-1 .post .entry-footer {
    padding-top: 40px; }

  .list.style-1 .post, .list.style-2 .post {
    margin-bottom: 50px; }
  .list.style-1 .post .post-thumbnail, .list.style-1 .post .entry-footer, .list.style-1 .post .post-content, .list.style-2 .post .post-thumbnail, .list.style-2 .post .entry-footer, .list.style-2 .post .post-content {
    float: none !important;
    width: 100%; }
  .list.style-1 .post .entry-header:before, .list.style-2 .post .entry-header:before {
    content: none; }
  .list.style-1.mix .post:nth-child(2n) .entry-content, .list.style-2.mix .post:nth-child(2n) .entry-content {
    text-align: left;
    padding-right: 0; }
  .list.style-1.mix .post:nth-child(2n) .entry-header, .list.style-2.mix .post:nth-child(2n) .entry-header {
    text-align: center; }
  .list.style-1.image-right .post .entry-content, .list.style-2.image-right .post .entry-content {
    text-align: left;
    padding-right: 0; }
  .list.style-1.image-right .post .entry-header, .list.style-2.image-right .post .entry-header {
    text-align: center; }

  .search-post .post-thumbnail {
    float: none;
    width: 150px;
    margin: 0 auto 20px;
    padding-right: 0; }
  .search-post .post-thumbnail:before {
    margin-left: -33px; }
  .search-post .entry-content {
    float: none;
    width: 100%;
    text-align: center; }
  .search-post .entry-content .entry-header {
    text-align: center; } }
/**
 * 12.1 - Single post
 */
.single-post .post {
  margin-bottom: 25px; }
.single-post .post .entry-header::before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 0.4; }
.single-post .post .entry-header .posted-on, .single-post .post .entry-header .byline {
  text-transform: uppercase; }
.single-post .post .post-thumbnail {
  margin-bottom: 50px; }
.single-post .post .post-thumbnail:before {
  content: none; }
.single-post .post .post-thumbnail img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }
.single-post .post .entry-footer {
  padding-top: 45px;
  border-bottom: none; }
.single-post .post .entry-footer .post-tags {
  overflow: hidden; }
.single-post .post .entry-footer .post-tags a {
  position: relative;
  z-index: 2;
  float: left;
  margin: 0 5px 6px 0;
  padding: 9px 16px 8px;
  font-size: 12px !important;
  line-height: 14px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase; }
.single-post .post .entry-footer .post-tags a:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #eeeeee; }
.single-post .post .entry-footer .post-tags a:hover:before {
  border-color: #b59f5b;
  opacity: 0.4; }
.single-post .post .entry-footer .post-share-box {
  float: none;
  display: block;
  margin-top: 5px;
  padding: 25px 0;
  text-align: center;
  border-top: 3px solid #f4f7f6; }
.single-post .post .entry-footer .post-share-box ul {
  display: inline-block; }
.single-post .post .entry-footer .post-share-box ul li {
  margin-left: 25px; }
.single-post .post .entry-footer .post-share-box ul li a {
  font-size: 18px;
  line-height: 20px; }
.single-post .post .entry-footer .post-share-box ul li:first-child {
  font-size: 11px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 5px; }

.post-navigation, .image-navigation {
  clear: both;
  margin-bottom: 50px; }
.post-navigation .meta-nav, .image-navigation .meta-nav {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #b59f5b; }
.post-navigation a, .image-navigation a {
  display: block;
  margin-bottom: 10px;
  padding: 25px 10px 20px;
  min-height: 145px;
  text-align: center;
  background-color: #f4f7f6;
  border: 3px solid #f4f7f6; }
.post-navigation a:hover, .image-navigation a:hover {
  background-color: transparent;
  border-color: #b59f5b; }
.post-navigation a .post-title, .image-navigation a .post-title {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  color: #000000; }

.image-navigation a {
  padding: 25px 10px 25px;
  min-height: inherit; }

@media screen and (max-width: 767px) {
  .entry-header h1 {
    font-size: 26px;
    line-height: 30px; } }
/**
 * 12.2 - Comments
 */
.comments .comments-title, .comments .comment-reply-title {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  color: #000000; }
.comments .comment-reply-title {
  margin-bottom: 5px; }
.comments .comment-reply-title #cancel-comment-reply-link {
  float: right;
  font-size: 11px;
  line-height: 14px;
  color: #b59f5b; }
.comments .comment-notes {
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 18px;
  color: #989898; }
.comments .comment-list {
  display: block;
  list-style: none;
  margin: 0 0 70px;
  border-bottom: 2px solid #f4f3f3; }
.comments .comment-list li {
  position: relative;
  display: block;
  list-style: none;
  border-top: 2px solid #f4f3f3; }
.comments .comment-list li:first-child {
  border-top: none; }
.comments .comment-list li .comment-meta {
  padding-top: 17px; }
.comments .comment-list li .comment-body {
  position: relative;
  display: block;
  list-style: none;
  padding: 35px 5px 20px 90px; }
.comments .comment-list li .comment-body .comment-author {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #0f0d0e;
  font-weight: 700;
  text-transform: uppercase; }
.comments .comment-list li .comment-body .comment-author .avatar {
  position: absolute;
  top: 45px;
  left: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
.comments .comment-list li .comment-body .comment-metadata {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  color: #989898; }
.comments .comment-list li .comment-body .comment-metadata a {
  color: inherit; }
.comments .comment-list li .comment-body .comment-metadata .comment-edit-link {
  color: #b59f5b; }
.comments .comment-list li .comment-body .comment-content {
  padding-top: 14px; }
.comments .comment-list li .comment-body .comment-reply-link {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: #b59f5b;
  text-transform: uppercase; }
.comments .comment-list li .children {
  margin: 0;
  padding-left: 80px; }
.comments .comment-list li .children li {
  border-top: 2px solid #f4f3f3; }
.comments .comment-list li .children .children .children .children {
  padding-left: 0; }
.comments .form-submit {
  overflow: hidden; }
.comments .bypostauthor .vcard b {
  background-color: #b59f5b;
  color: #fff;
  padding: 0 3px; }

@media screen and (max-width: 767px) {
  .comments .comment-list li .children {
    padding-left: 0; } }
/**
 * 12.3 - Slider Post
 */
.post-slider {
  clear: both;
  width: 100%;
  margin: 30px 0; }

.post-thumbnail .post-slider {
  margin: 0;
  background-color: #f4f7f6; }

.swiper-container-horizontal > .swiper-pagination-bullets {
  display: none;
  bottom: 25px;
  padding: 0 20px;
  text-align: right; }

.swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5); }

.swiper-pagination-bullet-active:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: 8px;
  height: 8px;
  background-color: #b59f5b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.swiper-button-next, .swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  line-height: 40px;
  vertical-align: middle;
  font-family: "icomoon"; }
.swiper-button-next:hover:after, .swiper-button-prev:hover:after, .swiper-container-rtl .swiper-button-next:hover:after, .swiper-container-rtl .swiper-button-prev:hover:after {
  opacity: 1; }
.swiper-button-next:after, .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 40px; }
.swiper-button-prev:before, .swiper-container-rtl .swiper-button-next:before {
  content: "\f104"; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 40px; }
.swiper-button-next:before, .swiper-container-rtl .swiper-button-prev:before {
  content: "\f105"; }

.single-post .swiper-button-next, .single-post .swiper-button-prev {
  width: 68px;
  height: 68px;
  font-size: 48px;
  line-height: 68px;
  margin-top: -34px; }
.single-post .swiper-button-next, .single-post .swiper-container-rtl .swiper-button-prev {
  right: 0px; }
.single-post .swiper-button-prev, .single-post .swiper-container-rtl .swiper-button-next {
  left: 0px; }
.single-post .swiper-container-horizontal > .swiper-pagination-bullets {
  display: block; }

/**
 * 12.4 - Media Post
 */
.post-embed {
  width: 100%;
  height: 0;
  padding: 57% 0 0 0;
  display: block;
  overflow: hidden;
  position: relative; }
.post-embed video, .post-embed audio, .post-embed iframe {
  width: 100%;
  height: 100%; }
.post-embed iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.post-embed-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.mejs-poster {
  background-size: cover !important; }

.post-audio-wrap, .post-music-wrapper {
  padding: 70px 20px 25px;
  background-color: #f7f7f7; }
.post-audio-wrap audio, .post-audio-wrap iframe, .post-music-wrapper audio, .post-music-wrapper iframe {
  width: 100%;
  max-width: 100%; }
.post-audio-wrap iframe, .post-music-wrapper iframe {
  height: 166px; }

.mejs-container {
  background-color: #ffffff !important;
  font-family: inherit !important; }
.mejs-container.mejs-audio {
  height: 45px !important; }
.mejs-container .mejs-controls {
  height: 45px !important;
  background: #f4f7f6 !important; }
.mejs-container .mejs-controls .mejs-button button {
  position: relative;
  display: inline-block;
  background: none;
  font-size: 20px;
  outline: none !important;
  font-family: "icomoon"; }
.mejs-container .mejs-controls .mejs-play, .mejs-container .mejs-controls .mejs-pause {
  width: 45px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  text-align: center;
  background-color: #b59f5b; }
.mejs-container .mejs-controls .mejs-play button, .mejs-container .mejs-controls .mejs-pause button {
  font-size: 15px;
  color: #ffffff; }
.mejs-container .mejs-controls .mejs-play button:before {
  content: "\f04b"; }
.mejs-container .mejs-controls .mejs-pause button:before {
  content: "\f04c"; }
.mejs-container .mejs-controls div.mejs-time-rail {
  padding-top: 15px; }
.mejs-container .mejs-controls div.mejs-time-rail span {
  height: 6px;
  border-radius: 0; }
.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-total {
  background: #aaacac; }
.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-current {
  background: #b59f5b; }
.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-loaded {
  background: #dddede; }
.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-float {
  height: 16px;
  border: none; }
.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-float .mejs-time-float-current {
  height: 12px;
  font-size: 9px;
  color: #000000;
  font-weight: 400;
  font-family: inherit; }
.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider {
  left: 12px; }
.mejs-container .mejs-controls .mejs-mute, .mejs-container .mejs-controls .mejs-unmute {
  width: 45px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  text-align: center; }
.mejs-container .mejs-controls .mejs-mute button:before, .mejs-container .mejs-controls .mejs-unmute button:before {
  content: "\f027"; }
.mejs-container .mejs-controls .mejs-unmute button:before {
  content: "\f026"; }
.mejs-container .mejs-controls .mejs-horizontal-volume-slider {
  width: 60px;
  padding-left: 10px; }
.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  top: 19px;
  border-radius: 0; }
.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #aaacac; }
.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #b59f5b; }
.mejs-container .mejs-controls .mejs-fullscreen-button {
  width: 45px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  text-align: center; }
.mejs-container .mejs-controls .mejs-fullscreen-button button {
  font-size: 18px; }
.mejs-container .mejs-controls .mejs-fullscreen-button button:before {
  content: "\f065"; }
.mejs-container .mejs-controls .mejs-fullscreen-button.mejs-unfullscreen button:before {
  content: "\f066"; }
.mejs-container .mejs-controls .mejs-currenttime-container, .mejs-container .mejs-controls .mejs-duration-container {
  font-size: 9px !important;
  color: #000000 !important;
  font-weight: 400 !important;
  font-family: inherit !important; }
.mejs-container .mejs-controls .mejs-currenttime-container {
  position: absolute;
  padding-top: 2px !important;
  top: 2px;
  left: 50px; }
.mejs-container .mejs-controls .mejs-duration-container {
  position: absolute;
  padding-top: 2px !important;
  top: 2px;
  right: 95px; }
.mejs-container .mejs-overlay-button {
  margin: -24px 0 0 -24px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  background: #b59f5b;
  font-family: "icomoon"; }
.mejs-container .mejs-overlay-button:before {
  content: "\f04b"; }

/**
 * 13.0 - Pages
 */
.simple-page, article.attachment {
  margin-bottom: 50px; }
.simple-page .entry-header, article.attachment .entry-header {
  padding: 0;
  width: 100%;
  margin-bottom: 50px;
  border: 0 none; }
.simple-page .entry-header:before, article.attachment .entry-header:before {
  content: none; }
.simple-page .entry-header h1, article.attachment .entry-header h1 {
  position: relative;
  margin: 0;
  padding-bottom: 50px; }
.simple-page .entry-header h1:before, article.attachment .entry-header h1:before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  height: 3px;
  background-color: #b59f5b; }

.page-header {
  position: relative;
  z-index: 5;
  width: 90%;
  margin: 0 auto 40px;
  padding: 20px 10px 20px;
  text-align: center; }
.page-header span {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  color: #747374; }
.page-header h1 {
  margin-top: 10px;
  margin-bottom: 20px; }
.page-header .taxonomy-description {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  color: #747374; }

/**
 * 13.1 - Author page
 */
.author-vcard {
  position: relative;
  z-index: 5;
  margin: 0 auto 70px;
  padding: 20px 10px 20px; }
.author-vcard .avatar {
  position: relative;
  margin: 0 auto;
  width: 177px;
  height: 177px;
  background-position: center;
  background-size: cover;
  max-width: 100%;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
.author-vcard .sub-title {
  margin: 13px 0 14px;
  color: #b59f5b;
  font-family: "Mrs Sheppards", cursive;
  font-size: 24px;
  font-weight: normal;
  text-transform: none; }
.author-vcard .social {
  display: block;
  overflow: hidden;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }
.author-vcard .social li {
  margin: 0 2.5%; }
.author-vcard .social li:first-child {
  margin-left: 0; }
.author-vcard .social a {
  font-size: 21px;
  line-height: 21px;
  color: #000000; }
.author-vcard .content {
  padding-top: 20px; }
.author-vcard .content .author-name {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 36px; }
.author-vcard .content .post-count {
  display: inline-block;
  margin-bottom: 15px; }
.author-vcard .content .post-count:before {
  content: '/';
  padding: 0 10px; }
.author-vcard .content .about-text, .author-vcard .content .post-count {
  font-size: 15px;
  line-height: 24px;
  font-style: italic;
  color: #747374; }
@media screen and (max-width: 767px) {
  .author-vcard .content {
    text-align: center; }
  .author-vcard .social li {
    float: none; } }

/**
 * 13.2 - 404 page
 */
.error404 .page-wrapper {
  position: relative;
  overflow: hidden; }
.error404 #triangle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%; }

.no-canvas #triangle {
  display: none; }

section.error-404 {
  position: relative;
  width: 950px;
  max-width: 100%;
  margin: 0 auto; }
section.error-404 .page-header {
  margin: 0 0 50px;
  padding: 55px 0 0;
  width: 100%; }
section.error-404 .page-header .page-title {
  text-align: left;
  font-size: 120px;
  line-height: 120px;
  text-transform: none; }
section.error-404 .text {
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 30px;
  color: #2a2b35;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase; }
section.error-404 .back {
  display: inline-block;
  padding: 15px 28px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  background-color: #f4f7f6; }
section.error-404 .back .fa {
  margin-right: 15px;
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out; }
section.error-404 .back:hover {
  color: #b59f5b; }
section.error-404 .back:hover .fa {
  -webkit-transform: translate(-10px);
  -moz-transform: translate(-10px);
  transform: translate(-10px); }

@media screen and (max-width: 767px) {
  section.error-404 {
    text-align: center; }
  section.error-404 .page-header {
    padding-top: 0;
    margin-bottom: 30px; }
  section.error-404 .page-header .page-title {
    text-align: center;
    font-size: 80px;
    line-height: 80px; }
  section.error-404 .page-content {
    margin-bottom: 20px; }

  #triangle {
    display: none; } }
/**
 * 14.0 - Footer
 */
#footer {
  clear: both;
  display: block;
  margin: 50px 0 0; }
#footer .footer-top {
  padding: 30px 20px 30px;
  background-color: #f4f7f6; }
#footer .footer-top .row {
  margin-left: -30px;
  margin-right: -30px; }
#footer .footer-top .col-lg-4 {
  padding-left: 30px;
  padding-right: 30px; }
#footer .footer-top .col-lg-4 .widget:last-child {
  margin-bottom: 0; }
#footer .footer-bottom {
  clear: both;
  display: block;
  padding-bottom: 20px;
  text-align: center;
  background-color: #ffffff; }
#footer .footer-bottom #top {
  display: inline-block;
  margin: 10px 0;
  font-size: 30px;
  line-height: 35px;
  color: #000000;
  font-family: "Mrs Sheppards", cursive; }
#footer .footer-bottom #top:hover {
  color: #b59f5b; }
#footer .footer-bottom .copy-right {
  padding: 10px 10px;
  font-size: 12px;
  line-height: 14px;
  color: #949494;
  font-weight: 300; }
#footer .nav-footer {
  clear: both;
  margin-top: 25px;
  text-align: center; }
#footer .nav-footer ul {
  display: block;
  list-style: none;
  margin: 0; }
#footer .nav-footer ul li {
  display: inline-block;
  list-style: none;
  margin: 0 1% 10px; }
#footer .nav-footer ul li a {
  font-size: 12px;
  line-height: 16px;
  color: #979797;
  font-weight: 700;
  text-transform: uppercase; }
#footer select, #footer textarea, #footer input {
  border: 1px solid #e0dde0; }
@media screen and (max-width: 991px) {
  #footer .nav-footer ul {
    text-align: center; }
  #footer .nav-footer ul li {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0 10px 10px; }
  #footer .footer-top .col-lg-4:last-child .widget:last-child {
    margin-bottom: 0; }
  #footer .footer-top .col-lg-4 .nav-footer, #footer .footer-top .col-lg-4 .widget:last-child {
    margin-bottom: 35px; } }

.instagram-footer {
  position: relative;
  margin: 50px 0 25px;
  width: 100%;
  height: auto; }
.instagram-footer .title {
  margin-bottom: 25px;
  text-align: center;
  font-size: 18px;
  line-height: 15px;
  color: #0f0d0e;
  text-transform: uppercase; }
.instagram-footer .sub-title {
  margin: 0 0 20px;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  color: #b59f5b;
  font-family: "Mrs Sheppards", cursive;
  font-weight: normal;
  text-transform: none; }
.instagram-footer .sub-title i {
  font-size: 18px;
  margin-right: 8px; }
.instagram-footer ul {
  display: block;
  list-style: none;
  width: 100%;
  margin: 0 -2px;
  padding: 0; }
.instagram-footer ul:before, .instagram-footer ul:after {
  content: " ";
  display: table; }
.instagram-footer ul:after {
  clear: both; }
.instagram-footer ul {
  *zoom: 1; }
.instagram-footer ul li {
  -webkit-perspective: 400px;
  -moz-perspective: 400px;
  -o-perspective: 400px;
  -ms-perspective: 400px;
  perspective: 400px;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  display: block;
  overflow: hidden;
  border: 2px solid transparent; }
.instagram-footer ul li a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
.instagram-footer ul li a:before {
  content: '';
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.75, 0.72);
  -moz-transition: all 0.2s cubic-bezier(0.47, 0, 0.75, 0.72);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.75, 0.72); }
.instagram-footer ul li a:hover:before {
  opacity: 0.5; }
.instagram-footer ul li img {
  width: 100%; }

.instagram-footer + #footer {
  margin-top: 0; }

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
  max-width: 100%;
  height: auto; }
