/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */






/***************** TS css start *******************/

.full-height .elementor-widget-image, .full-height .elementor-widget-image img {
	height: 100%;
	object-fit: cover;
}
.blog-grid .elementskit-post-image-card {
	background: #000 !important;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.blog-grid .ekit-wid-con .elementskit-post-image-card:hover .blog-grid .elementskit-entry-thumb > img {
	transform: scale(1.05) rotate(0deg);
}
.blog-grid .elementskit-entry-thumb img {
	display: block;
	min-height: 300px;
	max-height: 300px;
	object-fit: cover;
}


/* Contact form css */

/* Contact Form 7 General */
.wpcf7 .form-group input, .wpcf7 .form-group textarea {
	width: 100%;
	padding: 15px 15px;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	background: transparent;
	font-size: 15px;
	color: #333;
	margin-bottom: 20px;
}

.wpcf7 .form-group input::placeholder,
.wpcf7 .form-group textarea::placeholder {
    color: #999;
}

.w-50 {
    width: 100%;
    display: inline-block;
}

.w-50:last-child {
    margin-right: 0;
}

.sub-btn input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 0;
	border: none;
	cursor: pointer;
	transition: background 0.3s ease;
	padding: 14px 30px 14px 30px;
	font-family: "Montserrat", Sans-serif;
	font-size: 17px;
	font-weight: 500;
	background: var( --e-global-color-primary );
}

.sub-btn input[type="submit"]:hover {
	background: #fff;
	color: #A89F84;
}
.wpcf7 .form-group input:focus, .wpcf7 .form-group textarea:focus {
	outline: none;
	box-shadow: none;
	background: #fff;
	border: none;
}
.form-group p {
	margin-bottom: 0;
}
.sub-btn {
	margin-top: 20px;
}