/*
Theme Name: Country Practice
Theme URI: http://www.beamtwenty3.co.uk
Description: Wordpress Theme By Neil Brown for Country Practice
Version: 1.0
Author: Neil Brown
Author URI: http://www.beamtwenty3.co.uk
*/

/* #Reset & Basics (Inspired by E. Meyers) */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles */

body {
	background: #eef4ea;
	font: 14px 'Gantari', sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
 }
 
/* #Typography */

h1, h2, h3, h4, h5, h6 {
	color: #667265;
	font-weight: 400;
}


h1 { 
	font-size: 40px;
	line-height: 50px;
	margin: 40px 0px 40px 0px;
	padding: 0px;
}


h2 {
	font-size: 33px;
	line-height: 40px;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 8px 0px;
}

h3 {
	font-size: 23px;
	line-height: 27px;
	margin: 0px 0px 20px 0px;
}

h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
h5 { font-size: 17px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }


p {
    margin: 0 0 20px 0;
    color: #4b4b4b;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
}

address {
	margin: 0 0 20px 0;
	color: #484848;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}

address a:link, address a:visited {
	color: #666;
}

address a:hover {
	color: #666;
	text-decoration: underline;
}


em { 
	font-style: italic;
}

strong { 
	font-weight: 700;
}

small { 
	font-size: 80%;
}

/*	Blockquotes  */

blockquote, blockquote p { font-size: 17px; line-height: 30px; color: #5f5f5f; font-style: italic; }
blockquote { margin: 20px 0 20px 0; padding: 9px 20px 0 19px; border-left: 1px solid #bd1829; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { 
	border: solid #eef4ea;
	border-width: 1px 0 0;
	clear: both;
	margin: 40px 0 0px 0;
	height: 0;
}


/* #Links */

a, a:visited { 
	color: #8974a8;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

a:hover, a:focus { 
	color: #8974a8;
	text-decoration: underline;
}



/* #Lists */

ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }

li { 
	line-height: 18px;
}

.main-content ul {
	margin: 20px 0px 40px 0px;
}

li  {
	margin: 0 0 10px 0;
	color: #4b4b4b;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	list-style: none;	
}

.main-page ul li::before {
    content: "\2022";
    color: #a590c4;
    font-weight: 800;
    display: inline-block;
    width: 1em;
    margin-left: 0;
    font-size: 22px;
    margin-top: 10px;
}

/* #Images */

img  {
	max-width: 100%;
	height: auto;
	display: inline-block;
}



/* Video */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	z-index: 1;
	margin-bottom: 20px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* Buttons */

a.button, .button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 36px;
  padding: 0 30px;
  color: #ffffff;
  background: #a590c4;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
  border-radius: 15px;
  cursor: pointer;
  box-sizing: border-box; 
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  -ms-transition: all .1s linear;
  transition: all .1s linear;
}

span.fa-arrow-right {
	margin-left: 8px;
}

a.button:hover, .button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #fff;
  background: #5d4186;
  outline: 0;
  border: 0;
}

a.button:hover {
	text-decoration: none;
}

/* Forms */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  box-shadow: none;
  box-sizing: border-box;
  width: 98%;
  }
  
input.wpcf7-mathcaptcha {
  width: 100px;	
}


/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="button"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  min-height: 120px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #379cc0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: 0;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}


.full-width {
	width: 100%;
	margin: 0 auto;
	height: 100vh;
	position: relative;
	z-index: 10;
	background-blend-mode: multiply;
	background-color: #e8e8e8 !important;
	float: left;
}

.full-width img {
	display: block;
	width: 100%;
}

  
/* Header */

header {
	width: 100%;
	margin: 0 auto 40px auto;
	background: #fff;
	text-align: left;
	padding: 20px 0 20px 0;

}

.home header {
	margin: 0 auto;
}

header::after {
content: "\0020";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

img.logo {
	display: block;
	margin: 0;
	width: 150px;
}

.mobile-logo {
	display: none;
}

.main-logo, .book-now {
	width: 20%;
	float: left;
	margin: 0 auto;
}

.book-now {
	text-align: right;
}

.main-logo img {
	display: block;
	margin: 0 0 0 40px;
}

.book-now .inner {
	margin: 35px 40px 0 0;
}

/* Home Page */

p.site-title {
	color: #fff;
	font-weight: 400;
	font-size: 55px;
	line-height: 73px;
	margin: 200px 0px 20px 0px;
}

.home-banner p {
	color: #fff;
	text-align: center;
}

.home-intro {
	text-align: center;
	margin-bottom: 10px;
}

.home-block {
	width: 100%;
	margin: 0 auto;
	float: left;
	background: #fff;
}

.home-image {
	width: 50%;
	height: 550px;
	float: left;
}

.home-image img {
	display: block;
}

.home-content {
	width: 50%;
	margin: 0;
	float: left;
}

.home-content .inner {
	margin: 40px 40px 30px 40px;
}

.home-block:nth-child(even) .home-image {
	float: right;
}

/* pages */

img.banner {
	margin-bottom: 30px;
}

.page-inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1px 40px 40px 40px;
	margin: 0px 10px 0px 10px;
	background: #fff;
}

.page-inner h1 {
	text-align: center;
}

.quote {
	text-align: center;
}

.quote img {
	width: 130px;
	margin: 40px 0px 20px 0px;
}

p.the-quote {
	font-weight: 300;
	margin: 0 10px 10px 10px;
	color: #999;
}

p.quote-author {
	display: inline-block;
	border-bottom: solid 1px #a590c4;
}

.book-now-button {
	text-align: center;
}

/* Therapy */

.the-team h2 {
	text-align: center;
}

.therapies {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.therapy {
	flex-grow: 1;
	width: 23%;
	margin: 10px 1% 40px 1%;
	background: #fff;
	text-align: center;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom: solid 2px #88b076;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.therapy.blank {
	background: none;
	border-bottom: 0;
}

.therapy img {
	border-top-left-radius: 50% 50%;
	border-top-right-radius: 50% 50%;
	border-bottom-right-radius: 50% 50%;
	border-bottom-left-radius: 50% 50%;
	margin: 30px 0px 10px 0px;
	z-index: 100;
	width: 80%;
}

.therapy h3 {
	color: #a590c4;
	margin: 10px;
}

.therapy p {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	margin: 10px 10px 20px 10px;
}

p.push-button {
	flex-grow: 1;
}

.therapy .button {
	width: 80%;
	margin: 0 10% 10px 10%;
}

/* Team */

.the-team {
	text-align: center;
	margin-top: 40px;
}

.team {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.profile {
	flex-grow: 1;
	width: 31%;
	margin: 10px 1% 40px 1%;
	background: #fff;
	text-align: center;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom: solid 2px #88b076;
}

.profile.blank {
	background: none;
	border-bottom: solid 0px #88b076;	
}

.profile img {
	border-top-left-radius: 50% 50%;
	border-top-right-radius: 50% 50%;
	border-bottom-right-radius: 50% 50%;
	border-bottom-left-radius: 50% 50%;
	margin: 30px 0px 10px 0px;
	z-index: 100;
	width: 80%;
}

.profile h3 {
	color: #a590c4;
	margin: 10px 0 0 0;
}

.profile p {
	font-size: 16px;
	line-height: 35px;
	font-weight: 600;
}

.profile.blank {
	border-bottom: solid 0px #fff;	
}

.profile p.member-role {
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	margin: 10px 10px 20px 10px;
}

/* Price List */

.price-list {
	width: 100%;
	margin: 0px 0 0px 0;
}

.price-list h2 {
	margin: 10px 0px 40px 0px;
	text-align: center;
}

.service {
	width: 90%;
	margin: 0 5% 20px 5%;
	position: relative;
	border-bottom: solid 2px #bcccaa;
}

.service h3 {
	font-weight: 700;
	color: #a590c4;
}

.service p {
	font-size: 16px;
	line-height: 23px;
}

p.service-description {
	width: 80%;
}

.price {
	margin: 0 5% 30px 5%;
}

p.the-price {
	font-size: 33px;
	font-weight: 900;
	position: absolute;
	z-index: 100;
	bottom: 0;
	right: 0;
	color: #a590c4;
}


/* Events */

.events {
	width: 100%;
	margin: 0 auto 40px auto;
	border-bottom: solid 1px #eef4ea;
	padding-bottom: 20px;
}

.events:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.event-image {
	width: 30%;
	float: left;
}

.event-details {
	width: 65%;
	float: left;
	margin: 0 0 0 5%;
}

.events p {
	margin: 0;
}

.event-description p {
	margin: 10px 0px 10px 0px;
	font-size: 16px;
	line-height: 26px;
}


/* News Posts */

.fa-list-alt {
	margin-left: 10px;
}

.timestamp span {
	margin-right: 5px;
}

.news img, .gallery img, .therapy img {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	-moz-transform: rotate(0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	display: inline-block;
}

.news img:hover, .therapy img:hover, .gallery img:hover {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	-moz-transform: rotate(0);
}







.date-single {
	font-size: 14px;
	text-align: center;
}

.single h1 {
	margin: 40px 0px 10px 0px;
}

.date-single span {
	margin-right: 8px;
}


/* Gallery */

.gallery img {
	width: 24%;
	display: block;
	float: left;
	margin: 0 1% 1% 0;
}

.gallery {
	width: 100%;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;	
}

#swipebox-overlay {
    background: #fff !important;
}

#swipebox-bottom-bar, #swipebox-top-bar {
    text-shadow: none !important;
    background: #9c1b30;
    opacity: 1;
}

#swipebox-slider .slide img {
    max-height: 85%;
}

/* Main Navigation */

#main-nav {
	width: 60%;
	float: left;
	padding: 0px;
	margin: 0 auto 0 auto;
}

#main-nav ul {
	list-style: none;
	margin: 40px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

#main-nav li {
	display: inline;
	font-size: 18px;
	letter-spacing: 1px;
	padding: 0px;
	font-weight: 700;
	margin: 0px;
}

#main-nav a {
	display: inline-block;
	line-height: 30px;
	padding: 0px;
	margin: 0px 0px 0px 25px;
	text-decoration: none;
}


#main-nav a:link,
#main-nav a:visited {
	color: #666;
}

#main-nav a:hover {
	color: #a590c4;
	text-decoration: none;
}

/* Drop Down */

#main-nav ul ul {  
    position: absolute;
    top: 50px;
	background: #51ada4;
    text-align: left;
	visibility: hidden;
    opacity: 0;
}

#main-nav ul ul li {
    float: none;
    width: 300px;
	color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
}

#main-nav ul ul li a {
    padding: 7px 10px;
    color: #fff !important;
    line-height: 20px;
	padding: 15px 20px 15px 20px;
	background: #51ada4;
}

#main-nav ul ul li a:hover {
	background-color: #32857d;
	color: #fff;
}

#main-nav ul li:hover > ul {
	visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.2s linear;
	-webkit-box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.6);
	box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.6);
}

#main-nav ul ul li ul {
    left: 250px;
    top: 0;
}


/* Footer */

footer {
	width: 100%;
	margin: 80px auto 0 auto;
	text-align: left;
	padding: 30px 0px 40px 0px;
	background: #ffffff;
	position: relative;
	z-index: 10000;
}


footer address {
	font-size: 14px;
	line-height: 23px;
	margin: 0 0 30px 0;
	color: #4b4b4b;
	font-weight: 500;
}

footer li, footer p {
	font-size: 14px;
	line-height: 23px;
	margin: 0 0 1px 0;
	color: #4b4b4b;
	font-weight: 500;
}

footer a:link, footer a:visited {
	color: #4b4b4b;
}

footer a.button:link, footer a.button:visited {
	color: #fff;
	margin-bottom: 40px;
}

footer a:hover {
	text-decoration: underline;
}

footer.copy {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #d0ddc6;
	padding: 15px 0px 15px 0px;
	border: 0;
}

footer.copy p {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	color: #333;
	font-weight: 500;
}

footer.copy a:link, footer.copy a:visited {
	color: #333;
}

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

img.footer-logo {
	width: 300px;
	margin: 0px 0 40px 0;
}

.social {
	background: #a590c4;
	width: 20px;
	height: 19px;
	border-radius: 50%;
	text-align: center;
	line-height: 19px !important;
	vertical-align: middle;
	padding: 10px;
	font-size: 18px;
	outline: 0;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
	margin: 0px 12px 0px 0px;
	color: #fff;
	margin-top: 20px;
}

.social:hover {
	background: #5d4186;
	color: #fff;
}

span.stripe {
	width: 100%;
	height: 9px;
	margin: 0 auto;
	display: block;
	padding: 0;
	background: url(images/stripe.png);
}

/* =WordPress Core  */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 12px 8px 10px 8px;
    text-align: center;
	-webkit-box-shadow: 0 10px 6px -6px #ececec;
	-moz-box-shadow: 0 10px 6px -6px #ececec;
	box-shadow: 0 10px 6px -6px #ececec;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 6px 5px 3px 5px;
}

span.wpcf7-list-item {
	margin: 0;
}

div.wpcf7 {
	margin: 0px 0px 0px 0px !important;
	padding: 0;
}

div.wpcf7-mail-sent-ok {
	border: 0px solid #398f14 !important;
	color: #666 !important;
}

div.wpcf7-mail-sent-ng {
	border: 0px solid #ff0000 !important;
	color: #666 !important;
}

div.wpcf7-spam-blocked {
	border: 0px solid #ffa500 !important;
	color: #666 !important;
}

div.wpcf7-validation-errors {
	border: 0px solid #398f14 !important;
	color: #666 !important;
}

.wpcf7 {
	position: relative;
	z-index: 1;
}

@media print {

}

