/******************************************************************
Site Name: Monika Hibbs
Author: Ashley & Malone

Stylesheet: Main Stylesheet
******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

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

h2 {
    font-family: "DomaineDisplay-Regular";
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.02rem;
    line-height: 1.35;
}


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

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small, .small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

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

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}

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

.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
@font-face {
  font-family: 'Lato Light';
  src: url("../fonts/Lato-Light.eot");
  src: url("../fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Lato Bold';
  src: url("../fonts/Lato-Bold.eot");
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:  'DomaineDisplay-Regular';
  src: url('../fonts/BodoniSvtyTwoITCTT-Book.eot');
  src: url('../fonts/BodoniSvtyTwoITCTT-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BodoniSvtyTwoITCTT-Book.woff') format('woff'),
    url('../fonts/BodoniSvtyTwoITCTT-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/**typography**/
@font-face {
  font-family: 'DomaineDisplay-Regular';
  src: url('../fonts/DomaineDisplay-Regular.eot');
  src: url('../fonts/DomaineDisplay-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/DomaineDisplay-Regular.svg#DomaineDisplay-Regular') format('svg'),
       url('../fonts/DomaineDisplay-Regular.ttf') format('truetype'),
       url('../fonts/DomaineDisplay-Regular.woff') format('woff'),
       url('../fonts/DomaineDisplay-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: break-none;
  word-break: break-none;
  word-wrap: break-none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}

/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.blue-btn {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}

.blue-btn:hover, .blue-btn:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}

.blue-btn:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn {
  background-color: #2980b9;
}

.blue-btn:hover, .blue-btn:focus {
  background-color: #2574a8;
}

.blue-btn:active {
  background-color: #2472a4;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #5c6b80;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #eaedf2;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}

input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: #f7f8fa;
  outline: none;
}

input[type="text"].error, input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}

input[type="text"].success, input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}

input[type="text"][disabled], input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}

input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
input[type="password"][disabled]:focus,
input[type="password"][disabled]:active,
input[type="password"].is-disabled:focus,
input[type="password"].is-disabled:active,
input[type="datetime"][disabled]:focus,
input[type="datetime"][disabled]:active,
input[type="datetime"].is-disabled:focus,
input[type="datetime"].is-disabled:active,
input[type="datetime-local"][disabled]:focus,
input[type="datetime-local"][disabled]:active,
input[type="datetime-local"].is-disabled:focus,
input[type="datetime-local"].is-disabled:active,
input[type="date"][disabled]:focus,
input[type="date"][disabled]:active,
input[type="date"].is-disabled:focus,
input[type="date"].is-disabled:active,
input[type="month"][disabled]:focus,
input[type="month"][disabled]:active,
input[type="month"].is-disabled:focus,
input[type="month"].is-disabled:active,
input[type="time"][disabled]:focus,
input[type="time"][disabled]:active,
input[type="time"].is-disabled:focus,
input[type="time"].is-disabled:active,
input[type="week"][disabled]:focus,
input[type="week"][disabled]:active,
input[type="week"].is-disabled:focus,
input[type="week"].is-disabled:active,
input[type="number"][disabled]:focus,
input[type="number"][disabled]:active,
input[type="number"].is-disabled:focus,
input[type="number"].is-disabled:active,
input[type="email"][disabled]:focus,
input[type="email"][disabled]:active,
input[type="email"].is-disabled:focus,
input[type="email"].is-disabled:active,
input[type="url"][disabled]:focus,
input[type="url"][disabled]:active,
input[type="url"].is-disabled:focus,
input[type="url"].is-disabled:active,
input[type="search"][disabled]:focus,
input[type="search"][disabled]:active,
input[type="search"].is-disabled:focus,
input[type="search"].is-disabled:active,
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input[type="tel"].is-disabled:focus,
input[type="tel"].is-disabled:active,
input[type="color"][disabled]:focus,
input[type="color"][disabled]:active,
input[type="color"].is-disabled:focus,
input[type="color"].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

input[type="password"] {
  letter-spacing: 0.3em;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name: Monika Hibbs
Author: Ashley & Malone

Stylesheet: Base Stylesheet
******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-size: 100%;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#container {
  width: 1300px;
  margin: 0 auto 0;
  position: relative;
}

.page-template-page-signup #container {
  width: 100%;
}

.shopmh a{
  background-color:#d6d0cc;
  text-align: center;
  display: block;
  padding: 15px 35px;
  box-sizing:border-box;
  text-align:center;
      font-family: "Lato";
    text-transform: uppercase;
    text-decoration: none;
    color: #4d4c4e;
    font-size: 12px;
    letter-spacing: 0.15rem;
    transition: all 0.5s;
    font-weight: 900;
}

.social-list {
  position: fixed;
  left: 4%;
  text-align: Center;
  margin-top: 0px;
  display: block;
}

.upper-header .social-list, .socialblock .social-list{
  position: relative;
  left:auto;
  display: block;
      margin-top: 55px;
}

.socialblock .social-list{
margin-top:5px;
margin-bottom:0;
  }

.upper-header .social-list li, .socialblock .social-list li{
    padding: 0 10px;
    display: inline-block;
  }

.social-list a {
  color: #4d4c4e;
  transition: all 0.5s;
  font-size: 12px;
  line-height: 3.2;
}
.social-list a:hover {
  color: #e9d4c7;
}

.d-5of7 {
  float: none;
  width: 100%;
  padding: 0;
}

/*********************
HEADER STYLES
*********************/
.shiftnav .shiftnav-submenu-activation i.fa {
  color: #83888C;
}
.header {
  width:100%;
  margin: auto;
}

.header .upper-header {
width: 100%;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    /* margin-bottom: 20px; */
    max-width: 1150px;
    margin: auto;
    justify-content: space-between;
}

.header .upper-header .left {
  width: 33.3%;
  position: relative;
  height:210px;
}

.header .upper-header .left img {
    margin-left: 58px;
  width: 750px;
}

.header .upper-header .home-logo {
  width: 33.3%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.top-logo{
  position: relative;
  width: 100%;
  height: auto;
  max-width:330px;
  margin:auto;
}



.top-logo img{
  display: block;
  margin: 50px auto;
  position: relative;
  width: 100%;
  max-width: 330px;
  height: auto;
}

.header .upper-header .home-logo img {
    position: absolute;
    top: 50px;
    z-index: 9;
    width: 300px;
}

.header .upper-header .right {
  width: 33.3%;
  position: relative;
  overflow: hidden;
  height: 210px;
}

.header .upper-header .right img {
  position: absolute;
  right: -41px;
   width: 690px;
}

.header .lower-header {
 /* width: 1200px; */
  margin: 0px auto 30px;
}

.header .lower-header nav {
  border-top: thin solid #EEE8E1;
  border-bottom: thin solid #EEE8E1;
}

.header .lower-header nav ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 12px auto;
  width: 980px;
  position: relative;
}

.book-callout, .page-template-page-book .book-callout{
	display: none;
}

.home .book-callout{
	display: block;
}

.header .lower-header nav ul li {
  margin: 0 8px -19px;
  position: relative;
  height: 43px;
}

.header .lower-header nav ul li a {
  font-family: "Lato Light";
  text-transform: uppercase;
  text-decoration: none;
  color: #4d4c4e;
  /*font-size: 12.4px;*/
  font-size: 11px;
  letter-spacing: 0.15rem;
  /*letter-spacing: 0.17rem;*/
  transition: all 0.5s;
  font-weight: 900;
}


.header .lower-header nav ul li a:hover {
  color: #e9d4c7;
}

.header .lower-header nav .sub-menu {
  position: absolute;
  width: 450px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  height: 195px;
  padding-top: 15px;
  background: white;
  z-index: 999;
/*  border: thin solid #EEE8E1;*/
  left: -165px;
  padding-bottom: 40px;
  display: none;
}

.header .lower-header nav .sub-menu li {
  margin: 18px 25px 0px;
  height: auto;
}

.header .lower-header nav .sub-menu li img {
  width: 225px;
  height: auto;
}

.header .lower-header nav .sub-menu li a {
  font-size: 0.65rem;
  letter-spacing: 0.1rem;
}

.header .lower-header nav .sub-menu li:last-child {
  position: absolute;
  top: 0;
  right: 0;
}

.menu-item-12944 .sub-menu {
  width: 515px!important;
}

.menu-item-12944 .sub-menu li {
  margin: 18px 25px -10px;
}

.hidden-nav {
  width: 100%;
  margin: 0;
  position: fixed;
  z-index: 99999;
  background: white;
  display: none;
  border-bottom: thin solid #EEE8E1;
}

.hidden-nav .left img {
    width: 100%;
    max-width: 45px;
    height: auto;
}

.hidden-nav #searchform div, .upper-header #searchform div{
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  margin-top: 5px;
}

.hidden-nav #searchform label, .upper-header #searchform label{
  color: #6c7277;
  text-decoration: none;
  font-family: "Lato";
  text-transform: uppercase;
  line-height: 2.5;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  float: left;
  margin: 0 5px 0 0;
  padding-top: 6px;
}


.hidden-nav #searchform button, .hidden-nav #searchform html input[type="button"], .hidden-nav #searchform input[type="reset"], .hidden-nav #searchform input[type="submit"], .upper-header #searchform button, .upper-header #searchform html input[type="button"], .upper-header #searchform input[type="reset"], .upper-header #searchform input[type="submit"] {
  display: none;
}

.hidden-nav #searchform input[type="text"], .hidden-nav #searchform input[type="password"], .hidden-nav #searchform input[type="datetime"], .hidden-nav #searchform input[type="datetime-local"], .hidden-nav #searchform input[type="date"], .hidden-nav #searchform input[type="month"], .hidden-nav #searchform input[type="time"], .hidden-nav #searchform input[type="week"], .hidden-nav #searchform input[type="number"], .hidden-nav #searchform input[type="email"], .hidden-nav #searchform input[type="url"], .hidden-nav #searchform input[type="search"], .hidden-nav #searchform input[type="tel"], .hidden-nav #searchform input[type="color"], .hidden-nav #searchform select, .hidden-nav #searchform textarea, .hidden-nav #searchform .field {
  -webkit-appearance: none; -moz-appearance: none;
  width: 85px;
  background: white;
  border-bottom: 1px solid #8B9094;
  border-radius: 0;
  height: 25px;
}
.upper-header #searchform input[type="text"], .upper-header #searchform input[type="password"], .upper-header #searchform input[type="datetime"], .upper-header #searchform input[type="datetime-local"], .upper-header #searchform input[type="date"], .upper-header #searchform input[type="month"], .upper-header #searchform input[type="time"], .upper-header #searchform input[type="week"], .upper-header #searchform input[type="number"], .upper-header #searchform input[type="email"], .upper-header #searchform input[type="url"], .upper-header #searchform input[type="search"], .upper-header #searchform input[type="tel"], .upper-header #searchform input[type="color"], .upper-header #searchform select, .upper-header #searchform textarea, .upper-header #searchform .field {
  -webkit-appearance: none; -moz-appearance: none;
  width: 85px;
  background: white;
  border-bottom: 1px solid #8B9094;
  border-radius: 0;
  height: 25px;
}

.hidden-nav nav {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  width: 1100px;
  margin: auto;
}

.hidden-nav nav ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 12px auto;
  width: 880px;
  position: relative;
}

.hidden-nav nav ul li {
  margin: 0 8px;
  position: relative;
  height: 43px;
  margin-bottom: -18px;
}

.hidden-nav nav ul li a {
  font-family: "Lato Light";
  text-transform: uppercase;
  text-decoration: none;
  color: #4d4c4e;
  /*font-size: 12.4px;
  letter-spacing: 0.17rem;*/
  font-size: 10px;
  letter-spacing: 0.15rem;
  transition: all 0.5s;
  font-weight: 900;
}

.hidden-nav nav ul li a:hover {
  color: #e9d4c7;
}

.hidden-nav nav .sub-menu {
  position: absolute;
  width: 450px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  height: 195px;
  padding-top: 15px;
  background: white;
  z-index: 999;
/*  border: thin solid #EEE8E1;*/
  left: -165px;
  padding-bottom: 40px;
  display: none;
  margin-top: 15px;
}

.hidden-nav nav .sub-menu li {
  margin: 18px 25px 0px;
  height: auto;
}

.hidden-nav nav .sub-menu li img {
  width: 225px;
  height: auto;
}

.hidden-nav nav .sub-menu li a {
  font-size: 0.65rem;
  letter-spacing: 0.1rem;
}

.hidden-nav nav .sub-menu li:last-child {
  position: absolute;
  top: 0;
  right: 0;
}

.menu-item-12944 .sub-menu {
  width: 515px;
}

.menu-item-12944 .sub-menu li {
  margin: 18px 25px -10px;
}

.bar-stuck-hide {
  opacity: 0;
}

.bar-stuck {
  display: block;
}
.menu-item-12952 .sub-menu {
  width: 200px!important;
    height: auto!important;
    text-align: center!important;
    line-height: 1.7!important;
    left: -73px!important;
}
.menu-item-12952 li:last-child {
  position: initial!important;
}
.menu-item-12952 li {
    margin: 1px 25px 0px!important;
    height: auto;
}

.menu-item-36828 .sub-menu {
  width: 200px!important;
    height: auto!important;
    text-align: center!important;
    line-height: 1.7!important;
    left: -50px!important;
}
.menu-item-36828 li:last-child {
  position: initial!important;
}
.menu-item-36828 li {
    margin: 1px 25px 0px!important;
    height: auto;
}


/*********************
INDEX STYLES
*********************/


#upper-content .featured-post .catlink{
  display: block;
}

.shopthepost {
    padding-bottom: 25px;
}

#upper-content {
  width: 1150px;
  margin: 43px auto 0;
  position: relative;
}

#upper-content .featured-post .catlink {
  position: absolute;
  left: -94px;
  top: 72px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  font-family: "Lato Light";
  text-transform: uppercase;
  text-decoration: none;
  color: #4d4c4e;
  font-size: 12.8px;
  letter-spacing: 0.22rem;
  font-weight: 900;
  width: 200px;
}

#upper-content .featured-post .up {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}

#upper-content .featured-post .up .l {
  width: 385px;
  height: 250px;
}

#upper-content .featured-post .up .l .exc {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4d4c4e;
  font-size: 13.7px;
  letter-spacing: 0.03rem;
  line-height: 1.65;
  text-align: justify;
  font-style: italic;
  overflow: hidden;
  margin-top: 48px;
  clear: both;
}

#upper-content .featured-post .up .l .exc p {
  margin-top: 7px;
}

#upper-content .featured-post .up .l .d {
  width: 120px;
  float: left;
  color: #4d4c4e
}

#upper-content .featured-post .up .l .d .date-month {
  font-family: "Lato Light";
  text-transform: uppercase;
  text-decoration: none;
  color: #4d4c4e;
  font-size: 11.8px;
  letter-spacing: 0.1rem;
  font-weight: 900;
  margin-right: 5px;
}

#upper-content .featured-post .up .l .d .date-year {
  font-family: "Lato Light";
  text-transform: uppercase;
  text-decoration: none;
  color: #4d4c4e;
  font-size: 11.8px;
  letter-spacing: 0.1rem;
  font-weight: 900;
}

#upper-content .featured-post .up .l .d .date-day {
  font-family: "DomaineDisplay-Regular";
  font-weight: 500;
  letter-spacing: 0.15rem;
  font-size: 60px;
  line-height: 1.2;
}

#upper-content .featured-post .up .l .title-link {
  width: 245px;
  border-left: thin solid #ece6e0;
  float: right;
}

#upper-content .featured-post .up .l .title-link h3 {
  font-family: "DomaineDisplay-Regular";
  color: #4d4c4e;
  font-weight: 200;
  font-size: 1.6rem;
  letter-spacing: 0.01rem;
  text-transform: capitalize;
  text-align: left;
  line-height: 1.3;
  padding-left: 20px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.exc a{display: none;}


#upper-content .featured-post .up .r {
  width: 355px;
}

#upper-content .featured-post .up .r .reward {
  padding: 0 !important;
}

#upper-content .featured-post .up .r .reward h2 {
  font-family: "Lato Light";
  text-transform: uppercase;
  text-decoration: none;
  color: #4d4c4e;
  font-size: 11.8px;
  letter-spacing: 0.1rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: -20px;
  margin-top: -2px;
}

#upper-content .featured-post .mainflex {
  position: relative;
  height: 810px;
  border-bottom: thin solid #EEE8E1;
}

#upper-content .featured-post .mainflex .left {
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.date-year{font-style: italic!important;}

#upper-content .featured-post .mainflex .right {
  position: absolute;
  right: -15px;
  bottom: 110px;
}

#upper-content .featured-post .mainflex .right img {
  border: 17px solid white;
}

#upper-content .featured-post .mainflex .right .r-m {
  position: absolute;
  bottom: -72px;
  text-transform: uppercase;
  text-decoration: none;
  color: #4d4c4e;
  font-family: "Lato Bold";
  font-size: 12px;
  letter-spacing: 0.1rem;
  max-width: 275px;
  width: 100%;
  padding: 22px;
  box-sizing: border-box;
  text-decoration: none;
    background-color: #EEE8E1;
}


#upper-content .featured-post .mainflex .right .r-m a {
  color: #4d4c4e;
  display: block;
  margin: auto;
  text-align: center;
  text-decoration: none;
 
}

#upper-content .featured-post .article-header {
  width: 850px;
  height: auto;
  text-align: center;
  margin-top: -242px;
  position: relative;
  margin-left: 0;
  padding: 17px 25px 17px 48px;
}

#upper-content .featured-post .article-header .white-border {
  border: thin solid white;
  width: 100%;
  height: 100%;
  position: relative;
}

#upper-content .featured-post .article-header .white-border h3 {
  font-family: "DomaineDisplay-Regular";
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 90px;
  text-align: center;
  width: 330px;
  line-height: 1.35;
}

#upper-content .featured-post .title-link {
  text-decoration: none;
  color: #4d4c4e;
}

#main {
  width: 1260px;
  margin: -4px auto 50px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}

.related-gallery{
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  }

#main2 {
    width: 900px;
    margin: 0 auto;
}
#main2 h2 {
  color: #4d4c4e;
    font-family: "DomaineDisplay-Regular";
    font-size: 35px;
    font-weight: 100;
    letter-spacing: 0.05rem;
    margin: 40px auto;
    text-align: center;
}

.blogs {
  width: 780px;
}
.stp-brand {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
  text-transform: uppercase!important;
  text-decoration: none!important;
  color: #4d4c4e!important;
  font-size: 12.5px!important;
  letter-spacing: 0.1rem!important;
}
.stp-product {
  text-decoration:none;
    text-transform: uppercase;
  text-decoration: none;
  color: #4d4c4e;
  font-size: 13.5px;
  letter-spacing: 0.15rem;
}

.blogs .main-category {
  width: 100%;
  border-bottom: thin solid #EEE8E1;
  position: relative;
}

.blogs .main-category a {
  background-color: #EEE8E1;
  text-decoration: none;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #4d4c4e;
  font-size: 13.5px;
  letter-spacing: 0.1rem;
  margin: 0;
  padding: 13px 42px 9px;
  position: absolute;
  bottom: 0;
  text-align: center;
  font-weight: 700;
}

.blogs h2.date {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #4d4c4e;
  font-size: 13.5px;
  letter-spacing: 0.13rem;
  font-weight: 100;
  margin-bottom: 38px;
}

.blogs a.title-link {
  text-decoration: none;
  color: #4d4c4e;
  font-family: "DomaineDisplay-Regular";
}

.blogs a.title-link h3 {
  font-family: "DomaineDisplay-Regular";
 /*font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.05rem;*/
  margin: 25px auto -5px;
      font-size: 30px;
    letter-spacing: 0.1em;
    font-weight: normal;
}

.blogs .excerpt {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4d4c4e;
  margin-bottom: 0px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}

.blogs .excerpt .left {
  width: 548px;
  text-align: justify;
  padding: 0 54px 0 0;
  position: relative;
  margin-top: 20px;
  margin-bottom: 137px;
}

.blogs .excerpt .left .big-cap {
  font-family: "DomaineDisplay-Regular";
  font-size: 99px;
  margin: 0 17px 0 22px;
  border-right: 1px solid #EEE8E1;
  padding-right: 27px;
  font-weight: 100;
  height: 73px;
  line-height: 0.8;
  float: left;
  margin-top: 7px;
}

.blogs .excerpt .left p {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4d4c4e;
  font-size: 15px;
  letter-spacing: 0.01rem;
  line-height: 1.9;
}

.blogs .excerpt .left .excerpt-read-more {
  border-top: thin solid #EEE8E1;
  padding: 12px 0px 0 0px;
  text-transform: uppercase;
  text-decoration: none;
  color: #4d4c4e;
  font-family: "Lato Bold";
  font-size: 14px;
  letter-spacing: 0.1rem;
  margin-top: 75px;
  display: block;
  width: 160px;
}

.blogs .excerpt .right {
  width: 230px;
  padding-top: 0;
  border-left: 1px solid #EEE8E1;
  margin-top: 40px;
  padding-top: 9px;
  height: 215px;
}

.blogs .excerpt .right h5 {
  text-align: center;
  text-transform: uppercase;
  color: #D9D8D6;
  font-size: 11.5px;
  letter-spacing: 0.1rem;
  font-family: "Lato Bold";
margin-bottom: 0;
}

.blogs .feat {
  width: 100%;
  height: 780px;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: all 0.5s;
}

.blogs .feat span {
  color: #D9D8D6;
  text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: white;
  width: 170px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 12px 0;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  top: 0;
  bottom: 0;
  height: 45px;
  opacity: 0;
  text-align: center;
  transition: all 0.5s;
}

.blogs .feat:hover {
  opacity: 0.6;
}

.blogs .feat:hover span {
  opacity: 1;
}

.pagination {
  width: 780px;
  margin-left: 80px;
  margin-top: -100px;
  margin-bottom: 87px;
}

.pagination a {
  text-decoration: none;
  color: #4d4c4e;
  font-family: "DomaineDisplay-Regular";
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.1rem;
}

.pagination .nav-previous {
  float: right;
}

.pagination .nav-previous img {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: -9px;
  margin-left: 12px;
}

.pagination .nav-next img {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: -9px;
  margin-right: 12px;
}
/*
.posts-slider {
  width: 1200px;
    margin: 45px auto 90px;
    padding: 0 28px 30px 0;
    border-bottom: thin solid #EEE8E1;}
    */
    
    .posts-slider {
  width: 1150px;
    margin: 0px auto 90px;
    padding: 0 0px 30px 0;
    border-bottom: thin solid #EEE8E1;}

.posts-slider .slide .link-img {
  width: 360px;
  height: 360px;
  background-size: cover;
  background-position: Center;
}

.posts-slider .slide .rel {
  position: relative;
}

.posts-slider .slide .slide-cat {
  background: white;
  width: 77%;
  margin: -53px 0 0 9%;
  text-align: Center;
  padding: 11px;
  height: 160px;
}

.posts-slider .slide .slide-cat .border {
  border: 1px solid #EEE8E1;
  padding-top: 10px;
  height: 100%;
}

.posts-slider .slide .slide-cat span {
  font-family: "Lato Bold";
  color: #D9D8D6;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.13rem;
}

.posts-slider .slide .slide-cat span:after {
  content: "";
  display: block;
  width: 65px;
  height: 2px;
  background: #EEE8E1;
  margin: 11px auto;
}

.posts-slider .slide a {
  text-decoration: none;
}

.posts-slider .slide h1 {
  text-align: center;
  font-family: "DomaineDisplay-Regular";
  color: #4d4c4e;
  font-weight: 200;
  line-height: 20px;
  font-size: 20px;
  letter-spacing: 0.025em;
  text-transform: capitalize;
}

.posts-slider .owl-item {
  margin: 0 1px;
}

.posts-slider .owl-pagination {
  display: none !important;
}

.insta {
  width: 100%;
  height: 570px;
  background-size: contain;
  padding-top: 65px;
  background-repeat: repeat;
}

.insta .instatitle {
  text-align: right;
  padding: 0 0;
  width: 1150px;
  margin: -21px auto 20px;
}

.insta .instatitle a {
  font-family: "DomaineDisplay-Regular";
  color: #4d4c4e;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.2rem;
}

.insta .instatitle span {
  color: #4d4c4e;
  font-family: "Lato Bold";
  font-size: 0.9rem;
  letter-spacing: 0.15rem;
  margin-left: 3px;
}

.insta .instagram {
  width: 1150px;
  margin: auto;
  background: white;
  padding: 9px 19px;
}

.insta .inner-insta {
  width: 170px;
  height: 170px;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: all 0.5s;
}

.insta .inner-insta .hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #4d4c4e;
  font-family: "Lato Bold";
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  opacity: 0;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.49);
  padding-top: 65px;
}

.insta .inner-insta .hover span {
  font-size: 1.3rem;
  margin: 0 5px 0 -5px;
}

.insta .inner-insta:hover .hover {
  opacity: 1;
}

.insta #instafeed {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}

.insta #instafeed .item {
  margin: 8px 0;
}

/*********************
SIDEBAR STYLES
*********************/
.d-2of7 {
  float: none;
  width: 300px;
}

#sidebar1 {
  margin-top: -44px;
}
#sidebar1 div.wpcf7-mail-sent-ok {
   width: 235px;
    margin: -25px auto 15px;
}

#sidebar1 #widget_sp_image-2 {
  text-align: center;
  border: thin solid #EEE8E1;
  padding: 18px;
}

#sidebar1 #widget_sp_image-2 .widget_sp_image-description {
  margin-top: 28px;
}

#sidebar1 #widget_sp_image-2 .widget_sp_image-description p {
  letter-spacing: 0.023rem;
  line-height: 1.65;
}

#sidebar1 #widget_sp_image-2 .widget_sp_image-description .sidelink {
  text-align: left;
  margin-top: 38px;
  border-top: thin solid #EEE8E1;
  padding: 0;
  width: 150px;
  line-height: 1;
  margin-bottom: 10px;
  transition: all 0.5s;
}
#sidebar1 #widget_sp_image-2 a:hover{
    color:#e9d4c7;
}

#sidebar1 #widget_sp_image-2 p {
  color: #4d4c4e;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 1.05rem;
  letter-spacing: 0.02rem;
}

#sidebar1 #widget_sp_image-2 a {
  color: #4d4c4e;
  text-decoration: none;
  font-family: "Lato Bold";
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1rem;
  line-height: 0;
  transition: all 0.5s;
}

#sidebar1 #nav_menu-2 {
  border: thin solid #EEE8E1;
  margin-top: 20px;
  text-align: center;
  border-bottom: 0;
  padding-top: 33px;
  padding-bottom: 58px;
}

#sidebar1 #nav_menu-2 a {
  color: #4d4c4e;
  text-decoration: none;
  font-family: "Lato";
  text-transform: uppercase;
  line-height: 2.6;
  font-size: 0.82rem;
  letter-spacing: 0.15rem;
  transition: all 0.5s;
}
#sidebar1 #nav_menu-2 a:hover {
  color:#e9d4c7;
}
#sidebar1 #search-3 {
  border: thin solid #EEE8E1;
  border-top: thin solid rgba(237, 231, 224, 0.37);
  margin-top: -18px;
  padding: 12px 0 15px 25px;
}

#sidebar1 #search-3 label {
  color: #4d4c4e;
  text-decoration: none;
  font-family: "Lato";
  text-transform: uppercase;
  line-height: 2.5;
  font-size: 0.82rem;
  letter-spacing: 0.12rem;
  float: left;
  margin: 0 15px 0 0;
  padding-top: 4px;
}

#sidebar1 #search-3 button, #sidebar1 #search-3 html input[type="button"], #sidebar1 #search-3 input[type="reset"], #sidebar1 #search-3 input[type="submit"] {
  display: none;
}

#sidebar1 #search-3 input[type="text"], #sidebar1 #search-3 input[type="password"], #sidebar1 #search-3 input[type="datetime"], #sidebar1 #search-3 input[type="datetime-local"], #sidebar1 #search-3 input[type="date"], #sidebar1 #search-3 input[type="month"], #sidebar1 #search-3 input[type="time"], #sidebar1 #search-3 input[type="week"], #sidebar1 #search-3 input[type="number"], #sidebar1 #search-3 input[type="email"], #sidebar1 #search-3 input[type="url"], #sidebar1 #search-3 input[type="search"], #sidebar1 #search-3 input[type="tel"], #sidebar1 #search-3 input[type="color"], #sidebar1 #search-3 select, #sidebar1 #search-3 textarea, #sidebar1 #search-3 .field {
  width: 138px;
  background: white;
  border-bottom: 1px solid #8B9094;
  border-radius: 0;
  height: 25px;
    -webkit-appearance: none; -moz-appearance: none;
}

#sidebar1 #execphp-2 {
  border: thin solid #EEE8E1;
  margin-top: 22px;
  padding: 20px 15px 20px;
}

#sidebar1 #execphp-2 h4 {
  color: #4d4c4e;
  text-decoration: none;
  font-family: "Lato Bold";
  border-bottom: thin solid #EEE8E1;
  padding-bottom: 10px;
  width: 190px;
  margin-bottom: 17px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1rem;
  line-height: 0;
  padding-bottom: 22px;
}

#sidebar1 #execphp-3 {
  border: thin solid #EEE8E1;
  margin-top: 25px;
  padding: 20px 15px 0px;
}

#sidebar1 #execphp-3 .title {
  color: #4d4c4e;
  text-decoration: none;
  font-family: "Lato Bold";
  border-bottom: thin solid #EEE8E1;
  padding-bottom: 10px;
  width: 190px;
  margin-bottom: 45px;
}

#sidebar1 #execphp-3 .title h1 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1rem;
  float: left;
}

#sidebar1 #execphp-3 .title i {
  margin: 7px 0 0 14px;
  font-size: 1.3rem;
}

#sidebar1 #execphp-3 input[type="text"], #sidebar1 #execphp-3 input[type="password"], #sidebar1 #execphp-3 input[type="datetime"], #sidebar1 #execphp-3 input[type="datetime-local"], #sidebar1 #execphp-3 input[type="date"], #sidebar1 #execphp-3 input[type="month"], #sidebar1 #execphp-3 input[type="time"], #sidebar1 #execphp-3 input[type="week"], #sidebar1 #execphp-3 input[type="number"], #sidebar1 #execphp-3 input[type="email"], #sidebar1 #execphp-3 input[type="url"], #sidebar1 #execphp-3 input[type="search"], #sidebar1 #execphp-3 input[type="tel"], #sidebar1 #execphp-3 input[type="color"], #sidebar1 #execphp-3 select, #sidebar1 #execphp-3 textarea, #sidebar1 #execphp-3 .field {
  font-size: 0.6rem;
  background: white;
  border: 1px solid #A3A7AB;
  border-radius: 0;
  height: 26px;
  padding-top: 3px;
  letter-spacing: 0.1rem;
  margin: -7px 0;
}
#sidebar1 #execphp-3 button, #sidebar1 #execphp-3 html input[type="button"], #sidebar1 #execphp-3 input[type="reset"], #sidebar1 #execphp-3 input[type="submit"] {
  background: #EEE8E1;
  border: none;
  width: 100%;
  height: 31px;
  text-transform: uppercase;
  color: #4d4c4e;
  font-size: 0.65rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  padding-top: 3px;
  margin-bottom: -77px;
  transition: all 0.5s;
}
#sidebar1 #execphp-3 button:hover, #sidebar1 #execphp-3 html input[type="button"]:hover, #sidebar1 #execphp-3 input[type="reset"]:hover, #sidebar1 #execphp-3 input[type="submit"]:hover{
  opacity: 0.5;
}

/*********************
SINGLE POST STYLES
*********************/
.photoMosaic {
  margin-bottom: 10px;
}

.single-post .feat {
  height: auto;
}

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

.single-post .blogs .article-header {
  text-align: center;
  margin-top: -30px;
}

.single-post .blogs a.title-link h3 {
  margin: 25px auto 5px;
}

.single-post .blogs .title-flex {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #4d4c4e;
  font-size: 13.5px;
  letter-spacing: 0.13rem;
  font-weight: 100;
  margin-bottom: 38px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}

.single-post .blogs .title-flex a {
  color: #4d4c4e;
  text-decoration: none;
}

.single-post .blogs .title-flex span {
  margin: 0 10px;
}

.single-post .blogs h2.date {
  margin-bottom: 0;
  margin-top: 0;
}

.single-post #main {
  margin: 44px auto 50px;
}

.single-post #sidebar1 {
  margin-top: -3px;
  margin-right: -14px;
}

.single-post .body-copy {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4d4c4e;
  margin-bottom: 100px;
  text-align: justify;
  position: relative;
  margin-top: 38px;
  text-align: center;
}

.single-post .body-copy img {
  width: 100%;
  height: auto;
}

.single-post .body-copy p {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4d4c4e;
  font-size: 14.5px;
  letter-spacing: 0.0rem;
  line-height: 1.9;
  text-align: justify;
}

.single-post .body-copy p a {
  color: #909090;
  text-decoration: none;
}

.single-post .body-copy p:first-of-type::first-letter {
  font-family: "DomaineDisplay-Regular";
  font-size: 99px;
  margin: 0 17px 0 22px;
  border-right: 1px solid rgba(237, 231, 225, 0.71);
  padding-right: 27px;
  font-weight: 100;
  height: 73px;
  line-height: 0.8;
  float: left;
  margin-top: 7px;
}

.single-post .body-copy li {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4d4c4e;
  font-size: 15px;
  letter-spacing: 0.01rem;
  font-weight: 400;
  line-height: 1.9;
  text-align: left;
}

.single-post .signature {
  width: 120px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 40px;
}

.single-post .reward .post-title {
  width: 100%;
  border-bottom: thin solid #EEE8E1;
  position: relative;
    margin: -40px auto 35px;
}

.single-post .reward .post-title h2 {
  background-color: #EEE8E1;
  text-decoration: none;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #4d4c4e;
  font-size: 13.2px;
  letter-spacing: 0.17rem;
  margin: 0;
  padding: 13px 42px 9px;
  position: absolute;
  bottom: 0;
  text-align: center;
  font-weight: 700;
}
/*
.single-post .shorter {
  height: 450px;
}
*/
.single-post .blog-footer .blog-bar {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
      margin-top: 20px;
}

.single-post .blog-footer .blog-bar a.commenting {
  color: #4d4c4e;
  text-decoration: none;
  font-family: "Lato Bold";
  border-top: thin solid #EEE8E1;
  margin-bottom: 45px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1rem;
  line-height: 0;
  padding-top: 22px;
}

.single-post .blog-footer .blog-bar .sharer {
  color: #4d4c4e;
  text-decoration: none;
  font-family: "Lato Bold";
  border-top: thin solid #EEE8E1;
  margin-bottom: 45px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1rem;
  line-height: 0;
  padding-top: 16px;
}

.single-post .blog-footer .blog-bar .sharer .share {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 170px;
}

.single-post .blog-footer .blog-bar .sharer .share a {
  color: #4d4c4e;
  font-size: 18px;
}

.single-post .blog-footer .blog-bar .sharer .share p {
  margin-top: 7px;
}

.single-post .blog-footer .hider1 {
  display: none;
}

.single-post .blog-footer .showme1 {
  display: block;
}

.single-post .pagination2 {
  margin-top: 25px;
}

.single-post .pagination2 h2 {
  display: none;
}

.single-post .pagination2 .nav-links {
  border-top: thin solid #EEE8E1;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-top: 45px;
}

.single-post .pagination2 .nav-links img {
  width: 175px;
  height: 175px;
}

.single-post .pagination2 .nav-links span {
  color: #4d4c4e;
  text-decoration: none;
  font-family: "Lato Bold";
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1rem;
  padding-top: 50px;
}

.single-post .pagination2 .nav-links a {
  text-decoration: none;
}

.single-post .pagination2 .nav-links .smtxt {
  color: #4d4c4e;
  font-size: 11px;
  letter-spacing: 0.1rem;
  font-weight: 800;
}

.single-post .pagination2 .nav-links .nav-previous {
  width: 50%;
  border-right: thin solid #EEE8E2;
}

.single-post .pagination2 .nav-links .nav-previous img {
  margin-right: 20px;
}

.single-post .pagination2 .nav-links .nav-previous a {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.single-post .pagination2 .nav-links .nav-previous span {
  width: 160px;
}

.single-post .pagination2 .nav-links .nav-next {
  width: 50%;
}

.single-post .pagination2 .nav-links .nav-next span {
  text-align: right;
  width: 160px;
}

.single-post .pagination2 .nav-links .nav-next img {
  margin-left: 20px;
}

.single-post .pagination2 .nav-links .nav-next a {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.may-like {
  width: 1150px;
  margin: 140px auto 50px;
}

.may-like .tag {
  width: 100%;
  border-bottom: thin solid #EEE8E1;
  position: relative;
  margin-bottom: 35px;
}

.may-like .tag h4 {
  background-color: #EEE8E1;
  text-decoration: none;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #4d4c4e;
  font-size: 13.5px;
  letter-spacing: 0.2rem;
  margin: 0;
  padding: 13px 42px 9px;
  position: absolute;
  bottom: 0;
  text-align: center;
  font-weight: 700;
}

.may-like h3 {
  display: none;
}

.may-like #gallery-1 {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  text-align: Center;
}

.may-like #gallery-1 .gallery-item img {
  width: 365px;
  height: 480px;
  transition: all 0.5s;
}

.may-like #gallery-1 .gallery-item .gallery-icon {
  position: relative;
}

.may-like #gallery-1 .gallery-item .gallery-icon:after {
  content: "READ MORE";
  color: #D9D8D6;
  text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: white;
  width: 170px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 12px 0;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  top: 0;
  bottom: 0;
  height: 22px;
  transition: all 0.5s;
  opacity: 0;
}

.may-like #gallery-1 .gallery-item:hover .gallery-icon:after {
  opacity: 1;
}

.may-like #gallery-1 .gallery-item:hover img {
  opacity: 0.7;
}

.may-like .gallery-caption {
  font-family: "DomaineDisplay-Regular";
  color: #4d4c4e;
  font-size: 1.3rem;
  padding: 16px 50px;
  width: 360px;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center;
  margin:auto;
}

/*********************
ARCHIVE and SEARCH STYLES
*********************/
.archive #main, .search #main {
  margin: 35px auto 50px;
}

.archive .blogs, .search .blogs {
  width: 1140px;
  margin-top: 45px;
}

.archive .blogs .feat, .search .blogs .feat {
  width: 365px;
  height: 480px;
  position: relative;
  transition: all 0.5s;
}

.archive .blogs .feat p, .search .blogs .feat p {
  color: #D9D8D6;
  text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: white;
  width: 170px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 12px 0;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  top: 0;
  bottom: 0;
  height: 45px;
  opacity: 0;
  transition: all 0.5s;
}

.archive .blogs .feat:hover, .search .blogs .feat:hover {
  opacity: 0.8;
}

.archive .blogs .feat:hover p, .search .blogs .feat:hover p {
  opacity: 1;
}

.archive .blogs, .search .blogs {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  position: relative;
}

.archive .single-blog, .search .single-blog {
  width: 360px;
  text-align: center;
  border-bottom: thin solid #EEE8E1;
  height: 598px;
  margin-bottom: 52px;
  margin-right:28px;
}

.archive .single-blog:nth-of-type(3n), .search .single-blog:nth-of-type(3n) {
margin-right:0;
}

.archive .blogs h3, .search .blogs h3 {
  font-family: "DomaineDisplay-Regular";
  font-weight: 500;
  letter-spacing: 0.02rem;
  margin: 20px auto -5px;
  font-size: 1.5rem;
      padding: 0 10px;
}

.archive .blogs a, .search .blogs a {
  text-decoration: none;
  color: #4d4c4e;
  font-family: "DomaineDisplay-Regular";
}



.archive .cat-tag, .search .cat-tag {
  width: 100%;
  border-bottom: thin solid #EEE8E1;
  margin-bottom: 52px;
  height: 46px;
}

.archive .cat-tag p, .search .cat-tag p {
  background-color: #EEE8E1;
  text-decoration: none;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #4d4c4e;
  font-size: 13.5px;
  letter-spacing: 0.1rem;
  margin: 0;
  padding: 14px 42px 9px;
  text-align: center;
  font-weight: 700;
  width: 202px;
}

.search .cat-tag p {
  width: 400px;
  margin-top: 1px;
}

.search .pagination {
  width: 1140px;
  margin-left: 80px;
  margin-top: -37px;
  margin-bottom: 87px;
}

.archive .pagination {
  width: 1140px;
  margin-left: 80px;
  margin-top: 0px;
  margin-bottom: 87px;
}

.shop-cat {
  width: 1140px;
  margin: 145px auto 45px;
}

.shop-cat .tag {
  width: 100%;
  border-bottom: thin solid #EEE8E1;
  position: relative;
  margin-bottom: 35px;
}

.shop-cat .tag h4 {
  background-color: #EEE8E1;
  text-decoration: none;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #4d4c4e;
  font-size: 13.5px;
  letter-spacing: 0.15rem;
  margin: 0;
  padding: 13px 42px 9px;
  position: absolute;
  bottom: 0;
  text-align: center;
  font-weight: 700;
}

/*********************
PAGE STYLES
*********************/
.right .inner {
  width: 310px;
  height: 450px;
  background-size: cover;
  background-position: center;
  border: 17px solid white;
}

/*********************
ABOUT STYLES
*********************/
.page-id-12919 h4 {
  text-align: center;
  color: #4d4c4e;
  font-family: "DomaineDisplay-Regular";
  font-size: 25px;
  font-weight: 100;
  letter-spacing: 0.05rem;
  margin: 50px auto 20px;
}
.page-id-12919 .connect{
  margin: 16px auto 46px!important;
  width: 800px;
}
.page-id-12919 .connect p{
  margin-top: 20px!important;
}
.page-id-6020 #upper-content .featured-post .article-header .white-border h3 {
  font-family: "DomaineDisplay-Regular";
  font-size: 29px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 39px;
  text-align: center;
  width: 330px;
  line-height: 1.35;
}
.page-id-6026 #upper-content .featured-post .article-header .white-border h3 {
  height: 45px;
}
.page-id-6020 .entry-content, .page-id-6026 .entry-content, .page-id-12919 .entry-content  {
  width: 1150px;
}

.page-id-6020 .monika, .page-id-6026 .monika, .page-id-12919 .monika {
  width: 1000px;
  margin: 117px auto;
  text-align: center;
}

.page-id-6020 .monika .member-image, .page-id-6026 .monika .member-image, .page-id-12919 .monika .member-image {
  width: 100%;
  height: 665px;
  background-size: cover;
  background-position: center;
}

.page-id-6020 .monika .member h2, .page-id-6026 .monika .member h2, .page-id-12919 .monika .member h2 {
  margin: 5px auto 55px;
}

.page-id-6020 .monika .about, .page-id-6026 .monika .about, .page-id-12919 .monika .about {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4d4c4e;
  text-align: justify;
  width: 600px;
  margin: 50px auto;
}

.page-id-6020 .monika .about ::first-letter, .page-id-6026 .monika .about ::first-letter, .page-id-12919 .monika .about ::first-letter {
  font-family: "DomaineDisplay-Regular";
  font-size: 99px;
  margin: 0 17px 0 0px;
  border-right: 1px solid rgba(237, 231, 225, 0.71);
  padding-right: 27px;
  font-weight: 100;
  height: 73px;
  line-height: 0.8;
  float: left;
  margin-top: 7px;
}

.page-id-6020 .monika .about p, .page-id-6026 .monika .about p, .page-id-12919 .monika .about p {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4d4c4e;
  font-size: 16px;
  letter-spacing: 0.01rem;
  font-weight: 600;
  line-height: 1.9;
}

.page-id-6020 .tab, .page-id-6026 .tab, .page-id-12919 .tab {
  width: 100%;
  border-bottom: thin solid #EEE8E1;
  position: relative;
  margin: 141px auto 58px;
}

.page-id-6020 .tab h4, .page-id-6026 .tab h4 .page-id-12919 .tab h4 {
  background-color: #EEE8E1;
  text-decoration: none;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #4d4c4e;
  font-size: 13.5px;
  letter-spacing: 0.1rem;
  margin: 0;
  padding: 13px 42px 9px;
  position: absolute;
  bottom: 0;
  text-align: center;
  font-weight: 700;
}

.page-id-6020 .member h1, .page-id-6026 .member h1, .page-id-12919 .member h1 {
  color: #4d4c4e;
  font-family: "DomaineDisplay-Regular";
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 0.05rem;
  margin: 0;
  text-align: center;
}

.page-id-6020 .member h2, .page-id-6026 .member h2, .page-id-12919 .member h2 {
  color: #4d4c4e;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13.7px;
  letter-spacing: 0.15rem;
  font-weight: 100;
  margin: 5px auto 5px;
  text-align: center;
}

.page-id-6020 .member .about, .page-id-6026 .member .about, .page-id-12919 .member .about {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4d4c4e;
  margin-bottom: 100px;
  text-align: justify;
}

.page-id-6020 .member .about p, .page-id-6026 .member .about p, .page-id-12919 .member .about p {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4d4c4e;
  font-size: 15px;
  letter-spacing: 0.015rem;
  font-weight: 100;
  line-height: 1.9;
}

.page-id-6020 .team .member, .page-id-6026 .team .member {
  width: 800px;
  margin: 0 auto 60px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}

.page-id-6020 .team .member .left, .page-id-6026 .team .member .left {
  width: 285px;
}

.page-id-6020 .team .member .right, .page-id-6026 .team .member .right {
  width: 486px;
  padding-top: 20px;
}

.page-id-6020 .team .member:nth-child(even), .page-id-6026 .team .member:nth-child(even) {
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}

.page-id-6020 .team .member-image, .page-id-6026 .team .member-image {
  width: 275px;
  height: 388px;
  background-size: cover;
  background-position: center;
}

.page-id-6020 .connect, .page-id-6026 .connect, .page-id-12919 .connect {
  margin: 116px auto 46px;
}

.page-id-6020 .connect a, .page-id-6026 .connect a , .page-id-12919 .connect a{
  color: #4d4c4e;
  text-decoration: none;
  font-family: "DomaineDisplay-Regular";
  font-size: 35px;
  letter-spacing: 0.05rem;
  transition: all 0.5s;
  text-transform: lowercase;
}
.page-id-6020 .connect a:hover, .page-id-6026 .connect a:hover, .page-id-12919 .connect a:hover{
    color: #e9d4c7;
}

.page-id-6020 .connect p, .page-id-6026 .connect p{
  color: #4d4c4e;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13.5px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-top: -8px;
}
.page-id-12919 .connect p {
  color: #4d4c4e;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13.5px;
  padding: 0 30px;
  letter-spacing: 0.1rem;
  margin-top: -8px;
}

.page-id-6026 #upper-content .featured-post .article-header .white-border h3. .page-id-12919 #upper-content .featured-post .article-header .white-border h3 {
  height: 50px;
}

/*********************
PRESS STYLES
*********************/
.page-id-6024 #upper-content .featured-post .article-header .white-border h3 {
  font-size: 28.5px;
  letter-spacing: 0.05rem;
  height: 43px;
}

.page-id-6024 #upper-content .featured-post .mainflex .right {
  bottom: 48px;
}

.page-id-6024 #upper-content .featured-post .mainflex {
  border-bottom: none;
}

.page-id-6024 .entry-content {
  width: 800px;
  padding-right: 50px;
}

.page-id-6024 #main {
  padding-left: 5px;
  margin: 154px auto 50px;
}

.page-id-6024 .tab {
  width: 100%;
  border-bottom: thin solid #EEE8E1;
  position: relative;
}

.page-id-6024 .tab h4 {
  background-color: #EEE8E1;
  text-decoration: none;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #4d4c4e;
  font-size: 13.5px;
  letter-spacing: 0.15rem;
  margin: 0;
  padding: 13px 51px 9px;
  position: absolute;
  bottom: 0;
  text-align: center;
  font-weight: 700;
}

.page-id-6024 .press .item {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 45px 0;
}

.page-id-6024 .press .item .left {
  width: 430px;
  border-right: 1px solid #EEE8E1;
}

.page-id-6024 .press .item .left .press-image {
  width: 300px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page-id-6024 .press .item .right:before {
  content: "find out more";
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #4d4c4e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.page-id-6024 .press .item .right {
  width: 450px;
  padding: 10px 0 10px 80px;
}

.page-id-6024 .press .item .right a {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #4d4c4e;
  text-decoration: none;
  font-size: 13.2px;
  letter-spacing: 0.15rem;
  font-weight: 600;
  transition: all 0.5s;
}
.page-id-6024 .press .item .right a:hover{
      color: #e9d4c7;
}

.page-id-6024 .press .item .right .link-img {
  width: 98px;
  height: 133px;
  background-size: cover;
  background-position: center;
  margin: 0 0 5px 0;
}

.page-id-6024 .press .item .right .p {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  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-top: 15px;
}

.print {
  margin-top: 145px;
}

.tv {
  margin-top: 150px;
}

/*********************
MH HOUSE PLANS PAGES
*********************/
 .page-id-35909 .houseplans h1, .page-id-35624 .houseplans h1, .page-id-35626 .houseplans h1 {
  color: #4d4c4e;
  font-family: "DomaineDisplay-Regular";
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 0.05rem;
  margin: 0;
  text-align: center;
 }

.page-id-35909 .houseplans h2, .page-id-35624 .houseplans h2, .page-id-35626 .houseplans h2 {
  color: #4d4c4e;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13.7px;
  letter-spacing: 0.15rem;
  font-weight: 100;
  margin: 5px auto 40px;
  text-align: center;
  border-bottom: thin solid #EEE8E1;
  padding-bottom: 13px;
}

.page-id-35624 .houseplans h3, .page-id-35626 .houseplans h3 {
  color: #4d4c4e;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13.7px;
  letter-spacing: 0.15rem;
  font-weight: 100;
  margin: 5px auto 5px;
 }

.page-id-35624 .details, .page-id-35626 .details  {
  width: 800px;
  margin: 0 auto;
}

.page-id-35624 .plans-image, .page-id-35626 .plans-image {
  width: 100%;
  height: 767px;
  background-size: cover;
  background-position: center;
  margin: 0 auto 50px;
}

.page-id-35624 .blueprints-image, .page-id-35626 .blueprints-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  margin: 20px auto 20px;
}

.page-id-35909 .houseplans, .page-id-35624 .houseplans, .page-id-35626 .houseplans {
  width: 1150px;
}

.page-id-35909 .houseplans p, .page-id-35624 .houseplans p, .page-id-35626 .houseplans p {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4d4c4e;
  font-size: 15px;
  letter-spacing: 0.015rem;
  font-weight: 100;
  line-height: 1.9;
}

.page-id-35624 .purchase p, .page-id-35626 .purchase p, .page-id-35624 .purchase h3, .page-id-35626 .purchase h3{
  color: #4d4c4e;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.15rem;
  font-weight: 100;
   margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.page-id-35909 .tab, .page-id-35624 .tab, .page-id-35626 .tab {
    width: 100%;
    border-bottom: thin solid #EEE8E1;
    position: relative;
    margin: 100px auto 30px;
}
.page-id-35909 .tab h4, .page-id-35624 .tab h4, .page-id-35626 .tab h4 {
    background-color: #EEE8E1;
    text-decoration: none;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #4d4c4e;
    font-size: 13.5px;
    letter-spacing: 0.1rem;
    margin: 0;
    padding: 13px 42px 9px;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-weight: 700;
}

.page-id-35909 .button {
text-transform: uppercase; 
text-decoration: none; 
text-align: center; 
color: #4d4c4e; 
font-family: 'Lato Bold'; 
font-size: 14px; 
letter-spacing: 0.1rem; 
max-width: 300px; 
width: 100%; 
margin-top: 5px;
margin-bottom: 20px;
padding: 22px; 
box-sizing: border-box; 
background-color: #EEE8E1;
}

.page-id-35626 .button, .page-id-35624 .button {
  text-transform: uppercase; 
  text-decoration: none; 
  text-align: center; 
  color: #4d4c4e; 
  font-family: 'Lato Bold'; 
  font-size: 14px; 
  letter-spacing: 0.1rem; 
  max-width: 300px; 
  width: 100%;
  margin: 5px auto 5px; 
  padding: 18px; 
  box-sizing: border-box; 
  background-color: #EEE8E1;
}

.plans-container
{
  text-align: center;
  padding: 15px;  
}

.page-id-35909 .left-div {
  display: inline-block;
  max-width: 300px;
  text-align: left;
  border-radius: 3px;
  margin: 5px;
  vertical-align: top;
}

.page-id-35909 .right-div
{
  display: inline-block;
  max-width: 300px;
  text-align: left;
  border-radius: 3px;
  margin: 5px;
}

.page-id-35624 .left-div, .page-id-35626 .left-div {
  display: inline-block;
  width: 380px;
  text-align: left;
  border-radius: 3px;
  margin: 5px;
  vertical-align: top;
}

.page-id-35624 .right-div, .page-id-35626 .right-div
{
  display: inline-block;
  width: 380px;
  text-align: left;
  border-radius: 3px;
  margin: 5px;
}

.page-id-35909 a, .page-id-35624 a, .page-id-35626 a {
  color: #909090;
  text-decoration: none;
 }

 .page-id-35352 a {
  text-decoration: none;
  color: #909090;
 }


.topbar{
  background-color: #eee8e1;
  padding: 0;
  box-sizing:boredr-box;
}

.topbar .topbarwrap, .rightwraptop{
  display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: auto;
    position: relative;
}

.topbarwrap .lefttop .top-left-nav{
  display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: auto;
    position: relative;
    padding: 10px 0 0px 20px;
}

.topbarwrap .lefttop .top-left-nav a{
font-family: "Lato Light";
    text-transform: uppercase;
    text-decoration: none;
    color: #4d4c4e;
    font-size: 9px;
    letter-spacing: 0.15rem;
    transition: all 0.5s;
    font-weight: 900;
  }

.rightwraptop{
  width: 100%;
  max-width:410px;
  margin-right:0;
}

.topbarwrap .lefttop{
  margin-left:0;
      width: 100%;
    max-width:200px;
}

.topbarwrap .righttop{
  margin-right:0;
  width: 100%;
}

.subscribebox{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 40px 40px 40px 40px;
  margin-top:25px;
  position: relative;
  overflow: hidden;
}

.subscribebox h1, .mhpresets h3{
      font-family: "DomaineDisplay-Regular";
    color: #4d4c4e;
    font-weight: 200;
    font-size: 25px;
    letter-spacing: 0.1rem;
    text-transform: capitalize;
    text-align: left;
    line-height: 1.3;
    padding:0;
    margin-top: 0;
    margin-bottom: 10px;
}

.mhpresets h3{
text-align: center;
margin: 0 auto 25px;
text-transform: uppercase;
}


.subscribebox .mhstamp{
  position: absolute;
    width: 100px;
    height: 100px;
    top: -20px;
    right: -10px;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.subscribebox h1:after{
      display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: "";
    max-width: 65px;
    margin: 15px 0 150px;
}



.subscribebox .wpcf7 input {
    padding: 15px 25px;
    background: white;
    height: 45px;
    letter-spacing: 0.1rem;
    text-transform: none;
    margin: auto;
    width: 100%;
    max-width: 100%;
    color: #4d4c4e;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: normal;
    text-align: left;
    overflow: hidden;
    clear: both;
    box-sizing: border-box;
    border-radius: 0;
    border: none;
    margin-bottom: 15px;
}

.subscribebox  .wpcf7 .wpcf7-submit {
    border: none;
    width: 100%;
    color: #4d4c4e;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.2rem;
    line-height: normal;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    clear: both;
    text-transform: uppercase;
    padding: 0;
    background-color: #eee8e1;
}

.subscribebox span.wpcf7-not-valid-tip{
  margin:-5px 0 10px 0;
  display: block;
}

.mhpresets{
  background-color:#e1e7ec;
  padding:20px 20px 40px 20px;
  margin-top:25px;
}

.mhpresets .borderlines{
  border:solid thin #fff;
  padding: 20px 0 40px 0;
}

.mhpresets .mhimg {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    max-width: 220px;
}

.mhpresets p{
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4d4c4e;
    font-size: 14px;
    letter-spacing: 0.1rem;
    line-height: 1.65;
    text-align: center;
    overflow: hidden;
        margin: auto;
    margin-top: 25px;
    clear: both;
    width: 100%;
    max-width:180px;
    display: block;
}

.mhpresets .clicktopur{
     border: none;
    width: 100%;
    color: #4d4c4e;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.2rem;
    line-height: normal;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    clear: both;
    text-transform: uppercase;
     padding: 15px 5px;
    display: block;
    text-align: center;
    background-color: #fff;
    max-width: 200px;
    margin: 20px auto;
    margin-bottom: -60px;
    text-decoration: none;
}

.homeshoppe{
  background-color:#eee8e1;
  padding-bottom:20px;
  cursor: pointer;
}

.homeshoppe .homelogo{
  max-width:200px;
  height: auto;
  display: block;
  margin: auto;
  margin-bottom:50px;
}

.homeshoppe .clicktopur{
  margin-top: -45px;
  margin-bottom:10px;
}

.homeshoppe .borderlines {
    border: solid thin #fff;
    padding: 20px 0 10px 0;
}

.homeshoppe .mhimg{
max-width: 240px;
}

.homeshoppe p{
  margin-top:20px;
}

/*Signup*/

.signupblock{
  width: 100%;
  margin: auto;
  padding: 60px 0;
  background-color: #eee8df;
  box-sizing:border-box;
  margin-bottom:50px;
}

.signup .hoverpop {
    width: 100%;
    max-width: 180px;
    height: 180px;
    right: 0;
    top: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top:-20px;
    margin-right:0px;
    
}

.formwrapper{
  width: 100%;
  margin-left:100px;
}


.signup .news_img{
    width:100%;
    /*max-width:510px;*/
        display:block;
    margin:0;
    height: auto;
}

.signup .wpcf7-validation-errors{
    width:100%!important;
}

.signup span.wpcf7-not-valid-tip {
    margin: -10px 0 5px 0;
 display:block;
}

.signup{
top:100px!important;
max-width: 100%!important;
}
        
.signup .gfield_required{
display:none;
}
        
   .signup h3{
    font-family: "DomaineDisplay-Regular";
    color: #4d4c4e;
    font-weight: 200;
    font-size: 30px;
    letter-spacing: 0.1rem;
    text-transform: capitalize;
    text-align: left;
    line-height: 1.3;
    margin-bottom: 0;
    margin-top:0;
    padding-top:0;
    }
        
        /*   .signup h3:after{
            display:block;
            width:100%;
            height:1px;
            background-color:#fff;
            content:"";
            max-width:65px;
            margin:15px auto;
            }
            */
            
    .signup p{
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4d4c4e;
    font-size: 14px;
    letter-spacing: 0.1rem;
    line-height: 1.65;
    text-align: left;
    overflow: hidden;
    clear: both;
    }

    .page-template-page-signup .your-fname, .page-template-page-signup .your-lname{ width: 100%; max-width:48%; display: block; float: left; clear: none;}
    .page-template-page-signup .your-fname{margin-right:20px;}
        
        .page-template-page-signup .formwrap{
          width: 100%;
          max-width:450px;
          margin-left:0;
          margin-bottom:30px;
        }
    
 .signup .signupblock .signup-container{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;         /* OLD - Firefox 19- */
  width: 100%;               /* For old syntax, otherwise collapses. */
  -webkit-flex: 1;          /* Chrome */
  -ms-flex: 1;              /* IE 10 */
  flex: 1;  
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width:1200px;
  width:100%;
  margin:  auto!important;
        }
        
      .signup  .leftpop{
            display:none;
            width:100%;
            height:auto;
            background-repeat:repeat;
            background-size: cover;
            overflow:hidden;
            background-position:center center;
            max-width:515px;
        }
        
      .signup  .rightpop{
            padding:0px;
            position:relative;
            background-color:transparent;
            box-sizing:border-box;
            width:100%;
            margin:0 auto;
        }

    
  
    
.signup .wpcf7 input{
    padding:15px 25px;
    background: white;
    height: 45px;
    letter-spacing: 0.1rem;
    text-transform:none;
    margin: auto;
    width: 100%;
    max-width: 100%;
    color:#4d4c4e;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: normal;
    text-align: left;
    overflow: hidden;
    clear: both;
    box-sizing:border-box;
    border-radius:0;
    border:none;
    margin-bottom:15px;
}

.signup .wpcf7 .wpcf7-submit{
border:solid thin #fff;
width:100%;
    color:#4d4c4e;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.2rem;
    line-height: normal;
    text-align: center;
    font-weight:bold;
    overflow: hidden;
    clear: both;
    text-transform:uppercase;
    padding:0;
    background-color:transparent;
}
  .signup .rightpop{
            max-width:580px;
            }


.watermarkhover{
  width: 100%;
  position: relative;
  height: 150px;
  max-width:150px;
  display: block;
  margin-left:0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 950px) {
   .signup .signupblock .signup-container{
    display: block;
    position: relative;
    z-index: 9999;
    margin-top:0!important;
   }
   .signup .leftpop{
    margin:auto;
    display: block;
   }

.signup h3{
  text-align: center;
}

.signup p{
  text-align: center;
}

.page-template-page-signup .formwrap{
  margin: 30px auto;
}

.signupblock{
  padding: 30px 0;
}

   .formwrapper{
    margin: 30px auto;
   }

   .watermarkhover{
display: none;
   }

   .signup .rightpop{
    margin:auto;
   }

   .signup .hoverpop{
    max-width: 100px;
    height: 100px
   }

   .signup .hoverpop{
    margin:auto;
   }
    
}


@media only screen and (min-width: 1030px) {
    
    .signup .leftpop{
            display:block;
            margin-left:0;
    }

        .signup .rightpop{
            padding:60px 0 0 0;
            margin-left:0;
        }
        

}


@media only screen and (min-width: 1030px) {
    
      
}




@media screen and (max-width: 800px) 
{
  .left-div, .right-div
    {
       max-width: 100%;
    }
}

/************************
MH PHOTO PRESETS
************************/
 .page-id-37520 .photopresets h1 {
  color: #4d4c4e;
  font-family: "DomaineDisplay-Regular";
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 0.05rem;
  margin: 0;
  text-align: center;
 }
 
 .page-id-37520 .photopresets h2 {
  color: #4d4c4e;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13.7px;
  letter-spacing: 0.15rem;
  font-weight: 100;
  margin: 5px auto 40px;
  text-align: center;
  border-bottom: thin solid #EEE8E1;
  padding-bottom: 13px;
}

.page-id-37520 .photopresets h3 {
  color: #4d4c4e;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13.7px;
  letter-spacing: 0.15rem;
  font-weight: 100;
  margin: 5px auto 5px;
 }
 
 .page-id-37520 .photopresets p {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4d4c4e;
  font-size: 15px;
  letter-spacing: 0.015rem;
  font-weight: 100;
  line-height: 1.9;
}

.page-id-37520 .photopresets {
  width: 1150px;
}

.page-id-37520 .presets-image {
  width: 100%;
  height: 767px;
  background-size: cover;
  background-position: center;
  margin: 0 auto 50px;
}

.page-id-37520 .details {
  width: 800px;
  margin: 0 auto;
}

.page-id-37520 .presets {
  width: 600px;
  border: thin solid #EEE8E1;
  margin: 0 auto 50px;
  padding: 10px;
}

.page-id-37520 .presets h3 {
  color: #4d4c4e;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13.7px;
  letter-spacing: 0.15rem;
  font-weight: bold;
  margin: 5px auto 5px;
  text-align: center;
}

.page-id-37520 .tab {
    width: 100%;
    border-bottom: thin solid #EEE8E1;
    position: relative;
    margin: 100px auto 30px;
}
.page-id-37520 .tab h4 {
    background-color: #EEE8E1;
    text-decoration: none;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #4d4c4e;
    font-size: 13.5px;
    letter-spacing: 0.1rem;
    margin: 0;
    padding: 13px 42px 9px;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-weight: 700;
}

.page-id-37520 .left-div {
  display: inline-block;
  width: 380px;
  text-align: left;
  border-radius: 3px;
  margin: 5px;
  vertical-align: top;
}

.page-id-37520 .right-div {
  display: inline-block;
  width: 380px;
  text-align: left;
  border-radius: 3px;
  margin: 5px;
} 
 
.page-id-37520 .purchase p, .page-id-37520 .purchase h3, .page-id-37520 .purchase {
  color: #4d4c4e;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.15rem;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
} 

 .page-id-37520 .button {
text-transform: uppercase; 
text-decoration: none; 
text-align: center; 
color: #4d4c4e; 
font-family: 'Lato Bold'; 
font-size: 14px; 
letter-spacing: 0.1rem; 
max-width: 300px; 
width: 100%; 
margin-top: 5px;
margin-bottom: 20px;
padding: 22px; 
box-sizing: border-box; 
background-color: #EEE8E1;
}

.page-id-37520 .button, .page-id-35624 .button {
  text-transform: uppercase; 
  text-decoration: none; 
  text-align: center; 
  color: #4d4c4e; 
  font-family: 'Lato Bold'; 
  font-size: 14px; 
  letter-spacing: 0.1rem; 
  max-width: 300px; 
  width: 100%;
  margin: 5px auto 5px; 
  padding: 18px; 
  box-sizing: border-box; 
  background-color: #EEE8E1;
}



/************************
MH EASY DIGITAL DOWNLOADS
************************/
.page-id-35352 .edd, .page-id-35353 .edd, .page-id-35354 .edd  {
  width: 600px;
  margin: 30px auto 40px;
}


.page-id-35352 .edd p, .page-id-35353 .edd p, .page-id-35354 .edd p {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4d4c4e;
  font-size: 15px;
  letter-spacing: 0.015rem;
  font-weight: 100;
  line-height: 1.9;
}

.page-id-35352 .edd h3, .page-id-35353 .edd h3, .page-id-35354 .edd h3{
  color: #4d4c4e;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13.5px;
  letter-spacing: 0.15rem;
  font-weight: 100;
   margin-top: 10px;
  margin-bottom: 0;
 }
.page-id-35352 table, .page-id-35353 table, .page-id-35354 table{
  color: #4d4c4e;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13.5px;
  letter-spacing: 0.15rem;
  font-weight: 100;
   margin-top: 0;
  margin-bottom: 0;
}

.page-id-35352 legend, .page-id-35353 legend, .page-id-35354 legend{
  color: #4d4c4e;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13.5px;
  letter-spacing: 0.15rem;
  font-weight: 100;
   margin-top: 0;
  margin-bottom: 0;
}



/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
}

.footer #inner-footer {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 78px;
  padding-bottom: 15px;
  width: 100%;
  max-width:1300px;
  margin-left:auto;
  margin-right:auto;
}

.footer #inner-footer .left {
  width: 40%;
  padding-top: 85px;
}

.footer #inner-footer .left #menu-footer {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.footer #inner-footer .left #menu-footer li {
  margin: 0 10px;
    /*  list-style-type: disc; */
}


.footer #inner-footer .left #menu-footer li a {
  text-decoration: none;
  color: #4d4c4e;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1rem;
  transition: all 0.5s;
}

.footer #inner-footer .left #menu-footer li:first-of-type{
list-style-type: none;
}


.footer #inner-footer .left #menu-footer li a:hover {
  color: #e9d4c7;
}
.footer #inner-footer .center {
  width: 20%;
  text-align: center;
      padding-top: 20px;
}
.footer #inner-footer .center img {
    width: 140px;
    padding-bottom:20px;
}
.footer #inner-footer .right {
  width:40%;
  padding-top: 85px;
}

.footer #inner-footer .right form p {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.footer #inner-footer .right form p img{
      height: 35px;
    width: auto;
    margin-top: 6px;
    margin-left: 6px;
}
.footer #inner-footer .right form p button, .footer #inner-footer .right form p html input[type="button"], .footer #inner-footer .right form p input[type="reset"], .footer #inner-footer .right form p input[type="submit"] {
  width: 100px;
  background: none;
  border: none;
  color: #4d4c4e;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12.2px;
  letter-spacing: 0.1rem;
}
input#s:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color:#EEE8E1!important;
}
.footer #inner-footer .right form p img.ajax-loader {
  display: none !important;
}

.footer #inner-footer .right form p .your-email {
  width: 225px;
}

.footer #inner-footer .right form p .your-email input {
  border: 1px solid #909090;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  height: 28px;
  background: white;
  margin-top: 10px;
}

.footer #inner-footer .right form p i {
  color: #8E8E8E;
  font-size: 1.5rem;
  margin: 10px 0 0 12px;
}

.footer .source-org {
  text-align: center;
  text-decoration: none;
  color: #4d4c4e;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1rem;
  transition: all 0.5s;
  margin-top:20px;
}

.footer .source-org a {
  text-decoration: none;
  color: #4d4c4e;
}

.footer .source-org span {
  margin: 0 5px;
}

div.wpcf7-mail-sent-ok {
  border: thin solid #EEE8E1;
  color: #4d4c4e;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12.2px;
  letter-spacing: 0.05rem;
  margin: 0;
  text-align: center;
  width: 300px;
  margin: -15px auto 0;
}

span.wpcf7-not-valid-tip {
  color: #4d4c4e;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12.2px;
  letter-spacing: 0.05rem;
  margin: 8px 0 0;
  text-align: center;
}

div.wpcf7-validation-errors {
  border: thin solid #EEE8E1;
  color: #4d4c4e;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12.2px;
  letter-spacing: 0.05rem;
  margin: 0;
  text-align: center;
  width: 200px;
  margin: -15px auto 0;
}

/* RewardStyle footer delete - Temporary */
#rs-ad-widget[style] {
  display:none !important;
}

/*********************
404 STYLES
*********************/
#post-not-found {
  text-align: center;
}

#post-not-found h1 {
  font-family: "DomaineDisplay-Regular";
  color: #4d4c4e;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  margin-top: 50px;
}

#post-not-found .entry-content {
  color: #4d4c4e;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05rem;
}

@media all and (max-width: 1300px) {
  body {
    max-width: 1280px;
    overflow-x: hidden;
  }
  .header {
 /*   width: 1200px; */
  }
  .header .lower-header {
  /*  width: 1000px;
    margin: -88px auto 30px; */
  }
  #container {
    width: 1240px;
  }
  .social-list {
    left: 1.6%;
  }
}

@media all and (max-width: 1240px) {
  .header {
    width: 100%;
  }
  .header .upper-header .home-logo {
    margin-left: -40px;
    margin-right: 35px;
  }
  .header .lower-header {
   /* width: 950px; */
  }
  .header .upper-header .right {
    overflow: initial;
  }
  #container {
    width: 1000px;
  }
  .hidden-nav nav {
    width: 1000px;
  }
  .posts-slider {
    width: 100%;
  }
  
  .bar-stuck .right{
	  max-width: 100px;
  }
  
  .posts-slider .slide .link-img {
    width: 300px;
    height: 300px;
  }
  /*.posts-slider .slide h1 {
    width: 300px;
  }*/
  #main {
    width: 1000px;
  }
  .blogs {
    width: 590px;
  }
  .blogs .feat {
    height: 580px;
  }
  .insta .instagram {
    width: 940px;
  }
  .insta .instatitle {
   width: 940px;
  }
  .insta #instafeed .item:nth-child(11) {
    display: none;
  }
  .insta #instafeed .item:nth-child(12) {
    display: none;
  }
  .archive .blogs, .search .blogs {
    width: 755px;
  }
  .archive .pagination {
    width: 900px;
  }
  .shop-cat {
    width: 900px;
  }
  .single-post .feat {
    height: auto;
  }
  .single-post .blogs {
    width: 780px;
  }
  .may-like {
    width: 780px;
  }
  #gallery-1 .gallery-item {
    width: 250px;
  }
  .may-like #gallery-1 .gallery-item img {
    width: 100%;
    height: 340px;
  }
  .may-like .gallery-caption {
    padding: 16px 16px;
    width: 250px;
  }
  .page-id-6024 .entry-content {
    width: 690px;
  }
  .page-id-6024 .press .item .right {
    width: 380px;
    padding: 10px 0 10px 55px;
  }
  .page-id-6024 .press .item .right .link-img {
    margin: 0 0 15px 0;
  }
  
  .archive .single-blog:nth-of-type(2n), .search .single-blog:nth-of-type(2n) {
  margin-right: 0
  }

  
}
@media all and (max-width:1100px) {
  .posts-slider .slide h1 {
    margin: 22px auto;
  }
  .posts-slider .slide .link-img {
      margin: auto;
  }
  .posts-slider .slide .slide-cat {
        margin: -53px auto 0;
  }
  
.archive .blogs, .search .blogs {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  position: relative;
}

.archive .single-blog, .search .single-blog {
  width: 360px;
  text-align: center;
  border-bottom: thin solid #EEE8E1;
  height: 598px;
  margin-bottom: 52px;
}

.footer .source-org, .footer #inner-footer .left #menu-footer li a{
  font-size: 9px;
}

.footer #inner-footer .left #menu-footer li{
  padding-right:0;
}
  
}

@media all and (max-width: 1030px) {
  .header .upper-header .right img {
    width: 600px;
  }
  .header .upper-header .left img {
    width: 600px;
  }
  .header .upper-header .home-logo img {
    width: 350px;
  }
  .header .upper-header {
    margin: 0 auto;
   /* width: 800px; */
  }
  .header .upper-header .home-logo {
    margin-left: -58px;
    margin-right: 70px;
  }
  .header .lower-header {
/*    width: 800px; */
  }
  .header .lower-header nav ul li {
    margin: 0 0 -19px;
  }
  .header .lower-header {
    margin: 0px auto 31px;
  }
  .header .lower-header nav ul {
    width: 800px;
  }
  .header .lower-header nav .sub-menu {
    left: -130px;
    width: 400px;
  }
  .header .lower-header nav .sub-menu li {
    margin: 18px 9px 0px;
  }
  .menu-item-12944 .sub-menu {
    width: 490px;
    left: -210px;
  }
  
  #upper-content .featured-post .up .r{
    width: 650px;
  }
  
  #container {
    width: 800px;
  }
  #upper-content {
    width: 800px;
  }
  #upper-content .featured-post .mainflex .left {
    width: 625px;
    height: 470px;
  }
  #upper-content .featured-post .mainflex .right {
    right: 0;
    bottom: 105px;
  }
  #upper-content .featured-post .article-header {
    margin-left: 50px;
    margin-top: -293px;
    width: 415px;
    height: 160px;
  }
  #upper-content .featured-post .catlink {
    right: 0px;
    top: 0;
  }
  .posts-slider {
    width: 100%;
    margin: 210px auto;
  }
  #main {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    width: 700px;
  }
  .blogs {
    width: 700px;
    margin: auto;
  }
  .pagination {
    width: 700px;
    margin: 6px auto;
    margin-bottom: 87px;
  }
  .insta .instagram {
    width: 800px;
  }
   .insta .instatitle {
   width: 800px;
  }
  .insta #instafeed .item:nth-child(10) {
    display: none;
  }
  .insta #instafeed .item:nth-child(9) {
    display: none;
  }
  .footer #inner-footer {
    width: 100%;
    margin: 78px auto 0;
  }
  .footer #inner-footer .left #menu-footer li {
    margin: 0 6px;
  }
  .footer #inner-footer .left #menu-footer li a, .source-org.copyright {
    font-size: 10px;
    letter-spacing: 0.05rem;
  }

.footer #inner-footer .left #menu-footer li{
  display: inline-block;
  padding-right: 0;
}

  .footer #inner-footer .right form p button, .footer #inner-footer .right form p html input[type="button"], .footer #inner-footer .right form p input[type="reset"], .footer #inner-footer .right form p input[type="submit"] {
    font-size: 10.2px;
    letter-spacing: 0.05rem;
  }
  .single-post .blogs {
    width: 700px;
  }
  .hidden-nav nav {
    width: 800px;
  }
  .hidden-nav nav ul li a {
    font-size: 10.4px;
    letter-spacing: 0.1rem;
  }
  .hidden-nav nav ul li {
    margin: 0px 0px -20px;
  }
  .archive .blogs, .search .blogs {
    width: 700px;
  }
  .archive .single-blog, .search .single-blog {
    width: 315px;
    height: 555px;
  }
  .archive .blogs .feat, .search .blogs .feat {
    width: 315px;
    height: 430px;
  }
  .archive .pagination {
    width: 700px;
  }
  .shop-cat {
    width: 700px;
  }
  .page-id-6024 #upper-content .featured-post .mainflex .right {
    bottom: 115px;
  }
  .page-id-6024 .entry-content {
    margin-bottom: 50px;
  }
  .page-id-6020 .entry-content, .page-id-6026 .entry-content, .page-id-127919 .entry-content, .page-id-35909 .entry-content, .page-id-35624 .entry-content, .page-id-35626 .entry-content, .page-id-35352 .entry-content, .page-id-37520 .entry-content{
    width: 700px;
  }
  .page-id-6020 .monika, .page-id-6026 .monika, .page-id-12919 .monika {
    width: 700px;
    margin: 175px auto;
    text-align: center;
  }
  .page-id-35909 .houseplans {
    width: 700px;
    text-align: center;
  }
  .page-id-6020 .monika .member-image, .page-id-6026 .monika .member-image, .page-id-12919 .monika .member-image {
    height: 500px;
  }
  .page-id-6020 .team .member, .page-id-6026 .team .member {
    width: 700px;
  }
  .page-id-6020 .team .member .right, .page-id-6026 .team .member .right {
    width: 370px;
  }
  #upper-content .featured-post .mainflex .right {
    right: 0;
    bottom: 113px;
  }
  .page-id-6020 .connect, .page-id-6026 .connect, .page-id-12919 .connect {
    margin: 230px auto 46px;
  }
  
  #upper-content .featured-post .mainflex .right {
    right: 0;
    bottom: 113px;
  }
  .page-id-6020 .connect, .page-id-6026 .connect {
    margin: 230px auto 46px;
  }
  #upper-content .featured-post .article-header {
    padding: 0 20px;
  }
  #upper-content .featured-post .up {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
  }
  #upper-content .featured-post .mainflex {
    height: 995px;
  }
  #upper-content .featured-post .mainflex .right {
    right: 0;
    bottom: 350px;
  }
  #upper-content .featured-post .article-header {
    margin-top: -435px;
  }
  .posts-slider {
    width: 690px;
    margin: 360px auto 100px;
  }
  #upper-content .featured-post .catlink {
    right: -4px;
    top: 35px;
    margin: 0 0 0 -40px;
  }
  .bar-stuck{display: none!important;}

  #shiftnav-toggle-main {
    background: rgba(29, 29, 32, 0);
    color: #83888C;
    height: 50px;
    width: 130px;
    position: fixed;
    top: 0;
    left: 0;
  }
  .shiftnav-wrap {
    padding-top: 0 !important;
  }


  .shiftnav ul.shiftnav-menu li.menu-item > .shiftnav-target, .shiftnav ul.shiftnav-menu li.shiftnav-retract > .shiftnav-target {
    font-family: "Lato Light";
    text-transform: uppercase;
    text-decoration: none;
    color: #4d4c4e;
    font-size: 12.4px;
    letter-spacing: 0.17rem;
    transition: all 0.5s;
    font-weight: 900;
  }
  .shiftnav .shiftnav-menu-image-padded {
    text-align: Center;
  }
  
  

  
}

@media all and (max-width: 800px) {
  .page-id-12919 .connect {
    width:90%;
  }
  
  #upper-content .featured-post .mainflex{
    border:none;
  }
  #container{
  width: 500px;
}
  
   .posts-slider {
    margin: 45px auto 90px;
   }
  
  /*.header .upper-header {
    margin: 0 auto 60px;
    width: 500px;
  }*/
  .header .upper-header .left img {
    width: 400px;
  }
  .header .upper-header .right img {
    width: 400px;
  }
  .header .upper-header .home-logo img {
    width: 250px;
    padding-left: 10px;
  }
  .header .lower-header {
    width: 650px;
  }
  .header .lower-header nav ul {
    width: 650px;
  }
  .header .lower-header nav ul li a {
    font-size: 10px;
    letter-spacing: 0.05rem;
  }
  .header .lower-header nav .sub-menu li:last-child {
    display: none;
  }
  .header .lower-header nav .sub-menu, .hidden-nav nav .sub-menu {
    left: -60px;
    width: 200px;
    height: 165px;
    padding: 7px;
    text-align: center;
  }
  .menu-item-12944 .sub-menu, #menu-item-12903 .sub-menu {
    width: 300px;
    left: -110px;
    height: 160px;
  }
  .hidden-nav nav {
    width: 90%;
  }
  .hidden-nav nav ul {
    width: 100%;
  }
  .hidden-nav nav ul li a {
    font-size: 10.4px;
    letter-spacing: 0.0rem;
  }
  .hidden-nav nav .sub-menu li:last-child {
    display: none;
  }
  #upper-content {
    width: 500px;
  }
  #upper-content .featured-post .mainflex .left {
    width: 325px;
    height: 325px;
  }
  #upper-content .featured-post .mainflex .right img {
    width: 210px;
    height: auto;
  }
  #upper-content .featured-post .mainflex .right {
    right: 0;
    bottom: 55px;
  }
  #upper-content .featured-post .article-header {
    margin-left: 25px;
    margin-top: -218px;
    width: 240px;
    height: 137px;
  }
  #upper-content .featured-post .article-header .white-border h3 {
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.05rem;
    height: 65px;
    width: 100%;
  }
  #upper-content .featured-post .mainflex {
    height: 475px;
  }
  #main {
    width: 500px;
  }
  .blogs {
    width: 500px;
    margin: auto;
  }
  .blogs .feat {
    height: 475px;
  }
  .pagination {
    width: 500px;
    margin: 6px auto;
    margin-bottom: 87px;
  }
  .insta .instagram {
    width: 395px;
  }
   .insta .instatitle {
   width: 395px;
  }
  .insta #instafeed .item:nth-child(8) {
    display: none;
  }
  .insta #instafeed .item:nth-child(7) {
    display: none;
  }
  .insta #instafeed .item:nth-child(6) {
    display: none;
  }
  .insta #instafeed .item:nth-child(5) {
    display: none;
  }
  .insta .instatitle {
    text-align: right;
    padding: 0;
    margin-top: -21px;
    margin-bottom: 20px;
    width: 387px;
    margin: -21px auto 20px;
  }
  .footer #inner-footer {
    width: 500px;
    margin: 0 auto 0;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .footer #inner-footer .left {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
  .footer #inner-footer .center {
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  .footer #inner-footer .right {
    width: 100%;
    padding-top: 10px;
  }
  .footer #inner-footer .left #menu-footer {
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
  }
  .footer #inner-footer .right form p {
    width: 300px;
    margin: auto;
  }
  .single-post .blogs {
    width: 500px;
  }
  .single-post .blogs .feat {
    height: 100%;
  }
  .single-post .pagination2 .nav-links .nav-previous img {
    display: none;
  }
  .single-post .pagination2 .nav-links .nav-next img {
    display: none;
  }
  .single-post .pagination2 .nav-links span {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .may-like {
    width: 500px;
  }
  #gallery-1 .gallery-item {
    width: 150px;
  }
  .may-like #gallery-1 .gallery-item img {
    width: 100%;
    height: 225px;
  }
  .may-like .gallery-caption {
    padding: 16px 5px;
    width: 150px;
    font-size: 1rem;
  }
  .may-like #gallery-1 .gallery-item .gallery-icon:after {
    width: 110px;
  }
  .archive .blogs, .search .blogs {
    max-width: 500px;
    width: 100%;
  }
  .archive .single-blog, .search .single-blog {
    width: 230px;
    height: 455px;
    margin: auto;
  }
  .archive .blogs .feat, .search .blogs .feat {
    width: 230px;
    height: 330px;
  }
  .archive .pagination {
    width: 500px;
    margin: -37px auto 87px;
  }
  .search .pagination {
    width: 500px;
    margin: -37px auto 87px;
  }
  .shop-cat {
    width: 500px;
  }
  .right .inner {
    width: 205px;
    height: 275px;
  }
  .page-id-6024 #upper-content .featured-post .article-header .white-border h3 {
    font-size: 20.5px;
    letter-spacing: 0.05rem;
    height: 58px;
    padding: 0 10px;
  }
  .page-id-6024 #upper-content .featured-post .mainflex .left {
    width: 389px;
    height: 325px;
  }
  .page-id-6024 .entry-content {
    width: 500px;
  }
  .page-id-6024 .press .item .left .press-image {
    width: 200px;
  }
  .page-id-6020 #upper-content .featured-post .mainflex .left {
    width: 432px;
    height: 325px;
  }
  .page-id-6020 #upper-content .featured-post .article-header .white-border h3 {
    font-size: 23px;
    height: 65px;
    width: 100%;
  }
  .page-id-6020 .entry-content, .page-id-6026 .entry-content, .page-id-12919 .entry-content, .page-id-35909 .entry-content, .page-id-35624 .entry-content, .page-id-35626 .entry-content,  .page-id-35352 .entry-content, .page-id-35353 .entry-content, .page-id-35354 .entry-content, .page-id-37520 .entry-content{
    width: 500px;
  }
  .page-id-6020 .monika, .page-id-6026 .monika, .page-id-35909 .houseplans {
    width: 500px;
  }
  .page-id-6020 .monika .member-image, .page-id-6026 .monika .member-image, .page-id-12919 .monika .member-image {
    height: 320px;
  }
  .page-id-6020 .monika .about, .page-id-6026 .monika .about, .page-id-12919 .monika .about {
    width: 500px;
  }
  .page-id-6020 .team .member, .page-id-6026 .team .member {
    width: 500px;
  }
  .page-id-6020 .team .member .left, .page-id-6026 .team .member .left {
    margin: auto;
  }
  .page-id-6020 .team .member .right, .page-id-6026 .team .member .right {
    width: 100%;
  }
  .page-id-6026 #upper-content .featured-post .article-header .white-border h3 {
    height: 33px;
  }
  .page-id-6020 .connect, .page-id-6026 .connect, .page-id-12919 .connect {
    margin: 170px auto 46px;
  }
#main2 {
    width: 217px;
    margin: 0 auto;
}

  #upper-content .featured-post .mainflex {
    height: 775px;
  }
  #upper-content .featured-post .mainflex .right {
    right: 0;
    bottom: 355px;
  }
  #upper-content .featured-post .article-header {
    margin-left: 25px;
    margin-top: -418px;
    width: 280px;
    height: 200px;
  }
  .posts-slider .slide .link-img {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
  #upper-content .featured-post .up .l .d {
    float: none;
  }
  #upper-content .featured-post .up .l .title-link {
    float: none;
    border: none;
  }
  #upper-content .featured-post .up .l .exc {
    margin-top: 0;
  }
  #upper-content .featured-post .up .r {
    width: 430px;
    margin: 6px auto 0;
  }
  #upper-content .featured-post .up .l .title-link h3 {
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: left;
  }
  
  #upper-content .featured-post .up .l .exc{
  text-align: center;}
  
  .posts-slider {
    width: 100%;
    margin: 360px auto 100px;
  }
  .posts-slider .slide .slide-cat {
    width: 82%;
  }



}

@media all and (max-width: 650px) {
  
  #upper-content .featured-post .mainflex {
border: none;
}

.upper-header .right-block, .upper-header .left-block{
  display: none;
}
  
  
  .header .lower-header {
    opacity: 0;
    height: 20px;
  }

  .hidden-nav nav ul {
    display: none;
  }
  .hidden-nav .left {
    margin-left: 25px;
  }
  .hidden-nav nav {
    width: 90%;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
  }

 /* #upper-content .featured-post .catlink {
    display: none;
  }
  .social-list {
    display: none;
  }
  #upper-content .featured-post .article-header {
        margin: -218px auto 0;
  }*/
  .page-id-6020 .team .member, .page-id-6026 .team .member {
      margin: 0 auto 0;
  }
  .hidden-nav {
    position: absolute;
  }
  
  
    #upper-content .featured-post .up .l .title-link h3 {
   
    text-align: center;
  }

  .top-logo img {
    margin: auto;
  }
  
.related-gallery{
  flex-wrap:wrap;
}

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

.single-post .blog-footer .blog-bar a.commenting{
  margin-bottom:0;
}

.single-post .blog-footer .blog-bar .sharer {
line-height: normal;
padding-top:30px;
margin-bottom:0;
}

.topbar{
  display: none;
}

}

@media all and (max-width: 500px) {
#upper-content .featured-post .article-header{
      margin-top: -410px;
}




  #upper-content .featured-post .mainflex .right {
    display: none;
  }
  
.header .lower-header{
  max-width: 500px;
  width: 100%;
  display: none;
}
  
  #upper-content {
    max-width: 350px;
    width: 100%;
  }
  #container {
    width: 100%;
  }
  #upper-content .featured-post .mainflex .left {
    width: 100%;
    height: 325px;
  }
  #upper-content .featured-post .catlink {
    right: -116px;
    top: 0;
  }
  #main {
  width: 100%;
    max-width: 330px;
  }
  #main2 {
  width: 100%;
    max-width: 300px;
  margin: 0 auto 50px;
  }
  .blogs {
    width: 300px;
    margin: auto;
  }
  .blogs .feat {
    height: 375px;
  }
  .blogs .excerpt {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .blogs .excerpt .left {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .blogs .excerpt .right {
    margin-top: 10px;
    padding-top: 9px;
    height: 280px;
    margin-bottom: 50px;
    border-left: 0;
  }
  .pagination {
    width: 300px;
  }
  .pagination a {
    font-size: 14px;
    letter-spacing: 0.05rem;
  }
  .pagination .nav-next img {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: -9px;
    margin-right: 12px;
    width: 13px;
  }
  .pagination .nav-previous {
    margin-top: -7px;
  }
  .insta .instagram {
    width: 207px;
  }
   .insta .instatitle {
   width: 207px;
  }
  .insta #instafeed .item:nth-child(3) {
    display: none;
  }
  .insta #instafeed .item:nth-child(4) {
    display: none;
  }
  .insta .instatitle {
    width: 266px;
  }
  .single-post .blogs {
    width: 300px;
  }
  .single-post .blogs a.title-link h3 {
    line-height: 1;
  }
  .single-post .blogs .title-flex, .single-post .blogs h2.date {
    font-size: 11.5px;
    letter-spacing: 0.05rem;
  }
  .single-post .blog-footer .blog-bar a.commenting {
    line-height: 1.2;
  }
  .may-like {
    width: 300px;
  }
  .may-like .tag h4 {
    font-size: 11.5px;
    letter-spacing: 0.1rem;
  }
  #gallery-1 .gallery-item {
    width: 95px;
  }
  .may-like #gallery-1 .gallery-item img {
    width: 100%;
    height: 145px;
  }

  .may-like #gallery-1 .gallery-item .gallery-icon:after {
    width: 80px;
    font-size: 10px;
    display: block;
    opacity: 0;
    height: 14px;
    letter-spacing: 0.05rem;
    color: #111212;
  }
  .page-id-6024 #upper-content .featured-post .mainflex .left {
    width: 100%;
  }
  .page-id-6024 .entry-content {
    width: 300px;
  }
  .page-id-6024 .press .item {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .page-id-6024 .press .item .left {
    width: 100%;
    border: none;
  }
  .page-id-6024 .press .item .right {
    width: 100%;
    padding: 0px 0 10px 5px;
  }
  .page-id-6020 #upper-content .featured-post .mainflex .left {
    width: 100%;
    height: 225px;
  }
  .page-id-6020 #upper-content .featured-post .mainflex {
    height: 365px;
  }
  .page-id-6020 .monika, .page-id-6026 .monika, .page-id-12919 .monika, .page-id-35909 .houseplans, .page-id-35624 .houseplans, .page-id-35626 .houseplans, .page-id-35352 .edd, .page-id-35353 .edd, .page-id-35354 .edd, .page-id-37520 .photopresets, .page-id-37520 .edd, .page-id-37520 .presets  {
    width: 300px;
  }
  .page-id-6020 .entry-content, .page-id-6026 .entry-content, .page-id-12919 .entry-content, .page-id-35909 .entry-content, .page-id-35624 .entry-content, .page-id-35626 .entry-content, .page-id-35352 .entry-content, .page-id-35353 .entry-content, .page-id-35354 .entry-content, .page-id-37520 .entry-content {
    width: 300px;
  }
  .page-id-35909 .houseplans .plans-container {
    padding: 0;
  }  
  .page-id-35624 .houseplans .details, .page-id-35626 .houseplans .details, .page-id-37520 .photopresets .details, .page-id-35624 .houseplans .details, .page-id-35626 .houseplans .imgdetails {
    width: 300px;
  }
  .page-id-6020 .monika .member-image, .page-id-6026 .monika .member-image, .page-id-12919 .monika .member-image {
    height: 220px;
  }
  .page-id-35624 .houseplans .plans-image, .page-id-35626 .houseplans .plans-image, .page-id-37520 .photopresets .presets-image  {
    height: 220px;
  }
  .page-id-35624 .houseplans .blueprints-image, .page-id-35626 .houseplans .blueprints-image {
    height: 66px;
  }
  .page-id-6020 .monika .about, .page-id-6026 .monika .about {
    width: 300px;
  }
  .page-id-6020 .team .member, .page-id-6026 .team .member {
    width: 300px;
  }
  .page-id-6020 .connect a, .page-id-6026 .connect a .page-id-12919 .connect a {
    font-size: 29px;
  }
  /*  .header .upper-header {
    width: 300px;
  }*/
  .header .upper-header .right img {
    width: 300px;
  }
  .header .upper-header .left img {
    width: 300px;
            margin-left: -13px;

  }
  .header .upper-header .home-logo img {
    width: 225px;
    padding-left: 0;
  }
  .header .upper-header .home-logo {
    margin-left: -64px;
    margin-right: 70px;
    margin-top: 12px;
  }
  .footer #inner-footer {
    width: 100%;
  }
  #upper-content .featured-post .article-header {
    width: 350px;
  }
  #upper-content .featured-post .catlink {
    right: 0px;
    top: 15px;
    margin: 0 0 0 -16px;
  }
  #upper-content .featured-post .up .l {
    width: 100%;
    height: auto;
  }
  #upper-content .featured-post .up .l .d {
    margin: 0 auto;
  }
  #upper-content .featured-post .up .r {
    width: 255px;
    margin: 40px auto 0;
  }
  
  #upper-content .featured-post .article-header{
    margin-left: 0;
  }
.social-list{
  display: none;
}
.#upper-content .featured-post .catlink{
  display: none;
}

.posts-slider {
    width: 100%;
    margin: 330px auto 100px;
}

#upper-content .featured-post .mainflex{
  border-bottom: none;
}

#upper-content .featured-post .catlink{
  display: none;
}

  .exc a{
    color: #4d4c4e;
    display: none;
    margin: 15px auto 0;
    text-align: center;
    text-decoration: none;
   text-transform: uppercase;
    text-decoration: none;
    color: #4d4c4e;
    font-family: "Lato Bold";
    font-size: 14px;
    letter-spacing: 0.1rem;
    max-width: 287px;
    width: 100%;
    padding: 22px;
    font-style: normal;
    box-sizing: border-box;
    text-decoration: none;
    background-color: #EEE8E1;
  }

}
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}


