/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

#contact_video {
	z-index: 1 !important;
}
.form_textarea {
	resize: none;
	height: 150px;
}
.grecaptcha-badge { 
	visibility: hidden; 
}
#btn_whatsapp {
    position: fixed;
    z-index: 100;
    bottom: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background-color: #25d366;
    background-image: url("/wp-content/uploads/2024/02/ico-whatsapp.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 767px) {
	#btn_whatsapp {
		bottom: 12px;
    	right: 12px;
		width: 36px;
    	height: 36px;
	}
}