/*!
Theme Name: RMC
Theme URI: http://underscores.me/
Author: John Marco Alcaria
Author URI: http://underscores.me/
Description: A Custom Wordpress theme with WooCommerce Shopping Cart
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rmc
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

RMC is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: inherit;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  color: inherit;
  font-size: 18px;
  margin-bottom: 18px;
}

label {
  font-size: 18px;
  font-weight: 100;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

a:active,
a:hover {
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

a:focus {
  outline: none;
}

h5.heading {
  color: cyan;
  margin-bottom: 20px;
}

.border-top {
  border-top: 1px solid blue;
}

.section-block {
  float: left;
  width: 100%;
}
.section-block a {
  text-decoration: none;
}
.section-block .section-heading {
  background: #91C748;
  padding: 50px 15px;
  text-align: center;
}
.section-block .heading {
  color: #ffffff;
  margin: 0;
}

.owl-theme .owl-controls {
  margin-top: 10px;
  position: absolute;
  bottom: 7%;
  text-align: center;
  margin: 0 auto;
  left: 0;
  width: 100%;
}

.owl-theme .owl-controls .owl-page span {
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 13px;
  opacity: 1;
  width: 13px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #0CC191;
  border: 3px solid #ffffff;
}

.table-cell {
  display: table-cell;
  width: 100%;
}

.content {
  float: left;
  padding: 50px 0;
  width: 100%;
}
.content a {
  color: blue;
  text-decoration: underline;
}
.content a:hover {
  text-decoration: none;
}

.modal {
  text-align: center;
  padding: 0 !important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.modal .modal-header {
  background: transparent;
  border: 0;
  padding: 5px 0;
}
.modal .modal-body {
  background: #F6F5F3;
  display: inline-block;
  width: 100%;
}
.modal .modal-content {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 765px;
}
.modal .modal-header .close {
  background: #91C748;
  color: #ffffff !important;
  font-weight: 100;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  opacity: 1;
}
.modal .modal-header .close span {
  background: url("images/i-close.png") no-repeat center center;
  text-indent: -999999px;
}

.modal-backdrop {
  background: #332C26;
}

.modal-backdrop.in {
  opacity: 0.8 !important;
  position: fixed;
  height: 100%;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #332C26;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

p {
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
  margin-bottom: 1em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  font-size: 16px;
  margin: 0 0 2.5em 0;
  padding-left: 11px;
}

ul {
  list-style: disc;
}
ul li {
  padding-left: 0;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
  background: #7AC143;
  border: 0 !important;
  border-radius: 5px;
  color: #ffffff !important;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin-top: 30px;
  padding: 13px 35px 13px 35px;
  -webkit-transition: background-color .4s linear;
  -moz-transition: background-color .4s linear;
  -o-transition: background-color .4s linear;
  -ms-transition: background-color .4s linear;
  text-decoration: none !important;
  text-transform: uppercase;
  outline: none !important;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:hover {
  color: inherit;
}

.btn:hover {
  background: #91C748;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
  outline: none;
}

select {
  border: 1px solid #e4e4e4;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  box-shadow: none !important;
  padding: 10px;
}

input[type="radio"] {
  height: 20px;
  width: 20px;
}

textarea {
  width: 100%;
}

textarea.form-control {
  height: 150px;
}

.form-control {
  height: 40px;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
  font-size: 15px;
}

input.error,
select.error,
textarea.error,
input[aria-invalid="true"],
select[aria-invalid="true"],
textarea[aria-invalid="true"] {
  background: #F2DEDE !important;
  border: 0 !important;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  display: none !important;
}

.search-form label {
  float: left;
  width: inherit;
}
.search-form .search-submit {
  background: #7AC143 url("images/i-search.png") no-repeat center;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  right: 10px;
  height: 2.6em;
  margin-top: 0;
  padding: 11px 30px;
  position: relative;
  text-indent: -99999px;
}
.search-form .search-submit:hover, .search-form .search-submit:focus {
  box-shadow: none;
}
.search-form .search-field {
  font-size: 18px;
  height: 25px;
  line-height: 19px;
  outline: none;
  position: relative;
  width: 200px;
}

input[type="search"]::-webkit-input-placeholder {
  font-size: 18px;
}

input[type="search"]:-moz-placeholder {
  font-size: 18px;
}

input[type="search"]::-moz-placeholder {
  font-size: 18px;
}

input[type="search"]::-ms-input-placeholder {
  font-size: 18px;
}

input[type="search"]::placeholder {
  font-size: 18px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: blue;
  outline: none;
}
a:visited {
  color: blue;
}
a:hover, a:focus, a:active {
  color: blue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.heading {
  font-weight: 300;
  margin-bottom: 1em;
}

#primary {
  padding: 80px 0;
}

/*--------------------------------------------------------------
## Slider / Banner
--------------------------------------------------------------*/
.banner-2 {
  background: url("images/slide-01.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
  min-height: 250px;
  position: relative;
}

.banner h1 {
  bottom: 10px;
  font-size: 48px;
  position: absolute;
}

#slider ul.list {
  margin: 0;
  padding: 0;
}
#slider ul.list li {
  list-style: none;
  min-height: 620px;
}
#slider h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 100;
  line-height: 55px;
  margin: 0 auto;
  text-shadow: 1px 1px #595959;
  width: 60%;
}
#slider .slide-content {
  left: 0;
  position: absolute;
  top: 40%;
  margin: 0 50px;
  -webkit-transform: translate(0, -40%);
  transform: translate(0, -40%);
  text-align: center;
  z-index: 15;
  width: 100%;
}
#slider .slide-button {
  position: absolute;
  bottom: 18%;
  text-align: center;
  margin: 0 auto;
  left: 0;
  width: 100%;
}

/*--------------------------------------------------------------
## Introduction
--------------------------------------------------------------*/
.section1 {
  padding-top: 20px;
}

.introduction {
  padding: 20px 0;
}
.introduction .heading {
  color: #332C26;
  margin-bottom: 30px;
}
.introduction .content {
  margin: 0 auto;
  width: 80%;
}
.introduction p {
  font-weight: 400;
}

/*--------------------------------------------------------------
## Section 1
--------------------------------------------------------------*/
.item .item-cell img {
  width: 100%;
}
.item .item-cell ul {
  margin: 0;
  padding: 0;
}
.item .item-cell li {
  background: url("images/i-circle.png") no-repeat left 3px;
  font-size: 15px;
  line-height: 19px;
  list-style: none;
  margin-bottom: 16px;
  padding-left: 25px;
}
.item .desc {
  border: 1px solid #cecece;
  margin-bottom: 60px;
  position: relative;
  min-height: 425px;
  padding: 20px 0;
}
.item .desc h3 {
  color: #91C748;
  line-height: 24px;
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 25px;
}
.item .desc .content {
  padding: 0 15px 15px;
}
.item .desc a.btn {
  bottom: 25px;
  font-size: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
}
.item .f-image {
  min-height: 200px;
}

/*--------------------------------------------------------------
## Our team
--------------------------------------------------------------*/
#our-team {
  text-align: center;
}
#our-team .team-listings li {
  list-style: none;
  padding: 0;
}
#our-team .team-listings li img {
  width: 100%;
}
#our-team .team-listings li a {
  text-decoration: underline;
}
#our-team .team-listings li a:hover {
  text-decoration: none;
}
#our-team .team-listings li.note-box {
  padding: 30px;
  text-align: left;
}
#our-team .team-listings li.note-box ul {
  margin-left: 0.6em;
}
#our-team .team-listings li.note-box ul li {
  color: blue;
  list-style: disc;
}
#our-team .team-listings li.note-box ul a {
  color: blue;
}
#our-team .team-listings .image {
  position: relative;
}
#our-team .team-listings .team-desc {
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
  bottom: 0;
  left: 0;
  min-height: 105px;
  padding: 10px 0;
  position: absolute;
  z-index: 15;
  width: 100%;
}
#our-team .team-listings h5 {
  font-size: 20px;
  font-weight: 400;
}
#our-team .team-listings h6 {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
#our-team .modal-body {
  padding: 30px 0;
}
#our-team .modal-content .desc {
  margin-top: 40px;
}
#our-team .modal-content .desc p {
  font-size: 15px;
}
#our-team .modal-content h5 {
  font-size: 18px;
  margin-bottom: 5px;
}
#our-team .modal-content .image {
  margin-bottom: 20px;
}
#our-team .modal-content span {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
}
#our-team .modal-content .team-content {
  height: 400px;
  overflow: scroll;
}
#our-team .modal-content .btn {
  display: block;
  font-size: 11px;
  margin-bottom: 3px;
  margin-top: 3px;
  padding: 15px 12%;
}
#our-team .modal-content .btn-blue {
  background: #0077B5;
}
#our-team .modal-content .btn-light-blue {
  background: #01B7DF;
}

/*--------------------------------------------------------------
## Pricing
--------------------------------------------------------------*/
#pricing .table-cell span {
  display: block;
  width: 100%;
}
#pricing ul.list li {
  border-bottom: 1px solid #979797;
  border-left: 1px solid #979797;
  list-style: none;
  min-height: 300px;
  padding: 0;
  position: relative;
}
#pricing ul.list li:first-child {
  border-left: 0 !important;
}
#pricing ul.list li:nth-child(4n) {
  border-left: 0 !important;
}
#pricing ul.list .desc-content {
  font-size: 15px;
  padding: 30px;
}
#pricing ul.list .desc-content p {
  font-size: 16px;
}
#pricing ul.list h5 {
  color: #332C26;
  font-size: 18px;
  font-weight: 4000;
  margin-bottom: 20px;
}
#pricing ul.list span {
  font-size: 18px;
  padding: 10px 0;
}
#pricing ul.list .custom-desc {
  font-size: 18px;
  margin-top: 40px;
}

/*--------------------------------------------------------------
## Expect
--------------------------------------------------------------*/
#expect p {
  font-size: 15px;
  line-height: 24px;
}
#expect .intro {
  padding-bottom: 0;
}
#expect ul.types {
  margin: 30px 0;
  padding: 0;
  float: left;
  width: 100%;
}
#expect ul.types .title {
  border-top: 1px solid #cecece;
  padding: 20px 0;
}
#expect ul.types .title p {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding: 0 15px;
}
#expect ul.types li {
  border: 1px solid #cecece;
  font-size: 15px;
  font-weight: 100;
  list-style: none;
  min-height: 260px;
  padding: 25px 20px;
}
#expect ul.types li:nth-of-type(3n+1) {
  border-left: 0;
}
#expect ul.types li:nth-of-type(3n+2) {
  border-right: 0;
  border-left: 0;
}
#expect ul.types li:nth-of-type(3n+3) {
  border-right: 0;
}
#expect .expect-notes {
  float: left;
  margin: 20px 0 40px;
  width: 100%;
}

/*--------------------------------------------------------------
## Opening Hours
--------------------------------------------------------------*/
#hours .table-cell {
  width: 50%;
}
#hours .hours-block {
  padding: 5px 0;
}
#hours .desc {
  color: #293C44;
  display: table;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

#timetable {
  display: table;
  margin-top: 30px;
}

.timetable-cell {
  display: table-cell;
}
.timetable-cell .day {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  color: #293C44;
  font-size: 14px;
  padding: 20px 0;
}
.timetable-cell .table-content {
  border-bottom: 1px solid #dedede;
  min-height: 111px;
  padding: 20px 0;
}
.timetable-cell .table-content span {
  display: block;
}
.timetable-cell .table-content .service {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.timetable-cell .table-content .time {
  color: #484848;
  font-size: 12px;
}

.other-services {
  display: table;
  float: left;
  padding: 20px 15px;
  width: 100%;
}
.other-services .title {
  color: #293C44;
  font-size: 14px;
}
.other-services .other-cell {
  display: inline-block;
  vertical-align: top;
  width: 18%;
}
.other-services .other-cell span {
  display: block;
}
.other-services .other-cell .service {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 10px;
  min-width: 185px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.other-services .other-cell .time {
  color: #484848;
  font-size: 12px;
}

/*--------------------------------------------------------------
## ACF MAP
--------------------------------------------------------------*/
.acf-map {
  height: 400px;
  float: left;
  width: 100%;
}

/*--------------------------------------------------------------
## Book Online
--------------------------------------------------------------*/
#book {
  float: left;
  padding: 250px 0;
  text-align: center;
  width: 100%;
}
#book h5, #book a {
  color: #ffffff;
  font-weight: normal;
  font-size: 24px;
}
#book h5 {
  line-height: 45px;
}
#book a {
  text-decoration: underline;
}
#book .section6-content {
  margin-top: 40px;
}

.box {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.box .overbox {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  color: #ffffff;
  left: 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 100%;
  z-index: 100;
}
.box .overbox .btn-wrap {
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
  min-height: 105px;
  padding: 10px 0;
  width: 100%;
}

.box:hover .overbox,
.box:focus .overbox {
  opacity: 1;
}

.box:hover .team-desc,
.box:focus .team-desc {
  opacity: 0;
}

.box .overbox .desc {
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 0;
  width: 100%;
}

.box .overbox .text-content {
  margin-bottom: 20px;
}
.box .overbox .text-content h5, .box .overbox .text-content h6 {
  font-weight: 100;
}

.box .overbox .desc a.r-more {
  background: #293C44;
  color: #ffffff;
  margin-top: 15px;
  text-decoration: underline;
}

.box .overbox .desc img {
  display: block;
  margin: 0 auto;
  width: auto !important;
}

.box .overbox .btn-wrap a {
  display: inline-block;
  font-size: 14px;
  padding: 15px 7%;
  margin: 17px 5px;
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.page-header {
  margin: 0;
}
.page-header h1 {
  margin-top: 0;
}

.search-page,
.blog-wrap {
  padding: 80px 0;
}
.search-page .entry-title,
.blog-wrap .entry-title {
  font-size: 24px;
  margin-top: 0;
}
.search-page .post-loop,
.blog-wrap .post-loop {
  padding-right: 60px;
}

.search article,
.blog article {
  border-bottom: 1px solid #f0f0f0;
  padding: 50px 0;
}
.search article:first-child,
.blog article:first-child {
  padding-top: 0;
}
.search article:last-child,
.blog article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.search article .btn,
.blog article .btn {
  font-size: 14px;
}

.post-meta {
  color: #888383;
  font-size: 14px;
}
.post-meta span {
  border-right: 1px solid #888383;
  margin-right: 10px;
  padding-right: 10px;
}
.post-meta span:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

#comments {
  margin-top: 50px;
}

footer.comment-meta {
  background: transparent;
  padding-top: 0;
}

ol.comment-list {
  background: #fbfbfb;
  padding: 40px;
}

ol.children {
  border-left: 3px solid #91C748;
  margin: 20px 30px;
}

.comment-list article {
  border-bottom: 1px solid #dedede;
  padding: 30px 0;
}

h2.comments-title {
  font-size: 24px;
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar ul a {
  color: #454545;
}
#sidebar ul a:hover {
  color: #91C748;
}
#sidebar .widget {
  border-bottom: 1px solid #f0f0f0;
  padding: 30px 0;
}
#sidebar .widget:first-child {
  padding-top: 0;
}
#sidebar .widget:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#sidebar .widget-title {
  font-size: 20px;
  margin-top: 0;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: table;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments input {
  display: block;
  width: 100%;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.heading {
  font-weight: 300;
  margin-bottom: 1em;
}

#primary {
  padding: 80px 0;
}

/*--------------------------------------------------------------
## Slider / Banner
--------------------------------------------------------------*/
.banner-2 {
  background: url("images/slide-01.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
  min-height: 250px;
  position: relative;
}

.banner h1 {
  bottom: 10px;
  font-size: 48px;
  position: absolute;
}

#slider ul.list {
  margin: 0;
  padding: 0;
}
#slider ul.list li {
  list-style: none;
  min-height: 620px;
}
#slider h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 100;
  line-height: 55px;
  margin: 0 auto;
  text-shadow: 1px 1px #595959;
  width: 60%;
}
#slider .slide-content {
  left: 0;
  position: absolute;
  top: 40%;
  margin: 0 50px;
  -webkit-transform: translate(0, -40%);
  transform: translate(0, -40%);
  text-align: center;
  z-index: 15;
  width: 100%;
}
#slider .slide-button {
  position: absolute;
  bottom: 18%;
  text-align: center;
  margin: 0 auto;
  left: 0;
  width: 100%;
}

/*--------------------------------------------------------------
## Introduction
--------------------------------------------------------------*/
.section1 {
  padding-top: 20px;
}

.introduction {
  padding: 20px 0;
}
.introduction .heading {
  color: #332C26;
  margin-bottom: 30px;
}
.introduction .content {
  margin: 0 auto;
  width: 80%;
}
.introduction p {
  font-weight: 400;
}

/*--------------------------------------------------------------
## Section 1
--------------------------------------------------------------*/
.item .item-cell img {
  width: 100%;
}
.item .item-cell ul {
  margin: 0;
  padding: 0;
}
.item .item-cell li {
  background: url("images/i-circle.png") no-repeat left 3px;
  font-size: 15px;
  line-height: 19px;
  list-style: none;
  margin-bottom: 16px;
  padding-left: 25px;
}
.item .desc {
  border: 1px solid #cecece;
  margin-bottom: 60px;
  position: relative;
  min-height: 425px;
  padding: 20px 0;
}
.item .desc h3 {
  color: #91C748;
  line-height: 24px;
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 25px;
}
.item .desc .content {
  padding: 0 15px 15px;
}
.item .desc a.btn {
  bottom: 25px;
  font-size: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
}
.item .f-image {
  min-height: 200px;
}

/*--------------------------------------------------------------
## Our team
--------------------------------------------------------------*/
#our-team {
  text-align: center;
}
#our-team .team-listings li {
  list-style: none;
  padding: 0;
}
#our-team .team-listings li img {
  width: 100%;
}
#our-team .team-listings li a {
  text-decoration: underline;
}
#our-team .team-listings li a:hover {
  text-decoration: none;
}
#our-team .team-listings li.note-box {
  padding: 30px;
  text-align: left;
}
#our-team .team-listings li.note-box ul {
  margin-left: 0.6em;
}
#our-team .team-listings li.note-box ul li {
  color: blue;
  list-style: disc;
}
#our-team .team-listings li.note-box ul a {
  color: blue;
}
#our-team .team-listings .image {
  position: relative;
}
#our-team .team-listings .team-desc {
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
  bottom: 0;
  left: 0;
  min-height: 105px;
  padding: 10px 0;
  position: absolute;
  z-index: 15;
  width: 100%;
}
#our-team .team-listings h5 {
  font-size: 20px;
  font-weight: 400;
}
#our-team .team-listings h6 {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
#our-team .modal-body {
  padding: 30px 0;
}
#our-team .modal-content .desc {
  margin-top: 40px;
}
#our-team .modal-content .desc p {
  font-size: 15px;
}
#our-team .modal-content h5 {
  font-size: 18px;
  margin-bottom: 5px;
}
#our-team .modal-content .image {
  margin-bottom: 20px;
}
#our-team .modal-content span {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
}
#our-team .modal-content .team-content {
  height: 400px;
  overflow: scroll;
}
#our-team .modal-content .btn {
  display: block;
  font-size: 11px;
  margin-bottom: 3px;
  margin-top: 3px;
  padding: 15px 12%;
}
#our-team .modal-content .btn-blue {
  background: #0077B5;
}
#our-team .modal-content .btn-light-blue {
  background: #01B7DF;
}

/*--------------------------------------------------------------
## Pricing
--------------------------------------------------------------*/
#pricing .table-cell span {
  display: block;
  width: 100%;
}
#pricing ul.list li {
  border-bottom: 1px solid #979797;
  border-left: 1px solid #979797;
  list-style: none;
  min-height: 300px;
  padding: 0;
  position: relative;
}
#pricing ul.list li:first-child {
  border-left: 0 !important;
}
#pricing ul.list li:nth-child(4n) {
  border-left: 0 !important;
}
#pricing ul.list .desc-content {
  font-size: 15px;
  padding: 30px;
}
#pricing ul.list .desc-content p {
  font-size: 16px;
}
#pricing ul.list h5 {
  color: #332C26;
  font-size: 18px;
  font-weight: 4000;
  margin-bottom: 20px;
}
#pricing ul.list span {
  font-size: 18px;
  padding: 10px 0;
}
#pricing ul.list .custom-desc {
  font-size: 18px;
  margin-top: 40px;
}

/*--------------------------------------------------------------
## Expect
--------------------------------------------------------------*/
#expect p {
  font-size: 15px;
  line-height: 24px;
}
#expect .intro {
  padding-bottom: 0;
}
#expect ul.types {
  margin: 30px 0;
  padding: 0;
  float: left;
  width: 100%;
}
#expect ul.types .title {
  border-top: 1px solid #cecece;
  padding: 20px 0;
}
#expect ul.types .title p {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding: 0 15px;
}
#expect ul.types li {
  border: 1px solid #cecece;
  font-size: 15px;
  font-weight: 100;
  list-style: none;
  min-height: 260px;
  padding: 25px 20px;
}
#expect ul.types li:nth-of-type(3n+1) {
  border-left: 0;
}
#expect ul.types li:nth-of-type(3n+2) {
  border-right: 0;
  border-left: 0;
}
#expect ul.types li:nth-of-type(3n+3) {
  border-right: 0;
}
#expect .expect-notes {
  float: left;
  margin: 20px 0 40px;
  width: 100%;
}

/*--------------------------------------------------------------
## Opening Hours
--------------------------------------------------------------*/
#hours .table-cell {
  width: 50%;
}
#hours .hours-block {
  padding: 5px 0;
}
#hours .desc {
  color: #293C44;
  display: table;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

#timetable {
  display: table;
  margin-top: 30px;
}

.timetable-cell {
  display: table-cell;
}
.timetable-cell .day {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  color: #293C44;
  font-size: 14px;
  padding: 20px 0;
}
.timetable-cell .table-content {
  border-bottom: 1px solid #dedede;
  min-height: 111px;
  padding: 20px 0;
}
.timetable-cell .table-content span {
  display: block;
}
.timetable-cell .table-content .service {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.timetable-cell .table-content .time {
  color: #484848;
  font-size: 12px;
}

.other-services {
  display: table;
  float: left;
  padding: 20px 15px;
  width: 100%;
}
.other-services .title {
  color: #293C44;
  font-size: 14px;
}
.other-services .other-cell {
  display: inline-block;
  vertical-align: top;
  width: 18%;
}
.other-services .other-cell span {
  display: block;
}
.other-services .other-cell .service {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 10px;
  min-width: 185px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.other-services .other-cell .time {
  color: #484848;
  font-size: 12px;
}

/*--------------------------------------------------------------
## ACF MAP
--------------------------------------------------------------*/
.acf-map {
  height: 400px;
  float: left;
  width: 100%;
}

/*--------------------------------------------------------------
## Book Online
--------------------------------------------------------------*/
#book {
  float: left;
  padding: 250px 0;
  text-align: center;
  width: 100%;
}
#book h5, #book a {
  color: #ffffff;
  font-weight: normal;
  font-size: 24px;
}
#book h5 {
  line-height: 45px;
}
#book a {
  text-decoration: underline;
}
#book .section6-content {
  margin-top: 40px;
}

.box {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.box .overbox {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  color: #ffffff;
  left: 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 100%;
  z-index: 100;
}
.box .overbox .btn-wrap {
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
  min-height: 105px;
  padding: 10px 0;
  width: 100%;
}

.box:hover .overbox,
.box:focus .overbox {
  opacity: 1;
}

.box:hover .team-desc,
.box:focus .team-desc {
  opacity: 0;
}

.box .overbox .desc {
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 0;
  width: 100%;
}

.box .overbox .text-content {
  margin-bottom: 20px;
}
.box .overbox .text-content h5, .box .overbox .text-content h6 {
  font-weight: 100;
}

.box .overbox .desc a.r-more {
  background: #293C44;
  color: #ffffff;
  margin-top: 15px;
  text-decoration: underline;
}

.box .overbox .desc img {
  display: block;
  margin: 0 auto;
  width: auto !important;
}

.box .overbox .btn-wrap a {
  display: inline-block;
  font-size: 14px;
  padding: 15px 7%;
  margin: 17px 5px;
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.page-header {
  margin: 0;
}
.page-header h1 {
  margin-top: 0;
}

.search-page,
.blog-wrap {
  padding: 80px 0;
}
.search-page .entry-title,
.blog-wrap .entry-title {
  font-size: 24px;
  margin-top: 0;
}
.search-page .post-loop,
.blog-wrap .post-loop {
  padding-right: 60px;
}

.search article,
.blog article {
  border-bottom: 1px solid #f0f0f0;
  padding: 50px 0;
}
.search article:first-child,
.blog article:first-child {
  padding-top: 0;
}
.search article:last-child,
.blog article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.search article .btn,
.blog article .btn {
  font-size: 14px;
}

.post-meta {
  color: #888383;
  font-size: 14px;
}
.post-meta span {
  border-right: 1px solid #888383;
  margin-right: 10px;
  padding-right: 10px;
}
.post-meta span:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

#comments {
  margin-top: 50px;
}

footer.comment-meta {
  background: transparent;
  padding-top: 0;
}

ol.comment-list {
  background: #fbfbfb;
  padding: 40px;
}

ol.children {
  border-left: 3px solid #91C748;
  margin: 20px 30px;
}

.comment-list article {
  border-bottom: 1px solid #dedede;
  padding: 30px 0;
}

h2.comments-title {
  font-size: 24px;
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar ul a {
  color: #454545;
}
#sidebar ul a:hover {
  color: #91C748;
}
#sidebar .widget {
  border-bottom: 1px solid #f0f0f0;
  padding: 30px 0;
}
#sidebar .widget:first-child {
  padding-top: 0;
}
#sidebar .widget:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#sidebar .widget-title {
  font-size: 20px;
  margin-top: 0;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: table;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments input {
  display: block;
  width: 100%;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
footer {
  background: #7AC143;
  float: left;
  padding: 40px 0;
  width: 100%;
}
footer .footernav {
  text-align: center;
}
footer .footernav ul {
  margin-bottom: 50px;
}
footer .footernav ul li {
  display: inline-block;
  list-style: none;
  text-transform: uppercase;
}
footer .footernav ul li:not(:last-child) {
  margin-right: 45px;
}
footer .footernav ul li a {
  color: #fff;
  font-size: 14px;
}
footer .footernav ul li a:hover {
  color: #8B8B8B;
}
footer .social-links {
  text-align: center;
}
footer .social-links ul {
  margin-bottom: 50px;
}
footer .social-links ul li {
  display: inline-block;
  list-style: none;
  text-transform: uppercase;
}
footer .social-links ul li:not(:last-child) {
  margin-right: 20px;
}
footer .privacy {
  text-align: center;
}
footer .privacy ul {
  margin: 0;
}
footer .privacy ul li {
  border-right: 1px solid #fff;
  display: inline-block;
  list-style: none;
  padding: 0 30px;
}
footer .privacy ul li:last-child {
  border-right: 0;
  padding-right: 0;
}
footer .privacy ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
footer .privacy ul li a:hover {
  color: #8B8B8B;
}

@media screen and (max-width: 480px) {
  .social-links img {
    width: 50px;
  }

  .privacy ul li {
    border-right: 0 !important;
    display: block !important;
    padding: 0 !important;
  }

  #slider .slide-content {
    display: none;
  }
  #slider .slide-button {
    bottom: 40%;
  }
}
@media screen and (max-width: 767px) {
  #video-section iframe {
    height: 300px;
  }

  .owl-theme .owl-controls .owl-page span {
    height: 10px;
    margin: 5px;
    width: 10px;
  }

  p {
    font-size: 14px;
  }

  #slider h1 {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    width: 100%;
  }
  #slider ul.list li {
    min-height: 250px;
  }
  #slider .owl-theme .owl-controls {
    bottom: 2%;
  }

  .introduction .content {
    width: 100%;
  }

  .section1 .container {
    padding: 0;
  }

  #our-team .container {
    padding: 0;
  }
  #our-team ul {
    padding: 0;
  }
  #our-team .modal-body .image {
    display: inline-block;
    padding: 0 2%;
    vertical-align: top;
    width: 48%;
  }
  #our-team .modal-body .links {
    display: inline-block;
    padding: 0 2%;
    vertical-align: top;
    width: 48%;
  }
  #our-team .modal-content .team-content {
    height: 300px;
    margin-top: 20px;
  }

  .item {
    padding: 0;
    position: relative;
  }
  .item .item-cell {
    display: block;
    left: 0;
    min-height: 100%;
    vertical-align: middle;
    width: 100%;
  }
  .item .item-cell ul {
    padding-left: 15px;
  }
  .item .item-cell li {
    background: none;
    font-size: 14px;
    line-height: 30px;
    list-style: inherit;
    margin-bottom: 0;
    padding-left: 0;
  }
  .item .desc {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    top: 0;
    height: 100%;
    padding: 0;
    position: absolute;
  }
  .item .desc h3 {
    color: #ffffff;
    font-size: 18px;
  }
  .item .desc .content {
    bottom: 10%;
    color: #ffffff;
    font-weight: 100;
    padding: 0 20px;
    transform: none;
    top: inherit;
  }
  .item .f-image {
    min-height: 350px;
  }

  #pricing ul.list {
    padding: 0;
  }
  #pricing ul.list li {
    border-left: 0;
    min-height: auto !important;
    height: auto !important;
    padding: 15px 0;
  }
  #pricing ul.list li:nth-last-child(-n+3) {
    border-bottom: 1px solid #979797 !important;
  }
  #pricing ul.list li:nth-child(4n) {
    border-bottom: 1px solid #979797 !important;
  }
  #pricing ul.list li:last-child {
    border-bottom: 0 !important;
  }
  #pricing ul.list .desc-content {
    padding: 0;
    position: static;
    transform: none;
  }
  #pricing ul.list .desc-content span {
    font-size: 14px;
    padding: 0;
  }

  #our-team .team-listings h5 {
    font-size: 18px;
  }
  #our-team .team-listings h6 {
    font-size: 14px;
  }

  #book {
    padding: 75px 0;
  }

  #hours .desc {
    width: 100%;
  }

  #book h5, #book a {
    font-size: 15px;
  }
  #book h5 {
    line-height: 20px;
  }
  #book .section6-content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 992px) {
  #expect ul.types li {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    min-height: auto;
  }

  .modal .modal-dialog {
    width: 90%;
  }

  .site-header .head-text {
    display: none;
  }

  #pricing ul.list li {
    min-height: 413px;
  }

  #timetable {
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    padding-top: 20px;
  }

  .timetable-cell {
    display: block;
  }
  .timetable-cell .day {
    border: 0;
    padding: 0;
  }
  .timetable-cell .table-content {
    border: 0;
    padding: 10px 0;
  }

  .other-services .other-cell {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .site-header .menu-logo {
    height: 70px;
    padding: 15px 0;
  }
  .site-header .menu-logo img {
    width: 140px;
  }
}
