/*
 Theme Name: Litho Child
 Theme URI: https://litho.themezaa.com/
 Description: Child theme for Litho theme
 Version: 1.2
 Author: ThemeZaa
 Author URI: https://www.themezaa.com/
 Tested up to: 5.8
 Requires PHP: 7.3
 Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, flexible-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce
 License: Themeforest Split Licence
 License URI: https://themeforest.net/licenses/
 Template: litho
 Text Domain: litho-child
*/

:root {
	--black: #232323;
}

.simple-dropdown .sub-menu {
	width: 265px;
}

.simple-dropdown .sub-menu li {
	padding: 9px 30px;
}

#home-quote-form {
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#home-quote-form h3 {
	font-family: "Poppins", Sans-serif;
	font-size: 2.30rem;
	font-weight: 600;
    line-height: 3rem;
	color: var(--black);
	margin-bottom: 1em;
}

#home-quote-form textarea {
	rows: 5;
}

.contact-form-wrapper .wpcf7-form-control-wrap #interested-services {
	padding: 14px 10px;
    border: 2px solid #54595F;
    color: #232323;
    margin-top: 15px;
}

.home .testimonial {
	display: none;
}