/* 
 Theme Name:   Divulgar Meu Negócio
 Theme URI:    https://divulgarmeunegocio.com.br
 Description:  Tema filho do Hello Elementor criado pela Agência Divulgar Meu Negócio
 Author:       @divulgarmeunegocio
 Author URI:   https://divulgarmeunegocio.com.br
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* WHATSAPP */
.wpp_icon {
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgba(0,0,0,.14);
    -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,.14);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,.14);
    position: fixed;
    right: 2em;
    bottom: 2em;
    z-index: 99;
}
.wpp_icon:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url(https://divulgarmeunegocio.com.br/resources/whatsapp_divulgar.svg) center center no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
}

/* mobile */
@media only screen and (max-width: 1080px) {
	/*.site-main .pp-info-box-description {
		min-height: 165px;
	}*/
}