/*
-----------------------------------------------------------
Table of Contents

1.  Global Styles
2.  WordPress Core
3.  Header
4.  Content
5.  Side Background
6.  Widgets
7.  Footer
8.  Blog
9.  Portfolio
10. Comments
11. Plugin Styles
-----------------------------------------------------------
*/


/*
-----------------------------------------------------------
1. Global Styles
-----------------------------------------------------------
*/

*, *: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;
}

/* 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="email"],
input[type="password"],
input[type="search"],
input[type="text"],
textarea {
	-webkit-appearance: none;
}
input[type="date"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
select,
textarea {
	padding: 8.5px 10px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #e9e9e9;
	color: #333;
	font: inherit;
	line-height: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #f7f7f7;
}
input[type="date"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
	border-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%;
}

/* 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 30px;
	border-top: 1px solid #e9e9e9;
	margin-top: -1px;
	border-bottom: 1px solid #e9e9e9;
}
.pagination a {
	display: inline-block;
	position: relative;
}
.pagination .left a {
	padding-left: 20px;
}
.pagination .right 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 .left .fa {
	left: 0;
}
.pagination .right .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;
}


/*
-----------------------------------------------------------
2. WordPress Core
-----------------------------------------------------------
*/

.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;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption-text {
	margin: 0;
	padding: 0;
	color: #aaa;
	font-size: 11px;
	font-style: italic;
}
/* 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: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;
}
.gallery-caption {}
.sticky {}
.bypostauthor {}

@media ( max-width: 767px ) {
	html #wpadminbar {
		left: 0 !important;
		position: fixed;
		z-index: 99999 !important;
		height: 46px;
		min-width: 300px;
	}
}


/*
-----------------------------------------------------------
3. Header
-----------------------------------------------------------
*/

.header-section {
	position: fixed;
	width: 100%;
	height: 60px;
	display: table;
	color: inherit;
	background-color: #fff;
	-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-section.header-color-black {
	color: #ccc;
	background-color: #000;
}
.header-section.header-color-black a {
	color: #fff;
}
.header-section.header-color-black a:hover, .header-section.header-color-black a:focus {
	color: #ccc;
}
.header-section.header-color-black .header-collapse-toggle,
.header-section.header-color-black .header-search-toggle {
	border-color: #444;
}
.header-section.header-color-black .header-search-form .icon {
	color: #666;
}
.header-section.header-color-black .header-search input[name="s"] {
	color: #fff;
	border-bottom-color: #666;
}
.header-section a {
	color: #000;
}
.header-section a:focus, .header-section a:hover {
	color: #666;
}
.header-logo,
.header-content {
	display: table-cell;
}
.header-logo {
	vertical-align: middle;
}
.header-content {
	width: 100%;
	background-color: inherit;
	position: relative;
	padding: 0;
}
.header-logo {
	margin: 0;
	padding: 10px;
	font-size: 32px;
	line-height: 40px;
}
.header-logo img {
	max-width: none;
	max-height: 40px;
	width: auto;
	display: block;
}
.header-logo span {
	padding: 0 5px;
}
.header-navigation {
	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 {
	float: right;
	display: inline-block;
	padding: 14px 15px;
	border-left: 1px solid #e9e9e9;
	width: 60px;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}
.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-form {
	position: relative;
}
.header-search-form input {
	width: 100%;
	font-size: 20px;
	line-height: 1.2em;
	padding: 7.5px 10px 7.5px 50px;
	background-color: transparent;
}
.header-search-form .icon {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	height: 40px;
	margin-left: 10px;
	color: #e9e9e9;
	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 #e9e9e9;
		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;
		background-color: #fff;
	}
	.header-section.header-color-black .header-collapse {
		border-top-color: #444;
		background-color: #000;
	}
	.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 a:focus, .header-navigation a:hover {
		background-color: #f7f7f7;
	}
	.header-navigation li ul {
		margin-left: 15px;
	}
	.header-section.header-color-black .header-navigation a:focus, .header-section.header-color-black .header-navigation a:hover {
		background-color: #222;
	}
}
@media ( min-width: 992px ) {
	.header-collapse-toggle {
		display: none;
	}
	.header-collapse > * {
		border-left: 1px solid #e9e9e9;
	}
	.header-section.header-color-black .header-collapse > * {
		border-left-color: #444;
	}
	.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;
		background-color: #fff;
		border: 1px solid #e9e9e9;
		border: 1px solid rgba(0,0,0,0.05);
		-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
		box-shadow: 0 1px 5px rgba(0,0,0,0.1);
	}
	.header-section.header-color-black .header-navigation li ul {
		background-color: #000;
	}
	.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 #e9e9e9;
	}
	.header-section.header-color-black .header-search {
		border-color: #444;
	}
}


/*
-----------------------------------------------------------
4. 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);
	}
}


/*
-----------------------------------------------------------
5. Side Background
-----------------------------------------------------------
*/

.side-background {
	position: fixed;
	top: 60px;
	bottom: 0;
	background-color: #e9e9e9;
	-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;
	right: 0;
	bottom: 0;
}
.side-background-image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.side-background-image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: none;
}
.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: 660px ) {
	.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;
	}
}


/*
-----------------------------------------------------------
6. 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
}


/*
-----------------------------------------------------------
7. 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-logo,
.footer-social-media-links {
	margin-bottom: 30px;
}
.footer-logo + .footer-social-media-links {
	margin-top: -20px;
}
.footer-social-media-links {
	font-size: 24px;
}
.footer-social-media-links a {
	color: #bbb;
}
.footer-social-media-links a:hover,.footer-social-media-links a:focus {
	color: #999;
}


/*
-----------------------------------------------------------
8. 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: 30px 40px 10px;
}
.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-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;
}
@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;
	}
}


/*
-----------------------------------------------------------
9. 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;
}


/*
-----------------------------------------------------------
10. 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;
}


/*
-----------------------------------------------------------
11. 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;
	}
}