    /*
    Theme Name: Avada Child Theme for Embraced by Grace Upgraded
    Theme URI: http: //www.embracedbygrace.org/
    Description: The child theme for Embraced by Grace built on top of the Avada theme.
    Author: Jonathan Rivera and Keith Vincent
    Author URI: http: //www.picernerealestategroup.com/
    Template: Avada
    Version: 0.1
    */

    @import url("../advada-live/style.css");

ul.navigation {
    position: relative;
}
ul.navigation > li {
    line-height: initial;
    margin: 75px 0;
    height: initial;
}
ul.navigation > li.getStart_btn {
    position: absolute !important;
    top: -100px !important;
    margin: 0 !important;
    text-align: center;
    padding: 6px 25px !important;
    background: #3bafda;
    border-radius: 20px;
    margin-top: 25px;
    box-shadow: 1px 1px 3px #333;
    transition: all 0.3s;
    right: 0;
}
ul.navigation > li.getStart_btn a {
    height: initial !important;
    line-height: initial !important;
}
#nav ul li.getStart_btn a:hover {
    color: #fff !important;
}
ul.navigation > li.getStart_btn:hover {
    box-shadow: none;
}
