/*
Theme Name: New Zea
Theme URI: http://themesforbloggers.com/themes/new-zea/
Author: Themes for Bloggers
Author URI: http://themesforbloggers.com/
Description: The New Zea is a simple and elegant blogging theme designed to highlight beautiful images and prose! The full width template for pages and posts presents your content front and center. The Customizer allows you to set the basic theme colors, social media icons and whether the featured post thumbnails will appear at the top of the home page.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: new-zea
Tags: one-column, flexible-header, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, news, photography

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.

New Zea is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Slide
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-family: 'Raleway', sans-serif;
	word-wrap: break-word;
}

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:focus,
a:active,
a:hover {
	outline: 0 !important;
	text-decoration:none;
	color:#898989;
}

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;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 18px;
}

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: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Lora', serif;
}

p {
	margin-bottom: 1em;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color:#464646;
}

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: 18px;
	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: 18px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
.clearfix{
	clear:both;
}
/*--------------------------------------------------------------
# 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 1.5em;
	font-size:18px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
	padding-left:10px;
}

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. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: solid 1px #d14d36;
	background: #d14d36;
    padding: 3px 10px;
    border-radius: 0;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
	color: #fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: none;
	color:#d14d36;
}

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 #d9d9d9;
	border-radius: 3px;
	background: #f1f1f1;
}

label{
	font-weight: 400;
    font-size: 16px;
    color: #333333;	
}

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;
}

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: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.top-bar{
	background:#d14d36;
	padding: 10px 0;
}
.serch-form-coantainer{
	display: none;
	float:left;
}
.search-container{
	float: right;
}
#search-button:hover{
	background: #000;
}
.serch-form-coantainer input[type="text"]{
    border: 0;
    border-radius: 0;
	padding: 7px;
	margin-top: 5px
}
.head-t1{
	border-bottom: solid 1px #cacaca;
    padding: 15px;
}
.site-header{
	text-align:center;
	background: #fff;
	border-bottom: solid 1px #c2c2c2;
}
.site-branding img{
	margin: 15px 0;
}
.site-title{
	font-size: 60px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0;
    margin: 0;
    line-height: 70px;
}
.site-title a{
	color: #464646;
}
.site-title a:hover{
	color: #898989;
	text-decoration: none;
}
.site-description{
	font-size: 24px;
    font-weight: 100;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Slide
--------------------------------------------------------------*/

.carousel-control.left, .carousel-control.right {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
}
#home-slider .carousel.slide .item {
    height: 500px;
    overflow: hidden;
    background-position: center center;
    background-color: #e1e1e1;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-content-bg,
.article-header {
    height: 500px;
    display: flex;
    justify-content: center;
    position: relative;
	overflow:hidden;
}
.article-header .container {
    align-self: center;
}
.entry-detail {
    text-align: center;
    position: relative;
    z-index: 11;
}
.article-header .entry-title {
    margin-bottom: 10px;
    font-size: 48px;
    color: #fff;
}
.article-header .entry-meta, .article-header .entry-meta a {
    color: #cccccc;
    font-size: 16px;
    font-weight: 400;
    border: none;
    margin: 0;
    padding: 0;
}
img.full-slide,
img.single-post-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    object-fit: cover;
    height: 800px;
}
.blue-overlay {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    position: absolute;
    height: 800px;
    top: 0;
    z-index: 10;
}
#home-slider .container {
    align-self: center;
}
.slide-post-details {
    text-align: center;
    position: relative;
    z-index: 11;
}
.slide-post-details h1 {
    font-size: 48px;
    margin: 0 0 10px;
}
.slide-meta a, .slide-meta {
    color: #cccccc;
    font-size: 16px;
    font-weight: 400;
}
.slide-post-details h1 a, .slide-post-details p {
    color: #fff;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #d14d36;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

a:focus {
	outline: thin dotted;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	display:inline-block;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 18px;
    font-weight: 400;
    padding: 0 20px;
    border-right: solid 1px #464646;
	color: #464646;
    line-height: 18px;
}
.main-navigation a:hover{
	color:#d14d36;
}
.main-navigation li:last-child a{
	border-right: none;	
	padding-right:0;
}

.main-navigation ul ul{
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 20px;
	left: -999em;
	z-index: 99999;
	background: #ececec;
	padding-top: 10px;
}

.main-navigation ul ul li a{
	border-right:none;
	border-bottom:dashed 1.5px #c2c2c2;
	padding-bottom: 15px;
    margin-bottom: 15px;	
}

.main-navigation ul ul li:last-child a{
	border-bottom: none;
	margin-bottom: 0;
}

.main-navigation ul ul ul {
	left: -999em;
	top: -15px;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {
	text-align:left;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
	color:#898989;
}

.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 {
	color: #d14d36;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1em;
}

.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 {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.tagcloud{
	line-height: 27px;
}

.tagcloud a{
	font-size: 13px !important;
    background: #464646;
    padding: 5px;
    color: #fff !important;
}

.tagcloud a:hover{
	background: #d14d36;
}

.widget-title{
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 100;
	border-bottom: solid 1px #d14d36;
    padding-bottom: 30px;
    margin: 0 0 30px;	
	color: #fff;
}

.widgettitle{
	font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
	font-weight: 100;
}
.new_zea_post_recent h5{
	margin: 0 0 5px;
	font-size:18px;
	font-weight: 300;
	display: inline;
}
.new_zea_post_recent .meta-info{
	font-size:14px
}

#new_zea_recent_posts li{
	margin-bottom: 25px;
}

.widget select{
	padding:6px;
	width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 3em;
	transition: all 1s;
}

.blog .hentry:hover,
.archive .hentry:hover,
.search .hentry:hover, .home .hentry:hover{
	background-color: #d14d36;
    transform: scale(1.05);
}

.blog .hentry:hover a,
.blog .hentry:hover .meta-info-comment,
.blog .hentry:hover p,
.blog .hentry:hover .byline,
.archive .hentry:hover a,
.archive .hentry:hover .meta-info-comment,
.archive .hentry:hover p,
.archive .hentry:hover .byline,
.search .hentry:hover a,
.search .hentry:hover .meta-info-comment,
.search .hentry:hover p,
.search .hentry:hover .byline,
.home .hentry:hover a,
.home .hentry:hover .meta-info-comment,
.home .hentry:hover p,
.home .hentry:hover .byline{
	color: #fff;
}

.single .byline,
.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: .8em 0 0;
}

.entry-content{
	max-width: 960px;
	margin: .8em auto 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.content-area {
    margin: 30px 0 150px;
}

.sticky-post ul{
	margin: 0;
    padding: 0;
    list-style-type: none;
}

.sticky-post ul li{
    display: inline-block;
    vertical-align: top;
    margin-right: 53px;
	max-width: 30%;
}

.sticky-post ul li:last-child{
	margin-right: 0;
}

.sticky-post .sticky-wrapper{
	position: relative;
	margin-bottom:0;
}

.sticky-post .entry-header{
	position: absolute;
    bottom: 6px;
	background: rgba(0, 0, 0, .80);
    width: 100%;
	padding: 30px;
	display:none;
}

.sticky-post .entry-title{
	margin:0;
	font-size: 24px;
	color:#fff;
}

.sticky-post .entry-header a{
	color: #fff;
}

.dashed-border{
	border-top: solid 2px #d14d36;
    margin: 45px auto;
    max-width: 60%;
}

.single .img-container{
	max-height: 500px;
	height: 500px;
	text-align:center;
}

.img-container{
	max-height: 535px;
    overflow: hidden;
    height: 535px;
    justify-content: center;
}

.img-container a img{
	height: 535px;
	object-fit: cover;
	width: 100%;
}

.new_zea_post_recent a img{
	margin-left: 0;
}

.img-container a img, a .img-container img,
.new_zea_post_recent a img{
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
	-webkit-filter: sepia(50%);
	filter: sepia(50%);	
}

a img:hover{
	-webkit-filter: sepia(0);
	filter: sepia(0);
}

.page-header {
    margin: 0;
    border-bottom: none;
}

.page-title.single-title{
	font-size: 36px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.entry-title{
	font-size: 28px;
    font-weight: 100;
}

.entry-title a:hover{
	color: #464646;
	text-decoration: none;	
}

.single-title{
	text-align:center;
	margin:0;
}

.entry-meta{
	margin-bottom: 20px;
}

.posted-on a, .byline, .meta-info-comment,
.meta-info-comment a, .author a{
	font-size: 14px;
    color: #959595;
}
.byline{
	padding:0 10px;
}
.posted-on a:hover{
    color: #000;
	text-decoration:none;
}

.rmore-wrapper{
	text-align:right;
	margin-bottom:15px;
	margin-right:20px;
}

.read_more, .comment-reply-link{
	font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: solid 1px #d14d36;
	background: #d14d36;
    padding: 7px 10px;
	color: #fff;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.read_more:hover, .comment-reply-link:hover{
	color:#d14d36;
	background:transparent;
	text-decoration: none;
}

.pagination{
	position: absolute;
    bottom: -90px;
	display: block;
    width: 100%;
    text-align: center;
	font-size: 18px;
	font-weight:600;
	font-size: 24px;
	color: #d14d36;
}

.pagination a{
    color: #25292c;
    font-weight: 600;
    padding: 0 5px;
}

.pagination a:hover{
	color: #898989;
	text-decoration: none;
}

.nav-next a:after{
	content: "\f101";
	font-family: FontAwesome;
	margin-left:5px;
}

.nav-previous a:before{
	content: "\f100";
	font-family: FontAwesome;
	margin-right:5px;
}

.white-background{
	background: #fff;	
	padding: 20px;
}
.page-numbers .fa-chevron-right, .page-numbers .fa-chevron-left {
    color: #fff;
    padding: 3px 6px;
    font-size: 15px;
	background: #d14d36;
    -webkit-transition: .3s ease-in-out;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.page-numbers .fa-chevron-right:hover, .page-numbers .fa-chevron-left:hover{
	color: #fff;
	background: #000;
}

.no-results.not-found, .error-404.not-found{
	text-align: center;
}
.search.search-results .page-header{
	padding: 0;
}
.has_header-image{
	height: 200px;
	display: flex;
    justify-content: center;
	overflow: hidden;
    position: relative;
}
.header-image{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
	object-fit: cover;
    height: 350px;
}
.has_header-image .container{
	z-index: 999;
    position: relative;
	align-self: center;
}
.blog .hentry, .archive .hentry,
.search .hentry, .home .hentry{
	background: #f1f1f1;
	border: solid 1px #d9d9d9;
	position: relative;
}
.post-desc{
	padding: 5%;
	align-self: center;
}
.post-desc .entry-meta:before,
.post-desc .entry-meta:after{
	content:'';
	border-top: solid 1px #cccccc;
    display: block;
    max-width: 250px;
	margin: 25px auto 10px;
}
.post-desc .entry-meta:after{
	margin: 11px auto 10px;
}
.post-desc .entry-meta,
.post-desc .entry-title{
	text-align: center;
}
.post-desc .entry-title, 
.post-desc p{
	margin: 0;
}

.hentry:before{
	font-family: FontAwesome;
	position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
	background: #d14d36;
    padding: 1px 10px;
    font-size: 28px;
	color: #d1d1d1;
	z-index: 9;
}
.format-image:before{
	content: "\f03e";
}
.format-video:before{
	content: "\f01d";
}
.format-quote:before{
	content: "\f10d";
}
.format-link:before{
	content: "\f0c1";
}
.format-aside:before{
	content: "\f15c";
}
.sticky:before{
	content: "\f005";
}
.breadcrumb-container {
	background: #e1e1e1;	
}
.infinite-scroll .pagination {
	display: none;
}

.single .hentry:before{
	display: none;	
}

#menu-social ul {
	list-style: none;
	margin: 0;
	text-align: right;
	padding-left: 0;
}

#menu-social ul li {
	display:  inline-block;
	position: relative;
	margin-right: 3px;
}

#menu-social li a{
	background: #bd3d27;
	width: 30px;
    display: block;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-top: 3px;
}

#menu-social li a:hover{
	background: #464646;
}

#menu-social li a::before {
	display:        inline-block;
	padding:        0 5px;
	font-family:    'FontAwesome';
	font-size:      16px;
	-webkit-font-smoothing: antialiased;
}

#menu-social li a[href*="facebook.com"]::before {
	content: '\f09a';
}
#menu-social li a[href*="twitter.com"]::before {
	content: '\f099';
}
#menu-social li a[href*="plus.google.com"]::before {
	content: '\f0d5';
}
#menu-social li a[href*="pinterest.com"]::before {
	content: '\f0d2';
}
#menu-social li a[href*="tumblr.com"]::before {
	content: '\f173';
}
#menu-social li a[href*="youtube.com"]::before {
	content: '\f167';
}
#menu-social li a[href*="vimeo.com"]::before {
	content: '\f194';
}
#menu-social li a[href*="instagram.com"]::before {
	content: '\f16d';
}
#menu-social li a[href*="linkedin.com"]::before {
	content: '\f0e1';
}
#menu-social li a[href*="mailto:"]::before {
	content: '\f0e0';
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content{
	margin-left: 10%;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-list{
	margin-left:0;
	list-style-type:none;
	margin-top: 50px;
    padding-left: 0;
}

.comment-list li, .comment-list .children li{
	margin-bottom: 20px;
}

.comment-author.vcard b{
	font-size: 20px;
    font-weight: 100;
	font-family: 'Raleway', sans-serif;
}

.comment-metadata a{
	font-size:14px;
	color: #707070;
}

.reply{
	text-align:right;
}

.comment-author.vcard img{
	border-radius: 100%;
	float: left;
	margin-right: 20px;
	margin-top: -15px;
}

#comments input[type="text"],
#comments input[type="email"],
#comments input[type="url"]{
	padding: 10px;
    width: 100%;
}

#comments textarea {
	padding: 10px;
    max-height: 203px;
}

#comments input[type="submit"]{
	font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: solid 1px #d14d36;
    padding: 10px 10px;
    background: #d14d36;
    border-radius: 0;
}

#comments input[type="submit"]:hover{
	border: solid 1px #d14d36;
	color:#d14d36;
	background: none;
}

#reply-title{
	font-size: 28px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 2px;
}
ol.children{
	list-style:none;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-widget-container{
	background: #252525;
    padding: 50px 0;
	border-top: solid 1px #333;
	color: #999999;
}

.footer-widget-container a{
	color: #ffffff;	
}

.footer-widget-container a:hover{
	color: #d14d36
}

.footer-widget-container ul{
	list-style-type: none;
	margin:0;
	padding-left:0;	
}

.footer-widget-container ul.children,
.footer-widget-container ul.sub-menu{
	margin-left: 20px;	
}

.footer-widget-container ul li{
	margin-bottom: 10px;
}

.site-footer{
	background: #111111;
    padding: 15px 0;
}

.site-footer, .site-footer a{
	font-size: 14px;
	color:#fff;	
}

.site-footer a:hover{
	color: #898989;
	text-decoration:none;
}

.site-info{
	text-align: center
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# 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%;
}

.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;
	font-size: 16px;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery a img{
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
	-webkit-filter: sepia(50%);
	filter: sepia(50%);	
}

.gallery a img:hover{
	-webkit-filter: sepia(0);
	filter: sepia(0);
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 5px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

@media (min-width: 1100px){
	.alignleft{
		margin-left: -90px;
	}
	.alignright{
		margin-right: -90px;
	}
}
@media (min-width: 768px){
	.has_featured {
		float: right;
		width: 50%;
		max-height: 535px;
		height: 535px;
		display: flex;
	}
	.img-container {
		margin-right: 20px;
		width: 48%;
		float: left;
		position: relative;
	}
	.blog .hentry:nth-child(2n+1) .img-container,
	.archive .hentry:nth-child(2n+1) .img-container,
	.search .hentry:nth-child(2n+1) .img-container{
		float:right;
		margin-right: 0;
		margin-left:20px;
	}
}
@media (min-width: 768px) and (max-width:1200px){
	.has_featured{
		width:48%;
	}
}
@media only screen and (max-width:1200px){
	.sticky-post ul li{
		margin-right: 15px;
		max-width: 32%;
	}
	.sticky-post .img-container{
		height: auto;
	}
	.sticky-post .entry-header{
		bottom: 0;
	}
}
@media only screen and (max-width: 991px){
	.sticky-post ul li {
		margin-right: 0;
		max-width: 32.5%;
	}
	.single .img-container {
		height: auto;
	}
}
@media only screen and (max-width: 768px){
	.sticky-post .entry-title {
		font-size: 18px;
	}
	.sticky-post .entry-header{
		padding: 15px;
	}
	.site-info, #footer-menu {
		float: none;
		text-align: center;
	}
	.site-info{
		padding-top: 10px;
    	margin-top: 10px;
		border-top: dashed 1.5px #555;
	}
	#footer-menu ul{
		line-height: 20px;
	}
	#menu-social ul{
		text-align:center;
	}
}
@media only screen and (max-width: 599px){
	.main-navigation li{
		display: block;
		padding: 0 20px;
	}
	.main-navigation li:first-child{
		padding-top: 20px;
	}
	.main-navigation ul ul li:first-child{
		padding-top: 0;
	}
	.main-navigation ul{
		text-align:left;
		margin-top: 15px;
	}
	.main-navigation ul ul li a,
	.main-navigation a{
		padding: 0;
		margin: 0;	
	}
	.main-navigation ul ul{
		padding:0;
		box-shadow:none;
		position:inherit;
		float:none;
		top:0;
		left:0;
	}
	.main-navigation ul ul a{
		width:100%;
	}
	.main-navigation li a,
	.main-navigation ul ul li:last-child a{
		border-bottom: dashed 1.5px #c2c2c2;
		padding-bottom: 10px !important;
		margin-bottom: 10px !important;	
	}
	.main-navigation a{
		border-right: none;
	}
	.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul,
	.main-navigation ul ul ul{
		position:inherit;
		left: auto;
	}
	.img-container, .single .img-container{
		height: auto;
	}
	.img-container .fa-camera {
		font-size: 80px;
		padding: 60px;
	}
	.search-container{
		position: absolute;
    	right: 10px;
	}
	.main-navigation ul ul{
		background: none;
	}
}
@media only screen and (max-width: 480px){
	.menu ul.children{
		margin-left:10px;
	}
	.site-title {
    	font-size: 36px;
		line-height: 36px;
	}
	.entry-title{
		font-size: 28px;
		word-break: break-word;
	}
	.sticky-post ul li{
		max-width: 100%;
		margin-bottom: 30px;
	}
	.sticky-post ul li:last-child{
		margin:0;
	}
	.sticky-post{
		text-align:center;
	}
	#footer-menu ul li {
		display: block;
		margin-bottom: 10px;
	}
	#footer-menu ul li a {
		padding: 0;
		border-right: none;
	}
}

@media only screen and (max-width: 250px){
	.serch-form-coantainer{
		position: absolute;
    	right: 48px;
	}
	.serch-form-coantainer input{
		width: 160px;
	}
}