/*
Theme Name: Liquid Bootstrap Theme 1
Theme URI: http://liquid-computing.co.uk
Description: Theme to be built on.
Author: Liquid Computing
Author URI: http://liquid-computing.co.uk
Version: 0.5
Textdomain: liquid
*/
body {
	font-family:'Open Sans', sans-serif;
	position: relative;
}
h1, h2, h3 {
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
}
p {
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
}
h2#site-description {
	padding-bottom:10px;
}
address .tel {
	font-size: 2em;
}
address .email {
	font-size: 1.4em;
}
.navbar {
	min-height: 52px;
	margin-bottom: 0px;
}
.affix + .container {
	padding-top: 52px
}
.front-slider {
	max-width:100%;
	border-radius: 0.2em;
}
.affix {
	top: 0;
	width: 100%;
	z-index: 9999 !important;
}
.affix ~ .container-fluid {
	position: relative;
	top: 50px;
}
.page-template-page-front p {
	font-size: 1em;
	line-height: 1.5em;
}
.service-box {
	height:240px;
	text-align: center;
	background: center center no-repeat;
	background-color:#f5f5f5;
	border-radius: 0.2em;
}
.service-box h3 {
	padding-top:1em;
	font-weight:300;
}
.jumbotron.front-page {
	color: #fff;
	background-color: #F15729;
	border-radius: 0.2em;
}
.jumbotron.front-page .btn {
	background: #0F1D38;
	color:#fff;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
}
.jumbotron.front-page .btn:hover {
    background-color: whitesmoke;
    color: #0F1D38;
    transition: background-color .5s ease-out,color .5s ease-out;
}
footer  .widget_nav_menu li{
	display: inline-block;
	padding:0 0.5em;
}
.events-list {
	margin-left:0px;
}
.events-list li{
	font-size: 1em;
	line-height: 1.8em;
	padding: 10px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #F15729;
}
.events-list em {
	float:right;
}
.search li button {
	color:#F15729;
}
.services-link:hover {
	color:#F15729;
}
.services-box {
	border-bottom:1px solid #ccc;
	padding:1em 0;
}
.services-box img {
	border-radius: 0.2em;
}
hr {
	width:100%;
	max-width:100%;
}
.pad-bot {
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++CHARTER PAGE++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.marg-bot {
	margin-bottom:20px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++BLOG PAGE++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.entry-content p {
	font-size:0.9em;
}
.entry-content img {
	max-width:300px;
	height:auto;
	float:right;
	padding:0 0 10px 10px;
}
.blog a:link:hover{
	text-decoration:none;
	color:#F15729;
}
.sidebar ul {
    margin-left:0px;
}
.sidebar ul li {
    margin-bottom:20px;
}
.widget-area a:active, .widget-area a:hover {
    text-decoration: none;
    color:#F15729;
}
.sidebar ul li a {
    background-color:whitesmoke;
    padding:8px 8px 8px 5px;
}
.tagcloud a:link {
	padding: 5px;
	color:#fff;
	background-color:#F15729;
}
.tagcloud a:link:hover {
	background-color:#C1451F;
	transition-duration: 0.4s;
}
