/* 
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 */

input[type="submit"].btn-c7 {
	padding: 10px 30px;
	background-color:var( --e-global-color-60c2822 );
	border:0;
}
input[type="submit"].btn-c7:hover {
	background-color: #1D4A60;
}

.elementor-button:hover {
	color: #fff !important;
	background-color:#1D4A60;
}

ul.hfe-nav-menu li.menu-item.current-menu-item:last-child a.hfe-menu-item {
	color: #fff !important;
}

ul.hfe-nav-menu li.menu-item.parent:last-child a.hfe-menu-item::after {
	background: transparent !important;
}
.contact-form-box1 {
	box-shadow: 5px 5px 5px #ccc;
}
.circle-image img {
	border-radius: 50%;
}
.testimonial-item {
	background-color: #fff; 
	padding: 20px; 
	border-radius: 15px;
}
.post-item {
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 3px 8px 15px -10px rgba(0,0,0,0.5);
}

.post-item .card-title a, 
.post-item .card-title a:link, 
.post-item .card-title a:visited, 
.post-item .card-title a:hover {
	color: #1D4A60;
	text-decoration: none;
	font-size: 24px;
}