/*
 Theme Name:   Ascent Child
 Description:  Ascent Child Theme for Law Office of Charles Staveley
 Author:       Lexicata
 Author URI:   https://lexicata.com
 Template:     ascent
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  ascent-child
*/

@import url("../ascent/includes/css/main.css");
@import url("../ascent/style.css");
/* Custom CSS for Child Theme */

nav.main-menu ul > li:hover > a {
	background: white !important;
}

.call-box {
    max-width: 300px;
    background-color: #428bca;
    padding: 25px;
    color: #fff;
    font-size: 16px;
    line-height: 1.67;
    font-weight: 700;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.45);
    -moz-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.45);
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.45);
}

.call-box a {
    color:#fff;
    font-size:20px;
    text-decoration:underline;
}