/**
  Theme Name: Inspire Dental
  Theme URI: http://www.inspire-dental.co.uk
  Version: 1.0
  Author: Dental Design
  Author URI: http://www.dental-design.co.uk
 Description: A theme created for Inspire Dental by Dental Design.
*/

/* CSS Document */

body {
  margin: 0;
  padding: 0;
  font-family: 'Telex', Helvetica, Arial, sans-serif;
  font-size: 13px;
  color:#333;
}

h1, h2, h3, h4 {
  font-weight: 400;
}

h1 {
  font-size:36px;
  letter-spacing:-0.05em;
  line-height:40px;
  padding:0;
  margin-bottom:0px;
  color:#333;
}

.h1-home {
  float:right;
  margin: 22px 0 0;
}

.h1-team {
  float:right;
  margin: 22px 20px 0;
  position: relative;
}

.pink-text {
  color:#e73e97;
  font-size:36px;
  letter-spacing:-0.05em;
}

.large-text {
  font-size:30px;
  font-weight:lighter;
}

h2 {
  font-size:26px;
  letter-spacing:-0.03em;
  color:#e73e97;
  margin-bottom:15px;
}

h3 {
  font-size:24px;
  letter-spacing:-0.03em;
  margin-bottom:5px;
  color:#333;
}

h4 {
  font-size:20px;
  letter-spacing:-0.01em;
  margin-bottom:5px;
  color:#333;
}

h5 {
  font-size:18px;
  font-style:italic;
  margin:5px 0 -10px;
  color:#666;
}

h6 {
  font-size:20px;
  letter-spacing:-0.01em;
  margin-bottom:5px;
  color:#333;
  background-color:#666;
  padding:10px;
  text-align:center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width:350px;
  margin-top: -35px;
}

a {
  color: #f9a8d3;
  text-decoration: none;
}

a:hover {
  color: #f57fbd;
}

p, ul, ol {
  line-height:24px;
  margin:15px 10px;
}

ul.bullet-point {
    margin: 0;
    padding: 0;
  line-height:24px;
}

ul.bullet-point li {
    margin: 0px 0 0 30px;
    padding: 2px 0 2px 20px;
    list-style: none;
    background: url(/wp-content/themes/inspire/images/bullet-point.webp) no-repeat top left;
}

hr {
  border: 0;
  height: 1px;
  margin:30px 0;
  background: #eee; 
}

strong {
  font-weight:700;
}

a.button {
  background:#4496cb;
  color:#fff;
  padding:7px 20px;
  margin:20px 0;
  -webkit-border-radius: 4px;
  border-radius: 4px; 
}

a.button:hover {
  background:#3281b4;
  color:#fff;
  cursor:pointer;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignright {
  float:right;
  margin:0 -10px 10px 20px;
  padding:8px;
  background:#e6eaec;
  border:1px #eee solid;
}

.alignleft {
  float:left;
  margin:0 20px 10px -10px;
  padding:8px;
  background:#e6eaec;
  border:1px #eee solid;
}

.alignright img {
  -webkit-border-radius: 8px;
  border-radius: 8px; 
}

.video-right {
  float:right;
  margin:20px 0 10px 20px;
  padding:8px;
  background:#e6eaec;
  text-align:center;
}

/* Header wrapper */


#logo-wrapper {
  /* width:1000px; */
  /* height: 300px; */
  margin: 0 auto;
  position: absolute;
  right: -4px;
  top: -20px;
}

#logo, #logo-inner {
  width:225px;
  height:140px;
  margin:45px 0 0;
  position:absolute;
  z-index:99;
  padding:5px;
}

#logo-inner-wrapper {
  width:100%;
  height: 197px;
  margin: 0 auto;
  background:url(/wp-content/themes/inspire/images/header.webp);
}

#header {
  max-width:1000px;
  width: 100%;
  margin:0 auto;
}

.awards-header {
    position: absolute;
    z-index: 99;
    text-align: center;
    bottom: 5px;
    left: 6px;
}

.awards-header img {
    width: 150px;
}

/* Navigation */

.top-nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 40px;
  z-index: 999;
  border-bottom:2px solid #df4898;
  background-color: #4b5560;
  background-color: rgba(72, 85, 96, 0.9);
    color: rgba(72, 85, 96, 0.9);
}

.nav-wrap {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

/* Some stylesheet reset */
.nav, .nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px #68747d solid;
  height: 40px;
}

/* The main container */
.nav {
  /* Layout and positioning */
  display: block;
  position: relative;
}

.nav>li {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 10%;
}

.nav>li.long {
  width: 12%;
}

.nav>li.longer {
  width: 18%;
}

/* The main navigation links */
.nav>li>a {
  /* Layout */
  display: block;
  padding: 10px 2% 0;
  height: 30px;
  border-right: 1px #68747d solid;
  min-width: 56px;

  /* Typography */
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  text-align: center;

  /* Effects */
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* The active hover state */

.nav>li>a.active {
  background: #f1f1f1;
}

.nav>li>a.active::after {
  content: "";
  position: absolute;
  top: 41px;
  left: 18px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #D4A674;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
}

.nav>li>a.active:hover::after {
  top: 45px;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

/* The hover state of the navigation links */
.nav>li>a:hover, .nav>li:hover>a {
  background: #e73e97;
  color: #fff;
}

.nav>.dropdown>a {
  /*padding-right: 26px;*/
}

/* The arrow indicating a dropdown menu */
.nav>.dropdown>a::after {
   content: "";
   position: absolute;
   top: 37px;
   left: 18px;
   width: 5px;
   height: 5px;
   border-right: 1px solid #d4a674;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -o-transform: rotate(45deg);
  }

/* Changing the color of the arrow on hover */
.nav>.dropdown>a:hover::after, .nav>.dropdown:hover>a::after {
  border-color: #fff;
  top: 45px;
}

.nav ul {
  position: relative;
  position: absolute;
  left: -9999px;
  display: block;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

/* Level 1 submenus */
.nav>li>ul {
  padding-top: 0px;
  z-index: 950;
  top: 40px;
}

/* Making the level 1 submenu to appear on hover */
.nav>li:hover>ul {
  left: 0px;
}

/* Level 2+ submenus */
.nav ul ul {
  left: -9999px;
  top: 0px;
  z-index: 999;
}

/* Making the level 2+ submenu to appear on hover */
.nav ul>li:hover>ul {
  left: 184px;
  top: 0px;
}

/* The submenu link containers */
.nav ul li {
  position: relative;
  display: block;

  /* Creating the slide effect. The list elements which contain the links have 0 height. On hover, they will expand */
  height: 0px;
  -webkit-transition: height .6s;
  -moz-transition: height .6s;
  -o-transition: height .6s;
  -ms-transition: height .6s;
}

/* Expanding the list elements which contain the links */
.nav li:hover>ul>li {
  height: 39px;
}

.nav ul li:hover>ul>li:first-child {
  height: 39px;
} 

/* The links of the submenus */
.nav ul li a {
  /* Layout */
  display: block;
  width: 154px;
  padding: 8px 15px 8px 15px;
  margin: 1px 0 0;

  /* Typography */
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  
  /* Background & effects */
  background: #959ca1;
}

/* The hover state of the links */
.nav ul li>a:hover, .nav ul li:hover>a {
  background: #58646d;
  color: #fff;
}

.nav ul ul>li:first-child>a {
  border-top: 0px solid #c1c1c1;
}

.nav ul>li:last-child>a {
  border-bottom: 0px solid #cbc9c7;
}


/* The arrow indicating a level 2+ submenu */
.nav ul>.dropdown>a::after {
  content: "";
   position: absolute;
   top: 10px;
   right: 8px;
   width: 4px;
   height: 4px;
   border-bottom: 1px solid #a6a6a6;
   border-right: 1px solid #a6a6a6;
   -webkit-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
}

.nav ul>.dropdown:hover>a::after, .nav ul>.dropdown>a:hover::after {
  border-color: #a1a1a1;
}

/* Social icons */

.social-icons {
  width:70px;
  margin:0;
  position:fixed;
  top:44px;
  right:20px;
  z-index:20;
}

.social-icons img {
  width:70px;
  height:50px;
  right:-20px;
  margin:-1px 0;
  position:relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-icons img:hover {
  right:-10px;
}


/* Main content */

#home-content {
  max-width: 1000px;
  width: 100%;
  margin:30px auto;
  clear: both;
}

#main-content {
  max-width: 1000px;
  width: 100%;
  margin:30px auto;
  padding:0;
}

#content {
  float:left;
  width:670px;
  margin:-10px 30px 0 0;
}

#main-contact {
  width:1000px;
  margin:0 auto;
  padding:0;
  position: relative;
  top: -540px;
}

#contact-page {
  width:100%;
  height:500px;
}

#content-contact {
  float:left;
  width:260px;
  margin:10px 0 0;
  padding: 20px;
  background: #57646d;
  color:#fff;
  min-height: 455px;
}

#content-contact h3 {
  color:#fff;
}

#sidebar {
  float:right;
  width:300px;
  margin:0;
}

.whitening-offer {
  clear: both;
  overflow: auto;
  padding: 10px;
  background: #eee;
  margin-right: 20px;
  border: 1px solid #ddd;
  font-size: 30px;
  max-width: 600px;
  width: 92%;
}

.whitening-offer img {
  float: left;
  margin-right: 15px;
}

/* Testimonial */

.testimonial {
  width:618px;
  margin: 20px 0px;
  padding: 25px 25px 50px 25px;
  background: #ebeff2;
  border: 1px solid #e6e6e6;
}

.testimonial-quote {
  position: absolute;
  margin: -6px 0 0 -31px;
  width:34px;
  height:30px;
  background: url(/wp-content/themes/inspire/images/testimonial-quote.webp);
}

.patient-name {
  background: url(/wp-content/themes/inspire/images/patient-name.webp) no-repeat;
  margin: 9px 0 30px;
  padding: 6px 0 0 40px;
  font-size: 18px;
  color: #333;
  height: 32px;
  position:absolute;
}
.patient-name small{
  font-size: 13px;
}

/* Team page */

.team-left {
  float:left;
  width:618px;
  margin: 20px 30px 20px 0px;
  padding: 20px 25px;
  background: #ebeff2;
  border: 1px solid #e6e6e6;
  min-height: 260px;
}

.avatar-right {
  float: right;
  width: 300px;
  margin: 20px 0px 20px 0px;
}

.team-right {
  float:right;
  width:618px;
  margin: 20px 0px 20px 0px;
  padding: 20px 25px;
  background: #ebeff2;
  border: 1px solid #e6e6e6;
  min-height: 260px;
}

.team-name {
  font-size:24px;
  letter-spacing:-0.03em;
  color:#333;
  margin:10px 10px 10px 0;
}

.avatar-left {
  float: left;
  width: 300px;
  margin: 20px 30px 20px 0px;
}

#team-home {
  width:668px;
  margin: 30px 0 0;
  padding: 10px 0;
  background:url(/wp-content/themes/inspire/images/h1-team.webp) no-repeat top right #f6f6f6;
  max-height:452px;
  border: 1px solid #e6e6e6;
}

#team-home h2 {
  margin:20px 38px 0;
}

#info-bar-wrapper {
  width:100%;
  height:68px;
  background:#959ca1;
  border-bottom:1px solid #d5d5d5;
}

#info-bar {
  max-width: 1000px;
  width: 100%;
  margin:0 auto;
  color:#fff;
}

.contact-details-address {
  width: 24%;
  padding:15px 20px 15px 60px;
  float:left;
  background:url(/wp-content/themes/inspire/images/info-bar-map.webp) left no-repeat;
}

.contact-details-hours {
  width: 24%;
  padding:15px 20px 15px 60px;
  /* margin:0 0 0 20px; */
  float:left;
  background:url(/wp-content/themes/inspire/images/info-bar-time.webp) left no-repeat;
}

.contact-details-tel {
  width: 25%;
  padding: 15px 0px 15px 60px;
  float:left;
  background:url(/wp-content/themes/inspire/images/info-bar-tel.webp) left no-repeat;
  font-size: 28px;
  color:#fff;
}

#info-bar-wrapper2 {
  width:100%;
  height:133px;
  margin-top: -132px;
  position: relative;
}

#info-bar2 {
  max-width: 1000px;
  width: 100%;
  margin: 14px auto;
  color:#4c565d;
}

.contact-details-address2 {
  width:250px;
  padding:17px 20px 15px 60px;
  float:left;
  background:url(/wp-content/themes/inspire/images/info-bar-map.webp) left no-repeat;
}

.contact-details-hours2 {
  width:260px;
  padding:15px 20px 15px 60px;
  margin:0 0 0 20px;
  float:left;
}

.contact-details-tel2 {
  width:230px;
  padding:15px 20px 15px 60px;
  float:left;
  background:url(/wp-content/themes/inspire/images/info-bar-tel.webp) left no-repeat;
  font-size:31px;
  color:#2f3940;
}

/* 50% off ad */

#promo-bar {
  width:100%;
  margin: 0 auto;
  padding: 20px 0 0;
  text-align: center;
}


/*Review form*/

#review-form {
  background-color:#CFCFCF;
}
  
#review-form ul {
  list-style: none;
  margin: 28px 0 0 20px;
  padding: 25px 10px 10px 10px;
}
  
#review-form li {
  color: #000;
}

#review-form textarea {
  width: 550px;
  height: 50px;
  margin: 0 0 10px;
  font-family: inherit;
  font-size: inherit;
}

#review-form li.textarea {
  width: 500px;
  font-weight:300;
  font-size:14px;
  color:#000;
}

#review-form .submit {
  width: 250px;
  height: 40px;
  margin: 15px 0 0 1px;
  background:#e73e97;
  list-style:none;
  font-size:14px;
  font-style:normal;
  color:#fff;
  
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#review-form .submit:hover {
  background:#cb287e;
  cursor:pointer;
}

#review-form input {
  width: 240px;
  height: 35px;
  border: 0;
  padding: 0 0 0 5px;
  background-color:white;

}


/*Competition form*/

#competition-form {
  background-color:#CFCFCF;
  }
  
#competition-form ul {
  list-style: none;
  margin: 28px 0 0 20px;
  padding: 25px 10px 10px 10px;
}

#competition-form textarea {
  width: 300px;
  height: 30px;
  margin: 0 0 10px;
  font-family: inherit;
  font-size: inherit;
}

#competition-form li.textarea {
  width: 350px;
  font-weight:300;
  font-size:14px;
  color:#000;
}

#competition-form .submit {
  width: 250px;
  height: 40px;
  margin: 15px 0 0 1px;
  background:#e73e97;
  list-style:none;
  font-size:14px;
  font-style:normal;
  color:#fff;
  border:0;
  
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#competition-form .submit:hover {
  background:#cb287e;
  cursor:pointer;
}

#competition-form .email {
  width: 300px;
  height: 30px;
  border: 0;
  padding: 0 0 0px 5px;
  background-color:white;
  margin-bottom:10px;
}


/* Newsletter */

ul.newsletter {
    max-width: 400px;
    width: 100%;
    list-style: none;
    padding: 0;
}

ul.newsletter li {
    margin: 5px 0;
    color: #000;
}

ul.newsletter li input {
    padding: 5px 10px;
    width: 100%;
    border: 1px solid #ccc;
}

ul.newsletter li input.submit {
    width: auto;
}


/* gdpr check box */

  .gdpr, .gdpr-small {
    clear: both;
    color: #fff;
    max-width: 550px;
    width: 100%;
  }

  .gdpr {
    padding-bottom: 15px!important;
  }

  .gdpr:after, .gdpr-small:after {
    clear: both;
    display: block;
    content: '';
  }

  .gdpr-left {
      float: left;
      font-size: 13px;
      line-height: 18px;
      padding: 10px 0;
      width: calc(100% - 80px);
      text-align: left;
  }

  .gdpr-check {
      float: right;
      width: 60px;
      text-align: right;
      padding: 10px;
  }

  .gdpr input[type="checkbox"] {
      width: 15px !important;
      margin-left: 10px !important;
      height:  auto!important;
      float: none!important;
  }

  .gdpr-small {
      font-size: 11px;
      text-align: center;
      padding-top: 10px!important;
  }

/* END gdpr check box */


/* Contact form */

#contact-form {
  width:260px;
  
  margin:8px 0 20px;
  padding:1px 20px 15px;
}

.contact-us {
  background: url(/wp-content/themes/inspire/images/contact-form-captcha.webp) no-repeat #58646d;
}

.callback {
  background: url(/wp-content/themes/inspire/images/call-back-form.webp) no-repeat #57646d !important;
}

#contact-form h2 {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  margin:20px 0 -7px;
}

#contact-form ul {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

#contact-form li {
}

#contact-form li.standard {
}

#contact-form li.required {
}

#contact-form li.textarea {
  width: 239px;
  height: 96px;
  margin: 0 0 10px;
}

#contact-form li.last {
  height: 33px;
}

#contact-form input {
  width: 245px;
  height: 30px;
  border: 0;
  padding: 0 0 0 5px;
  margin:0 0 16px;
  background:none;
  font-weight:300;
  font-style:italic;
  font-size:12px;
  color:#999;
}

#contact-form textarea {
  width: 245px;
  height: 65px;
  border: 0;
  padding: 5px 0 0 5px;
  margin:5px 0;
  background:none;
  font-weight:300;
  font-style:italic;
  font-size:12px;
  color:#999;
  font-family: inherit;
  font-size: inherit;
}

#contact-form select {
    border: 0;
    padding: 2px;
    background: none;
    height: 30px;
    margin: 0 0 16px;
}


#contact-form .submit {
  width: 256px;
  height: 40px;
  margin: -15px 0 0 1px;
  background:#e73e97;
  list-style:none;
  font-size:14px;
  font-style:normal;
  text-indent:-8px;
  color:#fff;
  
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#contact-form .submit:hover {
  background: #cb287e;
  cursor:pointer;
}

/* Quicklinks */

#quicklinks-slider {
  width:100%;
  margin: 1px 0 0;
  padding: 0 0 1px;
  background:#e6eaec;
}

#quicklink {
  width:300px;
  height:178px;
  margin:0 0 20px;
}

a.quicklink-01, a.quicklink-02, a.quicklink-03 {
  width:300px;
  height:178px;
  text-indent:-9999px;
  position:absolute;
  
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

a.quicklink-01 {
  background:url(/wp-content/themes/inspire/images/quicklinks/1.jpg) no-repeat;
}

a.quicklink-01:hover {
  background:url(/wp-content/themes/inspire/images/quicklinks/1-ov.jpg) no-repeat;
}

a.quicklink-02 {
  background:url(/wp-content/themes/inspire/images/quicklinks/2.jpg) no-repeat;
}

a.quicklink-02:hover {
  background:url(/wp-content/themes/inspire/images/quicklinks/2-ov.jpg) no-repeat;
}

a.quicklink-03 {
  background:url(/wp-content/themes/inspire/images/quicklinks/3.jpg) no-repeat;
}

a.quicklink-03:hover {
  background:url(/wp-content/themes/inspire/images/quicklinks/3-ov.jpg) no-repeat;
}

/* Smile Gallery */

ul#gallery {
  height: 250px;
  list-style: none;
  padding: 0;
  font-weight: 300;
  font-size: 16px;
  font-style: italic;
}

ul#gallery li {
  float:left;
  margin:10px 20px 10px 0;
  text-align:center;
  width:268px;
  padding: 20px 15px;
  background: #ebeff2;
  border: 1px solid #e6e6e6;
}

ul#gallery li.right {
  float:right ;
  margin:10px 0 10px 0;
  text-align:center;
  width:268px;
  padding: 20px 15px;
  background: #ebeff2;
  border: 1px solid #e6e6e6;
}

/* fees */

ul.fees-title {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #ebeff2;
  font-size: 16px;
  overflow:hidden;
  color:#121212;
  border-bottom: 0px solid #666;
}

ul.fees-row {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
  
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

ul.fees-row:hover {
  background:#eee;
  padding: 0 5px 0 5px;
}

ul.fees-row li,
ul.fees-title li {
  padding: 8px 2%;
  display: inline;
}

ul.fees-row li.fees-item,
ul.fees-title li.fees-item {
  float: left;
  width: 56%;
}

ul.fees-row li.fees-from,
ul.fees-title li.fees-from {
  float: left;
  width: 12%;
  font-size:11px;
}

ul.fees-row li.fees-price,
ul.fees-title li.fees-price {
  float: right;
  width: 20%;
}

/* Treatments */

ul#treatments {
  list-style: none;
  margin: 20px 0 0 10px;
  padding: 0;
}

ul#treatments li {
  display: inline;
}

ul#treatments a {
  float: left;

  width: 30%;
  margin: 0 2% 2% 0;
  color: #fff;
  text-decoration:none;
  text-align: center;
  padding: 8px 0;
  border:2px solid #fff;
  
  background-color: #57646d;
  
  -moz-box-shadow: 1px 1px 1px #eee;
  -webkit-box-shadow: 1px 1px 1px #eee;
  box-shadow: 1px 1px 1px #eee;
  
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

ul#treatments a:hover {
  background: #e73e97;
  color: #fff;
}

/* BLOG CONENT */

#blog {
  width: 640px;
  float: left;
}

#blog h1 {
  margin-bottom:20px;
}

#blog p {
  margin-left:0px;
}

.blog_image {
  width:210px;
  height:170px;
  float:left;
  margin-right:20px;
  padding:4px;
  border:1px #e6e6e6 solid;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog_image:hover {
  border:1px #ccc solid;
  -moz-box-shadow: 1px 1px 3px #ccc;
  -webkit-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
}

.blog_content {
  width:400px;
  float:right;
}

.blog_content h2 {
  font-size:26px;
  letter-spacing:-0.05em;
  text-decoration:none;
  line-height:26px;
  color: #041725;
  margin: 5px 0;
}

.blog_content h2 a {
  color: #121212;
}

a.read-more {
  background: #e73e97;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  padding:7px 15px;
  list-style: none;
  text-indent: -8px;
  
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.read-more:hover {
  background: #cb287e;
}

.story-pic {
  float: left;
  padding: 10px;
  background: #eee;
  margin-right: 20px;
  text-align: center;
  border: 1px solid #ddd;
}

/* SINGLE CONENT */

#single_blog {
  width: 670px;
  float: left;
}

#single_main_header {
  width:670px;
  float:left;
  display: inline;
  margin:0px 5px 0px 0px;
}

#single_main_image {
  float: left;
  height: 270px;
  overflow: hidden;
  width: 660px;
  padding:4px;
  border:1px #e6e6e6 solid;
}

.excerpt {
  font-size: 16px;
}

/* Facebook Like bar*/
      
#facebook_like_bar {
  background: #E8F0F9;
  border: 1px solid #ddd;
  margin: 10px 0px;
  padding: 10px;
  height:19px;
}
  
/* Share This Article bar*/

.social_share_title {
  color: #3A5796;
  font-size: 14px;
  font-weight: bold;
  margin:0 0 8px 0;
}

#social_share_bar {
  background: #E8F0F9;
  border: 1px solid #ddd;
  margin: 10px 0;
  padding: 10px;
  height:100px;
}

#social_share_bar li {
  float:left;
  display:block;
  list-style:none;
  cursor: pointer;
  margin-top:-10px;
  padding-right:5px;
}

/* Tags */

#single_tags {
  background-image:url(/wp-content/themes/inspire/images/tags_icon_main.webp);
  background-repeat:no-repeat;
  padding: 10px 28px;
  margin: 0;
  line-height:18px;
  border-top: 1px #e6e6e6 solid;
}

/* Social Bar */

.single_social_bar {
  margin: 0 0 20px 0;
  display: block;
  float: left;
  width:640px;
  padding: 15px 0px;
  border-top: 1px #e6e6e6 solid;
  border-bottom: 1px #e6e6e6 solid;
}

.single_social_bar .icons {
  display:inline; 
  float:left;
  margin:0px 7px;
}

/* Comments */

.commentlist {
  margin: 0px;
  padding: 0px;
}

.commentlist cite {
  display: block;
  float: left;
  font-style: normal;
  line-height: 1.9em;
  margin: 7px 0px
  width: 365px;
} 

.commentlist blockquote {
  background:#ededed;
}
      
.commentlist li {
  padding: 15px 0px 10px 0px;
  list-style:none;
  margin-bottom:3px;
}

.commentlist li li {
  background:none;
  border:none;
  list-style:square;
  margin:3px 0 3px 20px;
  padding:3px 0;
}

.commenttext {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border--radius: 5px;
  padding: 5px 15px;
  background:#f0f0f0;
  border:1px solid #e6e6e6;
  width:528px;
  float:left;
  margin: 0 0 20px 10px;
}
    
.commentlist cite strong {
  font-size:1.3em;
  color: #040405;
}

  
.commentlist p {
  float: left;
}

.commentlist div.gravatar {
  background-image:url(/wp-content/themes/inspire/images/avatar_speechbubble.webp);
  background-repeat:no-repeat;
  float: left;
  padding:5px;
  width:60px;
  height:80px;
}

li.my_comment {
  background: #FFF;
  border:none;
}

li.my_comment cite strong {
  font-size: 1.3em;
  color:#333;
}
  
#commentform small {
  background:#FFF;
  font-weight:bold;
  padding:0;
}
  
.commentmetadata {
  color: #999;
  display: block;
  font-size: 0.9em;
  margin: 7px 10px 0px 0px;
  text-align: right;
}

.commentmetadata a, .commentmetadata a:visited {
  color:#959382;
}
  
.commentlist small {
  background:#e9e9e9;
}

.avatar {
  margin: 0px;
  float:left;
  width:60px;
  height:60px;
} 

#comment {
  width:590px;
  background:#fff;
}

#commentform label {
  float: left;
  clear: left;
  margin-left: 5px;
  font-size: 14px;
}

#commentform input#author, #commentform input#email, #commentform input#url {
  float: left;
  clear: left;
  width: 190px;
  margin: 0px 5px 0px 5px;
  padding: 6px 5px;
  outline: none;
  border-style: none;
  border: 1px solid #ccc;
  background-color:#fff;

}

#commentform textarea {
  width: 618px;
  margin-top:5px;
  padding: 10px;
  outline: none;
  font-size: 1em;
  border-style: none;
  border: 1px solid #ccc;
}

#commentform input#submit {
  background-color: #141414;
  border-style: none;
  color: white;
  padding: 7px;
  font-size: 11px;
  cursor: pointer;
}

#commentform input#submit:hover {
  background-color: #333;
}

#commentform p {
  margin: 6px 0px;
}

#commentform p.commentbox {
  float: left;
}

.commenttext p {
  margin-bottom: 10px;
}

#comment_opinion {
  margin: 20px 0;
}

ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

/* Category */

.category_line {
  font-size: 11px;
  color:#999;
  letter-spacing:normal;
  font-weight:normal;
  text-transform:uppercase;
}

.category_item {
  color:#121212;
  display:inline;
}

#meta {
  font-size: 11px;
  margin: 10px 5px 10px 0;
  letter-spacing:normal;
  font-weight:normal;
}

.meta_date {
  color: #999;
}

.postmetadata { }

/* Trackbacks */

.trackbacktext {
  padding: 10px;
  background:#f2f2f2;
  border:1px solid #ddd;
  width:585px;
  margin:0px 0px 20px 0px;
  float:left;
  
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  }

.trackbacktext li {
  padding: 5px 0px 5px 0px;
  list-style:none;
  margin-bottom:3px;
  border-bottom:1px solid #ddd;
  }

.trackbacktext li:last-child {
  border-bottom: none;
  margin-bottom:-7px;
}


/* footer styles */

.social-wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.social-wrapper h1 {
  text-transform: lowercase;
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: 1px solid #79848c;
  color: #fff;
  text-align: center;
}

.social-wrapper p {
  margin: 20px 0;
  line-height: 24px;
  color: #fff;
}

.social-wrapper a {
  color: #f9a8d3;
  text-decoration: none;
}

.social-wrapper a:hover {
  color: #f57fbd;
}

.facebook,
.twitter {
  float: left;
  width: 280px;
  margin: 0 20px 30px 20px;
  text-align: center;
}

.contact-details {
  float: left;
  width: 280px;
  margin: 0 20px 30px 20px;
  text-align: center;
}

/* opening hours */

.opening-hours-row, .opening-hours-row-first {
  border-bottom:1px solid #79848c;
  width:280px;
  height:20px;
  padding:5px 0;
  color:#fff;
}

.opening-hours-row-last {
  width:280px;
  height:20px;
  padding:5px 0;
  color:#fff;
}

.opening-hours-row-first {
  margin-top:14px;
}

.opening-hours-row:hover, .opening-hours-row-first:hover, .opening-hours-row-last:hover {
  background:#636f78;
}

.opening-hours-day {
  width:130px;
  padding-left:5px;
  float:left;
  text-align:left;
  display:inline;
}

.opening-hours-time {
  width:135px;
  float:right;
  text-align:center;
  padding-right:5px;
  display:inline;
}

.twitter ul {
  list-style: none;
  margin-left: -40px;
}

.twitter ul li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #79848c;
}

.twitter img {
  float: left;
  width: 60px;
  margin: 5px 0 0;

  -webkit-box-shadow:  0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}

.twitter img.icon {
  float: none;
}

.twitter p {
  padding: 0 0 0 80px;
  text-align: left;
}

.footer-wrapper {
  width:100%;
  padding: 45px 0 15px;
  background: #58646d;
}

.container {
  width:1000px;
  margin: 0 auto;
}

.copyright-wrapper {
  width:100%;
  padding: 10px 0 20px;
  background: #34424d;
}

.copyright {
  max-width: 1000px;
  width: 100%;
  margin:0 auto;
  text-align: center;
  color:#fff;
  font-size: 14px;
}

.copyright-wrapper a {
  color: #f9a8d3;
  text-decoration: none;
}

.copyright-wrapper a:hover {
  color: #e7d9ed;
}

.page-border {
  height:100%;
  width:20px;
  background:#e03993;
  position:fixed;
  bottom:0;
  right:0;
  z-index: 9998;
}

.footer-border {
  width:100%;
  height:20px;
  background:#e03993;
  position:fixed;
  bottom:0;
  z-index: 9998;
}

.corner-logo {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 0;
  width: 220px;
  height: 240px;
  background: url(/wp-content/themes/inspire/images/corner-logo.webp) no-repeat;
}


.scrollup{
    width:50px;
    height:50px;
    opacity:0.8;
    position:fixed;
    bottom:20px;
    left:0;
    display:none;
    text-indent:-9999px;
    background: url(/wp-content/themes/inspire/images/icon_top.webp) no-repeat;
}

.header-mobile {
  display: none;
}

#mobile-header {
  display:none;
  }
  
.home-image {
  margin:30px 0px 0px 0px;
  }

  .home-image img {
    float: left;
    margin-right: 15px;
  }
  
.review-buttons {
  margin-right:20px;
  margin-bottom: 15px;
  -webkit-border-radius: 6px;
  border-radius: 7px;
  border: 1px solid #999;
  
}

.flyerright {
  float:right;
  margin: 20px;
  width:100%;
  max-width:450px;
}


/* PPC CSS */

.ppc-header {
  height: 550px;
  background: url(/wp-content/themes/inspire/images/ppc/header.webp) bottom right;
}

#logo, #logo-inner-ppc {
  width: 260px;
  height: 180px;
  margin: 0;
  position: relative;
  z-index:99;
  padding:5px;
}

#logo-inner-wrapper-ppc {
  width:100%;
  height: 150px;
  margin: 0 auto;
  background-color: rgba(242, 244, 245, 1);
}

.ppc-offer-holder {
  width: 100%;
  background: #cb287e;
}

.ppc-offer-content {
  width: 1000px;
  margin: 0 auto;
  color: white;
  padding: 10px 0;
  font-size: 30px;
  text-align: left;
}

.space {
    display: inline;
    padding: 0 45px;
}

.award-box {
    width: 100%;
    max-width: 1200px;  
    height: 200px;  
    margin: 0px auto;
    bottom: 10px;
    color: #fff;
    font-size: 20px;
}
  .inner-award {
    width: 400px;
    text-align: center;
  }

ul.faq {
    list-style: none;
    padding: 0;
}

ul.faq li {
    margin-bottom: 10px;
}

ul.faq li strong {
    font-size: 18px;
}
  
/* clearing divs */

#home-content:after,
#main-content:after,
.container:after,
.social-wrapper:after,
#quicklinks-slider:after,
#logo-wrapper:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}



/* ------------------------------- 3. Media Query Max Width 1300, Min Width 820 ------------------------------- */



@media only screen and (max-width: 1100px) {

#logo { }

.corner-logo, .footer-border, .page-border, .social-icons {
  display: none;
}

#mobile-header {
  display:none;
  }

}

@media only screen and (max-width: 1024px) {

  #content {
    width: calc(100% - 330px);
  }

}


@media only screen and (max-width:890px) { 

  .nav>li>a { font-size: 12px; }

}


@media only screen and (max-width:832px) { 

  .contact-details-hours { padding-right: 0; }


}

@media only screen and (max-width:820px) { 

  #logo-wrapper { left: 0; }

  #logo { width: 175px; height: auto; }

  #logo img { width: 100%; }

  .awards-header h3 { font-size: 20px; }

}


@media only screen and (min-width:481px) and (max-width:768px) {
/* Style adjustments for viewports 768px and over go here */

.nav-wrap, #logo-wrapper, #home-content, .social-wrapper, .copyright, #sidebar, #info-bar2 {
  width: 100%;
}

.corner-logo, .footer-border, .page-border, .social-icons {
  display: none;
}

.nav>li> a {
  font-size: 12px;
 /* padding: 10px 7px 0;*/
}

.nav>li {
  width: 11%;
}

.nav>li.short {
  width: 8%;
}

.nav>li.longer {
  width: 20%;
}

/*#logo {
  margin:60px 0 0 60px;
}*/

#logo-inner {
  margin:45px 0 0 10px;
}

.awards-header {
  display: none;
}

.contact-details-hours2 {
  margin: 0 0 0 90px;
  float: left;
}

.contact-details-tel2 {
  width: 260px;
  padding: 15px 20px 15px 53px;
  float: right;
  margin: -10px 0 0 -50px;
}

#main-content {
  /* width:748px; */
  /* padding: 10px; */
  margin: 0 auto;
}

#content {
  width: 92%;
  margin: -10px 4% 0;
}

.contact-details-address {
  width: 40%;
  padding: 15px 2% 15px 8%;
}

.contact-details-tel {
  width: 40%;
  padding: 15px 0px 15px 8%;
}

.twitter {
  margin: 0 50px 30px 70px;
}

#sidebar {
  float: left;
  background: url(/wp-content/themes/inspire/images/contact-form-tablet.webp) no-repeat #58646d;
}

#main-content #sidebar {
  margin-left: -10px;
}

.team-left, .team-right {
  width: 426px;
  margin: 20px 0px 20px 0px;
  padding: 20px 10px;
}

.team-left, .avatar-left {
  clear: both;
}

.avatar-left {
  margin: 20px 0;
}

ul#gallery {
  height: 290px;
}

.testimonial {
  width: 678px;
}

#blog {
  width: 730px;
}

.blog_content {
  width: 490px;
  float: left;
}

#content-contact {
  float: left;
  margin: 50px 0 103px;
  min-height: 345px;
}

.corner-logo, .footer-border, .page-border, .social-icons, .contact-details-hours, .facebook, .video-right, .header-mobile {
  display: none;
}

#mobile-header {
  display:none;
  }
  
.flyerright {
  float:none;
  margin: 5px;
  width:90%;
}

}

@media only screen and (max-width:568px) { 

  .nav>li>a { font-size: 10px; }

}

@media only screen and (max-width:480px) {
/* Style adjustments for viewports 320px and over go here */



#promo-bar img, #home-content, #main-content, .social-wrapper, .copyright, #sidebar, .header-mobile {
  width:320px;
}

p, ul, ol {
  line-height:24px;
  margin:15px 0px;
}

.pink-text {
  font-size: 32px;
}

.h1-home {
  margin: 28px 0 0;
}

.h1-home img {
  width: 60px;
  height: 60px;
}

h1 {

  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h6 {
  font-size:15px;
  letter-spacing:-0.01em;
  margin-bottom:5px;
  color:#333;
  background-color:#666;
  padding:10px;
  text-align:center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-top: -35px;
  width:auto;
}

.contact-details {
  margin: 0 20px 10px 20px;
}

#main-content, #home-content {
  margin: 0 auto;
}

#content {
  float: left;
  width: 300px;
  padding: 0 10px 20px;
  margin: 0;
}

#content iframe {
  width:100%;
}

#sidebar {
  float: left;
  background: #58646d;
}

#contact-form {
  margin: 0 auto;
}

.scrollup {
  left: -60px;
}

.copyright {
  font-size:13px;
}

.header-mobile {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.logo-mobile {
  margin:0 auto;
}

.contact-details-tel2 {
  width: 240px;
  background: url(/wp-content/themes/inspire/images/info-bar-tel.webp) left no-repeat #f6f6f6;
  margin: 5px 0 0;
}

.nav-mobile {
  width:300px;
  background: #58646d;
  margin:0 auto;
  padding:10px;
  z-index:2;
  position:relative;
  display: block;
}

.nav-mobile select {
  width:100%;
}

.team-left, .team-right {
  float: left;
  width: 300px;
  margin: 0 0 30px 0px;
  padding: 0;
  background: none;
  border: none;
  border-bottom: 1px solid #e6e6e6;
}

.alignleft, .alignright {
  width: 100%;
  height: 100%;
}

ul#treatments a {
  float: left;
  width: 42%;
  padding: 2%;
  height: 50px;
}

ul#gallery {
  margin-left: 0;
}

ul#gallery li {
  margin: 10px 0 10px 0;
  width: 258px;
  padding: 20px 21px;
  background: #f6f6f6;
}

ul#gallery li.right {
  float: left;
  width: 258px;
  padding: 20px 21px;
  background: #f6f6f6;
}

.testimonial {
  width: 280px;
  padding: 20px 10px;
}

.testimonial-quote {
  margin: -15px 0 0 -7px;
}

#blog {
  width: 300px;
  float: none;
  margin: 0 auto;
}

.blog_content, #single_main_header {
  width: 300px;
  float: left;
}

#commentform textarea  {
  width: 270px;
}

#single_main_image, #single_main_image img  {
  width: 290px;
  height: 119px;
}

.category_line {
  margin-top: 20px;
}

.corner-logo, .footer-border, .page-border, .social-icons, .contact-details-hours, .facebook, .video-right, #boxes, #fwslider, .twitter, .top-nav, #info-bar-wrapper, #info-bar-wrapper2, #logo-inner-wrapper, .avatar-left, .avatar-right, #promo-bar, .blog_image, .single_social_bar {
  display: none;
}

#mobile-header {
  width: 100%;
  height: 125px;
  margin: 10px 0px;
  display:block;
  }
  
.flyerright {
  float:none;
  margin: 4%;
  width:90%;
}

#competition-form textarea {
  width: 75%;
}

#competition-form .email {
  width: 75%;
}

video {
  display: none;
}

.whitening-offer {
  text-align: center;
}

.whitening-offer img {
  float: none;
  margin-right: 0;
}

.whitening-offer a {
  display: block;
  clear: both;
}

}

textarea { overflow: auto; }

#ddl-cookies-header {
    background-color: #e03993 !important;
}
/*
     FILE ARCHIVED ON 14:02:31 Feb 07, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:24:41 May 14, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.366
  exclusion.robots: 0.043
  exclusion.robots.policy: 0.037
  esindex: 0.006
  cdx.remote: 62.674
  LoadShardBlock: 36.135 (3)
  PetaboxLoader3.datanode: 48.861 (4)
  load_resource: 154.238
  PetaboxLoader3.resolve: 136.768
*/