/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset
# Typography
# Elements
# Forms
# Globals
# Header
# Navigation
# Search Header
# Layout
# Content
# Search & 404
# Widgets
# Paging Navigation
# Comments
# Footer
# Accessibility
# Alignments
# Media
# Captions
# Galleries
# Clearings
# Hero Archive
--------------------------------------------------------------*/
/* Reset
-------------------------------------------------------------- */

/*
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
/*overflow-y: scroll;
/* Keeps page centered in all browsers regardless of content height */
-webkit-text-size-adjust: 100%;
/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
-ms-text-size-adjust: 100%;
/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

body {
	background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol, ul {
	list-style: none;
}

table {
/* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

blockquote {
	margin: 0;
}

blockquote p {
	margin: 0;
}

#content blockquote {
	position: relative;
	margin-bottom: 4%;
	padding: 2% 0 0 4%;
}

@media only screen and (max-width:600px) {
	#content blockquote {
		padding: 4% 0 0 8%;
	}
}

#content blockquote:before {
	font-family: "FontAwesome";
	font-size: 28px;
	position: absolute;
	top: 12px;
	left: 0;
	padding-right: 8px;
	content: "\f10d";
	color: #7B8996;
}

#content blockquote p {
	font-size: 20px;
	font-weight: 400;
	padding-left: 12px;
	color: #4a545a;
}


a:focus {
	outline: thin dotted;
}

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

a img {
	border: 0;
}

/* Typography
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1em;
}

b, strong {
	font-weight: bold;
}

dfn, cite, em, i {
	font-style: italic;
}

address {
	margin: 0 0 1em;
}

pre {
	background: #eef2f5;
	border-radius: 3px;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 2em;
	max-width: 100%;
	position: relative;
	overflow: auto;
	padding: 3% 10% 3% 5%;
}

pre:before {
	font-family: "FontAwesome";
	font-size: 14px;
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	height: 100%;
	padding: 0 3px;
	content: "\f121";
	color: #fff;
	background: #bbc3cc;
}


code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #EEF2F5;
	cursor: help;
}

mark, ins {
	background: #eef2f5;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 80%;
}

big {
	font-size: 120%;
}

.highlight {
	color: #222;
	background: #FAF3C4;
}

.pull-right,
.pull-left {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	position: relative;
	width: 34%;
	padding: 10px 0 0 30px;
	color: #4a545a;
}

.pull-right:before,
.pull-left:before {
	font-family: "FontAwesome";
	font-size: 22px;
	position: absolute;
	top: 12px;
	left: 0;
	padding-right: 12px;
	content: "\f10d";
	color: #7B8996;
}

@media only screen and (max-width:768px) {
	.pull-right,
	.pull-left {
		font-size: 20px;
		width: 100%;
	}
}

.pull-right {
	float: right;
	margin: 1% 0 3% 5%;
}

.pull-left {
	float: left;
	margin: 1% 5% 3% 0;
	text-align: left;
}

/* Elements
--------------------------------------------------------------*/
hr {
	background-color: #EEF2F5;
	border: 0;
	height: 1px;
	margin-bottom: 1em;
}

ul, ol {
	list-style-position: outside;
	margin: 0 0 1em 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1em;
	width: 100%;
	border: 1px solid #EEF2F5;
	border-width: 1px 0 0 1px;
	text-align: left;
}

th {
	font-weight: 500;
}

thead th {
	background: #eef2f5;
}

th, td {
	padding: 5px 10px;
	border: 1px solid #EEF2F5;
	border-width: 0 1px 1px 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

/* Forms
--------------------------------------------------------------*/
label {
	font-size: 14px;
	cursor: pointer;
	display: block;
}

button,
input,
select,
textarea {
	font-size: 100%;
	/* Corrects font size not being inherited in all browsers */
	margin: 0;
	/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline;
	/* Improves appearance and consistency in all browsers */
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-style: solid;
	border-width: 0px;
	cursor: pointer;
	margin: 0 0 10px;
	position: relative;
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	border-radius: 3px;
	display: inline-block;
	padding: 8px 20px;
	background-color: #e4002b;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	transition: all 0.3s ease 0s;
	opacity: 1;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.75;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	padding: 8px 20px;
	outline: none;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	/* Addresses excess padding in IE8/9 */
}

button::-moz-focus-inner,
input::-moz-focus-inner {
/* Corrects inner padding and border displayed oddly in FF3/4 */
border: 0;
padding: 0;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="email"],
input[type="url"],
textarea {
	-webkit-appearance: none;
	background: #eef2f5;
	font-family: inherit;
	box-shadow: none;
	color: #4a545a;
	display: block;
	font-size: 15px;
	margin: 0 0 1em 0;
	padding: 8px;
	width: 100%;
	border: solid 1px transparent;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
textarea:focus {
	-webkit-transition: .07s ease-in-out;
	transition: .07s ease-in-out;
	color: #4a545a;
	border-top-color: #d5e0e8;
	border-left-color: #DDE7EF;
	outline: none;
	background: #F1F5F9;
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box;
	/* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
-webkit-appearance: none;
}

input[name="post_password"] {
	margin-top: .5em;
}

textarea {
	overflow: auto;
	/* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top;
	/* Improves readability and alignment in all browsers */
	height: auto;
	min-height: 50px;
}

/* @noflip */
body.rtl {
	direction: rtl;
	unicode-bidi: embed;
}

/* Globals
-------------------------------------------------------------- */
html {
	height: 100%;
}

body {
	font-family: "Arimo", "Helvetica Neue", sans-serif;
	background: #eef2f5;
	color: #4c5357;
	font-size: 17px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
	min-height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", "Helvetica Neue", sans-serif;
	font-weight: 400;
	margin-bottom: .5em;
	color: #4a545a;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 29px;
}

h3 {
	font-size: 22px;
}

h4, h5, h6 {
	font-size: 18px;
}

a {
	color: #e4002b;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	word-wrap: break-word;
}

a:hover,
a:focus,
a:active {
	color: #4A545A;
	text-decoration: underline;
}

.col-width {
	width: 96%;
	max-width: 1140px;
	margin: 0 auto;
}

.module {
	background: #fff;
	box-shadow: 0 2px 0 #D9E1E7;
	border-radius: 3px;
	margin-bottom: 30px;
	overflow: hidden;
}

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

.container {
/*
The `max-width` property is the width governer.
*/
max-width: 1160px;
width:100%;
margin:0px auto;
position: relative;
}

.site-header {
	padding: 0;
	margin: 0 auto;
	height:90px;
	position: relative;
	z-index: 99;
}
.site-header .container {
	width: 100%;
}

/* Branding */

.site-branding {
	float: left;
	max-width: 75%;
	padding: 0px;
	margin:0;
	height:90px;
}

.site-title {
	font-size: 32px;
	line-height: 1em;
	margin: 0;
	padding: 25px 25px 25px 20px;
	font-weight:normal;
}

.site-title a {
	position: relative;
	text-decoration: none;
}

.site-logo {
	float: left;
	padding:18px 12px 0 8px;
	margin: 0;
}

.site-logo img {
	margin: 0px;
	height:52px;
	width:auto;
}


/* Navigation
-------------------------------------------------------------- */

.top-navigation {
	display: inline-block;
	margin:0;
	float: right;
	padding:22px 18px;
}

.primary-navigation {
	font-family: inherit;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

.primary-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-navigation li {
	position: relative;
}

.primary-navigation a {
	font-size: 17px;
	padding: 15px 20px;
	display: block;
	text-decoration: none;
	font-weight: 400;
}

.primary-navigation .menu-item-has-children > a {
	padding-right: 30px;
}

@media screen and (min-width: 890px) {
	.dropdown-toggle {
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 0px;
		height: 30px;
		width: 30px;
		cursor: pointer;
		border: 1px solid transparent;
	}
	.dropdown-toggle:after {
		font-family: 'FontAwesome';
		font-size: 16px;
		line-height: 1;
		font-weight:bold;
		content: '\f107';
		position: absolute;
		right: 50%;
		margin-right: -6px;
		top: 40%;
		margin-top: -10px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		cursor: pointer;
		-webkit-transition: -webkit-transform .2s ease-in-out;
		transition: transform .2s ease-in-out;
	}

	.primary-navigation a {
		font-size: 17px;
		padding: 10px;
		border: none;
		display: inline-block;
	}

	.primary-navigation a:hover {
	/* Style to suit individual taste. */
}

.primary-navigation li {
	position: relative;
	display: inline;
}

.primary-navigation ul {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	display: block;
}

.primary-navigation ul ul {
	display: none;
	width: 160px;
	left: 50%;
	margin-left: -90px;
	position: absolute;
	top: 34px;
	z-index: 99999;
	border-radius: 5px;
	text-align: center;
}

.primary-navigation ul ul:before {
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: "";
}

.primary-navigation ul ul li {
	display: block;
	margin: 0;
}

.primary-navigation ul ul a {
	display: block;
	padding: 12px;
	font-size:15px;
}

.primary-navigation ul ul a:hover {
	opacity: 1;
}

.primary-navigation ul ul li:last-child a {
	border-bottom: none;
}

.primary-navigation ul li:hover > ul {
	display: block;
}
}

.menu-toggle {
	cursor: pointer;
	display: none;
}

/* Site Search */

.search-toggle {
	cursor: pointer;
	display: none;
}

.search-top {
	width: 100%;
	max-width: 260px;
	float: left;
	clear:none;
	margin:26px 0 0 40px;
	padding: 0px;
	position: relative;
}

.search-top form input {
	float: left;
	overflow: hidden;
	border: none;
	padding: 8px 0px 8px 16px;
	width: 100%;
	font-size: 16px;
	-moz-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
}

.search-top form button {
	width: 20px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 7px;
	background: none;
}
.search-top form button:before {
	font-family: 'FontAwesome';
	content: "\f002";
	font-size: 16px;
	font-weight:normal;
}

@media screen and (max-width: 989px) {
	.search-top {
		width: 100%;
		max-width: 220px;
		margin:26px 0 0 20px;
	}
}

@media screen and (max-width: 889px) {
	.search-top {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin:0;
		height:68px;
		max-height:0px;
		top:0px;
		clear:both;
		float:none;
		z-index: 1;
		-webkit-transition: max-height .2s; 
		-moz-transition: max-height .2s; 
		-ms-transition: max-height .2s; 
		-o-transition: max-height .2s; 
		transition: max-height .2s;
	}

	.search-toggled .search-top {
		transform: translateY(0px);
		max-height:68px;
		display:block;
	}

	.search-top-inner {
		width: 99%;
		height:58px;
		padding:12px 2% 0px 2%;
	}

	.search-top form input {
		float: none;
		overflow: hidden;
		border: none;
		margin:0;
		padding: 10px 0px 10px 16px;
		width: 96%;
		font-size: 16px;
		-moz-border-radius: 50px 50px 50px 50px;
		border-radius: 50px 50px 50px 50px;
		visibility:hidden;
		-webkit-transition: opacity 1s ease-out;
		-moz-transition: opacity 1s ease-out;
		-o-transition: opacity 1s ease-out;
		transition: opacity 1s ease-out;
		opacity:0;
	}

	.search-toggled .search-top form input {
		opacity: 1;
		visibility: visible;
	}

	.search-top form button {
		width: 20px;
		height: 20px;
		padding: 2px;
		margin: 0px;
		border: none;
		cursor: pointer;
		position: absolute;
		right: 7%;
		top: 20px;
		background: none;
		visibility:hidden;
		-webkit-transition: opacity 1s ease-out;
		-moz-transition: opacity 1s ease-out;
		-o-transition: opacity 1s ease-out;
		transition: opacity 1s ease-out;
		opacity:0;
	}

	.search-toggled .search-top form button {
		opacity: 1;
		visibility: visible;
	}
}

@media screen and (max-width: 889px) {
	.site-main {
		margin: 0;
	}

	.site-title {
		padding: 25px 20px;
	}

	.top-navigation {
		display: block;
		clear:both;
		float:none;
		padding:0;
		height:0;
	}

	.primary-navigation {
		padding: 0;
		margin:0;
		z-index: -1;
	}

	.primary-navigation li {
		padding: 0;
		margin:0;
	}

	.primary-navigation ul {
		padding: 0;
		margin:0;
	}

	.primary-navigation a {
		font-size: 16px;
	}

	.primary-navigation li a,
	.primary-navigation ul ul a {
	/* Add your own secret sauce. */
}

.primary-navigation ul li > a {
	padding: 12px 0 11px 16px;
}

.primary-navigation a:hover {
/* Season to individual taste. */
}

.menu-toggle {
	display: block;
	float: right;
	cursor: pointer;
	font-size: 0;
	text-decoration: none;
	margin: 0;
	overflow: hidden;
	font-weight: 400;
	text-transform:uppercase;
	position: absolute;
	top: 22px;
	right: 24px;
	text-align: center;
}

.menu-toggle:after {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 28px;
	font-weight: 400;
	text-decoration: inherit;
	vertical-align: text-bottom;
	content: "\f0c9";
	margin: 0;
}

.menu-toggle,
.primary-navigation.toggled .nav-menu {
	display: block;
	z-index: 99999;
}

.primary-navigation.toggled .nav-menu {
	margin-bottom: .25em;
}

.primary-navigation ul {
	display: none;
}

.primary-navigation .menu-item-has-children {
	position: relative;
	cursor: pointer;
}

.dropdown-toggle {
	font-family: "FontAwesome";
	font-size: 18px;
	font-weight: 600;
	speak: none;
	display: inline-block;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0px;
	height: 47px;
	line-height: 50px;
	width: 48px;
}

.dropdown-toggle:after {
	content: "\f107";
	position: absolute;
	right: 16px;
}

.dropdown-toggle.toggled:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

#primary-navigation .dropdown-toggle:hover {
/*
Optional extras.
*/
}

.primary-navigation ul ul li a {
	padding-left: 2em;
}

.search-toggle {
	display: block;
	float: right;
	cursor: pointer;
	font-size: 0;
	text-decoration: none;
	margin: 0;
	overflow: hidden;
	height: 40px;
	width:40px;
	font-weight: 400;
	text-transform:none;
	position: absolute;
	top: 20px;
	right: 64px;
	text-align: center;
}

.search-toggle:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "FontAwesome";
	text-decoration: inherit;
	vertical-align: text-bottom;
	content: "\f002";
	font-weight: 400;
	margin: 0;
	font-size: 28px;
	border:none;
}

.search-toggle a:hover {
	text-decoration:none;
}
}

/* Layout
-------------------------------------------------------------- */
#page {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.content-area {
	width: 100%;
	background: none;
	padding-top: 0;
}

.site-main {
	padding: 30px 0;
}

.site-content .secondary {
	overflow: hidden;
	width: 28%;
	margin: 30px 0 !important;
}

/* No Sidebar */
.layout-single-column .content-area {
	max-width: 980px;
	margin: 0 auto;
}

/* Sidebar Right */
.layout-sidebar-right .content-area {
	float: left;
	margin: 0 -28% 0 0;
}

.layout-sidebar-right .site-main {
	margin: 0 28% 0 0;
	padding: 30px 30px 30px 0;
}

.layout-sidebar-right .site-content .secondary {
	float: right;
	margin: 20px 0;
}


/* Sidebar Left */
.layout-sidebar-left .content-area {
	float: right;
	margin: 0 0 0 -28%;
}

.layout-sidebar-left .site-main {
	margin: 0 0 0 28%;
	padding: 30px 0 30px 30px;
}

.layout-sidebar-left .site-content .secondary {
	float: left;
	margin: 20px 0;
}

/* Responsive Layout */
@media screen and (max-width: 881px) {
	#page .content-area {
		float: none;
		margin: 30px 0 0;
	}

	#page .site-main {
		margin: 0;
		padding: 0;
	}

	#page .site-content .secondary {
		float: none;
		width: auto;
	}
}

@media screen and (max-width: 510px) {
	#page .content-area {
		padding: 0;
		margin: 0;
	}

	#content .col-width {
		width: 100%;
	}

	#page .site-content .secondary {
		margin: 0;
	}
	.site-content .secondary {
		margin: 0 !important;
		border-top: 1px solid #eef2f5;
	}

	.module,
	.single .module {
		border-radius: 0;
		margin: 0;
		box-shadow: none;
		border-bottom: 1px solid #eef2f5;
	}

	.single .module {
		margin-bottom: 0;
	}
}

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

.sticky {
/* Theme Review Requirement */
}

/* Give sticky posts a unique icon and style */

.sticky .entry-title:before,
.category-sticky .entry-title:before {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
	color: #7B8996;
}

.sticky .entry-title:before,
.category-sticky .entry-title:before {
	content: "\f08d";
	margin-right:8px;
	color: #4a545a;
}

.bypostauthor {
/* Theme Review Requirement */
}

.entry-header {
	padding: 2% 8%;
	text-align: left;
}

.entry-title {
	font-size: 34px;
	line-height:1.15em;
	margin: 26px 0px 6px 0;
	font-weight: 400;
}

.entry-title a {
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	color: #4a545a;
	border: none;
}

.entry-title a:hover,
.entry-title a.active {
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	opacity: .8;
	border: none;
	text-decoration:none;
}

@media screen and (max-width: 510px) {
	.entry-title {
		font-size: 26px;
	}
}

.page-header {
	background: #fff;
	box-shadow: 0 2px 0 #D9E1E7;
	border-radius: 3px;
	padding: 15px 25px 15px;
	margin: 20px 0 0;
}

@media screen and (max-width: 510px) {
	.page-header {
		border-radius: 0px;
		margin: 0;
		box-shadow: none;
		border-bottom: 1px solid #eef2f5;
	}
}

.page-title {
	font-size: 22px;
	color: #4a545a;
	margin: 0;
}

.entry-meta {
	color: #7B8996;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	text-transform: none;
}

.entry-header-meta {
	font-size: 15px;
}

.entry-header-meta .posted-on:before,
.entry-header-meta.video-meta:before {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #7B8996;
}

.entry-header-meta .posted-on:before {
	margin-right: 4px;
}

.entry-header-meta .posted-on:before,
.entry-header-meta.video-meta:before {
	content: "\f017";
}

.entry-meta a {
	color: #7B8996;
}

.entry-meta a:hover {
	color: #4A545A;
	text-decoration: none;
}

.entry-image-section {
	position: relative;
}

.entry-image-link,
.entry-image img {
	display: block;
}

.entry-image {
	display: block;
	position: relative;
	margin-bottom: 2%;
	overflow: hidden;
}

.entry-image:before {
	z-index: 1;
	display: block;
	content: '';
	box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.entry-image img {
	width: 100%;
}

.entry-content,
.author-meta,
footer.entry-meta {
	padding: 0 8% 4%;
}

/* Author Meta*/

.author-box {
	background: #F1F5F9;
	border-radius:3px;
	position: relative;
	padding: 20px;
	min-height: 110px;
	margin:20px 0;
}

.author-avatar {
	position: absolute;
	left: 20px;
	top: 20px;
}

.author-avatar img {
	border-radius: 50%;
}

.author-description {
	margin-left: 90px;
}

.author-description h3 {
	font-size: 18px;
	margin-bottom: 5px;
}

/* Post Meta */

footer.entry-meta {
	padding-bottom: .75em;
	font-size: 12px;
	margin: 2em 0;
}

footer.entry-meta ul {
	list-style: none;
	margin: 0;
}

footer.entry-meta li {
	display: inline-block;
	margin: 0 .5em .5em 0;
}

footer.entry-meta a {
	display: block;
	background: #eef2f5;
	border-radius: 20px;
	color: #7B8996;
	padding: .5em 1em;
	font-weight:600;
}

footer.entry-meta a:hover {
	color: #4A545A;
	text-decoration: none;
}

.page-links {
	clear: both;
	margin: 0 0 20px;
}

.more-link {
	display: block;
	margin-top: 20px;
}

@media screen and (max-width: 510px) {
	.entry-header {
		padding: 0 6% 2%;
	}

	.entry-content,
	.author-meta,
	.entry-footer-meta {
		padding: 0 6% 6%;
	}
}

/* Post Formats */

.entry-meta-format {
	font-size: 14px;
	margin: 0.5em 0;
	text-align:center;
}

@media screen and (max-width: 510px) {
	.entry-meta-format {
		font-size: 14px;
	}
}

.entry-meta-format ul {
	list-style: none;
	margin: 0;
}

.entry-meta-format li {
	display: inline-block;
	margin: 0 .5em .5em 0;
}

.entry-meta-format a {
	color: #7B8996;
	padding: .5em 0;
}

.entry-meta-format a:hover {
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	color: #4A545A;
	text-decoration:none;
}

.entry-meta-format ul ul {
	display: none;
	width: 96px;
	background:#fff;
	border: 1px solid #EEF2F5;
	margin-left: -20px;
	margin-top:6px;
	position: absolute;
	z-index: 99999;
	border-radius: 5px;
	text-align: center;
}

.entry-meta-format ul ul:before {
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #EEF2F5;
	content: "";
}

.entry-meta-format ul ul li {
	display: block;
	border-bottom: 1px solid #EEF2F5;
	margin: 0;
}

.entry-meta-format ul ul li:last-child {
	border-bottom: none;
}

.entry-meta-format ul ul a {
	display: inline-block;
	padding: 6px 0px;
	font-size:12px;
	color: #7B8996;
}

.entry-meta-format ul ul li:last-child a {
	border-bottom: none;
}

.entry-meta-format ul ul a:hover {
	color: #4A545A;
}

.entry-meta-format ul li:hover > ul {
	display: block;
}

.post-date-meta:before,
.post-meta-comments:before,
.post-meta-share:before,
.post-share-facebook:before,
.post-share-twitter:before,
.post-share-download:before,
.format-link .entry-title:before,
.format-quote .entry-title:before {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
	color: #7B8996;
}

.post-date-meta:hover:before,
.post-meta-comments:hover:before,
.post-meta-share:hover:before,
.post-share-facebook:hover:before,
.post-share-twitter:hover:before,
.post-share-download:hover:before {
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	color: #4A545A;
}

.format-link .entry-title:hover:before {
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	opacity: .8;
}

.post-date-meta:before {
	content: "\f017";
}

.post-meta-comments:before {
	content: "\f086";
}
.post-meta-share:before {
	content: "\f1e0";
}

.post-share-facebook:before {
	content: "\f09a";
}

.post-share-twitter:before {
	content: "\f099";
}

.post-share-download:before {
	content: "\f0ed";
}

.format-link .entry-meta-format,
.format-quote .entry-meta-format,
.format-standard .entry-meta-format {
	border-top: 1px solid #EEF2F5;
	padding-top: 16px;
}

.format-audio .entry-meta-format {
	padding-top: 8px !important;
}

.format-video .entry-meta-format {
	padding-top: 10px;
}


.single .format-link,
.single .format-quote,
.single .format-quote .entry-meta-format,
.single .format-link .entry-meta-format,
.single .format-image .entry-meta-format,
.single .format-video .entry-meta-format {
	border-bottom: 1px solid #EEF2F5;
}

.single .format-quote .entry-meta-format,
.single .format-link .entry-meta-format,
.single .format-image .entry-meta-format,
.single .format-video .entry-meta-format {
	padding-bottom: 10px;
}

.format-quote .entry-title,
.format-link .entry-title {
	padding-top:2%;
}

.format-link .entry-title:before {
	content: "\f0c1";
	margin-right:8px;
	color: #4a545a;
}

.format-quote .entry-title:before {
	content: "\f10d";
	margin-right:8px;
	color: #4a545a;
}

@media screen and (max-width: 510px) {
	.format-quote .entry-title,
	.format-link .entry-title {
		font-size: 26px;
	}
}

.format-quote .quote-citation {
	margin:0;
	padding:0 8% 4% 0;
	text-align:right;
}

.format-image .image-caption {
	font-size:15px;
	text-align:center;
	color:#7B8996;
	padding-top:6px;
}

.format-image .image-fallback-thumbnail {
	width: 100%;
	padding-top: 56.25%;
	height:0;
	background: #c2c9cd;
	position: relative;
	margin-bottom:12px;
}

.format-image .image-fallback-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding:12%;
	height: 100%;
}

/* Search & 404
--------------------------------------------------------------*/

#secondary .search-form,
#error-404 .search-form {
	width: 90%;
	padding: 0px 0px 20px 0px;
	position: relative;
}

#secondary .search-form form input,
#error-404 .search-form form input {
	border: none;
	overflow: hidden;
	padding: 8px 0px 8px 16px;
	width: 100%;
	font-size: 16px;
	border: 1px solid #eef2f5;
	background-color: #eef2f5;
	-moz-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
}

#secondary .search-form form input:focus,
#error-404 .search-form form input:focus {
	outline: none;
}

#secondary .search-form form button,
#error-404 .search-form form button {
	width: 20px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 7px;
	background: none;
	color: #4a545a;
}

#secondary .search-form form button:before,
#error-404 .search-form form button:before {
	font-family: 'FontAwesome';
	content: "\f002";
	font-size: 16px;
}

#secondary .search-form form button.search-form-btn,
#error-404 .search-form form button.search-form-btn {
	color: #4a545a;
	font-weight: normal;
}

#error-404 .widget_categories {
	margin-top: 40px;
}

/* Widgets
--------------------------------------------------------------*/
.secondary .widget {
	padding: 15px 30px;
	margin-bottom: 30px;
	font-size:0.85em;
}

.widget-title {
	font-family: "Montserrat", "Helvetica Neue", sans-serif;
	font-size: 17px;
	color: #4A545A;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

.widget > ul,
.widget > div > ul {
	list-style: none;
	margin-left: 0;
}

/* Make sure lists fit in widgets */
.widget ul,
.widget li {
	list-style: none;
	margin-left: 0px;
}

#calendar_wrap {
	overflow-x: scroll;
}

@media screen and (max-width: 881px) {
	.secondary .widget {
		margin-bottom: 0px;
		padding: 15px 6%;
	}
}

/* Post Tags */

.post-tags {
	margin-top: 60px;
}

.post-tags,
.tagcloud {
	line-height: 1;
}

.post-tags a,
.tagcloud a {
	display: inline-block;
	padding: .75em 1em;
	margin: 0 .5em .75em 0;
	font-size: 0.75em !important;
	line-height: 1;
	font-weight: 600;
	border-radius: 20px;
	position: relative;
}

.post-tags a:hover,
.tagcloud a:hover {
	text-decoration:none;
}

.secondary .post-tags a,
.secondary .tagcloud a {
	background: #eef2f5;
	color: #7B8996;
}

.secondary .post-tags a:hover,
.secondary .tagcloud a:hover {
	color: #4A545A;
}

.post-tags a {
	margin-right: 8px;
}

/* Responsive Twitter Widget */

iframe[id^='twitter-widget-'] {
	width:100% !important;
	min-width: 100px !important;
}

/* Feature Widgets */

.audonic-feature-widget li {
	margin-bottom: 8px;
	line-height: 18px;
	display: block;
	position: relative;
	min-height: 65px;
}

.audonic-feature-widget img {
	float: left;
	margin: 0 12px 0 0;
	width: 56px;
	height: 56px;
	border-radius: 3px;
	opacity: 1;
}

.widget_audonic_recent_comments .audonic-feature-widget img {
	border-radius: 100px;
}

.audonic-feature-widget img.widget-fallback-thumbnail {
	background: #c2c9cd;
}

.audonic-feature-widget img:hover {
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.secondary .audonic-feature-widget .feature-widget-title a,
.secondary .audonic-feature-widget .feature-widget-author a {
	color: #4A545A;
}

.audonic-feature-widget .feature-widget-title,
.audonic-feature-widget .feature-widget-author {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: 400;
	padding:0;
	margin:0;
}

.secondary .audonic-feature-widget .feature-widget-title,
.secondary .audonic-feature-widget .feature-widget-author {
	color: #7B8996;
}

.audonic-feature-widget .feature-widget-meta,
.audonic-feature-widget .feature-widget-comment {
	line-height: 1.25em;
	font-weight: 400;
	margin: 0px;
	padding:0px 0 12px 0;
}

.secondary .audonic-feature-widget .feature-widget-meta,
.secondary .audonic-feature-widget .feature-widget-comment {
	color: #7B8996;
}

/* MailChimp Form Embed Widget */

#mc_embed_signup form {
	position:relative;
	text-align:left;
	padding:10px 0 10px 3%;
}

#mc_embed_signup input {
/* Input your own bananas */
}

#mc_embed_signup .button {
	transition: all 0.3s ease 0s;
	-webkit-appearance: none;
	text-align: center;
	height: 42px;
	line-height: 42px;
	border: 0 none;
	background-color: #37BF91;
	color: #FFFFFF;
	opacity: 1;
	cursor: pointer;
	font-size:15px;
	font-weight: 600;
}

#mc_embed_signup .button:hover {
	color: #ffffff;
	opacity: 0.8;}

	#mc_embed_signup label {
		display:inline;
		font-size:16px;
		padding-bottom:10px;
		font-weight:normal;
	}

	#mc_embed_signup input.email {
		width:58%;
		min-width:130px;
		padding: 10px 10px;
		float: left;
		height: 42px;
		border-radius: 3px 0 0 3px;
	}

	#mc_embed_signup input.button {
		overflow: visible;
		position: relative;
		border-radius: 0 3px 3px 0;
		border: 0;
		padding:0;
		cursor: pointer;
		width:35%;
		margin:0;
		min-width:90px;
	}

/* Paging Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	clear: both;
	overflow: hidden;
	font-weight: 500;
	font-size: 15px;
}

.site-main .comment-navigation {
	padding: 0 6% 0;
}

.site-main #comment-nav-below {
	padding: 4% 6% 0;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.paging-navigation a {
	padding: 15px 30px;
	display: inline-block;
	color: #4a545a;
}

.post-navigation {
	padding: 30px 6%;
	border-top: 1px solid #EEF2F5;
}

/* Comments
--------------------------------------------------------------*/
#comments {
	border-top: 2px solid #EEF2F5;
}

.comments-title {
	padding: 4% 6% 0;
	font-family: "Montserrat", "Helvetica Neue", sans-serif;
	font-weight: 400;
	color: #4a545a;
}

.no-comments {
	margin: 0;
	padding: 4% 6%;
	text-align: center;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-list {
	margin: 0;
	padding: 4% 6%;
	list-style: none;
	border-bottom: 2px solid #EEF2F5;
}

.comment-list .children {
	list-style: none;
}

.comments-title {
	color: #4a545a;
	font-weight: 400;
	margin: 0 0 15px;
}

.comment, .trackback, .pingback {
	position: relative;
	padding: 0 0 0 80px;
}

.comment-body {
	margin: 0 0 30px 0;
}

.comment-author {
	font-style: normal;
	line-height: 1;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}

.comment-author .fn {
	font-style: normal;
	font-weight: 400;
}

.comment-author .avatar {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100%;
}

.trackback .avatar, .pingback .avatar {
	background: #F1F5F9;
	color: #fff;
	font-size: 20px;
	padding: 2px 0 0 2px;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
}

.comment-by-post-author .comment-author .fn:after {
	font-family: 'FontAwesome';
	font-weight: normal;
	content: '\f14b';
	color: #f99868;
	margin-left: 10px;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-meta {
	padding-right: 80px;
}

.comment-metadata {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 30px;
}

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

.comment-metadata a:hover {
	color: #4A545A;
	text-decoration: none;
}

.comment-reply {
	display: inline-block;
	margin-right: 5px;
}

.comment-reply-link {
	font-size: 0.85em;
}

.reply a {
	padding: .5em 1em;
	background: #eef2f5;
	font-weight:600;
	border-radius: 20px;
	font-size: 14px;
	color: #7B8996;

}

.reply a:hover,
.reply a:visited {
	color: #4A545A;
	text-decoration:none;
}

.comment-reply-link:before {
	display: inline-block;
	font-family: 'FontAwesome';
	content: '\f112';
	margin-right: 5px;
	font-weight:400;
	font-size: 14px;
	color: #7B8996;
}

.comment-reply-link:hover:before {
	color: #4A545A;
}

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

.comment-time a {
	color: #7B8996;
}

.comment-list .children {
	margin: 0;
}

.comment-list .children .children .comment {
	margin: 0;
}

#reply-title {
	font-family: "Montserrat", "Helvetica Neue", sans-serif;
	font-weight: 400;
	color: #4a545a;
	margin-bottom: 30px;
}

#respond {
	padding: 4% 6%;
}

.comment-list #respond {
	padding: 4% 0;
}

#respond p {
	margin-bottom: 20px;
}

#respond label {
	padding-bottom: 4px;
}

#author, #email, #url {
	width: 50%;
}

#respond textarea {
	display: block;
	width: 80%;
}

/* These are not displayed by default */
#respond .form-allowed-tags {
	display: none;
	clear: both;
	width: 80%;
}

#respond .form-allowed-tags {
	margin-bottom: 15px;
}

#respond .form-allowed-tags code {
	font-size: 12px;
}

#cancel-comment-reply-link {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
}

@media screen and (max-width: 510px) {
	#author, #email, #url {
		width: 100%;
	}

	#respond textarea {
		width: 100%;
	}
}

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

.footer-widgets {
	padding: 30px 0;
}

.footer-widgets .widget-title {
	padding-bottom: 10px;
}

.footer-widgets .search-form {
	width: 90%;
	padding: 0px 0px 20px 0px;
	position: relative;
}

.footer-widgets .search-form form input {
	border: none;
	overflow: hidden;
	padding: 8px 0px 8px 16px;
	width: 100%;
	font-size: 16px;
	-moz-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
}

.footer-widgets .search-form form input:focus {
	outline: none;
}

.footer-widgets .search-form form button {
	width: 20px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 7px;
	background: none;
}

.footer-widgets .search-form form button:before {
	font-family: 'FontAwesome';
	content: "\f002";
	font-size: 16px;
}

.footer-widgets .search-form form button.search-form-btn {
	font-weight: normal;
}

@media screen and (min-width: 510px) and (max-width: 880px) {
	.footer-widgets.columns-2 .widget,
	.footer-widgets.columns-3 .widget {
		width: 45%;
		margin-right: 10%;
		float: left;
	}

	.footer-widgets.columns-2 .widget:nth-of-type(2n),
	.footer-widgets.columns-3 .widget:nth-of-type(2n) {
		margin-right: 0;
	}
}

@media screen and (min-width: 881px) {
	.footer-widgets.columns-2 .widget {
		width: 45%;
		margin-right: 10%;
		float: left;
	}

	.footer-widgets.columns-2 .widget:nth-of-type(2n) {
		margin-right: 0;
	}

	.footer-widgets.columns-3 .widget {
		width: 30%;
		margin-right: 5%;
		float: left;
	}

	.footer-widgets.columns-3 .widget:nth-of-type(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 510px) {
	.footer-widgets .widget {
		margin-bottom: 15px;
	}

	.footer-widgets .col-width,
	#colophon .col-width {
		padding-right: 6%;
		padding-left: 6%;
	}
}

#colophon {
	padding: 30px 0;
}

.site-footer {
	margin-top: 0%;
	padding: 4% 0;
	font-size: 16px;
	display: inline-block;
	width: 100%;
	transition: .2s ease-in;
}

@media (max-width: 889px) {
	.site-footer {
		padding: 6% 0;
		margin-top: 0%;
	}
}

.footer-bottom {
	display: inline-block;
	width: 100%;
}

@media (max-width: 889px) {
	.footer-bottom {
		text-align: center;
		font-size: 14px;
	}
}

.footer-navigation {
	display: inline-block;
	float: right;
}

@media (max-width: 889px) {
	.footer-navigation {
		width: 100%;
		float: none;
	}
}

.footer-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-navigation li {
	display: inline;
	margin-left: 15px;
}

@media (max-width: 889px) {
	.footer-navigation li {
		margin-left: 0;
		margin-right: 15px;
	}
}

@media (max-width: 889px) {
	.footer-navigation + .site-info {
		margin-top: 10px;
	}
}

.site-info {
	display: inline-block;
}

@media screen and (min-width: 890px) {
	.primary-navigation .social span,
	.footer-navigation .social span {
		margin: 0;
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
	}

	.primary-navigation .social a:before,
	.footer-navigation .social a:before {
		display: inline-block;
		font-family: 'FontAwesome';
		font-style: normal;
		font-weight: normal;
		font-size: 18px;
		text-align: center;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

@media screen and (max-width: 889px) {
	.primary-navigation .social a:before {
		display: inline-block;
		font-family: 'FontAwesome';
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.primary-navigation .social > a {
		display: block;
	}

	.primary-navigation .social a:before {
		margin-right: 10px;
	}

	.footer-navigation .social span {
		margin: 0;
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
	}
	.footer-navigation .social a:before {
		display: inline-block;
		font-family: 'FontAwesome';
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		text-align: center;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

.primary-navigation .social a[href*="behance.com"]:before,
.footer-navigation .social a[href*="behance.com"]:before {
	content: '\f1b4';
}

.primary-navigation .social a[href*="dribbble.com"]:before,
.footer-navigation .social a[href*="dribbble.com"]:before {
	content: '\f17d';
}

.primary-navigation .social a[href*="facebook.com"]:before,
.footer-navigation .social a[href*="facebook.com"]:before {
	content: '\f09a';
}

.primary-navigation .social a[href*="flickr.com"]:before,
.footer-navigation .social a[href*="flickr.com"]:before {
	content: '\f16e';
}

.primary-navigation .social a[href*="github.com"]:before,
.footer-navigation .social a[href*="github.com"]:before {
	content: '\f09b';
}

.primary-navigation .social a[href*="linkedin.com"]:before,
.footer-navigation .social a[href*="linkedin.com"]:before {
	content: '\f0e1';
}

.primary-navigation .social a[href*="pinterest.com"]:before,
.footer-navigation .social a[href*="pinterest.com"]:before {
	content: '\f0d2';
}

.primary-navigation .social a[href*="plus.google.com"]:before,
.footer-navigation .social a[href*="plus.google.com"]:before {
	content: '\f0d5';
}

.primary-navigation .social a[href*="instagr.am"]:before,
.primary-navigation .social a[href*="instagram.com"]:before,
.footer-navigation .social a[href*="instagr.am"]:before,
.footer-navigation .social a[href*="instagram.com"]:before {
	content: '\f16d';
}

.primary-navigation .social a[href*="skype.com"]:before,
.footer-navigation .social a[href*="skype.com"]:before {
	content: '\f17e';
}

.primary-navigation .social a[href*="soundcloud.com"]:before,
.footer-navigation .social a[href*="soundcloud.com"]:before {
	content: '\f1be';
}

.primary-navigation .social a[href*="spotify.com"]:before,
.footer-navigation .social a[href*="spotify.com"]:before {
	content: '\f1bc';
}

.primary-navigation .social a[href*="snapchat.com"]:before,
.footer-navigation .social a[href*="snapchat.com"]:before {
	content: '\f2ac';
}

.primary-navigation .social a[href*="tumblr.com"]:before,
.footer-navigation .social a[href*="tumblr.com"]:before {
	content: '\f173';
}

.primary-navigation .social a[href*="twitter.com"]:before,
.footer-navigation .social a[href*="twitter.com"]:before {
	content: '\f099';
}

.primary-navigation .social a[href*="vimeo.com"]:before,
.footer-navigation .social a[href*="vimeo.com"]:before {
	content: '\f194';
}

.primary-navigation .social a[href*="youtube.com"]:before,
.footer-navigation .social a[href*="youtube.com"]:before {
	content: '\f16a';
}

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

.screen-reader-text: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;
	display: block;
	font-size: 14px;
	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 */
}

/* Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.entry-content img.alignnone {
	margin-bottom: 10px;
	margin-top: 10px;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Style veritical images */

.vertical-image {
	max-width: 33%;
	margin:0 auto;
}

@media screen and (max-width: 720px) {
	.vertical-image {
		max-width: 63%;
	}
}

@media screen and (max-width: 510px) {
	.vertical-image {
		max-width: 100%;
	}
}


/* Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 15px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	font-size: 14px;
	margin: 12px 0;
}

/* Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item img {
	width: 100%;
	display: block;
	padding-right: 5%;
	padding-bottom: 5%;
}

.gallery-columns-1 .gallery-item img {
	padding-right: 0;
	padding-bottom: 15px;
}

.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;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	margin: 4px 0 16px 0;
	color: #7B8996;
}

/* Clearings
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}


/* Hero Archive
--------------------------------------------------------------*/

.col-width.hero-header {
	width: 100%;
	max-width: 100%;
	/*min-height:200px;*/
	margin: 0 auto;
}

.hero-featured-post {
	padding:0;
	position: relative;
}

.hero-title h1,
.hero-title p {
	text-align:center;
}

h1.page-hero-title,
h1.taxonomy-hero-title {
	color:#fff;
	line-height:1em;
	padding:0;
	margin:0;
	text-align:center;
}

.taxonomy-hero-description p {
	color: #fff;
	color: rgba(255,255,255,.75);
	padding:8px 0;
	margin:0;
	text-align:center;
}

.archive-background-overlay {
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.65);
}

.page-template-homepage-audio.transparent .hero-featured-post .audio-hero-container,
.single-audio-hero-post.transparent .hero-featured-post .audio-hero-container {
	margin: 0 auto;
	padding:160px 20px 100px 20px !important;
}

.page-template-audio-archive.transparent .hero-featured-post .header-hero-container,
.page-template-video-archive.transparent .hero-featured-post .header-hero-container,
.page-template-blog-archive.transparent .hero-featured-post .header-hero-container,
.page-template-audio-playlist.transparent .hero-featured-post .header-hero-container,
.audonic-contact-template.transparent .hero-featured-post .header-hero-container {
	margin: 0 auto;
	padding:120px 20px 100px 20px;
	width:100%;
	max-width:680px;
}

.category.transparent .hero-featured-post .header-hero-container {
	margin: 0 auto;
	padding:120px 20px 90px 20px;
	width:100%;
	max-width:680px;
}

@media screen and (max-width: 890px) {
	.page-template-audio-archive.transparent .hero-featured-post .header-hero-container,
	.page-template-video-archive.transparent .hero-featured-post .header-hero-container,
	.page-template-blog-archive.transparent .hero-featured-post .header-hero-container,
	.page-template-audio-playlist.transparent .hero-featured-post .header-hero-container,
	.audonic-contact-template.transparent .hero-featured-post .header-hero-container {
		padding:160px 20px 60px 20px;
		width:100%;
	}

	.category.transparent .hero-featured-post .header-hero-container {
		padding:160px 20px 60px 20px;
		width:100%;
	}
}

.page-template-audio-archive .hero-featured-post .header-hero-container,
.page-template-video-archive .hero-featured-post .header-hero-container,
.page-template-blog-archive .hero-featured-post .header-hero-container,
.page-template-audio-playlist .hero-featured-post .header-hero-container,
.audonic-contact-template .hero-featured-post .header-hero-container {
	margin: 0 auto;
	padding:60px 20px 60px 20px;
	width:100%;
	max-width:680px;
}

.category .hero-featured-post .header-hero-container {
	margin: 0 auto;
	padding:60px 20px 60px 20px;
	width:100%;
	max-width:680px;
}

@media screen and (max-width: 680px) {
	.hero-featured-post .header-hero-container {
		margin: 0 auto;
		padding:40px 10px;
	}
}

@media screen and (max-width: 510px) {
	.hero-featured-post .header-hero-container {
		margin: 0 auto;
		padding:0px;
	}
}

/*
Single Audio Feature
Description: This file used for single audio templates.
*/

/* Audio Template Layout */

.audio-container {
	padding:0 !important;
	margin-bottom:25px;
}

.audio-container.self-hosted {
	margin-bottom: 0px !important;
	padding:0 !important;
}

.audio-container.self-hosted a {
/* Add to liking */
}

.audio-container.self-hosted a:hover {
	text-decoration:none;
}

.audio-image {
	height:auto;
	overflow:hidden;
	position:relative;
	height:160px;
	float:left;
	margin:0px 12px 0 0 !important;
	padding:0;
}

.audio-container.self-hosted .audio-fallback-thumbnail {
	background: #c2c9cd;
}

.audio-container.self-hosted .audio-fallback-thumbnail img {
	padding:20px;
}

@media screen and (max-width: 510px) {
	.audio-image {
		margin:0 !important;
		height:auto;
	}
}

.audio-image img {
	width:160px;
	height:160px;
	opacity: 1;
}

.audio-image img:hover {
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.audio-content {
	padding:0;
	margin-bottom:0px !important;
	min-height:160px;
	overflow:hidden;
}

@media screen and (max-width: 510px) {
	.audio-hero-container .audio-content {
		padding:20px 0 8px 0;
	}
}

.audio-content .audio-header {
	padding:16px 0 18px 0px;
	margin:0;
}

@media screen and (max-width: 720px) {
	.audio-content .audio-header {
		padding:16px 0 8px 0px;
	}
}

.audio-header .audio-post-featured {
	padding:0;
	font-size: 14px;
	margin:0;
	font-weight:400px;
	font-family: "Montserrat", "Helvetica Neue", sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

@media screen and (max-width: 510px) {
	.audio-header .audio-post-featured {
		padding-left:20px;
	}
}

.audio-header .audio-post-date {
	padding:0;
	font-size: 15px;
	margin:0;
}

.audio-header .audio-post-title {
	font-size: 20px;
	font-family: "Montserrat", "Helvetica Neue", sans-serif;
	font-weight: 400;
	line-height: 24px;
	padding:6px 0 0 0;
	margin:0;
}

@media screen and (max-width: 720px) {
	.audio-header .audio-post-title {
		padding:0;
	}
}

@media screen and (max-width: 510px) {
	.audio-header .audio-post-title {
		font-size: 18px !important;
		line-height: 22px;
	}
}

.audio-header .feature-share-link a {
	font-size: 16px;
	padding: 10px 0px;
	border: none;
	display: inline-block;
}


.audio-header .feature-share-link li {
	position: relative;
	display: inline;
}

.audio-header .feature-share-link {
	float:right;
	font-size: 18px;
	padding:0;
	margin:0 32px 0 0;
}

.audio-header .feature-share-link ul {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	display: block;
}

.audio-header .feature-share-link ul ul {
	display: none;
	width: 96px;
	left: 50%;
	margin-left: -48px;
	position: absolute;
	top: 32px;
	z-index: 99999;
	border-radius: 5px;
	text-align: center;
}

.audio-header .feature-share-link ul ul:before {
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: "";
}

.audio-header .feature-share-link ul ul li {
	display: block;
	margin: 0;
}

.audio-header .feature-share-link ul ul li:last-child {
	border-bottom: none;
}

.audio-header .feature-share-link ul ul a {
	display: inline-block;
	padding: 6px 0px;
	font-size:12px;
}

.audio-header .feature-share-link ul ul li:last-child a {
	border-bottom: none;
}

.audio-header .feature-share-link ul li:hover > ul {
	display: block;
}

.audio-header .feature-share-link .audio-feature-share:before,
.audio-header .feature-share-link .audio-feature-facebook:before,
.audio-header .feature-share-link .audio-feature-twitter:before,
.audio-header .feature-share-link .audio-feature-download:before {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.audio-header .feature-share-link .audio-feature-share:before {
	font-size:16px;
	margin-right: 6px;
}

.audio-header .feature-share-link .audio-feature-facebook:before,
.audio-header .feature-share-link .audio-feature-twitter:before,
.audio-header .feature-share-link .audio-feature-download:before {
	font-size:12px;
	margin-right: 4px;
}

.audio-header .feature-share-link .audio-feature-share:before {
	content: "\f1e0";
}

.audio-header .feature-share-link .audio-feature-facebook:before {
	content: "\f09a";
}

.audio-header .feature-share-link .audio-feature-twitter:before {
	content: "\f099";
}

.audio-header .feature-share-link .audio-feature-download:before {
	content: "\f0ed";
}

@media screen and (max-width: 510px) {
	.audio-image {
		float: none;
		margin:0;
	}

	.audio-content {
		height: auto;
	}

	.audio-image img {
		width:100%;
		height:auto;
	}

	.audio-header .audio-post-date {
		padding:0 0 0 20px;
		font-size: 14px;
		margin:0;
	}

	.audio-header .audio-post-title {
		font-size: 22px;
		padding:0 0 0 20px;
		margin:0;
	}
}

/* Audio Archive Template */

.audio-hero-container {
	margin: 0 auto;
	max-width: 980px;
	padding:40px 0;
}

.page-template-audio-archive .audio-hero-container .audio-content .audio-header,
.page-template-homepage-audio .audio-hero-container .audio-content .audio-header,
.page-template-homepage-slider .audio-hero-container .audio-content .audio-header,
.page-template-audio-playlist .audio-hero-container .audio-content .audio-header {
	padding:4px 0 16px 0px;
	margin:0;
}

@media screen and (max-width: 510px) {
	.audio-hero-container {
		max-width: 100%;
		padding:0;
	}
}

.page-template-audio-archive .audio-container.self-hosted .audio-image img,
.page-template-audio-playlist .audio-container.self-hosted .audio-image img,
.page-template-homepage-audio .audio-container.self-hosted .audio-image img,
.page-template-homepage-slider .audio-container.self-hosted .audio-image img,
.page-template-audio-archive .audio-container.self-hosted .audio-image.audio-fallback-thumbnail,
.page-template-audio-playlist .audio-container.self-hosted .audio-image.audio-fallback-thumbnail,
.page-template-homepage-audio .audio-container.self-hosted .audio-image.audio-fallback-thumbnail,
.page-template-homepage-slider .audio-container.self-hosted .audio-image.audio-fallback-thumbnail {
	border-top-left-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
}

.page-template-audio-archive .audio-container.self-hosted,
.page-template-audio-playlist .audio-container.self-hosted,
.page-template-homepage-audio .audio-container.self-hosted,
.page-template-homepage-slider .audio-container.self-hosted {
	padding:0 !important;
	margin-bottom: 30px !important;
	box-shadow: 0 2px 0 #D9E1E7;
	border-radius: 3px;
}

.page-template-homepage-slider .widget_audonic_recent_audios {
margin: 0 auto;
width: 100%;
padding: 40px 0;
}

.page-template-homepage-slider .widget_audonic_recent_audios h3.widget-title {
text-align: center;
	font-size: 36px;
	line-height:1.1em;
	padding:8px 0;
	margin:0;
}

.page-template-homepage-slider .audonic-audio-homepage-widget {
margin: 0 auto;
width: 100%;
max-width: 960px;
padding: 60px 40px;
}

.widget_audonic_recent_audios .homepage-container {
width: 100%;
}

.audio-homepage-container {
width: 100%;
padding: 0px;
margin: 20px 0 40px 0px;
}

.audio-homepage-container .audio-homepage-inner {
 max-width:960px;
margin: 0 auto;
padding: 0px 60px;
}

@media screen and (max-width:860px) {
.audio-homepage-container .audio-homepage-inner {
padding: 0px 20px;
	}
}

@media screen and (max-width:580px) {
	.audio-homepage-container .audio-homepage-inner {
	padding: 0px 0px;
	}
}

@media screen and (max-width: 510px) {

	.page-template-audio-archive .audio-container.self-hosted .audio-image img,
	.page-template-audio-playlist .audio-container.self-hosted .audio-image img,
	.page-template-homepage-audio .audio-container.self-hosted .audio-image img,
	.page-template-homepage-slider .audio-container.self-hosted .audio-image img,
	.page-template-audio-archive .audio-container.self-hosted .audio-image.audio-fallback-thumbnail,	
	.page-template-audio-playlist .audio-container.self-hosted .audio-image.audio-fallback-thumbnail,
	.page-template-homepage-audio .audio-container.self-hosted .audio-image.audio-fallback-thumbnail {
		border-radius: 0px !important;
	}

	.page-template-audio-archive .audio-container.self-hosted,
	.page-template-audio-playlist .audio-container.self-hosted,
	.page-template-homepage-audio .audio-container.self-hosted,
	.page-template-homepage-slider .audio-container.self-hosted {
		padding:0 !important;
		margin-bottom: 0px !important;
		box-shadow: 0 0px 0 #D9E1E7 !important;
	}
}

/* Audio Meta */

.single .audio-meta {
	border-top:1px solid #EEF2F5;
	padding: 1.75em 0;
	font-size: 16px;
	margin: 2em 0 0 0;
}

.single .audio-meta ul {
	list-style: none;
	margin: 0;
}

.single .audio-meta li {
	display: inline-block;
	margin: 0 .5em .5em 0;
	background: #eef2f5;
	border-radius: 20px;
	padding:.35em 1em;
	font-size: 14px;
}

.single .audio-meta a {
	color: #7B8996;
	padding: .5em 0;
	font-weight:600;
}

.single .audio-meta a:hover,
.single .audio-meta a:focus {
	color: #4A545A;
	text-decoration: none;
}

.single .download-meta:before,
.single .itunes-meta:before,
.single .soundcloud-meta:before {
	font-family: 'FontAwesome';
	speak: none;
	color: #7B8996;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
}

.single .download-meta:hover:before,
.single .itunes-meta:hover:before,
.single .soundcloud-meta:hover:before {
	color: #4A545A;
}

.single .download-meta:before {
	content: "\f0ed";
}

.single .itunes-meta:before {
	content: "\f179";
}

.single .soundcloud-meta:before {
	content: '\f1be';
}