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


.sitelogo svg .white{
	fill:#fff;
}
.sitelogo svg .brown{
	fill:#231f20;
}

.form-group {
	margin-bottom: 8px;
	position: relative;
}
.wpcf7 input[type="text"].form-control, 
.wpcf7 input[type="tel"].form-control, 
.wpcf7 textarea.form-control, 
.wpcf7 input[type="email"].form-control {
	padding: 10px 15px; 
	background: #000;
	border: 1px solid #fff;
	font-size: 16px !important; 
	background: transparent; 
	z-index: 2; 
	position: relative;
}

.wpcf7-form-control-wrap {
	background: transparent; 
	height: 100%; 
	display: block;
}

.wpcf7 label {
    z-index: 1;
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    color: #9b9b9b;
    line-height: 42px;
    position: absolute;
    padding: 0 17px;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    top: 2px;
}

.wpcf7 .form-group.active > label {
	color: #9b9b9b;
    font-size: 12px;
    padding: 0 16px;
    position: absolute;
    top: -11px;
}

body .wpcf7 input[type=date],
body .wpcf7 input[type=email],
body .wpcf7 input[type=number],
body .wpcf7 input[type=password],
body .wpcf7 input[type=search],
body .wpcf7 input[type=tel],
body .wpcf7 input[type=text],
body .wpcf7 input[type=url],
body .wpcf7 select,
body .wpcf7 textarea{
	border: 1px solid #fff; 
	color: #fff;
	background: #000;
}

.wpcf7 input[type="submit"]{
	background: #fff;
    color: #000;
    border-color: #000;
    width: 100%;	
}

.images-grid .elementor-widget-image-box .elementor-image-box-content {
	opacity: 0;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	transition: opacity 0.4s;
}

.images-grid .elementor-widget-image-box:hover .elementor-image-box-content {
    opacity: 1;
	cursor: pointer;
}

footer#site-footer a{
	color: #fff;
}

footer#site-footer a:hover{
	opacity: 0.7;
}

.fix-icons .elementor-icon{
	transform: rotate(90deg);
}