/*
Theme Name: Carrie Elkin
Theme URI: http://underscores.me/
Author: Jason Lively
Author URI: http://www.livelyproductions.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: carrie-elkin
Tags:

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

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

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

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

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

body a {
	background-color: transparent;
	color: rgba(100,119,120,1);
    font-family: 'Forum', sans-serif;
    text-decoration: none;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	color: rgba(12,46,48,1); /*text site color*/
	font-family: 'Forum', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
body {
	color: rgba(12,46,48,1); /*text color*/
	font-family: 'Forum', sans-serif;
}

h1,
h2 {
	color: rgba(12,46,48,1); /*text color*/
	font-family: 'Parisienne', cursive;
	font-size:2.5em;
}
h3,
h4 {
	text-transform:uppercase;
	font-size:2em;
}

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

p {
	font-size:1.25em;
	line-height:1.25em;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: .5em 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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

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 #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
}

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



a:hover,
a:focus,
a:active {
	color: rgba(12,46,48,1);

}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	text-align:center;
	background-color:#0c2e30;
	position:relative;
}

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

.main-navigation li {
	display: inline-block;
    position: relative;
    padding: 10px 17px;
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.main-navigation a:hover {
	color:white;
}
.main-navigation a {
	display: block;
	text-decoration: none;
    color: #c2b4b5;
	transition:1s;
}

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

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

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

.main-navigation ul ul li {

}

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	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,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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

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

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## CUSTOM CSS
--------------------------------------------------------------*/
.main-navigation:before {
	background-image: url('http://www.carrieelkin.com/wp-content/uploads/2017/01/left-nav-element.png');
    background-size: 70px 130px;
    display: inline-block;
    width: 70px;
    height: 130px;
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    background-repeat: no-repeat;

}
.main-navigation:after {
	background-image: url('http://www.carrieelkin.com/wp-content/uploads/2017/01/right-nav-element.png');
    background-size: 70px 130px;
    display: inline-block;
    width: 70px;
    height: 130px;
    content: '';
    position: absolute;
    top: -40px;
    right: 0;
    background-repeat: no-repeat;
}
.site-branding img {
	width:100%;
	display:block;
}
.site-branding {
	position:relative;
}
.site-title a {
	color:white;
	text-decoration:none;
}
.site-title {
	color: rgb(255, 253, 235);
    text-shadow: 3px 3px 0px rgba(0,0,0,0.5);
    font-size: 60px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Forum', sans-serif;
    padding: 40px;
    letter-spacing: 6px;
}
.homepage-sidebar {
}
.footer-menu {
	color:rgba(120,139,140,1); /*site color lighter*/
}
.content-area {
	width:67%;
	margin-right:1%;
	float:left;
}
.homepage-sidebar {
	width:30%;
	margin-left:1%;
	padding-left:3%;
	border-left:rgba(120,139,140,1) thin solid;
	float:right;
}
.homepage-sidebar a {
	color: rgba(12,46,48,1);
	text-decoration:none;
}
.homepage-sidebar ul {
	padding:0;
}

.homepage-sidebar li {
	list-style:none;
	margin-bottom:40px;
	text-align:center;
	font-variant:small-caps;
	font-size: 1.8em;
    line-height: 1.2;
}
.site-content {
    margin: 0 60px;
}
.header-image-container {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center -90px;
    background-color: #0c2e30;
	background-attachment:fixed;
}
.header-image-container-home {
	min-height: 200px;
}
.header-image-container-internal {
	min-height: 150px;
}
.home .site-title {
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein { from { opacity:0; } to { opacity:1; }}
@-moz-keyframes fadein { from { opacity:0; } to { opacity:1; }}
@-webkit-keyframes fadein { from { opacity:0; } to { opacity:1; }}
@-o-keyframes fadein { from { opacity:0; } to { opacity:1; }}

.homepage-news h2 {
	font-size: 1.3em;
}
.homepage-news a:first-child {
    font-size: 1.15em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.homepage-meta {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.9em;
    opacity: 0.6;
    color: darkolivegreen;
}
.homepage-news {
    margin-bottom: 20px;
    background-color: rgba(245, 245, 220, 0.3);
    padding: 10px 40px;
    border: rgba(101, 141, 144, 0.33) thick solid;
}
.homepage-news p {
    font-size: 1.10em;
    line-height: 1.15em;
}
.footer-menu ul {
	list-style-type: none;
    padding-left: 0;
    border-bottom: rgba(183,188,178,1) 1.5px solid;
    display: inline-block;
	padding-bottom:10px;
	position:relative;
}
.footer-menu li {
	display:inline-block;
	margin: 0 20px;
}
.footer-menu {
	font-size: 2em;
    text-transform: uppercase;
}
.menu-sub-navigation-menu-container {
	text-align:center;
	position:relative;
	margin-top:40px;
}
.footer-menu ul:before {
	background-image: url(http://www.carrieelkin.com/wp-content/uploads/2017/01/subfooter-left-element.png);
    background-size: 130px 80px;
    display: inline-block;
    width: 130px;
    height: 80px;
    content: '';
    position: absolute;
    top: -10px;
	left:0;
    background-repeat: no-repeat;
	margin-left:-127px;
}
.footer-menu ul:after {
	background-image: url(http://www.carrieelkin.com/wp-content/uploads/2017/01/subfooter-right-element.png);
    background-size: 130px 80px;
    display: inline-block;
    width: 130px;
    height: 80px;
    content: '';
    position: absolute;
    top: -10px;
	right:0;
    background-repeat: no-repeat;
	margin-right:-127px;
}
.site-footer {
	background-color:white;
	padding: 0 60px 60px;
	margin-top: 80px;
	position:relative;
	text-align:center;
}
.site-info {
	color:rgba(120,139,140,1);
	font-size:.85em;
	text-align:center;
}
.site-info p {
	margin: 0 0;
}
.menu-main-nav-container .current-menu-item a {
	color:white;
}
.menu-main-nav-container .current-menu-item a:before {
	content:'{';
	position:absolute;	
	left:0;
	margin-left:5px;
}
.menu-main-nav-container .current-menu-item a:after {
	content:'}';
	position:absolute;	
	right:0;
	margin-right:5px;
	
}
.menu-main-nav-container .menu-item a:hover:before {
	content:'{';
	position:absolute;	
	left:0;
	margin-left:5px;
}
.menu-main-nav-container .menu-item a:hover:after {
	content:'}';
	position:absolute;	
	right:0;
	margin-right:5px;
}

.site-events .type-event {
	border-top: rgba(12,46,48,.2) 1px solid;
    padding-top: 27px;
    margin-bottom: 32px;
    position: relative;
}
.tour-featured {
	background-color: rgba(225, 207, 120, 0.3);
    padding: 20px;
    text-align: center;
    border-left: rgba(12,46,48,.2) 3px solid;
    border-right: rgba(12,46,48,.2) 3px solid;
}
.tour-featured .event-date, .tour-featured .event-title, .tour-featured .event-venue, .tour-featured .event-location, .tour-featured .event-url {
	display:block;
	width:100%;
	letter-spacing:1.5px;
}
.tour-featured .event-date {
	font-size:1em;
	margin-bottom:20px;
}
.tour-featured br {
	display:none;
}
.tour-featured .event-url {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    border: none;
    border-bottom: rgba(0,0,0,0.2) thin solid;
    border-radius: 0;
    padding: 0;
    margin: 0 10px;
}
.site-events a, .site-events a:hover, .site-events a:active, .site-events a:visited {
	color: rgba(12,46,48,1);
}

.edit-post {
	display:none;
}
/**.edit-post {
	position: absolute;
    background-color: rgba(255,255,255,.5);
    padding: 3px 10px;
    right: 0;
    z-index: 100;
    bottom: 0;
    text-transform: uppercase;
}
.edit-post a {
    font-family: monospace;
    color: green !important;
}
**/

.page-title {
	text-align:center;
}
.event-details {
    margin-bottom: 0;	
}
.event-details p {
    padding-top: 10px;
    font-size: 1em;
    color: rgba(12,46,48,.6);
	display:inline-block;
	margin:0;
}
.event-tour-header {
	background-color: white;
    padding: 20px;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.content-videos {
	text-align:center;
}
.content-videos iframe {
	margin-bottom: 60px;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 2px solid;
    border-color: rgba(12,46,48,.5);
    border-radius: 4px;
    background: transparent;
    color: rgba(0, 0, 0, .8);
    font-size: 1em;
    padding: 0.6em 1em;
	text-transform:uppercase;
}
button a, input[type="button"] a, input[type="reset"] a, input[type="submit"] a {
	color: rgba(12,46,48,1);
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: rgba(12,46,48,.2) rgba(12,46,48,0.2) rgba(12,46,48,.3) rgba(12,46,48,.3);
    background-color: rgba(255,255,255,.2);
}
button:hover a, input[type="button"]:hover a, input[type="reset"]:hover a, input[type="submit"]:hover a {
    border-color: #ccc #bbb #aaa;
} 
.event-date, .event-title, .event-venue, .event-location {
	display: block;
    vertical-align: middle;
    font-size: 1.15em;
    margin: 6px 0;
}
.event-url {
    display: inline-block;
    margin-right: 12px;
    padding: 5px 10px;
    border-width: 1px;
    font-size: .9em;
    margin-top: 8px;
}
.site-events {
	width: 50%;
    position: static;
    margin: 0 auto;
}
.hentry {
    margin: 0 0 0.8em;
}
.page-template-contact input[type="text"], .page-template-contact input[type="email"], .page-template-contact input[type="url"], .page-template-contact input[type="password"], .page-template-contact input[type="search"], .page-template-contact input[type="number"], .page-template-contact input[type="tel"], .page-template-contact input[type="range"], .page-template-contact input[type="date"], .page-template-contact input[type="month"], .page-template-contact input[type="week"], .page-template-contact input[type="time"], .page-template-contact input[type="datetime"], .page-template-contact input[type="datetime-local"], .page-template-contact input[type="color"], .page-template-contact textarea {
    color: rgba(12,46,48,1);
    border: 3px solid rgba(12,46,48,0.6);
    border-radius: 4px;
    padding: 15px;
    text-transform: uppercase;
    font-size: 1.2em;
}
#pirate-forms-contact-name, #pirate-forms-contact-email {
	width:	100%;
}
.contact_name_wrap {
	margin-right:2%;
}
.pirate_forms .contact_submit_wrap {
    text-align: left;
}
.contact_name_wrap, .contact_email_wrap {
    display: inline-block;
    width: 48%;
}

.col-xs-12.pirate_forms_three_inputs.form_field_wrap.contact_email_wrap.col-xs-12.contact_email_wrap.pirate_forms_three_inputs.form_field_wrap {
    float: right;
}

.contact-card-container {
	display: inline-block;
    width: 100%;
    margin-left: 0;
    column-count: 2;
    column-gap: 25px;;
}
.contact-card {
	border: 1px solid rgba(12,46,48,0.4);
    border-radius: 4px;
    margin-bottom: 30px;
    background-color: rgba(255,255,255,0.4);
    min-width: 100%;
    display: inline-block;
}
.contact-card p {
    padding: 0;
    text-align: center;
	margin:0px;
}
.contact-email {
	position:relative;
	top:-3px;
}
.contact-card p a {
	font-size:.8em;
}
.contact-card h3 {
	background-color:white;
	padding:10px;
	text-align:center;
	margin:0;
    border-bottom: 1px solid rgba(12,46,48,0.5);
	font-size:1.2em;
	border-radius:4px 4px 0 0;
}
.contact-full {
	background-color:white;
	padding:10px;
	text-align:center;
	margin:0;
	border:none;
    border-top: 1px solid rgba(12,46,48,0.5);
	border-radius:0 0 4px 4px;
	
	width:100%;	
}
.contact-full a {
	margin:0;
    border: none;
	font-size:1.05em;
	border-radius:0;
}
.contact-half {
	background-color:white;
	padding:10px;
	text-align:center;
	margin:0;
	border:none;
    border-top: 1px solid rgba(12,46,48,0.5);
	width:50%;
	float:left;
}
.contact-card .contact-half:last-of-type {
    border-left: 1px solid rgba(12,46,48,0.5);
	border-radius: 0 0 4px 0;
}
.contact-card .contact-half:first-of-type {
	border-radius: 0 0 0 4px;
}
.contact-half a {
	margin:0;
    border: none;
	font-size:1.05em;
	border-radius:0;
}
.page-template-contact .page-title {
	text-align: center;
    border-bottom: rgba(0,0,0,.4) thin solid;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.page-template-contact .site-main p {
	text-align: center;
    background-color: rgba(12,46,48,.3);
    padding: 9px;
    border-radius: 4px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1.9px;
    border: rgba(12,46,48,.6) thin solid;
	margin-bottom:20px;
	margin-top:0;
}
.php_wysija {
	display:inline-block;
}
.lyrics-sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}
.page-template-full-width .content-area {
    width: 100%;
    margin-right: 0%;
    float: none;
}
.wc-tabs-wrapper, .sku_wrapper, .woocommerce-breadcrumb {
	display:none;
}
.product_title {
	font-family: 'Forum', sans-serif;
}
.store-music {
	width:60%;
	float:left;
	margin-right:2%;
	text-align:center;
}
.store-merch {
	width: 35%;
    float: right;
    padding: 10px 30px;
    background-color: rgba(255,255,255,.3);
	border-radius:4px;
	text-align:center;
}
.store-merch h3 {
	text-align: center;
    background-color: white;
    margin: -10px -30px;
    padding: 10px;
}
.store-music h3 {
	text-align: center;
    background-color: white;
    margin: 0;
    padding: 10px;
}
.store-music h4 {
    font-size: 17px;
    text-align: center;
    border-top: rgba(0,0,0,.1) thin solid;
    border-bottom: rgba(0,0,0,.1) thin solid;
    padding: 9px;
    text-transform: none;
    letter-spacing: 1px;
}
.store-music a.button {
    border: 1px solid rgba(12,46,48,0.5);
    padding: 8px 11px;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    background-color: rgba(255,255,255,.4);
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
}
.store-music-store {
	width: 45%;
    float: left;
    margin: 2%;
}
.store-merch img {
	padding: 0;
	width:100%;
}
.store-merch h4 {
    font-size: 21px;
    text-align: center;
    border-top: rgba(0,0,0,.1) thin solid;
    border-bottom: rgba(0,0,0,.1) thin solid;
    padding: 9px;
    text-transform: none;
    letter-spacing: 1px;
}
.store-merch a.button {
    border: 1px solid rgba(12,46,48,0.5);
    padding: 10px 20px;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: rgba(255,255,255,.4);
	display:inline-block;
}
.store-merch p {
    font-size: 17px;
    margin-bottom: 17px;
}
.store-product {
	border-bottom:rgba(0,0,0,.05) thin solid;
	padding: 30px 0;
}
.download-url {
	font-size: 20px;
    margin-top: 10px;
    display: inline-block;
}
.store-product:last-child {
	border-bottom:none;
}
.store-merch a.button:hover {
	background-color: rgba(255,255,255,.2);
}
.woocommerce div.product p.stock {
    font-size: 1em;
}
.woocommerce div.product .out-of-stock {
    color: rgba(12,46,48,.7);
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: rgba(12,46,48,1);
    font-size: 1.45em;
}
.woocommerce-page .content-area {
    width: 100%;
    margin-right: 0;
    float: none;
}
.cart_totals h2 {
    font-family: 'Forum', sans-serif;
}
.lyrics-sidebar {
	width:30%;
	margin-right:6%;
	float:left;
}
.lyrics-sidebar ul {
	margin-bottom:30px;
}
.lyrics-sidebar li {
	padding-left: 0.7em;
    text-indent: -0.7em;
	font-size: 16px;
    letter-spacing: 0.5px;
    padding-bottom: 1px;
}
.lyrics-sidebar h3 {
	font-size: 17px;
    margin-top: 0px;
    letter-spacing: 1.1px;
    border: rgba(0,0,0,.2) thin solid;
    text-align: center;
    padding: 5px 0;
    border-right: none;
    border-left: none;
}
.lyrics-sidebar img {
    width: 130px;
    float: right;
    margin-left: 20px;
    border: rgba(0,0,0,.4) thin solid;
}
.lyrics-area {
	width: 64%;
    border: 1px solid rgba(12,46,48,0.5);
    background-image: url(images/textile-texture.jpg);
    float: right;
	margin-right:0;
}
.lyrics-area .entry-header {
    padding: 20px 50px 30px;
    background-color: rgba(0,0,0,0.1);
}
.lyrics-area .entry-content {
    padding: 20px 60px
}
.lyrics-area .entry-content p {
	line-height:1.5em;
	padding-bottom:20px;
}
.lyrics-area h1 {
	margin:0 0 10px 0;
}
.track-number {
	margin-right: 6px;
    opacity: 0.2;
}
.archive-lyrics-album {
    width: 45%;
    float: left;
    margin-right: 5%;
    margin-bottom: 40px;
	height:270px;
}
.post-type-archive-lyrics .lyrics-sidebar {
    width: 100%;
    margin-right: 0;
    float: none;
}
.post-type-archive-lyrics .content-area {
    width: 100%;
    margin-right: 0;
    float: none;
}
.post-type-archive-lyrics .lyrics-sidebar img {
    width: 200px;
    margin-bottom: 30px;
}
.post-type-archive-lyrics .lyrics-sidebar h3 {
    font-size: 22px;
    padding: 7px 0;
}
.flexible-content-block ul {
	padding-left:0;
}
.flexible-content-photos li {
	list-style-type: none;
    max-width: 47%;
    float: left;
    margin: .5% 3% .5% 0;
}
.flexible-content-block .caption {
    font-size: .8em;
    font-style: oblique;
}
.flexible-content-biography p {
    font-size: 1em;
}
.flexible-content-photos p {
	font-size: .8em;
    font-style: oblique;
    color: rgba(12,46,48,.5);
	clear: both;
}
.flexible-content-poster {
	max-width: 65.6%;
    float: left;
    margin: 5% 3% .5% 0;
}
.flexible-content-biography {
}
.flexible-content-quotes {
	margin-top: 50px;
}
.flexible-content-photos img {
}
.press-area {
	margin-right: 0;
    float: none;
    width: 100%;
}
.collapseomatic {
	cursor: pointer;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    border-top: rgba(12,46,48,0.2) 1px dashed;
    background-color: #b7bcb2;
    position: relative;
    width: 100%;
    padding-top: 9px;
}
.collapseomatic:after {
	content: '\2193';
    margin-left: 10px;
    font-size: 0.9em;
}
.colomat-close {
	display:none;
}
.flexible-content-quotes li {
	list-style-type: none;
    margin-bottom: 20px;
}
.quote-text {
	display: block;
}
.quote-text:before, .quote-text:after  {
	content:'"';
}
.quote-attribution {
	display: block;
    font-style: oblique;
    text-align: right;
	border-bottom: rgba(0,0,0,.1) thin solid;
    padding-bottom: 13px;
}
.press-left-column {
	width:45%;
	margin-right:3%;
	float:left;
}
.press-right-column {
	width:45%;
	float:right;
}
.flexible-content-poster-candd {
	width:100%;
}
.press-candd {
	margin-top:40px;
	padding-top:20px;
	border-top:rgba(0,0,0,.1) thin solid;
	display:inline-block;
}
.press-carrie {
}
.flexible-content-quotes ul li:last-child .quote-attribution {
    border-bottom: none;
}
.flexible-content-block h3 {
	font-size:1.8em;
}
.page-takeover-close-button {
    background: url(../../themes/carrie-elkin/images/ui-close-black.png) no-repeat;
	width: 16px;
    height: 16px;
}
.contact-card {
    border: none;
    border-radius: 0;
    background-color: transparent;
	text-align:center;
}
.contact-card h3 {
    background-color: transparent;
    border-bottom: 1px solid rgba(12,46,48,0.2);
    border-radius: 0;
	display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 7px;
	letter-spacing:1px;
}
.contact-half {
    background-color: transparent;
    border: none;
    border-top: none;
    width: auto;
    float: none;
}
.contact-card .contact-half:last-of-type {
    border-left: none;
    border-radius: 0;
}
.contact-full {
    background-color: transparent;
    border-top: none;
    border-radius: 0;
	width:auto;
}
.contact-full a, .contact-half a {
	border-bottom: rgba(120,139,140,1) thin solid;
}





/*** RESPONSIVE ***/
button.menu-toggle {
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, .8);
    font-size: 1.3em;
    padding: 0.6em 1em;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    font-weight: bolder;
    letter-spacing: 1.5px;
}
button.menu-toggle:before {
	content: '\f0c9';
    font-family: FontAwesome;
    margin-right: 10px;
    position: relative;
    top: 2px;
    font-size: 1.2em;
}
.site-events .type-event .tour-featured h5 {
    margin-left: 0;
}
.site {
	max-width: 1130px;
    margin: 0 auto;
    box-shadow: 0px 0px 40px rgba(0,0,0,0.7);
    border-left: 1px solid rgba(30, 69, 69, 0.6);
    border-right: 1px solid rgba(30, 69, 69, 0.6);
	background-color:#b7bcb2;
}
.duo-title {
	text-align:center;
}
.store-music a.itunes-link:before {
	content: '\f179';
    font-family: FontAwesome;
    margin-right: 10px;
    position: relative;
    top: 1px;
    font-size: 1.2em;
}
.store-music a.cdbaby-link:before {
	content: '\f04b';
    font-family: FontAwesome;
    margin-right: 10px;
    position: relative;
    top: 1px;
    font-size: 1.2em;
}
.content-area-contact {
	width: 100%;
    margin-right: 0;
    float: none;
}
.contact-phone {
	font-size: 1em;
}
.post-1348 input {
    width: 100%;
}
.post-1348 label {
    font-size: 24px;
} 
article#post-1348 {
    margin: 0 100px;
}
.mailing-list-page div {
    margin-bottom: 50px;
}
.mailing-list-half {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
}
.mailing-list-right {
	margin-right: 0%;
	float:right;
}
.mailing-list-third {
	display: inline-block;
	width: 31.5%;
	margin-right: 2%;
}
.mailing-list-third-last {
	margin-right: 0;
}
.mailing-list-submit {
    text-align: center;
}
.post-1348 input#submit {
    width: 50%;
}
.page-id-1348 .mailing-list {
	display: none;
}
.mailing-list a {
    font-size: 15px;
    border: rgba(0,0,0,1) thin solid;
    border-radius: 20px;
    padding: 0 10px;
    margin-left: 30px;
    color: black;
}







	@media screen and (min-width: 1000px) and (max-width: 1234px) {
	.main-navigation li {
		padding: 10px 15px;
		font-size: 25px;
		letter-spacing: 2px;
	}
	.menu-main-nav-container .menu-item a:hover:before {
		content: '{';
		position: absolute;
		left: 0;
		margin-left: 0px;
	}
	.menu-main-nav-container .menu-item a:hover:after {
		content: '}';
		position: absolute;
		right: 0;
		margin-right: 0px;
	}
	.menu-main-nav-container .current-menu-item a:before {
		content: '{';
		position: absolute;
		left: 0;
		margin-left: 0px;
	}
	.menu-main-nav-container .current-menu-item a:after {
		content: '}';
		position: absolute;
		right: 0;
		margin-right: 0px;
	}
	}

	@media screen and (min-width: 790px) and (max-width: 999px) {
	.main-navigation li {
		padding: 10px 10px;
		font-size: 20px;
		letter-spacing: 1px;
	}
	.menu-main-nav-container .menu-item a:hover:before {
		content: '{';
		position: absolute;
		left: 0;
		margin-left: 0px;
	}
	.menu-main-nav-container .menu-item a:hover:after {
		content: '}';
		position: absolute;
		right: 0;
		margin-right: 0px;
	}
	.menu-main-nav-container .current-menu-item a:before {
		content: '{';
		position: absolute;
		left: 0;
		margin-left: 0px;
	}
	.menu-main-nav-container .current-menu-item a:after {
		content: '}';
		position: absolute;
		right: 0;
		margin-right: 0px;
	}
	}
	@media screen and (min-width: 1500px) {
	.header-image-container {
		background-size: 70%;
		background-position: center -40px;
	}
	}
	@media screen and (min-width: 790px) and (max-width: 1124px) {
	.lyrics-sidebar img {
		max-width: 40%;
	}
	.contact-email {
		display:none;
	}
	.contact-half {
		min-height: 57px;
	}
	.footer-menu ul:before, .footer-menu ul:after {
		display:none;
	}
	.home .site-title {
		font-size: 60px;
		text-align: center;
		position: absolute;
		width: 100%;
		top: 29%;
	}
	.header-image-container {
		background-position: center -40px;
	}
	}
	@media screen and (max-width: 599px) {
	.mailing-list p {
		margin-bottom: 10px;
	}
	.main-navigation li {
		display: block;
		padding: 17px 30px;
		font-size: 20px;
		border-top: rgba(255,255,255,0.1) thin solid;
	}
	.main-navigation:before, .main-navigation:after {
		display:none;
	}
	.site-title {
		padding: 15px;
		letter-spacing: 3px;
		font-size: 50px;
		line-height: 43px;
	}
	.store-music-store {
		width: 100%;
		float: none;
		margin: 0;
	}
	.store-music h3 {
		background-color: transparent;
	}
	.store-merch {
		width: 100%;
		float: none;
		padding: 0;
		background-color: transparent;
		border-radius: 0;
	}
	.store-merch h3 {
		background-color: transparent;
		margin: 0;
		padding: 0;
		border-top: rgba(0,0,0,.1) thin solid;
		padding-top: 20px;
	}
	.lyrics h1, .lyrics h2 {
		color: rgba(12,46,48,.8);
		font-family: 'Forum', serif;
		font-size: 1.7em;
	}
	.single-lyrics .content-area {
		margin-top: 30px;
	}
	.archive-lyrics-album {
		height: auto;
	}
	.post-type-archive-lyrics .lyrics-sidebar img {
		width: 50%;
	}
	.lyrics-area .entry-content p {
		line-height: 1.4em;
		font-size: 1.1em;
	}
	.lyrics-area .entry-content {
		padding: 20px 30px;
	}
	.lyrics-area .entry-header {
		padding: 20px 30px 20px;
	}
	}


	@media screen and (max-width: 789px) {
		.post-1348 label {
			font-size: 18px;
		} 
		article#post-1348 {
			margin: 0px;
		}
		.mailing-list-page div {
			margin-bottom: 30px;
		}
		.mailing-list-half {
			display: block;
			width: 100%;
			margin-right: 0%;
		}
		.mailing-list-right {
			margin-right: 0%;
			float:none;
		}
		.mailing-list-third {
			display:block;
			width: 100%;
			margin-right: 0%;
		}
		.mailing-list-submit {
			text-align: center;
		}
		.post-1348 input#submit {
			width: 85%;
		}

	.site-events {
		width: 100%;
	}
	.site-title {
		margin: 0 auto;
	}
	.main-navigation li {
		padding: 10px;
		font-size: 1.1em;
	}
	.main-navigation ul {
		margin: 0 0px 40px;
	}
	.single-lyrics .site-content {
		display:flex;
		flex-direction: column;
	}
	.lyrics-sidebar {
		order: 2;
		margin-top:40px;
	}
	.lyrics-area {
		order:1;
	}
	.footer-menu ul:before, .footer-menu ul:after, .main-navigation:before, .main-navigation:after {
		display:none;
	}
	.home .site-title {
		font-size: 43px;
		text-align: center;
		width: 100%;
	}
	.header-image-container {
		position:relative;
		display: flex;
		align-items: center;
	}
	.site-content {
		margin: 25px 30px;
	}
	.content-area {
		width: 100%;
		margin-right: 0%;
		float: none;
	}
	.homepage-sidebar {
		width: 100%;
		margin-left: 0;
		padding-left: 0;
		border-left: none;
		float: none;
	}
	.site-footer {
		padding: 0;
		margin-top:40px;
	}
	.footer-menu ul {
		margin-bottom: 10px;
		padding-bottom:0;
		width: 100%;
	}
	.footer-menu li {
		display: block;
		margin: 0px;
		border-right: rgba(183,188,178,1) 1.5px solid;
		padding: 20px 0;
		float: left;
		width: 25%;
		font-size: 15px;
	}
	.footer-menu li:last-child {
		border-right: none;
		margin-right:0;
		padding-right:0;
	}
	.menu-sub-navigation-menu-container {
		margin-top: 0px;
	}
	.footer-menu li:first-child {
		margin-left:0;
		padding-left:0;
	}
	.site-info {
		clear:both;
		margin-top:20px;
		padding-bottom: 40px;
	}
	.menu-main-nav-container .current-menu-item a:before, .menu-main-nav-container .menu-item a:hover:before {
		position:relative;
		margin: 0;
		padding-right: 10px;
		display:none;
	}
	.archive-lyrics-album {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.lyrics-sidebar {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.homepage-sidebar a img {
		display:block;
		width:100%;
	}
	.press-left-column, .press-right-column {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.flexible-content-block {
		margin: 30px 0;
	}
	.flexible-content-poster {
		max-width: 100%;
		float: none;
		margin: auto;
	}
	#pirate-forms-contact-message {
		height: 300px;
	}
	.contact-card-container {
		width: 100%;
		margin-left: 0;
	}
	.menu-main-nav-container .current-menu-item a:after, .menu-main-nav-container .menu-item a:hover:after {
		position:relative;
		margin: 0;
		padding-left: 10px;
		display:none;
	}
	.event-date, .event-title, .event-venue, .event-location, .event-url {
		display: inline-flex;
		vertical-align: middle;
		width:100%;
		margin-left:0;
		text-align:center;
	}
	.event-date, .event-title, .event-venue, .event-location, .event-url {
		display: block;
		width: 100%;
		letter-spacing: 1.2px;
		margin-left:0px;
		padding-right: 0;
		font-size: 1.2em;
	}
	.site-events .type-event h5 {
		margin-left: 0px;
	}
	.event-details {
		text-align:center;
		background-color: transparent;
	}
	.event-details a {
		font-size:.9em;
		margin-bottom:10px;
	}
	.edit-post {
		display:none;
	}
	.event-url {
		display: inline-block;
		width: auto;
		margin: 0 auto;
		border: none;
		border-bottom: rgba(0,0,0,0.2) thin solid;
		border-radius: 0;
		padding: 0;
		margin: 0 10px;
	}
	}
	@media screen and (min-width: 599px) and (max-width: 789px) {

	}
	@media screen and (min-width: 790px) {
	.cdbaby-responsive {
		display:none;
	}
	}
	@media screen and (max-width: 789px) {
	.cdbaby-wide {
		display:none;
	}
	.store-music {
		width:100%;
		float:none;
		margin-right:0%;
		text-align:center;
		padding: 10px 30px;
		clear:both;
	}
	.store-merch {
		width: auto;
		float: none;
		margin-right: 0%;
		text-align: center;
		clear: both;
		margin: 30px;
	}
	.header-image-container {
		background-position: center 0px;
	}
	.contact-card-container {
		column-count: 1;
	}
	.page-takeover-title {
		font-size: 2em;
		line-height: 1em;
		margin:0;
	}
	.page-takeover-subtitle img {
		max-width:100px;
	}
	.page-takeover-subtitle {
		margin:0;
	}
	}
	.mailing-list h3 {
		font-size: 14px;
		display: inline-block;
		letter-spacing: 1.2px;
		align-self: center;
	}
	.mailing-list p {
		display: inline-block;
		margin: 4px 0;
		display:inline-flex;
	}
	.mailing-list input[type="submit"] {
		display: inline-block;
		font-size: 12px;
		letter-spacing: 1.2px;
		padding: 7px 15px;
		background-color:white;
		height: 23px;
		align-self: center;
		line-height: 7px;
		border:rgba(12,46,48,.3) thin solid;
	}
	.mailing-list input[type="text"] {
		display: inline-block;
		padding: 0px;
		margin: 0 20px;
		text-align: center;
		height: 23px;
		align-self: center;
	}
	.main-navigation ul {
		margin-bottom: 0;
	}
	.mailing-list {
		margin-bottom: 30px;
		background-color: rgba(255,255,255,0.3);
		border-radius: 0px 0px 4px 4px;
		padding: 0 10px;
		bottom: 0px;
		text-align:center;
	}
	