@charset "UTF-8";
/*!
Theme Name: All Sorts Of Theme
Description: A Wordpress theme developed by Alchemy + Aim..sl
Version: 4
Author: Alchemy + Aim
Author URI: http://www.alchemyandaim.com
*/
/* Responsive Breakpoints */
/* Colors */
/* Fonts */
/* Flex Grid Gutter Space */
/* Container Widths */
/* Flex Layout Padding */
/* Flex Layout Container Width */
/***************************************
Mixins
contains global mixins, functions, helper selectors, etc.
***************************************/
/* Simple clearfix */
/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.u-full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Adjust containers and rows padding for Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

/* Frontend Admin Dashboard Icon
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.admin-bar #wpadminbar ul#wp-admin-bar-root-default > li#wp-admin-bar-custom_menu a:before {
  color: rgba(240, 245, 250, 0.6);
  content: "\f226";
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 1.25;
  vertical-align: top;
  -moz-osx-font-smoothing: grayscale;
  font-family: "dashicons";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  text-align: center; }

.admin-bar {
  top: 32px; }
  @media (max-width: 782px) {
    .admin-bar {
      top: 46px; } }

/* Core element styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img {
  max-width: 100%;
  max-height: 100%;
  height: auto; }

img.aligncenter {
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
  height: auto; }

img.alignright {
  display: inline-block;
  padding-left: 1.6%;
  float: right;
  max-width: 100%;
  height: auto; }

img.alignleft {
  display: inline-block;
  padding-right: 1.6%;
  float: left;
  max-width: 100%;
  height: auto; }

hr {
  margin: 4.5% auto;
  border-width: 0;
  border-top: 1px solid #8e9089; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: disc inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  padding-left: 0;
  margin-top: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 2% 0 2% 4.5%;
  font-size: 100%; }

li {
  margin-bottom: 2%; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1; }

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

th:last-child,
td:last-child {
  padding-right: 0; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 2%; }

input,
textarea,
select,
fieldset {
  margin-bottom: 3.5%; }

pre,
blockquote,
dl,
figure,
table,
ul,
ol,
form {
  margin-bottom: 5%; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  margin: 0 5px;
  padding: 2px 10px;
  font-size: 90%;
  white-space: nowrap;
  background: #f6f6f6;
  border: 1px solid #e1e1e1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 5px 15px;
  white-space: pre; }

@font-face {
  font-family: 'EngraversGothic';
  src: url("../fonts/EngraversGothicBT-Regular.woff2") format("woff2"), url("../fonts/EngraversGothicBT-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Plantin';
  src: url("../fonts/PlantinMTStd-Light.woff2") format("woff2"), url("../fonts/PlantinMTStd-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Canela';
  src: url("../fonts/Canela-Light.woff2") format("woff2"), url("../fonts/Canela-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'EngraversGothic BT';
  src: url("../fonts/EngraversGothicBT.woff2") format("woff2"), url("../fonts/EngraversGothicBT.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Plantin Italic';
  src: url("../fonts/PlantinMTStd-Italic.woff2") format("woff2"), url("../fonts/PlantinMTStd-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

html {
  outline: none !important;
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

body {
  line-height: 1.6;
  color: #2d2926;
  font-size: 16px;
  font-weight: 400;
  font-family: "Plantin", serif; }

h1, h2, h3, h4, h5 {
  line-height: 1.2;
  margin: 0 0 20px;
  color: #2d2926;
  font-family: "Canela", serif;
  font-weight: 400; }

h6 {
  line-height: 1.2;
  margin: 0 0 20px;
  color: #2d2926;
  font-family: 'EngraversGothic BT', sans-serif;
  font-weight: 400;
  text-transform: uppercase; }

h1 {
  font-size: 50px; }

h2 {
  font-size: 35px; }

h3 {
  font-size: 25px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 14px; }

p {
  margin-top: 0; }

span.color-black {
  color: #000; }

span.color-white {
  color: #fff; }

span.color-gray {
  color: #2d2926; }

span.color-blue {
  color: #908c89; }

span.color-gold {
  color: #8e9089; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #8e9089;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-family: 'EngraversGothic BT', sans-serif;
  font-weight: 400;
  text-decoration: none;
  text-transform:uppercase;}

a:hover {
  color: #908c89; }

/* Colors for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.color-black {
  color: #000000; }

.color-white {
  color: #ffffff; }

/* Weights for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.weight-light {
  font-weight: 300; }

.weight-regular {
  font-weight: 400; }

.weight-medium {
  font-weight: 500; }

.weight-bold {
  font-weight: 700; }

.weight-black {
  font-weight: 900; }

/* Underline for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.text-underline {
  text-decoration: underline; }

/*-----------------------------------------------------------------------------------*/
/*  GENERIC
/*-----------------------------------------------------------------------------------*/
#outer-wrapper {
  overflow: hidden; }

.content-area {
  float: left;
  width: 62%;
  margin-bottom: 25px;
  word-wrap: break-word; }

.aside {
  float: right;
  width: 32.2%;
  margin-right: 10px;
  word-wrap: break-word; }

@media (max-width: 768px) {
  .content-area {
    float: none;
    width: 100%; }
  .aside {
    float: none;
    width: 98%;
    margin-top: 50px; } }

.container {
  max-width: 960px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0px; }
  @media (min-width: 1200px) {
    .container {
      max-width: 1250px; } }
  @media (max-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (max-width: 576px) {
    .container {
      max-width: 960px; } }

.gen-content {
  max-width: 820px;
  word-break: inherit;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 71px auto 176px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0px; }
  @media (min-width: 1200px) {
    .gen-content {
      max-width: 820px;
      word-break: inherit;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto; } }
  @media (max-width: 768px) {
    .gen-content {
      max-width: 720px; } }
  @media (max-width: 576px) {
    .gen-content {
      max-width: 960px; } }
  .gen-content h1.entry-title {
    letter-spacing: -0.05rem;
    margin-bottom: 90px; }
  .gen-content h6 {
    margin: 23px 0 30px;
    letter-spacing: 0.145rem; }
  .gen-content p {
    letter-spacing: 0.01rem;
    line-height: 1.5;
    margin-bottom: 27px; }
  .gen-content a {
    line-height: 1.6;
    color: #2d2926;
    font-size: 16px;
    font-weight: 400;
    font-family: "Plantin", serif;
    border-bottom: 1px solid rgba(45, 41, 38, 0.76); }

/*-----------------------------------------------------------------------------------*/
/*  FLEX GRID
/*-----------------------------------------------------------------------------------*/
.grid,
.grid-mobile {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.grid .cell,
.grid-mobile .cell {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

@media (min-width: 769px) {
  .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .grid.grid-12-col .cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc( 8.33% - 18.334px);
    flex: 0 0 calc( 8.33% - 18.334px); }
    .grid.grid-12-col .cell.span-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 10% - 18px);
      flex: 0 0 calc( 10% - 18px); }
    .grid.grid-12-col .cell.span-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 16.6% - 16.68px);
      flex: 0 0 calc( 16.6% - 16.68px); }
    .grid.grid-12-col .cell.span-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 25% - 15px);
      flex: 0 0 calc( 25% - 15px); }
    .grid.grid-12-col .cell.span-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 33.3% - 13.34px);
      flex: 0 0 calc( 33.3% - 13.34px); }
    .grid.grid-12-col .cell.span-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 41.6% - 11.68px);
      flex: 0 0 calc( 41.6% - 11.68px); }
    .grid.grid-12-col .cell.span-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 50% - 10px);
      flex: 0 0 calc( 50% - 10px); }
    .grid.grid-12-col .cell.span-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 58.3% - 8.34px);
      flex: 0 0 calc( 58.3% - 8.34px); }
    .grid.grid-12-col .cell.span-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 66.6% - 6.68px);
      flex: 0 0 calc( 66.6% - 6.68px); }
    .grid.grid-12-col .cell.span-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 75% - 5px);
      flex: 0 0 calc( 75% - 5px); }
    .grid.grid-12-col .cell.span-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 83.3% - 3.34px);
      flex: 0 0 calc( 83.3% - 3.34px); }
    .grid.grid-12-col .cell.span-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 90% - 2px);
      flex: 0 0 calc( 90% - 2px); }
    .grid.grid-12-col .cell.span-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  .grid.grid-2-col .cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc( 50% - 10px);
    flex: 0 0 calc( 50% - 10px); }
    .grid.grid-2-col .cell.span-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  .grid.grid-3-col .cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc( 33.33% - 13.334px);
    flex: 0 0 calc( 33.33% - 13.334px); }
    .grid.grid-3-col .cell.span-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 66.66% - 6.668px);
      flex: 0 0 calc( 66.66% - 6.668px); }
    .grid.grid-3-col .cell.span-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  .grid.grid-4-col .cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc( 25% - 15px);
    flex: 0 0 calc( 25% - 15px); }
    .grid.grid-4-col .cell.span-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 50% - 10px);
      flex: 0 0 calc( 50% - 10px); }
    .grid.grid-4-col .cell.span-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 75% - 5px);
      flex: 0 0 calc( 75% - 5px); }
    .grid.grid-4-col .cell.span-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  .grid.grid-5-col .cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc( 20% - 16px);
    flex: 0 0 calc( 20% - 16px); }
    .grid.grid-5-col .cell.span-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 40% - 12px);
      flex: 0 0 calc( 40% - 12px); }
    .grid.grid-5-col .cell.span-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 60% - 8px);
      flex: 0 0 calc( 60% - 8px); }
    .grid.grid-5-col .cell.span-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 80% - 4px);
      flex: 0 0 calc( 80% - 4px); }
    .grid.grid-5-col .cell.span-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  .grid.grid-6-col .cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc( 16.66% - 16.668px);
    flex: 0 0 calc( 16.66% - 16.668px); }
    .grid.grid-6-col .cell.span-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 40% - 12px);
      flex: 0 0 calc( 40% - 12px); }
    .grid.grid-6-col .cell.span-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 60% - 8px);
      flex: 0 0 calc( 60% - 8px); }
    .grid.grid-6-col .cell.span-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 80% - 4px);
      flex: 0 0 calc( 80% - 4px); }
    .grid.grid-6-col .cell.span-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 100% - 0px);
      flex: 0 0 calc( 100% - 0px); }
    .grid.grid-6-col .cell.span-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }

@media (max-width: 768px) {
  .grid-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .grid-mobile.grid-mobile-2-col .cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc( 50% - 10px);
    flex: 0 0 calc( 50% - 10px); }
    .grid-mobile.grid-mobile-2-col .cell.span-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  .grid-mobile.grid-mobile-3-col .cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc( 33.33% - 13.334px);
    flex: 0 0 calc( 33.33% - 13.334px); }
    .grid-mobile.grid-mobile-3-col .cell.span-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 66.66% - 6.668px);
      flex: 0 0 calc( 66.66% - 6.668px); }
    .grid-mobile.grid-mobile-3-col .cell.span-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  .grid-mobile.grid-mobile-4-col .cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc( 25% - 15px);
    flex: 0 0 calc( 25% - 15px); }
    .grid-mobile.grid-mobile-4-col .cell.span-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 50% - 10px);
      flex: 0 0 calc( 50% - 10px); }
    .grid-mobile.grid-mobile-4-col .cell.span-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 75% - 5px);
      flex: 0 0 calc( 75% - 5px); }
    .grid-mobile.grid-mobile-4-col .cell.span-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  .grid-mobile.grid-mobile-5-col .cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc( 20% - 16px);
    flex: 0 0 calc( 20% - 16px); }
    .grid-mobile.grid-mobile-5-col .cell.span-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 40% - 12px);
      flex: 0 0 calc( 40% - 12px); }
    .grid-mobile.grid-mobile-5-col .cell.span-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 60% - 8px);
      flex: 0 0 calc( 60% - 8px); }
    .grid-mobile.grid-mobile-5-col .cell.span-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 80% - 4px);
      flex: 0 0 calc( 80% - 4px); }
    .grid-mobile.grid-mobile-5-col .cell.span-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  .grid-mobile.grid-mobile-6-col .cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc( 16.66% - 16.668px);
    flex: 0 0 calc( 16.66% - 16.668px); }
    .grid-mobile.grid-mobile-6-col .cell.span-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 40% - 12px);
      flex: 0 0 calc( 40% - 12px); }
    .grid-mobile.grid-mobile-6-col .cell.span-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 60% - 8px);
      flex: 0 0 calc( 60% - 8px); }
    .grid-mobile.grid-mobile-6-col .cell.span-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 80% - 4px);
      flex: 0 0 calc( 80% - 4px); }
    .grid-mobile.grid-mobile-6-col .cell.span-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 100% - 0px);
      flex: 0 0 calc( 100% - 0px); }
    .grid-mobile.grid-mobile-6-col .cell.span-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }

/*-----------------------------------------------------------------------------------*/
/*  FLEXIBLE LAYOUT
/*-----------------------------------------------------------------------------------*/
/* Background Images: Cover and center */
.layout-section.background_style-image .cls-background,
.layout-section.background_style-image .cls-background .cls-mobile-background {
  background-size: cover;
  background-position: center; }

.layout-section.text_style-light-text h1, .layout-section.text_style-light-text h2, .layout-section.text_style-light-text h3, .layout-section.text_style-light-text h4, .layout-section.text_style-light-text h5, .layout-section.text_style-light-text h6, .layout-section.text_style-light-text p, .layout-section.text_style-light-text ul {
  color: #fff; }

/* Section Padding */
.layout-section.padding-small .cls-background {
  padding-top: 25px;
  padding-bottom: 25px; }

.layout-section.padding-medium .cls-background {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .layout-section.padding-medium .cls-background {
      padding-top: 25px;
      padding-bottom: 25px; } }

.layout-section.padding-large .cls-background {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .layout-section.padding-large .cls-background {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .layout-section.padding-large .cls-background {
      padding-top: 25px;
      padding-bottom: 25px; } }

/* Container Width */
.layout-section.container-small .container {
  max-width: 960px; }

.layout-section.container-full .container {
  max-width: 100%; }

/* Background images: Replace background for mobile */
@media (min-width: 961px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-background .cls-mobile-background {
    background-image: none !important; } }

@media (max-width: 960px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-background {
    background-image: none !important; } }

/* Background images: Remove background and add a new image below for mobile */
@media (min-width: 961px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-after .cls-mobile-image, .layout-section.background_style-image .cls-background.background_mobile-mobile-image-before .cls-mobile-image {
    display: none !important; } }

@media (max-width: 960px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-after .cls-mobile-image, .layout-section.background_style-image .cls-background.background_mobile-mobile-image-before .cls-mobile-image {
    margin-top: 2em; }
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-after, .layout-section.background_style-image .cls-background.background_mobile-mobile-image-before {
    background-image: none !important; }
  /* Fix light text against no background */
  .layout-section.background_style-image.text_style-light-text .cls-background.background_mobile-mobile-image-after, .layout-section.background_style-image.text_style-light-text .cls-background.background_mobile-mobile-image-before {
    color: #000; } }

/*-----------------------------------------------------------------------------------*/
/*  FORMS AND FIELDS
/*-----------------------------------------------------------------------------------*/
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 12px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0; }
  input[type="email"]:-webkit-autofill,
  input[type="number"]:-webkit-autofill,
  input[type="search"]:-webkit-autofill,
  input[type="text"]:-webkit-autofill,
  input[type="tel"]:-webkit-autofill,
  input[type="url"]:-webkit-autofill,
  input[type="password"]:-webkit-autofill,
  textarea:-webkit-autofill,
  select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset; }
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  textarea:focus,
  select:focus {
    -webkit-box-shadow: 0 0 0 30px #fff inset; }

textarea {
  min-height: 84px; }

select:not([multiple]) {
  padding-right: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZwogICAgICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICAgICB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKICAgICAgICB3aWR0aD0iNjBweCIgaGVpZ2h0PSI0MHB4Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigxNjEsIDE2MSwgMTYxKSIKICAgICAgICAgIGQ9Ik0wLjAwMCwwLjAwMCBMNjAuMDAwLDAuMDAwIEwzMC4wMDAsNDAuMDAwIEwwLjAwMCwwLjAwMCBaIi8+Cjwvc3ZnPg==);
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-size: 10px; }
  select:not([multiple]):-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  select:not([multiple]) option:not(:checked) {
    color: #000000; }

label,
legend {
  display: block;
  margin-bottom: 10px;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: 10px;
  font-weight: normal; }

::-webkit-input-placeholder {
  opacity: 0.5;
  color: #2d2926; }

:-ms-input-placeholder {
  opacity: 0.5;
  color: #2d2926; }

::-ms-input-placeholder {
  opacity: 0.5;
  color: #2d2926; }

::placeholder {
  opacity: 0.5;
  color: #2d2926; }

:focus::-webkit-input-placeholder {
  opacity: 0.15;
  color: #2d2926; }

:focus:-ms-input-placeholder {
  opacity: 0.15;
  color: #2d2926; }

:focus::-ms-input-placeholder {
  opacity: 0.15;
  color: #2d2926; }

:focus::placeholder {
  opacity: 0.15;
  color: #2d2926; }

form br {
  display: none; }

/*-----------------------------------------------------------------------------------*/
/*  BUTTONS
/*-----------------------------------------------------------------------------------*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #2d2926;
  line-height: 38px;
  letter-spacing: 1.5px;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #2d2926;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  text-transform: lowercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0; }
  .button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover {
    color: #8e9089;
    border-color: #8e9089;
    outline: 0; }
  .button:focus,
  button:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus,
  input[type="button"]:focus {
    color: #8e9089;
    border-color: #8e9089;
    outline: 0; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #fff;
  background-color: #908c89;
  border-color: #908c89; }
  .button.button-primary:hover,
  button.button-primary:hover,
  input[type="submit"].button-primary:hover,
  input[type="reset"].button-primary:hover,
  input[type="button"].button-primary:hover {
    color: #fff;
    background-color: #8e9089;
    border-color: #8e9089; }
  .button.button-primary:focus,
  button.button-primary:focus,
  input[type="submit"].button-primary:focus,
  input[type="reset"].button-primary:focus,
  input[type="button"].button-primary:focus {
    color: #fff;
    background-color: #8e9089;
    border-color: #8e9089; }

/*-----------------------------------------------------------------------------------*/
/*  HEADER
/*-----------------------------------------------------------------------------------*/
#header-wrapper {
  width: 100%;
  background-color: #fff;
  padding: 31px 0 13px;
      position: fixed;
    z-index: 99999; }
#content-wrapper {
      margin-top: 182px;
}
.logo {
  height: auto;
  max-width: 100%;
  width: 100%;
  float: none; }

#header-wrapper:after, #header-wrapper .header-inner:after {
  display: none; }

/*-----------------------------------------------------------------------------------*/
/*  NAVIGATION
/*-----------------------------------------------------------------------------------*/
 #linkbar ul .hidden-search{
  background: #d1ccbd !important;
  border-top: 57px solid white;
  overflow: hidden;
  height: 250px; 
  display: none;
}
  #linkbar ul .hidden-search .dd-search {
    position: absolute;
    width: 820px;
    left: 0;
    right: 0;
    margin: auto;
    top:118px;
    transition: all 0.5s; }

#linkbar #menu-item-57 .ubermenu-content-block {
      position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    width: 100%;
}

#linkbar .nav-menu {
  float: right;
  margin-top: 15px; }

#linkbar a {
  padding: 27px 0 0 0;
  color: #2d2926;
  outline: none;
  font-size: 15px;
  font-family: "Canela", sans-serif;
  font-weight: 400;
  text-transform: inherit;
  text-decoration: none;
  letter-spacing: .01em;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #linkbar a:hover {
    color: #8e9089; }

@media (max-width: 768px) {
  #linkbar nav {
    display: none; } }

#linkbar ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }
  #linkbar ul li {
    display: inline;
    margin: 0px;
    padding: 0 0px;
    position: initial; }
    #linkbar ul li:hover ul {
      display: block; }
    #linkbar ul li ul {
      display: none;
      background: white; }
      #linkbar ul li ul li {
        display: block;
        margin: 20px 0; }
#linkbar .current-menu-item a {
  color: #8e9089 !important;
  font-weight: 400; }

.nav-menu-left {
  width: 304px; }

.nav-menu-right {
  width: 127px; }

.header-logo {
  position: relative;
  z-index: 999;
  width: 428px;
  padding-right: 176px;
  margin: -2px 0 0 0; }

.ubermenu-responsive-toggle {
  display: none !important; }

#ubermenu-nav-main-8-left, #ubermenu-nav-main-9-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between; }

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
  display: none !important; }

#linkbar ul li .ubermenu-submenu-id-57 {
  background: #d1ccbd !important;
  border-top: 57px solid white;
  overflow: hidden;
  height: 250px; }
  #linkbar ul li .ubermenu-submenu-id-57 .dd-search {
    position: absolute;
    width: 820px;
    left: 0;
    right: 0;
    margin: auto; }
/*#linkbar ul li .ubermenu-submenu-id-50, #linkbar ul li .ubermenu-submenu-id-54 {
  padding: 53px 17.2% 0;
  position: absolute;
  z-index: 9; }*/
  .inner-sub {
    max-width: 1250px;
    padding: 46px 4px 0;
    margin: 0 auto;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    position: relative;
    min-height: 303px;
  }
  .inner-sub .menu-item-117 a span, .inner-sub .menu-item-399 a span, .inner-sub .menu-item-117 a span, .inner-sub .menu-item-399 a span, .inner-sub .menu-item-664 a span, .inner-sub .menu-item-664 a span{
        text-align: center;
    font-family: 'EngraversGothic BT', sans-serif;
    color: #2d2926;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 500;
        line-height: 1.2;
    margin: 0 0 20px;
    color: #2d2926;
    font-family: 'EngraversGothic BT', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.155rem;
  }

  #post-not-found {
    margin: 100px auto!important;
  }
  
  #linkbar ul li .ubermenu-submenu-id-50 li, #linkbar ul li .ubermenu-submenu-id-54 li, #linkbar ul li .ubermenu-submenu-id-55 li {
    margin: 0 0 6px; }
    #linkbar ul li .ubermenu-submenu-id-50 li a, #linkbar ul li .ubermenu-submenu-id-54 li a, #linkbar ul li .ubermenu-submenu-id-55 li a {
      padding: 0;
      color: #bdb8b7; }
      #linkbar ul li .ubermenu-submenu-id-50 li a span:before, #linkbar ul li .ubermenu-submenu-id-54 li a span:before, #linkbar ul li .ubermenu-submenu-id-55 li a span:before {
        opacity: 0 !important; }
  #linkbar ul li .ubermenu-submenu-id-50 .ubermenu-column-id-115 ul, #linkbar ul li .ubermenu-submenu-id-50 .ubermenu-column-id-398 ul, #linkbar ul li .ubermenu-submenu-id-54 .ubermenu-column-id-115 ul, #linkbar ul li .ubermenu-submenu-id-54 .ubermenu-column-id-398 ul, #linkbar ul li .ubermenu-submenu-id-54 .ubermenu-column-id-658 ul, #linkbar ul li .ubermenu-submenu-id-54 .ubermenu-column-id-663 ul {
    margin-right: -40px !important; }
  #linkbar ul li .ubermenu-submenu-id-50 .ubermenu-column-id-115 a, #linkbar ul li .ubermenu-submenu-id-50 .ubermenu-column-id-398 a, #linkbar ul li .ubermenu-submenu-id-54 .ubermenu-column-id-115 a, #linkbar ul li .ubermenu-submenu-id-54 .ubermenu-column-id-398 a, #linkbar ul li .ubermenu-submenu-id-55 .ubermenu-column-id-663 a {
    color: #2d2926;
    font-size: 14px;
    font-family: 'EngraversGothic BT', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1rem; }
    #linkbar ul li .ubermenu-submenu-id-50 .ubermenu-column-id-115 a span, #linkbar ul li .ubermenu-submenu-id-50 .ubermenu-column-id-398 a span, #linkbar ul li .ubermenu-submenu-id-54 .ubermenu-column-id-115 a span, #linkbar ul li .ubermenu-submenu-id-54 .ubermenu-column-id-398 a span, #linkbar ul li .ubermenu-submenu-id-55 .ubermenu-column-id-663 a span {
      text-align: center;
      margin: -2px auto 11px; }
    #linkbar ul li .ubermenu-submenu-id-50 .ubermenu-column-id-115 a img, #linkbar ul li .ubermenu-submenu-id-50 .ubermenu-column-id-398 a img, #linkbar ul li .ubermenu-submenu-id-54 .ubermenu-column-id-115 a img, #linkbar ul li .ubermenu-submenu-id-54 .ubermenu-column-id-398 a img, #linkbar ul li .ubermenu-submenu-id-55 .ubermenu-column-id-665 a img {
      height: 195px !important; }
.inner-sub #menu-item-664-post-378 {
	    position: absolute;
    right: 312px;
}
.inner-sub #menu-item-664-post-372 {
	position:absolute;
	right:0;
}
#menu-item-57 .ubermenu-submenu-drop {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.ubermenu-retractor {
  display: none !important; }

/*   NAV SUB MENUS
==========*/
.nav-menu li.menu-item-has-children > a {
  position: relative; }

.nav-menu li.menu-item-has-children > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -18px;
  margin-top: -2px;
  border: 4px solid transparent;
  border-bottom-width: 0;
  border-top-color: #2d2926;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease; }

.nav-menu li.menu-item-has-children:hover > a:after {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg); }

.nav-menu li.menu-item-has-children .sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 0 20px 20px;
  min-width: 150px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  margin: -5px 0 0;
  background: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: submenuHide 0.5s ease;
  animation: submenuHide 0.5s ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.nav-menu li.menu-item-has-children:hover .sub-menu {
  z-index: 5;
  opacity: 1;
  visibility: visible;
  -webkit-animation: submenuShow 0.5s ease;
  animation: submenuShow 0.5s ease;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

@-webkit-keyframes submenuShow {
  0% {
    z-index: -1;
    visibility: hidden;
    opacity: 0; }
  1% {
    z-index: 5;
    visibility: visible; }
  25% {
    opacity: 1; }
  100% {
    z-index: 5;
    opacity: 1;
    visibility: visible; } }

@keyframes submenuShow {
  0% {
    z-index: -1;
    visibility: hidden;
    opacity: 0; }
  1% {
    z-index: 5;
    visibility: visible; }
  25% {
    opacity: 1; }
  100% {
    z-index: 5;
    opacity: 1;
    visibility: visible; } }

@-webkit-keyframes submenuHide {
  0% {
    z-index: 5;
    opacity: 1;
    visibility: visible; }
  99% {
    z-index: 5;
    opacity: 1;
    visibility: visible; }
  100% {
    z-index: -1;
    opacity: 0;
    visibility: hidden; } }

@keyframes submenuHide {
  0% {
    z-index: 5;
    opacity: 1;
    visibility: visible; }
  99% {
    z-index: 5;
    opacity: 1;
    visibility: visible; }
  100% {
    z-index: -1;
    opacity: 0;
    visibility: hidden; } }

.nav-menu li.menu-item-has-children .sub-menu li {
  display: block;
  margin: 0;
  padding: 0; }

/* -------------------------------- 
			Mobile Nav 
-------------------------------- */
#slideout-menu {
  position: fixed;
  padding: 100px 50px;
  min-width: 150px;
  top: 0;
  right: -350px;
  min-height: 100vh;
  z-index: 10000;
  max-height: calc(100vh - 100px);
  overflow-y: scroll;
  background-color: #908c89; }
  #slideout-menu a {
    color: #fff;
    font-weight: 400;
    letter-spacing: .15em;
    font-size: 14px;
    text-transform: lowercase;
    text-decoration: none; }
    #slideout-menu a:hover {
      text-decoration: none; }
  #slideout-menu #nav-close {
    position: absolute;
    top: 3.5%;
    right: 30px;
    height: 20px;
    width: 20px; }
  #slideout-menu .close-lines1, #slideout-menu .close-lines2 {
    width: 20px;
    display: block;
    background-color: #fff;
    height: 2px;
    position: relative;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms; }
  #slideout-menu .close-lines1 {
    top: 8px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  #slideout-menu .close-lines2 {
    top: 6px; }
  #slideout-menu .menu-item-has-children > a:after {
    position: relative; }
  #slideout-menu ul {
    text-align: right;
    list-style: none; }
    #slideout-menu ul li {
      margin-bottom: 1em;
      position: relative; }
      #slideout-menu ul li #submenu-link:after {
        content: "";
        display: block;
        position: absolute;
        top: 15px;
        right: -18px;
        margin-top: -2px;
        border: 4px solid transparent;
        border-bottom-width: 0;
        border-top-color: #fff;
        -webkit-transition: -webkit-transform 0.2s ease;
        transition: -webkit-transform 0.2s ease;
        -o-transition: transform 0.2s ease;
        transition: transform 0.2s ease;
        transition: transform 0.2s ease, -webkit-transform 0.2s ease;
        background-image: url(data:image/svg+xml;base64,PHN2ZwogICAgICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICAgICB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKICAgICAgICB3aWR0aD0iNjBweCIgaGVpZ2h0PSI0MHB4Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigxNjEsIDE2MSwgMTYxKSIKICAgICAgICAgIGQ9Ik0wLjAwMCwwLjAwMCBMNjAuMDAwLDAuMDAwIEwzMC4wMDAsNDAuMDAwIEwwLjAwMCwwLjAwMCBaIi8+Cjwvc3ZnPg==);
        background-position: 97% 50%;
        background-repeat: no-repeat;
        background-size: 10px; }
  #slideout-menu ul.sub-menu {
    display: none;
    margin: 2em 0; }
  #slideout-menu .widget {
    border-bottom: 0;
    text-align: right; }
    #slideout-menu .widget .social-links i, #slideout-menu .widget .social-links svg {
      font-size: 16px;
      margin-left: 20px; }

#slideout-menu.open .close-lines1 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#slideout-menu.open .close-lines2 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

a#slideout-trigger {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 4%;
  display: none; }
  @media only screen and (max-width: 768px) {
    a#slideout-trigger {
      display: block; } }

#slideout-bar {
  width: 20px;
  height: 2px;
  top: 6px;
  position: relative;
  background-color: #2d2926; }
  #slideout-bar:before, #slideout-bar:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    position: relative;
    background-color: #2d2926; }
  #slideout-bar:before {
    bottom: 5px; }
  #slideout-bar:after {
    top: 3px; }

/* -------------------------------- 
			Breadcrumbs 
-------------------------------- */
#breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden; }
  #breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }
    #breadcrumbs li a {
      text-decoration: none; }
      #breadcrumbs li a:hover {
        color: #fff; }
  #breadcrumbs .separator {
    font-size: 18px;
    font-weight: 100;
    color: #ccc; }

/*-----------------------------------------------------------------------------------*/
/*  FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
  background-color: #8e9089;
  padding: 20px 0 70px;
  margin-top: 93px;
  color: #fff; }
  footer a {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  footer a:hover {
    opacity: 0.5; }
  footer #credits {
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #2d2926;
    font-size: 11px;
    font-family: "Canela", sans-serif; }
    footer #credits a {
      color: #fff;
      text-decoration: none; }
      footer #credits a:hover {
        color: #8e9089; }
    footer #credits .footer-left {
      width: 50%;
      text-align: left; }
      @media (max-width: 768px) {
        footer #credits .footer-left {
          width: 100%;
          text-align: center; } }
    footer #credits .footer-right {
      width: 50%;
      text-align: right; }
      @media (max-width: 768px) {
        footer #credits .footer-right {
          width: 100%;
          text-align: center; } }
  footer .social-links a {
    font-size: 14px; }
    footer .social-links a i, footer .social-links a svg {
      width: 32px !important; }

#creditslide {
  position: fixed;
  padding: 65px 0 70px;
  width: 100%;
  bottom: -190px;
  z-index: 9999999;
  text-align: center;
  -webkit-transition: 200ms ease-in-out all;
  -o-transition: 200ms ease-in-out all;
  transition: 200ms ease-in-out all;
  background-color: #f6f6f6; }
  #creditslide #credit-close {
    position: absolute;
    top: 25px;
    right: 25px;
    height: 15px;
    width: 15px;
    content: '';
    cursor: pointer;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjM1N3B4IiBoZWlnaHQ9IjM1N3B4IiB2aWV3Qm94PSIwIDAgMzU3IDM1NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzU3IDM1NzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGcgaWQ9ImNsb3NlIj4NCgkJPHBvbHlnb24gcG9pbnRzPSIzNTcsMzUuNyAzMjEuMywwIDE3OC41LDE0Mi44IDM1LjcsMCAwLDM1LjcgMTQyLjgsMTc4LjUgMCwzMjEuMyAzNS43LDM1NyAxNzguNSwyMTQuMiAzMjEuMywzNTcgMzU3LDMyMS4zIA0KCQkJMjE0LjIsMTc4LjUgCQkiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 15px; }
  #creditslide .container > * {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding: 0 1%; }
  #creditslide .callout-std {
    letter-spacing: .1em;
    font-size: 11px;
    font-family: "Plantin", serif; }
    #creditslide .callout-std a {
      text-decoration: none; }
      #creditslide .callout-std a:hover {
        text-decoration: underline; }
    #creditslide .callout-std span {
      display: table;
      margin: 0 auto;
      text-transform: uppercase;
      letter-spacing: .140em;
      color: #908c89 !important;
      font-size: 13px !important;
      font-weight: 700;
      font-family: "Canela", serif;
      font-size: 9px; }

#creditslide.credit-open {
  bottom: 0; }

/*-----------------------------------------------------------------------------------*/
/*  BLOG
/*-----------------------------------------------------------------------------------*/
.post {
  margin-bottom: 2%; }

.entry-meta {
  margin-bottom: 3%; }
  .entry-meta .meta-category ul.post-categories {
    list-style: none;
    display: inline; }
    .entry-meta .meta-category ul.post-categories li {
      display: inline; }

/*-----------------------------------------------------------------------------------*/
/*	BLOG SINGLE
/*-----------------------------------------------------------------------------------*/
blockquote {
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  font-size: 18px;
  font-style: italic; }
  blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -10px;
    top: -20px; }
  blockquote cite {
    font-size: 14px;
    display: block;
    margin-top: 5px; }
    blockquote cite::before {
      content: "\2014 \2009"; }

/*-----------------------------------------------------------------------------------*/
/*	SHARE LINKS
/*-----------------------------------------------------------------------------------*/
.share-buttons {
  text-align: center; }
  .share-buttons div {
    display: inline;
    padding: 0 5px; }

/*-----------------------------------------------------------------------------------*/
/*	NAVIGATION
/*-----------------------------------------------------------------------------------*/
#navigation {
  display: table;
  width: 100%;
  margin-bottom: 30px; }
  #navigation .pagination .nav-previous {
    float: right; }
  #navigation .pagination .nav-next {
    float: left; }

/*-----------------------------------------------------------------------------------*/
/*	ABOUT AUTHOR
/*-----------------------------------------------------------------------------------*/
#about_author {
  background-color: #f1f1f1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 30px 5px;
  margin: 25px 0; }
  #about_author img {
    float: left;
    height: 106px;
    border-radius: 50%;
    margin-right: 20px;
    padding: 10px;
    width: 106px; }
  #about_author .author_text h4 {
    margin-bottom: 0; }
  #about_author .author_text a {
    text-decoration: none;
    color: #908c89; }

/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR & WIDGETS
/*-----------------------------------------------------------------------------------*/
#sidebar h3 {
  letter-spacing: 0.5px;
  font-size: 20px;
  text-transform: lowercase;
  text-align: left; }

#sidebar .widget {
  margin-bottom: 30px;
  padding: 0 0 10px;
  border-bottom: thin solid #8e9089; }
  #sidebar .widget ul {
    list-style: none; }
  #sidebar .widget:last-child {
    border-bottom: none; }

#sidebar .widget.social {
  padding-bottom: 20px; }
  #sidebar .widget.social .social-title {
    letter-spacing: 0.5px; }
  #sidebar .widget.social a {
    font-size: 18px;
    margin-left: 3%;
    text-decoration: none; }
    #sidebar .widget.social a:hover {
      color: #8e9089; }

#sidebar #search_form {
  position: relative; }
  #sidebar #search_form input {
    letter-spacing: 0.5px;
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
    text-indent: 30px;
    text-transform: lowercase; }
  #sidebar #search_form .fa-search {
    position: absolute;
    top: 23%;
    left: 10px;
    font-size: 18px; }

#sidebar .widget-subtitle {
  color: #ccc;
  font-style: italic;
  margin: -20px auto 20px; }

/*-----------------------------------------------------------------------------------*/
/*	RELATED POSTS
/*-----------------------------------------------------------------------------------*/
#related_posts h3 {
  font-size: 20px; }

#related_posts ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  #related_posts ul li {
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 32.26%;
    margin-right: 1.6%; }
    #related_posts ul li:last-child {
      margin-right: 0; }

#related_posts .relatedcontent h3 {
  text-transform: none;
  font-size: 16px !important;
  text-align: center;
  margin-bottom: 0; }
  #related_posts .relatedcontent h3 a {
    color: #000; }
    #related_posts .relatedcontent h3 a:hover {
      text-decoration: none; }

/*-----------------------------------------------------------------------------------*/
/*	COMMENTS
/*-----------------------------------------------------------------------------------*/
#comments {
  clear: both;
  padding-top: 30px;
  max-width: 825px;
  margin: 0 auto;
  border-top:none; }
  #comments h4 {
    margin: 0px 0 0px;
    letter-spacing: 0.5px;
    line-height: 1.4em;
    font-size: 26px;
    text-transform: capitalize;
    text-align: center;
    border-bottom: 1px solid #d1ccbd;
    padding-bottom: 20px; }
  #comments ul#comment-block {
    margin: 0;
    padding-bottom: 10px; }
    #comments ul#comment-block li.comment {
      padding: 15px 0;
      list-style: none;
      overflow: hidden;
      border-bottom: none; }
      #comments ul#comment-block li.comment ul.children {
        margin: 0 0 0 15%; }
        #comments ul#comment-block li.comment ul.children li.comment {
          border-bottom: none;
          padding-bottom: 0;
          margin-top: 15px;
          border-top: 1px solid #d1ccbd; }
      #comments ul#comment-block li.comment .user {
        display: none; }
      #comments ul#comment-block li.comment .message {
        overflow: hidden;
        padding: 0 20px 41px 0px;
        position: relative; }
        #comments ul#comment-block li.comment .message .reply-link {
          position: absolute;
          left: 0;
          bottom: 0;
          top: inherit;
          line-height: 1;
          font-size: 14px;
          letter-spacing: 0.18rem;
          font-family: 'EngraversGothic BT', sans-serif;
          text-transform: uppercase;
          color: #2d2926;
          border-bottom: 1px solid;
          width: 50px; }
          #comments ul#comment-block li.comment .message .reply-link a {
            color: #2d2926; }
        #comments ul#comment-block li.comment .message .info {
          margin-bottom: 12px; }
      #comments ul#comment-block li.comment .comment-author {
        font-size: 14px;
        letter-spacing: 0.1rem;
        font-family: 'EngraversGothic BT', sans-serif;
        text-transform: uppercase;
        margin: -5px 0 13px 0; }
      #comments ul#comment-block li.comment .comment-author:after {
        content: "says:";
        display: inline-block; }
      #comments ul#comment-block li.comment .comment-time {
        display: none; }
      #comments ul#comment-block li.comment .comment-body {
        letter-spacing: 0.005rem; }

/*-----------------------------------------------------------------------------------*/
/*	COMMENT FORM
/*-----------------------------------------------------------------------------------*/
#respond {
  padding: 0px 0 0;
  clear: both;
  overflow: hidden; }
  #respond h4 {
    margin: 8px 0 0px;
    text-transform: inherit; }
    #cancel-comment-reply-link {
          color: #2d2926;
    text-transform: uppercase;
    letter-spacing: 0.16rem;
    font-size: 14px;
    }
  #respond form {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 40px; }
    #respond form .left {
      width: 293px; }
    #respond form .right {
      width: 505px; }
  #respond input {
    border: 1px solid #d1ccbd;
    font-size: 14px;
    font-family: "Canela", serif;
    color: #d1ccbd;
    padding: 8px 0 6px 12px;
    width: 100%;
    max-width: 100%;
    letter-spacing: 0.03rem;
    margin-bottom: 12px; 
      color:#2d2926;}
  #respond textarea {
    border: 1px solid #d1ccbd;
    font-size: 14px;
    font-family: "Canela", serif;
    color: #d1ccbd;
    padding: 8px 0 6px 12px;
    height: 132px;
    letter-spacing: 0.02rem;
    color:#2d2926; }
  #respond input[type="submit"] {
    background: none;
    text-align: left;
    border: none;
    color: #2d2926;
    text-transform: uppercase;
    letter-spacing: 0.16rem;
    font-size: 14px;
    position: relative;
    z-index: 9;
    font-weight: 500;
    font-family: 'EngraversGothic BT', sans-serif;
    padding: 0;
    text-decoration: underline; }
    #post-not-found h6 {
      letter-spacing:0.13rem;
    }
#respond input[type="submit"]:hover {
      color: #dbc8b6;
    text-decoration: none;
}
.pum-theme-8 .pum-container, .pum-theme-default-theme .pum-container {
  top: 185px !important; }

.pum-theme-8 .pum-content + .pum-close:before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: white;
  position: absolute;
  right: 11px;
  top: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.pum-theme-8 .pum-content + .pum-close:after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: white;
  position: absolute;
  right: 11px;
  top: 7px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.pum-theme-8 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
  right: 12px !important;
  top: 24px !important; }

.ubermenu-retractor {
  display: none !important; }

#linkbar a span:before {
  content: "•";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 29px;
  bottom: -20px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99; }
#linkbar .ubermenu-current-menu-item a span:before {
  opacity: 1;
}
#linkbar a:hover span:before, #linkbar #menu-item-50:hover span:before, #linkbar #menu-item-54:hover span:before {
  opacity: 1; }

#linkbar a:hover, #linkbar li:hover, #linkbar a:hover span {
  opacity: 1 !important;
  color: #1b1b1b !important; }

#menu-item-113 #search_form input {
  font-family: 'Canela';
  font-size: 40px;
  color: #2d2926;
  background: transparent !important;
  border: none;
  border-bottom: 1px solid #2d2926;
  padding: 0 0 4px;
  width: 100%;
  max-width: 100%;
  line-height: 1; }
  #menu-item-113 #search_form input:focus {
    -webkit-box-shadow: 0 0 0 30px transparent inset; }
  #menu-item-113 #search_form input::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2d2926;
    opacity: 1;
    /* Firefox */ }
  #menu-item-113 #search_form input:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2d2926;
    opacity: 1;
    /* Firefox */ }
  #menu-item-113 #search_form input::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2d2926;
    opacity: 1;
    /* Firefox */ }
  #menu-item-113 #search_form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2d2926;
    opacity: 1;
    /* Firefox */ }
  #menu-item-113 #search_form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #2d2926; }
  #menu-item-113 #search_form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #2d2926; }

#linkbar ul .hidden-search #search_form input {
  font-family: 'Canela';
  font-size: 40px;
  color: #2d2926;
  background: transparent !important;
  border: none;
  border-bottom: 1px solid #2d2926;
  padding: 0 0 4px;
  width: 100%;
  max-width: 100%;
  line-height: 1;
  letter-spacing: 0.05rem; }
  #linkbar ul .hidden-search #search_form input:focus {
    -webkit-box-shadow: 0 0 0 30px transparent inset; }
  #linkbar ul .hidden-search #search_form input::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2d2926;
    opacity: 1;
    /* Firefox */ }
  #linkbar ul .hidden-search #search_form input:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2d2926;
    opacity: 1;
    /* Firefox */ }
  #linkbar ul .hidden-search #search_form input::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2d2926;
    opacity: 1;
    /* Firefox */ }
  #linkbar ul .hidden-search #search_form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2d2926;
    opacity: 1;
    /* Firefox */ }
  #linkbar ul .hidden-search #search_form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #2d2926; }
  #linkbar ul .hidden-search #search_form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #2d2926; }


#menu-item-113 {
  width: 860px;
  margin: 46px auto -10px !important; }

#header-wrapper .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0 4px; }

#ubermenu-nav-main-9-right #menu-item-57 img {
  width: 17px;
  position: absolute;
  right: 2px;
  margin-top: 1px; }

#ubermenu-nav-main-9-right #menu-item-57 span {
  padding-right: 25px;
  margin-left: -25px;
  padding-top: 1px; }

.home-sub-menu {
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 47px auto -1px;
  max-width: 960px; }
  @media (min-width: 1200px) {
    .home-sub-menu {
      max-width: 1250px; } }
  @media (max-width: 768px) {
    .home-sub-menu {
      max-width: 720px; } }
  @media (max-width: 576px) {
    .home-sub-menu {
      max-width: 960px; } }
  .home-sub-menu h6 {
    letter-spacing: 0.155rem; }
  .home-sub-menu .right {
    margin-right: -5px; }

.home-slider-wrap {
  margin: 7px auto 0; }
  .home-slider-wrap .pp-image {
    width: 921px;
    height: 599px;
    background-size: cover;
    background-position: center; }
  .home-slider-wrap .left {
    mwidth: 525px;
    width: 50%;
    text-align: center;
    padding: 149px 75px 0; }
    .home-slider-wrap .left h1 {
      letter-spacing: 0.04rem;
      margin-bottom: 25px; 
font-weight:100;
text-rendering:optimizeLegibility;
}
    .home-slider-wrap .left h6 {
      letter-spacing: 0.16rem;
      text-transform: uppercase;
      margin: 26px 0 11px; }
      .home-slider-wrap .left h6 span {
        margin: 0 7px;
        font-size: 9px; }
    .home-slider-wrap .left .excerpt {
      margin: 0px auto 20px;
      padding: 0 28px;
      line-height: 1.5;
      max-width: 380px; }
    .home-slider-wrap .left a.read-more {
      color: #2d2926;
      text-transform: uppercase;
      font-size: 14px;
      font-family: 'EngraversGothic BT', sans-serif;
      letter-spacing: 0.14rem;
      border-bottom: 1px solid #2d2926;
      padding-bottom: 0; }
  .home-slider-wrap .inner-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between; }
  .home-slider-wrap .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    width: 50%;
    position: absolute;
    bottom: -60px;
    list-style: none; }
    .home-slider-wrap .slick-dots button {
      color: #2d2926;
      text-transform: uppercase;
      font-size: 14px;
      font-family: 'EngraversGothic BT', sans-serif;
      border: none;
      padding: 0;
      height: 27px; }
    .home-slider-wrap .slick-dots li.slick-active button {
      border-bottom: 1px solid; }
    .home-slider-wrap .slick-dots li {
      margin: 0 11px 2%; }
  .home-slider-wrap .slick-next {
    position: absolute;
    right: 1.8%;
    top: 47.6%;
    z-index: 9; }
  .home-slider-wrap .slick-prev {
    position: absolute;
    right: 872px;
    top: 47.6%;
    z-index: 9; }

.category-posts {
  max-width: 960px;
  margin: 92px auto 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  border-bottom: 1px solid #d2cdbe;
  padding-bottom: 78px; }
  @media (min-width: 1200px) {
    .category-posts {
      max-width: 1250px; } }
  @media (max-width: 768px) {
    .category-posts {
      max-width: 720px; } }
  @media (max-width: 576px) {
    .category-posts {
      max-width: 960px; } }
  .category-posts .single-posty {
    width: 608px; }
    .category-posts .single-posty #hero-image {
      width: 100%;
      height: 398px;
      background-size: cover;
      background-position: center;
      margin: 0 auto; }
    .category-posts .single-posty h6 {
      letter-spacing: 0.14rem;
      text-transform: uppercase;
      margin: 22px 0 26px; }
      .category-posts .single-posty h6 span {
        margin: 0 7px;
        font-size: 9px; }
    .category-posts .single-posty h2 {
      letter-spacing: 0.028rem;
      margin-bottom: 3px; }
    .category-posts .single-posty p {
      color: #908c89;
      letter-spacing: 0;
      padding-right: 95px;
      margin-bottom: 20px;
      line-height: 1.5; }
    .category-posts .single-posty a.read-m {
      color: #908c89;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.14rem;
      border-bottom: 1px solid #908c89;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .category-posts .single-posty a.read-m:hover {
      color: #2d2926;
      border-bottom: 1px solid #2d2926; }

.meta h6 {
  letter-spacing: 0.13rem;
  text-transform: uppercase;
  margin: 22px 0 26px; }
  .meta h6 span {
    margin: 0 7px;
    font-size: 9px; }

.meta a {
  color: #2d2926; }
.products-flex .slick-prev {
	    position: absolute;
    top: 36%;
    left: -33px;
}
.products-flex .slick-next {
	    position: absolute;
    top: 36%;
    right: -15px;
}
.product-picks {
  max-width: 960px;
  margin: 0 auto; }
  @media (min-width: 1200px) {
    .product-picks {
      max-width: 1250px; } }
  @media (max-width: 768px) {
    .product-picks {
      max-width: 720px; } }
  @media (max-width: 576px) {
    .product-picks {
      max-width: 960px; } }
  .product-picks h3 {
    text-align: center;
    letter-spacing: 0.03rem;
    margin: 56px auto 27px; }
  .product-picks h4 {
    text-align: center;
    margin: 10px auto 3px;
    letter-spacing: -0.015rem; }
  .product-picks p {
    font-size: 14px;
    color: #908c89;
    text-align: center;
    letter-spacing: 0.07rem;
    text-transform: uppercase; }
  .product-picks .product-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between; }
    .product-picks .product-flex .sp-image {
      overflow: hidden;
      position: relative;
      height: 293px;
      margin-bottom: 15px; }
    .product-picks .product-flex .sp-image:after {
      content: "";
      display: block;
      width: 100%;
      height: 7px;
      background: #dbc8b6;
      position: absolute;
      bottom: -7px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .product-picks .product-flex a:hover .sp-image:after {
    bottom: 0; }

.single-selected {
  margin: 46px auto; }
  .single-selected .ss-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between; }
    .single-selected .ss-flex #hero-image {
      width: 920px;
      height: 526px;
      background-size: cover;
      background-position: center;
      position: relative; }
      .single-selected .ss-flex #hero-image .play-button {
        width: 107px;
        height: 106px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
    .single-selected .ss-flex .right {
      width: 50%;
      padding: 22px 28px;
      position: relative; }
      .single-selected .ss-flex .right h2 {
        letter-spacing: 0.033rem; }
      .single-selected .ss-flex .right .read-m {
        color: #2d2926;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.16rem;
        border-bottom: 1px solid #2d2926;
        position: absolute;
        height: 19px;
        bottom: 48px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .single-selected .ss-flex .right .read-m:hover {
        color: #908c89;
        border-bottom: 1px solid #908c89; }
    .single-selected .ss-flex .right .meta h6 {
      letter-spacing: 0.165rem; }

.instagram-section .titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 85px auto 2px;
  max-width: 960px; }
  @media (min-width: 1200px) {
    .instagram-section .titles {
      max-width: 1250px; } }
  @media (max-width: 768px) {
    .instagram-section .titles {
      max-width: 720px; } }
  @media (max-width: 576px) {
    .instagram-section .titles {
      max-width: 960px; } }
  .instagram-section .titles h3 {
    letter-spacing: 0.03rem;
    height: 26px; }

.instagram-section a h3 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.instagram-section a h3:hover {
  color: #8e9089;
  border-bottom: 1px solid #8e9089; }

.footer-wrapper {
  margin: 59px auto 0;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between; }
  @media (min-width: 1200px) {
    .footer-wrapper {
      max-width: 1250px; } }
  @media (max-width: 768px) {
    .footer-wrapper {
      max-width: 720px; } }
  @media (max-width: 576px) {
    .footer-wrapper {
      max-width: 960px; } }
  .footer-wrapper .widget {
    width: 30%; }
  .footer-wrapper h4, .footer-wrapper h3.widget-title {
    color: white;
    font-family: 'EngraversGothic BT';
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.13rem;
    margin-bottom: 16px; }
  .footer-wrapper p {
    font-size: 0.87rem;
    line-height: 1.6;
    text-align: justify;
    padding-right: 77px;
    margin-bottom: 10px; }
  .footer-wrapper a {
    color: white; }
  .footer-wrapper #rich_text_widget-2 a {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 13px;
    border-bottom: 1px solid;
    line-height: 0; }
  .footer-wrapper #rich_text_widget-3 {
    margin-left: -3px; }
    .footer-wrapper #rich_text_widget-3 a {
      letter-spacing: -0.04rem;
      font-size: 0.95rem;
      line-height: 1.6;
      text-align: justify;
      font-weight: 400;
      font-family: "Plantin", serif; }
    .footer-wrapper #rich_text_widget-3 span {
      margin: 0 7px; }
  .footer-wrapper #rich_text_widget-4 {
    width: 31.7%; }
    .footer-wrapper #rich_text_widget-4 .gfield_label, .home-sub-menu .right .gfield_label {
      display: none; }
    .footer-wrapper #rich_text_widget-4 #gform_confirmation_message_1 {
      font-size: 0.87rem;
      line-height: 1.6;
      text-align: justify;
      font-weight: 400;
      font-family: "Plantin", serif;
      margin-bottom: 23px;
      margin-top: -3px; }
      .home-sub-menu .right #gform_confirmation_message_1 {
    line-height: 1.2;
    margin: 0 0 20px;
    color: #2d2926;
    font-family: 'EngraversGothic BT', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.155rem;
      }
    .footer-wrapper #rich_text_widget-4 input {
      width: 272px;
      border: 1px solid rgba(255, 255, 255, 0.55);
      background: transparent;
      color: white;
      margin: 2px 0 3px -2px;
      height: 34px;
      padding: 6px 0 0 10px;
      letter-spacing: -0.04rem;
      font-size: 0.95rem;
      background-image: url(../images/whitearrow@2x.png);
      background-repeat: no-repeat;
      background-position: 255px 10px; }
      .home-sub-menu .right input  {
    width: 355px!important;
    border: none;
    background: transparent;
    height: 34px;
    padding: 0px 0 0 10px!important;
    letter-spacing: -0.04rem!important;
    letter-spacing: 0.05rem!important;
    background-repeat: no-repeat;
    background-position: 341px 11px;
    text-transform: uppercase!important;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #2d2926;
    font-family: 'EngraversGothic BT', sans-serif!important;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.155rem!important; }
    .home-sub-menu .right .gform_wrapper .gfield_required{
      display: none!important;
    }
    .home-sub-menu .right .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 35px;
    right: -6px;
    }
    .home-sub-menu .right #gform_submit_button_1 {
      height:auto;
      outline:none;
    }
        .home-sub-menu .right .gform_wrapper  {
          position: relative;
        }
    .home-sub-menu .right input::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #2d2926;
        opacity: 1;
        /* Firefox */ }
      .home-sub-menu .right input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
       color: #2d2926; }
      .home-sub-menu .right input::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #2d2926; }
        .home-sub-menu .right .gform_wrapper ul.gform_fields li.gfield{
              padding: 0;
    margin: -56px 0 -18px;
        }
      .footer-wrapper #rich_text_widget-4 input:focus {
        -ms-flex-webkit-box-shadow: 0 0 0 30px transparent inset;
        background-color: #8e9089 !important;
        color: white; }
      .footer-wrapper #rich_text_widget-4 input::-webkit-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        opacity: 1;
        /* Firefox */ }
      .footer-wrapper #rich_text_widget-4 input:-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        opacity: 1;
        /* Firefox */ }
      .footer-wrapper #rich_text_widget-4 input::-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        opacity: 1;
        /* Firefox */ }
      .footer-wrapper #rich_text_widget-4 input::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        opacity: 1;
        /* Firefox */ }
      .footer-wrapper #rich_text_widget-4 input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #fff; }
      .footer-wrapper #rich_text_widget-4 input::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #fff; }
    .footer-wrapper #rich_text_widget-4 input:focus {
      background-color: #8e9089 !important;
      color: #8e9089; }
    .footer-wrapper #rich_text_widget-4 #gform_submit_button_1 {
      display: none; }
    .footer-wrapper #rich_text_widget-4 a {
      font-size: 0.87rem;
      line-height: 1.6;
      text-align: justify;
      font-weight: 400;
      font-family: "Plantin", serif;
      text-transform: initial;
      letter-spacing: initial; }
    .footer-wrapper #rich_text_widget-4 .gform_wrapper form {
      margin-bottom: -30px; }
    .footer-wrapper #rich_text_widget-4 p {
      color: white;
      font-family: 'EngraversGothic BT';
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.13rem;
      margin-bottom: 14px; }

h1.entry-title {
  text-align: center; }

.not-found {
  text-align: center;
  margin-top: 200px; }

.about-amber {
  margin: 95px auto 0;
  padding-left: 4px;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between; }
  @media (min-width: 1200px) {
    .about-amber {
      max-width: 1250px; } }
  @media (max-width: 768px) {
    .about-amber {
      max-width: 720px; } }
  @media (max-width: 576px) {
    .about-amber {
      max-width: 960px; } }
  .about-amber .about-right {
    text-align: center;
    max-width: 470px;
    margin: 115px auto 0;
    padding-top: 14px;
    padding-right: 6px; }
    .about-amber .about-right h2 {
      font-size: 45px;
      letter-spacing: -0.03rem;
      margin-bottom: 25px; }
    .about-amber .about-right h6 {
      letter-spacing: 0.11rem;
      margin-bottom: 16px; }
    .about-amber .about-right p {
      font-size: 16px;
      text-align: center;
      letter-spacing: -0.02rem;
      line-height: 1.5; }
.about-amber img {
    width: 450px;
    height: 100%;
    margin: 0 auto;
}

.quote {
  text-align: center;
  padding: 133px 0 106px;
  margin: 93px auto; }
  .quote h3 {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.04rem;
    margin-bottom: 20px; }
  .quote h6 {
    letter-spacing: 0.15rem; }
  .quote .inner {
    max-width: 1000px;
    margin: 0 auto; }

.amber-interiors {
  margin: 0 auto;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between; }
  @media (min-width: 1200px) {
    .amber-interiors {
      max-width: 1250px; } }
  @media (max-width: 768px) {
    .amber-interiors {
      max-width: 720px; } }
  @media (max-width: 576px) {
    .amber-interiors {
      max-width: 960px; } }
  .amber-interiors .single {
    width: 610px;
    margin-bottom: 23px; }
    .amber-interiors .single img {
      width: 609px; }
  .amber-interiors h3 {
    margin: 21px 0 5px;
    font-size: 28px;
    letter-spacing: 0.03rem;
    color: #2d2926; }
  .amber-interiors p {
    color: #908c89;
    padding-right: 70px;
    letter-spacing: 0.009rem; }

.post-list-wrap {
  margin: 0 auto;
    max-width: 1345px;
    padding-left: 47px; }
  @media (min-width: 1200px) {
    .post-list-wrap {
          max-width: 1345px;
    padding-left: 47px; } }
  @media (max-width: 768px) {
    .post-list-wrap {
      max-width: 720px; } }
  @media (max-width: 576px) {
    .post-list-wrap {
      max-width: 960px; } }
  .post-list-wrap .single-posty {
    width: 610px;
    margin-bottom: 42px;
    margin-right:30px; }
    .post-list-wrap .single-posty #hero-image {
      width: 100%;
      height: 398px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .post-list-wrap .single-posty #hero-image:hover {
      opacity: 0.7; }
  .post-list-wrap .single-posty:nth-child(13n+2), .post-list-wrap .single-posty:nth-child(13n+3), .post-list-wrap .single-posty:nth-child(13n+6), .post-list-wrap .single-posty:nth-child(13n+7) {
    width: 289px; }
    .post-list-wrap .single-posty:nth-child(13n+2) .excerpt, .post-list-wrap .single-posty:nth-child(13n+3) .excerpt, .post-list-wrap .single-posty:nth-child(13n+6) .excerpt, .post-list-wrap .single-posty:nth-child(13n+7) .excerpt {
      padding-right: 0; }
  .post-list-wrap .single-posty:nth-child(13n+9), .post-list-wrap .single-posty:nth-child(13n+10), .post-list-wrap .single-posty:nth-child(13n+11) {
    width: 398px; }
    .post-list-wrap .single-posty:nth-child(13n+9) #hero-image, .post-list-wrap .single-posty:nth-child(13n+10) #hero-image, .post-list-wrap .single-posty:nth-child(13n+11) #hero-image {
      height: 545px; }
    .post-list-wrap .single-posty:nth-child(13n+9) .excerpt, .post-list-wrap .single-posty:nth-child(13n+10) .excerpt, .post-list-wrap .single-posty:nth-child(13n+11) .excerpt {
      padding-right: 0; }
  .post-list-wrap .inner-b-flex, .post-list-wrap .alm-reveal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }

.alm-btn-wrap .alm-load-more-btn.done {
  display: none; }

.search .l-m {
  margin: 17px 0 22px; }

#popmake-118 h6 {
  text-align: center;
  color: white;
  letter-spacing: 0.15rem;
  margin: 49px auto 17px; }

#popmake-118 h2 {
  font-size: 30px;
  color: white;
  margin: 0 auto 50px;
  letter-spacing: 0.04rem; }

#popmake-118 p {
  padding: 0 60px;
  font-size: 17px;
  line-height: 1.45; }

#popmake-118 .gform_fields li {
  padding-right: 0px;
  text-align: center; }

#popmake-118 .gform_fields label {
  display: none; }

#popmake-118 .gform_fields input {
  background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    width: 100%;
    text-align: center;
    font-style: italic;
    margin: 33px auto 4px;
    padding: 9px 0 6px;
    width: 337px;
    font-size: 17px;
    font-family: 'Plantin Italic'; }
  #popmake-118 .gform_fields input:focus {
    -ms-flex-webkit-box-shadow: 0 0 0 30px transparent inset; }
  #popmake-118 .gform_fields input::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  #popmake-118 .gform_fields input:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  #popmake-118 .gform_fields input::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  #popmake-118 .gform_fields input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  #popmake-118 .gform_fields input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff; }
  #popmake-118 .gform_fields input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff; }

#popmake-118 .gform_footer {
  text-align: center;
  margin: 17px auto 0; }
  #popmake-118 .gform_footer .gform_button {
    background: none;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    border-bottom: 1px solid white;
    padding: 0;
    font-family: 'EngraversGothic BT', sans-serif;
    height: 28px;
    margin: 0 auto;
    letter-spacing: 0.17rem; }

.index .category-navigation {
  padding-bottom: 83px; }

.category-navigation {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;*/
  width: 100%;
  margin: 86px auto 0;
  position: relative;
  border-bottom: 1px solid #d2cdbe;
  padding-bottom: 35px;
  display:block; }
  .category-navigation a {
    color: #2d2926;
    text-transform: uppercase;
    letter-spacing: 0.16rem;
    font-size: 14px;
    position: relative;
    z-index: 9;
    font-weight: 500;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .category-navigation a:hover {
    color: #908c89; }
  .category-navigation h1.page-title {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0px;
    font-family: 'EngraversGothic BT', sans-serif;
    font-size: 14px;
    color: #2d2926;
    text-transform: uppercase;
    letter-spacing: 0.16rem; }
  .category-navigation .nav-previous {
    margin: 0 12px 0 0; display:inline-block; }
    .category-navigation .nav-previous img {
      margin-right: 10px; }
  .category-navigation .nav-next {
    margin: 0 0 0 12px; display:inline-block; float:right; }
    .category-navigation .nav-next img {
      margin-left: 10px; }

.subcategory-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  margin: 48px auto 61px; }
  .category-5 .subcategory-list .all, .category-7 .subcategory-list .all {
    display: none;
  }
  .subcategory-list a {
    color: #bdb8b7;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 14px;
    position: relative;
    z-index: 9; }
  .subcategory-list a:hover {
    color: #2d2926; }
  .subcategory-list li {
    margin: 0 14px; }
.subcategory-list li.current-cat a {
 color: #2d2926;
}
.inner-b-flex .single-posty h1 {
  font-size: 35px;
  letter-spacing: 0.04rem;
  margin: 27px 0 3px; }

.inner-b-flex .single-posty .excerpt {
  color: #908c89;
  padding-right: 100px; }

#ajax-load-more .alm-load-more-btn {
  color: #2d2926;
  font-family: 'EngraversGothic BT', sans-serif;
  font-weight: 400;
  background: none;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  font-size: 14px;
  border-bottom: 1px solid;
  border-radius: 0;
  padding: 0;
  height: 29px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

#ajax-load-more .alm-load-more-btn:hover {
  color: #bdb8b7; }

.cat-item-none {
  display: none; }

.search-results-top {
  background: #d1ccbd;
  padding: 8px 0;
  margin-bottom: 90px; }
  .search-results-top input {
    font-family: 'Canela';
    font-size: 40px;
    color: #2d2926;
    background: transparent !important;
    border: none;
    border-bottom: 1px solid #2d2926;
    padding: 0 0 4px;
    width: 100%;
    max-width: 100%; 
      text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px
    }
     .search-results-top input:focus{
          -webkit-box-shadow: 0 0 0 30px #d1ccbd inset;
    }
  .search-results-top #search_form {
    max-width: 819px;
    margin: 53px auto 43px;
    background-repeat: no-repeat;
    background-position: 778px 5px; }

.blog-header-wrap {
  position: relative;
  margin-bottom: 100px; }

.bhw-one .left {
  position: absolute;
  width: 480px;
  height: 324px;
  top: 27.5%;
  left: -43px;
  padding: 25px 0 0 42px; }
  .bhw-one .left .inner h3 {
    font-size: 35px;
    margin: -10px 0 0;
    max-width: 200px;
    text-align: left;
    line-height: 1.15;
    letter-spacing: -0.04rem; }
  .bhw-one .left .inner .photo {
    font-family: 'EngraversGothic BT', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.11rem;
    position: absolute;
    bottom: 42px; }
    .bhw-one .left .inner .photo a, .bhw-one .left .inner .photo span {
      color: #3b423a;
      font-size: 14px;
      font-family: "Plantin", serif;
      text-transform: capitalize;
      letter-spacing: 0;
      text-decoration: underline; }
  .bhw-one .left .inner .author {
    font-family: 'EngraversGothic BT', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.11rem;
    position: absolute;
    bottom: 72px; }
    .bhw-one .left .inner .author a, .bhw-one .left .inner .author span {
      color: #3b423a;
      font-size: 14px;
      font-family: "Plantin", serif;
      text-transform: capitalize;
      letter-spacing: 0;
      text-decoration: underline; }

.bhw-one #hero-image-1 {
  width: 100%;
  height: 735px;
  background-size: cover;
  background-position: center; }

.bhw-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex; }
  .bhw-two .right {
    width: 72%; }
  .bhw-two .left {
    width: 350px;
    padding: 25px 0 0 51px; }
    .bhw-two .left .inner h3 {
      font-size: 35px;
      margin: -8px 0 0;
      max-width: 200px;
      text-align: left;
      line-height: 1.15;
      letter-spacing: -0.04rem; }
    .bhw-two .left .inner .photo {
      font-family: 'EngraversGothic BT', sans-serif;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 0.11rem;
      position: absolute;
          bottom: 45px;
		height:20px;
    max-width: 250px;
    line-height: 1;}
      .bhw-two .left .inner .photo a, .bhw-two .left .inner .photo span {
        color: #3b423a;
        font-size: 14px;
        font-family: "Plantin", serif;
        text-transform: capitalize;
        letter-spacing: 0;
        text-decoration: underline; }
    .bhw-two .left .inner .author {
      font-family: 'EngraversGothic BT', sans-serif;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 0.11rem;
      position: absolute;
      bottom: 72px; 
   }
.postid-284 .bhw-two .left .inner .photo {
	    bottom: 17px;
    line-height: 1.2;
	height:auto;
}
      .bhw-two .left .inner .author a, .bhw-two .left .inner .author span {
        color: #3b423a;
        font-size: 14px;
        font-family: "Plantin", serif;
        text-transform: capitalize;
        letter-spacing: 0;
        text-decoration: underline; }
  .bhw-two #hero-image-1 {
    width: 100%;
    height: 735px;
    background-size: cover;
    background-position: center; }

.bhw-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex; }
  .bhw-three .right {
    text-align: center;
    width: 50%;
    position: relative; }
    .bhw-three .right .inner {
      position: absolute;
      width: 100%;
      height: 233px;
      top: 0;
      bottom: 0;
      margin: auto; }
      .bhw-three .right .inner h3 {
        font-size: 35px;
        margin: 28px auto 37px;
        max-width: 100%;
        text-align: center;
        line-height: 1.15;
        letter-spacing: -0.04rem; }
      .bhw-three .right .inner .photo {
        font-family: 'EngraversGothic BT', sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 0.11rem;
        margin-top: 6px; }
        .bhw-three .right .inner .photo a, .bhw-three .right .inner .photo span {
          color: #3b423a;
          font-size: 14px;
          font-family: "Plantin", serif;
          text-transform: capitalize;
          letter-spacing: 0;
          text-decoration: underline; }
      .bhw-three .right .inner .author {
        font-family: 'EngraversGothic BT', sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 0.11rem; }
        .bhw-three .right .inner .author a, .bhw-three .right .inner .author span {
          color: #3b423a;
          font-size: 14px;
          font-family: "Plantin", serif;
          text-transform: capitalize;
          letter-spacing: 0;
          text-decoration: underline; }
  .bhw-three .left {
    width: 50%; }
  .bhw-three #hero-image-1 {
    width: 100%;
    height: 735px;
    background-size: cover;
    background-position: center; }

.single-blog-post-layout {
  font-size: 20px; }
  .single-blog-post-layout .wisy-content {
    max-width: 1028px;
    margin: 0px auto 55px; }
.single-blog-post-layout .wisy-content h2 {
	    font-family: 'EngraversGothic BT', sans-serif;
    font-size: 22px;
	letter-spacing:0.13rem;
	text-transform:uppercase;
}
    .single-blog-post-layout .wisy-content p {
      margin-top: 0;
      margin-bottom: 38px;
      letter-spacing: 0.035rem;
      word-break: break-all;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto; }
  .single-blog-post-layout .l-image-flex {
    margin-bottom: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between; }
    .single-blog-post-layout .l-image-flex .left {
      width: 710px; }
      .single-blog-post-layout .l-image-flex .left img {
        margin-bottom: 12px; }
    .single-blog-post-layout .l-image-flex .right {
      width: 495px;
      text-align: right;
      margin-top: 88px;
      position: relative; }
      .single-blog-post-layout .l-image-flex .right .color-block {
        background-color: #dbc8b6;
        width: 362px;
        position: absolute;
        left: 1px;
        top: 324px;
        text-align: left;
        padding: 172px 0 26px 35px;
        z-index: -1; }
    .single-blog-post-layout .l-image-flex .desc {
      letter-spacing: -0.03rem;
      font-size: 16px; }
    .single-blog-post-layout .l-image-flex h4 {
      font-size: 30px;
      margin: 0 0 5px;
      letter-spacing: -0.03rem; }
  .single-blog-post-layout .l-image-flex-left {
    margin-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between; }
    .single-blog-post-layout .l-image-flex-left .right {
      width: 658px; }
      .single-blog-post-layout .l-image-flex-left .right img {
        margin-bottom: 12px; }
    .single-blog-post-layout .l-image-flex-left .left {
      width: 495px;
      text-align: right;
      margin-top: 88px;
      position: relative; }
      .single-blog-post-layout .l-image-flex-left .left .color-block {
        background-color: #dbc8b6;
        width: 362px;
        position: absolute;
        left: 1px;
        top: 324px;
        text-align: left;
        padding: 172px 0 26px 35px;
        z-index: -1; }
    .single-blog-post-layout .l-image-flex-left .desc {
      letter-spacing: -0.03rem;
      font-size: 16px; }
    .single-blog-post-layout .l-image-flex-left h4 {
      font-size: 30px;
      margin: 0 0 5px;
      letter-spacing: -0.03rem; }
.single-blog-post-layout .shop-products .slick-next {
	right: -25px;
    top: 31%;
    position: absolute;
}
.single-blog-post-layout .shop-products.no-slick, .single-blog-post-layout .shop-products .slick-list {
	  width: 100%!important;
}

.single-blog-post-layout .shop-products.no-slick .slick-track{
	    display: flex!important;
	display: -ms-flex!important;
	display: -webkit-flex!important;
    justify-content: space-between!important;
	-ms-justify-content: space-between!important;
	-webkit-justify-content: space-between!important;
    width: 100%!important;
}
.single-blog-post-layout .slick-slider .sp-image {
	    width: 292px;
    margin: 0 auto 15px;
}
.single-blog-post-layout .shop-products .slick-prev {
	left: -27px;
    top: 31%;
    position: absolute;
}
  .single-blog-post-layout .shop-products {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .single-blog-post-layout .shop-products .single-product {
      width: 292px;
      text-align: center;
      margin: 0 0 58px; }
      .single-blog-post-layout .shop-products .single-product .product-title {
        font-size: 18px;
        margin: -1px auto 0;
        letter-spacing: -0.03rem; }
      .single-blog-post-layout .shop-products .single-product .price {
        font-size: 15px;
        color: #908c89;
        font-family: 'EngraversGothic BT', sans-serif;
        margin: 0 auto 0;
        letter-spacing: 0.05rem; text-transform:uppercase; }
    .single-blog-post-layout .shop-products .sp-image {
      overflow: hidden;
      position: relative;
      height: 293px;
      margin-bottom: 15px; }
    .single-blog-post-layout .shop-products .sp-image:after {
      content: "";
      display: block;
      width: 100%;
      height: 7px;
      background: #dbc8b6;
      position: absolute;
      bottom: -7px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .single-blog-post-layout .shop-products .single-product:hover .sp-image:after {
      bottom: 0; }
  .single-blog-post-layout .landscape-image-flex-left {
    position: relative;
    text-align: right;
    padding-bottom: 132px;
    margin-bottom: 86px; }
    .single-blog-post-layout .landscape-image-flex-left .left {
      position: absolute;
      bottom: 0;
      text-align: left;
      width: 663px;
      z-index: -1; }
      .single-blog-post-layout .landscape-image-flex-left .left .color-block {
        background-color: #dbc8b6;
        width: 100%;
        min-height: 336px;
        padding: 236px 0 0 53px; }
  .single-blog-post-layout .column-text {
    max-width: 1032px;
    margin: 0px auto 50px;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 32px;
    column-gap: 32px;
    letter-spacing: 0.016rem;
    word-break: break-all;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  .single-blog-post-layout .post-quote {
    text-align: center;
    margin: 0 auto 72px;
    max-width: 1032px; }
    .single-blog-post-layout .post-quote h3 {
      font-size: 35px;
      letter-spacing: 0.1rem;
      line-height: 1.4;
      word-break: break-all;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      margin-bottom: 29px; }
    .single-blog-post-layout .post-quote h6 {
      letter-spacing: 0.15rem; }
  .single-blog-post-layout .portrait-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 0 auto 40px; }
  .single-blog-post-layout .q-a {
    max-width: 1032px;
    margin: 0px auto 83px; }
    .single-blog-post-layout .q-a .single-question {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-justify-content: space-between;
      -webkit-justify-content: space-between;
      margin-bottom: 23px; }
      .single-blog-post-layout .q-a .single-question .left {
        width: 108px; }
      .single-blog-post-layout .q-a .single-question .right {
        width: 89%; }
        .single-blog-post-layout .q-a .single-question .right p {
          letter-spacing: 0.02rem; }
      .single-blog-post-layout .q-a .single-question h6 {
        letter-spacing: 0.214rem;
        font-size: 18px;
        margin-bottom: 45px; }
.single-blog-post-layout .q-a .single-question h6 p {
	letter-spacing:0.11rem!important;
}
body .single-blog-post-layout .wisy-content a {
	letter-spacing:0.11rem;
}
  .single-blog-post-layout .video-wrap {
    margin-bottom: 92px; }
    .single-blog-post-layout .video-wrap {
      position: relative;
    }
    .single-blog-post-layout .video-wrap .video-poster{
      position: absolute;
      width: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-size: cover;
    }
     .single-blog-post-layout .video-wrap .video-poster .img{
          width: 149px;
    height: 146px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
    }
      .single-blog-post-layout .video-wrap .video-poster .img:hover {
          cursor: pointer;
      }
      .ytp-large-play-button {
        opacity: 0!important
        ;
      }
    .single-blog-post-layout .video-wrap iframe {
      width: 100%; 
      opacity: 0;}
  .single-blog-post-layout .image-quote-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 40px; }
    .single-blog-post-layout .image-quote-flex .left {
      width: 50%; }
    .single-blog-post-layout .image-quote-flex .right {
      width: 50%;
      position: relative;
      text-align: center;
      padding-top: 16%; }
    .single-blog-post-layout .image-quote-flex h6 {
      text-transform: uppercase;
      letter-spacing: 0.12rem;
      font-size: 16px;
      margin: 0 auto 27px; }
    .single-blog-post-layout .image-quote-flex .desc {
      font-size: 30px;
      line-height: 1.35;
      margin: 0 auto 0;
      letter-spacing: 0.01rem; }
  .single-blog-post-layout .image-quote-flex-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 56px; }
    .single-blog-post-layout .image-quote-flex-left .right {
      width: 50%; }
    .single-blog-post-layout .image-quote-flex-left .left {
         width: 47.5%;
    position: relative;
    text-align: center;
    padding-top: 16%;
    padding-right: 6px; }
    .single-blog-post-layout .image-quote-flex-left h6 {
      text-transform: uppercase;
      letter-spacing: 0.12rem;
      font-size: 16px;
      margin: 0 auto 27px; }
    .single-blog-post-layout .image-quote-flex-left .desc {
      font-size: 30px;
      line-height: 1.35;
      margin: 0 auto 0;
      letter-spacing: 0.01rem; }
  .single-blog-post-layout img.full-width {
    margin: 20px auto 40px;
    width: 100%;
    height: auto;
    max-width: 100%; }
  .single-blog-post-layout .image-text-flex-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 55px; }
    .single-blog-post-layout .image-text-flex-right .left {
      width: 50%; }
    .single-blog-post-layout .image-text-flex-right .right {
      width: 47.7%; }
      .single-blog-post-layout .image-text-flex-right .right p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 26px; }
      .single-blog-post-layout .image-text-flex-right .right h3 {
        font-size: 35px;
        margin: 25px auto 7px;
        letter-spacing: 0.03rem; }
      .single-blog-post-layout .image-text-flex-right .right h6 {
        letter-spacing: 0.15rem;
        margin-bottom: 13px;
        line-height: 1.7; }
  .single-blog-post-layout .image-text-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 65px; }
    .single-blog-post-layout .image-text-flex .left {
      width: 47.7%; }
      .single-blog-post-layout .image-text-flex .left p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 26px; }
      .single-blog-post-layout .image-text-flex .left h3 {
        font-size: 35px;
        margin: 25px auto 7px;
        letter-spacing: 0.03rem; }
      .single-blog-post-layout .image-text-flex .left h6 {
        letter-spacing: 0.15rem;
        margin-bottom: 13px;
        line-height: 1.7; }
        .single-blog-post-layout .image-text-flex .left a, .single-blog-post-layout .image-text-flex-right .right a {
          color: #2d2926;
        }
        .single-blog-post-layout .image-text-flex .left a:hover, .single-blog-post-layout .image-text-flex-right .right a:hover {
          color: #8e9089;
        }
    .single-blog-post-layout .image-text-flex .right {
      width: 50%; }
  .single-blog-post-layout .wisy-content h6 {
    font-size: 18px;
    letter-spacing: 0.135rem; }
  .single-blog-post-layout .portrait-flex-text {
    margin: 31px auto 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between; }
    .single-blog-post-layout .portrait-flex-text p {
      font-size: 16px;
      color: #8f8c89;
      font-style: italic;
      font-family: 'Plantin Italic';
      margin-top: 8px; }
    .single-blog-post-layout .portrait-flex-text .left, .single-blog-post-layout .portrait-flex-text .right {
      width: 50%; }
  .single-blog-post-layout h4 {
    font-size: 30px;
    margin: 0 0 5px;
    letter-spacing: -0.035rem; }
  .single-blog-post-layout .desc {
    font-size: 16px;
    letter-spacing: -0.025rem; }
.recipe img {
  height:100%;
}
.collapseomatic {
    background-image: none!important;
    background-repeat: no-repeat!important;
    padding: 0!important;
    cursor: pointer;
    text-decoration: underline;
    position: absolute;
    bottom:0;
}
.collapseomatic:hover {
 background-image: none!important; 
}
.collapseomatic_content {
    margin-top: 0px;
    margin-left: 0!important;
    padding: 0px;
}
.colomat-visited {
  display: none;
}
.recipe {
  padding: 68px 0;
  margin: 0 auto 78px; }
  .recipe .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between; }
    .recipe .inner h3 {
      font-size: 35px;
      letter-spacing: 0.04rem;
      margin-bottom: 57px; }
    .recipe .inner .img {
      width: 503px; }
    .recipe .inner .left {
      width: 695px; 
      position: relative;}
    .recipe .inner .details {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      width: 481px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-justify-content: space-between;
      -webkit-justify-content: space-between;
      font-family: 'EngraversGothic BT', sans-serif;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 0.13rem;
      margin-bottom: 10px; }
      .recipe .inner .details span {
        display: block;
        font-family: "Plantin", serif;
        text-transform: capitalize;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 2.5; }
    .recipe .inner .ingredients {
      margin-bottom: 18px; }
      .recipe .inner .ingredients span {
        font-family: 'EngraversGothic BT', sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 0.13rem; }
      .recipe .inner .ingredients p {
        text-transform: lowercase;
        line-height: 1.9;
        margin-bottom: 0;
        letter-spacing: -0.02rem; }
    .recipe .inner .instructions span {
      font-family: 'EngraversGothic BT', sans-serif;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 0.13rem;
      line-height: 2.5; }
    .recipe .inner .instructions p {
      line-height: 1.6;
      margin-bottom: 20px;
      letter-spacing: -0.03rem; }
  .recipe .container:after {
    display: none; }

.related-posts {
  margin: 106px auto 53px;
  background: #f2e9db;
  padding: 5px 0 65px; }
  .related-posts h4 {
    text-align: center;
    font-size: 26px;
    margin: 0 auto 26px;
    padding-top: 62px; }
  .related-posts .hero-image-rp {
    width: 96.7%;
    height: 396px;
    background-size: cover;
    background-position: center; }
  .related-posts h3 {
    margin: -12px 0 0;
    letter-spacing: 0.04rem; }
  .related-posts .slick-prev {
    position: absolute;
    left: -61px;
    top: 41%; }
  .related-posts .slick-next {
    position: absolute;
    right: -45px;
    top: 41%; }

.pagination-singular {
  clear: both; }
  .pagination-singular .nav-next {
    text-align: right;
    float: right; }
    .pagination-singular .nav-next img {
      margin-left: 10px; }
  .pagination-singular .nav-previous {
    float: left; }
    .pagination-singular .nav-previous img {
      margin-right: 10px; }
  .pagination-singular .button {
    background: none!important;
    border: none;
    padding: 0;
    color: #2d2926;
    text-transform: uppercase;
    letter-spacing: 0.16rem;
    font-size: 14px;
    position: relative;
    z-index: 9;
    font-weight: 500; }
  .pagination-singular .button:hover {
    background: none;
    color: #2d2926; }

.single-post footer {
  margin-top: 35px; }

/*-----------------------------------------------------------------------------------*/
/*  MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
/* -- MOBILE FIRST MEDIA QUERIES -- */
/*@media all and (max-width:1860px){
  #linkbar ul li .ubermenu-submenu-id-50, #linkbar ul li .ubermenu-submenu-id-54 {
        padding: 53px 16.2% 0;
  }
}*/
@media all and (max-width:1820px){
  .home-slider-wrap .slick-dots {
    width:49%;
  }
  /*#linkbar ul li .ubermenu-submenu-id-50, #linkbar ul li .ubermenu-submenu-id-54 {
        padding: 53px 15% 0;
  }*/
}
@media all and (max-width:1790px){
  .home-slider-wrap .slick-dots {
    width:48%;
  }
}
@media all and (max-width:1750px){
  .home-slider-wrap .slick-dots {
    width:46.5%;
  }
  /*#linkbar ul li .ubermenu-submenu-id-50, #linkbar ul li .ubermenu-submenu-id-54 {
        padding: 53px 14% 0;
  }*/
}
@media all and (max-width: 1700px) {
  /*#linkbar ul li .ubermenu-submenu-id-50, #linkbar ul li .ubermenu-submenu-id-54 {
        padding: 53px 13% 0;
  }*/
  .home-slider-wrap .slick-dots {
    width: 44%; } }

@media all and (max-width: 1650px) {
  /*#linkbar ul li .ubermenu-submenu-id-50, #linkbar ul li .ubermenu-submenu-id-54 {
        padding: 53px 12% 0;
  }*/
  .home-slider-wrap .slick-dots {
    width: 43%; } }

@media all and (max-width: 1610px) {
  /*#linkbar ul li .ubermenu-submenu-id-50, #linkbar ul li .ubermenu-submenu-id-54 {
        padding: 53px 11% 0;
  }*/
  .home-slider-wrap .slick-dots {
    width: 42%; } }

@media all and (max-width: 1575px) {
  /*#linkbar ul li .ubermenu-submenu-id-50, #linkbar ul li .ubermenu-submenu-id-54 {
        padding: 53px 10% 0;
  }*/
  .home-slider-wrap .slick-dots {
    width: 40.5%; } }

    @media all and (max-width: 1530px) {
    /*  #linkbar ul li .ubermenu-submenu-id-50, #linkbar ul li .ubermenu-submenu-id-54 {
        padding: 53px 9.5% 0;
  }*/
  .home-slider-wrap .slick-dots {
    width: 38.5%; } }

        @media all and (max-width: 1500px) {
      /*      #linkbar ul li .ubermenu-submenu-id-50, #linkbar ul li .ubermenu-submenu-id-54 {
        padding: 53px 7.5% 0;
  }*/
  .home-slider-wrap .slick-dots {
    width: 37.5%; } }

@media all and (max-width: 1460px) {
    /*#linkbar ul li .ubermenu-submenu-id-50, #linkbar ul li .ubermenu-submenu-id-54 {
        padding: 53px 7% 0;
  }*/
  .home-slider-wrap .slick-dots {
    width: 41%;
    max-width: 524px; } }


@media all and (max-width: 1455px) {
  .home-slider-wrap .slick-dots {
    width: 36%; } }

        @media all and (max-width: 1450px) {
  .home-slider-wrap .slick-dots {
    width: 34%; } }

@media all and (max-width: 1400px) {
  /*#linkbar ul li .ubermenu-submenu-id-50, #linkbar ul li .ubermenu-submenu-id-54 {
        padding: 53px 4% 0;
  }*/
  .home-slider-wrap .left {
    padding: 130px 25px 0; }
  .home-slider-wrap .slick-dots {
    width: 32% !important; } }
@media all and (max-width:1330px){
 /* #linkbar ul li .ubermenu-submenu-id-50, #linkbar ul li .ubermenu-submenu-id-54 {
        padding: 53px 2% 0;
  }*/
}
@media all and (max-width: 1280px) {
  #header-wrapper .header-inner, .inner-sub {
    max-width: 1000px; }
  .header-logo {
    position: relative;
    z-index: 999;
    width: 325px;
    padding-right: 65px;
    margin: -2px auto 0; }
/*  #linkbar ul li .ubermenu-submenu-id-50, #linkbar ul li .ubermenu-submenu-id-54 {
    padding: 53px 192px 0 134px;
    position: absolute;
    z-index: 9; }*/
  .ubermenu .ubermenu-nav .ubermenu-column-1-4 {
    width: 17%; }
  .home-sub-menu {
    max-width: 1000px; }
  .ubermenu .ubermenu-nav .ubermenu-column-1-4 {
    width: 17%; }
  .home-slider-wrap .left {
    padding: 95px 25px 0;
    width: 38%; }
  .home-slider-wrap .pp-image {
    width: 775px;
    height: 520px; }
  .home-slider-wrap .slick-prev {
    right: 729px; }
  .home-slider-wrap .slick-dots {
    width: 38% !important; }
  .category-posts, .instagram-section .titles, .footer-wrapper, .about-amber, .amber-interiors,  .container { 
    max-width: 1000px; }
    .post-list-wrap {
      padding-left: 0;
      max-width: 1000px;
    }
    .post-list-wrap .single-posty {
      margin-right: 13px;
    }
  category-posts .single-posty {
    width: 48%; }
  .category-posts .single-posty #hero-image {
    height: 340px; }
  .category-posts .single-posty p {
    padding-right: 20px; }
  .product-picks {
    max-width: 1000px; }
    .product-picks a {
      width: 23%; }
  .single-selected .ss-flex #hero-image {
    width: 760px;
    height: 500px; }
  .footer-wrapper .widget {
    width: 33%; }
  .category-posts .single-posty {
    width: 48%; }
  .about-amber img {
    width: 421px;
    height: 100%; }
  .about-amber .about-right {
    padding-top: 0; }
  .amber-interiors .single {
    width: 48%; }
 .post-list-wrap .single-posty {
    width: 48.7%;
}
  .post-list-wrap .single-posty:nth-child(13n+2), .post-list-wrap .single-posty:nth-child(13n+3), .post-list-wrap .single-posty:nth-child(13n+6), .post-list-wrap .single-posty:nth-child(13n+7) {
    width: 23.5%; }
  .post-list-wrap .single-posty #hero-image {
    height: 345px; }
  .post-list-wrap .single-posty:nth-child(13n+9), .post-list-wrap .single-posty:nth-child(13n+10), .post-list-wrap .single-posty:nth-child(13n+11) {
    width: 32%; }
  .post-list-wrap .single-posty:nth-child(13n+9) #hero-image, .post-list-wrap .single-posty:nth-child(13n+10) #hero-image, .post-list-wrap .single-posty:nth-child(13n+11) #hero-image {
    height: 445px; }
  .bhw-one #hero-image-1, .bhw-three #hero-image-1, .bhw-two #hero-image-1 {
    height: 635px; }
  .bhw-two .left {
    padding: 25px 0 0 27px; }
  .single-blog-post-layout .l-image-flex .right {
    width: 440px;
    margin-top: 95px; }
  .single-blog-post-layout .l-image-flex .left {
    width: 510px; }
  .single-blog-post-layout .shop-products .single-product {
    width: 24%; }
  .single-blog-post-layout .portrait-flex img {
    width: 48%;
    height: 100%; }
  .single-blog-post-layout .image-quote-flex .right, .single-blog-post-layout .image-quote-flex-left .left {
    width: 49%;
    padding-top: 13%; }
  .single-blog-post-layout .image-quote-flex .left, .single-blog-post-layout .image-quote-flex-left .right {
    width: 49%; }
  .recipe .inner .left {
    width: 45%; }
  .recipe .inner img {
    width: 500px;
    height: 100%; }
  .recipe .inner .details {
    width: 100%; }
  .single-blog-post-layout .image-text-flex-right .right h6, .single-blog-post-layout .image-text-flex .left h6 {
    letter-spacing: 0.1rem; }
  .single-blog-post-layout .image-text-flex-right .right h3, .single-blog-post-layout .image-text-flex .left h3 {
    margin: 5px auto 7px; }
  .single-blog-post-layout .l-image-flex-left .right {
    width: 50%; }
  .single-blog-post-layout .l-image-flex-left .left {
    width: 46%; }
  .single-blog-post-layout .portrait-flex-text .left, .single-blog-post-layout .portrait-flex-text .right {
    width: 48%; }
  .related-posts .hero-image-rp {
    height: 325px; }
  .related-posts .slick-next {
    right: -35px;
    top: 39%; }
  .related-posts .slick-prev {
    top: 39%; }
  #linkbar ul li .ubermenu-submenu-id-50 .ubermenu-column-id-115 ul, #linkbar ul li .ubermenu-submenu-id-50 .ubermenu-column-id-398 ul, #linkbar ul li .ubermenu-submenu-id-54 .ubermenu-column-id-115 ul, #linkbar ul li .ubermenu-submenu-id-54 .ubermenu-column-id-398 ul {
    margin-right: 0px !important;
    width: 135%;
    margin-left: -40px; } 
    .product-picks .product-flex .sp-image {
      height:230px;
    }
    .single-blog-post-layout .shop-products .sp-image {
      height:240px;
    }
  }

@media all and (max-width: 1195px) {
  .home-slider-wrap .slick-dots {
    width: 34% !important; } }


@media all and (max-width: 1175px) {
.single-blog-post-layout .slick-slider .sp-image {
    width: 240px;
    margin: 0 auto 15px;
}}



@media all and (max-width: 1100px) {
  .home-slider-wrap .slick-dots {
    width: 28% !important; }
  .home-slider-wrap .left {
    padding: 95px 5px 0;
    width: 38%; }
  .home-slider-wrap .pp-image {
    width: 690px; }
  .home-slider-wrap .slick-prev {
    right: 648px; }
  .home-slider-wrap .slick-dots {
    width: 35% !important; } }

@media all and (max-width: 1030px) {
  #responsive-menu-pro-container {
      z-index: 999999!important;
  }
  #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item .responsive-menu-pro-item-link {
        color: #908c89!important;
  }
  #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow {
    right: 0;
    height: 39px;
    line-height: 39px;
    width: 40px;
    color: rgba(242, 233, 219, 0)!important;
    border-left: 1px solid #f2e9db;
    background-color: #f2e9db;
    background-image: url(https://allsortsof.com/wp-content/uploads/2018/10/downarrowblack@2x.png);
    background-repeat: no-repeat;
    background-position: center;
}
#responsive-menu-pro-container #responsive-menu-pro-title {
  text-align: center!important;
}
.responsive-menu-pro-open #responsive-menu-pro-container.push-left, .responsive-menu-pro-open #responsive-menu-pro-container.slide-left {
      z-index: 9999999;
}
button#responsive-menu-pro-button{
      z-index: 999999999!important;
}
#responsive-menu-pro-container #responsive-menu-pro-title {
      padding-top: 29px!important;
    padding-left: 53px!important;
}
  .blog-header-wrap {
    margin-bottom:50px;
  }
  .single-blog-post-layout .wisy-content, .single-blog-post-layout .portrait-flex {
        margin: 0px auto 40px;
  }
  .single-blog-post-layout .q-a .single-question h6 {
    margin-bottom:25px;
  }
  .single-blog-post-layout .q-a {
        margin: 0px auto 50px;
  }
  .single-blog-post-layout .video-wrap {
    margin-bottom: 52px;
  }
  .single-blog-post-layout img.full-width {
        margin: 0px auto 20px;
  }
  .single-blog-post-layout .l-image-flex .left {
    margin: 0 auto;
  }
  .single-blog-post-layout .l-image-flex .right, .single-blog-post-layout .l-image-flex-left .left {
    text-align:center;
  }
  .product-picks .product-flex .sp-image {
      height:161px;
    }
    .single-blog-post-layout .shop-products .sp-image {
      width: 240px;
      margin: 0 auto 15px;
    }
  #responsive-menu-pro-container #responsive-menu-pro-title #responsive-menu-pro-title-image {
    text-align: center!important;
  }
  #responsive-menu-pro-container #responsive-menu-pro-title #responsive-menu-pro-title-image img {
      max-width: 250px!important;
  }
  #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link {
    padding-left: 0!important;
    padding-right: 0!important; 
  }
  #responsive-menu-pro-container .responsive-menu-pro-search-box {
    background: #f2e9db!important;
    border: 1px solid #2d2926!important;
    color: #333333;
    font-size: 15px!important;
    font-family: "Canela", sans-serif!important;
    font-weight: 400;
    text-transform: inherit;
    text-decoration: none;
    letter-spacing: .05em!important;
    height: 40px!important;
    padding-left: 10px!important;
        background-image: url(https://allsortsof.com/wp-content/uploads/2018/10/search@2x.png)!important;
    background-repeat: no-repeat!important;
    background-position: 216px 8px!important;
    background-size: 20px!important;
  }
  #responsive-menu-pro-search-box form {
        max-width: 250px;
    margin: 0 auto;
  }
  #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link {
    color: #2d2926!important;
    outline: none;
    font-size: 15px!important;
    font-family: "Canela", sans-serif!important;
    font-weight: 400;
    text-transform: inherit;
    text-decoration: none;
    letter-spacing: .01em!important;
    text-align: center;
  }
  #header-wrapper .header-inner, .home-sub-menu, .category-posts, .instagram-section .titles, .footer-wrapper, .about-amber, .amber-interiors, .post-list-wrap, .container {
    max-width: 700px;
    padding: 0; }
    .post-list-wrap .inner-b-flex, .post-list-wrap .alm-reveal {
      justify-content: space-between;
      -ms-justify-content: space-between;
      -webkit-justify-content: space-between;
    }
    .post-list-wrap .single-posty {
      margin-right: 0;
  }
  .nav-menu-left, .nav-menu-right {
    display: none; }
  .header-logo {
    width: 250px;
    padding-right: 0; }
  .home-slider-wrap .pp-image {
    width: 100%; }
  .home-slider-wrap .inner-flex a.right {
    width: 57%; }
  .home-slider-wrap .left {
    padding: 45px 15px 0;
    width: 43%; }
  .home-slider-wrap .pp-image {
    height: 425px; }
  .home-slider-wrap .slick-prev {
    right: 53%; }
  h1 {
    font-size: 40px; }
  .home-slider-wrap .slick-dots {
    width: 43% !important;
    bottom: -40px; }
  .home-slider-wrap .left h1 {
    max-width: 250px;
    margin: 0 auto 25px; }
  .category-posts .single-posty #hero-image {
    height: 240px; }
  h2 {
    font-size: 30px; }
  .category-posts .single-posty p {
    padding-right: 0;
    word-break: break-all;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  .category-posts .single-posty {
    margin-bottom: 35px; }
  .product-picks {
    max-width: 700px; }
  .single-selected .ss-flex #hero-image {
    width: 560px;
    height: 370px; }
  .footer-wrapper #rich_text_widget-4 input {
    width: 100%; }
  .footer-wrapper p {
    padding-right: 0; }
  .footer-wrapper {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .footer-wrapper #rich_text_widget-4 {
    width: 42%; }
  .footer-wrapper #rich_text_widget-2 {
    width: 55%; }
  .footer-wrapper #rich_text_widget-3 {
    margin-left: 0;
    width: 35%; }
  .about-amber {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column; }
  .about-amber img {
    width: 521px;
    height: 100%;
    margin: 0 auto 0; }
  .about-amber .about-right {
    margin: 55px auto 0; }
  .quote .inner {
    max-width: 725px;
    margin: 0 auto; }
  .amber-interiors p {
    padding-right: 0; }
  .search-results-top #search_form {
    max-width: 700px;
    background-position: 655px 5px; }
  .post-list-wrap .single-posty:nth-child(13n+2), .post-list-wrap .single-posty:nth-child(13n+3), .post-list-wrap .single-posty:nth-child(13n+6), .post-list-wrap .single-posty:nth-child(13n+7) {
    width: 48.5%; }
  .post-list-wrap .single-posty #hero-image {
    height: 245px; }
  .inner-b-flex .single-posty h1 {
    font-size: 30px; }
  .post-list-wrap .single-posty:nth-child(13n+9) #hero-image, .post-list-wrap .single-posty:nth-child(13n+10) #hero-image, .post-list-wrap .single-posty:nth-child(13n+11) #hero-image {
    height: 265px; }
  .inner-b-flex .single-posty .excerpt {
    padding-right: 0; }
  .meta h6 {
    letter-spacing: 0.08rem; }
  .bhw-one #hero-image-1, .bhw-three #hero-image-1, .bhw-two #hero-image-1 {
    height: 435px; }
  .bhw-one .left {
    position: absolute;
    width: 340px;
    height: 230px;
    top: 23.5%;
    left: -43px;
    padding: 0 0 0 42px; }
  .bhw-one .left .inner .photo {
    bottom: 15px; }
  .bhw-one .left .inner .author {
    bottom: 43px; }
  .bhw-two .left {
    padding: 15px 0 0 17px;
    width: 315px; }
  .single-blog-post-layout {
    font-size: 20px; }
  .single-blog-post-layout .l-image-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column; }
  .single-blog-post-layout .l-image-flex .right {
    width: 100%;
    margin-top: 45px; }
  .single-blog-post-layout .l-image-flex .right .color-block {
    left: 230px; }
  .single-blog-post-layout .shop-products .single-product {
    width: 50%; }
  .single-blog-post-layout .landscape-image-flex-left .right {
    padding-left: 20%; }
  .single-blog-post-layout .landscape-image-flex-left .left {
    width: 80%; }
  .single-blog-post-layout .post-quote h3 {
    font-size: 32px; }
  .single-blog-post-layout .q-a .single-question .left {
    width: 70px; }
  .single-blog-post-layout .video-wrap iframe {
    width: 100%;
    height: 400px; }
  .single-blog-post-layout .image-quote-flex .desc, .single-blog-post-layout .image-quote-flex-left .desc {
    font-size: 25px; }
  .single-blog-post-layout .image-quote-flex .right, .single-blog-post-layout .image-quote-flex-left .left {
    padding-top: 6%; }
  .recipe .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse; }
  .recipe .inner img {
    width: 400px;
    height: 100%;
    margin: 0 auto 40px; }
  .recipe .inner .left {
    width: 100%; }
  .recipe .inner h3 {
    text-align: center; }
  .recipe .inner .details {
    width: 481px; }
  .single-blog-post-layout .l-image-flex-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column; }
  .single-blog-post-layout .l-image-flex-left .left {
    width: 100%;
    margin: 0 auto; }
  .single-blog-post-layout .l-image-flex-left .right {
    width: 510px;
    margin: 175px auto 0; }
  .single-blog-post-layout .l-image-flex-left .left .color-block {
    left: 235px; }
  .related-posts .hero-image-rp {
    height: 225px; }
  .related-posts .slick-next {
    right: -30px;
    top: 34%; }
  .related-posts .slick-prev {
    top: 34%;
    left: -45px; }
  #respond form .left {
    width: 235px; }
  #respond form .right {
    width: 450px; } }

@media all and (max-width: 768px) {
	.single-blog-post-layout .shop-products .sp-image {
width:216px;}
  .home-sub-menu {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column; 
    text-align: center;
  }
  .home-sub-menu .right .gform_wrapper ul.gform_fields li.gfield {
    padding: 0;
    margin: -30px auto -18px;
  }
  .home-sub-menu .right input {
    margin: 0 auto 20px;
  }
  .home-sub-menu .right .gform_wrapper .top_label div.ginput_container {
    text-align: center;
  }
  #popmake-118 .gform_footer .gform_button {
    width:75px;
  }
  .product-picks .product-flex .sp-image {
    height: 161px;
    width: 160px;
    margin: 0 auto 15px;
  }
  .single-blog-post-layout .shop-products .sp-image {
    margin: 0 auto 15px;
    height: 216px;
  }
	.single-blog-post-layout .shop-products .slick-next {
		right:0;
	}
	.single-blog-post-layout .shop-products .slick-prev {
		left:0;
	}
  #header-wrapper .header-inner, .home-sub-menu, .category-posts, .instagram-section .titles, .footer-wrapper, .about-amber, .amber-interiors, .post-list-wrap, .container {
    max-width: 450px;
    padding: 0; }

  .home-slider-wrap .inner-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse; }
  .home-slider-wrap .inner-flex a.right {
    width: 100%; }
  .home-slider-wrap .left {
    padding: 30px 15px 60px;
    width: 100%; }
  .home-slider-wrap .slick-dots {
    width: 100% !important;
    max-width: 100%;
    bottom: -35px; }
  .home-slider-wrap .slick-next {
    position: absolute;
    right: 1.8%;
    top: 23.6%;
    z-index: 9; }
  .home-slider-wrap .slick-prev {
    right: inherit;
    top: 23.6%;
    left: 2%; }
  .category-posts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column; }
  .category-posts .single-posty {
    width: 100%; }
  .category-posts .single-posty p {
    padding-right: 120px; }
  .category-posts .single-posty #hero-image {
    height: 280px; }
  .product-picks {
    max-width: 450px; }
  .product-picks a {
    width: 48%; }
  .product-picks .product-flex, .amber-interiors {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .single-selected .ss-flex #hero-image {
    width: 410px;
    height: 300px; }
  .footer-wrapper #rich_text_widget-2 {
    width: 100%;
    margin-bottom: 30px; }
  .footer-wrapper #rich_text_widget-3 {
    margin-left: 0;
    width: 100%;
    margin-bottom: 30px; }
  .footer-wrapper #rich_text_widget-4 {
    width: 100%; }
  .footer-wrapper #rich_text_widget-4 input {
    width: 272px; }
  .footer-wrapper p {
    text-align: center; }
  .footer-wrapper .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
    text-align: center; }
  .footer-wrapper {
    text-align: center; }
  .quote .inner {
    max-width: 450px;
    margin: 0 auto; }
  .quote h3 {
    font-size: 21px; }
  .quote {
    padding: 75px 0 60px; }
  .amber-interiors .single {
    width: 100%; }
  .category-navigation {
    margin: 137px auto 0; }
  .category-navigation h1.page-title {
    top: -80px; }
  .post-list-wrap .single-posty:nth-child(13n+2), .post-list-wrap .single-posty:nth-child(13n+3), .post-list-wrap .single-posty:nth-child(13n+6), .post-list-wrap .single-posty:nth-child(13n+7) {
    width: 100%; }
  .post-list-wrap .single-posty {
    width: 100%; }
  .post-list-wrap .single-posty:nth-child(13n+9), .post-list-wrap .single-posty:nth-child(13n+10), .post-list-wrap .single-posty:nth-child(13n+11) {
    width: 100%; }
  .post-list-wrap .single-posty #hero-image {
    height: 285px; }
  .post-list-wrap .single-posty:nth-child(13n+9) #hero-image, .post-list-wrap .single-posty:nth-child(13n+10) #hero-image, .post-list-wrap .single-posty:nth-child(13n+11) #hero-image {
    height: 285px; }
  .search-results-top #search_form {
    max-width: 400px;
    background-position: 355px 5px; }
  .bhw-one #hero-image-1, .bhw-three #hero-image-1, .bhw-two #hero-image-1 {
    height: 335px; }
  .blog-header-wrap {
    margin-bottom: 50px; }
  .bhw-one .left {
    position: absolute;
    width: 260px;
    height: 175px;
    top: 23.5%;
    left: -43px;
    padding: 0 0 0 25px; }
  .bhw-one .left .inner h3 {
    font-size: 25px;
    margin: -11px 0 0;
    max-width: 200px;
    text-align: left;
    line-height: 1.15;
    letter-spacing: -0.04rem; }
  .bhw-one .left .inner .photo {
    bottom: 11px;
    font-size: 12px;
    letter-spacing: 0.05rem; }
  .bhw-one .left .inner .author {
    bottom: 32px;
    font-size: 12px;
    letter-spacing: 0.05rem; }
  .bhw-two .left .inner h3 {
    font-size: 25px; }
  .bhw-two .left .inner .author, .bhw-two .left .inner .photo {
    font-size: 12px;
    letter-spacing: 0.05rem; }
  .bhw-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse; }
  .bhw-two .left {
    padding: 7px 0 0 20px;
    width: 100%;
    min-height: 245px; }
  .bhw-two .right {
    width: 100%; }
  .bhw-two .left .inner .photo {
    bottom: 22px; }
  .bhw-two .left .inner .author {
    bottom: 56px; }
  .bhw-three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse; }
  .bhw-three .right {
    text-align: center;
    width: 100%;
    position: relative;
    min-height: 300px; }
  .bhw-three .left {
    width: 100%; }
  .single-blog-post-layout {
    font-size: 18px; }
  .single-blog-post-layout .l-image-flex .left {
    width: 80%; }
  .single-blog-post-layout .l-image-flex .right .color-block {
    left: 0px; }
  .single-blog-post-layout .shop-products .single-product {
    width: 48%; }
  .single-blog-post-layout .landscape-image-flex-left .left .color-block {
    min-height: 248px;
    padding: 132px 47px 0 28px; }
  .single-blog-post-layout .column-text {
    -ms-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; }
  .single-blog-post-layout .post-quote h3 {
    font-size: 23px; }
  .single-blog-post-layout .video-wrap iframe {
    width: 100%;
    height: 300px; }
  .single-blog-post-layout .image-quote-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column; }
    .single-blog-post-layout .image-quote-flex-left {
      -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse; 
    }
    .subcategory-list li {
      text-align: center;
    line-height: 1;
    }
    .category-posts {
          margin: 50px auto 56px;
    }
    .category-navigation {
      padding-bottom: 35px;
    }
    .subcategory-list {
          margin: 30px auto 35px;
    }
    .post-list-wrap .single-posty {
      margin-bottom:20px;
    }
    .about-amber {
          margin: 35px auto 0;
    }
    .quote {
          margin: 25px auto 50px;
    }
    .blog-header-wrap {
      margin-bottom: 30px;
    }
    .single-blog-post-layout .wisy-content, .single-blog-post-layout .portrait-flex {
      margin: 0px auto 30px;
    }
    .single-blog-post-layout .shop-products .single-product {
          margin: 0 0 25px;
    }
    .single-blog-post-layout .shop-products {
      margin-bottom:30px;
    }
    .single-blog-post-layout .landscape-image-flex-left {
          margin-bottom: 46px;
    }
    .single-blog-post-layout .column-text {
      margin: 0px auto 30px;
    }
    .single-blog-post-layout .post-quote {
          margin: 0 auto 60px;
    }
    .collapseomatic {
      bottom:-25px;
    }
  .single-blog-post-layout .image-quote-flex .left, .single-blog-post-layout .image-quote-flex-left .right {
    width: 100%; }
  .single-blog-post-layout .image-quote-flex .right, .single-blog-post-layout .image-quote-flex-left .left {
    padding-top: 6%;
    width: 100%;
    margin-bottom: 20px; }
  .recipe .inner .details {
    width: 100%; }
  .single-blog-post-layout .image-text-flex-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column; }
    .single-blog-post-layout .image-text-flex {
       -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    }
  .single-blog-post-layout .image-text-flex-right .left, .single-blog-post-layout .image-text-flex .left, .single-blog-post-layout .image-text-flex-right .right, .single-blog-post-layout .image-text-flex .right {
    width: 100%; }
  .single-blog-post-layout .image-text-flex-right .right h6, .single-blog-post-layout .image-text-flex .left h6 {
    letter-spacing: 0.09rem; }
  .single-blog-post-layout .l-image-flex-left .left .color-block {
    left: 0; }
  .single-blog-post-layout .l-image-flex-left .right {
    width: 100%; }
  #respond form .left {
    width: 100%; }
  #respond form .right {
    width: 100%; } }

@media all and (max-width: 640px) {
  #header-wrapper {
    position: relative;
  }
  #content-wrapper {
    margin-top: 0;
	  padding-top: 117px;
}
  .single-selected .ss-flex #hero-image {
    width: 300px; } 
    .home-sub-menu {
      margin: 15px auto -1px;
    }
    .product-picks h3 {
          margin: -20px auto 35px;
    }
    .instagram-section .titles {
          margin: 40px auto 2px;
    }
    footer {
      padding: 5px 0 20px;
      margin-top: 55px;
    }
    .gen-content {
          margin: 40px auto 60px;
    }
    .gen-content h1.entry-title {
    letter-spacing: -0.05rem;
    margin-bottom: 40px;
    }
    .about-amber .about-right {
        margin: 50px auto 45px;
    padding: 0;
    }
    .about-amber .about-right p{
          line-height: 1.7;
    }
    .quote {
    margin: 25px auto 50px;
    padding: 50px 0 35px;
    }
    .single-blog-post-layout .wisy-content p {
      margin-bottom:25px;
    }
    .single-blog-post-layout .column-text {
      margin: 0px auto 20px;
    }
    .single-blog-post-layout .post-quote {
    margin: 0 auto 40px;
    }
    .single-blog-post-layout .q-a .single-question {
      margin-bottom:10px;
    }
    .single-blog-post-layout .video-wrap {
    margin-bottom: 30px;
    }
    .recipe .inner h3 {
      margin-bottom:20px;
    }
    .recipe {
    padding: 68px 0;
    margin: 0 auto 30px;
    }
    .single-blog-post-layout .image-text-flex-right {
      margin-bottom:25px;
    }
    .single-blog-post-layout .image-text-flex-right a {
      color: #152b52;
    }
    .single-blog-post-layout .image-quote-flex-left, .single-blog-post-layout .image-quote-flex {
      margin-bottom:25px;
    }
    .single-blog-post-layout .image-text-flex {
      margin-bottom: 25px;
    }
    .single-blog-post-layout .l-image-flex-left {
      margin-bottom: 30px;
    }
    .related-posts {
    margin: 15px auto 0;
    background: #f2e9db;
    padding: 5px 0 40px;
    }
    .related-posts h4 {
      padding-top:35px;
    }
    #comments {
      border-top:none;
    }
  }

@media all and (max-width: 500px) {
  .category-navigation {
    margin: 111px auto 0;
}
  .subcategory-list li {
    margin-bottom:15px;
  }
  .category-navigation {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    text-align: center;
  }
  .category-navigation {
    padding-top:25px;
  }
  .pum-theme-8 .pum-container, .pum-theme-default-theme .pum-container {
    top: 185px !important;
    width: 350px!important;
    padding: 0!important;
    left: 0!important;
    right: 0!important;
    margin: auto!important;
}
  .single-blog-post-layout .shop-products .sp-image {
      height: auto;
  }
  .single-blog-post-layout .shop-products .sp-image:after {
    display: none;
  }
  button#responsive-menu-pro-button {
    left: 2% !important; }
  #header-wrapper .header-inner, .home-sub-menu, .category-posts, .instagram-section .titles, .footer-wrapper, .about-amber, .amber-interiors, .post-list-wrap, .container {
    max-width: 90%;
    padding: 0!important; }
  .home-sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px; }
  .home-sub-menu h6 {
    margin-bottom: 5px; }
  .home-slider-wrap .pp-image {
    height: 300px; }
  .home-slider-wrap .slick-next, .home-slider-wrap .slick-prev {
    top: 19.6%; }
  .home-slider-wrap .left h1 {
    max-width: 100%;
    margin: 0 auto 25px; }
  .home-slider-wrap .slick-dots {
    width: 100% !important;
    bottom: -10px; }
  .category-posts {
    margin: 60px auto 56px; }
  .single-selected .ss-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column; }
  .single-selected .ss-flex #hero-image {
    width: 100%; }
  .single-selected .ss-flex .right {
    width: 100%;
    min-height: 225px;
    padding: 5px 20px;
    position: relative; }
  .product-picks {
    max-width: 90%; }
  .about-amber img {
    width: 100%;
    height: 100%;
    margin: 0 auto 0; }
  .about-amber .about-right {
    padding: 0; }
  .quote .inner {
    max-width: 90%;
    margin: 0 auto; }
  .subcategory-list {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .post-list-wrap .single-posty #hero-image {
    height: 205px; }
  .search-results-top #search_form {
    max-width: 250px;
    background-position: 208px 5px; }
  .bhw-one #hero-image-1, .bhw-three #hero-image-1, .bhw-two #hero-image-1 {
    height: 300px; }
  .bhw-one {
    margin-bottom: 170px; }
  .bhw-one .left {
    min-height: 180px;
    position: absolute;
    width: 80%;
    height: auto;
    top: inherit;
    left: 0;
    right: 0;
    padding: 0 0 0 25px;
    margin: auto;
    bottom: -120px; }
  .single-blog-post-layout .wisy-content {
    margin: 0px auto 65px; }
  .single-blog-post-layout .wisy-content p {
    margin-bottom: 28px;
    letter-spacing: 0.03rem; }
  .single-blog-post-layout .l-image-flex .left {
    width: 100%; }
  .single-blog-post-layout .l-image-flex .right {
    padding-left: 70px; }
  .single-blog-post-layout .l-image-flex .right .color-block {
    left: 0px;
    padding: 125px 0 26px 25px;
    width: 80%; }
  .single-blog-post-layout .l-image-flex {
    margin-bottom: 180px; }
  .single-blog-post-layout .landscape-image-flex-left .left .color-block {
    min-height: 248px;
    height: auto;
    padding: 91px 47px 19px 28px; }
  .single-blog-post-layout .landscape-image-flex-left .left {
    bottom: -46px; }
  .single-blog-post-layout .portrait-flex img {
    width: 100%;
    height: 100%;
    margin-bottom: 20px; }
  .single-blog-post-layout .portrait-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column; }
  .single-blog-post-layout .q-a .single-question .left {
    width: 50px; }
  .single-blog-post-layout .q-a .single-question h6 {
    margin-bottom: 25px; }
  .recipe .inner img {
    width: 100%; }
  .single-blog-post-layout .l-image-flex-left .left img {
    width: 100%; }
  .single-blog-post-layout .l-image-flex-left .left .color-block {
    left: 0;
    width: 100%;
    padding: 82px 10% 26px;
    top: inherit;
    bottom: auto;
	position:relative;}
  .single-blog-post-layout .l-image-flex-left .left {
    width: 100%;
    margin: 0 auto 20px; }
  .single-blog-post-layout .l-image-flex-left .right {
		margin-top:20px; }
  .single-blog-post-layout img.full-width {
    margin: 20px auto 25px; }
  .single-blog-post-layout .portrait-flex-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column; }
  .single-blog-post-layout .portrait-flex-text .left, .single-blog-post-layout .portrait-flex-text .right {
    width: 100%; }
  .related-posts .hero-image-rp {
    height: 225px;
    width: 100%; }
  .related-posts .slick-next {
    right: -25px;
    top: 34%; }
  .related-posts .slick-prev {
    top: 34%;
    left: -25px; } }
@media all and (max-width:450px){
  #header-wrapper .header-inner, .home-sub-menu, .category-posts, .instagram-section .titles, .footer-wrapper, .about-amber, .amber-interiors, .post-list-wrap, .container {
      max-width: 95%;
      padding: 0;
  }
  .single-blog-post-layout .l-image-flex .right .color-block {
    top: 250px;
  }
  .header-logo {
    width: 200px;
    padding-right: 0;
  }
  .home-sub-menu {
        margin-top: 5px;
    margin-bottom: 20px;
  }
  .about-amber {
    margin: 5px auto 0;
  }
  .quote {
        margin: 25px auto 30px;
  }
  .category-posts {
    margin: 30px auto 56px;
  }
  .product-picks h3 {
    margin: -30px auto 25px;
  }
  .instagram-section .titles {
    margin: 15px auto 2px;
  }
  .footer-wrapper {
        margin: 40px auto 0;
  }
  .single-blog-post-layout .wisy-content {
    margin: 0px auto 35px;
  }
  .single-blog-post-layout .landscape-image-flex-left .left .color-block {
    min-height: 190px;
    height: auto;
    padding: 51px 47px 19px 28px;
}
.single-blog-post-layout .landscape-image-flex-left .left {
    bottom: -10px;
}
}