/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .co.nz
       /:/  /\:\ \:\__\/:/  /        \::/  /
      /:/  /  \:\ \/__/\/__/         /:/  /
     /:/  /    \:\__\               /:/  /
     \/__/      \/__/               \/__/


Theme Name: Physio South
Description: Physio South Theme
Date: 14 Nov 2018
Version: 1
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/

/*============Body============*/

html,
body {height:100%;}

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

footer {
	height:315px;
	z-index: 999;
	position: relative;
}

.clear{clear:both;}

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

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

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

* {outline:none!important;}

/*==========Fonts & Headings===========*/

body{
	font-family:'Lato', sans-serif;
	color:#5b5b5b;
	font-size:16px;
	font-size:1.6rem;
	font-weight: 300;
	line-height: 1.6;
}

h1,
h2.book-now{
	font-family: 'Arvo', serif;
	color:#252525;
	font-size:48px;
	font-size:4.8rem;
	font-weight:700;
	text-transform: uppercase;
}

.home h1.main-banner{color:#fff;}
h1.main-banner{
	color:#fff;
	font-size:60px;
	font-size:6rem;
	/*line-height:1.6;*/
	line-height:1.3;
}

h2{
	font-family: 'Arvo', serif;
	color:#252525;
	font-size:28px;
	font-size:2.8rem;
	font-weight:700;
	text-transform: uppercase;
}

h3{
	font-family: 'Arvo', serif;
	color:#ff9933;
	font-size:24px;
	font-size:2.4rem;
	font-weight:700;
	text-transform: uppercase;
}

h4{
	font-family: 'Arvo', serif;
	color:#252525;
	font-size:18px;
	font-size:1.8rem;
	text-transform: uppercase;
	font-weight: 700;
}

h5,
p.intro-text{
	color:#5b5b5b;
	font-size:18px;
	font-size:1.8rem;
	font-weight: 300;
	line-height: 1.8;
}

/* Fonts sizes mobile */
@media (max-width: 767px) {
	h1.main-banner{
		font-size:40px;
		font-size:4rem;
	}

	h1,
	h2.book-now{
		font-size:35px;
		font-size:3.5rem;
	}
}

/* Fonts sizes Tablet */
@media (min-width: 768px) and (max-width: 991px) {
	h1.main-banner{
		font-size:48px;
		font-size:4.8rem;
	}
}


.white{color:#fff;}
.black{color:#252525;}
.orange{color:#ff9933;}

strong{font-weight:bold}

a{
	color: #0b71b1;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:visited{}
a:hover{text-decoration:none;}
a:active{}


.appointment-btn,
.contact-form input.button{
	border:none;
	display: inline-block;
	background-color: #0b71b1;
	color:#fff;
	font-size:14px;
	font-size:1.4rem;
	font-weight: 400;
	text-transform:uppercase;
	text-align: center;
	padding:12px 25px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.appointment-btn:hover,
.contact-form input.button:hover{
	background-color: #FF9933;
	color:#fff;
}

.border-btn{
	display: inline-block;
	border:2px solid #0b71b1;
	background-color: transparent;
	color:#0b71b1;
	font-size:14px;
	font-size:1.4rem;
	font-weight: 400;
	text-transform:uppercase;
	text-align: center;
	padding:10px 30px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.border-btn:hover{
	background-color: #0b71b1;
	color:#fff;
}

.page-id-15 .gform_wrapper ul.gform_fields li.gfield{
	padding-right: 0px;
}

.page-id-15 .locations-single-content p{
	padding-left: 0px;
	text-indent: 0px;
}

/* Header
==============================*/

header{
	position: fixed;
	top:0;
	width:100%;
	z-index:100;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

header.scroll-header{
	top:-71px;
}

.header-logo-mobile{
	display: none;
}

#utilities-menu .header-logo img{
	max-width: 400px;
	height: auto;
}

#utilities-menu{
	background-color: #000000;
	border-bottom: 1px solid #363636;
	line-height: 40px;
	padding: 10px;
	padding-right: 0px!important;
}

#utilities-menu ul{
	margin:0;
	padding:0;
}

#utilities-menu ul li{
	display: inline-block;
	margin-right:15px;
}

#utilities-menu ul li a{
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	color:#898989;
	text-transform: uppercase;
	font-weight: 700;
}

#utilities-menu ul li a i{
	margin-right:3px;
}

#utilities-menu ul li a:hover{
	color:#FF9933;
}

#utilities-left a.phone-header{
	text-decoration: none;
	text-transform: uppercase;
	color: #ff9933;
	font-size: 1.5rem;
}

#utilities-right a.phone-header i{
	margin-right: 5px;
}

#utilities-right a.phone-header{
	display: inline-block;
	color:#fff;
	padding: 5px 15px;
	text-decoration: none;
	font-size: 17px;
	font-size: 1.7rem;
	padding-right: 15px;
	text-transform: uppercase;
}

#utilities-right a.top-contact{
	display: inline-block;
	padding:1px 32.5px;
	float:right;
	background-color: #0b71b1;
	color:#fff;
	font-size:13px;
	font-size:1.5rem;
	text-transform: uppercase;
	font-weight:600;
	-webkit-transition: background 0s ease;
	-moz-transition: background 0s ease;
	-o-transition: background 0s ease;
	transition: background 0s ease;
}

#utilities-right a.top-contact:hover{
	background-color: #ff9933;
  color:#000;
}

header #utilities-right{
	padding-right: 0px;
	text-align: right;
}

#fixed-header{
	background-color:rgba(0,0,0,0.9);
	width:100%;
	padding-right: 0px;
}

#fixed-header .fixed-header-inner{
	padding-right: 0px;
}

#fixed-header .header-logo{
	float:left;
	position: relative;
	z-index:10;
}

#fixed-header .header-logo img{
	width:100%;
	max-width:325px;
	padding:30px 0;
}

#fixed-header nav{
	width:100%;
	position: relative;
}

#fixed-header nav ul{
	padding:0;
	margin:0;
	display:inline-block;
}

#fixed-header nav li{
	margin:0;
	margin-left:10px;
	display:inline-block;
	padding:0;
	position:relative;
}

#fixed-header nav li.contact-us-alt{
	position: absolute;
	right: 142px!important;
}

#fixed-header nav li.shop-alt{
	position: absolute;
	right: 268px!important;
}

#fixed-header nav li.account-payments{
	/*position: absolute;
	right: 320px;*/
}

#fixed-header nav li.account-payments:hover{
	background: transparent!important;
}
#fixed-header nav li.account-payments:hover a{
	background: transparent!important;
}
#fixed-header nav li.account-payments a:hover{
	color: #ff9933!important;
}
#fixed-header nav li.account-payments a:hover i{
	color: #ff9933!important;
}

#fixed-header nav li.account-payments a{
	color: #fff!important;
	font-size: 1.4rem!important;
}

#fixed-header nav li.account-payments a i{
	color: #fff!important;
	margin-right: 5px!important;
}

#fixed-header nav li.contact-us-alt a{
	background-color: #0b71b1!important;
	padding: 25px 20px 25px 20px!important;
	color: #fff!important;
}

#fixed-header nav li.contact-us-alt a:hover{
	background-color: #fff!important;
	color:#000!important;
	transition: 0.5s;
}

#fixed-header nav li.shop-alt a{
	background-color: #5b5b5b!important;
	padding: 25px 20px 25px 20px!important;
	color: #fff!important;
	width: 125px;
}

#fixed-header nav li.shop-alt a:hover{
	background-color: #fff!important;
	color:#000!important;
	transition: 0.5s;
}

#fixed-header nav li.contact-us{
	position: absolute;
	right:0;
	top:0;
}

#fixed-header nav li a{
	display: block;
	padding: 45px 5px 37px 5px;
	color:#ff9933;
	font-size:13px;
	font-size:1.3rem;
	text-transform: uppercase;
	font-weight:600;
	-webkit-transition: background 0s ease;
	-moz-transition: background 0s ease;
	-o-transition: background 0s ease;
	transition: background 0s ease;
}

#fixed-header nav li.contact-us{
}

#fixed-header nav li.contact-us a i{
	font-size: 25px;
	margin-bottom: 10px;
}

#fixed-header nav li.contact-us a{
	background-color: #ff9933;
  color:#000;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	padding: 16px 20px 16px 20px;
}

#fixed-header nav li.contact-us a i{
	display: block;
}

#fixed-header nav li.menu-item-has-children a{
	padding-right:25px;
}

#fixed-header nav li.menu-item-has-children > a:after{
	font-family: FontAwesome;
  content: "\f078";
	position:absolute;
	color:#fff;
	right:5px;
	top:43px;
	font-weight: normal;
}

#fixed-header nav li a:hover,
#fixed-header nav li.sub-menu-active a{
	background-color: #ff9933;
	color:#000;
}

#fixed-header nav li.contact-us a:hover{
	background-color: #fff;
	color:#000;
	transition: 0.5s;
}

#fixed-header nav li.menu-item-has-children > a:hover:after,
#fixed-header nav li.sub-menu-active > a:after{
  content: "\f077";
}

#fixed-header nav li ul.sub-menu{
	background-color: #ff9933;
	min-width:100%;
	display:none;
	position:absolute;
	white-space:nowrap;
	top:100%;
	left:0;
	z-index:99999;
	text-align:left;
	overflow:hidden;
	padding:0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#fixed-header nav li ul.sub-menu li{
	margin:0;
	display: block;
}

#fixed-header nav li ul.sub-menu li a{
	color: #000;
	padding:20px 10px 20px 10px;
}

header .shiftnav-toggle{
	float:right;
	margin-top:15px;
	margin-bottom:15px;
	color: #ff9933;
}

header .shiftnav-toggle i{
	font-size: 2.5em;
}

.shiftnav .shiftnav-inner{
	background-color: #000000;
	border-left: 1px solid #363636;
}

.shiftnav .shiftnav-inner .shiftnav-panel-close {
    display: block;
    position: relative;
    right: auto;
    padding: 15px 20px;
	  text-align: right;
    cursor: pointer;
}

.shiftnav li a{
	color:#ff9933;
	font-size:13px;
	font-size:1.3rem;
	text-transform: uppercase;
	font-weight:600;
}

.shiftnav li a:hover{
	color:#fff;
}

.shiftnav .shiftnav-inner ul.sub-menu{
	background-color: #252525;
}

.shiftnav ul.sub-menu li a{
	text-transform: none;
}


/* Small desktop */
@media (min-width: 992px) and (max-width: 1199px) {

	#fixed-header{
		padding:0;
	}

	#fixed-header .header-logo img{
		max-width:275px;
		padding:34px 0;
	}

	#fixed-header nav li{
		margin-left:5px;
	}

	#fixed-header nav li a{
		padding-left:4px;
		padding-right:4px;
		font-size: 1.2rem;
	}

	#fixed-header nav li.account-payments a{
		font-size: 1.2rem!important;
	}

	#fixed-header nav li.shop-alt{
		right: 228px!important;
	}
	#fixed-header nav li.shop-alt a{
		padding: 25px 10px 25px 10px!important;
	}
	#fixed-header nav li.contact-us-alt{
		right: 122px!important;
	}
	#fixed-header nav li.contact-us-alt a{
		padding: 25px 10px 25px 10px!important;
	}
	#fixed-header nav li.contact-us a{
		padding: 16px 10px 16px 10px;
	}
	#fixed-header nav li a{
		font-size: 1.1rem;
		padding: 46.5px 5px 38.5px 5px;
	}
	#fixed-header nav li.shop-alt a{
		width: 103px;
	}

}

/*Mobile*/
@media (max-width: 767px) {

	#fixed-header .header-logo img{
		max-width:200px;
		padding:20px 0;
	}

	header .shiftnav-toggle{
		margin-top:15px;
		margin-bottom:15px;
	}

	#utilities-menu .header-logo img{
		width: 300px;
		max-width: 100%!important;
		height: auto!important;
	}

	  #shiftnav-main.shiftnav{
	    width:100%!important;
	    max-width:100%;
	  }

	  #shiftnav-main.shiftnav .menu-item a{
	    text-align: center;
	  }

		#shiftnav-main.shiftnav .menu-item a i{
	    display: none;
	  }

		#shiftnav-main.shiftnav .menu-item a br{
	    display: none;
	  }

	  .shiftnav .shiftnav-inner .shiftnav-panel-close{
	    text-align:center;
	  }

}

/* Home
==============================*/

#home-banner{
	background-color: #000;
	/*background-image:url('images/homepage-hero.jpg');*/
	background-position: center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}

#home-banner .home-banner-text{
	padding: 200px 15px 0px 15px;
}

#home-banner .home-banner-text .border-btn{
	border-color:#fff;
	color:#fff;
	margin:30px 20px 30px 0;
}

#home-banner .home-banner-text .border-btn:hover{
	border-color:#0b71b1;
}

#home-banner .banner-arrow{
	text-align: center;
	margin-bottom:30px;
}

#home-banner .banner-arrow i{
	font-size: 100px;
	font-size: 10rem;
	color:#fff;
}

.locations .mpfy-fullwrap{
	margin:0;
}

.locations #custom-mapping-google-map-0{
	height:400px!important;
}

.mpfy-tooltip .center a{
	color: #ff9933!important;
	text-decoration: none!important;
}

/*.mpfy-tooltip .center{
	background: rgba(0, 0, 0, 0.5)!important;
}

.mpfy-tooltip .bottom{
	border-top: 20px solid rgba(0, 0, 0, 0.0)!important;
}*/

/*Mobile*/
@media (max-width: 767px) {

	#home-banner .home-banner-text{
		padding:150px 15px 0 15px
	}

	#home-banner .home-banner-text a{
		width:100%;
	}

}


/* Service Sqaures
==============================*/

.services-squares{
	padding: 75px 0px;
}

.services-squares .container{
	padding:0;
}

.service-square{
	position: relative;
	padding:0;
	overflow:hidden;
}

.service-square img.service-square-image{
	width:100%;
	min-height: 390px;
}

.service-overlay{
	display: block;
	position: absolute;
	z-index:10;
	bottom:0;
	height:45px;
	padding:0 30px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.service-overlay h4{
	margin:0 0 20px 0;
	display: inline-block;
	padding-right:20px;
	position: relative;
}

.service-overlay h4:after{
	font-family: FontAwesome;
  content: "\f105";
	position:absolute;
	font-size: 22px;
	font-size: 2.2rem;
	right:0;
	top:-2px;
}


.service-overlay h4 span{
	margin-top:5px;
	width:50px;
	display: block;
	height:2px;
	background-color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.service-square:hover .service-overlay{
	padding:30px;
	width:100%;
	height:100%;
	background-color: rgba(11, 113, 177,0.8)
}

.service-overlay:hover h4{
	width:100%;
	padding-right:0;
}

.service-overlay:hover h4 span{
	width:100%;
}

@media (max-width: 1199px) {

	.services-squares .container{
		width:100%;
	}

}

/* Banner
==============================*/

#banner{
	position: relative;
	background-color: #000;
	background-position:right center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}

#banner .banner-text{
	padding:300px 15px 0px 15px;
	position: relative;
	z-index:5;
}

#banner .single-staff-banner-text{
	padding: 300px 15px 0px 15px;
}

.banner-text h1.main-banner{
	margin:0;
}

.banner-text h3{
	margin:0 0 30px 0;
}

.banner-arrow{
	text-align: center;
	margin-bottom:20px;
}

.single-staff-banner-arrow{
	margin-bottom: 5px;
}

.banner-arrow i{
	font-size: 100px;
	font-size: 10rem;
	color:#fff;
}

.banner-anchor-container{
	position: relative;
}

#banner-anchor{
	position: absolute;
	top:-100px;
}

.breadcrumbs-section{
	border-bottom:1px solid #d1d1d1;
	line-height: 30px;
}

.breadcrumbs-section p{
	margin:0;
	font-size: 11px;
	font-size: 1.1rem;
	text-transform: uppercase;
	color:#ccc;
	font-weight: 700;
}

.breadcrumbs-section a{
	color:#FF9933;
}

#banner .map-overlay{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	background-color: rgba(0,0,0,0.6);
}

#banner .acf-map{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
		-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px);
}

/* Default page
==============================*/
.image-responsive img{
	max-width: 100%;
	height: auto;
}

.intro-section{
	background-color:#f4f4f4;
	padding:75px 0;
	text-align: center;
}

.single-staff-left img{
	margin-bottom: 20px;
}

.staff-intro-section{
	text-align: left;
}

.staff-intro-section h5{
	margin-top: 0px;
}

.content-section{
	padding:75px 0;
}

.textimage-block{
	margin-bottom:40px;
}

.textimage-block img{
	max-width:100%;
	height:auto;
	padding:20px 0 0 0;
}

.textimage-left img{
	padding-right:60px;
}

.textimage-right img{
	padding-left:60px;
}

.textimage-content{
	padding-top:20px;
}

.content-block ul{
	margin:15px 0 15px 0;
	padding:0;
}

.content-block ul li{
	width:45%;
	display: inline-block;
	margin: 0 4% 15px 0;
	position: relative;
	padding-left:30px;
	vertical-align: top;
}

.content-block ul li:before{
	font-family: FontAwesome;
	content: "\f00c";
	color:#FF9933;
	position: absolute;
	left:0;
	top:-5px;
	font-size:22px;
	font-size:2.2rem;
	font-weight: normal;
	padding-right:10px;
}

form#gform_4 input.datepicker{
	width: auto!important;
}

.gform_wrapper .top_label select.medium{
	width: calc(100% - 8px)!importanty;
}

.gform_wrapper ul.gform_fields li:before{
	display: none!important;
}

.gform_wrapper ul.gform_fields li.gfield{
	padding-left: 0px!important;
}

.content-block ul#gform_fields_4 li::before{
	display: none!important;
	padding-left: 0px!important;
}

@media (max-width: 767px) {

	.textimage-left img{
		padding-right:0px;
	}

	.textimage-right img{
		padding-left:0px;
	}

	.content-block ul li{
		width:100%;
		margin: 0 0 15px 0;
	}

}

/* Services archive
==============================*/

.service-block{
	background-color:#F4F4F4;
}

.service-block.odd{
	background-color:#fff;
}

.service-block img{
	float:left;
	max-width:300px;
	padding:40px 30px 40px 0;
}

.service-block.odd img{
	float:right;
	padding:40px 0 40px 30px;
}

.services-content{
	padding:30px 0 40px 0;
}

@media (max-width: 767px) {

	.service-block{
		text-align: center;
	}

	.service-block img,
	.service-block.odd img{
		float:none;
		padding:40px 0 0 0;
	}

}


/* Book Now Banner
==============================*/

.book-now-top{
	background-color: #252525;
	text-align:center;
	position: relative;
	padding:0 15px;
}

.book-now-top p{
	color:#ff9933;
	font-size: 30px;
	font-size: 3rem;
	padding:45px 0;
	margin:0;
}

.book-now-top:after{
	position: absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 25px 0 25px;
	border-color: #252525 transparent transparent transparent;
}

.book-now-body{
	background-color: #FF9934;
	background-image: url('images/appointment-cta-image.jpg');
	background-repeat: no-repeat;
	background-position: center right;
	background-size:auto 100%;
  padding:78px 0 78px 0;
}

.book-now-body h2{
	margin:0;
	display: inline;
	line-height: 1.5;
	margin-right:25px;
}

.book-now-body a.appointment-btn{
	font-size: 18px;
	font-size: 1.8rem;
	display: inline-block;
	top:-10px;
	position: relative;
}

.book-now-bottom{
	background-color: #252525;
	text-align:center;
	position: relative;
	padding:0 15px;
}

.book-now-bottom:before{
	position: absolute;
	top:-30px;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 25px 30px 25px;
	border-color: transparent transparent #252525 transparent;
	z-index:99;
}

.book-now-bottom p{
	color:#ff9933;
	font-size: 24px;
	font-size: 2.4rem;
	padding:15px 0;
	margin:0;
}

/* Mobile */
@media (max-width: 767px) {

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

	.book-now-body .appointment-btn{
		 margin-top:40px;
	}

}

/* Locations
==============================*/

.locations-archive{
	margin-top:40px;
}

.location{
	display: block;
	margin:0 auto 40px auto;
	max-width:320px;
	border:1px solid #d1d1d1;
	text-align: center;
	position: relative;
}

.location:hover{
	background-color: #d1d1d1;
}

.location .acf-map{
	width:100%;
	height:100%;
	position: absolute!important;
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.location:hover .acf-map{
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
}

.locations-content{
	padding:30px;
	z-index:10;
	position: relative;
	background-color: rgba(0,0,0,0.6);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

}

.location h2{
	margin:0 0 20px 0;
	color:#fff;
}

.location h2 span{
	display: block;
	color:#ff9933;
	font-size:16px;
	font-size:1.6rem;
}

.location p{
	margin:0;
	padding:0;
	color:#fff;
}

.location span.border-btn{
	margin-top:20px;
	border-color: #fff;
	color: #fff!important;
	background-color: transparent!important;
	padding:10px 20px;
}

/* Single */

.gform_wrapper.gf_browser_gecko select{
	width: 100%!important;
}

.locations-single{
	padding:60px 15px 0 15px;
}

.locations-single-content a{
	text-decoration: none;
	margin-bottom: 0px!important;
}

.locations-single-content span{
	display: inline-block!important;
	padding-right: 5px;
}

.locations-single-content h2 span{
	display: block;
	color:#ff9933;
	font-size:16px;
	font-size:1.6rem;
}

.locations-single-content p{
	padding-left: 16px;
	text-indent: -9px;
	font-size:18px;
	font-size:1.8rem;
}

.locations-single-content a{
	display: block;
	margin-bottom:10px;
	font-size:18px;
	font-size:1.8rem;
}

.locations-single-content i{
	margin-right:5px;
	color:#000;
}

.acf-map-full-width{
	margin-top:40px;
	max-width:400px;
	height:300px;
}

.page-id-15 #banner a.appointment-btn{
	display: none!important;
}

#gform_3 .gform_body ul li.gfield{
	padding-left: 0px!important;
}

.gform_wrapper ul#gform_fields_4 li.gfield{
	width: 100%!important;
}

.gform_wrapper.contact-form_wrapper{
	margin-top:40px;
}

.gform_wrapper.contact-form_wrapper li#field_3_4{
	width:94%!important;
}

.gform_wrapper.contact-form_wrapper div.ginput_container{
	margin:0!important;
}

.contact-form .gfield label.gfield_label{
	font-weight: normal;
	margin:0;
	padding:0;
}

.contact-form .gfield div.ginput_container input,
.contact-form .gfield div.ginput_container textarea{
	width:100%;
	margin:0;
	border:1px solid #d1d1d1;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.contact-form input.button.gform_button{
	padding:12px 60px;
}

.content-block .gfield label.gfield_label{
	font-weight: normal;
	margin-bottom: 5px!important;
	padding:0;
}

.content-block .gfield div.ginput_container input,
.content-block .gfield div.ginput_container textarea{
	width:100%;
	margin:0;
	border:1px solid #d1d1d1;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.content-block input.button.gform_button{
	padding:12px 60px;
	border: none;
	display: inline-block;
	background-color: #0b71b1;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	padding: 12px 30px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.content-block input.button.gform_button:hover{
	background-color: #ff9933;
}

.staff-members{
	padding:60px 15px;
}

.staff-member{
	max-width:320px;
	margin:40px auto 20px auto;
	border:1px solid #d1d1d1;
}

.staff-member img{
	width:100%;
	height:auto;
	background-color:#FF9933;
}

.staff-content{
	padding:20px 20px;
}

/* Health Conditions Archive
==============================*/

.health-conditions-archive{
	padding-bottom:40px;
}

.health-conditions-archive h2{
	margin:80px 0 40px 0;
	text-align: center;
}

.health-block{
	margin:10px 0 30px 0;
}

.health-block img{
	float:left;
	margin:7px 0 0 0;
}

.health-block a{
	text-decoration: none;
}

.health-block-content{
  padding-left:95px
}

.health-block-content span{
	border: none;
	display: inline-block;
	background-color: #0b71b1;
	color: #fff;
	font-size: 14px;
	font-size: 1.25rem;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	padding: 12px 25px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	line-height: 1;
}

.health-block-content span:hover{
	background-color: #ff9933;
	border-color: #ff9933;
}

.health-block-content p{
	margin:0;
	padding:0;
	color:#5b5b5b;
}

.health-block-content span{
	margin-top:10px;
	display: inline-block;
	border-bottom:1px solid #0b71b1;
	line-height: 1.2
}

.health-block h4{
	display: block;
}

.health-block h4 i{
	top:-1px;
	margin-left:15px;
	font-size: 16px;
	font-size: 1.6rem;
	position:relative;
}

/* Manual Location Button in Contact Page
==============================*/

.locationbutton {
	background:#0b71b1;
	display:block;
	text-align:center;
	margin-top:50px;
	padding:20px;
	color:#ffffff;
	font-size:1.8rem;
	font-weight:400;
	text-transform: uppercase;
	border-radius:5px;
}
.locationbutton:hover {
	background:#FF9933;
	color:#ffffff;
}

/* Post Block Archive
==============================*/

.posts-archive{
	background-color: #f4f4f4;
	padding:60px 0 40px 0;
}

.posts-archive h3{
	margin-bottom:20px;
}

.posts-archive a.appointment-btn{
	margin:20px 0 40px 0;
}

.post-block{
	display: block;
	background-color: #fff;
	height:100%;
	position: relative;
	margin-bottom:20px;
}

.post-block:hover span.arrow-btn{
	background-color: #ff9933;
}

.post-block img{
	max-width: 100%;
	width:100%;
	height:auto;
}

.post-block-header{
	border-bottom:1px solid #d1d1d1;
	padding:15px;
}

.post-block-header h5{
	font-weight: 700;
	color:#252525;
	margin:0;
	line-height: 1;
}

.post-block-header p{
	color:#898989;
	margin:0;
	font-size: 14px;
	font-size: 1.4rem;
}

.post-block-content{
	padding:15px 15px 45px 15px;
	position: relative;
	color:#5b5b5b;
	text-decoration:none!important;
}

.post-block-content p{
	margin:0;
	color:#5b5b5b;
}

span.arrow-btn{
	width:30px;
	height: 30px;
	display: block;
	background-color: #0b71b1;
	position: absolute;
	right:0;
	bottom:0;
	color:#fff;
	text-align: center;
	line-height: 30px;
}

.wp-pagenavi{
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span{
	background-color: #fff;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover{
	background-color: #0B71B1;
	color:#fff;
	border-color:#0B71B1!important;
}

/* Footer
==============================*/

.footer-newsletter{
	background-color:#5b5b5b;
}

.footer-newsletter span.newsletter-icon i{
	padding-top: 40px;
}

.footer-newsletter span.newsletter-icon{
	height:110px;
	width:70px;
	line-height: 70px;
	background-color: #ff9933;
	position: absolute;
	text-align: center;
	font-size: 38px;
	font-size: 3.8rem;
	color:#fff;
}

.footer-newsletter p{
	display: inline-block;
	line-height: 70px;
	padding:0;
	padding-top: 22px;
	margin:0 0 0 90px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
}

.footer-content{
	padding:45px 0;
	background-color: #000;
	color:#898989;
	font-size:14px;
	font-size:1.4rem;
}

.footer-content h5{
	font-weight: 400;
}

.footer-content-left{
	padding-right:100px;
}

.footer-content-left img{
	max-width:100px;
	margin:10px 40px 0 0;
}

.footer-content-social ul{
	margin:0; padding:0;
}

.footer-content-social ul li{
	display: inline-block;
	font-size: 20px;
	font-size: 2rem;
	margin-right:15px;
}

.footer-content-social ul li a i{
	color:#000;
}

.footer-content-social ul li a i.fa-circle{
	color:#898989;
}

.footer-content-social ul li a:hover i.fa-circle{
	color:#ff9933;
}

.footer-terms{
	text-align: center;
	background-color:#000;
	border-top:1px solid #363636;
}

.footer-terms ul{
  margin:0;
  padding:0;
}

.footer-terms ul li{
  list-style-type: none;
  display: inline-block;
  font-size:11px;
  font-size:1.1rem;
  color:#898989;
	text-transform: uppercase;
	line-height: 45px;
}

.footer-terms ul li a{
	color:#898989;
}

.footer-terms ul span{
  width:1px;
  height:12px;
  margin:0 5px -2px 5px;
  display:inline-block;
  background-color: #cfcfcf;
}

@media (max-width: 767px) {

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

	footer .footer-content-left{
		padding:0;
	}

	header .shiftnav-toggle i {
    font-size: 2.1em;
	}

	header.scroll-header{
		top: -61px;
	}

	#banner .banner-text{
		padding: 200px 15px 0px 15px;
	}

	/*.header-logo-mobile{
		display: block;
	}

	#utilities-menu .header-logo img{
		display: none;
	}*/

	#banner .single-staff-banner-text{
		padding: 200px 15px 0px 15px;
	}

	.service-square img.service-square-image{
		min-height: 0px;
	}

	.appointment-btn, .contact-form input.button{
		padding: 12px 20px;
	}

	#home-banner .home-banner-text .border-btn{
		margin: 15px 20px 15px 0;
	}

	#home-banner .banner-arrow{
		margin-bottom: 0px;
	}

	#fixed-header .fixed-header-inner{
		padding-right: 15px;
	}

	#fixed-header .phone-header-mobile a{
		text-decoration: none;
	}

	#fixed-header .phone-header-mobile {
		float:left;
		padding-top:18px;
		color:#ffffff;
		text-transform: uppercase;
	}

	.footer-content-left .alignleft{
		float:none;
		margin:0;
	}

}

/****************************************/
/**** MEDIA QUERY FOR 768PX - 991PX *****/
/****************************************/
@media (min-width: 768px) and (max-width: 991px) {

	#fixed-header .fixed-header-inner{
		padding-right: 30px;
	}

	#fixed-header .phone-header-mobile {
    display:none!important;
	}

	.service-square img.service-square-image{
		min-height: 0px;
	}

	#shiftnav-main.shiftnav .menu-item a i{
		display: none;
	}

	#shiftnav-main.shiftnav .menu-item a br{
		display: none;
	}

}

/****************************************/
/*** MEDIA QUERY FOR 992PX - 1199PX *****/
/****************************************/
@media (min-width: 992px) and (max-width: 1199px) {

.service-square img.service-square-image{
	min-height: 388px;
}

}

/****************************************/
/*** MEDIA QUERY FOR 1200PX AND ABOVE ***/
/****************************************/
@media (min-width: 1200px) {



}

/**************************************/
/*** CHROME AND SAFARI SPECIFIC CSS ***/
/**************************************/
@media screen and (-webkit-min-device-pixel-ratio:0) {



}

/**************************************/
/******** IE 10+ SPECIFIC CSS *********/
/**************************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {



}
