/*
Theme Name: Silvocad Child
Theme URI: http://silvocad.ro/
Author: ON AIR Media Professionals
Author URI: http://onair.ro/
Description: Silvocad Child Theme
Version: 2.0.0
Tags: custom-background, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, translation-ready
Template: silvocad
Text Domain: silvocad-child
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* =Theme customization starts here
------------------------------------------------------- */

.fa.fa-whatsapp {
    font-weight: 400;
    color: white;
}
.fa, .fas {
/*    font-family: 'Font Awesome 5 Free'; */
    font-weight: 900;
    color: white;
}
.float {
    position: fixed;
    width: 53px;
    height: 51px;
    bottom: 92px;
    right: 36px;
    background-color: #25d366;
    color: #FFF;
    text-align: center;
    font-size: 32px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    border-radius: 25px;
    border: 2px solid #fbfdf7;
	z-index: 100;
}
.my-float {
    margin-top: 5px;
}
.float1 {
    position: fixed;
    width: 53px;
    height: 51px;
    bottom: 210px;
    right: 13px;
    background-color: rgba(25,95,150,0.6);
    color: #FFF;
    text-align: center;
    font-size: 32px;
    border-radius: 30px;
    border: 2px solid #fbfdf7;
    z-index: 100;
}
.my-float1 {
    margin-top: 9px;
	font-size: 20px!important;
}
a:hover.float1 {
    color: #ffffff;
    background-color: rgba(25,95,150,1);
}
a:hover.float {
    color: #ffffff;
    background-color: rgba(25,95,150,1);
}
a.float1 {
    color: white;
}
a.float {
    color: white;
}

/* whatsapp button */
@-webkit-keyframes cptCircleFill{
	0%{-webkit-transform:rotate(0) scale(.6) skew(1deg);transform:rotate(0) scale(.6) skew(1deg);opacity:0}
	50%{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg);opacity:.2}
	100%{-webkit-transform:rotate(0) scale(.6) skew(1deg);transform:rotate(0) scale(.6) skew(1deg);opacity:.2}
}
@keyframes cptCircleFill{
	0%{-webkit-transform:rotate(0) scale(.6) skew(1deg);transform:rotate(0) scale(.6) skew(1deg); opacity:0}
	50%{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg); opacity:.2}
	100%{-webkit-transform:rotate(0) scale(.6) skew(1deg);transform:rotate(0) scale(.6) skew(1deg); opacity:.2}
}
.whatsapp_mobile {
	/*display:none;*/
	position: fixed;
	width: 66px;
	height: 66px;
	bottom: 130px;
	top: auto;
	right: 13px;
	z-index: 98;
}
.whatsapp_mobile .cpt-circle-fill {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 65%;
	top: 50%;
	margin:-55px 0 0 -55px;
	background-color: rgba(24,157,14);
	border: 2px solid transparent;
	-webkit-animation: cptCircleFill 2.3s infinite ease-in-out;
	animation: cptCircleFill 2.3s infinite ease-in-out;
	box-shadow: 0 0 2px 0 rgba(24,157,14,0.6)!important;
	border-radius:50%;
}
.whatsapp_mobile a {
	position: absolute;
	right: 1px;top: 1px;
	float: right;
	width: 53px;
	height: 53px;
	background: center center no-repeat #189d0e;
	box-shadow: 0 3px 5px 1px rgba(0,0,0,0.2);
	background-size: 30px;
	border-radius: 100%;
	cursor: pointer;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 48px;
}
.whatsapp_mobile a img {
	vertical-align: middle;
	width: 50%;
}
@media (max-width: 600px) {
	.whatsapp_mobile {
		display: block;
	}
}