/*
Theme Name: Franchini-Theme-Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
#cmplz-document{
	max-width: 100% !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

@media only screen and (min-width: 551px) and (max-width: 849px) {
    .txt-middle{
    display: flex !important;

    align-items: center !important;
    gap: 1rem !important;
    padding: 1rem !important;
    height: 100% !important;
}
.txt-middle p{
    display: flex !important;
    align-items: center !important;
    padding-top: 2rem !important;
    height: 100% !important;
}

}
/* Badge google recaptcha */
.grecaptcha-badge{
    display: none !important;
}