/*
Theme Name: Preferred Healthstaff Location Sites
Author: This Gal's Design
Author URI: http://thisgals.com/
Description: A custom responsive Wordpress theme for PreferredHealthStaff.com
*/

@font-face {
}

body {
	color: #383838;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	background-color: #FFF;
	background-image:url(images/background.png);
	background-repeat:repeat;
}

a {
	color: #00a9b6;
}

a:hover {
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	line-height:normal;
}

h1 {
	color: #545e82;
	font-size: 32px;
}

h2 {
	color: #545e82;
	font-size: 32px;
}


h3 {
	color: #545e82;
	font-size: 28px;
}

h4 {
	color: #b2976f;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 21px;
	font-weight: 600;
	margin-top: 30px;

}

p {
	line-height: 1.5em;
}

.inner {
	position: relative;
	max-width:1200px;
}

/*HEADER*/

header #logo {
	padding: 1em 0;
	padding-right: 2%;
	width: 55%;
	display: inline-block;
	vertical-align: middle;
}

header #header-right {
	padding-left: 2%;
	width: 44%;
	display: inline-block;
	vertical-align: middle;
	text-align:right;
}

header #header-right .row:first-child {
	border-bottom: 1px solid #d8d7d2;
	padding-bottom: .5em;
	font-size:30px;
	text-transform:uppercase;
	color:#6d2e2d;
	font-weight:bold;
	text-align:right;
}
header #header-right .row:first-child span {
	display:block;
}

header #header-right .row:last-child {
	padding-top: .5em;
}

header #header-right .row .font-selector {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	vertical-align: middle;
}

header #header-right .row .font-selector {
	padding-right: 1%;
	width: 45%;
}

header #header-right .row .font-selector span {
	border-radius: 6px;
	display: inline-block;
	vertical-align: middle;
}

header #header-right .row .font-selector span:not(.label) {
	background: #6d2e2d;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	height: 23px;
	padding: 1px 0 0;
	text-align: center;
	width: 22px;
}

header #header-right .row .font-selector span.label {
	margin-right: 1em;
}

header #header-right .row .font-selector span em {
	font-style: normal;
	vertical-align: middle;
}

header #header-right .row .font-selector span em.smaller {
	font-size: 0.8em;
}

header #header-right .row .font-selector span em.bigger {
	font-size: 1.2em;
}

header #header-right .row .button {
	display: inline-block;
	vertical-align: middle;
}

header #header-right .row .button a {
	color: #fff;
	text-decoration: none;
}

header #header-right .row .button a:hover {
	opacity: 0.8;
}

header #header-right .row .button a span,
header #header-right .row .button a i {
	display: inline-block;
	vertical-align: top;
}

header #header-right .row .button a span {
	background: #d3ba94;
	border-bottom: 2px solid #4a3b40;
	border-radius: 6px 0 0 6px;
	font-size: 18px;
	padding: 7px 15px;
	text-transform: uppercase;
}

header #header-right .row .button a i {
	background: #b2976f;
	border-bottom: 2px solid #4a3b40;
	border-right: 2px solid #4a3b40;
	border-radius: 0 6px 6px 0;
	font-size: 23px;
	padding: 8px 10px;
}

header nav {
	background: #6d2e2d;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	position: relative;
	text-transform: uppercase;
	width:100%;
}

header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	display:table;
	width:100%;
}

header nav ul li {
	padding: 1em 0;
	vertical-align: middle;
	display:table-cell;
	float:none;
}

header nav ul li.current-menu-item {
	background: #fff;
}

header nav ul li.current-menu-item a {
	border-left: none;
	border-right: none;
	color: #6d2e2d;
}

header nav ul li a {
	border-left: 1px solid #491f1e;
	border-right: 1px solid #913d3c;
	color: #fff;
	display: block;
	padding: 0 2em;
}

header .responsive-header {
	border-bottom: 2px solid #6d2e2d;
	display: none;
	list-style: none;
	margin: 0;
}

header .responsive-header .responsive-logo,
header .responsive-header .responsive-menu {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 5%;
}

header .responsive-header .responsive-logo {
	width: 50%;
}

header .responsive-header .responsive-logo img {
	height: auto;
	max-height: 70px;
	max-width: 100%;
}

header .responsive-header .responsive-menu {
	text-align: right;
	width: 48%;
}

header .responsive-header .responsive-menu a {
	color: #6d2e2d;
}

header .responsive-header .responsive-phone {
	background: #491f1e;
}

header .responsive-header .responsive-phone.hidden {
	display: none !important;
}

header .responsive-header .responsive-phone a {
	display: block;
	color: #ffffff;
	margin: 0 5%;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

header .responsive-header .responsive-phone a:hover {
	background: #502221;
}

header .responsive-header .responsive-phone a i {
	margin-right: 10px;
}

header .responsive-header .sub-menu {
	background: #913d3c;
	display: none;
}

header .responsive-header .sub-menu ul {
	border-bottom: 1px solid #6d2e2d;
	border-top: 1px solid #491f1e;
	list-style: none;
	margin: 0;
	padding: 0;
}

header .responsive-header .sub-menu ul.responsive-help-links {
	font-size: 14px;
}

header .responsive-header .sub-menu ul.responsive-nav-links {
	font-size: 18px;
}

header .responsive-header .sub-menu ul li {
	color: #ffffff;
	font-weight: 400 !important;
	padding: 0 5%;
}

header .responsive-header .sub-menu ul li:last-child {
	font-weight: 700;
}

header .responsive-header .sub-menu ul li a {
	color: #ffffff;
	display: block;
	padding: 10px;
	text-decoration: none;
}

header .responsive-header .sub-menu ul li a:hover {
	background: #7b3433;
}

header .responsive-header .sub-menu ul li a span {
	margin-right: 10px;
}

/*FRONT PAGE*/
article .slider {
	background: url(images/home-slider-slide-1-bg.png) no-repeat top right #fff;
	position: relative;
	margin-top:-7px;
}

article .slider .bxslider {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

article .slider .bxslider .slide {
  height: 460px;
}

article .slider .bxslider .slide.slide-1 .slider-content {
  padding: 4% 0 0 0;
  width: 50%;
}

article .slider .bxslider .slide .slider-content h3 {
	color: #4a3b40;
	font-size: 42px;
	margin: 0;
    margin-bottom: .5em
}

article .slider .bxslider .slide .slider-content p {
  color: #464646;
  font-size: 24px;
  margin-bottom:1em;
}

article .slider .bxslider .slide .slider-content .button {
  background: #d3ba94;
  border-bottom: 2px solid #4a3b40;
  border-right: 2px solid #4a3b40;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  padding: 8px 15px;
  text-transform: uppercase;
  text-decoration: none;
}

article .slider .bxslider .slide .slider-content .button:hover {
  opacity: 0.8;
}

article .slider .slider-border {
  background: url(images/home-slider-border.png) left;
  bottom: -10px;
  height: 91px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9999;
}

.home article .entry-content {
	width:100%;
	padding:0;
}

article .front-content {
	background: #e5e3df;
	padding: 1em 0 4em;
}

article .front-content .content {
	width: 55%;
}

article .front-content .content ul {
  margin: 1em  2em;
  padding: 0;
}

article .front-content .sidebar {
  position: absolute;
  right: 0;
  top: -125px;
  width: 35%;
  z-index: 9999;
}

article .front-content .sidebar aside {
	border: none !important;
	padding: 1em;
}

article .front-trust {
	background: #f8f8f2 url(images/home-row-2-bg.png) 0 0 no-repeat;
	padding: 3em 0;
}

article .front-trust .content {
	margin-left: 45%;
	width: 55%;
}

article .front-trust h2.widget-title {
	color: #6d2e2d;
	font-size: 36px;
}

article .front-trust a.button {
	background: #d3ba94;
	border-bottom: 2px solid #4a3b40;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	margin-top: 1em;
	padding: 0.7em 1.3em;
	text-decoration: none;
	text-transform: uppercase;
}

article .front-trust a.button:hover {
	opacity: 0.7;
}

article .front-staffing {
	background: url(images/home-row-3-bg.png);
	padding: 3em 0;
}

article .front-staffing .content {
	display: inline-block;
	color: #fff;
	margin-right: 10%;
	width: 55%;
}

article .front-staffing h2.widget-title {
	font-size: 36px;
	margin: 0;
}

article .front-staffing a {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	margin-top: 1em;
	text-transform: uppercase;
}

article .front-staffing image {
	display:inline-block;
	vertical-align: middle;
	width: 30%;
}

/*INNER PAGES*/
article .entry-header {
	background: #fff;
	background-position: right;
	background-repeat: no-repeat;
	height:315px;
	margin-top:-7px;
	padding: 4em 0;
}

article .entry-header h1.entry-title {
	font-size: 36px;
	margin: 0;
	width: 40%;
}

article .entry-header p.entry-subtitle {
	font-size: 24px;
	line-height: 1.5em;
	font-family: 'Source Sans Pro', sans-serif;
	width: 40%;
}

article .breadcrumbs ul {
  border-bottom: 1px solid #cdc6bb;
  list-style: none;
  margin: 0;
  padding: 2em 0 1em;
}

article .breadcrumbs ul li {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
}

article .breadcrumbs ul li:first-child {
  font-weight: 600;
}

article .breadcrumbs ul li:last-child a {
  color: #767676;
}

article .breadcrumbs ul li:not(:last-child):after {
  content: '\f105';
  display: inline-block;
  font-family: 'FontAwesome', sans-serif;
  font-weight: 700;
  margin: 0 0.5em 0 1em;
}

article .breadcrumbs ul li a {
  color: #6d2e2d;
}

article .entry-content {
	width: 55%;
	padding:1em 0;
}

article .sidebar {
  position: absolute;
  right: 0;
  top: 2em;
  width: 35%;
  z-index: 9999;
}


article .sidebar aside {
	background: #fff;
	border-bottom: 2px solid #c7cbdb;
	border-radius: 6px;
	border-right: 2px solid #c7cbdb;
	text-align:center;
}

article .sidebar aside h2.widget-title {
	border-bottom: 1px solid #cdcdcd;
	color: #6d2e2d;
	font-size: 21px;
	margin: 0;
	margin-bottom: 1.5em;
	padding: 0.7em 0;
	line-height:1.5em;
}

article .sidebar aside .text-widget {
	padding: 0 .5em 0 0;
}

article .entry-content ul {
  margin: 1em  2em;
  padding: 0;
}

article .indent {
	margin: 1em 3em;
}

article .indent p {
	margin-bottom:1em;
}

article .contact {
	min-height: 600px;
}

article .contact .office {
	display:block;
	color: #b2976f;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 21px;
	font-weight: 600;
	margin: 0 0;
}

article .contact .address {
	display:block;
	font-size: 25px;
	margin: 0;
	line-height:1.5;
}

article .contact .contact-label {
	display:block;
	color: #6d2e2d;
	font-weight: 700;
}

/*FOOTER*/
footer {
	background: #fff;
	color: #4a3b40;
	padding: 2em 0 0;
}

footer h5 {
	color: #6d2e2d;
	font-size: 24px;
	margin-bottom:.5em;
}

footer p {
	font-size: 16px;
	padding-left: 42px;
}

footer span {
	font-size:18px;
	display:inline-block;
	vertical-align:top;
	margin-right: 1em;
}

footer a i {
	color: #c5c2c3;
	font-size: 30px!important;
	margin-right: .3em;
}

footer .excellence {
	background: url(images/footer-widget-badge.png) left no-repeat;
}

footer .cpr {
	background: url(images/footer-widget-badge2.png) left no-repeat;
}

footer .aplus {
	display:inline-block;
}

footer .row-share {
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom: 1px solid #c5c2c3;
}

footer .row-location {
	padding-left:20%;
}

footer .row-location p {
	margin:0;
}

footer .row-location p.city {
	font-weight:bold;
}

footer .row2 {
	background: #c5c2c3;
	color: #4a3b40;
	text-align:right;
	margin-top:1em;
}

footer .row2 .copyright {
	bottom: 1.7em;
	display: inline;
	margin-left: 1em;
}


/*MEDIA QUERIES*/
@media only screen and (max-width:1550px) {
	article .slider {background-size: cover;}
}

@media only screen and (max-width: 1200px) {
	header nav ul li a {padding: 0 1em;}
	article .slider .bxslider .slide.slide-1 .slider-content {width: 65%;}
	article .front-staffing .content {width:50%;}
	.inner {width:100%;}
}

@media only screen and (max-width : 979px) {
	header #logo, header #header-right, header nav ul {display: none;}
	header .responsive-header {display: block;}
	article .entry-header {background-size: contain;padding: 3em 0;}
	article .entry-header h1.entry-title, article .entry-header p.entry-subtitle {width: 80%;}
	article .slider .bxslider .slide.slide-1 .slider-content {width: 80%;}
	article .front-content .content {margin-bottom: 2em;text-align: center;width: 100%;}
	article .front-content .sidebar {position: relative;right: 0;top: 0;width: 100%;}
	article .entry-content {margin-bottom: 2em;text-align: center;width: 100%;}
	article .sidebar {position: relative;right: 0;top: 0;width: 100%;}
	article .front-trust {background-size: contain;}
	article .front-trust .content {margin-left: 0;text-align: center;width: 100%;}
	article .front-staffing .content {margin-right: 0;text-align: center;width: 100%;}
	article .front-staffing image {display: none;}
}

@media only screen and (max-width : 767px) {
	article .slider .bxslider .slide {height: 230px;text-align: center;}
	article .slider .bxslider .slide.slide-1 .slider-content {width: 100%;}
	article .slider .bxslider .slide .slider-content h3 {font-size: 30px;}
	article .slider .bxslider .slide .slider-content p {font-size: 20px;}
	article .slider .bxslider .slide .slider-content .button {display: none;}
	article .slider .slider-border {display: none;}
}

@media only screen and (max-width : 480px) {
	article .entry-header h1.entry-title, article .entry-header p.entry-subtitle {width: 100%;}
	article .slider .bxslider .slide .slider-content h3 {font-size: 25px;}
}

@media only screen and (max-width : 320px) {

}

