@charset "UTF-8";
/*
Theme Name:  Emerald Lawn Care
Description: Emerald Lawn Care theme
Theme URI:   http://www.emeraldlawncare.co.uk
Author:      Clarke Website Design Ltd
Author URI:  http://www.clarkedesign.co.uk
Version:     2.1c
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* SCSS Libraries */
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/*
*/
/*
================================================================================
|                               BUTTONS                                         |
================================================================================
*/
button, input[type=button], input[type=reset], input[type=submit] {
  appearance: none;
  background-color: #62AA00;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-family: Arial;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 2;
  padding: 0.35em 0.525em;
  margin-top: 0.35em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 300ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, button:focus, input[type=button]:hover, input[type=button]:focus, input[type=reset]:hover, input[type=reset]:focus, input[type=submit]:hover, input[type=submit]:focus {
  background-color: #3b6600;
  color: #fff;
}
button:disabled, input[type=button]:disabled, input[type=reset]:disabled, input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover, input[type=button]:disabled:hover, input[type=reset]:disabled:hover, input[type=submit]:disabled:hover {
  background-color: #62AA00;
}

/*
*/
/*
================================================================================
|                               FORMS                                          |
================================================================================
*/
fieldset {
  background-color: #62AA00;
  border: 1px solid #F6F5F5;
  margin: 0 0 0.175em;
  padding: 0.35em;
}

input {
  -webkit-appearance: none !important;
}

input,
label,
select {
  display: block;
  font-family: Arial;
  font-size: 1em;
}

label {
  font-weight: 500;
  margin-bottom: 0.35em;
}
label.required::after {
  content: "*";
}
label abbr {
  display: none;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), textarea,
select[multiple=multiple] {
  background-color: #FFFFFF;
  border: 1px solid #F6F5F5;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: Arial;
  font-size: 1.125em;
  line-height: 1.5em;
  margin-bottom: 0.35em;
  padding: 0.175em;
  transition: border-color 300ms ease;
  width: 100%;
}
input[type=color]:hover, input[type=date]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=email]:hover, input[type=month]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, input:not([type]):hover, textarea:hover,
select[multiple=multiple]:hover {
  border-color: #333333;
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input:not([type]):focus, textarea:focus,
select[multiple=multiple]:focus {
  border-color: #62AA00;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(83, 145, 0, 0.7);
  outline: none;
}
input[type=color]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=email]:disabled, input[type=month]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=text]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=week]:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple=multiple]:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
input[type=color]:disabled:hover, input[type=date]:disabled:hover, input[type=datetime]:disabled:hover, input[type=datetime-local]:disabled:hover, input[type=email]:disabled:hover, input[type=month]:disabled:hover, input[type=number]:disabled:hover, input[type=password]:disabled:hover, input[type=search]:disabled:hover, input[type=tel]:disabled:hover, input[type=text]:disabled:hover, input[type=time]:disabled:hover, input[type=url]:disabled:hover, input[type=week]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple=multiple]:disabled:hover {
  border: 1px solid #F6F5F5;
}

textarea {
  resize: vertical;
}

input[type=search] {
  appearance: none;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
  margin-right: 0.0875em;
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
}

input[type=file] {
  margin-bottom: 0.175em;
  width: 100%;
}

select {
  margin-bottom: 0.35em;
  max-width: 100%;
  width: auto;
}

/*
*/
/*
================================================================================
|                               LISTS                                         |
================================================================================
*/
ul,
ol {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
dl {
  margin-bottom: 0.175em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.175em;
}
dl dd {
  margin: 0;
}

/*
*/
/*
================================================================================
|                               TABLES                                         |
================================================================================
*/
table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0.175em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #303030;
  font-weight: 600;
  padding: 0.175em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #F6F5F5;
  padding: 0.175em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

/**/
/*
================================================================================
|                            TYPOGRAPHY                                        |
================================================================================
*/
/*
*/
body {
  color: #404040;
  font-family: Arial;
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 16px;
  line-height: 1.4em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial;
  color: #62AA00;
}

.header-style, #main-content h2, #main-content h1 {
  font-size: 1.375em;
  line-height: 1.25em;
  font-weight: bold;
  color: #62AA00;
  padding: 0.525em 0;
}

#main-content {
  color: #404040;
}

#main-content h2 {
  font-size: 1.1875em;
}

#main-content h3 {
  font-size: 1.125em;
  line-height: 1.1875em;
  font-weight: 400;
  color: #62AA00;
  padding-bottom: 0.35em;
}

#main-content h4 {
  font-size: 0.875em;
  line-height: 1em;
  font-weight: 400;
  color: #62AA00;
  padding-bottom: 0.175em;
}

#main-content h5 {
  font-size: 0.75em;
  line-height: 0.875em;
  font-weight: 400;
  color: #62AA00;
  padding-bottom: 0.175em;
}

#main-content p strong {
  font-weight: bold;
}

#main-content p a {
  color: #62AA00;
  font-size: 1.077em;
  line-height: 1em;
  font-weight: 400;
  text-decoration: underline;
}

#main-content a:hover {
  color: #4a8000;
}

#main-content img {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 601px) {
  #main-content img {
    width: auto;
  }
}

.content-style, #main-content p {
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 400;
  color: #404040;
  margin: 0.35em 0;
  padding-bottom: 0.5em;
}

.content-style-reversed {
  color: #FFFFFF;
  font-size: 1.077em;
  line-height: 1em;
  font-weight: 400;
  padding: 0.5em 0;
  text-decoration: none;
}
@media screen and (min-width: 601px) {
  .content-style-reversed {
    margin: 0 5%;
  }
}

a {
  color: #62AA00;
  text-decoration: none;
  transition: color 300ms ease;
}
a:active, a:focus, a:hover {
  color: #4a8000;
}

hr {
  border-bottom: 1px solid #F6F5F5;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 0.35em 0;
}

img {
  margin: 0;
  max-width: 100%;
}

/* Modal*/
#modal-container {
  background-color: rgba(72, 74, 67, 0.5);
}
#modal-container footer input {
  margin: 5px auto;
}

/**/
/* Quotes*/
blockquote.modern {
  font: 1.5em/1.7em italic Arial;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #62AA00;
  color: #404040;
}

#content .cite {
  text-align: right;
}

#content .cite {
  text-align: right;
  font-size: 1.125em;
}

/*
*/
/*
================================================================================
|                 BREAK LONG URLS AND WORDS                                     |
================================================================================
*/
.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/*
================================================================================
|          STICKY FOOTER WITH FIXED HEIGHT                                     |
================================================================================
*/
* {
  margin: 0;
}

html, body {
  height: 100%;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -10em;
}

@media screen and (min-width: 601px) {
  .footer, .push {
    height: 10em;
  }
}

/*
================================================================================
|                            STANDARD ALIGNMENT                                     |
================================================================================
*/
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

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

.alignright, .rightimg {
  float: right;
}

.alignleft, .leftimg {
  float: left;
}

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

/*
================================================================================
|                            SEARCH RESULTS                                     |
================================================================================
*/
.search-result {
  padding: 10px 0;
}

.search-result h3 {
  padding: 0 0 5px 0;
}

.search-result h3 a {
  color: #62AA00;
  font-size: 16px;
}

.navigation {
  margin: 0.35em;
  line-height: 2.75em;
  height: 2.75em;
}
.navigation span.current {
  background-color: #404040;
}

.pagination-element, .navigation a, .navigation span {
  font-size: 1.25em;
  line-height: 1.25em;
  padding: 0.525em;
  margin: 0.35em;
  background-color: #62AA00;
  color: #FFFFFF;
}

/*
================================================================================
|                            VERTICAL ALIGNMENT                                 |
================================================================================
*/
.parent-element {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
*/
/*
================================================================================
|                            RESPONSIVE OBJECT                                 |
================================================================================
*/
.responsive-object {
  position: relative;
  padding-bottom: 67.5%;
  height: 0;
  margin: 10px 0;
  overflow: hidden;
}

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
*/
/*
================================================================================
|                            FIX CLICK FUNCTION ON IOS                          |
================================================================================
*/
.cursor-pointer {
  cursor: pointer;
}

/*
*/
/*
================================================================================
|                                 TEXTURES                                      |
================================================================================
*/
/*
*/
/*
================================================================================
|                           NAVIGATION                                         |
================================================================================
*/
nav ul {
  list-style-type: none;
}

/*
================================================================================
|                            MAIN MENU                                         |
================================================================================
*/
.main-nav {
  height: auto;
}

.main-nav > ul {
  float: right;
  list-style: none;
  z-index: 2;
}

.main-nav > ul > li {
  text-align: center;
  height: auto;
  float: left;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 2;
}

.main-nav > ul li a {
  padding: 0 1em 0 0.5625em;
  color: #404040;
  background: transparent;
  text-decoration: none;
  font-size: 1.04em;
  line-height: 1.2em;
  display: block;
}

.main-nav > ul li a:hover {
  color: #62AA00;
  background: #FFFFFF;
}

.main-nav > ul li.current_page_item > a {
  color: #62AA00;
  background: #FFFFFF;
}

.main-nav > ul > li > ul > li.current_page_item > a {
  color: #62AA00;
  background: #FFFFFF;
}

/**/
.main-nav > ul > li > ul {
  padding-left: 0;
  padding-top: 3px;
  list-style: none;
  position: absolute;
  z-index: 999;
  left: -9999px;
  opacity: 0;
  -webkit-transition: 0.25s linear opacity;
}

.main-nav > ul > li > ul > li {
  float: none;
  width: 100%;
  white-space: nowrap;
  border-right: none;
  padding: 0;
  margin-bottom: 2px;
  text-align: left;
}

.main-nav > ul > li > ul > li > a {
  line-height: 2.2em;
  background: #62AA00;
  white-space: nowrap;
  display: block;
}

.main-nav > ul li:hover ul {
  left: 0;
  opacity: 1;
}

.main-nav > ul li:hover ul a {
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.075s linear;
  color: #FFFFFF;
  width: 100%;
}

.main-nav > ul li:hover ul li a:hover {
  background: #62AA00;
  color: #FFFFFF;
  text-decoration: none;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

@media only screen and (max-width: 767px) {
  .main-nav {
    display: none;
  }

  .main-nav {
    height: auto;
  }
}
.main-nav > ul > li.menu-item-has-children > a {
  background-image: url("images/nav_arrow.gif");
  background-repeat: no-repeat;
  background-position: right center;
  border-right: 10px;
  background-size: 12px 1em;
  padding-right: 15px;
}

/*
================================================================================
|                            SIDE MENU                                      |
================================================================================
*/
.icon-side-nav {
  display: none;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .icon-nav {
    display: block;
    background: white;
  }

  .icon-side-nav {
    display: block;
  }

  .plus {
    display: inline;
    color: #62AA00;
    font-size: 1.5em;
    margin-left: 15px;
    cursor: pointer;
  }
}
#side-nav {
  height: auto;
  padding: 15px 0;
  background-color: #404040;
  color: #F6F5F5;
  text-align: center;
  font-weight: bold;
}
#side-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  width: 100%;
  height: auto;
}
#side-nav ul li {
  float: none;
  text-align: center;
  height: auto;
  padding: 0;
}
#side-nav ul li ul {
  display: none;
  padding-left: 0;
}
#side-nav ul li ul li {
  padding-right: 0;
}
#side-nav ul li ul li a {
  color: #62AA00;
  font-style: italic;
}
#side-nav ul li a {
  padding-left: 10px;
  font-size: 1em;
  color: #62AA00;
  font-weight: normal;
}
#side-nav ul li.current_page_item > a {
  color: #404040;
}
#side-nav ul li.menu-item-has-children ul {
  display: none;
}
#side-nav ul li.menu-item-has-children.current_page_item ul {
  display: block;
}
#side-nav ul li.current_page_parent ul {
  display: block;
}

@media screen and (min-width: 601px) {
  #side-nav ul {
    display: block;
    border-right: 2px #404040 dotted;
  }
  #side-nav ul li {
    text-align: left;
    margin-left: 10px;
  }
  #side-nav ul li a {
    color: #404040;
    padding-left: 0;
  }
}
/*
================================================================================
|                            FOOTER MENU                                      |
================================================================================
*/
.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.footer-menu ul li {
  text-align: center;
  display: inline;
}
.footer-menu ul li a {
  padding: 0 5px;
  font-size: 0.8333333333em;
  color: #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.footer-menu ul li.last-child a {
  border-right: 0;
}

/*
================================================================================
|                      PAGINATION ON PAGE WITH LIST OF POSTS                    |
================================================================================
*/
.custom-pagination {
  margin-top: 10px;
}

.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 2px 10px;
}

.custom-pagination a {
  background-color: #62AA00;
  color: black;
}

.custom-pagination a:hover {
  background-color: #F6F5F5;
  color: #62AA00;
}

.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}

.custom-pagination span.dots {
  padding: 0;
  color: gainsboro;
}

.custom-pagination span.current {
  background-color: #404040;
  color: #404040;
}

.mobile-menu {
  display: block;
  color: #FFF;
  width: 100%;
  height: auto;
  padding: 5% 20%;
  background-color: red;
  border-radius: 5px;
  line-height: 1.9em;
  font-size: 0.55em;
}
@media screen and (min-width: 320px) {
  .mobile-menu {
    font-size: 0.65em;
  }
}
@media screen and (min-width: 400px) {
  .mobile-menu {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 480px) {
  .mobile-menu {
    font-size: 1em;
  }
}

/*
================================================================================
|                              STICKY BLOCKS                                  |
================================================================================
*/
/*Sticky desktop*/
.main-nav {
  -vendor-animation-duration: 2s;
  -vendor-animation-delay: 0s;
  -vendor-animation-iteration-count: infinite;
  display: none;
}
@media screen and (min-width: 601px) {
  .main-nav {
    position: static;
    display: block;
  }
}

.header {
  margin-top: 30px;
}
@media screen and (min-width: 601px) {
  .header {
    margin-top: 0;
  }
}

/* */
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.0
* Docs at http://davidtheclark.github.io/scut
*/
/*
================================================================================
|                                  GRID                                        |
================================================================================
*/
.global-wrapper header {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.global-wrapper header::after {
  clear: both;
  content: "";
  display: table;
}
.global-wrapper header #header-identity {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
  margin-top: 3em;
}
.global-wrapper header #header-identity:last-child {
  margin-right: 0;
}
.global-wrapper header #header-identity img {
  max-width: 100%;
  height: auto;
}
.global-wrapper header #header-wrapper {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
}
.global-wrapper header #header-wrapper:last-child {
  margin-right: 0;
}
.global-wrapper header #header-wrapper #header-contacts {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
  text-align: center;
}
.global-wrapper header #header-wrapper #header-contacts:last-child {
  margin-right: 0;
}
.global-wrapper header #header-wrapper #header-navigation {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
  display: none;
}
.global-wrapper header #header-wrapper #header-navigation:last-child {
  margin-right: 0;
}
@media screen and (min-width: 601px) {
  .global-wrapper header #header-identity {
    margin-top: 0;
    float: left;
    display: block;
    margin-right: 2.0866773676%;
    width: 23.4349919743%;
  }
  .global-wrapper header #header-identity:last-child {
    margin-right: 0;
  }
  .global-wrapper header #header-wrapper {
    float: left;
    display: block;
    margin-right: 2.0866773676%;
    width: 65.9711075441%;
  }
  .global-wrapper header #header-wrapper:last-child {
    margin-right: 0;
  }
  .global-wrapper header #header-wrapper #header-contacts {
    text-align: right;
  }
  .global-wrapper header #header-wrapper #header-navigation {
    display: block;
  }
}
.global-wrapper #slider-wrapper {
  width: 100%;
}
.global-wrapper #slider-wrapper #slider {
  width: 100%;
}
.global-wrapper #slider-wrapper #slider img {
  width: 100% !important;
  height: auto;
}
.global-wrapper #slider-wrapper #slider #meteor-slideshow {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
}
.global-wrapper #slider-wrapper #slider #meteor-slideshow .meteor-clip .mslide {
  width: 100% !important;
  height: auto !important;
}
.global-wrapper #slider-wrapper #slider #meteor-slideshow .meteor-clip .mslide img {
  width: 100%;
  height: auto !important;
}
.global-wrapper #slider-wrapper #slider #meteor-slideshow .meteor-clip .meteor-shim {
  width: 100% !important;
}
.global-wrapper #services-wrapper {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.global-wrapper #services-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.global-wrapper #services-wrapper #services {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
}
.global-wrapper #services-wrapper #services:last-child {
  margin-right: 0;
}
.global-wrapper #services-wrapper #services ul {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
}
.global-wrapper #services-wrapper #services ul:last-child {
  margin-right: 0;
}
.global-wrapper #services-wrapper #services ul li.service {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
}
.global-wrapper #services-wrapper #services ul li.service:last-child {
  margin-right: 0;
}
.global-wrapper #services-wrapper #services ul li.service img {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
  height: auto;
}
.global-wrapper #services-wrapper #services ul li.service img:last-child {
  margin-right: 0;
}
.global-wrapper #services-wrapper #services ul li.service h4 {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
}
.global-wrapper #services-wrapper #services ul li.service h4:last-child {
  margin-right: 0;
}
@media screen and (min-width: 601px) {
  .global-wrapper #services-wrapper #services ul li.service {
    float: left;
    display: block;
    margin-right: 2.0866773676%;
    width: 31.9422150883%;
  }
  .global-wrapper #services-wrapper #services ul li.service:last-child {
    margin-right: 0;
  }
  .global-wrapper #services-wrapper #services ul li.service:nth-child(3n) {
    margin-right: 0;
  }
  .global-wrapper #services-wrapper #services ul li.service:nth-child(3n+1) {
    clear: left;
  }
}
.global-wrapper #main-content-wrapper {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.global-wrapper #main-content-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.global-wrapper #main-content-wrapper #main-content {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
}
.global-wrapper #main-content-wrapper #main-content:last-child {
  margin-right: 0;
}
.global-wrapper #main-content-wrapper #main-content #main-content-1 {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
}
.global-wrapper #main-content-wrapper #main-content #main-content-1:last-child {
  margin-right: 0;
}
.global-wrapper #main-content-wrapper #main-content #main-form-wrapper {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
}
.global-wrapper #main-content-wrapper #main-content #main-form-wrapper:last-child {
  margin-right: 0;
}
@media screen and (min-width: 601px) {
  .global-wrapper #main-content-wrapper #main-content #main-content-1 {
    float: left;
    display: block;
    margin-right: 2.0866773676%;
    width: 65.9711075441%;
  }
  .global-wrapper #main-content-wrapper #main-content #main-content-1:last-child {
    margin-right: 0;
  }
  .global-wrapper #main-content-wrapper #main-content #main-form-wrapper {
    float: left;
    display: block;
    margin-right: 2.0866773676%;
    width: 31.9422150883%;
    margin-right: 0;
  }
  .global-wrapper #main-content-wrapper #main-content #main-form-wrapper:last-child {
    margin-right: 0;
  }
}
.global-wrapper #testimonials-wrapper {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.global-wrapper #testimonials-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.global-wrapper #testimonials-wrapper #testimonials {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
}
.global-wrapper #testimonials-wrapper #testimonials:last-child {
  margin-right: 0;
}
.global-wrapper #testimonials-wrapper h2 {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
}
.global-wrapper #testimonials-wrapper h2:last-child {
  margin-right: 0;
}
.global-wrapper #testimonials-wrapper > p {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
}
.global-wrapper #testimonials-wrapper > p:last-child {
  margin-right: 0;
}
@media screen and (min-width: 601px) {
  .global-wrapper #testimonials-wrapper #testimonials {
    float: left;
    display: block;
    margin-right: 2.0866773676%;
    width: 65.9711075441%;
    margin-left: 17.0144462279%;
  }
  .global-wrapper #testimonials-wrapper #testimonials:last-child {
    margin-right: 0;
  }
}
.global-wrapper #treatments-wrapper {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.global-wrapper #treatments-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.global-wrapper #treatments-wrapper #treatments {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
}
.global-wrapper #treatments-wrapper #treatments:last-child {
  margin-right: 0;
}
.global-wrapper #treatments-wrapper #treatments .treatment {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
}
.global-wrapper #treatments-wrapper #treatments .treatment:last-child {
  margin-right: 0;
}
.global-wrapper #treatments-wrapper #treatments .treatment img {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
}
.global-wrapper #treatments-wrapper #treatments .treatment img:last-child {
  margin-right: 0;
}
.global-wrapper #treatments-wrapper #treatments .treatment .treatment-description {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
}
.global-wrapper #treatments-wrapper #treatments .treatment .treatment-description:last-child {
  margin-right: 0;
}
.global-wrapper #treatments-wrapper #treatments .treatment .treatment-description h4.treatment-title {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
}
.global-wrapper #treatments-wrapper #treatments .treatment .treatment-description h4.treatment-title:last-child {
  margin-right: 0;
}
.global-wrapper #treatments-wrapper #treatments .treatment .treatment-description .treatment-excerpt {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
}
.global-wrapper #treatments-wrapper #treatments .treatment .treatment-description .treatment-excerpt:last-child {
  margin-right: 0;
}
@media screen and (min-width: 601px) {
  .global-wrapper #treatments-wrapper #treatments .treatment {
    float: left;
    display: block;
    margin-right: 2.0866773676%;
    width: 31.9422150883%;
  }
  .global-wrapper #treatments-wrapper #treatments .treatment:last-child {
    margin-right: 0;
  }
  .global-wrapper #treatments-wrapper #treatments .treatment:nth-child(3n) {
    margin-right: 0;
  }
  .global-wrapper #treatments-wrapper #treatments .treatment:nth-child(3n+1) {
    clear: left;
  }
}
.global-wrapper #footer-wrapper footer {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px;
}
.global-wrapper #footer-wrapper footer::after {
  clear: both;
  content: "";
  display: table;
}
.global-wrapper #footer-wrapper footer .footer-block {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
}
.global-wrapper #footer-wrapper footer .footer-block:last-child {
  margin-right: 0;
}
@media screen and (min-width: 601px) {
  .global-wrapper #footer-wrapper footer {
    padding: 0;
  }
  .global-wrapper #footer-wrapper footer .footer-block {
    float: left;
    display: block;
    margin-right: 2.0866773676%;
    width: 31.9422150883%;
  }
  .global-wrapper #footer-wrapper footer .footer-block:last-child {
    margin-right: 0;
  }
  .global-wrapper #footer-wrapper footer .footer-block:nth-child(3n) {
    margin-right: 0;
  }
  .global-wrapper #footer-wrapper footer .footer-block:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 601px) and (max-width: 970px) {
  .global-wrapper #footer-wrapper footer {
    padding: 13px;
  }
}
.global-wrapper #footer-wrapper #copyrights-container #copyrights {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.global-wrapper #footer-wrapper #copyrights-container #copyrights::after {
  clear: both;
  content: "";
  display: table;
}
.global-wrapper #footer-wrapper #copyrights-container #copyrights p {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
  text-align: center;
}
.global-wrapper #footer-wrapper #copyrights-container #copyrights p:last-child {
  margin-right: 0;
}
@media screen and (min-width: 601px) {
  .global-wrapper #footer-wrapper #copyrights-container #copyrights p {
    float: left;
    display: block;
    margin-right: 2.0866773676%;
    width: 48.9566613162%;
  }
  .global-wrapper #footer-wrapper #copyrights-container #copyrights p:last-child {
    margin-right: 0;
  }
  .global-wrapper #footer-wrapper #copyrights-container #copyrights p:nth-child(2n) {
    margin-right: 0;
  }
  .global-wrapper #footer-wrapper #copyrights-container #copyrights p:nth-child(2n+1) {
    clear: left;
  }
  .global-wrapper #footer-wrapper #copyrights-container #copyrights p:nth-of-type(1) {
    text-align: left;
  }
  .global-wrapper #footer-wrapper #copyrights-container #copyrights p:nth-of-type(2) {
    text-align: right;
  }
}

/*
*/
/*
================================================================================
|                       DESIGN FOR GRID CONTAINERS                             |
|       (paddings, margins, borders, background, font properties)              |
================================================================================
*/
.global-wrapper header {
  padding: 1.625em 0.40625em 0.8125em 0.40625em;
  background-color: #FFFFFF;
}
.global-wrapper header #header-identity {
  text-align: center;
}
.global-wrapper header #header-wrapper #header-contacts {
  display: none;
}
@media screen and (min-width: 601px) {
  .global-wrapper header {
    padding: 1.625em 0 0.8125em 0;
  }
  .global-wrapper header #header-identity {
    text-align: left;
  }
  .global-wrapper header #header-wrapper #header-contacts {
    display: block;
    margin-bottom: 1.625em;
  }
  .global-wrapper header #header-wrapper #header-contacts #header-phone {
    color: #62AA00;
    margin-top: 0.2708333333em;
    font-size: 28.8px;
    font-weight: bold;
  }
}
.global-wrapper header.sticky {
  padding-top: 0.40625em;
  padding-bottom: 0.40625em;
}
.global-wrapper header.sticky #header-identity {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 6.4205457464%;
  padding: 0 0 0 0.40625em;
}
.global-wrapper header.sticky #header-identity:last-child {
  margin-right: 0;
}
.global-wrapper header.sticky #header-identity img {
  width: 100%;
  height: auto;
}
.global-wrapper header.sticky #header-wrapper {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 91.492776886%;
}
.global-wrapper header.sticky #header-wrapper:last-child {
  margin-right: 0;
}
.global-wrapper header.sticky #header-wrapper #header-contacts {
  display: none;
}
.global-wrapper #slider .meteor-slides .caption {
  background: rgba(255, 255, 255, 0.7);
  color: #404040;
  bottom: 5%;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  display: none;
  text-align: center;
  width: 100%;
  padding: 4.3333333333px;
  float: left;
  max-width: 100%;
}
.global-wrapper #slider .meteor-slides .caption h3 {
  color: #62AA00;
}
.global-wrapper #slider .meteor-slides .caption p {
  color: #404040;
  font-weight: normal;
  margin-bottom: 0.8125em;
  padding-bottom: 0.8125em;
  border-bottom: 1px solid #404040;
}
@media screen and (min-width: 601px) {
  .global-wrapper #slider .meteor-slides .caption {
    padding-top: 0.8125em;
    display: block;
    position: absolute;
    text-align: center;
    width: 60%;
    margin-left: 5%;
    padding: 13px 26px;
  }
  .global-wrapper #slider .meteor-slides .caption h3 {
    font-size: 1.5em;
    line-height: 1.4em;
  }
  .global-wrapper #slider .meteor-slides .caption p {
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.68em;
  }
}
@media screen and (min-width: 601px) and (max-width: 970px) {
  .global-wrapper #slider .meteor-slides .caption {
    padding: 6.5px 13px;
  }
  .global-wrapper #slider .meteor-slides .caption h3 {
    font-size: 1.3125em;
    line-height: 1.1em;
  }
}
.global-wrapper #services-wrapper {
  padding: 1.625em 0.8125em 1.625em 0.40625em;
}
.global-wrapper #services-wrapper #services ul li.service {
  border: 1px solid #62AA00;
  padding: 3px;
  position: relative;
  margin-bottom: 1.625em;
  min-height: 306px;
}
.global-wrapper #services-wrapper #services ul li.service h4 {
  text-align: center;
  font-size: 1.375em;
  margin-top: 1.625em;
  margin-bottom: 1.625em;
}
.global-wrapper #services-wrapper #services ul li.service a.read-more {
  position: absolute;
  bottom: -10px;
  width: 50%;
  max-width: 50%;
  left: 25%;
  background-color: #62AA00;
  padding: 0.40625em 0.40625em;
  text-align: center;
  font-size: 1em;
  font-weight: normal;
  z-index: 9;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #62AA00;
  transition-property: background-color;
  transition-duration: 0.5s;
}
.global-wrapper #services-wrapper #services ul li.service a.read-more:hover, .global-wrapper #services-wrapper #services ul li.service a.read-more:focus {
  background-color: #404040;
}
@media screen and (min-width: 601px) {
  .global-wrapper #services-wrapper {
    padding: 1.625em 0 1.625em 0;
  }
}
.global-wrapper #main-content-wrapper {
  padding: 0 0.8125em;
}
@media screen and (min-width: 601px) {
  .global-wrapper #main-content-wrapper {
    padding: 0;
  }
}
.global-wrapper #testimonials-wrapper #testimonials {
  padding-top: 1.625em;
}
.global-wrapper #testimonials-wrapper h2 {
  text-align: center;
  font-size: 1.6em;
  line-height: 1.4em;
}
.global-wrapper #treatments-wrapper {
  padding-top: 1.625em;
  padding-bottom: 1.625em;
  text-align: center;
}
.global-wrapper #treatments-wrapper h2 {
  margin-bottom: 1.625em;
}
.global-wrapper #treatments-wrapper #treatments {
  padding: 1.625em 0.8125em;
}
.global-wrapper #treatments-wrapper #treatments .treatment {
  margin-bottom: 1.625em;
}
.global-wrapper #treatments-wrapper #treatments .treatment img {
  margin-bottom: 0.8125em;
}
.global-wrapper #treatments-wrapper #treatments .treatment .treatment-description {
  position: relative;
  border: 1px solid #62AA00;
  padding: 0.40625em;
  text-align: center;
}
.global-wrapper #treatments-wrapper #treatments .treatment .treatment-description h4.treatment-title {
  padding-top: 0.40625em;
  padding-bottom: 0.8125em;
}
.global-wrapper #treatments-wrapper #treatments .treatment .treatment-description .treatment-excerpt {
  padding: 1.625em 0;
}
.global-wrapper #treatments-wrapper #treatments .treatment .treatment-description .read-more {
  position: absolute;
  bottom: -10px;
  width: 50%;
  max-width: 50%;
  left: 25%;
  background-color: #62AA00;
  padding: 0.40625em 0.40625em;
  text-align: center;
  font-size: 1em;
  font-weight: normal;
  z-index: 9;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #62AA00;
  transition-property: background-color;
  transition-duration: 0.5s;
}
.global-wrapper #treatments-wrapper #treatments .treatment .treatment-description .read-more:hover, .global-wrapper #treatments-wrapper #treatments .treatment .treatment-description .read-more:focus {
  background-color: #404040;
}
@media screen and (min-width: 601px) {
  .global-wrapper #treatments-wrapper #treatments {
    padding: 1.625em 0;
  }
}
.global-wrapper #footer-wrapper {
  background-color: #191919;
  padding: 13px 0 0 0;
}
.global-wrapper #footer-wrapper footer {
  padding: 0 13px 0 13px;
}
.global-wrapper #footer-wrapper footer .footer-block {
  padding-bottom: 13px;
}
.global-wrapper #footer-wrapper footer .footer-block h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: normal;
  line-height: 2em;
}
.global-wrapper #footer-wrapper footer .footer-block ul li {
  list-style-type: none;
  border-bottom: 1px solid #FFFFFF;
  line-height: 2em;
}
.global-wrapper #footer-wrapper footer .footer-block ul li a {
  color: #FFFFFF;
  font-size: 0.9375em;
}
.global-wrapper #footer-wrapper footer #footer-contact h3 {
  color: #FFFFFF;
}
.global-wrapper #footer-wrapper footer #footer-contact p {
  color: #FFFFFF;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 1em;
}
@media screen and (min-width: 601px) {
  .global-wrapper #footer-wrapper footer {
    padding: 0;
  }
  .global-wrapper #footer-wrapper footer .footer-block {
    margin-left: auto;
  }
  .global-wrapper #footer-wrapper footer .footer-block h3 {
    line-height: 1.4em;
    padding: 0 0 1em 0;
  }
  .global-wrapper #footer-wrapper footer .footer-block ul li {
    padding-left: 7%;
  }
  .global-wrapper #footer-wrapper footer #latest-news-footer h3, .global-wrapper #footer-wrapper footer #footer-navigation h3 {
    padding-left: 7%;
  }
}
@media screen and (min-width: 601px) and (max-width: 970px) {
  .global-wrapper #footer-wrapper footer {
    padding: 0 13px 0 13px;
  }
}
.global-wrapper #footer-wrapper footer #latest-news-footer ul li {
  line-height: 1em;
  padding-top: 0.35em;
}
.global-wrapper #footer-wrapper footer #latest-news-footer ul li h4 {
  padding: 0.35em 0 0.35em 0;
  color: #FFFFFF;
  font-size: 1em;
}
.global-wrapper #footer-wrapper footer #latest-news-footer ul li a.read-news {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-style: italic;
  padding: 0.35em 0 0.35em 0;
}
.global-wrapper #footer-wrapper footer #latest-news-footer ul li p {
  color: #FFFFFF;
  font-size: 0.875em;
  line-height: 1.5em;
}
.global-wrapper #footer-wrapper #copyrights-container {
  background-color: #000000;
  padding: 6.5px 0 6.5px 0;
}
.global-wrapper #footer-wrapper #copyrights-container p {
  color: #FFFFFF;
  font-size: 1em;
  margin-top: 0.5416666667em;
}
.global-wrapper #footer-wrapper #copyrights-container #copyrights #copyrights-main {
  text-align: center;
}
.global-wrapper #footer-wrapper #copyrights-container #copyrights #copyrights-address {
  text-align: center;
}
@media screen and (min-width: 601px) {
  .global-wrapper #footer-wrapper #copyrights-container #copyrights #copyrights-main {
    text-align: left;
  }
  .global-wrapper #footer-wrapper #copyrights-container #copyrights #copyrights-address {
    text-align: right;
  }
}
@media screen and (min-width: 601px) and (max-width: 970px) {
  .global-wrapper #footer-wrapper #copyrights-container #copyrights {
    padding: 0 13px 0 13px;
  }
}
.global-wrapper .section-wrapper {
  border-bottom: 1px solid #62AA00;
}

/*
*/
/*
================================================================================
|                            CONTENT ELEMENTS                                  |
================================================================================
*/
.global-wrapper #carousel {
  min-height: 30vh;
}
.global-wrapper #skip a {
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.global-wrapper #skip a:focus {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  background-color: black;
  color: #FFFFFF !important;
  padding: 0.40625em 0.8125em;
  margin-right: 0.40625em;
  margin-top: 0.40625em;
  border-radius: 0.2708333333em;
}
.global-wrapper #breadcrumbs {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.40625em;
}
.global-wrapper #breadcrumbs::after {
  clear: both;
  content: "";
  display: table;
}
.global-wrapper #breadcrumbs span a {
  text-decoration: underline;
}
.global-wrapper #main-content #gallery {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
}
.global-wrapper #main-content #gallery:last-child {
  margin-right: 0;
}
.global-wrapper #main-content #gallery .row .col img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid #62AA00;
  padding: 4px;
}
.global-wrapper #main-content #main-contact-wrapper {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
}
.global-wrapper #main-content #main-contact-wrapper:last-child {
  margin-right: 0;
}
@media screen and (min-width: 601px) {
  .global-wrapper #main-content #main-contact-wrapper {
    float: left;
    display: block;
    margin-right: 2.0866773676%;
    width: 65.9711075441%;
    margin-left: 17.0144462279%;
  }
  .global-wrapper #main-content #main-contact-wrapper:last-child {
    margin-right: 0;
  }
}
.global-wrapper #main-content ul {
  margin: 0.8125em 0 0.8125em 0;
}
.global-wrapper #main-content ul li {
  padding-bottom: 0.40625em;
}

ul.col-2 li {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
  padding: 0.8125em;
}
ul.col-2 li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 601px) {
  ul.col-2 li {
    float: left;
    display: block;
    margin-right: 2.0866773676%;
    width: 48.9566613162%;
  }
  ul.col-2 li:last-child {
    margin-right: 0;
  }
  ul.col-2 li:nth-child(2n) {
    margin-right: 0;
  }
  ul.col-2 li:nth-child(2n+1) {
    clear: left;
  }
}

#nav-posts {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
}
#nav-posts:last-child {
  margin-right: 0;
}

/*
Sticky right tab
*/
#slider-contact {
  width: 1.8em;
  float: left;
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -65px;
  z-index: 999;
  white-space: nowrap;
}

#slider-contact a {
  font-size: 1em;
  color: #FFFFFF;
  text-transform: uppercase;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  position: relative;
  left: -2em;
  display: inline-block;
  z-index: 999;
  height: 7em;
  text-decoration: none;
  line-height: 2.5em;
  background-color: rgba(98, 170, 0, 0.9);
  padding-left: 1em;
  padding-right: 1em;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#contact-modal header {
  float: left;
  display: block;
  margin-right: 2.08668%;
  width: 100%;
}

#contact-modal header:last-child {
  margin-right: 0;
}

#contact-modal .modal-inner {
  top: 10%;
}

#contact-modal .modal-inner .modal-content {
  float: left;
  display: block;
  margin-right: 2.08668%;
  width: 100%;
  max-height: 65vh;
}

#contact-modal .modal-inner .modal-content:last-child {
  margin-right: 0;
}

#contact-modal .modal-inner .modal-content form {
  float: left;
  display: block;
  margin-right: 2.08668%;
  width: 100%;
}

#contact-modal .modal-inner .modal-content form:last-child {
  margin-right: 0;
}

#contact-modal .modal-inner .modal-content form #contact-form-modal {
  float: left;
  display: block;
  margin-right: 2.08668%;
  width: 100%;
}

#contact-modal .modal-inner .modal-content form #contact-form-modal h3 {
  font-size: 1.125em;
}

#contact-modal .modal-inner .modal-content form #contact-form-modal:last-child {
  margin-right: 0;
}

#contact-modal .modal-inner .modal-content form #contact-form-modal input[type=submit] {
  float: left;
  display: block;
  margin-right: 2.08668%;
  width: 48.95666%;
  margin-left: 25.52167%;
}

#contact-modal .modal-inner .modal-content form #contact-form-modal input[type=submit]:last-child {
  margin-right: 0;
}

@media screen and (min-width: 601px) {
  #contact-modal .modal-inner .modal-content form #contact-form-modal {
    float: left;
    display: block;
    margin-right: 2.08668%;
    width: 48.95666%;
  }

  #contact-modal .modal-inner .modal-content form #contact-form-modal:last-child {
    margin-right: 0;
  }

  #contact-modal .modal-inner .modal-content form #contact-form-modal .input-box input[type=submit] {
    float: left;
    display: block;
    margin-right: 2.08668%;
    width: 31.94222%;
    margin-left: 68.05778%;
  }

  #contact-modal .modal-inner .modal-content form #contact-form-modal .input-box input[type=submit]:last-child {
    margin-right: 0;
  }
}
#contact-modal .modal-inner .modal-content form #booking-modal {
  float: left;
  display: block;
  margin-right: 2.08668%;
  width: 100%;
}

#contact-modal .modal-inner .modal-content form #booking-modal h3 {
  font-size: 1.125em;
}

#contact-modal .modal-inner .modal-content form #booking-modal:last-child {
  margin-right: 0;
}

#contact-modal .modal-inner .modal-content form #booking-modal input[type=submit] {
  float: left;
  display: block;
  margin-right: 2.08668%;
  width: 48.95666%;
  margin-left: 25.52167%;
}

#contact-modal .modal-inner .modal-content form #booking-modal input[type=submit]:last-child {
  margin-right: 0;
}

#contact-modal .modal-inner .modal-content form #booking-modal #agree-confirm label {
  float: left;
  display: block;
  margin-right: 2.08668%;
  width: 82.98555%;
}

#contact-modal .modal-inner .modal-content form #booking-modal #agree-confirm label:last-child {
  margin-right: 0;
}

#contact-modal .modal-inner .modal-content form #booking-modal #agree-confirm input {
  float: left;
  display: block;
  margin-right: 2.08668%;
  width: 23.43499%;
  margin-right: 0;
}

#contact-modal .modal-inner .modal-content form #booking-modal #agree-confirm input:last-child {
  margin-right: 0;
}

@media screen and (min-width: 601px) {
  #contact-modal .modal-inner .modal-content form #booking-modal {
    float: left;
    display: block;
    margin-right: 2.08668%;
    width: 48.95666%;
    margin-right: 0;
  }

  #contact-modal .modal-inner .modal-content form #booking-modal:last-child {
    margin-right: 0;
  }

  #contact-modal .modal-inner .modal-content form #booking-modal input[type=submit] {
    float: left;
    display: block;
    margin-right: 2.08668%;
    width: 31.94222%;
    margin-left: 68.05778%;
  }

  #contact-modal .modal-inner .modal-content form #booking-modal input[type=submit]:last-child {
    margin-right: 0;
  }
}
#contact-modal footer {
  background: transparent;
  float: left;
}

#programmes-wrapper {
  width: 100%;
  float: left;
}
#programmes-wrapper #programmes {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#programmes-wrapper #programmes::after {
  clear: both;
  content: "";
  display: table;
}
#programmes-wrapper #programmes h1 {
  text-align: center;
}
#programmes-wrapper #programmes #programmes-list {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
  border-bottom: none;
}
#programmes-wrapper #programmes #programmes-list:last-child {
  margin-right: 0;
}
#programmes-wrapper #programmes #programmes-list .program {
  position: relative;
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
}
#programmes-wrapper #programmes #programmes-list .program:last-child {
  margin-right: 0;
}
@media screen and (min-width: 601px) {
  #programmes-wrapper #programmes #programmes-list .program {
    float: left;
    display: block;
    margin-right: 2.0866773676%;
    width: 31.9422150883%;
  }
  #programmes-wrapper #programmes #programmes-list .program:last-child {
    margin-right: 0;
  }
  #programmes-wrapper #programmes #programmes-list .program:nth-child(3n) {
    margin-right: 0;
  }
  #programmes-wrapper #programmes #programmes-list .program:nth-child(3n+1) {
    clear: left;
  }
}
#programmes-wrapper #programmes #programmes-list .program img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#programmes-wrapper #programmes #programmes-list .program .package-header {
  position: absolute;
  top: 1.625em;
  left: 1.625em;
}
#programmes-wrapper #programmes #programmes-list .program .package-header h4 {
  color: #FFFFFF;
  font-size: 2.5em;
}
#programmes-wrapper #programmes #programmes-list .program .package-header p {
  color: #FFFFFF;
  font-size: 1.2em;
  margin: 0;
  line-height: 1em;
}
#programmes-wrapper #programmes #programmes-list .program .price-wrapper {
  position: absolute;
  bottom: 1.625em;
  left: 10%;
  width: 80%;
}
#programmes-wrapper #programmes #programmes-list .program .price-wrapper .price {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
  font-size: 2.5em;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  line-height: 0.9em;
  text-align: center;
}
#programmes-wrapper #programmes #programmes-list .program .price-wrapper .price:last-child {
  margin-right: 0;
}
#programmes-wrapper #programmes #programmes-list .program .price-wrapper .price span {
  font-size: 0.5em;
}
#programmes-wrapper #programmes #programmes-list .program .price-wrapper .price sup {
  font-size: 0.7em;
}
#programmes-wrapper #programmes #programmes-list .program .price-wrapper .before-price {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
#programmes-wrapper #programmes #programmes-list .program .price-wrapper .before-price:last-child {
  margin-right: 0;
}
#programmes-wrapper #programmes #programmes-list .program .price-wrapper .after-price {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 82.9855537721%;
  margin-left: 8.507223114%;
  text-align: right;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}
#programmes-wrapper #programmes #programmes-list .program .price-wrapper .after-price:last-child {
  margin-right: 0;
}
#programmes-wrapper #programmes #programmes-description {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
  margin-top: 50px;
  display: flex;
  min-height: 800px;
}
#programmes-wrapper #programmes #programmes-description:last-child {
  margin-right: 0;
}
#programmes-wrapper #programmes #programmes-description > li {
  position: relative;
  margin-top: 7em;
  background-size: contain;
  padding: 30px 15px;
  list-style: none;
  display: grid !important;
  grid-template-rows: auto 26%;
}
#programmes-wrapper #programmes #programmes-description > li:nth-of-type(1) {
  background: url("images/purplebg.png") repeat-y top center;
}
#programmes-wrapper #programmes #programmes-description > li:nth-of-type(2) {
  background: url("images/orangebg.png") repeat-y top center;
}
#programmes-wrapper #programmes #programmes-description > li:nth-of-type(3) {
  background: url("images/greenbg.png") repeat-y top center;
}
@media screen and (min-width: 601px) {
  #programmes-wrapper #programmes #programmes-description > li {
    float: left;
    display: block;
    margin-right: 2.0866773676%;
    width: 31.9422150883%;
  }
  #programmes-wrapper #programmes #programmes-description > li:last-child {
    margin-right: 0;
  }
  #programmes-wrapper #programmes #programmes-description > li:nth-child(3n) {
    margin-right: 0;
  }
  #programmes-wrapper #programmes #programmes-description > li:nth-child(3n+1) {
    clear: left;
  }
  #programmes-wrapper #programmes #programmes-description > li:last-child {
    margin-right: 0;
  }
}
#programmes-wrapper #programmes #programmes-description > li .description-header p, #programmes-wrapper #programmes #programmes-description > li .description-header ul > li {
  font-size: 1.1em;
  margin: 0;
  padding: 0;
}
#programmes-wrapper #programmes #programmes-description > li .description-header p.before-header {
  color: #FFFFFF;
}
#programmes-wrapper #programmes #programmes-description > li .description-header h4 {
  padding: 0 0 0 0.40625em;
  margin: 0;
  line-height: 0.7em;
  color: #FFFFFF;
  font-size: 2.5em;
}
#programmes-wrapper #programmes #programmes-description > li .description-header h4:nth-of-type(2) {
  text-transform: uppercase;
  font-size: 1.6em;
  margin-bottom: 1em;
  margin-top: 1em;
  padding-left: 0.6em;
}
#programmes-wrapper #programmes #programmes-description > li .description-header p.after-header {
  padding-left: 1.625em;
  color: #FFFFFF;
}
#programmes-wrapper #programmes #programmes-description > li .description-header ul li {
  padding-left: 0.8125em;
  color: #FFFFFF;
  line-height: 1.1em;
  list-style-type: none;
  margin-bottom: 1.1em;
}
#programmes-wrapper #programmes #programmes-description > li .price-wrapper {
  min-height: 120px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 15px;
  text-align: center;
}
#programmes-wrapper #programmes #programmes-description > li .price-wrapper img.direct-debit {
  max-height: 50px !important;
}
#programmes-wrapper #programmes #programmes-description > li .price-wrapper .price {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
  font-size: 2.5em;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  line-height: 0.9em;
  text-align: center;
}
#programmes-wrapper #programmes #programmes-description > li .price-wrapper .price:last-child {
  margin-right: 0;
}
#programmes-wrapper #programmes #programmes-description > li .price-wrapper .price span {
  font-size: 0.5em;
}
#programmes-wrapper #programmes #programmes-description > li .price-wrapper .price sup {
  font-size: 0.7em;
}
#programmes-wrapper #programmes #programmes-description > li .price-wrapper .before-price {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 1em;
  line-height: 1em;
  padding: 0;
  margin: 0 0 0 -60px;
}
#programmes-wrapper #programmes #programmes-description > li .price-wrapper .before-price:last-child {
  margin-right: 0;
}
#programmes-wrapper #programmes #programmes-description > li .price-wrapper .after-price {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 82.9855537721%;
  margin-left: 8.507223114%;
  text-align: right;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}
#programmes-wrapper #programmes #programmes-description > li .price-wrapper .after-price:last-child {
  margin-right: 0;
}
#programmes-wrapper #programmes #programmes-description > li .program-icon {
  position: absolute;
  top: -100px;
  right: -30px;
  max-width: 180px;
  height: auto;
}
@media screen and (min-width: 601px) {
  #programmes-wrapper #programmes #programmes-description > li .program-icon {
    width: 100%;
  }
}

header.header-emerald {
  max-width: 1140px;
  border-bottom: 1px solid #62AA00;
}
header.header-emerald #header-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header.header-emerald #header-wrapper #header-identity {
  width: auto;
  max-width: 350px;
}
header.header-emerald #header-wrapper #header-contacts #header-phone {
  margin-top: 0.5em;
  font-size: 3em;
}

.global-wrapper header {
  padding-top: 1em !important;
}
.global-wrapper #copyrights-container {
  border-top: 2px solid #62AA00;
  border-bottom: none;
}
.global-wrapper #footer-wrapper footer .footer-block ul li {
  border-bottom: none;
  list-style-type: disc;
  line-height: 1.6em;
}
.global-wrapper #footer-wrapper footer .footer-block ul li a {
  font-size: 1em;
}
.global-wrapper #footer-wrapper footer #footer-contact ul {
  list-style: none;
}
.global-wrapper #footer-wrapper footer #footer-contact ul li {
  list-style: none;
  color: #62AA00;
  padding-left: 0;
}
.global-wrapper #footer-wrapper footer #footer-contact ul li::marker {
  color: #62AA00;
}
.global-wrapper #footer-wrapper footer #footer-contact ul a {
  text-decoration: underline;
}
.global-wrapper #footer-wrapper footer #footer-contact ul a:hover {
  text-decoration: none;
}
.global-wrapper #footer-wrapper footer #footer-contact p {
  line-height: 1.6em;
}
.global-wrapper #footer-wrapper #copyrights-container p {
  font-size: 0.83em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.global-wrapper #treatments-wrapper #treatments {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.global-wrapper #treatments-wrapper #treatments .treatment {
  float: none !important;
  margin-bottom: 30px;
}
.global-wrapper #treatments-wrapper #treatments .treatment img {
  margin-bottom: 0;
}
.global-wrapper #treatments-wrapper #treatments .treatment .treatment-description {
  border-top: none;
}
.global-wrapper #treatments-wrapper #treatments .treatment .treatment-description h4.treatment-title {
  font-size: 1.4em;
}
.global-wrapper #treatments-wrapper #treatments .treatment .treatment-description .treatment-excerpt {
  padding: 0 0 1.625em 0;
}
.global-wrapper #slider-wrapper {
  margin-bottom: 1em;
}

.main-nav {
  display: block;
  text-align: center;
}
.main-nav > ul {
  float: none;
  display: block;
}
.main-nav > ul > li {
  float: none;
  display: inline-block;
}
.main-nav #testimonials-wrapper h2 {
  font-family: inherit;
}

#slider-contact {
  width: 1.8em;
  float: none;
  position: fixed;
  top: 0;
  right: 200px;
  margin-top: 0;
  z-index: 999;
  white-space: nowrap;
}

#slider-contact a {
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  left: 0;
  display: inline-block;
  z-index: 999;
  height: 3em;
  text-decoration: none;
  line-height: 3em;
  background-color: rgba(98, 170, 0, 0.9);
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 0 0 10px 10px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}

.sticky-container .sticky-menu nav {
  background: rgba(255, 255, 255, 0.6);
  top: 58px;
}

.sticky-container .sticky-menu nav {
  position: fixed;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 57px;
}

.cw-testimonial-wrapper {
  margin-bottom: 2em;
}

hr.wp-block-separator {
  border-bottom: 1px solid #62AA00;
}

#menu-primary-menu .current_page_parent > a,
#menu-primary-menu .current-menu-item > a,
#menu-primary-menu .current-menu-ancestor > a {
  border-bottom: 2px solid #62AA00;
}

#emerald-testimonials {
  max-width: 1400px;
  margin: 15px auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 15px;
  grid-auto-flow: dense;
}
#emerald-testimonials .testimonial .bubble {
  position: relative;
  background: rgba(98, 170, 0, 0.15);
  padding: 15px;
  border-radius: 10px;
}
#emerald-testimonials .testimonial .bubble:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: rgba(98, 170, 0, 0.15);
  border-bottom: 0;
  border-right: 0;
  margin-left: -10px;
  margin-bottom: -20px;
}
#emerald-testimonials .testimonial p.meta {
  text-align: right;
  font-style: italic;
}

.news-archive,
.news-single {
  padding-top: 15px;
}

.news-next-prev {
  border-top: 1px solid #62AA00;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1em 0;
}

#latest-news-footer .latestnews {
  list-style: none !important;
}
#latest-news-footer .latestnews h4 a:hover {
  color: #62AA00 !important;
}
#latest-news-footer .latestnews a.read-news {
  text-align: right !important;
}
#latest-news-footer .latestnews a:hover.read-news {
  color: #62AA00 !important;
}

/* ### Media Queries - Small Screen ### */
@media screen and (max-width: 764px) {
  .global-wrapper header {
    padding-top: 5em !important;
  }

  #slider-contact {
    width: 100%;
    left: 0;
    right: auto;
    top: 57px;
  }
  #slider-contact a {
    width: 100%;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 0;
  }

  #cookie-law-info-again {
    display: none;
  }
}
/*
XS = Extra small < 576px
SM = Small  - 576px to 767px
MD = Medium - 768px to 991px
LG = Large  - 992px to 1199px
XL = Extra large ≥ 1200px
*/
/* XS - Extra small devices (portrait smartphones, less than 576px)
   No media query since this is the default in Bootstrap v4
   We jut put CSS items here to remind us that there may be a larger screen variant */
.global-wrapper #treatments-wrapper #treatments .treatment {
  max-width: 100%;
  width: 100%;
}

/* SM - Small devices (landscape smartphones, 576px and up) */
@media (min-width: 576px) {
  .global-wrapper #treatments-wrapper #treatments .treatment {
    max-width: 47%;
    width: 47%;
  }
}
/* MD - Medium devices (tablets, 768px and up) */
/*  LG - Large devices (desktops, 992px and up) */
/*  XL - Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .global-wrapper #treatments-wrapper #treatments .treatment {
    max-width: 30%;
    width: 30%;
  }
}

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