/*
Theme Name:  Pixie
Theme URI:   http://singlestroke.io/theme/pixie/
Description: A Modern Blog Theme for Creatives
Author:      Single Stroke
Author URI:  http://singlestroke.io/
Version:     2.0.4
License:     GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: pixie
*/

/*-----------------------------------------------------------
Table of Contents

# Normalize
# Elements
# WordPress Content CSS
# Header
# Content
# Side Background
# Widgets
# Footer
# Blog
# Portfolio
# Comments
# Disqus
# WooCommerce
# Plugin Styles
-----------------------------------------------------------*/

/*-----------------------------------------------------------
# Normalize
-----------------------------------------------------------*/

/* Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/ */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
	transition: all 0.25s ease-in-out;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}


/*-----------------------------------------------------------
# Elements
-----------------------------------------------------------*/

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background-color: #fff;
	color: #333;
	font-family: serif;
	font-size: 16px;
	line-height: 1.625;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: sans-serif;
	margin: 30px 0 20px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 1.8em;
	line-height: 1.3;
}
h2 {
	font-size: 1.6em;
	line-height: 1.3;
}
h3 {
	font-size: 1.4em;
	line-height: 1.4;
}
h4 {
	font-size: 1.2em;
	line-height: 1.5;
}
h5 {
	font-size: 1.1em;
	line-height: 1.6;
}
h6 {
	font-size: 1em;
}
hr {
	height: 1px;
	margin: 40px 0;
	background-color: #e9e9e9;
	border: none;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
img {
	max-width: 100%;
	height: auto;
}
p, blockquote, ul, ol {
	margin: 20px 0;
}
figure, iframe {
	max-width: 100%;
	display: block;
	border: none;
}
fieldset {
	border: 1px solid #e9e9e9;
	margin: 20px 0;
	padding: 1em;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

form {
	font-size: 14px;
}
form p {
	margin: 0 0 15px;
}
label {
	display: inline-block;
}
::-webkit-input-placeholder{
	color: #aaa;
	font-style: italic;
}
:-moz-placeholder{
	color: #aaa;
	font-style: italic;
}
::-moz-placeholder{
	color: #aaa;
	font-style: italic;
}
:-ms-input-placeholder {
	color: #aaa;
	font-style: italic;
}
input[type="date"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
textarea {
	-webkit-appearance: none;
}
input[type="date"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
select,
.select2-container .select2-choice,
textarea {
	padding: 7.5px 10px;
	border-radius: 0;
	border: 1px solid transparent;
	border-bottom-color: #e9e9e9;
	color: #333;
	font: inherit;
	line-height: 1.7;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #f7f7f7;
}
input[type="date"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
select:focus,
.select2-container .select2-choice:focus,
textarea:focus {
	border-bottom-color: #ccc;
	outline: 0;
}
input[type="reset"],
input[type="submit"],
button,
.button {
	padding: 10px 20px;
	display: inline-block;
	background-color: transparent;
	border-radius: 20px;
	border: 1px solid;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.7;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
input[type="reset"]:hover, input[type="reset"]:focus,
input[type="submit"]:hover, input[type="submit"]:focus,
button:hover, button:focus,
.button:hover, .button:focus {
	outline: 0;
	color: #fff;
}
.button-gray {
	border-color: #e9e9e9 !important;
	background-color: #e9e9e9 !important;
	color: #777 !important;
}
.button-gray:hover, .button-gray:focus {
	border-color: #000 !important;
	background-color: #000 !important;
	color: #fff !important;
}
.input-block {
	width: 100%;
}
.select2-drop, .select2-choice, .select2-choices {
	border-radius: 0;
	border-color: #e9e9e9 !important;
}

/* Layout & Display Classes */
.center-wrapper {
	padding: 0 20px;
	max-width: 640px;
	margin: 0 auto;
}
.container:before, .container:after {
	content: "";
	display: table;
}
.container:after {
	clear: both;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
@media ( min-width: 992px ) {
	.center-wrapper {
		width: 70%;
	}
}


/* Typography */
.typography-title {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.06em;
}
.typography-page-heading {
	color: #999;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.typography-heading {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.03em;
}
.typography-big-heading {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.06em;
}
.typography-meta {
	color: #aaa;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.85;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.typography-meta a {
	color: inherit;
}
.typography-content h1 {
	letter-spacing: -0.03em;
}
.typography-content h2 {
	letter-spacing: -0.03em;
}
.typography-content h3 {
	letter-spacing: -0.03em;
}
.typography-content h4 {
	letter-spacing: -0.03em;
}
.typography-content h5 {
	letter-spacing: -0.03em;
}
.typography-content h6 {
	letter-spacing: -0.03em;
}
@media ( max-width: 767px ) {
	.typography-title {
		font-size: 32px;
	}
}

/* Other Elements */
.page-heading {
	background-color: #f7f7f7;
	border-bottom: 1px solid #e9e9e9;
	padding: 20px 0;
}
.page-heading h1,
.page-heading h2 {
	margin: 20px 0;
}
.page-heading-intro {
	margin: 60px 0;
}
.page-heading-title {
	font-size: 32px;
	font-weight: 700;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -0.06em;
}
.social-media-links {
	font-size: 20px;
}
.social-media-links a {
	display: inline-block;
	width: 1em;
	margin: 0 4px;
	text-align: center;
}
.pagination {
	padding: 19px 0;
	border-top: 1px solid #e9e9e9;
	margin-top: -1px;
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
}
.pagination a {
	display: inline-block;
	position: relative;
}
.pagination .nav-previous {
	float: right;
}
.pagination .nav-next {
	float: left;
}
.pagination .nav-next a {
	padding-left: 20px;
}
.pagination .nav-previous a {
	padding-right: 20px;
}
.pagination .fa {
	position: absolute;
	margin-top: -1px;
	font-size: 20px;
	line-height: 20px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0.5;
}
.pagination .nav-next .fa {
	left: 0;
}
.pagination .nav-previous .fa {
	right: 0;
}
.tagscloud {
	color: #666;
	font-size: 14px;
}
.tagscloud a {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 2px 10px;
	background-color: #f7f7f7;
	color: #666;
}
.tagscloud a:hover, .tagscloud a:focus {
	background-color: #e9e9e9;
	color: #333;
}

/* No Posts */
#no-post {
	padding: 120px 0;
}


/*-----------------------------------------------------------
# WordPress Content CSS
-----------------------------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 20px 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
}
.wp-caption {
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
}
.wp-caption-text {
	margin: 0;
	padding: 0;
	color: #aaa;
	font-size: 11px;
	font-style: italic;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.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: 1.4rem;
	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 */
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
.sticky {}
.bypostauthor {}

.gallery {
	margin: 20px -10px;
}
.gallery .gallery-item {
	display: inline-block;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 0;
}
.gallery .gallery-item img {
	vertical-align: bottom;
}
.gallery .gallery-item a {
	display: block;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
	padding: 4px 10px;
	color: #999;
	font-style: italic;
	font-size: 0.9em;
}

@media ( max-width: 767px ) {
	html #wpadminbar {
		left: 0 !important;
		position: fixed;
		z-index: 99999 !important;
		height: 46px;
		min-width: 300px;
	}
}


/*-----------------------------------------------------------
# Header
-----------------------------------------------------------*/

.header-section {
	position: fixed;
	width: 100%;
	height: 60px;
	display: table;
	color: inherit;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-shadow: 0 1px rgba(0,0,0,0.05), 0 1px 5px rgba(0,0,0,0.1);
	box-shadow: 0 1px rgba(0,0,0,0.05), 0 1px 5px rgba(0,0,0,0.1);
	z-index: 9999;
}
.header-logo,
.header-content {
	display: table-cell;
}
.header-logo {
	vertical-align: middle;
	margin: 0;
	padding: 10px;
	font-size: 32px;
	line-height: 40px;
}
.header-content {
	width: 100%;
	background-color: inherit;
	position: relative;
	padding: 0;
}
.header-logo img {
	max-width: none;
	max-height: 40px;
	width: auto;
	display: block;
}
.header-logo span {
	padding: 0 5px;
	white-space: nowrap;
}
.header-navigation ul {
	line-height: 1.85;
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-navigation li {
	position: relative;
	padding: 0 10px;
}
.header-navigation li ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.header-social-media-links {
	padding: 4px 20px;
	margin-left: -4px;
	margin-right: -4px;
}
.header-collapse-toggle,
.header-search-toggle,
.header-cart-button {
	float: right;
	display: inline-block;
	padding: 14px 15px;
	border-left: 1px solid;
	width: 60px;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}
.header-cart-contents .header-cart-count {
	border-radius: 50%;
	position: absolute;
	font-size: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-left: -5px;
	color: #fff;
}
.header-search {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 10px 75px 10px 15px;
	background-color: inherit;
	max-width: 100%;
}
.header-search .header-search-toggle {
	position: absolute;
	top: 0;
	right: 0;
}
.header-search .search-form {
	position: relative;
}
.header-search .search-form input {
	width: 100%;
	font-size: 20px;
	line-height: 1.2em;
	padding: 7.5px 10px 7.5px 50px;
	background-color: transparent;
}
.header-search .search-form .icon {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	height: 40px;
	margin-left: 10px;
	font-size: 20px;
	line-height: 40px;
}
@media ( max-width: 991px ) {
	.header-logo {
		float: left;
	}
	.header-content {
		position: static;
		display: block;
	}
	.header-collapse {
		position: absolute;
		top: 60px;
		left: 0;
		display: none;
		width: 100%;
		height: auto !important;
		border-top: 1px solid;
		padding: 10px 0;
		-webkit-box-shadow: 0 1px rgba(0,0,0,0.05), 0 1px 5px rgba(0,0,0,0.1);
		box-shadow: 0 1px rgba(0,0,0,0.05), 0 1px 5px rgba(0,0,0,0.1);
		max-height: 340px;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.header-collapse.active {
		display: block;
	}
	.header-collapse-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: none;
		opacity: 0.5;
		background-color: #000;
		z-index: -1;
	}
	.header-collapse.active ~ .header-collapse-overlay {
		display: block;
	}
	.header-navigation a {
		padding: 10px 10px;
		display: block;
	}
	.header-navigation li ul {
		margin-left: 15px;
	}
}
@media ( min-width: 992px ) {
	.header-collapse-toggle {
		display: none;
	}
	.header-collapse > * {
		border-left: 1px solid;
	}
	.header-navigation {
		float: left;
		padding-left: 10px;
	}
	.header-navigation li {
		float: left;
		padding: 20px 15px;
	}
	.header-navigation li ul {
		position: absolute;
		top: 100%;
		left: 0;
		display: none;
		border: 1px solid;
		-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
		box-shadow: 0 1px 5px rgba(0,0,0,0.1);
	}
	.header-navigation li:hover > ul {
		display: block;
	}
	.header-navigation li ul li {
		float: none;
		white-space: nowrap;
		padding: 8px 15px;
	}
	.header-navigation li ul li ul {
		top: 0;
		margin-top: -1px;
		left: 100%;
	}
	.header-social-media-links {
		float: right;
		padding: 14px 15px;
	}
	.header-search {
		border-left: 1px solid;
	}
}


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

#main {
	background-color: #fff;
}
.content-section {
	position: relative;
	padding-top: 60px;
	overflow: hidden;
	background-color: #e9e9e9;
}
@media ( min-width: 992px ) {
	#main:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		width: 10px;
		z-index: 2;
	}
	.side-background-left #main:before {
		-webkit-box-shadow: inset -8px 0 12px -8px rgba(0,0,0,0.075);
		box-shadow: inset -8px 0 12px -8px rgba(0,0,0,0.075);
	}
	.side-background-right #main:before {
		-webkit-box-shadow: inset 8px 0 12px -8px rgba(0,0,0,0.075);
		box-shadow: inset 8px 0 12px -8px rgba(0,0,0,0.075);
	}
}


/*-----------------------------------------------------------
# Side Background
-----------------------------------------------------------*/

.side-background {
	position: fixed;
	top: 60px;
	bottom: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.8s ease-in-out;
	transition: opacity 0.8s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	overflow: hidden;
}
.side-background-left {
	left: 0;
	right: auto;
}
.side-background-right {
	right: 0;
	left: auto;
}
.side-background-image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.side-background-image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: none;
}
.side-background-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 0 15px 15px;
	color: #fff;
	font-style: italic;
	text-shadow: 0 1px 5px #000;
}
.side-background-map {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.side-background-map #gmap {
	position: absolute !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.side-background-map #gmap img {
	max-width: none;
}
.side-background-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: table;
	padding: 10%;
	table-layout: fixed;
}
.side-background-overlay + .side-background-image {
	top: -16px;
	left: -16px;
	right: -16px;
	bottom: -16px;
}
.side-background-overlay + .side-background-image img {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	filter: url( #effect-blur-1 );
	filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="effect-blur-1"><feGaussianBlur stdDeviation="8" /></filter></svg>#effect-blur-1');
	-webkit-filter: blur( 8px );
	filter: blur( 8px );
}
.side-background-overlay-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.side-background.active {
	z-index: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}
.side-background.wait-loaded {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0 !important;
}
.admin-bar .side-background {
	top: 106px;
}
.side-background-source {
	display: none !important;
}
@media ( max-width: 659px ) {
	.side-background-overlay {
		padding: 20px;
	}
}
@media ( max-width: 991px ) {
	.side-background {
		position: relative;
		top: auto !important;
		left: 0;
		bottom: auto;
		width: auto; /* set via JS */
		height: auto; /* set via JS */
		margin-top: 30px;
		margin-bottom: 30px;
		opacity: 1 !important;
		-webkit-transition: none;
		transition: none;
		z-index: 1 !important;
	}
	.side-background-default {
		display: none !important;
	}
}
@media ( min-width: 992px ) {
	.admin-bar .side-background {
		top: 92px;
	}
}


/*-----------------------------------------------------------
# Widgets
-----------------------------------------------------------*/

.widgets-section {
	padding: 90px 0;
	background-color: #f7f7f7;
	border-top: 1px solid #e9e9e9;
	margin-top: -1px;
	font-size: 14px;
}
.widgets-row {
	margin-top: -40px;
	margin-left: -20px;
	margin-right: -20px;
}
.widgets-col {
	float: left;
	width: 50%;
	margin-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
.widget {
	margin-top: 40px;
}
.widget:first-child {
	margin-top: 0;
}
.widget-title {
	margin: 0 0 15px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.03em;
}
@media ( min-width: 992px ) and ( max-width: 1199px ) {
	.widgets-col {
		float: none;
		width: auto;
	}
}
@media ( max-width: 727px ) {
	.widgets-col {
		float: none;
		width: auto;
	}
}
.widget select {
	width: 100%;
}
.search-form {
	position: relative;
}
.search-form .icon {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	color: #ccc;
}
.search-form input {
	background-color: #fff;
	padding-right: 40px;
	width: 100%;
}
.widget_nav_menu ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_rss ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_rss ul li {
	position: relative;
	margin-top: 10px;
}
.widget_nav_menu ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_pages ul li a {
	color: #000;
}
.widget_nav_menu ul li a:hover, .widget_nav_menu ul li a:focus,
.widget_categories ul li a:hover, .widget_categories ul li a:focus,
.widget_archive ul li a:hover, .widget_archive ul li a:focus,
.widget_meta ul li a:hover, .widget_meta ul li a:focus,
.widget_pages ul li a:hover, .widget_pages ul li a:focus {
	color: #666;
}
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_rss ul li a {
	display: inline-block;
	font-weight: bold;
	color: #000;
}
.widget_recent_entries ul li a:hover, .widget_recent_entries ul li a:focus,
.widget_recent_comments ul li a:hover, .widget_recent_comments ul li a:focus,
.widget_rss ul li a:hover, .widget_rss ul li a:focus {
	color: #666;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	display: block;
	margin: 0;
	color: #aaa;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.85;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.widget_rss .rssSummary {
	margin-top: 5px;
	margin-bottom: 20px;
}
.widget_rss cite {
	display: block;
	color: #aaa;
	margin-bottom: 20px;
}
.widget_rss .rssSummary + cite {
	margin-top: -15px;
}
.widget_rss .rsswidget img {
	display: inline-block;
	margin-right: 5px;
	line-height: 1;
	vertical-align: middle;
}
.widget_calendar table {
	position: relative;
	table-layout: fixed;
	width: 100%;
	max-width: 300px;
}
.widget_calendar table th,
.widget_calendar table td {
	text-align: center;
	padding: 2px;
}
.widget_calendar table caption {
	background-color: #e9e9e9;
	padding: 5px 40px;
	margin-bottom: 10px;
}
.widget_calendar table tfoot {
	position: absolute;
	width: 100%;
	top: 0;
}
.widget_calendar table tfoot #prev,
.widget_calendar table tfoot #next {
	position: absolute;
	top: 0;
	padding: 5px;
	width: 30px;
	color: #ccc;
}
.widget_calendar table tfoot #prev:hover,
.widget_calendar table tfoot #next:hover {
	color: #aaa;
}
.widget_calendar table tfoot #prev {
	left: 0;
}
.widget_calendar table tfoot #next {
	right: 0;
}
.widget_calendar table tfoot #prev:before,
.widget_calendar table tfoot #next:before {
	font-family: "FontAwesome";
}
.widget_calendar table tfoot #prev:before {
	content: "\f053";
}
.widget_calendar table tfoot #next:before {
	content: "\f054";
}
.widget_calendar table tfoot td a {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	text-indent: -999999px;
}
.widget_calendar table tbody a {
	font-weight: bold;
}
.widget_tag_cloud a {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 2px 10px;
	background-color: #fff;
	color: #666;
	font-size: 14px !important;
}
.widget_tag_cloud a:hover, .widget_tag_cloud a:focus {
	background-color: #e9e9e9;
	color: #333;
}

/* Custom Widgets */
.widget_pixie_recent_posts ul,
.widget_pixie_random_posts ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget_pixie_recent_posts ul li,
.widget_pixie_random_posts ul li {
	position: relative;
	margin-top: 15px;
	padding-left: 65px;
	min-height: 55px;
}
.widget_pixie_recent_posts .widget-post-thumbnail,
.widget_pixie_random_posts .widget-post-thumbnail {
	position: absolute;
	width: 50px;
	height: 50px;
	overflow: hidden;
	top: 2.5px;
	left: 0;
}
.widget_pixie_recent_posts .widget-post-title,
.widget_pixie_random_posts .widget-post-title {
	display: inline-block;
	font-weight: bold;
	color: #000;
}
.widget_pixie_recent_posts .widget-post-title:hover, .widget_pixie_recent_posts .widget-post-title:focus,
.widget_pixie_random_posts .widget-post-title:hover, .widget_pixie_random_posts .widget-post-title:focus {
	color: #666;
}
.widget_pixie_recent_posts .widget-post-date,
.widget_pixie_random_posts .widget-post-date {
	display: block;
	margin: 0;
	color: #aaa;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.85;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.widget_pixie_about_me .image {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 15px;
	border-radius: 50%;
	overflow: hidden;
}
.widget_pixie_about_me .image img {
	display: block;
	border-radius: 50%;
	width: 60px;
	height: 60px
}

/* Custom Widgets 2.0 */
.singlestroke_widget_about_me .ss-image img {
	vertical-align: bottom;
}
.singlestroke_widget_about_me .ss-heading {
	margin: 15px 0;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}
.singlestroke_widget_about_me .ss-text {
	margin-top: 1em;
}
.singlestroke_widget_about_me .ss-text p {
	margin: 15px 0;
}

.singlestroke_widget_social {
	font-size: 20px;
	line-height: 20px;
}
.singlestroke_widget_social ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.singlestroke_widget_social ul li {
	display: inline-block;
	margin-left: 10px;
}
.singlestroke_widget_social ul li:first-child {
	margin-left: 0;
}
.singlestroke_widget_social a {
	display: inline-block;
	width: 1em;
	text-align: center;
	color: #999;
}
.singlestroke_widget_social a:hover, .singlestroke_widget_social a:focus {
	color: #333;
}
.singlestroke_widget_social .ss-label {
	display: none;
}

.singlestroke_widget_posts ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.singlestroke_widget_posts ul li {
	position: relative;
	margin-top: 15px;
	overflow: hidden;
}
.singlestroke_widget_posts .ss-thumbnail {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.singlestroke_widget_posts .ss-text {
	overflow: hidden;
}
.singlestroke_widget_posts .ss-title {
	display: inline-block;
	font-weight: bold;
	color: #000;
}
.singlestroke_widget_posts .ss-title:hover, .singlestroke_widget_posts .ss-title:focus {
	color: #666;
}
.singlestroke_widget_posts .ss-date {
	display: block;
	margin: 0;
	color: #aaa;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.85;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}


/*-----------------------------------------------------------
# Footer
-----------------------------------------------------------*/

.footer-section {
	padding: 40px 0 20px;
	border-top: 1px solid #e9e9e9;
	background-color: #fff;
	margin-top: -1px;
	text-align: center;
}
.footer-copyright {
	font-size: 13px;
	color: #bbb;
}
.footer-social-media-links {
	margin-bottom: 30px;
	font-size: 24px;
}
.footer-social-media-links a {
	color: #bbb;
}
.footer-social-media-links a:hover,.footer-social-media-links a:focus {
	color: #999;
}


/*-----------------------------------------------------------
# Blog
-----------------------------------------------------------*/
.entry {
	padding: 120px 0 80px;
	position: relative;
}
.entry.sticky .sticky-badge {
	position: absolute;
	top: 0;
	right: 0;
	border: 30px solid transparent;
}
.entry.sticky .sticky-badge:before {
	content: "\f005";
	position: absolute;
	top: -20px;
	right: -20px;
	font-family: "FontAwesome";
	font-size: 16px;
	line-height: 1;
	color: #fff;
}
@media ( max-width: 991px ) {
	.entry {
		padding: 70px 0 50px;
	}
}

/* Post Header */
.entry-featured-side-background .side-background-anchor {
	position: absolute;
	top: 0;
}
.entry-thumbnail {
	display: none;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.entry-thumbnail img {
	display: block;
}
.entry-header {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.entry-header:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 6px;
}
.entry-meta {
	margin-bottom: 10px;
}
.entry-title {
	margin: 0;
}
.entry-title a:hover, .entry-title a:focus {
	color: #444;
}
@media ( max-width: 991px ) {
	.entry-featured-side-background {
		margin: -70px 0 30px;
	}
	.entry-header ~ .entry-featured-side-background {
		margin: 0 0 30px;
	}
	.entry-featured-side-background .side-background {
		margin-top: 0;
	}
	.entry-header {
		padding-bottom: 0;
		margin-bottom: 30px;
	}
	.entry-header:after {
		display: none;
	}
}

/* Post Content */
.entry-content blockquote {
	position: relative;
	color: #aaa;
	font-size: 18px;
	font-style: italic;
	margin: 35px 0;
	padding: 20px 40px;
}
.entry-content blockquote:before, .entry-content blockquote:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -80px;
	height: 1px;
	width: 160px;
	background-color: #e9e9e9;
}
.entry-content blockquote:before {
	top: 0;
}
.entry-content blockquote:after {
	bottom: 0;
}
.entry-content img {
	display: inline-block;
}
.comments-link {
	position: relative;
	top: 3px;
	margin-left: 15px;
	font-size: 16px;
	color: #ccc;
}
.comments-link:hover, .comments-link:focus {
	color: #aaa;
}
.comments-link:before {
	content: "\f0e5";
	font-family: "FontAwesome";
	margin-right: 5px;
}

/* Post Footer */
.entry-footer > * {
	margin-top: 20px;
}
.entry-footer > *:first-child {
	margin-top: 60px;
}
/* Post Footer: Share */
.entry-share {
	margin-top: 40px;
	padding: 20px 0 0;
	border-top: 1px solid #e9e9e9;
	text-align: center;
}
.entry-share-links {
	margin-top: 5px;
}
.entry-share-links a {
	color: #aaa;
}
/* Post Footer: Author */
.entry-author {
	position: relative;
	margin-top: 40px;
	padding: 40px 0 0 110px;
	min-height: 170px;
	border-top: 1px solid #e9e9e9;
	margin-top: -1px;
}
.entry-share ~ .entry-author {
	margin-top: 20px;
}
.entry-author-avatar {
	position: absolute;
	overflow: hidden;
	top: 40px;
	left: 0;
	height: 90px;
	width: 90px;
	border-radius: 50%;
}
.entry-author-avatar img {
	display: block;
	border-radius: 50%;
}
.entry-author-name {
	margin: 0;
}
.entry-author-bio {
	margin: 10px 0 0;
	font-size: 14px;
}
.entry-author-socmed {
	margin: 10px 0 0;
	font-size: 14px;
	margin-left: -4px;
}
.entry-author-socmed a {
	color: #aaa;
}

/* Post Formats */
.entry-gallery {
	position: relative;
}
.entry-gallery .rslides {
	-webkit-box-shadow: 0 4px 20px rgba(0,0,0,0.5);
	box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
.entry-gallery-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 6px 12px;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	font-style: italic;
	font-size: 0.9em;
}
.entry-audio-embed,
.entry-video-embed,
.entry-gallery {
	margin: 0 auto;
}
.entry-audio-embed iframe,
.entry-video-embed iframe {
	margin: 0 auto;
	-webkit-box-shadow: 0 4px 20px rgba(0,0,0,0.5);
	box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
.entry-video-embed-inner {
	position: relative;	
	padding-top: 56.25%;
}
.entry-video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media ( max-width: 991px ) {
	.entry-audio-embed,
	.entry-video-embed,
	.entry-gallery {
		max-width: 600px;
	}
}

/* Index */
.posts-index > .entry {
	border-top: 1px solid #e9e9e9;
	margin-top: -1px;
}
.posts-index > .entry:first-child {
	border-top: none;
}
.posts-index > .entry:after {
	content: "";
	position: absolute;
	z-index: 2;
	right: 100%;
	top: 50%;
	margin-top: -15px;
	margin-right: -15px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #fff;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.posts-index > .entry.active:after {
	margin-right: 0;
}
.side-background-right .posts-index > .entry:after {
	right: auto;
	left: 100%;
	margin-right: 0;
	margin-left: -15px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: none;
	border-left: 15px solid #fff;
}
.side-background-right .posts-index > .entry.active:after {
	margin-left: 0;
}
@media ( max-width: 991px ) {
	.posts-index > .entry:after {
		display: none;
	}
}

/* Single */

/* Related */
.post-related {
	padding: 40px 0;
	border-top: 1px solid #e9e9e9;
	margin-top: -1px;
	background-color: #f7f7f7;
}
.post-related-heading {
	margin: 0 0 10px;
}
.post-related-index {
	margin-left: -20px;
	margin-right: -20px;
}
.post-related-index > .post {
	padding: 20px;
	width: 50%;
	float: left;
}
.post-related-heading {
	text-align: center;
}
.post-related-thumbnail {
	padding-top: 100%;
	position: relative;
	display: block;
	background-color: #e9e9e9;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.post-related-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
}
.post-related-thumbnail:hover, .post-related-thumbnail:focus {
	opacity: 0.8;
}
.post-related-title {
	display: block;
	margin: 10px 0 0;
	color: #000;
}
.post-related-title:hover, .post-related-title:focus {
	color: #666;
}
.post-related-meta {
	display: block;
}
@media ( max-width: 1199px ) {
	.post-related-index {
		margin-left: -15px;
		margin-right: -15px;
	}
	.post-related-index > .post {
		padding: 15px;
	}
}


/*-----------------------------------------------------------
# Portfolio
-----------------------------------------------------------*/

.portfolio-index {
	padding: 120px 0 80px;
}
.portfolio-grid {
	margin-top: 50px;
	margin-left: -20px;
	margin-right: -20px;
}
.portfolio-grid > .portfolio {
	padding: 20px;
	width: 50%;
	float: left;
}
.portfolio-grid .portfolio-inner {
	display: block;
	position: relative;
	overflow: hidden;
}
.portfolio-grid .portfolio-image {
	padding-top: 100%;
	position: relative;
	background-color: #f7f7f7;
}
.portfolio-grid .portfolio-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease 1.5s;
	transition: all ease 1.5s;
	display: block;
}
.portfolio-grid .portfolio:hover .portfolio-image img {
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.portfolio-grid .portfolio-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
	background-color: #000;
}
.portfolio-grid .portfolio:hover .portfolio-overlay {
	opacity: 0.7;
}
.portfolio-grid .portfolio-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px;
	background-color: #222;
	color: #ccc;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
	-webkit-transform: translate(0,100%);
	transform: translate(0,100%);
}
.portfolio-grid .portfolio:hover .portfolio-text {
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
.portfolio-grid .portfolio-heading {
	margin: 0;
	color: #fff;
	font-size: 16px;
}
.portfolio-archive-footer {
	padding: 50px 0;
	border-top: 1px solid #e9e9e9;
	text-align: center;
}
.portfolio-archive-footer-text {
	font-size: 18px;
	font-style: italic;
	margin-bottom: 15px;
}
@media ( max-width: 1199px ) {
	.portfolio-grid {
		margin-left: -15px;
		margin-right: -15px;
	}
	.portfolio-grid > .portfolio {
		padding: 15px;
	}
}

/* Portfolio Single */
.portfolio-media {
	margin-top: 50px;
}
.portfolio-media ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.portfolio-entry-meta {
	background-color: #f7f7f7;
	padding: 30px;
}
.portfolio-entry-meta ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Page */

/* Search Results */
.search-index > .entry {
	padding: 60px 0 40px;
	border-top: 1px solid #e9e9e9;
	margin-top: -1px;
}
.search .entry-header {
	padding-bottom: 0;
	margin-bottom: 20px;
}
.search .entry-header .entry-title {
	font-size: 24px;
}
.search .entry-header:after {
	display: none;
}
.search .entry-meta {
	margin-top: -5px;
}


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

.comments {
	padding: 40px 0;
	border-top: 1px solid #e9e9e9;
	margin-top: -1px;
}
.pagination + .comments {
	border-top: none;
}
.comments-heading {
	margin: 0 0 10px;
	text-align: center;
}
.comments-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.comments-list ul {
	list-style: none;
	padding-left: 60px;
	margin: 0;
}
.comments-pagination {
	border-top: none;
}
.comment-container {
	position: relative;
	padding: 30px 0 30px 80px;
	border-bottom: 1px solid #e9e9e9;
}
.comment-meta {
	margin-top: 0px;
}
.comment-content {
	margin-bottom: -10px;
	font-size: 14px;
}
.comment-content p {
	margin: 10px 0;
}
.comment-avatar {
	position: absolute;
	overflow: hidden;
	top: 30px;
	left: 0;
	height: 60px;
	width: 60px;
	border-radius: 50%;
}
.comment-avatar img {
	display: block;
	border-radius: 50%;
}
.comment-name {
	font-size: 14px;
}
.comment-name a {
	color: #000;
}
.comment-name a:hover, .comment-name a:focus {
	color: #666;
}
.comment-is-author {
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	padding: 2px 10px;
	border-radius: 10px;
}
.comment-awaiting-moderation {
	font-style: italic;
	color: #aaa;
}
.comment #respond {
	padding: 30px 0 20px 80px;
	border-bottom: 1px solid #e9e9e9;
}
#respond {
	padding: 30px 0;
}
#respond-comment {
	max-width: 100%;
	width: 100%;
	resize: vertical;
}
#respond-submit:hover, #respond-submit:focus {
	color: #fff;
}
#reply-title {
	margin: 0 0 15px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.03em;
}


/*-----------------------------------------------------------
# Disqus
-----------------------------------------------------------*/

#disqus_thread {
	padding: 50px 0;
	border-top: 1px solid #e9e9e9;
}
.pagination + #disqus_thread {
	border-top: none;
}
#disqus_thread > iframe,
#disqus_thread > #dsq-content {
	padding: 0 20px;
	max-width: 640px;
	margin: 0 auto;
}
#dsq-comments {
	list-style: none;
	padding: 0;
	margin: 0;
}
#dsq-comments ul {
	list-style: none;
	padding-left: 60px;
	margin: 0;
}
#disqus_thread > #dsq-content {
	display: none;
}
@media ( min-width: 992px ) {
	#disqus_thread > iframe,
	#disqus_thread > #dsq-content {
		width: 70%;
	}
}


/*-----------------------------------------------------------
# WooCommerce
-----------------------------------------------------------*/

.woocommerce-content {
	padding: 120px 0 80px;
}
.woocommerce input {
	line-height: 1.7 !important;
}
.woocommerce form .form-row {
	margin: 0 0 15px;
	padding: 0;
}
.woocommerce-content .page-title {
	margin: 0;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 50px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.06em;
}
.woocommerce-content .page-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 6px;
}
.woocommerce .products ul, .woocommerce ul.products {
	margin-top: 50px;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 30px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	padding: 20px;
	width: 50%;
	float: left;
	margin: 0;
	text-align: center;
}
.woocommerce ul.products li.product:nth-child(odd), .woocommerce-page ul.products li.product:nth-child(odd) {
	clear: both;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	padding: 10px 20px;
	display: inline-block;
	background-color: transparent;
	border-radius: 20px;
	border: 1px solid;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.7;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus {
	color: #fff;
}
.woocommerce ul.products li.product .star-rating {
	margin-left: auto;
	margin-right: auto;
}
.woocommerce ul.products li.product .price del {
	display: inline-block;
}
.woocommerce span.onsale {
	padding: 0;
	margin: -10px 0 0 -10px;
}
.woocommerce ul.products li.product .onsale {
	margin: 5px 5px 0 0;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce-review-link,
.woocommerce .product_meta,
.woocommerce .order_details li {
	color: #aaa;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.85;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.woocommerce .woocommerce-breadcrumb a {
	color: inherit;
}
.woocommerce .woocommerce-result-count {
	margin-top: 0.4em;
}
.woocommerce div.product {
	margin-top: 2em;
}
.woocommerce .price {
	font-weight: bold !important;
}
.woocommerce .price ins {
	text-decoration: none;
}
.woocommerce-review-link {
	display: block;
	margin-top: 0.5em;
}
.woocommerce .woocommerce-product-rating .star-rating {
	float: none;
}
.woocommerce a.added_to_cart {
	display: table;
	margin: 0 auto;
	font-size: 14px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-color: #ddd;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
	background-color: #f7f7f7;
	border-color: #ddd;
}
.woocommerce div.product form.cart div.quantity {
	margin-right: 15px;
}
.woocommerce .quantity .qty {
	width: 5em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-left: 5px;
}
.woocommerce #reviews #comments ol.commentlist {
	padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	width: 60px;
	height: 60px;
	border: none;
	padding: 0;
	border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin-left: 75px;
	border-radius: 0;
	border-color: #e9e9e9;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: 1em;
	margin-bottom: 0.5em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
	font-size: 14px;
}
.woocommerce #review_form #respond {
	border-top: 1px solid #e9e9e9;
	padding-top: 30px;
}
.woocommerce #reviews h3 {
	margin: 0 0 15px;
}
.woocommerce .upsells.products,
.woocommerce .related.products {
	padding-top: 60px;
	margin-top: 60px;
	border-top: 1px solid #e9e9e9;
}
.woocommerce h2 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.06em;
}
.woocommerce h3 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.03em;
}
.woocommerce .upsells.products h2,
.woocommerce .related.products h2 {
	margin: 0;
	text-align: center;
}
.woocommerce .upsells.products .products,
.woocommerce .related.products .products {
	margin-top: 10px;
}
.woocommerce .woocommerce-message {
	background-color: #f7f7f7;
}
.woocommerce table.shop_table,
.woocommerce table.shop_table td {
	border-radius: 0;
	border-color: #e9e9e9;
}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
	width: 40px;
	height: 40px;
	vertical-align: top;
}
.woocommerce table.shop_table td {
	padding: 9px 12px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 100px !important;
	margin-right: 10px;
	border: 1px solid transparent;
	border-bottom-color: #e9e9e9;
	padding: 7.5px 10px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
	border-bottom-color: #ccc;
}
.woocommerce .cart_totals .amount {
	display: block;
	text-align: right;
}
.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-cart .cart-collaterals .cross-sells {
	float: none;
	width: auto;
	padding-top: 40px;
}
.woocommerce-cart .cart-collaterals .cart_totals h2, .woocommerce-cart .cart-collaterals .cross-sells h2 {
	margin-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
	width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th {
	text-align: left;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
	border-color: #e9e9e9;
}
.woocommerce .cart-collaterals .cross-sells ul.products, .woocommerce-page .cart-collaterals .cross-sells ul.products {
	margin-top: -10px;
	margin-bottom: -10px;
}
.woocommerce-cart .wc-proceed-to-checkout {
	text-align: right;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:after {
	content: "\f101";
	margin-left: 6px;
	font-family: "FontAwesome";
}
.woocommerce-checkout #payment {
	background-color: #f7f7f7;
	border-radius: 0;
}
.woocommerce-checkout #payment ul.payment_methods {
	border-color: #e9e9e9;
}
.woocommerce-checkout #payment div.payment_box {
	background-color: #e9e9e9;
	border-radius: 0;
}
.woocommerce-checkout #payment div.payment_box:before {
	border-bottom-color: #e9e9e9;
}
.woocommerce .order_details {
	padding: 0;
	margin: -10px 0;
}
.woocommerce .order_details li {
	margin-top: 10px;
	margin-bottom: 10px;
}
.woocommerce .order_details strong {
	color: #333;
	letter-spacing: 0;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
	border-color: #e9e9e9;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: #f7f7f7;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border-radius: 0;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
	font-size: inherit;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	width: 50px;
	height: 50px;
	float: left;
	margin-left: 0;
	margin-right: 10px;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
	padding: 0;
	margin-top: 15px;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
	color: #000;
}
.woocommerce ul.cart_list li a:hover, .woocommerce ul.product_list_widget li a:hover,
.woocommerce ul.cart_list li a:focus, .woocommerce ul.product_list_widget li a:focus {
	color: #666;
}
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
	margin-top: 0.2em;
	display: inline-block;
}
.woocommerce ul.product_list_widget li .reviewer {
	display: inline-block;
	margin-left: 5px;
}
@media ( max-width: 991px ) {
	.woocommerce-content {
		padding: 70px 0 50px;
	}
}


/*-----------------------------------------------------------
# Plugin Styles
-----------------------------------------------------------*/

/* ReponsiveSlides */
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.rslides_nav {
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	width: 1em;
	height: 1em;
	color: #fff;
	font-size: 48px;
	line-height: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: 0.5;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #000;
	z-index: 3;
}
.rslides_nav:hover, .rslides_nav:focus {
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}
.rslides_nav.prev {
	left: 0;
}
.rslides_nav.next {
	right: 0;
}
.rslides_nav .fa {
	display: block;
	margin-top: -2px;
}

/* WP Instagram Widget */
.null-instagram-feed p a {
	display: block;
	padding: 5px 10px;
	background-color: #e9e9e9;
	color: #000;
	text-align: center;
}
.null-instagram-feed p a:hover, .null-instagram-feed p a:focus {
	background-color: #fff;
	color: #666;
}
.null-instagram-feed ul {
	list-style: none;
	padding: 0;
	margin: 3px -3px;
}
.null-instagram-feed ul:before, .null-instagram-feed ul:after {
	content: "";
	display: table;
}
.null-instagram-feed ul:after {
	clear: both;
}
.null-instagram-feed ul li {
	display: block;
	width: 33.333%;
	padding: 3px;
	float: left;
}
.null-instagram-feed ul li img {
	display: block;
	width: 100%;
}

/* Resume Builder */
.rb-resume-block > *,
.rb-widget-contactinfo,
.rb-widget-experience {
	margin-top: 70px;
}
.rb-text-block .rb-widget-contactinfo,
.rb-text-block .rb-widget-experience {
	margin-top: 0;
}
.rb-resume-block > *:first-child {
	margin-top: 0;
}
.rb-about {
	position: relative;
	padding: 0 0 0 150px;
	min-height: 120px;
}
.rb-about-image {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 120px;
	width: 120px;
	border-radius: 50%;
}
.rb-about-image img {
	display: block;
	border-radius: 50%;
}
.rb-about-text {
	position: relative;
}
.rb-about-text .rb-title {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.06em;
}
.rb-about-text .rb-subtitle {
	font-size: 18px;
	font-style: italic;
	color: #aaa;
}
.rb-about-text .rb-description {
	margin-top: 20px;
}
.rb-section-title,
.rb-widget-contactinfo .widget-title,
.rb-widget-experience .widget-title {
	padding: 0 0 10px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase;
}
.rb-experience > .rb-text-block {
	padding-top: 15px;
}
.rb-experience > .rb-experience-item {
	position: relative;
	padding: 20px 0 20px 150px;
	border-top: 1px dashed #e9e9e9;
}
.rb-experience .rb-section-title + .rb-experience-item {
	border-top: none;
}
.rb-experience .rb-right p {
	margin-top: 0;
}
.rb-experience .rb-right {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 130px;
	margin-top: 21px;
	color: #aaa;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}
.rb-experience .rb-title {
	font-weight: 700;
	letter-spacing: -0.03em;
}
.rb-experience .rb-subtitle {
	color: #aaa;
	font-style: italic;
}
.rb-experience .rb-description > * {
	margin-bottom: 10px;
}
.rb-experience .rb-description {
	margin-top: 10px;
	margin-bottom: -10px;
	font-size: 14px;
}
.rb-contact-block {
	list-style: none;
	margin: 0 -10px -10px;
	padding: 0;
}
.rb-contact-block:before, .rb-contact-block:after {
	content: "";
	display: table;
}
.rb-contact-block:after {
	clear: both;
}
.rb-contact-block li {
	position: relative;
	width: 50%;
	float: left;
	padding: 0 10px 0 40px;
	margin: 0 0 15px;
}
.rb-contact-block li > span {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 20px;
	color: #ccc;
	margin-left: 10px;
	text-align: center;
}
.rb-contact-block a {
	color: inherit;
}
.rb-widget-experience .rb-experience-item {
	margin: 20px 0;
}
.rb-widget-experience .widget-title + .rb-experience-item {
	margin-top: 0;
}
.rb-widget-experience .rb-experience-title {
	font-weight: 700;
	letter-spacing: -0.03em;
}
.rb-widget-experience .rb-experience-rating {
	position: relative;
	height: 10px;
	background-color: #f7f7f7;
	margin-top: 5px;
}
.rb-widget-experience .rb-experience-rating > div {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
}
.rb-widget-experience .rb-experience-description > * {
	margin-bottom: 15px;
	font-style: italic;
	color: #aaa;
}
.rb-widget-experience .rb-experience-description {
	margin-top: 10px;
	margin-bottom: -10px;
	font-size: 14px;
}
.rb-widget-contactinfo .widget-title,
.rb-widget-experience .widget-title {
	margin-bottom: 30px;
}
.rb-experience .rb-widget-contactinfo .widget-title,
.rb-experience .rb-widget-experience .widget-title {
	display: none;
}
.rb-buttons .rb-btn {
	margin-left: 15px;
}
.rb-buttons .rb-btn:first-child {
	margin-left: 0;
}
.rb-btn {
	padding: 10px 20px;
	display: inline-block;
	border-radius: 20px;
	color: #777;
	background-color: #e9e9e9;
	border: 1px solid #e9e9e9;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.7;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.rb-btn:hover, .rb-btn:focus {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.rb-btn.rb-btn-white {
	background-color: transparent;
	border-color: inherit;
}
.rb-btn.rb-btn-white:hover, .rb-btn.rb-btn-white:focus {
	outline: 0;
	color: #fff;
}
@media ( max-width: 479px ) {
	.page-template-single-resume .entry-featured-side-background {
		margin-top: -70px;
	}
}
@media ( max-width: 767px ) {
	.rb-about {
		padding-left: 0;
		padding-top: 30px;
	}
	.rb-about-image {
		top: -100px;
		z-index: 2;
		border: 8px solid #fff;
	}
}
@media ( min-width: 992px ) and ( max-width: 1199px ) {
	.rb-experience > .rb-experience-item {
		padding-left: 0;
	}
	.rb-experience .rb-right {
		position: static;
		margin-top: 0;
	}
	.rb-contact-block li {
		float: none;
		width: auto;
	}
}