/*
Theme Name: Spacious Child Theme
Theme URI: http://themegrill.com/themes/spacious/
Description: Spacious Child Theme
Author: ThemeGrill
Author URI: http://themegrill.com
Template: spacious
Version: 1.0
*/

@import url("../spacious/style.css");

/* Theme customization starts here */

.boldFont, .boldFont a{font-weight:900!important;}

/* dashed underline on link hover in paras */
.entry-content p a:hover {
	text-decoration:none!important;
    border-bottom: 2px dashed!important;
}
.post .entry-content a:hover {
    text-decoration: none!important;
}

.main-navigation ul li ul {
    width: 200px;
}

.latestNewsBanner {
    background: #eee;
    text-align: center;
    border: 1px dashed #ccc;
    padding: 10px;
}

.widget_text {
    margin-bottom: 3px;
}
