/*
Theme Name: Wareham Foot Clinic
Theme URI: http://www.warehamfootclinic.co.uk/
Description: Bespoke Theme built using Bootstrap 3 for Wareham Foot Clinic
Author: Elms Creative
Author URI: http://www.elmscreative.com/
Version: 1.0
*/

/* ==========================================================================
   Elements
   ========================================================================== */

@import url(
	https://fonts.googleapis.com/css?family=Roboto:400,
	300,
	300italic,
	400italic,
	700,
	700italic
);

html,
body {
	height: 100%;
}
html {
	overflow: auto;
	background: #f4e3d9;
}
body {
	font: 62.5%/1.5 "Roboto", Arial, Helvetica, sans-serif;
	color: #202020;
	-webkit-font-smoothing: antialiased;
	background: none;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0 0 10px;
	padding: 0;
	color: #2a2a2a;
	text-transform: capitalize;
	font-family: "Roboto", Arial, Helvetica, sans-serif !important;
	font-weight: 400;
}
h1 {
	font-size: 5em;
}
h2 {
	font-size: 4em;
}
h3 {
	font-size: 3em;
}
h4 {
	font-size: 2.2em;
}
h5 {
	font-size: 1.8em;
}

hr {
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 0px auto 20px;
	border-top: #b9bcc5 1px solid;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
hr.tridots {
	margin: 0px auto;
	border-top: #b9bcc5 0px solid;
	padding-bottom: 5px;
	background: url("img/tridots.png") bottom center repeat-x;
}

p {
	margin: 0 0 1.6em;
	font-size: 2.2em;
	line-height: 1.5;
	font-weight: normal;
}
span {
	color: #109dd2;
}
span.required {
	color: #e5090d;
}
small {
	font-size: 1.9em;
}
address {
	font-size: 2em;
}
blockquote p {
	font-size: inherit;
	font-style: italic;
	line-height: 1.8;
}
i {
	color: #13274b;
	font-weight: bold;
}

form {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
	padding: 0px;
	display: block;
	overflow: hidden;
}
label {
	font-size: 1em;
	display: block;
	text-align: left;
	margin: 0.5em 0;
	padding: 0;
	clear: both;
}
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
textarea {
	width: 100%;
	padding: 5px;
	margin: 0px;
	color: #000;
	font-size: 1em;
	border: #ccc 1px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
input[type="checkbox"] {
	margin: 0;
}
input[type="file"] {
	margin: 0;
	width: 100%;
	padding: 8px;
	font-size: 2.2em;
	color: #2a2a2a;
}
select {
	width: 100%;
	font-size: 2em;
	height: 36px;
}
textarea {
	width: 100%;
	min-height: 160px;
	max-height: 160px;
	padding: 5px;
	margin: 0 0 10px;
	font-size: 1em;
	border: #a9a9a9 1px solid;
}

input[type="submit"],
button {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	color: #fff !important;
	font-size: 2em !important;
	text-transform: uppercase;
	padding: 6px 24px;
	text-decoration: none;
	width: 100%;
	background-image: -moz-linear-gradient(
		90deg,
		rgb(32, 32, 32) 0%,
		rgb(48, 48, 48) 100%
	);
	background-image: -webkit-linear-gradient(
		90deg,
		rgb(32, 32, 32) 0%,
		rgb(48, 48, 48) 100%
	);
	background-image: -ms-linear-gradient(
		90deg,
		rgb(32, 32, 32) 0%,
		rgb(48, 48, 48) 100%
	);
}
input[type="submit"]:hover,
button:hover {
	color: #ccc !important;
}

.btn {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.05, #ffffff),
		color-stop(1, #f6f6f6)
	);
	background: -moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background: -webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background: -o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background: -ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color: #ffffff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	color: #666666;
	padding: 6px;
	font-size: 2.4em !important;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
	width: 100%;
}
.btn:hover {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.05, #f6f6f6),
		color-stop(1, #ffffff)
	);
	background: -moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background: -o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color: #f6f6f6;
}
.btn:active {
	position: relative;
	top: 1px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
	border: none;
}
.alignright {
	float: right;
	margin: 0 10px 0 10px;
	border: none;
}
.aligncenter {
	float: none;
	margin: 10px auto;
	display: block;
	border: none;
}

.padded {
	padding: 6px 12px;
}
.no-padding {
	padding: 0px !important;
}
.no-margin {
	margin: 0px;
}
.no-bullets {
	list-style: none;
}

.gap-ext2 {
	display: block;
	position: relative;
	margin: 60px 0;
	clear: both;
	overflow: hidden;
}
.gap-ext {
	display: block;
	position: relative;
	margin: 30px 0;
	clear: both;
	overflow: hidden;
}
.gap {
	display: block;
	position: relative;
	margin: 15px 0;
	clear: both;
	overflow: hidden;
}
.gap-mini {
	display: block;
	position: relative;
	margin: 8px 0;
	clear: both;
	overflow: hidden;
}
.gap-very-mini {
	display: block;
	position: relative;
	margin: 4px 0;
	clear: both;
	overflow: hidden;
}

/* ==========================================================================
   Structure
   ========================================================================== */

#wrap {
	min-height: 100%;
	height: auto;
	margin: 0px auto -132px;
	padding: 0px 0px 132px;
}

header {
	width: 100%;
	height: auto;
	margin: 0;
	position: relative;
	overflow: hidden;
}
header .logo {
	margin: 20px auto 10px;
	font-size: 6em;
}
header .details {
	color: #999;
	font-size: 3em;
	margin: 50px auto 10px;
	text-align: right;
}
header .details strong {
	color: #202020;
}
nav#pri {
	width: 100%;
	height: auto;
	margin: 10px auto;
	padding: 0;
	overflow: hidden;
	background: #fff;
	border-bottom: #d9d9d9 1px solid;
	border-top: #d9d9d9 1px solid;
}

section#content {
	width: 100%;
	height: auto;
	padding: 0;
	overflow: hidden;
}
section.breadcrumbs {
	padding: 10px 14px;
	box-sizing: border-box;
	background: #999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
section.breadcrumbs p,
section.breadcrumbs span {
	margin: 0px auto;
	color: #fff;
}
section.breadcrumbs a {
	color: #ccc;
}
section.pre-footer {
	padding: 20px 0px;
	background: #fff;
	border-top: #d9d9d9 1px solid;
}
section.pre-footer p {
	margin: 0px;
}

footer {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	background: #999;
}
footer p {
	color: #fff;
	font-size: 1.9em;
	margin: 0;
}
footer a:active,
footer a:visited,
footer a:link {
	color: #ccc;
}
footer a:hover {
	color: #9f9f9f;
}

/* ==========================================================================
   Links & Navigation
   ========================================================================== */

a {
	font-weight: 600;
	text-decoration: none;
	-moz-transition: color 0.1s linear 0.1s;
	-webkit-transition: color 0.1s linear 0.1s;
	-o-transition: color 0.1s linear 0.1s;
	transition: color 0.1s linear 0.1s;
}
a:hover {
	text-decoration: none;
}
a:active,
a:visited,
a:link {
	color: #2a2a2a;
}
a:hover {
	color: #424242;
}
a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}

.navbar-collapse {
	padding: 0 !important;
}
.navbar-toggle {
	float: none;
	position: relative;
	padding: 10px;
	margin: 0px auto !important;
	text-shadow: none;
	border: 0px solid #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: none;
}
.navbar-toggle:hover {
	border: 0px solid #18213e !important;
	background: none;
}
.navbar-toggle span {
	color: #202020 !important;
}
.navbar-toggle span.icon-bar {
	width: 100%;
	background: #e4e4e4 !important;
}
.navbar-toggle:hover span {
	color: #202020 !important;
}
.navbar-toggle:hover span.icon-bar {
	background: #009ea9 !important;
}
.navbar-toggle .icon-bar {
	height: 1px;
	margin-top: 4px;
}

#primary {
	float: none;
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0;
	list-style: none;
	text-align: right;
}
#primary li {
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 8px 0px;
	display: inline-block;
	position: relative;
}
#primary li a {
	margin: 0px;
	padding: 6px 18px;
	display: block;
	color: #999;
	font-weight: 400;
	font-size: 2.2em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	border-left: #d9d9d9 1px solid;
}
#primary li:last-child a {
	border-right: #d9d9d9 1px solid;
}
#primary li.active a {
	color: #202020;
}
#primary li a:hover {
	color: #202020;
	background: #f8f8f8;
}

.dropdown-menu {
	margin: 0px auto 0 !important;
	padding: 0 !important;
}
.dropdown-menu li {
	width: 100% !important;
	font-size: 0.9em !important;
	background: #fff !important;
}
.dropdown-menu li:hover {
	background: #fff !important;
}
.dropdown-menu li a {
	padding: 12px 22px 6px 22px !important;
	margin: 0;
	line-height: 2 !important;
	text-align: left !important;
	font-size: inherit !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background: #fff !important;
}

/* ==========================================================================
   Misc
   ========================================================================== */

section#content ul,
section#content ol {
	width: 96%;
	height: auto;
	margin: 0 auto 20px;
	padding: 0 0 0 20px;
}
section#content ol {
	padding: 0;
}
section#content ul li,
section#content ol li {
	font-size: 2.2em;
}

.white-box {
	padding: 50px 30px 0px;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.white-map-box {
	padding: 3px 6px;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.white-slide-box {
	padding: 22px 6px;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

#mapCanvas {
	width: 100%;
	height: 240px;
	margin: 16px auto;
	border: #c0c0c0 1px solid;
}
.jumbotron {
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: center;
	background: none;
}
.hcpc {
	max-width: 80px;
	margin: 0px auto;
}

.call-to-circle {
	width: 200px;
	height: 200px;
	padding: 48px 30px;
	margin: 0px auto;
	text-align: center;
	box-sizing: border-box;
	background: #fff;
	border: #d9d9d9 3px solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.12);
}
.call-to-circle:hover {
	background: #f4e3d9;
	border: #999 3px solid;
}
.call-to-circle > .fa {
	color: #202020;
	font-size: 5em;
}
.call-to-circle > h3 {
}
.call-to-circle > p {
	line-height: 1;
}

.bordered {
	border: #d9d9d9 3px solid;
	-webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.12);
}
.boxxy {
	border: #d9d9d9 3px solid;
}

/* ==========================================================================
   Contact Form 7
   ========================================================================== */

div.wpcf7 {
	margin: 0;
	padding: 0;
}
div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	font-size: 2em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}
div.wpcf7-mail-sent-ok {
	border: 1px solid #398f14;
}
div.wpcf7-mail-sent-ng {
	border: 1px solid #ff0000;
}
div.wpcf7-spam-blocked {
	border: 1px solid #ffa500;
}
div.wpcf7-validation-errors {
	border: 1px solid #f7e700;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}
div.wpcf7 div.ajax-error {
	display: none;
}
div.wpcf7 .placeheld {
	color: #888;
}

span.wpcf7-form-control-wrap {
	position: relative;
}
span.wpcf7-not-valid-tip {
	margin: 0 0 8px;
	color: #f00;
	font-size: 1.9em;
	font-style: italic;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
	font-size: 1em;
	margin-right: 2em;
}
span.wpcf7-list-item input {
	margin-right: 1em;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: 0.2em 0.8em;
}
.wpcf7-display-none {
	display: none;
}

#wpcf7-f131-p2-o1 div.wpcf7-response-output {
	color: #fff;
}

/* ==========================================================================
   Media Queries: iPhone
   ========================================================================== */

/* iPhone 2G-4S in landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
}

/* iPhone 2G-4S in portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
}

/* iPhone 5 in landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
}

/* iPhone 5 in portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
}

/* ==========================================================================
   Media Queries: iPad
   ========================================================================== */

/* iPad [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}

/* iPad [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	header .details {
		font-size: 2.4em !important;
		margin: 38px auto 10px !important;
		text-align: right !important;
	}
	#primary {
		width: 100% !important;
	}
	#primary li {
		width: auto !important;
		display: inline-block !important;
	}
	#primary li a {
		font-size: 1.8em !important;
		border-left: #d9d9d9 1px solid !important;
	}
	#primary li:last-child a {
		border-right: #d9d9d9 1px solid !important;
	}
	.call-to-circle {
		width: 160px !important;
		height: 160px !important;
		padding: 34px 30px !important;
	}
	.call-to-circle > .fa {
		font-size: 3.4em !important;
	}
	.white-box {
		padding: 40px 10px 0px !important;
	}
	section.pre-footer h4,
	section.pre-footer p {
		font-size: 1.9em !important;
		text-align: left !important;
	}
	.hcpc {
		max-width: 60px !important;
	}
	footer p.copy {
		text-align: left !important;
	}
	footer p.credit {
		text-align: right !important;
	}
	.bordered {
		max-width: 140px !important;
	}
}

/* iPad 3/4 [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

/* iPad 3/4 [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	header .details {
		font-size: 2.4em !important;
		margin: 38px auto 10px !important;
		text-align: right !important;
	}
	#primary {
		width: 100% !important;
	}
	#primary li {
		width: auto !important;
		display: inline-block !important;
	}
	#primary li a {
		font-size: 1.8em !important;
		border-left: #d9d9d9 1px solid !important;
	}
	#primary li:last-child a {
		border-right: #d9d9d9 1px solid !important;
	}
	.call-to-circle {
		width: 160px !important;
		height: 160px !important;
		padding: 34px 30px !important;
	}
	.call-to-circle > .fa {
		font-size: 3.4em !important;
	}
	.white-box {
		padding: 40px 10px 0px !important;
	}
	section.pre-footer h4,
	section.pre-footer p {
		font-size: 1.9em !important;
		text-align: left !important;
	}
	.hcpc {
		max-width: 60px !important;
	}
	footer p.copy {
		text-align: left !important;
	}
	footer p.credit {
		text-align: right !important;
	}
	.bordered {
		max-width: 140px !important;
	}
}

/* ==========================================================================
   Bootstrap Queries
   ========================================================================== */

@media (min-width: 320px) and (max-width: 768px) {
	h1 {
		font-size: 4em;
	}
	h2 {
		font-size: 3em;
	}
	h3 {
		font-size: 2em;
	}
	h4 {
		font-size: 1.6em;
	}
	h5 {
		font-size: 1.2em;
	}

	header .details {
		font-size: 2.8em;
		margin: 0px auto 10px;
		text-align: center;
	}
	#primary,
	#primary li {
		width: 100%;
		display: block;
	}
	#primary li a {
		border: none;
	}
	.white-box {
		padding: 20px 10px 0px;
	}
	section.pre-footer h4,
	section.pre-footer p,
	footer p.copy,
	footer p.credit {
		text-align: center;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	footer p.copy {
		text-align: left;
	}
	footer p.credit {
		text-align: right;
	}
}

@media (min-width: 993px) and (max-width: 1200px) {
	footer p.copy {
		text-align: left;
	}
	footer p.credit {
		text-align: right;
	}
}

@media (min-width: 1201px) {
	footer p.copy {
		text-align: left;
	}
	footer p.credit {
		text-align: right;
	}
}

/* ==========================================================================
   Print
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
     * Don't show links for images, or javascript/internal links
     */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
