/* LOCATIONS ARCHIVE */
.locations-archive {
	background: #f3f3f3;
	padding: 60px 0;
}

.locations-archive .location {
	background: #ffffff;
	border: 10px solid #f3f3f3;
	border-radius: 15px;
	position: relative;
	padding-bottom: 55px;
}

.locations-archive .location .location-image {
	border-radius: 5px 5px 0px 0px;
	background-color: #CCC;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 125px;
}

.locations-archive .location .location-cont {
	padding: 15px;
	background: #ffffff;
	border-radius: 0 0 5px 5px;
	text-align: center;
}

.locations-archive h3.title {
	position: relative;
	margin-bottom: 5px;
	font-size: 1.3em;
	color: #00b3db;
}

.locations-archive .archive-locations-btn {
	display: inline-block;
	width: 82px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform:translateX(-50%);
	font-family: 'karbon-semi-bold';
	margin-top: 15px;
	padding: 8px 12px;
	border: 2px solid #00b3db;
	border-radius: 5px;
	background: #00b3db;
	color: #ffffff;
	text-transform: uppercase;
	transition: .3s ease;
}

.locations-archive .archive-locations-btn:hover { 
	background: #003768;
	border: 2px solid #003768;
}

/* LOCATIONS SINGLE */
.locations-single {
}

.locations-single .location-info .left-cont {
    padding: 60px 0;
    background: #f3f3f3;
}

.locations-single .location-info .left-cont .left-col {
    padding: 0 5vw;
        box-sizing: border-box;
}

.locations-single .location-info .left-cont .left-col .contact-pad-right {
	padding-right: 20px;
}

.locations-single .location-info {
	background: #ffffff;

}

.locations-single .location-info .location-desc,
.locations-single .location-info .location-contact {
	font-family: 'karbon-light';
    font-size: 1.2em;
    line-height: 1.3em;
    padding: 60px 0;
}

.locations-single .location-info .appointment-home {
	border-top: 1px solid #f3f3f3;
}

.locations-single .location-info .location-desc p:last-child {
	margin-bottom: 0;
}

.locations-single .location-info .location-contact {
    margin-bottom: 20px;
    padding: 0;
}

.locations-single .location-info .location-contact a {
    color: #00b3db;
    transition: .3s ease;
}

.locations-single .location-info .location-contact a:hover {
    color: #4d4d4d;
}


.locations-single .location-info .border-bottom {
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 60px;
}

.locations-single .location-info .title-address,
.locations-single .location-info .title-opening {
	position: relative;
	font-family: 'karbon-semi-bold';
	color: #00b3db;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.locations-single .location-info .title-address i:before,
.locations-single .location-info .title-opening i:before {
	font-family: 'qxray-icons'!important;
	padding-right: 5px;
	top: 3px;
    position: relative;
    left: 0;
}

.locations-single .location-info .location-phone strong,
.locations-single .location-info .location-fax strong,
.locations-single .location-info .location-email strong {
	color: #00b3db;	
}

.locations-single .practice-day {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	box-align: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-o-align-items: stretch;
	align-items: stretch;
	-ms-flex-align: stretch;
	position: relative;
}

.locations-single .practice-day .practice-table {
	width: 100%;
	margin-bottom: 10px;
}

.locations-single .practice-day .day {
	width: 40%;
	box-sizing: border-box;
}

.locations-single .practice-day .hours {
	width: 60%;
	box-sizing: border-box;
}

.locations-single .practice-day .hours p {
	margin-bottom: 0;
}


/* LOCATION SERVICES */
.locations-single .location-services {
	padding: 60px 0 30px 0;
    background: #00b3db;
    text-align: center;
}

.locations-single .location-services h1 {
    font-family: 'karbon-semi-bold';
    margin-bottom: 10px;
    text-transform: uppercase;
}

.locations-single .description {
	font-family: 'karbon-light';
	font-size: 1.3em;
	margin-bottom: 30px;
}

.locations-single article.service-icons,
.locations-single article.service-icons.col-5 {
	padding: 20px;
	border-right: solid 2px rgba(0,55,104,0.2);
}

.locations-single article.service-icons:last-child,
.locations-single article.service-icons.col-5:nth-child(5) {
	border-right: 0;
}

.locations-single article.service-icons.col-5:nth-child(-n+5) {
	border-bottom: solid 2px rgba(0,55,104,0.2);
}

.locations-single article.service-icons .title {
	position: relative;
	font-family: 'karbon-light';
	color: #ffffff;
	font-size: 1.1em;
}


/* LOCATION DOCTORS */
.locations-single .location-doctors {
	background: #ffffff;
	padding: 60px 0;
	text-align: center;
}

.locations-single .location-doctors h1 {
    font-family: 'karbon-semi-bold';
    margin-bottom: 10px;
    text-transform: uppercase;
}

.locations-single .doctor-slider .slick-list {
	padding: 0 20px;
}

.locations-single .doctor-slider .doctor {
	margin: 0 30px;
}

.locations-single .doctor-slider .doctor .doctor-image {
	margin-bottom: 30px;
	border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.locations-single .doctor-slider .doctor .doctor-description {
	margin-top: 15px;
}

.locations-single .doctor-slider .doctor h3.title {
	font-family: 'karbon-semi-bold';
    color: #00b3db;
}

.locations-single .doctor-slider .doctor h3 span.credentials {
	font-family: 'karbon-regular-italic';
    font-size: 12px;
    color: #4d4d4d;
    padding-left: 5px;
}

.locations-single .doctor-slider .doctor .doctor-btn {
	display: inline-block;
    position: relative;
    font-family: 'karbon-semi-bold';
    margin-top: 30px;
    padding: 15px 20px;
    border: 2px solid #00b3db;
    border-radius: 5px;
    background: #00b3db;
    color: #ffffff;
    text-transform: uppercase;
    transition: .3s ease;
}

.locations-single .doctor-slider .doctor .doctor-btn:hover {
    border: 2px solid #00b3db;
    background: transparent;
    color: #00b3db;
}

/* SLICK ARROWS */
.slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -30px;
}

.slick-arrow#slider-prev {
	left: 0;
	z-index: 10;
	cursor: pointer;
	transition: .3s ease;
}

.slick-arrow#slider-next {
	right: 0;
	z-index: 10;
	cursor: pointer;
	transition: .3s ease;
}

.slick-arrow#slider-prev:hover {
	left: 10px;
}

.slick-arrow#slider-next:hover {
	right: 10px;
}

.slick-arrow#slider-prev:before,
.slick-arrow#slider-next:before {
	left: 0;
	z-index: 10;
	font-family: 'qxray-icons';
	color:#f3f3f3;
	font-size: 35px;
}

.slick-arrow#slider-prev:before {
	content: "\e914";
}

.slick-arrow#slider-next:before {
	content: "\e915";
}


/* LOCATION FILTER */
.location-filter {
	background: #ffffff;
	padding: 30px 0;
	text-align: center;
}

.location-filter .location-search {
	display: inline-block;
	padding-right: 30px;
}

.location-filter select#filters {
	width: auto;
	max-width: 250px;
  height: 45px;
  margin-right: 10px;
  border: 0;
  background: #f3f3f3 url(../images/chevron-down.svg) no-repeat;
  background-size: 12px;
  background-position: right 10px center;
  padding: 0 60px 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 5px;
}

.location-filter .clearBtn {
	display: inline-block;
}

.location-filter .clearBtn button.clearAll {
	height: 45px;
	font-size: 12px;
	background: #00bedf;
	color: #ffffff;
	border: 0;
	padding: 0 20px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
}

.location-filter input#filters {
  width: auto;
	max-width: 250px;
  height: 45px;
  margin-right: 10px;
  border: 0;
  background: #f3f3f3;
  background-size: 12px;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 5px;
}

.isotope-message {
  font-size: 1.5em;
  text-align: center;
  line-height: 1.2em;
  max-width: 700px;
  margin: 0 auto;
  padding: 100px 0;
  display: none;
}

.isotope-message.visible {
  display: block;
}

/* Start: Recommended Isotope styles */
 
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
 
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
 
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
 
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
 
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}
 
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

@media only screen and (max-width: 1160px) {
	.locations-single .location-info .left-cont .left-col {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 1020px) {
	.locations-single .location-info .left-cont	.col-2 {
		width: 100%;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 960px) {
	.locations-archive .location.col-4 {
		width: 33.333%;
	}
	
	.isotope-message {
  	padding: 50px 0;
  }
	
	/* SERVCIES SINGLE PAGE */	
	.locations-single .header-content-mobile {
		display:block;
	}
	
	.location-filter .location-search {
  	padding-right: 0;
  	display: block;
  	width: 100%;
  	text-align: center;
	}
	
	.location-filter input#filters, .location-filter select#filters, .location-filter .clearBtn {
  	max-width: inherit;
  	box-sizing: border-box;
  	display: inline-block;
  	margin-right: 0;
  	width: 49%;
	}
	
	.location-filter input#filters, .location-filter select#filters:nth-child(2n) {
  	margin-right: 2%;
  	margin-bottom: 10px;
	}
	
	.location-filter .clearBtn button.clearAll {
  	width: 100%;
  	box-sizing: border-box;
	}
	
	.locations-single article.service-icons.col-5 {
		width: 33.333%;
		border-bottom: solid 2px rgba(0,55,104,0.2);
	}
	
	.locations-single article.service-icons.col-5:nth-child(3n) {
		border-right: 0;
	}
	
	.locations-single article.service-icons.col-5:nth-child(5) {
		border-right: solid 2px rgba(0,55,104,0.2);
	}
	
	.locations-single article.service-icons.col-5:last-child,
	.locations-single article.service-icons.col-5:nth-last-child(2) {
		border-bottom: 0;
	}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width: 760px) {
	.locations-single .location-info .left-cont	.col-2 .align-left {
		text-align:center;
	}
	
	.locations-archive .location.col-4 {
		width: 50%;
	}
	
	.locations-single .doctor-slider .slick-list {
		padding: 0;
	}
	
	.locations-single .doctor-slider .doctor {
		margin: 0 10px;
	}
	
	.locations-single .doctor-slider .doctor .doctor-image {
		padding: 0 20px;
	}
	
	.slick-arrow#slider-prev {
		left: -10px;
	}
	
	.slick-arrow#slider-next {
		right: -10px;
	}
	
	.slick-arrow#slider-prev:hover {
		left: 0;
	}
	
	.slick-arrow#slider-next:hover {
		right: 0;
	}
	
	.isotope-message {
  		padding: 40px 0;
  	}
  	
  	.locations-single article.service-icons.col-5 {
		width: 50%;
		border-bottom: solid 2px rgba(0,55,104,0.2);
	}
	
	.locations-single article.service-icons.col-5:nth-child(3n) {
		border-right: solid 2px rgba(0,55,104,0.2);
	}
	
	.locations-single article.service-icons.col-5:nth-child(2n) {
		border-right: 0;
	}
	
	.locations-single .practice-day .day {
		width: 100%;
		box-sizing: border-box;
	}
	
	.locations-single .practice-day .hours {
		width: 100%;
		box-sizing: border-box;
	}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width: 500px) {
	.locations-archive .location.col-4 {
		width: 100%;
	}
	
	.location-filter input#filters, .location-filter select#filters, .location-filter .clearBtn {
  	width: 100%;
  	margin-bottom: 10px;
	}
	
	.location-filter input#filters, .location-filter select#filters:nth-child(2n) {
  	margin-right: 0;
	}
	
	.isotope-message {
  	padding: 30px 0;
  }
}