/**
 * Theme Name: Prana PR
 * Description: Child theme
 * Author: Lembu
 * Template: blocksy
 * Text Domain: blocksy
 */
/* Custom CSS starts here */

/*if using webfont,make sure add this to customizer css
 * :root { --theme-font-family: 'Geist';}
 */
/*
@font-face {
    font-family: 'Geist';
	font-style: normal;
	font-display: block;
	font-weight: 100 900;
    src: url('fonts/Geist-VariableFontwght.eot');
    src: url('fonts/Geist-VariableFontwght.eot?#iefix') format('embedded-opentype'),
         url('fonts/Geist-VariableFontwght.woff2') format('woff2'),
         url('fonts/Geist-VariableFontwght.woff') format('woff'),
         url('fonts/Geist-VariableFontwght.ttf')  format('truetype'),
         url('fonts/Geist-VariableFontwght.svg#Geist') format('svg');
}
@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-display: block;
	font-weight: 300 900;
    src: url('fonts/PlayfairDisplay-VariableFontwght.eot');
    src: url('fonts/PlayfairDisplay-VariableFontwght.eot?#iefix') format('embedded-opentype'),
         url('fonts/PlayfairDisplay-VariableFontwght.woff2') format('woff2'),
         url('fonts/PlayfairDisplay-VariableFontwght.woff') format('woff'),
         url('fonts/PlayfairDisplay-VariableFontwght.ttf')  format('truetype'),
         url('fonts/PlayfairDisplay-VariableFontwght.svg#Playfair Display') format('svg');
}
@font-face {
	font-family: 'Playfair Display';
	font-style: italic;
	font-display: block;
	font-weight: 300 900;
    src: url('fonts/PlayfairDisplay-Italic-VariableFontwght.eot');
    src: url('fonts/PlayfairDisplay-Italic-VariableFontwght.eot?#iefix') format('embedded-opentype'),
         url('fonts/PlayfairDisplay-Italic-VariableFontwght.woff2') format('woff2'),
         url('fonts/PlayfairDisplay-Italic-VariableFontwght.woff') format('woff'),
         url('fonts/PlayfairDisplay-Italic-VariableFontwght.ttf')  format('truetype'),
         url('fonts/PlayfairDisplay-Italic-VariableFontwght.svg#Playfair Display') format('svg');
}
body,
body p,
p{
	font-family: 'Geist';
}
body .elementor-heading-title,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6{
	font-family: 'Playfair Display';
}
*/
body .elementor-heading-title,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
.elementor-button-text,
nav[class*=menu] .ct-menu-link,
a.ct-button{
    line-height: var(--theme-line-height);
}
.ct-header-cta a.ct-button {
    font-size: var(--theme-font-size);
}
.pretitle p,
p.pretitle{
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: 600;
	margin:0;
}
/************************************************
 * make Elementor button follows Customizer
 *************************************************/
body .elementor-button {
    background: var(--theme-button-background-initial-color);
    font-size: var(--theme-font-size);
    padding: var(--theme-button-padding);
    text-transform: var(--theme-button-text-transform);
    border: var(--theme-button-border);
	font-weight: var(--theme-button-font-weight);
	border-radius:var(--theme-button-border-radius, 3px);
	letter-spacing: var(--theme-button-letter-spacing);
}
body .elementor-button:hover{
	background:var(--theme-button-background-hover-color);
	color: var(--theme-button-text-hover-color);
}

.cf-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 25px;
}
body .wpcf7 label:not(.wpcf7-form-control-wrap) {
    font-size: calc(var(--theme-font-size) - 20%);
    font-weight: var(--theme-font-weight);
	margin: 0;
}
#services .elementor-icon-box-description {
    max-width: 210px;
    margin: 0 auto;
}
/*************************************************
 * CONTACT FORM 7 STYLING ERROR MESSAGE 
 *************************************************/
.wpcf7 .wpcf7-form-control.wpcf7-text.wpcf7-not-valid,
.wpcf7 .wpcf7-not-valid {
	border: 1px solid #ff0000;
}
.wpcf7 .wpcf7-not-valid-tip {
	display: none;
}
.wpcf7 .wpcf7-validation-errors {
	background: #ff0000;
	border: 1px solid #ff0000;
	color: #ffffff;
	text-align: center;
}
.wpcf7 .wpcf7-response-output {
	margin: 2em 0;
	padding: 15px;
	border-radius: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    background: red;
    color: #fff;
    border-radius: 0;
    font-style: normal;
    margin: 20px 0;
}
.wpcf7 .wpcf7-spam-blocked {
	background: #e2e2e2;
	border: 1px solid #ff0000;
	color: #383838;
}
.wpcf7 .wpcf7-mail-sent-ng {
	background: #fcf8e3;
	border: 3px solid #ac9163 ;
	color: #8a6d3b;
}
.wpcf7 .wpcf7-mail-sent-ok {
	background: #dff0d8;
	border: 3px solid #3c763d;
	color: #3c763d;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.center {
    margin: 0 auto;
    display: block;
    float: none;
}
.wpcf7-turnstile.cf-turnstile {
    text-align: center;
}
div.wpcf7 .wpcf7-spinner {
    display: block;
    vertical-align: middle;
    float: none; /* Ensures spinner doesn't pull button left */
    margin: 10px auto; /* Adjusts spacing to button */
}
/**********************************************
 *************FOR MOBILE VIEW******************
 *********************************************/
@media only screen and (max-width: 767px) {
	.cf-grid{
    grid-template-columns: 1fr;
  }
}