/*
Theme Name: St Lawrence's Lodge - Blue/Cream
Theme URI: http://www.dkdeveloper.co.uk
Author: Daniel Knight
Author URI: http://www.dkdeveloper.co.uk
Description: A custom theme created for the St Lawrence's Lodge website. Blue and Cream theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, cream
Text Domain: stlawrences-cream-blue
*/

html, body {
	margin: 0;
	padding: 0;
	background: #DBD7CB;
}

p, h1, h2, h3, h4, h5, a, span, li, label {
	font-family: 'Libre Baskerville', serif;
	color:#001E3A;
}

small {
	color:#3A5C78 !important;
}

.hidden {
	display:none;
}

#page-container {
	width:960px;
	height:100%;
	min-height:750px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	padding-top:100px;
	background:#FFFFFF;
	-moz-box-shadow: 0 0 3px #D5D5D5;
	-webkit-box-shadow: 0 0 3px #D5D5D5;
	box-shadow: 0 0 3px #D5D5D5;
}

#header-bar {
	width:100%;
	height:60px;
	background-color:#001E3A;
	position:fixed;
	z-index:999;
	top:0;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}

#header-bar #menu-links {
	width:960px;
	height:60px;
	margin:0;
	padding:0;
	margin-right:auto;
	margin-left:auto;
	list-style-type: none;
}

#header-bar #menu-links li {
	display:inline;
	float:left;
}

#header-bar .logo {
	width:250px;
	height:90px;
	padding:10px;
	margin-right:10px;
	background-color: #3A5C78;
	-moz-box-shadow: 0 0 5px #3A5C78;
	-webkit-box-shadow: 0 0 5px #3A5C78;
	box-shadow: 0 0 5px #3A5C78;
}

#header-bar #menu-links li a {
	display:block;
	text-align: center;
	line-height:60px;
	width:160px;
	text-decoration: none;
	font-size:1.4em;
	color:#DBD7CB;
	text-shadow:0px 1px 1px #000000;
}

#header-bar #menu-links li a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#footer-bar {
	height:200px;
	width:100%;
	background: #001E3A;
}

#footer-bar #footer-bar-content {
	width:960px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
}

#footer-bar-content #page-overlap {
	background-color:#FFFFFF;
	width:960px;
	height:50px;
	margin-top:-1px;
	margin-bottom:20px;
}

.footer-content {
	width:100%;
	height:100px;
}

.footer-item {
	text-align: center;
}

.footer-item p {
	color:#DBD7CB;
	text-shadow:0px 1px 1px #000000;
}

.footer-item a {
	color:#DBD7CB;
}

.content-item {
	margin-top:35px;
	width:820px;
	margin-left:auto;
	margin-right:auto;
}

.content-item a {
	text-decoration:underline;
}

.content-item:first-child {
	margin-top:0;
}

.heading {
	text-align:center;
	margin-top:20px;
}

.subtitle {
	font-size:0.6em;
}

.fancy-line {
    border-bottom: 2px solid #001E3A;
    margin:20px auto;
    width: 75%;
}

.fancy-footer-line {
    border-bottom: 2px solid #C5C5C5;
    margin:5px auto;
    margin-bottom: 10px;
    width: 100%;
}

.wpcf7-form input, .wpcf7-form textarea {
	width:96%;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
	background-color: #ffffff;
	border: 1px solid #001e3a;
	border-radius: 0.25em;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset;
	margin-top:10px;
}

.wpcf7-form input[type="submit"] {
	background:#DBD7CB !important;
	border:1px solid #001e3a !important;
	font-family: 'Libre Baskerville', serif !important;
	padding:15px !important;
	width:100%;
}

.wpcf7-form input[type="submit"]:hover {
	background: #001e3a !important;
	border-color:#DBD7CB !important;
	color:#DBD7CB !important;
}

.wpcf7 {
	background: #3A5C78;
	padding:50px !important;
}

.wpcf7 p, .wpcf7 h3 {
	color: #DBD7CB;
	text-shadow: 0 1px 1px #000000;
}

.wpcf7 h3 {
	margin-top:-20px;
	margin-bottom:30px;
	text-align:center;
}

.wpcf7-not-valid-tip, .wpcf7-validation-errors {
	background-color: #f2dede !important;
	border-color: #ebccd1 !important;
	color: #a94442 !important;
	text-shadow:none !important;
	padding:10px;
	margin-bottom:20px;
}

.wpcf7-validation-errors {
	font-family: 'Libre Baskerville', serif !important;
	padding:15px !important;
	margin-top:20px !important;
	margin-bottom:-20px !important;
}

.wpcf7-mail-sent-ok {
	background-color: #DFF0D8 !important;
	border-color: none !important;
	color: #588847 !important;
	text-shadow:none !important;
	font-family: 'Libre Baskerville', serif !important;
	padding:15px !important;
	margin-top:20px !important;
	margin-bottom:-20px !important;
}

.ajax-loader {
	display:none;
}

.page-not-found-face {
	font-size:10em;
	margin-bottom:100px;
}

.page-not-found-text {
	text-align:center;
}

.home-button {
	margin-top:50px;
}

.cqc-badge-holder {
	position: fixed;
    bottom: 0;
    right: 20px;
    background: #FFF;
    padding: 10px;
    text-align: center;
    box-shadow: 0 0 3px #D5D5D5;
    cursor: pointer;
}

.cqc-badge-holder img {
	margin-bottom:5px;
}

.cqc-badge-holder p {
	margin-bottom:0;
}