/*!
Theme Name: Margaret Cho - GLAM
Theme URI: http://underscores.me/
Author: team A design
Author URI: http://goteama.com
Description: A custom theme for Margaret Cho
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cho18
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Margaret Cho - GLAM is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i|Roboto:300,300i,400,400i,700,700i');
@import url('webfonts/avallon.css');
@import url('layouts/1380skeleton.css');

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Colors + grads
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Header
	## Footer
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
#Integrations
	## SongKick
# Responsive Styles
	## 1140 Grid
	## 960 Grid
	## Tablet (Portrait)
	## Mobile (Portrait)
	## Mobile (Landscape)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	clear: both;
}

h1 { 
	font-size: 2.875em; 
	line-height: 1.1em; 
}

h2 { 
	font-size: 2.25em; 
	line-height: 1.1em; 
}

h3 { 
	font-size: 1.75em; 
	line-height: 1.2em; 
}

h4 { 
	font-size: 1.25em; 
	line-height: 1.5em; 
}

p {
	margin-bottom: 1.5em;
	margin-top: 0;
}

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 #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://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. */
}

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

.hr {
	height: 6px;
    width: 100%;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

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. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Colors + Grads
--------------------------------------------------------------*/

::selection { 
	background: #0740c1; 
	color: #fff; 
}

::-moz-selection { 
	background: #0740c1; 
	color: #fff; 
}

.pink-purple {
	background-color: #ee7cc4;
    background-image: linear-gradient(180deg,#ee7cc4 19%, #7330ab 80%);
}

.violet-blue { 	
	background-color: #377dd7;
    background-image: linear-gradient(180deg,#5739da 19%, #377dd7 80%);
}

.blue-green { 	
	background-color: #79def8;
    background-image: linear-gradient(180deg,#79def8 19%, #96f2c0 80%);
}

.yellow-orange { 	
	background-color: #faf77f;
    background-image: linear-gradient(180deg,#faf77f 19%, #f9c71b 80%);
}

.hr.pink-purple {
    background-image: linear-gradient(90deg,#ee7cc4 19%, #7330ab 80%);
}

.hr.violet-blue { 	
    background-image: linear-gradient(90deg,#5739da 19%, #377dd7 80%);
}

.hr.blue-green { 	
    background-image: linear-gradient(90deg,#79def8 19%, #96f2c0 80%);
}

.hr.yellow-orange { 	
    background-image: linear-gradient(90deg,#faf77f 19%, #f9c71b 80%);
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #000;
	border-radius: 0;
	background: transparent;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1;
	padding: .5em .75em;
	text-transform: uppercase;
	transition: all .37s ease-in-out;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #000;
	color: #fff;
}

button:active, button:focus,
.button:active, .button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #fff;
	opacity: .6;
}

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: #666;
	border: 1px solid #000;
	border-radius: 0;
	padding: 3px;
}

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: #000;
}

select {
	border: 1px solid #000;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #da168f;
	transition: all .37s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

a:visited {
	color: #da168f;
}

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

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation .nav-wrapper {
	position: relative;
}

.menu-main-left-container,
.menu-main-right-container {
	position: absolute;
	top: -85px;
}

.menu-main-left-container {
	left:0;
}

.menu-main-right-container {
	right:0;
}

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

.main-navigation ul ul {
	background: #2d2d2d;
	border-top: 3px solid #da168f;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	margin-left: 0px;
	padding: 1em;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

.main-navigation ul a {
	padding-bottom: 10px;
}

.main-navigation ul ul a {
	padding-bottom: 0;
	width: 140px;
}

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

.main-navigation li {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	float: left;
	letter-spacing: .15em;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 33.3333%;
}

.main-navigation ul ul li {
	font-size: 15px;
	text-align: left;
	width: 100%;
}

.main-navigation ul li.menu-item-has-children > a:after {
   color: #666;
   content: ' ▾';
}

.main-navigation a {
	color: #fff;
	display: block;
	text-decoration: none;
}

.main-navigation a:hover,
.main-navigation .current-menu-item .sub-menu a:hover {
	color: #ff64ca;
}

.main-navigation .current-menu-item a {
	color: #fff;
}

.main-navigation .current-menu-item .sub-menu a {
	color: #fff;
} 

/* MENU COLORS */

/* blue green */

/*work*/
.menu-item-5828 a:hover,
.menu-item-5828.current-menu-item .sub-menu a:hover,
/*tour*/ 
.menu-item-5830 a:hover,
.menu-item-5830.current-menu-item .sub-menu a:hover {
	color: #7df5b4;
}
ul .menu-item-5828 ul,
ul .menu-item-5830 ul {
	border-top: 3px solid #51ea97; 
}

/* pink purple */

/*info*/
.menu-item-5824 a:hover,
.menu-item-5824.current-menu-item .sub-menu a:hover,
/*shop*/
.menu-item-5827 a:hover,
.menu-item-5824.current-menu-item .sub-menu a:hover {
	color: #ff64ca;
}

/* blue violet */

 /*news*/
.menu-item-5822 a:hover,
.menu-item-5822.current-menu-item .sub-menu a:hover {
	color: #569cf5;
}
ul .menu-item-5822 ul {
	border-top: 3px solid #4386db; 
}

/* yellow orange */

/*media*/
.menu-item-5832 a:hover,
.menu-item-5832.current-menu-item .sub-menu a:hover  { 
	color: #faf97f;
}
ul .menu-item-5832 ul {
	border-top: 3px solid #e3e266; 
}


.main-navigation .current-menu-item .sub-menu a {
	color: #fff;
} 

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

.main-navigation.toggled ul {
	background: #2d2d2d;
}

.main-navigation.toggled ul ul {
	border-width:1px;
	box-shadow: none;
	float: none;
	margin-right: 1em;
	padding: .2em 0 0;
	position: relative;
	left: auto; 
	top: auto;
}

.main-navigation.toggled li {
	float:none;
	padding-left: 1em;
	text-align: left;
	width: 100%;
}

.main-navigation.toggled ul ul li {
	padding-left: 2em;
}

.main-navigation.toggled ul a {
	padding-top: 4px;
	padding-bottom: 4px;
}

.main-navigation.toggled ul ul a {
	opacity: .65;
	padding-bottom: 0;
}

.menu-toggle {
	color: #fff;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
}


@media screen and (min-width: 48em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}

}

.nav-links {
	font-family: 'Lato', sans-serif;
	font-size: .75em;
	font-weight: 400;
	letter-spacing: .05em;
	margin-bottom: 2.5em;
	overflow: hidden;
	text-transform: uppercase;
}

.nav-links a {
	color: #000;
	text-decoration: none;
}

.nav-links a:hover {
	text-decoration: underline;
}

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.gallery-content:before,
.gallery-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,
.gallery-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#bottom-sidebar {
	clear: both;
}

.widget {
	margin-bottom: 1.5em;
}

.widget_text,
.widget_twitter_timeline {
	background: #f3f3f3;
	border-color: #377dd7;
	border-image: linear-gradient(to right, #5739da 19%, #377dd7 80%);	
    border-image-slice: 1;
	border-style: solid;
	border-width: 6px 0 0; 
	margin-bottom: 3em;
	overflow: hidden;
	padding: 1em;
}

/* purple pink border */
.page-template-page-with-hero .widget_text,
.page-template-page-with-hero .widget_twitter_timeline,
.woocommerce .widget_text,
.woocommerce .widget_twitter_timeline,
.home .widget_text,
.home .widget_twitter_timeline {
	border-color: #ee7cc4;
	border-image: linear-gradient(to right, #ee7cc4 19%, #7330ab 80%);	
    border-image-slice: 1;
	border-style: solid;
	border-width: 6px 0 0; 
}

/* blue green border */
.page-template-page-albums .widget_text,
.page-template-page-albums .widget_twitter_timeline,
.page-template-page-tour .widget_text,
.page-template-page-tour .widget_twitter_timeline,
.page-template-page-music .widget_text,
.page-template-page-music .widget_twitter_timeline,
.page-template-page-with-hero-green .widget_text,
.page-template-page-with-hero-green .widget_twitter_timeline {
	border-color: #79def8;
	border-image: linear-gradient(to right, #79def8 19%, #96f2c0 80%);	
    border-image-slice: 1;
	border-style: solid;
	border-width: 6px 0 0; 
}

/* yellow orange border */
.page-template-page-videos .widget_text,
.page-template-page-videos .widget_twitter_timeline,
.post-type-archive-photos .widget_text,
.post-type-archive-photos .widget_twitter_timeline {
	border-color: #faf77f;
	border-image: linear-gradient(to right, #faf77f 19%, #f9c71b 80%);	
    border-image-slice: 1;
	border-style: solid;
	border-width: 6px 0 0; 
}

.widget-title,
.widgettitle {
	font-size: 1.75em;
	letter-spacing: .05em;
	margin: 0 0 .5em;
}

.widget-title,
.email-sign-up .label {
	font-family: 'Avallon', sans-serif;
	display: block;
	font-size: 3em;
	margin-bottom: .25em;
	text-align: center;
}

.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

#home-sidebar {
	clear: both;
}

/* 404 widgets */

.error404 .site-main .widget {
	background: #f3f3f3;
	border-color: #377dd7;
	border-image: linear-gradient(to right, #5739da 19%, #377dd7 80%);	
    border-image-slice: 1;
	border-style: solid;
	border-width: 6px 0 0; 
	margin-bottom: 3em;
	overflow: hidden;
	padding: 1em;
}

.error404 .site-main .widget ul {
	margin: 0;
}

.error404 .site-main .widget a {
	color: #000;
}

.error404 .site-main .widget a:hover {
	color: #ff64ca;
	text-decoration: none;
}

.error404 .site-main .widgettitle {
}

.error404 .wp-smiley {
	display: none;
}

.error404 .widget_tag_cloud .widgettitle {
	text-align: center;
}
.error404 .tagcloud {
	padding: 0 40px 40px;
}

/* ad space widget */

#header-banner .widget {
	margin-bottom: 0;
}

/* Twitter widget */

.widget_twitter_timeline {
}
.widget_twitter_timeline .twitter-timeline {
	position: relative;
	margin: 0 auto;
	display: block;
	padding-left: 1em !important;
}

/* RSS feed widget */

#custom_html-4 {
	text-align: center;
}
#custom_html-4 p a {
	display: block;
	font-weight: 700;
	margin: .4em 0;
	text-decoration: none;
}

/* Simple Image widget */

.widget_simpleimage .widget-title {
	border-color: #ee7cc4;
	border-image: linear-gradient(to right, #ee7cc4 19%, #7330ab 80%);	
    border-image-slice: 1;
	border-style: solid;
	border-width: 0 0 6px; 
	background-color: #377dd7;
    background-image: linear-gradient(90deg,#5739da 19%, #377dd7 80%);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-bottom: .25em;
}

.widget_simpleimage p {
	margin-top: 0;
	padding: 0;
	text-align: center;
}

.home .widget_simpleimage p {
	font-weight: 700;
	letter-spacing: .02em;
}

.widget_simpleimage p a {
	color: #000;
	text-decoration: none;
}

.widget_simpleimage p a:hover {
	text-decoration: underline;
}

/* Instagram widget */

#left-sidebar .widget_text .widget-title {
	border-color: #ee7cc4;
	border-image: linear-gradient(to right, #ee7cc4 19%, #7330ab 80%);	
    border-image-slice: 1;
	border-style: solid;
	border-width: 0 0 6px; 
	background-color: #377dd7;
    background-image: linear-gradient(90deg,#5739da 19%, #377dd7 80%);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-bottom: .25em;
}

.sbi_photo_wrap {
	margin-bottom: 1.5em;
}

/* Home page widgets */

#home-sidebar .widget-title {
	border-color: #377dd7;
	border-image: linear-gradient(to right, #5739da 19%, #377dd7 80%);	
    border-image-slice: 1;
	border-style: solid;
	border-width: 0 0 6px; 
	font-family: 'Lato', sans-serif;
	font-size: 2em;
	margin-bottom: .75em;
	padding-bottom: .25em;
	text-align: left;
	text-transform: uppercase;
	color: #000;
}

#home-sidebar #simpleimage-16 .widget-title {
	background-image: revert;
	border-color: #79def8;
	border-image: linear-gradient(to right, #79def8 19%, #96f2c0 80%);
    border-image-slice: 1;
	border-style: solid;
	border-width: 0 0 6px; 
	color: #000;
}

#home-sidebar #simpleimage-20 .widget-title,
#home-sidebar #rpwe_widget-6 .widget-title {
	background-image: revert;
	border-color: #d6d94a;
	border-image: linear-gradient(to right, #d6d94a 19%, #efab45 80%);
    border-image-slice: 1;
	border-style: solid;
	border-width: 0 0 6px; 
	color: #000;
}


/* News widget */

.rpwe-block {
	position: relative;
}

.rpwe-block ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.rpwe-block li{
}

.rpwe-block a{
}

.rpwe-block h3 {
	font-size: 24px !important;
	margin: 0;
}

.rpwe-block h3 a {
	text-decoration: none;
}

.rpwe-time{
	display: block;
	font-size: .875em;
	font-weight: 300;
	letter-spacing: .1em;
}

.rpwe-summary{
	font-size: .875em;
	padding:1em 0 3em;
}

.rpwe-thumb{
}

.rpwe-summary .more-link {
	color: #000;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: .875em;
	font-weight: 700;
	letter-spacing: .05em;
	padding-top: 2em;
	text-decoration: none;
	text-transform: uppercase;
}

.rpwe-summary .more-link:hover {
	color: #ff64ca;
}

/* email sign up */

.email-sign-up {
}

.widget .email-sign-up {
	padding: 0 1em 1.5em;
	text-align: center;
}

.email-sign-up .text {
	background: #fff;
	border: none;
	border-left: 4px solid #000;
	border-radius: 0;
	text-align: left;
	color: #000;
	padding: 10px;
}

.email-sign-up .text:focus {
	color: #000;
	background: #ccc;
}

.widget .email-sign-up .text {
	width:200px;
	margin-bottom: 1.75em;
}

.email-sign-up .submit {
}

.email-sign-up .submit:hover,
.email-sign-up .submit:active {
}

/* translator */

.widget_global_translator .widget-title {
	background: url(img/border/single-brown-h.png) left bottom repeat-x;
	color: #333;
	font-family: 'Cinzel', serif;
	font-size: 24px;
	text-transform: uppercase;
	padding-bottom: .5em;
	margin-bottom: .5em;
}

/* RoyalSlider wigdets */

.new_royalslider_widget .widget-title {
}

/* Songkick widget - home page */

#custom_html-4 {
	max-height: 670px;
	overflow-y: scroll;
}


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

.site-header {
	background: #000;
	color: #fff;
}

.site-branding {
	padding-bottom: 1em;
	padding-top: 3em;
}

.site-title {
}

.site-title a {
	color: #fff;
}

.site-description {
	display: none;
}

.social-header {
	color: #666;
	height: 40px;
	position: absolute;
	top:0;
	right: 0;
	text-align: right;
	z-index: 999;
}

.social-header .widget {
	float: left;
	margin-bottom: 0;
}

.social-header .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-header .menu li {
	display: inline;
	font-size: 1em;
	line-height: 40px;
}

.social-header a {
	color: #666;
	padding: 1px 6px;
}

.social-header a:hover {
	color: #fff;
}

.social-header .widget_header_search {
	margin: 0 16px 0 0;
}

.social-header .widget_header_search label {
	cursor: pointer;
	font-size: 1em;
	line-height: 40px;
	padding: 1px 6px;
}

.social-header .widget_header_search .search-field {
	background: #0740c1;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	padding: 0;
	width:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-header .widget_header_search .activate label {
	color: #fff;
}

.social-header .search-form.activate .search-field {
	width:180px;
	padding: 3px;
}


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

.site-footer {
	padding: 2em 0 4em;
	text-align: center;
}

.site-footer .site-credits {
	font-size: .875em;
}

.footer-navigation {
	clear: both;
	display: block;
}

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

.footer-navigation li {
	display: inline;
	text-transform: uppercase;
}

.footer-navigation a {
	color: #000;
	display: inline;
	padding: 0 .5em;
	text-decoration: none;
}

.footer-navigation a:hover {
	color: #ff64ca;
}

#menu-footer-menu li {
	font-family: 'Lato', sans-serif;
	font-size: .75em;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

#menu-social-footer li {
	font-size: 1.75em;
}

.site-info {
	font-family: 'Lato', sans-serif;
	font-size: .625em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.site-info a {
	color: #000;
	text-decoration: none;
}

.site-info a:hover {
	text-decoration: underline;
}



/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.site-main {
	padding-bottom: 3em;
}

#hero {
	margin-bottom: 1.5em;
	padding-top: 1.5em;
	position: relative;
}

#hero .post-thumbnail img {
	display: block;
	position: absolute;
	bottom: 0;
	left: 54%;
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
}

#hero h1 {
	font-family: 'Avallon', sans-serif; 
	font-size: 200px;
	font-weight: 400;
	line-height: .875em;
	margin: .275em 0;
	text-align: center;
}

#hero h1.has-img {
	margin: .5em 0;
}

.home #hero h1.has-img {
	margin-bottom: 0;
}

.home-header-content {
	padding: 1em 0 3em;
	text-align: center;
}

.home-header-content h2 {
	background: #fff;
	display: inline-block;
	font-size: 30px;
	font-weight: 900;	
	letter-spacing: 6px;
	margin: 40px 0 20px;
	padding: 8px 10px;
	text-transform: uppercase;
}

.home-header-content h2 a {
	text-decoration: none;
	color: #000;
}

.home-header-content h2 a:hover {
	color:#da168f;
}

.home-header-content p {
	color: #fff;
	font-size: 28px;
	font-weight: 100;
	line-height: 36px;
	letter-spacing: .05em;
	margin: 0 0 1em;
}

.home-header-content p a {
	color: #fff;
	padding: 8px 10px;
	text-decoration: none;
}

.home-header-content p a:hover {
	background: #000;
}

.single-post-top {
	height: 10px;
	margin-bottom: 1.5em;
}

.sticky {
	display: block;
}

.hentry {
	margin-bottom: 1.5em;
}

.blog .hentry {
	border-bottom: 1px solid #ddd;
	margin-bottom: 3em;
	padding-bottom: 3em;
}

.single-post .hentry {
	margin-bottom: 4em;
}

.entry-title {
	letter-spacing: .02em;
}

.post .entry-title,
.single-photos .page-header .entry-title,
.search .entry-title {
	font-size: 1.65em;
	line-height: 1.2em;
	margin: .36em 0;
}

.single-post .post .entry-title,
.single-photos .page-header .entry-title {
	font-size: 2.5em;
	text-align: center;
}

.blog .post .entry-title {
	font-size: 2em;
	text-align: center;
}

.post .entry-title a {
	color: #000;
	/*background-color: #377dd7;
	background-image: linear-gradient(90deg,#5739da 0%, #377dd7 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	text-decoration: none;
}

.post .entry-title a:hover {
	color: #ff64ca;
}

.post .entry-header .entry-meta {
	font-size: .875em;
	font-weight: 300;
	letter-spacing: .1em;
}

.blog .post .entry-header .entry-meta,
.single-post .post .entry-header .entry-meta {
	margin-top: 1em; 
}

.single .entry-meta {
	text-align: center;
}

.post .entry-meta .posted-on {
}

.post .entry-meta .terms,
.entry-meta .share-header {
    font-family: 'Lato', sans-serif;
	font-size: .75em;
    letter-spacing: .03em;
    margin-top: 20px;
    text-transform: uppercase;
}

.post .entry-meta .terms a {
	color: #000;
	text-decoration: none;
}

.post .entry-meta .terms a:hover {
	color: #ff64ca;
}

.post .entry-meta .terms .terms-header,
.entry-meta .share-header {
	display: block;
	color: #777;
	letter-spacing: .1em;
	margin-bottom: 10px;
    text-transform: uppercase;
}

.photos-link-back a {
	text-transform: uppercase;
	color: #000;
}

.post .entry-meta .terms .categories {
	display: block;
	font-size: 1.8em;
	margin-bottom: 10px;
	text-transform: none;
}

.post .entry-meta .terms .tags {
	display: block;
}

.post .entry-meta .terms .tags a {
	background: #f2f2f2;
	display: inline-block;
	padding: 4px 8px;
	margin: 4px;
}

.post .entry-meta .terms .tags a:hover {
	background: #f8ecf3;
}

.post .entry-attribute {
	font-size: .75em;
	font-style: italic;
	font-weight: 400;
	letter-spacing: .03em;
	margin-top: 1em;
	text-align: center;
	text-transform: uppercase;
}

.post .entry-attribute p {
	margin-top: 0;
}

.post .entry-attribute a {
	color: #000;
}

.post .entry-attribute a:hover {
	color: #999;
	text-decoration: none;
}

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

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

.gallery-content {
	margin-top: 1.5em;
}

.single-post .entry-content,
.gallery-content {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 3em;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.entry-summary .more-link {
	font-family: 'Lato', sans-serif;
	font-size: .875em;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: right;
	text-transform: uppercase;
}

.blog .entry-summary .more-link {
	text-align: center;
}

.entry-summary .more-link a {
	color: #000;
	text-decoration: none;
}

.entry-summary .more-link a:hover {
	color: #ff64ca;
}

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

.blog .entry-header {
	margin-bottom: 1.5em;
	text-align: center;
}

.blog .entry-footer {
	text-align: center;
}

.blog .thumbnail-wrap {
	/*background: #efeffb;
	background-image: linear-gradient(45deg,#efeffb 19%, #ecf2fa 80%);*/
	margin-bottom: 1.5em;
	overflow: hidden;
	padding-bottom: 0;
	text-align: center;
}

.blog .thumbnail-wrap img {
	border: 1px solid #ddd;
	display: block;
	position: relative;
	margin: 0 auto;
}

/* TV & Film */

.page-id-1094 .page .entry-content {
	text-align: center;
}

/*.page-id-1094 .page .entry-content {
	background: #efeffb;
	background-image: linear-gradient(45deg,#efeffb 19%, #ecf2fa 80%);
}*/

.page-id-1094 .wp-block-image figcaption {
	color: #000;
	font-family: "Lato", sans-serif;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: .02em;
	margin-top: 0;
	padding: .5em 0 2em;
	text-align: center;
}

/* Videos + Photos */

video {
  width: 100%    !important;
  height: auto   !important;
}

.post .youtuber-container {
	margin-bottom: 1.5em;
}

.video-player-wrap {
	text-align: center;
}

.video-player-wrap .video-player {
	border: 8px solid #000;
	background: #000;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 2em;
}

.video-player-wrap .video-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#hero .video-player-wrap .video-title {
	font-family: 'Lato', sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	letter-spacing: .03em;
	margin-bottom: 1em;
}

.video-player-wrap .subscribe a {
	background: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 1em;
	font-weight: 900;
	letter-spacing: .1em;
	margin: 0 0 1em;
	padding: 4px 6px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.video-player-wrap .subscribe a:hover {
	background: #000;
	color: #fff;
}

.video-thumb,
.gallery-thumb {
	position: relative;
	margin-bottom: 2em;
	overflow: hidden;
}

.gallery-thumb:nth-child(6n+1) {
	clear: left;
}

.video-thumb img,
.gallery-thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.video-thumb a,
.gallery-thumb a {
	display:block;
}

.video-thumb h2,
.gallery-thumb h2 {
	background: rgba(0,0,0,.6);
	border-image: linear-gradient(to right, #d6d94a 19%, #efab45 80%);	
    border-image-slice: 1;
	border-style: solid;
	border-width: 6px 0 0; 
	color: #fff;
	font-size: 1.5em;
	letter-spacing: .03em;
	line-height: 1.25em;
	margin: 0;
	opacity: 0;
	padding: 5%;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	width:100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 10;
}

.video-thumb a:hover h2,
.gallery-thumb a:hover h2 {
	opacity: 1;
}

.tab-container {
	clear: both;
}
.tab-container h3 {
	font-size: 1em;
	font-weight: 900;
	letter-spacing: .1em;
    text-align: center;
    text-transform: uppercase;
}
.etabs {
	float: left;
	list-style: none;
	margin-bottom: 2em;
	padding: 10px 0 0;
	text-align: center;
}
.etabs .tab {
	display: inline-block;
	padding: 0 .25em 1em;
}
.etabs a {
	color: #000;
	text-decoration: none;
}
.etabs a:hover {
}
.etabs a.active {
	background: #666;
	border-color: #666;
	color: #fff;
}

.post-type-archive-photos .post-thumbnail {
	display: none;
}

.post-type-archive-photos #hero h1 {
	margin-bottom: .25em;
}

.post-type-archive-photos #hero h2 {
	color: #000;
	font-size: 1em;
	font-weight: 900;
	letter-spacing: .1em;
	margin: 0 0 2em;
	text-align: center;
	text-transform: uppercase;
}

.post-type-archive-photos #hero h2 span {
	background: #fff;
	padding: 4px 6px;
}

.post-type-archive-photos #hero h3 {
	font-size: 3em;
	font-weight:300;
	margin-top: 0;
	text-align: center;
}

.post-type-archive-photos #hero a {
	color: #000;
	padding: 8px 10px;
	text-decoration: none;
}

.post-type-archive-photos #hero a:hover {
	background:#000;
	color: #fff;
}

#gallery {
	clear: both;
}

/* fancybox styles */

.fancybox__container .fancybox__backdrop {
	background:#f2f2f2;
}
.fancybox__container .fancybox__thumbs {
	max-height: 0px;
}

/* Music page */

.page-template-page-music .sound-wrap {
	margin-top: 1.5em;
}

.music-secondary {
	clear: both;
}

.music-gallery h3,
.page-template-page-music .video-player-wrap {
	letter-spacing: .05em;
	text-align: center;
	text-transform: uppercase;
}

/* Bio page */

.page-id-1070 .widget-title {
	display: none;
}

/* Stand Up */

.page-template-page-albums {}

.sound-wrap {
	margin-bottom: 3em;
	padding: 0 0 2em;
	text-align: center;
}

.sound-wrap:nth-child(3n+1) {
	clear: left;
}

.sound-wrap img {
	display: block;
	margin: 0 auto;
	position: relative;
}

.sound-wrap .album-embed .album-iframe {
	display: none;
}

.sound-wrap .album-title {
	font-size: 1.5em;
	letter-spacing: .02em;
}

.sound-wrap a.purchase-link {
	color: #000;
	text-decoration: none;
}

.sound-wrap a.purchase-link:hover {
	color: #fff;
	background: #000;
}



/* Archive & Search & Error 404 */

.search-results #hero h1 {
	margin: .275em 0;
	text-align: center;	
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 6px;
	padding: 8px 10px;
	text-transform: uppercase;
}
.search-results #hero h1 span {
	display: block;
	font-family: 'Avallon', sans-serif; 
	font-size: 200px;
	font-weight: 400;
	line-height: 1.2em;
	margin: 16px 0 0;
	text-transform: none
}
.search-no-results .page-content {
	text-align: center;
	margin-bottom: 120px;
}

.masonry-wrap {
	clear: both;
}
.archive .post,
.search .post,
.search .page {
	background: #efeffb;
	background-image: linear-gradient(45deg,#efeffb 19%, #ecf2fa 80%);
	border-image: linear-gradient(to right, #5739da 19%, #377dd7 80%);	
    border-image-slice: 1;
	border-style: solid;
	border-width: 6px 0 0; 
	margin-bottom: 3em;
	overflow: hidden;
	padding-bottom: 0;
}
.archive .photos {
	background: #efeffb;
	background-image: linear-gradient(45deg,#efeffb 19%, #ecf2fa 80%);
	border-color: #faf77f;
	border-image: linear-gradient(to right, #faf77f 19%, #f9c71b 80%);	
    border-image-slice: 1;
	border-style: solid;
	border-width: 6px 0 0; 
	margin-bottom: 3em;
	overflow: hidden;
	padding-bottom: 0;
}

.archive .post .entry-header,
.archive .post .entry-attribute,
.archive .post .thumbnail-wrap,
.archive .post .entry-summary,
.archive .photos .entry-header,
.archive .photos .entry-attribute,
.archive .photos .thumbnail-wrap,
.search .post .entry-header,
.search .post .entry-attribute,
.search .post .thumbnail-wrap,
.search .page .entry-header,
.search .page .entry-attribute,
.search .page .thumbnail-wrap,
.search .entry-summary {
	margin-left: 1em;
	margin-right: 1em;
}
.archive .site-main,
.search .site-main {
	padding-bottom: 4em;
}
.archive .post .entry-header,
.search .post .entry-header,
.search .page .entry-header {
	margin-top: .5em;
}
.archive .photos .entry-title {
	margin:.25em 0 .75em;
	font-size: 1.25em;
	letter-spacing: .03em;
	line-height: 1.25em;
 }
.archive .photos .entry-title a {
	text-decoration: none;
	color: #000;
}
.archive .thumbnail-wrap,
.search .thumbnail-wrap {
	margin-top: 1em; 
	text-align: center;
}
.archive .post .entry-summary,
.search .post .entry-summary,
.search .page .entry-summary {
	margin-top: 1em;
}
.archive .post .entry-attribute,
.search .post .entry-attribute,
.search .page .entry-attribute {
	margin-bottom: 0;
}

.search .page .entry-title a {
	color: #000;
	text-decoration: none;
}
.search .page .entry-title a:hover {
	color: #ff64ca;
}

.error404 .page-title {
	text-align: center;
}

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

.comments-area {
	border: 1px solid #ddd;
	margin-bottom: 4em;
	padding: 2em 4em;
}

.comments-title,
.comment-reply-title {
	font-size: 1.75em;
	letter-spacing: .05em;
	padding-bottom: .25em;
	text-align: center;
}

.comment-form {
	padding-bottom: 2em;
}

.comment-form .logged-in-as,
.comment-form .form-submit {
	text-align: center;
}

.comment-notes {
	font-size: .75em;
	font-weight: 300;
	letter-spacing: .08em;
	text-align: center;
	text-transform: uppercase;
}

.comment-form p {
	text-align: center;
}

.comment-form label {
	display: block;
	letter-spacing: .08em;
	padding: 1em 0;
	text-align: center;
	text-transform: uppercase;
}

.comment-form .form-submit {
	margin-top: 3em;
}

.comments-title .comments-link {
}

.comments-title .comments-link a {
}

.comments-title .comments-link a:hover {
}

.blog .entry-footer .comments-link {
	font-size: .75em;
	font-weight: 300;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.blog .entry-footer .comments-link a {
	color: #000;
	text-decoration: none;
}

.blog .entry-footer .comments-link a:hover {
	font-weight: 700;
}

.comment-list {
	list-style: none;
	margin-left: 0;
	padding: 0;
}

.comment-list li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 2em;
	padding-bottom: 2em;
}

.comment-list .pingback {
	font-weight: 300;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.comment-list .pingback a {
	color: #bbb;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
}

.comment-list .pingback a:hover {
	text-decoration: underline;
}

.comment-list ul,
.comment-list ol {
	margin-top: 2em;
	margin-left: 2em;
	list-style: none;
}

.comment-meta {
	margin-bottom: .5em;
}

.comment-meta a {
	color: #000;
	text-decoration: none;
}

.comment-meta a:hover {
	text-decoration: underline;
}

.comment-author {
	margin-bottom: .75em;
}

.comment-author .fn {
	font-size: 1em;
	font-style: normal;
	font-weight: 700;
}

.comment-meta .comment-metadata {
	font-size: .875em;
	font-weight: 400;
}

.comment-content {
	font-size: .875em;
}

.comment-content p {
	margin-top: 0;
}

.comment-content .avatar {
	float: left;
	border: 6px solid #f2f2f2;
	margin: 0 1em .5em 0;
}

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

.reply {
	text-align: center;
}

.reply a {
	border: 1px solid #000;
	color: #000;
	font-size: .75em;
	font-weight: 700;
	letter-spacing: .1em;
	padding: .5em .75em;
	text-decoration: none;
	text-transform: uppercase;
}

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

.bypostauthor {
	display: block;
}

.comments-area .no-comments {
	background: #eee;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	padding: .25em .5em;
	text-transform: uppercase;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
	outline: none;
}

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
# Integrations
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## SongKick
--------------------------------------------------------------*/

#tour-dates {
	
}

/*--------------------------------------------------------------
## Sharing - AddThis
--------------------------------------------------------------*/

.sharing {
	margin: 1em 0;
}
.sharing a {
	color: #000;
	float: none !important;
	font-size:18px;
	line-height: 24px;
	margin: 0 .5em;
}
.sharing a:hover {
	color: #999;
}


/*--------------------------------------------------------------
# Responsive Styles
--------------------------------------------------------------*/

/* 1140 Grid
================================================== */
	@media only screen and (min-width: 1140px) and (max-width: 1379px) {

		.menu-main-left-container,
		.menu-main-right-container {
			top: -75px;
		}
		
		.widget-title, .email-sign-up .label {
			font-size: 2.5em;
		}

	}
	
	@media only screen and (max-width: 1379px) {

		#hero h1 {
			font-size: 160px;
		}
		
	}
	

/* 960 Grid
================================================== */
	@media only screen and (min-width: 960px) and (max-width: 1139px) {

		.menu-main-left-container,
		.menu-main-right-container {
			top: -70px;
		}
		
		.widget-title, .email-sign-up .label {
			font-size: 1.9em;
		}
		
	    #bottom-sidebar .widget {
		    width:448px;
	    }
		
	}
	
	@media only screen and (min-width: 960px) {
		
		.page-template-page-with-hero .site-main p,
		.page-template-page-with-hero-green .site-main p,
		.page-template-page-with-hero-violet .site-main p,
		.page-template-page-with-hero-yellow .site-main p,
		.single-photos .site-main .hentry {
			width: 928px;
			margin-left: auto;
			margin-right: auto;
			position: relative;
		}
		
		.featured-photo-slider .entry-content {
			max-width: 75%;
		}
		
	}
	

/* #Tablet (Portrait)
================================================== */

    @media only screen and (max-width: 959px) {
	    
	    #hero .header-image {
		    margin-bottom: 0;
	    }
	    
	    #hero h1 {
		    font-size: 150px;
	    }
	    
		#hero .post-thumbnail img {
			position: relative;
			bottom: auto;
			left: auto;
			margin: 0 auto;
			max-height: 300px;
		}
		
		#hero h1.has-img {
			margin: .275em 0 0;
		}
		
		.home-header-content {
			padding: 0;
		}
		
	    .home-header-content h2 {
		    margin-top: 10px;
	    }
	    
	}


    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
	    
		.menu-main-left-container,
		.menu-main-right-container {
			top: -62px;
		}
		
		.main-navigation li {
			font-size: .875em;
		}
		
	    #hero .page-header,
	    #hero .header-image,
	    #hero .featured-photo-slider {
		    width: 744px;
		    margin-right: 12px;
		    margin-left: 12px;
	    }
	    
	    #bottom-sidebar .widget {
		    width:360px;
	    }
	    
	}
	
/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
	    
		.menu-main-left-container,
		.menu-main-right-container {
			position: relative;
			top: auto;
			left: auto;
		}
		
	    #hero .page-header,
	    #hero .header-image {
		    width: 300px;
	    }
		
		#hero h1 {
			font-size: 80px;
		}
		
		#menu-social-footer li {
			font-size: 1.25em;
		}
		
		.site-branding,
		#branding-content {
			margin-bottom: 0;
			padding-bottom: 0;
		}
		
		.home-header-content h2 {
			font-size: 20px;
			margin-bottom: 10px;
		}
		
		.home-header-content p {
			font-size: 20px;
			margin-bottom: 0;
		}
		
		.post-type-archive-photos .page-header {
			margin-bottom: 0;
		}
		
		.post-type-archive-photos #hero h1 {
			margin-bottom: .25em;
		}
		
		.post-type-archive-photos .page-header h2 {
			font-size: 1em;
			margin: 0 0 1em;
		}
		
		.post-type-archive-photos #hero h3 {
			font-size: 24px;
			margin-bottom: 0;
		}
		
	}
		
	
/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {

	    #hero .page-header,
	    #hero .header-image {
		    width: 460px;
		    margin-right: 0;
		    margin-left: 0;
	    }
	    
	}
	
