/*

Theme Name: Dunbar Disposal &ndash; Child Theme
Author: Handcoded Web Services
Author URI: https://handcoded.ca
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/



/*
// Menus.
*/

ul.x-menu > li.dd-jump-link > a.x-anchor[class*="active"] .x-anchor-text-primary {
	color: rgb(255, 255, 255);
}


/*
// Forms.
*/

.x-btn, .button, [type="submit"] {
  text-shadow: none;
}



/*
// Sidebar.
*/

.x-sidebar .h-widget {
  border: 0;
  text-align: left;
  padding-left: 0;
	padding-right: 0;
  color: rgb(51, 51, 51);
}

.x-sidebar .widget a {
  text-decoration: none;
}


/*
// Ethos CSS button.
*/

.featured-view {
  font-weight: 400;
  background-color: rgb(47, 199, 135);
}


/*
// Blog.
*/

.entry-content.excerpt p:last-of-type {
  margin-bottom: 1em;
}

.entry-content.excerpt .more-link {
  font-weight: 500;
}