/*
Theme Name: Ashley
Theme URI: http://themeforest.net/item/ashley-a-wordpress-blog-theme/14977175?ref=themeflower
Author: ThemeFlower
Author URI: http://themeforest.net/user/themeflower?ref=themeflower
Description: A Wordpress Blog Theme
Version: 1.0.2
License: Themeforest Licence
License URI: http://themeforest.net/licenses
Text Domain: ashley
Domain Path: /languages
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

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

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em auto;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Lora', serif;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	line-height: 30px;
	font-size: 14px;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

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

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

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

blockquote,
q {
	quotes: "" "";
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #fff;
	box-shadow: none!important;
	text-shadow: none;
	border: 1px solid;
	color: #BBBAB4;
	border: none;
	padding: 8px 27px;
	border: 1px solid;
	border-color: #BBBAB4;
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 3px;
	}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: .7;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #E6E6E4;
	border-radius: 3px;
	font-size: 14px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 5px 0px 5px 10px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

.alert {
    padding: 10px 0px;
    text-align: center;
}

.alert.error{
    color: red;
}

/*--------------------------------------------------------------
# Custom Layout
--------------------------------------------------------------*/

body.left-sidebar .content-area{
	float: right;
}

body.left-sidebar .widget-area{
	float: left;
}

body.fullwidth .content-area{
	float: none;
	width: 100%;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header{
	
}

.site-branding{
    padding: 35px 0 10px 0;
    overflow: hidden;
    text-align: center;
}
.site-branding a, .site-branding a img{
	outline: none;
}
.site-branding .site-title{
	margin: 0 auto;
	padding: 0;
	line-height: 92px;
}
.site-branding .site-title a,
.site-branding .site-description
{
	color: #4C4848;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 70px;
	font-weight: bold;
	text-shadow: 2px 3px rgba(0,0,0,.1);
	margin-bottom: 0;
	word-wrap: break-word;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.site-branding .site-title a:hover{
	opacity: .7;
}
.site-branding .site-description{
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: none;
    text-shadow: none;
}
.head-banner {
    float: right;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/** Top nav **/

.top-nav-wrapper{
    background: #ECECEC;
    border-bottom: solid 1px #E6E2E2;
}

.top-nav-wrapper .menu-main-menu-container{
	width: auto;
	z-index: 9999;
}

#top-nav{
	height: 40px;
	z-index: 10;
}

#top-nav ul{
    display: block;
    background: #ECECEC;
    float: left;
}

#top-nav a{
	line-height: 37px;
	color: #4C4848;
	font-size: 11px;
}

#top-nav ul ul{
	top: 2.3em;
}

#top-nav ul ul ul{
	top: 0;
}

#top-nav ul ul a{
	line-height: 30px;
}

#top-nav .site-socials{
	float: right;
}

#top-nav .site-socials li{margin-right: 0px;}

#top-nav .site-socials li a{padding: 0 7px;}

#top-nav .site-socials li a .fa{color: #4C4848;font-size: 12px;}

.menu-main-menu-container{
    margin: 0 auto;
    position: relative;
}
.menu-main-menu-container:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #e5e5e5;
    top: 60%;
    left: 0;
    z-index: 10;
    margin-top: -6px;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #CC8F21;
	outline: none;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;	
}

a:visited {
	color: #DDBE86;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 30px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: #fff;
	z-index: 10;
}

.main-navigation li {
	position: relative;
	margin: 0 5px 0 5px;
	display: inline-block;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #DDBE86;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 48px;
	/* margin: 0; */
	padding: 0 11px;
	font-weight: 600;
	text-align: left;
	white-space: nowrap;
	letter-spacing: 1px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 3em;
	left: -999em;
	z-index: 99999;
	background: #fff;
	display: block;
	width: auto;
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

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

.main-navigation ul ul a {
	/* margin: 0; */
	line-height: 35px;
	padding: 2px 13px;
}

.main-navigation ul ul li {
    border-bottom: 1px solid;
    border-color: #E8E8E5;
    width: 100%;
    margin: 0;
    padding: 0;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	opacity: .7;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	opacity: .7;
}

#site-navigation.headroom--unpinned {
  transform: translateY(-100%);
  top: 0;
}

body.logged-in.admin-bar #site-navigation.headroom--not-top,
body.logged-in.admin-bar #site-navigation.headroom--unpinned{
	top: 30px!important;
}

#site-navigation.headroom--not-top,
#site-navigation.headroom--pinned {
    transform: translateY(0%);
    background: #FFFFFF;
    border-bottom: 1px solid;
    border-color: #E6E2E2;
    padding-bottom: 3px;
    box-shadow: 0 2px 2px -2px #FFFFFF;
}

.main-navigation.headroom.headroom--not-top #primary-menu,
.main-navigation.headroom.headroom--not-top ul ul{
	background: #FFFFFF!important;
}

.main-navigation.headroom.headroom--not-top a{
	/* color: #fff; */
}

#site-navigation.headroom {
  position: fixed;
  z-index: 9;
  transition: transform 200ms linear;
  top: 0;
}

#site-navigation.headroom--top{
	position: relative;
}

#site-navigation.headroom--top.headroom--pinned{
	background: inherit;
	border: none;
    box-shadow: none;
}

#site-navigation.headroom--top.headroom--pinned .menu-main-menu-container:before{
	content: "";
}

#site-navigation .site-socials{
	display: none;
}

#site-navigation.main-navigation.headroom.headroom--not-top .site-socials{
    position: absolute;
    top: 0;
    right: 0;
    background: #FFFFFF;
    display: block;
}

.main-navigation.headroom.headroom--not-top .site-socials li{
	margin-right: 0;
	display: inline-block;
	margin: 0 1px 0 1px;
}
.main-navigation.headroom.headroom--not-top .site-socials li a{
	outline: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled .nav-menu {
	/* display: block; */
}
.menu-toggle {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
	text-shadow: none;
	padding: 7px 10px;
	margin-top: 5px;
}
.menu-toggle:hover{
	background: transparent;
	border-color: transparent;
	box-shadow: none;
	text-shadow: none;	
}
.menu-toggle .icon-bar {
  background: #000;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin-top: 4px;
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
		margin: 0;
		height: 41px;
	}
	.main-navigation ul {
		display: table;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

/*--------------------------------------------------------------
# Main Posts
--------------------------------------------------------------*/

.widget.main-content .related-posts {
    margin: 0;
	overflow: auto;
}

.main-posts-wrapper{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.main-posts-wrapper .hentry{
	margin: 0;
	border: none;
}

.main-posts-wrapper .hentry .entry-content blockquote{
	padding: 0 10px 20px 20px;
}

.main-posts-wrapper .post-thumbnail .entry-header{
	position: relative;
	width: auto;
	text-align: left;
	top: auto;
	left: auto;
	transform: translate(0,0);
	-ms-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	padding: 0;
	margin: 0;
	background: none;
}

.main-posts-wrapper .hentry a{
	display: inline-block;
}

.main-posts-wrapper .hentry .entry-header .entry-title{
	line-height: 30px;
	margin: 10px auto;
}

.main-posts-wrapper .hentry .entry-header .entry-title a{
	font-size: 16px;
}

.main-posts-wrapper .entry-footer,
.main-posts-wrapper .entry-content{
	display: none;
}

.main-posts-wrapper .format-quote .entry-content{
	display: block;
	margin: 0;
}

.main-posts-2-columns .main-post-item{
	display: block;
	width: 48%;
	margin-right: 30px;
	float: left;
}

.main-posts-2-columns .main-post-item:nth-of-type(2n+2){
	margin-right: 0px;
}

.main-posts-2-columns .main-post-item .post-thumbnail img{
	width: 100%;
	height: auto;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area{
    float: right;
    width: 340px;
}

.widget-title {
    border-bottom: 3px solid;
    border-color: #E8E8E5;
    font-size: 20px;
    padding: 10px 0;
    margin-top: 0;
    font-weight: 700;
    position: relative;
	text-transform: uppercase;
}

.widget-title:after{
	height: 2px;
	background: #DDBE86;
	width: 55px;
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	display: block;
}

.widget {
	margin: 0 0 1.5em;
}

.widget ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul .children{
	margin-top: 10px;
	margin-left: 30px
}

.widget ul .children li{
	border-bottom: none;
}

.widget ul .children:last-child li{
	margin-bottom: 0px;
	padding-bottom: 8px;
}

.widget ul li {
    padding: 5px 0;
}

.widget ul li .count{
    background: #BBBAB4;
    padding: 4px;
    font-size: 13px;
    color: #fff;
    float: right;
    text-align: center;
    width: 40px;
}
.widget ul li a{
	display: block;
}

.widget ul li a:hover{
	opacity: .7;
}
.widget a{
	color: #1D1C1C;
	text-decoration: none;
}

.aside-posts-widget{

}

.aside-posts-widget li{
	margin-bottom: 15px;
	border-bottom: 1px solid;
	border-color: #E8E8E5;
	padding-bottom: 15px!important;
	overflow: hidden;
}

.aside-posts-widget li:last-child{
	margin-bottom: 0;
	border-bottom: none;
}

.aside-posts-widget .aside-content{
	margin: 10px 0 10px 0;
}

.aside-posts-widget .entry-title{
	margin: 0;
	padding: 0;
}

.aside-posts-widget .entry-title a{
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.aside-posts-widget span.date a{
    color: #5e5e5e;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 13px;
    font-style: italic;	
}

.aside-posts-widget.left .aside-image{
	float: left;
	width: 120px;
	margin-right: 15px;
}

.aside-posts-widget.left .aside-content{
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.aside-posts-widget.left .aside-content .entry-title a{
	text-transform: capitalize;
	line-height: 25px;
	font-size: 13px;
}

.recent-comments .avatar{
	width: 64px;
	height: auto;
}

.recent-comments.left .aside-image{
    width: 70px;	
}

.recent-comments.left .comment-content{
	font-size: 13px;
	font-weight: normal;
	margin-top: 0;
    padding: 0;
}

.widget_tag_cloud a{
	padding: 5px;
	font-size: 14px!important;
	color: #404040;
	margin: 2px;
	display: inline-block;
	border: 1px solid;
	border-color: #DCDCD2;
	font-family: "Lora", sans-serif;
}

.widget_tag_cloud a:hover{
	background: #D6D4CC;
	color: #fff;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
	padding: 5px 10px;
}

.widget_calendar table{
	width: 100%;
}

.widget_calendar table caption{
	background: #EEDFC3;
	padding: 7px 5px;
}

.widget_calendar table td,
.widget_calendar table th{
	padding: 5px;
	border: 1px solid #E5E5E5;
	text-align: center;
}

.widget_calendar table a{
	font-weight: 700;
	color: #ECBC59;
}

.footer-widget.widget_calendar table caption{
	color: #000;
	background: #fff;
}

.footer-widget.widget_calendar table{
	color: #fff;
}

.widget_categories ul li,
.widget_archive ul li{
    border-bottom: 1px solid;
    border-color: #E8E8E5;
    padding-bottom: 10px;
    padding-top: 10px;
}

.search-form fieldset{
	position: relative;
	border: none;
	padding: 0;
	margin: 0;
}

.search-form input[type=search]{
	width: 96%;
	padding: 7px 0px 6px 10px;
	margin: 0;
}

.search-form .search-icon{
	position: absolute;
	top: 0;
	right: 0;
	background: #DDBE86;
	padding: 6px 10px;
	margin: 0;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 3px;
	height: 100%;
	cursor: pointer;
}

.search-form .search-icon .fa{
	color: #fff;
}

/** Twitter Feed **/

.footer-top.twitter-feed{
	padding: 50px 0 50px 0;
	margin: 0;
	background: #F6F5F3;
	text-align: center;
}

.footer-top.twitter-feed .twitter-icon .fa{
	font-size: 50px;
	color: #00aced;
}

.footer-top.twitter-feed .twitter-content{
	font-size: 30px;
	color: #A0A0A6;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.footer-top.twitter-feed .twitter-content p{
	font-size: inherit;
    line-height: 50px;
	margin: 0;
}

.footer-top.twitter-feed .twitter-content a{
	color: #00ACED;
	text-decoration: none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

/** Instagram images **/

.footer-top{
	width: 100%;
}

.footer-top .widget-title{
	border: none;
    text-align: center;
	text-transform: uppercase;
    margin: 30px auto;
}

.footer-top .widget-title:after{
	position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    text-align: center;
    width: 100px;
}

.footer-top.null-instagram-feed{
	margin: 0;
	padding: 0;
	position: relative;
}

.footer-top.null-instagram-feed p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	text-align: center;
	background: #fff;
	opacity: .9;
	font-size: 35px;
	padding: 25px 70px;
	margin: 0;
	font-family: "Cardo", sans-serif;
	font-style: italic;
	outline: none;
	}

.footer-top.null-instagram-feed .widget-title{
	
}

.footer-top.null-instagram-feed ul{
	line-height: 10px;
}

.footer-top.null-instagram-feed ul li{
	display: inline-block;
	width: 16.666666667%;
	margin: 0;
	padding: 0;
}

.footer-top.null-instagram-feed ul li a{

}

.footer-top.null-instagram-feed ul li a img{
	width: 100%;
	height: auto;
}

/** Featurd Posts **/

.featured-posts{
	line-height: 0;
	margin-top: 30px;
}

.featured-posts .post-thumbnail{
	margin: 0;
	padding: 0;
}

.featured-posts .post-thumbnail .background-overlay{
	background: #000;
	opacity: .3
}

.featured-posts .post-thumbnail .background-overlay:hover{
	opacity: .2;
}

.featured-posts  .post-thumbnail .entry-header{
	width: 100%;
	bottom: 0;
	left: 0;
	transform: translate(0);
	-ms-transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
	text-align: left;
	padding: 0 30px;
	margin: 0;
	height: 150px;
	top: auto;
	background: -owg-linear-gradient(transparent, rgba(0,0,0, .85));
	background: -webkit-linear-gradient(transparent, rgba(0,0,0, .85));
	background: -moz-linear-gradient(transparent, rgba(0,0,0, .85));
	background: -o-linear-gradient(transparent, rgba(0,0,0, .85));
	background: linear-gradient(transparent, rgba(0,0,0, .85));
	line-height: 20px;
}

.featured-posts  .post-thumbnail .entry-header .post-category{
	margin-bottom: 5px;
}

.featured-posts  .post-thumbnail .entry-header .post-category .cat-links a{
	color: #F3EAB5;
	letter-spacing: 3px;
}

.featured-posts .post-thumbnail .entry-header .post-comment{
	display: none;
}

.featured-posts .post-thumbnail .entry-header .entry-meta{
	color: #fff;
}

.featured-posts .post-thumbnail .entry-header .entry-meta span a{
	color: #fff;
}

.featured-posts  .post-thumbnail .entry-header .entry-title{
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.featured-posts  .post-thumbnail .entry-header .entry-title a{
	font-size: 22px;
	color: #fff;
	line-height: 33px;
	text-transform: capitalize;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.container{
    width: 1140px;
    margin: 0 auto;	
}

.site-content{
    margin-top: 50px;
}
.content-area{
	width: 760px;
    float: left;
}
.content-area.fullwidth {
    width: 100%;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 3em;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 40px;
}

.entry-content blockquote{
	font-size: 15px;
	font-weight: 400;
	padding: 21px 38px 39px 38px;
	border-top: 2px solid #E8E8E5;
	position: relative;
	border-bottom: 2px solid #E8E8E5;
}

.entry-content blockquote p{
    font-size: 30px;
    margin-bottom: 0;
    line-height: 50px;
}

.entry-content blockquote:before {
    content: '\275d';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 50%;
    color: #FFF;
    border: 5px solid #FFF;
    background: #DDBE86;
    padding: 0;
    border-radius: 50%;
    font-size: 24px;
    width: 45px;
    height: auto;
    line-height: 35px;
    font-style: normal;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    text-align: center;
}

.entry-content blockquote cite a {
    color: #222;
    font-weight: normal;
    text-decoration: blink;
    font-size: 24px;
}

.entry-content blockquote footer a{
	color: #DDBE86;
	text-decoration: none;
	font-style: italic;
	font-size: 17px;
}

.entry-content blockquote footer a:before{
	content: "-";
	margin-right: 7px;
}

.post_format-post-format-quote .entry-content{
	margin-top: 20px;
}

.quote-background .entry-content{
	position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;	
}

.quote-background .entry-content blockquote{
	border: none;
}

.quote-background .entry-content blockquote p{
	color: #fff;
}

a.blockquote-permalink {
    color: #404040;
    text-decoration: none;
}

/** Nivo **/
.nivoSlider{
	box-shadow: none!important;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}
.single .hentry .post-thumbnail{
	height: auto;
}
.post-thumbnail{
    position: relative;
    margin: 0;
    padding: 0;
}
.post-thumbnail:hover{
	opacity: .9;
}
.background-overlay{
	position: absolute;
    background: -owg-linear-gradient(transparent, rgba(0,0,0, .85));
    background: -webkit-linear-gradient(transparent, rgba(0,0,0, .85));
    background: -moz-linear-gradient(transparent, rgba(0,0,0, .85));
    background: -o-linear-gradient(transparent, rgba(0,0,0, .85));
    background: linear-gradient(transparent, rgba(0,0,0, .85));
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;	

}
.post-thumbnail .entry-header{
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    text-align: center;
    padding: 30px;
    background: #fff;
    opacity: .9;
}
.post-thumbnail .entry-header .entry-title a{
	font-size: 30px;
	color: #DDBE86;
	color: #1D1C1C;
}

.post-no-thumbnail .post-category,
.post-no-thumbnail .entry-header
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.post-category{
	margin-bottom: 20px;
	display: inline-block;
}

.post-category .cat-links .sep{
	color: #DDBE86;
    opacity: .5;
}

.post-category .cat-links a{
	color: #DDBE86;
	padding: 5px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	text-decoration: inherit;
	border-radius: 3px;
	display: inline-block;
	font-family: "Lora", sans-serif;
}

.post-comment{
    float: right;
    display: inline-block;
    padding: 4px 10px;
    position: relative;
    font-size: 11px;
    font-weight: 700;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
    background: #ECEBEB;
    color: #A7A7A7;
    font-size: 13px;
    font-weight: normal;
}

.post-comment{
	outline: none;
	text-decoration: none;
	color: #B3B1B1!important;
	outline: none;
	text-decoration: inherit;
	font-size: 14px;
}

.post-comment:before {
    border-left: 2px solid transparent;
    border-right: 15px solid transparent;
    border-top: 8px solid #ECEBEB;
    bottom: -8px;
    content: '';
    margin-left: -5px;
    position: absolute;
    left: 30%;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
}

.post-comment:hover{
	background: #000;
	color: #fff!important;
}

.post-comment:hover:before{
	 border-top: 8px solid #000;
}

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

.entry-header {
    padding: 0 0 1.5em 0;
}

.archive-header {
    padding: 4em  0 4em 0;
    background: #F5F3F3;
    margin-top: 30px;
	position: relative;
}

.archive-header.background-image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;	
}

.archive-header.background-image .container{
    opacity: .999;
}

.archive-header .author-box{
	margin: 0;
	padding: 0;
}

.archive-header .page-title{
	margin: 0;
	padding: 0;
    text-transform: uppercase;
}

.archive-header.background-image .page-title,
.archive-header.background-image .entry-title,
.archive-header.background-image .archive-description p,
.archive-header.background-image .entry-meta,
.archive-header.background-image .entry-meta a,
.archive-header.background-image .author-box .author-description h5 a
{
	color: #fff;
}

.archive-header.background-image .author-box{
	background: none;
	color: #fff;
}

.archive-description p{
    font-family: "Cardo", sans-serif;
    font-size: 18px;
    font-style: italic;
}

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

.entry-title,
.entry-title a{
	color: #000;
	text-decoration: none;
	font-size: 30px;
	outline: none;
	text-transform: uppercase;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	letter-spacing: 2px;
}
.entry-title a:hover{
	opacity: 0.7;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
	margin: 0.6em 0;
	padding: 0;
}

.entry-content h1{
	font-size: 40px;
}
.entry-content h2{
	font-size: 35px;
}
.entry-content h3{
	font-size: 30px;
}
.entry-content h4{
	font-size: 25px;
}
.entry-content h5{
	font-size: 20px;
}
.entry-content h6{
	font-size: 15px;
}
.entry-content table td,
.entry-content table th{
	padding: 5px;
	border: 1px solid #E5E5E5;
}
.entry-content ul,
.entry-content ol{
	margin: 0;
}
.entry-content pre{
}

.entry-content textarea{
	padding: 7px 10px;
}

.entry-meta, .entry-meta a{
    color: #5e5e5e;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 13px;
    font-style: italic;
}

.entry-meta a{
	border-bottom: 1px solid;
	border-color: #DDBE86;
	padding-bottom: 3px;
}
.entry-meta a:hover{
	opacity: .7;
}

.entry-footer{
    color: #5e5e5e;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 12px;
    font-style: italic;
    margin: 20px auto;
}

.entry-footer span{
	margin-right:5px;
}

.entry-footer a{
	padding: 5px;
	font-size: 13px;
	color: #5e5e5e;
	text-decoration: none;
}

.entry-footer .tags-links{
	font-style: initial;
}

.entry-footer .tags-links span{
    padding: 5px;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    background: black;
    text-transform: uppercase;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a{
    padding: 4px;
    background: #ECEBEB;
    color: #A7A7A7;
    font-style: initial;
    display: inline-block;
    margin: 3px 0;
    font-size: 11px;
    text-transform: uppercase;
}
.entry-footer .tags-links a:hover{
	opacity: .7;
}
.post-edit-link{
    background: #ECEBEB;
    color: #fff!important;
    font-size: 11px!important;
    padding: 3px 10px!important;
    border-radius: 2px;
    text-transform: capitalize;
    float: right;
    font-style: normal;
}
.post-edit-link:hover{
	opacity: .7;
}
.share-buttons{
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0 auto;
}
.share-buttons li{
	display: inline-block;
	text-align: center;
	margin: 0 auto;
}
.share-buttons li a{
	background: #BDBBAE;
	padding: 8px 11px;
}
.share-buttons li.facebook a{
	background-color: #3b5998;	
}
.share-buttons li.twitter a{
	background-color: #55acee;	
}
.share-buttons li.google-plus a{
	background-color: #dc4e41;	
}
.share-buttons li.linkedin a{
	background-color: #0077b5;
}
.share-buttons li.tumblr a{
	background-color: #35465c;
}
.share-buttons li.pinterest a{
	background-color: #cb2027;
}
.share-buttons li.reddit a{
	background-color: #ff4500 ;
}

.share-buttons li a .fa{
	color: #fff;
}
.share-buttons li a:hover{
	opacity: .7;
}

.single .share-buttons{
	margin: 30px 0 30px 0;
}

.custom-more-link{
	text-align: center;
}

a.more-link{
    color: #DDBE86;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid;
    border-color: #DDBE86;	
}

a.more-link:hover{
    opacity: .7;
}

/** Author box **/


.author-box{
    overflow: hidden;
    margin: 50px 0 50px 0;
    background: #F5F3F1;
    padding: 24px;
}

.author-box .author-image{
	float: left;
    margin-right: 20px;
}

.author-box .author-image img{
	width: 100px;
	height: auto;
	border-radius: 50%;
}

.author-box .author-description{
	overflow: hidden;
}

.author-box .author-description h5{
	margin:0;
	padding: 0;
    font-weight: normal;
}

.author-box .author-description h5 a{
    text-transform: capitalize;
    font-size: 18px;
    color: #000;
    text-decoration: none;
}

.author-box .author-description .author-name{
    border-bottom: 1px solid;
    border-color: #DDBE86;
    padding-bottom: 2px;
    font-weight: 600;	
}

.author-box .author-description .author-socials .share-buttons{
	margin: 21px 0 20px 0;
    padding: 0;
    text-align: left;
}

.author-box .author-description .author-socials .share-buttons li{
	margin: 0;
}

.author-box .author-description .author-socials .share-buttons li a {
	background: none;
	padding: 5px 5px;
}

.author-box .author-description .author-socials .share-buttons li a .fa{
	color: #AFAEA6;
	font-size: 14px;
}

.author-box .author-description p{
	font-family: "Cardo", sans-serif;
	font-size: 18px;
    font-style: italic;
}

/** Post Navigation **/
.post-navigations{
	width: 100%;
	height: 150px;
	display: block;
	margin: 0;
}

.post-navigations a{
	text-decoration: none;
}

.post-navigations .post-navigation{
	position: relative;
	padding: 0;
	margin: 0;
}

.post-navigations .post-navigation:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    opacity: .8;
    background: -owg-linear-gradient(transparent, rgba(0,0,0, .85));
    background: -webkit-linear-gradient(transparent, rgba(0,0,0, .85));
    background: -moz-linear-gradient(transparent, rgba(0,0,0, .85));
    background: -o-linear-gradient(transparent, rgba(0,0,0, .85));
    background: linear-gradient(transparent, rgba(0,0,0, .85));
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    background: #000;
    opacity: .5;	
}

.post-navigations .post-navigation h6{
	color: #fff;
	position: absolute;
	font-size: 18px;
	line-height: 0px;
	letter-spacing: 1px;
	border-bottom: 1px solid;
	border-color: #DDBE86;
	padding-bottom: 14px;
}

.post-navigations .post-navigation h4{
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 28px;
	margin: 0;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	top: 67%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}

.post-navigations .thumbnail-image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;	
}
.post-navigations .previous-post{
	float: left;
	width: 50%;
	height: 150px;
}
.post-navigations .previous-post h4{
	text-align: left;
}

.post-navigations .previous-post h6{
	left: 28px;
}

.post-navigations .next-post{
	float: right;
	width: 50%;
	height: 150px;
}

.post-navigations .next-post h4{
	text-align: right;
}

.post-navigations .next-post h6{
	right: 28px;
}

/** Related Posts **/
.related-posts{
    margin: 50px 0 0 0;
    overflow: hidden;
}

.related-posts h3{
	text-align: center;
	text-transform: capitalize;
}

.related-posts h3:after {
    background-color: #DDBE86;
    content: "";
    display: block;
    height: 1px;
    width: 20%;
    margin: 2px auto 10px auto;
}

.related-posts .hentry{
    float: left;
    width: 31%;
    margin-right: 26px;
	margin-bottom: 0.5em;
	border-bottom: none;
}

.related-posts .hentry:nth-child(4),
.related-posts .hentry:nth-child(7),
.related-posts .hentry:nth-child(10),
.related-posts .hentry:nth-child(13),
.related-posts .hentry:nth-child(17){
	margin-right: 0px;
}
.related-posts h4{
	margin: 0;
	padding: 0;
}
.related-posts h4 a{
    color: #514040;
    text-decoration: none;
}

.related-posts span.date a{
    color: #5e5e5e;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 13px;
    font-style: italic;
    border-bottom: 1px solid;
    border-color: #DDBE86;
    padding-bottom: 3px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.avatar{
	border-radius: 50%;
}

.comments-area{
	outline: none;
}

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

.bypostauthor {
	display: block;
}

.comment-list{
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment-list .comment{
	padding-bottom: 20px;
	border-bottom: 1px solid;
	border-color: #E8E8E5;
	margin-bottom: 20px;
}

.comment-list a{
	color: #000;
	text-decoration: none;
}

.comment-list .avatar{
	float: left;
}

.comment-list .fn{
	margin-left: 20px;
}

.comment-list .comment-metadata{
	margin-left: 20px;
	/* float: left; */
	font-style: italic;
	font-size: 14px;
	display: inline-block;
}

.comment-list .comment-metadata a{
	color: #B1ACAC;
}

.comment-list .comment-content{/* margin-top: 20px; */display: block;width: 100%;overflow: auto;}

.post-edit-link,
.comment-edit-link,
#cancel-comment-reply-link,
.reply .comment-reply-link{
	background: #ECEBEB;
	color: #A7A7A7!important;
	font-size: 12px;
	padding: 3px 10px;
	border-radius: 2px;
	text-transform: capitalize;
}

#cancel-comment-reply-link:hover,
.reply .comment-reply-link:hover{
	opacity: .7;
}
.logged-in-as a{
    color: #000;
    text-decoration: inherit;
    font-weight: bold;
}
.comment-list .children{
	list-style: none;
	margin-top: 2em;
}


.comment-list .children li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.comment-form textarea{
	height: 120px;
}

.comment-form textarea,
.comment-form input{
	padding: 7px 14px;
}

.comment-form input{
	width: 400px;
}

.comment-form input[type="submit"]{
	width: auto;
}
.post-block-title{
	position: relative;
	text-transform: uppercase;
	padding: 10px 0;
}

.post-block-title:after {
    height: 2px;
    background: #DDBE86;
    width: 55px;
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    display: block;
}
.comment-awaiting-moderation {
    color: red;
    font-style: italic;
    margin: 0;
    padding: 0;
    margin-left: 84px;
    display: block;
	line-height: 17px;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

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

/** subscribe **/

.jetpack_subscription_widget #subscribe-email input{
    width: 100%!important;
    color: #666;
    border: 1px solid #E6E6E4;
    border-radius: 3px;
    font-size: 14px;
    padding: 7px 0px 6px 10px;
}

.footer-widget.jetpack_subscription_widget input[type="submit"]{
    background: #2F2F2B;	
}

.jetpack_subscription_widget .success p{
	background: #D4F7C6;
    padding: 10px 15px;
    color: #7B7979;	
}

.jetpack_subscription_widget .error{
	background: #F9F0DE;
    padding: 10px 15px;
    color: #7B7979;	
}

/** Custom Form **/

.jetpack-custom-subscription-form{
	padding: 40px;
	margin: 20px 0;
	border: 5px dashed #F1EDE8;
	position: relative;
}

.jetpack-custom-subscription-form:after{
    position: absolute;
    content: "";
    background: #D47300;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .1;
    z-index: -1;
}

.jetpack-custom-subscription-form .jetpack_subscription_widget .widgettitle{
	font-size: 20px;
	margin: 0;
	padding: 0;
}

.jetpack-custom-subscription-form .jetpack_subscription_widget #subscribe-text p{
	font-size: 15px;
	margin: .5em auto;
	padding: 0;
	font-style: italic;
}

.jetpack-custom-subscription-form .jetpack_subscription_widget p{
	padding: 0;
	margin-bottom: .4em;
}

.jetpack-custom-subscription-form .jetpack_subscription_widget p.error{
	color: #B1ABA3;
	background: none;
}

.jetpack-custom-subscription-form .jetpack_subscription_widget div.success p{
	color: green;
	background: none;
}

.jetpack-custom-subscription-form .jetpack_subscription_widget #subscribe-email{
	display: inline-block;
	width: 78%;
}

/** Primary sidebar **/

.widget.primary .jetpack-custom-subscription-form .jetpack_subscription_widget #subscribe-email,
.widget.primary .jetpack-custom-subscription-form .jetpack_subscription_widget #subscribe-submit
{
	display: block!important;
	width: 100%!important;
}

.widget.primary .jetpack-custom-subscription-form .jetpack_subscription_widget #subscribe-submit input[type=submit]{
	width: 100%;
}

.jetpack-custom-subscription-form .jetpack_subscription_widget #subscribe-email input{
	padding: 10px;
}

.jetpack-custom-subscription-form .jetpack_subscription_widget #subscribe-submit{
	float: right;
	display: inline-block;
}

.jetpack-custom-subscription-form .jetpack_subscription_widget #subscribe-submit input[type=submit]{
	background: #d47300;
	color: #fff;
	border-color: #d47300;
	padding: 10px 28px;
}

p.comment-subscription-form {
    margin: 0;
}

.footer-widget-container .jetpack_subscription_widget #subscribe-text p{
    color: #C5C5C0;	
}

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	width: auto!important;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/** Pagination **/

.pagination {
	margin: 40px auto;
}
.pagination ul {
	margin:0;
	padding: 0;
}
.pagination li {
	display:inline-block;
	margin: 4px 2px;
}
.pagination li a {
	display:block;
	padding: 6px 15px;
	font-size: 13px;
	text-decoration: none;
	border: 1px solid;
	border-color: #BDBBAE;
	color: #8A8282;
}
.pagination li.active a, .pagination li a:hover {
	background: #BDBBAE;
	color:#fff;
}

.page-numbers span.page-number{
    padding: 6px 12px;
	background: #BBBBBB;
    color: #fff;	
}

.page-numbers a span.page-number{
	background: #2F85DC;
}
span.page-numbers.current {
    background: #BDBBAE;
    color: #fff;
    padding: 8px 14px;
    font-size: 13px;
    border: 1px solid;
    border-color: #BDBBAE;
}

/** Footer **/

.footer-widget-wrapper{
	overflow: hidden;
	background: #2F2F2B;
	padding: 30px 0;
	border-top: solid 1px #A5A4A4;
}

.footer-widget-wrapper a{
	color: #F3F0F0;
}

.footer-widget-wrapper li{
    border-color: #484845;	
}

.footer-widget-container{
	float: left;
	margin-right: 50px;
}

.footer-widget-container.footer-widget-container-1{
	width: 100%;
	margin: 0;
}

.footer-widget-container.footer-widget-container-2{
	width: 47%;
}

.footer-widget-container.footer-widget-container-3{
	width: 30%;
}

.footer-widget-container.footer-widget-container-4 {
    width: 23%;
    margin-right: 22px;
}

.footer-widget-container:last-child{
	margin-right: 0;
}

.footer-widget-wrapper .widget-title {
	color: #fff;
	border-bottom: 1px solid #54544C;
}

.footer-widget-wrapper .entry-title a{
	color: #C5C5C0;
}

.footer-widget-wrapper span.date a{
	color: #C7C1C1;
}

.footer-widget-wrapper .widget_tag_cloud a{
	border-color: #50504D;
	color: #F3F0F0;
}

.footer-widget-wrapper .widget_tag_cloud a:hover{
	background: #5e5e5e;
}

.site-footer{
	background: #000;
}
.site-info{
    margin: 0 auto;
    padding: 19px 0;
    color: #fff;
	text-align: center;
}
.site-info a{
	color: #fff;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);/* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #DDBE86 url(library/general/image/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
/** Contact form 7 **/
input.wpcf7-form-control.wpcf7-submit {
    min-width: 150px;
}
span.wpcf7-not-valid-tip {
    margin-top: 10px;
}
/*
     FILE ARCHIVED ON 07:03:39 Jun 13, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:16:10 May 14, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 3.09
  exclusion.robots: 0.042
  exclusion.robots.policy: 0.03
  esindex: 0.01
  cdx.remote: 38.385
  LoadShardBlock: 96.331 (3)
  PetaboxLoader3.datanode: 59.795 (4)
  PetaboxLoader3.resolve: 283.248 (2)
  load_resource: 266.77
*/