/* 
Theme Name:		 Hello Elementor Child
Theme URI:		 https://elementor.com/
Description:	 Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author:			 Elementor Team
Author URI:		 https://elementor.com/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 hello-elementor-child
*/


/*
    Add your custom styles here
*/
.lynsight-button {background-color: rgb(12, 92, 94);
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
box-sizing: border-box;
color: #fff;
cursor: auto;
display: inline-block;
font-family: Domine, sans-serif;
font-size: 16px;
font-weight: 400;
height: 50px;
line-height: 16px;
padding-bottom: 15px;
padding-left: 30px;
padding-right: 30px;
padding-top: 15px;
text-align: center;
text-decoration: none;
text-decoration-line: none;
text-transform: uppercase
transition-behavior: normal;
transition-delay: 0s;
transition-duration: 0.3s;
transition-property: all;
transition-timing-function: ease;
width: 252.4375px;
-webkit-font-smoothing: antialiased;}

.lynsight-button:hover {
	background-color: rgb(241, 98, 34);
	color: #fff;
}