/*
Theme Name: Noiseinvasion v1.2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: noiseinvasion_v_1_2
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

noiseinvasion is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Fonts imports
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Home page
	## Header
	## Posts and pages
	## Asides
	## Footer
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Easysliding specific
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Fonts
# Loaded via wp_enqueue_style() in functions.php (single combined request).
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

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

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	outline: 0;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
}

abbr[title] {
	border-bottom: 1px dotted;
}

abbr[title].required {
	border: none;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {	
	font-size: 1.75em;
	margin: 0.67em 0;
	text-align: center;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 2px dashed #E0E0E0;
	border-radius: 5px;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	color: #737373;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	/** min-height and position are required for the sticky footer */
	min-height: 100%;
	position: relative;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
div.woocommerce-MyAccount-content form,
form.checkout_coupon,
form.comment-form,
form.login,
form.lost_reset_password,
form.register,
form.woocommerce-billing-fields,
form.woocommerce-EditAccountForm,
form.wpcf7-form
 {
	background: linear-gradient(to bottom, #FFFFFF 5%, #E8E8E8 100%);
	background-color: #F2F2F2;
	border: 1px solid #EDEDED;
	border-radius: 3px;
	box-shadow: 3px 2px 10px 2px #E3E3E3;
}

div.woocommerce-MyAccount-content form,
form.comment-form,
form.wpcf7-form,
form.woocommerce-EditAccountForm {
	padding: 20px;
	text-align: center;
}

form.comment-form {
	margin-bottom: 40px;
}

label {
	display: block;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #E3E3E3;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: #525252;
	font-size: 0.9em;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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 {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #707070;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	border: 1px solid #828282;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	max-width: 300px;
	padding: 3px;
	width: 100%;
}

input[type="number"] {
	width: 90px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

div.recaptcha,
div.grecaptcha-badge {
	margin: auto;
    max-width: 305px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: royalblue;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: 0;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	margin-top: 15px;
	width: 100%;
	text-align: center;
}

.main-navigation .menu-bar {
	background: #424242;
	color: #FFFFFF;
	font-size: 1.1em;
	height: 38px;
	margin: auto;
	text-shadow: none;
	width: 98%;
}

.main-navigation .menu-bar button {
	background: none;
	border: none;
	box-shadow: none;
	color: #FFFFFF;
	font-size: 1.1em;
	padding: 9px 12px;
}

.main-navigation .menu-bar .menu-title {
	padding: 6px 5px;
}

.main-navigation .menu-bar .menu-icon {
	margin-right: 0;
}

.main-navigation ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation li a {
	color: #1C1C1C;
	font: 1.65em "Fjalla One", sans-serif;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 0px 20px 0px 20px;
	text-transform: uppercase;
	text-shadow: 2px 2px 4px #CCCCCC;
}

.main-navigation li.add-separator a {
	border-right: 1px solid #d1d1d1;
}

.main-navigation li.freenoise a {
	color: #5e488f;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.main-navigation.toggled .menu-toggle {
	background: #000000;
	border-radius: 0px;
}

.checkout-navigation {
	float: left;
	padding-top: 2.5%;
	width: 55%;
}

.checkout-navigation ul {
	list-style: none;
	text-align: right;
	padding-right: 20px;
}

.checkout-navigation ul li {
	display: inline;
	line-height: 15px;
}

.checkout-navigation ul li a {
	color: #000000;
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	letter-spacing: 0.5px;
	padding: 0px 20px 0px 5px;
	text-shadow: 1px 1px #DBDBDB;
}

.checkout-navigation ul li.account a {
	padding-left: 20px;
	background: url(static/img/account.png) no-repeat 0px 0px;
	background-size: 15px 20px;
}

.checkout-navigation ul li.cart a {
	padding-left: 20px;
	background: url(static/img/cart.png) no-repeat 0px 0px;
	background-size: 21px 20px;
}

.footer-navigation {
	text-align: center;
}

.footer-navigation ul {
	display: inline-block;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

.footer-navigation li {
	display: inline;
}

.footer-navigation .page_item a,
.footer-navigation .menu-item a {
	color: #FFFFFF;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1.2em;
	letter-spacing: 1px;
	padding: 5px 10px 5px 10px;
	text-shadow: 0px 0px #000000;
}

.footer-social-navigation {
	text-align: center;
}

.footer-social-navigation ul {
	display: inline-block;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

.footer-social-navigation ul li {
	float: left;
	margin-right: 10px
}

.footer-social-navigation .page_item a,
.footer-social-navigation .menu-item a {
	text-decoration: none;
	color: transparent;
	display: block;
	font-size: 0.1em;
	width: 30px;
	height: 30px;
}

.footer-social-navigation .facebook a {
	background: url(static/img/social/facebook.png) no-repeat 0px 0px;
}

.footer-social-navigation .instagram a {
	background: url(static/img/social/instagram.png) no-repeat 0px 0px;
}

.footer-social-navigation .soundcloud a {
	background: url(static/img/social/soundcloud.png) no-repeat 0px 0px;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

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

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

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: 0 1.5em 0 0.5em;
}

.alignright {
	display: inline;
	float: right;
	margin: 0 0.5em 0 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.textaligncenter {
	text-align: center;
}

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

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

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

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

div#content {
	margin-bottom: 75px; /* bottom = footer height */	
}

.site-content,
.site-branding-content,
.menu-primary-container {
	margin: auto;
	max-width: 1050px;
}


/*--------------------------------------------------------------
## Home page
--------------------------------------------------------------*/

p#welcometext {
	color: #636363;
	border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 5px 0px 5px 0px;
    margin-top: 40px;
    width: 50%;
    min-width: 300px;
}

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

header#masthead .site-title {
	margin: 0;
}

.home .entry-header {
	display: none;
}

header#masthead div.site-branding {
	box-shadow: 0px 0px 30px 17px #c1c1c1;
	background: #EBEBEB; /* Old browsers */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 34%,rgba(229,229,229,1) 66%,rgba(214,214,214,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0); /* IE6-9 */
}

header#masthead div.site-branding-content {
	height: 75px;
	text-align: right;
}

div.header-image {
	float: left;
	height: 100px;
	max-width: 250px;
}

div.header-image img {
	padding-top: 9%;
}


form.woocommerce-product-search {
	padding: 2.2% 0.5% 0 0;
}

form.woocommerce-product-search input[type="search"] {
	background-color: #E0E0E0;
	border: 1px solid #B8B8B8;
	border-radius: 1px;
	color: #383838;
	font-size: 16px; 
	height: 19px;
	margin: 0 -30px 0 0;	
	padding: 4px 30px 4px 8px;
	width: 170px;
}

form.woocommerce-product-search input[type="search"]:focus {
	box-shadow: 0px 0px 3px 3px #DEDEDE;
}

form.woocommerce-product-search button[type="submit"] {
	background-color: #E0E0E0;
	background-image: url(static/img/search.png);
	background-repeat: no-repeat;
	background-size: 21px 20px;
	border: none;
	box-shadow: none;
	height: 20px;
	padding: 0;
	text-indent: -9999px;
	width: 22px; 
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	text-align: left;
}

.entry-content {
	padding: 5px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

article.post {
    font-size: 15px;
	margin-bottom: 40px;
	padding: 0px 10px 0px 10px;
}

article.post a {
	color: #5C5C5C;
}

article.post header.entry-header {
	background-color: #F2F2F2;
	border-bottom: 4px solid #eaeaea;
	padding: 0;
}

article.post h2.entry-title {
	font-size: 1.5em;
	letter-spacing: 0.8px;
	margin: 0px 0px 5px 0px;
}

article.post h2.entry-title a {
	color: #000000;
	font-size: 1.2em;
}

article.post div.entry-meta {
	color: #919191;
	font-size: 0.85em;
}

article.post div.entry-meta .entry-date.published,
article.post div.entry-meta .author.vcard {
	font-weight: bold;
}

article.post div.entry-content a {
	color: #0079A8;
}

article.post footer.entry-footer {
	border-left: 1px solid #DBDBDB;
	font-size: 0.85em;
	padding-left: 10px; 
	text-align: left;
}

article.post footer.entry-footer a {
	
}

article.post footer.entry-footer span.cat-links {
	display: block;
}

div.comments-area {
	padding: 0px 10px 0px 10px;
}

div.comments h2.comments-title {
	font-size: 1.3em;
}

div.nav-links {
	display: none;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

body.category-blog .site-main {
	float: left;
	width: 65%;
}

aside.widget-area {
	float: right;
}

aside.widget-area section.widget {
	background-color: #F5F5F5;
	border: 1px solid #E6E6E6;
	font-family: 'Abel', sans-serif;
	font-size: 15px;
	max-width: 300px;
	padding: 0px 15px 35px 15px;
	text-align: center;
	
}

aside.widget-area ul {
	border-top: 1px dotted #CCCCCC;
	list-style: none outside none;
    margin: 0;
}

aside.widget-area li {
    border-bottom: 1px dotted #CCCCCC;
    padding: 10px 0px 10px 0px;
}

aside.widget-area section.widget h2 {
	text-align: center;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer.site-footer {
	background: linear-gradient(to bottom,  #533c88 0%,#171a3d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#533c88', endColorstr='#171a3d',GradientType=0 ); /* IE6-9 */
	/** Sticky footer : edit 'div#content' in case of modification of the height **/
	position: absolute;
    left: 0;
    bottom: 0;
    height: 85px;
    width: 100%;
}

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

div.comments-area h2.comments-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #BFBFBF;
}

div.comments-area ol.comment-list {
	list-style-type: none;
	margin-top: 30px;
}

div.comments-area article.comment-body {
	border-bottom: 1px solid #BFBFBF;
	margin: 30px 0px 30px 0px;
	padding-bottom: 30px;
	text-align: left;
}

div.comments-area div.comment-author {
	font-size: 1.15em;
}

div.comments-area div.comment-metadata a {
	color: #000000;
	font-size: 0.9em;
}

div.comments-area .comment-content {
	margin-top: 20px;
}

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

div.comments-area .bypostauthor {
	display: block;
}

div.comments-area div.reply a {
	background-color: #7b7b7b;
	border-radius: 2px;
    color: #FFFFFF;
    font-size: 0.8em;
    padding: 3px 10px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.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;
}

/*--------------------------------------------------------------
## Easingslider specific
--------------------------------------------------------------*/

#easingslider {
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Wordpress Media Player
--------------------------------------------------------------*/

.woocommerce li.product div.woocommerce-product-details__short-description p.noiseinvasion-player {
	margin-bottom: 6px;
}

div.product div.summary div.woocommerce-product-details__short-description p.noiseinvasion-player {
	background: none;
}

p.noiseinvasion-player audio {
	background-color: #f5f5f5;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	border-radius: 2px;
	height: 40px;
	width: 100%;
}

p.noiseinvasion-player audio:focus{
	outline: none;
}

/*--------------------------------------------------------------
## Google reCAPTCHA v3 badge
--------------------------------------------------------------*/

.grecaptcha-badge { 
	visibility: hidden; 
}