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

/* CF7 CSS */
.wpcf7 {width:100% !important;}
.wpcf7-form {width:100% !important;}

[type=button], [type=submit], button{
	font-family: var( --e-global-typography-primary-font-family );
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
	background-color: var( --e-global-color-secondary ) !important;
    color: #ffffff !important;
	border: none !important;
}
.wpcf7-form label {width:100% !important;}
.wpcf7-form input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {width:100% !important;}

[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
	margin: 0 auto;
    width: 95%;
    display: block;
}

.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="url"], 
.wpcf7-form input[type="password"], 
.wpcf7-form input[type="search"], 
.wpcf7-form input[type="number"], 
.wpcf7-form input[type="tel"], 
.wpcf7-form textarea, .wpcf7-select option, .wpcf7-form-control-wrap select, .wpcf7-list-item-label {
    color: #000 !important;
	font-weight: 300;
	background-color: transparent;
    width: 100% !important;
    /*padding: 12px 16px;*/
    border-radius: 0;
    border: 0;
	/*text-transform: uppercase;*/
	letter-spacing: 2px;
}

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


/*.wpcf7 label{
	color:#fff;
	font-family: "Oswald", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;		
}*/
.wpcf7-form p {
    margin: 0 0 28px;
}

div.wpcf7-mail-sent-ok {
    border: 0;
    background: #5471de;
    color: #fff;
    padding: 18px;
}
div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
    border: 0;
    background: #f9443b;
    color: #fff;
    padding: 18px;
}
span.wpcf7-not-valid-tip {
    color: #f9443b;
}
/* 
** Button Styles 

.wpcf7-form .button {
    background-color: #14e2ae;
    border: 0;
    color: #fff;
    border-radius: 1px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    width: auto;
    padding: 20px 42px;
    letter-spacing: 2px;
    font-size: 14px;
}
.wpcf7-form .button:hover {
    cursor: pointer;
    box-shadow: 0px 7px 16px -7px rgba(0, 0, 0, 0.4);
    border: 0;
}*/


table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;

}


th, td, tr {
  padding: 0;
  margin: 0;
  border: none !important;
}

.wpcf7-text:focus, 
.wpcf7-textarea:focus {
    outline: none;
	background-color: transparent;
    outline-offset: 0;
}