/*
Theme Name: Newtone_s
Version: 1.0.0
*/

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

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	-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;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
//	font-weight: 700;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 100%;
}

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
--------------------------------------------------------------*/
body,
button,
select,
textarea {
	color: #404040;
	font-family: 'Michroma', sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

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

h2 {
	font-size: 1.2em;
	font-weight: 400;
}

p {
//	margin-bottom: 1.5em;
	margin-bottom: 0px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}


big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	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 3em;
}

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. */
}

figcaption {
	text-align: right;
	font-size: 80%;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
form {
	height: 0;
}

textarea {
	width: 100%;
}

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

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
//	color: none;
}

a:focus {
//	outline: thin dotted;
	outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	font-size: 10px;
	clear: both;
	display: none;
//	display: block;
//	float: left;
	width: 100%;
}

/* Items. */

.main-navigation ul {

	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	padding-left: 10px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.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 {
	text-align: left;
	display: block;
	width: 100%;
	background-color: #fff;
	border: none;
//	-webkit-box-shadow: 0px 4px 10px 0px rgba(238,238,238,1);
//	-moz-box-shadow: 0px 4px 10px 0px rgba(238,238,238,1);
//	box-shadow: 0px 4px 10px 0px rgba(238,238,238,1);
}

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

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.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 15vw auto 15vw;
}

@media screen and (max-width: 800px) {
	.page-content,
	.entry-content,
	.entry-summary {
		margin: 0 5vw auto 5vw;
	}
}

/*--------------------------------------------------------------
# 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%;
}


/*--------------------------------------------------------------
## Custom
--------------------------------------------------------------*/

#coupon_code_div {
	white-space: nowrap;
	height: 32px;
	position: relative;
	float: right;
	font-family: 'Michroma', sans-serif;
	font-size: 10px;
	color: #aaa;
}

#coupon_code_div input {
	font-size: 10px;
	color: #aaa;
	outline: none;
	width: 70px;
	margin-left: 10px;
	padding: 0px 8px;
	border: 1px solid #ddd;
	border-radius: 3px;
	border-width: 1px;
}

.tooltip {
	padding-left: 8px;
	cursor: pointer;
	color: #aaa;
}

.tooltip .tooltiptext {
	visibility: hidden;
	border-radius: 5px;
	width: 120px;
	background-color: #a46497;
	opacity: 0.7;
	color: #fff;
	text-align: center;
	font-size: 80%;
	padding-bottom: 6px;
	padding-top: 2px;
	position: absolute;
	top: -50px;
	left: calc(6vw + 60px);
	z-index: 1;
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	box-shadow: 0.5vw 0.5vw 1vw #a46497;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

#vinyl_container{
	width: 70vh;
	max-width: 560px;
	max-width: 75vw;
	margin-top: 10vh;
}

@media screen and (max-width: 568) {
	#vinyl_container{
		width: auto;
	}
}
.album_img{
	max-height: 75vh;
	box-shadow: 1vw 1vw 2vw #ccc;
	z-index:-3;
}

.star {
	opacity: 0.9;
	cursor: pointer;
	font-family: 'Michroma', sans-serif;
	font-size: calc(1.1vmin + 2px);
	white-space: nowrap;
	line-height: 180%;
	color: #ffffff;
	position: relative;
	top: -2vh;
	left: -5vw;
	text-align: center;
	-webkit-transform: rotate(350deg);
	-moz-transform: rotate(350deg);
	-ms-transform: rotate(350deg);
	-o-transform: rotate(350deg);
}

.star,
.star:before,
.star:after {
	background: #a46497;
	width: 14vmin;
	height: 14vmin;
	max-width: 120px;
	max-height: 120px;
	box-shadow: 0.5vw 0.5vw 1vw #a46497;
	border: none;
}

.star:before {
	top: 0;
	left: 0;
	z-index:-1;
	content: "";
	position: absolute;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
}

.star:after {
	top: 0;
	left: 0;
	z-index:-1;
	content: "";
	position: absolute;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
}

.star:hover, .star:hover:before, .star:hover:after {
	background-color: #935386;
	color: #dddddd;
	box-shadow: 0.5vw 0.5vw 1vw #935386;
}

.fb-link {
	position: absolute !important;
	bottom:12px;
	left:100px;
//	opacity: 1.0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.spotify_link {
//	opacity: 0.8;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	position: absolute;
	bottom:10px;
	right:40px;
	width: 23px;
	height: 23px;
}

.bd {
	padding-top: 0 !important;
}

.spotify_follow {
//	opacity: 0.8;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	position: absolute;
	bottom:6px;
	left:10px;
//	width: 100px;
//	height: 23px;
//	padding: 0;
}

.itunes_link {
	display: inline-block;
	width: 23px;
	height: 23px;
}

.song_link, .song_link a {
	position:relative;
	text-align:center;
	margin-top: 5vh;
	text-decoration: none;
	font-size: 11px;
}


.itunes_button {
	opacity: 1.0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	width: 23px;
	height: 23px;
	border-radius: 5pt;
	border: 1px solid lightgray;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	bottom:10px;
	right:10px;
	overflow: hidden;
	background: url(//linkmaker.itunes.apple.com/embed/v1/app-icon.svg) no-repeat;
	background-size: contain;
}

.spotify_follow iframe {
	-webkit-transform:scale(0.88);
	-moz-transform:scale(0.88);
	-o-transform:scale(0.88);
	-ms-transform:scale(0.88);
}

.spotify_follow:hover,
.spotify_link:hover,
.itunes_button:hover,
.itunes_link:hover,
.fb-link:hover {
	opacity: 0.6;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

#epk_link {
	position: absolute;
	right:15vw;
}

@media screen and (max-width: 800px) {
	#epk_link {
		position: absolute;
		right:5vw;
	}
}

.album_cols td {
	line-height:2;
	vertical-align: top;
	width: 50%;
	margin-left: 5vw;
}

.track_cols td,
.track_cols th {
	line-height:2;
	text-align: left;
	padding-right: 1vw;
//	margin-left: 5vw;
}

.track_cols td:first-child,
.track_cols td:nth-child(4) {
	text-align: center;
	width: 2vw;
}


/*--------------------------------------------------------------
## WooCommerce Overrides
--------------------------------------------------------------*/

.woocommerce,
.woocommerce .input-text,
.woocommerce .button,
.woocommerce input {
    font-family: 'Michroma', sans-serif;
    font-weight: 400;
    font-size: 10px;
    margin-top: 2vw;
    color: #333;
}

.woocommerce #payment #place_order {
    float: right;
    width: auto;
}

.country_select,
.select2-container,
.select2-results {
    font-family: 'Michroma', sans-serif !important;
    font-size: 10px !important;
}

#order_comments {
    height: 20vh !important;
}

.woocommerce-billing-fields {
    /* Uncomment to hide billing fields */
    /* display: none; */
}

.woocommerce-thankyou-order-received {
    font-size: 1.2em;
}

.order-again {
    display: none;
}

.cart_item {
    color: #a46497;
    /* Uncomment to make text bold */
    /* font-weight: 700; */
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
    /* Uncomment to hide notices */
    /* display: none; */
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    background-color: rgba(147, 83, 134, 0.2);
    /* Uncomment for alternative invalid background color */
    /* background-color: rgba(210, 0, 0, 0.2); */
    border: 1px solid #c0c0c0;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    background-color: rgba(115, 210, 77, 0.2);
    border: 1px solid #c0c0c0;
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: rgb(147, 83, 134);
}

.download-url,
.download-url a {
    line-height: 100px;
    /* Uncomment to add margin bottom */
    /* margin-bottom: 100px; */
    font-size: 14px;
    text-decoration: none;
}

.product-name .download-url {
    display: none;
}
