/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

body {
	background-color: #eeeae6;
	font-size:17px;
}

h2 {
	margin-top:3rem;
	margin-bottom:1rem;
}

h3 {
	margin-top:2rem;
	margin-bottom:1rem;
}

a {
	color:#597e9c;
}


table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}

table td, table th {
    padding: 10px;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
    border: 0px solid #ccc;
	  font-size:17px;
}

table tbody tr:hover>td, table tbody tr:hover>th {
    background-color: transparent;
}

[type=button], [type=submit], button {
	  margin-top:20px;
    color: #ffffff;
    border: 1px solid #ffffff;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #6c757d;
    background-color: #fff;
}

.footer table td, table th {
    padding: 5px;
}

/* contact form 7 */

.wpcf7 label {
	display:block;
	line-height:1.7;
}

.wpcf7 span {
	line-height:1;
}

.wpcf7-submit {
	background-color:#597E9C;
	border:0;
}

.wpcf7-submit:hover {
	background-color: rgba(89, 126, 156, 0.75);
	color:#fff;
}

.skip-link.screen-reader-text {
    display: none !important;
}

