/*
Theme Name: Be Aesthetic theme
Theme URI: www.sanedesign.co.uk
Author: Sane Design
Author URI: www.sanedesign.co.uk
Description: 
Version: 1.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,500,700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

body, input, textarea {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #444444; }

.pure-g [class*="pure-u"] {
  font-family: 'Montserrat', sans-serif; }

.purple {
  color: #9f1f63; }

h1, h2, h3, h4 {
  text-transform: uppercase;
  color: #9f1f63;
  text-align: center;
  line-height: 1.4em;
  font-weight: 200; }

h1 {
  font-size: 44px; }

h2 {
  font-size: 28px;
  font-weight: 300; }

h3 {
  font-size: 18px; }

p {
  line-height: 1.6; }
a {
	color: #9f1f63;
}

.top-bar {
  background: #444444;
  height: 45px;
  color: #cccccc;
  line-height: 45px;
  padding: 0px 30px; }
  @media only screen and (max-width: 1279px) {
    .top-bar {
      padding-left: 90px; } }
  .top-bar i {
    margin-right: 10px; }
  .top-bar a {
    color: inherit;
    text-decoration: none; }
    .top-bar a:hover {
      color: #e6e6e6; }
  .top-bar .left-text {
    float: left; }
  .top-bar .right-text {
    float: right; }

.header-container {
  background-image: url("images/header.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 49.5%;
  /* (img-height / img-width * container-width) */
  /* (853 / 1280 * 100) */
  position: relative;
  text-align: center; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

.header-lady {
  float: left;
  display: none; }

.header-man {
  float: right;
  display: none; }

.header-wrapper .logo {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1; }
  @media only screen and (max-width: 567px) {
    .header-wrapper .logo {
      width: 60%;
      top: 50px; } }

.page-header {
  width: 100%;
  background: #9f1f63;
  color: #FFF; }

.header-wrapper {
  position: relative;
  width: 100%; }

.header-page-wrapper {
  text-align: center;
  margin-top: 35px; }

.header-wrapper #menu-menu {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1; }

.page-title {
  margin-top: 45px;
  padding: 30px 20px;
  background: #9f1f63;
  text-align: center; }
  .page-title h1, .page-title p {
    color: #FFF;
    margin: 0px; }

#menu-menu > li {
  list-style: none;
  display: inline-block;
  margin: 0px 18px;
  position: relative; }
  #menu-menu > li a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none; }
    #menu-menu > li a:hover {
      color: #9f1f63; }
#menu-menu .sub-menu {
  text-align: left;
  list-style: none;
  position: absolute;
  left: 0px;
  min-width: 250px;
  margin-top: 20px;
  padding: 10px 0px 0px 10px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px; }
  #menu-menu .sub-menu a {
    display: block;
    width: 100%; }
#menu-menu .menu-item-has-children:hover .sub-menu {
  display: inherit; }
  #menu-menu .menu-item-has-children:hover .sub-menu li a {
    padding: 10px 5px; }
#menu-menu .menu-item-has-children:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f107"; }
#menu-menu .sub-menu {
  display: none; }

.header-title {
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 1023px) {
    .header-title {
      bottom: 10%; } }
  @media only screen and (max-width: 567px) {
    .header-title {
      display: none; } }
  .header-title p {
    font-size: 44px;
    display: block;
    text-transform: uppercase;
    font-weight: 200;
    margin: 0px; }
    @media only screen and (max-width: 1023px) {
      .header-title p {
        font-size: 30px; } }

.header-title-mobile p {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-weight: 200; }
@media only screen and (min-width: 568px) {
  .header-title-mobile {
    display: none; } }

.header-dots:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f111 \f111 \f111 \f111 \f111";
  font-weight: bold;
  font-size: 4px;
  letter-spacing: 10px;
  color: #cccccc;
  line-height: 30px; }

.flex-content {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 20px 20px 70px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .flex-content h1, .flex-content .cta {
    width: 100%;
    text-align: center; }
  .flex-content .cta {
    margin-top: 30px; }

.flex-content-columns {
  background: url("images/wallpaper-pattern.jpg") no-repeat center/cover;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
  @media only screen and (max-width: 767px) {
    .flex-content-columns {
      padding: 20px; } }

.flex-content-columns-faqs {
  background: url("images/wallpaper-pattern.jpg") no-repeat center/cover;
  padding: 40px;
	display: flex;
	align-items: center;
	align-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
  @media only screen and (max-width: 767px) {
    .flex-content-columns {
      padding: 20px; } }


.flex-content-image {
  min-height: 300px; }

.flex-treatment-info {
  background: #9f1f63;
  color: #FFF;
  padding: 60px 40px; }
  @media only screen and (max-width: 767px) {
    .flex-treatment-info {
      padding: 40px 0px; } }
  .flex-treatment-info i {
    opacity: 0.4;
    font-size: 72px;
    display: block; }
  .flex-treatment-info .pure-u-1 {
    padding: 0px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-treatment-info .treatment-content {
    font-size: 14px; }

.flex-buttons {
  position: relative;
  min-height: 325px; }
  .flex-buttons:hover .flex-buttons-shade {
    display: none; }
  .flex-buttons:hover .bt-w {
    background: #9f1f63;
    border: 1px solid #9f1f63; }
  .flex-buttons .bt-w {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .flex-buttons .flex-buttons-shade {
    background: #000;
    opacity: 0.2;
    width: 100%;
    min-height: 325px;
    position: absolute;
    top: 0;
    left: 0; }

.slick-slide {
  outline: 0;
  border: 0; }

.review .speech-quotes {
  position: relative; }
  .review .speech-quotes:before {
    content: url("images/quote-left.png");
    position: absolute;
    top: -20px;
    left: 0px; }
  .review .speech-quotes:after {
    content: url("images/quote-right.png");
    position: absolute;
    bottom: -20px;
    right: 0px; }

.bt-p, .bt-w, .wpcf7-submit {
  position: relative;
  border-radius: 25px;
  padding: 12px 20px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 10;
  cursor: pointer; }

.bt-p {
  border: 1px solid #9f1f63;
  color: #9f1f63; }
  .bt-p:hover {
    background: #9f1f63;
    color: #FFF; }

.bt-w {
  border: 1px solid #FFF;
  color: #FFF; }
  .bt-w:hover {
    background: #9f1f63;
    border: 1px solid #9f1f63; }

.bt-book {
  color: #9f1f63;
	padding: 12px 40px;
}
  .bt-book:hover {
    background: #fff;
	  color: #9f1f63;
	padding: 12px 40px;
     }


.wpcf7-submit {
  background: #9f1f63;
  color: #FFF;
  border: 0px; }
  .wpcf7-submit:hover {
    background: #ca277e; }

.review-wrapper {
  background: #e5e5e5 url("images/review-lady.jpg") no-repeat right/auto 100%;
  padding: 60px 0px; }
  .review-wrapper .review-container {
    width: 100%;
    max-width: 920px;
    margin: 0 auto; }
    .review-wrapper .review-container .review {
      width: 100%;
      text-align: center; }
      .review-wrapper .review-container .review img {
        margin: 0 auto; }
      .review-wrapper .review-container .review p {
        font-size: 22px;
        color: #9f1f63;
        font-style: italic; }
      .review-wrapper .review-container .review .rating {
        margin: 20px auto; }

.face {
  background: url("images/ladyface.jpg") no-repeat center/cover;
  width: 100%;
  height: 685px;
  position: relative; }

.pointer {
  position: absolute;
  cursor: pointer; }
  .pointer:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f60b";
    font-weight: bold;
    color: #9f1f63;
    font-size: 36px; }
  .pointer:hover:after {
    color: #444444; }

.face-text {
  position: absolute;
  font-size: 72px;
  font-weight: lighter;
  font-style: italic;
  color: #cccccc;
  top: 5%;
  left: 4%; }
  .face-text p {
    margin: 0px;
    line-height: 1.2em;
    font-weight: 200; }
  @media only screen and (max-width: 1023px) {
    .face-text {
      display: none; } }

.face-box {
  height: 540px;
  width: 360px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 1362px) {
    .face-box {
      height: 78%;
      width: 27%; } }
  @media only screen and (min-width: 1600px) {
    .face-box {
      height: 84%; } }

.p1 {
  top: 42%;
  left: 0%; }

.p2 {
  top: 63%;
  left: 10%; }

.p3 {
  top: 13%;
  left: 45%; }

.p4 {
  top: 37%;
  left: 45%; }

.p5 {
  top: 77%;
  left: 45%; }

.p6 {
  top: 80%;
  left: 75%; }

.p7 {
  top: 62%;
  left: 85%; }

.pointer-info {
  position: absolute;
  right: 8%;
  top: 10%;
  width: 300px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%); }
  .pointer-info a {
    text-decoration: none;
    color: #9f1f63; }
    .pointer-info a:before {
      font-family: "Font Awesome 5 Pro";
      content: "\f0a9";
      font-weight: bold;
      margin-right: 10px; }
    .pointer-info a:hover {
      color: #ca277e; }
  .pointer-info .pointer-close {
    float: right;
    margin: 10px;
    cursor: pointer;
    display: none; }
    .pointer-info .pointer-close i:hover {
      opacity: 0.6; }
  .pointer-info .pointer-info-load p {
    padding: 10px 20px; }

.news-image-featured {
  height: 260px;
  width: 100%; }

.news-content {
  text-align: center;
  padding: 20px 30px 0px 30px; }
  .news-content h3 {
    color: #9f1f63; }

.news-content-home {
  text-align: center;
  padding: 20px 30px 90px 30px; }
  .news-content-home h3 {
    color: #9f1f63;
    font-weight: 300; }

.bt-news-more {
  margin: 10px auto;
  display: block;
  width: 100%;
  max-width: 120px; }

.news-wrapper h2 {
  display: block;
  margin: 60px auto; }
  @media only screen and (min-width: 768px) {
    .news-wrapper h2 {
      width: 400px; }
      .news-wrapper h2:before, .news-wrapper h2:after {
        background-color: #9f1f63;
        height: 1px;
        width: 50px;
        display: inline-block;
        content: '';
        position: relative;
        top: -10px; }
      .news-wrapper h2:before {
        right: 15px; }
      .news-wrapper h2:after {
        left: 15px; } }

.bt-news {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 120px; }

.news-container {
  position: relative;
  background: #e5e5e5;
  background-clip: content-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 5px; }

.news-container:first-child {
  padding-right: 5px; }

.news-container:last-child {
  padding-left: 5px; }

.contact-wrapper {
  background: url("images/bg-contact.jpg") no-repeat left/auto 100%;
  width: 100%;
  display: inline-block; }

.contact-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto; }

input[type=text], input[type=email], textarea {
  background: #f6f6f6;
  padding: 12px;
  border: 1px solid #cccccc;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  font-family: inherit;
  width: 80%; }

.book-bar {
  background: #9f1f63;
  color: #FFF;
  text-align: center;
  padding: 45px 0px; }
  .book-bar h1, .book-bar p, .book-bar a {
    color: #FFF;
    margin: 0px; }
  .book-bar p {
    margin: 10px;
    font-size: 22px; }
  .book-bar h1 {
    font-weight: lighter; }
  .book-bar a {
    text-decoration: none;
    color: #ddb865; }
    .book-bar a:hover {
      color: #efdfb9; }

.opening-hours h2 {
  text-align: left; }
.opening-hours table {
  width: 100%; }
.opening-hours td {
  width: 50%; }

.contact-form h2 {
  text-align: left; }
.contact-form textarea {
  max-height: 120px; }

@media only screen and (max-width: 1023px) {
  .mobile-padding {
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

.news-box {
  width: 100%;
  margin: 60px auto; }

.news-item {
  margin: 20px; }
  .news-item h3 {
    font-weight: 300; }
  .news-item a {
    text-decoration: none; }
  .news-item .news-image {
    height: 300px; }

div.wpcf7-mail-sent-ok {
  border: 0px !important; }

div.wpcf7-response-output {
  margin: 0px 0px 30px 0px !important;
  text-align: center !important; }

.footer {
  position: relative;
  background: url("images/footer.jpg") no-repeat center/cover;
  width: 100%;
  color: #FFF;
  padding: 60px 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 1023px) {
    .footer {
      padding: 40px 20px; } }
  .footer p a {
    color: #FFF;
    text-decoration: none; }
    .footer p a:hover {
      color: #cccccc; }

.logo-footer {
  width: 100%;
  max-width: 360px; }

.footer-bar {
  background: #444444;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  line-height: 40px;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .footer-bar a {
    color: #FFF;
    text-decoration: none; }
    .footer-bar a:hover {
      border-bottom: 1px dotted #FFF; }


.accredations img {
  height: 100px; }

.mapfooter {
	margin-right: 5%;
}

.useful-links {
  max-width: 400px; }
  .useful-links h4 {
    color: #FFF;
    text-align: left;
    margin-top: 0px;
    border-bottom: 1px solid #FFF;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase; }

.social-media {
  max-width: 400px;
  border: 1px solid #FFF;
  padding: 10px 30px 20px 30px;
  text-align: center;
  box-sizing: border-box; }
  .social-media a {
    margin: 0 15px; }
  .social-media i {
    font-size: 36px;
    color: #FFF; }
    .social-media i:hover {
      color: #cccccc; }
.payment-methods {
  max-width: 400px;
	  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFF;
}
.payment-methods img {
	    margin: 0 15px;
}


#menu-useful-links {
  -webkit-columns: auto 2;
  -moz-columns: auto 2;
  columns: auto 2;
  padding: 0px;
  max-height: 200px; }
  #menu-useful-links li {
    margin: 0px 0px 10px 0px;
    display: block; }
    #menu-useful-links li a {
      text-decoration: none;
      color: #FFF; }
      #menu-useful-links li a:hover {
        color: #cccccc; }

/*.booknow-button {
	background: #9f1f63;
	padding: 3px;
	border-radius: 5px;
}
.booknow-button a {
	color: #fff !important;
}

.booknow-button a:hover {
	color: #000 !important;
}

*/