/*!
Theme Name: mv-theme
Theme URI: http://tespir.com/
Author: Tespir
Author URI: https://tespir.com/
Description: Description
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mv-theme
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, woocommerce

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

mv-theme is based on Underscores https://underscores.me/, (C) 2012-2020 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/
*/

.social-whatsapp {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 99999;
}
.social-whatsapp a.social-btns__link {
    background-color: #2db742;
    width: 55px;
    height: 55px;
    border-radius: 55px;
    text-align: center;
    line-height: 50px;
    padding: 4px 2px;
    color: #fff !important;
    box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
    display: inline-block;
    font-size: 30px;
}

.social-whatsapp a.social-btns__link span.social-btns__icon {
    color: #fff !important;
}

.footer__center {
    width: 28%;
    padding: 0 15px;
}

.footer__center p.contact__message.title-paragraph {
    font-size: 20px;
    line-height: normal;
}

.footer__center .btn-text {
    line-height: normal;
}

.footer__center form.wpcf7-form {
    gap: 15px;
}
@media only screen and (max-width:768px){
.footer__center {
    width: 100%;
}
.header__contacts {
    display: block !important;
    margin-left: auto;
    margin-right: 20px;
}
.rtl .header__contacts {
    margin-right: auto;
    margin-left: 20px;
}
.header__contacts .networks {
    display: none;
}	
}