/*
Theme Name: Lou Spicer Beauty Therapy
Description: Bespoke design for my wife.
Version: 1.0
Author: David Spicer
Author URI: http://david-spicer.com/
Tags: lean, simple, parallax.
License: Copyright 2019. Private, ask author.
*/

/*
@import url(https://fonts.googleapis.com/css?family=Indie+Flower);
@import url('https://fonts.googleapis.com/css?family=Comfortaa');
*/
@import url('https://fonts.googleapis.com/css?family=Crafty+Girls|Hi+Melody|Just+Me+Again+Down+Here|Nova+Mono');

@font-face {
  font-family: Comfortaa;
  src: url('/wp-content/uploads/2019/Comfortaa.ttf');
}
@font-face {
  font-family: JennaSue;
  src: url('/wp-content/uploads/2019/JennaSue.ttf');
}
@font-face {
  font-family: IndieFlower;
  src: url('/wp-content/uploads/2019/IndieFlower.ttf');
}

body, html {
	background-color: #23282d;
	height: 100%;
	font-family: Comfortaa, cursive;
	/*font-family: Crafty Girls, cursive;font-family: Hi Melody, cursive;font-family: Just Me Again Down Here, cursive;
	font-family: Nova Mono;
	font-family: IndieFlower, cursive;
	font-family: JennaSue, cursive;
	*/
}
/* Header */
.header {
	width:100%;
	height: 60px;
	position: fixed;
}
.book_now {
	float: right;
	margin: 10px;
	background: rgba(247,118,133, 0.9);
	border-radius: 5px 5px 5px 5px;
	padding: 10px;
    font-size: 1em;
}
/*book now page*/
.page-id-20 .book_now {
    display: none;
}
.page-id-20 .single_page {
    width: 100%;
}
.page-id-20 .logo {
    margin: -20px auto auto auto;
	min-width: 300px;
}
.page-id-20 .single_page {
	max-width: none;
}
.page-id-20 .post {
    margin: auto;
	background: #fff;
}

/* Contact page */
.page-id-16 .book_now {
    display: none;
}
.page-id-16 .logo {
    margin: -20px auto 15px auto;
	min-width: 300px;
}
.page-id-16 .single_page {
	width: 100%;
    max-width: none;
}
.page-id-16 .wpcf7 {
	background: #fff;
	padding: 20px;
}
.page-id-16 .wpcf7-form {
	margin: auto;
    width: 300px;
}
.page-id-16 .wpcf7-form-control {
	width: 100%;
}

/* home page */
.book_now:hover {
	font-weight:bold;
}
.book_now_text {
	color: #fff!important;
    text-decoration: none;
	font-size:2em;
}
.logo, .logo2 {
	margin: 0px auto 0 0;
    padding: 20px 0 0 0;
    height: 140px;
	display: block;
	font-family: JennaSue, cursive;
	font-size: 5em;
	text-decoration:none!important;
	/*color: rgba(255,192,203, 1)!important;*/
	color: #000!important;	
	text-align: center;
	background-image: url(/wp-content/uploads/2020/08/logov2.png);
    background-repeat: no-repeat;
    background-position: center bottom;	
}
.logo2 {
	/*color: rgba(199,21,133, 1)!important;	*/
	color: #000!important;
	margin-bottom: 50px;
}
.logo p, .logo2 p {
	margin: 0px;
}
.logo-heart {
	font-size: 1.4em;
}
.logo-caption {
	font-size: 0.5em;
	margin-top:-40px!important;
}

/* Home Page */
.home_wrapper {
	width: 100%;
	height: 100%;
	/*background-image: url("/wp-content/uploads/2019/05/homebk.jpg");*/
	/*background-image: url("/wp-content/uploads/2020/12/chair-scaled.jpg");*/	
	/*background-image: url("/wp-content/uploads/2020/12/room-view-scaled.jpg");*/	

	background-image: url("/wp-content/uploads/2019/10/homebk.jpg");
	background-attachment: fixed;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home_link_wrapper {
	flex: 1;
	padding: 10px 10px;
	max-width: 650px;
	width: 60%;
	margin: 10px auto;
	display: flex;
	text-align: center;
}
.home_link_wrapper a{
	text-decoration:none;
}
.home_link {
	flex: 1;
	margin: 10px 10px;
	padding: 15px 10px;
	/*background-color: rgba(0, 0, 0, 0.2);*/
	border-radius: 5px;
	text-align: center;
}
.home_link:hover {
	opacity: 0.5;
	cursor: pointer;
}
.home_link_location {
	margin: auto;
	width: 93%;
	padding: 0px 10px;
	background-color: rgba(0, 0, 0, 0.0);
	border-radius: 0px;
	border-top: 2px solid rgba(255, 255, 255, 0.8);
	border-bottom: 2px solid rgba(255, 255, 255, 0.8)
}
.home_link_location h1, .home_link_location p, .home_link_location a {
	/*color: rgba(255, 255, 255, 0.7);*/
	color: #000;
	/*font-style:italic;*/
	font-size:1em;
	font-weight: 100;
}
.home_link_location a:hover > .home_link_location_img, .home_link_phone_img:hover, .home_link_email_img:hover, .home_link_location a:hover > .home_link_contact_img, .home_link_contact_img:hover  {
	/*background: rgba(255,192,203, 1);*/
	background: #fff;
}
.home_link_location_img, .home_link_phone_img, .home_link_email_img, .home_link_contact_img {
    width: 15px;
    height: 15px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 24px;
    padding: 3px;
	margin-top: -4px;
}
/*.home_link_contact_img {
	border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 2px 7px 2px 7px;
    border-radius: 5px;
}
.home_link_contact_img:hover {
	cursor: pointer;
	background: rgba(255,192,203, 1);
	border: 1px solid rgba(255,192,203, 1);
}*/
.home_link_h1{
	color: rgba(255, 255, 255, 1);;
	font-weight: bold;
	font-size: 1em;
    margin: 0 0;
}
.sparkle {
	color: rgba(255,192,203,1);
	-webkit-text-fill-color: transparent;
	background: -o-linear-gradient(transparent, transparent);
	background: -webkit-linear-gradient(transparent, transparent),
				 url(https://media.giphy.com/media/ECWLeGxcKasCc/giphy.gif) repeat;
	-webkit-background-clip: text;	
}
.facials-link {
	background-color: rgba(255, 102, 255, 0.4);
}
.nails-link {
	background-color: rgba(153, 204, 255, 0.4);
}
.massage-link {
	/*background-color: rgba(255, 255, 102, 0.4);*/
	background-color: rgba(255,192,203, 0.6);
}
.waxing-link {
	background-color: rgba(178, 102, 255, 0.4);
}
.tinting-link {
	background-color: rgba(75, 244, 66, 0.4);
}
.home_content_wrapper {
	/*max-width: 1200px;
	margin: auto;*/
}
.parallax {  
	width: 100%;
	/*height: 100%;*/
	padding-top:20px;
	padding-bottom: 20px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax-content { 
	margin:0 auto;
	color:#FFF;
	/*padding-top:50px; */
} 
.parallax-content-h2 {
	color: rgba(0, 0, 0, 0.7);
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	background: rgba(255,255,255, 0.9);
    width: 70%;
    margin: 0 auto 40px auto;
    padding: 20px;
    border-radius: 10px;
}
.parallax-content-p {
	font-style:italic;
	font-size:1.5em; 
	color: rgba(0, 0, 0, 0.7);
    width: 70%;
    margin: 5px auto;
    font-weight: 100;
    background: rgba(255,255,255, 0.9);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}
.gallery-h2 {
	color: rgba(255, 255, 255, 0.7)!important;
	text-align: center;
}
.parallax1 {
	background-image: url("/wp-content/uploads/2019/05/facialsbk2.png");
}
.parallax2 {
	background-image: url("/wp-content/uploads/2019/05/nailsbk2.png");
}
.parallax3 {
	background-image: url("/wp-content/uploads/2019/05/massagebk2.png");
}
.parallax4 {
	background-image: url("/wp-content/uploads/2019/05/waxingbk.jpg");
}
.parallax5 {
	background-image: url("/wp-content/uploads/2019/05/tinting.jpg");
}
.about {
	display: flex;
	border: 50px solid #fff;
	background: #fff;
}
.about-content {
	flex: 1;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	font-style:italic;
	font-size:1em;
	font-weight: 100;	
}
.about-content1 {
	background-image: url("/wp-content/uploads/2019/05/aboutbk.png");
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px 0px 0px 10px;
}
.about-content2 {
	padding: 25px;
	background: rgba(0, 0, 0, 0.7);
    border-radius: 0px 10px 10px 0px;
}
.testimonials {
	border: 50px solid #fff;
	background: #fff;
}
.testimonials-facebook, .testimonials-google {
	background: #fff;
	padding: 20px 0px;
}
.testimonials-facebook h2, .testimonials-google h2 {
	font-weight: bold;
    opacity: 0.8;
    font-size: 2em;
	text-align: center;
}
.testimonials-facebook-content, .testimonials-google-content {
	width: 75%;
    margin: auto;
}
.testimonials-content {
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	/*font-style:italic;*/
	font-size:1em;
	font-weight: 100;	
	border-radius: 10px;
    background: rgba(0, 0, 0, 0.7);	
}
.testimonial-success p {
	color: #fff;
	text-align: center;
}
/* Google reviews */
.google-business-reviews-rating .heading, .google-business-reviews-rating .vicinity, .google-business-reviews-rating .relative-time-description {
	display:none!important;
}
 
/* Single page */
.single_page {
	margin: auto;
    /*padding: 60px 0 0 0;*/
    width: 80%;
	max-width: 991px;
}
/* Contact */
div.wpforms-container-full {
    /* margin-bottom: 24px; */
    margin: 0 auto 20px!important;
    width: 600px!important;
}
.g-recaptcha {
	margin: auto;
    width: 600px;
}
/* Footer */
.footer {
	width:100%;
	height: 50px;
    text-align: center;
	margin: 0px 0;
	padding-top: 20px;
}
.footer_icon_img {
    width: 21px;
    height: 21px;
    margin-top: -4px;
}
.footer_text {
	margin: 10px;
	text-decoration:none;
}
.footer_text:link {
	color: white;
}
.footer_text:visited {
	color: white;
}
/* WordPress Required Styles */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}
@media screen and (max-width: 800px) {
	.home_wrapper {
		padding-top: 60px;
		height: max-content;
	}
	.home_link_wrapper {
		display: block;
		width: 90%;
	}
	.logo, .logo2 {
    	padding-top:30px;
	}
	.book_now {
		float: none;
		width: 90%;
		text-align: center;	
		margin: 10px auto;
	}
	.parallax-content-p {
		font-size:1.2em; 
	}	
	.about-content1  {
		display: none;
	}
	.about {
		border: 10px solid #fff;
	}	
	.about-content2 {
		border-radius: 10px;
	}	
	.testimonials {
		border: 10px solid #fff;
	}	
	.page-id-20 #shedulWidget {
		margin: auto!important;
	}	
}