/*
Theme Name: Dental Implants & Aesthetics
Author: Frank Ojeda E
Author URI: http://larrymenta.com/
Description: A Wordpress theme developed for Dental Implants Gold Coast
Version: 1.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, dentist
Text Domain: dia-theme

*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	display: none;
	line-height: 1;
	background-color: #12181d;
    font-family: "FF Mark Pro";
}
ol, ul {
	padding-left: 0;
	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;
}
* {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

a {
	color: #4a9bd2;
	text-decoration: none;
}
a:focus {
	outline: none;
}
input {
	-webkit-appearance: none;
}
.perks ul {
	list-style-type: disc;
    padding-left: 20px;
}
.perks ul li {
    font-family: "FF Mark Pro";
    font-size: 0.9375rem;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 26px;
    color: #ffffff;
}

.caption ul {
    padding-left: 20px;
    margin: 20px 0 20px 0;
	list-style: disc;
}

.caption ul li {
    font-family: "FF Mark Pro";
    font-size: 0.875rem;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: .5rem;	
    color: #ffffff;
}

.caption a {
	text-decoration: underline;
}

/* Helpers */
.content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.separator {
	clear: both;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.button {
	border: 1px solid #00abf1;
	padding: 8px 18px;
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	background-color: transparent;
	color: #00abf1;
	text-transform: uppercase;
	border-radius: 30px;
	-webkit-transition: background-color .2s linear, color .2s ease;
	transition: background-color .2s linear, color .2s ease;
}
.button:hover {
	background-color: #00abf1;
	color: #fff;
}

.button.white {
	border-color: #fff;
	color: #fff;
}

.button.white:hover {
	background-color: #ffffff;
	color: #00abf1;
}

.small-text {
	font-size: 80%;
}

.play-button {
	display: block;
	width: 112px;
	height: 112px;
	background: url(images/play-button.png) no-repeat;
	background-size: contain;
	text-indent: -9999px;
}

.see-more {
	display: block;
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-size: contain;
}

.see-more.white {
	background-image: url(images/see-more-white.png);
}

.see-more.blue {
	background-image: url(images/see-more-blue.png);
}

/* Icons */

.icon {
    display: inline-block;
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: sub;
}

.phone {
	background-image: url(images/phone-icon.png);
}

.clock {
	background-image: url(images/open-hours.png);
}

/* Header */
.mobile-menu {
	display: none;
}
.open-hours {
	position: absolute;
	top: 0;
	width: 100%;
	height: 40px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, #000000 100%);
	z-index: 100;
}

.open-hours p {
	padding: 14px 0;
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 0.75rem;
	text-align: right;
	color: #adb2bf;
}

.open-hours span.icon {
	margin-left: 5px; 
	margin-right: 5px; 
}

header {
	position: relative;
	width: 100%;
	min-height: 74px;
	padding-top: 40px;
	background-color: #12181d;
}

.ls-wrapper strong {
	font-weight: normal!important;
}

header .content {
	overflow: hidden;
}

.header-treatments-menu {
    position: absolute;
    width: 100%;
    height: 0;
    top: 100%;
    left: 0;    
    background-color: #1a232a;    
    transition: all .2s ease;
    overflow: hidden;
}

.header-treatments-menu.open {
	padding: 40px 0 20px;
	height: 175px;
	z-index: 100;
}
.logo {
	display: inline-block;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 18px;
}

.page-template-front-page .logo {
    width: 200px;
    padding-top: 10px;
}

.logo img {
	margin: 0 auto;
}

.menu-container {
	float: right;
    padding: 25px 0;
}

.menu-container ul {
	display: inline-block;
}

.menu-container ul li {
    display: inline-block;
    margin: 0 10px;
}

.menu-container ul li.treatment-open > a,
.menu-container ul li.menu-item-has-children > a {
	position: relative;
    padding-right: 25px;
}

.menu-container ul li.treatment-open > a:after,
.menu-container ul li.menu-item-has-children > a:after {
	content: '';
	position: absolute;
	top: 2px;
	right: 0;
	width: 13px;
	height: 10px;
	background: url(images/down-arrow.svg) no-repeat;
	background-size: cover;
	transform: rotate(0deg);
	transition: transform .2s linear;
}

.menu-container ul li.treatment-open > a.open:after {
	transform: rotate(-180deg);
}

.menu-container ul li.menu-item-has-children > ul {
	display: none;
}
.menu-container ul li a {
	font-family: "Gill Sans";
	font-size: 0.75rem;
	text-transform: uppercase;
	color: #e1eaee;
	letter-spacing: 3px;
	opacity: 0.6;
	transition: opacity .3s linear;
}

.menu-container ul li a:hover {
	opacity: 1;
}

.menu-container .button {
	display: inline-block;
	vertical-align: middle;
}

.treatments-list-container {
	padding-top: 50px;
	padding-bottom: 100px;
}

.treatments-list-ul {
	margin-top: 80px;
}

.treatments-list-ul li {
	display: inline-block;
	width: 24%;
	margin-bottom: 50px;
}

.treatments-list-ul li img {
	margin-left: auto;
	margin-right: auto;
}

.treatments-list-ul li h3 {
	margin-top: 20px; 
	text-align: center;
	color: #fff;
}


.treatments-list > li {
	float: left;
    width: 12.5%;
    min-height: 100px;
    text-align: center;
}

.treatments-list li .t-icon {
	display: block;
    width: 90px;
    height: 50px;
    margin: 0 auto;
	background-repeat: no-repeat;
    background-size: contain;
	opacity: .3;
	transition: all .1s linear;
}

.treatments-list li:hover .t-icon {
	opacity: 1;
}

.treatments-list li.active .t-icon {
	opacity: 1;
}

.treatments-list li a {

}

.treatments-list li span {
	display: block;
	margin-top: 15px;
	color: #e1eaee;
	font-family: "Gill Sans";
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 15px;
	text-transform: uppercase;
	opacity: .3;
	transition: opacity .1s linear;
}

.treatments-list li.active span {
	color: #00afff;
}

.treatments-list li:hover span {
	opacity: 1;
}
/* Homepage */
.section-one {
	width: 100%;
	background-image: linear-gradient(208deg, #1c242a 0%, #12181d 100%);
}

.vertical-slider {
	position: relative;
	background-image: linear-gradient(to left, rgba(24, 31, 37, 0) 0%, #11171c 100%);
}

.wrapper-in {
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
}

.section-one .wrapper-in {
    min-height: 500px;
}

.vertical-slider .wrapper-in {
	padding-left: 3.125rem;
}

.slider-dots-vertical {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 20px;
}

.slider-dots-vertical .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 30px 20px 30px;
    cursor: pointer;
}

.slider-dots-vertical .slick-dots li:before {
	content: '';
}

.treatments-slider .slick-slide:focus,
.treatments-slider .slick-slide:active {
	outline: none;
}

.treatments-slider .slick-slide img {
	max-height: 80px;
	margin-bottom: 1rem; 
}

.treatments-slider .slick-arrow {
	position: absolute;
	bottom: 20%;
	width: 40px;
	height: 40px;
	text-indent: -999999px;
	border: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
	cursor: pointer;
	z-index: 1;
}

.treatments-slider .slick-prev {
	right: 2%;
	margin-right: 45px;
	background-image: url(images/left-arrow.png);
}

.treatments-slider .slick-next {
	right: 2%;
	margin-right: 0;
	background-image: url(images/right-arrow.png);
}

.the-content h2,
.wrapper-in h2 {
	color: #00adf4;
	font-family: "Gill Sans";
	font-size: 1.575rem;
	font-weight: 100;
	letter-spacing: 5px;
	line-height: 30px;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	margin-bottom: 20px;
}

.the-content img {
	display: block;
	max-width: 100%;
	height: auto;
}

.wrapper-in p {
	color: #ffffff;
	font-family: "FF Mark Pro";
	font-size: 0.875rem;
	font-weight: 100;
	letter-spacing: 1px;
	line-height: 26px;
}

.vertical-slider .wrapper-in h2 {
	font-size: 1.563rem;
}

.vertical-slider .wrapper-in p {
	width: 90%;
	margin-bottom: 5rem;
}

.section-one .wrapper-in .caption {
    float: left;
    width: 70%;
    margin-right: 2.5%;
}

.section-one .wrapper-in .image {
	float: left;
	width: 27.5%;
}

.section-one .wrapper-in .image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.our-treatments {
	position: relative;
	width: 100%;
	height: 372px;
	background-image: url(images/girl-smile.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.our-treatments .wrapper-in {
	position: relative;
	padding-top: 7.25rem;
	padding-bottom: 7.25rem;
	z-index: 2;
}

.our-treatments .wrapper-in h2 {
	color: #1a232a;
}

.our-treatments .grey-waves {
	position: absolute;
	top: 0;
	left: 45%;
    margin-left: -450px;
    z-index: 1;
}

.our-team-home {
	padding-top: 3.125rem;
	background-image: linear-gradient(209deg, #1c242a 0%, #12181d 100%);
}

.treatments-list-ul {
	padding-left: 0;
}

.header-team-home h2 {
	font-family: "Gill Sans";
	font-size: 2rem;
	font-weight: 100;
	letter-spacing: 3px;
	line-height: 1.3;
	color: #ffffff;
}

.header-team-home h2 strong {
	font-size: 70%;
	font-weight: normal;
}

.header-team-home a {
	float: right;
	margin-top: 1.25rem;
}

.our-team-home-content {
	padding-bottom: 4.125rem;
}

.our-team-home-content div.the-team-list {
	width: 100%;
	margin-top: 3.125rem;
	margin-bottom: 3.125rem;
}

.our-team-home-content div.the-team-list:before,
.our-team-home-content div.the-team-list:after {
	content: '';
	clear: both;	
}

.our-team-home-content div.the-team-list div.slick-slide,
.our-team-home-content div.the-team-list > div {
    float: left;
    width: 12.5%;
}

.our-team-home-content div.the-team-list div.slick-slide img,
.our-team-home-content div.the-team-list > div img {
	width: 100%;
	mix-blend-mode: luminosity;
	opacity: .3;
	transition: all .3s linear;
}

.our-team-home-content div.the-team-list > div:hover img,
.our-team-home-content div.the-team-list div.slick-slide:hover img,
.our-team-home-content div.the-team-list div.slick-slide.slick-current img {
	mix-blend-mode: normal;
	opacity: 1;
}

.our-team-home-content h3 {
	width: 250px;
	min-height: 78px;
	margin-bottom: 2.5rem;
	font-family: "Avenir LT Std";
	font-size: 1.875rem;
	font-weight: 100;
	letter-spacing: 1px;
	line-height: 1.28;
	color: #00abf1;
}

.team-preview {
	margin-top: 3.125rem;
	padding-bottom: 3.125rem;
	border-bottom: 1px solid #44494c;
}


.team-preview p {
	color: #ffffff;
    font-family: "FF Mark Pro";
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 26px;
	padding-bottom: 15px;
}

.team-preview .studies {
	padding-right: 10px;
	font-family: 'Rubik', sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.5;
	color: #deebef;
	text-transform: uppercase;
}

.team-preview .caption {
    color: #ffffff;
    font-family: "FF Mark Pro";
    font-size: 0.875rem;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 26px;
}

.team-preview .caption p {
    width: 100%;
}

.team-preview > div {
	position: relative;
}

.team-preview > div img.team-photo {
	position: absolute;
	bottom: 0;
}

.home .team-preview img {
	max-width: 240px;
}

.home .team-preview img.doctor-front {
    margin-top: 34px;
}

.team-image-holder img {
	max-width: 400px;
}

.team-preview .slick-arrow {
	position: absolute;
	top: 50%;
	width: 64px;
	height: 64px;
	margin-top: -32px;
	text-indent: -999999px;
	border: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
	cursor: pointer;
}

.team-preview .slick-prev {
	left: 0;
	margin-left: -64px;
	background-image: url(images/left-arrow-new.png);
}

.team-preview .slick-next {
	right: 0;
	margin-right: -64px;
	background-image: url(images/right-arrow-new.png);
}

.testimonials {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem; 
	background-color: #dfebef;
}

.testimonials p {
	opacity: 0.8;
	color: #1c242a;
	font-family: "Gill Sans";
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 28px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 1.25rem;
}

.testimonials h3 {
	opacity: 0.4;
	color: #1c242a;
	font-family: "Gill Sans";
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}

.newsletter {
    padding-top: 4.25rem;
    padding-bottom: 5.25rem; 
	background-color: #00adf4;
	background-image: url(images/white-waves.png);
	background-position: 134% 0;
	background-repeat: no-repeat;
	background-size: contain;
	transition: background .8s ease-out;
}

.newsletter h2 {
	color: #ffffff;
	font-family: "Gill Sans";
	font-size: 1.875rem;
	font-weight: 100;
	letter-spacing: 5px;
	line-height: 38px;
	text-transform: uppercase;
}

.newsletter h2 strong {
	font-weight: normal;
	font-size: 70%;
}

.newsletter form {
	text-align: center;
}

.newsletter input[type="email"] {
	display: inline-block;
	width: 40%;
	font-family: "Avenir LT Std";
	font-size: 1.875rem;
	color:#ffffff;
	padding: 10px 15px;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	border: none;
	background: transparent;
	border-bottom: 1px solid #fff;
}

.newsletter input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: rgba(255,255,255,.3);
}

.newsletter input[type="email"]::-moz-placeholder { /* Firefox 19+ */
  	color: rgba(255,255,255,.3);
}

.newsletter input[type="email"]:-ms-input-placeholder { /* IE 10+ */
  	color: rgba(255,255,255,.3);
}

.newsletter input[type="email"]:-moz-placeholder { /* Firefox 18- */
  	color: rgba(255,255,255,.3);
}
.newsletter input[type="submit"]:active,
.newsletter input[type="submit"]:focus,
.newsletter input[type="email"]:active,
.newsletter input[type="email"]:focus {
	outline: none;
}

.newsletter input[type="submit"],
.newsletter a {
	display: inline-block;
	font-size: 0.875rem;
	padding: 15px 35px;
	border: 2px solid #fff;
	margin-top: 10px;
	margin-bottom: 10px;
    background-color: #00adf4;
    letter-spacing: 2px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 30px
}

.newsletter a:hover,
.newsletter input[type="submit"]:hover {
	background-color: #fff;
	color: #00abf1;
}

/* Team Template */

.our-team-hero {
	width: 100%;
	min-height: 648px;
	background-image: linear-gradient(208deg, #1c242a 0%, #12181d 100%);
}

.our-team-hero .placeholder-image {
	width: 100%;
	height: 648px;
	background: url(images/clinic-photo.png) no-repeat;
	background-size: contain;
}

.our-team-hero .placeholder-image > .content {
	position: relative;
}

.our-team-hero .placeholder-image > .content > .play-button {
	position: absolute;
	top: 50%;
	left: 20%;
	margin-top: -56px;
}

.our-team-hero .half {
	float: right;
	width: 50%;
	padding-top: 12.5rem;
	padding-bottom: 12.5rem;
}

.our-team-hero .half h2 {
	color: #edf4f6;
	font-family: "Gill Sans";
	font-size: 0.9375rem;
	font-weight: 100;
	letter-spacing: 2px;
	line-height: 34px;
	text-align: left;
}

.our-team-hero .half p {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	font-family: "FF Mark Pro";
	font-size: 0.9375rem;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 26px;
	color: #ffffff;
}

.our-team {
	background-image: linear-gradient(209deg, #1c242a 0%, #12181d 100%);	
}

.our-team-content {
	padding-bottom: 4.125rem;
}

.our-team-content ul.the-team-list {
	position: relative;
	top: -70px;
	display: block;
	width: 100%;
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
}

.our-team-content ul.the-team-list:before,
.our-team-home-content ul.the-team-list:after {
	content: '';
	clear: both;	
}

.our-team-content ul.the-team-list li {
    float: left;
    width: 11.11%;
}

.our-team-content ul.the-team-list li img {
	width: 100%;
	mix-blend-mode: luminosity;
	opacity: .3;
	transition: all .3s linear;
}

.our-team-content ul.the-team-list li:hover img,
.our-team-content ul.the-team-list li.active img {
	mix-blend-mode: normal;
	opacity: 1;
}

.our-team-content .team-preview > div {
	min-height: inherit;
}

.our-team-content .team-preview > div > .clearfix > div {
	position: relative;
	min-height: 450px;
}

.team-image-holder {
	position: relative;
}

.team-image-holder > img {
	right: 100px;
}

.treatments-contact {
	width: 100%;
	height: 132px;
}

.inline-contact-form {
	display: none;
	position: relative;
    top: -75px;
	opacity: 0;
	transition: opacity .2s ease-out 1s;
}

.treatments-contact > .consultation {
	float: left;
	width: 56%;
	height: 132px;
	background-color: #00adf4;
	transition: width .2s linear;
}

.treatments-contact > .treatments-bar {
	float: left;
	width: 44%;
	height: 132px;
	background-color: #1a232a;
	transition: width .2s linear;
}

.treatments-contact .request-consultation a,
.treatments-contact .view-treatments a,
.treatments-contact .view-treatments > span {
    position: relative;
    top: -80px;
	font-family: "Gill Sans";
	font-size: 1.25rem;
	letter-spacing: 3px;
	line-height: 28px;
	text-transform: uppercase;
}

.treatments-contact .request-consultation a {
	color: #ffffff;
}

.treatments-contact .view-treatments a,
.treatments-contact .view-treatments > span{
	color: #fff;
	left: 50px;
}

.treatments-contact .request-consultation a span,
.treatments-contact .view-treatments a span {
    position: relative;
    top: 2px;
	display: inline-block;
    margin-left: 3.125rem;
}

/* When Open */
.close-inline {
	float: left;
    margin-top: 1px;
    margin-right: 50px;
    color: #ffffff;
    font-family: "Gill Sans";
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
}

.treatments-contact > .consultation.open,
.treatments-contact .request-consultation.open{
	width: 100%;
}

.treatments-contact .view-treatments.closed,
.treatments-contact > .treatments-bar.closed {
	width: 0;
}

.treatments-contact .request-consultation.open .inline-contact-form{
	display: block;
	opacity: 1;
}

.book-appointment-inline p,
.treatments-contact .request-consultation.open .form-control {
    float: left;
    width: 150px;
}

.treatments-contact .request-consultation.open .form-control.date-picker {
	width: 180px;
}

.treatments-contact .request-consultation.open .open-book-inline {
	display: none;
}

.book-appointment-inline input[type="text"],
.book-appointment-inline input[type="email"]  {
	width: 100%;
	color: #ffffff;
	font-family: "Gill Sans";
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
	border: none;
	background-color: transparent;
}

.book-appointment-inline input[type="text"]:focus,
.book-appointment-inline input[type="email"]:focus {
	outline: none;
}

.book-appointment-inline input[type="text"]::-webkit-input-placeholder,
.book-appointment-inline input[type="email"]::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #deebef;
  opacity: .8;
}
.book-appointment-inline input[type="text"]::-moz-placeholder,
.book-appointment-inline input[type="email"]::-moz-placeholder{ /* Firefox 19+ */
  color: #deebef;
  opacity: .8;
}
.book-appointment-inline input[type="text"]:-ms-input-placeholder,
.book-appointment-inline input[type="email"]:-ms-input-placeholder{ /* IE 10+ */
  color: #deebef;
  opacity: .8;
}
.book-appointment-inline input[type="text"]:-moz-placeholder,
.book-appointment-inline input[type="email"]:-moz-placeholder{ /* Firefox 18- */
  color: #deebef;
  opacity: .8;
}

.book-appointment-inline .button {
    padding: 8px 35px;
    border-color: #fff;
    color: #00abf1;
    background-color: #fff;
    margin-left: 80px;
    cursor: pointer;
}

.book-appointment-inline div.wpcf7-validation-errors {
    position: absolute;
    bottom: 50px;
    left: 0;
    color: #fff;
    margin-top: 0!important;
    padding: 8px !important;
    margin-left: 0!important;
    font-size: .85em;
    font-family: "Gill Sans";
    text-align: center;
    background-color: #e8db20;
    border: none!important;
}

.book-appointment-inline .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    color: #d02222;
    font-size: 0.65em;
    font-family: "Gill Sans";
    font-weight: normal;
    display: block;
    text-align: left;
    text-transform: uppercase;
}
/* Treatments */
.treatments {
	position: relative;
	width: 100%;
	background-image: linear-gradient(208deg, #1c242a 0%, #12181d 100%);
}

.post-type-archive-treatments .treatments-slider .ref-image {
	float: left;
	width: 35%;
	/*height: 100%;*/
	height: 680px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.single-treatments .treatments-slider .ref-image {
	position: absolute;
	width: 35%;
	height: 100%;	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.treatments-slider .slick-slide {
	position: relative;
}

.treatments-slider .slide-content {
	position: relative;
	float: right;
	width: 65%;
	padding: 5% 5% 2%;
}

.treatments-slider .slide-content.archive-single {
	float: none;
	width: 100%;
	padding: 5% 5%;
}

.single-treatments .treatments-slider .slide-content {
	min-height: 741px;
}

.treatments-slider .slide-content h3 {
	color: #fff;
	margin-bottom: 20px;
}

.treatments-slider .slide-content p {
	width: 450px;
}

.treatments-slider .slide-content.archive-single p {
	width: 100%;
/* 	color: #798183; */
}

.treatments-slider .slide-content ul {
    width: 450px;
    padding-left: 18px;
	margin-bottom: 2.5rem;
}

.treatments-slider .slide-content ul li {	
    color: #ffffff;
    font-family: "FF Mark Pro";
    font-size: 0.9375rem;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 26px;
	list-style: disc;
}

.treatments-slider .slide-content .button {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
}


.treatments .arrows {
	position: absolute;
	right: 20%;
    bottom: 26%;
}

.treatments .arrows a {
	display: block;
	width: 40px;
	opacity: 0.3;
	transition: opacity .5s ease;
}

.treatments .arrows .prev-link {
	float: left;
}

.treatments .arrows .next-link {
	float: right;
}

.treatments .arrows a:hover {
	opacity: 1;
}

.treatments-slider .slide-content .arrows img {

}
.treatment-icon {
	margin-bottom: 2.5rem;
}

.treatments-slider h2 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	color: #ffffff;
	font-family: "Gill Sans", sans-serif;
	font-size: 1.875rem;
	font-weight: 300;
	line-height: 42px;
	text-transform: uppercase;
	letter-spacing: 5px;
	
	/*modify*/
/* 	font-size: 20px;
	letter-spacing: unset;
	font-weight: 500; */
/* 	color: #798183; */
}

.treatments-slider p {
	margin-bottom: 2.5rem;
	color: #ffffff;
	font-family: "FF Mark Pro";
	font-size: 0.9375rem;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 26px;
}

.treatments-single-content {
	padding: 100px 0 0;
	background-image: linear-gradient(5deg, #0e1418 0%, #232b31 46%, #13191e 100%);
}

.treatments-single-content h3,
.treatments-single-content h4 {
	margin-top: 30px;
	margin-bottom: 10px;
	color: #fff;
}

.treatments-single-content h3 {
	display: inline-block;
}

.treatments-single-content h2 {
	font-size: 26px;
}

.treatments-slider .slide-content h3,
.treatments-single-content h3 {
	font-size: 22px;
}

.treatments-single-content h4 {
	font-size: 18px;
}

.tech-title {
	color: #ffffff;
	font-family: "Gill Sans";
	font-size: 1.875rem;
	font-weight: 300;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.tech-title span {
	color: #ffffff;
	font-family: "Gill Sans";
	font-size: 1.25rem;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 38px;
	text-transform: uppercase;
}

.teeth-lines {
	margin-top: 50px;
	margin-bottom: 50px;
}

.teeth-lines li {
	display: inline-block;	
	vertical-align: middle;
}

.teeth-lines li:first-child {
	margin-right: 10%;
}

.icons-before {
	position: relative;
	/*padding-left: 40px;*/
	margin-bottom: 20px;
	color: #ffffff;
	font-family: "Gill Sans";
	font-size: 1rem;
	letter-spacing: 2px;
	line-height: 42px;
	text-transform: uppercase;
}

.slider-quotes button {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 50%;
    margin-bottom: -20px;
    background: none;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    border: none;
    cursor: pointer;
    text-indent: -9999px;
    z-index: 10;
    opacity: 1;
    transition: opacity .5s ease-out;
}

.slider-quotes button.slick-disabled {
	cursor: default;
	opacity: .4;
}

.slider-quotes button.slick-prev {
	left: 0%;
	background-image: url(images/bl-arrow.png);
}

.slider-quotes button.slick-next {
	right: 0%;
	background-image: url(images/br-arrow.png);
}

/*
.icons-before:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -13px;
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
}

.icons-before.crosshair:before {
	background-image: url(images/crosshair.png);
}

.icons-before.leaf:before {
	background-image: url(images/leaf.png);
}

.icons-before.speed:before {
	background-image: url(images/speed.png);
}*/

.treatments-single-content p {
	color: #ffffff;
	font-family: "FF Mark Pro";
	font-size: 0.9375rem;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 26px;
}

.perks p {
	width: 80%;
	margin-bottom: 20px;
}

.middle-text {
	padding-top: 50px;
	padding-bottom: 25px;
}

.simage {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}

.case-of-studies {
	padding: 50px 0 100px;
	
}

.slick-dots {
	position: relative!important;
	top: -20px;
	float: right;
	counter-reset: my-badass-counter;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 10px 0;
	cursor: pointer;
	vertical-align: middle;
}

.slick-dots li:before {
	position: absolute;
    top: -40px;
    left: -7px;
	content: counter(my-badass-counter, decimal-leading-zero);
	counter-increment: my-badass-counter;
	color: #ffffff;
	font-family: "Avenir LT Std";
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 42px;
	opacity: 0;
	transition: opacity .2s ease-out;
}

.slick-dots li:hover:before,
.slick-dots li.slick-active:before {
	opacity: 1;
}
.slick-dots li button {
	display: block;
	width: 7px;
	height: 7px;
    padding: 0;
	background-color: #dfebef;
	opacity: .2;
	text-indent: -9999px;
	cursor: pointer;
	border: none;
	border-radius: 50%;
	transition: all .2s ease-out;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
	width: 9px;
	height: 9px;
	opacity: 1;
}

.slider-center {
	position: relative;
	width: 100%;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
}

.slider-center div.slick-slide {
	margin: 0 5px;
}

.slider-center button:focus,
.slider-center button:active,
.slick-dots li button:focus,
.slick-dots li button:active,
.slider-center div.slick-slide:focus,
.slider-center div.slick-slide:active {
	outline: none;
}

.ba-slider {
    position: relative;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    box-shadow: 0px 1px 8px 4px rgba(0,0,0,.5);
}
 
.ba-slider img {
    width: 100%;
    display:block;
}
 
.resize {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}


.handle { /* Thin line seperator */
  position:absolute; 
  left:50%;
  top:0;
  bottom:0;
  width:4px;
  margin-left:-2px;
 
  background: #fff;
  cursor: ew-resize;
}
 
.handle:after {  /* Big orange knob  */
    position: absolute;
    top: 50%;
    width: 12px;
    height: 64px;
    margin: -32px 0 0 -4px;
    content: '';
    background-color: white;
}

.draggable:after {
    width: 12px;
    height: 64px;
    line-height:48px;
    font-size:30px;
}

.caption-slider-center {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	transition: opacity .2s ease-out;
}

.slick-current .caption-slider-center {
	opacity: 1;
}

.caption-slider-center .inside {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	width: 50%;
}

.caption-slider-center h4 {
	margin-top: 50px;
	margin-bottom: 20px;
	color: #ffffff;
	font-family: "FF Mark Pro";
	font-size: 0.9375rem;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 26px;
	text-align: center;
}

.caption-slider-center p {
	color: #ffffff;
    width: 100%;
    font-family: "FF Mark Pro";
    font-size: 0.9375rem;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: center;
}

.slider-center button {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 15%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    border: none;
    cursor: pointer;
    text-indent: -9999px;
    z-index: 10;
    opacity: 1;
    transition: opacity .5s ease-out;
}

.slider-center button.slick-disabled {
	cursor: default;
	opacity: .4;
}

.slider-center button.slick-prev {
	left: 0%;
	background-image: url(images/l-arrow.png);
}

.slider-center button.slick-next {
	right: 0;
	background-image: url(images/r-arrow.png);
}
/* Aesthetics */

.our-aesthetic-hero .placeholder-image {
	width: 100%;
	height: 648px;
	background-image: url(images/aesthetics-hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.our-aesthetic-hero .placeholder-image > .content {
	position: relative;
	height: 648px;
}

.our-aesthetic-hero .placeholder-image > .content > .play-button {
	position: absolute;
	top: 50%;
	left: 20%;
	margin-top: -56px;
}

.aesthetics-content {
	width: 100%;
	padding-top: 9.375rem;
	padding-bottom: 9.375rem;
	background-color: rgba(239, 239, 239, 1);
}

.aesthetics-content p {
	margin-bottom: 15px;	
	color: #727681;
	font-family: "FF Mark Pro", sans-serif;
	font-size: 0.9375rem;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 25px;
}

/* Implants */
.implants-hero .placeholder-image {
	position: relative;
	width: 100%;
	height: 750px;
	background: url(images/implants-hero-image.png) no-repeat;
	background-size: cover;
}

.implants-hero .placeholder-image .overshadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0,0,0,.3);
}

.implants-hero .inside {
	position: relative;
	top: 150px;
	width: 360px;
	z-index: 2;
}

.implants-hero h2 {
	color: #ffffff;
	font-family: "Avenir LT Std";
	font-size: 30px;
	font-weight: 300;
	line-height: 42px;
	letter-spacing: 0.5px;
	margin-bottom: 50px;
}

.implants-hero p {
	color: #deebef;
	font-family: "FF Mark Pro";
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 1px;
}

.implants-content {
	background-color: #efefef;	
}

.accordion {
	padding-top: 100px;
	padding-bottom: 100px;
}

.accordion-item-title {
	display: block;
    padding: 30px 0 30px 15px;
    margin-bottom: 20px;
	color: #00abf1;
	font-family: "Avenir LT Std";
	font-size: 25px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0.42px;
	border-bottom: 1px solid #cbc6c6;
	cursor: pointer;
}

.accordion-item-content {
	max-height: 0;
	overflow: hidden;
	margin-bottom: 0;
	transition: all .2s ease;
}

.accordion-item .accordion-item-content.active {
	max-height: 1000px;
	margin-bottom: 50px;
	transition: all .3s ease-out;
}

.accordion-item-content p {
	color: #757a7c;
	font-family: "FF Mark Pro";
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.form-container-implants {
    position: relative;
    top: -200px;
	width: 350px;
	height: 800px;
	padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
	background-color: #ffffff;
}

.form-container-implants .form-control {
	position: relative;
	padding-top: 10px;
	margin: 15px 0; 
}

.form-container-implants h2 {
	margin-top: 30px;
	color: #757a7c;
	font-family: "Gill Sans";
	font-size: 26px;
	letter-spacing: 3px;
}

.form-container-implants h3 {
	margin-top: 50px;
	color: #757a7c;
	font-family: "Gill Sans";
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.form-container-implants label {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 15px;
	opacity: 0;
	color: #757a7c;
	font-family: "Gill Sans";
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: opacity .2s ease-out;
}

.form-container-implants .focus + label {
	opacity: .8;
}

.form-container-implants input[type="text"],
.form-container-implants input[type="email"] {
	display: block;
	width: 100%;
	padding: 20px 15px;
	border: none;
	border-bottom: 2px solid rgba(117, 122, 124,.2);
	background: transparent;
	color: #757a7c;
	font-family: "Gill Sans";
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.form-container-implants input[type="submit"] {
    display: block;
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 15px;
    color: #ffffff;
    border-color: #cbcecf;
    background-color: #cbcecf;
    cursor: pointer;
    transition: all .2s linear;
}

.form-container-implants input[type="submit"]:hover{
	color: #fff;
	background-color: #757a7c;
}

.form-container-implants textarea {
	display: block;
	width: 100%;
	height: 120px;	
	padding: 20px 15px;
	border: none;
	border-bottom: 2px solid rgba(117, 122, 124,.2);
	background: transparent;
	color: #757a7c;
	font-family: "Gill Sans";
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
	resize: none;	
}

.form-container-implants input:focus,
.form-container-implants textarea:focus {
	outline: none;
}

.form-container-implants textarea::-webkit-input-placeholder,
.form-container-implants input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #757a7c;
  opacity: .8;
  transition: opacity .2s ease-out;
}
.form-container-implants textarea::-moz-placeholder ,
.form-container-implants input::-moz-placeholder { /* Firefox 19+ */
  color: #757a7c;
  opacity: .8;
  transition: opacity .2s ease-out;
}
.form-container-implants textarea:-ms-input-placeholder ,
.form-container-implants input:-ms-input-placeholder { /* IE 10+ */
  color: #757a7c;
  opacity: .8;
  transition: opacity .2s ease-out;
}
.form-container-implants textarea:-moz-placeholder ,
.form-container-implants input:-moz-placeholder { /* Firefox 18- */
  color: #757a7c;
  opacity: .8;
  transition: opacity .2s ease-out;
}

.form-container-implants textarea:focus::-webkit-input-placeholder,
.form-container-implants input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0;
}
.form-container-implants textarea:focus::-moz-placeholder ,
.form-container-implants input:focus::-moz-placeholder { /* Firefox 19+ */
  opacity: 0;
}
.form-container-implants textarea:focus:-ms-input-placeholder ,
.form-container-implants input:focus:-ms-input-placeholder { /* IE 10+ */
  opacity: 0;
}
.form-container-implants textarea:focus:-moz-placeholder ,
.form-container-implants input:focus:-moz-placeholder { /* Firefox 18- */
  opacity: 0;
}
/* Community */

.community-blog {

}

.community-blog ul {
	list-style: none;
}

.community-blog ul li {
	height: auto;
}

.community-blog ul li:before,
.community-blog ul li:after {
	content: '';
	display: table;
}

.community-blog ul li:after {
	clear: both;
}

.community-blog ul li > div.thumbnail {
	width: 30%;
	min-height: 520px;
	background-repeat: no-repeat;
	background-size: cover; 
}

.community-blog ul li > div.content-preview {
	width: 70%;
	padding: 5% 8%;
	height: 100%;
}

.community-blog ul li > div.content-preview h2 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	color: #ffffff;
	font-family: "Gill Sans";
	font-size: 1.563rem;
	font-weight: 400;
	letter-spacing: 4px;
	line-height: 42px;
	text-transform: uppercase;
}

.community-blog ul li > div.content-preview p {
	margin-bottom: 2.5rem;
	color: #ffffff;
	font-family: "FF Mark Pro";
	font-size: 0.9375rem;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 26px;
}

.community-blog ul li:nth-child(odd) {
	background-color: #00adf4;
}

.community-blog ul li:nth-child(odd) > div.thumbnail {
	float: left;
}

.community-blog ul li:nth-child(odd) > div.content-preview {
	float: right;
}

.community-blog ul li:nth-child(even) {
	background-color: #1a232a;
}

.community-blog ul li:nth-child(even) > div.thumbnail {
	float: right;
}

.community-blog ul li:nth-child(even) > div.content-preview {
	float: left;
}
/* Single Community */
.single-post-community {
	background-color: #efefef;
}

.top-hero {
	display: block;
	width: 100%;
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*
.single-post-community .images {
	float: left;
	width: 30%;
}
*/
.single-post-community .content {
	padding: 80px 0;
}

.single-post-community .content .arrows > div.prev-link {
	float: left;
	color: #727681;
}

.single-post-community .content .arrows > div.next-link {
	float: right;
	color: #727681;
}

.single-post-community .content .arrows > div img {
	display: inline-block;
	vertical-align: middle;
}


.single-post-community .content-wrapper {
    width: 100%;
}

.meta-title {
	position: relative;
	width: 100%;
	margin-bottom: 1.5rem;
}

.meta-title .arrows {
	display: block;
	text-align: center;
}

.meta-title .arrows > div {
	display: inline-block;
	margin: 0 20px;	
}

.meta-title .arrows > div a {
	color: #737772;
}

.meta-title .arrows img {
	display: inline-block;
	width: 40px;
	vertical-align: middle;
}

.single-post-community .content h1 {
	color: #00adf4;
	font-family: "Gill Sans";
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 4px;
	line-height: 42px;
	text-transform: uppercase;
}

.single-post-community .content p {
	color: #727681;
	font-family: "FF Mark Pro";
	font-size: 0.9375rem;
	font-weight: 300;
	margin-bottom: 10px;
	letter-spacing: 1px;
	line-height: 26px;
}

.single-post-community .content ul {
	padding-left: 20px;
}

.single-post-community .content ul li {
	color: #727681;
	font-family: "FF Mark Pro";
	font-size: 0.9375rem;
	font-weight: 300;
	list-style: disc;
	margin-bottom: 10px;
	letter-spacing: 1px;
	line-height: 26px;
}


/* Events */
.events-blog {

}

.events-blog ul {
	list-style: none;
}

.events-blog ul li {
	height: auto;
	overflow: hidden;
}

.events-blog ul li:before,
.events-blog ul li:after {
	content: '';
	display: table;
}

.events-blog ul li:after {
	clear: both;
}

.events-blog ul li > div.thumbnail {
	float: right;
	width: 30%;
	min-height: 500px;
	background-repeat: no-repeat;
	background-size: cover; 
}

.events-blog ul li > div.content-preview {
	float: left;
	width: 70%;
	padding: 5% 8% 5% 15%;
	height: 100%;
}

.events-blog ul li > div.content-preview .date {
	position: relative;
	float: left;
	width: 5%;
	margin-right: 1.875rem;
}

.events-blog ul li > div.content-preview .date:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 500px;
	background-color: #979797;
}

.events-blog ul li > div.content-preview .date > span {
	display: block;
	color: #00adf4;
	font-family: "Avenir LT Std";
	letter-spacing: 1px;
	text-transform: uppercase;
}
.events-blog ul li > div.content-preview .date .month {
	font-size: 0.9375rem;
	line-height: 16px;
}

.events-blog ul li > div.content-preview .date .day {
	font-size: 1.875rem;
	font-weight: 100;
}

.events-blog ul li > div.content-preview .event-excerpt {
	float: left;
	width: 90%;
}
.events-blog ul li > div.content-preview h2 {
	margin-top: 0;
	margin-bottom: 2.5rem;
	font-family: "Gill Sans";
	font-size: 1.563rem;
	font-weight: 400;
	letter-spacing: 4px;
	line-height: 42px;
	text-transform: uppercase;
}

.events-blog ul li > div.content-preview p {
	margin-bottom: 2.5rem;
	font-family: "FF Mark Pro";
	font-size: 0.9375rem;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 26px;
}

.events-blog ul li:nth-child(odd) {
	background-color: #efefef;
}

.events-blog ul li:nth-child(odd) h2 {
	color: #1a232a;
}

.events-blog ul li:nth-child(odd) p {
	color: #727681;
}

.events-blog ul li:nth-child(even) {
	background-color: #1a232a;
}

.events-blog ul li:nth-child(even) h2 {
	color: #efefef;
}

.events-blog ul li:nth-child(even) p {
	color: #fff;
}

/* Contact */
.contact {
	width: 100%;
	background-image: linear-gradient(210deg, #1c242a 0%, #12181d 100%);
}

#mapkit-7125 {
    height:810px;
    width:100%;
}

.inner-contact {
    padding: 10% 0 10%;
    max-height: 810px;
    overflow: hidden;
}

.contact h2 {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #ffffff;
	font-family: "Gill Sans";
	font-size: 1.875rem;
	font-weight: 300;
	letter-spacing: 5px;
	line-height: 42px;
	text-transform: uppercase;
}

.inner-contact p {
	margin-top: 40px;
	margin-bottom: 10px;
	color: #ffffff;
	font-family: "FF Mark Pro";
	font-size: 0.9375rem;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.8;
}

.contact-form p {
	margin-top: 0;
	margin-bottom: 0;
}

.inner-contact div.dir-tel {
	margin-top: 30px;
	margin-bottom: 30px;
}

.inner-contact div.dir-tel > span {
	display: block;
	color: #00adf4;
	font-family: "FF Mark Pro";
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.wpcf7 {
	overflow: hidden;
}

.contact-form {
	
}

.contact-form .form-control {
	position: relative;
	padding-top: 10px;
	margin: 15px 0; 
}

.contact-form label {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 15px;
	opacity: 0;
	color: #e1eaee;
	font-family: "Gill Sans";
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: opacity .2s ease-out;
}

.contact-form .focus + label,
.contact-form textarea:focus + label,
.contact-form input:focus + label  {
	opacity: .8;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
	display: block;
	width: 100%;
	padding: 20px 15px;
	border: none;
	border-bottom: 2px solid rgba(223, 235, 239,.7);
	background: transparent;
	color: #fff;
	font-family: "Gill Sans";
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.contact-form input[type="submit"]{
	margin-top: 10px;
	float: right;
	padding-left: 30px;
	padding-right: 30px;
	border-color: #fff;
	background-color: #fff;
	cursor: pointer;
	transition: all .2s linear;
}

.contact-form input[type="submit"]:hover{
	color: #fff;
	background-color: transparent;
}

.contact-form textarea {
	display: block;
	width: 100%;
	height: 120px;	
	padding: 20px 15px;
	border: none;
	border-bottom: 2px solid rgba(223, 235, 239,.7);
	background: transparent;
	color: #fff;
	font-family: "Gill Sans";
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
	resize: none;	
}

.contact-form input:focus,
.contact-form textarea:focus {
	outline: none;
}

.contact-form textarea::-webkit-input-placeholder,
.contact-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #e1eaee;
  opacity: .8;
  transition: opacity .2s ease-out;
}
.contact-form textarea::-moz-placeholder ,
.contact-form input::-moz-placeholder { /* Firefox 19+ */
  color: #e1eaee;
  opacity: .8;
  transition: opacity .2s ease-out;
}
.contact-form textarea:-ms-input-placeholder ,
.contact-form input:-ms-input-placeholder { /* IE 10+ */
  color: #e1eaee;
  opacity: .8;
  transition: opacity .2s ease-out;
}
.contact-form textarea:-moz-placeholder ,
.contact-form input:-moz-placeholder { /* Firefox 18- */
  color: #e1eaee;
  opacity: .8;
  transition: opacity .2s ease-out;
}

.contact-form textarea:focus::-webkit-input-placeholder,
.contact-form input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0;
}
.contact-form textarea:focus::-moz-placeholder ,
.contact-form input:focus::-moz-placeholder { /* Firefox 19+ */
  opacity: 0;
}
.contact-form textarea:focus:-ms-input-placeholder ,
.contact-form input:focus:-ms-input-placeholder { /* IE 10+ */
  opacity: 0;
}
.contact-form textarea:focus:-moz-placeholder ,
.contact-form input:focus:-moz-placeholder { /* Firefox 18- */
  opacity: 0;
}

.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    position: absolute;
    top: 5px;
    right: 0;
    width: 100%;
    color: #d02222;
    font-size: 0.65em;
    font-family: "Gill Sans";
    font-weight: normal;
    display: block;
    text-align: right;
    text-transform: uppercase;
}

div.wpcf7-validation-errors {
    color: #fff;
    padding: 8px !important;
    font-size: .85em;
    font-family: "Gill Sans";
    text-align: center;
    background-color: #e8db20;
    border: none!important;
}

div.wpcf7 .ajax-loader {
	background-image: url(images/ring.svg)!important;
}

.smile-bar {
	width: 100%;
	padding: 50px 0;
	background-color: #00adf4;
}

.smile-bar h2 {
	font-family: "Gill Sans";
	font-size: 1.25rem;
	letter-spacing: 3px;
	line-height: 28px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

/* Footer */
footer {
	padding: 3.125rem 0;
	background-color: #ffffff;
}

ul.footer-menu {
	float: left;
	width: 34%;
    padding-top: 14px;
}

ul.footer-menu li {
	display: block;
	text-align: left;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
}

ul.footer-menu li a {
	font-family: "Gill Sans";
	font-size: 0.8125rem;
	color: #798183;
	letter-spacing: 3px;
	transition: opacity linear .2s;
}

ul.footer-menu li a:hover {
	opacity: 1;
}

.logo-footer {
	max-width: 280px;
}

.copyright {
	padding-left: 50px;
    padding-right: 45px;
	font-family: "Gill Sans";
	font-size: 14px;
	font-weight: 400;
	color: #98999d;
	line-height: 1.4;
}

.copyright a {
	color: #00adf4;
}

ul.social {
	margin-top: 10px;
	padding-top: 0.75rem;
	padding-left: 50px;
	padding-bottom: 0.75rem;
}

ul.social li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

ul.social li:first-child {
	margin-left: 0;
}

ul.social li a img {
	max-width: 28px;
	opacity: 0.8;
	transition: opacity .2s linear;
}

ul.social li a:hover img {
	opacity: 1;
}

/* Book Appointment */

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.3);
	opacity: 0;
	z-index: -1;
	transition: opacity .4s ease;
}

.overlay.open {
	opacity: 1;
	z-index: 15;
}

.book-it-box {
	position: fixed;
	top: 50%;
	left: 0;
	margin-top: -391px;
	margin-left: 0;
	width: 345px;
	height: 782px;
	background-color: #00adf4;
	opacity: 0;
	transition: all .4s ease;
    z-index: -1;
}

.book-it-box span.close-box {
	position: absolute;
	top: 20px;
	right: 20px;
    color: #ffffff;
    font-family: "Gill Sans";
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer;
}

.book-it-box.open {
	opacity: 1;
	z-index: 101;
}


.book-form {
	max-width: 280px;
    margin: 50px auto 0;
}

.book-form .form-control {
	position: relative;
	padding-top: 10px;
	margin: 15px 0; 
}

.book-form h3 {
	margin-top: 50px;
	color: #ffffff;
	font-family: "Gill Sans";
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.book-form label {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 15px;
	opacity: 0;
	color: #e1eaee;
	font-family: "Gill Sans";
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: opacity .2s ease-out;
}

.book-form .focus + label {
	opacity: .8;
}

.book-form input[type="text"],
.book-form input[type="email"] {
	display: block;
	width: 100%;
	padding: 20px 15px;
	border: none;
	border-bottom: 2px solid rgba(223, 235, 239,.2);
	background: transparent;
	color: #fff;
	font-family: "Gill Sans";
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.book-form input[type="submit"] {
    display: block;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    border-color: #fff;
    background-color: #fff;
    cursor: pointer;
    transition: all .2s linear;
}

.book-form input[type="submit"]:hover{
	color: #fff;
	background-color: transparent;
}

.book-form textarea {
	display: block;
	width: 100%;
	height: 120px;	
	padding: 20px 15px;
	border: none;
	border-bottom: 2px solid rgba(223, 235, 239,.2);
	background: transparent;
	color: #fff;
	font-family: "Gill Sans";
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
	resize: none;	
}

.book-form input:focus,
.book-form textarea:focus {
	outline: none;
}

.book-form textarea::-webkit-input-placeholder,
.book-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #e1eaee;
  opacity: .8;
  transition: opacity .2s ease-out;
}
.book-form textarea::-moz-placeholder ,
.book-form input::-moz-placeholder { /* Firefox 19+ */
  color: #e1eaee;
  opacity: .8;
  transition: opacity .2s ease-out;
}
.book-form textarea:-ms-input-placeholder ,
.book-form input:-ms-input-placeholder { /* IE 10+ */
  color: #e1eaee;
  opacity: .8;
  transition: opacity .2s ease-out;
}
.book-form textarea:-moz-placeholder ,
.book-form input:-moz-placeholder { /* Firefox 18- */
  color: #e1eaee;
  opacity: .8;
  transition: opacity .2s ease-out;
}

.book-form textarea:focus::-webkit-input-placeholder,
.book-form input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0;
}
.book-form textarea:focus::-moz-placeholder ,
.book-form input:focus::-moz-placeholder { /* Firefox 19+ */
  opacity: 0;
}
.book-form textarea:focus:-ms-input-placeholder ,
.book-form input:focus:-ms-input-placeholder { /* IE 10+ */
  opacity: 0;
}
.book-form textarea:focus:-moz-placeholder ,
.book-form input:focus:-moz-placeholder { /* Firefox 18- */
  opacity: 0;
}

/* Video Modal */

.video-frame {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -240px;
	margin-left: -426.5px;
	z-index: 100;
}

.video-frame.open {
	display: block;
}

.overlay-video {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.8);
	opacity: 0;
	z-index: -1;
	transition: opacity .4s ease;
}

.overlay-video.open {
	opacity: 1;
	z-index: 15;
}

.error-404 {
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 500px;
	text-align: center;
}

.error-404 h2 {
	font-size: 38px;
	color: #f9f9f9;
	text-align: center;
	margin-bottom: 50px;
}

.error-404 a {
	display: inline-block;
	color: #00ADF4;
}

.category.archive .page,
.blog .page {
	padding: 0 0 50px;
	background-color: #ececec;
}


.full-image {
	margin-bottom: 50px;
}

.full-image img {
	width: 100%;
}

.top-blog-hero {
	width: 100%;
	height: 280px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.meta-header {
	width: 100%;
	padding: 20px 20px;
	background-color: #fff;
	box-shadow: 0px 6px 14px -5px rgba(0,0,0,.1);
}

.blog-container {
	padding-right: 40px;
}

.meta-header h3 {
	float: left;
	width: 80%;
	font-size: 18px;
}

.meta-header h3 a {
	float: left;
	color: #000;
}

.meta-header .date {
	display: block;
	float: right;
	width: 20%;
	color: #898989;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}

.meta-header a.post-link {
    display: block;
    margin-top: 10px;
    color: #4a9bd2;
    clear: both;
    font-weight: bold;
}

.blog-post {
	margin-bottom: 20px;
}

.widget-area ul li {
	list-style: none;
}

.widget-area h2 {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	margin: 20px 0;
}

.widget_categories ul li {
	margin: 10px 0; 
}

.widget_categories ul li a {
	font-size: 18px;
	text-transform: uppercase;
	color: #898989;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

.navigation a {
	color: #a2a2a2;
}

.tippy-tooltip.ajax-theme {
    position: absolute;
    width: 200px;
    padding: 0;
    overflow: hidden;
}

.tippy-tooltip.ajax-theme img {
      display: block;
      max-width: 100%;
}

  .tippy-popper[x-placement^='top'] .tippy-tooltip.ajax-theme {
    top: auto !important;
    bottom: 0;
  }
  .tippy-popper[x-placement^='bottom'] .tippy-tooltip.ajax-theme {
    bottom: auto !important;
    top: 0;
  }

  .tippy-tooltip.tomato-theme {
    font-weight: bold;
    color: yellow;
   }
    .tippy-backdrop {
      background: tomato;
    }

  .tippy-tooltip.dropdown-theme {
    text-align: left;
    font-size: 95%;
  }

  .hastooltip {
  	position: relative;
  	display: inline-block;
  }

  .hastooltip:after {
    content: '';
    top: 50%;
    left: 100%;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    margin-left: 6px;
    position: absolute;
    background-image: url(images/info.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .wp-caption-text {
    margin-top: 10px;
    font-size: 12px!important;
    color: #2f2f2f!important;
    line-height: 16px!important;
  }

  .single-post-community h4 {
  	color: #00adf4;
    font-family: "FF Mark Pro";
    font-size: 0.9375rem;
    font-weight: 300;
    margin-bottom: 10px;
    letter-spacing: 1px;
    line-height: 26px;
  }

/* Modifed on 25 Feb 2019 */

.blog-banner {
	position: relative;
}

.blog-banner .header-wrapper {
	display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.blog-banner .header-wrapper .header {
	color: #fff;
	flex-basis: 100%;
	text-align: center;
	font-size: 34px;
    text-transform: uppercase;
	font-family: "Gill Sans", sans-serif;
}

.blog-banner .header-wrapper .header span {
	display: block;
}

.blog-banner .header-wrapper .header span:first-child {
	margin-bottom: 15px;
}

.blog-banner .header-wrapper .header span:last-child {
	font-weight: 300;
}

.ba-slider {height: 533px;max-height: 569px;}
.ba-slider img {height: 100%;min-height: 533px;}

body .button {
/* 	font-size: 0.875rem;
	font-weight: 500;
    border: 2px solid #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: transparent;
    letter-spacing: 2px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 30px; */
}


body .button:hover {
/* 	background-color: #fff;
    color: #00abf1; */
}

body.home .ls-inner a.button {
	font-size: 0.875rem;
	font-weight: 500;
    border: 2px solid #00adf4;
    margin-top: 14px;
    margin-bottom: 14px;
    background-color: #00adf4;
    letter-spacing: 2px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 30px;
	transition: all 0.3s;
}

body.home .ls-inner a.button:hover {
	background-color: #2e93c4;
	border-color: #2e93c4;
	color: #fff;
}

body.post-type-archive-treatments .treatments {
	padding: 0 30px;
}

body.post-type-archive-treatments .treatments .treatments-slider h2 {
	font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
	line-height: 1.3;
}

body.post-type-archive-treatments .treatments .treatments-slider {
	display: flex;
	flex-wrap: wrap;
	padding: 60px 0;
}

body.post-type-archive-treatments .treatments .treatments-slider .text-content-slide > div:first-child {
	height: 75px;
	display: flex;
	align-items: center;
}

body.post-type-archive-treatments .treatments-slider .slide-content.archive-single p {
	text-overflow: ellipsis;
    overflow: hidden;
    height: 180px;
}

body.post-type-archive-treatments .treatments .treatments-slider > div { 
	flex-basis: 25%; 
	padding: 30px 10px 70px;
}

body.post-type-archive-treatments .treatments .treatments-slider > div .img-wrapper {
	height: 175px;
	display: flex;
}

body.post-type-archive-treatments .treatments .treatments-slider > div .treatment-icon {
	max-width: 180px;
    max-height: 120px;
    object-fit: contain;
}

body.post-type-archive-treatments .treatments-slider .slide-content.archive-single {
	padding: 0 40px;
}

.our-team-content strong,
.our-team-content b,
.aesthetics-content strong,
.aesthetics-content b {
	font-weight: 700;
}

.our-team-content br {padding-bottom: 8px;}

.the-content h1, .our-team-content h1, .aesthetics-content h1 {font-size: 32px;}
.the-content h2, .our-team-content h2, .aesthetics-content h2 {font-size: 24px;}
.the-content h3, .our-team-content h3, .aesthetics-content h3 {font-size: 19px;} 
.the-content h4, .our-team-content h4, .aesthetics-content h4 {font-size: 18px;}
.the-content h5, .our-team-content h5, .aesthetics-content h5 {font-size: 14px;}
.the-content h6, .our-team-content h6, .aesthetics-content h6 {font-size: 12px;}

.the-content h1, .our-team-content h1, .aesthetics-content h1,
.the-content h2, .our-team-content h2, .aesthetics-content h2,
.the-content h3, .our-team-content h3, .aesthetics-content h3,
.the-content h4, .our-team-content h4, .aesthetics-content h4,
.the-content h5, .our-team-content h5, .aesthetics-content h5,
.the-content h6, .our-team-content h6, .aesthetics-content h6 {
	color: #00adf4;
	font-weight: 400;
	font-family: "Gill Sans", sans-serif;
	letter-spacing: 2px;
	padding-bottom: 15px;
	line-height: 1.5;
}

.aesthetics-content .title {
	color: #00adf4;
	line-height: 1.3;
	font-family: "Gill Sans", sans-serif;
}

body.single-post .the-content h1,
body.single-post .the-content h2,
body.single-post .the-content h3,
body.single-post .the-content h4,
body.single-post .the-content h5,
body.single-post .the-content h6 {
/* 	letter-spacing: 2px;
    margin: 0;
    padding: 12px 0 17px;
	font-size: 22px; */
}

body.single-post .single-post-community .content h1 {
	letter-spacing: 2px;
}

.our-team-content .team-preview .slick-arrow {
	width: 35px;
    height: 35px;
    top: 330px;
}
.our-team-content .team-preview .slick-next {right: unset;left: 420px;}

.contact-form input[type="submit"] {background-color: transparent;}
.contact-form input[type="submit"]:hover {background-color: white;color: #00abf1;}
.team-image-holder img {width: 400px;}
.team-preview .slick-prev {margin-left: -58px;}

body.single-treatments .case-of-studies .ba-slider img {width: 800px !important;}

.contact-phone,
.contact-phone a {
	color: #00adf4;
    font-family: "FF Mark Pro";
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact-phone a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1280px) {
	.team-preview .team-image-holder {padding: 0 50px;}
	.team-preview .caption {padding: 0 50px;}
	.team-preview .slick-prev {margin-left: 0;}
	.our-team-content .team-preview .slick-next {left: 470px;}
	.team-preview .slick-slide > h3 {padding: 0 50px;}
}

@media screen and (max-width: 1024px) {
	body.home .slick-slider {margin-top: 70px; margin-bottom: 100px;}
	body.home .slick-slider .slick-list {height: 230px}
	body.home .mobile-slider .slick-arrow {width: 40px; height: 40px}
	body.home .mobile-slider .slick-next {right: 15px;}
	body.home .mobile-slider .slick-prev {left: 15px;}
	body.post-type-archive-treatments .treatments-slider .text-content-slide > div {float: none; width: 100%;}
	.team-preview .team-image-holder, .team-preview .caption {width: 100%;padding: 0;}
	.team-preview .caption {padding-top: 15px;}
	.our-team-content .team-preview .slick-prev {right: unset; left: 30px;}
	.our-team-content .team-preview .slick-next {left: 500px;}
	.team-preview .slick-slide > h3 {padding: 0}
}

@media screen and (max-width: 768px) {
	body.post-type-archive-treatments .treatments .treatments-slider > div { flex-basis: 50%; }
	body.post-type-archive-treatments .treatments .treatments-slider > div {margin: 0}
	.blog-banner .header-wrapper .header {font-size: 28px;}
}

@media screen and (max-width: 414px) {
	body.post-type-archive-treatments .treatments .treatments-slider > div { flex-basis: 100%; }
	body.single-treatments .case-of-studies .slick-arrow,
		.our-team-content .team-preview .slick-arrow {width: 25px; height: 25px;}
	
	body.post-type-archive-team .our-team-content .team-preview .slick-prev {left: 10px;}
	body.post-type-archive-team .our-team-content .team-preview .slick-next {left: unset; right: 10px;margin: 0;}
	body.post-type-archive-team .our-team-content .team-preview .slick-arrow {top: 290px;}
	
	.blog-banner .header-wrapper .header {font-size: 22px;}
	.blog-banner img {height: 260px; object-fit: cover;}
	
	body.post-type-archive-team .team-preview {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	body.treatments-template-default.single-treatments .ba-slider {
		height: 220px;
		box-shadow: none;
	}
	
	body.treatments-template-default.single-treatments .ba-slider > div,
	body.treatments-template-default.single-treatments .ba-slider .handle {
		height: 100%;
	}
	
	body.single-treatments .case-of-studies .ba-slider img {
		height: 100%;
		min-height: unset;
		object-fit: contain;
	}
	
	body.single-treatments .case-of-studies .ba-slider img {
		width: calc(100vw - 40px) !important;
	}
}
