/* -----------------------------------------
   Home page slider
----------------------------------------- */
#home-slider .slick-slide {
  position: relative;
  height: 500px;
  /*define the height of slide*/
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#home-slider .slider-caption p, #home-slider .slider-caption h3 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px;
    /*define the height of slide*/
  }
}
@media only screen and (max-width: 634px) {
  #home-slider .slick-slide {
    height: 300px;
    /*define the height of slide*/
  }
}
/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
  margin-bottom: 20px;
}

.gfield_label {
  display: none;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input, .gfield_error textarea {
  border-color: red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  text-align: right;
  /*aligning of submit button*/
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  margin-bottom: 10px;
  color: #990000;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}
.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
html, body {
  height: auto;
  max-width: 100%;
  overflow-x: hidden;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
}

/* Placeholder styling */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #555;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #555;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}

[type=number] {
  -moz-appearance: textfield;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

button, .button, input[type='submit'], input[type='reset'] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #fff;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
  background-color: #e6e6e6;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #3f3f3f;
  font-family: "Lato", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: inherit;
  margin: 0;
  line-height: 1em;
  letter-spacing: 1px;
}

h1 {
  /*basic heading styles*/
}

h2 {
  font-size: 32px;
  color: #080a0c;
  letter-spacing: 2px;
  /*basic heading styles*/
}

h3 {
  /*basic heading styles*/
  font-size: 32px;
  color: #080a0c;
  letter-spacing: 2px;
}

h4 {
  /*basic heading styles*/
}

h5 {
  /*basic heading styles*/
}

h6 {
  /*basic heading styles*/
}

p {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  font-size: 17px;
  line-height: 33px;
  /*basic paragraph styles*/
}
p:empty {
  display: none;
}
p a {
  text-decoration: none;
}

ul {
  /*basic list styles*/
}
ul li {
  /*basic list-item styles*/
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 33px;
}

a {
  color: #6E6E6E;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #2B2B2B;
  outline: none;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Button additional styles */
.button {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

/* Align Middle */
.align-middle {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* Pagination */
ul.pagination {
  margin: 1rem 0;
}
ul.pagination .pagination {
  margin: 0;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #fff;
  display: block;
}

/* Search form */
#searchform {
  position: relative;
}

#s {
  height: auto;
  padding: 12px 30px 12px 10px;
  background: transparent;
  color: #3B3B3B;
  border: none;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  border-left: 1px solid rgba(116, 116, 116, 0.15);
  border-right: 1px solid rgba(116, 116, 116, 0.15);
  border-bottom: 1px solid rgba(116, 116, 116, 0.15);
}

#searchsubmit {
  background: url("../images/search.svg") no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 18px;
  width: 18px;
  padding: 0;
  cursor: pointer;
  margin: 13px 7px 0 3px;
}
#searchsubmit:after {
  font-family: FontAwesome;
  font-size: 20px;
}
#searchsubmit:focus {
  border: none;
  outline: none;
}

#home-slider .slick-slide {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.logo {
  padding: 10px 0 18px;
}

.logo img {
  max-height: 60px;
  max-width: 200px;
}

#menu-header-menu {
  margin-left: 15px;
}

header {
  position: relative;
}

.social {
  position: absolute;
  top: 0;
  right: 12%;
}
.social ul {
  list-style: none;
}
.social ul li {
  display: inline-block;
}
.social ul li a {
  font-size: 18px;
  color: #2B2B2B;
  line-height: 24px;
  margin-right: 15px;
}
.social ul li a :hover {
  color: #E1E1E1;
}

.nav_header {
  border-top: 1px solid rgba(116, 116, 116, 0.15);
}

header .search {
  float: right;
  max-width: 190px;
  margin-left: 15px;
}

.top-bar {
  float: left;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  background: #fff;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.posts-list .entry-meta {
  margin-bottom: 0;
}
.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

/* 404 page */
.not-found {
  padding: 100px 0;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #fff;
}
.not-found .label:hover {
  background-color: #ebebeb;
  color: #fff;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}

/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
  background: #2B2B2B;
  padding: 60px 0;
}
.footer > .row {
  max-width: 990px;
}
.footer .footer_contact h4 {
  margin-bottom: 6px;
}
.footer .footer_contact p {
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Lato", sans-serif;
}
.footer .footer_contact p a {
  text-decoration: underline;
  color: #fff;
}
.footer .footer_contact .footer_address {
  margin-top: 23px;
}
.footer .footer_contact .footer_address p {
  font-size: 14px;
}
.footer .footer_contact .footer_address a {
  text-decoration: underline;
  color: #fff;
  font-size: 14px;
}
.footer .btn-w {
  margin: 20px auto;
}
.footer h4 {
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}
.footer h5 {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  line-height: 1em;
  letter-spacing: 2px;
  color: #fff;
  padding-bottom: 15px;
}
.footer .footer_hours h4 {
  letter-spacing: 1px;
  margin-bottom: 24px;
}
.footer .footer_hours p {
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  text-align: left;
}
.footer p {
  text-align: justify;
  color: #fff;
  line-height: 1.6em;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0;
}
.footer .copyright p {
  margin-top: 60px;
  text-align: center;
  color: #999999;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
}

.sticky-footer {
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li a {
  display: block;
  padding: 5px 10px;
}

/*---------------------------
MAP
--------------------------------*/
.acf-map {
  height: 200px;
}

/*---------------------------
ABOUT
--------------------------------*/
.img_resp {
  display: table;
  width: 100%;
  background-size: cover;
}

.meet_dr__img span, .services_sub_single_img {
  height: 250px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  background-position: 50% 50%;
}

.office_image_single {
  height: 320px;
}

.smile_image_single {
  height: 170px;
}

/*---------------------------
HOME
--------------------------------*/
.banner {
  height: 900px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: 50.00% 62.20%;
  background-size: cover;
  background-color: transparent;
  background-attachment: fixed;
}
.banner .banner_text {
  padding: 95px 0;
  text-align: center;
}
.banner .banner_text .banner_text__p {
  padding: 49px 0 53px;
}
.banner .banner_text h1 {
  color: #fff;
  line-height: 1.15em;
}
.banner .banner_text p {
  margin: 0;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 1.8em;
}
.banner .banner_text .btn-w {
  margin: auto;
  padding: 10px 21px;
  font-size: 16px;
}

.btn-w {
  display: table;
  font-size: 12px;
  padding: 8px 16px;
  background: #fff;
  text-transform: uppercase;
  color: #2B2B2B;
  line-height: 1.5em;
  font-weight: 700;
  font-family: "Droid Sans", sans-serif;
  border: 2px solid #2B2B2B;
  letter-spacing: 1px;
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -ms-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}
.btn-w:hover {
  background: #2B2B2B;
  color: #fff;
}

.booking_phone {
  margin-top: 10px;
}

.btn-b {
  text-transform: uppercase;
  display: table;
  font-size: 16px;
  border: 2px solid #2B2B2B;
  font-family: "Droid Sans", sans-serif;
  padding: 10px 20px;
  background: #2B2B2B;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn-b:hover {
  background: #5F5F5F;
  border: 2px solid #5F5F5F;
  color: #fff;
}
.btn-b:focus {
  color: #fff;
}

.main-bg {
  background: #7ecaca;
}

body .gray_bg {
  background: #bec1c2;
  padding: 15px;
  text-align: center;
}
body .gray_bg h2 {
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  font-size: 32px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0;
}

.welcome {
  padding: 50px 0 135px;
}
.welcome_left {
  padding-top: 62px;
  text-align: center;
}
.welcome_left h2 {
  color: #fff;
  letter-spacing: 0;
  line-height: 37px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 65px;
  margin-top: 15px;
}
.welcome_left .btn-w {
  margin: auto;
}
.welcome_right {
  padding-left: 50px;
  padding-top: 63px;
}
.welcome_right .slick-slide {
  text-align: center;
}
.welcome_right .slick-slide p {
  color: #fff;
  font-size: 21px;
}
.welcome_right .slick-slide h5 {
  color: #59aaaa;
  font-size: 16px;
  font-weight: 600;
  font-family: "Droid Sans", sans-serif;
  margin-top: 10px;
}
.welcome .img_resp {
  background-repeat: no-repeat;
  background-size: cover;
  height: 88px;
  width: 375px;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.maintain_smiles {
  padding: 60px 0 78px;
}
.maintain_smiles h2 {
  text-align: center;
  color: #7ecaca;
  margin-bottom: 64px;
  font-size: 34px;
  line-height: 1.3em;
}
.maintain_smiles .btn-b {
  margin: auto;
}
.maintain_smiles .maintain_smiles_b {
  margin-bottom: 72px;
}
.maintain_smiles .maintain_smiles_b .smiles_image_single {
  width: 135px;
  height: 135px;
  margin: auto;
}
.maintain_smiles .maintain_smiles_b h3 {
  color: #3f3f3f;
  font-size: 26px;
  margin-top: 22px;
  letter-spacing: 0.5px;
  text-align: center;
}
.maintain_smiles .maintain_smiles_b h3 span {
  color: #7ecaca;
}

.meet_dr {
  padding: 66px 0;
}
.meet_dr .title h2 {
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.meet_dr .stars_image_single {
  height: 370px;
  max-width: 250px;
  margin: 10px auto 0;
}
.meet_dr .meet_dr_1 {
  width: 29.19%;
}
.meet_dr .meet_dr_2 {
  width: 70.80%;
  padding: 0 0 0 10px;
}
.meet_dr .meet_dr_2 p {
  font-size: 17px;
  line-height: 33px;
  letter-spacing: 0;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}
.meet_dr .meet_dr_2 .btn-w {
  margin-top: 20px;
  margin-bottom: 13px;
}

.home_map {
  padding: 70px 0 90px;
}
.home_map .acf-map {
  height: 270px;
}
.home_map h4 {
  line-height: 44px;
  font-size: 24px;
  font-weight: 400;
  color: #080a0c;
  margin-bottom: 10px;
  letter-spacing: 2px;
  margin-top: 26px;
}
.home_map p {
  font-size: 17px;
  line-height: 33px;
  color: #3f3f3f;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
}
.home_map .btn-w {
  margin-top: 21px;
}

.gallery {
  padding: 70px 0 80px;
}
.gallery h2 {
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 35px;
}
.gallery .btn-b {
  margin: auto;
}

/*---------------------------
        END HOME
--------------------------------*/
.top-container {
  padding: 110px 0;
}
.top-container h1 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

/*---------------------------
          ABOUT
--------------------------------*/
.about_meet_dr {
  padding: 60px 0;
}
.about_meet_dr .meet_dr__img {
  padding: 10px 0;
}
.about_meet_dr .meet_dr__img span {
  height: 220px;
}
.about_meet_dr p {
  font-size: 17px;
  line-height: 33px;
  color: #3f3f3f;
  letter-spacing: 0;
  margin-bottom: 30px;
}

.education {
  padding: 60px 0 69px;
}
.education h2 {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.education p {
  line-height: 33px;
  margin: 0;
  letter-spacing: 0;
  font-size: 17px;
}
.education .education-height {
  margin-bottom: 20px;
  margin-top: 20px;
}
.education .education-height h5 {
  font-size: 24px;
  line-height: 33px;
  margin: 0;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.education .memberships h2 {
  margin-bottom: 16px;
}
.education .memberships ul {
  margin: 5px 0 25px 51px;
}
.education .memberships ul li {
  font-size: 17px;
  line-height: 33px;
  font-family: "Open Sans", sans-serif;
}
.education .memberships a {
  color: #6E6E6E;
  font-size: 17px;
}
.education .memberships a:hover {
  color: #2B2B2B;
}

.staff {
  padding: 60px 0;
}
.staff h2 {
  margin-bottom: 70px;
  letter-spacing: 2px;
}
.staff .staff_single {
  margin-bottom: 45px;
}
.staff .staff_single p {
  margin: 0;
  font-size: 17px;
  line-height: 33px;
  color: #3f3f3f;
  letter-spacing: 0;
}
.staff .staff_single p br {
  line-height: 0;
  font-size: 0;
  display: block;
}
.staff .staff_single p .alignleft {
  margin: 12px 1em 1em 0;
}

.office {
  padding: 60px 0;
}
.office .office_image_single {
  border: 1px solid #b39964;
}
.office h2 {
  color: #fff;
  margin-bottom: 20px;
}

.fax_home {
  text-decoration: none !important;
}

/*---------------------------
          New Patients
--------------------------------*/
.top-container__in {
  margin-top: 75px;
}
.top-container__in h3 {
  color: #fff;
  margin-top: 50px;
  letter-spacing: 2px;
  margin-bottom: 27px;
}
.top-container__in p {
  color: #fff;
  font-size: 20px;
}
.top-container__in .btn-b {
  margin-top: 10px;
}

.booking, .forms {
  padding: 60px 0 75px;
}
.booking h2, .forms h2 {
  letter-spacing: 2px;
  line-height: 1.3em;
}
.booking .btn-b, .forms .btn-b {
  font-size: 12px;
  letter-spacing: 0;
  margin-top: 10px;
}

.forms h2 {
  color: #fff;
}

.asked_and_answers {
  padding: 60px 0 23px;
}
.asked_and_answers h2 {
  letter-spacing: 2px;
  line-height: 44px;
  color: #080a0c;
  margin-bottom: 41px;
}
.asked_and_answers p {
  margin-bottom: 35px;
}

.smile {
  padding: 60px 0;
}
.smile h2 {
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.smile h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 48px 0 30px;
  letter-spacing: 2px;
}
.smile .smile_image_single {
  border: 1px solid #b39964;
  margin-bottom: 10px;
}

.services {
  padding: 60px 0;
}
.services h2 {
  letter-spacing: 2px;
  margin-bottom: 40px;
  color: #fff;
}
.services h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.services ul {
  margin-left: 3rem;
  margin-right: 0.5rem;
}

.services_sub .row {
  padding: 60px 0;
}
.services_sub h2, .services_sub h3 {
  color: #3f3f3f;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 33px;
  font-family: "Open Sans", sans-serif;
}
.services_sub h3 {
  font-size: 24px;
}
.services_sub .services_sub_single:nth-child(even) {
  background: #7ecaca;
}

.payment_office {
  padding: 60px 0;
}
.payment_office .top_phone {
  margin: 25px 0;
}

.payment_options {
  padding: 60px 0;
}
.payment_options h2 {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.insurance {
  padding: 60px 0;
}
.insurance ul {
  margin-left: 3rem;
  margin-right: 0.5rem;
}
.insurance h2 {
  letter-spacing: 2px;
  margin-bottom: 40px;
}

/*---------------------------
          Contact
--------------------------------*/
/*---------------------------
          Form
--------------------------------*/
body .main {
  padding: 60px 0 80px;
}
body .main h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 44px;
  color: #080a0c;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
body .main .gform_confirmation_message {
  margin-top: 15px;
  color: #7ecaca;
}
body .main .gform_wrapper {
  margin: 25px 0;
}
body .main .gform_wrapper textarea.medium {
  height: 100px;
}
body .main .gform_wrapper.gf_browser_chrome .gfield_error input[type=email], body .main .gform_wrapper.gf_browser_chrome .gfield_error input[type=number], body .main .gform_wrapper.gf_browser_chrome .gfield_error input[type=password], body .main .gform_wrapper.gf_browser_chrome .gfield_error input[type=tel], body .main .gform_wrapper.gf_browser_chrome .gfield_error input[type=text], body .main .gform_wrapper.gf_browser_chrome .gfield_error input[type=url], body .main .gform_wrapper.gf_browser_chrome .gfield_error select, body .main .gform_wrapper.gf_browser_chrome .gfield_error textarea, body .main .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
  margin: 0;
}
body .main .gform_wrapper ul li.gfield {
  margin-top: 0;
}
body .main .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, body .main .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin: 0;
}
body .main .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}
body .main .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .main .gform_wrapper li.gfield_error textarea {
  border: 1px solid red;
}
body .main .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  padding: 0;
  margin-bottom: 12px !important;
}
body .main .gform_wrapper li.gfield.gfield_error, body .main .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
body .main .gform_wrapper .gfield_error .gfield_label, body .main .gform_wrapper .gfield_label {
  color: #3f3f3f;
  font-size: 17px;
  line-height: 33px;
  font-weight: 400;
}
body .main .gform_wrapper .gfield_required {
  color: red;
}
body .main .form {
  max-width: 400px;
}
body .main .form .gform_wrapper div.validation_error {
  display: none;
}
body .main .form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, body .main .form .gform_wrapper .validation_message {
  display: none;
}
body .main .form .gform_body {
  max-width: 400px;
}
body .main .form .gform_body .form-w {
  width: 370px;
}
body .main .form .gform_body li {
  margin-bottom: 12px;
  padding: 0;
}
body .main .form .gform_body li input {
  padding: 8px !important;
  font-family: "Lato", sans-serif !important;
  color: #626262;
  font-size: 15px !important;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
body .main .form .gform_body .name_first {
  width: 45% !important;
  max-width: 45% !important;
  display: inline-block;
  padding: 0 5% 0 0 !important;
}
body .main .form .gform_body .name_last {
  width: 55% !important;
  max-width: 55% !important;
  display: inline-block;
  padding: 0 !important;
}
body .main .form .gform_body .name_last .gfield_required {
  display: none;
}
body .main .form .gform_footer {
  text-align: left;
  margin: 0;
  padding: 0;
}
body .main .form .gform_footer .gform_button {
  display: table;
  font-size: 12px;
  padding: 9px 20px;
  background: #fff;
  text-transform: uppercase;
  color: #2B2B2B;
  line-height: 1.5em;
  font-weight: 700;
  font-family: "Droid Sans", sans-serif;
  border: 2px solid #2B2B2B;
  letter-spacing: 1px;
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -ms-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}
body .main .form .gform_footer .gform_button:hover {
  background: #2B2B2B;
  color: #fff;
}

/*---------------------------
         end Form
--------------------------------*/
/*---------------------------
         sidebar
--------------------------------*/
.sidebar h5 {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 10px;
}
.sidebar ul {
  list-style-type: none;
  margin: 0;
}
.sidebar .textwidget p {
  margin-bottom: 25px;
}

.posts-list, .single_post {
  padding: 60px 0;
}
.posts-list .entry-meta, .single_post .entry-meta {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 17px;
  line-height: 33px;
  color: #3f3f3f;
}

.more-link {
  display: table;
  margin-left: 85%;
}

/*# sourceMappingURL=custom.css.map */
