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






/*FOOTER------------------------------------------------*/

.footer-mentions .elementor-icon-list-text a{
	display: inline;
	color: #727272;
}
.footer-mentions .elementor-icon-list-text a:hover{
	display: inline;
	color: #070707;
}



/*CONTACT FORM 7 PERSONNAL STYLING ---------------------------------------------*/

/*.cf-container.contact .wpcf7-acceptance label{
	color: #fff;	
}*/

/*CONTACT FORM 7 LAYOUT ---------------------------------------------*/
.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
    font-family: var(--e-global-typography-text-font-family);
}
.cf-container p{
	margin-bottom: 0;
}/*
.cf-container label{
	width: 100%;
}*/
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
    margin-bottom: 22px;
	color: #666666;
}
.cf-col-12.submit{
    text-align: left;
    margin-top: -20px;
}

.cf-container label{
    width: 100%;
}
.cf-container input,
.cf-container textarea{
    border: 2px solid #fff;
    border-radius: 6px;
    background-color: #f1f1f1;
	color: #000;
	padding: 10px 18px;
}
.cf-container input:hover,
.cf-container textarea:hover{
    outline: none;
    border-color: #fff;
    border-bottom-color: #dbdbdb;
}
.cf-container input:focus,
.cf-container textarea:focus{
    outline: none;
    border-color: #fff;
    border-bottom-color: var(--e-global-color-accent);
    box-shadow: 0 3px 4px -3px #d2d2d2;
}

.cf-container textarea{
    height: 165px;
	min-height: 165px;
}

.cf-container .wpcf7-not-valid-tip{
    margin-top: 10px;
    font-size: .9em;
}

.cf-col-12.acceptance{
    margin-top: -12px;
}

.wpcf7-acceptance{
    font-size: 14px;
}

.wpcf7-acceptance input[type="checkbox"]{
    margin-top: 0px;
}

.wpcf7-acceptance .wpcf7-list-item label{
    display: flex;
    gap: 8px;
}

.cf-col-12.submit input{
	border: 2px solid var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-secondary);
    margin: 30px auto 0;
    display: block;
}

.cf-col-12.submit input{
    background-color: #fff;
}
.cf-col-12.submit input:hover{
    background-color: var(--e-global-color-primary);
}

@media ( min-width: 768px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
