/*   
Theme Name: SITE SALT
Theme URI: https://www.site-salt.com/
Description: Custom theme, swift, fast, amazing
Author: SITE SALT
Author URI: https://www.site-salt.com/
Version: 1.0
*/
 
@import "code/css/style.css";

@media only screen and (max-width: 767px){
.whatsapp {
    position: fixed;
    right: 15px;
    bottom: 253px;
    background: #ffc200;
    z-index: 99;
    padding: 10px 15px;
    border-radius: 4px;
}
.whatsapp a{
	color: #000;
    font-weight: 500;
    text-transform: uppercase;
}
}
