/*
Theme Name: JT Wishbone
Theme URI: http://themeforest.net/item/wishbone-a-clean-powerful-wordpress-blogging-theme/15964330
Author: juarathemes
Author URI: http://themeforest.net/user/juarathemes
Description: Wishbone is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail.
Version: 1.0
License:
License URI:
Tags: featured-images, flexible-header, microformats, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: jt-wishbone
*/
/* ======================================
BASIC
====================================== */
html{
	-webkit-text-size-adjust: 100%;
}

body {
	background: #1D1D1D;
	font-family: 'Open Sans',sans-serif;
	color: #989898;
	font-weight: 300;
}

.clear {
	clear: both;
}

::-moz-selection {
	background: #C39738;
	color: #fff;
}

::selection {
	background: #C39738;
	color: #fff;
}

a {
	-webkit-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
	color: #C39738;
	outline: none;
}

svg {
	fill: #fff;
}

img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

a:hover,a:active,a:focus {
	color: #C39738;
}

.clear {
	clear: both;
}

.clear:before {
	clear: both;
	display: block;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 120%;
	font-weight: 700;
	font-family: 'Open Sans',sans-serif;
	margin: 40px 0;
}

h1{
	font-size: 50px;
}

h2{
	font-size: 40px;
}

h3{
	font-size: 30px;
}

h4{
	font-size: 25px;
}

h4{
	font-size: 20px;
}

h5{
	font-size: 18px;
}

h6{
	font-size: 16px;
}

del{
	opacity: .7;
	color: red;
}

iframe, .wp-video{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.wp-video{
	width: 100%!important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.noleftpad {
	padding-left: 0;
}

.sticky{
	opacity: 1;
}

.screen-reader-text{
	position: relative;
}

.gallery-caption{
	position: relative;
}

.bypostauthor{
	position: relative;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 0 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

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

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




/* ======================================
CSS Spinner
====================================== */
.cssload-spinner {
	position: absolute;
	width: 33px;
	height: 33px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.cssload-spinner:after,.cssload-spinner:before {
	position: absolute;
	content: "";
	border: 2px solid #a1a1a1;
	width: 31px;
	height: 31px;
}

.cssload-spinner:after {
	animation: cssload-spinner1 2.88s linear infinite;
	-o-animation: cssload-spinner1 2.88s linear infinite;
	-ms-animation: cssload-spinner1 2.88s linear infinite;
	-webkit-animation: cssload-spinner1 2.88s linear infinite;
	-moz-animation: cssload-spinner1 2.88s linear infinite;
}

.cssload-spinner:before {
	width: 43px;
	height: 43px;
	margin-left: -6.5px;
	margin-top: -6.5px;
	animation: cssload-spinner2 2.88s linear infinite;
	-o-animation: cssload-spinner2 2.88s linear infinite;
	-ms-animation: cssload-spinner2 2.88s linear infinite;
	-webkit-animation: cssload-spinner2 2.88s linear infinite;
	-moz-animation: cssload-spinner2 2.88s linear infinite;
}

@keyframes cssload-spinner1 {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@-o-keyframes cssload-spinner1 {
	from {
		-o-transform: rotate(0deg);
	}

	to {
		-o-transform: rotate(360deg);
	}
}

@-ms-keyframes cssload-spinner1 {
	from {
		-ms-transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-spinner1 {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes cssload-spinner1 {
	from {
		-moz-transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}

@keyframes cssload-spinner2 {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(-360deg);
	}
}

@-o-keyframes cssload-spinner2 {
	from {
		-o-transform: rotate(0deg);
	}

	to {
		-o-transform: rotate(-360deg);
	}
}

@-ms-keyframes cssload-spinner2 {
	from {
		-ms-transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(-360deg);
	}
}

@-webkit-keyframes cssload-spinner2 {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(-360deg);
	}
}

@-moz-keyframes cssload-spinner2 {
	from {
		-moz-transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(-360deg);
	}
}

/* ======================================
Web Icons
====================================== */
.lnr {
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: -.05em;
}

/* ======================================
TOPMENU
====================================== */
.wishbone_topbar {
	border-bottom: 1px solid rgba(255,255,255, 0.04);
	height: 45px;
	line-height: 45px;
	color: #9E9E9E;
}

/* ======================================
SOCIAL ICON
====================================== */
.wishbone_social {
	list-style: none;
	margin: 0;
}

.wishbone_social li {
	display: inline-block;
	float: left;
	font-size: 12px;
	line-height: 45px;
	letter-spacing: 1px;
}

.wishbone_social li:first-of-type > a {
	padding-left: 0;
}

.wishbone_social li:last-of-type > a {
	padding-right: 0;
}

.wishbone_social li > a {
	color: #9E9E9E;
	display: block;
	padding: 0 10px;
}

.wishbone_social li:hover > a {
	color: #C39738;
}

/* ======================================
Search
====================================== */
.wishbone_searchform {
	float: right;
}

.wishbone_searchform .lnr-magnifier {
	color: #fff;
	fill: #fff;
	font-size: 16px;
	line-height: 45px;
	display: inline-block;
	vertical-align: middle;
}

.wishbone_searchform input[type="search"],
.wishbone_searchform input[type="text"]{
	background: #000;
	background: rgba(0,0,0,.16);
	border: none;
	display: inline-block;
	margin-right: 10px;
	border-radius: 90px;
	overflow: hidden;
	outline: none;
	padding: 2px 15px;
	font-size: 12px;
	line-height: 25px;
	vertical-align: middle;
	width: 250px;
}

/* Smooth outline with box-shadow: */
.wishbone_searchform input[type=search]:focus,
.wishbone_searchform input[type=text]:focus {
	box-shadow: 0 0 1px 0 #C39738;
}

.wishbone_searchform button {
	outline: none;
}

/* ======================================
HEADER
====================================== */
#wishbone_mainheader {
	padding: 70px 0;
	border-bottom: 1px solid rgba(255,255,255, 0.04);
}

#wishbone_mainheader .column {
	min-height: 1px;
}

/* LOGO */
h1.wishbone_logo_text a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

.brand img {
	padding: 0 20px;
}

.brand img {
	max-width: 300px;
}

.brand h1.wishbone_logo_text {
	margin: 0;
	line-height: 68px;
}

/* ======================================
MENU
====================================== */
.wishbone_mainmenu {
	list-style: none;
	margin: 0;
	font-weight: 300;
	text-align: center;
	font-size: 0;
}

.wishbone_mainmenu.zlleftmenu,.wishbone_mainmenu.zlrightmenu {
	display: none;
}

.wishbone_mainmenu > li {
	line-height: 68px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	position: relative;
	display: inline-block;
}

.wishbone_mainmenu.zlleftmenu > li:first-of-type > a{
	padding-left: 0;
}

.wishbone_mainmenu > li.menu-item-has-children > a:after {
	content: "";
	display: inline-block;
	position: relative;
	margin-left: 10px;
	width: 7px;
	height: 7px;
	top: -3px;
	border-top: 1px solid #9E9E9E;
	border-right: 1px solid #9E9E9E;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.wishbone_mainmenu > li.menu-item-has-children:hover > a:after {
	border-color: #C39738;
}

.wishbone_mainmenu ul li.menu-item-has-children > a:after {
	content: "";
	display: inline-block;
	margin-left: 7px;
	position: absolute;
	right: 15px;
	bottom: 0;
	top: 0;
	width: 7px;
	height: 7px;
	border-top: 1px solid #9E9E9E;
	border-right: 1px solid #9E9E9E;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: auto 0;
}

.wishbone_mainmenu ul li.menu-item-has-children:hover > a:after {
	border-color: #C39738;
}

.wishbone_mainmenu.text-right {
	float: left;
}

.wishbone_mainmenu.text-right > li {
	float: left;
}

.wishbone_mainmenu.text-left {
	float: right;
}

.wishbone_mainmenu.text-left > li {
	text-align: left;
	float: left;
}

.wishbone_mainmenu.zlrightmenu > li:last-of-type > a {
	padding-right: 0;
}

.wishbone_mainmenu > li > a {
	display: block;
	color: #fff;
	padding: 0 15px;
}

.wishbone_mainmenu > li:hover > a {
	color: #C39738;
}

.wishbone_mainmenu ul {
	visibility: hidden;
	opacity: 0;
	width: auto;
	height: auto;
	margin: 0;
	-webkit-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
	-webkit-transform: translate3d(0,-20px,0);
	-ms-transform: translate3d(0,-20px,0);
	-o-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	position: absolute;
	top: 100%;
	left: -30%;
	right: -30%;
	margin: 0 auto;
	list-style: none;
	background: #232323;
	color: #fff;
	text-align: left;
	z-index: 100;
}

.wishbone_mainmenu ul:after {
	content: "";
	width: 15px;
	height: 15px;
	background: #232323;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	right: 0;
	top: -5px;
	margin: 0 auto;
	z-index: -1;
}

.wishbone_mainmenu li:hover > ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.wishbone_mainmenu ul > li {
	display: block;
	padding: .5px;
	font-size: 13px;
	text-transform: none;
	z-index: 1;
	position: relative;
}

.wishbone_mainmenu ul li > a {
	display: block;
	padding: 10px 15px;
	background: rgba(0,0,0,.1);
	color: #9E9E9E;
}

.wishbone_mainmenu ul li:hover > a {
	color: #C39738;
}

.wishbone_mainmenu ul ul {
	left: 100%;
	right: inherit;
	top: 0;
	min-width: 200px;
}

.wishbone_mainmenu ul ul:after {
	content: none;
}

/* Site INtro */
.fw-heading{
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.fw-special-title{
	margin-top: 0;
	color: #fff;
}

body.light .fw-special-title{
	color: #000;
}

.fw-special-subtitle {
	font-size: 20px;
	line-height: 160%;
}

/* ======================================
HEADER HACKS
====================================== */
/* Header 2 */
.wishbone_header_2 #wishbone_mainheader {
	padding: 70px 0;
}

.wishbone_header_2 .brand{
	text-align: left;
}

.wishbone_header_2 .brand img{
	padding: 0;
}

.wishbone_header_2 .wishbone_mainmenu.text-right{
	float: right!important;
}

.wishbone_header_2 .wishbone_mainmenu > li:last-of-type > a{
	padding-right: 0;
}

.wishbone_header_2 .wishbone_mainmenu > li > a {
	padding: 10px 25px;
}

/* Header 3 */
.wishbone_header_3 #wishbone_mainheader {
	padding: 70px 0 0;
}

.wishbone_header_3 .wishbone_mainmenu {
	margin-top: 50px;
}

.wishbone_header_3 .wishbone_mainmenu > li {
	line-height: normal;
}

.wishbone_header_3 .wishbone_mainmenu > li > a {
	padding: 20px 25px;
}

/* Header 4 */
.wishbone_header_4 #wishbone_mainheader {
	padding-top: 0;
	padding-bottom: 70px;
}

.wishbone_header_4 .wishbone_mainmenu > li {
	line-height: 48px;
}

.wishbone_header_4 .wishbone_bartop {
	margin-bottom: 70px;
	border-bottom: 1px solid rgba(255,255,255, 0.04);
}

.wishbone_header_4 .wishbone_mainmenu > li > a {
	padding: 0 25px;
}

.wishbone_header_4 .brand img {
	max-width: none;
}

.wishbone_header_4 #wishbone_mainheader .column {
	padding-left: 24.99999px;
	padding-right: 24.99999px;
}

.wishbone_header_4_subheader .wishbone_social {
	overflow: hidden;
}

.wishbone_header_4_subheader,.wishbone_header_4_subheader .wishbone_social li {
	line-height: 68px;
	font-size: 16px;
}

.wishbone_header_4_subheader .wishbone_searchform input {
	padding: 5px 15px;
}

/* Header 5 */
.wishbone_header_5 #wishbone_mainheader {
	padding-top: 0;
	padding-bottom: 70px;
}

.wishbone_header_5 .wishbone_mainmenu.text-left{
	float: left;
}

.wishbone_header_5 .wishbone_mainmenu.text-left > li:first-of-type > a{
	padding-left: 0;
}

.wishbone_header_5 .wishbone_mainmenu > li {
	line-height: 48px;
	font-size: 12px;
}

.wishbone_header_5 .wishbone_bartop {
	margin-bottom: 70px;
	border-bottom: 1px solid rgba(255,255,255, 0.04);
}

.wishbone_header_5 .wishbone_mainmenu > li > a {
	padding: 0 25px;
}

.wishbone_header_5 .brand img {
	max-width: none;
	padding: 0;
}

.wishbone_header_5 #wishbone_mainheader .column {
	padding-left: 24.99999px;
	padding-right: 24.99999px;
}

.wishbone_header_5_subheader .wishbone_social {
	overflow: hidden;
}

.wishbone_header_5_subheader {
	line-height: 48px;
	font-size: 16px;
}

.wishbone_header_5 .wishbone_social li {
	font-size: 12px;
}

.wishbone_header_5_subheader .wishbone_searchform input {
	padding: 5px 15px;
}

/* ======================================
Featured Slideshow
====================================== */
.wishbone_herosliderwrapper {
	position: relative;
	min-height: 100px;
	overflow: hidden;
	margin-top: 70px;
}

.wishbone_herosliderwrapper.finallyshowup {
	margin-top: 0;
}

.wishbone_herosliderwrapper.finallyshowup .wishbone_heroslider {
	display: block !important;
}

.wishbone_herosliderwrapper.finallyshowup .cssload-spinner {
	display: none;
}

.wishbone_heroslider {
	position: relative;
	margin-top: 70px;
	display: none !important;
}

.fw-main-row .wishbone_heroslider {
	margin: 0 auto;
}

.wishbone_heroslider .owl-stage {
	padding: 0 0 100px;
}

.wishbone_slideitem {
	max-width: 700px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.owl-item.active.center .wishbone_slideitem {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.wishbone_slideitem img {
	max-width: 700px;
	-webkit-box-shadow: 0 20px 20px 0 rgba(0,0,0,0.2);
	box-shadow: 0 20px 20px 0 rgba(0,0,0,0.2);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	border-radius: 8px;
}

.owl-item.active.center .wishbone_slideitem img {
	-webkit-box-shadow: 0 55px 55px 0 rgba(0,0,0,0.5);
	box-shadow: 0 55px 55px 0 rgba(0,0,0,0.5);
	opacity: .8;
}

.wishbone_slideitem .wishbone_slidehead {
	position: absolute;
	top: 50px;
	left: -18px;
	width: 80%;
}

.wishbone_slidehead h3 {
	font-size: 35px;
	line-height: 100%;
	font-weight: 900;
	-webkit-transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
	-moz-transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
	-o-transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
	transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
/* easeOutQuart */
	-webkit-transition-timing-function: cubic-bezier(0.165,0.840,0.440,1.000);
	-moz-transition-timing-function: cubic-bezier(0.165,0.840,0.440,1.000);
	-o-transition-timing-function: cubic-bezier(0.165,0.840,0.440,1.000);
	transition-timing-function: cubic-bezier(0.165,0.840,0.440,1.000);
/* easeOutQuart */
	opacity: 0;
	-webkit-transform: translate3d(0,100px,0);
	-ms-transform: translate3d(0,100px,0);
	-o-transform: translate3d(0,100px,0);
	transform: translate3d(0,100px,0);
	text-transform: uppercase;
	margin-top: 0;
}

.owl-item.active.center .wishbone_slideitem .wishbone_slidehead h3 {
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
	opacity: 1;
}

.owl-item.active.center .wishbone_slideitem .wishbone_slidehead h3 a:hover {
	text-shadow: 5px 5px 15px rgba(0,0,0,.3);
	color: #C39738;
}

.wishbone_slideitem a {
	color: #fff;
}

.wishbone_slidemeta {
	-webkit-transform: translate3d(0,50px,0);
	-ms-transform: translate3d(0,50px,0);
	-o-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
	margin-bottom: 15px;
	opacity: 0;
	-webkit-transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
	-moz-transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
	-o-transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
	transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
/* easeOutQuart */
	-webkit-transition-timing-function: cubic-bezier(0.165,0.840,0.440,1.000);
	-moz-transition-timing-function: cubic-bezier(0.165,0.840,0.440,1.000);
	-o-transition-timing-function: cubic-bezier(0.165,0.840,0.440,1.000);
	transition-timing-function: cubic-bezier(0.165,0.840,0.440,1.000);
/* easeOutQuart */
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}

.owl-item.active.center .wishbone_slideitem .wishbone_slidemeta {
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}

.wishbone_slidemeta a {
	display: inline-block;
	line-height: 100%;
	padding: 5px 10px;
	color: #fff;
	border: 1px solid #fff;
}

.wishbone_slidemeta a:hover {
	background: #C39738;
	color: #fff;
	border-color: #C39738;
}

.owl-dots {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
}

.owl-dots .owl-dot {
	width: 13px;
	height: 13px;
	border: 1px solid #2F2F2F;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
	display: inline-block;
	margin: 0 7px;
}

.owl-dots .owl-dot:hover {
	background: rgba(255,255,255,.2);
	border-color: rgba(255,255,255,.2);
}

.owl-dots .owl-dot.active {
	background: #C39738;
	border: 1px solid #C39738;
}

/* Nex prev navigation */
.wishbone_heroslider .owl-nav {
	position: absolute;
	width: 0;
	height: 50px;
	line-height: 50px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: visible;
	margin: auto;
}

.wishbone_heroslider .owl-nav div {
	position: absolute;
	width: 156px;
	height: 50px;
	font-weight: 400;
	cursor: pointer;
	text-align: center;
	top: -50px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
}

.wishbone_heroslider .owl-nav .owl-prev {
	right: 330px;
	text-align: right;
}

.wishbone_heroslider .owl-nav .owl-next {
	left: 330px;
	text-align: left;
}

.wishbone_heroslider .owl-nav .owl-prev:before {
	content: "";
	height: 1px;
	width: 0;
	background: #bfbfbf;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	position: relative;
	margin-left: -20px;
	-webkit-transition: all 400ms cubic-bezier(0.86,0,0.07,1);
	transition: all 400ms cubic-bezier(0.86,0,0.07,1);
}

.wishbone_heroslider .owl-nav .owl-prev:hover:before,.wishbone_heroslider .owl-nav .owl-prev:hover:after,.wishbone_heroslider .owl-nav .owl-next:hover:before,.wishbone_heroslider .owl-nav .owl-next:hover:after {
	width: 20px;
}

.wishbone_heroslider .owl-nav .owl-prev:after {
	content: "";
	height: 1px;
	width: 80px;
	background: #bfbfbf;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	-webkit-transition: all 400ms cubic-bezier(0.86,0,0.07,1);
	transition: all 400ms cubic-bezier(0.86,0,0.07,1);
}

.wishbone_heroslider .owl-nav .owl-next:before {
	content: "";
	height: 1px;
	width: 80px;
	background: #bfbfbf;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	-webkit-transition: all 400ms cubic-bezier(0.86,0,0.07,1);
	transition: all 400ms cubic-bezier(0.86,0,0.07,1);
}

.wishbone_heroslider .owl-nav .owl-next:after {
	content: "";
	height: 1px;
	width: 0;
	background: #bfbfbf;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	position: relative;
	margin-right: -20px;
	-webkit-transition: all 400ms cubic-bezier(0.86,0,0.07,1);
	transition: all 400ms cubic-bezier(0.86,0,0.07,1);
}

/* ======================================
WIDE SLIDER
====================================== */
.wishbone_widesliderwrapper {
	position: relative;
	margin: 70px auto;
	width: 100%;
	max-width: 1170px;
	padding: 0 24.99999px;
	min-height: 100px;
}

.fw-main-row .wishbone_widesliderwrapper{
	margin: 0 auto;
}

.wishbone_widesliderwrapper .wishbone_ws_syncronize,.wishbone_widesliderwrapper .wishbone_wideslider {
	display: none;
}

.wishbone_widesliderwrapper.finallyshowup .cssload-spinner {
	display: none;
}

.wishbone_widesliderwrapper.finallyshowup .wishbone_ws_syncronize,.wishbone_widesliderwrapper.finallyshowup .wishbone_wideslider {
	display: block;
}

.wishbone_wideslider {
	position: relative;
}

.wishbone_ws_image img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.wishbone_ws_image {
	margin-left: 30%;
}

.wishbone_ws_syncronize {
	position: absolute;
	bottom: 30px;
	left: 24.99999px;
	width: 70%;
	height: auto;
	z-index: 10;
}

.wishbone_ws_sync_label {
	font-size: 16px;
	font-weight: 300;
}

.wishbone_ws_detailitem {
	padding-top: 50px;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.wishbone_ws_detailitem h2 {
	font-weight: 900;
	margin: 20px 0 15px;
	text-transform: uppercase;
	line-height: 100%;
	letter-spacing: 2px;
	font-size: 40px;
}

.wishbone_ws_detailitem h2 a {
	color: #fff;
}

.wishbone_ws_detailitem h2 a:hover {
	color: #C39738;
}

.wishbone_ws_cat {
	margin-bottom: 30px;
}

.wishbone_ws_cat a {
	display: inline-block;
	line-height: 100%;
	padding: 10px 15px;
	border: 1px solid #fff;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 14px;
}

.wishbone_ws_cat a:hover {
	border-color: #C39738;
	color: #C39738;
}

.wishbone_ws_date {
	margin: 20px 0 30px;
	line-height: 100%;
}

.wishbone_ws_detailsslider .owl-dots,.wishbone_wideslider .owl-dots {
	display: none;
}

/* Trigger thumbs */
.wishbone_ws_thumbswrapper {
	max-width: 450px;
}

body.light .wishbone_ws_thumbswrapper .wishbone_ws_slide_trigger{
	background: #fff!important;
}

.wishbone_ws_thumbswrapper .wishbone_ws_slide_trigger {
	width: 123px;
	height: 78px;
	height: auto;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	cursor: pointer;
	background: #000;
	position: relative;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: 1;
}

.wishbone_ws_slide_trigger:before {
	content: "";
	width: auto;
	height: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 3px solid transparent;
	position: absolute;
	margin: auto;
	-webkit-transition: all 500ms cubic-bezier(0.680,0,0.265,1);
/* older webkit */
	-webkit-transition: all 500ms cubic-bezier(0.680,-0.550,0.265,1.550);
	-moz-transition: all 500ms cubic-bezier(0.680,-0.550,0.265,1.550);
	-o-transition: all 500ms cubic-bezier(0.680,-0.550,0.265,1.550);
	transition: all 500ms cubic-bezier(0.680,-0.550,0.265,1.550);
/* easeInOutBack */
	-webkit-transition-timing-function: cubic-bezier(0.680,0,0.265,1);
/* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.680,-0.550,0.265,1.550);
	-moz-transition-timing-function: cubic-bezier(0.680,-0.550,0.265,1.550);
	-o-transition-timing-function: cubic-bezier(0.680,-0.550,0.265,1.550);
	transition-timing-function: cubic-bezier(0.680,-0.550,0.265,1.550);
/* easeInOutBack */
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	z-index: 2;
}

.wishbone_ws_slide_trigger.active:before {
	border: 3px solid #C39738;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.wishbone_ws_slide_trigger:after {
	content: "";
	position: absolute;
	left: 5px;
	right: -5px;
	top: 5px;
	bottom: -5px;
	width: auto;
	height: auto;
	margin: 0;
	display: block;
	border: 1px solid rgba(255,255,255, 0.04);
	border: 1px solid rgba(255,255,255,.05);
	z-index: -1;
	background: rgba(0,0,0,.1);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.wishbone_ws_slide_trigger img{
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.wishbone_ws_slide_trigger:hover img {
	opacity: .7;
}

.wishbone_ws_thumbswrapper .wishbone_ws_slide_trigger img {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	overflow: hidden;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.wishbone_ws_cat,.wishbone_ws_detailitem h2,.wishbone_ws_date {
	-webkit-transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
	-moz-transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
	-o-transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
	transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
/* easeOutQuart */
	-webkit-transition-timing-function: cubic-bezier(0.165,0.840,0.440,1.000);
	-moz-transition-timing-function: cubic-bezier(0.165,0.840,0.440,1.000);
	-o-transition-timing-function: cubic-bezier(0.165,0.840,0.440,1.000);
	transition-timing-function: cubic-bezier(0.165,0.840,0.440,1.000);
/* easeOutQuart */
	-webkit-transform: translate3d(0,-50px,0);
	-ms-transform: translate3d(0,-50px,0);
	-o-transform: translate3d(0,-50px,0);
	transform: translate3d(0,-50px,0);
	opacity: 0;
	visibility: hidden;
}

.wishbone_ws_cat {
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
}

.wishbone_ws_detailitem h2 {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}

.wishbone_ws_date {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.wishbone_ws_detailsslider {
	padding-top: 50px;
}

.wishbone_ws_detailsslider .active .wishbone_ws_cat {
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	visibility: visible;
	opacity: 1;
}

.wishbone_ws_detailsslider .active .wishbone_ws_detailitem h2 {
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	visibility: visible;
	opacity: 1;
}

.wishbone_ws_detailsslider .active .wishbone_ws_date {
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	visibility: visible;
	opacity: 1;
}

/* ======================================
GRID HERO 1
====================================== */
.wishbone_gridherowrapper {
	width: 100%;
	margin: 70px auto;
	max-width: 1170px;
	padding: 0 18px;
	min-height: 100px;
	position: relative;
}

.fw-main-row .wishbone_gridherowrapper{
	margin: 0 auto;
}

.wishbone_gridherowrapper .wishbone_gh_item {
	display: none;
}

.wishbone_gridherowrapper.finallyshowup .wishbone_gh_item {
	display: block;
}

.wishbone_gridherowrapper.finallyshowup .cssload-spinner {
	display: none;
}

.wishbone_gh_item {
	float: left;
	width: 27.69999%;
	overflow: hidden;
	padding: 5px;
	position: relative;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.wishbone_gh_item:hover {
	-webkit-transform: translate3d(0,-10px,0);
	-ms-transform: translate3d(0,-10px,0);
	-o-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

.wishbone_gh_item > a {
	display: block;
}

.wishbone_gh_big {
	width: 44.599%;
}

.wishbone_gh_item img {
	width: 100%;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	z-index: 0;
}

.wishbone_gh_item:hover img {
	opacity: .5;
}

.wishbone_gh_big img {
	width: 100%;
	max-height: none;
}

.wishbone_gh_cover {
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 5px;
	margin: 0 auto;
	padding: 0 20px 20px;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
	text-align: center;
}

.wishbone_gh_big .wishbone_gh_cover {
	right: 4px;
}

@-moz-document url-prefix() {
  .wishbone_gh_big .wishbone_gh_cover {
    right: 5px;
  }
}

.wishbone_gh_item .wishbone_gh_cover h2 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.wishbone_gh_big .wishbone_gh_cover h2 {
	font-size: 25px;
}

.wishbone_gh_cover ul {
	display: block;
	list-style: none;
	color: #fff;
	margin: 0;
	font-size: 12px;
	text-transform: capitalize;
}

.wishbone_gh_big .wishbone_gh_cover ul {
	font-size: 14px;
}

.wishbone_gh_cover svg {
	fill: #fff;
	margin-right: 5px;
}

.wishbone_gh_cover h2 a {
	color: #fff;
}

.wishbone_gh_formaticon {
	position: absolute;
	right: 20px;
	top: 20px;
	display: block;
	opacity: 1;
	visibility: visible;
}

.wishbone_gh_formaticon svg {
	fill: #fff;
	font-size: 20px;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	z-index: 10;
}

/* ======================================
TWO COLUMNS SLIDER
====================================== */
.wishbone_twocol_sliderwrapper {
	min-height: 100px;
	position: relative;
	margin-top: 70px;
}

.wishbone_twocol_sliderwrapper.finallyshowup {
	min-height: unset;
	position: relative;
	margin-top: 0;
}

.wishbone_twocol_sliderwrapper.finallyshowup .cssload-spinner {
	display: none;
}

.wishbone_twocol_sliderwrapper.finallyshowup .wishbone_twocol_slider {
	display: block !important;
}

.wishbone_twocol_slider {
	width: 100%;
	max-width: 1170px;
	margin: 70px auto 140px;
	padding: 0 25px;
	display: none !important;
}

.fw-main-row .wishbone_twocol_slider{
	margin: 0 auto 70px;
}

.wishbone_twocol_slider .owl-nav div {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	color: #fff;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	z-index: 0;
}

.wishbone_twocol_slider .owl-nav div:before {
	content: "";
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	margin: 10px;
	position: absolute;
	z-index: -1;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.wishbone_twocol_slider .owl-nav div:hover:before {
	background: #C39738 !important;
}

.wishbone_twocol_slider .owl-dots {
	bottom: -50px;
}

.wishbone_twocol_slider .owl-nav .owl-prev {
	left: -30px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.wishbone_twocol_slider .owl-nav .owl-prev:active {
	left: -25px;
}

.wishbone_twocol_slider .owl-nav .owl-next {
	right: -30px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.wishbone_twocol_slider .owl-nav .owl-next:active {
	right: -25px;
}

.wishbone_twocol_slider .owl-nav div:hover {
	border-color: #C39738 !important;
}

.wishbone_ts_item {
	position: relative;
	overflow: hidden;
}

.wishbone_ts_item,.wishbone_ts_item img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.wishbone_ts_item img {
	width: 100%;
	display: block;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 1;
}

.wishbone_ts_item:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .5;
}

.wishbone_ts_item > a {
	display: block;
}

.wishbone_ts_cover {
	position: absolute;
	botom: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	overflow: hidden;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
	text-align: center;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.wishbone_ts_date {
	width: 50px;
	height: auto;
	margin-right: 20px;
	float: left;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-weight: lighter;
	text-transform: uppercase;
}

.wishbone_ts_day {
	border-bottom: 1px solid #fff;
	font-size: 20px;
	padding: 10px;
	font-weight: 700;
}

.wishbone_ts_month {
	padding: 15px 0;
	font-size: 13px;
}

.wishbone_ts_title {
	text-align: left;
	overflow: hidden;
	width: auto;
	margin-left: 20px;
	letter-spacing: 1px;
}

.wishbone_ts_title h2 {
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	overflow: hidden;
	text-transform: uppercase;
	margin: 10px 0;
}

.wishbone_ts_title h2 a {
	color: #fff;
}

.wishbone_ts_title h2:hover a {
	color: #C39738;
}

.wishbone_ts_title .wishbone_gh_meta {
	display: block;
	list-style: none;
	color: #fff;
	margin: 0;
	font-size: 13px;
	text-transform: capitalize;
	margin: 10px 0;
}

.wishbone_ts_title svg {
	fill: #fff;
	margin-right: 5px;
	font-size: 14px;
}

.wishbone_ts_cat {
	margin: 0 0 10px;
	line-height: 100%;
	font-size: 13px;
	letter-spacing: 1px;
}

.wishbone_ts_cat a {
	color: #fff;
}

.wishbone_ts_cat a:hover {
	text-decoration: underline;
}

.wishbone_ts_formicon {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
}

.wishbone_ts_formicon svg {
	fill: #fff !important;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

/* ======================================
ONE COLUMN SLIDER
====================================== */
.wishbone_onecol_sliderwrapper {
    position: relative;
    margin: 70px auto;
    width: 100%;
    max-width: 1170px;
    padding: 0 24.99999px;
    min-height: 100px;
}

.fw-main-row .wishbone_onecol_sliderwrapper{
	margin: 0 auto;
}

.wishbone_verywidethumb{
	max-height: 600px;
	overflow: hidden;
}

.wishbone_verywidethumb img{
	width: 100%;
	object-fit: cover;
	max-height: 600px;
}

.wishbone_onecol_slider .wishbone_ts_cover{
	padding-bottom: 70px;
	color: #fff;
	padding-right: 10%;
}

.wishbone_onecol_slider .wishbone_ts_title h2{
	font-size: 30px;
}

.wishbone_onecol_slider .wishbone_ts_cover p{
	opacity: .8;
	backface-visibility: hidden;
}

.wishbone_onecol_slider .owl-dots{
	bottom: 30px;
}

/* ======================================
CONTENT CONTAINER
====================================== */
.wishbone_maincontainer {
	margin-top: 70px;
}

.wishbone_container{
	overflow: hidden;
}

.wishbone_blogwrapper {
	position: relative;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	min-height: 1px;
	display: block;
}

.wishbone_maincontainer .sidebaroutter {
	position: static;
}

.wishbone_maincontainer > .row > .large-4 + .large-8 > .wishbone_blogwrapper > .wishbone_simgrid_posts,.wishbone_maincontainer > .row > .large-4 + .large-8 > .wishbone_blogwrapper > .wishbone_msn_posts {
	margin-right: 0;
	margin-left: -24.99999px;
}

/* ======================================
INTRO BOX
====================================== */
.wishbone_introbox {
	padding: 50px;
	text-align: center;
	font-size: 30px;
	font-weight: lighter;
	background: #232323;
	letter-spacing: 2px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.wishbone_introbox:before {
	content: "";
	width: auto;
	height: auto;
	border: 1px solid #2B2B2B;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 20px;
	z-index: -1;
}

/* ======================================
ARTICLE LOOP
====================================== */
/* Sticky */
body.dark article.post.sticky{
	border: 2px solid #fff!important;
}

body.light article.post.sticky{
	border: 2px solid #444!important;
}

div > .wishbone_postloop:first-child {
	margin-top: 0;
}

.wishbone_postloop {
	margin: 70px 0;
	position: relative;
	max-width: 730.031px;
	margin-left: auto;
	margin-right: auto;
	margin-right: 10px;
}

.wishbone_blogwrapper .wishbone_postloop:last-of-type {
	margin-bottom: 0;
}

.wishbone_postloop:before {
	content: "";
	display: block;
	width: auto;
	height: auto;
	border: 1px solid rgba(255,255,255, 0.04);
	position: absolute;
	top: 10px;
	left: 10px;
	right: -10px;
	bottom: -10px;
	margin: auto;
	z-index: -1;
}

.wishbone_upinfo {
	margin-bottom: 20px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: 40px;
	z-index: 1;
}

.wishbone_upinfo img {
	border-radius: 90px;
	margin-right: 15px;
	float: left;
}

.wishbone_authorname {
	display: inline-block;
	letter-spacing: 2px;
	vertical-align: top;
	font-size: 14px;
	float: left;
	line-height: normal;
}

.wishbone_authorname a {
	color: #fff;
}

.wishbone_authorname a:hover {
	color: #C39738;
}

.wishbone_authorname div {
	font-size: 12px;
	color: #fff;
	opacity: .7;
}

.wishbone_postthumb {
	margin: 0;
	position: relative;
	z-index: 0;
}

.wishbone_postthumb:before {
	content: "";
	display: block;
	width: auto;
	height: 150px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	background: -moz-linear-gradient(top,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
	opacity: 0;
	-webkit-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.wishbone_postloop:hover .wishbone_postthumb:before {
	opacity: 1;
}

.wishbone_postthumb img {
	max-width: 100% !important;
	height: auto !important;
	width: 100%;
}

.wishbone_innerpost {
	padding: 40px 60px;
	background: #232323;
	position: relative;
	z-index: 1;
}

.wishbone_innerpost:before {
	content: "";
	width: 100%;
	height: 300px;
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	-webkit-transform: skewY(10deg);
	-ms-transform: skewY(10deg);
	-o-transform: skewY(10deg);
	transform: skewY(10deg);
	background: #232323;
	z-index: -1;
}

.wishbone_innerpost:after {
	content: "";
	width: 100%;
	height: 300px;
	position: absolute;
	top: -5px;
	right: 0;
	-webkit-transform: skewY(-10deg);
	-ms-transform: skewY(-10deg);
	-o-transform: skewY(-10deg);
	transform: skewY(-10deg);
	background: #2B2B2B;
	z-index: -2;
}

.wishbone_nothumb .wishbone_innerpost:before,
.wishbone_nothumb .wishbone_innerpost:after{
	content: none;
	display: none;
}

.wishbone_nothumb .wishbone_postidentity{
	top: 20px;
	right: 20px;
}

.wishbone_fakebackground {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background: #232323;
	z-index: -1;
	margin: 0 auto;
	height: 300px;
}

/* POST IDENTITY */
.wishbone_postidentity {
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 40px;
	top: -20px;
	text-align: right;
}

.wishbone_postidentity svg {
	font-size: 30px;
	fill: #000;
	opacity: .3;
}

/* POST DETAILS */
.wishbone_posttitle h2 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 30px;
	line-height: 120%;
	margin: 30px 0;
	text-align: center;
}

.zl404 .wishbone_posttitle h2{
	font-size: 60px;
}

.wishbone_posttitle h2 a {
	color: #C39738;
}

.wishbone_posttitle h2 a:hover {
	color: #fff;
}

.wishbone_postexcerpt {
	margin: 30px 0;
}

.wishbone_postexcerpt p {
	font-size: 16px;
	line-height: 29px;
	color: #A2A2A2;
	font-kerning: auto;
	font-weight: lighter;
}

.wishbone_postcat {
	margin: 30px 0;
	line-height: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.wishbone_postcat a {
	color: #C39738;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid transparent;
	display: inline-block;
	padding: 0 5px;
	line-height: normal;
	font-size: 14px;
	margin: 0 5px !important;
	border-radius: 3px;
}

.wishbone_postcat a:hover {
	color: #fff;
	background: #C39738;
}

.wishbone_postcatdecor {
	position: relative;
	display: inline-block;
	width: auto;
	padding: 0 30px;
}

.wishbone_postcatdecor:before {
	content: "";
	width: 1000px;
	height: 1px;
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: #2F2F2F;
}

.wishbone_postcatdecor:after {
	content: "";
	width: 1000px;
	height: 1px;
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: #2F2F2F;
}

.wishbone_postcatdecor_inner {
	display: inline-block;
}

.wishbone_postcatdecor_inner:before {
	content: "";
	width: 10px;
	height: 10px;
	border: 1px solid #2F2F2F;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.wishbone_postcatdecor_inner:after {
	content: "";
	width: 10px;
	height: 10px;
	border: 1px solid #2F2F2F;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.wishbone_readmore {
	display: block;
	text-align: center;
	margin: 30px 0 0;
	height: 48px;
}

.wishbone_readmore a {
	display: inline-block;
	border-top: 1px solid #2F2F2F;
	border-bottom: 1px solid #2F2F2F;
	padding: 15px 11px;
	line-height: 100%;
	position: relative;
	left: 2px;
	z-index: 0;
	height: 48px;
	letter-spacing: 2px;
	font-size: 14px;
}

.wishbone_readmore svg {
	fill: #C39738;
	color: #C39738;
	font-size: 14px;
	margin-left: 10px;
	-webkit-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}

.wishbone_readmore a:hover svg {
	fill: #fff;
}

.wishbone_readmore a:before {
	content: "";
	width: 34px;
	height: 34px;
	border-left: 1px solid #2F2F2F;
	border-bottom: 1px solid #2F2F2F;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -17px;
	margin: auto 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -1;
}

.wishbone_readmore a:after {
	content: "";
	width: 34px;
	height: 34px;
	border-top: 1px solid #2F2F2F;
	border-right: 1px solid #2F2F2F;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -17px;
	margin: auto 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -1;
}

.wishbone_readmore a,.wishbone_readmore a:before,.wishbone_readmore a:after {
	-webkit-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
	color: #C39738;
	border-color: #C39738;
}

.wishbone_readmore a:hover,.wishbone_readmore a:hover:before,.wishbone_readmore a:hover:after {
	color: #fff;
	border-color: #fff;
}

/* POST FOOTER */
.wishbone_postfooter {
	background: #252525;
	text-align: center;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.wishbone_postfooter .column {
	border-right: 1px solid #212121;
	padding: 15px 0;
}

.wishbone_postfooter .column:nth-child(3) {
	border-right: none;
}

.wishbone_postfooter a,.wishbone_postfooter svg {
	color: #fff;
	fill: #fff;
	font-size: 13px;
	line-height: 14px;
}

.wishbone_postfooter svg {
	margin-right: 7px;
	font-size: 14px;
	vertical-align: middle;
	-webkit-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
	position: relative;
	bottom: 1px;
	display: inline-block;
}

.likedicon svg {
	fill: #C39738;
}

.wishbone_postfooter a:hover,.wishbone_postfooter a:hover svg {
	fill: #C39738 !important;
	color: #C39738;
}

/* POST SHARER */
.wishbone_postsharer {
	display: none;
	position: absolute;
	width: auto;
	height: 100%;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	background: #252525;
	color: #fff;
	padding: 13px 0;
	font-size: 0;
}

.wishbone_postsharer a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 6px;
	position: relative;
	z-index: 0;
	font-size: 14px;
	color: #989898;
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
	opacity: 0;
	text-align: center;
}

.wishbone_postsharer a:before {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 1px solid #3E3E3E;
	-webkit-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}

.wishbone_postsharer a:hover:before {
	border-color: #C39738 !important;
}

.wishbone_share_close {
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto 0;
	cursor: pointer;
}

.wishbone_share_close svg {
	font-size: 20px;
	-webkit-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
	fill: #989898;
}

.wishbone_share_close:hover svg {
	fill: #C39738 !important;
}

/* ======================================
MASONRY LOOP
====================================== */
.wishbone_msn_posts {
	margin-right: -24.99999px;
}

.grid-sizer,.wishbone_masonry_item {
	width: 48.3%;
	float: left;
}

.wishbone_masonry_item {
	margin: 0 0 24.99999px;
	padding: 0 30px;
	font-size: 14px;
	line-height: 26px;
	background: #232323;
	position: relative;
	z-index: 0;
	color: #7B7B7B;
}

.wishbone_masonry_item.wishbone_nothumb{
	margin-top: 24.99999px;
}

.wishbone_no-sidebar .grid-sizer,.wishbone_no-sidebar .wishbone_masonry_item {
	width: 31.1%;
}

.wishbone_masonry_item:before {
	content: "";
	display: block;
	width: auto;
	height: auto;
	border: 1px solid rgba(255,255,255, 0.04);
	position: absolute;
	top: 5px;
	left: 5px;
	right: -5px;
	bottom: -5px;
	margin: auto;
	z-index: -1;
}

.wishbone_msn_postthumb {
	margin: 0 -30px;
}

.wishbone_msn_postthumb img {
	width: 100%;
}

.wishbone_msn_innerpost {
	position: relative;
	padding: 40px 0 0;
}

.wishbone_msn_postformat {
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 42px;
	background: #C39738;
	color: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: -19px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 20px;
}

.wishbone_msn_postformat:before {
	content: "";
	width: auto;
	height: auto;
	position: absolute;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	margin: auto;
	border: 1px solid #C39738;
}

.wishbone_msn_postformat svg {
	fill: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.wishbone_msn_posttime {
	text-align: center;
	margin: 15px 0;
}

.wishbone_msn_posttime a {
	color: #7B7B7B;
	line-height: 100%;
	display: block;
}

.wishbone_msn_posttime a:hover,.wishbone_msn_posttime a:hover svg {
	color: #fff;
	fill: #fff;
}

.wishbone_msn_posttime a svg {
	fill: #7B7B7B;
	font-size: 12px;
	margin-right: 5px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.wishbone_msn_posttitle {
	text-align: center;
}

.wishbone_msn_posttitle h2 {
	font-size: 20px;
	font-weight: 700;
	margin: 20px 0;
	text-transform: uppercase;
}

.wishbone_msn_posttitle h2 a {
	color: #C39738;
}

.wishbone_msn_posttitle h2 a:hover {
	color: #fff;
}

.wishbone_msn_postcat {
	position: relative;
	text-align: center;
	margin: 20px 0;
	overflow: hidden;
}

.wishbone_msn_postcat a:hover {
	color: #fff;
}

.wishbone_msn_postexcerpt,.wishbone_msn_readmore {
	margin: 20px 0;
}

.wishbone_msn_postexcerpt {
	font-size: 15px;
	line-height: 26px;
	font-family: 'Merriweather',serif;
}

.wishbone_msn_postexcerpt p {
	line-height: 180%;
	font-size: 90%;
	font-weight: lighter;
}

.wishbone_msn_readmore {
	text-align: center;
}

.wishbone_msn_readmore a {
	display: inline-block;
	text-align: center;
	border-bottom: 1px solid #C39738;
}

.wishbone_msn_readmore a:hover {
	color: #fff;
	border-color: #fff;
}

.wishbone_msn_readmore a:hover svg {
	fill: #fff;
}

.wishbone_msn_readmore svg {
	fill: #C39738;
}

.wishbone_msn_postfooter {
	margin: 30px -30px 0;
	overflow: hidden;
	background: #272727;
}

.wishbone_msn_postfooter .column {
	padding: 0;
	text-align: center;
}

.wishbone_msn_postfooter .column:nth-child(1) {
	border-right: 1px solid #2F2F2F;
}

.wishbone_msn_postfooter a {
	display: block;
	padding: 15px 20px;
	color: #7B7B7B;
	line-height: 100%;
	letter-spacing: 1px;
	font-size: 13px;
}

.wishbone_msn_postfooter a:hover {
	color: #C39738;
}

.wishbone_msn_postfooter a:hover svg {
	fill: #C39738 !important;
}

.wishbone_msn_postfooter svg {
	fill: #7B7B7B;
	margin-right: 5px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	font-size: 14px;
	vertical-align: middle;
	top: -1px;
	position: relative;
}

.liked svg,.liked:hover svg {
	fill: #C39738 !important;
}

/* ======================================
SIMPLE GRID
====================================== */
.wishbone_simgrid_posts {
	margin-right: -24.99999px;
	-webkit-transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
	-moz-transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
	-o-transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
	transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
/* easeOutQuart */
	-webkit-transition-timing-function: cubic-bezier(0.165,0.840,0.440,1.000);
	-moz-transition-timing-function: cubic-bezier(0.165,0.840,0.440,1.000);
	-o-transition-timing-function: cubic-bezier(0.165,0.840,0.440,1.000);
	transition-timing-function: cubic-bezier(0.165,0.840,0.440,1.000);
/* easeOutQuart */
}

.grid-sizer,.wishbone_simgrid_item {
	width: 48.3%;
	float: left;
}

.wishbone_no-sidebar .grid-sizer,.wishbone_no-sidebar .wishbone_simgrid_item {
	width: 31.1%;
}

.wishbone_simgrid_item {
	margin: 0 0 24.99999px;
	padding: 0 30px;
	font-size: 14px;
	line-height: 26px;
	background: #232323;
	position: relative;
	z-index: 0;
	color: #7B7B7B;
	overflow: hidden;
}

.wishbone_simgrid_postthumb {
	margin: 0 -30px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.wishbone_simgrid_postthumb:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	height: 100px;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
	text-align: center;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	z-index: 1;
}

.wishbone_simgrid_postthumb img {
	width: 100%;
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.wishbone_simgrid_postthumb:hover img {
	width: 100%;
	opacity: .5;
	-webkit-transform: scale(112);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.wishbone_simgrid_author {
	position: absolute;
	top: -32.5px;
	left: -5px;
	height: 60px;
	width: auto;
	z-index: 2;
}

.wishbone_simgrid_author img {
	border-radius: 90px;
	float: left;
	margin-right: 10px;
	width: auto;
	vertical-align: top;
	width: 65px;
	height: 65px;
	border: 5px solid rgba(255,255,255, 0.04);
}

.wishbone_simgrid_authorname {
	float: right;
	vertical-align: top;
}

.wishbone_simgrid_authorname a {
	color: #fff;
	line-height: 100%;
}

.wishbone_simgrid_innerpost {
	position: relative;
	padding: 40px 0 0;
}

.wishbone_simgrid_postformat {
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 46px;
	background: #C39738;
	color: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: -19px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 20px;
}

.wishbone_simgrid_postformat:before {
	content: "";
	width: auto;
	height: auto;
	position: absolute;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	margin: auto;
	border: 1px solid #C39738;
}

.wishbone_simgrid_postformat svg {
	fill: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.wishbone_simgrid_posttime {
	margin: 20px 0 15px;
	font-size: 12px;
}

.wishbone_simgrid_posttime a {
	color: #7B7B7B;
	line-height: 100%;
	display: block;
}

.wishbone_simgrid_posttime a:hover {
	color: #C39738;
}

.wishbone_simgrid_posttime a:hover svg {
	fill: #C39738;
}

.wishbone_simgrid_posttime a svg {
	fill: #7B7B7B;
	font-size: 12px;
	margin-right: 5px;
}

.wishbone_simgrid_posttitle h2 {
	font-size: 20px;
	font-weight: 700;
	margin: 20px 0;
	border-left: 2px solid #C39738;
	padding-left: 10px;
	text-transform: uppercase;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.wishbone_simgrid_posttitle h2:hover {
	border-color: #fff;
}

.wishbone_simgrid_posttitle h2 a {
	color: #C39738;
}

.wishbone_simgrid_posttitle h2 a:hover {
	color: #fff;
}

.wishbone_simgrid_postcat {
	position: relative;
	margin: 20px 0;
	line-height: 100%;
	font-size: 13px;
}

.wishbone_simgrid_postcat a,.wishbone_simgrid_postcat svg {
	color: #7B7B7B;
	fill: #7B7B7B;
	line-height: 100%;
	display: inline-block;
}

.wishbone_simgrid_postcat a:hover {
	color: #C39738;
}

.wishbone_simgrid_postcat svg {
	margin-right: 5px;
}

.wishbone_simgrid_postcat:hover svg {
	fill: #C39738;
}

.wishbone_simgrid_postexcerpt,.wishbone_simgrid_readmore {
	margin: 20px 0;
}

.wishbone_simgrid_postexcerpt {
	font-size: 16px;
	line-height: 27px;
}

.wishbone_simgrid_postfooter {
	margin: 30px -30px 0;
	overflow: hidden;
	background: #272727;
}

.wishbone_simgrid_postfooter .column {
	padding: 0;
	text-align: center;
}

.wishbone_simgrid_postfooter .column:nth-child(1) {
	border-right: 1px solid #2F2F2F;
}

.wishbone_simgrid_postfooter a {
	display: block;
	padding: 15px 20px;
	color: #7B7B7B;
	line-height: 100%;
	letter-spacing: 1px;
	font-size: 12px;
}

.wishbone_simgrid_postfooter a:hover {
	color: #C39738;
}

.wishbone_simgrid_postfooter a:hover svg {
	fill: #C39738;
}

.wishbone_simgrid_postfooter svg {
	fill: #7B7B7B;
	margin-right: 5px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	font-size: 14px;
	vertical-align: middle;
	top: -1px;
	position: relative;
}

/* ======================================
SUPER SIMPLE LIST LOOP
====================================== */
.wishbone_blogwrapper > .wishbone_supsim_item:nth-of-type(1) {
	padding-top: 0;
}

.wishbone_supsim_item {
	position: relative;
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
	padding: 70px 0;
	border-bottom: 1px solid rgba(255,255,255, 0.04);
	color: #909090;
}

.wishbone_supsim_posttitle h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 146%;
	text-transform: uppercase;
	margin: 0;
}

.wishbone_supsim_posttitle h2 a {
	color: #C39738;
}

.wishbone_supsim_posttitle h2 a:hover {
	color: #fff;
}

.wishbone_supsim_postcat,.wishbone_supsim_posttime {
	line-height: 100%;
	margin-bottom: 15px;
	font-size: 14px;
}

.wishbone_supsim_postexcerpt {
	font-family: 'Merriweather',serif;
}

.wishbone_supsim_postexcerpt p {
	font-size: 16px;
	line-height: 27px;
}

.wishbone_supsim_postcat a,.wishbone_supsim_posttime a,.wishbone_supsim_posttime svg,.wishbone_supsim_postcat svg {
	color: #7B7B7B;
	fill: #7B7B7B;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	line-height: 100%;
}

.wishbone_supsim_postcat a:hover,.wishbone_supsim_posttime a:hover {
	color: #C39738;
}

.wishbone_supsim_postcat:hover svg,.wishbone_supsim_posttime:hover svg {
	fill: #C39738;
}

.wishbone_supsim_readmore {
	line-height: 100%;
	vertical-align: top;
}

.wishbone_supsim_readmore svg,.wishbone_supsim_readmore a {
	fill: #fff;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 100%;
	display: inline-block;
}

.wishbone_supsim_readmore:hover svg,.wishbone_supsim_readmore:hover a {
	color: #C39738;
	fill: #C39738 !important;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.wishbone_supsim_footer {
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 100%;
}

.wishbone_supsim_footer a {
	color: #7B7B7B;
	display: inline-block;
	margin-right: 15px;
}

.wishbone_supsim_footer a:hover,.wishbone_supsim_footer a:hover svg {
	color: #C39738;
	fill: #C39738;
}

.wishbone_supsim_footer svg {
	fill: #7B7B7B;
	margin-right: 2.5px;
}

.wishbone_supsim_bottom {
	margin-top: 20px;
	text-transform: uppercase;
}

/* ======================================
CLASSIC LOOP
====================================== */
.wishbone_list_item {
	position: relative;
	background: #232323;
	margin-bottom: 50px;
}

.wishbone_list_innerpost {
	padding: 40px 20px 0;
}

.wishbone_list_posttitle {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid #C39738;
	position: relative;
}

.wishbone_list_posttitle .wishbone_upinfo {
	left: inherit;
	top: inherit;
	margin: 0;
	font-size: 14px;
	line-height: 25x;
	position: relative;
	font-size: 14px;
	color: #4C4C4C;
}

.wishbone_list_posttime em {
	margin-right: 3px !important;
}

.wishbone_list_posttitle .wishbone_upinfo a em {
	color: #4C4C4C;
}

.wishbone_list_posttitle .wishbone_upinfo .wishbone_authorname {
	letter-spacing: normal;
	margin-right: 15px;
}

.wishbone_list_posttitle .wishbone_upinfo img {
	margin-right: 10px;
}

.wishbone_list_innerpost img.wp-post-image{
	margin-bottom: 20px;
	width: 100%;
}

.wishbone_list_posttitle .wishbone_upinfo a {
	color: #7B7B7B;
}

.wishbone_list_posttitle .wishbone_upinfo a:hover {
	color: #C39738;
}

.wishbone_list_posttitle h2 {
	font-size: 25px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 130%;
	margin-top: 10px;
	margin-bottom: 0;
}

.wishbone_list_posttitle h2 a:hover {
	color: #fff;
}

.wishbone_list_posttime {
	font-size: 14px;
	margin-bottom: 15px;
}

.wishbone_list_posttime a {
	color: #7b7b7b;
}

.wishbone_list_posttime svg {
	fill: #7b7b7b;
	margin-right: 3px;
	font-size: 14px;
}

.wishbone_list_posttime a:hover,.wishbone_list_posttime a:hover svg,.wishbone_list_posttime svg:hover {
	color: #C39738;
	fill: #C39738;
}

.wishbone_list_date {
	display: inline-block;
	margin-right: 10px;
}

.wishbone_list_category:hover svg,.wishbone_list_category:hover a {
	color: #C39738;
	fill: #C39738;
}

.wishbone_list_bottom {
	margin-top: 30px;
	border-top: 1px solid #2F2F2F;
	font-size: 14px;
	letter-spacing: 1px;
}

.wishbone_list_bottom .right,.wishbone_list_bottom .left {
	width: 50%;
}

.wishbone_list_more {
	display: block;
	padding: 15px 45px;
	text-align: center;
	border-left: 1px solid #2F2F2F;
	color: #7b7b7b;
	text-transform: uppercase;
}

.wishbone_list_more svg {
	margin-left: 10px;
	fill: #7b7b7b;
	-webkit-transition: fill .2s;
	-o-transition: fill .2s;
	transition: fill .2s;
}

.wishbone_list_more:hover {
	background: #C39738;
	color: #fff;
}

.wishbone_list_more:hover svg {
	fill: #fff;
}

.wishbone_list_bottom .left {
	padding: 15px 45px;
}

.wishbone_list_readmore.left a {
	color: #7b7b7b;
}

.wishbone_list_readmore.left .sl-wrapper {
	margin-right: 35px;
}

.wishbone_list_readmore.left svg {
	fill: #7b7b7b;
	-webkit-transition: fill .2s;
	-o-transition: fill .2s;
	transition: fill .2s;
	margin-right: 3px;
}

.wishbone_list_readmore a:hover,.wishbone_list_readmore a:hover svg,.wishbone_list_readmore a:hover .sl-wrapper svg {
	color: #C39738;
	fill: #C39738;
}

.wishbone_list_postexcerpt p {
	font-size: 16px;
	line-height: 30px;
	font-family: 'Merriweather',serif;
}

/* ======================================
LOOP PAGINATION
====================================== */
.wishbone_pagination {
	margin-top: 70px;
}

.wishbone_paging {
	list-style: none;
	margin: 0;
	text-align: center;
}

.wishbone_paging li {
	display: inline-block;
	margin: 0 6px;
}

.wishbone_paging li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: relative;
	color: #BFBFBF;
	font-size: 14px;
}

.wishbone_paging li a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border: 1px solid #2F2F2F;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}

.wishbone_paging li a:hover,.wishbone_paging li a:hover:before,.wishbone_paging li a.current,.wishbone_paging li a.current:before {
	border-color: #C39738;
	color: #C39738;
}

/* ======================================
AJAX PAGINATION
====================================== */
.wishbone_loadmorebutton {
	display: block;
	width: 120px;
	height: 120px;
	text-transform: uppercase;
	text-align: center;
	line-height: 120px;
	border: 1px solid #C39738;
	color: #C39738;
	margin: 50px auto 0;
	border-radius: 120px;
	font-size: 14px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.wishbone_loadmorebutton:hover {
	color: #fff;
	border-color: #fff;
}

.wishbone_loadmorebutton.isdead {
	border-color: #fff;
	color: #fff;
	cursor: default;
	opacity: .1;
}

/* ======================================
NEXT PREV PAGINATION
====================================== */
.nextprev div {
	min-height: 1px;
}

.nextprev.wishbone_stretchright {
	margin-right: -40px;
	margin-top: 25px;
}

.nextprev a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 20px;
	background: #232323;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	font-size: 14px;
}

.nextprev a:after {
	content: "";
	display: block;
	width: auto;
	height: auto;
	border: 1px solid rgba(255,255,255, 0.04);
	position: absolute;
	top: 10px;
	left: 10px;
	right: -10px;
	bottom: -10px;
	margin: auto;
	z-index: -1;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.nextprev a:hover {
	background: #C39738;
}

.nextprev a:hover:after {
	border-color: #C39738;
}

.wishbone_prev a:before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	left: 30px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.wishbone_next a:before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ======================================
NOT FOUND
====================================== */
.searchnotfound .wishbone_innerpost:before,.searchnotfound .wishbone_innerpost:after {
	content: none;
}

.wishbone_postloop.searchnotfound{
	margin-bottom: 70px!important
}

/* ======================================
TYPOGRAPHY
====================================== */
dd {
	margin-left: 20px;
	font-size: 85%;
	font-style: italic;
}

dt {
	margin: 20px 0;
}

table{
	border-collapse: collapse;
 	width: 100%;
 	margin: 20px 0;
}

tr{
	border: 1px solid rgba(0,0,0,.2);
}

th, td {
	border: 1px solid rgba(0,0,0,.2);
	padding: 10px;
 	text-align: left;
}

.wishbone_typography input:not([type="button"]) {
	width: 100%;
	margin: 15px auto;
	display: block;
	padding: 15px 20px;
	border-radius: 5px;
	border: 2px solid rgba(255,255,255,.05);
	-webkit-box-shadow: none;
	box-shadow: none;
	background: rgba(0,0,0,.15);
	outline-color: #C39738;
}

.large-8 .wishbone_typography > p:first-child {
	margin-top: 0;
}

.wishbone_postexcerpt,.wishbone_typography {
	font-family: 'Merriweather',serif;
	font-weight: lighter;
	font-size: 17px;
	line-height: 29px;
}

.wishbone_typography p {
	margin: 35px 0;
	font-size: 17px;
	line-height: 35px;
	font-weight: lighter;
}

.wishbone_typography li {
	margin: 10px 0;
}

.wishbone_typography blockquote {
	padding: 20px;
	border: none;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 0;
}

.wishbone_typography blockquote p {
	margin: 0;
	font-size: 25px;
	line-height: 37px;
	font-style: italic;
	color: #fff;
}

.wishbone_typography blockquote:before {
	content: "";
	width: 100px;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	z-index: -1;
	border-top: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid rgba(255,255,255,.2);
}

a.nopseudo:before,a.nopseudo:after {
	content: none !important;
}

a.wishbone_iszoomable {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.haspinbutton .alignright + .pin {
	left: 40px!important;
}

.wishbone_typography img {
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

a.wishbone_iszoomable img:hover {
	opacity: .7;
}

/* Wide article styling */
.wishbone_widearticle_content {
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.wishbone_widearticle_content.loaded {
	visibility: visible;
	opacity: 1;
}

.wishbone_widearticle_content a {
	color: #C39738;
	position: relative;
}

.wishbone_widearticle_content a:hover {
	color: #fff;
}

.wishbone_widearticle_content a:before,.wishbone_widearticle_content a:after {
	content: "";
	left: 0;
	right: 0;
	height: 1px;
	background: #C39738;
	position: absolute;
	opacity: 0;
	-webkit-transform: translate3d(0,30px,0);
	-ms-transform: translate3d(0,30px,0);
	-o-transform: translate3d(0,30px,0);
	transform: translate3d(0,30px,0);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	top: 0;
	left: 0;
	z-index: -1;
}

.wishbone_widearticle_content a:after {
	bottom: -2px;
	top: inherit;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	margin: 0 auto;
	left: 10px;
	right: 10px;
}

.wishbone_widearticle_content a:hover:before,.wishbone_widearticle_content a:hover:after {
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
	background: #fff;
}

.wishbone_widearticle_content a:hover:after {
	left: 0;
	right: 0;
}

figure {
	max-width: 100%;
	margin: 30px 0;
}

figure.wp-caption.alignnone{
	width: 100%!important;
}

figure.wp-caption.alignnone .imgPinWrap{
	width: 100%!important;
}

figure.wp-caption.alignnone img{
	width: 100%!important;
	max-width: none!important;
}

.wp-caption-text {
	padding: 10px;
	font-size: 14px;
	color: #7b7b7b;
	text-align: center;
	font-family: "Open Sans",sans-serif;
}

.wishbone_single_excerpt {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.wishbone_widearticle_content,.wishbone_widearticle_content p {
	font-size: 18px;
	line-height: 32px;
}

.wishbone_widearticle_content p {
	margin: 40px 0;
}

.wishbone_maincontainer input[type="submit"],
.wishbone_maincontainer input[type="button"],
.wishbone_maincontainer button,.wishbone_maincontainer input[type="reset"] {
	text-decoration: none;
	display: block;
	width: 100%;
	max-width: none;
	height: 100px;
	line-height: 95px;
	padding: 0 30px;
	text-align: center;
	background: none;
	color: #797979;
	border: 5px solid #eee;
	border: 5px solid rgba(0,0,0,.1);
	-webkit-transition: all .7s cubic-bezier(0.215,0.610,0.355,1.000);
	-moz-transition: all .7s cubic-bezier(0.215,0.610,0.355,1.000);
	-o-transition: all .7s cubic-bezier(0.215,0.610,0.355,1.000);
	transition: all .7s cubic-bezier(0.215,0.610,0.355,1.000);
/* easeOutCubic */
	-webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
	-moz-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
	-o-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
	transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
/* easeOutCubic */
	clear: both;
	font-family: 'Helvetica Neue',Arial,san-serif;
	letter-spacing: 4px;
	font-weight: bolder;
	border-radius: 0;
	text-transform: uppercase;
	margin-top: 30px;
	font-size: 18px;
	outline: none;
}

.wishbone_maincontainer input[type="submit"]:hover,.wishbone_maincontainer input[type="submit"]:active,.wishbone_maincontainer input[type="submit"]:focus,.wishbone_maincontainer input[type="button"]:hover,.wishbone_maincontainer input[type="button"]:active,.wishbone_maincontainer input[type="button"]:focus,.wishbone_maincontainer input[type="submit"]:hover,.wishbone_maincontainer input[type="submit"]:active,.wishbone_maincontainer input[type="submit"]:focus,.wishbone_maincontainer input[type="reset"]:hover,.wishbone_maincontainer input[type="reset"]:active,.wishbone_maincontainer input[type="reset"]:focus {
	border-color: #C39738;
	color: #C39738;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.wishbone_maincontainer input[type="text"],
.wishbone_maincontainer input[type="password"],
.wishbone_maincontainer input[type="date"],
.wishbone_maincontainer input[type="datetime"],
.wishbone_maincontainer input[type="datetime-local"],
.wishbone_maincontainer input[type="month"],
.wishbone_maincontainer input[type="week"],
.wishbone_maincontainer input[type="email"],
.wishbone_maincontainer input[type="number"],
.wishbone_maincontainer input[type="search"],
.wishbone_maincontainer input[type="tel"],
.wishbone_maincontainer input[type="time"],
.wishbone_maincontainer input[type="url"],
.wishbone_maincontainer input[type="color"],
.wishbone_maincontainer textarea {
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
	box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
	border: 1px solid transparent;
	padding: 15px;
	height: auto;
	display: block;
	background: transparent;
	border-radius: 8px;
	outline: none;
	background: rgba(0,0,0,.2);
	width: 100%;
}

.wishbone_maincontainer input[type="text"]:active,.wishbone_maincontainer input[type="password"]:active,.wishbone_maincontainer input[type="date"]:active,.wishbone_maincontainer input[type="datetime"]:active,.wishbone_maincontainer input[type="datetime-local"]:active,.wishbone_maincontainer input[type="month"]:active,.wishbone_maincontainer input[type="week"]:active,.wishbone_maincontainer input[type="email"]:active,.wishbone_maincontainer input[type="number"]:active,.wishbone_maincontainer input[type="search"]:active,.wishbone_maincontainer input[type="tel"]:active,.wishbone_maincontainer input[type="time"]:active,.wishbone_maincontainer input[type="url"]:active,.wishbone_maincontainer input[type="color"]:active,.wishbone_maincontainer textarea:active,.wishbone_maincontainer input[type="text"]:focus,.wishbone_maincontainer input[type="password"]:focus,.wishbone_maincontainer input[type="date"]:focus,.wishbone_maincontainer input[type="datetime"]:focus,.wishbone_maincontainer input[type="datetime-local"]:focus,.wishbone_maincontainer input[type="month"]:focus,.wishbone_maincontainer input[type="week"]:focus,.wishbone_maincontainer input[type="email"]:focus,.wishbone_maincontainer input[type="number"]:focus,.wishbone_maincontainer input[type="search"]:focus,.wishbone_maincontainer input[type="tel"]:focus,.wishbone_maincontainer input[type="time"]:focus,.wishbone_maincontainer input[type="url"]:focus,.wishbone_maincontainer input[type="color"]:focus,.wishbone_maincontainer textarea:focus {
	border-color: #C39738;
}

/* Search */
.notfoundsearchform {
	position: relative;
}

/* GLOBAL TYPOGRAPHY */
.notfoundsearchform button {
	display: block;
	width: 100px;
	height: 48px;
	text-align: center;
	line-height: 52px;
	background: #C39738;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3px;
	margin: auto 0;
	border-radius: 0 6px 6px 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: 1;
	outline: none;
	border: none;
}

.notfoundsearchform button:hover {
	opacity: .8;
}

.notfoundsearchform button svg {
	fill: #fff!important;
}

.alignleft {
	float: left;
	margin: 7px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 7px 0 20px 20px;
}

.aligncenter{
	float: none;
	margin: 7px auto;
	max-width: 100%;
	width: auto;
}

/* Wide Template */
.nomargintop {
	margin-top: 0;
}

.wishbone_widearticleheader {
	text-align: center;
	padding: 150px 0;
	font-size: 16px;
	font-family: "Open Sans",sans-serif;
	margin-bottom: 60px;
	z-index: 0;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.page .wishbone_widearticleheader{
	padding: 150px 0;
}

.wishbone_widearticleheader[data-background=""]{
	border-bottom: 1px solid rgba(255,255,255, 0.04);
}

.wishbone_widearticleheader[data-background=""]:before {
	content: none;
}

.wishbone_widearticleheader:before {
	content: "";
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	margin: auto;
	background: #1D1D1D;
	opacity: .5;
	z-index: -1;
}

.wishbone_widearticleheader h1 {
	color: #fff;
	font-weight: 700;
	margin: 0;
	font-size: 45px;
	letter-spacing: normal;
	z-index: 1;
	position: relative;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.wishbone_widecle_cat {
	margin: 0 0 30px;
	z-index: 1;
	position: relative;
}

.wishbone_widecle_cat a {
	display: inline-block;
	margin: 0 3px;
	padding: 10px 20px;
	background: #C39738;
	border-radius: 3px;
	line-height: 100%;
	color: #fff;
}

.wishbone_widecle_cat a:hover {
	background: #fff;
	color: #000;
}

.wishbone_widecle_meta {
	font-size: 14px;
	margin: 30px 0 0;
	line-height: 100%;
	letter-spacing: 1px;
	z-index: 1;
	position: relative;
}

.wishbone_widecle_meta > * {
	display: inline-block;
	margin: 0 3px;
	padding: 10px 20px;
	background: rgba(0,0,0,.4);
	border-radius: 3px;
	line-height: 100%;
	color: #fff;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.wishbone_widecle_meta > :hover {
	background: rgba(0,0,0,.8);
}

.wishbone_widecle_meta a,.wishbone_widecle_meta svg {
	color: #fff;
	fill: #fff;
}

.wishbone_widecle_meta svg {
	margin-right: 3px;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
POST GALLERY: Slide
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.post-gallery {
	position: relative;
	overflow: hidden;
}

.post-gallery img {
	line-height: 0;
	margin-bottom: 0 !important;
}

.post-gallery .imgPinWrap {
	display: block;
	width: 100%;
}

.post-gallery .owl-dots{
	position: relative;
	margin-top: 20px;
}

.wishbone_post_gallery_caption {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 300px;
	height: auto;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
	width: auto;
	background: #000;
	background: rgba(0,0,0,.7);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	border-radius: 5px;
}

/* Article Footer */
.wishbone_articlebottom {
	margin-top: 60px;
	border-bottom: 1px solid #333;
	position: relative;
	top: -1px;
}

.large-8 .wishbone_articlebottom {
	position: relative;
}

.wishbone_articlefooter {
	border: 1px solid #333;
	border-bottom: none;
	max-width: 800px;
	margin: 0 auto;
	font-size: 14px;
	font-family: "Open Sans",sans-serif;
}

.wishbone_tags {
	line-height: 100%;
	padding: 15px 0;
}

.wishbone_tags a {
	display: inline-block;
	margin: 2px;
	line-height: 100%;
	padding: 5px 10px;
	background: #2F2F2D;
	color: #fff;
	border-radius: 3px;
	letter-spacing: 1px;
	font-size: 13px;
}

.wishbone_tags a:nth-child(2) {
	margin-left: 0;
}

.wishbone_tags a:hover {
	background: #C39738;
	color: #fff;
}

.wishbone_articlefooter svg {
	fill: #fff;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	line-height: 24px;
	position: relative;
	top: -1.5px;
}

/* Shortlink */
.wishbone_shortlink {
	border-left: 1px solid #333;
	padding: 13px 25px;
	line-height: 100%;
	overflow: hidden;
}

.large-8 .wishbone_shortlink {
	padding: 12px 25px;
}

.wishbone_shortlinkbox {
	background: rgba(0,0,0,.2);
	width: auto;
	height: 33px;
	padding: 0 15px;
	margin: 0 auto;
	line-height: 33px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 13px;
	cursor: pointer;
	position: relative;
	border-radius: 90px;
	z-index: 0;
}

.wishbone_totalshare {
	height: 33px;
	font-size: 18px;
	line-height: 33px;
	font-weight: 700;
}

.large-8 .wishbone_totalshare {
	font-size: 16px;
	display: inline-block;
}

.wishbone_totalshare span {
	font-weight: 300;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 14px;
	line-height: 100%;
}

.large-8 .wishbone_totalshare span {
	font-size: 12px;
	display: inline-block;
}

.wishbone_shortlinkbox:after {
	content: "";
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background: -moz-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=1);
	z-index: 1;
}

/* Share */
.wishbone_articlefootershare {
	padding: 15px 0;
	border-top: 1px solid #333;
	overflow: hidden;
	position: relative;
}

.wishbone_articlefootershare a {
	display: inline-block;
	padding: 10px 20px 10px 5px;
	background: #C39738;
	color: #fff;
	margin-right: 10px;
	line-height: 100%;
	border-radius: 3px;
	width: 130px;
	text-align: center;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.wishbone_articlefootershare a:last-of-type {
	margin-right: 0;
}

.large-8 .wishbone_articlefootershare a {
	width: auto;
	padding: 10px 30px 10px 14px;
}

.wishbone_articlefootershare a:hover {
	opacity: .7;
}

.wishbone_articlefootershare a span {
	margin-right: 10px;
	display: inline-block;
}

.wishbone_articlefootershare a.facebook {
	background: #3b5998;
}

.wishbone_articlefootershare a.twitter {
	background: #00aced;
}

.wishbone_articlefootershare a.pinterest {
	background: #cb2027;
}

.wishbone_articlefootershare a.gplus {
	background: #dd4b39;
}

.wishbone_articlefootershare a.linkedin {
	background: #007bb6;
}

.addthis_sharing_toolbox {
	display: inline-block;
	height: 100%;
	overflow: hidden;
	vertical-align: middle;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto 0;
}

.at-share-tbx-element {
	height: 32px;
	overflow: hidden;
}

.addthis_sharing_toolbox a {
	padding: 0;
	background: transparent;
	margin: 0 !important;
}

.at-share-tbx-element.addthis_32x32_style .at-share-btn {
	max-width: none !important;
	max-height: none !important;
	width: auto;
}

.addthis_sharing_toolbox .at-icon-wrapper {
	margin: 0 !important;
	line-height: 100% !important;
	height: 65px !important;
	width: 65px !important;
}

.addthis_sharing_toolbox .at-icon-wrapper svg {
	margin: 0 !important;
	line-height: 100% !important;
	height: 100% !important;
}

.addthis_sharing_toolbox .at-share-tbx-element {
	height: 100%;
}

/* ======================================
AUTHOR INFO
====================================== */
.wishbone_articleauthorinfo {
	border-top: 1px solid #333;
	padding: 30px 0;
}

.wishbone_articleauthorinfo p {
	margin: 0 0 7px;
	font-size: 14px;
	line-height: 24px;
}

.wishbone_articleauthorinfo .ain {
	display: block;
	margin-bottom: 7px;
	line-height: 100%;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 400;
}

.wishbone_articleauthorinfo .ain a {
	color: #fff;
}

.wishbone_articleauthorinfo .ain a:hover {
	text-decoration: underline;
	color: #C39738;
}

.wishbone_authorwriterava img {
	border-radius: 100px;
}

.wishbone_author_social {
	display: block;
	list-style: none;
	margin: 7px 0 0;
	overflow: hidden;
}

.wishbone_author_social li {
	display: block;
	float: left;
	font-size: 16px;
	margin: 0 15px 0 0;
}

.wishbone_author_social li a {
	color: #fff;
}

.wishbone_author_social li a:hover {
	color: #C39738;
}

/* ======================================
PAGE
====================================== */
.page:not(.page-template-template-home) .wishbone_blogwrapper {
	padding-bottom: 40px;
	border-bottom: 1px solid #333;
}

.fw-container{
	max-width: 1170px;
}

.fw-col-xs-1, .fw-col-sm-1, .fw-col-md-1, .fw-col-lg-1, .fw-col-xs-2, .fw-col-sm-2, .fw-col-md-2, .fw-col-lg-2, .fw-col-xs-3, .fw-col-sm-3, .fw-col-md-3, .fw-col-lg-3, .fw-col-xs-4, .fw-col-sm-4, .fw-col-md-4, .fw-col-lg-4, .fw-col-xs-5, .fw-col-sm-5, .fw-col-md-5, .fw-col-lg-5, .fw-col-xs-6, .fw-col-sm-6, .fw-col-md-6, .fw-col-lg-6, .fw-col-xs-7, .fw-col-sm-7, .fw-col-md-7, .fw-col-lg-7, .fw-col-xs-8, .fw-col-sm-8, .fw-col-md-8, .fw-col-lg-8, .fw-col-xs-9, .fw-col-sm-9, .fw-col-md-9, .fw-col-lg-9, .fw-col-xs-10, .fw-col-sm-10, .fw-col-md-10, .fw-col-lg-10, .fw-col-xs-11, .fw-col-sm-11, .fw-col-md-11, .fw-col-lg-11, .fw-col-xs-12, .fw-col-sm-12, .fw-col-md-12, .fw-col-lg-12, .fw-col-xs-15, .fw-col-sm-15, .fw-col-md-15, .fw-col-lg-15{
	padding-left: 24.99999px;
	padding-right: 24.99999px;
}

.fw-main-row {
	margin-top: 70px;
	margin-bottom: 70px;
}

.fw-main-row[style]{
	margin-top: 0;
	margin-bottom: 0;
	padding: 70px 0;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 0;
}

.fw-main-row[style]:before{
	content:"";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	margin: auto;
	background: #1D1D1D;
	opacity: .85;
	z-index: -1;
}

body.light .fw-main-row[style]:before{
	background: #fff;
	opacity: .65;
}

.fw-row .row{
	margin-left: -24.99999px;
	margin-right: -24.99999px;
}

.fw-container-fluid{
	padding: 0;
}

.fw-page-builder-content {
    margin-left: -15px;
    margin-right: -15px;
}

.large-15{
	width: calc(100% / 5);
}

/* ======================================
COMMENTS
====================================== */
.wishbone_commentboxwrapper {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 70px 0;
}

.wishbone_commentboxwrapper h3#reply-title,.wishbone_commentboxwrapper h3.comments-title {
	font-size: 25px;
	margin: 0 0 15px;
	color: #fff;
	line-height: 100%;
}

.wishbone_commentboxwrapper h3.comments-title {
	margin: 0 0 30px;
	line-height: 100%;
}

#comments .comment-list + .comment-respond h3 {
	margin-top: 30px;
}

.wishbone_commentboxwrapper h3.comments-title span {
	line-height: 100%;
}

.wishbone_commentboxwrapper h3 svg {
	font-size: 25px;
	margin-right: 10px;
	vertical-align: top;
	line-height: 25px;
}

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

.comment-meta {
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 14px;
}

.comment-metadata {
	font-size: 12px;
}

.comment-metadata a {
	color: #7b7b7b;
}

.comment-metadata > a:first-child {
	margin-right: 10px;
}

.comment-metadata a:hover {
	color: #C39738;
}

.comment-author.vcard {
	position: relative;
}

.comment-author.vcard img {
	border-radius: 90px;
	float: left;
	margin-right: 15px;
	vertical-align: top;
}

.comment-content {
	font-family: "Merriweather",serif;
}

.comment-content p {
	font-size: 16px;
	line-height: 27px;
	margin: 20px 0;
	font-weight: lighter;
}

.comment-awaiting-moderation {
	margin: 0;
	font-style: italic;
}

.comment-content .morelink {
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
	text-decoration: underline;
}

.comment-content .morelink:hover {
	color: #fff;
}

.comment-content blockquote {
	padding: 20px;
	border: none;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 0;
}

.comment-content blockquote p {
	margin: 0;
	font-size: 25px;
	line-height: 37px;
	font-style: italic;
	color: #fff;
}

.comment-content blockquote:before {
	content: "";
	width: 100px;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	z-index: -1;
	border-top: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid rgba(255,255,255,.2);
}

.comment article {
	padding: 30px;
	background: #212121;
	border-radius: 8px;
	margin: 20px 0;
}

.reply {
	text-align: right;
	display: block;
	clear: both;
	overflow: hidden;
	width: 100%;
}

.comment-reply-link {
	display: inline-block;
	font-size: 13px;
	color: #fff;
	border: 1px solid #2d2d2d;
	line-height: 100%;
	padding: 10px 15px;
	border-radius: 90px;
	letter-spacing: 1px;
}

.comment-reply-link svg {
	margin-right: 5px;
	vertical-align: middle;
}

.comment-reply-link:hover {
	background: #C39738;
	color: #fff;
	border-color: #C39738;
}

.comment-reply-link:hover svg {
	fill: #fff;
}

/* Comment children */
.comment .children {
	border-left: 1px solid #333;
	margin-left: 0;
	padding-left: 20px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Comment Form
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.comment-form label {
	display: block;
	margin: 25px 0 10px;
	cursor: pointer;
}

.required {
	color: red;
}

.logged-in-as a {
	font-size: 14px;
	color: #7b7b7b;
}

.logged-in-as a:hover {
	color: #C39738;
}

.comment-form textarea {
	padding: 10px;
	width: 100%;
	font-size: 16px;
	background: rgba(0,0,0,.2);
	font-family: "Merriweather",serif;
}

.comment-form input:focus,.comment-form textarea:focus {
	border-color: #C39738;
}

.comment-form input[type="submit"] {
	text-decoration: none;
	display: block;
	width: 100%;
	max-width: none;
	height: 80px;
	line-height: 75px;
	padding: 0 20px;
	text-align: center;
	background: #212121;
	color: #797979;
	border: none;
	-webkit-transition: all .7s cubic-bezier(0.215,0.610,0.355,1.000);
	-moz-transition: all .7s cubic-bezier(0.215,0.610,0.355,1.000);
	-o-transition: all .7s cubic-bezier(0.215,0.610,0.355,1.000);
	transition: all .7s cubic-bezier(0.215,0.610,0.355,1.000);
/* easeOutCubic */
	-webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
	-moz-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
	-o-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
	transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
/* easeOutCubic */
	clear: both;
	letter-spacing: 4px;
	font-weight: bolder;
	border-radius: 8px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 30px;
}

.comment-form input[type="submit"]:hover,.comment-form input[type="submit"]:active,.comment-form input[type="submit"]:focus {
	background-color: #C39738;
	color: #fff;
}

#comments li.comment #respond {
	margin-top: 0;
}

#comments #respond {
	margin-top: 60px;
}

#comments.wishbone_nocomment > #respond {
	margin-top: 0;
}

#cancel-comment-reply-link {
	font-size: 12px;
	vertical-align: middle;
	line-height: 18px;
	padding: 2px 10px;
	display: inline-block;
	background: #FF3521;
	color: #fff;
	border-radius: 3px;
}

#cancel-comment-reply-link:hover {
	opacity: .7;
}

p.form-submit {
	margin-bottom: 0;
}

/* ======================================
RELATED POSTS
====================================== */
.wishbone_post_extra {
	width: 100%;
	padding: 70px 0;
	border-bottom: 1px solid #333;
	background: #191919;
	font-family: "Open Sans",san-serif;
	line-height: 24px;
	font-size: 14px;
}

.large-8 .wishbone_post_extra {
	background: none;
}

.wishbone_related_posts {
	max-width: 800px;
	margin: 0 auto;
}

.large-8 .wishbone_related_posts > .row {
	margin-left: 0;
	margin-right: 0;
}

.wishbone_related_posts h3 {
	font-size: 25px;
	margin-bottom: 30px;
	color: #fff;
	line-height: 100%;
}

.wishbone_related_posts h3 svg {
	font-size: 25px;
	margin-right: 10px;
	vertical-align: top;
	line-height: 25px;
}

.wishbone_related_thumb {
	margin-bottom: 15px;
}

.wishbone_related_thumb img {
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: 1;
	border-radius: 5px;
}

.wishbone_related_thumb:hover img {
	opacity: .7;
}

.related_post.column {
	float: left !important;
	margin: 0 0 20px;
}

.related_post a {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	display: block;
}

.wishbone_relate_cat a {
	color: #C39738;
	font-size: 12px;
	display: inline-block;
}

.related_post a:hover {
	color: #7b7b7b;
}

/* ======================================
POST NAVIGATOR
====================================== */
.wishbone_single_postnav {
	width: 100%;
	padding: 70px 0;
	border-bottom: 1px solid #333;
	font-family: 'Open Sans',sans-serif;
}

.wishbone_single_postnav_inner {
	max-width: 800px;
	margin: 0 auto;
}

.wishbone_single_postnav .wishbone_postnavitem {
	display: block;
	width: 48%;
	padding: 10px;
	background: #232323;
	color: #fff;
	border-radius: 5px;
	float: left;
	letter-spacing: 2px;
	font-size: 14px;
	position: relative;
	z-index: 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	overflow: hidden;
}

.wishbone_single_postnav .wishbone_postnavitem {
	float: left;
}

.wishbone_single_postnav .wishbone_postnavitem.zlpninext {
	float: right;
}

.wishbone_postnavthumb {
	margin: 0 10px 0 0;
	float: left;
	width: 80px;
	display: inline-block;
}

.wishbone_postnavthumb a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	margin: auto;
	z-index: 5;
}

.wishbone_postnavthumb img {
	border-radius: 5px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.wishbone_postnavthumb img:hover {
	opacity: .7;
}

.wishbone_postnavtitle {
	margin-left: 100px;
	font-size: 13px;
	color: #7B7B7B;
	line-height: 23px;
}

.wishbone_postnavtitle a {
	display: block;
	letter-spacing: normal;
	margin-top: 5px;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	line-height: 22px;
}

.wishbone_postnavitem:hover {
	background: #1B1B1B;
}

.wishbone_postnavtitle a:hover,.wishbone_postnavitem:hover a {
	color: #C39738;
}

.zlpninext .wishbone_postnavthumb {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}

.zlpninext .wishbone_postnavtitle {
	text-align: right;
	margin-left: 0;
	margin-right: 100px;
}

/* ======================================
PAGED LOOP INFO
====================================== */
.wishbone_page_info {
	padding: 50px 0 0;
	margin: 0 0 70px;
	text-align: center;
	z-index: 2;
	position: relative;
}

.wishbone_page_info h1 {
	font-size: 35px;
	margin: 0;
	line-height: 100%;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.wishbone_page_info h1 em {
	font-size: 16px;
	display: block;
	font-weight: 400;
	margin-bottom: 5px;
	color: #7b7b7b;
	text-transform: capitalize;
	letter-spacing: normal;
	font-family: 'Merriweather',serif;
}

/* ======================================
BREADCRUMBS
====================================== */
.wishbone_breadcrumbs {
	margin: 0 auto;
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px solid rgba(255,255,255, 0.04);
}

.archive .wishbone_breadcrumbs {
	box-shadow: none !important;
}

.breadcrumb_list {
	list-style: none;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}

.breadcrumb_list li {
	margin-right: 10px;
	display: block;
	font-size: 13px;
	display: inline-block;
}

.breadcrumb_list li a {
	color: #fff;
}

.breadcrumb_list li a:hover,.breadcrumb_list li a:hover svg {
	color: #C39738;
	fill: #C39738;
}

.breadcrumb_list li a:hover {
	color: #C39738;
}

.breadcrumb_list li a svg {
	fill: #fff;
}

.breadcrumb_list li.current {
	font-style: italic;
	color: #7b7b7b;
}

.wishbone_bc_delimieter svg {
	fill: #7b7b7b;
}

/* ======================================
SIDEBAR WIDGET
====================================== */
div > .wishbone_widget:nth-of-type(1) {
	margin-top: 0;
}

.wishbone_widget {
	padding: 30px;
	font-size: 14px;
	line-height: 23px;
	background: #232323;
	margin-top: 50px;
	margin-right: 10px;
	position: relative;
	z-index: 0;
	color: #888;
}

.wishbone_widget:before {
	content: "";
	display: block;
	width: auto;
	height: auto;
	border: 1px solid rgba(255,255,255, 0.04);
	position: absolute;
	top: 10px;
	left: 10px;
	right: -10px;
	bottom: -10px;
	margin: auto;
	z-index: -2;
}

.wishbone_widfakebg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
	background: #232323;
}

.widget_flickr .wishbone_widfakebg {
	left: 5px;
	right: 5px;
}

.wishbone_widget img {
	margin-bottom: 20px;
}

.wishbone_widtle {
	font-size: 14px;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 0;
	font-weight: normal;
}

.wishbone_widtle span {
	display: inline-block;
	position: relative;
}

.wishbone_widtle > span:before {
	content: "";
	width: 1000px;
	height: 1px;
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: #2F2F2F;
}

.wishbone_widtle > span:after {
	content: "";
	width: 1000px;
	height: 1px;
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: #2F2F2F;
}

.wishbone_widtle span span {
	position: relative;
	display: inline-block;
	padding: 0 25px;
}

.wishbone_widtle span > span:before {
	content: "";
	width: 10px;
	height: 10px;
	border: 1px solid #2F2F2F;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.wishbone_widtle span > span:after {
	content: "";
	width: 10px;
	height: 10px;
	border: 1px solid #2F2F2F;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.wishbone_widget ul,.wishbone_widget ol {
	margin: 0;
}

.wishbone_widget ul {
	list-style: none;
}

.wishbone_widget ul li,.wishbone_widget ol li {
	border-bottom: 1px solid rgba(0,0,0,0.12);
	padding: 10px 0;
}

.wishbone_widget > ul > li:last-of-type {
	border-bottom: none;
}

.wishbone_widget ul li a {
	display: inline-block;
}

.wishbone_widget ul li a,.wishbone_widget abbr {
	color: #D2D2D2;
}

.wishbone_widget ul li a:hover {
	color: #C39738;
}

.wishbone_widget ul ul,
.wishbone_widget ol ol {
	margin-top: 10px;
}

.wishbone_widget ul ul > li,
.wishbone_widget ol ol > li {
	padding-left: 10px;
}

.wishbone_widget ul ul > li:first-child,
.wishbone_widget ol ol > li:first-child {
	border-top: 1px solid rgba(0,0,0,0.12);
}

.wishbone_widget ul ul > li:last-child,
.wishbone_widget ol ol > li:last-child {
	border-bottom: none;
	margin-bottom: -10px;
}

select {
	padding: 5px 10px;
	background: rgba(0,0,0,.1);
	border: none;
	outline: none;
}

select option{
	color: #000;
}

#wp-calendar caption{
	margin-bottom: 10px;
}

.rss-widget-icon{
	margin-bottom: 0!important;
}

li a.rsswidget{
	font-weight: bold;
	font-size: 14px;
	display: block!important;
}

.rssSummary, .rss-date{
	font-size: 13px;
}

.rssSummary .morelink{
	text-decoration: underline;
}

/*WIDGET FORM*/
.wishbone_widget input[type="text"],
.wishbone_widget input[type="password"],
.wishbone_widget input[type="date"],
.wishbone_widget input[type="datetime"],
.wishbone_widget input[type="datetime-local"],
.wishbone_widget input[type="month"],
.wishbone_widget input[type="week"],
.wishbone_widget input[type="email"],
.wishbone_widget input[type="number"],
.wishbone_widget input[type="search"],
.wishbone_widget input[type="tel"],
.wishbone_widget input[type="time"],
.wishbone_widget input[type="url"],
.wishbone_widget input[type="color"],
.wishbone_widget textarea {
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
	box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
	border: 1px solid transparent;
	padding: 10px 10px;
	height: auto;
	display: inline-block;
	border-radius: 8px;
	outline: none;
	background: rgba(0,0,0,.2);
	width: 100%!important;
	border-radius: 0;
	margin-bottom: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wishbone_widget input[type="submit"],
.wishbone_widget input[type="button"],
.wishbone_widget button,
.wishbone_widget input[type="reset"]{
	padding: 10px;
	max-width: 100%;
	width: 100%;
	display: block;
	font-size: 14px;
	height: auto;
	line-height: normal;
	padding: 10px;
	margin-top: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wishbone_widget .wp-caption-text{
	padding: 0;
}

/* ======================================
WISHBONE's WIDGETS
====================================== */
.about_inner strong {
	display: block;
	margin-bottom: 10px;
}

.about_inner img {
	width: 100%;
}

/* Flickr */
.widget_flickr_image_gallery div {
	margin: 0 -5px;
	overflow: hidden;
}

.widget_flickr_image_gallery img {
	width: 100%;
	display: block;
	margin: 0 !important;
	padding: 5px;
}

.widget_flickr_image_gallery a {
	display: block;
	width: calc(100% / 3);
	float: left;
	margin: 0;
	position: relative;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	z-index: 0;
}

.widget_flickr_image_gallery a:hover img {
	opacity: 1 !important;
}

.widget_flickr_image_gallery a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 5px;
	background: rgba(0,0,0,.4);
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	z-index: -1;
	opacity: 1;
}

.widget_flickr_image_gallery a:hover {
	-webkit-transform: translate3d(-5px,-5px,0);
	-ms-transform: translate3d(-5px,-5px,0);
	-o-transform: translate3d(-5px,-5px,0);
	transform: translate3d(-5px,-5px,0);
	opacity: .7;
}

.widget_flickr_image_gallery a:hover:before {
	-webkit-transform: translate3d(5px,5px,0);
	-ms-transform: translate3d(5px,5px,0);
	-o-transform: translate3d(5px,5px,0);
	transform: translate3d(5px,5px,0);
}

/* Instagram */
/* Instagram Widget */
.wishbone_instawrapper {
	list-style: none;
	margin: 0 -5px !important;
	overflow: hidden;
}

/* Instagram Widget */
.wishbone_widget ul li a.il-item a{
	display: block;
}
.il-item img {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	margin: 0 !important;
	padding: 1px;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: block;
}

.il-item img:hover {
	opacity: .75;
}

.il-item {
	width: 50%;
	float: left;
	border: none !important;
	margin: 0 !important;
	padding: 5px !important;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 0;
}

.il-item:hover {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-transform: translate3d(-5px,-5px,0);
	-ms-transform: translate3d(-5px,-5px,0);
	-o-transform: translate3d(-5px,-5px,0);
	transform: translate3d(-5px,-5px,0);
}

.il-item:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 6px;
	background: rgba(0,0,0,.4);
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	z-index: -1;
	opacity: 1;
}

.il-item:hover:before {
	-webkit-transform: translate3d(5px,5px,0);
	-ms-transform: translate3d(5px,5px,0);
	-o-transform: translate3d(5px,5px,0);
	transform: translate3d(5px,5px,0);
	opacity: .7;
}

.twocol .il-item {
	width: 50%;
}

.threecol .il-item {
	width: 33.3333333333%;
}

.fourcol .il-item {
	width: 25%;
}

.fivecol .il-item {
	width: 20%;
}

.sixcol .il-item {
	width: 16.6666666667%;
}

.sevencol .il-item {
	width: 14.2857142857%;
}

.eightcol .il-item {
	width: 12.5%;
}

.ninecol .il-item {
	width: 11.1111111111%;
}

.tencol .il-item {
	width: 10%;
}

/* Social Widget */
ul.wishbone_widsoc {
	text-align: center;
	line-height: 100%;
	margin: 0;
}

.wishbone_widsoc li {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	float: none;
	line-height: 100%;
}

.wishbone_widsoc li a {
	border-radius: 90px;
	font-size: 14px;
	background: #313131;
	color: #fff;
	display: block;
	line-height: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 0;
	margin: 0 2px;
}

ul.wishbone_widsoc li a:hover {
	background: #fff;
	color: #000;
}

ul.wishbone_widsoc li a span:before {
	margin: 0;
}

/* RECENT POSTS */
.rp_date {
	line-height: 100%;
	display: block;
	margin-bottom: 5px;
	opacity: .8;
}

.rp_date a {
	display: inline !important;
	font-size: 12px !important;
	line-height: 100%;
}

.wishbone_widget ul li a.wishbone_recpostboigtitle {
	font-size: 14px;
	margin: 5px 0;
	line-height: normal;
	display: block;
}

body.dark .wishbone_widget ul li a.wishbone_recpostboigtitle {
	color: #fff;
}

.wishbone_widget ul li a.wishbone_recpostsmalltitle {
	color: #fff;
}

ul li a.wishbone_recpostsmalltitle:hover {
	color: #C39738 !important;
}

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

ul.wishbone_widget_recentposts li {
	margin: 0;
	padding: 20px 0;
}

ul.wishbone_widget_recentposts li:first-child {
	padding-top: 0;
}

ul.wishbone_widget_recentposts li a {
	display: block;
}

ul.wishbone_widget_recentposts li a:hover {
	text-decoration: underline;
	color: #C39738
}

.wishbone_widget_recentposts img.attachment-wishbone_eighty {
	margin: 0 20px 0 0;
	float: left;
	vertical-align: top;
	display: inline-block;
	line-height: 0;
	max-width: 80px !important;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	width: 80px;
	height: 80px;
}

.wishbone_recpost_big img {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	width: 100%;
}

.wishbone_widget_recentposts img.attachment-wishbone_eighty:hover,.wishbone_recpost_big img:hover {
	opacity: .7;
}

.wishbone_recpost_detail {
	word-break: break-word;
	-ms-word-wrap: break-word;
	overflow: hidden;
}

/* TAGS */
.wishbone_tagcloud a {
	display: inline-block;
	padding: 5px 10px;
	font-size: 12px;
	letter-spacing: 1px;
	background: rgba(0,0,0,.1);
	margin: 1px;
	line-height: 100%;
	color: #fff;
}

.wishbone_tagcloud a:hover {
	opacity: .7;
}

/* Light Color Hacks */

body.light .wishbone_header_1,
body.light .wishbone_header_2,
body.light .wishbone_header_3,
body.light .wishbone_header_4,
body.light .wishbone_header_5 {
	background: #fff;
}

body.light #wishbone_footer{
	background: #fff;
}

body.light {
	background: #fff;
	color: #424242;
	font-weight: 400;
}

body.light .wishbone_loadmorebutton.isdead {
	border-color: #000;
	opacity: .25;
	color: #000;
}

body.light .nextprev a {
	background: #e5e5e5;
	color: #000;
}

body.light .wishbone_header_4 .wishbone_bartop,body.light .wishbone_header_5 .wishbone_bartop {
	border-color: #e5e5e5;
}

body.light .nextprev a:after {
	border-color: #e5e5e5;
}

body.light .nextprev a:before {
	border-color: #BFBFBF;
}

body.light .nextprev a:hover {
	background: #C39738;
	color: #fff;
}

body.light .nextprev a:hover:before {
	border-color: #fff;
}

body.light .nextprev a:hover:after {
	border-color: #C39738;
}

body.light svg:not(:root):not(.at-icon) {
	fill: #000;
}

body.light .wishbone_gh_formaticon svg {
	fill: #fff !important;
}

body.light a {
	color: #000;
}

body.light a:hover {
	color: #C39738;
}

body.light .wishbone_topbar,body.light #wishbone_mainheader {
	border-color: #e5e5e5;
	color: #424242;
}

body.light .wishbone_searchform input {
	background: #F5F5F5;
}

body.light .wishbone_social li > a,body.light #wishbone_mainheader,body.light .wishbone_mainmenu > li > a,body.light .wishbone_mainmenu ul li > a {
	color: #000;
	font-weight: 400;
}

body.light .wishbone_mainmenu ul li > a {
	background: #f3f3f3;
}

body.light .wishbone_social li:hover > a,body.light .wishbone_mainmenu > li:hover > a,body.light .wishbone_mainmenu ul li:hover > a {
	color: #C39738;
}

body.light .wishbone_mainmenu ul,body.light .wishbone_mainmenu ul:after {
	background: #EAEAEA;
}

body.light .wishbone_mainmenu ul:before {
	border-color: #EAEAEA;
}

body.light .wishbone_ws_cat a {
	border-color: #000;
}

body.light .wishbone_ws_cat a:hover {
	border-color: #C39738;
}

body.light .owl-carousel .owl-item img,body.light .owl-item.active.center .wishbone_slideitem img {
	opacity: 1;
}

body.light .wishbone_heroslider .owl-nav div {
	color: #000;
	font-weight: 400;
}

body.light .wishbone_slidemeta a {
	border-color: #C39738;
	background: #C39738;
	color: #fff;
}

body.light .wishbone_slidemeta a:hover {
	border-color: #000;
	background: #000;
	color: #fff;
}

body.light .owl-item.active.center .wishbone_slideitem .wishbone_slidehead h3 {
	text-shadow: none !important;
}

body.light .owl-item.active.center .wishbone_slideitem .wishbone_slidehead h3 a:hover {
	text-shadow: none !important;
	color: #C39738;
}

body.light .owl-item.active.center .wishbone_slideitem .wishbone_slidehead h3 a {
	color: #000;
	width: auto;
	padding: 0;
}

body.light .wishbone_ws_slide_trigger:after {
	border-color: rgba(0,0,0,.08);
	background: transparent;
}

body.light .owl-item.active.center .wishbone_slideitem img {
	box-shadow: 0 55px 55px 0 rgba(0,0,0,0.07);
	-webkit-box-shadow: 0 55px 55px 0 rgba(0,0,0,0.07);
}

body.light .wishbone_posttitle h2 a {
	color: #000;
}

body.light .wishbone_posttitle h2 a:hover {
	color: #C39738;
}

body.light .wishbone_innerpost {
	background: #fff;
}

body.light .wishbone_innerpost:before,body.light .wishbone_fakebackground {
	background: #fff;
}

body.light .wishbone_innerpost:after {
	background: #F7F6F6;
}

body.light .wishbone_postexcerpt p {
	color: #000;
}

body.light .wishbone_postidentity svg {
	fill: #696969 !important; /* ( ͡° ͜ʖ ͡°) */
}

body.light .wishbone_widearticle_content a:hover {
	color: #C39738;
}

body.light .wishbone_widearticle_content a:hover:before,body.light .wishbone_widearticle_content a:hover:after {
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
	background: #C39738;
}

body.light .wishbone_postloop,body.light .wishbone_masonry_item {
	border: 1px solid #e5e5e5;
	background: #fff;
	color: #434343;
}

body.light .wishbone_msn_readmore a,body.light .wishbone_msn_readmore a svg {
	color: #C39738;
	fill: #C39738 !important;
}

body.light .wishbone_msn_readmore a:hover,body.light .wishbone_msn_readmore a:hover svg {
	color: #000;
	fill: #000 !important;
	border-color: #000;
}

body.light .wishbone_masonry_item:before {
	border: 1px solid #e5e5e5;
}

body.light .wishbone_msn_postformat {
	background: #EAEAEA;
}

body.light .wishbone_msn_postformat:before {
	border-color: #d1d1d1;
}

body.light .wishbone_msn_postformat svg {
	fill: #909090 !important;
}

body.light .wishbone_msn_postcat a,
body.light .wishbone_msn_posttime a {
	color: #434343;
}

body.light .wishbone_msn_postfooter {
	background: #FBFBFB;
}

body.light .wishbone_msn_postfooter .column:nth-child(1) {
	border-color: #EFEFEF;
}

body.light .wishbone_msn_readmore {
	color: #C39738;
}

body.light .owl-dots .owl-dot:hover {
	background: #d1d1d1;
}

body.light .owl-dots .owl-dot{
	border-color: #B1B1B1;
}

body.light .owl-dots .owl-dot.active{
	border-color: transparent;
}

body.light .wishbone_authorname a {
	color: #fff;
}

body.light .wishbone_authorname a:hover {
	color: #C39738;
}

body.light .wishbone_postloop:before,body.light .wishbone_postcatdecor_inner:before,body.light .wishbone_postcatdecor_inner:after,body.light .wishbone_widtle span > span:before,body.light .wishbone_widtle span > span:after {
	border-color: #e5e5e5;
}

body.light .wishbone_postfooter {
	background: #f8f8f8;
}

body.light .wishbone_postfooter .column {
	border-color: #eaeaea;
}

body.light .wishbone_postcat a:hover {
	color: #fff;
}

body.light .wishbone_postcatdecor:before,body.light .wishbone_postcatdecor:after,body.light .wishbone_widtle > span:before,body.light .wishbone_widtle > span:after {
	background: #e5e5e5;
}

body.light .wishbone_loadmorebutton {
	color: #C39738;
}

body.light .wishbone_loadmorebutton:hover {
	color: #000;
	border-color: #000;
}

body.light .wishbone_readmore a {
	color: #000;
	border-color: #C5C5C5;
}

body.light .wishbone_readmore a:before {
	border-left: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
}

body.light .wishbone_readmore a:after {
	border-top: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
}

body.light .wishbone_readmore a:hover {
	color: #C39738;
	border-color: #C39738;
}

body.light .wishbone_readmore a:hover svg {
	fill: #C39738;
}

body.light .wishbone_readmore a:hover:before {
	border-left: 1px solid #C39738;
	border-bottom: 1px solid #C39738;
}

body.light .wishbone_readmore a:hover:after {
	border-top: 1px solid #C39738;
	border-right: 1px solid #C39738;
}

body.light .wishbone_postsharer {
	background: #f5f5f5;
}

body.light .wishbone_postsharer a:before {
	border-color: #bbb;
}

body.light .wishbone_widearticleheader:before {
	background: #000;
}

body.light .wishbone_commentboxwrapper h3#reply-title {
	color: #000;
}

body.light .wishbone_widearticleheader[data-background=""] {
	border-bottom: 1px solid #e5e5e5;
}

body.light .wishbone_widearticleheader[data-background=""] h1 {
	color: #000;
}

body.light.page .wishbone_blogwrapper {
	border-color: #e5e5e5 !important;
}

body.light.page.page-template-page-wide-php .wishbone_blogwrapper{
	border-bottom: none;
}

/* Widget */
body.light .wishbone_widget ul li a.wishbone_recpostboigtitle {
	color: #000;
}

body.light .wishbone_tagcloud a {
	color: #000;
	background: rgba(0,0,0,.1);
}

body.light .wishbone_widget {
	background: #fff;
	color: #434343;
	border: 1px solid #e5e5e5;
}

body.light .wishbone_widfakebg {
	background: #fff;
}

body.light .wishbone_widget:before {
	border-color: #e5e5e5;
}

body.light .wishbone_widtle {
	color: #000;
}

body.light .wishbone_widget ul li a {
	color: #424242;
}

body.light .wishbone_widget ul li a:hover {
	text-decoration: underline;
}

body.light .wishbone_widsoc li a {
	background: #ECECEC;
}

body.light .wishbone_widsoc li a:hover {
	background: #C39738;
	color: #fff !important;
}

body.light .wishbone_recpostboigtitle {
	font-size: 16px;
	margin: 5px 0;
	line-height: normal;
}

body.light .wishbone_backtotop svg:hover {
	fill: #C39738;
}

body.light .wishbone_breadcrumbs {
	border-color: #e5e5e5;
}

body.light .wishbone_page_info h1 {
	color: #000;
}

body.light .wishbone_typography blockquote p,body.light .wishbone_articleauthorinfo .ain a {
	color: #000;
}

body.light .wishbone_tags a {
	color: #000;
	background: #EAEAEA;
}

body.light .wishbone_tags a:hover {
	background: #C39738;
	color: #fff;
}

body.light .wishbone_articlebottom,body.light .wishbone_articlefooter,body.light .wishbone_articlefootershare,body.light .wishbone_articleauthorinfo,body.light .wishbone_shortlink {
	border-color: #e5e5e5;
}

body.light .wishbone_articlefootershare a,body.light .wishbone_articlefootershare a:hover {
	color: #fff;
}

body.light .comment-content blockquote p {
	color: #000;
}

body.light .addthis_sharing_toolbox .at-icon-wrapper svg {
	fill: #fff;
}

body.light .wishbone_articleauthorinfo p {
	color: #434343;
	font-weight: 400;
}

body.light .wishbone_single_postnav .wishbone_postnavitem {
	background: #FBFBFB;
}

body.light .wishbone_single_postnav .wishbone_postnavitem:hover {
	background: #f7f7f7;
}

body.light .wishbone_single_postnav {
	border-color: #e5e5e5;
}

body.light .wishbone_post_extra {
	background: #FBFBFB;
	border-color: #e5e5e5;
}

body.light .large-8 .wishbone_post_extra {
	background:  none;
}

body.light .wishbone_related_posts h3 {
	color: #000;
}

body.light .wishbone_relate_cat a {
	color: #C39738;
}

body.light .wishbone_commentboxwrapper h3.comments-title {
	color: #000;
}

body.light .comment article {
	background: #F3F3F3;
}

body.light .comment-content .morelink {
	color: #C39738;
}

body.light .comment-content .morelink:hover {
	color: #000;
}

body.light .comment-reply-link {
	color: #A7A7A7;
	border-color: #d1d1d1;
}

body.light .comment-reply-link:hover {
	color: #fff;
	background: #C39738;
	border-color: #C39738;
}

.comment-reply-link:hover svg {
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

body.light .comment-reply-link svg {
	color: #A7A7A7;
}

body.light .comment-reply-link:hover svg {
	fill: #fff;
}

body.light .comment .children {
	border-color: #e5e5e5;
}

body.light .comment-form input[type="submit"] {
	background: #C39738;
	color: #fff;
}

body.light .comment-form input[type="submit"]:hover {
	background: #000;
	color: #fff;
}

body.light .comment-form textarea {
	background: rgba(0,0,0,0.04);
}

body.light .wishbone_widecle_cat a {
	color: #fff;
}

body.light .wishbone_widecle_cat a:hover {
	color: #C39738;
}

body.light .wishbone_widecle_meta a,body.light .wishbone_widecle_meta svg,body.light .wishbone_gh_cover svg,body.light .wishbone_ts_title h2 a,body.light .wishbone_ts_cat a,body.light .wishbone_ts_cat svg {
	color: #fff;
	fill: #fff !important;
}

body.light .wishbone_gh_item .wishbone_gh_cover h2,body.light .wishbone_ts_title h2 {
	font-weight: 700;
}

body.light .wishbone_gh_item .wishbone_gh_cover h2 a {
	color: #fff;
}

body.light .wishbone_ts_title h2 a:hover {
	color: #C39738;
}

body.light .wishbone_simgrid_author img {
	border-color: #fff;
}

body.light .wishbone_simgrid_authorname a {
	color: #fff;
}

body.light .wishbone_simgrid_posttime a {
	color: #868686;
}

body.light .wishbone_simgrid_item {
	background: #fff;
	border: 1px solid #e5e5e5;
}

body.light .wishbone_simgrid_postfooter {
	background: #FBFBFB;
}

body.light .wishbone_simgrid_postfooter .column:nth-child(1) {
	border-color: #EFEFEF;
}

body.light .wishbone_list_item {
	background: #fff;
	border: 1px solid #e5e5e5;
}

body.light .wishbone_list_posttitle {
	border-color: #e5e5e5;
}

body.light .wishbone_list_posttitle .wishbone_authorname a {
	color: #7B7B7B;
}

body.light .wishbone_list_posttitle .wishbone_authorname a:hover {
	color: #C39738;
}

body.light .wishbone_list_bottom,body.light .wishbone_list_more {
	border-color: #e5e5e5;
}

body.light .wishbone_list_more:hover {
	color: #fff;
	border-color: #C39738;
}

body.light .wishbone_list_more:hover svg {
	fill: #fff;
}

body.light .wishbone_supsim_postexcerpt p {
	color: #434343;
}

body.light .wishbone_supsim_item {
	border-color: #e5e5e5;
}

body.light .wishbone_supsim_footer a:hover svg {
	fill: #C39738;
}

body.light .wishbone_typography blockquote:before {
	border-color: #e5e5e5;
}

body.light .wishbone_twocol_slider .owl-nav .owl-prev,body.light .wishbone_twocol_slider .owl-nav .owl-next {
	border-color: #000;
}

body.light .wishbone_twocol_slider .owl-nav div:before,body.light .wishbone_twocol_slider .owl-nav div:after {
	background: #000;
}

body.light .wishbone_simgrid_posttitle h2:hover {
	border-color: #C39738;
}

body.light .wishbone_maincontainer input[type="text"],
body.light .wishbone_maincontainer input[type="password"],
body.light .wishbone_maincontainer input[type="date"],
body.light .wishbone_maincontainer input[type="datetime"],
body.light .wishbone_maincontainer input[type="datetime-local"],
body.light .wishbone_maincontainer input[type="month"],
body.light .wishbone_maincontainer input[type="week"],
body.light .wishbone_maincontainer input[type="email"],
body.light .wishbone_maincontainer input[type="number"],
body.light .wishbone_maincontainer input[type="search"],
body.light .wishbone_maincontainer input[type="tel"],
body.light .wishbone_maincontainer input[type="time"],
body.light .wishbone_maincontainer input[type="url"],
body.light .wishbone_maincontainer input[type="color"],
body.light .wishbone_maincontainer textarea {
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
	box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
	border: 1px solid transparent;
	padding: 15px;
	height: auto;
	display: block;
	background: transparent;
	border-radius: 8px;
	outline: none;
	background: rgba(0,0,0,.04);
	width: 100%;
}

body.light .wishbone_maincontainer input[type="submit"]:hover,body.light .wishbone_maincontainer input[type="submit"]:active,body.light .wishbone_maincontainer input[type="submit"]:focus,body.light .wishbone_maincontainer input[type="button"]:hover,body.light .wishbone_maincontainer input[type="button"]:active,body.light .wishbone_maincontainer input[type="button"]:focus,body.light .wishbone_maincontainer input[type="submit"]:hover,body.light .wishbone_maincontainer input[type="submit"]:active,body.light .wishbone_maincontainer input[type="submit"]:focus,body.light .wishbone_maincontainer input[type="reset"]:hover,body.light .wishbone_maincontainer input[type="reset"]:active,body.light .wishbone_maincontainer input[type="reset"]:focus {
	border-color: #C39738;
	color: #C39738;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

body.light .wishbone_maincontainer input[type="text"]:active,body.light .wishbone_maincontainer input[type="password"]:active,body.light .wishbone_maincontainer input[type="date"]:active,body.light .wishbone_maincontainer input[type="datetime"]:active,body.light .wishbone_maincontainer input[type="datetime-local"]:active,body.light .wishbone_maincontainer input[type="month"]:active,body.light .wishbone_maincontainer input[type="week"]:active,body.light .wishbone_maincontainer input[type="email"]:active,body.light .wishbone_maincontainer input[type="number"]:active,body.light .wishbone_maincontainer input[type="search"]:active,body.light .wishbone_maincontainer input[type="tel"]:active,body.light .wishbone_maincontainer input[type="time"]:active,body.light .wishbone_maincontainer input[type="url"]:active,body.light .wishbone_maincontainer input[type="color"]:active,body.light .wishbone_maincontainer textarea:active,body.light .wishbone_maincontainer input[type="text"]:focus,body.light .wishbone_maincontainer input[type="password"]:focus,body.light .wishbone_maincontainer input[type="date"]:focus,body.light .wishbone_maincontainer input[type="datetime"]:focus,body.light .wishbone_maincontainer input[type="datetime-local"]:focus,body.light .wishbone_maincontainer input[type="month"]:focus,body.light .wishbone_maincontainer input[type="week"]:focus,body.light .wishbone_maincontainer input[type="email"]:focus,body.light .wishbone_maincontainer input[type="number"]:focus,body.light .wishbone_maincontainer input[type="search"]:focus,body.light .wishbone_maincontainer input[type="tel"]:focus,body.light .wishbone_maincontainer input[type="time"]:focus,body.light .wishbone_maincontainer input[type="url"]:focus,body.light .wishbone_maincontainer input[type="color"]:focus,body.light .wishbone_maincontainer textarea:focus {
	border-color: #C39738;
}

/* ======================================
FOOTER
====================================== */
#wishbone_footer {
	margin-top: 70px;
}

.wishbone_backtotop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	border-radius: 90px;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	-webkit-transition: all .5s cubic-bezier(0.680,0,0.265,1);
/* older webkit */
	-webkit-transition: all .5s cubic-bezier(0.680,-0.550,0.265,1.550);
	-moz-transition: all .5s cubic-bezier(0.680,-0.550,0.265,1.550);
	-o-transition: all .5s cubic-bezier(0.680,-0.550,0.265,1.550);
	transition: all .5s cubic-bezier(0.680,-0.550,0.265,1.550);
/* easeInOutBack */
	-webkit-transition-timing-function: cubic-bezier(0.680,0,0.265,1);
/* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.680,-0.550,0.265,1.550);
	-moz-transition-timing-function: cubic-bezier(0.680,-0.550,0.265,1.550);
	-o-transition-timing-function: cubic-bezier(0.680,-0.550,0.265,1.550);
	transition-timing-function: cubic-bezier(0.680,-0.550,0.265,1.550);
/* easeInOutBack */
	visibility: hidden;
	-webkit-transform: translate3d(0,100px,0) scale(0.5);
	-ms-transform: translate3d(0,100px,0) scale(0.5);
	-o-transform: translate3d(0,100px,0) scale(0.5);
	transform: translate3d(0,100px,0) scale(0.5);
	cursor: pointer;
	z-index: 10;
}

.wishbone_backtotop svg {
	fill: #C39738;
	margin: 0;
	line-height: 100%;
	-webkit-transition: fill .2s;
	-o-transition: fill .2s;
	transition: fill .2s;
}

.wishbone_backtotop:hover svg {
	fill: #fff;
}

.show.wishbone_backtotop {
	-webkit-transform: translate3d(0,0,0) scale(1);
	-ms-transform: translate3d(0,0,0) scale(1);
	-o-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
	visibility: visible;
}

.wishbone_footer_content {
	font-size: 14px;
	line-height: 24px;
}

.wishbone_footer_content p{
	font-size: 14px;
	line-height: 26px;
}

.wishbone_footer_content a {
	color: #C5C5C5;
}

.wishbone_footer_content li {
	font-size: 14px;
}

.foo_section {
	border-top: 1px solid rgba(255,255,255, 0.04);
	color: #989898;
	overflow: hidden;
}

.wishbone_footerwidgetarea {
	margin-bottom: -2000em;
	padding-bottom: 2000em;
	border-right: 1px solid rgba(255,255,255, 0.04);
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.wishbone_foo_widget {
	padding: 30px 24.99999px;
	border-bottom: 1px solid rgba(255,255,255, 0.04);
}

/*List*/
.wishbone_foo_widget li {
	border-bottom: 1px dotted #232323;
}

.wishbone_foo_widget li:last-child {
	border: none;
}

/* Last Widget no border */
div > .wishbone_foo_widget:last-child {
	border-bottom: none !important;
}

.foo_section > .row {
	padding-left: 24.99999px;
	padding-right: 24.99999px;
}

.foo_section > .row > .columns:first-child .wishbone_foo_widget {
	padding-left: 0;
	padding-right: 24.99999px;
}

.foo_section > .row > .columns:last-child .wishbone_foo_widget {
	padding-left: 24.99999px;
	padding-right: 0;
}

div > .wishbone_footerwidgetarea:last-child {
	border-right: none;
}

.wishbone_foo_widget img {
	margin: 20px 0;
}

.wishbone_foo_wid_head {
	font-size: 14px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 0;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
}

body.dark .wishbone_foo_wid_head {
	color: #fff;
}

body.light .wishbone_foo_wid_head {
	color: #000;
}

.wishbone_foo_widget .wishbone_recpost_big img {
	margin-top: 0;
}

.wishbone_recpostsmalltitle {
	display: block;
	font-size: 13px;
}

#copyright .wishbone_foo_widget {
	padding: 0;
}

body.light .foo_section {
	border-top: 1px solid #e5e5e5;
	color: #757575;
}

body.light .wishbone_footerwidgetarea {
	margin-bottom: -2000em;
	padding-bottom: 2000em;
	border-right: 1px solid #e5e5e5;
}

body.light div > .wishbone_footerwidgetarea:last-child {
	border-right: none;
}

body.light .wishbone_foo_widget {
	padding: 30px;
	border-bottom: 1px solid #e5e5e5;
}

body.light .wishbone_foo_widget li {
	border-color: #e5e5e5;
}

body.light .wishbone_foo_widget li:last-child {
	border: none;
}

.foo_section.light {
	color: #989898 !important;
}

.foo_section.dark {
	color: #757575 !important;
}
