/*
Theme Name: Taperjean Music
Theme URI: http://www.taperjeanmusic.com/
Author: PHILLM
Author URI: http://www.phillm.com
Description: The 2016 Theme for Taperjean Music
Version: 1.1
Text Domain: taperjeanmusic
*/

/* =Fonts
-------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);

/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
strong { font-weight: 700;}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: "open sans",helvetica;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}
h1 { font-size: 32px; line-height: 36px;}
h2 { font-size: 24px; line-height: 28px;}
h3 { font-size: 22px; line-height: 26px;}
h4 { font-size: 18px; line-height: 20px;}

html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #6E1C7E;
	text-decoration: none;
}
hr {
    background-color: #DDD;
    border: 0 none;
    display: block;
    height: 1px;
    margin: 3% 0;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* Form fields, general styles first */
button, input, select, textarea {
    border: 1px solid #ddd;
    border-radius: 3px;
    font-family: inherit;
    font-size: 13px;
    -webkit-appearance: none;
    letter-spacing: 0.04em;
    margin: 5px 0;
    padding: 13px 2%;
    width: 95.5%;
}
select {
    width: 98%;
}
button,
input {
    -webkit-appearance: none;
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	width: 100%;
    height: auto; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}

#gallery-1 img {
    border: 0 none;
    height: auto;
    width: 100%;
}
dt {
    margin: 0 2%;
}


/* =Basic structure
-------------------------------------------------------------- */
/* Body, links, basics */
body {
    background: #FFFFFF;
    color: #111111;
    font-family: "Open Sans",helvetica,arial;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-rendering: optimizelegibility;
}
p { margin: 2% auto;}
a {
	outline: none;
	color: #6E1C7E;
  	transition: all 0.35s ease-in-out;
  	-webkit-transition: all 0.35s ease-in-out;
  	-moz-transition: all 0.35s ease-in-out;
  	-o-transition: all 0.35s ease-in-out;
}
a:hover {
	color: #111111;
  	transition: all 0.35s ease-in-out;
  	-webkit-transition: all 0.35s ease-in-out;
  	-moz-transition: all 0.35s ease-in-out;
  	-o-transition: all 0.35s ease-in-out;
}
.green { color: #6E1C7E;}

/* Page structure */
.site {
    padding: 0;
    margin: 0;
}
.page .container { overflow: hidden;}
.container { 
	max-width: 1200px; 
	margin: 0 auto;
    width: 96%;
    padding: 0 2%;
	overflow: hidden;
}




/* =Home
-------------------------------------------------------------- */
#fullwidth.home-mission-container {
    background: #F5F6F7 none repeat scroll 0 0;
    border-top: 1px solid #EDEDED;
    width: 100%;
    margin: 3% auto 0;
    overflow: hidden;
    display: block;
}
.home-mission {
    margin: 0 auto;
    max-width: 600px;
}
.home-mission-container {
    padding: 3% 0;
    text-align: center;
}
.home-mission form {
    margin-top: 3%;
}


/* =Gallery
-------------------------------------------------------------- */
#fullwidth.full-page {
    padding: 3% 0 6%;
    text-align: left;
}
.project-gallery-thumb {
    display: inline-block;
    max-width: 300px;
    width: 100%;
}
.project-gallery-thumb img{
    width: 100%;
    height: auto;
}

/* =Main Navigation
-------------------------------------------------------------- */
/* Header */
.site-header {
    margin: 0 auto 2%;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.site-header .container {
    max-width: 1200px;
}

/* Main Logo */
.main-logo {
    display: inline-block;
    padding: 10px 0 0;
    text-align: left;
    vertical-align: top;
    width: 30%;
}
.main-logo img {
    height: auto;
    max-width: 150px;
    width: 100%;
}
p.tagline {
    font-size: 13px;
    margin: 0 auto 5px;
}

/* Navigation Menu */
.menu-main-navigation-container {
    padding: 15px 0;
}
.main-navigation-container {
    float: right;
    padding: 50px 0 0;
    text-align: right;
    width: 70%;
}
.menu li {
    display: inline-block;
    padding: 0 2.5% 0;
}
.menu li:last-child { padding-right: 0;}
.menu li a {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding-bottom: 3px;
    text-decoration: none;
    text-transform: uppercase;
}
.menu li a:hover {
    color: #111111;
    padding-bottom: 3px;
    border-bottom: 2px solid #6E1C7E;
}


/* =Footer
-------------------------------------------------------------- */
.footer-container {
    background: #f5f6f7 none repeat scroll 0 0;
    color: #999999;
    font-size: 12px;
    letter-spacing: 0.02em;
    margin: 0 auto;
    overflow: hidden;
    padding: 1% 0 4%;
    text-align: center;
}
.site-info {
    padding: 2% 0 1%;
}
.site-info a {
    color: #333333;
}
.site-info a:hover {
    color: #6E1C7E;
}



/* =Front page template
-------------------------------------------------------------- */
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 
.fade-in {
 opacity:0;  /* make things invisible upon start */
 -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
 -moz-animation:fadeIn ease-in 1;
 animation:fadeIn ease-in 1;
 
 -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
 -moz-animation-fill-mode:forwards;
 animation-fill-mode:forwards;
 
 -webkit-animation-duration:1s;
 -moz-animation-duration:1s;
 animation-duration:1s;
}
 
.fade-in.one {
-webkit-animation-delay: 0.1s;
-moz-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.fade-in.two {
-webkit-animation-delay: 0.25s;
-moz-animation-delay:0.25s;
animation-delay: 0.25s;
}
.fade-in.three {
-webkit-animation-delay: 0.5s;
-moz-animation-delay:0.5s;
animation-delay: 0.5s;
}


/* =Home
-------------------------------------------------------------- */
.home-tours {
    text-align: center;
}
.tour-item {
    display: inline-block;
    float: left;
    padding: 0.5%;
    vertical-align: top;
    width: 24%;
}




/* =Full Width
-------------------------------------------------------------- */
#fullwidth {
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
/* Form */
div.wpcf7 {
    margin: 30px auto 0;
    max-width: 900px;
    padding: 0;
    text-align: left;
    width: 100%;
}
.wpcf7 strong {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin: 16px 0 0;
    text-transform: uppercase;
}
.wpcf7-form-control.wpcf7-submit{
    width: 100%;
    background-color: #6E1C7E !important;
    background-image: none !important;
    border: medium none !important;
    border-radius: 0 !important;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0 auto;
    padding: 15px 25px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.wpcf7-form-control.wpcf7-submit:hover{
    background-color: #111 !important;
    color: #FFFFFF;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.wpcf7-form p {
    margin: 0.5em 0 1.5em;
}
.wpcf7 textarea {
    font-size: 14px;
    margin: 5px 0 20px;
    max-height: 140px;
    overflow: auto;
    vertical-align: top;
}
.main-content img.ajax-loader { width: auto;}

#mc-embedded-subscribe {
    background: #6E1C7E none repeat scroll 0 0;
    border: medium none;
    color: #FFFFFF;
    font-family: "open sans",helvetica;
    font-size: 14px;
    letter-spacing: 0.02em;
    font-weight: 700;
    padding: 8px;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
#mc-embedded-subscribe:hover {
    background: #111111;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
/* =404
-------------------------------------------------------------- */
.fourohfour {
    color: #ffffff;
    padding: 12% 0;
    text-align: center;
}

/* =Tours
-------------------------------------------------------------- */
.tour-poster, .tour-details {
    vertical-align: top;
    display: inline-block;
}
.tour-poster {
    width: 40%;
}

.tour-details {
    padding: 0 0 0 4%;
    width: 55%;
}
.tour-details h1 {
    margin: 2% auto;
}
.desc {
    margin: 2% auto;
}
.tour-listing {
    padding: 3% 0;
}
.tour-date {
    display: block;
    list-style: outside none none;
    padding: 3% 0;
    text-align: center;
}
.tour-date:nth-child(even) {
    background: #EFEFEF;
}
.tour-date li {
    display: inline-block;
    vertical-align: middle;
    width: 24.5%;
}
.tour-date h4 {
    font-size: 14px;
    line-height: 16px;
    padding-left: 15px;
    text-align: left;
}
.tour-date li:last-child {
    text-align: right;
}
.tour-date li:last-child a {
    background: #6e1c7e none repeat scroll 0 0;
    color: #ffffff;
    font-family: "open sans",helvetica;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 18px;
    margin-right: 15px;
    padding: 5px 13px;
    text-decoration: none;
    text-transform: uppercase;
}
.tour-date li:last-child a:hover {
    background: #111111;
}


#fullwidth.single-tour {
    padding: 0 0 3%;
}
#fullwidth.press-release {
    background: #F5F6F7 none repeat scroll 0 0;
    border-top: 1px solid #EDEDED;
    padding: 3% 0;
}
.viewall {
    padding: 2% 0;
    margin: 2% auto;
    text-align: center;
}
.viewall a {
    background: #6e1c7e none repeat scroll 0 0;
    color: #ffffff;
    font-family: "open sans",helvetica;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 10px 2%;
    text-decoration: none;
    text-transform: uppercase;
}
.viewall a:hover {
    color: #FFFFFF;
    background: #111111;
}

/* =Media queries
-------------------------------------------------------------- */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* iPads (portrait) ----------- */
@media only screen and (max-device-width: 640px),  only screen and (max-device-width: 775px), only screen and (max-width: 768px) {
    .container { padding: 0 3% 2%; width: 94%;}
    p.tagline { display: none;}
    .main-logo { width: 25%;}
    .main-navigation-container { padding: 10px 0 0; width: 100%; text-align: center;}
    .main-logo {display: block; text-align: center; width: 100%;}
    .tour-poster, .tour-details { padding: 2% !important; width: 96% !important;}
    .tour-item { padding: 2%; width: 96%;}
    .tour-date { padding: 15px 0% 20px;}
    .tour-date li { width: 80%; padding: 2px 0; display: block; margin: 0 auto;}
    .tour-date li:last-child a { display: block; margin: 10px 0 0; padding: 10px 0;text-align: center; width: auto;}
    .site-info { margin: 0 auto 2%; width: 90%;}
    .home-mission { padding: 30px 4%;}
    .viewall a { display: none;}
    .tour-date h4 { font-size: 14px; line-height: 16px; margin: 10px auto; padding-left: 0; text-align: center;}

}
/* iPhone 6 - 4S ----------- */
@media only screen and (max-device-width: 640px),  only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
    .container { padding: 0 3% 2%; width: 92%;}
    .site-info {  margin: 30px auto; width: 92%;}
    .tour-details h1 { font-size: 36px; line-height: 38px; margin: 20px auto;}
    .menu li { padding: 0 3%;}
}

