/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Child Theme for Divi
 Author: Elegant Themes
 Author URI: http://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
 Text Domain: divi-child
*/

/*Global Css*/
body{
	background: #FAFAF7;
}

.btn-hover {
    transition: all .3s ease-in-out;
}
.btn-hover:hover {
    transform: scale(1.1);
	transition: all .3s ease-in-out;
}

/*Start Header Css*/
.header-top .head-addr::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #99BB2F;
    animation: hd-pulse 2.4s infinite;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

@keyframes hd-pulse{
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: .35;
	}
}


#head-menu .et_pb_row{
	padding-bottom: 12px !important;
}
