/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: Hello Elementor Child Theme
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

h2,
h4{
	color: rgb(24, 63, 122) !important;
}

.custom-header-section {
	box-shadow: 0 10px 50px -2px rgba(0, 0, 0, .14);
}

.footer-menu-link a {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.footer-menu-link li {
	border-bottom: 1px solid #505152;
}

#sp-woo-product-slider-153.sp-wps-custom-template .wps-product-image .wpsf-product-img,
#sp-woo-product-slider-153.sp-wps-theme_one .wps-product-image {
	height: 300px;
	object-fit: cover;
}

.home-page-services-gallery .gallery-item img {
	width: 316px;
	height: 199px;
}

.contact-form-shortcode form label,
.comment-respond #commentform .comment-form-comment label,
.comment-respond #commentform .comment-form-rating label {
	width: 100%;
	line-height: 34px;
}

.contact-form-shortcode form input,
.contact-form-shortcode form input:hover,
.contact-form-shortcode form input:focus,
.contact-form-shortcode form input:focus-visible,
.contact-form-shortcode form input:active {
	padding: 0px 15px;
	height: 50px;
	background-color: #fbfbfb;
	font-size: 13px;
	color: #333333;
	border-width: 1px;
	border-color: #dddddd;
	border-radius: 0px;
	outline: none;
}

.contact-form-shortcode form textarea,
.contact-form-shortcode form textarea:hover,
.contact-form-shortcode form textarea:active,
.contact-form-shortcode form textarea:focus,
.contact-form-shortcode form textarea:focus-visible,
.comment-respond #commentform .comment-form-comment textarea {
	border: 1px solid #d2d2d2;
	width: 100% !important;
	height: 150px;
	padding: 8px 15px;
	box-sizing: border-box;
	margin-right: 0;
	background-color: #fbfbfb;
	font-size: 13px;
	color: #333333;
	border-width: 1px;
	border-color: #dddddd;
	border-radius: 0px;
	outline: none;
}

.contact-form-shortcode form input[type="submit"],
.comment-respond #commentform .form-submit #submit {
	padding: 5px 15px;
	background-color: rgb(24, 63, 122);
	border: 1px solid rgb(24, 63, 122);
	color: #ffffff;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	width: auto;
}

.comment-respond #commentform .form-submit #submit {
	padding: 15px;
	border-radius: 0px;
}

.comment-respond #commentform .form-submit #submit:hover {
	background-color: rgb(24, 63, 122);
	border: 1px solid rgb(24, 63, 122);
	color: #ffffff;
}

.contact-us-page-contact-details a {
	text-decoration: underline;
}