/*
Theme Name: Avada Child
Description: Child theme for the Avada
Author: Your name here
Template: Avada
*/

.cta{
background: #002237;
width: 75%; 
padding: 20px;
margin: 0 auto;
display: block;
color: #ffffff;
font-size: 28px;
font-weight: bold;
font-family: inherit;
font-style: normal;
text-align: center;
text-decoration: inherit;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: inset 0px 0px 23px 3px #00182d;
-webkit-box-shadow: inset 0px 0px 23px 3px #00182d;
box-shadow: inset 0px 0px 23px 3px #00182d;

}

.footer-area a {
text-shadow: none;
}