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

/* PROJECTS */

/* .elementor-18 .elementor-element.elementor-element-08ad3ae .wpr-grid-item-title .inner-block a {
    display: none;
} */

/* CONTACT FORM */

.wpcf7-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wpcf7-form label {
/*     display: none; */
}

.wpcf7-form input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
    color: white;
    font-size: 18px;
    margin-bottom: 1.5%;
}

.wpcf7 textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
    color: white;
    font-size: 18px;
    margin-bottom: 1.5%;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: white;
    font-size: 22px;
    font-weight: 600;
    font-family:'Actor', sans-serif;
    margin-bottom: 2%;
}

.wpcf7-form input:focus {
    border-bottom: 1px solid white;
}

.wpcf7 input[type="submit"] {
    border: 1px solid white;
    font-size: 22px;
    font-family: 'Actor', sans-serif;
    font-weight: 600;
    width: 110%;
}

.wpcf7 input[type="submit"]:hover {
    background-color: white;
    color: black;
    width: 125%;
}

.wpcf7 span.wpcf7-spinner {
    display: none;
}

/* LIGHTBOX */
#envirabox-content {
	border-width: 0 !important;
    width: 100% !important;
}

#envirabox-outer {
	height: auto !important;
	background: transparent !important;
}

@media screen and (max-width: 767px) {
	#envirabox-wrap {
		padding: 0 !important;
	}

	.envirabox-ie {
		height: 20rem !important;
	}

	#envirabox-content {
		width: 120% !important;
		height: auto !important;
	}

	#envirabox-right {
		right: -33px !important;
	}
	
	#envirabox-loading, .envirabox-close, #envirabox-left #envirabox-left-ico, #envirabox-right #envirabox-right-ico, #envirabox-close {
    	display: none !important;
	}
}