/* 
Theme Name: Fotorent
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
*/


/* NAV */

.sub-menu.elementor-nav-menu--dropdown {
    padding: 10px !important;
    max-width: 350px !important;
}


/* FORM */


.wpcf7 .inline-form {
    display: flex;
    grid-column-gap: 15px;
}


.wpcf7 .inline-form .keydesign-label {
    width: 100%;
}


.wpcf7  .keydesign-label label {
    display: flex;
    font-size: var(--font-size-paragraph);
    color: var(--color-text);
    margin-bottom: 0;
    position: absolute;
    align-items: center;
    cursor: text;
    margin-bottom: 0;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 10;
    pointer-events: none;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);;
}

.wpcf7  .keydesign-label:focus-within label,
.wpcf7 .keydesign-label.keydesign-not-empty label {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(20px, 0, 0);
}

.wpcf7-checkbox .wpcf7-list-item label {
	display: flex;
}

.wpcf7 .privacy .wpcf7-list-item-label {
	font-size: 12px; 
	line-height: 18px;
}


.wpcf7 label {
    white-space: break-spaces !important;
}

.wpcf7 textarea {
    padding-top: 25px;
}


.wpcf7 .privacy {
	font-size: 13px;
}



/* ======== PORTFOLIO ========== */

.portfolio-techspecs {
	font-size: 15px;
}

.portfolio-overview,
.lead {
    font-size: 29px;
    font-weight: 400;
    line-height: 39px;
}



@media (max-width: 766px) {
	.wpcf7 .inline-form {
    	display: block;
	}

}



.grecaptcha-badge { visibility: hidden; }

