/* 
Theme Name:		 London Ayurveda
Theme URI:		 
Description:	 
Author:			 
Author URI:		 
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 londonayurveda
*/
/*
Add your custom styles here
*/
:root{
	--ColorLight: #fff;
	--ColorDark: #234c3c;
	--ColorText: #252525;
	--ColorLink: #B5AA92;
	--ColorAccent: #0074C7;
	--ColorHover: #234c3c;
	/*TYPOGAPHY*/
	--FontDefault: 'Roboto',Arial,sans-serif;
	--FontHeading: 'Playfair Display',Arial,sans-serif;
	--FontSize: 18px;
	--FontWeight: 400;
	--LetterSpace: 0.3px;;
	--LineHeight: 1.6em;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
body{
	color: var(--ColorText);
	font-family: var(--FontDefault);
	font-size: var(--FontSize);
	font-weight: var(--FontWeight);
	line-height: var(--LineHeight);
	color: var(--ColorText);
	letter-spacing: var(--LetterSpace);
}
.page-header {
    padding-top: 150px;
    text-align: center;
}
a {
	color: var(--ColorLink);
}
#footer a {
	color: var(--ColorLight);
}
#footer a:hover {
    color: var(--ColorLink);
}
p a:hover {
    text-decoration: underline;
    color: var(--Colorlink);
}
.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 1170px;
	}
/*
 * 
 * TYPOGRAPHY
 * 
 */
ol, ul {
    margin-bottom: 1em;
}
li {
    line-height: 2em;
}
a.added_to_cart.wc-forward {
    padding: 5px;
}
.comments-area .comment-reply-title, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .elementor-page .elementor-heading-title, input, optgroup, select, textarea {
	line-height: var(--LineHeight);
	font-family: var(--FontHeading);
	font-weight:600;
	letter-spacing: 0px;
}
h1, .h1 {
	font-size: 4.5em;
}
h2, .h2 {
    font-size: 3em;
}
h3, .h3 {
    font-size: 2.5em;
}
h4, .h4 {
    font-size: 1.3em;
}
h5, .h5 {
    font-size: 1.2em;
}
/**********************************************
 *************FOR TABLET VIEW******************
 *********************************************/
@media only screen and (max-width: 767px) {
	h1, .h1 {
		font-size: 2.5em;
		}
	h2, .h2{
		font-size: 2.1em;
		margin-bottom: 0.5em;
		margin-top: 0.1em;
	}
	h3, .h3{
		font-size: 1.7em;
	}
	h4, .h4{
		font-size: 1.5em;
	}
}
/**********************************************
 *************FOR PHONE VIEW******************
 *********************************************/
@media only screen and (max-width: 568px) {
	h1, .h1 {
		font-size: 2.3em;
		}
	h2, .h2{
		font-size: 2em;
	}
	h3, .h3{
		font-size: 1.5em;
	}
	h4, .h4{
		font-size: 1.3em;
	}
}