/* Text Elements */

h4.services-section {
  color: #d9411e;
  text-align: center;
  text-shadow: none;
  font-weight: 700;
  font-style: normal;
  font-family: 'Source Sans Pro', sans-serif;
}

h4.price-section {
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  text-align: center;
  text-shadow: none;
  font-weight: 600;
  font-style: normal;
  font-family: 'Source Sans Pro', sans-serif;
  opacity: 1;
}

h4.gallery-section {
  background-color: transparent;
  box-shadow: none;
  color: #d9411e;
  text-align: center;
  text-shadow: none;
  font-weight: 600;
  font-style: normal;
  font-family: 'Source Sans Pro', sans-serif;
  opacity: 1;
}

h4.contact-section {
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  text-align: center;
  text-shadow: none;
  font-weight: 600;
  font-style: normal;
  font-family: 'Source Sans Pro', sans-serif;
  opacity: 1;
}

h4.reviews-section {
  background-color: transparent;
  box-shadow: none;
  color: #d9411e;
  text-align: center;
  text-shadow: none;
  font-weight: 600;
  font-style: normal;
  font-family: 'Source Sans Pro', sans-serif;
  opacity: 1;
}

h6.contact-section {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  font-family: 'Source Sans Pro', sans-serif;
}

p.paragraph.price-section {
  margin-top: 0;
  margin-bottom: 7px;
  padding: 10px 0;
  border-width: 0;
  border-color: transparent;
  background-color: #333;
  box-shadow: #000 3px 3px 5px 1px;
  color: #fff;
  text-align: center;
  text-shadow: none;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.5;
  opacity: .7;
  -webkit-transform: scale(.9) rotate(0deg) skewX(0deg);
     -moz-transform: scale(.9) rotate(0deg) skewX(0deg);
      -ms-transform: scale(.9) rotate(0deg) skewX(0deg);
       -o-transform: scale(.9) rotate(0deg) skewX(0deg);
          transform: scale(.9) rotate(0deg) skewX(0deg);
}

p.paragraph.services-section {
  color: #333;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1;
}

p.paragraph.contact-section {
  padding-top: 10px;
  width: 100%;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1;
}

p.paragraph.contact-section.opening-times {
  text-decoration: none;
  text-indent: 0;
  word-spacing: 0;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.1;
}

p.paragraph.reviews-section {
  margin-right: 5%;
  margin-left: 5%;
  text-align: center;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1;
}

p.paragraph span.paragraph-text-1 {
  text-transform: none;
  font-weight: 700;
}

p.paragraph span.paragraph-text-2 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-3 {
  font-weight: 700;
}

p.paragraph.cta-section {
  position: static;
  top: -12px;
  right: auto;
  bottom: auto;
  left: -10px;
  display: block;
  float: none;
  clear: none;
  margin: 0 auto 7px;
  padding: 10px 40px;
  width: auto;
  border-width: 0;
  border-color: transparent;
  background-color: #333;
  box-shadow: #000 3px 3px 5px 1px;
  color: #fff;
  text-align: center;
  text-indent: 0;
  text-shadow: none;
  word-spacing: 0;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 19px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.5;
  opacity: .7;
  -webkit-transform: scale(1) rotate(0deg) skewX(0deg);
     -moz-transform: scale(1) rotate(0deg) skewX(0deg);
      -ms-transform: scale(1) rotate(0deg) skewX(0deg);
       -o-transform: scale(1) rotate(0deg) skewX(0deg);
          transform: scale(1) rotate(0deg) skewX(0deg);
}

span.text-element.reviews-section {
  color: #666;
  text-align: center;
  font-style: italic;
  font-variant: normal;
  font-size: 12px;
  font-family: 'Source Sans Pro', sans-serif;
}

span.text-element.footer-section {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #888;
  font-style: normal;
  font-size: 12px;
  font-family: 'Source Sans Pro', sans-serif;
}

span.text-element.site-version {
  margin: 20px auto;
  color: #444;
  text-align: center;
  font-size: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.2;
}

span.text-element.site-version:hover {
  color: #fff;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
      -ms-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
      -ms-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transform: rotate(359deg) scale(1);
     -moz-transform: rotate(359deg) scale(1);
      -ms-transform: rotate(359deg) scale(1);
       -o-transform: rotate(359deg) scale(1);
          transform: rotate(359deg) scale(1);
}

a.link-text.header-logo {
  padding-top: 20px;
  padding-bottom: 10px;
  box-shadow: none;
  color: #fff;
  text-align: left;
  text-transform: none;
  text-shadow: none;
  word-spacing: 0;
  letter-spacing: 2px;
  font-weight: 400;
  font-variant: normal;
  font-size: 45px;
  font-family: 'Great Vibes', cursive;
  line-height: 1;
}

a.link-text.contact-section {
  padding-top: 0;
  border-style: solid;
  border-top-left-radius: 4px 4px;
  border-top-right-radius: 4px 4px;
  border-bottom-right-radius: 4px 4px;
  border-bottom-left-radius: 4px 4px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
}

a.link-text.services-nails {
  color: #d9411e;
  text-align: center;
  font-size: 12px;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-transition-timing-function: linear;
     -moz-transition-timing-function: linear;
      -ms-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

a.link-text.contact-section:hover {
  background-color: #d9411e;
  color: #fff;
  text-decoration: none;
}

a.link-text.services-nails:hover {
  border-style: solid;
  border-top-left-radius: 4px 4px;
  border-top-right-radius: 4px 4px;
  border-bottom-right-radius: 4px 4px;
  border-bottom-left-radius: 4px 4px;
  background-color: #d9411e;
  color: #fff;
  text-decoration: none;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

a.link-text.contact-section:focus {
  background-color: #d9411e;
  color: #fff;
  text-decoration: none;
}

/* Interaction Elements */

a.link-button.top-nav {
  padding: 30px 15px;
  border-style: none;
  background-color: transparent;
  color: #fff;
  text-align: center;
  text-indent: 0;
  text-transform: capitalize;
  text-shadow: none;
  letter-spacing: 0;
  font-weight: 300;
  font-variant: normal;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1;
}

a.link-button.reviews-padding.top-nav {
  margin-right: 5%;
  margin-left: 0;
}

a.link-button.top-nav:hover {
  background-color: #d9411e;
  color: #fff;
  text-decoration: none;
}

a.link-button.top-nav:active {
  background-color: #d9411e;
}

a.link-button.top-nav:focus {
  background-color: #d9411e;
  color: #fff;
  text-decoration: none;
}

/* Layout Elements */

body > .row > [class*='coffee-span-'].top-nav {
  display: block;
  float: right;
  margin-left: 0;
  padding-left: 8px;
  text-align: right;
}

body.global-grid {
  background-color: #333;
}

body > .row > [class*='coffee-span-'].header-section {
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
}

body > .row > [class*='coffee-span-'].services-section {
  margin-top: 0;
  margin-right: 0;
  padding: 10px 15px;
  text-align: center;
}

body > .row.services-row {
  padding-right: 100px;
  padding-left: 100px;
  max-width: none;
  background-color: #fff;
  background-image: url('../images/swoosh-left-background.png');
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}

body > .row.prices-row {
  min-height: 0;
  max-width: none;
  width: 100%;
  background-image: url('../images/floor-background.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

body > .row.gallery-row {
  min-height: 0;
  max-width: none;
  width: 100%;
  background-color: #fff;
  background-image: url('../images/swoosh-right-background.png');
  background-attachment: scroll;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}

body > .row > [class*='coffee-span-'].gallery-section {
  min-height: 400px;
}

body > .row > [class*='coffee-span-'].contact-section {
  min-height: 400px;
}

body > .row.contact-row {
  max-width: none;
  background-image: url('../images/cloth-background.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: repeat;
}

body > .row.reviews-row {
  min-height: 0;
  max-width: none;
  background-color: #fff;
  background-image: url('../images/swoosh-left-background.png');
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}

body > .row > [class*='coffee-span-'].reviews-section {
  min-height: 450px;
}

body > .row.footer-row {
  background-color: #333;
}

body > .row > [class*='coffee-span-'].footer-section {
  background-color: transparent;
}

body > .row.header-row {
  position: fixed;
  z-index: 10;
  max-width: none;
  background-color: #333;
}

body > .row > [class*='coffee-span-'].cta-section {
  display: block;
  float: left;
  margin: 90px auto 0;
  padding-top: 0;
  padding-right: 8px;
  padding-left: 8px;
  min-height: 50px;
  max-height: none;
  background-image: none;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: repeat;
}

body > .row.cta-row {
  margin-right: 0;
  margin-left: 0;
  min-height: 300px;
  max-width: none;
  width: 100%;
  background-image: url('../images/floor-background.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;
  text-align: left;
}

.subgrid > .row > [class*='coffee-span-'].price-section {
  position: static;
  margin-right: 0;
  margin-left: 0;
  min-height: 50px;
  max-height: none;
  text-align: left;
}

.subgrid > .row.subgrid-row-1 {
  min-height: 0;
  max-height: none;
}

.subgrid > .row > [class*='coffee-span-'].contact-section {
  text-align: center;
}

.subgrid > .row > [class*='coffee-span-'].cta-section {
  position: relative;
  top: auto;
  right: 50px;
  bottom: auto;
  left: auto;
  float: left;
  margin: 100px 0 40px 50%;
  padding-right: 8px;
  padding-bottom: 0;
  padding-left: 0;
  min-height: 0;
  background-color: transparent;
}

div.responsive-picture.services-section {
  margin-right: auto;
  margin-left: auto;
  min-width: 0;
  max-width: 60px;
  max-height: none;
}

a.social-image.contact-section {
  display: inline-block;
  float: none;
  margin-right: 2%;
  margin-bottom: 0;
  margin-left: 2%;
  padding-left: 0;
  max-width: 40px;
  width: auto;
  background-color: #3b5998;
  box-shadow: none;
}

a.social-image.contact-section.instagram-social {
  background-color: #125688;
}

.row > [class*='coffee-span-'] > .container.review-stars-container {
  margin-right: 5%;
  margin-left: 5%;
  text-align: center;
}

span.glyph.stars {
  display: inline-block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  width: auto;
  box-shadow: none;
  color: #ff0;
  text-align: center;
  text-shadow: #333 2px 2px 5px;
  font-size: 25px;
}

.row > [class*='coffee-span-'] .html-element.gallery-section {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px 20px;
  text-align: center;
}

.row > [class*='coffee-span-'] .html-element.facebook-likes {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.row > [class*='coffee-span-'] > .container {
  width: auto;
}

.row > [class*='coffee-span-'] .html-element#terms {
  text-align: center;
}

a.social-image.contact-section:hover {
  background-color: #d9411e;
}

@media screen and (max-width: 841px) {
  /* Text Elements */

  a.link-text.header-logo {
    font-size: 45px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].gallery-section {
    min-height: 100px;
  }
}

@media screen and (max-width: 780px) {
  /* Text Elements */

  p.paragraph.cta-section {
    margin-top: 0;
  }

  a.link-text.header-logo {
    text-align: center;
  }

  /* Interaction Elements */

  a.link-button.reviews-padding.top-nav {
    margin-right: 0;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].top-nav {
    text-align: center;
  }

  body > .row > [class*='coffee-span-'].gallery-section {
    min-height: 100px;
  }

  .subgrid > .row > [class*='coffee-span-'].cta-section {
    margin-top: 140px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 680px) {
  /* Text Elements */

  h4.reviews-section {
    font-size: 26px;
  }

  h4.gallery-section {
    font-size: 26px;
  }

  h4.price-section {
    font-size: 26px;
  }

  h4.services-section {
    font-size: 26px;
  }

  h4.contact-section {
    font-size: 26px;
  }

  /* Layout Elements */

  body > .row.anchor.services-row {
    padding-right: 50px;
    padding-left: 50px;
  }

  body > .row > [class*='coffee-span-'].gallery-section {
    min-height: 100px;
  }
}

@media screen and (max-width: 500px) {
  /* Text Elements */

  p.paragraph.cta-section {
    position: static;
    display: block;
    margin-right: 2%;
    margin-left: 2%;
    padding-right: 40px;
    text-align: center;
  }

  a.link-text.header-logo {
    margin-bottom: 7px;
    padding-bottom: 10px;
  }

  /* Interaction Elements */

  a.link-button.top-nav {
    display: block;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  a.link-button.top-nav:hover {
    background-color: #d9411e;
    color: #fff;
    text-decoration: none;
  }

  a.link-button.top-nav:active {
    background-color: #d9411e;
  }

  a.link-button.top-nav:focus {
    background-color: #d9411e;
    color: #fff;
    text-decoration: none;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].top-nav {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }

  body > .row.header-row {
    position: static;
    max-width: none;
    max-height: none;
    width: 100%;
  }

  body > .row > [class*='coffee-span-'].gallery-section {
    min-height: 100px;
  }

  .subgrid > .row > [class*='coffee-span-'].cta-section {
    position: static;
    right: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .subgrid > .row.subgrid-row-2 {
    margin-right: auto;
    max-width: 1200px;
    width: 100%;
  }
}