/*
Description: The stylesheet with a main style.
Author:      Cherry Team
Version:     1.0.0
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

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

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-circle {
  border-radius: 50%; }

hr {
  border: 0; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  line-height: inherit;
  border: 0; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    opacity: 1; }

textarea.form-control {
  height: auto; }

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

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .form-group-sm .form-control {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .form-group-sm .form-control,
select[multiple].input-sm, .form-group-sm .form-control {
  height: auto; }

.input-lg, .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .form-group-lg .form-control {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .form-group-lg .form-control,
select[multiple].input-lg, .form-group-lg .form-control {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px; }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

.cherry-cookie-banner-wrap {
  position: fixed;
  z-index: 9999;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  padding: 0;
  margin: 0;
  color: white;
  background: rgba(0, 0, 0, 0.7); }
  .cherry-cookie-banner-wrap .container {
    padding-top: 10px;
    padding-bottom: 10px; }
  .cherry-cookie-banner-wrap .close {
    color: #fff;
    outline: none;
    opacity: 0.7; }
    .cherry-cookie-banner-wrap .close:hover {
      opacity: 1; }

table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table,
table {
  width: 100%; }
  .table tr > th,
  .table tr > td,
  table tr > th,
  table tr > td {
    padding: 8px;
    vertical-align: top; }
  .table > thead > tr > th,
  table > thead > tr > th {
    vertical-align: bottom; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td,
  table > caption + thead > tr:first-child > th,
  table > caption + thead > tr:first-child > td,
  table > colgroup + thead > tr:first-child > th,
  table > colgroup + thead > tr:first-child > td,
  table > thead:first-child > tr:first-child > th,
  table > thead:first-child > tr:first-child > td {
    border-top: 0; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.close {
  float: right;
  line-height: 1;
  opacity: 0.2; }
  .close:hover, .close:focus {
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1; }

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%; }

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%; }

.lead {
  font-weight: 300;
  line-height: 1.4; }

cite {
  font-style: normal; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.bg-primary {
  color: #fff; }

ul,
ol {
  margin-top: 0; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 0 0 0 20px;
  margin: 0 0 20px 0; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  font-style: normal; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
img {
  display: inline-block;
  max-width: 100%;
  height: auto; }

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.cherry-breadcrumbs_content {
  text-align: right;
  padding: 20px 0; }
.cherry-breadcrumbs_browse, .cherry-breadcrumbs_wrap, .cherry-breadcrumbs_item {
  display: inline-block;
  vertical-align: top; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .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-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. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }
  .alignleft.large img {
    width: 100%; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }
  .alignright.large img {
    width: 100%; }

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

/*--------------------------------------------------------------
# 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; }
.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
--------------------------------------------------------------*/
.site {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto; }

.site-header,
.site-content,
.site-footer {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.site-header {
  position: relative;
  z-index: 9; }

.isStick.site-header, .isStick.header-top {
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%; }

.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.entry-meta {
  overflow: hidden; }

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

/* Mediaelements */
.hentry .mejs-container {
  margin-bottom: 18px; }

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

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

.bypostauthor {
  display: block; }

ol.comment-list {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-indent: 0; }
  ol.comment-list li > .children,
  ol.comment-list .children li > .children {
    list-style: none; }
  ol.comment-list li .comment-body {
    padding: 1.5em;
    background: #fff; }
  ol.comment-list li.comment, ol.comment-list li.ping {
    clear: both; }
  ol.comment-list li.comment {
    margin: 0 0 1em;
    /* Avatar */
    /* Meta */
    /* Reply */
    /* Sub-comments */ }
    ol.comment-list li.comment div.vcard cite.fn {
      font-style: normal; }
    ol.comment-list li.comment div.vcard img.avatar {
      float: left;
      margin: 0 1em 1em 0; }
    ol.comment-list li.comment footer.comment-meta {
      font-size: 10px; }
    ol.comment-list li.comment div.reply {
      text-align: right; }
    ol.comment-list li.comment ol.children {
      margin: 1em 0 0;
      padding-left: 40px; }

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

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px 0; }
  .error-404-num {
    text-align: center;
    font-size: 15em;
    line-height: 1.1; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

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

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

.cherry-no-responsive .sidebar-sidebar-content-wrapper,
.cherry-no-responsive .sidebar-content-sidebar-wrapper,
.cherry-no-responsive .content-sidebar-sidebar-wrapper {
  width: 80%; }
.cherry-no-responsive .sidebar-content-sidebar-wrapper,
.cherry-no-responsive .sidebar-sidebar-content-wrapper {
  float: right; }
.cherry-no-responsive .content-sidebar-sidebar-wrapper {
  float: left; }
.cherry-no-responsive .sidebar-content-wrapper #primary,
.cherry-no-responsive .content-sidebar-wrapper #primary,
.cherry-no-responsive .sidebar-sidebar-content-wrapper #primary,
.cherry-no-responsive .sidebar-content-sidebar-wrapper #primary,
.cherry-no-responsive .content-sidebar-sidebar-wrapper #primary {
  width: 65.85%; }
.cherry-no-responsive .sidebar-content-wrapper #primary,
.cherry-no-responsive .sidebar-sidebar-content-wrapper #primary {
  float: right; }
.cherry-no-responsive .content-sidebar-wrapper #primary,
.cherry-no-responsive .content-sidebar-sidebar-wrapper #primary,
.cherry-no-responsive .sidebar-content-sidebar-wrapper #primary {
  float: left; }
.cherry-no-responsive .sidebar-content-wrapper .widget-area,
.cherry-no-responsive .sidebar-sidebar-content-wrapper .widget-area {
  float: left;
  width: 31.6%; }
.cherry-no-responsive .content-sidebar-wrapper .widget-area,
.cherry-no-responsive .content-sidebar-sidebar-wrapper .widget-area,
.cherry-no-responsive .sidebar-content-sidebar-wrapper .widget-area {
  float: right;
  width: 31.6%; }
.cherry-no-responsive .sidebar-sidebar-content-wrapper + .widget-area,
.cherry-no-responsive .sidebar-content-sidebar-wrapper + .widget-area {
  float: left;
  width: 18%; }
.cherry-no-responsive .content-sidebar-sidebar-wrapper + .widget-area {
  float: right;
  width: 18%; }
.cherry-no-responsive .cherry-with-sidebar .content-area .container {
  width: 80%; }

/* #General
================================================== */
a {
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

h1, h2 {
  text-transform: uppercase; }

h2,
.cherry-sidebar-main .widget-title,
.cherry-sidebar-secondary .widget-title,
.related-posts_title,
#comments .comments-title,
#reply-title {
  margin: 0 0 29px 0;
  text-align: center;
  text-transform: uppercase; }
  h2:before,
  .cherry-sidebar-main .widget-title:before,
  .cherry-sidebar-secondary .widget-title:before,
  .related-posts_title:before,
  #comments .comments-title:before,
  #reply-title:before {
    content: '';
    width: 136px;
    height: 3px;
    margin: 0 auto 16px;
    display: block; }
  .extra-heading h2, .extra-heading
  .cherry-sidebar-main .widget-title, .extra-heading
  .cherry-sidebar-secondary .widget-title, .extra-heading
  .related-posts_title, .extra-heading
  #comments .comments-title, .extra-heading
  #reply-title {
    margin-bottom: 11px; }

p {
  margin: 0 0 29px 0; }

#site-wrapper {
  padding: 0 0 92px 0; }

.maintenance-container .site-branding {
  margin: 0 auto; }

/* #Header
================================================== */
#header {
  margin-bottom: 28px; }
  body:not(.home) #header {
    background-image: none; }
  #header .header-top {
    display: none;
    color: white;
    font-weight: 400;
    text-align: center;
    padding: 251px 0 237px 0; }
    #header .header-top h2 {
      font-size: 110px;
      line-height: 1em;
      color: inherit;
      margin: 0 0 19px 0; }
      #header .header-top h2:before, #header .header-top h2:after {
        content: '';
        width: 136px;
        height: 3px;
        margin: 0 auto;
        background-color: white;
        display: block; }
      #header .header-top h2:before {
        margin-bottom: 25px; }
      #header .header-top h2:after {
        margin-top: 18px; }
      #header .header-top h2 small {
        font-size: 36px;
        font-weight: inherit;
        line-height: 1em;
        color: inherit;
        display: block;
        margin-bottom: 6px; }
    .home #header .header-top {
      display: block; }
  #header .header-bottom {
    background-color: white;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    #header .header-bottom.isStick {
      width: 100%;
      left: 0;
      z-index: 200;
      -webkit-transform: translateZ(0);
      -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
      box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15); }
      #header .header-bottom.isStick .static-header-logo {
        display: none; }
      #header .header-bottom.isStick .static-header-menu {
        width: 100%; }
  #header .widget {
    margin-bottom: 0; }

/* Header */
/* Logo
---------------------------------------- */
.site-branding {
  max-width: 403px;
  text-align: center;
  padding: 47px 0 48px 0; }
.site-title {
  margin: 0; }
  .site-title:before {
    display: none; }
.site-description {
  font-size: 24px;
  font-weight: 800;
  line-height: 1em;
  text-transform: uppercase;
  margin: 10px 0 0 0; }

/* Logo */
/* #Navigation
---------------------------------------- */
.menu-primary {
  padding: 76px 0 0 35px; }
  .isStick .menu-primary {
    text-align: center;
    padding: 20px 0 0 0; }
  .menu-primary > ul > li {
    margin: 0 0 0 72px;
    padding: 0 0 72px 0; }
    .isStick .menu-primary > ul > li {
      padding-bottom: 20px; }
    .menu-primary > ul > li:first-child {
      margin-left: 0; }
  .isStick .menu-primary li {
    float: none;
    display: inline-block;
    vertical-align: top; }
  .menu-primary li.current_page_item > a, .menu-primary li.current-menu-item > a, .menu-primary li.current_page_ancestor > a, .menu-primary li:hover > a, .menu-primary li.focus > a {
    text-decoration: none; }
  .menu-primary .sub-menu {
    width: 195px;
    left: 50%;
    margin: 0 0 0 -97.5px;
    padding: 28px 44px 32px;
    text-align: left; }
    .menu-primary .sub-menu li {
      margin: 16px 0 0 0;
      float: none;
      display: block; }
      .menu-primary .sub-menu li:first-child {
        margin-top: 0; }
    .menu-primary .sub-menu a {
      font-size: 14px;
      margin: 0;
      color: white;
      width: auto; }
    .menu-primary .sub-menu .sub-menu {
      left: 156px;
      margin: -28px 0 0 0; }
  .menu-primary.toggled .simple-menu .menu-items {
    background-color: transparent; }
  .menu-primary.toggled .simple-menu .sub-menu a {
    color: white; }
  .menu-primary.toggled li {
    margin: 0;
    display: block; }
  .menu-primary.toggled .sub-menu {
    margin: 0;
    left: 0;
    width: auto;
    text-align: center; }
  .menu-primary .cherry-mega-menu {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .menu-primary .cherry-mega-menu-top-item > a {
      padding: 0; }
    .menu-primary .cherry-mega-menu-sub-item {
      padding: 0;
      margin: 16px 0 0 0;
      vertical-align: top;
      display: block; }
      .isStick .menu-primary .cherry-mega-menu-sub-item {
        display: block; }
      .menu-primary .cherry-mega-menu-sub-item:first-child {
        margin-top: 0; }
      .menu-primary .cherry-mega-menu-sub-item a {
        font-size: 14px;
        color: white; }
    .menu-primary .cherry-mega-menu-sub {
      padding: 28px 44px 32px;
      margin-left: -35px;
      color: white; }
      .isStick .menu-primary .cherry-mega-menu-sub {
        margin-left: 0;
        text-align: left; }
      .menu-primary .cherry-mega-menu-sub .menu-item-type-widget {
        margin: 0 0 20px 0;
        float: left; }
        .menu-primary .cherry-mega-menu-sub .menu-item-type-widget ul {
          padding: 0; }
          .menu-primary .cherry-mega-menu-sub .menu-item-type-widget ul li {
            display: block;
            float: none;
            margin: 0; }
      .menu-primary .cherry-mega-menu-sub .mega-block-title {
        color: inherit;
        text-transform: uppercase; }
    .menu-primary .cherry-mega-menu .mega-sub {
      padding-bottom: 12px; }
    .menu-primary .cherry-mega-menu .simple-sub {
      left: 50%;
      margin-left: -97.5px;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .menu-primary .cherry-mega-menu .simple-sub .cherry-mega-menu-sub {
        margin-left: 0;
        left: 156px; }
    .menu-primary .cherry-mega-menu .item-type-standard .cherry-mega-menu-sub {
      width: 195px; }
    .menu-primary .cherry-mega-menu .item-nested-sub > .cherry-mega-menu-sub {
      margin-top: -31px; }
      .menu-primary .cherry-mega-menu .item-nested-sub > .cherry-mega-menu-sub.effect-slide-top.active-sub {
        margin-top: -28px; }

.cherry-navigation-arrow .menu-primary li > a:after {
  position: relative;
  top: 5px;
  padding: 0 0 0 5px; }
.cherry-navigation-arrow .menu-primary li .sub-menu li > a:after {
  top: 4px; }

.menu-primary_trigger {
  margin: 0 auto 20px;
  border: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .menu-primary_trigger:hover {
    color: white; }

/* Navigation */
/* #Content 

================================================== */
.site-content {
  padding-bottom: 28px; }
  .page-template-template-testimonials .site-content, .page-template-template-team .site-content, body.search .site-content {
    padding: 64px 0; }
  .home .site-content {
    padding-bottom: 0; }
  .page-template-default .site-content, .single .site-content, .blog .site-content, .page-template-template-portfolio .site-content {
    background-color: transparent; }
  .page-template-template-testimonials .site-content, body.search .site-content {
    margin-bottom: 28px; }

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

.cherry-breadcrumbs {
  margin-top: 28px;
  padding: 16px 0 19px 0; }
  .cherry-breadcrumbs_content {
    text-align: left;
    padding: 0; }
  .cherry-breadcrumbs .page-title {
    color: white;
    text-align: right;
    font-weight: 600;
    margin: 0; }
  .cherry-breadcrumbs_item_link, .cherry-breadcrumbs_item_target, .cherry-breadcrumbs_browse, .cherry-breadcrumbs_item_sep {
    vertical-align: top; }
  .cherry-breadcrumbs_item_sep {
    padding: 0 10px; }
  .cherry-breadcrumbs .is-home {
    font-size: 0;
    line-height: 0; }
    .cherry-breadcrumbs .is-home:before {
      content: "\e02f";
      font-size: 18px;
      font-weight: 400;
      font-family: 'fl-great-icon-set';
      vertical-align: top; }

.error404 .page-header {
  border: none; }
.error404 .page-title {
  text-transform: none; }
  .error404 .page-title:before {
    display: none; }
.error404-404-body {
  margin-right: 30px; }
.error404 .page-content p {
  margin-bottom: 20px; }
.error404 #content {
  margin-bottom: 28px; }

.blog article.type-post, .blog article.type-page, .blog article.type-team, .blog article.type-portfolio, .blog article.type-testimonial,
.single article.type-post,
.single article.type-page,
.single article.type-team,
.single article.type-portfolio,
.single article.type-testimonial,
.archive article.type-post,
.archive article.type-page,
.archive article.type-team,
.archive article.type-portfolio,
.archive article.type-testimonial,
.search article.type-post,
.search article.type-page,
.search article.type-team,
.search article.type-portfolio,
.search article.type-testimonial {
  margin-bottom: 28px;
  padding: 69px 0 69px 0; }
  .blog article.type-post.has-post-thumbnail, .blog article.type-page.has-post-thumbnail, .blog article.type-team.has-post-thumbnail, .blog article.type-portfolio.has-post-thumbnail, .blog article.type-testimonial.has-post-thumbnail,
  .single article.type-post.has-post-thumbnail,
  .single article.type-page.has-post-thumbnail,
  .single article.type-team.has-post-thumbnail,
  .single article.type-portfolio.has-post-thumbnail,
  .single article.type-testimonial.has-post-thumbnail,
  .archive article.type-post.has-post-thumbnail,
  .archive article.type-page.has-post-thumbnail,
  .archive article.type-team.has-post-thumbnail,
  .archive article.type-portfolio.has-post-thumbnail,
  .archive article.type-testimonial.has-post-thumbnail,
  .search article.type-post.has-post-thumbnail,
  .search article.type-page.has-post-thumbnail,
  .search article.type-team.has-post-thumbnail,
  .search article.type-portfolio.has-post-thumbnail,
  .search article.type-testimonial.has-post-thumbnail {
    padding-top: 0; }
    .blog article.type-post.has-post-thumbnail.post_format-post-format-quote, .blog article.type-post.has-post-thumbnail.post_format-post-format-status, .blog article.type-post.has-post-thumbnail.post_format-post-format-aside, .blog article.type-post.has-post-thumbnail.post_format-post-format-video, .blog article.type-post.has-post-thumbnail.post_format-post-format-gallery, .blog article.type-page.has-post-thumbnail.post_format-post-format-quote, .blog article.type-page.has-post-thumbnail.post_format-post-format-status, .blog article.type-page.has-post-thumbnail.post_format-post-format-aside, .blog article.type-page.has-post-thumbnail.post_format-post-format-video, .blog article.type-page.has-post-thumbnail.post_format-post-format-gallery, .blog article.type-team.has-post-thumbnail.post_format-post-format-quote, .blog article.type-team.has-post-thumbnail.post_format-post-format-status, .blog article.type-team.has-post-thumbnail.post_format-post-format-aside, .blog article.type-team.has-post-thumbnail.post_format-post-format-video, .blog article.type-team.has-post-thumbnail.post_format-post-format-gallery, .blog article.type-portfolio.has-post-thumbnail.post_format-post-format-quote, .blog article.type-portfolio.has-post-thumbnail.post_format-post-format-status, .blog article.type-portfolio.has-post-thumbnail.post_format-post-format-aside, .blog article.type-portfolio.has-post-thumbnail.post_format-post-format-video, .blog article.type-portfolio.has-post-thumbnail.post_format-post-format-gallery, .blog article.type-testimonial.has-post-thumbnail.post_format-post-format-quote, .blog article.type-testimonial.has-post-thumbnail.post_format-post-format-status, .blog article.type-testimonial.has-post-thumbnail.post_format-post-format-aside, .blog article.type-testimonial.has-post-thumbnail.post_format-post-format-video, .blog article.type-testimonial.has-post-thumbnail.post_format-post-format-gallery,
    .single article.type-post.has-post-thumbnail.post_format-post-format-quote,
    .single article.type-post.has-post-thumbnail.post_format-post-format-status,
    .single article.type-post.has-post-thumbnail.post_format-post-format-aside,
    .single article.type-post.has-post-thumbnail.post_format-post-format-video,
    .single article.type-post.has-post-thumbnail.post_format-post-format-gallery,
    .single article.type-page.has-post-thumbnail.post_format-post-format-quote,
    .single article.type-page.has-post-thumbnail.post_format-post-format-status,
    .single article.type-page.has-post-thumbnail.post_format-post-format-aside,
    .single article.type-page.has-post-thumbnail.post_format-post-format-video,
    .single article.type-page.has-post-thumbnail.post_format-post-format-gallery,
    .single article.type-team.has-post-thumbnail.post_format-post-format-quote,
    .single article.type-team.has-post-thumbnail.post_format-post-format-status,
    .single article.type-team.has-post-thumbnail.post_format-post-format-aside,
    .single article.type-team.has-post-thumbnail.post_format-post-format-video,
    .single article.type-team.has-post-thumbnail.post_format-post-format-gallery,
    .single article.type-portfolio.has-post-thumbnail.post_format-post-format-quote,
    .single article.type-portfolio.has-post-thumbnail.post_format-post-format-status,
    .single article.type-portfolio.has-post-thumbnail.post_format-post-format-aside,
    .single article.type-portfolio.has-post-thumbnail.post_format-post-format-video,
    .single article.type-portfolio.has-post-thumbnail.post_format-post-format-gallery,
    .single article.type-testimonial.has-post-thumbnail.post_format-post-format-quote,
    .single article.type-testimonial.has-post-thumbnail.post_format-post-format-status,
    .single article.type-testimonial.has-post-thumbnail.post_format-post-format-aside,
    .single article.type-testimonial.has-post-thumbnail.post_format-post-format-video,
    .single article.type-testimonial.has-post-thumbnail.post_format-post-format-gallery,
    .archive article.type-post.has-post-thumbnail.post_format-post-format-quote,
    .archive article.type-post.has-post-thumbnail.post_format-post-format-status,
    .archive article.type-post.has-post-thumbnail.post_format-post-format-aside,
    .archive article.type-post.has-post-thumbnail.post_format-post-format-video,
    .archive article.type-post.has-post-thumbnail.post_format-post-format-gallery,
    .archive article.type-page.has-post-thumbnail.post_format-post-format-quote,
    .archive article.type-page.has-post-thumbnail.post_format-post-format-status,
    .archive article.type-page.has-post-thumbnail.post_format-post-format-aside,
    .archive article.type-page.has-post-thumbnail.post_format-post-format-video,
    .archive article.type-page.has-post-thumbnail.post_format-post-format-gallery,
    .archive article.type-team.has-post-thumbnail.post_format-post-format-quote,
    .archive article.type-team.has-post-thumbnail.post_format-post-format-status,
    .archive article.type-team.has-post-thumbnail.post_format-post-format-aside,
    .archive article.type-team.has-post-thumbnail.post_format-post-format-video,
    .archive article.type-team.has-post-thumbnail.post_format-post-format-gallery,
    .archive article.type-portfolio.has-post-thumbnail.post_format-post-format-quote,
    .archive article.type-portfolio.has-post-thumbnail.post_format-post-format-status,
    .archive article.type-portfolio.has-post-thumbnail.post_format-post-format-aside,
    .archive article.type-portfolio.has-post-thumbnail.post_format-post-format-video,
    .archive article.type-portfolio.has-post-thumbnail.post_format-post-format-gallery,
    .archive article.type-testimonial.has-post-thumbnail.post_format-post-format-quote,
    .archive article.type-testimonial.has-post-thumbnail.post_format-post-format-status,
    .archive article.type-testimonial.has-post-thumbnail.post_format-post-format-aside,
    .archive article.type-testimonial.has-post-thumbnail.post_format-post-format-video,
    .archive article.type-testimonial.has-post-thumbnail.post_format-post-format-gallery,
    .search article.type-post.has-post-thumbnail.post_format-post-format-quote,
    .search article.type-post.has-post-thumbnail.post_format-post-format-status,
    .search article.type-post.has-post-thumbnail.post_format-post-format-aside,
    .search article.type-post.has-post-thumbnail.post_format-post-format-video,
    .search article.type-post.has-post-thumbnail.post_format-post-format-gallery,
    .search article.type-page.has-post-thumbnail.post_format-post-format-quote,
    .search article.type-page.has-post-thumbnail.post_format-post-format-status,
    .search article.type-page.has-post-thumbnail.post_format-post-format-aside,
    .search article.type-page.has-post-thumbnail.post_format-post-format-video,
    .search article.type-page.has-post-thumbnail.post_format-post-format-gallery,
    .search article.type-team.has-post-thumbnail.post_format-post-format-quote,
    .search article.type-team.has-post-thumbnail.post_format-post-format-status,
    .search article.type-team.has-post-thumbnail.post_format-post-format-aside,
    .search article.type-team.has-post-thumbnail.post_format-post-format-video,
    .search article.type-team.has-post-thumbnail.post_format-post-format-gallery,
    .search article.type-portfolio.has-post-thumbnail.post_format-post-format-quote,
    .search article.type-portfolio.has-post-thumbnail.post_format-post-format-status,
    .search article.type-portfolio.has-post-thumbnail.post_format-post-format-aside,
    .search article.type-portfolio.has-post-thumbnail.post_format-post-format-video,
    .search article.type-portfolio.has-post-thumbnail.post_format-post-format-gallery,
    .search article.type-testimonial.has-post-thumbnail.post_format-post-format-quote,
    .search article.type-testimonial.has-post-thumbnail.post_format-post-format-status,
    .search article.type-testimonial.has-post-thumbnail.post_format-post-format-aside,
    .search article.type-testimonial.has-post-thumbnail.post_format-post-format-video,
    .search article.type-testimonial.has-post-thumbnail.post_format-post-format-gallery {
      padding-top: 69px; }
  .blog article.type-post .entry-header, .blog article.type-page .entry-header, .blog article.type-team .entry-header, .blog article.type-portfolio .entry-header, .blog article.type-testimonial .entry-header,
  .single article.type-post .entry-header,
  .single article.type-page .entry-header,
  .single article.type-team .entry-header,
  .single article.type-portfolio .entry-header,
  .single article.type-testimonial .entry-header,
  .archive article.type-post .entry-header,
  .archive article.type-page .entry-header,
  .archive article.type-team .entry-header,
  .archive article.type-portfolio .entry-header,
  .archive article.type-testimonial .entry-header,
  .search article.type-post .entry-header,
  .search article.type-page .entry-header,
  .search article.type-team .entry-header,
  .search article.type-portfolio .entry-header,
  .search article.type-testimonial .entry-header {
    text-align: center; }
  .blog article.type-post .entry-title, .blog article.type-page .entry-title, .blog article.type-team .entry-title, .blog article.type-portfolio .entry-title, .blog article.type-testimonial .entry-title,
  .single article.type-post .entry-title,
  .single article.type-page .entry-title,
  .single article.type-team .entry-title,
  .single article.type-portfolio .entry-title,
  .single article.type-testimonial .entry-title,
  .archive article.type-post .entry-title,
  .archive article.type-page .entry-title,
  .archive article.type-team .entry-title,
  .archive article.type-portfolio .entry-title,
  .archive article.type-testimonial .entry-title,
  .search article.type-post .entry-title,
  .search article.type-page .entry-title,
  .search article.type-team .entry-title,
  .search article.type-portfolio .entry-title,
  .search article.type-testimonial .entry-title {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 50px 0; }
    .blog article.type-post .entry-title:before, .blog article.type-page .entry-title:before, .blog article.type-team .entry-title:before, .blog article.type-portfolio .entry-title:before, .blog article.type-testimonial .entry-title:before,
    .single article.type-post .entry-title:before,
    .single article.type-page .entry-title:before,
    .single article.type-team .entry-title:before,
    .single article.type-portfolio .entry-title:before,
    .single article.type-testimonial .entry-title:before,
    .archive article.type-post .entry-title:before,
    .archive article.type-page .entry-title:before,
    .archive article.type-team .entry-title:before,
    .archive article.type-portfolio .entry-title:before,
    .archive article.type-testimonial .entry-title:before,
    .search article.type-post .entry-title:before,
    .search article.type-page .entry-title:before,
    .search article.type-team .entry-title:before,
    .search article.type-portfolio .entry-title:before,
    .search article.type-testimonial .entry-title:before {
      -webkit-transition: background-color 0.4s;
      -o-transition: background-color 0.4s;
      transition: background-color 0.4s; }
  .blog article.type-post .entry-thumbnail,
  .blog article.type-post .post-thumbnail, .blog article.type-page .entry-thumbnail,
  .blog article.type-page .post-thumbnail, .blog article.type-team .entry-thumbnail,
  .blog article.type-team .post-thumbnail, .blog article.type-portfolio .entry-thumbnail,
  .blog article.type-portfolio .post-thumbnail, .blog article.type-testimonial .entry-thumbnail,
  .blog article.type-testimonial .post-thumbnail,
  .single article.type-post .entry-thumbnail,
  .single article.type-post .post-thumbnail,
  .single article.type-page .entry-thumbnail,
  .single article.type-page .post-thumbnail,
  .single article.type-team .entry-thumbnail,
  .single article.type-team .post-thumbnail,
  .single article.type-portfolio .entry-thumbnail,
  .single article.type-portfolio .post-thumbnail,
  .single article.type-testimonial .entry-thumbnail,
  .single article.type-testimonial .post-thumbnail,
  .archive article.type-post .entry-thumbnail,
  .archive article.type-post .post-thumbnail,
  .archive article.type-page .entry-thumbnail,
  .archive article.type-page .post-thumbnail,
  .archive article.type-team .entry-thumbnail,
  .archive article.type-team .post-thumbnail,
  .archive article.type-portfolio .entry-thumbnail,
  .archive article.type-portfolio .post-thumbnail,
  .archive article.type-testimonial .entry-thumbnail,
  .archive article.type-testimonial .post-thumbnail,
  .search article.type-post .entry-thumbnail,
  .search article.type-post .post-thumbnail,
  .search article.type-page .entry-thumbnail,
  .search article.type-page .post-thumbnail,
  .search article.type-team .entry-thumbnail,
  .search article.type-team .post-thumbnail,
  .search article.type-portfolio .entry-thumbnail,
  .search article.type-portfolio .post-thumbnail,
  .search article.type-testimonial .entry-thumbnail,
  .search article.type-testimonial .post-thumbnail {
    margin-bottom: 69px; }
  .blog article.type-post .entry-content, .blog article.type-page .entry-content, .blog article.type-team .entry-content, .blog article.type-portfolio .entry-content, .blog article.type-testimonial .entry-content,
  .single article.type-post .entry-content,
  .single article.type-page .entry-content,
  .single article.type-team .entry-content,
  .single article.type-portfolio .entry-content,
  .single article.type-testimonial .entry-content,
  .archive article.type-post .entry-content,
  .archive article.type-page .entry-content,
  .archive article.type-team .entry-content,
  .archive article.type-portfolio .entry-content,
  .archive article.type-testimonial .entry-content,
  .search article.type-post .entry-content,
  .search article.type-page .entry-content,
  .search article.type-team .entry-content,
  .search article.type-portfolio .entry-content,
  .search article.type-testimonial .entry-content {
    text-align: center;
    padding: 0 34px;
    margin: 0 0 30px 0; }
  .blog article.type-post .entry-permalink, .blog article.type-page .entry-permalink, .blog article.type-team .entry-permalink, .blog article.type-portfolio .entry-permalink, .blog article.type-testimonial .entry-permalink,
  .single article.type-post .entry-permalink,
  .single article.type-page .entry-permalink,
  .single article.type-team .entry-permalink,
  .single article.type-portfolio .entry-permalink,
  .single article.type-testimonial .entry-permalink,
  .archive article.type-post .entry-permalink,
  .archive article.type-page .entry-permalink,
  .archive article.type-team .entry-permalink,
  .archive article.type-portfolio .entry-permalink,
  .archive article.type-testimonial .entry-permalink,
  .search article.type-post .entry-permalink,
  .search article.type-page .entry-permalink,
  .search article.type-team .entry-permalink,
  .search article.type-portfolio .entry-permalink,
  .search article.type-testimonial .entry-permalink {
    text-align: center; }
.blog article.type-team .entry-thumbnail.alignleft,
.single article.type-team .entry-thumbnail.alignleft,
.archive article.type-team .entry-thumbnail.alignleft,
.search article.type-team .entry-thumbnail.alignleft {
  float: none;
  text-align: center;
  margin: 0 0 69px 0;
  display: block; }
.blog article.post_format-post-format-video .entry-video,
.single article.post_format-post-format-video .entry-video,
.archive article.post_format-post-format-video .entry-video,
.search article.post_format-post-format-video .entry-video {
  margin-bottom: 0;
  position: relative;
  top: -69px; }
.blog article.post_format-post-format-audio.hentry .mejs-container,
.single article.post_format-post-format-audio.hentry .mejs-container,
.archive article.post_format-post-format-audio.hentry .mejs-container,
.search article.post_format-post-format-audio.hentry .mejs-container {
  margin-bottom: 69px; }
.blog article.post_format-post-format-gallery .post-gallery,
.single article.post_format-post-format-gallery .post-gallery,
.archive article.post_format-post-format-gallery .post-gallery,
.search article.post_format-post-format-gallery .post-gallery {
  margin-bottom: 0;
  position: relative;
  top: -69px; }
.blog article.post_format-post-format-status .entry-avatar,
.single article.post_format-post-format-status .entry-avatar,
.archive article.post_format-post-format-status .entry-avatar,
.search article.post_format-post-format-status .entry-avatar {
  text-align: center;
  margin-bottom: 15px; }
.blog article.cherry-has-entry-date .entry-meta-top, .blog article.cherry-has-entry-author .entry-meta-top, .blog article.cherry-has-entry-comments .entry-meta-top,
.single article.cherry-has-entry-date .entry-meta-top,
.single article.cherry-has-entry-author .entry-meta-top,
.single article.cherry-has-entry-comments .entry-meta-top,
.archive article.cherry-has-entry-date .entry-meta-top,
.archive article.cherry-has-entry-author .entry-meta-top,
.archive article.cherry-has-entry-comments .entry-meta-top,
.search article.cherry-has-entry-date .entry-meta-top,
.search article.cherry-has-entry-author .entry-meta-top,
.search article.cherry-has-entry-comments .entry-meta-top {
  border-top: 1px solid #ebeaeb;
  border-bottom: 1px solid #ebeaeb;
  padding: 1px 41px;
  margin: 0 3px 20px; }
.blog article.cherry-has-entry-cats.type-post .entry-meta-bottom, .blog article.cherry-has-entry-cats.type-page .entry-meta-bottom, .blog article.cherry-has-entry-tags.type-post .entry-meta-bottom, .blog article.cherry-has-entry-tags.type-page .entry-meta-bottom,
.single article.cherry-has-entry-cats.type-post .entry-meta-bottom,
.single article.cherry-has-entry-cats.type-page .entry-meta-bottom,
.single article.cherry-has-entry-tags.type-post .entry-meta-bottom,
.single article.cherry-has-entry-tags.type-page .entry-meta-bottom,
.archive article.cherry-has-entry-cats.type-post .entry-meta-bottom,
.archive article.cherry-has-entry-cats.type-page .entry-meta-bottom,
.archive article.cherry-has-entry-tags.type-post .entry-meta-bottom,
.archive article.cherry-has-entry-tags.type-page .entry-meta-bottom,
.search article.cherry-has-entry-cats.type-post .entry-meta-bottom,
.search article.cherry-has-entry-cats.type-page .entry-meta-bottom,
.search article.cherry-has-entry-tags.type-post .entry-meta-bottom,
.search article.cherry-has-entry-tags.type-page .entry-meta-bottom {
  border-top: 1px solid #ebeaeb;
  border-bottom: 1px solid #ebeaeb;
  padding: 1px 41px;
  margin: 20px 3px 0; }
.blog article .comments-link:before,
.blog article .posted-on:before,
.blog article .author:before,
.single article .comments-link:before,
.single article .posted-on:before,
.single article .author:before,
.archive article .comments-link:before,
.archive article .posted-on:before,
.archive article .author:before,
.search article .comments-link:before,
.search article .posted-on:before,
.search article .author:before {
  font-size: 18px;
  font-family: FontAwesome;
  vertical-align: top;
  padding: 0 7px 0 0; }
.blog article .posted-on,
.single article .posted-on,
.archive article .posted-on,
.search article .posted-on {
  margin-right: 25px; }
  .blog article .posted-on:before,
  .single article .posted-on:before,
  .archive article .posted-on:before,
  .search article .posted-on:before {
    content: '\f073'; }
.blog article .author,
.single article .author,
.archive article .author,
.search article .author {
  margin-right: 25px; }
  .blog article .author:before,
  .single article .author:before,
  .archive article .author:before,
  .search article .author:before {
    content: '\f007'; }
  .blog article .author a,
  .single article .author a,
  .archive article .author a,
  .search article .author a {
    text-transform: capitalize; }
.blog article .comments-link:before,
.single article .comments-link:before,
.archive article .comments-link:before,
.search article .comments-link:before {
  content: '\f086'; }
.blog article .btn-default,
.single article .btn-default,
.archive article .btn-default,
.search article .btn-default {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4.5px 35px;
  display: inline-block;
  vertical-align: top; }

.search article.type-post, .search article.type-page, .search article.type-team, .search article.type-portfolio, .search article.type-testimonial {
  padding-top: 0; }

.archive article.type-post, .archive article.type-page, .archive article.type-team, .archive article.type-portfolio, .archive article.type-testimonial {
  padding-top: 69px; }
  .archive article.type-post.has-post-thumbnail, .archive article.type-page.has-post-thumbnail, .archive article.type-team.has-post-thumbnail, .archive article.type-portfolio.has-post-thumbnail, .archive article.type-testimonial.has-post-thumbnail {
    padding-top: 69px; }

.single-portfolio article.type-portfolio {
  margin-bottom: 12px;
  padding: 0; }
.single-portfolio #comments {
  padding-top: 69px; }

.single.single-portfolio article.type-portfolio.has-post-thumbnail.post_format-post-format-gallery {
  padding-top: 0; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none;
  background-color: white;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .swiper-button-prev:before,
  .swiper-container-rtl .swiper-button-next:before,
  .swiper-button-next:before,
  .swiper-container-rtl .swiper-button-prev:before {
    font-size: 60px;
    font-weight: normal;
    font-family: FontAwesome;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit; }
  .swiper-button-prev:hover:before,
  .swiper-container-rtl .swiper-button-next:hover:before,
  .swiper-button-next:hover:before,
  .swiper-container-rtl .swiper-button-prev:hover:before {
    color: white; }

.swiper-pagination-bullet {
  background-color: white;
  border-width: 3px;
  border-style: solid;
  border-color: white;
  width: 15px;
  height: 15px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }

.swiper-button-prev:before,
.swiper-container-rtl .swiper-button-next:before {
  content: '\f104'; }

.swiper-button-next:before,
.swiper-container-rtl .swiper-button-prev:before {
  content: '\f105'; }

.entry-terms_wrap:before {
  font-size: 14px;
  font-family: FontAwesome;
  vertical-align: top;
  padding: 0 7px 0 0; }
.entry-terms_wrap.category_wrap {
  margin-right: 25px; }
  .entry-terms_wrap.category_wrap:before {
    content: '\f02e'; }
.entry-terms_wrap.post_tag_wrap:before {
  content: '\f02b'; }

.post-gallery_prev,
.post-gallery_next {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.pagination {
  text-align: center; }
  .site-main > .pagination {
    margin-bottom: 20px; }
  .pagination .page-numbers {
    padding: 0 5px; }

.post-navigation .nav-previous a:before {
  content: '\f100';
  font-family: FontAwesome;
  padding: 0 8px 0 0; }
.post-navigation .nav-next a:after {
  content: '\f101';
  font-family: FontAwesome;
  padding: 0 0 0 8px; }

.author-bio {
  padding: 63px 75px 60px 71px;
  margin-bottom: 28px;
  font-size: 12px; }
  .author-bio h3 {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 20px 0; }
  .author-bio_avatar {
    margin-top: 13px; }
    .author-bio_avatar.alignleft {
      margin-right: 30px; }

.related-posts {
  padding: 69px 0 25px 0;
  margin-bottom: 28px; }
  .related-posts_list {
    padding: 0 71px; }

/* Content */
/* #Comments
================================================== */
#comments {
  padding: 0 71px 69px; }
  #comments .comments-title {
    margin: 0 0 10px 0;
    padding: 69px 0 0 0; }

ol.comment-list {
  margin-bottom: 69px; }
  ol.comment-list li .comment-body {
    background-color: transparent;
    font-size: 12px;
    padding: 0; }
  ol.comment-list li.comment:before {
    content: '';
    width: 136px;
    height: 3px;
    margin: 0 auto 16px;
    display: block; }
  ol.comment-list li.comment:first-child:before {
    display: none; }
  ol.comment-list li.comment div.vcard img.avatar {
    margin: 13px 28px 0 0; }
  ol.comment-list li.comment ol.children {
    margin: 30px 0 30px 30px; }
    ol.comment-list li.comment ol.children:before {
      content: '';
      width: 136px;
      height: 3px;
      margin: 0 auto 17px;
      display: block;
      position: relative;
      left: -30px; }
  ol.comment-list li:first-child .comment-body:before {
    display: none; }

.reply {
  padding-top: 10px; }
  .reply a {
    background-color: transparent;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    font-size: 14px;
    padding: 7.5px 37px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .reply a:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border-width: 3px;
      border-style: solid;
      z-index: -1;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      -webkit-transition: inherit;
      -o-transition: inherit;
      transition: inherit; }
    .reply a:hover {
      color: white; }
      .reply a:hover:after {
        -webkit-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg); }

#commentform {
  width: 100%; }
  #commentform p {
    margin-bottom: 28px; }
    #commentform p.comment-form-comment {
      margin-bottom: 40px; }
  #commentform input[type="text"],
  #commentform input[type="email"],
  #commentform input[type="url"] {
    width: 100%; }
  #commentform textarea {
    width: 100%;
    height: 200px;
    resize: none;
    vertical-align: top; }

/* Comments */
/* #Widgets
================================================== */
.sidebar-content-sidebar-wrapper .cherry-sidebar-main, .content-sidebar-sidebar-wrapper .cherry-sidebar-main, .sidebar-sidebar-content-wrapper .cherry-sidebar-main, .sidebar-content-sidebar-wrapper
.cherry-sidebar-secondary, .content-sidebar-sidebar-wrapper
.cherry-sidebar-secondary, .sidebar-sidebar-content-wrapper
.cherry-sidebar-secondary {
  padding-top: 0;
  margin-bottom: 0; }
.cherry-sidebar-main .widget,
.cherry-sidebar-secondary .widget {
  padding: 69px 35px 63px 35px;
  margin: 28px 0 0 0; }
  .cherry-sidebar-main .widget:first-child,
  .cherry-sidebar-secondary .widget:first-child {
    margin-top: 0; }
  .page-template-default .content-sidebar-wrapper .cherry-sidebar-main .widget, .page-template-default .content-sidebar-wrapper
  .cherry-sidebar-secondary .widget {
    margin-right: -15px; }
  .page-template-default .sidebar-content-wrapper .cherry-sidebar-main .widget, .page-template-default .sidebar-content-wrapper
  .cherry-sidebar-secondary .widget {
    margin-left: -15px; }
  .cherry-sidebar-main .widget-title,
  .cherry-sidebar-secondary .widget-title {
    margin: 0 0 27px 0; }
  .cherry-sidebar-main .widget ul,
  .cherry-sidebar-secondary .widget ul {
    margin: 0;
    padding: 0; }
    .cherry-sidebar-main .widget ul li,
    .cherry-sidebar-secondary .widget ul li {
      list-style-type: none;
      font-size: 12px;
      line-height: 20px;
      margin: 16px 0 0 0; }
      .cherry-sidebar-main .widget ul li:before,
      .cherry-sidebar-secondary .widget ul li:before {
        content: '\f105';
        font-family: FontAwesome;
        font-weight: 400;
        font-size: 12px;
        vertical-align: top;
        padding: 0 16px 0 0; }
      .cherry-sidebar-main .widget ul li:first-child,
      .cherry-sidebar-secondary .widget ul li:first-child {
        margin-top: 0; }
    .cherry-sidebar-main .widget ul ul,
    .cherry-sidebar-secondary .widget ul ul {
      margin: 16px 0 0 21px; }
  .cherry-sidebar-main .widget .team-item,
  .cherry-sidebar-secondary .widget .team-item {
    margin-bottom: 25px; }

.page-template-default .sidebar-content-sidebar-wrapper .cherry-sidebar-main .widget {
  margin-right: -15px; }

.team-listing {
  text-align: center; }

.testimonials-list blockquote {
  border: none;
  padding: 0;
  overflow: visible; }

/* Widgets */
/* #Shortcodes
================================================== */
.cherry-portfolio-ajax-loader {
  background-color: transparent; }

.team-listing_item {
  margin-bottom: 25px; }
.team-listing_name {
  margin: 15px 0 0 0; }

.testimonials-item {
  margin-bottom: 20px; }

.cherry-accordion {
  margin-bottom: 0; }
  .cherry-accordion .cherry-spoiler .cherry-spoiler-title {
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s; }
    .cherry-accordion .cherry-spoiler .cherry-spoiler-title:before {
      content: '\f147';
      font-family: FontAwesome;
      font-weight: normal;
      position: absolute;
      left: 0;
      top: 8px; }
  .cherry-accordion .cherry-spoiler .cherry-spoiler-content {
    padding-left: 23px; }
  .cherry-accordion .cherry-spoiler.cherry-spoiler-style-default .cherry-spoiler-title {
    padding-left: 24px; }
  .cherry-accordion .cherry-spoiler-closed .cherry-spoiler-title:before {
    content: '\f196'; }

.cherry-list.list_1 ul {
  margin: 0; }
  .cherry-list.list_1 ul li {
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    margin: 14px 0 0 0;
    padding: 0; }
    .cherry-list.list_1 ul li:first-child {
      margin-top: 0; }
    .cherry-list.list_1 ul li:before {
      display: none; }

.box_1 .cherry-box {
  margin-top: 28px; }
  .sidebar-content-sidebar-wrapper .box_1 .cherry-box {
    margin-left: 15px;
    margin-right: 15px; }
  .content-sidebar-sidebar-wrapper .box_1 .cherry-box, .content-sidebar-wrapper .box_1 .cherry-box {
    margin-right: 15px; }
  .sidebar-sidebar-content-wrapper .box_1 .cherry-box, .sidebar-content-wrapper .box_1 .cherry-box {
    margin-left: 15px; }
  .box_1 .cherry-box > .inner {
    padding: 0; }
    .sidebar-content-wrapper .box_1 .cherry-box > .inner, .content-sidebar-wrapper .box_1 .cherry-box > .inner {
      padding-top: 30px; }
    .sidebar-content-sidebar-wrapper .box_1 .cherry-box > .inner, .sidebar-sidebar-content-wrapper .box_1 .cherry-box > .inner, .content-sidebar-sidebar-wrapper .box_1 .cherry-box > .inner {
      padding: 30px 0 0 0; }
  .box_1 .cherry-box h4 {
    margin: 0 0 20px 0; }
  .box_1 .cherry-box [class*="col-"] > p,
  .box_1 .cherry-box [class^="col-"] > p {
    margin-bottom: 0; }
  .box_1 .cherry-box .price_list {
    padding: 0; }
    .box_1 .cherry-box .price_list ul li {
      font-size: 12px;
      margin: 0;
      background-image: url(../images/dots-small.gif);
      background-position: 50% 20px; }
      .sidebar-content-sidebar-wrapper .box_1 .cherry-box .price_list ul li, .content-sidebar-sidebar-wrapper .box_1 .cherry-box .price_list ul li, .sidebar-sidebar-content-wrapper .box_1 .cherry-box .price_list ul li {
        background: none;
        line-height: 25px; }
      .box_1 .cherry-box .price_list ul li strong {
        padding-left: 2px; }
        .sidebar-content-sidebar-wrapper .box_1 .cherry-box .price_list ul li strong, .content-sidebar-sidebar-wrapper .box_1 .cherry-box .price_list ul li strong, .sidebar-sidebar-content-wrapper .box_1 .cherry-box .price_list ul li strong {
          float: none; }
.box_2 .cherry-box > .inner {
  padding: 64px 30px; }
.box_3 .cherry-box {
  text-align: center; }
  .box_3 .cherry-box > .inner {
    padding: 69px 0 65px 0; }

.cherry-btn-primary {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .cherry-btn-primary:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-width: 3px;
    border-style: solid;
    z-index: -1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit; }
  .cherry-btn-primary:hover {
    color: white; }
    .cherry-btn-primary:hover:after {
      -webkit-transform: rotateX(180deg);
      -ms-transform: rotateX(180deg);
      -o-transform: rotateX(180deg);
      transform: rotateX(180deg); }
.cherry-btn-medium {
  font-size: 14px;
  padding: 18.5px 37px; }

.btn-default {
  position: relative;
  z-index: 1; }
  .btn-default:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-width: 3px;
    border-style: solid;
    z-index: -1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .btn-default:hover {
    color: white; }
    .btn-default:hover:after {
      -webkit-transform: rotateX(180deg);
      -ms-transform: rotateX(180deg);
      -o-transform: rotateX(180deg);
      transform: rotateX(180deg); }

.cherry-banner.banner_1 {
  text-align: center; }
  .home .cherry-banner.banner_1 {
    margin-bottom: 28px; }
  .sidebar-content-sidebar-wrapper .cherry-banner.banner_1 {
    margin-left: 15px;
    margin-right: 15px; }
  .content-sidebar-sidebar-wrapper .cherry-banner.banner_1, .content-sidebar-wrapper .cherry-banner.banner_1 {
    margin-right: 15px; }
  .sidebar-sidebar-content-wrapper .cherry-banner.banner_1, .sidebar-content-wrapper .cherry-banner.banner_1 {
    margin-left: 15px; }
  .cherry-banner.banner_1 .cherry-banner_title {
    font-size: 36px;
    line-height: 1em;
    margin: 0;
    padding: 0;
    color: white; }
    .cherry-banner.banner_1 .cherry-banner_title:before {
      margin-bottom: 30px; }
  .cherry-banner.banner_1 .cherry-banner_content {
    font-size: 110px;
    font-weight: 800;
    line-height: 1em;
    text-transform: uppercase;
    padding: 0; }
    .cherry-banner.banner_1 .cherry-banner_content:after {
      margin-top: 23px; }
  .cherry-banner.banner_1 .cherry-banner_title:before,
  .cherry-banner.banner_1 .cherry-banner_content:after {
    content: '';
    display: block;
    width: 136px;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .cherry-banner.banner_1 .cherry-banner_wrap {
    padding: 110px 15px 115px;
    position: relative;
    z-index: 1; }
    .cherry-banner.banner_1 .cherry-banner_wrap:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.23);
      z-index: -1;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
  .cherry-banner.banner_1 .cherry-banner_link:hover .cherry-banner_title:before {
    -webkit-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
    transform: translate(0, -15px); }
  .cherry-banner.banner_1 .cherry-banner_link:hover .cherry-banner_content:after {
    -webkit-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -o-transform: translate(0, 15px);
    transform: translate(0, 15px); }
  .cherry-banner.banner_1 .cherry-banner_link:hover .cherry-banner_wrap:after {
    background-color: rgba(0, 0, 0, 0.5); }
.cherry-banner.banner_2 {
  text-align: center;
  margin-left: -15px;
  margin-right: -15px; }
  .content-sidebar-sidebar-wrapper .cherry-banner.banner_2, .sidebar-sidebar-content-wrapper .cherry-banner.banner_2, .sidebar-content-sidebar-wrapper .cherry-banner.banner_2 {
    margin-bottom: 28px; }
  .content-sidebar-sidebar-wrapper .cherry-banner.banner_2, .content-sidebar-wrapper .cherry-banner.banner_2 {
    margin-right: 0; }
  .sidebar-sidebar-content-wrapper .cherry-banner.banner_2, .sidebar-content-wrapper .cherry-banner.banner_2 {
    margin-left: 0; }
  .sidebar-content-sidebar-wrapper .cherry-banner.banner_2 {
    margin-left: 0;
    margin-right: 0; }
  .content-sidebar-sidebar-wrapper .cherry-banner.banner_2.no-indent, .sidebar-sidebar-content-wrapper .cherry-banner.banner_2.no-indent, .sidebar-content-sidebar-wrapper .cherry-banner.banner_2.no-indent {
    margin-bottom: 0; }
  .cherry-banner.banner_2 .cherry-banner_wrap {
    overflow: hidden; }
    .sidebar-content-sidebar-wrapper .cherry-banner.banner_2 .cherry-banner_wrap, .sidebar-sidebar-content-wrapper .cherry-banner.banner_2 .cherry-banner_wrap, .content-sidebar-sidebar-wrapper .cherry-banner.banner_2 .cherry-banner_wrap, .content-sidebar-wrapper .cherry-banner.banner_2 .cherry-banner_wrap, .sidebar-content-wrapper .cherry-banner.banner_2 .cherry-banner_wrap {
      padding-right: 28px;
      padding-left: 28px;
      padding-top: 28px; }
  .cherry-banner.banner_2 .cherry-banner_title {
    padding: 0;
    margin-bottom: 28px; }
  .cherry-banner.banner_2 .cherry-banner_content {
    padding: 0;
    margin-bottom: 26px; }
  .cherry-banner.banner_2 .cherry-banner_desc {
    overflow: hidden;
    padding: 69px 48px 66px; }
  .cherry-banner.banner_2 .cherry-banner_link {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    display: inline-block;
    vertical-align: top; }
    .cherry-banner.banner_2 .cherry-banner_link:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      -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; }
    .cherry-banner.banner_2 .cherry-banner_link img {
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    .cherry-banner.banner_2 .cherry-banner_link:hover:after {
      -webkit-opacity: 0.4;
      -moz-opacity: 0.4;
      -ms-opacity: 0.4;
      -o-opacity: 0.4;
      opacity: 0.4; }
    .cherry-banner.banner_2 .cherry-banner_link:hover img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
    .cherry-banner.banner_2 .cherry-banner_link.alignright, .cherry-banner.banner_2 .cherry-banner_link.alignleft {
      margin: 0; }
      .sidebar-content-sidebar-wrapper .cherry-banner.banner_2 .cherry-banner_link.alignright, .sidebar-sidebar-content-wrapper .cherry-banner.banner_2 .cherry-banner_link.alignright, .content-sidebar-sidebar-wrapper .cherry-banner.banner_2 .cherry-banner_link.alignright, .content-sidebar-wrapper .cherry-banner.banner_2 .cherry-banner_link.alignright, .sidebar-content-wrapper .cherry-banner.banner_2 .cherry-banner_link.alignright, .sidebar-content-sidebar-wrapper .cherry-banner.banner_2 .cherry-banner_link.alignleft, .sidebar-sidebar-content-wrapper .cherry-banner.banner_2 .cherry-banner_link.alignleft, .content-sidebar-sidebar-wrapper .cherry-banner.banner_2 .cherry-banner_link.alignleft, .content-sidebar-wrapper .cherry-banner.banner_2 .cherry-banner_link.alignleft, .sidebar-content-wrapper .cherry-banner.banner_2 .cherry-banner_link.alignleft {
        float: none;
        margin: 0; }

.content-sidebar-wrapper .portfolio_1 {
  margin-right: 15px; }
.sidebar-content-wrapper .portfolio_1 {
  margin-left: 15px; }
.sidebar-content-sidebar-wrapper .portfolio_1, .content-sidebar-sidebar-wrapper .portfolio_1, .sidebar-sidebar-content-wrapper .portfolio_1 {
  margin-right: 15px;
  margin-left: 15px; }
.portfolio_1 .portfolio-pagination {
  display: none; }

div.portfolio-wrap div.portfolio-item .inner-wrap .rollover-content {
  background-color: rgba(0, 0, 0, 0.6); }
div.portfolio-wrap div.portfolio-item .inner-wrap .links-container .item-link {
  border: none; }
  div.portfolio-wrap div.portfolio-item .inner-wrap .links-container .item-link:before {
    content: '\f00e';
    font-size: 100px;
    font-weight: normal;
    font-family: FontAwesome;
    line-height: 1em; }
div.portfolio-wrap div.portfolio-item .item-content-inner {
  padding: 51.5px 0; }
div.portfolio-wrap h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2em;
  margin: 0;
  text-align: center; }
div.portfolio-wrap .list-layout {
  padding-top: 20px; }
  div.portfolio-wrap .list-layout .item-content {
    padding: 20px; }
  div.portfolio-wrap .list-layout h3 {
    text-align: left;
    margin-bottom: 6px; }
div.portfolio-wrap .justified-layout h3 {
  font-size: 36px;
  font-weight: 800;
  line-height: 48px;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  vertical-align: top; }
  div.portfolio-wrap .justified-layout h3:before, div.portfolio-wrap .justified-layout h3:after {
    content: '';
    display: block;
    width: 136px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  div.portfolio-wrap .justified-layout h3 a {
    color: white;
    display: inline-block;
    vertical-align: top;
    padding: 18px 0 20px 0; }
  div.portfolio-wrap .justified-layout h3:hover:before {
    -webkit-transform: translate(0, -7px);
    -ms-transform: translate(0, -7px);
    -o-transform: translate(0, -7px);
    transform: translate(0, -7px); }
  div.portfolio-wrap .justified-layout h3:hover:after {
    -webkit-transform: translate(0, 7px);
    -ms-transform: translate(0, 7px);
    -o-transform: translate(0, 7px);
    transform: translate(0, 7px); }

body.single-portfolio article.type-portfolio .cherry-portfolio-single-post figure.post-featured-image {
  margin-bottom: 0; }
body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .post-content {
  padding: 69px 30px; }
body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .post-meta-container i {
  padding: 7px 5px 0 0;
  width: auto; }

.portfolio-filter {
  margin: 0;
  text-align: center; }

ul.filter {
  float: none; }
  ul.filter li {
    margin: 0; }
    ul.filter li:before {
      content: '|';
      padding: 0 20px; }
    ul.filter li:first-child:before {
      display: none; }
    ul.filter li.active a {
      font-weight: 800; }

ul.filter li.active a,
ul.filter li a:hover,
.portfolio-pagination ul.page-link li.active a {
  text-decoration: none; }

.parallax_1 {
  color: white;
  text-align: center; }
  .parallax_1 h1, .parallax_1 h2, .parallax_1 h3, .parallax_1 h4, .parallax_1 h5, .parallax_1 h6 {
    color: inherit; }
  .parallax_1 h2:before {
    background-color: white; }
  .parallax_1 h4 {
    margin: 0; }
  .parallax_1 .parallax-content {
    padding: 69px 0 64px 0; }

.cherry-icon {
  margin-bottom: 12px; }

.cherry-counter {
  margin-bottom: 6px; }
  .cherry-counter span {
    color: inherit;
    font-weight: 800; }

.testimonials_1 {
  overflow: hidden;
  text-align: left; }
  .testimonials_1 .testimonials-item {
    margin: 0; }
    .testimonials_1 .testimonials-item:before {
      content: '\f10d';
      font-size: 72px;
      font-family: FontAwesome;
      line-height: 1em;
      float: left;
      margin: 8px 33px 0 0; }
    .testimonials_1 .testimonials-item blockquote {
      overflow: hidden;
      margin: 0; }
    .testimonials_1 .testimonials-item footer {
      padding-top: 16px; }
      .testimonials_1 .testimonials-item footer:before {
        display: none; }
      .testimonials_1 .testimonials-item footer .author {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px; }

/* Shortcodes */
/* #Footer
================================================== */
#footer {
  padding: 17px 0 16px 0; }

.site-info {
  text-transform: uppercase;
  text-align: right;
  position: relative;
  top: 100%;
  -webkit-transform: translate(0, 99%);
  -ms-transform: translate(0, 99%);
  -o-transform: translate(0, 99%);
  transform: translate(0, 99%); }

.menu-secondary {
  padding: 20px 0 0 0; }
  .menu-secondary li.current_page_item > a, .menu-secondary li.current-menu-item > a, .menu-secondary li.current_page_ancestor > a, .menu-secondary li:hover > a, .menu-secondary li.focus > a {
    text-decoration: none; }
  .menu-secondary a {
    text-transform: uppercase; }

.cherry-footer-logo.text-logo {
  text-transform: uppercase; }

/* Footer */
/* #Contact form
================================================== */
.wpcf7 form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 25px; }
.wpcf7 form input[type="text"], .wpcf7 form input[type="email"], .wpcf7 form textarea {
  width: 100%;
  padding: 11px 0; }
.wpcf7 form textarea {
  height: 360px;
  padding: 11px 0; }
.wpcf7 form .submit-wrap {
  clear: both;
  text-align: center; }
  .wpcf7 form .submit-wrap input {
    display: inline-block; }
  .wpcf7 form .submit-wrap .ajax-loader {
    display: inline-block;
    margin-right: 10px; }
.wpcf7 form .wpcf7-response-output {
  margin-top: 25px; }

/* Contact form */
/* #Misc
================================================== */
.price_list {
  text-align: left;
  padding: 0 36px; }
  .price_list ul {
    margin: 0;
    padding-bottom: 3px; }
    .price_list ul li {
      background-position: 50% 22px;
      background-repeat: repeat-x;
      background-image: url(../images/dots.gif);
      padding: 0; }
      .price_list ul li strong {
        float: right;
        font-weight: 600;
        background: white;
        padding-left: 5px; }
      .price_list ul li a {
        background: white; }
  .price_list.image-icon ul li:before {
    display: none; }

input[type="password"],
input[type="search"],
input[type="email"],
input[type="text"],
input[type="url"],
textarea {
  border: none;
  border-bottom: 1px solid black;
  padding: 11px 0; }
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  textarea::-moz-placeholder {
    -moz-opacity: 1;
    opacity: 1; }
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="email"]:focus,
  input[type="text"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    outline: none; }

input[type="reset"],
input[type="submit"] {
  font-size: 14px;
  border-width: 3px;
  border-style: solid;
  background: none;
  text-transform: uppercase;
  padding: 0 48px;
  height: 51px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  input[type="reset"]:focus,
  input[type="submit"]:focus {
    outline: none; }
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    color: white; }

.widget .search-form label {
  display: block; }
.search-form input[type="search"] {
  padding: 14px 0; }
  .widget .search-form input[type="search"] {
    width: 100%; }

.extra-indent {
  padding-top: 64px;
  padding-bottom: 42px; }
  .sidebar-content-sidebar-wrapper .extra-indent, .sidebar-sidebar-content-wrapper .extra-indent, .content-sidebar-sidebar-wrapper .extra-indent, .sidebar-content-wrapper .extra-indent, .content-sidebar-wrapper .extra-indent {
    padding-top: 0; }

.pseudoStickyBlock {
  max-height: 60px; }

.content-sidebar-sidebar-wrapper .google-map-container, .sidebar-sidebar-content-wrapper .google-map-container, .sidebar-content-sidebar-wrapper .google-map-container, .sidebar-content-wrapper .google-map-container, .content-sidebar-wrapper .google-map-container {
  width: auto; }
.content-sidebar-sidebar-wrapper .google-map-container, .content-sidebar-wrapper .google-map-container {
  margin-right: 15px; }
.sidebar-sidebar-content-wrapper .google-map-container, .sidebar-content-wrapper .google-map-container {
  margin-left: 15px; }
.sidebar-content-sidebar-wrapper .google-map-container {
  margin-right: 15px;
  margin-left: 15px; }
.google-map-container p {
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  margin: 0; }

/* Misc */

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