/*!
Theme Name: Vodjo
Theme URI: http://underscores.me/
Author: Vodjo
Author URI: https://www.vodjo.com
Description: Theme for Vodjo
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vodjo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Vodjo is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.article figure  {
	width: unset !important;
}

.article figure img {
	height: auto;
}

.article img {
	max-width: 100%;
    height: auto;
}

.form-control.wpcf7-not-valid, .form-select.wpcf7-not-valid {
	border-color: #dc3545;	
}

.form-control.wpcf7-not-valid:focus {
	border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
}

.wpcf7-not-valid-tip {
	width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.wpcf7 form .wpcf7-response-output {
	border: unset;
    margin: 1em 0 0 0;
    padding: 0;
    font-size: 80%;
}

.wpcf7 .wpcf7-spinner {
	margin-left: 5px;
    margin-bottom: -8px;
}

.grecaptcha-badge{
	visibility: collapse !important;  
}

.form-landing .wpcf7-spinner, .form-webinar .wpcf7-spinner {
	position: absolute;
    width: 24px;
    height: 24px;
    right: 16px;
    top: 40px;
}

.client-section .img-client img {
	max-width: 150px;
}

.wpcf7-form.submitting .wpcf7-submit {
	pointer-events: none;
}

.single-landing-page h2, .single-seo-page h2 {
    font-size: 40px;
    line-height: 50px;
}

.form-webinar .wpcf7-response-output {
    color: rgb(var(--color-dark));
}

.form-webinar .form-control {
    color: rgb(var(--color-dark));
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-icon {
    width: 80px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3);
}