/*!
  Theme Name: Weobley Dental
  Theme URI: https://www.weobleydentalsurgery.co.uk/
  Author: Ember Web
  Author URI: https://www.emberweb.co.uk/
  Description: Created for Weobley Dental by Ember Web.
  Version: 1.0.0
  Tested up to: 5.4
  Requires PHP: 5.6
*/
.list-style-none {
  list-style: none;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[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-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*
  Inherit box-sizing to more easily change it's value on a component level.
  @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
*/
*, *::before, *::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body, button, input, select, optgroup, textarea {
  color: #0a0c00;
  font-family: "Antic Slab", serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  clear: both;
}

p > a {
  font-family: Arial, sans-serif;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eeeeee;
  font-family: "Antic Slab", serif;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: "Antic Slab", serif;
}

abbr, acronym {
  border-bottom: 1px dotted #666666;
  cursor: help;
}

mark, ins {
  background: #FFF6D2;
  text-decoration: none;
}

big {
  font-size: 125%;
}

body {
  background: #ffffff;
  overflow-x: hidden;
}

* {
  scroll-behavior: smooth !important;
  box-sizing: border-box;
  font-family: "Antic Slab", serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

hr {
  background-color: #cccccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.container {
  max-width: 1408px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
@media (max-width: 1600px) {
  .container {
    max-width: 1350px;
  }
}

a {
  text-decoration: none;
  outline: 0;
  color: #21759b;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
a:visited {
  color: #21759b;
}
a:hover, a:focus, a:active {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  color: #2B363A;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: #E9CFE3;
  border: 1px solid;
  border-color: #cccccc #cccccc #bbbbbb;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  transition: 0.2s ease-in-out;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #cccccc #bbbbbb #aaaaaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaaaaa #bbbbbb #bbbbbb;
  outline: none;
}

.custom-button {
  background-color: #E9CFE3;
  border: 10px solid #000000;
  display: block;
  width: 254px;
  margin: 0;
  padding: 16px 10px;
  font-size: 20px;
  text-align: center;
  color: #000000;
  outline: none;
}
.custom-button:hover {
  background-color: #9CCBD4;
}
@media screen and (max-width: 767px) {
  .custom-button {
    width: 180px;
    font-size: 16px;
    padding: 12px 10px;
  }
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666666;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111111;
}

select {
  border: 1px solid #cccccc;
}

textarea {
  width: 100%;
}

#site-header .navbar {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 130px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(128, 128, 128, 0.19);
}
@media screen and (max-width: 991px) {
  #site-header .navbar {
    height: 110px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #site-header .navbar {
    height: 90px;
  }
}
#site-header .navbar .navbar-brand {
  display: block;
  width: 100%;
  max-width: 150px;
}
#site-header .navbar .navbar-nav {
  gap: 25px;
  transition: 0.3s all;
}
@media screen and (max-width: 991px) {
  #site-header .navbar .navbar-nav {
    background-color: #ffffff;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
    border-bottom: 10px solid #000000;
  }
}
#site-header .navbar .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
#site-header .navbar .navbar-nav .nav-item .link-box {
  width: 30px;
  height: 18px;
}
#site-header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 22px;
}
@media screen and (max-width: 1199px) {
  #site-header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 18px;
  }
}
#site-header .navbar button.navbar-toggler {
  padding: 5px 10px;
}
#site-header .navbar button.navbar-toggler .navbar-toggler-icon {
  font-size: 14px;
}

.hero-section {
  margin-top: 130px;
  border-top: 10px solid #000000;
  border-bottom: 10px solid #000000;
  min-height: 500px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .hero-section {
    margin-top: 110px;
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section {
    margin-top: 90px;
    min-height: 200px;
  }
}
.hero-section .grad {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.hero-section .container, .hero-section .hero-heading {
  position: relative;
  z-index: 4;
}
.hero-section .before {
  display: block;
  width: 25vw;
  height: 25vw;
  position: absolute;
  bottom: -40px;
  left: -40px;
  z-index: 3;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1200px) {
  .hero-section .before {
    width: 350px;
    height: 350px;
    background-size: unset;
  }
}
.hero-section .after {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: grayscale(100%);
}
.hero-section .hero-heading {
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .hero-section .hero-heading {
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .hero-section .hero-heading {
    height: 200px;
  }
}
.hero-section .hero-heading h2 {
  font-size: 64px;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .hero-section .hero-heading h2 {
    font-size: 42px;
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .hero-heading h2 {
    font-size: 32px;
    max-width: 280px;
  }
}
@media screen and (max-width: 575px) {
  .hero-section .hero-heading h2 {
    font-size: 26px;
    max-width: 220px;
  }
}

footer.site-footer .heading-area {
  text-align: center;
}
footer.site-footer .heading-area .section-title {
  font-size: 36px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  footer.site-footer .heading-area .section-title {
    font-size: 28px;
  }
}
footer.site-footer .heading-area .description p {
  font-size: 18px;
  max-width: 850px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 991px) {
  footer.site-footer .heading-area .description p {
    max-width: 750px;
  }
}
@media screen and (max-width: 767px) {
  footer.site-footer .heading-area .description p {
    font-size: 16px;
  }
}
footer.site-footer .heading-area .description p span {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  footer.site-footer .heading-area .description p span {
    font-size: 16px;
  }
}
footer.site-footer .heading-area h3 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  footer.site-footer .heading-area h3 {
    font-size: 22px;
  }
}
footer.site-footer .heading-area h4 {
  font-size: 24px;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  footer.site-footer .heading-area h4 {
    font-size: 18px;
  }
}
footer.site-footer .hero-bottom-details {
  background-color: #9CCBD4;
  border-bottom: 10px solid #000000;
  padding: 0 0 15px 0;
  overflow: hidden;
}
footer.site-footer .hero-bottom-details .opening-hours {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px 0;
  padding: 15px;
  background-color: #000000;
  color: #ffffff;
}
footer.site-footer .hero-bottom-details .opening-hours p {
  margin-top: 0;
  margin-bottom: 0;
}
footer.site-footer .hero-bottom-details .detail-head {
  display: flex;
  align-items: center;
  gap: 20px;
}
footer.site-footer .hero-bottom-details .detail-head .icon-wrapper {
  display: block;
  width: 25px;
}
footer.site-footer .hero-bottom-details .detail-head h5 {
  font-size: 30px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  footer.site-footer .hero-bottom-details .detail-head h5 {
    font-size: 22px;
  }
}
footer.site-footer .hero-bottom-details ul {
  padding: 15px 0 0 0;
}
footer.site-footer .hero-bottom-details ul li {
  word-break: break-all;
  list-style: none;
  font-size: 18px;
}
footer.site-footer .hero-bottom-details ul li a {
  color: #000000;
}
@media screen and (max-width: 767px) {
  footer.site-footer .hero-bottom-details ul li {
    font-size: 16px;
  }
}
footer.site-footer .footer-white-area {
  height: 100%;
  background-color: #ffffff;
  border-right: 10px solid #000000;
}
@media screen and (max-width: 767px) {
  footer.site-footer .footer-white-area {
    border-right: 0px solid #000000;
    border-bottom: 10px solid #000000;
  }
}
footer.site-footer .footer-white-area .icon-wrapper {
  display: block;
  width: 25px;
}
footer.site-footer .footer-white-area p {
  font-size: 14px;
}
footer.site-footer .footer-white-area h5 {
  font-size: 22px;
  margin-bottom: 20px;
}
footer.site-footer .footer-white-area ul li {
  list-style: none;
  margin-bottom: 10px;
}
footer.site-footer .footer-white-area ul li a {
  color: #000000;
}
footer.site-footer .footer-white-area ul li a:hover {
  color: #9CCBD4;
}
footer.site-footer .legal-wrap h5 {
  font-size: 22px;
  margin-bottom: 20px;
}
footer.site-footer .legal-wrap p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  footer.site-footer .legal-wrap p {
    font-size: 16px;
  }
}
footer.site-footer .copyright-text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  footer.site-footer .copyright-text {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
footer.site-footer .copyright-text p {
  color: #ffffff;
  font-size: 16px;
}

.flexible-content.slideshow {
  display: block;
  width: 100vw;
  height: 75vh;
}
.flexible-content.slideshow .hero-slideshow {
  display: block;
  width: 100%;
  height: 100%;
}
.flexible-content.slideshow .hero-slideshow .slick-list, .flexible-content.slideshow .hero-slideshow .slick-track {
  display: block;
  width: 100%;
  height: 100%;
}
.flexible-content.slideshow .hero-slideshow .slick-list .slick-slide, .flexible-content.slideshow .hero-slideshow .slick-track .slick-slide {
  padding-top: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.flexible-content.slideshow .hero-slideshow .slick-list .slick-slide .grad, .flexible-content.slideshow .hero-slideshow .slick-track .slick-slide .grad {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.flexible-content.slideshow .hero-slideshow .slick-list .slick-slide .container, .flexible-content.slideshow .hero-slideshow .slick-list .slick-slide .hero-heading, .flexible-content.slideshow .hero-slideshow .slick-track .slick-slide .container, .flexible-content.slideshow .hero-slideshow .slick-track .slick-slide .hero-heading {
  position: relative;
  z-index: 3;
}
.flexible-content.slideshow .hero-slideshow .slick-list .slick-slide .container h1, .flexible-content.slideshow .hero-slideshow .slick-list .slick-slide .hero-heading h1, .flexible-content.slideshow .hero-slideshow .slick-track .slick-slide .container h1, .flexible-content.slideshow .hero-slideshow .slick-track .slick-slide .hero-heading h1 {
  font-size: 64px !important;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .flexible-content.slideshow .hero-slideshow .slick-list .slick-slide .container h1, .flexible-content.slideshow .hero-slideshow .slick-list .slick-slide .hero-heading h1, .flexible-content.slideshow .hero-slideshow .slick-track .slick-slide .container h1, .flexible-content.slideshow .hero-slideshow .slick-track .slick-slide .hero-heading h1 {
    font-size: 42px !important;
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .flexible-content.slideshow .hero-slideshow .slick-list .slick-slide .container h1, .flexible-content.slideshow .hero-slideshow .slick-list .slick-slide .hero-heading h1, .flexible-content.slideshow .hero-slideshow .slick-track .slick-slide .container h1, .flexible-content.slideshow .hero-slideshow .slick-track .slick-slide .hero-heading h1 {
    font-size: 32px !important;
    max-width: 280px;
  }
}
@media screen and (max-width: 575px) {
  .flexible-content.slideshow .hero-slideshow .slick-list .slick-slide .container h1, .flexible-content.slideshow .hero-slideshow .slick-list .slick-slide .hero-heading h1, .flexible-content.slideshow .hero-slideshow .slick-track .slick-slide .container h1, .flexible-content.slideshow .hero-slideshow .slick-track .slick-slide .hero-heading h1 {
    font-size: 26px !important;
    max-width: 220px;
  }
}
.flexible-content.slideshow .hero-slideshow .slick-list .slick-slide .after, .flexible-content.slideshow .hero-slideshow .slick-track .slick-slide .after {
  display: block;
  width: 75%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: grayscale(100%);
}
@media screen and (min-width: 768px) {
  .flexible-content.slideshow .hero-slideshow .slick-list .slick-slide .after, .flexible-content.slideshow .hero-slideshow .slick-track .slick-slide .after {
    width: 50%;
  }
}

.flexible-content.contact-details .hero-bottom-details {
  background-color: #E9CFE3;
  border-bottom: 10px solid #000000;
  padding: 0 0 15px 0;
  overflow: hidden;
}
.flexible-content.contact-details .hero-bottom-details .opening-hours {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px 0;
  padding: 15px;
  background-color: #000000;
  color: #ffffff;
}
.flexible-content.contact-details .hero-bottom-details .opening-hours p {
  margin-top: 0;
  margin-bottom: 0;
}
.flexible-content.contact-details .hero-bottom-details .detail-head {
  display: flex;
  align-items: center;
  gap: 20px;
}
.flexible-content.contact-details .hero-bottom-details .detail-head .icon-wrapper {
  display: block;
  width: 25px;
}
.flexible-content.contact-details .hero-bottom-details .detail-head h5 {
  font-size: 30px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .flexible-content.contact-details .hero-bottom-details .detail-head h5 {
    font-size: 22px;
  }
}
.flexible-content.contact-details .hero-bottom-details ul {
  margin: 0;
  padding: 15px 0 0 0;
}
.flexible-content.contact-details .hero-bottom-details ul li {
  list-style: none;
  font-size: 22px;
}
.flexible-content.contact-details .hero-bottom-details ul li a {
  color: #000000;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .flexible-content.contact-details .hero-bottom-details ul li {
    font-size: 16px;
  }
}

.flexible-content.text-and-image .welcome-section {
  border-bottom: 10px solid #000000;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .flexible-content.text-and-image .welcome-section {
    padding: 60px 0;
  }
}
.flexible-content.text-and-image .welcome-section .text-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .flexible-content.text-and-image .welcome-section .text-content {
    padding: 0px 0 20px;
  }
}
.flexible-content.text-and-image .welcome-section .text-content h2 {
  font-size: 36px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .flexible-content.text-and-image .welcome-section .text-content h2 {
    font-size: 28px;
  }
}
.flexible-content.text-and-image .welcome-section .text-content p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .flexible-content.text-and-image .welcome-section .text-content p {
    font-size: 16px;
  }
}
.flexible-content.text-and-image .welcome-section .text-content .custom-button {
  margin-top: 20px;
}
.flexible-content.text-and-image .welcome-section img {
  border: 10px solid #000000;
  /* @media screen and (max-width: 767px) {
    height: 400px;
  }
  @media screen and (max-width: 575px) {
    height: 250px;
  } */
}

.flexible-content.treatments .heading-area {
  text-align: center;
}
.flexible-content.treatments .heading-area .section-title {
  font-size: 36px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .flexible-content.treatments .heading-area .section-title {
    font-size: 28px;
  }
}
.flexible-content.treatments .heading-area .description p {
  font-size: 18px;
  max-width: 850px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 991px) {
  .flexible-content.treatments .heading-area .description p {
    max-width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .flexible-content.treatments .heading-area .description p {
    font-size: 16px;
  }
}
.flexible-content.treatments .heading-area .description p span {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .flexible-content.treatments .heading-area .description p span {
    font-size: 16px;
  }
}
.flexible-content.treatments .heading-area h3 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .flexible-content.treatments .heading-area h3 {
    font-size: 22px;
  }
}
.flexible-content.treatments .heading-area h4 {
  font-size: 24px;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  .flexible-content.treatments .heading-area h4 {
    font-size: 18px;
  }
}
.flexible-content.treatments .treatment-section {
  padding: 100px 0;
  border-bottom: 10px solid #000000;
  background-color: #9CCBD4;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .flexible-content.treatments .treatment-section {
    padding: 60px 0;
  }
}
.flexible-content.treatments .treatment-section::after {
  content: "";
  width: 220px;
  height: 300px;
  position: absolute;
  bottom: -30px;
  right: -20px;
  z-index: 1;
  background: url("images/treatment-after.svg") no-repeat center center;
  background-size: contain;
}
.flexible-content.treatments .treatment-section .treatment-cards-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}
.flexible-content.treatments .treatment-section .treatment-cards-wrapper .treatment-card {
  width: 100%;
  height: 300px;
  perspective: 1000px;
  cursor: pointer;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s ease-in-out;
}
@media (min-width: 769px) {
  .flexible-content.treatments .treatment-section .treatment-cards-wrapper .treatment-card {
    width: 250px;
    height: 300px;
  }
}
.flexible-content.treatments .treatment-section .treatment-cards-wrapper .treatment-card .front-side,
.flexible-content.treatments .treatment-section .treatment-cards-wrapper .treatment-card .back-side {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
  border: 10px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  flex-direction: column;
  gap: 10px;
}
.flexible-content.treatments .treatment-section .treatment-cards-wrapper .treatment-card .front-side img {
  width: 65px;
  height: 65px;
}
.flexible-content.treatments .treatment-section .treatment-cards-wrapper .treatment-card .front-side h6 {
  font-size: 22px;
  max-width: 150px;
  text-align: center;
  margin: 15px auto 0;
}
.flexible-content.treatments .treatment-section .treatment-cards-wrapper .treatment-card .back-side {
  transform: rotateY(180deg);
  padding: 10px;
  text-align: center;
  justify-content: flex-start;
}
.flexible-content.treatments .treatment-section .treatment-cards-wrapper .treatment-card .back-side .point {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr auto;
  width: 100%;
  border-bottom: 1px solid lightgray;
  padding: 5px 0;
  font-size: 16px;
}
.flexible-content.treatments .treatment-section .treatment-cards-wrapper .treatment-card .back-side .point:last-child {
  border-bottom: 0;
}
.flexible-content.treatments .treatment-section .treatment-cards-wrapper .treatment-card .back-side .point p {
  margin-bottom: 0 !important;
}
.flexible-content.treatments .treatment-section .treatment-cards-wrapper .treatment-card .back-side .point .price {
  color: #3E8491;
}
.flexible-content.treatments .treatment-section .treatment-cards-wrapper .treatment-card:hover {
  transform: rotateY(180deg);
}
.flexible-content.treatments .custom-button {
  position: relative;
  z-index: 2;
}

.flexible-content.testimonials .heading-area {
  text-align: center;
}
.flexible-content.testimonials .heading-area .section-title {
  font-size: 36px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .flexible-content.testimonials .heading-area .section-title {
    font-size: 28px;
  }
}
.flexible-content.testimonials .heading-area .description p {
  font-size: 18px;
  max-width: 850px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 991px) {
  .flexible-content.testimonials .heading-area .description p {
    max-width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .flexible-content.testimonials .heading-area .description p {
    font-size: 16px;
  }
}
.flexible-content.testimonials .heading-area .description p span {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .flexible-content.testimonials .heading-area .description p span {
    font-size: 16px;
  }
}
.flexible-content.testimonials .heading-area h3 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .flexible-content.testimonials .heading-area h3 {
    font-size: 22px;
  }
}
.flexible-content.testimonials .heading-area h4 {
  font-size: 24px;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  .flexible-content.testimonials .heading-area h4 {
    font-size: 18px;
  }
}
.flexible-content.testimonials .testimonial-section {
  padding: 100px 0;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .flexible-content.testimonials .testimonial-section {
    padding: 60px 0;
  }
}
.flexible-content.testimonials .testimonial-section .testimonial-slider-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .flexible-content.testimonials .testimonial-section .testimonial-slider-wrap {
    margin-top: 90px;
  }
}
.flexible-content.testimonials .testimonial-section .testimonial-slider-wrap .testimonial-card {
  position: relative;
  width: 100%;
  padding: 70px 50px;
  min-height: 380px;
  border: 10px solid #000000;
  background-color: #E9CFE3;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .flexible-content.testimonials .testimonial-section .testimonial-slider-wrap .testimonial-card {
    padding: 60px 30px;
    min-height: 300px;
  }
}
.flexible-content.testimonials .testimonial-section .testimonial-slider-wrap .testimonial-card .testimonial-content {
  text-align: center;
}
.flexible-content.testimonials .testimonial-section .testimonial-slider-wrap .testimonial-card .testimonial-content .quote p {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .flexible-content.testimonials .testimonial-section .testimonial-slider-wrap .testimonial-card .testimonial-content .quote p {
    font-size: 18px;
  }
}
.flexible-content.testimonials .testimonial-section .testimonial-slider-wrap .testimonial-card .testimonial-content .author {
  font-size: 20px;
  color: #000000;
}
.flexible-content.testimonials .testimonial-section .testimonial-slider-wrap .testimonial-card::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 100px;
  background: url("images/pink-after.svg") no-repeat center center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .flexible-content.testimonials .testimonial-section .testimonial-slider-wrap .testimonial-card::after {
    width: 220px;
    height: 70px;
    background-size: contain;
  }
}
.flexible-content.testimonials .testimonial-section .testimonial-slider-wrap .testimonial-card:nth-child(even) {
  background-color: #FFF6D2;
}
.flexible-content.testimonials .testimonial-section .testimonial-slider-wrap .testimonial-card:nth-child(even)::after {
  bottom: -20px;
  right: -5px;
  border-width: 30px 0 0 60px;
  background: url("images/yellow-after.svg") no-repeat center center;
}
.flexible-content.testimonials .testimonial-section .testimonial-slider-wrap .testimonial-card:nth-child(odd)::after {
  top: -18px;
  left: -20px;
  border-width: 0 0 30px 60px;
  border-color: transparent transparent #000000 transparent;
}
.flexible-content.testimonials .testimonial-section .testimonial-slider-wrap .slick-prev,
.flexible-content.testimonials .testimonial-section .testimonial-slider-wrap .slick-next {
  background-color: #9CCBD4;
  border: 8px solid #000000;
  width: 60px;
  height: 60px;
  border-radius: 0px;
  top: -100px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .flexible-content.testimonials .testimonial-section .testimonial-slider-wrap .slick-prev,
  .flexible-content.testimonials .testimonial-section .testimonial-slider-wrap .slick-next {
    border: 5px solid #000000;
    width: 40px;
    height: 40px;
    top: -50px;
  }
}
.flexible-content.testimonials .testimonial-section .testimonial-slider-wrap .slick-prev:hover,
.flexible-content.testimonials .testimonial-section .testimonial-slider-wrap .slick-next:hover {
  background-color: #E9CFE3;
}
.flexible-content.testimonials .testimonial-section .testimonial-slider-wrap .slick-prev::before,
.flexible-content.testimonials .testimonial-section .testimonial-slider-wrap .slick-next::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("images/arrow.png") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .flexible-content.testimonials .testimonial-section .testimonial-slider-wrap .slick-prev::before,
  .flexible-content.testimonials .testimonial-section .testimonial-slider-wrap .slick-next::before {
    width: 18px;
    height: 18px;
  }
}
.flexible-content.testimonials .testimonial-section .testimonial-slider-wrap .slick-prev {
  left: 10px;
}
.flexible-content.testimonials .testimonial-section .testimonial-slider-wrap .slick-prev::before {
  transform: rotate(180deg);
}
.flexible-content.testimonials .testimonial-section .testimonial-slider-wrap .slick-next {
  right: 10px;
}

.flexible-content.meet-the-team .heading-area {
  text-align: center;
}
.flexible-content.meet-the-team .heading-area .section-title {
  font-size: 36px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .flexible-content.meet-the-team .heading-area .section-title {
    font-size: 28px;
  }
}
.flexible-content.meet-the-team .heading-area .description p {
  font-size: 18px;
  max-width: 850px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 991px) {
  .flexible-content.meet-the-team .heading-area .description p {
    max-width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .flexible-content.meet-the-team .heading-area .description p {
    font-size: 16px;
  }
}
.flexible-content.meet-the-team .heading-area .description p span {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .flexible-content.meet-the-team .heading-area .description p span {
    font-size: 16px;
  }
}
.flexible-content.meet-the-team .heading-area h3 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .flexible-content.meet-the-team .heading-area h3 {
    font-size: 22px;
  }
}
.flexible-content.meet-the-team .heading-area h4 {
  font-size: 24px;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  .flexible-content.meet-the-team .heading-area h4 {
    font-size: 18px;
  }
}
.flexible-content.meet-the-team .meet-team {
  padding: 100px 0;
  background-color: #ffffff;
  border-bottom: 10px solid #000000;
}
@media screen and (max-width: 767px) {
  .flexible-content.meet-the-team .meet-team {
    padding: 60px 0;
  }
}
.flexible-content.meet-the-team .meet-team .team-card-wrapper {
  margin-top: 80px;
  padding: 0px 80px;
}
@media screen and (max-width: 767px) {
  .flexible-content.meet-the-team .meet-team .team-card-wrapper {
    margin-top: 40px;
    padding: 30px 10px 0;
  }
}
.flexible-content.meet-the-team .meet-team .team-card-wrapper .team-card {
  border: 10px solid #000000;
  background-color: #ffffff;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
}
.flexible-content.meet-the-team .meet-team .team-card-wrapper .team-card .img-wrap {
  width: 100%;
  overflow: hidden;
}
.flexible-content.meet-the-team .meet-team .team-card-wrapper .team-card .info {
  width: 100%;
  padding: 20px 0;
  border-top: 10px solid #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flexible-content.meet-the-team .meet-team .team-card-wrapper .team-card .info h3 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .flexible-content.meet-the-team .meet-team .team-card-wrapper .team-card .info h3 {
    font-size: 18px;
  }
}
.flexible-content.meet-the-team .meet-team .team-card-wrapper .team-card .info p {
  font-size: 18px;
  text-align: center;
  color: #3E8491;
}
@media screen and (max-width: 767px) {
  .flexible-content.meet-the-team .meet-team .team-card-wrapper .team-card .info p {
    font-size: 14px;
  }
}

.flexible-content.two-col-text-banner .heading-area {
  text-align: center;
}
.flexible-content.two-col-text-banner .heading-area .section-title {
  font-size: 36px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .flexible-content.two-col-text-banner .heading-area .section-title {
    font-size: 28px;
  }
}
.flexible-content.two-col-text-banner .heading-area .description p {
  font-size: 18px;
  max-width: 850px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 991px) {
  .flexible-content.two-col-text-banner .heading-area .description p {
    max-width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .flexible-content.two-col-text-banner .heading-area .description p {
    font-size: 16px;
  }
}
.flexible-content.two-col-text-banner .heading-area .description p span {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .flexible-content.two-col-text-banner .heading-area .description p span {
    font-size: 16px;
  }
}
.flexible-content.two-col-text-banner .heading-area h3 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .flexible-content.two-col-text-banner .heading-area h3 {
    font-size: 22px;
  }
}
.flexible-content.two-col-text-banner .heading-area h4 {
  font-size: 24px;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  .flexible-content.two-col-text-banner .heading-area h4 {
    font-size: 18px;
  }
}
.flexible-content.two-col-text-banner .easy-access {
  border-bottom: 10px solid #000000;
  padding: 200px 0 100px;
  min-height: 500px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .flexible-content.two-col-text-banner .easy-access {
    min-height: 400px;
    padding: 40px 0px;
  }
}
.flexible-content.two-col-text-banner .easy-access .grad {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.9;
}
.flexible-content.two-col-text-banner .easy-access .container {
  position: relative;
  z-index: 2;
}
.flexible-content.two-col-text-banner .easy-access .easy-box {
  border: 10px solid #000000;
  padding: 70px 120px 70px 50px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .flexible-content.two-col-text-banner .easy-access .easy-box {
    padding: 40px 30px;
  }
}
.flexible-content.two-col-text-banner .easy-access .easy-box .heading-area {
  text-align: left;
}

.flexible-content.pricing .price-list {
  border-bottom: 10px solid #000000;
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  .flexible-content.pricing .price-list {
    padding: 80px 0;
  }
}
@media (max-width: 767.98px) {
  .flexible-content.pricing .price-list {
    padding: 60px 0;
  }
}
.flexible-content.pricing .price-list .row-cols-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 991.98px) {
  .flexible-content.pricing .price-list .row-cols-grid {
    display: block;
    margin: 0;
  }
}
.flexible-content.pricing .price-list .row-cols-grid > .col-lg-6 {
  padding: 15px;
  box-sizing: border-box;
  width: 50%;
}
@media (max-width: 991.98px) {
  .flexible-content.pricing .price-list .row-cols-grid > .col-lg-6 {
    width: 100%;
  }
}
.flexible-content.pricing .price-list .price-list-block {
  border: 1px solid #ccc;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
}
.flexible-content.pricing .price-list .price-list-block .price-list-content .treatment-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.flexible-content.pricing .price-list .price-list-block .price-list-content .treatment-item:last-child {
  border-bottom: none;
}
@media (max-width: 767.98px) {
  .flexible-content.pricing .price-list .price-list-block .price-list-content .treatment-item {
    grid-template-columns: 1fr;
  }
}
.flexible-content.pricing .price-list .price-list-block .price-list-content .treatment-item .treatment-name {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
@media (max-width: 575.98px) {
  .flexible-content.pricing .price-list .price-list-block .price-list-content .treatment-item .treatment-name {
    font-size: 18px;
  }
}
.flexible-content.pricing .price-list .price-list-block .price-list-content .treatment-item .variants .variant {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0.5rem;
}
.flexible-content.pricing .price-list .price-list-block .price-list-content .treatment-item .variants .variant ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexible-content.pricing .price-list .price-list-block .price-list-content .treatment-item .variants .variant ul li {
  font-size: 16px;
  line-height: 1.4;
  color: #555;
}
@media (max-width: 575.98px) {
  .flexible-content.pricing .price-list .price-list-block .price-list-content .treatment-item .variants .variant ul li {
    font-size: 15px;
  }
}

.flexible-content.contact .contact-section {
  margin-top: 130px;
  border-top: 10px solid #000000;
  border-bottom: 10px solid #000000;
  min-height: 500px;
  overflow: hidden;
  background: url("images/contact-banner.png") no-repeat left center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .flexible-content.contact .contact-section {
    margin-top: 110px;
    min-height: 300px;
    background: url("images/contact-banner.png") no-repeat right center;
  }
}
@media screen and (max-width: 767px) {
  .flexible-content.contact .contact-section {
    margin-top: 90px;
    min-height: 200px;
  }
}
.flexible-content.contact .contact-detail-section {
  padding: 100px 0;
  border-bottom: 10px solid #000000;
}
@media screen and (max-width: 767px) {
  .flexible-content.contact .contact-detail-section {
    padding: 40px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .flexible-content.contact .contact-detail-section .contact-content {
    padding: 0 15px;
  }
}
.flexible-content.contact .contact-detail-section .contact-content .custom-button {
  margin-top: 30px;
  width: 200px;
  background-color: #FFF6D2;
}
@media screen and (max-width: 767px) {
  .flexible-content.contact .contact-detail-section .contact-content .custom-button {
    margin-bottom: 30px;
  }
}
.flexible-content.contact .contact-detail-section .contact-content .custom-button:hover {
  background-color: #E9CFE3;
}
.flexible-content.contact .contact-detail-section .contact-content .detail-box {
  width: 100%;
  padding: 10px 0;
}
.flexible-content.contact .contact-detail-section .contact-content .detail-box h4 {
  font-size: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .flexible-content.contact .contact-detail-section .contact-content .detail-box h4 {
    font-size: 20px;
  }
}
.flexible-content.contact .contact-detail-section .contact-content .detail-box h4 i {
  color: #3E8491;
}
.flexible-content.contact .contact-detail-section .contact-content .detail-box ul {
  padding: 0;
  margin-bottom: 0;
}
.flexible-content.contact .contact-detail-section .contact-content .detail-box ul li {
  list-style: none;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .flexible-content.contact .contact-detail-section .contact-content .detail-box ul li {
    font-size: 16px;
  }
}
.flexible-content.contact .contact-detail-section .contact-content .detail-box table {
  width: 100%;
}
.flexible-content.contact .contact-detail-section .contact-content .detail-box table tr {
  margin-bottom: 10px;
}
.flexible-content.contact .contact-detail-section .contact-content .detail-box table tr td {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .flexible-content.contact .contact-detail-section .contact-content .detail-box table tr td {
    font-size: 16px;
  }
}

.flexible-content.full-width-text .join-plan-section {
  padding: 100px 0;
  background-color: #FFF6D2;
  border-bottom: 10px solid #000000;
}
@media screen and (max-width: 767px) {
  .flexible-content.full-width-text .join-plan-section {
    padding: 60px 0;
  }
}
.flexible-content.full-width-text .join-plan-section .heading-area {
  display: flex;
  flex-direction: column;
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .flexible-content.full-width-text .join-plan-section .heading-area {
    gap: 15px;
    margin: 0 auto;
  }
}
.flexible-content.full-width-text .join-plan-section .heading-area h1, .flexible-content.full-width-text .join-plan-section .heading-area h2, .flexible-content.full-width-text .join-plan-section .heading-area h3, .flexible-content.full-width-text .join-plan-section .heading-area h4, .flexible-content.full-width-text .join-plan-section .heading-area h5, .flexible-content.full-width-text .join-plan-section .heading-area h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.flexible-content.full-width-text .join-plan-section .heading-area h1:last-child, .flexible-content.full-width-text .join-plan-section .heading-area h2:last-child, .flexible-content.full-width-text .join-plan-section .heading-area h3:last-child, .flexible-content.full-width-text .join-plan-section .heading-area h4:last-child, .flexible-content.full-width-text .join-plan-section .heading-area h5:last-child, .flexible-content.full-width-text .join-plan-section .heading-area h6:last-child {
  margin-bottom: 0;
}
.flexible-content.full-width-text .join-plan-section .custom-button {
  width: 320px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .flexible-content.full-width-text .join-plan-section .custom-button {
    width: 220px;
    margin-top: 30px;
  }
}
.flexible-content.full-width-text p:last-child {
  margin-bottom: 0 !important;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

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