/*
Theme Name: Elementor Child Theme
Theme URI: 
Description: Child theme of hello-elementor theme for the Hello Elementor theme
Author: <a href="https://mondaydigital.com/">Monday Digital</a>
Author URI: Monday Digital
Template: hello-elementor
Version: 1.0.0
*/


/* The plugin now uses the recommended approach for loading the css files.*/

.taaa-title-mdjhd {
	font-family: "Manrope", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.21;
    letter-spacing: 1px;
    color: #111111;
	text-align: center;
}


.input-field-note-mdjhd {
    font-size: 12px;
    color: #5f6786;
    margin-top: 4px;
	Font-family: "Inter", sans-serif;
}

#form-field-photo_video_upload {
    height: 100%;
    min-height: 48px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    padding-top: 24px;
    padding-bottom: 24px;
    border-radius: 8px;
/*     border: 2px dashed #a6acc4; */
    transition: border-color 200ms cubic-bezier(0.3, 0.3, 0.2, 1), background-color 200ms cubic-bezier(0.3, 0.3, 0.2, 1);
    text-align: center;
}

.form-divider-mdjhd {
	height: 1px;
	background-color: #878dab;
	width: 100%;
	margin-top: 16px;
	margin-bottom: 16px;
}

