/*
Theme Name: OdierLite
Theme URI: https://zthemes.net/themes/odierlite
Author: ZThemes Studio
Author URI: https://zthemes.net/
Description: OdierLite is a Simple & Elegant WordPress blog theme built with SEO, speed, and usability in mind. How to install theme: https://youtu.be/9aJYeYjohjo . Get free support and check the demo at https://zthemes.net/themes/odierlite
Version: 1.3.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: odierlite
Tags: two-columns, right-sidebar, custom-menu, custom-logo, featured-images, translation-ready, blog

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.

OdierLite is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

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

/*--------------------------------------------------------------
# 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 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

input[type="search"]::-webkit-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;
}

table {
	width: 100%;
	border: 1px solid #f1f1f1;
	border-collapse: collapse;
	border-spacing: 0;
}
table caption{
	margin-bottom: 5px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	border: 1px solid #f1f1f1;
	line-height: 1.3;
	padding: 8px;
	vertical-align: middle;
	text-align: center;
}

table > thead > tr > th, table > thead > tr > td {
	border-bottom-width: 2px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "Crimson Text", serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
textarea:focus, input:focus{
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Raleway', sans-serif;
}

p {
	margin-bottom: 1.5em;
}

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%;
}

.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6,
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6	{
	color:#000;
	margin-bottom:20px;
	font-weight: 600;
}
.post-entry h1, .entry-content h1 {
	font-size:28px;
}
.post-entry h2, .entry-content h2 {
	font-size:25px;
}
.post-entry h3, .entry-content h3 {
	font-size:22px;
}
.post-entry h4, .entry-content h4 {
	font-size:19px;
}
.post-entry h5, .entry-content h5 {
	font-size:17px;
}
.post-entry h6, .entry-content h6 {
	font-size:15px;
}
/*--------------------------------------------------------------
# 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: 92%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
.post-entry ul, .post-entry ol, .entry-content ul, .entry-content ol {
    padding-left: 20px;
    margin-bottom: 12px;
    color: #222;
}
.post-entry ol li, .entry-content ol li {
    margin-bottom: 8px;
    list-style: decimal;
}
.post-entry ul li, .entry-content ul li {
    margin-bottom: 6px;
    list-style: disc;
}
.page-links .page-number {
    padding-left: 10px;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid; */
	border-color: #ccc #ccc #bbb; */
	border-radius: 3px; */
	background: #e6e6e6; */
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05); */
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}


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 #ccc;
	border-radius: 3px;
	padding: 3px;
}

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;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #BB992E;
	text-decoration: none;
}

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

/*--------------------------------------------------------------
## 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 {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

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

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.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 {
}

.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 {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: inline-block;
    line-height: 35px;
    border: none;
    background-color: transparent;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1.75px;
    float: left;
    padding-left: 15px;
}
.container {
    width: 940px;
    margin: 0 auto;
}
.top-nav{
	display: block;
	position: relative;
}
nav#site-navigation {
    background: #fff;
    height: 50px;
    position: fixed;
    z-index: 9999;
    width: 100%;
    -webkit-backface-visibility: hidden;
    border-top: 4px solid #474747;
    box-shadow: 0px 5px 8px 0 rgba(22,22,22,0.08);
    -webkit-box-shadow: 0px 5px 8px 0 rgba(22,22,22,0.08);
    -moz-box-shadow: 0px 5px 8px 0 rgba(22,22,22,0.08);
}
.menu li {
    display: inline-block;
    margin-right: 22px;
    position: relative;
}
.menu li a {
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.25px;
    color: #000;
    line-height: 50px;
    text-transform: uppercase;
    display: inline-block;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#site-navigation .menu > li.menu-item-has-children > a:after {
    font-family: FontAwesome;
    content: "\f107";
    margin-left: 9px;
    color: #b5b5b5;
    font-size: 12px;
}
.menu .sub-menu, .menu .children {
    background-color: #fff;
    display: none;
    padding: 0;
    position: absolute;
    margin-top: 22px;
    left: 0;
    z-index: 99999;
    border: 1px solid #F1F1F1;
    -webkit-box-shadow: 0 3px 2px 0px rgba(0,0,0,.05);
    -moz-box-shadow: 0 3px 2px 0px rgba(0,0,0,.05);
    box-shadow: 0 3px 2px 0px rgba(0,0,0,.05);
}
.sub-menu .sub-menu, .sub-menu .sub-menu .sub-menu, .sub-menu .sub-menu .sub-menu .sub-menu{
	margin-top: 0px;
}
ul.menu ul a, .menu ul ul a {
	color: #7D7D7D;
	margin: 0;
	padding: 6px 10px 7px 10px;
	min-width: 160px;
	line-height: 25px;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
	font-size: 10px;
}
	
ul.menu ul li, .menu ul ul li {
	padding-right:0;
	margin-right:0;
}

ul.menu ul a:hover, .menu ul ul a:hover {
	color: #fff;
	background:#333;
}

ul.menu li:hover > ul, .menu ul li:hover > ul {
	display: block;
}
.menu .sub-menu ul, .menu .children ul {	
	left: 100%;
	top: 0;
}
.show-search {
    display: none;
	position: absolute;
    top: 46px;
    right: 0px;
    z-index: 999;
}
.show-search input.search-field {
    width: 190px;
    background: #FFF;
    webkit-box-shadow: 0 8px 6px -6px rgba(206,206,206,.2);
    -moz-box-shadow: 0 8px 6px -6px rgba(206,206,206,.2);
    box-shadow: 0 8px 6px -6px rgba(206,206,206,.2);
    padding: 10px 14px;
    font-size: 11px;
    color: #999;
    letter-spacing: 1px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
}
.show-search input.search-submit{
	display: none;
}
div#top-search {
    float: right;
    height: 45px;
	text-align: center;
    width: 45px;
    font-size: 14px;
    line-height: 46px;
    background: #f9f9f9;
    display: block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
div#top-search:hover {
	background:#474747;
}
div#top-search:hover a{
	color: #fff;
}
div#top-search a{
	color: #999;
}

@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%;
}

/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/

.site-branding {
	margin-top: 50px;
    padding: 45px 0;
    text-align: center;
}
h1.site-title{
	font-size: 65px;
    font-family: 'Raleway', sans-serif;
    font-weight: lighter;
    letter-spacing: 2.75px;
    text-transform: uppercase;
	padding: 0;
    margin: 0;
}
h1.site-title a{
	color: #424243;
}
p.site-description{
	color: #b7b7b7;
    font-weight: lighter;
    letter-spacing: 1.75px;
    font-size: 14px;
}
header.site-header {
    margin-bottom: 35px;
}

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.widget-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 12px 14px;
    color: #333;
    margin-bottom: 20px;
    border-bottom: 4px double #ECECEC;
    font-weight: 600;
}
.widget h3{
	font-size: 16px;
}
.widget .search-field{
	border-radius: 0px;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 4px 12px;
}
.widget input[type="submit"] {
    background: transparent;
    border: 1px solid #ccc;
    font-size: 14px;
}
.widget ul li {
    margin-bottom: 7px;
    padding-bottom: 7px;
    padding-left: 5px;
    padding-right: 5px;
    list-style: none;
}
.widget ul, .widget ol{
    margin: 5px;
    padding-left: 5px;
}
.widget_recent_entries li a, .widget_archive li a{
	color: #424243;
	font-size: 15px;
}
.widget .tagcloud a {
	font-family:'Raleway', sans-serif;
	font-size: 10px !important;
	letter-spacing:1px;
	text-transform:uppercase;
	background:#f2f2f2;
	color:#666;
	padding: 4px 7px;
	margin-right:5px;
	margin-bottom: 8px;
	display:inline-block;
	border-radius:2px;
}
.widget .tagcloud a:hover {
	background:#333;
	color:#fff;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
header.entry-header {
    text-align: center;
}
section.content-area {
    min-height: 480px;
}
main#main{
	width: 650px;
    margin-right: 30px;
    float: left;
	margin-bottom: 35px;
}
main.full-width{
	width: 100% !important;
	margin-right: 0px !important;
}
main.full-width .entry-thumb img{
	width: 100% !important;
}
aside.sidebar {
    float: right;
    width: 260px;
}
.entry-cate a {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #BB992E;
    padding: 2px 10px;
    border: 1px solid #CAAE57;
    margin-right: 2px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.entry-cate a:hover {
	background-color: #bb992e;
	color: #fff;
}

h2.entry-title, h1.entry-title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
h2.entry-title a, h1.entry-title a{
	color: #424243;
}
h1.page-title {
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #ededed;
    padding: 15px 0;
    margin-bottom: 30px;
}
h2.entry-title a:hover, h1.entry-title a:hover{
	opacity: 0.8;
}
time.entry-date {
    font-size: 10px;
    color: #888888;
    letter-spacing: 2px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
.entry-more{
	text-align: center;
}
.entry-more a{
	font-weight: 600;
    letter-spacing: 1.5px;
    padding: 10px 20px;
    border: 1px solid #dedede;
    font-size: 10px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-transform: uppercase;
    color: #444444;
    font-family: 'Raleway', sans-serif;
}
.entry-more a:hover {
	background-color: #424242;
	border: 1px solid #424242;
	color: #fff;
}
article.post {
    margin-bottom: 55px;
    padding-bottom: 30px;
    border-bottom: 4px double #ECECEC;
}
.entry-meta {
    margin-bottom: 25px;
}
.entry-content {
    margin-top: 0;
}
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
	color: #b7b7b7;
    font-size: 12px;
    font-style: italic;
}
.single .byline .author ,
.group-blog .byline .author {
	font-size: 14px;
	font-style: normal;
	margin-left: 5px;
}
.entry-tags {
    margin-top: 15px;
}
.entry-tags a{
	font-family: 'Raleway', sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #f2f2f2;
    color: #666;
    padding: 6px 10px;
    margin-right: 6px;
    border-radius: 2px;
    margin-bottom: 5px;
    display: inline-block;
}
.entry-tags a:hover {
	background:#333;
	color:#fff;
	border:none;
	border-radius: 0px;
	text-decoration:none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.nav-previous, .nav-next {
	font-family: 'Raleway', sans-serif;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
}
.nav-previous a, .nav-next a {
	color: #969696;
}
.nav-previous a:hover, .nav-next a:hover {
	opacity: 0.8;
}
nav.navigation.posts-navigation {
    margin-bottom: 60px;
}
footer.site-footer {
    padding-top: 50px;
    padding-bottom: 55px;
    border-top: 4px double #ECECEC;
}
footer .site-info {
    text-align: center;
    color: #9A9A9A;
    font-size: 13px;
    margin-bottom: 0;
    letter-spacing: 1px;
}
footer .site-info i.fa {
	color: #d55;
}
.search .search-field{
	border-radius: 0px;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 4px 12px;
}
.search input[type="submit"] {
    background: transparent;
    border: 1px solid #ccc;
    font-size: 14px;
}

.entry-share {
    text-align: center;
    margin-top: 10px;
    padding-top: 25px;
}
.entry-share a {
    font-size: 15px;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
}
.single-post .entry-share {
    padding-bottom: 25px;
}

.entry-thumb {
    text-align: center;
}
/*--------------------------------------------------------------
## Featured slider
--------------------------------------------------------------*/

.featured-area {
	margin-bottom: 55px;
	padding-bottom: 25px;
	padding-top: 25px;
	margin-top: -60px;
}
.owl-theme .owl-controls .owl-page span {
    width: 10px !important;
    height: 10px !important;
}

#owl-demo .item img{
	max-width:100%;
	height:auto;
}
#owl-demo-boxes .item .feat-overlay {
    width: 100%;
    height: 50%;
    margin: 0 auto;
    margin-top: 18%;
    text-align: center;
}
#owl-demo-boxes .owl-controls{
	margin-top: -35px;
}
#owl-demo-boxes .owl-item .item{
    height: 580px;
}
#owl-demo-boxes .feat-text {
    width: 33%;
    display: inline-block;
    background-color: #fff;
    padding: 55px 25px;
}
#owl-demo-boxes .feat-text h3 a{
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	letter-spacing: 2.5px;
}
#owl-demo-boxes .feat-cat a{
    font-size: 12px;
    margin-left: 2px;
    color: #bb992e;
    display: inline-block;
    margin-bottom: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#owl-demo-boxes .feat-date {
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: #888;
    letter-spacing: 1px;
    padding-top: 12px;
    display: inline-block;
    font-style: italic;
}
#owl-demo .item .feat-overlay {
	position:absolute;
	width: 66%;
	left: 17%;
	bottom: 40%;
	background-color: rgba(255,255,255,1);
	text-align: center;
	webkit-box-shadow: 0 2px 5px -5px rgba(0,0,0,.25);
	-moz-box-shadow: 0 2px 5px -5px rgba(0,0,0,.25);
	box-shadow: 0 2px 5px -5px rgba(0,0,0,.25);
}

#owl-demo .item .feat-overlay .feat-text {
	padding: 25px 15px 30px 15px;
	min-height: 70px;
}
#owl-demo .item .feat-overlay h3{
	margin: 10px 0;
}
#owl-demo .item .feat-overlay h3 a {
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	letter-spacing: 2px;
}

#owl-demo .item .feat-overlay .feat-cat a{
	font-size: 14px;
    margin-left: 2px;
	color: #888888;
	display: inline-block;
	margin-bottom: 7px;
	letter-spacing: 1px;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
div#comments {
    padding-top: 25px;
}
.comment-reply-title{
	font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 5px;
    display: inline-block;
    color: #353535;
}
ol.comment-list {
    padding: 0;
    margin-left: 15px;
}
#comments .comment-notes{
	color: #999;
	font-size: 14px;
    letter-spacing: 0.25px;
}
.comment-form label{
	color: #999;
    font-size: 16px;
}
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.comment-form input.submit{
	font-family: "Lato";
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0;
    font-size: 11px;
    color: #666;
    padding: 10px 20px 10px;
    margin-top: 6px;
    display: inline-block;
    border: none;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    width: auto;
    background-color: transparent;
    border: 1px solid #D8D8D8;
	margin-bottom: 30px;
}
.comment-form input.submit:hover {
	background:#333;
	color:#FFF;
	border: 1px solid #333;
}
.comments-title{
    font-size: 14px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-weight: 500;
    padding-bottom: 5px;
    display: block;
    text-align: center;
    color: #505050;
}
.comment .says{
	display: none;
}
.comment-author .avatar {
	float: left;
	margin-right: 10px;
	width: 50px;
    height: 50px;
}
.comment-author .fn{
	text-transform: uppercase;
    color: #333;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1.25px;
}
.comment-metadata time{
	font-size: 14px;
    color: #999;
    font-style: italic;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
}
.comment-content {
    margin-left: 50px;
    font-size: 16px;
}
li.comment {
    position: relative;
}
li.comment .reply {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #aaa;
    border-radius: 2px;
}
li.comment .reply a{
    color: #fff;
    font-size: 10px;
    padding: 5px;
    text-transform: uppercase;
    font-family: Lato;
}
/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
## 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;
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 991px) {
	.container{
		width: 95%;
		margin: 0 auto;
	}
	main#main{
		width: 69.23077%;
	}
	aside.sidebar{
		width: 25.96154%;
	}
}

@media (max-width: 768px) {
	.container{
		width: 95%;
		margin: 0 auto;
	}
	main#main{
		width: 95%;
		margin:0 auto;
		float: none;
	}
	aside.sidebar{
		width: 95%;
		margin: 0 auto;
		float: none;
	}
	#owl-demo .item .feat-overlay h3 a {
    	font-size: 13px;
    	letter-spacing: 0.75px;
	}
	#owl-demo .item .feat-overlay h3 {
    	margin: 0;
	}
	#owl-demo .item .feat-overlay {
		width: 72%;
	}
	.owl-item .item{
		height: 380px !important;
	}
	.site-branding {
    	margin-top: 50px !important;
	}
	p.site-description{
		padding-top: 0;
		margin-top: 0;
		font-size: 12px;
	}
	.entry-content {
	    margin-top: 0;
	}
}

@media (max-width: 480px) {
	.container{
		width: 94%;
	}
	main#main{
		width: 95%;
		margin:0 auto;
		float: none;
	}
	aside.sidebar{
		width: 95%;
		margin: 0 auto;
		float: none;
	}
	#owl-demo .item .feat-overlay {
		width: 68%;
	}
	.owl-item .item{
		height: 320px !important;
	}
	.site-branding {
    	margin-top: 40px !important;
	}
	h1.site-title {
    	font-size: 42px;
	}
	h2.entry-title, h1.entry-title {
    	font-size: 16px;
    	line-height: 22px;
    	letter-spacing: 1px;
	}
	.entry-meta {
	    margin-bottom: 15px;
	}
	.entry-content {
	    margin-top: 0;
	}
	.entry-more a{
		font-size: 10px;
		letter-spacing: 0.75px;
	}
	button.menu-toggle{
		height: 46px;
    	background: transparent;
    	border: none;
	}
	.main-navigation li{
		float: none;
	}
	.menu li{
		display: block;
		width: 100%;
		background: #fff;
	    padding: 0 15px;
	}
	.menu .sub-menu, .menu .children {
	    position: relative;
	    margin-top: 0px;
	    top: 0;
	    display: block !important;
	    float: none !important;
	    padding-left: 5px !important;
	    box-shadow: none !important;
	}
	.main-navigation ul ul{
		float: none;
	}
	.menu .sub-menu li, .menu .children li{
		border: none;
	}
	.menu li a {
		line-height: 35px;
	}
	.menu .sub-menu li a, .menu .children li a{
		padding: 0;
		line-height: 30px;
	}
	h1.page-title {
    	font-size: 18px;
    	letter-spacing: 1px;
	}

	/* menu */
	ul#primary-menu {
	    width: 100%;
	    background-color: #fff;
	    padding: 5px;
	}
	.sub-menu .sub-menu {
	    display: block !important;
	    float: none !important;
	    left: 0 !important;
	}
	div#top-search {
		display: none;
	}

}