/**
* Theme Name: Hara Child
* Description: This is a child theme for Hara
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.0.3
* Template: hara
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.footer-newsletter {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	position: relative;
	font-size: 14px;
	line-height: 1.4;
}
.footer-newsletter .fn-input {
	flex: 1 0 0%;
	width: 100%;
	max-width: 100%;
}
.footer-newsletter .wpcf7-form-control-wrap,
.footer-newsletter .wpcf7-form-control-wrap input {
	display: block;
	width: 100%;
}
.footer-newsletter .wpcf7-form-control-wrap input {
	padding: 5px 16px;
	height: 44px;
	font-size: 13px;
	line-height: normal;
	background: #fff;
	border: 1px solid #D3D4D1;
	border-radius: 20px;
}
.footer-newsletter .fn-action {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	
}
.footer-newsletter .fn-action .wpcf7-submit {
	width: 44px;
	height: 44px;
	background: url(images/iconoir_search.svg) center center no-repeat;
	border: none;
	text-indent: -10000px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
.footer-newsletter .fn-action .wpcf7-spinner {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 52px;
	top: 12px;
}
.wpcf7-response-output {
	margin: 0;
	padding: 10px;
	font-size: 14px;
	line-height: 1.4;
}

div.wpforms-container-full .wpforms-form input[type="date"], div.wpforms-container-full .wpforms-form input[type="datetime"], div.wpforms-container-full .wpforms-form input[type="datetime-local"], div.wpforms-container-full .wpforms-form input[type="email"], div.wpforms-container-full .wpforms-form input[type="month"], div.wpforms-container-full .wpforms-form input[type="number"], div.wpforms-container-full .wpforms-form input[type="password"], div.wpforms-container-full .wpforms-form input[type="range"], div.wpforms-container-full .wpforms-form input[type="search"], div.wpforms-container-full .wpforms-form input[type="tel"], div.wpforms-container-full .wpforms-form input[type="text"], div.wpforms-container-full .wpforms-form input[type="time"], div.wpforms-container-full .wpforms-form input[type="url"], div.wpforms-container-full .wpforms-form input[type="week"], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
	background: #fff !important;
	border: 1px solid #d5d5d5 !important
}

.wpforms-submit-container {
	text-align: center;
}

.sp-testimonial-free {
	display: flex;
	flex-direction: column;
}
.sp-testimonial-client-image {
	order: 1;
}
.sp-testimonial-client-rating {
	order: 2;
}
.sp-testimonial-client-testimonial {
	order: 3;
}
.sp-testimonial-client-name {
	order: 4;
}
.sp-testimonial-client-designation {
	order: 5;
}
.sp-testimonial-free-section .sp-testimonial-client-rating {
	align-items: center;
	justify-content: center;
}