::selection {
  background-color:rgb(233, 236, 238);
}

::-moz-selection {
  background-color:rgb(233, 236, 238);
}

* {
	margin: 0;
	padding: 0;
	
	transition-duration: 0.2s;
	transition-property: color, background, margin;
	transition-timing-function: ease;

	-webkit-transition-duration: 0.2s;
	-webkit-transition-property: color, background, margin;
	-webkit-transition-timing-function: ease;

	-moz-transition-duration: 0.2s;
	-moz-transition-property: color, background, margin;
	-moz-transition-timing-function: ease;

	-o-transition-duration: 0.2s;
	-o-transition-property: color, background, margin;
	-o-transition-timing-function: ease;
}

html {
    background: #ffda90;
        min-height: 100vh;
    background: #6d2611;
}

body {
    background: #F8F2EB;
    background: transparent;
    background: #c26a1f;
	/*background: url(../splash5_files/images/bg.jpg) fixed ;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;*/
    font-family: Oswald;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.7;
    color: #F8F2EB;
    -webkit-font-smoothing: antialiased;
        min-height: 100vh;
}

.bg {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	
  background-image: url('../soul-of-a-woman/images/background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

header {
	position: relative;
	z-index: 100;
	text-align: center;
	background: rgba(0,0,0,.6);
	background: rgba(109,38,17,.5);
}

nav {
	text-align: center;
	font-size: 1.2em;
    line-height: 1em;
	padding: .25em;
    border-top: 1px solid #F8F2EB;
    border-bottom: 1px solid #F8F2EB;
}

nav a {
    padding: .25em .5em;
    line-height: 1em;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 800;
}

.menubtn {
	display: none;
}

#wrapper {
	height: 100%;
}

/* --- logo --- */

.logo {
	width: 30%;
	min-width: 250px;
	margin: 0 auto;
	display: block;
	padding: 1em 0;
	text-align: center;
	text-shadow: .125em .125em .5em rgba(0,0,0,.8);
	height: 100%;
}

@media (min-width:768px) {
	.logo { width: 490px; }
}

.logo img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

@media (max-width:767px) {
	
	.menubtn {
		font-size: 32px;
		display: none;
	}
}

.logo-sj {
	
}

.logo-dk {
	
}

#xmas-record {
	width: 80%;
	margin: .5em auto;
	text-align: center;
	position: relative;
	padding: 1em 0;
    border-top: 1px solid #F8F2EB;
    border-bottom: 1px solid #F8F2EB;
}

#xmas-record img {
	max-width: 360px;
	width: 100%;
	height: auto;
}

#xmas-record div {
    text-align: center;
}

#xmas-record h4 {
	font-family: ultra;
	font-size: 1.5em;
	margin: .7em 0;
}

#xmas-record a {
	display: inline-block;
	width: 30%;
	margin: 0 1%;
	padding: .25em;
	background: #F8F2EB;
    color: #38713A;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .1em;
    font-size: 80%;
}

@media (max-width:480px) {

	#xmas-record a {
		display: block;
		width: 100%;
		margin: 0;
		margin-bottom: .5em;
	}
}

#xmas-record a:hover {
	color: #D82D37;
}

#video-main {
	width: 100%;
	height: 0;
	margin: 0 auto;
	padding-bottom: 56.25%;
	position: relative;
	margin: 0 auto;
}
#video-main iframe {
	position: absolute;
	top: 0; left: 0;
	height: 100%;
	width: 100%;
}

.menubtn,
.social-links {
	font-size: 2em;
	padding: .25em;
	z-index: 100;
}

.menubtn {
	position: fixed;
	top: 0;
	right: 0;
	padding: .375em .5em;
	text-shadow: .125em .125em .5em rgba(0,0,0,.8);
}

.video-controls {
	position: fixed;
	top: 0;
	left: 0;
	font-size: 135%;
	z-index: 100;
	text-shadow: .125em .125em .5em rgba(0,0,0,.6);
	padding: .5em;
}

.video-controls > * {
	display: block;
	float: left;
	padding: .25em;
}

.tubular-toggle {
	margin-right: .75em;
}

.volume-meter {
	padding-top: .5em;
}

.volume-meter > a {
	width: .5em;
	height: .5em;
	background: rgba(255,255,255,.5);
	float: left;
}

.social-links {
	text-align: center;
	font-size: 150%;
	position: relative;
	margin: 0 auto;
  line-height: 1;
}

.social-links a {
	display: inline-block;
	padding: .25em;
}

.container {
  width: 80%;
	margin: 0 auto;
}

@media (max-width:767px) {

  .container {
    width: 100%;
  }
	
}

h2.page-hed {
  font-size: 250%;
  line-height: 1em;
  letter-spacing: .05em;
	text-shadow: 2px 2px 8px rgba(0,0,0,.2);
	text-shadow: 2px 2px 8px rgba(185,108,77,.8);
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	font-family: ultra;
	text-transform: uppercase;
}

strong {
	font-weight: bold;
}

a, a:hover, a:active, a:visited, a:focus {
	color: #F8F2EB;
	text-decoration: none;
}

a:hover {
	color: #ffda90;
}

#main a, #main a:hover, #main a:active, #main a:visited, #main a:focus, footer a {
	color: #ffda90 !important;
	
}

#main a:hover, footer a:hover {
	color: #F8F2EB !important;
}

#main {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	font-family: Helvetica, Futura;
}

.home #main {
	padding: 0;
	width: 100%;
}

#main p,
#mail ul {
    margin: 0 0 1.5em !important;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 120% !important;
}

#main p:last-child {
	margin: 0;
}

.content {
	/*background: rgba(0,0,0,.8);
	box-shadow: .25em .25em 1.5em rgba(0,0,0,.6);*/
	padding: 0 3em;
}

.home .content {
	padding: 0;
}

@media (max-width: 480px) {

	.content {
		padding: 0 1em;
	}
}

div.video {
	position: relative;
	width: 40em;
	height: 22em;
	/*padding-bottom: 56.25%;*/
	margin: 0 auto 3em;
	box-shadow: .25em .25em 1.5em rgba(0,0,0,.6);
	background: #000;
}

.video iframe {
	position: absolute;
	top: 0; left: 0;
}

/* --------------------------------------------------------------
	CONTACT
   -------------------------------------------------------------- */

#contact {
	line-height: 1.5em;
}

#contact h3 {
	font-family: Ultra;
	text-transform: uppercase;
	font-size: 150%;
	margin: .5em 0;
}

#contact h4 {
	font-family: Oswald;
	text-transform: uppercase;
	font-size: 70%;
	letter-spacing: .1em;
	margin: .25em 0 .5em;
	line-height: 1.2em;
}

#contact h4:first-of-type {
	margin-top: 1em;
}

#contact .content {
	font-size: 120%;
}

#contact a:first-of-type {
	font-weight: bold;
}

#contact a.small {
	color: #fff;
	font-size: 80%;
}

#contact a.small:hover {
	color: #F8F2EB;
}

#contact strong {
	font-weight: bold;
}

#contact p {
	margin-bottom: 1.25em !important;
}

/* --------------------------------------------------------------
	NEWS
   -------------------------------------------------------------- */

#news {
	/*
	background: rgba(0,0,0,.8);
	padding: 1.5em;
	*/
}

#news .post {
	padding-bottom: 3em;
    border-top: .75em solid #6d2710;
	position: relative;
	max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.post .date {
	font-family: Oswald;
	text-transform: uppercase;
	font-size: 80%;
	line-height: 1.2em;
	letter-spacing: .2em;
	margin-top: 2.5em;
}

#news h3 {
	font-size: 250%;
	line-height: 1em;
}

#news .date, #news h3 {
	text-align: center;
}

#news h3 {
	font-family: 'ultra';
    padding: 0 1em;
    margin-bottom: 1em;
}

@media (max-width:767px) {

	#news h3 {
		padding: 0;
	}
}

#news .thumb {
    /* float: left; */
    width: 100%;
    margin: 0 auto;
}

#news .thumb img {
	width: 100%;
	height: auto;
}

/* --------------------------------------------------------------
	ABOUT
   -------------------------------------------------------------- */

.about-img {
	padding-bottom: 3em;
}

.grid-2-1 {
	width: 46%;
	float: left;
	margin-right: 8%;	
}

@media (max-width: 660px) {
	
	.grid-2-1 {
	    float: none;
	    width: 100%;
	    margin-right: 0;
	    font-size: 100%;
	}
}

.grid-2-1:nth-child(2) {
	margin-right: 0;	
}

/* --------------------------------------------------------------
	TOUR
   -------------------------------------------------------------- */
  
#tour {
	text-align: center;
	font-family: Oswald;
}
  
.tour-date {
	clear: both;
	padding: 1em;
	font-size: 1.5vw;
	margin-bottom: 1em;
	background: rgba(0,0,0,.8);
	text-transform: uppercase;
}
  
#tour .date {
	position: relative;
	width: 6em;
	height: 6em;
	text-align: center;
	border: 1px solid #F8F2EB;
	line-height: 1.2em;
	letter-spacing: .1em;
	float: left;
	border-radius: .5em;
	margin-right: 1em;
	overflow: hidden;
}

.day, .month {
	color: #000;
	background: #F8F2EB;
	font-size: .75em;
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
}

.day {
	font-family:  ultra;
	bottom: auto;
	top: 0;
}
  
.num {
	font-family: 'Ultra', serif;
	font-size: 250%;
	line-height: 2.4em;
}

.right {
	float: right;
}

.show {
	font-size: 185%;
    line-height: 1.1em;
    letter-spacing: .05em;
    margin-left: 15%;
    margin-right: 15%;
	text-align: left;
}

.city {
	font-family: oswald;
	font-size: 80%;
	letter-spacing: .05em;
}

a.tix-btn {
	display: inline-block;
	background: #F8F2EB;
	border-radius: .5em;
	padding: .725em .45em;
    font-size: 1.2em;
    line-height: 1.2em;
	color: #000 !important;
	text-align: center;
}

a.tix-btn:hover {
	background: #9cf;
	color: #000 !important;
}

/* --------------------------------------------------------------
	FOOTER
   -------------------------------------------------------------- */

footer {
  font-size: .8em;
  z-index: 100;
  text-align: center;
  background: #6d2611;
  margin: 3em auto 0;
  padding: .5em;
  position: relative;
  margin-bottom:-2.5em;
}

.mailing-list {
	max-width: 400px;
	margin: 0 auto;
	position: relative;
}

.mailing-list h3 {
	text-align:center;
}

.wreath {
	text-align: center;
	margin: 0 auto;
}

/* --------------------------------------------------------------
	MAILING LIST
   -------------------------------------------------------------- */
	#mc_embed_signup{clear:left; font-size: 14px; line-height:1; padding: 0; text-transform: uppercase;}
	#mc_embed_signup form { padding: 0; }
	#mc_embed_signup label { font-weight: normal !important; font-size: 1em !important; margin-right: .5em !important; padding-bottom: 0; }
	#mc_embed_signup input.email {font-size: inherit; background: #F9F5EE;  color: #2B5E2E; padding: .25em 0 !important; border: none !important; display: inline-block; border: none !important; width: 11em !important; margin: 0 .25em 0 0 !important; }
	#mc_embed_signup input.button { padding: .25em .5em; text-transform: uppercase; width: auto !important; line-height: normal !important; height: auto; background-color: #ffda90; color: #6d2611; font-size: 1em; border-radius: 0; border: none !important;  display: inline-block; min-width: 0 !important; margin: 0 .25em 0 0 !important; }
	#mc_embed_signup input.button:hover { background: #fff;  color: #ffda90; color: #6d2611; cursor: pointer; }
	#mc_embed_signup input.email { margin: 0 .25em .25em 0; }
	@media (max-width:500px) { #mc_embed_signup{ clear:left; font-size: 12px; } }
	@media (max-width:500px) { #mc_embed_signup label { display: block !important; } }