/**
  Theme Name: Smileright Dental Clinics
  Theme URI: http://www.smileright.co/
  Version: 1
  Author: Dental Design
  Author URI: http://dental-design-products.co.uk
  Licence: Dental Design
  Description: A theme designed by Dental Design
  */

  /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

* {
  margin: 0;
  padding: 0;
}

html {
  padding: 0 !important;
  margin:0px !important;
}

body {
  font-size: 15px;
  color: #2d434d;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
}

h1 {
  font-size: 36px;
  color: #636363;
  font-weight: 500;
  letter-spacing: 1px;
}

h2 {
  width: 100%;
  line-height: 27px;
  margin-top: 20px;
  font-size: 29px;
  color: #B9B9B9;
  font-weight:300;
}

h3 {
  margin:15px 0;
  text-align: center;
}

h4 {
  font-size: 18px;
  border-bottom: 1px solid #E8E8E8;
  text-transform: uppercase;
  color: #5F5F5F;
  padding: 0 0 4px 0;
}

p {
  margin: 15px 0;
  line-height: 28px;
}

a, a:hover {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

blockquote {
  padding: 1px 20px;
  border-left:4px solid #AD2053;
  background:#FCFCFC;
  font-style: italic;
}

blockquote .fa {
  color: #AD2053;
}

.centered {
  text-align: center;
}

.black {
  color:black;
}

.alignright,
.video-right {
  float: right;
  padding: 5px;
  background: #FBFBFB;
  border: 1px solid #EFEFEF;
  margin: 12px 0 25px 25px;
}

.aligncenter {
  padding: 5px;
  background: #FBFBFB;
  border: 1px solid #EFEFEF;
  margin: 12px auto 25px auto;
  display: block;
}

/*Table*/

table {
  width: 98%;
  margin: 15px 1%;
  border: 0;
  font-size: 14px;
}

th, td {
  padding:5px 10px;
  line-height:24px;
  text-align: left;
  border: 0;
  min-width: 150px;
}

th {
  background: #9D0039;
  color: #FFF;
  font-size:15px;
  font-weight: normal;
}

tr:nth-child(even) {background: none}
tr:nth-child(odd) {background: #FCFCFC}


.infotable  td {
  padding: 0px 0px;
  line-height: 24px;
  text-align: left;
  border: 0;
}

.infotable img {
  margin: 0px auto;
}

.orthoprice {
  border:2px solid black;
  padding:10px;
}

#top-red {
  background: rgba(255, 255, 255, 1);
  position: absolute;
  height: 100%;
  border-right: 1px solid #fff;
  width: 368px;
  padding: 0 10px;
}

#form-backing {
  width: 369px;
  float: left;
  border-top: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
  position: absolute;
  top: 220px;
  padding: 40px 0 47px 0;
  left: 10px;
}

.JB_FWS {
  background: #fff !important;
}

#enter-butt {
  position: absolute;
  padding: 15px 43px 13px 13px;
  line-height: 26px;
  font-size: 18px;
  background: #FFFFFF;
  color: #343434;
  border: 2px solid #F1F1F1;
  border-radius: 4px;
  top: 565px;
  left: 90px;
}

#top-white {
  position: relative;
  width: 100%;
  z-index: 999;
  padding: 13px 0 4px 0;
  background: #fff;
  border-bottom: 1px solid rgba(239, 239, 239, 1);
}

.facebook-link img {
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}


/* Invisalign */



.invisalign-page {
    background: #ad2053;
    width: 350px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 19px;
}

.invisalign-page a {
    color: white !important;
    text-align: center !important;
    margin: 0 auto !important;
    display: block;
    width: 100%;
}



.age {
    margin-bottom: 20px;
    margin-top: 20px;
}
.gender li {
    padding: 4px;
}
.form-smile {
    margin-top: 30px;
}

ul.invisalign-form {
    background: #f9f9f9;
    box-sizing: border-box;
    padding: 26px;
}
.form-margin {
    margin-top: 20px;
    margin-bottom: 20px;
}
.upload input {
  padding: 0 !important;
  border: none !important;
}
.privacy-details li {
    width: 100% !important;
}
.privacy-details li [type=submit] {
    background: white !important;
    height: 50px;
}


ul.invisalign-form li {
    display: inline-block;
    width: calc(100% / 2 - 25px);
    padding: 10px;
}


ul.invisalign-form label {
    display: block;
    font-weight: bold;
}


ul.invisalign-form li input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: solid 1px grey;
    box-sizing: border-box;
    padding: 10px;
}


ul.invisalign-form li {
    margin: 0px !important;
    padding-left: 0;
}


li.form-image {
    border: solid 2px grey;
}
.age li {
    width: calc(100% / 3 - 26px) !important;
    padding: 10px;
    padding-left: 0;
}

.form-margin.upload li {
    vertical-align: middle;
    background: #951b47;
    padding: 9px;
    box-sizing: border-box;
    color: #fff;
    padding-top: 15px;
    margin-right: 23px !important;
}




/* Slideshow */

.slider-wrapper {
  position: relative;
}

.slideshow-wrapper-inside {
  height: 300px;
  overflow:hidden;
}

.slideshow-wrapper-inside .JB_Slide_Content {
  margin-top: 170px !important;
}

.slideshow-wrapper-inside .JB_Slide_Content .JB_Slide_Half p {
  font-size: 16px !important;
}

.slideshow-wrapper-inside .JB_Button_Left_BG,
.slideshow-wrapper-inside .JB_Button_Right_BG  {
  top:135px !important;
}

.slideshow-wrapper-inside .JB_Button_Left,
.slideshow-wrapper-inside .JB_Button_Right {
  top:141px !important;
}

.slideshow-wrapper-inside .JB_Slide {
  margin-top:-100px !important;
}

.container1200 {
  max-width: 1200px;
  width: 96%;
  margin:0 auto;
}

.container920 {
  width: 94%;
  max-width: 920px;
  margin: 0 auto;
}

.whitebacking {
  background:#fff;
}

#text-section {
  width: 100%;
  padding: 35px 0 50px 0;
  line-height: 28px;
  font-size: 15px;
  max-width: 100%;
  overflow: hidden;
}

.ts-inside {
  padding: 50px 0 50px 0 !important;
  background: -moz-linear-gradient(left, #ffffff 60%, #fcfcfc 60%, #fcfcfc 63%);
  background: -webkit-gradient(linear, left top, right top, color-stop(60%,#ffffff), color-stop(60%,#fcfcfc), color-stop(63%,#fcfcfc));
  background: -webkit-linear-gradient(left, #ffffff 60%,#fcfcfc 60%,#fcfcfc 63%);
  background: -o-linear-gradient(left, #ffffff 60%,#fcfcfc 60%,#fcfcfc 63%);
  background: -ms-linear-gradient(left, #ffffff 60%,#fcfcfc 60%,#fcfcfc 63%);
  background: linear-gradient(to right, #ffffff 62%,#FCFCFC 62%,#FCFCFC 63%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc',GradientType=1 );
}

.upmore {
  margin-top:-48px;
}

#logo-inside {
  float:left;
  width: 250px;
  margin-top: 2px;
}

#logo-inside img,
#logo img {
  width:100%;
}

#boots-logo {
  font-size: 12px;
  text-align: center;
  float: left;
  margin: 20px 0 0 164px;
}

#boots-logo p {
  font-size: 21px;
  margin: 0;
}

#logo {
  position: absolute;
  width: 307px;
  left: 0;
  margin-left: 27px;
  top: 47px;
}

#left-holder {
  position:absolute;
  left:11%;
  top:11%;
  width:506px;
  height:800px;
}

#search-holder h1 {
  font-weight: 400;
  color: #1A1A1A;
}

.top-statement,
.bottom-statement {
  display:block;
}

.bootslogo {
  position: relative;
  top: 10px;
}

.bottom-statement {
  margin-top: -10px;
}

#search-holder {
  margin: 0 auto;
  text-align: center;
}

#search-holder h1 {
  font-size: 20px;
  margin-left: -6px;
}

.red {
  color:#9d0039;
}

.gold {
  color:#e2cd9a;
}

#search-bar {
  float: left;
  margin: 27px 0 0 26px;
  padding: 4%;
  background: #FAFAFA;
  border-radius: 6px;
  border: 1px solid #EBEBEB;
  margin: 21px 0 0 20px;
  height: 103px;
  width: 297px;
}

#search-bar h2 {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 15px 0 19px 0;
  color: #161616;
}

a.all-btn {
  padding: 10px 12px 9px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  z-index: 9;
  margin-top: 6px;
  border: 1px solid #FFFFFF;
  background: #E0CC96;
  font-style: normal;
  font-weight: 500;
}

.JB_FWS,
.JB_Container,
.JB_Slide {
  height: 465px !important;
}

/* navigation */

.home-but {
  width: 58px;
  overflow: hidden;
}


#nav-wrapper {
  background: #AD2053;
  height: 48px;
  width: 100%;
  position: relative;
  z-index: 10;
  clear: both;
}

.nav {
  height: 48px;
  margin: 0 auto;
  padding: 0;
  width: 1200px;
}

.nav ul {
  height:48px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav ul li {
  position: relative;
  float: left;
  line-height: 16px;
  border-right: 1px solid #AE5474;
  background: rgba(0, 0, 0, 0.14);
}

.nav ul li:first-child {
  /* border-left: 1px solid #AE5474; */
}

.nav a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  color: #fff;
  letter-spacing: 0.04em;
  padding: 18px 14px 14px;
  background: url(images/nav-arrow.png) center 53px no-repeat;
  font-weight: 600;
}

.nav a:hover {
  background: url(images/nav-arrow.png) center 35px no-repeat #E0CD9B;
  color: #fff;
}

.nav ul ul {
  background: #AD2053;
  list-style:none;
  position:absolute;
  left:-9999px;
}
.nav ul ul li {
  padding-top:0px;
  float:none;
  /* border-left: none; */
  /* border-right: none; */
  width: 100%;
}

.nav ul ul li:first-child {
  /* border-left: 1px solid #AE5474; */
}

.nav ul ul a{
  white-space:nowrap;
}
.nav ul li:hover ul {
  left:0;
}
.nav ul li:hover ul li a {
  background: #AD2053;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #f6f6f6;
}
.nav ul li:hover ul a {
  text-decoration:none;
}
.nav ul li:hover ul li a:hover {
  background: #E0CD9B;
}

.nav ul li:hover ul li a {
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #AE5474;
}
.nav ul li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
text-decoration:none;
}
.nav ul li:hover ul li a:hover {/* Here we define the most explicit hover states--what happens when you hover each individual link. */
  background: #D3BD83;
}

.nav li ul li ul.sub-menu {
  display: none;
}

.nav li ul li:hover ul.sub-menu {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}

/* Instagram icon */

/* icon background, width and height */
.instagram-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  margin-top: 0;
  padding-top: 0;
  margin-left: 0px;
}
/* fontawesome icon */
.instagram-icon i {
  color: #FFF;
  font-size: 41px !important;
  line-height: 42px;
  text-align: center;
}




#quicklinks {
  clear: both;
  width: 100%;
  padding: 60px 0;
  background: url(images/pattern.jpg);
}

#testimonial-backing {
  clear: both;
  width: 100%;
  background: url(images/testback.png) center center #EDD9A4;
  background-size: cover;
  border-bottom: 1px solid #fff;
  height: 400px;
}

#test-positioner {
  position: absolute;
  max-width: 700px;
  left: 50%;
  margin-left: -103px;
  font-style: italic;
  text-align:center;
  margin-top: 63px;
}

#test-positioner p {
  line-height:32px;
  font-size: 21px;
}

#test-positioner h3 {
  font-style: normal;
  color: #626262;
  font-weight: 400;
  font-size: 27px;
  border-bottom: 1px solid #FBEFCE;
  width: 257px;
  margin: 0 auto;
  padding-bottom: 5px;
}

#test-positioner strong {
  font-size:12px;
}

span.stars {
    display: block;
}

span.stars i {
    margin: 0 5px;
}

#footer {
  width: 100%;
  background: #920F40;
  padding: 64px 0 45px 0;
  margin-top: 1px;
}
.right-content {
  float: right;
}
.social-icons a {
    margin-left: 5px;
}
.social-icons {
  text-align: center;
  padding: 5px;
}

i.fa.fa-facebook-square, i.fa.fa-twitter-square, i.fa.fa-google-plus-square,.instagram-icon i {
  font-size: 46px;
}

i.fa.fa-facebook-square {color:#3b5998;}

i.fa.fa-facebook-square:hover {color: rgba(59,89,152,0.80);}

i.fa.fa-twitter-square {
  color:#55acee;
}

i.fa.fa-twitter-square:hover {color: rgba(85,172,238,0.80);}

i.fa.fa-google-plus-square {
  color:#dc4e41;
}

i.fa.fa-google-plus-square:hover {color: rgba(220,78,65,0.80);}

#find {
  width:300px;
  height:54px;
  background:url(images/find.jpg) 0 0 no-repeat;
}

#find:hover {
  background:url(images/find-ov.jpg) 0 0 no-repeat;
  cursor:pointer;
}

#find2 {
  width: 253px;
  height: 54px;
  margin: -5px auto 0 auto !important;
  background: url(images/find2.png) 0 0 no-repeat;
}

#find2:hover {
  background:url(images/find2-ov.png) 0 0 no-repeat;
  cursor:pointer;
}

#logos {
  clear: both;
  max-width: 930px;
  width: 100%;
  margin: 5px auto;
  text-align: center;
}

#logos img{
  max-width: 150px;
  width: 15%;
  vertical-align: middle;
}

.footerbox {
  max-width: 31%;
  width: 100%;
  overflow: hidden;
  border-radius:4px;
  background: rgba(0, 0, 0, 0.02);
  margin: 0 1% 14px 0;
  display: inline-block;
  vertical-align: top;
}

.news {
  padding: 5px 15px;
  max-width: 280px;
  box-sizing: border-box;
  width: 100%;
  color: white;
  border-radius: 10px;
  margin-bottom: 30px;
}
#maintext .news{
  max-width: 100%;
  background-color: #ad2053;
}
#maintext .news h3{
    margin: 15px 0;
    text-align: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}
#maintext .news li{
  margin: 0;
  text-align: left;
  border-bottom: #eee 1px solid;
  margin-bottom: 6px;
  padding-top: 25px;
}
#maintext .news li.more-articles{
  text-align: center;
  border-bottom: none;
}

#maintext .news .news-title{
  font-size: 30px;
  color: #e0cc96;
  font-weight: bold;
}

.news a{
  color: white !important;
}
#sidebar .news {
  max-width: unset;
  background-color: #ad2053;
}
#sidebar img{
  max-width: 356px;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}


.footerbox h3 {
  color: #fff;
}

.footerbox a {
  color: #fff;
}

.news li {
  padding: 10px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.2);
  transition: all 0.3s ease-in-out;
  list-style: none;
}

.news li:last-of-type {
  text-align: center;
  border-bottom: 0;
}
.news li:hover {
  background: rgba(51, 51, 51, 0.2);
}

.footerbox li:hover {
  background: rgba(51, 51, 51, 0.2);
}

.footerbox.end {
  border: 1px solid rgba(255, 255, 255, 0.61);
  width: 100%;
  max-width: 33%;
  text-align: center;
  padding: 0px 10px 10px;
  color: #F1F1F1;
  font-size: 12px;
  display: inline-block;
}

.footerbox.end p {
  line-height: 25px;
}

.footerbox.end a {
  color: #EDD9A4;
}

#logo-footer {
  width: 200px;
  margin: 10px auto 0 auto;
}

#logo-footer img {
  width:100%;
}

.JB_Slide_Half p {
  font-size: 18px !important;
}

.end {
  margin-right: 0 !important;
}

.slider-link {
  color: #951C48;
}

.JB_Slide_Half strong {
    font-size: 21px;
    color: #951C48;
}

#maintext {
  max-width:60%;
  min-height:300px;
  margin-right: 10%;
  width: 100%;
  display: inline-block;
}

#maintext h1 {
  margin-bottom: 30px;
  line-height: 42px;
}

#maintext h2 {
  width: 100%;
  line-height: 35px;
  margin: 20px 0;
  font-size: 26px;
  color: #951C48;
  font-weight: 300;
}

#maintext h3,
#maintext h4 {
  font-size: 19px;
  color: #D2B669;
  padding: 0 0 4px 0;
  font-weight: 400;
  border-bottom: none;
  text-transform: none;
  text-align: left;
  margin-top: 25px;
}

#maintext ul li,
#maintext ol li {
  margin: 10px 0 0 16px;
}

#maintext a {
  color:#BE265D;
  word-break:break-word;
  /* display: block; */
  text-align: center;
}

h3.red {
    color: #dc3847!Important;
}

h3.blue {
    color: #3b5998!Important;
}

h3.orange {
    color: orange!Important;
}

h3.yellow {
    color: #D0D022!important;
}

h3.green {
    color: green!Important;
}

#maintext img {height:auto;}
hr {
  color: #fff;
  background: #fff;
  border-bottom: 1px solid #EDEDED;
  border-top: none;
  margin: 15px 0;
}

#sidebar {
  width: 29%;
  margin-top: 4px;
  vertical-align: top;
  display: inline-block;
}

.sidebar-ql {
  width:300px;
  margin-bottom:20px;
  height:120px;
  background:#000;
}

#inside-testimonials {
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
  max-width: 356px;
  margin: 0 auto;
  display: block;
}

ul#treatments li {
  list-style:none;
  float:left;
  margin: 0 5px 5px 0;
}

ul#treatments li a {
  list-style: none;
  background: rgba(173, 32, 83, 0.79);
  color: #FFFFFF;
  border: 2px solid #AD2053;
  border-radius: 4px;
  text-align: center;
  padding: 6px 0;
  margin: 2px;
  font-size: 15px;
  width: 200px;
  display: block;
}

ul#treatments li a:hover {
  background: #951C48;
}

ul#fees {
  list-style:none;
  display: flex;
  flex-wrap: wrap;
  margin: -2px;
}

ul#fees li {
  padding: 2px;
  margin: 0;
  flex: 0 0 auto;
  width: 48%;
}

ul#fees li a {
  list-style: none;
  background: rgba(173, 32, 83, 0.79);
  color: #FFFFFF;
  border: 2px solid #AD2053;
  border-radius: 4px;
  text-align: center;
  padding: 6px 0;
  margin: 2px;
  font-size: 15px;
  display: block;
}

ul#fees li a:hover {
  background: #951C48;
}

.findclinic {
  font-size: 13px;
  font-weight: 400;
}

.financecalc {
  margin-left:-50px;
  margin-top: -28px;
}
  .accordion-toggle {cursor: pointer;}
  .accordion-content {display: none;padding: 10px 20px;background: #fdfdfd;}
  .accordion-content.default {display: block;}

h4.accordion-toggle {
  background: #dcdee3;
  padding: 5px 10px !important;
  color: #AD2053 !important;
  margin-top: 10px !important;
  font-size: 18px !important;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500 !important;
}


.clearing {
  width: 100%;
  clear: both;
  border-bottom: 1px dashed #D7D7D7;
  height: 20px;
  margin-bottom: 30px;
}

a.gold {
  background: #D3BD83 !important;
  border: 2px solid #C8AB5F !important;
}

a.gold:hover {
  background: #D8C36F !important;
}

#CQCWidget-1-672330762-1 {
  float: right!important;
  max-width: 200px!important;
}
/* styles for location search */

form#searchForm {
  background: #F8F8F8;
  padding: 39px;
  margin-bottom: 20px;
  border-radius: 7px;
  border: 1px solid #E0E0E0;
}

#searchForm LABEL {
  margin-top:0!important;
}

#sl_div input#addressInput {
  height: 25px;
  border: 1px solid #D5D5D5;
  margin-left: 10px;
  width: 491px;
}

div#addy_in_radius,
.text_below_map {
  display: none !important;
}

input#addressSubmit {
  background: #AD2053;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  border-radius: 4px;
}

input#addressSubmit:hover {
  background: #C91C5B;
}

div#map_sidebar {
  border: 1px solid #F4F4F4;
  border-top: none;
  margin-top: -3px;
  padding: 15px;
  width: 96%;
}

div.results_entry {
  cursor: pointer;
  display: inline-block;
  padding-bottom: 18px;
  width: 100%;
  font-size: 13px;
}

div.gm-style-iw div#sl_info_bubble {
  font-size: 12px !important;
}

.results_wrapper {
  background: #f2f2f2;
  padding: 10px 17px;
  width: 95%;
  margin-top: 5px;
}

nobr {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 12px;
  background: #AD2053;
  padding: 8px 9px 10px 8px;
  top: 7px !important;
  position: relative;
}

nobr:hover {
  background: #D5316C;
}

span.slp_result_contact.slp_result_directions a {
  color: #FFFFFF !important;
  text-align: center !important;
  text-transform: uppercase;
  font-size: 11px;
  width: 66px;
  background: #CAB16D;
  padding: 3px 9px 2px 8px;
  top: 15px !important;
  position: relative;
}

span.slp_result_contact.slp_result_directions a:hover {
  background: #B69A4E;
}

div.results_row_right_column {
  height:100px;

}

.slp_result_website a {
  background: #AD2053;
  border: 1px solid #fff!important;
  color: #fff!important;
  padding: 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  border-radius: 4px;
  width: auto!important;
}

.slp_result_website a:hover {
  background: #C91C5B!important;
}

#slp_results_4 .location_name img, #slp_results_6 .location_name img {
  display: none!important;
}

#slp_results_4 .slp_result_street span, #slp_results_6 .slp_result_street span {
  display: none!important;
}

/* Meet the team */

section {
    height: 195px;
}

/* gdpr check box */

.gdpr {
    /* border: 1px solid #d8d8d8; */
    border-left: 0;
    border-right: 0;
    padding: 4px !important;
    margin: 20px 0;
}

.gdpr p {
    font-size: 12px;
    margin: 10px 0;
    line-height: 18px;
    float:  right;
}

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

.gdpr-small {
    font-size: 11px;
    text-align: center;
    padding-top: 20px;
    clear: both;
    float: right;
    line-height: 16px;
}

/* END gdpr check box */

/* gdpr check box */

.gdpr-ppc {
    /* border: 1px solid #d8d8d8; */
    border-left: 0;
    border-right: 0;
    padding: 4px !important;
    margin: 0px 0;
    font-size: 7px !important;
}

.gdpr-ppc p {
    font-size: 12px !important;
    margin: 10px 0;
    line-height: 18px;
    float:  right;
}

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

.gdpr-small-ppc {
    font-size: 11px !important;
    text-align: center;
    padding-top: 5px !important;
    clear: both;
    float: right;
    line-height: 16px;
}

.gdpr-small-ppc a {
  color: #e0cc96;
}

/* END gdpr check box */

/* Referral Form */

#referral-form {
  width: 96%;
  box-sizing: border-box;
  padding: 13px 26px 42px 21px;
  margin: 0;
  background: #F9F9F9;
  margin: 28px 0 0 0;
}

#referral-form h2 {
  margin-bottom:8px;
}

#referral-form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#referral-form li {
  height: 25px;
  padding: 3px 0 2px 0;
  margin: 0 !important;
  clear:both;
}

#referral-form select {
  float: right;
  height: 38px;
  margin: 10px 0 10px 10px;
  border: 1px solid #EBEBEB;
  padding: 5px;
  color: #A0A0A0;
  font-family: 'Raleway', sans-serif !important;
  width: 60%;
}

#referral-form li.last {
  height: 33px;
  border:none;
  background:none;
}

#referral-form input {
  width: 60%;
  height: 15px;
  padding: 10px 0 10px 10px;
  margin:10px 0 0;
  float:right;
  border:1px solid #E6E6E6;
  font-family: 'Raleway', sans-serif !important;
  font-size: 13px;
}

.bigger-input-field {
  height:24px !important;
}

#referral-form textarea {
  width: 60%;
  padding: 10px 0 10px 10px;
  margin:10px 0 0;
  background: none;
  float:right;
  border:1px solid #E6E6E6;
  background:#fff;
  font-family: 'Raleway', sans-serif !important;
  font-size: 13px;
}

#referral-form label {
  width:225px;
  font-size: 14px;
  float:left;
  padding:15px 0 0 10px;
  height:100%;
  line-height: 1.4;
}

#referral-form label.bigger {
  width: 286px;
  font-size:13px;
  float:left;
  padding:15px 0 0 10px;
  height:100%;
}

.formclearing {
  width: 100%;
  clear: both;
  float: left;
  height: 5px;
}

#referral-form label.dental-wish {
  width: 394px;
  font-size:13px;
  float:left;
  padding:15px 0 0 10px;
  height:100%;
}

#referral-form .submit {
  width: 140px;
  height: 40px;
  margin: 10px 0 0;
  padding: 10px 0;
  background: #AD2053;
  list-style: none;
  font-size: 13px;
  text-indent: 0px;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
}

#referral-form .submit:hover {
  background: #CD2562;
  color:#fff;
  cursor:pointer;
}

/* End Referral Form */

#locations-sub-nav {
  width: 100%;
  padding: 7px 0 2px;
  margin-bottom: 30px;
  /* height: 69px; */
  background: rgba(0, 0, 0, 0.04);
}

#locations-sub-nav li {
  list-style: none;
  /* float: left; */
  display: inline-block;
}

#locations-sub-nav li a {
  display: block;
  padding: 7px 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.location_distance {
  display: none !important;
}

a.locationbutt {
  background-color: #951C48;
  border-radius: 4px;
  color: #fff !important;
  /* float: left; */
  text-align: center;
  padding: 7px 0;
  width: 31.6%;
  margin: 1%;
  display: inline-block;
}

a.locationbutt:hover {
  background: #BA255B;
}

a.locationbutt:nth-of-type(3) {
  margin:1% 0 1% 1%;
}

/* BLOG CONENT */

#blog {
  width: 100%;
  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: 449px;
  float: right;
  margin-top: -22px;
}

.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: #AD2053;
  color: #fff !important;
  border: none;
  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: #CBAD5B;
}

/* form */

label.radio {
  cursor: pointer;
}
label.radio input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
}
label.radio span {
  padding: 9px 14px;
  border: 2px solid #951b47;
  display: inline-block;
  color: #009BA2;
  border-radius: 3px;
  text-transform: uppercase;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: #951B47;
  color: white;
}
label.radio input:checked + span {
  border-color: #e2ce9c;
  background-color: #e2ce9c;
}

/* SINGLE CONENT */

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

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

#single_main_image {
  float: left;
  height: 270px;
  overflow: hidden;
  width: 100%;
  border: 1px solid #F0F0F0;
}

#single_main_image img {
  width:100%;
  height:auto;
}

.excerpt {
  font-size: 16px;
}

.video-box {
  float: left;
  width: 50%;
}

.videos-holder {
  float: left;
  width: 98%;
  background: #E7E6E2;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  margin: 1%;
  display: flex;
}

.video-text {
  float: left;
  width: 98%;
  background: #AD2053;
  border-left: 10px solid #C7B199;
  color: white;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  margin: 1%;
  display: flex;
}

/* 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(images/tags_icon_main.png);
  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:100%;
  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(images/avatar_speechbubble.png);
  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: 96%;
  margin-top: 5px;
  padding: 2%;
  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;
}

/* 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;
}
.home_red {
  color: #AD2053;
  float: left;
}

.quote {
  color:#A10A40;
  font-style: italic;
  font-size: 20px;
}

p.minfo {
  float: left;
  margin: 20px 0;
  width: 100%;
}

.gal {
  clear: left;
  width: 100%;
  border-bottom: 1px solid #E9E9E9;
  float: left;
  margin: 0 1%;
  padding: 20px 20px 10px 0;
  box-sizing: border-box;
}

.gal-title {
  float:left;
  line-height: 35px;
  font-size: 26px;
  color: #951C48;
  font-weight: 300;
}
.gal-logo {
  float: right;
}

/* Emergency Dentist Info */

ul.emergencies {
    text-align: center;
    list-style: none;
}

ul.emergencies li {
    display: inline-block;
    width: 27%;
    padding: 15px 2%;
    margin: 5px !important;
    background: #fbfbfb;
    border: 1px solid #BE265D;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
}

ul.emergencies li:hover {
    background: #eee;
}

.emerg-img {
  max-width: 350px;
  width: 100%;
}

ul.emergencies h3 {
    text-align: center !important;
}


/* GALLERY */
#gallery {
  margin: 0;
  padding: 0;
  width: 100%;
  clear:  both;
}
ul#gallery li {
  float: left;
  display: inline;
  margin: 20px 1% 0 1%;
  text-align: center;
  background: #FFFFFF;
  padding: 1%;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  width: 23%;
  min-height: 168px;
}
ul#gallery li img, ul#gallery li.right img {
  margin-bottom: 10px;
  height: auto;
}
.galclr {
  clear: both;
  padding-top: 30px!important;
}

.search-box {
  margin-bottom: 20px;
  max-width: 356px;
  width: 100%;
  margin: 0 auto 20px;
}


.search-box input#s {
  width: 70%;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #E6E6E6;
  font-family: 'Raleway', sans-serif !important;
  font-size: 13px;
}

.search-box input#searchsubmit {
  width: 25%;
  box-sizing: border-box;
  padding: 15px;
  background: #AD2053;
  border: 1px solid #AD2053;
  list-style: none;
  font-size: 13px;
  text-indent: 0px;
  float: right;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.search-box input#searchsubmit:hover {
  background: #CD2562;
  color:#fff;
  cursor:pointer;
}

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}


/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #CBB271;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* fad in transitions */

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:0.9s;
  -moz-animation-duration:0.9s;
  animation-duration:0.9s;
}


#sl_div input#addressInput {
  width: 471px;
}

#locations-sub-nav ul li, #locations-sub-nav ol li {
  margin: 0 0 5px 0.9%;
  padding: 0 11px;
  background: #AD2053;
}

img.resp-blog-image {
  width: 100%;
  max-width: 700px;
  height: auto;
}

#googlereviews {
  max-width: 300px;
  width: 100%;
  height: 77px;
  display: block;
  text-indent: -9999px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  background-image: url(images/googlereviews.jpg);
  margin: 20px 0 20px 10px;
  background-size: 100% 100%;
  float:  left;
}

.affordableprices {
  list-style: none;
  float:  left;
}
.affordableprices li {
  font-size: 16px;
}
.affordableprices strong {
  font-size: 20px;

}

#feelink {
  float: right;
  text-align: left;
  border: 1px solid rgba(190, 78, 118, 0.58);
  border-radius: 5px;
  padding:  10px;
  position: relative;
  top: -30px;
  margin: 0 0 0 20px;
  width: 200px;
}

#feelink.emlink {
    top: 0;
    margin: 0 0 15px 20px;
}

ul#feelink li {
  list-style:none;
  float:left;
  margin-left: 0;
}

ul#feelink li a {
  list-style: none;
  background: rgba(173, 32, 83, 0.79);
  color: #FFFFFF;
  border: 2px solid #AD2053;
  border-radius: 4px;
  text-align: center;
  padding: 6px 0;
  margin: 2px auto;
  font-size: 15px;
  width: 175px;
  display: block;
}

ul#feelink li a:hover {
  background: #951C48;
}

/* Video Player */

.easyhtml5video {
  margin: 0 auto;
}
.easyhtml5video .eh5v_script {
  display:none;
}

.redtag {
  color:#BE265D;
}

/* preload images for hover */

#preloaded-images {
 position: absolute;
 overflow: hidden;
 left: -9999px;
 top: -9999px;
 height: 1px;
 width: 1px;
}

#banner:after,
#top-footer-holder:after,
#top-white:after,
.container1200:after,
#footer:after,
#address_search:after,
#sidebar:after,
.ppc-form:after {
  content:".";
  clear:both;
  height:0;
  display:block;
  visibility:hidden;
}

a,
.top-ql,
#find,
#find2,
.submit,
input,textarea,
i.fa.fa-facebook-square,
i.fa.fa-twitter-square,
i.fa.fa-google-plus-square {
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-mobile {
  display:none;
}


/* ========================
-------- PPC PAGES --------
======================== */

.hero-section {
  position: relative;
  height: 650px;
  background: url(images/ppc/hero-bg.jpg) center;
  background-size:cover;
  border-bottom: 1px solid #920f40;
}

.down-arrow {
  position: absolute;
  z-index: 200;
  bottom: 20px;
  left: 50%;
  margin-left:-24px;
  color: #ad2053;
  font-size: 2.5em;
  -moz-animation: arrow-bounce 2s infinite;
  -webkit-animation: arrow-bounce 2s infinite;
  animation: arrow-bounce 2s infinite;
}

.down-arrow:hover {
  color: #ad2053;
  opacity: 0.8;

  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}

@-moz-keyframes arrow-bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  40% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-7.5px);
    transform: translateY(-7.5px);
  }
}
@-webkit-keyframes arrow-bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-7.5px);
    transform: translateY(-7.5px);
  }
}
@keyframes arrow-bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  40% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-7.5px);
    -ms-transform: translateY(-7.5px);
    -webkit-transform: translateY(-7.5px);
    transform: translateY(-7.5px);
  }
}

.vert-middle {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3%;
  display: table;
  box-sizing: border-box;
}

.hero-text {
  display: table-cell;
  vertical-align: middle;
}

.hero-center {
  width: 540px;
  text-align: center;
}

.hero-text h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

.hero-price-box {
  padding: 25px 20px;
  margin: 30px 10px 0 0;
  width: 220px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #AD2053;
}

.gold-price-box {
  background: #C7B199;
  margin-right:0;
}

.hero-price-box p {
  margin: 0;
  line-height: 1.4;
  font-size: 20px;
}

.hero-price-box p.hero-price {
  font-size: 28px;
  font-weight: 700;
  margin: 15px 0 0;
}

.ppc-content-wrapper {
  padding: 50px 0;
  text-align: center;
}

.ppc-content-wrapper p {
  font-size: 18px;
  line-height: 1.7;
}

/* PPC Quicklinks */

.ppc-treatments-wrap {
  background: url(images/pattern.jpg);
  padding: 60px 0;
  text-align: center;
}

.ppc-treatments-wrap h2 {
  margin: 0 0 40px;
  font-weight: 400;
}

.two-third-ql {
  width: 66.666%;
  float: left;
  box-sizing: border-box;
  padding-right: 2em;
}

.one-third-ql {
  width: 33.333%;
  float: left;
  box-sizing: border-box;
}

.ppc-treatments-wrap figure {
  float: left;
  box-sizing: border-box;
  background: #C7B199;
  text-align: center;
}

.two-third-ql figure {
  width: calc(50% - 1em);
  margin: 0 0 2em 0;
}

.two-third-ql figure:nth-child(odd) {
  margin-right: 2em;
}

.two-third-ql figure:nth-child(3) figcaption,
.two-third-ql figure:nth-child(4) figcaption {
  height: 217px;
}

.one-third-ql figure {
  width: 100%;
  margin: 0;
}

.ppc-treatments-wrap figure img {
  width: 100%;
  display: block;
}

figcaption h3 {
  background: #ad2053;
  color: #fff;
  padding: 10px;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
}

figcaption p {
  color: #fff;
  margin: 20px;
}

.white-button {
  font-size: 1.2em;
  padding: 10px 15px;
  display: inline-block;
  background: white;
  margin: 5px 0 20px;
  color: #ad2053;
}

.white-button.hvr-bounce-to-top::before {
  background: #ad2053;
}

.red-border {
  border: 1px solid #ad2053;
}

/* PPC Contact */

.ppc-contact-section {
  padding: 50px 0;
  background:#ad2053;
}

.contact-half {
  width: 50%;
  float: left;
  padding: 0 2em;
  box-sizing: border-box;
}

.contact-half h3 {
  font-weight: 400;
  margin-top:0;
  color: #fff;
  font-size:28px;
}

.contact-half p {
  color: #fff;
  font-size: 18px;
}

.call-us,.email-us,.opening-hrs {
  color: #EEDDAF;
  display: inline-block;
  margin-top: 12px;
}

.phone-large a {
  color: #fff;
}

.phone-large, .email-large {
  font-size:26px;
  display: inline-block;
  margin-top:8px;
}

.email-large {
  font-size: 22px;
  color: #fff;
}

table.opening-hours {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

table.opening-hours tr,
tr:nth-child(2n),
tr:nth-child(2n+1) {
  background: none;
}

table.opening-hours td {
  text-align: center;
  padding: 0;
  color: #fff;
  font-size: 16px;
}

.opening-hours a {
  color: #fff;
}

.ppc-form ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}

.ppc-form input,
.ppc-form textarea {
  width:100%;
  height:40px;
  margin-bottom: 10px;
  padding:7px 10px 7px 45px;
  border:none;
  font-size:0.9em;
  outline: none;
  border:1px solid #fff;
  border-radius:0;
  -webkit-border-radius:0;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

.ppc-form textarea {
  padding-top:10px;
  height: 120px;
  overflow: auto;
  vertical-align: top;
}

.ppc-form input:hover,
.ppc-form textarea:hover,
.ppc-form input:focus,
.ppc-form textarea:focus {
  border-color: #ad2053;
}

.ppc-form li {
  position: relative;
}

.ppc-form li i {
  position: absolute;
  font-size: 1.1em;
  top: 11px;
  left: 11px;
  color: #ad2053;
}

.ppc-form .submit {
  background: #fff;
  color: #ad2053;
  height: 40px;
  width: 200px;
  float: right;
  text-transform: uppercase;
  font-size:1em;
  margin: 0;
  border: none;
  padding: 10px 0 12px;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.ppc-form .submit:hover {
  background: #CD2562;
  color: #fff;
  cursor: pointer;
}


.map-wrapper {
  padding: 30px;
  background: #fff;
}

.resp-hero-box {
  display: none;
}

.slideshow-wrapper-inside p.big_text {
    line-height: 31px !important;
    font-size: 31px !important;
}

a.christmasbut {
    top: 130px;
    left: 110px;
}

a.button {

    background: #f9cc70;
    color: #FFFFFF!important;
    border: 2px solid #f9a907;
    border-radius: 4px;
    text-align: center;
    padding: 6px 0;
    margin: 2px auto;
    font-size: 15px;
    width: 200px;
    display: block;
}




.sidebutton {
    text-align: center;
    margin: 19px 0;
}

.sidebutton img {
    max-width: 355px;
    width: 100%;
    height: auto;
    border: solid #013667 3px;
}

p.valentines {
    color: #951c48;
    font-weight: 500;
    font-size: 43px;
}

.straight p {
    font-size: 16px !important;
    line-height:15px;
}

p.teeths {
    font-size: 35px;
    margin: 100px 0 0 0;
}

.straighteningslider p {
    font-size:14px;
    line-height:16px;
}

.finance-btn {
  position: relative;
}
.finance-btn a {
  position: absolute;
  right: -310px;
  background: #f6e0a7;
  color: #951c48!important;
  padding: 10px 20px;
  font-size: 18px;
  border: 2px solid #000;
  font-weight: 700;
}
.finance-btn a:hover {
  background: #ffe7a7;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff !important;
    text-decoration:none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #951b48;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #ad2053;
}
.navigation{
  text-align: center;
}

.navigation{
  text-align: center;
}
#locations-sub-nav ul li.book-appointment, #locations-sub-nav ol li.book-appointment {
    background: #e0cc96;
    border: 1px solid #AD2053;
}
#locations-sub-nav ul li.book-appointment a, #locations-sub-nav ol li.book-appointment a{
  color: black;
}

.theme-default .nivoSlider img {
    margin: 0!important;
}

div#slider {
    margin: 50px 0 0 0;
}

/* ========================
------ MEDIA QUERIES ------
======================== */

@media (max-width: 1240px) {

  .nav {
    width: 1000px;
  }

  .home-but {
    width: 40px;
    overflow: hidden;
  }

  .nav ul li a{
    font-size: 9px;
    padding: 18px 13px 14px;
  }

  .ch-grid {
    width: 1000px !important;
  }
}

@media (max-width: 1180px) {

.finance-btn a {
  position: relative;
  left:0;
  margin: 10px 0;
}

  .hideipad,
  .slideshow-wrapper-inside,
  #sidebar,
  .blog_image {
    width: 100%;
  }

  #boots-logo {
    float: right;
  }

  #find {
    margin-top: 15px;
    float: right;
    clear: both;
  }

  #logo-inside {
    margin-top: 27px;
  }

  .JB_Slide_Content {
    margin-left: 85px !important;
    margin-top: 85px !important;
  }

  .big_text {
    margin-top:0px!important;
  }

  .slider-wrapper{
    display: none;
}



  .slider-wrapper.theme-default {
    display:block;
        height: 400px!important;
    max-width: 355px;
    width: 100%;
    margin: 0 0 150px;
  }

  .theme-default .nivoSlider {
        box-shadow: none!important;
            margin: 50px 0;
  }

  h1 {
    font-size: 30px;
    line-height: 34px;
  }

  h2 {
    line-height: 34px;
    font-size: 26px;
  }

  #testimonial-backing {
    padding-top: 49px;
    background: #EDD9A4;
    height: auto;
  }

  #test-positioner {
    position: relative;
    margin: 0 auto 0 auto;
    left: 0;
    padding-bottom:2%;
  }

  .ch-grid {
    width: 710px !important;
  }

  #footer {
    padding-top: 5px;
  }

  .footerbox {
    float: none;
    margin: 30px auto !important;
  }
  .end.footerbox {
    margin: 30px auto !important;
  }

  #boots-logo {
    margin-top: 4px;
    margin: 20px;
  }

  .ts-inside {
    background: #fff;
    padding: 30px 0 !important;
  }

  #maintext {
    width:100%;
    max-width: 100%;
  }

  ul#treatments li {
    margin: 0 2% 1% 0;
    width: 30%;
  }

  ul#treatments li a {
    width:100%;
  }


  .blog_content {
    width:100%;
  }

  #referral-form {
    width: 96%;
    padding: 2% 2% 5% 2%;
  }

  #sl_div input#addressInput {
    width: 100% !important;
    margin-left:0 !important;
  }

  form#searchForm {
    text-align:center !important;
    height: 104px !important;
    margin-left:0 !important;
  }

  input#addressSubmit {
    position: absolute !important;
    left: 50% !important;
    width: 200px !important;
    margin-left: -106px !important;
  }

  #searchForm #radius_in_submit {
    margin-top: 0;
  }

  div#map_sidebar {
    border:none;
    margin-top: 10px;
    padding:0;
    width: 100%;
  }

  div.results_row_left_column,
  div.results_row_center_column,
  div.results_row_right_column,
  span.slp_result_contact,
  span.slp_result_contact {
    width:100% !important;
  }

  .results_wrapper {
    background: #f2f2f2;
    padding: 10px 5%;
    width: 90%;
    margin-top: 5px;
  }

  /* PPC */
  .hero-section {
    height: 575px;
  }

  .two-third-ql,
  .one-third-ql {
    width: 780px;
    padding: 0;
    margin: 0 auto;
    float: none;
  }

  .one-third-ql figure img {
    width: calc(50% - 1em);
    float: left;
  }

  .one-third-ql figure figcaption {
    width: calc(50% + 1em);
    float: left;
  }

  .one-third-ql figure figcaption p {
    padding: 0 1em;
  }

  .map-wrapper iframe {
    height: 350px;
  }

}


@media (max-width: 1020px) {

  .nav {
    width: 900px;
  }

  .nav ul li a{
    font-size: 9px;
  }

  .nav ul li a {
    font-size: 9px;
    padding: 18px 7px 14px;
  }

  /* PPC */
  .hero-section {
    height: 500px;
  }

  .email-large {
    font-size: 19px;
  }

}

@media (max-width: 900px) {

  .footerbox{
    max-width: calc(100% - 20px) !important;
  }

  .flexnav li {
    text-align: center;
  }

  .menu-button {
    background: #9C0338 !important;
  }

  .flexnav li a {
    background: #890A36 !important;
  }

  .flexnav li ul li a {
    background: #E0CD9B!important;
  }

  .nav-mobile {
    display: block !important;
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 99999;
    background:#000;
  }

  .nav-mobile a {
    text-decoration:none;
  }

  #nav-wrapper, div#nav-wrapper-sticky-wrapper {
    display:none;
  }

  /* PPC */
  .ppc-content-wrapper,
  .ppc-treatments-wrap,
  .ppc-contact-section {
    padding: 4% 0;
  }

  .ppc-treatments-wrap h2 {
    margin-bottom: 20px;
  }

  .white-button {
    margin-bottom: 10px;
  }

  .two-third-ql, .one-third-ql {
    width: 98%;
  }

  figcaption p {
    margin: 12px;
  }

  .contact-half h3 {
    font-size: 22px;
  }

}

@media (max-width: 786px) {


  #logo-inside {
    margin-top: 27px;
    float: none;
    margin: 10px auto 0 auto;
  }

  #boots-logo {
    float: none;
    margin: 0 auto 17px auto;
  }

  .right-content {
    float: none;
  }

  #find {
    display:none;
  }

  .upmore {
    margin-top:0;
  }

  #test-positioner {
    width: 92%;
    padding: 0 4% 4%;
  }

  .ch-grid {
    width: 500px !important;
  }

  .ch-grid li {
    margin: 0 25px 29px 0 !important;
  }

  #logos {
    width: 500px;
  }

  #referral-form label {
    width: 20%;
  }

  #referral-form select {
    float: right;
  }

  #referral-form {
    padding: 2% 2% 8% 2%;
  }

  #single_main_image {
    display:none;
  }

  #facebook_like_bar {
    overflow:hidden;
  }

  #locations-sub-nav ul li, #maintext ol li {
    margin: 10px 0 0 2%;
    width: 96%;
    padding: 0;
  }

  #locations-sub-nav {
    /* height:223px; */
    background:none;
  }

  /* PPC */
  .hero-section {
    height: 425px;
  }

  .ppc-form .submit {
    width: 100%;
  }

}

@media (max-width: 740px) {

  .videos-holder {
    float: left;
    width: 98%;
    background: #E7E6E2;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    margin: 1%;
    display: flex;
  }

  ul#fees li {
    width: 100%;
  }

  /* PPC */

  .vert-middle {
    background: rgba(255,255,255,0.7)
  }

  .hero-center {
    width: 92%;
    margin: 0 4%;
  }

  .hero-price-box {
    box-sizing: border-box;
    width: 42%;
  }

  .ppc-treatment-wrap h2 {
    margin-bottom: 20px;
  }

  .ppc-treatments-wrap figure {
    width: 92%;
    max-width: 400px;
    float: none;
    margin: 0 auto 1.5em;
  }

  .two-third-ql figure:nth-child(odd) {
    margin: 0 auto 1.5em;
  }

  .ppc-treatments-wrap figcaption {
    padding: 0 1px 1px;
  }

  .two-third-ql figure:nth-child(3) figcaption,
  .two-third-ql figure:nth-child(4) figcaption {
    height: auto;
  }

  .one-third-ql figure img,
  .one-third-ql figure figcaption {
    width: 100%;
    float: none;
  }

  .contact-half {
    width: 100%;
    padding: 0 1em 2em;
  }

  .contact-half.centered {
    padding-top:2em;
    border-top: 1px solid rgba(255,255,255,0.3);
  }

  .map-wrapper {
    padding: 15px;
  }

}

@media (max-width: 665px) {

  ul.emergencies li {
    width: 42%;
  }

}


@media (max-width: 620px) {

  .affordableprices {
    float: none;
  }

  #feelink {
    padding: 10px;
    position: relative;
    margin: 20px 20px 0 20px;
    top: 0;
    width: 100%;
    text-align: center;
  }

  ul#feelink li {
    width: 100%;
}
  #CQCWidget-1-672330762-1 {
    float: left!important;
    max-width: 200px!important;
  }
}

@media (max-width: 600px) {


   /* braces form */

   ul.invisalign-form li {
    width: 100%;
   }
   .age li {
    width: calc(100% / 3 - 14.9px) !important;
   }





  .upmore {
    display:none;
  }

  #text-section {
    width: 96%;
    padding: 30px 2%;
    line-height: 28px;
    font-size: 15px;
  }

  a.locationbutt {
    width:99%;
  }

  #test-positioner p {
    line-height: 26px;
    font-size: 15px;
  }

  .ch-grid {
    width: 300px !important;
  }

  #logos {
    width: 100%;
  }

  #boots-logo h1 {
    font-size: 16px;
    line-height: 18px;
    margin-top: 11px;
  }

  #maintext {
    width: 96%;
    padding: 0 2%;
  }

  #maintext h2 {
    font-size:21px;
  }

  #maintext h1 {
    margin-bottom: 20px;
    line-height: 36px;
    font-size: 23px;
  }

  h2 {
    line-height: 34px;
    font-size: 20px;
  }

  ul#treatments li {
    margin: 0 0 1% 0;
    width: 100%;
  }

  #single_main_image {
    display:none;
  }

  .alignright, .alignleft .alignnone {
    float: right;
    border: none;
    padding: 0;
    background: 0;
    margin: 0 0 20px 20px;
    width: 40%;
    height: auto;
  }

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

  #referral-form label {
    width: 98%;
  }

  #referral-form input {
    width: 90%;
    float: left;
  }

  #referral-form {
    padding: 2% 2% 8% 7%;
  }

  #referral-form textarea {
    width: 90%;
    float: left;
  }

  #referral-form select {
    float: left;
    width: 94%;
    left: -25px;
    top:3px;
    position: relative;
  }

  #referral-form .submit {
    width: 94%;
  }

  .video-right {
    float: none;
    padding: 5px;
    background: #FBFBFB;
    border: 1px solid #EFEFEF;
    margin: 0 auto;
    width: 280px;
    overflow: hidden;
  }
}

@media (max-width: 575px) {

  .video-box {
    float: left;
    width: 100%;
  }


  /* PPC */
  .hero-price-box p {
    font-size: 14px;
  }

  .hero-price-box p.hero-price {
    font-size: 22px;
    margin:10px 0 0;
  }

  .ppc-content-wrapper p {
    font-size: 14px;
  }

  table.opening-hours td {
    font-size: 10px;
  }

}

@media (max-width: 500px) {

  .infotable  td {
    clear: both;
    display: block;
  }

}


@media (max-width: 450px) {

  ul#gallery li {
      width: 48%;
  }

  ul#gallery li:nth-of-type(odd) {
      clear: left;
  }

  /*PPC*/

  .hero-section {
    height: 250px;
  }

  .hero-text h2 {
    font-size: 15px;
  }

  .hero-text .hero-price-box {
    display: none;
  }

  .resp-hero-box {
    display: block;
  }

  .hero-price-box {
    width: 90%;
    margin: 5% 5% 0;
  }

  .email-large {
    font-size: 14px;
  }

}

@media (max-width: 410px) {
  ul.emergencies li {
    width: 91%;
  }
}

.twitterbox {
  height: 325px;
  overflow-y:scroll
}

.twitterbox iframe{
  border-radius: 4px;
  overflow: scroll!important;
}





/* WOOCOMMERCE */
.commerce {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.commerce * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.commerce .products li {
  list-style: none;
  margin: 20px 1% 30px 1%!important;
  display: inline-block;
  width: 30%;
}

.commerce .products li img {
  width: 100%;
}

.commerce .products li a.button {
    background: #951c48;
    color: #FFFFFF!important;
    border: 2px solid #ad2053;
    border-radius: 4px;
    text-align: center;
    padding: 6px 0;
    margin: 2px auto;
    font-size: 15px;
    width: 200px;
    display: block;
}

.commerce .products li a.button:hover {
    background: #f9cc70;
    border: 2px solid #f9a907;
}







.commerce .images {
  padding: 10px;
  border: 1px solid #ad2053;
  max-width: 300px;
  width: 30%;
  display: inline-block;
  margin-right: 2%;
  vertical-align: top;
}

.commerce .images img {
 width: 100%;
 display: block;
}

.commerce .summary.entry-summary {
  background: #f0f0f0;
  width: 67%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}

.commerce .summary h1 {
  background: #951c48;
  color: #fff!important;
  padding: 5px 10px;
  margin: 0;
  width: 100%;
  display: block;
  font-size: 26px!important;
}

.woocommerce-Price-amount {
  font-weight: 700;
  color: #951c48;
  font-size: 18px;
}

.commerce .single_add_to_cart_button {
  clear: both;
  display: block;
  background: #951c48;
  border: 0;
  margin: 10px 0;
  padding: 10px;
  color: #fff;
}

.commerce .quantity {
  display: none;
}


.commerce .woocommerce-tabs .description_tab{
  display: block;
  margin: 0!important;
  padding: 0;
  list-style: none;
}
.commerce .woocommerce-tabs .description_tab > a{
  background: #951c48;
  color: #fff!important;
  padding: 5px 10px;
  width: 100%;
  margin-top: 10px;
  display: block;
  font-size: 20px!important;
}

.commerce .woocommerce-Tabs-panel h2 {
  padding: 0!important;
  width: 100%;
  display: block;
  font-size:18px!important;
  margin: 10px 0 0 0!important;
}

.commerce ul#menu-shop {
    padding: 0;
    list-style: none;
    margin: 0 0 20px 0;
    text-align: right;
    width:  100%;
}

.commerce ul#menu-shop li {
    display: inline-block;
    border-bottom: 1px solid #951c48;
}

.commerce ul#menu-shop a {
    display: block;
    padding: 5px 10px;
    text-align: center;
    /* ; */
}

ul#menu-shop a:hover {
    background: #fbfbfb;
}

#ddl-cookies-header {
    background-color: #ad2053 !important;
}

.ddl-cookies-happy {
    background-color: #571330 !important;
}

#locations-subnav ul,
#locations-subnav ol {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 15px 0;
  margin: 0;
  list-style: none;
}

#locations-subnav ul li,
#locations-subnav ol li {
  margin: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  /* padding-right: 4px; */
}

#locations-subnav ul li:nth-last-child(2),
#locations-subnav ol li:nth-last-child(2) {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  flex-basis: 0;
  -ms-flex-preferred-size: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  max-width: 100%;
}

#locations-subnav ul li.book-appointment-button,
#locations-subnav ol li.book-appointment-button {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-flex: 0;
  max-width: 100%;

  display: block;
  margin: 0;
  background: transparent;
  padding-top: 15px;
}

#locations-subnav ul li a,
#locations-subnav ol li a {
  display: block;
  white-space: nowrap;
  padding: 10px 24px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background: #AD2053;
}

#locations-subnav ul li:not(:nth-last-child(2)) a,
#locations-subnav ol li:not(:nth-last-child(2)) a {
  border-right: 2px solid #ffffff;
}

#locations-subnav ul li a:hover,
#locations-subnav ol li a:hover {
  background: #701637;
}

#locations-subnav ul li.book-appointment-button a,
#locations-subnav ol li.book-appointment-button a {
  background: #e0cc96;
  border: 1px solid #AD2053;
  color: #AD2053;
  letter-spacing: 1px;
}

#locations-subnav ul li.book-appointment-button a:hover,
#locations-subnav ol li.book-appointment-button a:hover {
  background: #701637;
  color: #ffffff;
}

@media (max-width: 1180px) {

  #locations-subnav ul li,
  #locations-subnav ol li {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    max-width: 100%;
  }

  #locations-subnav ul li a,
  #locations-subnav ol li a {
    padding: 10px 30px;
  }

}

@media (max-width: 780px) {

  #locations-subnav ul li,
  #locations-subnav ol li {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-flex: 0;
    max-width: 50%;
  }

  #locations-subnav ul li a,
  #locations-subnav ol li a {
    padding: 10px 30px;
  }

  #locations-subnav ul li:not(:nth-last-child(2)) a,
  #locations-subnav ol li:not(:nth-last-child(2)) a {
    border-right: 0;
    border-bottom: 2px solid #ffffff;
  }

  #locations-subnav ul li:nth-child(odd):not(:nth-last-child(2)) a,
  #locations-subnav ol li:nth-child(odd):not(:nth-last-child(2)) a {
    border-right: 2px solid #ffffff;
  }

  #locations-subnav ul li.book-appointment-button a,
  #locations-subnav ol li.book-appointment-button a {
    white-space: normal;
    border: 1px solid #AD2053;
    line-height: 1.6;
    padding: 15px;
  }

}
