/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

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

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {width: 100%;}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 2em 0 0.5em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight: bold;}

td, td img {vertical-align: top;}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button,
input[type=button] {width: auto; overflow: visible;}

/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style placeholders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

#page-wrap {
	overflow: hidden;
	max-width: 1200px;
	width: 100%;
	min-height:100%;
	margin: 0 auto;
	height:100%;
	position:relative;
	background-color: white;
}
body {
	font-size: 1.2em;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	background-color: black;
	background-image: url("../../kirstens-vocal-studio-intro.jpg");
	background-size: contain;
	background-repeat: repeat-y;
}
/*Header -------------------------------------- Start*/
header {
	display: block;
	max-width: 100%;
}
#centered { display: flex; justify-content: center; }
/*Header -------------------------------------- End*/

/*Menu -------------------------------------- Start*/
#menu, #menu-button {
    display: none;
}
#menu {
    display: none;
}
html{scroll-behavior:smooth}
img.menu-icon {
	height: 1.25em;
	vertical-align: bottom;
}
nav.kirstens-vocal-studio-menu {
	margin-right: 2%;
	width: 100%;
	text-align: center;
	background-color: #151515;
}
li.kirstens-vocal-studio-menu  {
	display: inline;
	padding-left: 1%; 
	padding-right: 1%; 
	font-size: 0.7em;
	line-height: 50px; 
	white-space: nowrap;
	padding-bottom:5px;
}
li.kirstens-vocal-studio-menu-book-now {
	display: inline;
	padding-left: 1%; 
	padding-right: 1%; 
	font-size: 0.7em;
	line-height: 50px; 
	white-space: nowrap;
	padding-bottom:5px;
}
a.menu-book-now {
	font-style: italic;
    text-decoration: none;
	margin: 0 auto;
	font-size: 1.2em;
	margin-top: 1%;
	padding-left: 1%; 
	padding-right: 1%; 
	background: #b3735a;
	border: 3px solid #b3735a;
	border-radius: 50px;
	color: white;
}
a.menu-book-now:hover {
	background: #b3735a;
	border: 3px solid #b3735a;
	color: #151515;
}
a.kirstens-vocal-studio-menu:before {color:#ccc; text-decoration: none; font-family: 'Montserrat', serif;} /*unvisited link*/
a.kirstens-vocal-studio-menu:link {color:#ccc; text-decoration: none; font-family: 'Montserrat', serif;} /*unvisited link*/
a.kirstens-vocal-studio-menu:visited {color:#ccc; text-decoration: none; font-family: 'Montserrat', serif;} /*visited link*/ 
a.kirstens-vocal-studio-menu:focus {color:#ccc; text-decoration: none; font-family: 'Montserrat', serif;} /*when element is active*/
a.kirstens-vocal-studio-menu:hover {color:white; text-decoration: none; font-family: 'Montserrat', serif;} /*hover over link*/ 
a.kirstens-vocal-studio-menu:active {color:#ccc; text-decoration: none; font-family: 'Montserrat', serif;} /*onclick link*/
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: white;
}
.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #ccc;
  transition: transform 0.3s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(0.8);
  transform: scaleY(1);
}
/*Menu -------------------------------------- End*/

/*Main -------------------------------------- Start*/
article.main {
	clear: both;
	max-width: 100%;
	float: none;
	height: 100%;
}
article.intro {
	clear: both;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("../../kirstens-vocal-studio-intro.jpg");
	background-attachment: scroll; 
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: red;
	max-width:100%;
	float:none;
	padding-top: 20px;
	padding-bottom: 50px;
	color: #eaeaea;
}
article.lightbg {
	background: white;
	color: #151515;
}
article.darkbg {
	background: #151515;
	color: #eaeaea;
}
article.about-you,
article.about-me,
article.what-i-offer,
article.why-train-with-me,
article.singing-lesson-prices,
article.contact-singing-lessons {
	clear: both;
	max-width:100%;
	float:none;
	height:100%;
	padding-top: 20px;
	padding-bottom: 30px;
}
div.center {
	text-align: center;
}
div.cols2-singing-lesson-prices {
	display: inline-block;
	width: 35%;
	max-width: 450px;
	margin-top: 30px;
	margin-bottom: 5px;
	margin-left: 5%;
	margin-right: 5%;
	padding: 0 1% 0 1%;
	background-color: #ded6c5;
}
h2.singing-lesson-prices {
	font-size: 1.75em;
	color: #151515;
	padding: 10% 2% 5% 2%;
}	
span.price {
	font-size: 2em;
	line-height: 1em;
	font-family: "Playfair Display", serif;
	font-weight: 500;
	color: #151515;
}
p.singing-lesson-prices {
	font-size: 0.9em;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	padding: 3% 2% 10% 2%;
}
p.singing-lesson-prices-discount {
	font-size: 0.7em;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	padding: 2% 2% 10% 2%;
}
a.button {
	font-style: italic;
    text-decoration: none;
	margin: 0 auto;
	font-size: 1.2em;
	margin-top: 1%;
	padding: 2%;
	background: #b3735a;
	border: 1px solid #b3735a;
	border-radius: 50px;
	color: white;
}
a.button:hover {
	background: #b3735a;
	border: 3px solid #b3735a;
	color: #151515;
}
h1 {
	font-size: 4em;
	font-family: "Abril Fatface", serif;
	color: #ded6c5;
	padding: 10% 2% 0% 2%;
	text-align: left;
}
h1.intro {
}
h2 {
	font-size: 2.5em;
	line-height: 1em;
	font-family: "Playfair Display", serif;
	font-weight: 500;
	color: #ded6c5;
	padding: 3% 2% 0% 2%;
}
h2.intro {
	font-size: 1.5em;
	text-align: right;
	color: white;
	padding: 3% 3% 1% 20%;
}
h2.lightbg {
	color: #151515;
}
h2.darkbg {
	color: #eaeaea;
}
h2.reviews {
	color: #0099ff;
	padding: 3% 5% 1% 5%;
}
h3 {
	font-size: 2.3em;
	font-family: "Playfair Display", serif;
	font-weight: 500;
	color: #ded6c5;
	padding: 0% 2% 2% 2%;
}
h3.intro {
}
p {
	font-size: 0.9em;
	font-family: "Montserrat", sans-serif;
	text-align: left;
	padding: 3% 3% 1% 3%;
}
p.intro {
	text-align: right;
	padding: 5% 3% 1% 20%;
	font-size: 1.1em;
}
ul.about-you,ul.what-i-offer,ul.why-train-with-me {
	list-style: circle;
	font-family: "Montserrat", sans-serif;
	text-align: left;
	padding: 1% 0% 0% 10%;
}
li.about-you ,li.what-i-offer,li.why-train-with-me {
	list-style: circle;
	font-size: 0.9em;
	padding: 0% 3% 1% 1%;
	font-family: "Montserrat", sans-serif;
}
/*Main -------------------------------------- End*/

/*Form -------------------------------------- Start*/
form.singing-lessons-booking-form {
	clear: both;
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 1% 0 1% 0;
	}
input.singing-lessons-booking-form,textarea.singing-lessons-booking-form {
	background-color: white;
	margin: 0 0 1% 0;
	padding: 2% 0% 2% 2%;
	border: 1px solid #151515;
	border-radius: 5px;
	color: #b3735a;
	}
input.singing-lessons-booking-form:focus,textarea.singing-lessons-booking-form:focus {
	background-color: #ded6c5;
	border: 1px solid #151515;
	color: #151515;
}
.button {
	font-style: italic;
    text-decoration: none;
    margin: 0 auto;
	font-size: 1.2em;
	margin-top: 1%;
	padding: 2%;
	background: #b3735a;
	border: 3px solid white;
	border-radius: 50px;
	color: white;
}
.button:hover {
	background: #b3735a;
	border: 3px solid #b3735a;
	color: #151515;
}
article.success {
	background-color: #ded6c5;
	color: #151515;
	clear: both;
	max-width:100%;
	float:none;
	height:100%;
	margin: 0;
	padding: 0;
}
/*Form -------------------------------------- End*/

/*Google Map -------------------------------------- Start*/
div.map {
	display: block;
	text-align:center;
	}
iframe.map {
	padding-top: 5%;
	width: 95%;
	height: 450px;
}
/*Google Map -------------------------------------- End*/

article.singing-testimonials {
	clear: both;
	max-width:100%;
	height:100%;
	background: #151515;
	padding: 1%;
	text-align: center;
}
h2.singing-testimonials {
	background: #151515;
	color: #eaeaea;
}

/*Reviews -------------------------------------- Start*/
span.review-profile-image {
    float: left;
    padding: 0px 15px 0px 0px;
}
span.review-profile-image img {
    width: 40px;
}
span.review-google-image {
    float: right;
    padding: 0px 0px 0px 15px;
}
span.review-google-image img {
    width: 40px;
}
a.google-reviews {text-decoration: none; color: #303030;}
#map-plug {display:none;}

#google-reviews {
margin-top: 25px;
margin-bottom: 25px;
padding-left: 5%;
padding-right: 5%;
display:flex;
flex-wrap:wrap;
//display: grid;
//grid-template-columns: repeat( auto-fit, minmax(320px, 1fr));
}

.review-item {
border:solid 1px rgba(190,190,190,.35);
margin:0 auto;
padding:1em;
background-color: white;
flex: 1 1 20%;
}

@media ( max-width:1200px) {
  .review-item { flex: 1 1 40%; }
}

@media ( max-width:450px) {
  .review-item { flex: 1 1 90%; }
}

.review-meta, .review-stars {text-align:center; font-size:100%;}
.review-author {font-family: sans-serif; font-style: normal; text-transform: capitalize; font-weight:bold; font-size:100%;}
.review-date {font-family: sans-serif; font-style: normal; opacity:.6; display:block; font-size:90%;}
.review-text {font-family: sans-serif; font-style: normal; line-height:1.55; text-align:center; max-width:32em; margin:auto; font-size:90%;}

.review-stars ul {
display: inline-block;
list-style: none;
margin:0;
padding:0;
}

.review-stars ul li {
float: left;
margin:0 1px 0 0;
padding:0;
line-height:1;
}

.review-stars ul li i {
color: #E4B248;
font-size: 1.4em;
font-style:normal;
margin:0;
padding:0;
}
.review-stars ul li i.inactive { color: #c6c6c6;}
.star:after { content: "\2605"; }
/* google reviews end */

/*Reviews  --------------------------------------------------- End */

/*Footer -------------------------------------- Start*/
footer.kirstens-vocal-studio {
	clear: both;
	display: block;
	max-width:100%;
	min-height:100%;
	background-color: #151515;
	padding: 2%;
}
div.footer-logo {
	text-align: center;
	margin: 0 auto;
}
p.footer {
	text-align: center;
	font-size: 2em;
	font-family: "Abril Fatface", serif;
	color: #ded6c5;
	padding: 0%;
}
p.footer-small {
	text-align: center;
	font-size: 1em;
	font-family: "Playfair Display", serif;
	font-weight: 500;
	color: #ded6c5;
	padding: 0 0 3% 0;
}
footer.norwich-it-mobile {
	display: none;
}	
footer.norwich-it {
	clear: both;
	display: block;
	max-width: 100%;
	margin-top: 10px;
	padding-right: 1%;
	height: 100%;
	text-align: right;
	top: 0px;
	background-color: #151515;
}	
a.norwich-it:link { color: lightgrey; text-decoration: none; font-family: arial, sans-serif; font-style: normal; font-size: 0.7em; font-weight: normal; line-height:30px; background-color:#151515;}
a.norwich-it:visited { color: lightgrey; text-decoration: none; font-family: arial, sans-serif; font-style: normal; font-size: 0.7em; font-weight: normal; line-height:30px; background-color:#151515;} 
a.norwich-it:hover { color: lightgrey; text-decoration: underline; font-family: arial, sans-serif; font-style: normal; font-size: 0.7em; font-weight: normal; line-height:30px; background-color:#151515;}
img.norwich-it {
	padding-right: 0.9%;
	max-width: 400px;
}
/*Footer -------------------------------------- End*/

/* Media queries
-------------------------------------------------------------------------------*/

/* Large Tablets (portrait and landscape) ----------- */
@media only screen and (max-width: 1024px) {
}
/* cols3 adjutment only - for larger screens ----------- */
@media only screen and (max-width: 900px) {
article.intro {
	background-attachment: scroll; 
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;*/
}
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (max-width: 768px) {
body {
	font-size: 1em;
}
nav.kirstens-vocal-studio-menu {
	display: none;
	}
#menu, #menu-button {
	display: block;
	padding: 5px;
	text-align: center;
	background-color: #151515;
	}
p.menu-text {
	display:inline;
	border: 2px solid #ccc;
	border-radius: 50px;
	padding: 0% 5% 0% 5%;
	line-height: 2em;
	font-family: 'Montserrat', serif;
	color: #ccc;
	}
#menu {
	background-size: cover; 
	background-position: center top;
	display: none;
	padding: 10px;
	background-color: #151515;
	}
li.kirstens-vocal-studio-menu  {
	display: block;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 1%; 
	padding-right: 1%; 
	font-size: 1.25em;
	line-height: 1em; 
}
li.kirstens-vocal-studio-menu-book-now {
	display: block;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 1%; 
	padding-right: 1%; 
	font-size: 1.25em;
	line-height: 1em; 
}
a.menu-book-now {
	font-size: 1.1em;
	border: 1px solid #b3735a;
}
a.menu-book-now:hover {
	border: 1px solid #b3735a;
}
h1 {
	font-size: 3em;
	text-align: center;
}	
h1.intro {
}
h2 {
	font-size: 2em;
	text-align: center;
	padding: 3% 2% 0% 2%;
}
h2.intro {
	font-size: 1.25em;
	text-align: center;
	padding: 3% 2% 0% 2%;
}
h2.lightbg {
}
h2.darkbg {
}
h2.reviews {
	text-align: center;
	padding: 3% 2% 0% 2%;
}
h3 {
	font-size: 1.8em;
	text-align: center;
	letter-spacing: 0.2em;
	padding: 3% 2% 0% 2%;
}
h3.intro {
}
p {
	font-size: 0.95em;
	line-height: 1.5em;
	text-align: justify;
	padding: 5% 5% 1% 5%;
}
p.intro {
	padding: 5% 3% 3% 20%;
	font-size: 1.1em;
}
ul.about-you,ul.what-i-offer,ul.why-train-with-me {
}
li.about-you ,li.what-i-offer,li.why-train-with-me {
	font-size: 0.95em;
	line-height: 1.5em;
}
/*Main -------------------------------------- End*/
div.cols2-singing-lesson-prices {
	width: 75%;
}
form.singing-lessons-booking-form {
	padding: 3% 10% 3% 10%;
	}
input.singing-lessons-booking-form,textarea.singing-lessons-booking-form {
	margin: 1% 0 5% 0;
}
.button {
	padding: 3% 10% 3% 10%;
	}	
input,textarea {
	width: 99%;
	}
footer.norwich-it-mobile {
	clear: both;
	display: block;
	width: 100%;
	margin-top: 10px;
	padding-right: 1%;
	height: 100%;
	text-align: center;
	top: 0px;
	background-color: #151515`;
	}	
footer.norwich-it {
	display: none;
	}
a.norwich-it:link {line-height:20px;}
a.norwich-it:visited {line-height:20px;} 
a.norwich-it:hover {line-height:20px;}
img.norwich-it {
	max-width: 80%;
	}
}
/* Mobiles (landscape) ----------- */
@media screen and (max-width: 480px) {
}
/* Print styles
-------------------------------------------------------------------------------*/
@media print {
}