/*
Theme Name: Accelerate Child by AloeRoot for NORAHT
Theme URI: https://themegrill.com/themes/accelerate/
Template: accelerate
Author: ThemeGrill
Author URI: https://themegrill.com
Description: Accelerate is multipurpose WordPress theme made for simplicity and ease of use. This theme is a piece of art that has this premium look and feel which will make your site stand out. Supports all post formats. Accelerate can be used for portfolio, business, blog, personal, travel, corporate, business services or any other kinds of sites. Get free support in https://themegrill.com/support-forum/ and check the demo at https://demo.themegrill.com/accelerate/
Tags: one-column,two-columns,left-sidebar,right-sidebar,flexible-header,custom-background,custom-colors,custom-header,custom-logo,custom-menu,featured-images,footer-widgets,post-formats,blog,threaded-comments,theme-options,translation-ready,rtl-language-support,e-commerce
Version: 1.3.2.1495725940
Updated: 2017-05-25 11:25:40

*/

body, button, input, select, textarea {
    color: #000;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 18px;
	color: #000;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
}


/* add weight and underline to body links */
a {
    color: #891b17;
	font-weight:400;
	text-decoration:underline;
}

/* remove underline from navigation bar */
.main-navigation a {text-decoration:none;}

.home .page .entry-title{
font-weight:600;
}

/* remove the decorative quote marks from the blockquote code, as we're not just using it for blockquotes */
blockquote p::before {
    content: "";
display:none;
}

/* remove the font-awesome icons that are appearing in the titles of the widgets */
.widget_text h3 span::before {
    content: "";
	display:none;
}

/* cosmetic tweaks */
.widget-title span {
    border-bottom: 2px solid #000;
}

/* more spacing between list items since we have long lists of links */
.entry-content li {
    line-height: 1.3;
	margin-bottom:1em;
}

/* hide tab buttons at bottom of slideshow */
#controllers {display:none;}

/* style the escape to Google button in the header widget */
.escapebutton {
background-color: #891b17;
color: #fff;
font-weight:600;
padding:.5em;
font-size:14pt;
border-radius: 10px 10px 10px 10px;
}