/*
Theme Name: katelee
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: katelee
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.

katelee is based on Underscores http://underscores.me/, (C) 2012-2016 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
    font-family: FuturaStd-Light;
    src: url(fonts/futura/FuturaStd-Light.otf);
}

@font-face {
    font-family: FuturaStd-Medium;
    src: url(fonts/futura/FuturaStd-Medium.otf);
}

@font-face {
    font-family: FuturaStd-Book;
    src: url(fonts/futura/FuturaStd-Book.otf);
}

@font-face {
    font-family: FuturaStd-Heavy;
    src: url(fonts/futura/FuturaStd-Heavy.otf);
}


@font-face {
    font-family: 'icomoon';
    src:    url('css/icomoon/icomoon.eot?q4kr5d');
    src:    url('css/icomoon/icomoon.eot?q4kr5d#iefix') format('embedded-opentype'),
        url('css/icomoon/icomoon.ttf?q4kr5d') format('truetype'),
        url('css/icomoon/icomoon.woff?q4kr5d') format('woff'),
        url('css/icomoon/icomoon.svg?q4kr5d#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-mouse:before {
    content: "\e905";
}
.icon-social-facebook:before {
    content: "\e901";
}
.icon-chevron-right:before {
    content: "\e903";
}
.icon-chevron-left:before {
    content: "\e902";
}
.icon-instagram:before {
    content: "\e900";
}
.icon-chevron-up:before {
    content: "\e904";
}

.scroll-to-top {
	position: fixed;
	bottom: 80px;
    right: 30px;
    display: none;
}

.scroll-to-top .icon-chevron-up {
	padding: 15px;
    border: 1px solid #988866;
    cursor: pointer;
    display: block;
    background-color: rgba(255,255,255,0.5);
}

.scroll-to-top .icon-chevron-up:before {
    font-size: 30px;
    color: #988866;
    
}

body,
button,
input,
select,
textarea {
	color: #656565;
	font-family: FuturaStd-Medium, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: FuturaStd-Medium, sans-serif;
}

p {
	margin-bottom: 1.5em;
}

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:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 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"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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 #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

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;
}

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"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-branding {
    position: absolute;
    z-index: 101;
    top: 15px;
    left: 40px;
    max-width: 200px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: #746951;
	color: #fff;
	margin-bottom: 400px;
	position: relative;
	z-index: 101;
}

.site-info {
	max-width: 1580px;
	padding: 95px 15px 80px;
	margin: 0 auto;	
}

.site-info .footer-title {
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 25px;
}

.site-info table {
	width: 70%;
}

.site-info table td {
	padding: 5px 0;
}

.footer-form p {
	line-height: 1;
	margin: 0 0 40px;
}

.footer-form span {
	display: block;
}

.footer-form input,
.footer-form input:active,
.footer-form input:focus,
.footer-form textarea:active,
.footer-form textarea:focus,
.footer-form textarea {
    border-radius: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #988866;
    outline: none;
    width: 100%;
    color: #fff;
}

.footer-form textarea,
.footer-form textarea:active,
.footer-form textarea:focus {
    border-top: 1px solid #988866;
    height: 50px;
    margin-top: 30px;
}

input.wpcf7-form-control.wpcf7-submit {
    color: #746951;
    text-shadow: none;
    box-shadow: none;
    background: #c1b7a3;
    font-size: 14px;
    padding: 16px;
    line-height: 1;
    font-family: FuturaStd-Book, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    width: 120px;
	-webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    transition: all 350ms ease;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    color: #c1b7a3;
    background: #746951;
}

.footer-map {
	height: 400px;
	background-color: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%
}

#wpgmza_map {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .6;
}

.social-network a.social {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    border: 1px solid #fff;
    padding: 6px 7px;
    margin-right: 16px;
    margin-top: 35px;
}

.social-network a.social.insta {
    font-size: 18px;
    padding: 8px 8px 7px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	-webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    transition: all 350ms ease;
}

a:hover,
a:focus,
a:active {
	outline: 0;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	position: absolute;
	z-index: 1000;
	right: 100px;
	top: 60px;
	display: none;
	background: rgba(255,255,255,.6);
	padding-left: 15px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
    padding: 0;
}

.main-navigation ul li {
	display: inline-block;
	margin-right: 10px;
}

.main-navigation ul li a {
	color: #988866;
	font-family: FuturaStd-Medium, sans-serif;
	font-size: 19px;
    padding: 5px;
    text-decoration: none;
    display: inline-block;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* Hamburger menu */

.nav-icon {
	position: absolute;
    right: 40px;
    top: 57px;
    z-index: 1000;
    cursor: pointer;
}

.top-animate {
  background: #988866 !important;
  top: 12px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mid-animate {
  opacity: 0;
}

.bottom-animate {
  background: #988866 !important;
  top: 12px !important;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.top-menu {
  top: 5px;
  width: 35px;
  height: 3px;
  border-radius: 10px;
  background-color: #988866;
}

.mid-menu {
  top: 13px;
  width: 35px;
  height: 3px;
  border-radius: 10px;
  background-color: #988866;
}

.bottom-menu {
  top: 21px;
  width: 35px;
  height: 3px;
  border-radius: 10px;
  background-color: #988866;
}

.menui {
  background: #988866;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  margin-top: 10px;
  position: absolute;
}

.icon {
  z-index: 999;
  display: block;
  padding: 9px;
  height: 50px;
  width: 55px;
  margin: 0px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#content {
	position: relative;
	z-index: 10;
	background-color: #fff;
}

@media (min-width: 1200px) {
	.container {
	    width: 1156px;
	}
}

h2.section-title {
    margin: 0;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 400;
    color: #333333;
}

h2.section-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background-color: #988866;
    margin-top: 10px;
}

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
#acf-bootstrap-carousel .carousel-inner > .item {
	height: 52vw;
    max-height: 980px;
}

#acf-bootstrap-carousel .carousel-caption-wrapper {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

#acf-bootstrap-carousel .carousel-caption-wrapper h3.caption-title {
	margin: 0;
	font-size: 75px;
	color: #988866;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 400;
}

#acf-bootstrap-carousel .carousel-caption-wrapper span.caption-text {
	color: #988866;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 1;
	display: inline-block;
	margin-bottom: 10px;
}

#acf-bootstrap-carousel .carousel-caption-wrapper a.read-more {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1;
	width: 160px;
	padding: 18px 0;
	display: inline-block;
	background-color: #988866;
	border: 1px solid #988866;
	margin-top: 80px;
}

#acf-bootstrap-carousel .carousel-caption-wrapper a.read-more:hover {
	color: #988866 !important;
	background-color: #fff !important;
}

#acf-bootstrap-carousel .carousel-control {
    top: 50%;
    bottom: auto;
    width: auto;
    left: 15px;
    opacity: 1;
    filter: initial;
    text-shadow: none;
    background: none;
    color: #988866;
    line-height: 1;
    display: block;
    background-color: #f5f5f5;
}

#acf-bootstrap-carousel .carousel-control.right {
	right: 15px;
	left: auto;
}

#acf-bootstrap-carousel .carousel-control span {
    display: block;
    padding: 12px;
}

#acf-bootstrap-carousel span.icon-mouse {
    font-size: 35px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
}

/*about-us*/
.about-us {
	padding-top: 150px;
	position: relative;
}

.about-us:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background-image: url(images/lines2.png);
	background-position: left bottom;
}

.about-us .about-first-row .container {
	margin-top: -25px;	
}

.about-us .about-second-row {
	position: relative;
}

.about-us-info {
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}

.about-first-row:hover .about-us-info {
	-webkit-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-ms-transform: translateX(40px);
	transform: translateX(40px);
}

.about-us-image {
	padding-right: 0;
}

.about-us-image img {
	display: block;
	width: 100%;
}

.testimonials {
	position: relative;
	height: 456px;
}

.testimonials:focus {
	outline: none;
}

.about-us-blockquote>a {
	display: block;
    position: absolute;
    top: 50%;
    bottom: auto;
    width: auto;
    left: 20px;
    opacity: 0;
    color: #000;
    cursor: pointer;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.about-us-blockquote>a.right {
	left: auto;
	right: 20px;
}

.about-us-blockquote>a span {
	font-size: 30px;
    display: block;
    margin-top: 0;
    padding: 10px;
}

.about-us-blockquote:hover>a {
	opacity: 1;
}

.about-us-blockquote {
    position: absolute;
    background-color: #e0dbd1;
    color: #000;
    font-size: 27px;
    font-style: italic;
    right: 0;
    bottom: 0;
    top: 0;    
}

.about-us-blockquote .about-us-blockquote-container {
	position: relative;
	padding: 0 130px;
	top: 50%;
	width: 100%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}

.about-second-row:hover .about-us-blockquote .about-us-blockquote-container {
	line-height: 1.85;
}

.about-us-blockquote p {
    margin: 0;
}

.about-us-blockquote span {
    font-size: 16px;
    display: block;
    text-align: right;
    line-height: 1;
    margin-top: 60px;
}

/*our-team*/
.our-team {
	padding-top: 95px;
	padding-bottom: 80px;
}

.our-team h2.section-title {
	text-align: center;
	margin-bottom: 70px;
}

.our-team h2.section-title:after {
	margin-left: auto;
	margin-right: auto;
}

.our-team .our-team-single {
	text-align: center;
	padding: 0;
}

.our-team .our-team-single img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.our-team .our-team-image {
	overflow: hidden;
}

.our-team .our-team-image:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.our-team-single h3 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 30px 0 10px;
	color: #333333;
	line-height: 1;
}

.our-team-single span {
	color: #988866;
	text-transform: uppercase;
	line-height: 1;
}

/*mailchimp*/
.newsletter {
	background-color: #e0dbd1;
	padding: 40px 0;
}

#mc_embed_signup_scroll {
	position: relative;
}

#mc_embed_signup_scroll input.email {
	width: 66.7%;
	display: block;
	color: #333333;
	outline: none;
	border-radius: 0;
	border: 1px solid #fff;
	padding: 14px;
	background-color: transparent;
}

#mc_embed_signup_scroll input.email::-webkit-input-placeholder {
   color: #333333;
   text-transform: uppercase;
}

#mc_embed_signup_scroll input.email:-moz-placeholder { /* Firefox 18- */
   color: #333333; 
   text-transform: uppercase; 
}

#mc_embed_signup_scroll input.email::-moz-placeholder {  /* Firefox 19+ */
   color: #333333; 
   text-transform: uppercase; 
}

#mc_embed_signup_scroll input.email:-ms-input-placeholder {  
   color: #333333;  
   text-transform: uppercase;
}

#mc_embed_signup_scroll #mc-embedded-subscribe {
    position: absolute;
    left: 68%;
    top: 0;
    background: #988866;
    box-shadow: none;
    text-shadow: none;
    outline: none;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    width: 17%;
    padding: 9px 0 10px;
    margin: 0;
    height: auto;
    display: block;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    transition: all 350ms ease;
}

#mc_embed_signup_scroll #mc-embedded-subscribe:hover {
    background: #fff;
    color: #988866;
}

/**/
.social-network a.social {
	-webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    transition: all 350ms ease;
}

.social-network a.social:hover {
	color: #746951;
	background-color: #fff;
}

.appointment-section {
    height: 30vw;
    max-height: 450px;
    background-image: url(images/appointment-bg.jpg);
    background-repeat: no-repeat;
	width: 100%;
	background-position: 50% 77px;
	background-color: #cbc3b2;
	background-size: cover;
	position: relative;
}

.appointment-section .book-appointment {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	width: 100%;
    margin: 0 auto;
    text-align: center;
}

.appointment-section .book-appointment a {
	color: #fff;
	font-size: 46px;
	font-family: FuturaStd-Medium, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 20px 25px;
	border: 3px solid #fff;
}

.appointment-section .book-appointment a:hover {
	text-decoration: none;
}

.page-section h3.section-title {
	text-align: center;
	color: #333;
	font-family: FuturaStd-Medium, sans-serif;
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase; 
}

.page-section h3.section-title:after {
    content: "";
    width: 50px;
    height: 1px;
    background: #988866;
    display: block;
    margin: 25px auto 30px;
 }

.services-section {
 	padding: 80px 0;
 }

.services-section .services-content {
	height: 750px;
	position: relative;
	margin-top: 60px;
}

.services-section .services-bg {
    background: url(images/services-bg.jpg) no-repeat -70px center;
    height: 100%;
}

.services-section .services-list {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

 .services-section .services-list ul {
 	margin: 0;
 	padding: 0;
 	max-width: 500px;
 }

.services-section .services-list ul li {
	list-style: none;
	color: #333;
	font-family: FuturaStd-Medium, sans-serif;
	font-size: 24px;
	text-transform: uppercase; 
	border-bottom: 1px solid #e0dbd1;
	padding: 15px 0 15px 20px;
}

.services-section .services-list ul li:last-child {
	border-bottom: none;
}

.statistics-section {
	padding: 150px 0 70px;
	background: url(images/lines.png) repeat-x center center;
	background-size: 180px 200px;
}

.statistics-section .statistics-content div {
	text-align: center;
}

.statistics-section .statistics-content p {
	color: #333;
	font-family: FuturaStd-Medium, sans-serif;
	font-size: 24px;
}

.statistics-section .statistics-content p.statistics-number {
	color: #988866;
	font-size: 80px;
	margin: 0;
    line-height: 1;
    margin: 15px 0 0;
}

.section-gallery {
	outline: none;
}

.section-gallery .gallery-list {
	padding: 30px 0;
}

.section-gallery .image-wrapper {
    padding: 0;
    overflow: hidden;
    float: left;
}

.section-gallery .image-wrapper a {
    display: block;
}

.section-gallery .image-wrapper img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
}

.section-gallery .image-wrapper:hover img {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
}

.voucher-section {
	background: url(images/lines.png) repeat center center;
	padding: 80px 0;
}

.voucher-section .voucher-wrapper {
	width: 80%;
    margin: 0 auto;
}

.voucher-section img {
	margin: 0 auto;
	box-shadow: 11px 11px 25px rgba(0,0,0,0.3);
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.services-section .services-list ul li {
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    transition: all 350ms ease;
}

.services-section .services-list ul li:hover {
    padding-left: 40px;
}


.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;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	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;
}


/**********
Responsive****/

@media screen and (max-width: 1199px) {

	.site-branding {
	    max-width: 90px;
	}

	.appointment-section .book-appointment a {
	    font-size: 33px;
	}

	.services-section .services-list ul li {
	    font-size: 20px;
	    padding: 12px 0 12px 20px;
	}

	.statistics-section {
	    padding: 120px 0 50px;
	}

	.statistics-section .statistics-content p {
	    font-size: 20px;
	}

	.statistics-section .statistics-content p.statistics-number {
	    font-size: 70px;
	}

	.voucher-section .voucher-wrapper {
	    width: 65%;
	}

	.about-us-info {
	    padding-top: 0;
	    padding-bottom: 0;
	}

	.about-us-info p {
		margin-bottom: 15px
	}

	.about-us-blockquote .about-us-blockquote-container {
	    padding: 0 50px;
	}

	.about-us-blockquote .about-us-blockquote-container p {
	    font-size: 17px;
	}

	.site-info table {
	    width: 100%;
	}

	.nav-icon {
	    right: 10px;
	    top: 17px;
	    z-index: 10000;
	    position: fixed;
	}

	.main-navigation {
	    top: 20px;
	    right: 70px;
	}

}

@media screen and (max-width: 991px) {

	#acf-bootstrap-carousel .carousel-caption-wrapper h3.caption-title {
	    font-size: 38px;
	}

	#acf-bootstrap-carousel .carousel-caption-wrapper a.read-more {
		margin-top: 50px;
	}

	.main-navigation {
	    right: 0;
	    top: 0;
	    bottom: 0;
	    text-align: right;
	    background-color: rgba(255, 255, 255, 0.9);
	    padding: 60px 15px 0;
	    left: 0;
	    border: 1px solid #988866;
	    position: fixed;
	    z-index: 1000;
	}

	.main-navigation ul li {
		display: block;
		margin-right: 0;
		text-align: center;
	}

	.main-navigation ul li a {
		font-size: 17px;
		padding: 15px 0;
	}
 
	.nav-icon {
		top: 7px;
	}

	.icon {
	    width: 43px;
	}

	.top-menu,
	.mid-menu,
	.bottom-menu {
	  width: 30px;
	  height: 2px;
	}

	.mid-menu {
	  top: 10px;
	}

	.bottom-menu {
	  top: 15px;
	}

	.appointment-section .book-appointment a {
	    font-size: 29px;
	    padding: 13px 25px;
	}

	.services-section .services-bg {
	    background-position: center center;
	}

	.services-section .services-content {
		margin-top: 30px;
	}

	.about-us {
	    padding-top: 50px;	
	}

	.about-us-image {
	    max-width: 450px;
    	margin: 20px auto;
	}

	.about-us-info {
	    float: none !important;
	}

	.about-first-row:hover .about-us-info {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.testimonials {
	    height: auto;
	}

	.about-us-blockquote {
	    position: static;
	}

	.about-us-blockquote>a {
		display: none;
	}

	.about-us-blockquote .about-us-blockquote-container {
	    position: static;
	    padding: 60px 50px;
	    -webkit-transform: none;
	    -moz-transform: none;
	    -ms-transform: none;
	    transform: none;
	}

	.about-us-blockquote p {
	    font-size: 20px;
	}

	.about-us-blockquote span {
	    margin-top: 40px;
	}

	.our-team {
	    padding-top: 50px;
	    padding-bottom: 60px;
	}

	.statistics-section {
	    padding: 80px 0 0;
	}

	.site-footer {
	    margin-bottom: 300px;
	}

	.site-info {
	    padding: 50px 15px 50px;
	}

	.site-info table {
	    max-width: 400px;
	}

	.services-section {
	    padding: 30px 0;
	}

	.footer-form p {
	    margin: 0 0 20px;
	}

	.footer-map {
	    height: 300px;
	}

	.social-network {
		margin-bottom: 30px;
	}


}

@media screen and (max-width: 767px) {	

	.scroll-to-top .icon-chevron-up {
	    padding: 10px;
	}

	.scroll-to-top {
	    right: 15px;
	}

	#acf-bootstrap-carousel .carousel-caption-wrapper {
	    top: 55%;
	}

	#acf-bootstrap-carousel .carousel-caption-wrapper h3.caption-title {
	    font-size: 30px;
	    margin-top: 15px;
	}

	#acf-bootstrap-carousel .carousel-caption-wrapper a.read-more {
	    margin-top: 33px;
	    padding: 14px 0;
	}

	#acf-bootstrap-carousel span.icon-mouse {
	    display: none;
	}

	.services-section {
	 	padding: 20px 0;
	}

	.services-section .services-content {
		margin-top: 10px;
	}

	.our-team {
	    padding-bottom: 30px;
	}

	.our-team h2.section-title {
	    margin-bottom: 40px;
	}

	.our-team .our-team-single {
	    max-width: 450px;
	    margin: 0 auto 30px;
	    padding: 0;
	}

	.appointment-section .book-appointment a {
	    font-size: 20px;
	    padding: 8px 22px;
	}

	.services-section .services-bg {
    	min-height: 370px;
	}

	.services-section .services-content {
		height: auto;
	}

	.services-section .services-bg {
	    min-height: 500px;
	    background-size: contain;
	}

	.services-section .services-list {
	    position: static;
	    transform: none;
	    -webkit-transform: none; 
	    -moz-transform: none;
	    -ms-transform: none;
	    -o-transform: none;
	    text-align: center;
	    max-width: 400px;
	    margin: 50px auto 0;
	}

	.services-section .services-list ul li {
	    padding-left: 0;
	}

	.statistics-section {
	    padding: 60px 0 30px;
	}

	.statistics-section .statistics-content p.statistics-number {
	    font-size: 60px;
	}

	.statistics-section .statistics-content p {
	    font-size: 17px;
	}

	.statistics-section .statistics-content img {
		max-width: 70px;
	}

}

@media screen and (max-width: 600px) {

	.site-branding {
	    max-width: 60px;
	    left: 10px;
	}

	#acf-bootstrap-carousel .carousel-caption-wrapper {
	    top: 45%;
	    -webkit-transform: none;
	    -moz-transform: none;
	    -ms-transform: none;
	    transfornone;
	}

	#acf-bootstrap-carousel .carousel-control span {
	    padding: 6px;
	}

	#acf-bootstrap-carousel .carousel-caption-wrapper span.caption-text {
	    font-size: 13px;
	}

	#acf-bootstrap-carousel .carousel-caption-wrapper span.caption-text:after {
	    margin: 8px auto 8px;
	}

	#acf-bootstrap-carousel .carousel-caption-wrapper h3.caption-title {
	    font-size: 14px;
	    margin: 0 auto;
	}

	#acf-bootstrap-carousel .carousel-caption-wrapper a.read-more {
	    margin-top: 10px;
	    padding: 7px 0;
	    font-size: 12px;
	    width: 120px;
	}

	.page-section h3.section-title,
	.page-section h2.section-title {
	    font-size: 28px;
	}

	.about-us-image,
	.our-team .our-team-single {
	    max-width: 300px;
	}

	.about-us-blockquote .about-us-blockquote-container {
	    padding: 30px 15px;
	}

	.about-us-blockquote p {
	    font-size: 17px;
	}

	.about-us-blockquote span {
	    margin-top: 27px;
	}

	.services-section .services-bg {
	    min-height: 350px;
	}

	.services-section .services-list {
	    margin: 20px auto 0;
	}

	.services-section .services-list ul li {
	    font-size: 18px;
	    padding: 10px 0 10px 0;
	}

	.appointment-section .book-appointment a {
	    font-size: 16px;
	    padding: 8px 10px;
	}

	.statistics-section {
	    padding: 40px 0 10px;
	}

	.statistics-section .statistics-content p.statistics-number {
	    font-size: 53px;
	}

	.statistics-section .statistics-content div {
	    text-align: center;
	    height: 225px;
	}

	.voucher-section .voucher-wrapper {
	    width: 75%;
	}

	.site-footer {
	    margin-bottom: 250px;
	}

	.footer-map {
	    height: 250px;
	}

}
