/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */


/* 
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

h1, h2, h3 {
	    font-family: 'Open Sans', arial, sans-serif !important;
		text-align: left;
}

#features h3 {
	font-size: 2em;
	font-weight: 300;
	text-align: center;
	line-height: 1em;
}

	.feature .icon-preview {
  color: #DE0126 !important;
  margin-bottom: 0.5em;	
}

.buffer {
	padding-bottom: 6em;
}


.sub-menu {
	text-align: left;
}

.archive-header {
	display: none;
}

h1>a:hover {
	text-decoration: none;
}

.post header h1 {
	margin-bottom: 1.5em;
}

.post header span>.post-date-author {
	margin-bottom: 3em !important;
}

.post h1, h2, h3 {
	/*
	font-family: 'Varela Round', arial, sans-serif !important;
	font-weight: 300;
	*/
	    color: #474747;
}
.feature-title>a {
	transition: color 0.2s ease;
}
.feature-title>a:hover {
	text-decoration: none;
	color: #000;

}

#post-author {
	display: none;
}


/* Issues & Requirements Identification */
.category-8 #header, .page-id-27 #header {

	background: #4b4b4b;

}

/* Execution Strategy Development */

.category-9 #header, .page-id-38 #header{
	background: #e7a128;

}

/* Value Management */
.category-10 #header, .page-id-40 #header {

	background: #e7782d;

}




/* Organisational Effectiveness */
.category-11 #header, .page-id-42 #header {

	background: #1f90a2;

}

/* Project Management */
.page-id-46 #header, .category-12 #header {

	background: #1f6fa2;

}

/* Organisational Effectiveness */
.category-13 #header {

	background: #eca42b;

}

/* Risk Management */
.page-id-191 #header, .category-14 #header {

	background: #2e2e2e;

}


/* Blog Page */

.page-id-74 #header {

background: #e7a128;
}


/* Team page */

.page-id-16 #header {
	background: #1f90a2;
}


/* Contact */

.page-id-18 #header {

	background: #4b4b4b;
}


/* Insights */
.page-id-151 #header {
	background: #1f6fa2;
}

.page-id-151 .pt-cv-content a {
	float: left;
	font-weight: bold;
	padding: 1em 1em 1em 0;
}

.widget .cat-item-15 {
	display:none;
}


/* 
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */


@media only screen and (max-width: 992px) {
	.pt-cv-content-item {
		width: 100% !important;
	}
}




@media only screen and (min-width: 768px) {

#featured-slider {
	height: 300px;
}


}