/*
Theme Name: Dear Laura
Theme URI: http://components.underscores.me/
Author: Leanne
Author URI: http://pixelboutique.co.uk
Description: Minimal wordperss blog theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dearlaura
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Dear Laura is created by the theme generator at http://components.underscores.me/, (C) 2015-2016 Automattic, Inc.
Components is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

TABLE OF CONTENTS:

# NORMALIZE
# ACCESSIBILITY
# ALIGNMENTS
# CLEARINGS
# TYPOGRAPHY
# FORMS
# BUTTONS
# FORMATTING
# LISTS
# TABLES
# NAVIGATION
# LINKS
# LAYOUT
  ## header
  ## topbar
	## footer
  ## posts
  ## pages
# FEATURES
	# social sharing
  # social profile links
# COMMENTS
# WIDGETS
# INFINITE SCROLL
# MEDIA
  ## galleries
# MEDIA QUERIES
	## smartphones (portrait) - 1 column
	## smartphone (landscape) + tablet (portrait + landscape) - 2 column
	## laptops + desktops

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# NORMALIZE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
	background: purple;
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# ACCESSIBILITY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - text meant only for screen readers - */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* - do not show the outline on the skip link target - */

#content[tabindex="-1"]:focus {
  outline: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# ALIGNMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# CLEARINGS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

* {
   -webkit-tap-highlight-color: transparent;
}
input[type="text"],
textarea,
[contenteditable] {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
::selection {
  background: #cca699; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #cca699; /* Gecko Browsers */
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color: #222;
	letter-spacing: 2px;
  clear: both;
}

p, article ul, article ol {
	font-family: 'Playfair Display';
	font-size: 0.9em;
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
	font-style: italic;
  border-left: 1px solid #cca699;
	padding-left: 1.5em;
	margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/* - normal uppercase montserrat - */

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select,
input[type="search"],
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.more-link,
a.read-more,
.main-navigation li a,
.nav-links a,
.blog .navigation,
.site-footer .site-info,
.entry-header .post-cat,
.entry-header .post-cat a,
.entry-header .post-cat a:visited,
.entry-meta,
.entry-footer,
.edit-link a,
.reply a,
.comments-area .comment-meta,
.widget ul,
.tagcloud a,
.sbi a.sbi_load_btn,
.sbi .sbi_follow_btn a,
.widget_calendar {
	font-family: 'Montserrat';
	font-weight: normal !important;
	text-transform: uppercase;
}

/* - playfair display font - */

h2.site-description,
section .rpwe-summary,
.textwidget,
.rssSummary {
	font-family: 'Playfair Display' !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# FORMS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  color: #cca699;
  font-size: 0.6em;
  letter-spacing: 2px;
  border: 1px solid #cca699;
  border-radius: 0px;
	-webkit-appearance: none;
  padding: 8.5px !important;
	width: 100%;
}
input[type="search"] {
	color: #cca699;
  font-size: 0.6em;
  letter-spacing: 2px;
  border: 1px solid #cca699;
  border-radius: 0px;
	-webkit-appearance: none;
  padding: 7px !important;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #222;
	outline: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# BUTTONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

button,
button:visited,
input[type="button"],
input[type="button"]:visited,
input[type="reset"],
input[type="reset"]:visited,
input[type="submit"],
input[type="submit"]:visited,
a.more-link,
a.more-link:visited,
a.read-more,
a.read-more:visited {
  color: #fff;
  font-size: 0.7em;
  letter-spacing: 2px;
  background: rgba(220, 194, 185, 1);
  border: 0;
	border-radius: 0;
	padding: 8px 15px;
  vertical-align: bottom;
  box-shadow: inset 0 0 0 0 rgba(220, 194, 185, 1);
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
a.more-link,
a.more-link:visited,
a.read-more,
a.read-more:visited {
	color: #fff;
	padding: 10px 15px;
	margin-top: 25px;
	display: block;
	width: 45%;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.more-link:hover,
a.read-more:hover {
  color: #fff;
  box-shadow: inset 0 100px 0 0 #cca699;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  box-shadow: 0;
  outline: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# FORMATTINGS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

hr {
  background-color: #ccc;
  border: 0;
  margin-bottom: 1.5em;
  height: 1px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# LISTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

ul, ol {
margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# TABLES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# NAVIGATION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
## top menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.main-navigation {
  display: block;
  width: 100%;
  clear: both;
}

.main-navigation ul {
	background: rgba(220, 194, 185, 1); /* rose */
  padding: 0;
  margin: 0;
  display: none;
  list-style: none;
}

.main-navigation li {
  text-align: left;
  padding: 5px 5px 5px 25px;
  display: block;
  position: relative;
}

.main-navigation li a {
	color: #fff;
	font-size: 0.7em;
  font-weight: normal;
	letter-spacing: 2px;
	padding: 15px 0;
  display: block;
	cursor: pointer;
}

.main-navigation ul ul {
  background: transparent !important#;
	padding: 0;
  position: absolute;
  left: -999em;
  top: 0;
  z-index: 99999;
}

.main-navigation ul ul li {
  margin-top: 4px;
  display: block;
  min-width: 200px;
}

.sub-menu-toggle:before {
  content: "\2193";
}

.sub-menu-toggle.activated:before {
  content: "\2191";
}

.main-navigation ul li:hover> ul,
.main-navigation ul li.focus> ul {
  border: none;
  margin: auto;
  display: block;
  position: relative;
  top: 0;
  left: auto;
}

.main-navigation ul ul li:hover> ul,
.main-navigation ul ul li.focus> ul {
  border: none;
  margin: auto;
  display: block;
  position: relative;
  top: 0;
  left: auto;
}

/* - small menu - */

.main-navigation ul {
  display: none;
}

.menu-toggle {
  color: #fff !important;
  font-size: 1.8em !important;
  text-align: left;
  background: transparent !important;
  border: none;
  padding: 17px 20px 17px !important;
  width: 100%;
}

button.menu-toggle:hover,
button.menu-toggle:focus {
  background: transparent !important;
  border: none;
  outline: none;
}
.menu-toggle,
.sub-menu-toggle {
  display: block;
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.main-navigation ul {
	width: 100%;
}

.menu-toggle:before {
  content: "\2261";
  line-height: 30px !important;
}

.sub-menu-toggle {
  padding: 5px 15px;
  display: block;
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
}

/* - sub menu icons - */

.main-navigation ul li.menu-item-has-children> a:after {
  margin-left: 5px;
  position: absolute;
  content: "+";
}

.main-navigation ul ul li a:before {
  margin-right: 5px;
  content: "-";
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 100%;
  white-space: nowrap;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
## page and post navigation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  width: 50%;
  float: left;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: right;
  width: 50%;
  float: right;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# FEATURES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
## social sharing
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.crunchify-social h6,
.crunchify-social-links {
	display: inline-block;
	vertical-align: middle;
}
.crunchify-social h6 {
	margin-right: 25px;
}
.crunchify-social-links a {
	padding-right: 15px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
## social profile links
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.social-homes ul {
  padding: 0;
  margin: 0;
}
.social-homes ul li {
  margin: 0;
  display: inline-block;
  list-style-type: none;
}
.social-homes a i {
	color: #fff;
	padding-right: 15px;
  display: inline-block !important;
}
.social-homes a i:hover {
	color: #cca699;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a {
  color: #222;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
a:visited, a:hover, a:focus, a:active {
  color: #222;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a:hover {
	color: #cca699;
}

.nav-links a {
	color: #222;
	font-size: 0.7em;
	letter-spacing: 2px;
}

/* - pagination - */

.blog .navigation {
  font-size: 0.7em;
	letter-spacing: 2px;
	padding: 0;
  display: block;
  width: 100%;
}

.blog .navigation ul {
  text-align: center;
  padding: 0;
  margin: 0;
  border: 0 !important;
}

.blog .navigation ul li a {
	font-weight: normal;
  border: 0 !important;
  margin-bottom: 25px !important;
	display: inline-block;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	font-weight: normal;
  padding: 7px;
}

.navigation li {
  border: 0 !important;
  margin-bottom: 0;
  display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {m
  color: #222 !important;
}

.navigation li a:hover,
.navigation li.active a {
  color: rgba(220, 194, 185, 1) !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# LAYOUT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #eee;
  /* Fallback for when there is no custom background color defined. */
}

.spacer {
	display: block;
	height: 125px;
}

.content-area,
.content-area-full-width-with-sidebar {
	padding: 0 15px;
	margin-top: 0px;
}
#secondary {
	padding: 0 15px;
}

@media screen and (min-width: 37.5em) {
    .content-area {
			padding: 0;
      margin: 0 -31% 0 0;
      width: 100%;
      float: left;
    }

		.content-area-full-width-with-sidebar {
			margin: 50px 0 0 0;
			width: 100%;
		}
		.content-area-full-width-with-sidebar .site-main {
			width: 100% !important;
	}
	
    .site-main {
			width: 70%;
      margin: 0 25% 0 0;
    }

    .site-content .widget-area {
      width: 20%;
      float: left;
      overflow: hidden;
    }

    .site-footer {
      width: 100%;
      clear: both;
    }
		#secondary {
			padding: 0;
	}

}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
## header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.site-header {
  text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}

h1.site-title {
	font-size: 2em;
	letter-spacing: 3px;
	margin: 0;
}
h1.site-title a:hover {
	color: #222;
}
h2.site-description {
	font-size: 0.8em;
	font-style: italic;
	text-transform: none;
	letter-spacing: 2px;
	margin: 0 0 50px 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
## topbar
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.topbar {
	background: #E5CDCA;
	padding: 0;
  width: 100%;
  max-width: 100%;
  position: fixed;
	top: 0;
  z-index: 9999;
}

/* - top menu - */

.topbar .top-menu {
  position: relative;
  z-index: 9996;
}

/* top social homes - */

.topbar .social-homes {
  display: block;
  position: absolute;
  top: 25px;
  right: 15px;
  z-index: 9998;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
## footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.site-footer {
	text-align: center;
	background: #cca699;
	padding: 100px 0;
}
.site-footer .social-homes {
	margin-bottom: 25px;
}
.site-footer .site-info {
	color: #fff;
	font-size: 0.7em;
	letter-spacing: 2px;
}
.site-footer .site-info a {
	color: #fff;
	font-weight: normal;
}
.site-footer .site-info a:hover {
	color: #fff;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
## single column / no active sidebar
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.no-sidebar .site-main {
  margin: 0;
}

.no-sidebar .content-area {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
## posts
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

#main article {
	padding: 0 0 25px 0;
	margin-bottom: 25px;
}
article {
	background: #fff;
	padding: 50px 10px !important;
}

.post-thumbnail {
	margin-bottom: 25px;
	width: 100%;
	height: 180px;
  position: relative;
  overflow: hidden;
}
.post-thumbnail img {
	width: 100%;
	position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#main article:first-child .post-thumbnail { }

article .entry-header {
	text-align: center;
	margin-bottom: 25px;
}

.entry-header .post-cat {
	color: #ccc;
	font-size: 0.6em;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.entry-header .post-cat ul {
	padding: 0;
	margin: 0;
}
.entry-header .post-cat li {
	display: inline-block;
	list-style-type: none;
}
.entry-header .post-cat a,
.entry-header .post-cat a:visited {
	color: #222;
	letter-spacing: 2px;
	padding: 10px;
	margin: 0 2px 4px 2px;
	border-bottom: 1px solid rgba(220, 194, 185, 1);
}
.entry-header .post-cat a:hover {
	color: #fff;
	background: rgba(220, 194, 185, 1);
	border: 1px solid rgba(220, 194, 185, 1);
}

h2.entry-title {
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 15px;
}
h2.entry-title a {
	font-weight: normal;
}
h2.entry-title a:hover {
	color: #222;
}

.entry-meta,
.entry-footer {
	color: #ccc;
	font-size: 0.7em;
	letter-spacing: 2px;
}
.entry-meta a, .entry-meta a:visited, .entry-meta a:hover,
.entry-footer a, .entry-footer a:visited, .entry-footer a:hover {
	color: #ccc;
	font-weight: normal;
}

.entry-content {
	margin-top: 0;
}

.edit-link {
	display: block;
}
.entry-footer .edit-link {
	margin-top: 25px;
}
.edit-link a,
.reply a {
	color: #ccc;
	font-size: 0.7em;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.edit-link a:hover,
.reply a:hover {
	color: #222;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
## pages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# COMMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
	border-top: 2px solid rgba(220, 194, 185, 1);
	padding-top: 50px;
	margin-top: 50px;
}
.comments-area ol.comment-list {
	padding: 0;
	margin: 0;
}
.comments-area ol.comment-list {
  list-style-type: none;
}
.comments-area .comment-meta {
	color: #222;
	font-size: 0.7em;
	letter-spacing: 2px;
}
.comments-area .comment-meta a {
	color: #ccc;
	font-weight: normal;
}
.comments-area .logged-in-as a {
	font-weight: normal;
}
a#cancel-comment-reply-link {
	color: #fff;
	background: #222;
	padding: 5px 15px;;
}
a#cancel-comment-reply-link:hover {
	background: #cca699;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# WIDGETS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.widget {
  margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
h2.widget-title {
	font-size: 0.9em;
	letter-spacing: 1px;
}

.widget ul {
	font-size: 0.6em;
	letter-spacing: 2px;
	padding: 0;
	margin-bottom: 20px;
	margin: 0;
}
.widget li {
	border-bottom: 1px solid #cca699;
	padding: 10px 0;
	list-style-type: none;
}
.widget li:last-child {
	border-bottom: 0;
}
.widget li a {
	color: #222;
	font-weight: normal;
	display: block;
}
.widget li a:hover {
	color: #cca699;
}

section.widget {
	margin-bottom: 50px;
}

/* - search form - */

.widget input[type="search"] {
	width: 90%;
	margin-bottom: 5px;
}

/* - tag cloud widget - */

.tagcloud a {
	color: #fff;
	font-size: 0.6em !important;
	letter-spacing: 2px;
	background: rgba(220, 194, 185, 1);
	border: 0;
	padding: 7px 10px;
	margin-bottom: 3px;
	display: inline-block;
  box-shadow: inset 0 0 0 0 rgba(220, 194, 185, 1);
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.tagcloud a:hover {
	box-shadow: inset 0 100px 0 0 #cca699;
}
	
/* - recent posts - */

.post-dat,
section .rpwe-block .rpwe-comment {
	color: #ccc;
}

section .rpwe-block h3,
section .rpwe-block .rpwe-comment { 
	font-size: 1em; 
	display: block !important;
}
section .rpwe-block h3 a:hover {
	color: #cca699;
}
section .rpwe-summary {
	font-size: 1.3em;
	text-transform: none;
	letter-spacing: 0;
}

/* - instagram - */

.sbi_header_text h3 {
	color: #222 !important;
	font-size: 0.7em !important;
	letter-spacing: 1px !important;
}
.sbi_header_text p {
	color: #222 !important;
}
.sbi_header_text p:hover {
	color: #cca699 !important;
}
.sbi a.sbi_load_btn,
.sbi .sbi_follow_btn a {
	font-size: 0.6em !important;
	letter-spacing: 2px;
	border-radius: 0px !important;
	padding: 10px 15px !important;
	display: block !important;
	width: 100% !important;
	opacity: 1 !important;
}
.sbi .sbi_follow_btn {
	margin-left: 0 !important;
	width: 100% !important;
}
.sbi a.sbi_load_btn:hover,
.sbi .sbi_follow_btn a:hover {
	background: #222 !important;
	opacity: 1 !important;
}

/* - calendar - */

.widget_calendar {
	font-size: 0.6em;
	text-align: center;
	letter-spacing: 2px;
}
.widget_calendar caption {
	margin-bottom: 15px;
}
.widget_calendar tfoot tr {
	border-top: 1px solid #cca699;
} 
.widget_calendar a {
	color: #222;
	font-weight: bold;
}
.widget_calendar #prev a,
.widget_calendar #next a {
	color: #222;
}

/* - text widget - */

.textwidget {
	font-size: 0.9em;
	text-transform: none;
	letter-spacing: 0;
}
.textwidget a {
	color: #222;
	font-weight: bold;
}
.textwidget a:hover {
	color: #cca699;
}

/* - rss Feed - */

.rssSummary {
	font-size: 1.3em;
	text-transform: none;
	letter-spacing: 0;
	margin-top: 10px;
}
.widget_rss .rss-date {
	color: #ccc;
}
.widget_rss cite {
	color: #ccc;
	font-style: normal !important;
	margin-top: 15px;
	display: block;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# INFINITE SCROLL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# MEDIA
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin: 1em 0 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* Ensure center-aligned captions center-align properly. */
.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/* Give some padding to floated elements, to prevent them butting up against text. */
.wp-caption.alignleft {
  margin-right: 20px;
}
.wp-caption.alignright {
  margin-left: 20px;
}
.wp-caption-text {
  text-align: center;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
## galleries
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
	text-align: center;
	padding: 0 3px;
	margin: 0;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# MEDIA QUERIES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
## smartphones (portrait) - 1 column
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media only screen 
	and (max-width : 320px) {

		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		# BUTTONS
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
		a.more-link,
		a.more-link:visited,
		a.read-more,
		a.read-more:visited {
			width: 100%;
		}
		
		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		# NAVIGATION
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		## top menu
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

		.main-navigation ul {
			max-height: 500px;
			overflow-y: scroll;
		}
	
		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		# LAYOUT
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		## posts
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	
		.post-thumbnail { 
			height: 150px;
		}
		
		.content-area,
		#secondary {
			padding: 0 15px;
		}
	
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
## smartphone + tablet - landscape - 2 column
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media only screen 
	and (min-width : 361px) {
	
		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		# NAVIGATION
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
		
		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		## top menu
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

		/* - small menu - */

		.main-navigation ul {
			display: none;
		}

		.menu-toggle {
			padding: 17px 20px 17px !important;
			width: 100%;
		}
		button.menu-toggle:hover,
		button.menu-toggle:focus {
			outline: none;
		}
		.menu-toggle,
		.sub-menu-toggle {
			display: block;
		}
		.menu-toggle,
		.main-navigation.toggled ul {
			display: block;
		}
		.sub-menu-toggle {
			padding: 5px 15px;
			display: block;
			width: 100px;
			position: absolute;
			right: 0;
			top: 0;
		}
	
		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		# LAYOUT
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

		.site-main {
			width: 100%;
			padding: 15px;
			margin: 0;
		}
		.site-content .widget-area {
			width: 100%;
		}
		
		#secondary {
			padding: 0 15px;
		}

		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		## posts
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


		h2.entry-title {
			font-size: 0.8em;
		}
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
## laptops + desktops
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media only screen 
	and (min-width : 1224px) {
	
		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		# BUTTONS
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

		button,
		input[type="button"],
		input[type="reset"],
		input[type="submit"] {
			font-size: 0.6em;
		}

		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		# NAVIGATION
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		## main menu
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

		.main-navigation ul ul li a:before {
			content: "";
		}
		.main-navigation {
			display: block;
			position: relative;
		}
		.main-navigation ul {
			padding: 0;
			display: block;
		}
		.main-navigation li {
			padding: 5px;
			display: inline-block;
			position: relative;
		}
		.main-navigation li a {
			padding: 15px !important;
		}
		.main-navigation li a:hover {	}
		.menu-toggle {
			display: none;
		}
		.main-navigation ul ul {
			padding-top: 5px;
		}
		.main-navigation ul ul li {
			text-align: left;
			margin-top: 0;
		}
		.main-navigation ul ul ul {
			padding-left: 0;
			margin-top: 0;
		}
		.sub-menu {
			width: 100% !important;
		}
		.main-navigation .sub-menu .sub-menu {
			margin-top: -5px;
			margin-left: 0px;
		}
		.main-navigation ul ul li {
			border-left: 1px solid #fff;
		}
		.main-navigation ul ul li {
			background: #cca699;
			width: 225px;
		}
		.main-navigation ul li> ul,
		.main-navigation ul li.focus> ul,
		.main-navigation ul li:hover> ul {
			border: none;
			margin: auto;
			display: none;
			position: relative;
			top: 0;
			left: 0;
		}
		.main-navigation ul li.focus> ul,
		.main-navigation ul li:hover> ul {
			display: block;
			position: absolute;
			top: auto;
			left: -5px;
		}
		.main-navigation ul ul li:hover> ul,
		.main-navigation ul ul li.focus> ul {
			position: absolute;
			top: 0;
			left: 100%;
		}

		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		# LAYOUT
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

		.spacer {
			height: 100px;
		}
		#primary{ 
			padding: 0 150px;
		}
		.content-area {
			padding: 0;
			margin: 0 -31% 0 0;
			width: 100%;
			float: left;
		}
		.content-area-full-width-with-sidebar {
			margin: 50px 0 0 0;
			width: 100%;
		}
		.content-area-full-width-with-sidebar .site-main {
			width: 100% !important;
		}
		.site-main {
			width: 70%;
			margin: 0 25% 0 0;
		}
		.site-content .widget-area {
			width: 20%;
			float: left;
			overflow: hidden;
		}
		.site-header { padding: 0; }

		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		## topbar
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

		.topbar .top-menu {
			position: relative;
			z-index: 9996;
		}
		.topbar .social-homes {
			display: block;
			position: absolute;
			top: 15px;
			right: 15px;
			z-index: 9998;
		}

		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		## header
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

		h1.site-title {
			font-size: 3em;
			letter-spacing: 5px;
		}
		h2.site-description {
			font-size: 0.9em;
			letter-spacing: 3px;
		}

		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		## posts
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

		#main article {
			display: block;
			min-width: 100%;
		}
		
		#main article .post-thumbnail {
			padding: 0;
			margin: 0 2% 0 0;
			width: 43%;
			display: inline-block;
			vertical-align: top;
		}
		#main article .entry-meta { display: none; }
		#main article .entry-content {
			width: 50%;
			display: inline-block;
			vertical-align: top;
		}
		#main article .entry-content p { margin: 0; }
		
		#main article:first-child .post-thumbnail {
			height: 400px;
			width: 100%;
		}
		#main article:first-child .entry-content { width: 100%; }
		#main article:first-child .entry-content p { margin: 15px 0; }

		.entry-header .post-cat {
			font-size: 0.6em;
		}

		h2.entry-title {
			font-size: 0.9em;
			letter-spacing: 2px;
			margin-top: 250x;
		}

		.entry-meta {
			font-size: 0.7em;
		}

		a.more-link,
		a.more-link:visited,
		a.read-more,
		a.read-more:visited {
			font-size: 0.6em;
			width: 40%;
		}

		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		# WIDGETS
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

		#secondary {
			margin-top: 25px;
		}
		h2.widget-title {
			margin-top: 0;
		}
		.widget ul {
			font-size: 0.6em;
		}
	
	}
	



