/*
Theme Name: UKSA 2015
Theme URI: http://www.helpfultechnology.com
Author: Anthony J O'Malley
Author URI: http://www.helpfultechnology.com
Description: A starter theme for WordPress/Bootstrap 3 projects.
Version: 0.1
*/


/* IE8 100% width/height image hack */
@media \0screen {img { width: auto !important }}
@media \0screen {img.full-width { width: 100% !important }}


.features-section .feature-boxes a.feature-box p {
	background: rgba(5,29,65,0.7)
}

.listing .media img.cover {
    max-width: 130px;
    height: auto;
}

.well.filter a {
	color: white !important;
	text-decoration: underline;
}

.sidebar .well p, .sidebar .well ul {
	margin: 5px 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6  {
	line-height: 1.2;
}

a {
	font-weight: normal;
}

.wrapper article .entry-content a, footer a {
	text-decoration: underline;
}

p.strap a {
	text-decoration: none;
	color: white !important;
}

p.strap a:hover, p.strap a:active {
	text-decoration: underline;
}

.navbar .nav>li>a {
	font-weight: normal;	
}

.well h2, .well h3 {
	margin-top: 5px;
}

/* GSS Policy Store */

.archived-warning {
	background: rgb(118,118,118);
	color: white;
	padding: 5px;	
}

.archived-warning-inline {
	display: inline-block;
	background: rgb(118,118,118);
	color: white;
	padding: 5px 10px 5px 5px;	
}


@media (max-width: 767px) {
	.features-section .feature-boxes a.feature-box p {
		color: white;
	}
	
	.grid .grid-item a.img-container h2 {
		position: relative;
	}
}