/*!
Theme Name: theme54706
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: theme54706
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.

theme54706 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
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,700,800,600italic);
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;
  text-decoration: none;
  -webkit-transition: color, 0.4s;
  -o-transition: color, 0.4s;
  transition: color, 0.4s;
}

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

a:focus {
  text-decoration: none;
}

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

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

body {
  background: #333333;
  color: #555555;
  font: 400 15px/28px 'Open Sans', sans-serif;
  -webkit-text-size-adjust: none;
}

em {
  color: #00a99d;
}

p {
  margin: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #555555;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 28px;
}

h1, h2, h3, h4, h5, h6 {
  color: #222222;
  margin: 0;
}

h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

h2 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 4.5px;
}

h3 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

h4 {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
}

h5 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

h6 {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 2.2px;
}

p {
  margin-bottom: 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0;
}

address {
  margin: 0;
}

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: #333333;
  /* 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 {
  margin: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0;
}

.cherry-list.image-icon.index-list {
  counter-reset: li;
  overflow: hidden;
}

.cherry-list.image-icon.index-list li {
  position: relative;
  padding-left: 50px;
  box-sizing: border-box;
  float: left;
  width: 30%;
  margin-right: 4%;
}
@media (max-width: 767px) {
  .cherry-list.image-icon.index-list li {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .cherry-list.image-icon.index-list li {
    width: auto;
    margin: 0;
  }
}
.cherry-list.image-icon.index-list li:nth-child(3n) {
  margin-right: 0;
}
.cherry-list.image-icon.index-list li:nth-child(3n+1) {
  clear: both;
}
@media (max-width: 767px) {
  .cherry-list.image-icon.index-list li:nth-child(3n+1) {
    clear: none;
  }
  .cherry-list.image-icon.index-list li:nth-child(3n) {
    margin-right: 4%;
  }
  .cherry-list.image-icon.index-list li:nth-child(2n) {
    margin-right: 0;
  }
  .cherry-list.image-icon.index-list li:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 480px) {
  .cherry-list.image-icon.index-list li:nth-child(3n) {
    margin-right: 0;
  }
}

.cherry-list.image-icon.index-list li:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: counter(li,decimal) ".";
  counter-increment: li;
  font-size: 30px;
  letter-spacing: 4.5px;
  font-weight: 800;
}

.cherry-list.image-icon.index-list :nth-child(n + 4) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cherry-list.image-icon.index-list :nth-child(n + 4) {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .cherry-list.image-icon.index-list :nth-child(n + 3) {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .cherry-list.image-icon.index-list li {
    margin-top: 30px;
  }

  .cherry-list.image-icon.index-list li:first-child {
    margin-top: 0;
  }
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

dl dt {
  font-weight: bold;
  letter-spacing: 2.25px;
}

table {
  margin: 0;
  width: 100%;
}

/*========================================================
                     HEADER  Section
=========================================================*/
body:not(.home) .site-header {
  background-image: url(images/header_bg.jpg);
  background-size: cover;
  background-position: 50% 0;
}

header .site-branding {
  float: left;
}

header .camera_container + .stuck_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.logged-in header .camera_container + .stuck_container {
  top: 32px;
}

header .site-branding .brand_name {
  padding: 25px 0;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 8px;
  color: #ffffff;
}

header .site-branding .brand_name a {
  color: inherit;
}

header .site-branding .brand_name a:hover {
  color: inherit;
}

header .main-navigation {
  float: right;
  padding-top: 22px;
}

@media (max-width: 979px) {
  header {
    background-size: cover !important;
    text-align: center;
  }

  header .site-branding,
  header .main-navigation {
    float: none;
  }
}
/*==================     Brand     ======================*/
.site-branding {
  display: inline-block;
}

.site-branding {
  overflow: hidden;
}

.site-title {
  margin: 0;
}

/*==================  Stuck menu  ======================*/
.stuck_container {
  padding: 17px 0 20px;
}

.stuck_inner {
  background: rgba(34, 34, 34, 0.15);
  padding: 20px 0;
}

.isStuck {
  z-index: 999;
  padding: 0;
}

.isStuck .stuck_inner {
  background: rgba(34, 34, 34, 0.95);
  padding: 0;
}

.isStuck .site-branding img {
  width: auto;
  height: 60px;
  margin: 7px 0 6px 0;
}

.isStuck .sf-menu ul {
  margin-top: 23px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  background: #ffffff url("images/select.png") no-repeat right center;
  overflow: hidden;
}

.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px "Open Sans", sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}

.select-menu .select::-ms-expand {
  display: none;
}

@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }

  .select-menu .select {
    width: 290px;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
.site-content {
  background-color: #fff;
}
body.single .site-content, body.blog .site-content, body.error404 .site-content, body.archive .site-content, body.search .site-content, body.page-template-default .site-content {
  padding: 100px 0;
}
.site-content .widget-title {
  margin-bottom: 15px;
}
.site-content .widget ul {
  margin: 0;
  padding: 0;
}
.site-content .widget ul li:before {
  content: '\f105';
  font-family: FontAwesome;
  padding: 0 10px 0 0;
}

body.archive .page-header,
body.search .page-header {
  margin-bottom: 30px;
}
body.archive .entry-meta,
body.search .entry-meta {
  margin: 0 0 20px 0;
}
body.archive .post,
body.search .post {
  margin-bottom: 50px;
}

.entry-footer {
  padding: 20px 0;
}
.entry-footer span {
  display: inline-block;
  padding: 0 5px;
}

/*==================      Well     ======================*/
.well {
  padding-top: 99px;
  padding-bottom: 93px;
}

.well__01 {
  padding-top: 91px;
  padding-bottom: 91px;
}

.well__02 {
  padding-top: 60px;
  padding-bottom: 54px;
}
.well__02 h2:after {
  content: ". . .";
  display: block;
  letter-spacing: 2.3px;
  color: #a9a8a8;
}

.well__03 {
  padding-top: 71px;
  padding-bottom: 97px;
}
.well__03 h2:after {
  content: ". . .";
  display: block;
  letter-spacing: 2.3px;
  color: #a9a8a8;
}

.well__04 {
  padding-top: 80px;
  padding-bottom: 66px;
}
.well__04 h2:after {
  content: ". . .";
  display: block;
  letter-spacing: 2.3px;
  color: #a9a8a8;
}

.well__05 {
  padding-top: 99px;
  padding-bottom: 87px;
}

.well__06 {
  padding-top: 71px;
  padding-bottom: 51px;
}
.well__06 h2 {
  margin-bottom: 40px;
}

.well__07 {
  padding-top: 80px;
  padding-bottom: 19px;
}

.well__08 {
  padding-top: 99px;
  padding-bottom: 111px;
}

.well__09 {
  padding-top: 70px;
  padding-bottom: 58px;
}
.well__09 h2:after {
  content: ". . .";
  display: block;
  letter-spacing: 2.3px;
  color: #a9a8a8;
}

.well__10 {
  padding-top: 99px;
  padding-bottom: 81px;
}
.well__10 h2 {
  margin-bottom: 40px;
}

.well__11 {
  padding-top: 99px;
  padding-bottom: 91px;
}

.well__12 {
  padding-top: 71px;
  padding-bottom: 93px;
}
.well__12 h2 {
  margin-bottom: 51px;
}

.well__13 {
  padding-top: 74px;
  padding-bottom: 87px;
}
.well__13 h2 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .well__13 h2 {
    margin-bottom: 20px;
  }
}

.well__14 {
  padding-top: 83px;
  padding-bottom: 91px;
}
.well__14 h2 {
  margin-bottom: 40px;
}

.well__15 {
  padding-top: 72px;
  padding-bottom: 79px;
}
.well__15 h2 {
  margin-bottom: 51px;
}
@media (max-width: 767px) {
  .well__15 h2 {
    margin-bottom: 0;
  }
}
.well__15 p {
  margin-top: 25px;
}
.well__15 .cherry-btn-link {
  color: #fff;
}
.well__15 .cherry-btn-link:hover {
  color: #00a99d;
}

@media (max-width: 767px) {
  .well {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  text-align: center;
  padding: 63px 0 63px;
}
footer .widget {
  margin-bottom: 0;
}

footer address {
  display: inline-block;
  font-weight: 800;
  font-size: 30px;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 6px;
  padding: 6px 27px 13px;
  color: #ffffff;
  background-color: #00a99d;
}

@media only screen and (max-width: 1199px) {
  footer address {
    padding: 8px 20px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  footer address {
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  footer address {
    font-size: 16px;
  }
}
footer .socials {
  display: inline-block;
  padding: 0;
}

footer .socials li + li {
  margin-left: 75px;
}

footer .socials a {
  color: #ffffff;
}

footer .socials a:hover {
  color: #00a99d;
}

footer .copyright {
  font-weight: bold;
  color: #888888;
  letter-spacing: 3.7px;
}

footer .copyright a {
  color: inherit;
}

footer .copyright a:hover {
  color: #ffffff;
}

* + address {
  margin-top: 47px;
}

* + .copyright {
  margin-top: 50px;
}

/*=======================================================
                       Main Layout
=========================================================*/
* + h1 {
  margin-top: 40px;
}

* + h2 {
  margin-top: 40px;
}

* + h3 {
  margin-top: 40px;
}

* + h4 {
  margin-top: 40px;
}

* + h5 {
  margin-top: 40px;
}

* + h6 {
  margin-top: 33px;
}

* + p {
  margin-top: 39px;
}

* + table {
  margin-top: 45px;
}

* + cite {
  margin-top: 9px;
}

* + .btn {
  margin-top: 18px;
}

* + .map {
  margin-top: 51px;
}

h2 + * {
  margin-top: 40px;
}

h2 + p {
  margin-top: 39px;
}

h2 + .row {
  margin-top: 40px;
}

h2 + .owl-carousel {
  margin-top: 53px;
}

h2 + .owl-carousel-03 {
  margin-top: 63px;
}

h2 + .contact-form {
  margin-top: 51px;
}

.offset2 {
  margin-top: 6px;
}

* + time {
  margin-top: 27px;
}

h6 + time {
  margin-top: 5px;
}

h6 + p {
  margin-top: 6px;
}

time + p {
  margin-top: 8px;
}

dd + dt {
  margin-top: 30px;
}

dl + a {
  margin-top: 28px;
}

.icon + * {
  margin-top: 31px;
}

.row + .row {
  margin-top: 34px;
}

blockquote + p {
  margin-top: 9px;
}

.img + p {
  margin-top: 25px;
}

.map + * {
  margin-top: 44px;
}

/*=======================================================
                        Components
=========================================================*/
@media (max-width: 767px) {
  .wpcf7-form .row + .row, .wpcf7-form [class*="col-"] + [class*="col-"] {
    margin-top: 0;
  }
}
.wpcf7-form p.field {
  margin: 0 0 15px 0;
}
.wpcf7-form p.field input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 31px;
  padding: 2.5px 15px 2.5px;
  color: #555555;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0;
  width: 100%;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  height: 36px;
  margin: 0;
}
.wpcf7-form p.field input::-webkit-input-placeholder {
  color: #555555;
}
.wpcf7-form p.field input:-moz-placeholder {
  color: #555555;
}
.wpcf7-form p.field input:-ms-input-placeholder {
  color: #555555;
}
.wpcf7-form textarea {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 31px;
  padding: 2.5px 15px 2.5px;
  color: #555555;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0;
  width: 100%;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  resize: none;
  height: 138px;
  overflow: auto;
}
.wpcf7-form textarea::-webkit-input-placeholder {
  color: #555555;
}
.wpcf7-form textarea:-moz-placeholder {
  color: #555555;
}
.wpcf7-form textarea:-ms-input-placeholder {
  color: #555555;
}
.wpcf7-form .submit-wrap {
  clear: both;
  text-align: right;
}
@media (max-width: 767px) {
  .wpcf7-form .submit-wrap {
    padding-top: 15px;
  }
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 2.5px 15px 2.5px;
  height: 36px;
  background-color: #fff;
}

div.wpcf7-validation-errors {
  clear: both;
  margin: 0 15px;
  position: relative;
  top: 15px;
}

.address {
  font-weight: 600;
  letter-spacing: 2.25px;
  margin-top: 44px;
  vertical-align: baseline;
}
.address p {
  margin: 0;
  padding: 20px 0 0 0;
}
.address .cherry-icon {
  color: #00a99d;
}
.address a {
  color: #222222;
}
.address a:hover {
  color: #00a99d;
}

/*=====================  Parallax    ======================*/
.parallax-box {
  color: #fff;
  margin-left: -15px;
  margin-right: -15px;
}

.parallax-box h1,
.parallax-box h2,
.parallax-box h3,
.parallax-box h4,
.parallax-box h5,
.parallax-box h6 {
  color: #ffffff;
}

@media (max-width: 767px) {
  .parallax-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.icon {
  display: block;
  font-size: 30px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.inline-list:before,
.inline-list:after {
  content: " ";
  display: table;
}

.inline-list:after {
  clear: both;
}

.inline-list li {
  float: left;
}

/*==================     Icons     ======================*/
.icon {
  display: block;
  font-size: 30px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*==================     Table     ======================*/
.table {
  width: 100%;
}

.table td,
.table th {
  padding: 11px 0;
  border: 1px solid #d2d2d2;
  text-align: center;
  line-height: 18px;
  vertical-align: middle;
}

.table tr:first-child th,
.table tr:first-child td {
  width: 2%;
}

.table th {
  font-weight: bold;
  letter-spacing: 2.7px;
  padding: 16px 0;
}

@media only screen and (max-width: 540px) {
  .table {
    display: none;
  }
}
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}

.box:after {
  clear: both;
}

.box_aside {
  float: left;
}

.box_cnt__no-flow {
  overflow: hidden;
}

.box1 {
  padding: 38px 100px 41px;
  text-align: center;
  background: rgba(34, 34, 34, 0.6);
  box-sizing: border-box;
}

.lt-ie9 .box1 {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99222222', endColorstr='#99222222');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99222222', endColorstr='#99222222');
  zoom: 1;
}

.box1 * + p {
  margin-top: 16px;
}

.box1 p:last-child {
  margin-bottom: 0;
}

.box1 strong {
  color: #00a99d !important;
  font-weight: normal;
  display: block;
  margin-top: 27px;
}

@media only screen and (max-width: 1199px) {
  .box1 {
    padding: 35px 80px;
  }
}
@media only screen and (max-width: 767px) {
  .box1 {
    padding: 30px 40px;
  }
}
@media (max-width: 320px) {
  .box1 {
    padding: 20px;
  }
}
.box2 {
  padding: 0 0 23px;
}

.box2 * + p {
  margin-top: 5px;
}

.box2 p + p {
  margin-top: 8px;
}

.box2 .img {
  border: 5px solid transparent;
  box-sizing: border-box;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.box2:hover .img {
  border-color: #ebeaea;
}

.box2.decorated-block:hover:after {
  background-color: #00a99d;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.box3 .icon {
  position: absolute;
  top: 25px;
  left: 20px;
  color: #a9a8a8;
}

.box3 .icon + * {
  margin-top: 0;
}

.box3_content {
  padding: 22px 0 0 98px;
  position: relative;
}
.box3_content:before {
  font-family: FontAwesome;
  font-size: 30px;
  position: absolute;
  top: 25px;
  left: 20px;
  color: #a9a8a8;
}
@media (max-width: 479px) {
  .box3_content:before {
    position: relative;
    top: 0;
    left: 0;
  }
}

.box3 time + p {
  margin-top: 7px;
}

@media only screen and (max-width: 479px) {
  .box3 .icon {
    position: static;
  }

  .box3 .icon + * {
    margin-top: 20px;
  }

  .box3_content {
    padding-left: 0;
  }
}
.box3:hover .icon {
  color: #00a99d;
}

.box4 h2 + .row {
  margin-top: 51px;
}

.box5 h2 + .row {
  margin-top: 62px;
}

.box5 .row + .row {
  margin-top: 30px;
}

.box6 {
  letter-spacing: 2.25px;
}

.box6 .icon {
  margin-right: 27px;
  font-size: 66px;
  line-height: 27px;
  color: #00a99d;
  position: relative;
}

.box6 .icon.fa-mobile {
  top: 6px;
  font-size: 86px;
}

.box6 .icon.fa-map-marker {
  top: 10px;
  font-size: 79px;
}

.box6 .box_cnt__no-flow {
  font-weight: 600;
}

.box6 .box_cnt__no-flow a {
  color: #222222;
}

.box6 .box_cnt__no-flow a:hover {
  color: #00a99d;
}

.box6 address {
  padding-right: 30px;
}

@media only screen and (max-width: 1199px) {
  .box6 {
    text-align: center;
  }

  .box6 .box_aside {
    float: none;
  }

  .box6 .icon {
    top: 0;
    margin-right: 0;
    margin-bottom: 35px;
  }

  .box6 address {
    padding-right: 0;
  }
}
.box7 .row + .row {
  margin-top: 49px;
}

.box7 h2 + .row {
  margin-top: 50px;
}

.box8 h2 + .row {
  margin-top: 65px;
}

.box8 .cherry-swiper-carousel {
  margin-bottom: 0;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 45px;
  height: 45px;
  font-size: 28px;
  line-height: 40px;
  color: #fff;
  background: #00a99d;
  border-radius: 50%;
  position: fixed;
  right: 150px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}

.toTop:hover {
  color: #222;
  background: #1a1a1a;
  color: #ffffff;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
.swiper-button-next,
.swiper-button-prev {
  margin-top: -16px;
  background: none;
  width: 32px;
  height: 32px;
  font-size: 26px;
  color: #a9a8a8;
  border-radius: 50%;
  border: 2px solid #a9a8a8;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.swiper-button-next:before,
.swiper-button-prev:before {
  font-family: FontAwesome;
  line-height: 28px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  border-color: #00a99d;
}
.swiper-button-next:hover:before,
.swiper-button-prev:hover:before {
  color: #00a99d;
}

.swiper-button-prev:before {
  content: '\f104';
  margin-left: -2px;
}

.swiper-button-next:before {
  content: '\f105';
  margin-right: -2px;
}

@media (max-width: 767px) {
  .cherry-swiper-carousel-container .swiper-button-prev.outer,
  .cherry-swiper-carousel-container .swiper-button-next.outer {
    bottom: 0;
    top: auto;
  }
}
.well__02 .cherry-swiper-carousel-container .swiper-button-prev.outer, .well__04 .cherry-swiper-carousel-container .swiper-button-prev.outer, .well__02
.cherry-swiper-carousel-container .swiper-button-next.outer, .well__04
.cherry-swiper-carousel-container .swiper-button-next.outer {
  bottom: 0;
  top: auto;
}

.cherry-swiper-carousel-container .swiper-button-prev.outer {
  left: -61px;
}
@media (max-width: 767px) {
  .cherry-swiper-carousel-container .swiper-button-prev.outer {
    left: 50%;
    margin-left: -48px;
  }
}
.well__02 .cherry-swiper-carousel-container .swiper-button-prev.outer, .well__04 .cherry-swiper-carousel-container .swiper-button-prev.outer {
  left: 50%;
  margin-left: -48px;
}

.cherry-swiper-carousel-container .swiper-button-next.outer {
  right: -61px;
}
@media (max-width: 767px) {
  .cherry-swiper-carousel-container .swiper-button-next.outer {
    right: 50%;
    margin-right: -48px;
  }
}
.well__02 .cherry-swiper-carousel-container .swiper-button-next.outer, .well__04 .cherry-swiper-carousel-container .swiper-button-next.outer {
  right: 50%;
  margin-right: -48px;
}

.cherry-swiper-carousel figure.post-thumbnail {
  margin: 0;
}
.cherry-swiper-carousel figure.post-thumbnail a {
  display: inline-block;
  vertical-align: top;
}

.gallery-1 {
  text-align: center;
}
@media (max-width: 767px) {
  .gallery-1 {
    padding-bottom: 78px;
  }
}
.gallery-1 figure.post-thumbnail {
  display: inline-block;
  vertical-align: top;
}
.gallery-1 figure.post-thumbnail img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.gallery-1 figure.post-thumbnail a {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.gallery-1 figure.post-thumbnail a:before {
  content: '\f0c1';
  font-size: 18px;
  font-family: FontAwesome;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  z-index: 1;
  border: 3px solid #fff;
  text-align: center;
  line-height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gallery-1 figure.post-thumbnail a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #00a99d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.gallery-1 figure.post-thumbnail a:hover:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.gallery-1 figure.post-thumbnail a:hover:after {
  -webkit-opacity: .6;
  -moz-opacity: .6;
  -ms-opacity: .6;
  -o-opacity: .6;
  opacity: .6;
}

.gallery-2 .post-item {
  margin: 0 0 30px 0 !important;
}
.gallery-2 figure.post-thumbnail a {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.gallery-2 figure.post-thumbnail a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #00a99d;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.gallery-2 figure.post-thumbnail a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  opacity: 0;
  font: 400 30px 'FontAwesome';
  background: url(images/search_icon.png) no-repeat;
  text-align: center;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 1;
}
.gallery-2 figure.post-thumbnail a:hover:after {
  -webkit-opacity: .6;
  -moz-opacity: .6;
  -ms-opacity: .6;
  -o-opacity: .6;
  opacity: .6;
}
.gallery-2 figure.post-thumbnail a:hover:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.single .entry-header {
  margin-bottom: 20px;
}

.news-and-notes .post-item {
  margin-bottom: 34px;
}
.news-and-notes time {
  margin-top: 5px;
  display: block;
}
.news-and-notes .post-content {
  padding-top: 7px;
}
.news-and-notes .post-title {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 2.2px;
  margin: 0;
}
.news-and-notes .post-title a {
  color: #fff;
}
.news-and-notes .post-title a:hover {
  color: #00a99d;
}

.news {
  padding-bottom: 83px;
}
.news .post-item:nth-child(1n) .box3_content:before {
  content: '\f03d';
}
.news .post-item:nth-child(2n) .box3_content:before {
  content: '\f03e';
}
.news .post-item:nth-child(3n) .box3_content:before {
  content: '\f0f6';
}
.news figure.post-thumbnail a {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media (max-width: 1199px) {
  .news figure.post-thumbnail a {
    display: block;
  }
}
.news figure.post-thumbnail a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #00a99d;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.news figure.post-thumbnail a:hover:after {
  -webkit-opacity: .6;
  -moz-opacity: .6;
  -ms-opacity: .6;
  -o-opacity: .6;
  opacity: .6;
}
.news time {
  color: #00a99d;
  margin-top: 5px;
  display: block;
}
.news .post-content {
  padding-top: 7px;
}
.news .post-title {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 2.2px;
  margin: 0;
}
.news .post-title a {
  color: #222222;
}
.news .post-title a:hover {
  color: #00a99d;
}

.team {
  text-align: center;
  padding-bottom: 78px;
}
.team .post-title {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 2.2px;
}
.team figure.post-thumbnail a:hover img {
  border-color: #ebeaea;
}
.team img {
  border: 5px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.team em {
  font-style: normal;
}
.team p {
  margin-top: 5px;
}
.team .post-item > .inner {
  position: relative;
  padding-bottom: 23px;
}
.team .post-item > .inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  background-color: #a9a8a8;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .row + .row,
  [class*="col-"] + [class*="col-"] {
    margin-top: 30px;
  }
}
.cherry-btn-link {
  font-weight: bold;
  letter-spacing: 2.2px;
  color: #00a99d;
  margin-top: 18px;
  line-height: 28px;
}
.cherry-btn-link:hover {
  color: #555555;
}

blockquote {
  font-style: italic;
  position: relative;
}

.box_aside {
  float: left;
}

blockquote .box_cnt {
  margin-left: 150px;
  background-color: #f8f8f8;
  padding: 29px 36px 23px 49px;
  position: relative;
}

blockquote q {
  position: relative;
  overflow: visible;
}

blockquote .box_aside img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

blockquote q:before {
  content: "\201C";
  position: absolute;
  top: 4px;
  left: -25px;
  font-weight: bold;
  font-size: 36px;
  line-height: 28px;
  font-style: normal;
}

.testimonials .cherry-posts-item {
  margin-bottom: 49px;
}
.testimonials .post-content {
  position: relative;
  overflow: visible;
}
.testimonials .post-content:before {
  content: "\201C";
  position: absolute;
  top: 4px;
  left: -25px;
  font-weight: bold;
  font-size: 36px;
  line-height: 28px;
  font-style: normal;
}

blockquote cite {
  display: block;
  font-weight: bold;
  font-style: normal;
  color: #00a99d;
}

blockquote .box_aside img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

blockquote .box_cnt {
  margin-left: 150px;
  background-color: #f8f8f8;
  padding: 29px 36px 23px 49px;
  position: relative;
}

blockquote .box_cnt:before {
  content: "";
  position: absolute;
  top: 37px;
  left: -22px;
  display: block;
  border: 10px solid transparent;
  border-right: 13px solid #f8f8f8;
}

@media only screen and (max-width: 1199px) {
  blockquote .box_aside + .box_cnt {
    margin-top: 20px;
  }

  blockquote .box_aside {
    float: none;
    text-align: center;
  }

  blockquote .box_cnt {
    margin-left: 0;
  }

  blockquote .box_cnt:before {
    content: "";
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    border: 10px solid transparent;
    border-bottom: 13px solid #f8f8f8;
  }
}
.error404 .page-content .search-form {
  margin: 10px 0 30px 0;
}

div.ajax-loader {
  min-height: 20px;
  background: url("images/loading_16.gif") 50% 50% no-repeat;
  background: url("images/loading_16.gif") 50% 50% no-repeat, url("images/loading_bg_16.png") 50% 50% no-repeat;
}

img.ajax-loader {
  display: none;
}

div.ajax-loader {
  position: relative;
  display: none;
  vertical-align: top;
  margin: 12px 0 0 10px;
  width: 20px;
  height: 20px;
}

/*==================     Link Alt      ======================*/
.cherry-btn-link.link-alt {
  display: inline-block;
  color: #00a99d;
  font-weight: 400;
  letter-spacing: 0;
}

.cherry-btn-link.link-alt:hover {
  text-decoration: underline !important;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #fff;
  font-size: 15px;
  background-color: #00a99d;
  font-weight: bold;
  letter-spacing: 2.25px;
  border: none;
  height: 46px;
  padding: 0 32px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #fff;
  color: #555555;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #00a99d;
}
a:visited {
  color: #00a99d;
}
a:hover, a:focus, a:active {
  color: #222222;
}
a:hover, a:focus, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  float: right;
}

.sf-menu {
  display: inline-block;
}

.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}

.sf-menu:after {
  clear: both;
}

.sf-menu > li {
  position: relative;
  float: left;
  font-weight: bold;
  letter-spacing: 1.4px;
}

.sf-menu > li + li {
  margin-left: 60px;
}

.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #FFF;
  position: relative;
}

.sf-menu > li > a:before {
  content: "";
  height: 1px;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 15px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover,
.sf-menu > li.current-menu-item > a,
.sf-menu > li.current_page_item > a {
  color: #00a99d;
}

.sf-menu > li.sfHover > a:before,
.sf-menu > li > a:hover:before,
.sf-menu > li.current-menu-item > a:before,
.sf-menu > li.current_page_item > a:before {
  background-color: #00a99d;
}

.sf-menu > li.active > a {
  color: #00a99d;
}

.sf-menu > li.active > a:before {
  background-color: #00a99d;
}

.sf-menu > li > ul {
  transform: translateX(-50%);
  left: 56%;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 114px;
  margin-top: 42px;
  margin-left: 0;
  padding: 12px 0;
  text-align: center;
  background: #222222;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li {
  position: relative;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  box-sizing: border-box;
}

.sf-menu ul > li > a {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 0;
  position: relative;
}

.sf-menu ul > li > a:before {
  content: "";
  height: 1px;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 18px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #00a99d;
}

.sf-menu ul > li.sfHover > a:before,
.sf-menu ul > li > a:hover:before {
  background-color: #00a99d;
}

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 114px;
  margin-top: 0;
  z-index: 4;
}

.sf-menu ul ul > li > a {
  color: #FFF;
  background: #222222;
}

.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #00a99d;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
.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%;
}

/*--------------------------------------------------------------
# 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%;
}
.site-content .widget {
  margin: 50px 0 0 0;
}
.site-content .widget:first-child {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.entry-content {
  margin-top: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## 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,
.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;
}

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