/*
Theme Name: Rosalie
Theme URI: http://www.demo.silocreativo.com/rosalie
Description: Rosalie is an elegant, minimalistic and responsive modern WordPress theme built specifically for bloggers who love craft, lifestyle, fashion and generally are cool people. Designed for WordPress.org.


Author: SiloCreativo
Author URI: http://www.silocreativo.com
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, right-sidebar, three-columns, two-columns, featured-images, custom-menu, custom-header, custom-background, custom-colors, sticky-post, editor-style, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
Text Domain: rosalie

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.
*/

/******************************************************************


------------ MAP ------------

01. RESET
02. TIPOGRAPHY
03. PATTERNS
04. GRIDS & SITE
05. HEADER STYLES
06. NAVIGATION STYLES
07. POSTS & CONTENT STYLES
08. PAGE NAVI STYLES
09. COMMENT STYLES
10. COMMENT FORM STYLES
11. SIDEBARS & ASIDES
12. FOOTER STYLES
13. MEDIA QUERIES

******************************************************************/

/**
 * 01. RESET
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * -----------------------------------------------------------------------------------------------------------------------------------
 */
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

/**
 * 02. TIPOGRAPHY
 *
 * -------------------------------------------------------------------------------------------------------------------------------------------------------
 */
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'Lora', serif;
}

body {
	color: #393939;
	padding: 0;
	border: 0;
	margin: 0 auto;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	background-color: #fff;
	overflow-y: scroll;
}
a {
	color: #d3b062;
	text-decoration: none;
}
a:hover {
	color: #c1c1c1;
	outline: 0;
}
a:focus,
:focus {
	outline: 0;
}
a:active,
a:visited {
	outline: 0;
}
h1, h2, h3, h4, h5, h6  {
	clear: both;
	font-family: 'Montserrat', sans-serif;
	text-transform: none;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
}
h1 {
	margin: 40px 0 20px;
	font-size: 24px;
	font-size: 1.5rem;
}
h2 {
	margin: 35px 0 15px;
	font-size: 20px;
	font-size: 1.25rem;
}
h3 {
	margin: 30px 0 10px;
	font-size: 17px;
	font-size: 1.065rem;
}
h4 {
	margin: 25px 0 15px;
	font-size: 15px;
	font-size: 0.9375rem;
}
h5 {
	margin: 20px 0 8px;
	font-size: 14px;
	font-size: 0.875rem;
}
h6 {
	margin: 20px 0 8px;
	font-size: 13px;
	font-size: 0.8125rem;
}
address {
	font-style: italic;
	line-height: 1.5;
	margin: 0 0 24px;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
	color: #000;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
p {
	line-height: 1.5;
	margin: 0 0 24px;
	font-size: 15px;
	font-size: 0.9375rem;
}
code,
kbd,
pre,
samp {
	font-family: Consolas, Monaco, monospace;
	_font-family: 'courier new', monospace;
	font-size: 16px;
	font-size: 1rem;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}
pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 16px;
	font-size: 1rem;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	line-height: 1.35;
}
blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}
blockquote {
	padding: 0;
	position: relative;
	margin: 40px 0;
	color: #626262;
	font-style: italic;
}
blockquote p {
	font-style: italic;
	padding-left: 20px;
	border-left: 4px solid #d3b062;
	margin-left: 30px;
	color: #626262;
}
blockquote blockquote {
	margin-left: 20px;
}
blockquote cite,
blockquote small {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	text-transform: uppercase;
	font-style: normal;
	font-family: 'Lora', serif;
	color: #000;
}
small {
	font-size: smaller;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dt {
	font-weight: bold;
}
menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.75;
}
dl {
	line-height: 1.75;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}
li > ul,
li > ol {
	margin: 0;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input {
	line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	*height: 13px;
	*width: 13px;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0 0 20px;
	width: 100%;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
caption {
	font-size: 16px;
	font-size: 1rem;
	margin: 20px 0;
}
th {
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #ededed;
	font-family: 'Lora', serif;
	font-size: 14px;
	padding: 8px 10px 8px 0;
}
td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	border-color: #000;
	border-style: solid;
	border-width: 1px;
}

/**
 * 03. PATTERNS
 * --------------------------------------------------------------------------------------------------------------------------------------------
 */

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment:before,
.comment:after {
	content: "";
	display: table;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.assistive-text:hover,
.assistive-text:active,
.assistive-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	top: 5px;
	left: 5px;
	text-decoration: none;
	height: auto;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Buttons */
a.more-link,
.st-button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.comment-navigation a,
.nav-links .nav-previous,
.nav-links .nav-next,
a.comment-reply-link {
	background-color: #ececec;
	display: inline-block;
	padding: 10px 25px;
	color: #000;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border: 0;
	outline: 0;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-o-transition: .2s all linear;
	transition: .2s all linear;
	letter-spacing: 1px;
}
a.more-link:hover,
.st-button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.comment-navigation a:hover,
.nav-links .nav-previous:hover,
.nav-links .nav-next:hover,
a.comment-reply-link:hover {
	border: 0;
	color: #000;
	background-color: #ddd;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-o-transition: .2s all linear;
	transition: .2s all linear;
}
a.more-link:active,
.st-button:active,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
.comment-navigation a:active,
.nav-links .nav-previous:active,
.nav-links .nav-next:active,
a.comment-reply-link:active {
	background-color: #000;
	color: #fff;
	border: 0;
	-webkit-transition: 0s all linear;
	-moz-transition: 0s all linear;
	-o-transition: 0s all linear;
	transition: 0s all linear;
}
a.more-link:not(:active),
.st-button:not(:active),
button:not(:active),
input[type="submit"]:not(:active),
input[type="button"]:not(:active),
input[type="reset"]:not(:active),
.comment-navigation a:not(:active),
.nav-links .nav-previous:not(:active),
.nav-links .nav-next:not(:active),
a.comment-reply-link:not(:active) {
	-webkit-transition: .8s all linear;
	-moz-transition: .8s all linear;
	-o-transition: .8s all linear;
	transition: .8s all linear;
}

.meta-section {
overflow: hidden;
position: relative;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.jetpack_subscription_widget #subscribe-email input,
.widget_blog_subscription input[type="text"] {
	border: 1px solid #000;
	padding: 8px;
	width: 100%;
	background-color: transparent;
	font-family: 'Lora', serif;
	font-size: 14px;
	font-size: 0.875rem;
	color: #393939;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.post-password-required input[type="password"] {
	margin: 20px 0;
}
.widget_blog_subscription input[type="text"] {
	border: 1px solid #fff;
	background-color: #fff;
}

/* Form fields, general styles first. */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
.jetpack_subscription_widget #subscribe-email input:focus,
.widget_blog_subscription input[type="text"]:focus {
	border: 1px solid #d3b062;
	outline: 0;
}
textarea, input { outline: none; }

/* Placeholder text color -- selectors need to be in separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}
:-moz-placeholder {
	color: #7d7b6d;
}
::-moz-placeholder {
	color: #7d7b6d;
}
:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
	height: auto;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content iframe,
.entry-summary iframe,
.comment-content iframe,
.PDS_Poll {
	margin-bottom: 20px !important;
}
.entry-content object + *,
.entry-summary object + *,
.comment-content object + * {
	margin-top: 20px;
}

/* Override the Twitter embed fixed width. */
.twitter-tweet-rendered {
	max-width: 100% !important;
}
/* Fix the Twitter embed aligns. */
.twitter-tweet-rendered[style*="float: right"] {
	margin-left: 24px !important;
}
.twitter-tweet-rendered[style*="float: left"] {
	margin-right: 24px !important;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
blockquote.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}
.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}
blockquote.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}
.wp-caption .wp-caption-text,
.entry-caption {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.5;
	text-transform: none;
	color: #757575;
	padding-top: 5px;
	font-style: italic;
	margin-bottom: 30px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Transitions */
a {
	-webkit-transition: .08s all linear;
	-moz-transition: .08s all linear;
	-o-transition: .08s all linear;
	transition: .08s all linear;
	}

/**
 * 04. GRIDS & SITE
 *
 * ----------------------------------------------------------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container {
		width: 558px;
	}
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	display: table;
	content: " ";
}
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666666666666%;
}
.col-xs-10 {
	width: 83.33333333333334%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666666666666%;
}
.col-xs-7 {
	width: 58.333333333333336%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666666666667%;
}
.col-xs-4 {
	width: 33.33333333333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.666666666666664%;
}
.col-xs-1 {
	width: 8.333333333333332%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666666666666%;
}
.col-xs-pull-10 {
	right: 83.33333333333334%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666666666666%;
}
.col-xs-pull-7 {
	right: 58.333333333333336%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666666666667%;
}
.col-xs-pull-4 {
	right: 33.33333333333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.666666666666664%;
}
.col-xs-pull-1 {
	right: 8.333333333333332%;
}
.col-xs-pull-0 {
	right: 0;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666666666666%;
}
.col-xs-push-10 {
	left: 83.33333333333334%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666666666666%;
}
.col-xs-push-7 {
	left: 58.333333333333336%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666666666667%;
}
.col-xs-push-4 {
	left: 33.33333333333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.666666666666664%;
}
.col-xs-push-1 {
	left: 8.333333333333332%;
}
.col-xs-push-0 {
	left: 0;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
	margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
	margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
@media (min-width: 576px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666666666666%;
	}
	.col-sm-10 {
		width: 83.33333333333334%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666666666666%;
	}
	.col-sm-7 {
		width: 58.333333333333336%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666666666667%;
	}
	.col-sm-4 {
		width: 33.33333333333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.666666666666664%;
	}
	.col-sm-1 {
		width: 8.333333333333332%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666666666666%;
	}
	.col-sm-pull-10 {
		right: 83.33333333333334%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666666666666%;
	}
	.col-sm-pull-7 {
		right: 58.333333333333336%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666666666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.666666666666664%;
	}
	.col-sm-pull-1 {
		right: 8.333333333333332%;
	}
	.col-sm-pull-0 {
		right: 0;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666666666666%;
	}
	.col-sm-push-10 {
		left: 83.33333333333334%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666666666666%;
	}
	.col-sm-push-7 {
		left: 58.333333333333336%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666666666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.666666666666664%;
	}
	.col-sm-push-1 {
		left: 8.333333333333332%;
	}
	.col-sm-push-0 {
		left: 0;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666666666666%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333333334%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666666666666%;
	}
	.col-sm-offset-7 {
		margin-left: 58.333333333333336%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666666666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.666666666666664%;
	}
	.col-sm-offset-1 {
		margin-left: 8.333333333333332%;
	}
	.col-sm-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 768px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666666666666%;
	}
	.col-md-10 {
		width: 83.33333333333334%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666666666666%;
	}
	.col-md-7 {
		width: 58.333333333333336%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666666666667%;
	}
	.col-md-4 {
		width: 33.33333333333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.666666666666664%;
	}
	.col-md-1 {
		width: 8.333333333333332%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666666666666%;
	}
	.col-md-pull-10 {
		right: 83.33333333333334%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666666666666%;
	}
	.col-md-pull-7 {
		right: 58.333333333333336%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666666666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.666666666666664%;
	}
	.col-md-pull-1 {
		right: 8.333333333333332%;
	}
	.col-md-pull-0 {
		right: 0;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666666666666%;
	}
	.col-md-push-10 {
		left: 83.33333333333334%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666666666666%;
	}
	.col-md-push-7 {
		left: 58.333333333333336%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666666666667%;
	}
	.col-md-push-4 {
		left: 33.33333333333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.666666666666664%;
	}
	.col-md-push-1 {
		left: 8.333333333333332%;
	}
	.col-md-push-0 {
		left: 0;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666666666666%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333333334%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666666666666%;
	}
	.col-md-offset-7 {
		margin-left: 58.333333333333336%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666666666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.666666666666664%;
	}
	.col-md-offset-1 {
		margin-left: 8.333333333333332%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 992px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666666666666%;
	}
	.col-lg-10 {
		width: 83.33333333333334%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666666666666%;
	}
	.col-lg-7 {
		width: 58.333333333333336%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666666666667%;
	}
	.col-lg-4 {
		width: 33.33333333333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.666666666666664%;
	}
	.col-lg-1 {
		width: 8.333333333333332%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666666666666%;
	}
	.col-lg-pull-10 {
		right: 83.33333333333334%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666666666666%;
	}
	.col-lg-pull-7 {
		right: 58.333333333333336%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666666666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.666666666666664%;
	}
	.col-lg-pull-1 {
		right: 8.333333333333332%;
	}
	.col-lg-pull-0 {
		right: 0;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666666666666%;
	}
	.col-lg-push-10 {
		left: 83.33333333333334%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666666666666%;
	}
	.col-lg-push-7 {
		left: 58.333333333333336%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666666666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.666666666666664%;
	}
	.col-lg-push-1 {
		left: 8.333333333333332%;
	}
	.col-lg-push-0 {
		left: 0;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666666666666%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333333334%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666666666666%;
	}
	.col-lg-offset-7 {
		margin-left: 58.333333333333336%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666666666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.666666666666664%;
	}
	.col-lg-offset-1 {
		margin-left: 8.333333333333332%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 1200px) {
	.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
		float: left;
	}
	.col-xl-12 {
		width: 100%;
	}
	.col-xl-11 {
		width: 91.66666666666666%;
	}
	.col-xl-10 {
		width: 83.33333333333334%;
	}
	.col-xl-9 {
		width: 75%;
	}
	.col-xl-8 {
		width: 66.66666666666666%;
	}
	.col-xl-7 {
		width: 58.333333333333336%;
	}
	.col-xl-6 {
		width: 50%;
	}
	.col-xl-5 {
		width: 41.66666666666667%;
	}
	.col-xl-4 {
		width: 33.33333333333333%;
	}
	.col-xl-3 {
		width: 25%;
	}
	.col-xl-2 {
		width: 16.666666666666664%;
	}
	.col-xl-1 {
		width: 8.333333333333332%;
	}
	.col-xl-pull-12 {
		right: 100%;
	}
	.col-xl-pull-11 {
		right: 91.66666666666666%;
	}
	.col-xl-pull-10 {
		right: 83.33333333333334%;
	}
	.col-xl-pull-9 {
		right: 75%;
	}
	.col-xl-pull-8 {
		right: 66.66666666666666%;
	}
	.col-xl-pull-7 {
		right: 58.333333333333336%;
	}
	.col-xl-pull-6 {
		right: 50%;
	}
	.col-xl-pull-5 {
		right: 41.66666666666667%;
	}
	.col-xl-pull-4 {
		right: 33.33333333333333%;
	}
	.col-xl-pull-3 {
		right: 25%;
	}
	.col-xl-pull-2 {
		right: 16.666666666666664%;
	}
	.col-xl-pull-1 {
		right: 8.333333333333332%;
	}
	.col-xl-pull-0 {
		right: 0;
	}
	.col-xl-push-12 {
		left: 100%;
	}
	.col-xl-push-11 {
		left: 91.66666666666666%;
	}
	.col-xl-push-10 {
		left: 83.33333333333334%;
	}
	.col-xl-push-9 {
		left: 75%;
	}
	.col-xl-push-8 {
		left: 66.66666666666666%;
	}
	.col-xl-push-7 {
		left: 58.333333333333336%;
	}
	.col-xl-push-6 {
		left: 50%;
	}
	.col-xl-push-5 {
		left: 41.66666666666667%;
	}
	.col-xl-push-4 {
		left: 33.33333333333333%;
	}
	.col-xl-push-3 {
		left: 25%;
	}
	.col-xl-push-2 {
		left: 16.666666666666664%;
	}
	.col-xl-push-1 {
		left: 8.333333333333332%;
	}
	.col-xl-push-0 {
		left: 0;
	}
	.col-xl-offset-12 {
		margin-left: 100%;
	}
	.col-xl-offset-11 {
		margin-left: 91.66666666666666%;
	}
	.col-xl-offset-10 {
		margin-left: 83.33333333333334%;
	}
	.col-xl-offset-9 {
		margin-left: 75%;
	}
	.col-xl-offset-8 {
		margin-left: 66.66666666666666%;
	}
	.col-xl-offset-7 {
		margin-left: 58.333333333333336%;
	}
	.col-xl-offset-6 {
		margin-left: 50%;
	}
	.col-xl-offset-5 {
		margin-left: 41.66666666666667%;
	}
	.col-xl-offset-4 {
		margin-left: 33.33333333333333%;
	}
	.col-xl-offset-3 {
		margin-left: 25%;
	}
	.col-xl-offset-2 {
		margin-left: 16.666666666666664%;
	}
	.col-xl-offset-1 {
		margin-left: 8.333333333333332%;
	}
	.col-xl-offset-0 {
		margin-left: 0;
	}
}
/* visible content */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl {
	display: none !important;
}
@media (max-width: 543px) {
	.visible-xs {
		display: block !important;
	}
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.visible-sm {
		display: block !important;
	}
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-md {
		display: block !important;
	}
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-lg {
		display: block !important;
	}
	.hidden-lg {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.visible-xl {
		display: block !important;
	}
	.hidden-xl {
		display: none !important;
	}
}
/* text aligns */
.textleft-xs {
	text-align: left;
}
.textright-xs {
	text-align: right;
}
.textcenter-xs {
	text-align: center;
}
@media (min-width: 576px) {
	.textleft-sm {
		text-align: left;
	}
	.textright-sm {
		text-align: right;
	}
	.textcenter-sm {
		text-align: center;
	}
}
@media (min-width: 768px) {
	.textleft-md {
		text-align: left;
	}
	.textright-md {
		text-align: right;
	}
	.textcenter-md {
		text-align: center;
	}
}
@media (min-width: 992px) {
	.textleft-lg {
		text-align: left;
	}
	.textright-lg {
		text-align: right;
	}
	.textcenter-lg {
		text-align: center;
	}
}
@media (min-width: 1200px) {
	.textleft-xl {
		text-align: left;
	}
	.textright-xl {
		text-align: right;
	}
	.textcenter-xl {
		text-align: center;
	}
}

.site {
	margin: 0 auto;
	width: 100%;
	border: 0
}
.site-main {
	position: relative;
}


/**
 * 05. HEADER STYLES
 *
 * ----------------------------------------------------------------------------------------------------------------------------
 */

.site-header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 70;
	background-color: #ececec;
}
.image-header {
	padding: 0;
	margin-top: 20px;
}
.image-header-flexible {
	margin-top: 15px;
	margin-bottom: 15px;
}
.site-title,
.site-description,
.site-title-logo {
	text-align: center;
	padding: 0;
	margin: 0;
	color: #000;
	line-height: 1.15;
	font-weight: 400;
	margin: 15px;
}
.site-title {
	font-size: 32px;
	font-size: 2rem;
}
.site-title a {
	color: #000;
	border: none;
}
.site-description {
	font-size: 12px;
	font-size: 0.75rem;
	font-family: 'Montserrat', serif;
	text-transform: uppercase;
	position: relative;
	padding-top: 20px;
	font-weight: 700;
	letter-spacing: 1px;
}
.site-description:before {
	position: absolute;
	top: -3px;
	width: 200px;
	height: 1px;
	content: " ";
	background-color: #d3b062;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.site-description:after {
	position: absolute;
	top: -14px;
    height: 24px;
    width: 24px;
	content: " ";
	background-color: transparent;
	border: 1px solid #d3b062;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}
.rosalie-image-logo-link {
	display: inline-block;
	max-width: 300px;
	max-height: 200px;
	border: none;
}
a.site-logo-link {
	border: none;
	margin: 15px;
	display: block;
}
.site-logo {
	max-width: 100%;
}
.image-header ul.menu-social li a {
	color: #000;
}
.image-header ul.menu-social li a:hover {
	color: #d3b062;
}
.image-header > :first-child {
	margin-top: 0;
}
.image-header > :last-child {
	margin-bottom: 0;
}

/**
 * 06. NAVIGATION STYLES
 *
 * ----------------------------------------------------------------------------------------------------------------------------
 */

/* Navbar */
.navbar {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}
#menu-social-header-nav {
	padding: 11px 0;
}
.navbar .social-rtl {
	z-index: 3;
}
.navbar .menu-rtl {
	z-index: 1;
}

/* Small menu */
.menu-toggle {
	height: 16px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 20px;
}
.menu-toggle:hover {
	color: #c1c1c1;
}
.menu-toggle i,
.menu-toggle i:after,
.menu-toggle i:before {
	display: block;
	position: absolute;
	height: 2px;
	width: 20px;
	right: 0;
	background: #d3b062;
	border-radius: 2px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.menu-toggle i:after,
.menu-toggle i:before {
	content: '';
}
.menu-toggle i:after {
	top: -14px;
}
.menu-toggle i:before {
	top: -7px;
}
.menu-toggle i {
	top: 14px;
}
.menu-toggle.open i:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -11px;
}
.menu-toggle.open i:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -11px;
}

/* Main Menu */
.main-navigation {
	display: none;
	min-height: 0;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	float: right;
	padding-bottom: 20px;
}
.nav-menu,
.nav-menu > ul {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.main-navigation li,
.main-navigation .children {
	display: block;
	float: none;
	position: relative;
	text-align: left;
}
.nav-menu li a {
	padding: 10px 0;
	color: #252525;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: .4s all linear;
	-moz-transition: .4s all linear;
	-o-transition: .4s all linear;
	transition: .4s all linear;
	font-weight: 700;
	word-wrap: break-word;
	border-bottom: none;
	text-align: left;
}
.nav-menu li > ul {
	background-color: transparent;
	float: none;
	margin-left: 0;
	position: relative;
	left: auto;
	top: auto;
	padding-left: 0;
}
.nav-menu .sub-menu a,
.nav-menu .children a {
	width: auto;
	text-transform: none;
	font-weight: normal;
}
.nav-menu .sub-menu a:hover,
.nav-menu .children a:hover {
}
.nav-menu li > ul a {
	width: auto;
}
.nav-menu li a:hover,
.nav-menu .current_page_item > a,
.nav-menu .current-menu-item > a {
}


/**
 * 07. POSTS & CONTENT STYLES
 * -------------------------------------------------------------------------------------------------------------------------------------
 */

.hentry {
	padding-bottom: 20px;
	padding-top: 0;
	margin-bottom: 20px;
	position: relative;
	overflow: visible;
}
.hentry:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.entry-header,
.entry-content,
.entry-summary,
.entry-meta,
.entry-footer,
.archive-title {
	width: 100%;
}


/**
 * 07.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.entry-header {
	text-align: left;
}

/* Entry Title */
.entry-title {
	margin: 0;
	padding-top: 15px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	color: #000;
	text-transform: uppercase;
	position: relative;
	word-wrap: break-word;
}
h1.entry-title {
	font-size: 16px;
	font-size: 1rem;
	text-transform: uppercase;
	line-height: 1.25;
}
.entry-title:before {
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 125px;
	content: " ";
	background-color: #d3b062;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.entry-title:after {
	position: absolute;
	bottom: -7px;
	height: 16px;
	width: 16px;
	content: " ";
	background-color: transparent;
	border: 1px solid #d3b062;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}
.entry-title a  {
	color: #000;
	text-decoration: none;
}
.entry-title a:hover{
	color: #393939;
}

/* Entry Thumbnail */
.entry-thumbnail {
	padding: 10px 0;
}
.entry-thumbnail img {
	display: block;
	margin: 0 auto;
}



/**
 * 07.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.40;
	padding: 0;
	position: relative;
	font-style: italic;
	color: #767676;
	padding: 10px 0;
}
.entry-meta span {
	display: block;
	margin-right: 0;
	margin-bottom: 0;
}
.entry-meta span a {
	color: #767676;
}
.entry-meta span a:hover {
	color: #d3b062;
}
.entry-meta span.comments-link {
	display: inline;
	margin-right: 20px;
}
.entry-meta span:last-child {
	margin-right: 0;
}
.entry-meta .fa,
.entry-meta .lnr {
	margin-right: 3px;
	font-size: 16px;
	color: #000;
	vertical-align: middle;
	margin-bottom: 2px;
}

/**
 * 07.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary {
	padding-top: 10px;
	padding-bottom: 10px;
	word-wrap: break-word;
}

/* Entry summary */
.entry-content p,
.entry-summary p,
.entry-content ul,
.entry-summary ul,
.entry-content ol,
.entry-summary ol {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.60;
}
.entry-summary p,
.entry-content p {
	margin-bottom: 20px;
}
.page-links a {
	line-height: 1.6;
}
.entry-summary a,
.entry-content a,
.page-links a {
}
.entry-summary a:hover,
.entry-content a:hover,
.page-links a:hover {
}
.entry-summary a.more-link {
	color: #000;
	display: table;
	padding: 10px 25px 10px 50px;
	text-decoration: none;
	text-align: center;
	border: none;
	outline: 0;
	background-color: #ececec;
	line-height: 1.5;
	margin-top: 20px;
	position: relative;
	width: 100%;
}
.entry-summary a.more-link:hover {
	background-color: #ddd;
	color: #000;
}
.entry-summary a.more-link:active {
	background-color: #000;
	color: #fff;
	border: none;
}
.entry-summary a.more-link:after {
	font-family: 'Linearicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e87a";
	font-size: 18px;
	position: relative;
	left: 0;
	top: 0;
	color: #d3b062;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	display: table-cell;
	vertical-align: middle;
	width: 20px;
}
.entry-summary a.more-link:hover:after {
	left: 20px;
}

/**
 * 07.4 Entry Footer
 * ----------------------------------------------------------------------------
 */
.entry-footer {
	padding-top: 10px;
	padding-bottom: 0;
}

 /**
 * 07.5 Body Classes
 * ----------------------------------------------------------------------------
 */
/* home page */

/* blog template page */

/* single template page */
.single h1.entry-title {
	color: #000;
	padding: 10px 0 20px;
	text-align: center;
	display: block;
	font-size: 1.125rem;
	font-size: 18px;
}
.single .hentry {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#primary {
	margin-top: 20px;
}

/* page template page */

/* archive template page */

/* category template page */

/* wp-admin bar */

/* fixed header */

/* tag template page */

/* gallery */

/* Image Galleries */
.gallery {
	margin-bottom: 20px;
}
.tiled-gallery p,
.gallery p {
	margin: 0 !important;
}
.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}
.gallery-columns-1 .gallery-item:nth-of-type(1n+1),
.gallery-columns-2 .gallery-item:nth-of-type(2n+1),
.gallery-columns-3 .gallery-item:nth-of-type(3n+1),
.gallery-columns-4 .gallery-item:nth-of-type(4n+1),
.gallery-columns-5 .gallery-item:nth-of-type(5n+1),
.gallery-columns-6 .gallery-item:nth-of-type(6n+1),
.gallery-columns-7 .gallery-item:nth-of-type(7n+1),
.gallery-columns-8 .gallery-item:nth-of-type(8n+1),
.gallery-columns-9 .gallery-item:nth-of-type(9n+1) {
	clear: both;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}
.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
.tiled-gallery .tiled-gallery-caption {
	font-size: 16px !important;
	font-size: 1rem !important;
	line-height: 1.25 !important;
}



/**
 * 07.6 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Sticky  */
.sticky {
	width: 100% !important;
}

/* Video */
.entry-video {
	padding: 10px 0;
}
.jetpack-video-wrapper {
	margin-bottom: 35px;
}
.entry-video.jetpack-video-wrapper {
	margin-bottom: 0;
}

/* Audio */
.entry-audio {
	padding: 10px 0;
}
#page .mejs-container,
#page .mejs-embed,
#page .mejs-embed body,
#page .mejs-container .mejs-controls,
#page .mejs-controls a.mejs-horizontal-volume-slider {
	background: #d3b062;
}
.mejs-container a {
	border-bottom: none !important;
}
.entry-content .mejs-container {
	margin-bottom: 20px;
}

/* Gallery */
.entry-gallery {
	padding: 10px 0;
}
.entry-gallery .gallery,
.entry-gallery .tiled-gallery {
	margin-bottom: 0;
}
/* Reblogger */
.reblogger-note blockquote {
	min-height: 0;
}
.reblogger-note blockquote p {
	font-size: 16px !important;
	font-size: 1rem !important;
	line-height: 1.55;
}
.reblogger-note blockquote:before {
	content: none;
}
.reblog-post .reblog-source {
	font-weight: normal;
}

/* Featured  */
.featured-content {
	margin-top: 20px;
}
.flexslider {
	overflow: hidden;
	background: transparent;
}
.flexslider .slides > li {
	position: relative;
	background-color: #000;
}
.flexslider .slides > li .hentry {
	width: 80%;
	margin: auto 10%;
	position: relative;
	padding: 30px 15px;
}
.flexslider .slides > li .hentry.has-post-thumbnail {
	width: 80%;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 15px;
	-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
}
.flexslider .slides > li .flexslider-link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.flexslider .slides > li .flexslider-link:before {
	content: '';
	position: absolute;
	border: 1px solid #fff;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	top: 10px;
	left: 10px;
}
.flexslider .slides h1.entry-title,
.flexslider .slides .entry-meta {
	color: #fff;
}
.flexslider .slides h1.entry-title:before {
	background-color: #fff;
}
.flexslider .slides h1.entry-title:after {
	content: none;
}
.flexslider .slides h1.entry-title {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.flexslider .slides .entry-meta span {
	margin-bottom: 0;
	line-height: 1.25;
}
.flexslider .slides .entry-meta {
	padding: 8px 0 0;
}
.flex-direction-nav a {
	width: 30px;
	height: 30px;
	margin: -15px 0 0;
	color: #fff;
	text-shadow: none;
	opacity: 1;
}
.flexslider .flex-direction-nav a:before {
	display: inline-block;
	font-family: 'Linearicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	font-size: 24px;
	color: #fff;
	text-shadow: none;
}
.flexslider .flex-direction-nav a.flex-prev:before {
	content: "\e875";
}
.flexslider .flex-direction-nav a.flex-next:before {
	content: "\e876";
}
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 15px;
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 15px;
}
.flexslider .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	-webkit-transition: .6s all linear;
	-moz-transition: .6s all linear;
	-o-transition: .6s all linear;
	transition: .6s all linear;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .45)));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .45));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .45));
	background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.45));
}



/**
 * 07.7 Attachments
 * ----------------------------------------------------------------------------
 */

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font: 400 32px 'Lora', serif;
	vertical-align: -webkit-calc(-4px);
	vertical-align:         calc(-4px);
}

/**
 * 07.8 Archives
 * ----------------------------------------------------------------------------
 */

.archive-navigation {
	padding: 30px 0;
	clear: both;
}

.archive-header,
.archive-title,
.archive-meta {
	width: 100%;
}
.page-header,
.archive-header {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

/* Archive title */
.page-title,
.archive-title {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: none;
	text-align: center;
	color: #000;
	font-weight: 400;
	line-height: 1.25;
}

/* Archive meta or description */
.archive-meta,
.taxonomy-description {
	margin: 0;
	font-size: 15px;
	font-size: 0.935rem;
	width: 100%;
	font-style: italic;
}
.taxonomy-description p:last-child {
	margin-bottom: 0;
}


/**
 * 07.9 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.error-header,
.error-title,
.error-content, {
}



/**
 * 07.10 404
 * ----------------------------------------------------------------------------
 */

.error404 .entry-header {
	padding-top: 40px;
}
.error-header {
	margin-bottom: 20px;
}
.error-title {
	font-size: 120px;
	font-size: 7.5rem;
	font-weight: 700;
	text-transform: none;
	margin: 10px 0 50px;
}
.error-content {
}

/**
 * 07.11 Shortcodes
 * ----------------------------------------------------------------------------
 */


/* ------- Multicoumns Shortcode ------- */
.one-second,
.one-third,
.two-third,
.one-fourth,
.two-fourth,
.three-fourth {
	width:100%;
}
.one-second,
.one-third,
.two-third,
.one-fourth,
.two-fourth,
.three-fourth {
	float:left;
	margin-right:0;
	margin-bottom: 20px;
	position:relative;
}
.last {
	clear:right;
	margin-right:0 !important;
}
.divider {
	width: 100%;
	margin-bottom: 15px;
	padding-top: 15px;
	display: block;
	clear: both;
}

/* ------- Infoboxes ------- */
.white-box,
.blue-box,
.yellow-box,
.red-box,
.green-box,
.lightgrey-box,
.grey-box,
.dark-box {
	margin: 35px 0;
	padding: 25px;
	overflow:hidden;
	line-height:1.45;
}
#content .white-box p,
#content .blue-box p,
#content .yellow-box p,
#content .red-box p,
#content .green-box p,
#content .lightgrey-box p,
#content .grey-box p,
#content .dark-box p {
	margin: 0 0 30px;
}
.white-box {
	background:#fff;
	border:2px solid #333;
}
.blue-box {
	background:#E5F4FB;
	border:2px solid #C6D9E9;
	color:#8EA4AF;
}
.yellow-box {
	background:#FFFFE0;
	border:2px solid #E6DB55;
	color:#CC9F3B;
}
.red-box {
	background:#FFE6E6;
	border:2px solid #F27070;
	color:#DD6666;
}
.green-box {
	background:#EFF8E6;
	border:2px solid #D6EEBD;
	color:#89A270;
}
.grey-box {
	background:#CBCACA;
	border:2px solid #B2B2B2;
	color:#6D6C6C;
}


/* ------- Buttons ------- */
.st-button {
	display:inline-block;
	cursor:pointer;
}
.st-button:hover {
	color:#fff !important;
}
#page a.st-button {
	margin:10px 10px 10px 0;
	color:#fff;
	border:2px solid transparent;
}
#page a.st-button:hover {
	text-decoration: none;
}
.st-button.red {background:#e74c3c;}
.st-button.red:hover {background:#ec7063;}
.st-button.red:active {background:#c44133;}
.st-button.green {background:#1abc9c;}
.st-button.green:hover {background:#48c9b0;}
.st-button.green:active {background:#16a085;}
.st-button.blue {background:#3498db;}
.st-button.blue:hover {background:#5dade2;}
.st-button.blue:active {background:#2c81ba;}
.st-button.yellow {background:#f1c40f;}
.st-button.yellow:hover {background: #f5d313;}
.st-button.yellow:active {background: #cda70d;}
.st-button.purple {background: #8E44AD;}
.st-button.purple:hover {background: #9B59B6;}
.st-button.purple:active {background: #8F47AE;}
.st-button.grey {background: #bdc3c7; color: #fff;}
.st-button.grey:hover {background: #cacfd2; color: #fff;}
.st-button.grey:active {background: #a1a6a9; color: #fff;}
.st-button.black {background: #34495e; color: #fff;}
#page .st-button.black:hover {background: #415b76; color: #fafafa;}
#page .st-button.black:active {background: #2c3e50; color: #fafafa;}

 /**
 * 08. PAGE NAVI STYLES
 *
 * -------------------------------------------------------------------------------------------------------------------------------------------------------
 */

.page-links {
	margin-bottom: 20px;
	margin-top: 20px;
	color: #000;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 400;
}
.page-links a {
	font-size: 12px;
	padding: 4px 10px;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	background-color: #ececec;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-o-transition: .2s all linear;
	transition: .2s all linear;
	margin: 0 2px 5px;
	display: inline-block;
	white-space: nowrap;
}
.page-links a:hover {
	background-color: #ddd;
    color: #000;
}
.navigation .nav-previous,
.navigation .nav-next {
	max-width: 100%;
	display: block;
	word-wrap: break-word;
	margin-bottom: 10px;
}
.navigation .nav-links a {
	padding: 10px 25px;
	display: block;
	border: none;
	color: #000;
}
.navigation .nav-links a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #000;
	border: none;
}
.navigation .nav-links a:active,
.navigation .nav-links > div:active a {
	text-decoration: none;
	color: #fff;
}
.posts-navigation {
	padding: 0 15px 20px;
	margin-bottom: 20px;
	clear: both;
}
.posts-navigation .nav-links,
.post-navigation .nav-links {
	margin: 0 auto;
	width: 100%;
}
.post-navigation {
}
.nav-links .nav-previous,
.nav-links .nav-next {
	padding: 0;
}
.nav-links .nav-previous a:before,
.nav-links .nav-next a:after {
	display: inline-block;
	font-family: 'Linearicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	font-size: 15px;
}
.nav-links .nav-previous a:before {
	content: "\e875";
	padding-right: 8px;
}
.nav-links .nav-next a:after {
	content: "\e876";
	padding-left: 8px;
}



/**
 * 09. COMMENT STYLES & 10. COMMENT FORM STYLES
 * ----------------------------------------------------------------------------
 */

/* General Styles */
 #comments {
}
#page .comments-title,
#page .comment-reply-title,
#page .no-comments {
	text-align: center;
	padding: 10px 0 20px;
	display: block;
	text-transform: uppercase;
	position: relative;
	font-size: 16px;
	font-size: 1rem;
}
.comments-title:before,
.comment-reply-title:before,
.no-comments:before {
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 125px;
	content: " ";
	background-color: #d3b062;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.comments-title:after,
.comment-reply-title:after,
.no-comments:after {
	position: absolute;
	bottom: -7px;
	height: 16px;
	width: 16px;
	content: " ";
	background-color: transparent;
	border: 1px solid #d3b062;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}
#respond #commentform {
	margin: 0 auto;
	width: 100%;
}
.comment-list {
	list-style-type: none;
	padding: 10px 0 20px;
	margin-top: 0;
	background: transparent;
}
.comment-list .children {
	list-style-type: none;
	margin-left: 15px;
	padding-left: 15px;
}


/* Coments */
.comment-body,
.comment-list article.social-twitter {
	padding: 30px 0;
	background: transparent;
	position: relative;
}
.comment-list > li > .comment-body:before {
	content: "";
	max-width: 100%;
	width: 320px;
	height: 2px;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	border-top: 1px solid #d3b062;
}
.comment-list > li:first-child > .comment-body {
	padding-top: 0;
}
.comment-list > li:first-child > .comment-body:before {
	content: none;
}
.comment-author {
}
.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
	margin-right: 15px;
	float: left;
	border-radius: 999px;
}
.comment-author .fn {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 5px;
	color: #393939;
	font-style: normal;
	font-family: 'Lora', serif;
	font-weight: 700;
	display: block;
}
a.comment-reply-link {
	padding: 7px 16px;
}
.comment-author .fn a {
	color: #393939;
	display: block;
	padding-top: 10px;
}
.comment-author .fn a:hover {
	color: #c1c1c1;
}
.comment-author span.says {
	display: none;
}
.comment-metadata {
	font-style: italic;
	font-size: 13px;
}
.bypostauthor {
}
.comment-list .edit-link {
	margin: 0 10px;
}
.comment-content,
.reply {
	float: none;
	width: 100%;
	clear: both;
}
.comment-content {
	padding-top: 10px;
	overflow: hidden;
	word-wrap: break-word;
}
h3.comment-author-name a.comment-reply-link {
}
.ping-meta {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.35;
}
.comment-awaiting-moderation:before {
	content: '\f414';
	margin-right: 5px;
	position: relative;
	top: -2px;
}

/* Comment form */
#page #respond {
	padding-top: 0;
	padding-bottom: 20px;
	margin-bottom: 0;
}
#page .comment #respond {
	padding-bottom: 0px;
}
#page #reply-title {
	margin-bottom: 20px;
	font-weight: 400;
}
#reply-title small a {
	float: right;
	overflow: hidden;
	font-size: 10px;
	display: none;
}
#reply-title small a:hover {
}
.widget-area .comment-list #reply-title,
.widget-area .comment-list #commentform {
	padding: 0;
}
#commentform .comment-notes {
	margin-bottom: 15px;
}
#commentform .comment-form-comment {
	margin-bottom: 8px;
}
#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 8px;
}
#commentform .form-submit {
	margin-top: 24px;
}
.comments-area #respond .comment-form-fields div.comment-form-field {
	margin-right: 0;
}
#commentform label[for="author"],
#commentform label[for="email"],
#commentform label[for="url"],
#commentform label[for="comment"] {
	padding: 5px 0;
	font-size: 15px;
	font-size: 0.9375rem;
}
#commentform .required {
	color: #7c7b7b;
}
#commentform textarea {
	height: 100px; /* Smaller field for mobile. */
}
.form-allowed-tags {
	display: none;
}
.comment-list .pingback .comment-body,
.comment-list .trackback .comment-body {
	position: relative;
}
.comment-navigation {
	font-size: 16px;
	font-size: 1rem;
	margin: 0 auto;
	padding: 20px 0 30px;
	width: 100%;
	text-transform: none;
}
.no-comments {
	padding-bottom: 30px;
}



/**
 * 11. SIDEBARS & ASIDES
 * ----------------------------------------------------------------------------
 */

/* Secondary Sidebar */
#secondary {
	padding-top: 20px;
	padding-bottom: 0;
}
#secondary a {
}
#secondary a:hover {
}
#secondary a:active,
#secondary a:visited {
}
#secondary .widget {
}
.widget {
	width: 100%;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	padding: 0 0 20px;
	margin-bottom: 20px;
	overflow: hidden;
	word-wrap: break-word;
}
.widget-title {
	background-color: #ececec;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 12px;
	color: #000;
	margin: 0 0 30px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	word-wrap: break-word;
	position: relative;
}
.widget-title:after {
	position: absolute;
	bottom: -8px;
	left: 48%;
	left: calc(50% - 8px);
	border: 8px solid #ececec;
	border-color: #ececec transparent;
	border-bottom: none;
	content: "";
}
.widget-title a {
	color: #000;
}

/* General Sidebar Styles */
.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget li {
	line-height: 1.5;
	padding: 5px 0;
}
.widget .children li:last-child {
	padding-bottom: 0;
}
.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

/* Search widget */
#searchform {
	position: relative;
}
#searchform .field {
	width: 100%;
}
#searchform .submit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	cursor: pointer;
	border: none;
	padding: 5px 20px;
	text-align: center;
	background-color: #000;
	color: #fff;
	-webkit-transition: .25s all linear;
	-moz-transition: .25s all linear;
	-o-transition: .25s all linear;
	transition: .25s all linear;
}
#searchform .submit:hover,
#searchform .submit:active {
	background-color: #d3b062;
	color: #fff;
}
#searchform .submit:after {
	font-family: 'Linearicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 19px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e87a";
	font-size: 18px;
	position: relative;
	left: 0;
	top: 0;
	color: #d3b062;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
}
#searchform .submit:hover:after {
	color: #fff;
}
#searchform .submit .screen-out-text {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	vertical-align: middle;
	display: inline-block;
}
#searchform input[type="text"] {
	-webkit-transition: .25s all linear;
	-moz-transition: .25s all linear;
	-o-transition: .25s all linear;
	transition: .25s all linear;
}
#searchform input[type="text"]:focus + .submit {
	padding: 5px 10px;
	background-color: #d3b062;
}
#searchform input[type="text"]:focus + .submit:after {
	color: #fff;
	padding: 0;
}
#searchform input[type="text"]:focus + .submit .screen-out-text {
	position: absolute;
	top: -9999em;
	left: -9999em;
}

#searchform input:focus::-webkit-input-placeholder {
	color: transparent!important;
}
#searchform input:focus::-moz-placeholder {
	color: transparent!important;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}
.widget_rss .rss-date,
.widget_rss li > cite,
.widget_rss .rssSummary {
	margin-bottom: 10px;
}
.widget_rss ul li {
	margin-bottom: 30px;
}

/* Calendar Widget */
.widget_calendar table {
	line-height: 2;
	margin: 0;
}
.widget_calendar caption {
	font-weight: 700;
	line-height: 1.7;
	margin-bottom: 18px;
	text-align: left;
	text-transform: uppercase;
}
.widget_calendar thead th {}
.widget_calendar tbody td,
.widget_calendar thead th {
	text-align: center;
	padding: 4px;
}
.widget_calendar tbody a {
	display: block;
}
.widget_calendar tbody a:hover {
}

.widget_calendar tbody a:hover {
}

.widget_calendar #prev {
	padding-left: 5px;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

/* Tagcloud Widget */
.widget .tagcloud {
	overflow: hidden;
}
.widget .tagcloud a,
.wp_widget_tag_cloud a,
.widget_tag_cloud a {
	font-size: 14px !important;
	padding: 2px 7px !important;
	margin: 0 10px 10px 0 !important;
	color: #000;
	border: 1px solid #d3b062;
	float: left;
	background-color: transparent;
	-webkit-transition: .6s all linear;
	-moz-transition: .6s all linear;
	-o-transition: .6s all linear;
	transition: .6s all linear;
}
.widget .tagcloud a:hover,
.wp_widget_tag_cloud a:hover,
.widget_tag_cloud a:hover {
	text-decoration: none;
	-webkit-transition: .02s all linear;
	-moz-transition: .02s all linear;
	-o-transition: .02s all linear;
	transition: .02s all linear;
	border: 1px solid #d3b062;
	color: #fff;
	outline: 0;
	background-color: #d3b062;
}
#colophon .widget .tagcloud a,
#colophon .wp_widget_tag_cloud a,
#colophon .widget_tag_cloud a {
	border: 1px solid #fff;
	color: #fff;
}
#colophon .widget .tagcloud a:hover,
#colophon .wp_widget_tag_cloud a:hover,
#colophon .widget_tag_cloud a:hover {
	border: 1px solid #fff;
	background-color: #fff;
	color: #000;
}

/* Widget Categories, Archive, Meta Widget */
.widget_archive > ul > li,
.widget_categories > ul > li,
.widget_meta > ul > li {
	color: #d3b062;
	padding: 8px 0;
}
.widget_archive > ul > li a,
.widget_categories > ul > li a,
.widget_meta > ul > li a {
	color: #000;
}
.widget_archive > ul > li a:hover,
.widget_categories > ul > li a:hover,
.widget_meta > ul > li a:hover {
	color: #d3b062;
}

/* Recent Entries and Post Widget */
.widget_recent_entries > ul > li {
	position: relative;
	padding-left: 50px;
	font-style: italic;
	font-size: 14px;
	color: #767676;
	min-height: 52px;
}
.widget_recent_entries > ul > li:before {
	font-family: 'Linearicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e802";
	width: 40px;
	height: 40px;
	background-color: #ececec;
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #d3b062;
}
.widget_recent_entries > ul > li:after {
	position: absolute;
	top: 24px;
	left: 40px;
	border: 4px solid #ececec;
	border-color: transparent #ececec;
	border-right: none;
	content: "";
}
.widget_recent_entries > ul > li a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-size: 14px;
	color: #000;
	display: block;
}
.widget_recent_entries > ul > li a:hover {
	color: #d3b062;
}


/* Recent comments Widget */
.widget_recent_comments > ul > li {
	position: relative;
	padding-left: 50px;
	counter-increment: recent-comments-counter;
	font-style: italic;
	font-size: 14px;
	color: #767676;
}
.recentcomments:before {
	content: counter(recent-comments-counter);
	width: 40px;
	height: 40px;
	background-color: #ececec;
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-style: italic;
	font-family: 'Lora', serif;
	color: #d3b062;
}
.recentcomments:after {
	position: absolute;
	top: 24px;
	left: 40px;
	border: 4px solid #ececec;
	border-color: transparent #ececec;
	border-right: none;
	content: "";
}
.widget_recent_comments > ul > li .comment-author-link {
	display: block;
}
.widget_recent_comments > ul > li .comment-author-link,
.widget_recent_comments > ul > li .comment-author-link a {
	text-transform: none;
	color: #d3b062;
	font-size: 14px;
	font-family: 'Lora', sans-serif;
}
.widget_recent_comments > ul > li a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-size: 14px;
	color: #000;
}
.widget_recent_comments > ul > li a:hover {
	color: #d3b062;
}
.widget_recent_comments tr {
	border-bottom: 10px solid transparent;
	font-size: 15px;
	font-size: 0.9375rem;
}
.widget_recent_comments td,
.widget_recent_comments table,
.widget_recent_comments tbody {
	border: 0;
}

/* Facebook Like box */
#page .widget.widget_facebook_likebox {
	padding: 0;
	background-color: transparent;
}

/* Follow Bottom */
#page .widget.widget_follow_button_widget {
	padding: 0;
	background-color: transparent;
}

/* Flickr Widget */
#page .widget.widget_flickr {
	padding: 0;
	background-color: transparent;
}
#page #flickr_badge_wrapper {
	background: transparent !important;
	border: 0 !important;
}
#flickr_badge_uber_wrapper {
	margin: 0 auto;
}
#page #flickr_badge_uber_wrapper td {
	border: 0 !important;
	text-align: center;
}
#page #flickr_badge_uber_wrapper a:hover,
#page #flickr_badge_uber_wrapper a:link,
#page #flickr_badge_uber_wrapper a:active,
#page #flickr_badge_uber_wrapper a:visited {
	color: #7c7b7b;
}

/* goodreads Widget */
#page .widget.widget_goodreads {
	padding: 0;
	background-color: transparent;
}
#page .widget_goodreads a {
	color: #000;
	border: 0;
	text-decoration: none;
}

/* Widget Authors */
.widget_authors img.avatar {
	display: block;
	margin: 0 auto;
	border-radius: 999px;
	margin-bottom: 10px;
}
.widget_authors ul li a strong {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.widget_authors li ul {
	text-align: center;
	margin: 0;
}

/* Widget Milestone */
.milestone-header strong {
	color: #fff;
}

/* Post I Like Widget */
.widgets-list-layout-links {
	float: left !important;
	width: auto !important;
	padding-left: 20px;
	max-width: calc(100% - 40px);
}
.widgets-list-layout-links > .bump-view {
	font-family: 'Lora', serif;
	font-size: 11px;
	font-size: 0.6875rem;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 2;
	color: #000;
	display: block;
}

/* Social Icons Widget */
.widget_wpcom_social_media_icons_widget ul {
	text-align: center;
}

/* Jetpack Sharedaddy */
div.sharedaddy, #content div.sharedaddy, #main div.sharedaddy {
	text-align: left;
}
#main div.sharedaddy h3.sd-title {
	font-weight: normal;
	clear: both;
	float: none;
	font-size: 14px;
	text-transform: uppercase;
}
#main .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
	background: #d3b062;
	color: #fff !important;
	border-radius: 999px;
}
#main .sd-content li > div > a,
#main .sd-content li > div > a:hover,
#main .sd-content .share-tumblr a,
#main .sd-content .share-tumblr a:hover {
	border-bottom: none;
}
#main .sd-social-official .sd-content {
	text-align: left;
}
#main .sd-social-official .sd-content ul > li {
	display: inline-block;
	float: none;
	vertical-align: middle;
}

/* author info box */
.author-info {
	padding: 15px 0;
	overflow: hidden;
	word-wrap: break-word;
}
.author-gravatar {
	width: 85px;
	float: left;
	margin-top: 10px;
}
.author-gravatar img {
	width: 70px;
	height: auto;
	margin-right: 15px;
	border-radius: 999px;
}
.author-description {
	float: left;
	width: -webkit-calc(100% - 85px);
	width: calc(100% - 85px);
}
.author-description :first-child {
	margin-top: 0;
}
.author-description :last-child {
	margin-bottom: 0;
}
.author-description h3 {
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
}

/*Infinite Scroll*/
#infinite-handle,
.infinite-loader {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
}
#main #infinite-handle span {
	background-color: #ececec;
	color: #000;
    display: inline-block;
    padding: 10px 25px;
    color: #000;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    outline: 0;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    -webkit-transition: .05s all linear;
	-moz-transition: .05s all linear;
	-o-transition: .05s all linear;
	transition: .05s all linear;
}
#main #infinite-handle span:hover {
	background-color: #ddd;
	color: #000;
}
#page #main #infinite-handle span:active {
	background-color: #000;
	color: #fff;
}
#main #infinite-handle span button {
	border: none !important;
}
.infinite-loader .spinner {
	left: 0 !important;
	top: 16px !important;
	margin: 0 auto;
}

/* Hides navigation links when infinite scroll is active */
.infinite-scroll .posts-navigation {
    display: none;
}
.infinite-scroll #main {
	padding-bottom: 40px;
}
.infinite-scroll #primary {
	margin-bottom: 40px;
}
.infinite-scroll.infinity-end #main {
	padding-bottom: 0;
}
.infinite-scroll.infinity-end #primary {
	margin-bottom: 0;
}
/* Hides navigation links and site footer when infinite scroll neverending is active */
.infinite-scroll.neverending .site-footer {
	display: none;
}
/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Related Posts section */
#main div#jp-relatedposts {
	background-color: transparent;
}
#main div#jp-relatedposts div.jp-relatedposts-items p {
	margin-bottom: 0;
	line-height: 1.6;
	background-color: transparent;
	margin-top: 5px;
}
#main div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	text-decoration: none;
	font-weight: 400;
	border: 0;
	background-color: transparent;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	text-decoration: none;
	text-transform: uppercase;
	outline: 0;
	font-family: 'Montserrat', sans-serif;
}
#main div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: none;
	background-color: transparent;
	border-bottom: none;
	color: inherit;
}
#main div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img {
	padding-bottom: 6px;
}
#main div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	font-style: italic;
}
#main div#jp-relatedposts h3.jp-relatedposts-headline {
	float: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
#main div#jp-relatedposts h3.jp-relatedposts-headline em {
	font-weight: normal;
}
#main div#jp-relatedposts a {
	text-decoration: none;
	background-color: transparent;
	border-bottom: none;
}
#main div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img, #main div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post span {
	margin: 0 auto;
}

/* Gravatar links */
.grofile-img a {
	border: none !important;
	background-color: none !important;
}

/* Gravatar Profile */
#page .widget-grofile {
	text-align: center;
}
#page .widget-grofile .grofile-meta > h4 > a {
	color: #000;
}
#page .widget-grofile .grofile-meta > h4 > a:hover {
	color: #d3b062;
}
#page .widget-grofile > img {
	width: auto;
}
#page .widget-grofile ul.grofile-accounts li {
	display: inline-block;
}

/* Widget Blockquote Text */
.widget_text blockquote {
	padding: 35px 15px;
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-color: #d3b062;
	background-image: -webkit-linear-gradient(90deg, #d3b062 10%, #d1b495 90%);
	background-image: -moz-linear-gradient(90deg, #d3b062 10%, #d1b495 90%);
	background-image: -ms-linear-gradient(90deg, #d3b062 10%, #d1b495 90%);
	background-image: -o-linear-gradient(90deg, #d3b062 10%, #d1b495 90%);
	background-image: linear-gradient(90deg, #d3b062 10%, #d1b495 90%);
}
.widget_text blockquote,
.widget_text blockquote p {
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3;
}
.widget_text blockquote p{
	padding: 0;
    margin-left: 0;
    border: 0;
}
.widget_text blockquote cite {
	font-family: 'Montserrat', sans-serif;
    color: #fff;
    display: block;
	margin-top: 25px;
}
.widget_text blockquote a {
	color: #fff;
	text-decoration: underline;
}

/* Widget Blog Subscription */
#page .widget_blog_subscription form {
	padding: 25px 15px;
	margin: 0;
	background-color: #000;
	color: #fff;
	text-align: center;
}
#page .widget_blog_subscription form p:last-child {
	margin-bottom: 0;
}
#page .widget_blog_subscription input {
	width: 100%;
}

/* WP Instagram Widget */
.widget-area .instagram-pics {
	display: block;
	margin: 0 auto;
	max-width: 472px;
}
.widget-area .instagram-pics li {
	width: 31.4%;
	display: inline-block;
	border-bottom: none;
	padding: 0;
	margin: 0 2px 4px;
	text-align: center;
}
.widget-area .instagram-pics li img {
	max-width: 100%;
}

/* WP Playlist */
.wp-playlist-light .wp-playlist-caption {
	border: none;
}

/* WP Menu Widget */
#page .widget_nav_menu {
	text-align: left;
}

/* WP Display remote post */
#page .jetpack-display-remote-posts p {
	line-height: 1.5 !important;
	margin: 0 0 24px;
	font-size: 15px;
	font-size: 0.9375rem;
	text-align: left;
}
#page .jetpack-display-remote-posts h4 {
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 1px;
	line-height: 1.5;
	text-decoration: none;
	text-transform: uppercase;
	outline: 0;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
}
#page .jetpack-display-remote-posts h4 a {
	border: 0;
}
#page .jetpack-display-remote-posts img {
	margin-bottom: 20px;
}

/**
 * 12. FOOTER STYLES
 * ----------------------------------------------------------------------------
 */

#colophon {
	position: relative;
	background-color: #000;
	margin-top: 40px;
}

/* full-footer */
#full-footer{
	background-color: #fff;
}
#full-footer .widget {
	padding-left: 15px;
	padding-right: 15px;
}
#full-footer .widget_wpcom_instagram_widget,
#full-footer .null-instagram-feed {
	position: relative;
	margin: 0;
	padding: 0;
}
#full-footer .null-instagram-feed p.clear {
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#full-footer .null-instagram-feed .widget-title + .instagram-pics + p.clear {
	position: absolute;
	left: 50%;
	top: 55%;
	-moz-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
}
#full-footer .null-instagram-feed p.clear a {
	background-color: #fff;
	display: inline-block;
	padding: 10px 25px;
	color: #000;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border: 0;
	outline: 0;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}
#full-footer .null-instagram-feed p.clear a:hover {
	color: #000;
	background-color: #ddd;
}
#full-footer .null-instagram-feed p.clear a:active {
	color: #fff;
	background-color: #000;
}
#full-footer .wpcom-instagram-images,
#full-footer .instagram-pics {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 100%;
}
#full-footer .wpcom-instagram-images a,
#full-footer .null-instagram-feed .instagram-pics li {
	width: 33%;
	-ms-flex-order: 0;
	-webkit-order: 0;
	order: 0;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	margin: 0;
	border: none;
}
#full-footer .wpcom-instagram-images a img,
#full-footer .null-instagram-feed .instagram-pics li a img {
	max-width: 100%;
	margin: 0;
	border: 0;
}

/* Footer Sidebar */
.pre-footer {
	padding-top: 40px;
}
.pre-footer .container {
	border-bottom: 1px solid #fff;
	position: relative;
}
.widget [class^="fa-"] {
	margin-right: 5px;
}
#pre-footer {
	color: #fff;
}

/* Footer Lastbar */
.site-info {
	padding: 10px 0;
	background-color: #000;
}

.site-info p.info {
	margin: 12px 0;
	display: block;
	font-size: 12px;
	color: #fff;
	font-family: 'Montserrat', serif;
	font-weight: 400;
	text-transform: uppercase;
}

.site-info p.info a {
}

.site-info p.info a:hover {
}

/* Social Nav */
.screen-reader-text {
	position: absolute;
	top: -9999em;
	left: -9999em;
}
ul.menu-social {
	list-style: none;
	margin: 0 0 25px;
	margin: 0;
	padding: 3px 0;
}

ul.menu-social li {
	display:  inline-block;
	position: relative;
}

ul.menu-social li a {
	color: #000;
	border-bottom: none;
}
ul.menu-social li a:hover {
	color: #d3b062;
}
ul.menu-social li a:before {
	content: "\f0c1";
	display: inline-block;
	padding: 0 6px;
	font-family: FontAwesome;
	font-size: 16px;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul.menu-social li a[href*="facebook.com"]:before {
	content: "\f09a";
}
ul.menu-social li a[href*="twitter.com"]:before {
	content: "\f099";
}
ul.menu-social li a[href*="dribbble.com"]:before {
	content: "\f17d";
}
ul.menu-social li a[href*="plus.google.com"]:before {
	content: "\f0d5";
}
ul.menu-social li a[href*="pinterest.com"]:before {
	content: "\f0d2";
}
ul.menu-social li a[href*="flickr.com"]:before {
	content: "\f16e";
}
ul.menu-social li a[href*="github.com"]:before {
	content: "\f09b";
}
ul.menu-social li a[href*="tumblr.com"]:before {
	content: "\f173";
}
ul.menu-social li a[href*="youtube.com"]:before {
	content: "\f167";
}
ul.menu-social li a[href*="vimeo.com"]:before {
	content: "\f194";
}
ul.menu-social li a[href*="instagram.com"]:before {
	content: "\f16d";
}
ul.menu-social li a[href*="foursquare.com"]:before {
	content: "\f180";
}
ul.menu-social li a[href*="linkedin.com"]:before {
	content: "\f0e1";
}
ul.menu-social li a[href*="skype.com"]:before {
	content: "\f17e";
}
ul.menu-social li a[href*="bitbucket.org"]:before {
	content: "\f171";
}
ul.menu-social li a[href*="xing.com"]:before {
	content: "\f168";
}
ul.menu-social li a[href*="codepen.io"]:before {
	content: "\f1cb";
}
ul.menu-social li a[href*="digg.com"]:before {
	content: "\f1a6";
}
ul.menu-social li a[href*="dropbox.com"]:before {
	content: "\f16b";
}
ul.menu-social li a[href*="mailto:"]:before {
	content: "\f0e0";
}
ul.menu-social li a[href*="reddit.com"]:before {
	content: "\f1a1";
}
ul.menu-social li a[href*="/feed/"]:before {
	content: "\f09e";
}
ul.menu-social li a[href*="spotify.com"]:before {
	content: "\f1bc";
}
ul.menu-social li a[href*="soundcloud.com"]:before {
	content: "\f1be";
}
ul.menu-social li a[href*="stumbleupon.com"]:before {
	content: "\f1a4";
}
ul.menu-social li a[href*="twitch.tv"]:before {
	content: "\f1e8";
}
ul.menu-social li a[href*="wordpress.com"]:before,
ul.menu-social li a[href*="wordpress.org"]:before {
	content: "\f19a";
}

.social-footer {
    clear: both;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.social-footer ul.menu-social li {
	padding: 0 5px;
}
.social-footer ul.menu-social li a {
	color: #fff;
}
.social-footer ul.menu-social li a:hover {
	color: #d3b062;
}
.social-footer ul.menu-social li a span {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}

#wpstats {
	display: block;
	margin: -10px auto 0 auto;
}


/**
 * 13. MEDIA QUERIES
 * ----------------------------------------------------------------------------
 */

@media (min-width: 450px) {
	#full-footer .wpcom-instagram-images,
	#full-footer .null-instagram-feed .instagram-pics {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	#full-footer .wpcom-instagram-images a,
	#full-footer .null-instagram-feed .instagram-pics li {
		width: auto;
	}
}

@media (min-width: 576px) {

/* Columns Shortcode */
	.one-second {
		width:48.5%;
	}
	.one-third {
		width:31.333%;
	}
	.two-third {
		width:65.33%;
	}
	.one-fourth {
		width:22.75%;
	}
	.four-columns-two {
		width:48.5%;
	}
	.three-fourth {
		width:74.25%;
	}
	.one-second,
	.one-third,
	.two-third,
	.one-fourth,
	.two-fourth,
	.three-fourth {
		margin-right:3%;
		margin-bottom:0;
	}
	.divider {
		margin-bottom: 30px;
		padding-top: 30px;
	}

/* Comment form */
	#commentform textarea {
		height: auto;
	}
	#commentform .comment-form-author,
	#commentform .comment-form-email{
		float:left;
		width:32%;
		margin-right:2%;
		margin-bottom: 8px;
	}
	#commentform .comment-form-url {
		float:left;
		width:32%;
		margin-bottom: 24px;
	}

/* Posts at Archive Pages */
	.hentry.col-sm-6:not(.sticky):first-of-type,
	.hentry.col-sm-6:not(.sticky):first-of-type + .col-sm-6 ~ .col-sm-6:nth-of-type(2n+1),
	.hentry.sticky:nth-child(even) + .col-sm-6:not(.sticky),
	.hentry.sticky:nth-child(even) + .col-sm-6:not(.sticky) + .col-sm-6 ~ .col-sm-6:nth-of-type(2n+1),
	.hentry.sticky:nth-child(odd) + .col-sm-6:not(.sticky),
	.hentry.sticky:nth-child(odd) + .col-sm-6:not(.sticky) + .col-sm-6 ~ .col-sm-6:nth-of-type(2n),
	.search .hentry.col-sm-6:nth-of-type(2n+1),
	.archive .hentry.col-sm-6:nth-of-type(2n+1) {
		clear: both;
	}
	.entry-meta-right {
		padding-top: 10px;
	}
	.entry-meta span {
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 0;
	}
	.entry-meta-right span {
		display: block;
	}
	.navigation .nav-previous {
		float: left;
		max-width: 49%;
		text-align: left;
		display: inline-block;
	}
	.navigation .nav-next {
		float: right;
		max-width: 49%;
		text-align: right;
		display: inline-block;
	}
	.entry-title {
		padding-top: 10px;
	}
	.page-title,
	.archive-title {
		font-size: 40px;
		font-size: 2.5rem;
	}
	.image-header {
		margin-top: 40px;
	}
	.site-title {
		font-size: 64px;
		font-size: 4rem;
	}
	.hentry,
	.page-header,
	.archive-header {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.single .entry-thumbnail {
		margin-bottom: 10px;
		padding-top: 0;
	}
	#colophon {
		margin-top: 70px;
	}
	#primary {
		margin-top: 40px;
	}
	.featured-content {
		margin-top: 40px;
	}
	/* author info box */
	.author-info {
		padding: 25px 0;
	}
	.author-gravatar {
		width: 114px;
	}
	.author-gravatar img {
		width: 94px;
		margin-right: 20px;
	}
	.author-description {
		width: -webkit-calc(100% - 114px);
		width: calc(100% - 114px);
	}
	/* comments */
	.comment-list .children {
		margin-left: 30px;
		padding-left: 30px;
	}
	.comment-list li {
		position: relative;
		padding-left: 50px;
	}
	.comment-list > li {
		counter-increment: recent-comments-counter;
	}
	.comment-list li.parent:after {
		content: " ";
		width: 1px;
		height: calc(100% - 100px);
		background-color: #d3b062;
		display: block;
		position: absolute;
		top: 76px;
		left: 20px;
	}
	.comment-list li.parent > ol.children > li:before {
		content: " ";
		width: 90px;
		height: 1px;
		background-color: #d3b062;
		display: block;
		position: absolute;
		top: 56px;
		left: -90px;
	}
	.comment-list li article:before,
	.comment-list > li > .comment-body:before,
	.comment-list > li:first-child > .comment-body:before {
		content: counter(recent-comments-counter);
		width: 40px;
		height: 40px;
		background-color: #ececec;
		display: block;
		position: absolute;
		top: 36px;
		left: -50px;
		text-align: center;
		line-height: 40px;
		font-size: 16px;
		font-style: italic;
		font-family: 'Lora', serif;
		color: #d3b062;
		border: 0;
	}
	.comment-list li article:after {
		position: absolute;
		top: 54px;
		left: -10px;
		border: 4px solid #ececec;
		border-color: transparent #ececec;
		border-right: none;
		content: "";
	}
	.comment-body,
	.comment-list article.social-twitter {
	    padding: 20px 0;
	}
	.comment-list > li:first-child > .comment-body {
		padding-top: 20px;
	}
	.comment-list > li.pingback > .comment-body,
	.comment-list > li.trackback > .comment-body {
		padding-top: 45px;
	}
}

@media (min-width: 641px) {
	#main div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
		width: 33.3333%;
	}
	.flexslider .slides > li .hentry {
		padding: 70px 15px;
	}
	.flexslider .slides > li .flexslider-link:before {
		width: calc(100% - 50px);
		height: calc(100% - 50px);
		top: 25px;
		left: 25px;
	}
	.flexslider .slides h1.entry-title {
		padding-top: 10px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.flexslider .slides .entry-meta {
		padding: 0;
	}
	.flex-direction-nav .flex-prev {
		left: -50px;
		opacity: 0;
	}
	.flex-direction-nav .flex-next {
		right: -50px;
		opacity: 0;
		text-align: right;
	}
	.flexslider:hover .flex-direction-nav .flex-prev {
		opacity: 1;
		left: 35px;
	}
	.flexslider:hover .flex-direction-nav .flex-next {
		opacity: 1;
		right: 35px;
	}
}

@media (min-width: 768px) {
/* Posts at Archive Pages */
	.hentry.col-md-4:not(.sticky):first-of-type,
	.hentry.col-md-4:not(.sticky):first-of-type + .col-md-4 ~ .col-md-4:nth-of-type(2n+1),
	.hentry.sticky:nth-child(even) + .col-md-4:not(.sticky),
	.hentry.sticky:nth-child(even) + .col-md-4:not(.sticky) + .col-md-4 ~ .col-md-4:nth-of-type(2n+1),
	.hentry.sticky:nth-child(odd) + .col-md-4:not(.sticky),
	.hentry.sticky:nth-child(odd) + .col-md-4:not(.sticky) + .col-md-4 ~ .col-md-4:nth-of-type(2n),
	.search .hentry.col-md-4:nth-of-type(2n+1),
	.archive .hentry.col-md-4:nth-of-type(2n+1) {
		clear: none;
	}
	.hentry.col-md-4:not(.sticky):first-of-type,
	.hentry.col-md-4:not(.sticky):first-of-type + .col-md-4 + .col-md-4 ~ .col-md-4:nth-of-type(3n+1),
	.hentry.sticky:nth-child(3n+1) + .col-md-4:not(.sticky),
	.hentry.sticky:nth-child(3n+1) + .col-md-4:not(.sticky) + .col-md-4  + .col-md-4 ~ .col-md-4:nth-of-type(3n+2),
	.hentry.sticky:nth-child(3n+2) + .col-md-4:not(.sticky),
	.hentry.sticky:nth-child(3n+2) + .col-md-4:not(.sticky) + .col-md-4 + .col-md-4 ~ .col-md-4:nth-of-type(3n),
	.hentry.sticky:nth-child(3n) + .col-md-4:not(.sticky),
	.hentry.sticky:nth-child(3n) + .col-md-4:not(.sticky) + .col-md-4  + .col-md-4 ~ .col-md-4:nth-of-type(3n+1),
	.search .hentry.col-md-4:nth-of-type(3n+1),
	.archive .hentry.col-md-4:nth-of-type(3n+1) {
		clear: both;
	}
}

@media (min-width: 840px) {
	.single .entry-thumbnail {
		margin-bottom: 20px;
	}
	h1.entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
	.single h1.entry-title {
		font-size: 22px;
		font-size: 1.375rem;
	}
	#page .comments-title,
	#page .comment-reply-title,
	#page .no-comments {
		font-size: 20px;
		font-size: 1.25rem;
	}
	.widget-title,
	.author-description h3 {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media (min-width: 992px) {
	#secondary {
		padding-top: 40px;
	}
	.navbar {
		height: auto;
		padding: 0;
	}
	.menu-toggle {
		display: none;
	}
	.nav-menu {
		display: block;
		margin: 0;
		padding: 0;
		position: relative;
	}
	.main-navigation {
		text-align: left;
		display: block !important;
		padding-bottom: 0;
		float: none;
	}
	.nav-menu li {
		display: inline-block;
		position: relative;
		text-align: center;
		margin-right: 0;
		vertical-align: top;
	}
	.nav-menu li a {
		color: #252525;
		display: block;
		padding: 19px 14px;
		font-size: 12px;
		font-size: 0.75rem;
		text-decoration: none;
		text-transform: uppercase;
		margin: 0;
		position: relative;
		-webkit-transition: .08s all linear;
		-moz-transition: .08s all linear;
		-o-transition: .08s all linear;
		transition: .08s all linear;
		border: none;
		font-weight: 400;
		letter-spacing: 1px;
	}
	.nav-menu li a:hover {
		color: #d3b062;
		-webkit-transition: .08s all linear;
		-moz-transition: .08s all linear;
		-o-transition: .08s all linear;
		transition: .08s all linear;
		background-color: transparent;
	}
	.nav-menu > li.menu-item-has-children > a:after,
	.nav-menu > ul > li.page_item_has_children > a:after {
		position: relative;
		padding-left: 8px;
		content: "\e874";
		font-family: 'Linearicons';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 12px;
	}
	.nav-menu .sub-menu,
	.nav-menu .children {
		display: none;
		float: left;
		padding: 0;
		position: absolute;
		top: 50px;
		z-index: 99999;
		width: 220px;
		background-color: #fff;
		left: 50%;
		-webkit-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		transform: translate(-50%,0);
		z-index: 10;
		border: 1px solid #d3b062;
	}
	.nav-menu > li > .sub-menu:after,
	.nav-menu > li > .children:after {
		position: absolute;
		top: -6px;
		height: 12px;
		width: 12px;
		content: " ";
		background-color: #fff;
		border: 1px solid #d3b062;
		left: 0;
		right: 0;
		margin: 0 auto;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.nav-menu .sub-menu li,
	.nav-menu .children li {
		width: 100%;
	}
	.nav-menu .sub-menu li:after,
	.nav-menu .children li:after {
		content: '';
		display: block;
		width: 150px;
		height: 1px;
		background-color: #d3b062;
		margin: 0 auto;
	}
	.nav-menu .sub-menu li:last-child:after,
	.nav-menu .children li:last-child:after {
		content: none;
	}
	.nav-menu .sub-menu ul,
	.nav-menu .children ul {
		left: 100%;
		top: -1px;
		padding-top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.nav-menu .sub-menu ul:after,
	.nav-menu .children ul:after {
		position: absolute;
		top: 16px;
		height: 12px;
		width: 12px;
		content: " ";
		background-color: #fff;
		border: 1px solid #d3b062;
		left: -6px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.nav-menu .sub-menu a,
	.nav-menu .children a {
		border: none;
		text-align: center;
		color: #000;
		font-size: 13px;
	}
	.nav-menu .sub-menu a:hover,
	.nav-menu .children a:hover {
		border: none;
		color: #d3b062;
		background-color: transparent;
	}

	.nav-menu li ul a,
	.nav-menu li ul ul a {
		margin: 0;
		padding: 12px 10px;
		text-align: left;
	}
	.nav-menu li ul a:hover,
	.nav-menu li ul ul a:hover {
	}

	.nav-menu li:hover > ul,
	.nav-menu li ul li:hover > ul {
		display: block;
	}
	.nav-menu .current-menu-item > a,
	.nav-menu .current-menu-ancestor > a,
	.nav-menu .current_page_item > a,
	.nav-menu .current_page_ancestor > a {
		color: #d3b062;
	}
	#page .sub-menu .current-menu-item > a,
	#page .sub-menu .current-menu-ancestor > a,
	#page .children .current-menu-item > a,
	#page .children .current-menu-ancestor > a,
	#page .sub-menu .current_page_item > a,
	#page .sub-menu .current_page_ancestor > a,
	#page .children .current_page_item > a,
	#page .children .current_page_ancestor > a {
		color: #d3b062;
	}
	.rosalie-fixed-menu .site {
		padding-top: 56px;
	}
	.rosalie-fixed-menu .site-header {
		position: fixed;
	}
	.admin-bar.rosalie-fixed-menu .site-header {
		top: 32px;
	}
}

@media (min-width: 1200px) {
	#colophon {
		margin-top: 100px;
	}
}

@media (min-width: 1500px) {
	.navbar {
		padding: 0 60px;
	}
}
