/*
Theme Name: Private GP
Theme URI: https://www.gladstone-design.co.uk/
Description: Custom template for Your Private GP Service
Author: Sean Bowen for Gladstone Design
Version: 1.0
*/


/*
Reset
---------------------------------------
*/

*, html, body { 
	margin:0; 
	padding:0; 
	}

fieldset, img { 
	border:0; 
}

h1, h2, h3, h5, h5, h6 { 
	font-size:100%; 
	}

ul { 
	list-style:none; 
}



/*
General Styling
---------------------------------------
*/

body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #0085A6;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {

}

h1 {
	
}

h2 {

}

h3 {

}


p {
	color: #7A7A7A;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 20px;
}


a {
	color: #7A7A7A;
	text-decoration: none;
}

a:hover {
	color: #0085A6;
}


.clear { 
	clear: both; 
}

.clear-right {
	clear: right;
}


/*
Site Strucutre
---------------------------------------
*/

.mobile-logo, .mobile-menu-icon, .mobile-nav, .mobile-contact {
	display: none;
}

.masthead, .content, .about-icons-panel, .services, .price-panel, .team, .latest-news, .locations, .testimonial-digest, .contact-panel, .footer {
	position: relative;
	margin: 0px auto;
	width: 1200px;
	height: auto;
}

.masthead {
	height: 100px;
}

.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 135px;
	z-index: 9;
}

.logo img, .mobile-logo img, .hero img, .homepage-panels li img, .homepage-panel-icon img, .content-panel-img img, .about-panel-icon img,
.content img, .price-panel-img img, .staff-photo img, .location-photo img, .testimonial-prev img, .testimonial-next img, 
.quote-mark img, .news-summary-img img, .news-content img, .footer-logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.masthead .contact {
	float: right;
	margin-top: 20px;
}

.masthead .search-form {
	float: right;
	margin-top: 15px;
}

.masthead .contact p {
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 0;
}

.header-telephone {
	margin-left: 25px;
}

.header-email {
	margin-left: 10px;
}

.header-telephone:first-child {
	margin-left: 0;
}

.header-telephone a, a.header-email {
	color: #0085A6;
	font-weight: 700;
	text-decoration: none;
}

span.header-telephone:before, a.header-email:before {
  content: "";
  display: inline-block;
  background: transparent url("images/GP_Icons_Phone.svg") no-repeat 0 0;
  width: 15px;
  height: 15px;
  background-position: center;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-right: 0.3em;
  vertical-align: -30%;
}

a.header-email:before {
	background: transparent url("images/GP_Icons_Email.svg") no-repeat 0 0;
}

.hero {
	position: relative;
	width: 100%;
	height: auto;
	max-height: 600px;
}

.hero img {
	max-height: 600px;
}

.down-arrow {
	position: absolute; 
	bottom: 5%; 
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	background: transparent url("images/GP_Header_Image_Arrow.svg") no-repeat 0 0;
	background-position: center;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.caption {
	display: none;
	position: absolute; 
	top: 30%; 
	left: 50%;
	width: 550px;
	margin-left: -275px;
}

.caption h1 {
	font-size: 56px;
	line-height: 56px;
	color: #fff;
	font-weight: 900;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.60);
}

.caption p {
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	font-weight: 900;
	padding-top: 10px;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.60);
}

.content {
	margin-top: 50px;
	/*margin-bottom: 50px;*/
	/*min-height: 400px;*/
}

.content h2, .about-icons-panel-content h2, .team h2 {
	font-weight: 900;
	font-size: 32px;
	line-height: 44px;
	color: #0085A6;
	padding-bottom: 0;
}

.content h3, .about-icons-panel-content h3, .team h3 {
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	color: #8ABFCF;
	padding-bottom: 25px;
}

.content-split {
	float: left;
	width: 56%;
	margin-left: 4%;
}

.content-cta {
	float: right;
	width: 36%;
	margin-right: 4%;
	text-align: right;
}

.content-wide, .location-contact {
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
}

.homepage-panels {
	margin-top: 30px;
	margin-bottom: 20px;
}

.homepage-panels li {
	position: relative;
	margin-bottom: 30px;
}

.homepage-panels li img {
	max-height: 600px;
}

.homepage-panel-content {
	position: absolute;
	width: 24%;
	height: 28%;
	padding: 15% 5% 15% 5%;
	background: #0085A6;
}

.homepage-panels li:nth-child(odd) .homepage-panel-content {
	top: 10%;
	right: 0;
}

.homepage-panels li:nth-child(even) .homepage-panel-content {
	top: 10%;
	left: 0;
}

.homepage-panel-content h3, .homepage-panel-content p {
	color: #fff;
}

.homepage-panel-content .homepage-panel-icon {
	position: absolute;
	top: 70px;
	left: 50px;
	width: 65px;
	height: 65px;
	z-index: 9;
}

.homepage-panel-content h3 {
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	padding-bottom: 20px;
}

.homepage-panel-content h3 strong {
	font-weight: 900;
}

.homepage-panel-content a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.content-panel {
	display: inline-block;
	width: 100%;
	max-width: 360px;
	height: auto;
	max-height: 360px;
	background: #0085A6;
}

.content-panel-img {
	width: 100%;
	height: auto;
	max-height: 160px;
}

.content-panel-text {
	margin: 30px 20px 30px 20px;
	text-align: left;
}

.content-panel-text p {
	font-size: 18px;
	line-height: 20px;
	font-weight: 900;
	color: #fff;
	padding-bottom: 5px;
}

.content-panel-text a {
	font-size: 14px;
	line-height: 16px;
	color: #C4DFE8;
	padding-bottom: 0;
	text-decoration: none;
}

.latest-news-wrapper {
	width: 100%;
	background: #0085A6;
	padding-top: 50px;
}

.about-icons-wrapper {
	width: 100%;
	min-height: 540px;
	background: #0085A6;
	margin-top: 50px;
}

.about-icons-panel-content {
	padding: 40px 4% 40px 4%;
}

.about-icons-panel-content li {
	float: left;
	width: 33.33%;
	height: auto;
	max-height: 250px;
}

.about-panel-icon {
	width: 40%;
	height: auto;
	max-height: 110px;
	margin: 0 30% 0 30%;
}

.about-icons-panel-content h2, .about-icons-panel-content h3 {
	color: #fff;
}

.about-icons-panel-content ul {
	margin-top: 60px;
}

.about-panel-text {
	padding: 30px 10% 0 10%;
}

.about-panel-text h4 {
	font-weight: 900;
	font-size: 22px;
	line-height: 26px;
	color: #8ABFD1;
	padding-bottom: 5px;
}

.about-panel-text p {
	color: #fff;
	padding-bottom: 5px;
}

.about-panel-notes {
	width: 70%;
	margin: 60px 15% 0 15%; 
	text-align: center;
}

.about-panel-notes p {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	padding-bottom: 0;
}

.team h2, .team h3 {
	margin-left: 4%;
}

.team-members {
	margin-top: 50px;
	margin-bottom: 50px;
}

.team li {
	width: 100%;
	height: 100%;
	max-height: 450px;
	margin-bottom: 30px;
	background: #0085A6;
}

.staff-photo, .staff-details {
	width: 50%;
	height: 100%;
	max-height: 450px;
}

.staff-photo {
	background: #7A7A7A;
}

.team li:nth-child(odd) .staff-photo, .team li:nth-child(odd) .staff-details {
	float: left;
}

.team li:nth-child(even) .staff-photo, .team li:nth-child(even) .staff-details {
	float: right;
}

.staff-text {
	padding: 120px 50px 0 50px;
}

.staff-text h3 {
	font-weight: 900;
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	padding-bottom: 5px;
	margin-left: 0;
}

.staff-text h4 {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #8ABFD1;
	padding-bottom: 30px;
}

.staff-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.service-list {
	padding: 50px 4% 50px 4%;
}

.service-list li {
	width: 100%;
	height: auto;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #0085A6;
}

.service-list li:last-child {
	border-bottom: 0;
}

.service-list h2 {
	font-size: 24px;
	line-height: 28px;
	color: #0085A6;
	padding: 50px 0 30px 0;
}

.service-list p.service-intro, .service-list h3 {
	font-size: 22px;
	line-height: 26px;
	color: #7A7A7A;
	font-weight: 400;
}

.service-list p.service-intro {
	color: #0085A6;
}

.service-list a {
	font-size: 14px;
	color: #0085A6;
	text-decoration: none;
}

.price-panel-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 650px;
	background: #0085A6;
}

.price-panel-img {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: 0;
}

.price-panel-text {
	padding: 50px 4% 50px 4%;
	width: 42%;
	overflow: hidden;
}

.price-panel-text h2 {
	font-weight: 900;
	font-size: 32px;
	line-height: 44px;
	color: #8ABFD1;
	padding-bottom: 20px;
}

.price-panel-text p {
	color: #fff;
	line-height: 26px;
	padding-bottom: 25px;
}

.price-panel-text i {
	font-size: 14px;
	line-height: 14px;
	padding-bottom: 0;
}

.location {
	padding-bottom: 40px;
}

.location-contact {
	padding-bottom: 20px;
}

.location-contact h3 {
	font-weight: 900;
	font-size: 24px;
	line-height: 26px;
	color: #0085A6;
	padding-bottom: 20px;
}

.location-contact p, .location-contact a {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
}

.location-contact a {
    color: #7A7A7A;
    text-decoration: none;
}

.location-contact a:hover {
	color: #0085A6;
}

.location-photo {
	float: left;
}

.location-map {
	float: right;
	background: #7A7A7A;
}

.location-photo, .location-map {
	position: relative;
	width: 50%;
	height: auto;
	max-height: 600px;
}

.location-map {
   position: relative;
   padding-bottom: 50%; 
   height: 0;
   overflow: hidden;
    }

.location-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*.testimonial-digest {
	margin: 150px 0 100px 0;
}*/

.testimonial-slider, .testimonial-quote {
	margin: 0px auto;
	width: 700px;
	height: auto;
	padding-top: 20px;
}

.testimonial-prev, .testimonial-next {
	display: block;
	width: 50px;
	height: 40px;
}

a.testimonial-prev, a.testimonial-next {
	color: #0085A6;
	font-weight: 400;
	text-decoration: none;
}

.quote-mark {
	position: absolute;
	top: 0;
	left: 16%;
	display: block;
	width: 45px;
	height: 40px;
	z-index: 5;
}

.testimonial-quote .quote-mark {
	top: 40px;
	left: 0;
}

.testimonial-prev {
	position: absolute;
	top: 10px;
	left: 7.16%;
	z-index: 999;
	cursor: pointer;
}

.testimonial-next {
	position: absolute;
	top: 10px;
	right: 3.16%;
	z-index: 999;
	cursor: pointer;
}

.quote h3, .testimonial-quote h3 {
	font-size: 18px;
	font-weight: 900;
}

.quote p, .testimonial-quote p {
	font-size: 18px;
	font-weight: 400;
	color: #0085A6;
}

a.read-more-testimonials {
	display: inline-block;
	padding: 5px 10px 6px 10px;
	background: #0085A6;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.testimonials {
	padding-bottom: 50px;
}

.testimonial-quote {
	position: relative;
	padding: 100px 0 60px 0;
}

.testimonials li {
	list-style: none;
	display: block;
	width: 100%;
	height: auto;
}

.testimonials li:nth-child(even) {
	background: #C4DFE8;
}

.faqs {
	padding-bottom: 50px;
}

.faq {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #8ABFD1;
}

.faq:last-child {
	border-bottom: 0;
}

.faq-question a {
	text-decoration: none;
}

.faq-question a h3 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	color: #7A7A7A;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 10%;
}

.faq-question h3:before {
  content: "";
  display: inline-block;
  background: transparent url("images/GP_Icons_Arrow.svg") no-repeat 0 0;
  width: 16px;
  height: 24px;
  background-position: center;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-right: 1.4em;
  vertical-align: -15%;
}

.faq-answer {
	display: none;
	color: #7A7A7A;
	font-weight: 400;
	padding: 30px 14% 30px 14%;
}

.contact-panel-details {
	margin-left: 4.16%;
	margin-right: 4.16%;
	width: 91.6%;
	height: 70px;
	background: #C4DFE8;
	color: #0085A6;
	padding: 15px 0 5px 0;
	text-align: center;
	border-radius: 30px 30px 0 0;
}

.contact-panel-details p, .contact-panel-details a {
	font-size: 18px;
	line-height: 26px;
	color: #0085A6;
}

.contact-panel-details a {
	font-weight: 700;
	text-decoration: none;
}

.service-content {
	min-height: 300px;
	padding-bottom: 60px;
}

.service-content ul li, .text-only-content ul li {
	list-style: disc;
	margin-left: 20px;
	font-weight: 400;
	color: #7A7A7A;
	padding-bottom: 15px;
}

.service-content .introtext {
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
	color: #8ABFD1;
	padding-top: 10px;
	padding-bottom: 40px;
}

a.service-back {
	display: inline-block;
	margin-top: 60px;
	font-size: 20px;
	font-weight: 400;
	color: #0085A6;
	text-decoration: none;
}

.no-hero {
	width: 100%;
	height: 50px;
}

.text-only-content, .news-content {
	position: relative;
	margin: 0px auto;
	width: 600px;
	height: auto;
	padding-bottom: 60px;
}

.latest-news {
	padding-bottom: 50px;
}

.news-posts {
	margin: 50px 0 100px 0;
}

.news-posts li, .latest-news li {
	float: left;
	width: 31%;
	height: auto;
	margin-right: 3%;
}

.news-posts li:nth-child(3n), .latest-news li:nth-child(3n) {
	margin-right: 0;
}

.news-summary-img {
	margin-bottom: 20px;
}

.news-date {
	color: #8ABFD1;
	font-style: italic;
	padding-bottom: 20px;
}

p.news-date:before {
  content: "";
  display: inline-block;
  background: transparent url("images/GP_Icons_News_White_Background.svg") no-repeat 0 0;
  width: 33px;
  height: 33px;
  background-position: center;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-right: 0.3em;
  vertical-align: -45%;
}


.latest-news p.news-date:before {
	background: transparent url("images/GP_Icons_News_Blue_Background.svg") no-repeat 0 0;
}

.news-content h2 {
	padding-bottom: 20px;
}

.news-summary-text h3 {
	font-weight: 900;
	color: #0085A6;
	padding-bottom: 10px;
}

.latest-news .news-summary-text h3, .latest-news .news-summary-text p, .latest-news .news-summary-text a {
	color: #fff;
}

.latest-news .news-summary-text p.news-date {
	color: #8ABFD1;
	}

.news-summary-text p {
	padding-bottom: 10px;
}

.news-summary-text a {
	font-weight: 900;
	font-size: 14px;
	color: #0085A6;
}

.news-content .introtext {
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	color: #0085A6;
}

.news-content h3 {
	color: #0085A6;
}

.news-content img {
	margin: 20px 0 20px 0;
}

.news-links {
	margin-top: 30px;
	text-align: center;
}

.news-links  a {
	color: #0085A6;
}

.news-links  a:hover {
	color: #7A7A7A;
}

.text-only-content {
	min-height: 400px;
}

.text-only-content h2 {
	line-height: 36px;
	padding-bottom: 60px;
}

.text-only-content .search-results ul li {
	list-style: none;
	margin-left: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #7A7A7A;
}

.search-results ul li:last-child {
	border-bottom: 0;
}

.search-results h3 {
	padding-bottom: 15px;
}

.search-results h3 a, .search-results a.read-more {
	color: #0085A6;
}

.search-results h3 a:hover, .search-results a.read-more:hover {
	color: #7A7A7A;
}

.pagination {
	width: 100%;
	height: auto;
	padding: 30px 0 30px 0;
	text-align: center;
}

.pagenumbers a, .pagenumbers .current {
	margin-right: 10px;
}

.pagenumbers a:last-child {
	margin-right: 0;
}

.pagenumbers a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
    border-radius: 100%;
    text-align: center;
	 vertical-align: center;
    border: 1px solid #fff;
}

.pagenumbers a:hover, .pagenumbers .current {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
    border-radius: 100%;
    text-align: center;
	 vertical-align: center;
    border: 1px solid #0085A6;
}

.sitemap .gp-appointment, .sitemap .appointment-fees {
	display: none;
}

.sitemap .sub-menu h3 {
    font-size: 16px;
    color: #0085A6;
	 padding-top: 20px;
    padding-bottom: 15px;
}

.text-only-content .sitemap  li, .sitemap .sub-menu li {
	list-style: none;
	margin-left: 0;
}

.sitemap  li:before, .sitemap .sub-menu li:before {
	content: ">";
	margin-right: 20px;
	color: #0085A6;
	font-weight: 900;
}

.fourohfour-content {
	margin-top: 120px;
	text-align: center;
}

.fourohfour-content h2 {
	font-size: 36px;
	line-height: 48px;
	padding-bottom: 20px;
}

.footer-wrapper {
	width: 100%;
	/*height: 375px;*/
	background: #0085A6;
	overflow: hidden;
}

.footer {
	position: relative;
}

.footer-left, .footer-right {
	width: 50%;
	height: auto;
	margin: 60px 0 40px 0;
	color: #fff;
}

.footer-left {
	float: left;
}

.footer-right {
	float: right;
}

.footer h3, .footer p, .footer a {
	color: #fff;
}

.footer h3, .footer p {
	padding-bottom: 20px;
}

.footer p {
	font-size: 14px;
	line-height: 18px;	
}

.footer a {
	text-decoration: none;
}

.footer-social {
	float: right;
	text-align: right;
}

.footer-social ul li {
	float: left;
	list-style: none;
	margin-right: 10px;
}

.footer-social a.facebook, .footer-social a.twitter {	
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-right: 20px;
	-webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


.footer-social a.facebook {
	background: transparent url("images/GP_Icons_Facebook.svg") no-repeat 0 0;
	background-position: center;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.footer-social a.twitter {
	background: transparent url("images/GP_Icons_Twitter.svg") no-repeat 0 0;
	background-position: center;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a.facebook:hover, a.twitter:hover {
	-webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.footer-logo {
	position: absolute;
	bottom: 40px;
	right: 0;
	max-width: 240px;
	height: auto;
}



/*
Navigation
---------------------------------------
*/

.nav {
	float: right;
	margin-top: 40px;
	text-align: right;
}

.nav ul li {
	position: relative;
	float: left;
	margin-right: 40px;
}

.nav ul li:last-child {
	margin-right: 0;
}

.nav ul li a {
	display: inline-block;
	position: relative;
	font-size: 15px;
	font-weight: 400;
	color: #7A7A7A;
	text-decoration: none;
}

.nav ul li a:hover, .nav li.current_page_item > a, .nav li.current-menu-parent a {
	color: #0085A6;
}

.nav li ul {
    display: none;
    position: absolute;
    top: 20px;
    left: -110px;
    float: left;
    width: auto;
	 height: auto;
	 background: #fff;
	 padding: 20px 20px 100px 20px;
    z-index: 999;
}

.nav li ul li {
	width: 100%;
	white-space: nowrap;
	text-align: left;
}

.nav li ul li a {
	display: block;
	width: 100%;
	min-width: 510px;
	font-size: 14px;
	font-weight: 400;
	color: #7A7A7A;
	padding-bottom: 10px;
}

.nav ul li:hover > ul {
    display: block;
}

.sub-menu {
	text-align: left;
}

.sub-menu .gp-appointment {
	font-size: 14px;
	font-weight: 700;
	color: #0085A6;
}

.sub-menu p.gp-appointment {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 10px;
}

.sub-menu h3 {
	font-size: 14px;
	color: #0085A6;
	padding-bottom: 15px;
}


.mega-left-col {
	float: left;
	width: 45%;
	min-width: 200px;
	height: auto;
	margin-right: 5px;
}

.mega-right-col {
	float: right;
	width: 45%;
	min-width: 300px;
	height: auto;

}

.footer-nav {
	margin-top: 10px;
}

.footer-nav ul li {
	float: left;
	margin-right: 60px;
	font-size: 14px;
	line-height: 18px;	
}

/*
Forms
---------------------------------------
*/

.search-form [type="text"] {
	width: 20px;
	height: auto;
	border: 1px solid #fff;
	background-image:url('images/GP_Icons_Search.svg');
  background-repeat:no-repeat;
  margin-left: 20px;
}

button.search-submit {
	background: #fff;
	color: #0085A6;
	font-weight: 700;
	border: 0;
	cursor: pointer;
}

.search-form [type="text"].search-focus {
	border: 1px solid #7A7A7A;
	background-image: none;
}




/*
Responsive
---------------------------------------
*/

@media only screen and (max-device-width: 1199px), screen and (max-width:1199px){ 

.masthead, .content, .about-icons-panel, .services, .price-panel, .team, .latest-news, .locations, .testimonial-digest, .contact-panel, .footer {
	position: relative;
	margin: 0;
	width: 95%;
	padding: 0 2.5% 0 2.5%;
	height: auto;
}

.logo {
    left: 2.5%;
}

.content {
	margin: 50px 0 50px 0;
}

.content-split {
    width: 52%;
}

.homepage-panel-content .homepage-panel-icon {
    top: 20px;
}

.homepage-panel-content {
	 height: 28%;
    padding: 10% 2.5% 15% 2.5%;
}

.homepage-panel-content h3 {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 5px;
}

.latest-news-wrapper {
    padding-bottom: 50px;
}

.testimonial-digest {
    margin: 150px 0 100px 0;
}

.staff-text {
    padding: 50px 50px 0 50px;
}

.footer-logo {
    right: 2.5%;
}

/* Navigation */

.nav {
    padding-bottom: 10px;
}

.mega-left-col {
	float: none;
	width: 100%;
	min-width: 200px;
	height: auto;
	margin-right: 0;
}

.mega-right-col {
	float: none;
	width: 100%;
	min-width: 300px;
	height: auto;

}


}


@media only screen and (max-device-width: 1050px), screen and (max-width:1050px){ 


.masthead .contact {
    display: none;
}


}


@media only screen and (max-device-width: 800px) and (orientation: portrait) , screen and (max-width:920px){ 

br.break {
	display: none;
}

.masthead .contact, .search-form {
    display: none;
}

.masthead {
	height: 70px;
}

.logo {
    display: none;
}

.mobile-logo {
	display: block;
	position: absolute;
	top: 0;
	left: 2.5%;
	width: 300px;
	height: 85px;
	z-index: 9;
}

.down-arrow {
	display: none;
}

.caption h1 {
    font-size: 26px;
    line-height: 26px;
}

.caption p {
    font-size: 16px;
    line-height: 18px;
    padding-top: 5px;
}

.content-split {
    float: none;
    width: 100%;
    margin-left: 0;
}

.content-cta {
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: right;
}

.content-wide, .location-contact {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.content-panel {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 540px;
}

.content-panel-img {
    max-height: 360px;
}

.content-panel-text {
	height: 360px;
    margin: 50px 25px 50px 25px;
    text-align: left;
}

.content-panel-text p {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 10px;
}

.content-panel-text a {
    font-size: 18px;
    line-height: 20px;
}


.homepage-panel-content {
    position: relative;
    width: 90%;
    height: 20%;
    padding: 5% 5% 5% 5%;
}

.homepage-panel-content .homepage-panel-icon {
    display: none;
}

.homepage-panel-content h3, .news-summary-text h3 {
    font-size: 42px;
    line-height: 46px;
    padding-bottom: 20px;
}

.homepage-panel-content p, .news-summary-text p {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 20px;
}

.homepage-panel-content a {
	display: inline-block;
   padding-top: 20px;
}

.news-posts li, .latest-news li {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
}

.news-summary-text {
	min-height: 340px;
}

.news-summary-text a {
    font-size: 22px;
}

p.news-date:before {
    vertical-align: -30%;
}

.contact-panel-details {
    margin-left: 5%;
    margin-right: 5%;
    width: 80%;
    height: 110px;
    padding: 20px 5% 20px 5%;
}

.contact-panel-details p, .contact-panel-details a {
    font-size: 20px;
    line-height: 26px;
    color: #0085A6;
}

.testimonial-digest {
    margin: 120px 0 60px 0;
}

.testimonial-slider {
    margin: 0px auto;
    width: 500px;
    height: auto;
}

.testimonial-prev, .testimonial-next  {
    top: 25px;
}

.team li:nth-child(odd) .staff-photo, .team li:nth-child(odd) .staff-details,
.team li:nth-child(even) .staff-photo, .team li:nth-child(even) {
    float: none;
}

.team li {
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin-bottom: 30px;
    background: #0085A6;
}

.staff-photo, .staff-details {
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.staff-text {
	height: 300px;
   padding: 50px 50px 0 50px;
}

.price-panel {
    position: relative;
    margin: 0;
    width: 45%;
    padding: 0 2.5% 0 2.5%;
    height: auto;
}

.price-panel-text {
	width: 92%;
}

.faq-question a h3 {
    margin-left: 2%;
}

/* Navigation */

.nav {
    display: none;
}

.mobile-menu-icon {
	display: block;
	position: absolute;
	top: 20%;
	right: 2.5%;
	width: 8%;
	height: auto;
}

.mobile-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin-top: 60px;
	background: #fff;
	z-index: 8;
}

.nav ul li:hover > ul {
    display: none;
}

.mobile-nav ul {
	padding-top: 30px;
}

.mobile-nav ul.sub-menu {
	display: inline-block;
   width: 100%;
	height: auto;
	padding-top: 0;
}

.mobile-nav li {
	width: 95%;
	padding: 15px 2.5% 15px 2.5%;
	background: #fff;
	border-bottom: 1px solid #7A7A7A;
}

.sub-menu li, .mobile-nav li:last-child {
	border-bottom: 0;
}

.sub-menu {
	text-align: left;
}

.sub-menu .gp-appointment {
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight: 400;
	color: #7A7A7A;
}

.sub-menu h3 {
	font-size: 14px;
	color: #C2C2C2;
	padding-top: 15px;
	padding-bottom: 15px;
}

.mega-left-col h3 {
	padding-top: 5px;
}


.mega-left-col, .mega-right-col {
	float: none;
	width: 100%;
	margin-right: 0;
}

.mobile-contact {
	display: block;
	width: 100%;
	height: auto;
	min-height: 150px;
	padding: 30px 2.5% 25px 2.5%;
	background: #C4DFE8;
}

.sitemap .mobile-contact {
	display: none;
}

.mobile-contact .header-telephone, .mobile-contact .header-email {
    margin-left: 0; 
}

}


@media only screen and (max-device-width: 740px) and (orientation: landscape) { 

.caption {
    top: 15%;
}

.testimonial-prev, .testimonial-next, .contact-panel, .footer-logo {
    display: none;
}

.testimonial-quote {
    margin: 0;
    width: 95%;
    height: auto;
	 padding: 80px 2.5% 60px 2.5%;
}

.testimonial-quote .quote-mark {
    top: 10px;
	 left: 2.5%;
}

.testimonial-digest {
    margin: 120px 0 120px 0;
	 min-height: 300px;
}

.mobile-menu-icon {
    top: 20%;
    right: 2.5%;
    width: 50px;
    height: auto;
}

.mobile-nav li, .mobile-nav a, .sub-menu .gp-appointment {
	font-size: 24px;
}

.sub-menu li, .sub-menu li p, .sub-menu li a {
	font-size: 14px;
	font-weight: 400;
}

}


@media only screen and (max-device-width: 500px) and (orientation: portrait), screen and (max-width:500px){ 

.masthead {
	height: 50px;
}

.mobile-logo {
	top: 0;
	left: 2.5%;
	width: 200px;
	height: auto;
}

.caption {
	top: 25%;
   width: auto;
}

.content h2, .about-icons-panel-content h2, .team h2 {
    font-size: 20px;
    line-height: 26px;
}

.content h3, .about-icons-panel-content h3, .team h3 {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 15px;
}

.content-panel-text {
    height: 160px;
}

.content-panel-text p {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 10px;
}

.homepage-panel-content h3, .news-summary-text h3 {
	font-size: 26px;
   line-height: 32px;
}

.homepage-panel-content p, .news-summary-text p {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
}

.news-summary-text {
    min-height: 260px;
}

.news-summary-text a {
    font-size: 16px;
}

.testimonial-digest {
    margin: 80px 0 120px 0;
	 min-height: 100px;
}

.testimonial-slider {
    margin: 0;
    width: 100%;
    height: auto;
}

.quote-mark {
    top: -60px;
    left: 5%;
}

.testimonial-prev, .testimonial-next, .contact-panel, .footer-logo {
    display: none;
}

.quote p, .testimonial-quote p {
    font-size: 16px;
}

.about-icons-panel-content ul {
    margin-top: 30px;
}

.about-panel-icon {
    width: 70%;
    height: auto;
    max-height: 110px;
    margin: 0;
}

.about-panel-text h4, .about-panel-text p {
    font-size: 14px;
    line-height: 20px;
}

.about-panel-notes {
    width: 100%;
    margin: 60px 0 0 0;
    text-align: center;
}

.staff-text {
	height: 400px;
   padding: 20px 20px 0 20px;
}

.staff-text h4 {
    padding-bottom: 10px;
}

.service-list {
    padding: 50px 0 50px 0;
}

.price-panel-wrapper {
    min-height: auto;
}

.price-panel-img {
    display: none;
}

.price-panel {
    width: 95%;
    padding: 0 2.5% 0 2.5%;
}

.testimonial-quote {
    margin: 0;
    width: 95%;
    height: auto;
	 padding: 80px 2.5% 60px 2.5%;
}

.testimonial-quote .quote-mark {
    top: 10px;
	 left: 2.5%;
}

.faq-question a h3 {
    font-size: 16px;
    line-height: 20px;
}

.faq-answer {
    padding: 20px 2.5% 20px 2.5%;
}

.text-only-content, .news-content {
    margin: 0;
    width: 100%;
    padding-bottom: 60px;
}

.news-content .introtext {
    font-size: 16px;
    line-height: 20px;
}

.footer-wrapper {
    height: auto;
}


/* Navigation */

.mobile-menu-icon {
	top: 10px;
	right: 2.5%;
	width: 10%;
	height: auto;
}

.mobile-nav {
	margin-top: 40px;
}

}


@media only screen and (max-device-width: 350px) and (orientation: portrait), screen and (max-width:350px){ 

.caption h1 {
    font-size: 16px;
    line-height: 20px;
}

.caption p {
    font-size: 12px;
    line-height: 14px;
    padding-top: 5px;
}

}



/* Colours 

Site Blue								#0085A6
Mid Blue									#8ABFD1
Light Blue								#C4DFE8
Grey										#7A7A7A


*/





