/*
Theme Name: Selfblog
Theme URI: http://palthemes.com/selfblog
Author: PalThemes
Author URI: http://palthemes.com/
Description: Simple Personal Blogging Theme
Version: 1.0.1
License: 
License URI: 
Tags: white, blue, yellow
Text Domain: selfblog
Domain Path: /languages
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Basic Structures
 * 3.0 - Header
 * 4.0 - Navigation
 *   4.1 - Dark Navigation
 *   4.2 - Mega Menu
 *   4.3 - Mobile Navigation
 *   4.4 - Search Button & Search Form
 *   4.5 - Socials Button
 * 5.0 - Content
 *   5.1 - Post Thumbnail
 *   5.2 - Entry Header
 *   5.3 - Entry Meta
 *   5.4 - Entry Content
 *   5.5 - Galleries
 *   5.6 - Post Formats
 *   5.7 - Post/Image/Paging Navigation
 *   5.8 - Share Tools / Post Tools
 *   5.9 - Page Heading
 *   5.10 - Comments
 *   5.11 - Related Posts
 * 6.0 - Sidebar
 *   6.1 - Widgets
 *   6.2 - Content Sidebar Widgets
 * 7.0 - Footer
 * 8.0 - Featured Posts Slider
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
}

body {
	font-family:"Noto Serif", Georgia, serif;
	background: fcfcfc;
	font-size:14px;
	color: #2b2b2b;
}

button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
	line-height: 25px;
}

body.searchbox-show {
	overflow:hidden;
}

.shortcode-container p {
	text-align: left;
}

.shortcode-container.button {
	display: inline-block;
}

a {
	color: #ab9364;
	text-decoration: none;
	transition:all 500ms;
}

a:focus {
	outline: none;
	outline-width:0;
	outline-style:none;
	outline: 0;
	text-decoration:none;
}

a:hover,
a:active {
	outline-width:0;
	outline-style:none;
	outline: 0;
	text-decoration:none;
}

a:active,
a:hover {
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 6px;
	font-family:Oswald, serif;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
	line-height: 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 13px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	padding:1px 5px;
	white-space:normal;
	display:inline-block;
	line-height:24px;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	display:block;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	position:relative;
    color: #767676;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 10px auto;
    padding: 10px 20px 30px;
	display:inline-block;
	line-height:normal;
}

blockquote:before {
	content:"";
	width:200px;
	height:1px;
	background:rgba(0,0,0,.1);
	position:absolute;
	right:50%;
	bottom:0;
	transform:translateX(50%);
	-o-transform:translateX(50%);
	-ms-transform:translateX(50%);
	-moz-transform:translateX(50%);
	-webkit-transform:translateX(50%);
}
blockquote:after {
	content:"";
	width:7px;
	height:7px;
	border-radius:9px;
	position:absolute;
	bottom:-3px;
	right:50%;
	transform:translateX(50%);
	-o-transform:translateX(50%);
	-ms-transform:translateX(50%);
	-moz-transform:translateX(50%);
	-webkit-transform:translateX(50%);
	background:#CCC;
}


blockquote cite,
blockquote small {
	color: #999999;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin-top:15px;
	margin-left:30px;
	padding:10px 0 13px;
	position:relative;
	display:block;
}
blockquote p cite,
blockquote p small {
	display:inline-block;
}
blockquote cite:before,
blockquote small:before {
	content: "";
	height: 1px;
	width: 20px;
	display:inline-block;
	background:#000;
	opacity:.2;
	position:absolute;
	right:calc(100% + 10px);
	bottom:50%;
	transform:translateY(50%);
	-o-transform:translateY(50%);
	-ms-transform:translateY(50%);
	-moz-transform:translateY(50%);
	-webkit-transform:translateY(50%);
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: italic;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
	margin-left:20px;
	margin-bottom:5px;
}

dd {
	margin-bottom: 24px;
	margin-left:40px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse:collapse;
	border-spacing: 0;
	border-width: 0;
	margin-bottom: 24px;
	width: 100%;
	border-collapse:collapse;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
	border:1px solid rgba(0,0,0,.15);
	padding:7px;
}
th {
	font-weight:bold;
}
tr.odd {
	background:rgba(0,0,0,.02);
}
tr.even {
	background:rgba(0,0,0,.03);
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	width: 100%;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #333;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #333;
	color: #fff;
	text-shadow: none;
}

/**
 * 2.0 Basic Structures
 */
 
.borderbox {
	position:relative;
	margin:auto;
	border:5px solid #FFF;
}
.center {
	text-align:center;
}
.borderbox:after {
	content:"";
	position:absolute;
	top:20px;
	right:20px;
	bottom:20px;
	left:20px;
	border:1px solid rgba(0,0,0,.15);
}
.background-image {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size:cover !important;
	background-position: center center !important;
	z-index:0;
	opacity:.3;
	transition:all 500ms;
}
.dropcap {
	float: left;
	font-size: 90px;
	padding: 0px;
	line-height: 75px;
	display: block;
	text-align: center;
	margin-right: 5px;
	opacity: .7;
}

/**
 * 3.0 Header 
 * -----------------------------------------------------------------------------
 */

#main-header {
	position:relative;
	text-align:center;
}
.header-container {
	padding:60px 0;
}
.site-info {
	z-index:2;
	position:relative;
}

.head-socials {
	color:#FFFFFF;
	margin-top:30px;
}

.head-socials a {
	color:#FFFFFF;
	width: 40px;
	height: 40px;
	border: 1px solid rgb(255, 255, 255);
	text-align: center;
	line-height: 40px;
	border-radius: 40px;
	font-size: 14px;
	display: inline-block;
	opacity:.8;
}

.head-socials .socials-list {
	list-style:none;
	margin:0;
	padding:0;
}

.head-socials .socials-list li {
	position:relative;
	display:inline-block;
	margin:0 5px;
	padding:0;
}
.head-socials .socials-list li:before {
	content:"";
	height:1px;
	width:14px;
	position:absolute;
	bottom:50%;
	transform:translateY(50%);
	-o-transform:translateY(50%);
	-ms-transform:translateY(50%);
	-moz-transform:translateY(50%);
	-webkit-transform:translateY(50%);
	right:-14px;
	background:#FFF;
	opacity:.5;
}
.head-socials .socials-list li:after {
	content:"";
	height:3px;
	width:3px;
	border-radius:5px;
	position:absolute;
	bottom:50%;
	transform:translateY(50%);
	-o-transform:translateY(50%);
	-ms-transform:translateY(50%);
	-moz-transform:translateY(50%);
	-webkit-transform:translateY(50%);
	right:-8px;
	background:#FFF;
}
.head-socials .socials-list li:last-child:before,
.head-socials .socials-list li:last-child:after {
	content:none;
}
.head-socials .socials-list li a:hover {
	opacity:1;
}

.sb-topbar {
	position:relative;
	background: #FFF;
	color:#111;
	z-index:1;
}
.sb-topbar a {
	color:#000;
}
.header-type1 .sb-topbar {
	color:#FFF;
	border-bottom:1px solid;
	border-top: 2px solid;
	color: rgb(0, 0, 0);
	background: #FCFCFC;
}
.header-type1 .sb-topbar a {
	color:#111;
}
.header-type2 {
	box-shadow:none;
}
.sb-topbar.dark {
	color:#FFF;
	background:#111;
}
.topbar-container {
	position:relative;
	padding-left:0;
	padding-right:0;
	0px 8px 8px -8px rgba(0, 0, 0, 0.1)
}
.topbar-wrapper {
	margin:0;
}
.header-type2 .topbar-container {
	border-bottom:1px solid rgba(0,0,0,.05);
	box-shadow:none;
}
.header-type2 .dark .topbar-container {
	border-bottom:1px solid rgba(255,255,255,.1);
}
.site-description-wrapper {
	float:left;
	height: 45px;
	line-height: 45px;
	padding-left:0;
}
.top-socials-wrapper {
	float:right;
	height: 45px;
	line-height: 45px;
	padding-right:0;
}
.site-description {
	text-align:left;
	display:block;
}
.logo {
	padding:0 30px;
}
.logo img {
	max-width:100%;
}

.logo-small {
	padding:0;
	float:left;
	line-height:65px;
	transition:all 500ms;
}
.mobile-nav-handler .logo-small {
	float:none;
	line-height:60px;
	text-align:center;
}

.logo-small img {
	height:35px;
}
.logo-small a {
	display:inline-block;
}
.logo-small h1 {
	line-height:65px;
	margin:0;
	padding:0;
}

/**
 * 4.0 Navigation
 */
 
#primary-navigation {
	background:#FFFFFF;
	transition:all 500ms;
	z-index:10;
	box-shadow:0 2px 3px rgba(0,0,0,.1);
}

#navigation {
	margin-bottom:60px;
}
#primary-navigation {
	position:relative;
	font-family:Oswald, sans-serif;
	text-align:left;
	font-size:16px;
	letter-spacing:2px;
	text-transform:uppercase;
}
.navigation-wrapper {
	max-width:1220px;
	margin:auto;
}
.header-type1 #primary-navigation {
	box-shadow:0px 3px 5px 0px rgba(0, 0, 0, 0.05);
	border-top:2px solid;
	border-bottom:none;
	padding:0 20px;
	z-index:5;
}
.header-type1 .sticked #primary-navigation {
	border-radius:0 0 3px 3px;
}
#primary-navigation ul {
	padding:0;
	margin:0;
	list-style:none;
}
#primary-navigation .nav-menu {
	list-style:none;
	padding:0;
	margin:0 -5px;
	display:block;
}
.navigation-wrapper {
	position:relative;
}
.nav-menu ul {
	margin:0 -5px;
}
.nav-menu li {
	display:inline-block;
	position:relative;
}
.nav-menu li a {
	color:#000000;
	line-height:65px;
	display:block;
	padding:0 20px;
	font-family:inherit;
	transition:all 500ms;
}
.nav-menu li a.fa:before {
	font-family:FontAwesome;
	margin-right:5px;
	line-height:normal;
}

.nav-menu li.current-menu-item a {
	position:relative;
	font-weight:400;
}
.nav-menu > li:hover:after,
.nav-menu ul > li:hover:after {
	bottom:3px;
}
.nav-menu > li:hover:before,
.nav-menu ul > li:hover:before {
	height:3px;
}
.nav-menu > li:after,
.nav-menu ul > li:after {
	content: "";
	font-weight: 200;
	width: 7px;
	height: 7px;
	background: #999;
	border-radius: 7px;
	right:50%;
	bottom:11px;
	transform:translateX(50%);
	-o-transform:translateX(50%);
	-ms-transform:translateX(50%);
	-moz-transform:translateX(50%);
	-webkit-transform:translateX(50%);
	position:absolute;
	transition:all 500ms;
}
.nav-menu > li:before,
.nav-menu ul > li:before {
	content:"";
	width:1px;
	height:11px;
	background:#999;
	position:absolute;
	bottom:0;
	right:50%;
	transform:translateX(50%);
	-o-transform:translateX(50%);
	-ms-transform:translateX(50%);
	-moz-transform:translateX(50%);
	-webkit-transform:translateX(50%);
	transition:all 500ms;
}
.nav-menu li a:hover {
	color:#ab9364;
}
.nav-menu li.menu-item-has-children > a {
	padding-right:25px !important;
}
.nav-menu li.menu-item-has-children > a:after {
	position:absolute;
	content:"\e663";
	font-family:themify;
	margin-left:7px;
	width:16px;
	height:16px;
	right:3px;
	bottom:50%;
	transform:translateY(50%);
	-o-transform:translateY(50%);
	-ms-transform:translateY(50%);
	-moz-transform:translateY(50%);
	-webkit-transform:translateY(50%);
	display:block;
	line-height:16px;
	font-size:12px;
	text-align:center;
	color:#BBB;
}
.nav-menu ul.sub-menu {
	position: absolute;
	left: 0;
	border-top: 3px solid;
	padding: 0;
	margin: 0;
	z-index: 5;
	transition: all 300ms;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	background:#FFF;
	height:auto;
	opacity:0;
	visibility:hidden;
	transform:translateY(10px);
	-o-transform:translateY(10px);
	-ms-transform:translateY(10px);
	-moz-transform:translateY(10px);
	-webkit-transform:translateY(10px);
}
.nav-menu ul.sub-menu.toggle {
	visibility:visible;
	transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	-moz-transform:translateY(0);
	-webkit-transform:translateY(0);
	opacity:1;
}
.nav-menu ul.sub-menu li a {
	position:relative;
	transition:all 300ms;
}
.nav-menu ul.sub-menu li {
	padding:0 30px;
	transition:all 500ms;
}
.nav-menu ul.sub-menu li a:not(.fa):hover {
	padding-left:10px;
}
.nav-menu ul.sub-menu li a:not(.fa):hover:before {
	left:-5px;
	opacity:1;
	visibility:visible;
}
.nav-menu ul.sub-menu li a:not(.fa):before {
	content:"\f0da";
	font-family:FontAwesome;
	position:absolute;
	left:0;
	opacity:0;
	visibility:hidden;
	transition:all 300ms;
}
.nav-menu ul.sub-menu li.menu-item-has-children > a:after {
	position:absolute;
	content:"\e65d";
	font-family:themify;
	margin-left:7px;
	width:16px;
	height:16px;
	line-height:16px;
	right:-5px;
	display:block;
	font-size:14px;
	text-align:center;
	color:#111;
	transition:all 300ms;
}
.nav-menu ul.sub-menu li a {
	font-size:12px;
	border-bottom:1px solid rgba(0,0,0,.08);
	color:#494949;
	padding:0;
	line-height:50px;
}

.nav-menu ul.sub-menu li:last-child > a {
	border-bottom:none;
}
.nav-menu ul.sub-menu li {
	position:relative;
	text-align:left;
	display:block;
	white-space:nowrap;
	min-width:200px;
}
.nav-menu ul.sub-menu li:before {
	content:"";
	width:5px;
	height:5px;
	background:#CCC;
	border-radius:5px;
	position:absolute;
	right:30px;
	bottom:-2px;
	z-index:5;
}
.nav-menu ul.sub-menu li:after {
	content:"";
	width:5px;
	height:5px;
	background:#CCC;
	border-radius:5px;
	position:absolute;
	left:30px;
	bottom:-2px;
	z-index:5;
}
.nav-menu ul.sub-menu li:last-child:before,
.nav-menu ul.sub-menu li:last-child:after {
	content:none;
}
.nav-menu ul.sub-menu ul.sub-menu {
	position:absolute;
	left:100%;
	top:-3px;
}

/**
 4.1 Dark Navigation
 */

#primary-navigation.dark {
	background:#121212;
	border-bottom:1px solid rgba(255,255,255,.2);
}
.nav-menu.dark li a {
	color:#FFF;
}
.nav-menu.dark .menu-item a:hover {
	color:#CFCFCF;
}
.nav-menu.dark li.menu-item-has-children a:after {
	border:1px solid rgba(0,0,0,.13);
	color:#FFF;
}
.nav-menu.dark ul.sub-menu {
	box-shadow: 0 2px 5px rgba(0,0,0,.05);
	background:#171717;
}
.nav-menu.dark ul.sub-menu li.menu-item-has-children > a:after {
	color:#CCC;
}
.nav-menu.dark ul.sub-menu li a {
	border-bottom:1px solid rgba(255,255,255,.1);
	color:#FFF;
}
.nav-menu.dark ul.sub-menu li:last-child a {
	border-bottom:none;
}

/**
 4.2 Mega Menu
 */

#primary-navigation ul.mega-menu-row {
	border:0;
	background:none;
}
.nav-menu .mega-menu ul.sub-menu,
.nav-menu.dark .mega-menu ul.sub-menu {
	box-shadow:none;
	border:0;
}
.nav-menu .menu-item-has-mega-menu ul.sub-menu {
	opacity:1;
	visibility:inherit;
	transform:none;
	-o-transform:none;
	-ms-transform:none;
	-moz-transform:none;
	-webkit-transform:none;
	position:static !important;
	background:none;
}
.nav-menu .mega-menu ul.sub-menu li.menu-item-has-children > a:after {
	content:none;
}
.mega-menu {
	position: absolute;
	top:calc(100% + 10px);
	left: 0px;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	z-index: 12;
	padding:10px 20px;
	display:table;
	border-top:3px solid;
	box-shadow:0px 2px 10px rgba(0, 0, 0, 0.08);
	visibility:hidden;
	opacity:0;
	transition:all 300ms;
}
.nav-menu.dark .mega-menu {
	background:#171717;
	color:#FFFFFF;
}
.mega-menu.toggle {
	top:100%;
	opacity:1;
	visibility:visible;
}
.mega-menu-row {
	position: static;
	padding: 0px;
	margin: 0px;
	display:table-row;
}
.nav-menu ul.sub-menu li.mega-menu-col {
	margin:0;
	padding:0;
	display:table-cell;
}
.nav-menu ul.sub-menu li.mega-menu-col div {
	font-weight:normal;
	font-family:Noto Serif, sans-serif;
	font-size:13px;
	padding-bottom:5px;
	opacity:.5;
	font-style:italic;
	padding:5px;
	margin-left:5px;
}
.nav-menu ul.sub-menu li.mega-menu-col > a {
	border-bottom:0;
	font-size:16px;
	line-height:normal;
	color:#000;
	margin-left:5px;
	padding-top:10px;
}
.nav-menu.dark ul.sub-menu li.mega-menu-col > a {
	color:#FFF;
}
.nav-menu ul.sub-menu li.mega-menu-col > a:hover,
.nav-menu.dark ul.sub-menu li.mega-menu-col > a:hover {
	color:inherit;
}
.mega-menu-col .sub-menu {
	position:static;
}
.nav-menu .mega-menu ul.sub-menu li {
	padding:0;
	background:none !important
}
.nav-menu .mega-menu ul.sub-menu li li {
	margin:0 20px;
}
.nav-menu .mega-menu ul.sub-menu li a:not(.fa):before {
	content:none;
}
.nav-menu .mega-menu ul.sub-menu li:before,
.nav-menu .mega-menu ul.sub-menu li:after {
	content:none;
}
.nav-menu .mega-menu ul.sub-menu li a:hover {
	padding:inherit;
}

/**
 4.3 Mobile Navigation
 */
 
.sticky-wrapper {
	height:auto;
}
.menu-toggler {
	position:absolute;
	font-family:Oswald;
	font-size:18px;
	text-transform:uppercase;
	color:#000000;
}
.menu-toggler.closed:before {
	content:"\e68e";
	font-family:themify;
	margin-right:6px;
	font-size:22px;
}
.menu-toggler.opened:before {
	content:"\e646";
	font-family:themify;
	margin-right:10px;
	font-size:22px;
}
#mobile-navigation {
	position:relative;
	text-align:left;
	z-index:10;
}
.header-type1 #mobile-navigation-sticky-wrapper {
	padding-left:15px;
	padding-right:15px;
}
.mobile-nav-handler {
	height:60px;
	line-height:60px;
	transition:all 500ms;
	position:relative;
	padding:0 15px;
	box-shadow:0px 2px 8px 0px rgba(0, 0, 0, 0.05);
	background:#FFFFFF;
}

#mobile-navigation .sub-menu {
	margin:0;
	display:none;
	margin-left:10px;
	border-left:1px solid rgba(0,0,0,.1);
	font-size:14px;
}
#mobile-navigation .mega-menu {
	display:block;
	padding:0;
	visibility:visible;
	opacity:1;
	position:relative;
	border:0;
	box-shadow:none;
	background:none;
}
#mobile-navigation .mega-menu div {
	display:none;
}
#mobile-navigation .sub-menu li {
}
.mobile-nav-menu {
	position:absolute;
	width:100%;
	background:#f9f9f9;
	list-style:none;
	margin:0;
	padding:0;
	font-family:Oswald;
	text-transform:uppercase;
	font-size:16px;
	display:none;
	letter-spacing:1px;
}

.mobile-nav-menu > li ul {
	list-style:none;
}

.mobile-nav-menu li a {
	padding:10px 15px;
	display:block;
	color:#000;
	position:relative;
	border-bottom:1px solid rgba(0,0,0,.1);
	font-family:inherit;
}
.mobile-nav-menu li a.fa:before {
	font-family: FontAwesome;
	margin-right: 5px;
	line-height: normal;
}
#mobile-navigation .mobile-nav-menu li a:hover {
	background:#F3F3F3;
}
.pt-menu-expand {
    position: absolute;
    right: 0;
    display: inline-block;
    background: #000;
	color:#FFF;
    top: 0;
	padding:14px;
}
.pt-menu-expand:hover {
	background:#333;
}

/**
 4.4 Search button & Search Form
 */

a.search-button {
	position:absolute;
	top:0;
	right:20px;
	font-size:18px;
	color:#000;
	opacity:.8;
	z-index:5;
	line-height:65px;
	transition:all 500ms;
}
 
.header-type2 a.search-button {
	font-size: 18px;
	opacity: 1;
	z-index: 5;
	height: 100%;
	width: 45px;
	text-align: center;
	line-height: 65px;
	color: #FFF;
	display: block;
	position: absolute;
	right: 0;
	top:0;
	transform:none;
	-o-transform:none;
	-ms-transform:none;
	-moz-transform:none;
	-webkit-transform:none;
}

.header-type2 a.search-button:hover {
	background:#111;
	color:#FFF;
}
#primary-navigation.dark a.search-button {
	color:#FFFFFF;
}
#primary-navigation.dark a.search-button:hover {
	background:#FFFFFF;
	color:#000000;
}
a.search-button:hover {
	opacity:1;
}
.search-screen {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:url(lib/img/soft-pattern.png) rgba(255,255,255,.9);
	z-index:11;
	display:none;
}
.search-form-wrapper {
	position:relative;
	width:60%;
	min-width:280px;
	height:100%;
	margin:auto;
}
.search-form-wrapper .search-field {
	position:absolute;
	bottom:50%;
	transform:translateY(50%);
	-o-transform:translateY(50%);
	-ms-transform:translateY(50%);
	-moz-transform:translateY(50%);
	-webkit-transform:translateY(50%);
	width:100%;
	background:#FFF;
	border:1px solid rgba(0,0,0,.3);
	padding:20px 30px;
	font-size:20px;
	color:#000;
	letter-spacing:3px;
	box-shadow:0 0 30px rgba(0,0,0,.1);
	border-radius:5px;
}
.search-form-wrapper .search-btn {
	position:absolute;
	bottom:50%;
	right:15px;
	transform:translateY(50%);
	-o-transform:translateY(50%);
	-ms-transform:translateY(50%);
	-moz-transform:translateY(50%);
	-webkit-transform:translateY(50%);
	background:none;
	border:0;
	color:rgba(0,0,0.4);
	font-size:25px;
}
.close-search-form {
	font-size:18px;
	color:#333;
	position:absolute;
	top:15px;
	right:20px;
}

/**
 4.5 Socials button
 */
.socials-wrapper {
	position:absolute;
	right:45px;
	top:0;
	list-style:0;
	padding:0;
	margin:0;
}
.socials-wrapper li a:hover {
	color:#FFFFFF !important;
}
.socials-toggler {
	width:45px;
	height:100%;
	text-align:center;
	font-size:18px !important;
	display:block !important;
	line-height:55px !important;
	padding:0 !important;
}
.socials-toggler:hover {
	background: #AB9364;
}

.socials-item-list {
	position:relative;
	list-style:none;
	z-index:5;
	margin:0;
	padding:0;
	text-align:right;
}
.socials-item-list li {
	position:relative;
	display: inline-block;
	padding: 0;
	margin: 0;
}
.socials-item-list li.social_label {
	margin-right:20px;
}
.socials-item-list li a {
	height: 30px;
	width: 30px;
	display: inline-block;
	line-height: 29px !important;
	border-radius: 30px;
	text-align:center;
	font-size:14px;
	opacity:.8;
	transition:all 200ms;
	position:relative;
}
.socials-item-list li a i {
	position:relative;
	z-index:3;
}
.sb-topbar.dark .socials-item-list li a {
	color:#FFF !important;
	border-color:#FFF;
}
.socials-item-list li a:before {
	content:"";
	position:absolute;
	right:50%;
	bottom:50%;
	transform:translate(50%,50%);
	-o-transform:translate(50%,50%);
	-ms-transform:translate(50%,50%);
	-moz-transform:translate(50%,50%);
	-webkit-transform:translate(50%,50%);
	background:#AB9364;
	width:0%;
	height:0%;
	border-radius:100px;
	transition:all 200ms;
	opacity:0;
}
.socials-item-list li a:hover {
	color:#FFF !important;
	opacity:1;
}
.socials-item-list li a:hover:before {
	width:100%;
	height:100%;
	opacity:1;
}

/**
 5.0 Content
 */
#main-content {
	margin-top:45px;
}

#content {
}
#blogroll {
}

.entry-content {
	position:relative;
	z-index:1;
}
.article-list .post:last-child .entry-content:after {
	content:none;
}
.article-list .post:last-child .entry-content:before {
	content:none;
}
.entry-content p {
	line-height:27px;
	margin:20px 0;
	font-size:16px;
	word-break: break-word;
	color:#000;
}

.hentry h1.entry-title {
	position:relative;
	z-index:2;
	font-size:40px;
	line-height:51px;
	margin:0;
	padding-bottom:25px;
	text-transform:uppercase;
	letter-spacing:2px;
}
.no-sidebar .hentry h1.entry-title {
	font-size:50px;
	line-height:61px;
}
.post-password-required .entry-title:before {
	content:"\e62b";
	font-family:themify;
	margin-right:10px;
}
.post-password-protected .entry-title:before {
	content:"\e603";
	font-family:themify;
	margin-right:10px;
}
.hentry h1.entry-title em {
	color:#666;
	font-style:normal;
}

h1.entry-title a {
	color:#000000;
	font-family:inherit;
}
h1.entry-title a:hover {
	color:#666;
}
.more-button {
	position:relative;
	display:block;
	text-align:center;
	margin-top:40px;
}
.more-link {
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Oswald,sans-serif;
	letter-spacing: 2px;
	color: #111;
	border:1px solid #333;
	padding:10px 15px;
	display:inline-block;
	transition:all 300ms;
	opacity:.4;
}
.more-link:before {
	content: "";
	height: 7px;
	width: 7px;
	border-radius: 7px;
	display: block;
	background: #111;
	position: absolute;
	top:-4px;
	right: 50%;
	transform: translateX(50%);
	-o-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-webkit-transform: translateX(50%);
}
.more-link:after {
	content:"\e628";
	font-family:themify;
	position:absolute;
	right:30px;
	opacity:0;
	visibility:0;
	transition:all 500ms;
}
.more-link:hover:after {
	visibility:visible;
	opacity:1;
	right:10px;
}
.more-link:hover {
	padding-right:30px;
	opacity:1;
}

.hentry h1,
.hentry h2,
.hentry h3,
.hentry h4,
.hentry h5,
.hentry h6 {
	line-height:160%;
	font-weight:bold;
	margin:20px 0;
}

.ampersand {
	font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
	font-style: italic;
	font-weight: lighter;
	line-height:initial;
}

.hentry h1 {
	font-size:48px;
	line-height:130%;
	margin-bottom:10px;
	margin-top:10px;
	margin:20px 0;
}
.hentry h2 {
	font-size:38px;
}
.hentry h3 {
	font-size:32px;
}
.hentry h4 {
	font-size:28px;
}
.hentry h5 {
	font-size:24px;
}
.hentry h6 {
	font-size:20px;
}
.hentry ul,
.hentry ol {
	margin-left:40px;
}
.hentry ul li,
.hentry ol li {
	margin-bottom:12px;
}
.hentry ul ul,
.hentry ol ol {
	margin-top:10px;
}
.wp-caption {
	max-width:100%;
	height:auto;
}
.wp-caption img {
	max-width:100%;
	height:auto;
}
.wp-caption-text {
	font-style:italic;
	opacity:.7;
	margin-top:10px;
}
.wp-caption-text:before {
	content:"- ";
}
.wp-caption-text:after {
	content:" -";
}
.alignleft {
	display:inline-block;
	float:left;
	margin:10px 30px 25px 0;
}
.alignright {
	display:inline-block;
	float:right;
	margin:10px 0 25px 30px;
}
.aligncenter {
	display:inline-block;
	text-align:center;
	margin:10px auto 25px;
}

.hentry {
	position:relative;
	margin-bottom:40px;
	background:#FFF;
	font-size:16px;
	box-shadow:0px 8px 8px -8px rgba(0, 0, 0, 0.1);
	border-top:10px solid #FFF;
}
.no-sidebar .hentry {
	margin-left:auto;
	margin-right:auto;
}

.format-audio iframe {
	max-height:250px;
	max-width:100%;
}

.format-quote {
	padding-top:50px;
	padding-bottom:30px;
}

.entry-content blockquote p:before {
	content: "\e67f";
    font-family: themify;
    opacity: .3;
    display: inline-block;
    color: #000000;
	margin-right:20px;
}

.entry-content blockquote p {
	position: relative;
    font-size: 20px;
    color: #818181;
    line-height: 150%;
    margin-bottom: 5px;
}
.format-quote blockquote p:last-child:before {
	content:none;
}

.format-quote blockquote p:first-child {
	color:#333333;
	line-height:150%;
	position:relative;
}

.format-quote blockquote cite {
	position:relative;
	font-size:18px;
	color:#8b8b8b;
	font-style:italic;
	padding-bottom:0;
	padding:0 10px;
}
.hentry.sb-gridpost .entry-content {
	margin:0;
	margin-top:15px;
	font-size:14px;
	line-height:24px;
}
.hentry.sb-gridpost.format-quote .entry-content {
	margin:0;
}
.hentry.sb-gridpost.format-quote {
	vertical-align:middle;
	padding:20px 30px;
}
.hentry.sb-gridpost blockquote p {
	font-size:18px;
	line-height:150%;
	margin:10px 0;
}
.hentry.sb-gridpost blockquote cite {
	padding:0;
	font-size:14px;
}
.hentry.sb-gridpost blockquote p:before {
	font-size:18px;
}
.hentry.sb-gridpost blockquote {
	padding:0;
	margin:0;
}
.hentry.sb-gridpost blockquote:before,
.hentry.sb-gridpost blockquote:after {
	content:none;
}


.sb-grid-table {
	display:table;
	border-spacing:10px;
	margin:-10px;
}
.sb-row {
	display:table-row;
}
.hentry.sb-gridpost.threecols {
	width:33.33%;
}

.comment-link {
	position:absolute;
	left:30px;
	bottom:18px;
	color:#CCC;
}
.no-sidebar .comment-link {
	font-size:20px;
	left:40px;
}
.comment-link:hover {
	color:#AB9364;
}
.hentry input[type="text"],
.hentry input[type="password"],
.hentry input[type="email"],
.hentry input[type="search"],
.hentry textarea,
.comment-form input,
.comment-form textarea {
	width:100%;
	padding:15px 10px;
	border:1px solid rgba(0,0,0,.1);
	border-radius:3px;
	background:rgba(0,0,0,.02);
}
.hentry input[type="text"],
.hentry input[type="password"],
.hentry input[type="email"],
.hentry input[type="search"],
.hentry textarea {
	margin:5px 0 15px;
}
.hentry input[type="text"].search-field {
	padding:10px 20px;
	border-radius:0;
	width:auto;
}
.hentry .search-btn {
	border:0;
	padding:10px;
	color:#FFF;
	border:1px solid rgba(0,0,0,.1);
	margin-left:10px 15px;
	transition:all 500ms;
}
.hentry .search-btn:hover {
	background:#000;
}

/* full width boxed mode / no sidebar */

.no-sidebar .wpcf7,
.no-sidebar .entry-content p,
.no-sidebar pre,
.no-sidebar address,
.no-sidebar table,
.no-sidebar .hentry h1,
.no-sidebar .hentry h2,
.no-sidebar .hentry h3,
.no-sidebar .hentry h4,
.no-sidebar .hentry h5,
.no-sidebar .hentry h6,
.no-sidebar .hentry ul,
.no-sidebar .hentry ol,
.no-sidebar .hentry dl,
.no-sidebar .hentry form,

.fullwidth-boxed .wpcf7,
.fullwidth-boxed .entry-content p,
.fullwidth-boxed pre,
.fullwidth-boxed address,
.fullwidth-boxed table,
.fullwidth-boxed .hentry h1,
.fullwidth-boxed .hentry h2,
.fullwidth-boxed .hentry h3,
.fullwidth-boxed .hentry h4,
.fullwidth-boxed .hentry h5,
.fullwidth-boxed .hentry h6,
.fullwidth-boxed .hentry ul,
.fullwidth-boxed .hentry ol,
.fullwidth-boxed .hentry dl,
.fullwidth-boxed .hentry form {
	max-width:860px;
	margin-left:auto;
	margin-right:auto;
}


.no-sidebar .hentry dl dd,
.no-sidebar .hentry dl dt,
.no-sidebar .hentry ul li,
.no-sidebar .hentry ol li,
.no-sidebar .hentry ul ul,
.no-sidebar .hentry ol ol,
.fullwidth-boxed .hentry dl dd,
.fullwidth-boxed .hentry dl dt,
.fullwidth-boxed .hentry ul li,
.fullwidth-boxed .hentry ol li,
.fullwidth-boxed .hentry ul ul,
.fullwidth-boxed .hentry ol ol {
	margin-left:25px;
}

.no-sidebar img.alignleft,
.fullwidth-boxed img.alignleft {
	margin-left:-90px;
}
.no-sidebar img.alignright,
.fullwidth-boxed img.alignright {
	margin-right:-90px;
}
.no-sidebar img.size-full,
.fullwidth-boxed img.size-full {
	width:100%;
	height:auto;
	margin:30px auto;
	display:inline-block;
}
.no-sidebar .entry-content blockquote p,
.fullwidth-boxed .entry-content blockquote p {
	max-width:inherit;
	margin:10px auto 30px;
	font-size:28px;
	line-height:50px;
	letter-spacing:1px;
}
.no-sidebar .entry-content p,
.fullwidth-boxed .entry-content p {
	margin:30px auto;
	font-size:18px;
	line-height:30px;
}

/**
 * 5.1 Post Thumbnail
 */

.post-thumbnail {
	position:relative;
	display:block;
	margin-bottom:10px;
	overflow:hidden;
	max-width:860px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
.post-thumbnail.lightbox:after {
	content:"\e611";
	font-family:themify;
	color:#FFF;
	position:absolute;
	right:50%;
	bottom:calc(50% - 30px);
	transform:translate(50%,50%);
	-o-transform:translate(50%,50%);
	-ms-transform:translate(50%,50%);
	-moz-transform:translate(50%,50%);
	-webkit-transform:translate(50%,50%);
	z-index:2;
	font-size:35px;
	transition:all 500ms;
	opacity:0;
	visibility:hidden;
}
.post-thumbnail.lightbox:hover:after {
	bottom:50%;
	opacity:1;
	visibility:visible;
}
.post-thumbnail img {
	width:100%;
	height:auto;
	transition:all 500ms;
	filter:saturate(20%);
	-o-filter:saturate(20%);
	-ms-filter:saturate(20%);
	-moz-filter:saturate(20%);
	-webkit-filter:saturate(20%);
}
.post-thumbnail:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border:1px solid #FFF;
	opacity:0;
	visibility:hidden;
	transition:all 300ms;
	z-index:3;
}
.post-thumbnail:hover:before {
	top:20px;
	right:20px;
	bottom:20px;
	left:20px;
	opacity:.5;
	visibility:visible;
}
.post-thumbnail:hover img {
	transform:scale(1.01,1.01);
	-o-transform:scale(1.01,1.01);
	-ms-transform:scale(1.01,1.01);
	-moz-transform:scale(1.01,1.01);
	-webkit-transform:scale(1.01,1.01);
	opacity:.8;
	filter:saturate(100%);
	-o-filter:saturate(100%);
	-ms-filter:saturate(100%);
	-moz-filter:saturate(100%);
	-webkit-filter:saturate(100%);
}

.entry-content .post-thumbnail p,
.post-thumbnail p {
	margin: 0px;
	position: absolute;
	z-index: 2;
	color: rgb(255, 255, 255);
	width: 100%;
	text-align: center;
	bottom: 50%;
	transform: translateY(50%);
	-o-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	font-size:20px;
}

.sb-listpost .post-thumbnail {
	vertical-align:middle;
	display:table-cell;
	background:#000;
	text-align:left;
	padding:0;
	margin:0;
	width:38%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
	filter: saturate(20%);
	-o-filter: saturate(20%);
	-ms-filter: saturate(20%);
	-moz-filter: saturate(20%);
	-webkit-filter: saturate(20%);
	transition:all 500ms;
}
.sb-listpost .post-thumbnail:hover {
	filter: saturate(100%);
	-o-filter: saturate(100%);
	-ms-filter: saturate(100%);
	-moz-filter: saturate(100%);
	-webkit-filter: saturate(100%);
}

/**
 5.2 Entry Header
 */

.entry-header {
	position:relative;
	text-align:center;
	margin-bottom:25px;
}
.sb-gridpost .entry-header {
	margin-bottom:10px;
}
.sb-listpost .entry-header {
	text-align:left;
	margin-bottom:0;
}

/**
 * 5.3 Entry Meta
 */

.entry-meta {
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
	line-height: 14px;
	font-size: 14px;
	color:#999;
	display:block;
	padding:15px 3px 0;
	border-top:1px dotted rgba(0,0,0,.2);
}
.no-sidebar .entry-meta {
	max-width:860px;
	margin-left:auto;
	margin-right:auto;
}
.entry-meta:before {
	content:"";
	position:absolute;
	width:7px;
	height:7px;
	border-radius:100%;
	background:#AAA;
	left:0;
	top:-4px;
}
.entry-meta:after {
	content:"";
	position:absolute;
	width:7px;
	height:7px;
	border-radius:100%;
	background:#AAA;
	right:0;
	top:-4px;
}
.entry-meta span {
	display:inline-block;
	margin:5px;
}
.entry-meta span:after {
	content: "";
	margin: 0 0 2px 10px;
	color: #CCC;
	width: 5px;
	height: 5px;
	background: #CCC;
	display: inline-block;
	border-radius: 6px;
}
.entry-meta span:last-child:after {
	content:none;
}
.entry-meta span i {
	margin-right:3px;
}
.sb-defaultpost .entry-meta span i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	margin: -3px 3px 0 0;
	background:#FFF;
	color:#FFF;
	text-align:center;
	display:inline-block;
	font-size:12px;
}
.entry-meta a {
	color:#4B4B4B;
}
.entry-meta .avatar {
	width:30px;
	height:30px;
	display:inline-block;
	border-radius:30px;
	float:left;
	background:#FFF;
	margin-top:-9px;
	margin-right:8px;
}
.sb-defaultpost .entry-meta .avatar {
	width:30px;
	height:30px;
	margin-top:-9px;
	margin-right:8px;
}
.sb-gridpost .entry-meta .avatar {
	margin-top: 1px;
	margin-right: 6px;
	width: 20px;
	height: 20px;
}
.entry-meta .edit-link:before {
	content:"\e61c";
	font-family:themify;
	display:inline-block;
	margin-right:5px;
}
.sb-defaultpost .entry-meta .edit-link:before {
	margin:-3px 8px 0 0;
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:30px;
	background:#FFF;
	color:#FFF;
	text-align:center;
}

.hentry.sb-gridpost .entry-meta {
	font-size:12px;
	font-weight:400;
	padding:5px;
	padding-bottom:0;
	line-height:180%;
	text-align:center;
}
.hentry.sb-gridpost .entry-meta span:after {
	content:none;
}
.hentry.hentry.sb-gridpost .entry-meta a {
	color:#999;
}

/**
 * 5.4 Entry Category
 */
.entry-category {
	font-family:Oswald, sans-serif;
	position:relative;
	z-index:2;
	font-size:14px;
	line-height:100%;
	margin-bottom:5px;
}

.listpost-content .entry-category {
	margin-bottom:0;
	font-size:13px;
}
.cat-links {
	position: relative;
    display: inline-block;
}
.cat-links .post-categories {
	position:relative;
	padding:0;
	margin:0;
	list-style:none;
	background:#FFF;
}
.cat-links li {
	position:relative;
	display:inline-block;
	margin-right:20px;
}
.cat-links li:before {
	content:"";
	height:1px;
	width:25px;
	position:absolute;
	bottom:50%;
	transform:translateY(50%);
	-o-transform:translateY(50%);
	-ms-transform:translateY(50%);
	-moz-transform:translateY(50%);
	-webkit-transform:translateY(50%);
	right:-24px;
	background:#AAA;
}
.cat-links li:after {
	content:"";
	height:5px;
	width:5px;
	position:absolute;
	bottom:50%;
	transform:translateY(50%);
	-o-transform:translateY(50%);
	-ms-transform:translateY(50%);
	-moz-transform:translateY(50%);
	-webkit-transform:translateY(50%);
	right:-14px;
	background:#AAA;
	border-radius:5px;
}
.cat-links li:last-child {
	margin-right:0;
	margin-left:0 !important;
}
.cat-links li:last-child:before,
.cat-links li:last-child:after {
	content:none;
}
.cat-links a {
	color: #666;
    position: relative;
    display: inline-block;
    padding-right: 22px;
	padding:10px 15px;
	line-height:100%;
	letter-spacing:1px;
	color:#FFF;
	background:#000;
	transition:all 300ms;
	text-transform:uppercase;
}
.cat-links li:first-child a:before {
	content:"\e639";
	font-family:themify;
	display:inline-block;
	margin-right:6px;
}
.cat-links a:hover {
	color:#FFF;
	background:#111;
}
.hentry.sb-gridpost .post-categories a {
	font-size:13px;
	padding:8px;
}
.hentry.sb-gridpost .post-categories li {
	margin-right:15px;
}
.hentry.sb-gridpost .post-categories li:last-child {
	margin-right:0;
}
.hentry.sb-gridpost .post-categories li:before {
	width:20px;
	right:-19px;
}
.hentry.sb-gridpost .post-categories li:after {
	right:-11px;
}


.grid-readmore {
	position: absolute;
	bottom: 15px;
	right: 30px;
	z-index: 3;
	font-family: Oswald,sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 8px 0;
}
.no-sidebar .grid-readmore {
	font-size:14px;
	right:40px;
}
.grid-readmore:hover {
	text-decoration:underline;
}

.sb-listpost {
	padding:0 !important;
	border:0 !important;
	border-right:5px solid #FFF !important;
	overflow:hidden;
}
.no-sidebar .sb-listpost {
	border-right:10px solid #FFF !important;
}

.sb-listpost .listpost-content {
	position:relative;
	display: table-cell;
	vertical-align: top;
	padding: 15px 15px 60px 25px;
	overflow: hidden;
}
.no-sidebar .sb-listpost .listpost-content {
	padding:30px 40px 100px;
}
.sb-listpost.format-quote{
	padding-bottom:10px;
}
.sb-listpost.format-quote blockquote {
	padding:35px 50px 0;
	margin:0;
}
.sb-listpost.format-quote blockquote:before,
.sb-listpost.format-quote blockquote:after {
	content:none;
}
.hentry.sb-listpost h1.entry-title {
	font-size:30px !important;
	line-height:41px;
	margin:15px 0;
	padding-bottom:0;
	text-transform:uppercase;
	letter-spacing:2px;
}
.no-sidebar .hentry.sb-listpost h1.entry-title {
	font-size:40px !important;
}
#content .hentry.sb-gridpost {
	position: relative;
	padding: 20px 30px 40px;
	display:table-cell;
	width:50%;
	overflow:hidden;
	border:5px solid #FFF;
}
.hentry.sb-gridpost h1.entry-title {
	font-size: 25px !important;
	line-height: 150% !important;
	margin: 15px 0px 10px;
	padding-bottom:10px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.hentry.sb-gridpost h1.entry-title:before {
	content:none;
}
.hentry.sb-gridpost h1.entry-title:after {
	content:none;
}
.sb-listpost .post-categories li {
	margin-bottom:5px;
	margin-left:0 !important;
}
.sb-listpost .entry-meta {
	font-size:13px;
	padding:15px 0 0;
	margin-bottom:0;
	letter-spacing:0;
	max-width:none !important;
}
.no-sidebar .sb-listpost .entry-meta {
	font-size:15px;
}
.sb-listpost .entry-meta span {
	margin-right:10px;
}
.no-sidebar .sb-listpost .entry-meta span {
	margin-right:20px;
}
.sb-listpost .entry-meta span:after {
	content:none;
}

.sb-listpost .link-box {
	display: table-cell;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	word-break: break-all;
	text-align: center;
	width: 38%;
}
.sb-listpost.type-post:before {
	top: 10px;
	transform: none;
	-o-transform: none;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	width: 25px;
	height: 25px;
	font-size: 30px;
	line-height: 25px;
	opacity: 0.3;
	border: 0px none;
	right: -5px;
	background: none;
	z-index: 4;
}
.sb-listpost.format-quote .listpost-content {
	vertical-align:middle;
}
.listpost-content .entry-content {
	font-size:15px;
	line-height:26px;
	margin-top:15px;
}
.no-sidebar .listpost-content .entry-content {
	font-size:18px;
	line-height:29px;
	margin-top:15px;
}

/**
 * 5.5 Galleries
 */
.gallery-row {
	margin:auto;
	overflow:hidden;
}
.tiled-gallery .tiled-gallery-item img {
	filter:saturate(20%);
	-o-filter:saturate(20%);
	-ms-filter:saturate(20%);
	-moz-filter:saturate(20%);
	-webkit-filter:saturate(20%);
	transition:all 500ms;
}
.tiled-gallery .tiled-gallery-item img:hover {
	filter:saturate(100%);
}
.gallery:after {
	content:"";
	display:block;
	position:relative;
	clear:both;
}
.gallery-item {
	position:relative;
	display:block;
	float:left;
}
.gallery-columns-1 .gallery-item {
	width:100%;
}
.gallery-columns-2 .gallery-item {
	width:50%;
}
.gallery-columns-3 .gallery-item {
	width:33.33%;
}
.gallery-columns-4 .gallery-item {
	width:25%;
}
.gallery-columns-5 .gallery-item {
	width:20%;
}
.gallery-columns-6 .gallery-item {
	width:16.66%;
}
.gallery-columns-7 .gallery-item {
	width:14.28%;
}
.gallery-columns-8 .gallery-item {
	width:12.5%;
}
.gallery-columns-9 .gallery-item {
	width:11.11%;
}
.gallery-item img {
	width:100%;
	height:auto;
}
.gallery-caption {
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	background:rgba(255,255,255,.5);
	padding:5px;
	text-align:center;
}

/**
 * 5.6 Post Format
 */
 
.type-post:before,
.sb-listpost.type-post .listpost-content:before {
	content:"";
	display:inline-block;
	font-family: themify;
	position: absolute;
	top: 0;
	right: 35px;
	font-size: 16px;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 39px;
	color: #BFBFBF;
	background:#FFFFFF;
	border:1px solid #CFCFCF;
	z-index:3;
	border-radius:30px;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}

.type-post.sb-gridpost:before,
.sb-listpost.type-post .listpost-content:before {
	background: transparent;
	top: 0;
	right: -5px;
	width: 30px;
	height: 30px;
	font-size: 30px;
	line-height: 30px;
	color: rgba(0, 0, 0, 0.2);
	border:0;
}
.no-sidebar .sb-listpost.type-post .listpost-content:before  {
	width:40px;
	height:40px;
	font-size:40px;
	top:15px;
	right:-15px;
}

.sb-listpost.type-post .listpost-content:before {
	top:10px;
}

.format-standard:before,
.sb-listpost.format-standard .listpost-content:before {
	content:"\e6c8";
}

.format-audio:before,
.sb-listpost.format-audio .listpost-content:before {
	content:"\e688";
}

.format-quote:before,
.sb-listpost.format-quote .listpost-content:before {
	content:"\e67e";
}

.format-gallery:before,
.sb-listpost.format-gallery .listpost-content:before {
	content:"\e71e";
}

.format-link:before,
.sb-listpost.format-link .listpost-content:before {
	content:"\e62d";
}

.format-video:before,
.sb-listpost.format-video .listpost-content:before {
	content:"\e6ce";
}

.format-image:before,
.sb-listpost.format-image .listpost-content:before {
	content:"\e633";
}

.sticky:before,
.sb-listpost.sticky .listpost-content:before {
	content:"\e6de";
}

.sb-listpost.type-post:before {
	content:none;
}

/**
 * 5.7 - Post/Image/Paging Navigation
 */

.sb-postnav {
	margin-bottom:40px;
}
.sb-postnav a,
.sb-pagination a {
	background:#FFF;
	text-transform:uppercase;
	padding:25px 0;
	text-align:center;
	color:#111;
	display:block;
	box-shadow:0px 8px 8px -8px rgba(0, 0, 0, 0.1);
	font-style:italic;
	letter-spacing:2px;
}
.sb-postnav a:hover,
.sb-pagination a:hover {
	color:#FFF;
}
.sb-postnav a.disabled,
.sb-postnav a.disabled:hover {
	background:#F4F4F4;
	color:#C3C3C3;
	cursor:not-allowed;
	box-shadow:none;
}
.sb-pagination {
	margin-top:40px;
	margin-bottom:40px;
}

.sb-posttags {
	padding: 15px 0;
	margin-top: 40px;
	border-top:1px dashed rgba(0,0,0,.2);
	border-bottom:1px dashed rgba(0,0,0,.2);
}
.sb-posttags span {
	margin-right:5px;
	font-weight:bold;
}
.sb-posttags a {
	padding: 0 3px;
	color: #111;
	margin-left: 2px;
	display: inline-block;
}
.sb-posttags a:before {
	content:"#";
}
.sb-posttags a:hover {
	text-decoration:underline;
}

/**
 5.8 Share Tools / Post Tools
 */
 
.hentry.sb-gridpost .share-tools,
.hentry.sb-listpost .share-tools {
	position: absolute;
	margin: 0px;
	bottom: 20px;
	left: 60px;
	display: block;
	right: 30px;
	text-align: left;
	padding:0 !important;
	border:0;
}
.no-sidebar .hentry.sb-listpost .share-tools {
	font-size:18px;
	left:80px;
}
.hentry.sb-gridpost .share-tools:before,
.hentry.sb-gridpost .share-tools:after {
	content:none;
}

.share-tools {
	position:relative;
	padding-top:20px;
	margin-top:50px;
	text-align:center;
	border-top:1px solid rgba(0,0,0,.2);
}
.no-sidebar .share-tools {
	max-width:860px;
	margin-left:auto;
	margin-right:auto;
}
.share-tools:before {
	content: "";
	height: 7px;
	width: 7px;
	border-radius: 7px;
	display: block;
	background: #CCC;
	position: absolute;
	left: 0px;
	top: -4px;
}
.share-tools:after {
	content: "";
	height: 7px;
	width: 7px;
	border-radius: 7px;
	display: block;
	background: #CCC;
	position: absolute;
	right: 0px;
	top: -4px;
}
.sb-listpost .share-tools:before,
.sb-listpost .share-tools:after {
	content:none;
}
.share-tools .share-button {
	list-style:none;
	padding:0;
	margin:0;
}

.share-tools .share-item {
	position:relative;
	display:inline-block;
}
.share-tools .share-item:before {
	content:"";
	width:1px;
	height:20px;
	background:rgba(0,0,0,.2);
	position:absolute;
	top:-20px;
	right:50%;
	transform:translateX(50%);
	-o-transform:translateX(50%);
	-ms-transform:translateX(50%);
	-moz-transform:translateX(50%);
	-webkit-transform:translateX(50%);
}
.share-tools .share-item a:before {
	display:inline-block;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
.share-tools .share-item a {
	position: relative;
	display:block;
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 16px;
	line-height: 45px;
	color: #888;
	border: 1px solid rgba(0, 0, 0, 0.2);
	transition: all 300ms;
	margin-right: 4px;
	margin-left: 4px;
	background: #FFF;
	border-radius: 45px;
}

.share-tools .share-item a:hover {
	color:#FFFFFF;
	background:#000000;
	transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
}
.share-tools .share-item.facebook a:hover {
	background:#3e5b98;
}
.share-tools .share-item.twitter a:hover {
	background:#4da7de;
}
.share-tools .share-item.pinterest a:hover {
	background:#c92619;
}
.share-tools .share-item.google-plus a:hover {
	background:#dd4b39;
}
.share-tools .share-item.linkedin a:hover {
	background:#3371b7;
}

.grid-share-tools {
	list-style:none;
	margin:0 !important;
}
.grid-share-tools .toggle-wrapper {
	position:relative;
	margin:0 !important;
	display:inline-block;
}
.grid-share-tools .share-tools-toggle {
	color:#CCC;
	padding:7px;
	padding-left:0;
}
.grid-share-tools .share-tools-toggle:hover {
	color:#AB9364;
}

.sb-gridpost .share-button,
.sb-listpost .share-button {
	position: absolute;
	list-style: none;
	padding: 7px 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-left: 6px !important;
	transform: translate(-5px, 50%);
	-o-transform: translate(-5px, 50%);
	-ms-transform: translate(-5px, 50%);
	-moz-transform: translate(-5px, 50%);
	-webkit-transform: translate(-5px, 50%);
	bottom: 50%;
	left: 100%;
	transition: all 300ms ease 0s;
	width: 210px;
	z-index: 4;
	background: #FFFFFF;
	opacity:0;
	visibility:hidden;
}
.no-sidebar .sb-listpost .share-button {
	width:220px;
}
.hentry.sb-gridpost li,
.hentry.sb-listpost li {
	display:inline;
	margin-left:0 !important;
}
.hentry.sb-gridpost .share-button li:before,
.hentry.sb-listpost .share-button li:before,
.hentry.sb-gridpost .share-button li:after,
.hentry.sb-listpost .share-button li:after {
	content:none;
}
.hentry.sb-gridpost .share-button.toggle,
.hentry.sb-listpost .share-button.toggle {
	visibility:visible;
	transform:translate(0, 50%);
	-o-transform:translate(0, 50%);
	-ms-transform:translate(0, 50%);
	-moz-transform:translate(0, 50%);
	-webkit-transform:translate(0, 50%);
	opacity:1;
}
.hentry.sb-gridpost .share-button:before,
.hentry.sb-listpost .share-button:before {
	content: "";
	display: block;
	position: absolute;
	left: -9px;
	bottom: 50%;
	transform: translateY(50%);
	-o-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	height: 1px;
	width: 9px;
	background: rgba(0, 0, 0, 0.2);
}
.hentry.sb-gridpost .share-button:after,
.hentry.sb-listpost .share-button:after {
	content: "";
	display: block;
	position: absolute;
	left: -14px;
	bottom: 50%;
	transform: translateY(50%);
	-o-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	width: 5px;
	height: 5px;
	background: rgb(153, 153, 153);
	border-radius:100%;
}
.hentry.sb-gridpost .share-item a,
.hentry.sb-listpost .share-item a {
	position: relative;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #888;
	transition: all 300ms;
	margin-right: 0;
	background:none;
	border-radius:0;
	border:0;
	transform:none;
	-o-transform:none;
	-ms-transform:none;
	-moz-transform:none;
	-webkit-transform:none;
}
.hentry.sb-gridpost .share-item a:hover,
.hentry.sb-listpost .share-item a:hover {
	transform:translateY(-2px);
	-o-transform:translateY(-2px);
	-ms-transform:translateY(-2px);
	-moz-transform:translateY(-2px);
	-webkit-transform:translateY(-2px);
	color:#AB9364;
	background:none;
}

/**
 * 5.9 Page Headding
 */

.big-map {
	height:545px;
	width:100%;
	background:#CCC;
}
.big-map.headertype1 {
	width:100%;
	max-width:1220px;
}
.page-banner {
	position:relative;
	background-size: cover;
	padding: 209px 50px;
	background-attachment: fixed;
}
.page-banner.headertype1 {
	max-width:1220px;
}
.page-banner:before {
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:#000;
	opacity:.3;
}
.page-banner:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:url(lib/img/pattern.png);
	opacity:.2;
	z-index:1;
}
.page-banner .page-banner-content {
	position:relative;
	z-index:2;
	text-align: center;
}
.page-banner h1 {
	position:relative;
	color: #FFF;
	text-transform: uppercase;
	font-size:40px;
	display:inline-block;
	padding:20px;
	letter-spacing:2px;
}
.page-banner h1:before {
	content:"";
	position:absolute;
	width:100%;
	height:3px;
	left:0;
	bottom:0;
	background:#FFF;
}
.page-banner h1:after {
	content:"";
	position:absolute;
	width:15px;
	height:15px;
	border-radius:15px;
	right:50%;
	transform:translateX(50%);
	-o-transform:translateX(50%);
	-ms-transform:translateX(50%);
	-moz-transform:translateX(50%);
	-webkit-transform:translateX(50%);
	bottom:-5px;
	background:#FFF;
}
.page-heading {
	max-width:860px;
	position:relative;
	background:url(lib/img/soft-pattern.png) #FFF;
	margin:auto;
	margin-bottom:20px;
	padding:60px 20px 40px;
	text-align:center;
	box-shadow:0px 8px 8px -8px rgba(0, 0, 0, 0.1);
	border-top:3px solid #E8E8E8;
}
.page-heading:after {
	content:"\e6b6";
	font-family:themify;
	font-size:18px;
	width:40px;
	height:40px;
	display:inline-block;
	border:1px solid #CCC;
	color:#BBB;
	border-radius:40px;
	line-height:39px;
	text-align:center;
	position:absolute;
	top:15px;
	right:50%;
	transform:translateX(50%);
	-o-transform:translateX(50%);
	-ms-transform:translateX(50%);
	-moz-transform:translateX(50%);
	-webkit-transform:translateX(50%);
	background:#FFF;
}
.page-heading.category:after {
	content:"\e639";
}
.page-heading.author:after {
	content:"\e602";
}
.page-heading.search:after {
	content:"\e610";
}
.page-heading.tag:after {
	content:"\e608";
}
.page-title {
	font-size:30px;
	font-weight:normal;
	line-height:120%;
	margin:0;
	text-transform:uppercase;
	letter-spacing:2px;
}
.page-title em {
	display:block;
	font-size:16px;
	font-family:initial;
	color:#888;
	text-transform:none;
	line-height:150%;
}

/**
 * 5.10 Comments
 */
.comments-area {
	border-radius:3px;
	background:#FFFFFF;
	padding:25px 70px 25px;
	font-size:16px;
	word-break:break-all;
	margin-bottom:40px;
	box-shadow:0px 8px 8px -8px rgba(0, 0, 0, 0.04);
}

.comment-respond {
	position:relative;
	z-index:2;
}

.comment-list {
	position:relative;
	z-index:2;
	list-style:none;
	margin:0;
	padding:0;
}

.comment-list .comment-body {
	border:1px solid rgba(0,0,0,.1);
	border-radius:3px;
	padding:20px;
	margin:0;
	margin-bottom:20px;
}

.comment-list ul.children {
	position:relative;
	list-style:none;
	margin:0;
	padding-left:20px;
}
.comment-list ul.children:before {
	content:"";
	width:1px;
	height:20px;
	position:absolute;
	left:40px;
	top:-20px;
	background:rgba(0,0,0,.1);
}
.comment-list li {
	position:relative;
}
.comment-list li:before {
	content:"";
	width:1px;
	height:20px;
	position:absolute;
	left:40px;
	top:-20px;
	border-left:1px dashed rgba(0,0,0,.2);
}
.comment-list li:first-child:before {
	content:none;
}

.comments-title {
	position:relative;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
	display: block;
	padding-bottom:15px;
	margin-bottom:25px;
	z-index:2;
}
.comment-reply-title {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
	font-size:20px;
}
.comment-notes {
	font-size:14px;
}
.comment-form label {
	display:block;
	margin-bottom:5px;
}
.comment-closed {
	margin:25px 0;
	position:relative;
	z-index:1;
}
.comment-closed:before {
	content:"\e62b";
	font-family:themify;
	display:inline-block;
	margin-right:8px;
}
.comment-navigation {
	position:relative;
	z-index:1;
}
.comment-navigation h1 {
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#comment-nav-above {
	margin-bottom:30px;
}
.form-submit .submit {
	border:1px solid rgba(0,0,0,.1);
	color:#FFF;
	border-radius:0;
	transition:all 500ms;
}
.form-submit .submit:hover {
	background:#111;
}
span.required {
	color:#FF0000;
}
.reply {
	text-align:right;
}
.reply .comment-reply-link {
	padding:8px 15px;
	background:#ab9364;
	color:#FFFFFF;
	font-size:14px;
	letter-spacing:1px;
	transition:all 500ms;
}
.reply .comment-reply-link:before {
	content:"\e72f";
	font-family:themify;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right:10px;
	font-size:12px;
}
.reply .comment-reply-link:hover {
	background:#000;
}
.comment-author .avatar {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	border-radius:50px;
}
.comment-metadata {
	font-size:14px;
}
.comment-metadata time {
	font-style:italic;
	color:#999;
}
.comment-metadata .edit-link {
	float:right;
}
.comment-metadata .edit-link a:before {
	content:"\e61d";
	font-family:themify;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right:6px;
}
.bypostauthor > .comment-body .fn:after {
	content:"\f058";
	margin-left:5px;
	margin-right:5px;
	font-size:14px;
	font-family:FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.comment-body .comment-content {
	position:relative;
	margin-top:25px;
	border-top:1px solid rgba(0,0,0,.1);
	padding-top:10px;
}
.comment-body .comment-content:before {
	content:"";
	display:block;
	border-style:solid;
	border-color:transparent transparent #CCC transparent;
	border-width:0 7px 7px 7px;
	position:absolute;
	top:-7px;
	left:50px;
}
.comment-body .comment-content:after {
	content:"";
	display:block;
	border-style:solid;
	border-color:transparent transparent #FFF transparent;
	border-width:0 6px 6px 6px;
	position:absolute;
	top:-6px;
	left:51px;
}
.comments-title:before {
	content: "";
	position: absolute;
	left:0;
	bottom: 0px;
	width: 100%;
	height: 1px;
	background: #000;
	opacity:.7;
}

.comments-title:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 30%;
	left: 0px;
	bottom: 0px;
	background: #ab9364;
}

/**
 * 5.11 Related Posts
 */

.sb-relposts-wrapper {
	background:#FFFFFF;
	padding:20px 70px 40px;
	margin-bottom:40px;
	box-shadow:0px 8px 8px -8px rgba(0, 0, 0, 0.04);
}
.related-post-item a.post-title {
	font-size:16px;
	display:block;
	margin:5px 0;
	color:#111;
}
.related-post-item a.post-title:hover {
	text-decoration:underline;
}
.related-post-item {
	padding:10px 15px;
	border:1px solid transparent;
	transition:all 500ms;
}
.related-post-item:hover {
	border-color:rgba(0,0,0,.2);
}
.related-post-item .post-date {
	color:#999;
	font-size:12px;
	letter-spacing:1px;
	margin-top:10px;
}
.relatedposts-container img {
	max-width:100%;
	height:auto;
	filter:saturate(20%);
	-o-filter:saturate(20%);
	-ms-filter:saturate(20%);
	-moz-filter:saturate(20%);
	-webkit-filter:saturate(20%);
	transition:all 500ms;
	-o-transition:all 500ms;
	-ms-transition:all 500ms;
	-moz-transition:all 500ms;
	-webkit-transition:all 500ms;
}
.relatedposts-container img:hover {
	filter:saturate(100%);
	-o-filter:saturate(100%);
	-ms-filter:saturate(100%);
	-moz-filter:saturate(100%);
	-webkit-filter:saturate(100%);
}

.relatedposts-title {
	position:relative;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
	display: block;
	padding-bottom:15px;
	margin-bottom:25px;
	z-index:2;
}
.relatedposts-title:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #000;
	opacity:.7;
}
.relatedposts-title:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 30%;
    left: 0px;
    bottom: 0px;
    background: #ab9364;
}
.relatedposts-container {
	position:relative;
	z-index:2;
}

/**
 * 6.0 Sidebar
 */
#sidebar {
	position:static;
}
#content-sidebar {
	word-wrap:break-word;
}

/**
 * 6.1 Widgets
 */
.sb-widget {
	position:relative;
	background: #FFF;
	color: #525252;
	margin-bottom: 35px;
	padding: 25px 40px 40px;
	box-shadow:0px 8px 8px -8px rgba(0, 0, 0, 0.1);
}
.sb-widget:before {
	content:"";
	position:absolute;
	top:15px;
	right:15px;
	bottom:15px;
	left:15px;
	border:1px solid rgba(0,0,0,.15);
}
.sb-widget:after {
	content:"";
	width:9px;
	height:9px;
	background:#CCC;
	position:absolute;
	right:50%;
	transform:translateX(50%);
	-o-transform:translateX(50%);
	-ms-transform:translateX(50%);
	-moz-transform:translateX(50%);
	-webkit-transform:translateX(50%);
	top:11px;
	border-radius:9px;
	display:block;
	-webkit-backface-visibility: hidden;
}
.sb-widget form {
	position:relative;
}
.sb-widget input[type="search"],
.sb-widget input[type="text"],
.sb-widget input[type="password"],
.sb-widget input[type="email"] {
	display:block;
	width:100%;
	padding:10px 25px;
	border:1px solid rgba(0,0,0,.1);
	margin-bottom:10px;
	background:#FCFCFC;
}
.hentry input[type="submit"],
.hentry button,
.sb-widget input[type="submit"],
.sb-widget button {
	border:1px solid rgba(0,0,0,.1);
	background:#AB9364;
	color:#FFF;
	padding:15px 40px;
	width:100%;
	transition:all 500ms;
}
.hentry input[type="submit"],
.hentry button {
	width:auto;
}
.hentry input[type="submit"]:hover,
.hentry button:hover,
.sb-widget input[type="submit"]:hover,
.sb-widget button:hover {
	background:#000;
}
.sb-widget input.search-field {
	width: 85%;
	display: inline-block;
	margin: 15px 0px;
}
.sb-widget button.search-btn {
	text-align: center;
	padding: 10px;
	width: 13%;
	display: inline-block;
}
.sb-widget label {
	display:block;
	text-align:center;
	margin-bottom:10px;
}
.sb-widget img {
	max-width:100%;
}
.widget-header {
	position:relative;
	margin-bottom:20px;
}
.widget-header:before {
	content:"";
	position:absolute;
	display:block;
	width:7px;
	height:7px;
	background:#CCC;
	border-radius:7px;
	top:-23px;
	right:calc(50% + 15px);
	transform:translateX(50%);
	-o-transform:translateX(50%);
	-ms-transform:translateX(50%);
	-moz-transform:translateX(50%);
	-webkit-transform:translateX(50%);
	-webkit-backface-visibility: hidden;
}
.widget-header:after {
	content:"";
	position:absolute;
	display:block;
	width:7px;
	height:7px;
	background:#CCC;
	border-radius:7px;
	top:-23px;
	right:calc(50% - 15px);
	transform:translateX(50%);
	-o-transform:translateX(50%);
	-ms-transform:translateX(50%);
	-moz-transform:translateX(50%);
	-webkit-transform:translateX(50%);
	-webkit-backface-visibility: hidden;

}
.widget-body {
	position:relative;
	z-index:2;
}
h3.widget-title:before {
	content: "";
    position: absolute;
    bottom: 0 ;
    width: 100%;
    height: 1px;
	left:0;
	opacity:.7;
	background:#000;
}
h3.widget-title:after {
	content:"";
	position:absolute;
	height:2px;
	width:30%;
	left:0%;
	bottom:0;
	background:#ab9364;
	transition:all 400ms cubic-bezier(.2,.58,.83,.59);
}
.sb-widget:hover h3.widget-title:after {
	width:100%;
}
.sb-widget ul {
	list-style:none;
	margin:0;
	padding:0;
}

.sb-widget li {
	position:relative;
	margin-bottom:13px;
	padding-bottom:13px;
}
.sb-widget li:after {
	content:"";
	clear:both;
	display:block;
}
.sb-widget ul ul {
	padding-top: 13px;
	margin-top: 13px;
	border-top: 1px solid rgba(0,0,0,.1);
	padding-left: 20px;
}
.sb-widget ul > li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: medium none;
}

/* About me widget */
.sb-aboutme-widget {
	position:relative;
	padding:0;
}
.sb-aboutme-widget:before,
.sb-aboutme-widget:after {
	content:none;
}
.sb-aboutme-widget img {
	filter:saturate(20%);
	-o-filter:saturate(20%);
	-ms-filter:saturate(20%);
	-moz-filter:saturate(20%);
	-webkit-filter:saturate(20%);
	transition:all 500ms;
}
.sb-aboutme-widget:hover img {
	filter:saturate(100%);
	-o-filter:saturate(100%);
	-ms-filter:saturate(100%);
	-moz-filter:saturate(100%);
	-webkit-filter:saturate(100%);
}
.sb-aboutme-widget .widget-header {
	padding:25px 40px 0;
}
.sb-aboutme-widget .widget-header h3.widget-title {
	
}
.about-cover {
	width:100%;
	position:relative;
}
.about-cover:before {
	content:"";
	position:absolute;
	top:10px;
	right:10px;
	bottom:10px;
	left:10px;
	border:1px solid #FFF;
	opacity:.5;
	z-index:3;
}
.about-cover:after {
	content:"";
	width:9px;
	height:9px;
	border-radius:9px;
	position:absolute;
	top:6px;
	background:#FFF;
	right:50%;
	transform:translateX(50%);
	-o-transform:translateX(50%);
	-ms-transform:translateX(50%);
	-moz-transform:translateX(50%);
	-webkit-transform:translateX(50%);
	-webkit-backface-visibility: hidden;
	z-index:2;
}
.about-inner:before {
	content: "";
	position: absolute;
	display: block;
	width: 7px;
	height: 7px;
	background: #FFF;
	border-radius: 7px;
	top: 7px;
	right: calc(50% + 15px);
	transform: translateX(50%);
	-o-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-webkit-transform: translateX(50%);
	-webkit-backface-visibility: hidden;
}
.about-inner:after {
	content: "";
	position: absolute;
	display: block;
	width: 7px;
	height: 7px;
	background: #FFF;
	border-radius: 7px;
	top: 7px;
	right: calc(50% - 15px);
	transform: translateX(50%);
	-o-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-webkit-transform: translateX(50%);
	-webkit-backface-visibility: hidden;
}
.about-bio {
	font-size:14px;
	line-height:25px;
	color:#000;
	padding:20px 40px 40px;
}
.about-cover img {
	max-width:100%;
	height:auto;
	z-index:2;
}
.about-detail {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
}
.about-inner {
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 2;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.23)));
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.23) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.23) 100%);
}

.about-ava {
	position: absolute;
    width: 130px;
    height: 130px;
    overflow: hidden;
    background: #FFF;
    right: 50%;
    bottom: 50%;
    transform: translate(50%,50%);
	-o-transform: translate(50%,50%);
	-ms-transform: translate(50%,50%);
	-moz-transform: translate(50%,50%);
	-webkit-transform: translate(50%,50%);
	border-radius:100px;
}
h5.about-name {
	position: absolute;
    margin: 0;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #FFF;
    line-height: 70px;
	height:70px;
    font-size: 22px;
	font-family:'Noto Serif', Georgia, serif;
	padding:0 30px;
	text-align:center;
}
.about-ava img {
    max-width: none;
    position: relative;
    width: 100%;
    height: auto;
}

/* Recent Posts/Popular Posts widget */
.sb-widget-recentposts li {
	border-bottom:1px solid rgba(0,0,0,.12);
	padding-bottom:20px !important;
	margin-bottom:20px !important;
}
.sb-widget-recentposts li:last-child {
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}
.sb-widget-recentposts li:last-child {
	border-bottom:none;
}
.sb-widget-recentposts h4 {
	margin:0;
	display:inline;
	text-transform:uppercase;
	letter-spacing:1px;
}
.sb-widget-recentposts h4 em {
	font-style:normal;
	color:#666;
}
.post-title-widget {
	clear:none;
}
.post-title-widget a {
	line-height: 20px;
    font-size: 14px;
    margin-bottom: 1px;
    display: block;
	font-weight:normal;
	color:#000;
}
.post-title-widget.large a {
	font-size:18px;
	line-height:26px;
}

.thumb-image {
	float:left;
	margin-right:13px;
	background:#FFF;
}

.thumb-image img {
	width:100px;
	max-width:100%;
	height:auto;
	transition:all 500ms;
	filter:saturate(50%);
	-o-filter:saturate(50%);
	-ms-filter:saturate(50%);
	-moz-filter:saturate(50%);
	-webkit-filter:saturate(50%);
}
.thumb-image img:hover {
	filter:saturate(100%);
	-o-filter:saturate(100%);
	-ms-filter:saturate(100%);
	-moz-filter:saturate(100%);
	-webkit-filter:saturate(100%);
}
.thumb-image.large {
	position:relative;
	float:none !important;
	margin:0;
	margin-bottom:15px;
}
.thumb-image.large:before {
	content:"\e652";
	font-family:themify;
	color:#FFF;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	position:absolute;
	top:0;
	right:10px;
	z-index:3;
	font-size:20px;
	border-top:3px solid rgba(255,255,255,.3);
}
.thumb-image.large:after {
	content:"";
	border-style:solid;
	border-width:0 0 15px 30px;
	border-color:transparent transparent transparent #F90;
	position:absolute;
	top:30px;
	right:10px;
	display:block;
}

.thumb-image.large img {
	width:100%;
	max-width:100%;
	height:auto;
}

.post-date-widget {
	font-size:12px;
	color:#9e9e9e;
	font-weight:normal;
	letter-spacing:1px;
}
.post-categories-widget ul.post-categories {
	border:0;
	padding:0;
	margin:0;
	margin-bottom:5px;
}
.post-categories-widget ul li {
	display:inline-block;
	border:0;
	padding:0 !important;
	margin:0 !important;
}
.post-categories-widget ul.post-categories a {
	padding:3px 10px;
	margin:0 3px 5px 0;
	color:#FFF;
	display:inline-block;
	font-size:11px;
}
.post-categories-widget ul.post-categories a:hover {
	background:#111;
}

.popular-post-excerpt {
	margin-top:7px;
	text-align:justify;
}
.popular-post-excerpt p {
	margin:0;
}

/* Social Icons widget */

.sb_social_icons {
	text-align:center;
	width:100%;
	display:block;
}
.sb_social_icons .social_item.social_item a {
	font-family:Owslab, sans-serif;
	line-height:20px;
	letter-spacing:1px;
	display:inline-block;
}
.sb_social_icons .social_item.social_item a .social_label {
	margin-left:5px;
}
.sb_social_icons .social_item.social_item {
	display:inline-block;
	margin:10px;
	padding-bottom:0;
}
.sb_social_icons .social_item.social_item a:before {
	content:"";
	font-family:socicon;
	display:inline-block;
	background:#FFF;
	color:#888888;
	margin-bottom:-5px;
	text-align:center;
	transition:all 300ms;
	border:1px solid rgba(0,0,0,.2);
}
.sb_social_icons.circle .social_item.social_item a:before {
	border-radius:40px;
}
.sb_social_icons.small .social_item.social_item a:before {
	width:20px;
	height:20px;
	line-height:20px;
	font-size:10px;
}
.sb_social_icons.medium .social_item.social_item a:before {
	width:30px;
	height:30px;
	line-height:30px;
	font-size:13px;
}
.sb_social_icons.large .social_item.social_item a:before {
	width:40px;
	height:40px;
	line-height:40px;
	font-size:17px;
}
.sb_social_icons .social_item:hover a:before {
	color:#FFF;
}
.sb_social_icons.large .social_item.social_item {
	margin:5px 1px;
}
.sb_social_icons .social_item.renren a:before {
	content: "\52";
}
.sb_social_icons .social_item.qq a:before {
	content: "\5b";
}
.sb_social_icons .social_item.baidu a:before {
	content: "\bf";
}
.sb_social_icons .social_item.douban a:before {
	content: "\5c";
}
.sb_social_icons .social_item.weibo a:before {
	content: "\b1";
}
.sb_social_icons .social_item.snapchat a:before {
	content: "\60";
}
.sb_social_icons .social_item.ravelry a:before {
	content: "\b0";
}
.sb_social_icons .social_item.periscope a:before {
	content: "\30";
}
.sb_social_icons .social_item.angellist a:before {
	content: "\20ac";
}
.sb_social_icons .social_item.istock a:before {
	content: "\25";
}
.sb_social_icons .social_item.modelmayhem a:before {
	content: "\21";
}
.sb_social_icons .social_item.icq a:before {
	content: "\a7";
}
.sb_social_icons .social_item.storehouse a:before {
	content: "\3e";
}
.sb_social_icons .social_item.whatsapp a:before {
	content: "\3c";
}
.sb_social_icons .social_item.pocket a:before {
	content: "\3f";
}
.sb_social_icons .social_item.airbnb a:before {
	content: "\2f";
}
.sb_social_icons .social_item.twitch a:before {
	content: "\7b";
}
.sb_social_icons .social_item.ello a:before {
	content: "\27";
}
.sb_social_icons .social_item.eighttracks a:before {
	content: "\7d";
}
.sb_social_icons .social_item.amazon a:before {
	content: "\a3";
}
.sb_social_icons .social_item.mixcloud a:before {
	content: "\22";
}
.sb_social_icons .social_item.meetup a:before {
	content: "\5d";
}
.sb_social_icons .social_item.persona a:before {
	content: "\29";
}
.sb_social_icons .social_item.android a:before {
	content: "\5f";
}
.sb_social_icons .social_item.odnoklassniki a:before {
	content: "\2e";
}
.sb_social_icons .social_item.github a:before {
	content: "\51";
}
.sb_social_icons .social_item.drupal a:before {
	content: "\23";
}
.sb_social_icons .social_item.appnet a:before {
	content: "\34";
}
.sb_social_icons .social_item.buffer a:before {
	content: "\39";
}
.sb_social_icons .social_item.goodreads a:before {
	content: "\35";
}
.sb_social_icons .social_item.houzz a:before {
	content: "\2b";
}
.sb_social_icons .social_item.mail a:before {
	content: "\40";
}
.sb_social_icons .social_item.patreon a:before {
	content: "\3d";
}
.sb_social_icons .social_item.paypal a:before {
	content: "\2d";
}
.sb_social_icons .social_item.playstation a:before {
	content: "\5e";
}
.sb_social_icons .social_item.rss a:before {
	content: "\2c";
}
.sb_social_icons .social_item.slideshare a:before {
	content: "\38";
}
.sb_social_icons .social_item.smugmug a:before {
	content: "\a8";
}
.sb_social_icons .social_item.swarm a:before {
	content: "\24";
}
.sb_social_icons .social_item.triplej a:before {
	content: "\2a";
}
.sb_social_icons .social_item.vkontakte a:before {
	content: "\3b";
}
.sb_social_icons .social_item.yammer a:before {
	content: "\26";
}
.sb_social_icons .social_item.coderwall a:before {
	content: "\32";
}
.sb_social_icons .social_item.dailymotion a:before {
	content: "\74";
}
.sb_social_icons .social_item.envato a:before {
	content: "\47";
}
.sb_social_icons .social_item.feedburner a:before {
	content: "\69";
}
.sb_social_icons .social_item.flattr a:before {
	content: "\50";
}
.sb_social_icons .social_item.foursquare a:before {
	content: "\65";
}
.sb_social_icons .social_item.friendfeed a:before {
	content: "\53";
}
.sb_social_icons .social_item.identica a:before {
	content: "\55";
}
.sb_social_icons .social_item.lanyrd a:before {
	content: "\37";
}
.sb_social_icons .social_item.disqus a:before {
	content: "\3a";
}
.sb_social_icons .social_item.newsvine a:before {
	content: "\54";
}
.sb_social_icons .social_item.outlook a:before {
	content: "\31";
}
.sb_social_icons .social_item.skype a:before {
	content: "\67";
}
.sb_social_icons .social_item.stackoverflow a:before {
	content: "\28";
}
.sb_social_icons .social_item.steam a:before {
	content: "\58";
}
.sb_social_icons .social_item.tripadvisor a:before {
	content: "\33";
}
.sb_social_icons .social_item.tripit a:before {
	content: "\36";
}
.sb_social_icons .social_item.vimeo a:before {
	content: "\73";
}
.sb_social_icons .social_item.vine a:before {
	content: "\75";
}
.sb_social_icons .social_item.wikipedia a:before {
	content: "\4e";
}
.sb_social_icons .social_item.windows a:before {
	content: "\5a";
}
.sb_social_icons .social_item.wordpress a:before {
	content: "\79";
}
.sb_social_icons .social_item.xbox a:before {
	content: "\59";
}
.sb_social_icons .social_item.yahoo a:before {
	content: "\66";
}
.sb_social_icons .social_item.yelp a:before {
	content: "\68";
}
.sb_social_icons .social_item.youtube a:before {
	content: "\72";
}
.sb_social_icons .social_item.zynga a:before {
	content: "\57";
}
.sb_social_icons .social_item.fivehundredpx a:before {
	content: "\77";
}
.sb_social_icons .social_item.apple a:before {
	content: "\4f";
}
.sb_social_icons .social_item.bebo a:before {
	content: "\56";
}
.sb_social_icons .social_item.behance a:before {
	content: "\48";
}
.sb_social_icons .social_item.blogger a:before {
	content: "\41";
}
.sb_social_icons .social_item.delicious a:before {
	content: "\49";
}
.sb_social_icons .social_item.deviantart a:before {
	content: "\4a";
}
.sb_social_icons .social_item.digg a:before {
	content: "\46";
}
.sb_social_icons .social_item.dribbble a:before {
	content: "\44";
}
.sb_social_icons .social_item.facebook a:before {
	content: "\62";
}
.sb_social_icons .social_item.flickr a:before {
	content: "\76";
}
.sb_social_icons .social_item.forrst a:before {
	content: "\4b";
}
.sb_social_icons .social_item.google a:before {
	content: "\63";
}
.sb_social_icons .social_item.grooveshark a:before {
	content: "\70";
}
.sb_social_icons .social_item.instagram a:before {
	content: "\78";
}
.sb_social_icons .social_item.lastfm a:before {
	content: "\71";
}
.sb_social_icons .social_item.linkedin a:before {
	content: "\6a";
}
.sb_social_icons .social_item.myspace a:before {
	content: "\6d";
}
.sb_social_icons .social_item.pinterest a:before {
	content: "\64";
}
.sb_social_icons .social_item.play a:before {
	content: "\4c";
}
.sb_social_icons .social_item.reddit a:before {
	content: "\43";
}
.sb_social_icons .social_item.soundcloud a:before {
	content: "\6e";
}
.sb_social_icons .social_item.spotify a:before {
	content: "\6f";
}
.sb_social_icons .social_item.stumbleupon a:before {
	content: "\45";
}
.sb_social_icons .social_item.technorati a:before {
	content: "\42";
}
.sb_social_icons .social_item.tumblr a:before {
	content: "\7a";
}
.sb_social_icons .social_item.twitter a:before {
	content: "\61";
}
.sb_social_icons .social_item.viadeo a:before {
	content: "\6b";
}
.sb_social_icons .social_item.xing a:before {
	content: "\6c";
}
.sb_social_icons .social_item.zerply a:before {
	content: "\4d";
}

.sb_social_icons .social_item.renren:hover a:before {
	background:#2266b0;
}
.sb_social_icons .social_item.qq:hover a:before {
	background:#4297d3;
}
.sb_social_icons .social_item.baidu:hover a:before {
	background:#2629d9;
}
.sb_social_icons .social_item.douban:hover a:before {
	background:#3ca353;
}
.sb_social_icons .social_item.weibo:hover a:before {
	background:#e31c34;
}
.sb_social_icons .social_item.snapchat:hover a:before {
	background:#fffa37;
}
.sb_social_icons .social_item.ravelry:hover a:before {
	background:#B6014C;
}
.sb_social_icons .social_item.periscope:hover a:before {
	background:#3AA4C6;
}
.sb_social_icons .social_item.angellist:hover a:before {
	background:#000000;
}
.sb_social_icons .social_item.istock:hover a:before {
	background:#000000;
}
.sb_social_icons .social_item.modelmayhem:hover a:before {
	background:#000000;
}
.sb_social_icons .social_item.icq:hover a:before {
	background:#7EBD00;
}
.sb_social_icons .social_item.storehouse:hover a:before {
	background:#25B0E6;
}
.sb_social_icons .social_item.whatsapp:hover a:before {
	background:#20B038;
}
.sb_social_icons .social_item.pocket:hover a:before {
	background:#ED4055;
}
.sb_social_icons .social_item.airbnb:hover a:before {
	background:#ff5a5f;
}
.sb_social_icons .social_item.twitch:hover a:before {
	background:#6441a5;
}
.sb_social_icons .social_item.ello:hover a:before {
	background:#000000;
}
.sb_social_icons .social_item.eighttracks:hover a:before {
	background:#122c4b;
}
.sb_social_icons .social_item.amazon:hover a:before {
	background:#ff9900;
}
.sb_social_icons .social_item.mixcloud:hover a:before {
	background:#000000;
}
.sb_social_icons .social_item.meetup:hover a:before {
	background: #e2373c;
}
.sb_social_icons .social_item.persona:hover a:before {
	background:#e6753d;
}
.sb_social_icons .social_item.android:hover a:before {
	background:#8ec047;
}
.sb_social_icons .social_item.odnoklassniki:hover a:before {
	background:#f48420;
}
.sb_social_icons .social_item.github:hover a:before {
	background:#221e1b;
}
.sb_social_icons .social_item.drupal:hover a:before {
	background:#00598e;
}
.sb_social_icons .social_item.appnet:hover a:before {
	background:#494949;
}
.sb_social_icons .social_item.buffer:hover a:before {
	background:#000000;
}
.sb_social_icons .social_item.goodreads:hover a:before {
	background:#463020;
}
.sb_social_icons .social_item.houzz:hover a:before {
	background:#7CC04B;
}
.sb_social_icons .social_item.mail:hover a:before {
	background:#000000;
}
.sb_social_icons .social_item.patreon:hover a:before {
	background:#E44727;
}
.sb_social_icons .social_item.paypal:hover a:before {
	background:#009cde;
}
.sb_social_icons .social_item.playstation:hover a:before {
	background:#000000;
}
.sb_social_icons .social_item.rss:hover a:before {
	background:#f26109;
}
.sb_social_icons .social_item.slideshare:hover a:before {
	background:#4ba3a6;
}
.sb_social_icons .social_item.smugmug:hover a:before {
	background:#ACFD32;
}
.sb_social_icons .social_item.swarm:hover a:before {
	background:#FC9D3C;
}
.sb_social_icons .social_item.triplej:hover a:before {
	background:#E53531;
}
.sb_social_icons .social_item.vkontakte:hover a:before {
	background:#5a7fa6;
}
.sb_social_icons .social_item.yammer:hover a:before {
	background:#1175C4;
}
.sb_social_icons .social_item.coderwall:hover a:before {
	background:#3E8DCC;
}
.sb_social_icons .social_item.dailymotion:hover a:before {
	background:#004e72;
}
.sb_social_icons .social_item.envato:hover a:before {
	background:#597c3a;
}
.sb_social_icons .social_item.feedburner:hover a:before {
	background:#ffcc00;
}
.sb_social_icons .social_item.flattr:hover a:before {
	background:#F67C1A;
}
.sb_social_icons .social_item.foursquare:hover a:before {
	background:#f94877;
}
.sb_social_icons .social_item.friendfeed:hover a:before {
	background:#2F72C4;
}
.sb_social_icons .social_item.identica:hover a:before {
	background:#000000;
}
.sb_social_icons .social_item.lanyrd:hover a:before {
	background:#3c80c9;
}
.sb_social_icons .social_item.disqus:hover a:before {
	background:#2e9fff;
}
.sb_social_icons .social_item.newsvine:hover a:before {
	background:#075B2F;
}
.sb_social_icons .social_item.outlook:hover a:before {
	background:#0072C6;
}
.sb_social_icons .social_item.skype:hover a:before {
	background:#28abe3;
}
.sb_social_icons .social_item.stackoverflow:hover a:before {
	background:#FD9827;
}
.sb_social_icons .social_item.steam:hover a:before {
	background:#171a21;
}
.sb_social_icons .social_item.tripadvisor:hover a:before {
	background:#4B7E37;
}
.sb_social_icons .social_item.tripit:hover a:before {
	background:#1982C3;
}
.sb_social_icons .social_item.vimeo:hover a:before {
	background:#51b5e7;
}
.sb_social_icons .social_item.vine:hover a:before {
	background:#00b389;
}
.sb_social_icons .social_item.wikipedia:hover a:before {
	background:#000000;
}
.sb_social_icons .social_item.windows:hover a:before {
	background:#00BDF6;
}
.sb_social_icons .social_item.wordpress:hover a:before {
	background:#464646;
}
.sb_social_icons .social_item.xbox:hover a:before {
	background:#92C83E;
}
.sb_social_icons .social_item.yahoo:hover a:before {
	background:#6e2a85;
}
.sb_social_icons .social_item.yelp:hover a:before {
	background:#c83218;
}
.sb_social_icons .social_item.youtube:hover a:before {
	background:#e02a20;
}
.sb_social_icons .social_item.zynga:hover a:before {
	background:#DC0606;
}
.sb_social_icons .social_item.fivehundredpx:hover a:before {
	background:#58a9de;
}
.sb_social_icons .social_item.apple:hover a:before {
	background:#B9BFC1;
}
.sb_social_icons .social_item.bebo:hover a:before {
	background:#EF1011;
}
.sb_social_icons .social_item.behance:hover a:before {
	background:#000000;
}
.sb_social_icons .social_item.blogger:hover a:before {
	background:#ec661c;
}
.sb_social_icons .social_item.delicious:hover a:before {
	background:#020202;
}
.sb_social_icons .social_item.deviantart:hover a:before {
	background:#c5d200;
}
.sb_social_icons .social_item.digg:hover a:before {
	background:#1d1d1b;
}
.sb_social_icons .social_item.dribbble:hover a:before {
	background:#e84d88;
}
.sb_social_icons .social_item.facebook:hover a:before {
	background:#3e5b98;
}
.sb_social_icons .social_item.flickr:hover a:before {
	background:#1e1e1b;
}
.sb_social_icons .social_item.forrst:hover a:before {
	background:#5B9A68;
}
.sb_social_icons .social_item.google:hover a:before {
	background:#dd4b39;
}
.sb_social_icons .social_item.grooveshark:hover a:before {
	background:#000000;
}
.sb_social_icons .social_item.instagram:hover a:before {
	background:#9c7c6e;
}
.sb_social_icons .social_item.lastfm:hover a:before {
	background:d41316;
}
.sb_social_icons .social_item.linkedin:hover a:before {
	background:#3371b7;
}
.sb_social_icons .social_item.myspace:hover a:before {
	background:#323232;
}
.sb_social_icons .social_item.pinterest:hover a:before {
	background:#c92619;
}
.sb_social_icons .social_item.play:hover a:before {
	background:#000000;
}
.sb_social_icons .social_item.reddit:hover a:before {
	background:#e74a1e;
}
.sb_social_icons .social_item.soundcloud:hover a:before {
	background:#fe3801;
}
.sb_social_icons .social_item.spotify:hover a:before {
	background:#7bb342;
}
.sb_social_icons .social_item.stumbleupon:hover a:before {
	background:#e64011;
}
.sb_social_icons .social_item.technorati:hover a:before {
	background:#5cb030;
}
.sb_social_icons .social_item.tumblr:hover a:before {
	background:#45556c;
}
.sb_social_icons .social_item.twitter:hover a:before {
	background:#4da7de;
}
.sb_social_icons .social_item.viadeo:hover a:before {
	background:#e4a000;
}
.sb_social_icons .social_item.xing:hover a:before {
	background:#005a60;
}
.sb_social_icons .social_item.zerply:hover a:before {
	background:#9DBC7A;
}
/* Instagram Widget */

.sb-instagram {
	position:relative;
	overflow:hidden;
}
.sb-instagram-body {
	position:relative;
}
.sb-instagram ul li {
	padding:0;
	margin:0;
	float:left;
	background:#FFF;
}
.sb-instagram img {
	transition:all 500ms;
	width:100%;
	height:auto;
	filter:saturate(20%);
	-o-filter:saturate(20%);
	-ms-filter:saturate(20%);
	-moz-filter:saturate(20%);
	-webkit-filter:saturate(20%);
}
.sb-instagram img:hover {
	filter:saturate(100%);
	-o-filter:saturate(100%);
	-ms-filter:saturate(100%);
	-moz-filter:saturate(100%);
	-webkit-filter:saturate(100%);
}
.sb-instagram li.col-2 {
	width:50%;
}
.sb-instagram li.col-3 {
	width:33.33%;
}
.sb-instagram li.col-4 {
	width:25%;
}
.sb-instagram li.col-5 {
	width:20%;
}
.sb-instagram li.col-6 {
	width:16.66%;
}
.sb-instagram li.col-7 {
	width:14.28%;
}
.sb-instagram li.col-8 {
	width:12.5%;
}
.sb-instagram a.follow-button {
	position:absolute;
	bottom:50%;
	right:50%;
	transform:translate(50%,50%);
	-o-transform:translate(50%,50%);
	-ms-transform:translate(50%,50%);
	-moz-transform:translate(50%,50%);
	-webkit-transform:translate(50%,50%);
	background:#FFF;
	padding:10px 20px;
	width:80%;
	max-width:210px;
	text-align:center;
	color:#111;
}
#footer-section .sb-instagram a.follow-button {
	color:#111;
}

/* Twitter Stream Widget */
.sb-twitter-info {
	position:relative;
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.sb-twitter-info:before {
	content:"";
	width:7px;
	height:7px;
	background:#AAA;
	border-radius:7px;
	position:absolute;
	bottom:-4px;
	right:50%;
	transform:translateX(50%);
	-o-transform:translateX(50%);
	-ms-transform:translateX(50%);
	-moz-transform:translateX(50%);
	-webkit-transform:translateX(50%);
}
.twitter-avatar {
	float:left;
	margin-right:10px;
	border-radius:50px;
	overflow:hidden;
}
.sb-twitter-name {
	float:left;
}
.sb-twitter-name a {
	color:#999;
}
.sb-twitter-username a {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	color:#000;
}
.sb-tweet-item {
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,.05);
	padding-bottom: 10px;
}
.sb-tweet-item:last-child {
	border:0;
	margin:0;
}
.tweet-content {
	margin-bottom:10px;
}
.tweet-content a:hover {
	text-decoration:underline;
}
.twitter-intents {
	float:left;
}
.twitter-intents p {
	display:inline-block;
	margin:0;
	margin-right:30px;
	font-size:16px;
}
.twitter-intents p:last-child {
	margin-right:0;
}
.twitter-intents p a,
.sb-tweet-item .timestamp a {
	color:#AAA;
}
.sb-tweet-item .timestamp {
	margin:0;
	float:right;
}

/* Meta/Archives/Tags Cloud/ Calendar widget */
.widget_meta li,
.widget_archive li,
li.cat-item {
	margin-bottom:10px;
	font-size:14px;
	text-transform:capitalize;
	border-bottom:1px solid rgba(0,0,0,.1);
	color:#ab9364;
}
.widget_meta li:last-child,
.widget_archive li:last-child,
#footer-section li.cat-item:last-child,
li.cat-item:last-child {
	border-bottom:0;
}
li.cat-item a:before {
	content:"\f07b";
	font-family:FontAwesome;
	margin-right:10px;
}
li.cat-item a:hover:before {
	content:"\f07c";
}

.tagcloud a {
	position:relative;
	font-size: 13px !important;
	text-transform:uppercase;
	padding: 4px 15px;
	margin-right: 3px;
	height: 28px;
	display: inline-block;
	padding: 0 12px;
	margin-bottom: 7px;
	line-height: 27px;
	border:1px solid rgba(0,0,0,.2);
}
.tagcloud a:hover {
	background:#AB9364;
	color:#FFF !important;
}
.screen-reader-text {
	margin-right:10px;
}
.postform option {
	padding:7px 15px;
	border-bottom:1px solid rgba(0,0,0,.1);
	text-transform:capitalize;
}
.postform option:last-child {
	border-bottom:none;
}
#wp-calendar {
	border:0;
	font-size:14px;
}
.calendar_wrap {
	position:relative;
	z-index:1;
}
#wp-calendar th {
	border:0;
	padding:7px;
	border:1px solid #F5F5F5;
	text-align:center;
}

#wp-calendar tbody td {
	border:0;
	padding:7px;
	background:#F5F5F5;
	border:1px solid #FFF;
	text-align:center;
	color:#999;
	transition:all 500ms;
}
#wp-calendar tfoot td {
	padding:10px 0 0;
	border:0;
}
#wp-calendar tbody td:hover {
	background:#FFFFFF;
}
#wp-calendar tbody .pad {
    background: transparent;
}
#wp-calendar td a {
	color:#000000;
}
#prev, #next {
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

#wp-calendar td#today {
	color:#FFFFFF;
	background:#BCBCBC;
}

#wp-calendar caption {
	text-align:center;
	text-transform:uppercase;
	padding:5px 0;
	border:0;
}

/* Flickr widget */
.sb-flickr-wrapper {
	position:relative;
}
.flickr-item img {
	border-right:1px inset transparent;
	border-bottom:1px inset transparent;
	filter:saturate(20%);
	-o-filter:saturate(20%);
	-ms-filter:saturate(20%);
	-moz-filter:saturate(20%);
	-webkit-filter:saturate(20%);
	transition:all 500ms;
}
.flickr-item img:hover {
	filter:saturate(100%);
	-o-filter:saturate(100%);
	-ms-filter:saturate(100%);
	-moz-filter:saturate(100%);
	-webkit-filter:saturate(100%);
}
.flickr-feed.col3 .flickr-sizer,
.flickr-feed.col3 .flickr-item {
	width:33.33%;
}
.flickr-feed.col2 .flickr-sizer,
.flickr-feed.col2 .flickr-item {
	width:50%;
}
.flickr-feed.col4 .flickr-sizer,
.flickr-feed.col4 .flickr-item {
	width:25%;
}
.flickr-feed.col5 .flickr-sizer,
.flickr-feed.col5 .flickr-item {
	width:20%;
}
.flickr-feed:after {
	content:"";
	clear:both;
	display:block;
}

/* Post Slider Widget */
.sb-widget .slick-slide {
	position:relative;
	background:#000;
}
.sb-widget .slick-slide {
	position:relative;
	background:#000;
}
.sb-widget .slick-slide img {
	transition:all 500ms;
}
.sb-widget .slick-slide:hover img {
	filter:saturate(100%);
	-o-filter:saturate(100%);
	-ms-filter:saturate(100%);
	-moz-filter:saturate(100%);
	-webkit-filter:saturate(100%);
}
.postslide-title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px;
	background:rgba(0,0,0,.4);
}
.postslide-title a {
	color:#FFF;
}
.sb-widget .slick-slide img {
	width:100%;
	height:auto;
	filter:saturate(20%);
	-o-filter:saturate(20%);
	-ms-filter:saturate(20%);
	-moz-filter:saturate(20%);
	-webkit-filter:saturate(20%);
}
.sb-widget .slick-nav {
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
	-o-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	z-index: 5;
	color: #FFF;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	transition:all 200ms;
	border-radius:40px;
	border:1px solid rgba(255,255,255,.8);
	background:none;
	opacity:1;
	visibility:visible;
}

.sb-widget .slick-nav.slick-prev {
	left:-45px;
}

.sb-widget .slick-nav.slick-next {
	right:-45px;
}
.sb-widget .slick-initialized {
	overflow:hidden;
}
.sb-widget .slick-initialized:hover .slick-nav.slick-prev,
#footer-section .slick-initialized:hover .slick-nav.slick-prev {
	left:10px;
}
.sb-widget .slick-initialized:hover .slick-nav.slick-next {
	right:10px;
}

.sb-widget .slick-list {
	padding:0 !important;
}

/* Recent Comments Widget */

.sb-recentcomments li {
	border-bottom:1px dashed rgba(127,127,127,.2);
	padding-bottom:20px !important;
}
.sb-recentcomments .comment-content {
	margin-left:100px;
}
.comment-avatar img {
	float:left;
	margin-right:20px;
	border-radius:80px;
	filter:saturate(20%);
	-o-filter:saturate(20%);
	-ms-filter:saturate(20%);
	-moz-filter:saturate(20%);
	-webkit-filter:saturate(20%);
	transition:all 500ms;
}
.comment-avatar img:hover {
	filter:saturate(100%);
	-o-filter:saturate(100%);
	-ms-filter:saturate(100%);
	-moz-filter:saturate(100%);
	-webkit-filter:saturate(100%);
}
.comment-time {
	display:block;
	font-size:11px;
	margin-top:3px;
	opacity:.5;
}

/**
 7.0 Footer
 */

#footer {
	margin-top:40px;
}
.instagram-footer .widget-header,
.instagram-footer .widget-title {
	position:relative;
	margin:0;
	text-align:center;
}
.instagram-footer .widget-title {
	position:relative;
	color: #FFF;
	height:80px;
	line-height:80px;
	text-align: center;
	display:inline-block;
}
.instagram-footer .widget-title:before,
.instagram-footer .widget-title:after {
	content:"";
	height:1px;
	width:60px;
	background:rgba(255,255,255,.5);
	position:absolute;
	bottom:50%;
	transform:translateY(50%);
	-o-transform:translateY(50%);
	-ms-transform:translateY(50%);
	-moz-transform:translateY(50%);
	-webkit-transform:translateY(50%);
	opacity:1;
	right:inherit;
	left:inherit;
}
.instagram-footer .widget-title:before {
	right:calc(100% + 20px);
}
.instagram-footer .widget-title:after {
	left:calc(100% + 20px);
}
.instagram-footer .widget-header:before,
.instagram-footer .widget-header:after {
	content:none;
}
.instagram-footer .instagram-pics {
	list-style:none;
	margin:0;
	padding:0;
}

.footer {
	position:relative;
	background:#151515;
	color:#DDD;
	overflow:hidden;
}
.footer .copyright {
	font-size:14px;
	text-align:right;
	line-height:80px;
}
.footer-menu,
.footer-menu ul {
	list-style:none;
	margin:0;
	padding:0;
	line-height:80px;
}
.footer-menu li,
.footer-menu ul li {
	display:inline-block;
}
.footer-menu li a:before,
.footer-menu ul li a:before {
	margin-right:5px;
}
.footer-menu li:after,
.footer-menu ul li:after {
	content:"/";

	margin:0 15px;
}
.footer-menu li:last-child:after,
.footer-menu ul li:last-child:after {
	content:none;
}
.scroll-top {
	position:absolute;
	display:inline-block;
	bottom:20px;
	right:50%;
	transform:translateX(50%);
	-o-transform:translateX(50%);
	-ms-transform:translateX(50%);
	-moz-transform:translateX(50%);
	-webkit-transform:translateX(50%);
	z-index:1;
}
.scroll-top:before {
	content:"";
	position:absolute;
	width:1px;
	height:20px;
	top:100%;
	opacity:.4;
	right:50%;
	transform:translateX(50%);
	-o-transform:translateX(50%);
	-ms-transform:translateX(50%);
	-moz-transform:translateX(50%);
	-webkit-transform:translateX(50%);
}
.scroll-top a {
	display:inline-block;
	line-height:36px;
	text-align:center;
	border-radius:60px;
	font-size:15px;
	width:40px;
	height:40px;
	z-index:4;
	border:1px solid;
}
.scroll-top a:hover {
	background:#AB9364;
	color:#FFF;
}

/* Footer Section (Copyright) */
#footer-section {
	position:relative;
	padding-top:25px;
	padding-bottom:40px;
}

/* Footer Widgets */

#footer-section-container blockquote {
	color:#CCC;
	padding:25px 10px;
}
#footer-section-container blockquote:before {
	content:"\e67f";
	font-family:themify;
	margin-right:15px;
	font-size: 25px;
	color: #FFF;
	opacity:.3;
	width: inherit;
	height: inherit;
	background: none;
	position: relative;
	right: inherit;
}
#footer-section-container blockquote:after {
	content:"\e67e";
	font-family:themify;
	margin-left:15px;
	font-size: 25px;
	color: #FFF;
	opacity:.3;
	width: inherit;
	height: inherit;
	background: none;
	position: relative;
	right: inherit;
}
#footer-section-container .sb-widget {
	background:none;
	color:#CCC;
	border:0;
	border-radius:0;
	padding:0;
	padding-top:10px;
	margin-bottom:10px;
	box-shadow:none;
}
#footer-section-container .sb-widget:before,
#footer-section-container .sb-widget:after {
	content:none;
}

#footer-section .widget-header:before,
#footer-section .widget-header:after {
	content:none;
}
#footer-section h3.widget-title {
	color:#CCC;
	text-align:center;
	margin-bottom:40px;
}
h3.widget-title {
	font-size: 18px;
	margin: 10px 0 10px;
	position: relative;
	color: #333;
	letter-spacing: 2px;
	display:block;
	padding-bottom:13px;
	font-weight:normal;
	text-transform:uppercase;
}
#footer-section h3.widget-title:before {
	background:rgba(255,255,255,.5);
}

#footer-section h3.widget-title:after {
	background:rgba(255,255,255,.5);
	left:50%;
	transform:translateX(-50%);
	-o-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}

#footer-section .sb-widget ul ul {
	border-top: 1px solid rgba(127,127,127,.2);
}

#footer-section .sb-widget-recentposts li {
	border-bottom:1px solid rgba(255,255,255,.12);
}

#footer-section .sb-widget-recentposts li:last-child {
	border-bottom:none;
}
#footer-section li.cat-item {
	border-bottom:1px solid rgba(127,127,127,.2);
}

/**
 * 8.0 Featured Posts Slider
 */

/* Featured Content (Global) */
.slick-slider.sb-featured {
	position:relative;
	overflow:hidden;
	display:none;
}
.sb-slider-body {
	position:relative;
	z-index:1;
}
.sb-slider-wrapper {
	position:absolute;
	bottom:50%;
	right:50%;
	transform:translate(50%,50%);
	-o-transform:translate(50%,50%);
	-ms-transform:translate(50%,50%);
	-moz-transform:translate(50%,50%);
	-webkit-transform:translate(50%,50%);
	z-index:1;
	width:90%;
	max-width:500px;
	color:#FFF;
	text-align:center;
}
.sb-slider-wrapper a {
	color:#FFF;
}
.sb-featured .slick-nav {
	position:absolute;
	z-index:1;
	bottom:50%;
	transform:translateY(50%);
	-o-transform:translateY(50%);
	-ms-transform:translateY(50%);
	-moz-transform:translateY(50%);
	-webkit-transform:translateY(50%);
}
.sb-featured .slick-nav.slick-prev {
	left:10px;
}
.sb-featured .slick-nav.slick-next {
	right:10px;
}
.sb-featured .slick-dots {
	position:absolute;
	z-index:1;
	bottom:30px;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
.sb-featured .slick-dots li {
	display:inline;
	margin-right:10px;
}
.sb-featured .slick-dots li:last-child {
	margin-right:0;
}
.sb-featured .slick-dots li button {
	font-size:0;
	line-height:0;
	width:15px;
	height:15px;
	border-radius:100%;
	border:1px solid #FFf;
	background:none;
	outline:none;
	opacity:.6;
}
.sb-featured .slick-dots li.slick-active button {
	background:#FFF;
	opacity:1;
}
.sb-slider-item {
	position:relative;
	overflow:hidden;
	cursor:grab;
}
.sb-slider-item:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:url(lib/img/pattern.png) rgba(0,0,0,0.6);
	z-index:1;
	opacity:.3;
}
.sb-slider-item img {
	width:100%;
	height:auto;
	transition:500ms all;
}
.sb-slider-item.slick-active img {
	filter:saturate(20%);
	-o-filter:saturate(20%);
	-ms-filter:saturate(20%);
	-moz-filter:saturate(20%);
	-webkit-filter:saturate(20%);
}
.slick-active:hover img {
	filter:saturate(100%);
	-o-filter:saturate(100%);
	-ms-filter:saturate(100%);
	-moz-filter:saturate(100%);
	-webkit-filter:saturate(100%);
}
.sb-slider-cat {
	text-transform:uppercase;
	font-size:16px;
}
.sb-slider-cat a {
	color:#FFF;
}
.sb-slider-cat ul {
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;
}
.sb-slider-cat li {
	display:inline-block;
}
.sb-slider-cat li:after {
	content:"";
	margin:0 4px 3px 8px;
	display:inline-block;
	width:5px;
	height:5px;
	background:#FFF;
	transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
.sb-slider-cat li:last-child:after {
	content:none;
}
.sb-slider-title h2 {
	position:relative;
	text-transform:uppercase;
	letter-spacing:2px;
	margin:10px 0 20px;
	font-size:30px;
	line-height:41px;
}
.sb-slider-title h2 em {
	font-style:normal;
}
.sb-slider-meta {
	position: relative;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 10px 0;
	display: block;
	border-top: 3px double rgba(255,255,255,.6);
	border-bottom: 3px double rgba(255,255,255,.6);
}

.sb-slider-meta span {
	margin-right:15px;
}
.sb-slider-meta span:last-child {
	margin-right:0;
}

.sb-slider-readmore {
	padding:10px 15px;
	display:inline-block;
	position:relative;
	letter-spacing:1px;
	color:#000 !important;
	background:#FFF;
	text-transform:uppercase;
	margin-top:30px;
}
.sb-slider-readmore:after {
	content:"\e65d";
	font-family:themify;
	font-size:11px;
}
.sb-slider-readmore:hover {
	color:#FFF !important;
}

.sb-slider-nav {
	position:absolute;
	z-index:1;
	bottom:50%;
	transform:translateY(50%);
	-o-transform:translateY(50%);
	-ms-transform:translateY(50%);
	-moz-transform:translateY(50%);
	-webkit-transform:translateY(50%);
	width:50px;
	height:100px;
	background:#FFF;
	border:none;
	line-height:100px;
	font-size:20px;
	color:#000;
	text-align:center;
	transition:300ms all;
}
.sb-slider-nav:hover {
	color:#FFF;
}
.sb-slider-nav.prev {
	left:-70px;
}
.sb-slider-nav.next {
	right:-70px;
}
.sb-featured:hover .sb-slider-nav.prev {
	left:0;
}
.sb-featured:hover .sb-slider-nav.next {
	right:0;
}
/* Full Slider */
.slick-slider.full-slider {
	display:none;
}
.full-slider.headertype1 {
	max-width:1220px;
	margin-left:auto;
	margin-right:auto;
}
.full-slider .sb-slider-item {
	width:100%;
}

.full-slider .sb-slider-content {
	position:relative;
	background:#FFF;
	padding:20px 25px 40px;
	color:#333;
	width:100%;
	height:100%;
	text-align:center;
}
.full-slider .sb-slider-content:before {
	content:"";
	position:absolute;
	top:-5px;
	right:-5px;
	bottom:-5px;
	left:-5px;
	border:1px solid #FFF;
	z-index:0;
}
.full-slider .sb-slider-content a {
	color:#111;
}
.full-slider .sb-slider-content p {
	margin:15px 0 0;
	line-height:25px;
}
.full-slider .sb-slider-meta {
	border-color:rgba(0,0,0,.2);
}
.full-slider .sb-slider-readmore {
	padding:10px 15px;
	display:inline-block;
	position:relative;
	letter-spacing:1px;
	color:#FFF !important;
	background:#000;
	text-transform:uppercase;
	margin-top:30px;
}
.full-slider .sb-slider-readmore:after {
	content:"\e65d";
	font-family:themify;
	font-size:11px;
}
.full-slider .sb-slider-readmore:hover {
	color:#FFF;
	background:#000;
}
.full-slider .sb-slider-nav {
	position:absolute;
	z-index:1;
	bottom:50%;
	transform:translateY(50%);
	-o-transform:translateY(50%);
	-ms-transform:translateY(50%);
	-moz-transform:translateY(50%);
	-webkit-transform:translateY(50%);
	width:70px;
	height:130px;
	background:#FFF;
	border:none;
	line-height:130px;
	font-size:25px;
	color:#000;
	text-align:center;
	transition:300ms all;
}
.full-slider .sb-slider-nav:hover {
	color:#FFF;
}
.full-slider .sb-slider-nav.prev {
	left:-70px;
}
.full-slider .sb-slider-nav.next {
	right:-70px;
}
.full-slider:hover .sb-slider-nav.prev {
	left:0;
}
.full-slider:hover .sb-slider-nav.next {
	right:0;
}

/* Single Slider */
.single-slider-wrapper {
	padding-left:15px;
	padding-right:15px;
}
.single-slider-container {
	overflow:hidden;
	box-shadow:0px 8px 8px -8px rgba(0, 0, 0, 0.1);
}
.single-slider {
	margin-top:45px;
}

.slick-slider.single-slider-nav,
.single-slider-nav {
	display:none;
}
.single-slider-nav {
	background:#FFF;
	color:#000;
}
.post-nav-item {
	position:relative;
	text-align:center;
}
.nav-slider-pop {
	position:absolute;
	z-index:1;
	bottom: 100%;
	background: #FCFCFC;
	padding: 20px 20px 30px;
	border-bottom:1px dashed rgba(0,0,0,.1);
	transition:all 500ms;
	transform:rotateX(-90deg) perspective(500px);
	-o-transform:rotateX(-90deg) perspective(500px);
	-ms-transform:rotateX(-90deg) perspective(500px);
	-moz-transform:rotateX(-90deg) perspective(500px);
	-webkit-transform:rotateX(-90deg) perspective(500px);
	transform-origin: bottom center 0;
	-o-transform-origin: bottom center 0;
	-ms-transform-origin: bottom center 0;
	-moz-transform-origin: bottom center 0;
	-webkit-transform-origin: bottom center 0;
	transform-style:preserve-3d;
	-o-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-webkit-transform-style:preserve-3d;
	overflow:hidden;
}
.slick-current .nav-slider-pop {
	transform:rotateX(0);
	-o-transform:rotateX(0);
	-ms-transform:rotateX(0);
	-moz-transform:rotateX(0);
	-webkit-transform:rotateX(0);
}
.post-nav-content {
	position:relative;
	z-index:2;
	padding:0;
	background:#FFF;
	transition:all 500ms;
	min-height:180px;
	border-right: 1px solid rgba(0,0,0,.1);
	overflow:hidden;
	cursor:pointer;
}
.post-nav-content:before,
.nav-slider-pop:after {
	content:"\e6c8";
	position:absolute;
	top:-15px;
	right:50%;
	transform:translateX(50%);
	-o-transform:translateX(50%);
	-ms-transform:translateX(50%);
	-moz-transform:translateX(50%);
	-webkit-transform:translateX(50%);
	font-size:40px;
	opacity:.2;
	font-family:themify;
	width:40px;
	height:40px;
	line-height:40px;
}
.nav-slider-pop:after {
	bottom:-26px;
	right:calc(50% + 1px);
	top:inherit;
}
.post-nav-content.standard:before,
.nav-slider-pop.standard:after {
	content:"\e6c8";
}
.post-nav-content.video:before,
.nav-slider-pop.video:after {
	content:"\e6ce";
}
.post-nav-content.image:before,
.nav-slider-pop.image:after {
	content:"\e633";
}
.post-nav-content.gallery:before,
.nav-slider-pop.gallery:after {
	content:"\e71e";
}
.post-nav-content.link:before,
.nav-slider-pop.link:after {
	content:"\e62d";
}
.post-nav-content.quote:before {
	content:"\e67f";
}
.single-slider-nav a {
	color:#000;
}
.single-slider-nav .slick-list {
	overflow:visible;
}
.slider-title-wrapper {
	position:absolute;
	width:100%;
	text-align:center;
	bottom:50%;
	transform:translateY(50%);
	-o-transform:translateY(50%);
	-ms-transform:translateY(50%);
	-moz-transform:translateY(50%);
	-webkit-transform:translateY(50%);
	padding:10px 20px;
}
.single-slider-nav .sb-slider-title {

	
}
.single-slider-nav .sb-slider-title h2 {
	font-size:23px;
	line-height:34px;
	margin:10px 0;
	font-weight:normal;
}
.single-slider-nav .sb-slider-title a {
	position:relative;
}
.single-slider-nav .sb-slider-title i {
	position: absolute;
	right: -20px;
	bottom: -3px;
}
.single-slider-nav .sb-slider-readmore {
	color:#FFF !important;
	margin-top:10px;
}
.single-slider-nav p {
	margin:10px 0;
}
.single-slider-nav .sb-slider-meta {
	border:none;
	padding:0;
	color:#777;
}
.single-slider-nav .sb-slider-readmore:hover {
	background:#000;
}