/*
Theme Name: wp-bootstrap
Theme URI: http://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: http://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: http://www.gnu.org/licenses/gpl-2.0.html http://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 */

.pizza-page-head {
padding-bottom: 10px;
color: #3B79C7;
text-align: center;
border-bottom: 1px solid rgba(158, 158, 158, 0.45);
font-size: 25px;
margin-top: -5px;
text-shadow: 0 1px 0px rgba(255, 255, 255, 0.77);
margin-bottom: 26px;
}

.pizza-page-head h1{
font-size: 25px;
}

.navbar-brand {
float: left;
padding: 6px 15px;
font-size: 18px;
line-height: 20px;
}
.location-box {
display: inline-block;
background: white;
padding: 2px;
font-size: 20px;
text-align: center;
border-radius: 3px;
color: #ffffff;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.79);
transition: .3s ease all;
}

.location-box:hover {
cursor: pointer;
box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.89);
}

.blue-title {
background: #094895;
margin: 0px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
}

.white-bg-round {
background: white;
border-radius: 5px;
padding: 10px;
}

.white-bg-round h2 {
color: #ee2d24;
}

.page-header h1{
	text-shadow: 0px 1px rgba(255,255,255,0.5);
}

#breadcrumbs {
color: #353F47;
}

#breadcrumbs a{
color: rgba(255, 223, 223, 0.8);
}