/*
Theme Name: wp-bootstrap
Theme URI: https://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.0
Author: 320press
Author URI: https://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: https://www.gnu.org/licenses/gpl-2.0.html https://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

.wpbs-featured {
	border: 1px solid #111;
	padding: 1px;
	border-top: 5px solid #ff2100;	
	margin-right: 5%;
	margin-bottom: 3%;
	position: relative;
}

.wpbs-featured .category {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 800;
	font-style: italic;
	color: #fff;
	padding: 0.5em;
	font-size: 8pt;
	text-transform: uppercase;
	background-color: #ff2100;
}

.meta {
	display: block;
}

.page-header {
	margin-bottom: 0;
	border-bottom: 0;
}

#menu-sidebar, .widgettitle {
	list-style: none;
	font-size: 36px;
	font-weight: 800;
	font-style: italic;
	padding: 0;
}

#menu-sidebar li, .widgettitle {
	display: block;
	margin: 0.5em 0;
	text-shadow: 1px 0px 0 #eee, 1px 1px 0 #ddd, 1px 2px 0 #ccc, 1px 3px 0 #bbb;
}

div.sharedaddy h3.sd-title { display: none !important; }

.tags {
	display: none;
	background-color: #ffe320;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 800;
	padding: 0.25em 0;
}

.tags .label {
	color: #ff2100;
}

.widgettitle { color: #000; }

#sidebar1 {
	padding-bottom: 5em;
}

.current-menu-item a, .current-post-parent a  {
	color: #ffe320;
	text-decoration: none;
}

blockquote {
	border-left: 1em solid #ffe320;
	font-size: 27.5px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
z-index: 2;
color: #ffffff;
background-color: #ff2100;
border-color: #ff2100;
cursor: default;
}

.pagination > li > a, .pagination > li > span { 
	color: #ff2100;
	padding: 2em;
	font-weight: 600;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #000;
	background-color: #ffe320;
}