/*
Theme Name: Music WordPress
Theme URI: http://www.davidwoolf.net/themeforest/music-wordpress
Description: A wordpress template geared towards musicians / artists
Version: 4.1.1
Author: David Woolf
Author URI: http://www.davidwoolf.net
License: GPL
License URI:
Tags: light
*/

@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400');

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td {
	margin: 0;
	padding: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::selection,
::-moz-selection {
	background: #44a5d5;
	color: #fff;
}

body {
	background-color: #ddd;
	color: #2a2a2b;
	font: 62.5%/1.6 "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1 {
	color: #2a2a2b;
	float: left;
	font-family: 'Quicksand', sans-serif;
	font-size: 3.6em;
	font-weight: 400;
	letter-spacing: -2px;
	line-height: 1;
}

h1 a {
	color: #2a2a2b;
}

.hidden-title {
	line-height: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
	position: absolute;
}

h2 {
	font-family: 'Quicksand', sans-serif;
	font-size: 3.0em;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1.2;
	padding: 0 0 30px;
}

h3 {
	color: #3a3a3b;
	font-size: 1.8em;
	font-weight: 900;
	line-height: 1.2;
	padding: 20px 0;
}

h4 {
	font-size: 1.4em;
}

h5 {
	color: #ababac;
	font-size: 1.1em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h6 {
	font-size: 1.1em;
}

p {
	font-size: 1.4em;
	padding: 0 0 20px;
}

a {
	color: #44a5d5;
	outline: none;
	text-decoration: none;
}

a img {
	border: 0;
}

li {}

blockquote {
	background-color: #fdfdfd;
	border: 1px solid #ddd;
	font-size: 1.1em;
	font-style: italic;
	line-height: 25px;
	margin: 10px 0;
	padding: 20px 20px 20px 40px;
}

input,
textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #2a2a2b;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: 900;
	margin: 0;
	padding: 10px;

	border-radius: 5px;

	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	resize: none;
}

input:focus,
textarea:focus {
	outline: none;
}

input[type=submit],
.submit,
#submit {
	color: #44a5d5;
	cursor: pointer;
}

img {
	height: auto;
	max-width: 100%;
}

table {
	border-collapse: collapse;
	font-size: 1.4em;
}

.clearfix {
	clear: both;
}

/* Header */

.wrapper {
	background-color: #fff;
	border-top: 0;
	margin: 0 auto;
	padding: 0 40px 40px;
	width: 1000px;

	border-radius: 0 0 10px 10px;
}

header {
	padding: 50px 0 60px;
}

.logo {
	display: block;
	float: left;
	max-width: 100%;
}

.logo a {
	border: 0;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

nav .menu {
	background-color: #f6f6f6;
	float: right;
	margin: 9px -40px 0 0;
	padding: 0 40px 0 0;
	position: relative;
	z-index: 10;
}

nav .menu li {
	float: left;
	list-style-type: none;
	position: relative;
	z-index: 10;
}

nav .menu a {
	color: #2a2a2b;
	display: block;
	font-size: 1.1em;
	font-weight: 900;
	letter-spacing: 1px;
	padding: 5px 15px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 10;
}

nav .menu .current_page_item a {
	background-color: #eee;
}

nav .menu li ul {
	background-color: #f6f6f6;
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 27px;
	width: 140px;
	z-index: 10;
}

nav .menu li li {
	float: none;
	padding: 0;
	position: relative;
	z-index: 10;
}

nav .menu li ul a {
	float: none;
	margin: 0;
	padding: 8px 15px;
	position: relative;
	z-index: 10;
}

nav .menu li:hover ul {
	display: block;
}

/* Content */

.content {}

/* Footer */

footer {
	margin: 0 auto;
	padding: 40px 40px 40px;
	width: 1000px;
}

.footer-section {
	border-right: 1px solid #bbb;
	float: left;
	margin: 0 20px 0 0;
	width: 20%;
}

footer li {
	list-style-type: none;
	font-size: 1.1em;
	font-weight: 900;
	list-style-type: none;
	text-transform: uppercase;
}

footer a {
	color: #333;
	display: block;
	padding: 2px 30px 2px 10px;
	text-decoration: none;
}

footer a:hover {
	background-color: #ccc;
}

/* Featured Image */

.featured-image {
	margin: 0 0 25px;
	padding: 0 0 25px;
}

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

/* Standard Page */

.standard-page {
	padding: 0 0 10px;
}

.standard-page h2 {
	padding: 0 0 30px;
}

/* Home */

.home-ticker {
	float: left;
	width: 40%;
}

.carousel {
	border: 1px solid #ddd;
	border-radius: 10px;
}

.carousel-section {
	border-bottom: 1px solid #ddd;
}

.carousel-title {
	color: #ababac;
	display: block;
	font-size: 2.4em;
	font-weight: 200;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
}

.carousel-section:last-of-type {
	border-bottom: 0;
}

.carousel .title {
	border: 0;
	color: #2a2a2b;
	font-family: Quicksand;
	font-weight: 400;
	letter-spacing: -1px;
	padding: 0 0 0 5px;
}

.carousel-section .details {
	border-top: 1px solid #ddd;
	display: none;
	padding: 0 15px;
	position: relative;
}

.carousel-section:first-of-type .details {
	display: block;
}

.carousel-section img {
	border-radius: 2px;
	height: auto;
	margin: 15px 0 0;
	width: 100%;
}

.carousel p {
	padding: 15px 0;
}

.home-bio {
	float: right;
	padding: 0 0 0 40px;
	width: 60%;
}

.home-bio .featured-image img {
	border-radius: 5px;
}

/* Alternative Home Page */

.dense-home-featured-image {
	float: left;
	width: 67%;
}

.dense-home-featured-image img {
	border-radius: 5px;
}

.dense-home-blurb {
	float: left;
	padding: 60px 0 0 60px;
	width: 33%;
}

.dense-home-blurb p {
	padding: 0;
}

/* Contact */

.wpcf7-form {
	padding: 20px 0 0;
}

.wpcf7-form .dwframework-layout {
	float: left;
	margin: -20px 0;
	padding: 0 20px 0 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.wpcf7-form .contact-inputs {
	padding: 0 15px 15px 0;
}

.wpcf7-form-control-wrap {
	display: block;
	line-height: 0;
}

.wpcf7-form input,
.wpcf7-form textarea {
	width: 100%;
}

.wpcf7-form input {
	position: relative;
}

.wpcf7-form textarea {
	height: 144px;
}

.wpcf7-form .wpcf7-submit {
	background: transparent;
	border: 0;
	float: right;
	font-size: 1.4em;
	font-weight: 900;
	padding: 0 0 20px;
	width: auto;
}

.wpcf7-form .ajax-loader {}

.wpcf7-form .wpcf7-not-valid-tip {
	background: #fff;
	border: 1px solid #ff4510;
	border-radius: 5px;
	color: #2a2a2b;
	font-size: 1.2em;
	left: 0px;
	padding: 20px 10px;
	position: absolute;
	top: 0px;
	width: 100%;
}

.wpcf7-form .wpcf7-response-output {
	border: 0;
	float: none;
	font-size: 1.2em;
	font-weight: 900;
	margin: 0 20px 0 0;
	padding: 0;
	position: relative;
	text-align: right;
	top: 10px;
}

.wpcf7-form .wpcf7-validation-errors {
	color: #ff4510;
}

.wpcf7-form .wpcf7-mail-sent-ok {
	color: #00ec49;
}

/* Two Column Pages */

.main-column {
	float: left;
	padding: 0 0 0 40px;
	width: 75%;
}

.left-column-template .main-column {
	padding: 0 40px 0 0;
}

/* Blog */

article {
	border-bottom: 1px solid #ddd;
	margin: 0 0 60px;
	padding: 0 0 40px;
}

.single article,
article:last-of-type {
	border: 0;
	margin: 0;
}

article h2 {
	padding: 0 0 30px 25%;
}

article .featured-image {
	margin: 0 0 5px 25%;
}

.post-content {
	float: right;
	width: 75%;
}

.post-info {
	float: left;
	padding: 2px 60px 0 0;
	text-align: right;
	width: 25%;
}

.post-info li {
	color: #676768;
	font-size: 1.1em;
	font-weight: 900;
	letter-spacing: 1px;
	list-style-type: none;
	text-transform: uppercase;
}

.post-info a {
	text-decoration: none;
}

.format-quote p {
	font-weight: 900;
}

.format-quote h2 {
	line-height: 1.2;
	padding: 0 0 20px 25%;
}

/* Comments */

.comments {
	margin: -20px 0 0 25%;
}

#respond {
	background-color: #f2f2f2;
	border-radius: 5px;
	margin: 0 0 40px;
	padding: 30px;
}

#respond h3 {
	color: #454546;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: 900;
	letter-spacing: 1px;
	padding: 0 0 40px;
	text-align: center;
	text-transform: uppercase;
}

#respond .dwframework-layout div {
	line-height: 0;
	margin-bottom: 15px;
}

#respond .comment-inputs {
	padding: 0 7px 0 0;
}

#respond .comment-textarea {
	padding: 0 0 0 8px;
}

#respond input {
	width: 100%;
}

#respond textarea {
	height: 89px;
	resize: none;
	width: 100%;
}

#respond .form-submit {
	font-size: 1.0em;
	padding: 20px 0 0;
	text-align: right;
}

#respond #submit {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: 900;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	width: auto;
}

#respond .logged-in-as {
	line-height: 1.5;
	padding-top: 35px;
	padding-bottom: 35px;
}

#respond .logged-in-as a {
	text-decoration: none;
}

#comment-list {
	font-size: 1.0em;
}

.comments li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 30px;
	padding: 0 30px 30px;
}

.comments li:last-of-type {
	border: 0;
	margin: 0;
}

.comment h5 {
	color: #454546;
	line-height: 1;
	padding: 0 0 23px;
}

.comments li p {
	padding: 0;
}

.approval-notice {
	display: block;
	font-size: 1.1em;
	font-weight: 900;
	letter-spacing: 1px;
	padding: 14px 0 0;
	text-transform: uppercase;
}

.pass-protected-comments-notice {
	font-size: 1.1em;
	font-weight: 900;
	padding: 70px 0 35px;
	text-align: center;
	text-transform: uppercase;
}

/* Comments Pagination */

.comments-nav {
	float: left;
	left: 50%;
	margin-bottom: -35px;
	padding: 35px 0 0;
	position: relative;
}

.comments-inner-nav {
	float: left;
	left: -50%;
	position: relative;
}

.comments-nav a {
	font-size: 1.1em;
	font-weight: 900;
	text-transform: uppercase;
}

/* Post Pagination */

.loop-nav-wrapper {
	border-top: 1px solid #ddd;
	max-width: 100%;
	padding: 40px 0;
	overflow: hidden;
}

.loop-nav {
	float: left;
	left: 50%;
	position: relative;
}

.loop-inner-nav {
	float: left;
	left: -50%;
	position: relative;
}

.page-numbers li {
	border: 1px solid #bbb;
	border-radius: 50px;
	float: left;
	font-size: 1.4em;
	font-weight: 900;
	height: 42px;
	list-style-type: none;
	margin: 0 4px;
	text-align: center;
	width: 42px;

}

.page-numbers span {
	color: #89898a;
	display: block;
	padding: 9px 10px 10px;
}

.page-numbers a {
	color: #2a2a2b;
	display: block;
	font-size: 1.0em;
	padding: 9px 10px 10px;
}

/* Archive Header */

.archive-header {
	margin: 0 0 0 25%;
	padding: 0 0 40px;
}

.archive-header h4 {
	color: #676768;
}

.archive-header span {
	color: #2a2a2b;
}

.search-no-results .archive-header {
	margin: 0;
}

.nothing-found {
	padding: 0 0 40px;
}

/* Widgets */

.sidebar {
	border-right: 1px solid #ddd;
	float: left;
	list-style-type: none;
	width: 25%;
}

.left-column-template .sidebar {
	border-left: 1px solid #ddd;
	border-right: 0;
}

.sidebar .widget {
	padding: 0 40px 0 0;
}

.left-column-template .sidebar .widget {
	padding: 0 0 0 40px;
}

.widget {
	list-style-type: none;
	margin: 0 0 30px;
}

.widget:last-of-type {
	margin: 0;
}

.widget li {
	font-size: 1.1em;
	font-weight: 900;
	letter-spacing: 1px;
	list-style-type: none;
	text-transform: uppercase;
}

.widget h4 {
	padding: 0 0 10px;
}

.widget select {
	width: 100%;
}

/* Calendar Widget */

.widget_calendar {}

.widget_calendar table {
	width: 100%;
}

.widget_calendar caption {
	color: #454546;
	padding: 0 0 10px;
	text-align: left;
}

.widget_calendar thead th {
	background-color: #f1f1f1;
	font-size: .85em;
	padding: 4px 0;
	text-align: center;
}

.widget_calendar tbody td {
	font-size: .85em;
	font-weight: 400;
	text-align: center;
	padding: 2px 0;
}

.widget_calendar tbody td a {
	font-size: 1.0em;
	padding: 0;
}

.widget_calendar tfoot td {
	text-align: center;
}

.widget_calendar tfoot td a {
	display: block;
	font-size: .75em;
	padding: 5px 0 0;
	text-transform: uppercase;
}

/* Flickr Widget */

.widget_flickr {}

.widget_flickr ul {}

.widget_flickr li {
	float: left;
	height: auto;
	line-height: 0;
	overflow: hidden;
	padding: 0 1px 1px 0;
	width: 33%;
}

.widget_flickr img {
	height: auto;
	line-height: 0;
	margin: 0;
	width: 100%;
}

.widget_flickr a {
	font-size: 1.1em;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* Search */

.widget_search form {
	position: relative;
}

#s {
	padding: 10px 36px 10px 10px;
}

.widget_search #s {
	width: 100%;
}

#searchsubmit {
	background: url(img/search.png) 14px 12px no-repeat;
	background-size: 16px 16px;
	border: 0;
	height: 42px;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}

/* RSS Widget */

.widget_rss {
	margin: 0 0 -30px;
}

.widget_rss li {
	text-transform: inherit;
	width: 100%;
}

.widget_rss li .rsswidget {
	display: block;
	padding: 0 0 30px;
	text-transform: uppercase;
}

.rsswidget img {
	display: none;
}

.widget_rss li .rss-date {
	color: #676768;
	display: block;
	font-size: 1.0em;
	font-weight: 900;
	margin-top: -30px;
	padding: 0 0 30px;
	text-transform: uppercase;
}

.widget_rss li .rssSummary {
	font-size: 1.25em;
	font-weight: 400;
	letter-spacing: 0;
	margin-top: -20px;
	padding: 0 0 30px;
}

.widget_rss li cite {
	color: #676768;
	display: block;
	font-size: 1.0em;
	font-style: normal;
	font-weight: 900;
	margin-top: -20px;
	padding: 0 0 20px;
	text-transform: uppercase;
}

/* Tags Widget */

.tagcloud a {
	display: block;
	float: left;
	font-size: 1.1em !important;
	font-weight: 900;
	letter-spacing: 1px;
	padding: 0 10px 5px 0;
	text-transform: uppercase;
}

/* Text Widget */

.widget_text .textwidget {
	font-size: 1.4em;
	line-height: 1.5;
}

.widget_text .textwidget p {
	font-size: 1.0em;
	padding: 0;
}

/* Twitter Widget */

.widget_twitter li {
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: inherit;
}

.widget_twitter p {
	font-size: 1.0em;
	padding: 0;
}

.widget_twitter p a {
	text-decoration: none;
}

.tweetList li {
	padding: 0 0 20px;
}

.tweetList li.clearfix {
	padding: 0;
}

#dwframework-widget-twitter-follow {
	font-size: .75em;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* Home Widgets */

.home-widgets {
	float: left;
	margin: 0 0 -40px;
	padding: 60px 0 0;
}

.home-widgets-left {
	width: 67%;
}

.home-widgets-right {
	padding: 60px 0 0 60px;
	width: 33%;
}

.home-widgets .widget {
	margin: 0 0 40px;
	padding: 0;
}

/* Default home page template widget changes */

.home-ticker .home-widgets {
	float: none;
	padding: 40px 0 0;
	width: 100%;
}

.home-ticker .home-widgets-right {
	display: none;
}

/* Blog Widgets */

.blog-sidebar {
	border-top: 1px solid #ddd;
	margin: 0 0 -20px;
	padding: 40px 0 0;
}

.blog-widgets {
	float: left;
	width: 50%;
}

.blog-widgets-left {
	padding: 0 30px 0 0;
}

.blog-widgets-right {
	padding: 0 0 0 30px;
}

.blog-widgets .widget {
	margin: 0 0 40px;
	padding: 0;
}

.blog-widgets .widget li {
	float: left;
	margin: 0 20px 10px 0;
}

.blog-widgets .widget_archive li,
.home-widgets-left .widget_archive li,
.blog-widgets .widget_recent_entries li,
.home-widgets-left .widget_recent_entries li {
	float: left;
	margin: 0;
}

.blog-widgets .widget_archive a,
.home-widgets-left .widget_archive a,
.blog-widgets .widget_recent_entries a,
.home-widgets-left .widget_recent_entries a {
	color: #2a2a2b;
	font-size: 1.275em;
	font-weight: 400;
	letter-spacing: 0;
	margin: 0;
	text-transform: capitalize;
}

.blog-widgets .widget_archive span,
.home-widgets-left .widget_archive span,
.blog-widgets .widget_recent_entries span,
.home-widgets-left .widget_recent_entries span {
	color: #ababac;
	font-size: 1.475em;
	font-weight: 400;
	margin: 0 5px;
}

.blog-widgets .widget_archive .invisible-divider,
.home-widgets-left .widget_archive .invisible-divider,
.blog-widgets .widget_recent_entries .invisible-divider,
.home-widgets-left .widget_recent_entries .invisible-divider {
	color: #fff;
}

.blog-widgets .widget_recent_entries .post-date,
.home-widgets-left .widget_recent_entries .post-date {
	color: #676768;
	font-size: 1.275em;
	letter-spacing: 0;
	margin: 0;
	text-transform: capitalize;
}


/* Predefined Classes */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0 auto;
}

img.alignleft {
	float: left;
	margin: 8px 14px 0 0;
	max-width: 100%;
	width: auto;
}

img.alignright {
	float: right;
	margin: 9px 0 0 14px;
	max-width: 100%;
	width: auto;
}

.wp-caption {
	background-color: #eee;
	max-width: 100%;
	padding: 5px;
	text-align: center;
}

.wp-caption-text {
	font-weight: 900;
	padding: 10px 5px;
}

.sticky {}

.gallery-caption {}

.bypostauthor {}

/* dwFramework */

.dwframework-audio {
	margin-bottom: 20px;
}
