/*
Theme Name: OnePress Child
Theme URI: https://www.famethemes.com/themes/onepress/
Template: onepress
Author: Mark Berry, MCB Systems
Author URI: http://www.mcbsys.com
Description: OnePress Child Theme
Tags: one-column,two-columns,left-sidebar,right-sidebar,custom-menu,featured-images,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,e-commerce,blog,portfolio
Version: 1.3.5.1491434067
Updated: 2017-04-05 16:14:27

*/

/* Main stylesheet reverses colors of a and a:hover in sidebar widget.  Switch colors back. */

/* MCB 01/03/2019 - Changed primary (blueish) color using WordPress theme Customizer from #006699 to #004499 to make
                    links stand out a bit more. Make corresponding change here to .sidebar .widget.
									- Change font weight for links from default 400 to 600 to make the links stand out more.
									- Also change base text color from #777777 to #666666 to make it a bit darker. */


/*------------------------------
	2.1 Typography
------------------------------*/

body, button, input, select, textarea {
	color: #666666;
}

/*------------------------------
	2.2 Links
------------------------------*/
a {
	font-weight: 600;
}

a:hover {
	color: #666666;
}

/*------------------------------
	2.5 Content
------------------------------*/

/* Main stylesheet specifies padding-left=7px for code tag, which causes first line to be indented.  Set to 0. */
code { 
  padding: 5px 7px 5px 0; 
}

/*--------------------------------------------------------------
4.0 Structure
--------------------------------------------------------------*/
/* Header
------------------------------*/

@media screen and (max-width: 1140px) {
	.onepress-menu.onepress-menu-mobile a {
		color: #666666;
	}
}

/*--------------------------------------------------------------
7.0 Widgets
--------------------------------------------------------------*/
	
.sidebar .widget a {
	color: #004499;
}

.sidebar .widget a:hover {
	color: #666666;
}

/* Section: Services
------------------------------*/

.section-services .service-item .service-content p {
	color: #666666;
}


/* Breadcrumbs
------------------------------*/

.breadcrumbs a {
	color: #666666;
}

