/*
Theme Name: GriffinED 2018
Theme URI: http://www.griffined.org
Author: Rigney Graphics
Author URI: http://www.rigneygraphics.com
Description: A custom Wordpress theme created from the Wordpress twentysixteen theme. Compatible with WooCommerce, and supports responsive/adaptive mobile design.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* HTMl TAG STYLES
====================================== */
html {
	font-size: 17px;
	line-height: 25px;
}

body {
	background: url(images/bkg.png) repeat;
}

body,
button,
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=button],
input[type=submit],
textarea {
	color: #6f6f6e;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9rem;
}

h1, .h1,
h2, .h2,
h3, .h3,
.tribe-events-list-separator-month span {
	font-family: 'Abril Fatface', cursive;
}

h1, .h1 {
	font-size: 2.95rem;
	line-height: 1em;
}

h1,
#home-listen-watch header {
	color: #9f2464;
	margin-bottom: 0;
}.

h1.product_title {
	margin-bottom: 0.5rem;
}

h2, .h2,
h1.product_title {
	font-size: 2rem;
	line-height: 1.2em;
}

h2 {
	color: #9f2464;
	margin-bottom: 1.5rem;
}

h2>small {
	display: block;
	font-family: 'Alegreya', serif;
	font-style: italic;
	font-weight: normal;
	line-height: 1em;
	margin-top: 10px;
}
h2.song-title>small {
	font-size: 0.65em;
	margin-top: 5px;
}

h3, .h3,
#blog-entries .archive-entry h2,
.tribe-events-list-separator-month span,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	color: #9f2464;
	font-size: 1.5rem;
}

#blog-entries .archive-entry h2 {
	margin-bottom: 0.5rem;
}

.h4, h4 {
	font-size: 1.25rem;
}

.h5, h5 {
	font-size: 1rem;
}

.h6, h6 {
	font-size: 0.85rem;
}

hr {
	border-top: 2px solid #cc8ca7;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

label {
	display: block;
	margin: 0;
	width: 100%;
}

main li {
	margin-bottom: 0.5rem;
}

p,
.embed-responsive {
	margin-bottom: 1.5rem;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 25px;
}

td {
	vertical-align: middle;
}

th {
	text-align: left;
	vertical-align: bottom;
}

ol {margin-bottom: 1.5rem;
	padding-left: 2em;
}

ul {
	margin-bottom: 1.5rem;
	padding-left: 1.3em;
}

.shop_table td,
.shop_table th {
	background: #FFFFFF;
}


/* BOOTSTRAP OVERRIDE STYLES
====================================== */
.row {
	margin-left: -13px;
	margin-right: -13px;
}

.col, [class*="col-"] {
	padding-left: 13px;
	padding-right: 13px;
}

.row.narrow {
	margin-left: -8px;
	margin-right: -8px;
}

.row.narrow .col, .row.narrow>[class*="col-"] {
	padding-left: 8px;
	padding-right: 8px;
}


/* LINK STYLES
====================================== */
a {
	color: #008f91;
	text-decoration: none;
}

a:focus, a:hover {
	color: #000000;
}

a.btn,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
button,
input[type=button],
input[type=submit] {
	background: #008f91;
	border: 0;
	border-radius: 3px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0.5rem;
	padding: 0.75em 1.5em;
	text-transform: uppercase;
	transition: background 0.2s;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	flex: none!important;
	float: none!important;
	padding: 0!important;
	max-width: none!important;
	width: 100%!important;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	padding: 14px 20px 12px;
}

a.btn:focus,
a.btn:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
	background: #000000;
	color: #FFFFFF;
}

a.btn.buy,
a.btn.itunes {
	margin-right: 0.75em;
	padding-left: 1rem;
}

a.btn.buy:before,
a.btn.itunes:before,
a.pdf:before {
	display: inline-block;
	font-family: 'FontAwesome';
	font-weight: lighter;
	margin-right: 0.75em;
	vertical-align: text-top;
}

a.btn.buy:before {
	content: '\f07a';
}

a.btn.itunes:before {
	content: '\f179';
}

a.pdf:before {
	content: "\f1c1";
	margin-right: 0.5em;
	vertical-align: middle;
}

a.btn.small {
	font-size: 0.8em;
	padding: 5px 10px 6px;
}

.copyright a {
	color: #b5b8cc;
}

a.play-audio,
a.play-video {
	background-position: 0 0;
	background-size: 24px;
	display: inline-block;
	font-size: 0;
	height: 24px;
	margin: 0 3px;
	transform: all 0.2s;
	width: 24px;
}

a.play-audio {
	background-image: url(images/play-audio.png);
}

a.play-video {
	background-image: url(images/play-video.png);
}

a.play-audio:focus,
a.play-audio:hover,
a.play-video:focus,
a.play-video:hover {
	background-position: 0 -24px;
}

a.play-audio.active,
a.play-video.active {
	transform: rotate(90deg);
}

footer#site-footer a:focus,
footer#site-footer a:hover,
body.home header#site-header a:focus,
body.home header#site-header a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.social li>a {
	background-color: #f0e7d3;
	border-radius: 4px;
	display: block;
	font-size: 0;
	height: 40px;
	padding: 10px 10px;
	text-align: center;
	width: 40px;
}

.social li>a:before {
	color: #373a59;
	font-family: 'FontAwesome';
	font-size: 20px;
	font-weight: lighter;
	line-height: 20px;
}

.social li>a:focus,
.social li>a:hover {
	background-color: #FFFFFF;
	color: #000000;
}

.social li.facebook>a:before {
	content: '\f09a';
}

.social li.instagram>a:before {
	content: '\f16d';
}

.social li.twitter>a:before {
	content: '\f099';
}


/* SHELL STYLES
====================================== */
.album-cover {
	float: left;
	width: 30%;
}

.album-cover a:focus>img,
.album-cover a:hover>img {
	box-shadow: 0 0 6px 1px rgba(0,0,0,0.4);
}

.album-title {
	float: left;
	padding-left: 20px;
	width: 70%;
}

.archive-entries {
	border-top: 2px solid #cc8ca7;
}

.archive-entry {
	border-bottom: 2px solid #cc8ca7;
	padding-top: 1.5rem;
}

.block,
.tribe-events-loop,
.tribe-events-single .hentry,
.woocommerce-checkout .woocommerce {
	background: #f8f3e9;
	margin-bottom: 25px;
	padding: 30px 40px 15px;
}

.block-album,
.block-embed {
	background: #f8f3e9;
	margin-bottom: 25px;
	padding: 0;
}

.block-album {
	padding: 25px;
	padding-bottom: 1px;
}

.block-embed header {
	border-bottom: 1px solid #ccc2ad;
	padding: 15px 20px;
}

.block-embed header h3 {
	margin: 0;
}

.block {
	padding: 25px;
}

body.home .block {
	background: #f8f3e9;
}

#blog-entries {}

#blog-entries .archive-entry {
	border-bottom: 2px solid #cc8ca7;
	padding-top: 1rem;
}

#blog-entries .archive-entry:first-child {
	padding-top: 0;
}

.breadcrumb {
	background: none;
	margin-bottom: 1rem;
	padding: 0;
	text-transform: uppercase;
}

.breadcrumb ul {
	list-style-type: none;
	margin: 0 0;
	padding: 0;
}

.breadcrumb li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.breadcrumb li:before {
	content: '\00a0\00a0\\\00a0\00a0';
}

.breadcrumb li:first-child:before {
	content: '';
}

.buy-now-links {
	padding: 0 0 25px;
}

.buy-now-links span {
	display: inline-block;
}

.category-description {
	text-align: center;
}

.col-album {
	width: 20%;
}

.col-team-bio,
.col-team-photo {
	float: left;
}

.col-features,
.col-filters,
.col-team-photo {
	width: 33.333333%;
}

.col-team-bio {
	width: 66.666666%;
}

.copyright {
	color: #b5b8cc;
	font-size: 0.6rem;
	line-height: 1.2;
}

.cta {
	background: #f8f3e9;
	display: block;
	font-family: 'Alegreya', serif;
	font-size: 1.75rem;
	line-height: 1.1;
	margin-bottom: 1.5rem;
	padding: 25px;
	text-align: center;
}

.cta:focus,
.cta:hover {
	background: #fffaf0;
	text-decoration: none;
}

#facet-filters header {
	text-align: center;
}

.feature-block a,
.feature-block.signup {
	background: #f8f3e9;
	font-family: 'Alegreya', serif;
	font-size: 1.3rem;
	line-height: 1.2;
	margin-bottom: 1.5rem;
}

.feature-block a {
	display: block;
	padding: 30px;
}

.feature-block a:focus,
.feature-block a:hover {
	background: #fffaf0;
	text-decoration: none;
}

.feature-block.signup {
	color: #9f2464;
	padding: 20px 30px;
}

.feature-block p {
	margin: 0;
}

.feature-block strong {
	color: #9f2464;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.feature-block em {
	display: block;
	margin-top: -5px;
}

.feature-block a div>strong {
	display: block;
	float: left;
	margin-top: 5px;
	padding: 0 10px;
	width: 70px;
}

.feature-block a div>strong:before {
	background: #008f91;
	color: #FFFFFF;
	content: '\f09a';
	display: block;
	font-family: 'FontAwesome';
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.feature-block.facebook a div>strong:before {
	content: '\f09a';
}

.feature-block.twitter a div>strong:before {
	content: '\f099';
}

.feature-block a:focus div>strong:before,
.feature-block a:hover div>strong:before {
	background: #000000;
}

.feature-block strong,
.feature-block.youtube a {
	font-family: 'Abril Fatface', cursive;
	font-size: 1.6rem;
	line-height: 1;
}

.feature-block.book-griffin a {
	background-image: url(images/guitar.png);
	background-position: 20px 50%;
	background-repeat: no-repeat;
	background-size: 132px 135px;
	min-height: 155px;
	padding-left: 170px;
}

.feature-block.youtube a {
	padding: 45px 20px;
	text-align: center;
	vertical-align: middle;
}

.feature-block.youtube a strong {
	background-image: url(images/youtube.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 160px 64px;
	display: inline-block;
	height: 64px;
	margin-right: 1rem;
	vertical-align: middle;
	width: 160px;
}

footer#site-footer,
header#site-header {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
	
}

footer#site-footer {
	color: #f0e7d3;
	padding: 180px 0 100px;
	z-index: 1;
}

footer#site-footer .logo {
	left: 50%;
	margin-left: -45px;
	position: absolute;
	width: 90px;
}

.logo>img {
	display: none;
}

body.home header#site-header .logo>img {
	display: block;
	width: 100%;
}

footer#site-footer .social,
.tagline {
	margin: 0 0 70px;
}

header#page-header,
main .container {
	padding: 0 195px;
}

header#page-header {
	margin-bottom: 1.5rem;
}

header#site-header .container {
	padding: 0;
}

header#page-header h1,
header.section-header {
	position: relative;
}

header#page-header h1,
header.section-header,
.tribe-events-list-separator-month {
	background-image: url(images/header-section-repeat.png);
	background-position: 0 60%;
	background-repeat: repeat-x;
}

header#page-header h1>strong,
header.section-header h2 {
	display: inline-block;
	margin: 0;
	padding: 0.5rem 1rem;
}

header#page-header h1>strong {
	background: url(images/header-page-bkg.jpg) repeat;
	margin: 0;
}

header.section-header {
	margin: 0 24px 24px;
	text-align: center;
	text-transform: uppercase;
}

body.home .block header.section-header,
.related header.section-header {
	margin: 0 0 24px;
}

header.section-header h2 {
	background: #f0e7d3;
}

body.home .block header.section-header h2 {
	background: #f8f3e9;
	padding-bottom: 0;
	padding-top: 0;
}

body.home header#site-header {
	color: #7a6a58;
	min-height: 400px;
	padding: 5px 0 100px;
}

body.home header#site-header {
	color: #f0e7d3;
}

body.home header#site-header h1 {
	color: #f0e7d3;
	font-size: 5.11rem;
	line-height: 1.1;
}

header#site-header .logo {
	left: 50%;
	margin-left: -45px;
	position: absolute;
	width: 90px;
}

body.home header#site-header .logo {
	left: auto;
	margin: 0 auto 10px;
	position: relative;
	width: 120px;
}

header#site-header .logo .badge {
	left: 50%;
	margin-left: -60px;
	position: absolute;
	top: 5px;
	width: 120px;
	z-index: 2;
}

body.home header#site-header .logo .badge {
	margin-left: -45px;
	top: 15px;
	width: 90px;
}

.single-song-navigation {
	text-transform: uppercase;
}

.single-song-navigation .breadcrumb {
	margin-bottom: 0.5rem;
}

.song-navigation {
	margin-bottom: 0.5rem;
}

.song-navigation.back,
.song-navigation.next {
	float: right;
	margin-left: 1.5rem;
}

.song-navigation.prev {
	float: left;
	margin-right: 1.5rem;
}

#home-albums,
#home-services {
	text-align: center;
}

#home-services,
.section-intro {
	font-size: 1rem;
	line-height: 1.5;
}

#home-welcome {
	font-family: 'Alegreya', serif;
	font-size: 1.88rem;
	font-style: italic;
	line-height: 1.3;
	padding: 0 2rem 2.65rem;
	text-align: center;
}

#home-welcome p {
	margin-bottom: 2.35rem;
}

main {
	margin-bottom: -100px;
	position: relative;
	z-index: 2;
}

body.home main {
	margin-top: -100px;
}

main>.container {
	background: #f0e7d3;
	box-shadow: 0 15px 20px 10px rgba(0,0,0,0.2);
	min-height: 400px;
	padding-bottom: 25px;
	padding-top: 50px;
}

body.page-id-4446 main>.container .block-album {
	background: #FFFFFF;
}

header#site-header .mobile-trigger {
	display: none;
}

#overlay-response {
	background-color: rgba(0, 0, 0, 0.6);
	height: 100%;
	left: 0;
	opacity: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	text-align: center;
	top: 0;
	transition: opacity 0.5s ease;
	width: 0;
	z-index: 350;
}

.print-notes {
	float: right;
	margin: 0 0 1.5rem 1.5rem;
	text-transform: uppercase;
}

.section-intro {
	margin-bottom: 2rem;
	text-align: center;
}

.song-audio-widget,
.song-video-widget {
	margin: 0 0 1.5rem;
}

.song-audio-widget.widget-intro {
	margin-bottom: 0.3rem;
}

.tagline-left,
.tagline-right {
	float: left;
	font-weight: lighter;
	text-transform: uppercase;
	width: 50%;
}

.tagline-left {
	padding-right: 90px;
	text-align: right;
}

.tagline-right {
	padding-left: 90px;
	text-align: left;
}

.video-container {
	height: 0;
	margin: 0 0 25px;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 35px;
	position: relative;
}

.song-video-widget .video-container {
	margin: 0;
}

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


/* WOOCOMMERCE STYLES
====================================== */
ul.tabs.wc-tabs {
	display: none;
}

.woocommerce .products ul,
.woocommerce ul.products {
	margin-bottom: 0;
}

.woocommerce div.product div.summary {
	margin-bottom: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	background: #f8f3e9;
	padding: 1rem;
}

.woocommerce div.product div.summary .product_meta {
	display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
	margin-bottom: 1.5rem;
	margin-right: 3.5%;
	width: 31%;
}

.woocommerce ul.products li.product:last-child,
.woocommerce-page ul.products li.product:last-child,
.woocommerce ul.products.columns-3 li.product.last,
.woocommerce-page ul.products.columns-3 li.product.last {
	margin-right: 0;
}

.woocommerce ul.products li.product .button {
	margin-top: 0;
	text-align: center;
	width: 100%;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #7a7a7a;
	font-size: 1rem;
	margin-bottom: 0.5rem;
}

.woocommerce ul.products li.product .price {
	margin-bottom: 1rem;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	-webkit-font-smoothing: auto;
}

.pswp__bg {
	background: rgba(0,0,0,0.85);
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	font-size: 1.2rem;
	line-height: 1.4;
	margin: 0 0 0.5rem;
	padding: 0;
}

.product .nyp input.nyp-input {
	width: auto;
}

.woocommerce-error {
	border: 3px solid #b81c23;
}

.woocommerce-info {
	border: 3px solid #1e85be;
}

.woocommerce-message {
	border: 3px solid #8fae1b;
}

.woocommerce-input-wrapper {
	display: block;
	width: 100%;
}

.woocommerce form .form-row {
	margin: 0 0 1.5rem;
	padding: 0;
}


/* FACETWP STYLES
====================================== */
table.facet {
	border: 1px solid #f0e7da;
	border-bottom: 0;
	font-size: 0.75rem;
	line-height: 1.2;
	width: 100%;
}

table.facet {
	margin: 0;
}

table.facet td:first-child,
table.facet th {
	font-size: 0.85rem;
	line-height: 1.2;
}

table.facet td,
table.facet th {
	padding: 10px 20px;
}

table.facet th {
	
}

table.facet td.song-widget {
	padding: 0;
}

table.facet td.song-widget>div {
	display: none;
	overflow: hidden;
	padding: 5px;
	padding-bottom: 2px;
}

table.facet td.song-widget>div iframe {
	border: 1px solid #b9bb9d;
}

table.facet td.song-widget>div.hide {}

table.facet td.song-widget>div.show {
	border-bottom: 1px solid #b9bb9d;
}

table.facet td.widget-links {
	font-size: 0;
	line-height: 0;
	padding: 0;
	width: 120px;
}

table.facet tr {
	border: 1px solid #f0e7da;
	color: #383b14;
}

table.facet tr:nth-child(odd) {
	background: #fffcf7;
}

table.facet.album tr:nth-child(odd) {
	background: none;
}

table.facet.album tr.odd {
	background: #fffcf7;
}

table.facet tr th {
	color: #000000;
}

.facetwp-facet {
	margin-bottom: 0!important;
}


/* NAVIGATION STYLES
====================================== */
#footer-menu-container {
	padding-top: 10px;
}

#footer-menu-container .footer-nav-menu,
#header-menu-container .header-nav-menu {
	float: left;
	width: 50%;
}

#footer-menu-container>div>div>ul,
#header-menu-container .header-nav-menu>ul {
	font-size: 0;
	line-height: 0;
	list-style-type: none;
	margin: 0 0 25px;
	padding: 0;
}

#footer-menu-container>div>div>ul>li,
#header-menu-container .header-nav-menu>ul>li {
	display: inline-block;
	margin: 0;
	padding: 0 20px;
	position: relative;
	vertical-align: top;
}

#footer-menu-container>div>div>ul>li>a,
#header-menu-container .header-nav-menu>ul>li>a {
	display: block;
	font-size: 1rem;
	line-height: 1.3;
	text-transform: uppercase;
}

#footer-menu-container .footer-nav-menu>ul>li>a,
#header-menu-container .header-nav-menu>ul>li>a {
	padding: 5px;
}

#header-menu-container .header-nav-menu>ul>li>a {
	border-bottom: 2px solid transparent;
}

#header-menu-container .header-nav-menu>ul>li:focus>a,
#header-menu-container .header-nav-menu>ul>li:hover>a {
	border-bottom: 2px solid #000000;
	color: #000000;
	text-decoration: none;
}

body.home #header-menu-container .header-nav-menu>ul>li:focus>a,
body.home #header-menu-container .header-nav-menu>ul>li:hover>a {
	border-bottom: 2px solid #FFFFFF;
	color: #FFFFFF;
}

#header-menu-container .header-nav-menu>ul>li.current-category-ancestor>a,
#header-menu-container .header-nav-menu>ul>li.current_page_parent>a,
#header-menu-container .header-nav-menu>ul>li.current-page-ancestor>a,
#header-menu-container .header-nav-menu>ul>li.current-post-ancestor>a,
#header-menu-container .header-nav-menu>ul>li.current-menu-item>a,
body.single-song #header-menu-container .header-nav-menu>ul>li#menu-item-4183>a,
body.woocommerce-page #header-menu-container .header-nav-menu>ul>li#menu-item-3509>a {
	border-bottom: 2px solid #008f91;
}

#header-menu-container .header-nav-menu>ul>li.menu-item-has-children>a:after {
	content: "\f0d7";
	display: inline-block;
	font-family: 'FontAwesome';
	margin-left: 0.3em;
}

#header-menu-container .header-nav-menu>ul>li.menu-item-has-children:focus>a:after,
#header-menu-container .header-nav-menu>ul>li.menu-item-has-children:hover>a:after {
	content: "\f0d8";
}

#header-menu-container .header-nav-menu>ul>li .sub-menu {
	background: #FFFFFF;
	box-shadow: 0 8px 6px 0px rgba(0, 0, 0, 0.5);
	display: none;
	font-size: 0;
	line-height: 0;
	list-style-type: none;
	padding: 5px 0 20px;
	text-align: center;
}

#header-menu-container .header-nav-menu>ul>li:focus .sub-menu,
#header-menu-container .header-nav-menu>ul>li:hover .sub-menu {
	border-top: 2px solid #000000;
	display: block;
	left: 50%;
	margin-bottom: 0;
	margin-left: -125px;
	margin-top: -2px;
	padding: 0;
	position: absolute;
	width: 250px;
	z-index: 5000;
}

#header-menu-container .header-nav-menu>ul>li .sub-menu>li>a {
	border-top: 1px solid #e4e4e4;
	display: block;
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 400;
	padding: 10px;
	text-align: left;
}

#header-menu-container .header-nav-menu>ul>li .sub-menu>li:first-child>a {
	border-top: 0;
}

#header-menu-container .header-nav-menu>ul>li .sub-menu>li>a:focus,
#header-menu-container .header-nav-menu>ul>li .sub-menu>li>a:hover {
	color: #000000;
	text-decoration: none;
}

#header-menu-container .header-nav-menu>ul>li .sub-menu>li.current-menu-item>a {
	color: #000000;
}

.footer-nav-menu.left,
.header-nav-menu.left {
	padding-right: 65px;
	text-align: right;
}

.footer-nav-menu.right,
.header-nav-menu.right {
	padding-left: 65px;
	text-align: left;
}

footer#site-footer .social {
	font-size: 0;
	line-height: 0;
	list-style-type: none;
	padding: 0;
}

footer#site-footer .social>li {
	display: inline-block;
	padding: 0 50px;
}

header#site-header nav {
	padding-top: 20px;
}

body.home header#site-header nav {
	left: 0;
	padding-top: 25px;
	position: absolute;
	right: 0;
	top: 0;
}


/* PAGE-NAVI STYLES
====================================== */
.wp-pagenavi {
	padding: 1.5rem 0 0;
}

.wp-pagenavi a, .wp-pagenavi span {
	background: #FFFFFF;
	border: 1px solid #808080;
	border-radius: 4px;
	color: #4a4a4a;
	display: inline-block;
	font-size: 0.9rem;
	margin-right: 3px;
	padding: 6px 9px;
}

.wp-pagenavi a:focus,
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	background: rgba(0, 0, 0, 0) linear-gradient(#008f91, #1a5e66);
	border-color: #414141;
	color: #fff;
	text-decoration: none;
}

.wp-pagenavi span.current {
	font-weight: bold;
}


/* FORM STYLES
====================================== */
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=text],
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
textarea {
	border: 1px solid #c0e9ea;
	padding: 8px 10px;
	transition: border 0.2s;
	width: 100%;
}

input[type=number],
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	width: auto;
}

input[type=email]:hover,
input[type=number]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=text]:hover,
textarea:hover {
	border: 1px solid #008f91;
}

.feature-block.signup .ajax-loader,
.feature-block.signup .wpcf7-response-output,
.feature-block.signup .wpcf7-not-valid-tip {
	display: none!important;
}

.facet-wp-list {
	font-size: 0.7rem;
	line-height: 1.2;
}

main .search-form {
	margin-bottom: 1.5rem;
	max-width: 75%;
}

main .search-form .form-input {
	float: left;
	padding-right: 0.5rem;
	width: 75%;
}

main .search-form .form-submit {
	float: left;
	width: 25%;
}

.search-form-block input[type=submit] {
	padding: 6px 20px;
	width: 100%;
}

/* DELETE ALL BELOW */
.form-subscribe {
	padding: 10px 0 4px;
}

.form-subscribe .form-field,
#nf-form-2-cont nf-field:nth-child(1) {
	float: left;
	width: 65%;
}

#nf-form-2-cont .nf-field-label {
	display: none;
}

#nf-form-2-cont .nf-field-container {
	margin: 7px 0 0;
}

#nf-form-2-cont .nf-form-content::after {
	clear: both;
	content: '';
	display: table;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 100%;
}

.form-subscribe .form-submit,
#nf-form-2-cont nf-field:nth-child(2) {
	float: left;
	padding-left: 10px;
	width: 35%;
}

.form-subscribe .form-submit input,
#nf-form-2-cont nf-field:nth-child(2) input {
	border-radius: 0;
	display: block;
	padding: 11px 15px 10px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

.wpcf7-not-valid {
	background: #f2e6e7!important;
	border-color: #c10005!important;
}

.wpcf7-recaptcha {
	margin-bottom: 25px;
}

.wpcf7-recaptcha>div,
.wpcf7-recaptcha>div iframe {
	max-width: 100%!important;
}

nf-field {
	display: block;
}

.nf-field-element {}

.nf-field-label {}

.nf-form-fields-required,
.ninja-forms-req-symbol,
.nf-form-hp,
.recaptcha-wrap .nf-field-label {
	display: none;
}

.nf-response-msg,
.nf-error-msg.nf-error-field-errors {
	margin: 0 0 1.5rem;
}

.feature-block.signup .nf-error-msg {
	font-size: 1rem;
	margin-bottom: 0.5rem;
}

.nf-response-msg {
	border: 2px solid #004000;
	color: #004000;
	display: none;
	font-size: 1rem;
	padding: 1rem;
}

#nf-form-2-cont .nf-response-msg {
	margin-top: 8px;
}

.nf-error-msg.nf-error-field-errors {
	border: 2px solid #c10005;
	color: #c10005;
	padding: 1rem;
}

.nf-error-msg.nf-error-invalid-email,
.nf-error-msg.nf-error-required-error {
	color: #c10005;
}


/* EVENTS CALENDAR STYLES
====================================== */
body.events-gridview main>.container {
	padding: 60px;
	padding-bottom: 25px;
}

.tribe-events-calendar {
	background-color: #FFFFFF;
}

.tribe-events-list-separator-month {
	margin: 0;
}

.type-tribe_events {
	
}

.tribe-events-day .tribe-events-day-time-slot h5 {
	background: #6f6f6f;
	margin: 0 0 15px;
}

.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
	max-width: none!important;
}

.tribe-events-list-separator-month span {
	background: #f8f3e9;
	padding: 0 25px;
}

.tribe-events-list .type-tribe_events {
	border-top: 2px solid #cc8ca7;
	margin: 0;
	padding: 25px 0;
}

.tribe-events-list-separator-month + .type-tribe_events,
.tribe-events-list-separator-month + .type-tribe_events.tribe-events-first {
	border-top: 0;
	padding-top: 25px;
	margin-top: 0;
}

.events-list #tribe-events-footer,
.single-tribe_events #tribe-events-footer,
.tribe-events-day #tribe-events-footer,
.tribe-events-map #tribe-events-footer,
.tribe-events-photo #tribe-events-footer {
	border-top: none;
	padding-top: 0;
}

#tribe-events-content-wrapper {
	padding: 0 0 35px;
}

#tribe-events-content {
	margin: 0;
}


/* WORDPRESS REQUIRED STYLES
====================================== */
.wp-caption,
.wp-caption.aligncenter {
	margin-bottom: 25px;
}

.wp-caption img {}

p.wp-caption-text {}


/* MISC. STYLES
====================================== */
.aligncenter {
	display: block;
	margin: 0 auto 1.5rem;
}

.alignleft {
	display: block;
	float: left;
	margin: 0 1.5rem 1.5rem 0;
}

.alignright {
	display: block;
	float: right;
	margin: 0 0 1.5rem 1.5rem;
}

img.aligncenter,
img.alignleft,
img.alignright {
	display: block;
}

.bypostauthor {
	margin: 0 0 10px;
}

.pad0 {
	margin-bottom: 0;
}

.padhalf {
	margin: 0 0 0.25rem;
}


/* TRANSITION STYLES
====================================== */
.album-cover a>img {
	transition: box-shadow 0.2s ease-in-out;
}

.cta,
.feature-block a,
.feature-block a div>strong:before {
	transition: background 0.5s ease, color 0.5s ease;
}


/* RESPONSIVE STYLES
====================================== */
@media(max-width: 1260px)
{
	.col-team-photo {
		width: 25%;
	}

	.col-team-bio {
		width: 75%;
	}
	
	.container {
		max-width: none;
		width: 100%;
	}
	
	footer#site-footer {
		padding: 160px 0 75px;
	}
	
	main {
		padding: 0 50px;
	}
	
	header#page-header,
	main .container {
		padding-left: 150px;
		padding-right: 150px;
	}
}


@media(max-width: 1199px)
{
	.col-team-photo {
		width: 30%;
	}

	.col-team-bio {
		width: 70%;
	}
	
	footer#site-footer {
		padding: 140px 0 60px;
	}
	
	footer#site-footer .social>li {
		padding: 0 40px;
	}
	
	header#page-header,
	main .container {
		padding-left: 120px;
		padding-right: 120px;
	}
	
	#footer-menu-container>div>div>ul>li {}
	
	footer#site-footer .logo {
		margin-left: -50px;
		width: 100px;
	}
	
	footer#site-footer .logo .badge {
		width: 100%;
	}
	
	#footer-menu-container .footer-nav-menu>ul>li,
	#header-menu-container .header-nav-menu>ul>li {
		padding: 0 15px;
	}
	
	body.home header#site-header h1 {
		font-size: 4.5rem;
	}
	
	header#site-header .tagline {
		margin-bottom: 2.5rem;
	}
	
	#home-welcome {
		font-size: 1.6rem;
		padding-bottom: 2.65rem;
	}
	
	#home-welcome p {
		margin-bottom: 2rem;
	}
	
	.tagline-left {
		padding-right: 85px;
	}
	
	.tagline-right {
		padding-left: 85px;
	}
}


@media(max-width: 1099px)
{
	header#page-header,
	main .container {
		padding-left: 90px;
		padding-right: 90px;
	}
	
	#header-menu-container .header-nav-menu>ul {
		margin-bottom: 15px;
	}
	
	#header-menu-container .header-nav-menu.left>ul>li:first-child:focus .sub-menu,
	#header-menu-container .header-nav-menu.left>ul>li:first-child:hover .sub-menu {
		left: 0;
		margin-left: 0;
	}
	
	#header-menu-container .header-nav-menu.right>ul>li:last-child:focus .sub-menu,
	#header-menu-container .header-nav-menu.right>ul>li:last-child:hover .sub-menu {
		left: auto;
		right: 0;
		margin-left: 0;
	}
	
	.footer-nav-menu.left,
	.header-nav-menu.left {
		padding-right: 50px;
	}
	
	.footer-nav-menu.right,
	.header-nav-menu.right {
		padding-left: 50px;
	}
	
	body.home header#site-header .logo {
		width: 100px;
	}
	
	body.home header#site-header .logo .badge {
		margin-left: -40px;
		top: 10px;
		width: 80px;
	}
	
	.tagline-left {
		padding-right: 70px;
	}
	
	.tagline-right {
		padding-left: 70px;
	}
}


@media(max-width: 991px)
{
	.block,
	.tribe-events-loop,
	.tribe-events-single .hentry,
	.woocommerce-checkout .woocommerce {
		padding: 50px 50px 25px;
	}
	
	.col-filters {
		width: 50%;
	}
	
	.col-team-photo {
		float: right;
		margin: 0 0 1.5rem 1rem;
		padding: 0;
		width: auto;
	}
	
	.col-team-photo p {
		margin: 0;
	}

	.col-team-bio {
		float: none;
		padding: 0;
		width: 100%;
	}
	
	#team-members .row {
		display: block;
		margin: 0;
	}
	
	.cta {
		font-size: 1.5rem;
	}
	
	.footer-nav-menu.left,
	.header-nav-menu.left {
		padding-right: 65px;
	}
	
	.footer-nav-menu.right,
	.header-nav-menu.right {
		padding-left: 65px;
	}
	
	footer#site-footer {
		padding: 120px 0 60px;
	}
	
	footer#site-footer .social>li {
		padding: 0 30px;
	}
	
	#header-menu-container .header-nav-menu>ul {
		margin-bottom: 10px;
	}
	
	#footer-menu-container .footer-nav-menu>ul>li,
	#header-menu-container .header-nav-menu>ul>li {
		padding: 0 10px;
	}
	
	#header-menu-container .header-nav-menu>ul>li>a {
		font-size: 0.9rem;
	}
	
	#header-menu-container .header-nav-menu>ul>li:focus .sub-menu,
	#header-menu-container .header-nav-menu>ul>li:hover .sub-menu {
		margin-left: -100px;
		width: 200px;
	}
	
	#header-menu-container .header-nav-menu>ul>li .sub-menu>li>a {
		font-size: 0.85rem;
	}
	
	header#page-header,
	main .container {
		padding-left: 60px;
		padding-right: 60px;
	}
	
	body.home header#site-header h1 {
		font-size: 4rem;
	}
	
	body.home header#site-header .logo {
		width: 120px;
	}
	
	body.home header#site-header .logo .badge {
		margin-left: -50px;
		top: 10px;
		width: 100px;
	}
	
	#home-welcome {
		font-size: 1.5rem;
		padding: 0 2.5rem 1rem;
	}
	
	#home-welcome p {
		margin-bottom: 1.5rem;
	}
	
	main {
		margin-bottom: -75px;
		padding: 0 35px;
	}
	
	.tagline-left {
		padding-right: 80px;
	}
	
	.tagline-right {
		padding-left: 80px;
	}
}


@media(max-width: 880px)
{
	.col-album {
		display: inline-block;
		float: none;
		width: 33.333333%;
	}
	
	.feature-block.youtube a {
		padding: 20px;
	}
	
	.feature-block.youtube a strong {
		background-position: 50% 0;
		display: block;
		width: 100%;
	}
	
	.footer-nav-menu.left {
		padding-right: 50px;
	}
	
	.footer-nav-menu.right {
		padding-left: 50px;
	}
	
	footer#site-footer .tagline-left {
		padding-right: 60px;
	}
	
	footer#site-footer .tagline-right {
		padding-left: 60px;
	}
	
	#footer-menu-container .footer-nav-menu>ul>li {
		padding: 0 5px;
	}
	
	.header-nav-menu.left {
		padding-right: 80px;
	}
	
	.header-nav-menu.right {
		padding-left: 80px;
	}
	
	#header-menu-container .header-nav-menu>ul>li {
		display: block;
		padding: 0;
	}
	
	#header-menu-container .header-nav-menu>ul>li>a {
		display: inline-block;
	}
	
	#header-menu-container .header-nav-menu.left>ul>li:focus .sub-menu,
	#header-menu-container .header-nav-menu.left>ul>li:hover .sub-menu,
	#header-menu-container .header-nav-menu.left>ul>li:first-child:focus .sub-menu,
	#header-menu-container .header-nav-menu.left>ul>li:first-child:hover .sub-menu {
		left: auto;
		right: 0;
	}
	
	#header-menu-container .header-nav-menu.right>ul>li:focus .sub-menu,
	#header-menu-container .header-nav-menu.right>ul>li:hover .sub-menu,
	#header-menu-container .header-nav-menu.right>ul>li:last-child:focus .sub-menu,
	#header-menu-container .header-nav-menu.right>ul>li:last-child:hover .sub-menu {
		left: 0;
		margin-left: 0;
		right: auto;
	}
	
	body.home header#site-header h1 {
		font-size: 3.5rem;
	}
	
	.header-nav-menu.left {
		text-align: right;
	}
	
	.tagline {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	header#site-header .tagline {
		margin-bottom: 1.5rem;
	}
}


@media(max-width: 768px)
{
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product,
	.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
	.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
		width: 48.25%;
	}
	
	.woocommerce ul.products li.product:nth-child(2n),
	.woocommerce-page ul.products li.product:nth-child(2n),
	.woocommerce ul.products.columns-3 li.product:nth-child(2n),
	.woocommerce-page ul.products.columns-3 li.product:nth-child(2n) {
		margin-right: 0;
	}
}


@media(max-width: 767px)
{
	.alignleft,
	.alignright {
		max-width: 50%;
	}
	
	.block,
	.tribe-events-loop,
	.tribe-events-single .hentry,
	.woocommerce-checkout .woocommerce {
		padding: 40px 40px 15px;
	}
	
	.block.facetwp {
		padding: 20px 20px 1px;
	}
	
	.col-team-photo {
		float: none;
		margin: 0 0 1rem;
		max-width: 50%;
	}
	
	table.facet td,
	table.facet th {
		padding: 8px;
	}
	
	.col-album {
		width: 50%;
	}
	
	.col-features {
		display: table;
		margin-bottom: 1.5rem;
		width: 100%;
	}
	
	.col-features>div {
		display: table-cell;
		padding-left: 1.5rem;
		text-align: left;
		vertical-align: middle;
		width: 70%;
	}
	
	.col-features>div p:last-child {
		margin: 0;
	}
	
	.col-features>figure {
		display: table-cell;
		margin: 0;
		vertical-align: middle;
		width: 30%;
	}
	
	.col-features>figure p {
		margin: 0;
	}
	
	.col-filters {
		width: 100%;
	}
	
	.cta {
		font-size: 1.3rem;
	}
	
	footer#site-footer {
		padding: 90px 0 40px;
	}
	
	#footer-menu-container .footer-nav-menu {
		float: none;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	
	#footer-menu-container>div>div>ul {
		margin-bottom: 0.25rem;
	}
	
	footer#site-footer .logo {
		left: auto;
		margin: 0 auto;
		position: static;
		width: 15%;
	}
	
	footer#site-footer .logo p {
		margin: 0;
	}
	
	footer#site-footer .social>li {
		padding: 0 20px;
	}
	
	footer#site-footer .tagline {
		padding-top: 1rem;
	}
	
	footer#site-footer .tagline-left,
	footer#site-footer .tagline-right {
		display: inline;
		float: none;
		font-size: 0.85rem;
		padding: 0;
		text-align: left;
		width: auto;
	}
	
	h1, .h1 {
		font-size: 2.5rem;
	}

	h2, .h2,
	h1.product_title {
		font-size: 1.65rem;
	}

	h3, .h3,
	#blog-entries .archive-entry h2,
	.tribe-events-list-separator-month span,
	.woocommerce ul.products li.product .woocommerce-loop-category__title,
	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce ul.products li.product h3 {
		color: #9f2464;
		font-size: 1.25rem;
	}

	.h4, h4 {
		font-size: 1.1rem;
	}
	
	#header-menu-container {
		background: #2a2d4c;
		border-left: 1px solid #000000;
		float: none;
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll; /* has to be scroll, not auto */
		position: fixed;
		right: -2px;
		text-align: left;
		top: 0;
		transition: width 0.5s;
		-webkit-overflow-scrolling: touch;
		width: 0;
		z-index: 5000;
	}
	
	body.response #header-menu-container {
		width: 360px;
	}
	
	#header-menu-container>div {
		min-width: 300px;
		padding: 20px;
	}
	
	#header-menu-container .header-nav-menu {
		float: none;
		width: 100%;
	}
	
	#header-menu-container .header-nav-menu>ul {
		margin: 0;
	}
	
	#header-menu-container .header-nav-menu>ul>li {
		display: block;
		padding: 0;
	}
	
	#header-menu-container .header-nav-menu>ul>li.menu-item-has-children>a:after {
		display: none;
	}
	
	#header-menu-container .header-nav-menu>ul>li>a,
	body.home #header-menu-container .header-nav-menu>ul>li>a {
		border-bottom: 0;
		border-top: 2px solid #a6997c;
		color: #f0e7d3;
		padding: 6px 12px;
	}
	
	.header-nav-menu.left,
	.header-nav-menu.right {
		padding: 0;
		text-align: left;
	}
	
	#header-menu-container .header-nav-menu>ul>li>a {
		display: block;
	}
	
	#header-menu-container .header-nav-menu>ul>li:focus>a,
	#header-menu-container .header-nav-menu>ul>li:hover>a,
	body.home #header-menu-container .header-nav-menu>ul>li:focus>a,
	body.home #header-menu-container .header-nav-menu>ul>li:hover>a {
		background: #1a1c33;
		border-bottom: 0;
		border-top: 2px solid #a6997c;
		color: #FFFFFF;
	}
	
	#header-menu-container .header-nav-menu.left>ul>li:first-child>a,
	#header-menu-container .header-nav-menu.left>ul>li:first-child:focus>a,
	#header-menu-container .header-nav-menu.left>ul>li:first-child:hover>a,
	body.home #header-menu-container .header-nav-menu.left>ul>li:first-child>a,
	body.home #header-menu-container .header-nav-menu.left>ul>li:first-child:focus>a,
	body.home #header-menu-container .header-nav-menu.left>ul>li:first-child:hover>a {
		border-top: 0;
	}
	
	#header-menu-container .header-nav-menu>ul>li:focus>a,
	#header-menu-container .header-nav-menu>ul>li:hover>a {
		text-decoration: none;
	}
	
	#header-menu-container .header-nav-menu>ul>li .sub-menu,
	#header-menu-container .header-nav-menu>ul>li:focus .sub-menu,
	#header-menu-container .header-nav-menu>ul>li:hover .sub-menu {
		background: none;
		border-bottom: 0;
		border-top: 0;
		box-shadow: none;
		display: block;
		left: auto;
		margin: 0;
		margin-bottom: 1.5rem;
		padding: 0;
		position: static;
		width: 100%;
		z-index: auto;
	}
	
	#header-menu-container .header-nav-menu>ul>li .sub-menu>li>a,
	#header-menu-container .header-nav-menu>ul>li .sub-menu>li:first-child>a {
		border-top: 1px solid #a6997c;
		font-size: 0.8rem;
		color: #f0e7d3;
	}
	
	#header-menu-container .header-nav-menu>ul>li .sub-menu>li>a:focus,
	#header-menu-container .header-nav-menu>ul>li .sub-menu>li>a:hover,
	#header-menu-container .header-nav-menu>ul>li.current-category-ancestor>a,
	#header-menu-container .header-nav-menu>ul>li.current_page_parent>a,
	#header-menu-container .header-nav-menu>ul>li.current-page-ancestor>a,
	#header-menu-container .header-nav-menu>ul>li.current-post-ancestor>a,
	#header-menu-container .header-nav-menu>ul>li.current-menu-item>a,
	#header-menu-container .header-nav-menu ul>li.current-menu-item>a,
	#header-menu-container .header-nav-menu>ul>li .sub-menu>li.current-menu-item:first-child>a,
	#header-menu-container .header-nav-menu>ul>li .sub-menu>li.current-menu-item>a {
		background: #1a1c33;
		border-bottom: 0;
		color: #FFFFFF;
	}
	
	main .container {
		padding: 40px;
		padding-bottom: 15px;
	}
	
	body.home header#site-header h1 {
		font-size: 3rem;
	}
	
	#home-services header {
		text-align: left;
	}
	
	#home-services header br,
	#home-services header br:after,
	#home-welcome br,
	#home-welcome br:after {
		content: ' ';
	}
	
	#home-welcome {
		font-size: 1.3rem;
		padding: 0 1.5rem 1rem;
	}
	
	#home-welcome p {
		margin-bottom: 1.25rem;
	}
	
	main {
		margin-bottom: -50px;
		padding: 0 20px;
	}
	
	header#site-header .mobile-trigger {
		background-color: #008f91;
		background-image: url(images/header-menu.png);
		background-position: 12px 12px;
		background-repeat: no-repeat;
		background-size: 16px 15px;
		border-radius: 4px;
		display: block;
		height: 40px;
		position: absolute;
		right: 20px;
		text-indent: -9999px;
		top: 20px;
		width: 40px;
		z-index: 400;
	}
	
	header#site-header .mobile-trigger:focus,
	header#site-header .mobile-trigger:hover {
		background-color: #007d80;
	}
	
	body.response #overlay-response {
		cursor: pointer;
		opacity: 1;
		width: 100%;
	}
	
	.tagline {
		padding: 0 80px;
	}
	
	footer#site-footer .social,
	footer#site-footer .tagline {
		margin-bottom: 60px;
	}
	
	header#site-header .tagline {
		margin-bottom: 3.5rem;
	}
}


@media(max-width: 660px)
{
	.album-cover {
		float: none;
		width: 50%;
	}
	
	.album-cover p {
		margin-bottom: 1rem;
	}
	
	.album-title {
		float: none;
		padding-left: 0;
		width: 100%;
	}
	
	.album-title h2 {
		margin-bottom: 0.25rem;
	}
	
	footer#site-footer .logo {
		width: 20%;
	}
	
	footer#site-footer .social,
	footer#site-footer .tagline {
		margin-bottom: 50px;
	}
	
	.search-form-block input[type=submit] {
		width: auto;
	}
}


@media(max-width: 575px)
{
	.album-cover {
		width: 75%;
	}
	
	.album-title h2 {
		margin-bottom: 0.5rem;
	}
	
	.aligncenter,
	.alignleft,
	.alignright {
		margin: 0 auto 1.5rem;
		max-width: none;
		text-align: center;
	}

	.block,
	.tribe-events-loop,
	.tribe-events-single .hentry,
	.woocommerce-checkout .woocommerce {
		padding: 30px 30px 5px;
	}
	
	.col-album {
		margin-left: auto;
		margin-right: auto;
		width: 65%;
	}
	
	.col-features>figure {
		width: 40%;
	}
	
	.col-features>div {
		padding-left: 0.75rem;
		width: 60%;
	}
	
	.col-team-photo {
		max-width: 75%;
	}
	
	.cta {
		font-size: 1.25rem;
	}
	
	#facet-filters header {
		text-align: left;
	}
	
	footer#site-footer {
		padding: 50px 0 30px;
	}
	
	footer#site-footer .logo {
		width: 25%;
	}
	
	footer#site-footer .social,
	footer#site-footer .tagline {
		margin-bottom: 40px;
	}
	
	footer#site-footer .social>li {
		padding: 0 10px;
	}
	
	header#page-header {
		padding: 1px 25px;
	}
	
	header#page-header {
		margin-bottom: 0.5rem;
	}
	
	header#page-header h1,
	header.section-header,
	.tribe-events-list-separator-month {
		background: transparent;
	}
	
	header#site-header nav {
		padding: 10px 0;
	}
	
	header.section-header {
		margin: 0 0 1rem;
	}
	
	body.home header#site-header {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	body.response #header-menu-container {
		width: 320px;
	}
	
	#header-menu-container>div {
		min-width: 280px;
	}
	
	header#site-header .logo,
	body.home header#site-header .logo {
		left: auto;
		margin: 0;
		position: static;
		text-align: center;
		width: 100%;
	}
	
	body.home header#site-header .logo>img {
		display: none;
	}
	
	body.home header#site-header .logo .badge,
	header#site-header .logo .badge {
		left: auto;
		margin: 0;
		position: static;
		top: auto;
	}
	
	body.home header#site-header .logo .badge p,
	header#site-header .logo .badge p {
		margin: 0;
	}
	
	body.home header#site-header nav {
		padding-top: 10px;
		position: static;
	}
	
	header#site-header .tagline {
		margin: 0;
	}
	
	#home-welcome {
		padding: 0 1rem 1rem;
	}
	
	main>.container {
		box-shadow: none;
	}
	
	main {
		margin-bottom: 0;
		padding: 0;
	}
	
	main .container {
		padding: 25px;
		padding-bottom: 1px;
	}
	
	.section-intro {
		text-align: left;
	}
	
	main .search-form {
		max-width: none;
	}
	
	main .search-form .form-input {
		width: 65%;
	}
	
	main .search-form .form-submit {
		width: 35%;
	}
	
	table.facet,
	table.facet tbody,
	table.facet thead,
	table.facet tr,
	table.facet tr>td {
		display: block;
		width: 100%;
	}
	
	table.facet tr>th {
		display: none;
	}
	
	table.facet tr>td {
		padding: 4px 8px;
	}
	
	table.facet tr>td:nth-child(2):before {
		content: 'Artist: ';
	}
	
	table.facet tr>td:nth-child(3):before {
		content: 'Album: ';
	}
	
	table.facet tr>td:nth-child(4):before {
		content: 'Time: ';
	}
	
	table.facet tr>td:first-child {
		display: block;
		width: 100%;
	}
	
	header#site-header .tagline-left,
	header#site-header .tagline-right {
		display: inline;
		float: none;
		font-size: 0.85rem;
		padding: 0;
		text-align: left;
		width: auto;
	}
	
	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {
		float: none;
		width: 100%;
	}
}


@media(max-width: 480px)
{
	.album-cover {
		width: 100%;
	}
	
	.col-album {
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}
	
	.col-features {
		display: block;
	}
	
	.col-features>div {
		display: block;
		padding-left: 0;
		text-align: center;
		width: 100%;
	}
	
	.col-features>figure {
		display: block;
		margin: 0 auto 0.5rem;
		width: 45%;
	}
	
	.cta {
		font-size: 1rem;
	}
	
	footer#site-footer .logo {
		width: 30%;
	}
	
	footer#site-footer .social,
	footer#site-footer .tagline {
		margin-bottom: 20px;
	}
	
	body.response #header-menu-container {
		width: 300px;
	}
	
	.tagline {
		padding: 0 60px;
	}
	
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.woocommerce ul.products.columns-3 li.product,
	.woocommerce-page ul.products.columns-3 li.product,
	.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
	.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n),
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		float: none;
		margin-right: 0;
		width: 100%;
	}
}


@media(max-width: 420px)
{
	.col-album {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	
	.col-features>figure {
		width: 75%;
	}
	
	.col-team-photo {
		max-width: none;
	}
	
	footer#site-footer .logo {
		width: 35%;
	}
	
	body.response #header-menu-container {
		width: 280px;
	}
	
	#header-menu-container>div {
		min-width: 260px;
	}
	
	.tagline {
		padding: 0 40px;
	}
}


@media(max-width: 380px)
{
	.col-features>figure {
		width: 100%;
	}
	
	body.response #header-menu-container {
		width: 260px;
	}
	
	footer#site-footer .logo {
		width: 40%;
	}
	
	#header-menu-container>div {
		min-width: 240px;
	}
	
	.tagline {
		padding: 0 20px;
	}
}


@media print {
	body.single-song .block-embed,
	body.single-song footer#site-footer,
	body.single-song iframe,
	body.single-song header#site-header,
	body.single-song .single-song-navigation,
	body.single-song .song-audio-widget,
	body.single-song .song-video-widget {
		display: none!important;
	}
	
	div#lyrics,
	div#notes {
		color: #000000;
		font-family: Times, serif;
		font-size: 16pt;
		line-height: 1.3;
	}
	
	div#lyrics h2,
	div#notes h2 {
		border-bottom: 2px solid #000000;
		color: #000000;
		padding-bottom: 1.5rem;
	}
	
	div#notes h2 {
		padding-bottom: 1rem;
	}
	
	div#lyrics {
		page-break-after: always;
	}
	
	.block {
		padding: 0;
	}
	
	header#page-header,
	main .container {
		padding-left: 0;
		padding-right: 0;
	}
	
	.print-notes {
		display: none;
	}
}