/* Copyright (C) Marco Ciambricco (http://www.fuertedev.com/) */

/* ========================================================================
   Use this file to add CSS
 ========================================================================== */
 
.cpw-wrapper{	
	border-radius: 50px;
	height: auto;
	position: fixed;
	bottom:3%;
	z-index: 5;	  
	padding: 0px 20px 0px 10px;
	box-shadow: lightgrey 0px 0px 7px;
 }
 
 .image-wrapper{
	 display: inline-block;
	 vertical-align: middle;
	 padding: 0px 0px 5px 0px;
 }
 
 .image-smooth{
	  border-radius: 100%!important;
	  padding: 1px!important;
	  padding-top: 1px!important;
	  width: 70px!important;
	  margin-top: 5px!important;
 }
 
 .text-wrapper{
	 line-height: 2em;
	 display: inline-block;
	 vertical-align: middle;	
		 
 }
 
 .second-row{
	 font-size:1em;
	 padding-left: 10px;
	 padding-right: 10px;
	 font-weight: 500;
 }
 
 .span-action{
	 font-size:1em;
	 text-transform: capitalize;
	 padding-left: 10px;
	 padding-right: 10px;
	 font-weight: 500;
 }
 
 .span-name{
	 font-size:1.2em;
	 text-transform: capitalize;
	 padding-left: 10px;
	 padding-right: 10px;
	 font-weight: 900;
 }

 /* hide the popup on mobile*/
/* Phone landscape and smaller*/
@media (max-width: 767px) {
	.wrapper-hidden-cpw{
		display : none!important;
	}	 
 }