/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

animation: wg-popup .5s infinite alternate;
}
.wg-copyright-text a {
    text-decoration: underline;
}
@keyframes wg-popup {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}

/*-------------- Footer Credit End-------------------*/

/*-------Responsive Form Column------------*/
.one-half,
.one-third {
    position: relative;
    margin-right: 4%;
    float: left;
    margin-bottom: 20px;
}
.one-half { width: 48%; }
.one-third { width: 30.66%; }
.last {
    margin-right: 0 !important;
    clear: right;
} 
@media only screen and (max-width: 767px) {
    .one-half, .one-third {
        width: 100%;
        margin-right: 0;
    }
}
/*---------------Responsive Form Column End -----------*/


/*-------------- Custom Whatsapp -------------------*/


.wg-whatsapp-btn .wg-float {
 position:fixed;
 bottom:15px;
 left:20px;
 background:#00ab4e;
 color:#FFF;
 border-radius:4px;
 padding:6px;
 text-align:center;
 border:1px solid #00ab4e;
 z-index:999999
}
.wg-whatsapp-btn .wg-whatsapp-text {
 color:#fff
}
.wg-whatsapp-btn i {
 font-size:30px;
 vertical-align:middle;
 padding-right:6px;
 color:#fff
}
.wg-whatsapp-btn .wg-float img {
	max-width: 30px;
	margin-right: 4px;
}
.wg-whatsapp-btn .wg-float::before {
 content:'';
 height:30px;
 position:absolute;
 background:white;
 box-shadow:0 0 15px 3px white;
 -webkit-transform:skewX(-20deg);
 -moz-transform:skewX(-20deg);
 -ms-transform:skewX(-20deg);
 -o-transform:skewX(-20deg);
 transform:skewX(-20deg);
 -webkit-animation:shine 1.6s 0s linear;
 -moz-animation:shine 1.6s 0s linear;
 animation:shine 1.6s 0s linear;
 animation-iteration-count:1;
 -webkit-animation-iteration-count:infinite;
 animation-iteration-count:infinite
}
/*---Shine---*/@keyframes shine {
 from {
  opacity:0;
  left:0
 }
 25% {
  opacity:1
 }
 50% {
  opacity:1
 }
 75% {
  opacity:1
 }
 to {
  opacity:0;
  left:100%
 }
}
/*-------------- Custom Whatsapp -------------------*/
/* #tas_modal_popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #0000004d;
	z-index: 9999999;
	
}
#tas_modal_popup.fadein{
	animation:fadein .5s;
}
#tas_modal_overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.tas_modal_main {
	max-width: 550px;
	background: #fff;
	padding: 25px;
	border-radius: 4px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	position: relative;
	width: 95%;
}
.tas_modal_close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.tas_modal_inner {
	padding-top: 20px;
}

@keyframes fadein {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
} */

