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

main#content > div.page-content > div.elementor > div,
footer.elementor > div {
	padding-right: 60px !important;
	padding-left: 60px !important;
}
@media only screen and (max-width: 1024px) {
	main#content > div.page-content > div.elementor > div,
	footer.elementor > div {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
}
.tbl{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--Paper);border-radius:14px;overflow:hidden}
.tbl th{font-weight:500;font-size:15px;text-align:left;background:var(--Navy);color:#FFFFFF;padding:14px 18px}
.tbl td{padding:14px 18px;border-top:1px solid var(#EBE6D6);font-size:14.5px}
.tbl tr:hover td{background:rgba(169,136,66,.05)}

