/*
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 {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  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; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  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"] {
  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;
  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;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    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: 75%; }
.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: 23%; }
.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: 23%; }
.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: all 0.3s ease;
  transition: all 0.3s ease; }

a:hover, a:focus {
  text-decoration: none; }

a[href^="tel:"] {
  color: inherit;
  text-decoration: none; }

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

input, textarea, button, select {
  outline: none !important;
  box-shadow: none;
  resize: none; }

.site {
  -moz-hyphens: none; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="password"]::-moz-focus-inner {
  border: none; }

input[type="search"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
textarea {
  padding: 15px 18px;
  border-radius: 0;
  border: 1px solid #f00;
  background: transparent;
  box-sizing: border-box; }

.table tr > th, .table tr > td, table tr > th, table tr > td {
  padding: 1px; }

#content {
  position: relative; }
  #content:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 10000px;
    margin-left: -5000px;
    content: "";
    z-index: -1; }

.team-socials_item {
  margin: 0 14px 5px 0 !important; }

.team-socials_link {
  width: auto !important;
  height: auto !important; }

.entry-content {
  margin-top: 0; }

.home .content-area {
  padding-top: 0; }

.content-area, .cherry-sidebar-main, .cherry-sidebar-secondary {
  padding-top: 36px; }

.hentry {
  margin-bottom: 0; }

.type-post.hentry {
  margin-bottom: 45px; }

.type-post .entry-content {
  margin-bottom: 20px;
  text-align: center; }

label {
  margin-bottom: 15px; }

.error-404-num {
  font-size: 10em; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }

.site-description {
  padding: 10px 0; }

h1, .site-title {
  margin: 0; }
  h1.image-logo, .site-title.image-logo {
    line-height: 0; }
  h1.text-logo, .site-title.text-logo {
    position: relative;
    margin-bottom: 0;
    line-height: 0;
    margin-top: -2px; }
    h1.text-logo .site-link, .site-title.text-logo .site-link {
      position: relative; }

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 41px; }
  h2.image-logo {
    line-height: 0; }
    h2.image-logo a {
      display: inline-block; }
  h2.site-title.text-logo {
    position: relative;
    text-transform: none;
    margin-bottom: 0; }
    h2.site-title.text-logo .site-link {
      position: relative; }

h3 {
  margin-top: 0;
  margin-bottom: 12px; }
  h3.widget-title {
    position: relative;
    margin-bottom: 36px;
    text-align: center
    /*font-size: 48px;
    line-height: 54px;*/ }
  h3 em {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid;
    line-height: 37px;
    margin-right: 10px;
    font-style: normal; }

h4 {
  margin-bottom: 12px; }

p {
  margin: 0 0 18px; }

*:focus {
  outline: none; }

.content-sidebar-wrapper {
  padding-top: 0; }

.maintenance-container {
  text-align: center; }
  .maintenance-container .site-branding {
    padding: 40px 0 0; }
  .maintenance-container h1 {
    margin-bottom: 45px; }

/* #Header
================================================== */
.home #header {
  padding: 0; }

#header {
  padding: 10px 0 0;
  z-index: 800; }

.home #static-area-header-top {
  position: absolute !important;
  padding: 44px 0 0; }

#static-area-header-top {
  position: relative;
  width: 100%;
  padding: 34px 0 19px;
  z-index: 600; }
  #static-area-header-top > .container > .row:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: #f00;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.site-branding {
  padding-left: 5%; }

/* Logo
---------------------------------------- */
/* Navigation (Menu)
================================================== */
#menu-primary {
  margin: 0 3% 0 0;
  text-align: right; }
  #menu-primary > #menu-primary-items {
    visibility: hidden; }
    @media (min-width: 769px) {
      #menu-primary > #menu-primary-items {
        display: inline-block !important; } }
    #menu-primary > #menu-primary-items .menu-items, #menu-primary > #menu-primary-items {
      box-shadow: none;
      background: none; }
    #menu-primary > #menu-primary-items > .menu-item {
      margin: 0 4px; }
      #menu-primary > #menu-primary-items > .menu-item a {
        position: relative;
        text-decoration: none;
        padding: 0; }
        #menu-primary > #menu-primary-items > .menu-item a > div {
          position: relative;
          height: 100%;
          width: 100%;
          top: 0;
          -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
          #menu-primary > #menu-primary-items > .menu-item a > div .arrow_mov {
            position: absolute;
            display: block;
            left: 0;
            bottom: 15px;
            width: 100%;
            height: 20px;
            text-align: center; }
            #menu-primary > #menu-primary-items > .menu-item a > div .arrow_mov:before {
              position: absolute;
              display: block;
              left: 0;
              bottom: -18px;
              width: 100%;
              height: 100%;
              /*content: "\f347";
              font: normal 18px/1 'dashicons';*/
              content: "\f107";
              font: normal 18px/1 FontAwesome;
              text-align: center;
              color: inherit; }
          #menu-primary > #menu-primary-items > .menu-item a > div:first-child + div {
            position: absolute;
            top: 0;
            left: 0; }
            #menu-primary > #menu-primary-items > .menu-item a > div:first-child + div span {
              opacity: 0; }
            #menu-primary > #menu-primary-items > .menu-item a > div:first-child + div .arrow_mov:before {
              opacity: 0;
              -webkit-transition: all 0.4s ease-in-out;
              transition: all 0.4s ease-in-out; }
          #menu-primary > #menu-primary-items > .menu-item a > div span {
            position: relative;
            display: block;
            padding: 11px 20px;
            width: auto;
            border: none;
            border-radius: 0;
            text-align: center;
            margin: 0;
            background: url("../../images/false_button.png") 0 0 repeat;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
        #menu-primary > #menu-primary-items > .menu-item a:after, #menu-primary > #menu-primary-items > .menu-item a:before {
          position: absolute;
          display: block;
          width: 1%;
          height: 100%;
          opacity: 0;
          top: 0;
          left: 50%;
          margin-top: 0;
          content: "";
          z-index: -1;
          border-radius: 0;
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease; }
        #menu-primary > #menu-primary-items > .menu-item a:before {
          z-index: -2;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      #menu-primary > #menu-primary-items > .menu-item > a {
        padding: 11px 20px; }
      #menu-primary > #menu-primary-items > .menu-item .mega-menu-icon {
        vertical-align: baseline;
        padding: 0 10px 0 0; }
      #menu-primary > #menu-primary-items > .menu-item .mega-menu-arrow {
        vertical-align: baseline;
        padding: 0 0 0 10px; }
      #menu-primary > #menu-primary-items > .menu-item:first-child {
        margin-left: 0; }
      #menu-primary > #menu-primary-items > .menu-item:last-child {
        margin-right: 0; }
      #menu-primary > #menu-primary-items > .menu-item > a:hover {
        text-decoration: none;
        background: transparent; }
        #menu-primary > #menu-primary-items > .menu-item > a:hover > div:first-child {
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
        #menu-primary > #menu-primary-items > .menu-item > a:hover:after, #menu-primary > #menu-primary-items > .menu-item > a:hover:before {
          opacity: 100;
          height: 100%;
          width: 100%;
          border-radius: 50px;
          top: 0;
          left: 0;
          -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
                  transform: rotate(0deg); }
        #menu-primary > #menu-primary-items > .menu-item > a:hover:before {
          width: 98%;
          left: 1px; }
      #menu-primary > #menu-primary-items > .menu-item.current-menu-item a:after, #menu-primary > #menu-primary-items > .menu-item.current-menu-item a:before, #menu-primary > #menu-primary-items > .menu-item.mega-toggle-on a:after, #menu-primary > #menu-primary-items > .menu-item.mega-toggle-on a:before {
        opacity: 100;
        height: 100%;
        width: 100%;
        border-radius: 50px;
        left: 0;
        top: 0;
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg); }
      #menu-primary > #menu-primary-items > .menu-item.current-menu-item a:before, #menu-primary > #menu-primary-items > .menu-item.mega-toggle-on a:before {
        width: 98%;
        left: 1px; }
    #menu-primary > #menu-primary-items .sub-menu, #menu-primary > #menu-primary-items .simple-sub {
      border-radius: 20px; }
    #menu-primary > #menu-primary-items .sub-menu,
    #menu-primary > #menu-primary-items .cherry-mega-menu-sub,
    #menu-primary > #menu-primary-items .cherry-mega-menu-sub.simple-sub {
      margin: 20px 0 0;
      padding: 14px 18px 4px;
      text-align: left; }
      #menu-primary > #menu-primary-items .sub-menu li,
      #menu-primary > #menu-primary-items .cherry-mega-menu-sub li,
      #menu-primary > #menu-primary-items .cherry-mega-menu-sub.simple-sub li {
        padding: 6px 0 0;
        list-style: none;
        line-height: 1em;
        margin-bottom: 10px; }
        #menu-primary > #menu-primary-items .sub-menu li a,
        #menu-primary > #menu-primary-items .cherry-mega-menu-sub li a,
        #menu-primary > #menu-primary-items .cherry-mega-menu-sub.simple-sub li a {
          text-decoration: none;
          margin: 0; }
          #menu-primary > #menu-primary-items .sub-menu li a:after,
          #menu-primary > #menu-primary-items .cherry-mega-menu-sub li a:after,
          #menu-primary > #menu-primary-items .cherry-mega-menu-sub.simple-sub li a:after {
            position: absolute;
            display: block;
            width: 1%;
            height: 1px;
            top: 100%;
            left: 50%;
            content: "";
            margin-top: -4px;
            display: none; }
          #menu-primary > #menu-primary-items .sub-menu li a:hover:after,
          #menu-primary > #menu-primary-items .cherry-mega-menu-sub li a:hover:after,
          #menu-primary > #menu-primary-items .cherry-mega-menu-sub.simple-sub li a:hover:after {
            opacity: 1;
            width: 100%;
            left: 0; }
      #menu-primary > #menu-primary-items .sub-menu li:first-child,
      #menu-primary > #menu-primary-items .cherry-mega-menu-sub li:first-child,
      #menu-primary > #menu-primary-items .cherry-mega-menu-sub.simple-sub li:first-child {
        padding: 0; }
      #menu-primary > #menu-primary-items .sub-menu .post-content,
      #menu-primary > #menu-primary-items .cherry-mega-menu-sub .post-content,
      #menu-primary > #menu-primary-items .cherry-mega-menu-sub.simple-sub .post-content {
        font-size: 15px;
        line-height: 1.2em; }
    #menu-primary > #menu-primary-items .sub-menu,
    #menu-primary > #menu-primary-items .cherry-mega-menu-sub.simple-sub {
      width: auto; }
      #menu-primary > #menu-primary-items .sub-menu li,
      #menu-primary > #menu-primary-items .cherry-mega-menu-sub.simple-sub li {
        width: auto;
        float: none;
        display: block; }
        #menu-primary > #menu-primary-items .sub-menu li a,
        #menu-primary > #menu-primary-items .cherry-mega-menu-sub.simple-sub li a {
          width: auto;
          white-space: nowrap;
          display: inline-block; }
          #menu-primary > #menu-primary-items .sub-menu li a .mega-menu-arrow,
          #menu-primary > #menu-primary-items .cherry-mega-menu-sub.simple-sub li a .mega-menu-arrow {
            position: relative;
            top: -1px; }
    #menu-primary > #menu-primary-items .cherry-mega-menu-sub.mega-sub {
      padding: 30px 15px
      /* Post template "megamenu-posts" */
      /* Post template "megamenu-news" */
      /* Post template "megamenu-banner" */ }
      #menu-primary > #menu-primary-items .cherry-mega-menu-sub.mega-sub > li {
        padding: 0 30px; }
        #menu-primary > #menu-primary-items .cherry-mega-menu-sub.mega-sub > li ul {
          padding-left: 0; }
        #menu-primary > #menu-primary-items .cherry-mega-menu-sub.mega-sub > li:before {
          content: '';
          position: absolute;
          top: 5%;
          margin-left: -30px;
          width: 1px;
          height: 90%;
          background: #000; }
        #menu-primary > #menu-primary-items .cherry-mega-menu-sub.mega-sub > li a:after {
          display: none; }
      #menu-primary > #menu-primary-items .cherry-mega-menu-sub.mega-sub > li:first-child:before {
        display: none; }
      #menu-primary > #menu-primary-items .cherry-mega-menu-sub.mega-sub .mega-block-title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px; }
      #menu-primary > #menu-primary-items .cherry-mega-menu-sub.mega-sub .megamenu-post-wrap {
        margin-bottom: 30px; }
        #menu-primary > #menu-primary-items .cherry-mega-menu-sub.mega-sub .megamenu-post-wrap .post-thumbnail {
          padding: 0 0 15px 0;
          overflow: visible; }
        #menu-primary > #menu-primary-items .cherry-mega-menu-sub.mega-sub .megamenu-post-wrap .post-title {
          margin-bottom: 10px; }
          #menu-primary > #menu-primary-items .cherry-mega-menu-sub.mega-sub .megamenu-post-wrap .post-title a {
            font-size: 20px;
            line-height: 24px; }
        #menu-primary > #menu-primary-items .cherry-mega-menu-sub.mega-sub .megamenu-post-wrap .post-content {
          margin-bottom: 20px; }
        #menu-primary > #menu-primary-items .cherry-mega-menu-sub.mega-sub .megamenu-post-wrap .btn {
          padding: 10px 15px;
          display: inline-block; }
          #menu-primary > #menu-primary-items .cherry-mega-menu-sub.mega-sub .megamenu-post-wrap .btn:before {
            border-radius: 0;
            width: 100%;
            left: 0;
            height: 1%;
            opacity: 0; }
          #menu-primary > #menu-primary-items .cherry-mega-menu-sub.mega-sub .megamenu-post-wrap .btn:hover:before {
            height: 100%;
            opacity: 1; }
      #menu-primary > #menu-primary-items .cherry-mega-menu-sub.mega-sub .megamenu-news-wrap {
        padding-bottom: 35px; }
        #menu-primary > #menu-primary-items .cherry-mega-menu-sub.mega-sub .megamenu-news-wrap .post-title {
          margin-bottom: 10px; }
          #menu-primary > #menu-primary-items .cherry-mega-menu-sub.mega-sub .megamenu-news-wrap .post-title a {
            font-size: 18px;
            line-height: 22px; }
        #menu-primary > #menu-primary-items .cherry-mega-menu-sub.mega-sub .megamenu-news-wrap time {
          display: inline-block;
          font-size: 12px;
          line-height: 20px;
          font-weight: bold;
          text-transform: uppercase;
          margin-bottom: 6px; }
      #menu-primary > #menu-primary-items .cherry-mega-menu-sub.mega-sub .megamenu-banner-wrap {
        position: relative;
        text-align: center; }
        #menu-primary > #menu-primary-items .cherry-mega-menu-sub.mega-sub .megamenu-banner-wrap:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: rgba(0, 0, 0, 0.25);
          z-index: 1; }
        #menu-primary > #menu-primary-items .cherry-mega-menu-sub.mega-sub .megamenu-banner-wrap a:after {
          position: absolute;
          display: block;
          width: 100%;
          height: 0;
          top: 0;
          left: 0;
          content: "";
          background: #f00;
          opacity: 0;
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
          margin-top: 0;
          z-index: 1;
          border-radius: 0; }
        #menu-primary > #menu-primary-items .cherry-mega-menu-sub.mega-sub .megamenu-banner-wrap a:hover:after {
          opacity: 0.5;
          height: 100%; }
        #menu-primary > #menu-primary-items .cherry-mega-menu-sub.mega-sub .megamenu-banner-wrap .cherry-banner_title {
          position: relative;
          padding: 40px 40px 10px;
          color: #fff;
          font-size: 25px;
          line-height: 30px;
          z-index: 3;
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease; }
        #menu-primary > #menu-primary-items .cherry-mega-menu-sub.mega-sub .megamenu-banner-wrap .cherry-banner_content {
          position: relative;
          padding: 0 40px 40px;
          font-size: 14px;
          line-height: 20px;
          z-index: 3; }
    #menu-primary > #menu-primary-items .sub-menu .sub-menu,
    #menu-primary > #menu-primary-items .cherry-mega-menu-sub.simple-sub .cherry-mega-menu-sub.simple-sub {
      margin: -14px 0 0 25px; }

#menu-secondary .menu-items {
  margin: 0;
  padding: 0;
  list-style: none; }
  #menu-secondary .menu-items .menu-item {
    display: inline-block;
    margin-left: 20px; }
  #menu-secondary .menu-items .menu-item:first-child {
    margin-left: 0; }

/* mega menu mobile */
#menu-primary .cherry-mega-menu-mobile-trigger, #menu-primary .menu-primary_trigger {
  font-size: 20px;
  font-weight: normal;
  box-shadow: none !important;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
#menu-primary .cherry-mega-menu-mobile-close {
  height: 0;
  padding: 0 !important;
  overflow: hidden; }
#menu-primary #menu-primary-items.mega-menu-mobile-on > .menu-item {
  width: auto !important;
  margin: 5px 0; }
  #menu-primary #menu-primary-items.mega-menu-mobile-on > .menu-item > a {
    padding: 10px; }
  #menu-primary #menu-primary-items.mega-menu-mobile-on > .menu-item .cherry-mega-menu-sub > .menu-item-type-widget {
    margin-top: 30px; }
    #menu-primary #menu-primary-items.mega-menu-mobile-on > .menu-item .cherry-mega-menu-sub > .menu-item-type-widget:first-child {
      margin-top: 0; }
    #menu-primary #menu-primary-items.mega-menu-mobile-on > .menu-item .cherry-mega-menu-sub > .menu-item-type-widget > ul {
      padding-bottom: 15px; }
  #menu-primary #menu-primary-items.mega-menu-mobile-on > .menu-item .cherry-mega-menu-sub .cherry-mega-menu-sub {
    padding: 0 0 0 25px; }
#menu-primary #menu-primary-items.mega-menu-mobile-on .cherry-mega-menu-sub.mega-sub > li .menu {
  padding: 15px 0; }
#menu-primary.toggled .act_1 .sub-menu {
  position: static;
  opacity: 1;
  visibility: visible; }
#menu-primary.toggled #menu-primary-items.act_1 {
  height: inherit;
  opacity: 1; }
#menu-primary #menu-primary-items.act_1 {
  position: relative;
  height: 0;
  opacity: 0;
  overflow: hidden;
  z-index: 5; }
  #menu-primary #menu-primary-items.act_1 li {
    margin-bottom: 5px !important; }
    #menu-primary #menu-primary-items.act_1 li .sub-menu li {
      position: relative;
      z-index: 5; }
      #menu-primary #menu-primary-items.act_1 li .sub-menu li a {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
#menu-primary .cherry-mega-menu-mobile-trigger-box + #menu-primary-items {
  height: inherit;
  opacity: 1; }

/* simple menu mobile style in init/css/dynamic-style.css */
.isStick {
  z-index: 500;
  right: 0;
  left: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
  .isStick#static-area-header-top {
    padding: 10px 0 0; }
    @media (min-width: 768px) {
      .isStick#static-area-header-top {
        position: fixed !important; } }
    .isStick#static-area-header-top > .container-fluid > .row:before {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      content: "";
      background: #f00;
      opacity: 1; }
  .isStick#menu-primary {
    padding: 10px 0;
    text-align: center;
    margin-right: 0; }
    .isStick#menu-primary:after {
      opacity: 1; }
  .isStick#header {
    z-index: 500; }

/* breadcrumbs
================================================== */
.cherry-breadcrumbs {
  padding: 32px 0 27px;
  margin-top: 0;
  text-align: center; }
  .cherry-breadcrumbs .page-title {
    margin: 0 0 5px;
    text-transform: uppercase; }
  .cherry-breadcrumbs .cherry-breadcrumbs_content {
    padding: 10px 0;
    text-align: center; }
    .cherry-breadcrumbs .cherry-breadcrumbs_content .cherry-breadcrumbs_browse {
      display: none; }
    .cherry-breadcrumbs .cherry-breadcrumbs_content .cherry-breadcrumbs_wrap {
      line-height: 0; }
      .cherry-breadcrumbs .cherry-breadcrumbs_content .cherry-breadcrumbs_wrap .cherry-breadcrumbs_item {
        line-height: 0; }
      .cherry-breadcrumbs .cherry-breadcrumbs_content .cherry-breadcrumbs_wrap .cherry-breadcrumbs_item_sep {
        margin: 0 8px; }

/* Pagination
================================================== */
.nav-links .page-numbers {
  margin-bottom: 5px; }

/*Blog posts list pagination*/
.navigation.pagination {
  clear: both;
  margin-bottom: 40px; }
  .navigation.pagination .nav-links .page-numbers.current, .navigation.pagination .nav-links .page-numbers {
    border-radius: 0;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    display: inline-block; }

.navigation.post-navigation .nav-links a {
  text-align: center; }

/*Blog single post prev/next navigation*/
.navigation.post-navigation {
  overflow: hidden;
  margin-bottom: 50px; }
  .navigation.post-navigation .nav-links a {
    border-radius: 0;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    display: inline-block; }
  .navigation.post-navigation .nav-links .nav-previous a {
    margin-right: 10px; }
  .navigation.post-navigation .nav-links .nav-next a {
    margin-left: 10px; }
  .navigation.post-navigation .nav-links .nav-previous, .navigation.post-navigation .nav-links .nav-next {
    margin-top: 30px; }

/*Portfolio list pagination*/
.portfolio-wrap .portfolio-container .portfolio-pagination {
  position: relative;
  display: block;
  margin: 20px 0 40px; }
  .portfolio-wrap .portfolio-container .portfolio-pagination ul.page-link li a, .portfolio-wrap .portfolio-container .portfolio-pagination .page-nav a {
    border-radius: 0;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none; }

/* Shortcodes
================================================== */
/* button */
.cherry-btn.cherry-btn-extra-small {
  font-size: 10px;
  line-height: 13.33333px;
  padding: 7.5px 12.5px 7.5px 12.5px; }
.cherry-btn.cherry-btn-small {
  font-size: 12px;
  line-height: 16px;
  padding: 10px 16.66667px 10px 16.66667px; }
.cherry-btn.cherry-btn-medium {
  font-size: 15px;
  line-height: 20px;
  padding: 15px 25px 15px 25px; }
.cherry-btn.cherry-btn-large {
  font-size: 15px;
  line-height: 20px;
  padding: 18.75px 31.25px 18.75px 31.25px; }
.cherry-btn.cherry-btn-extra-large {
  font-size: 17.25px;
  line-height: 23px;
  padding: 22.5px 37.5px 22.5px 37.5px; }

/* posts */
/* title box */
/* box */
/* parallax box */
/* #Swiper carousel
================================================== */
.swiper-container .swiper-button-next {
  right: 10px; }
.swiper-container .swiper-button-prev {
  left: 10px; }
.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: none;
  border-radius: 10px;
  background: #fff; }
  .swiper-container .swiper-button-next:before, .swiper-container .swiper-button-prev:before {
    font: 20px/50px FontAwesome; }
.swiper-container .swiper-button-next:before {
  content: '\f105'; }
.swiper-container .swiper-button-prev:before {
  content: '\f104'; }

/* #Content
================================================== */
.home .site-content {
  padding: 0; }

.site-content {
  padding: 41px 0 0; }

body.page .hentry {
  margin: 0; }
body.page .entry-meta {
  margin: 0; }
body.page .entry-meta-top {
  padding: 0;
  border: none; }
body.page .entry-content {
  margin: 0; }

.single article.hentry {
  margin: 0; }

/* Portfolio
================================================== */
body.single-portfolio article.type-portfolio .cherry-portfolio-single-post.cherry-portfolio-video-post .video-player-container,
body.single-portfolio article.type-portfolio .cherry-portfolio-single-post figure.post-featured-image {
  margin-bottom: 40px; }

.portfolio-wrap .portfolio-filter {
  text-align: center;
  margin: 3px 0 50px; }
  .portfolio-wrap .portfolio-filter .order-filter {
    float: none; }
    .portfolio-wrap .portfolio-filter .order-filter li {
      text-align: center;
      text-decoration: none;
      display: block;
      text-transform: lowercase; }
      .portfolio-wrap .portfolio-filter .order-filter li:before {
        position: absolute;
        display: block;
        width: 1%;
        height: 1px;
        left: 50%;
        bottom: 0;
        content: "";
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        background: #99cc00; }
      .portfolio-wrap .portfolio-filter .order-filter li:hover:before, .portfolio-wrap .portfolio-filter .order-filter li.dropdown-state:before {
        width: 100%;
        left: 0;
        opacity: 1; }
      .portfolio-wrap .portfolio-filter .order-filter li ul li:before {
        display: none; }
    .portfolio-wrap .portfolio-filter .order-filter .order-list, .portfolio-wrap .portfolio-filter .order-filter .orderby-list {
      z-index: 1; }
      .portfolio-wrap .portfolio-filter .order-filter .order-list li, .portfolio-wrap .portfolio-filter .order-filter .orderby-list li {
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3); }
  .portfolio-wrap .portfolio-filter ul.filter, .portfolio-wrap .portfolio-filter ul.order-filter {
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    float: none; }
    .portfolio-wrap .portfolio-filter ul.filter li, .portfolio-wrap .portfolio-filter ul.order-filter li {
      margin: 0 24px 10px; }
      .portfolio-wrap .portfolio-filter ul.filter li:after, .portfolio-wrap .portfolio-filter ul.order-filter li:after {
        position: relative;
        display: inline-block;
        width: 34px;
        text-align: center;
        content: "/";
        color: #f00;
        display: none; }
      .portfolio-wrap .portfolio-filter ul.filter li a, .portfolio-wrap .portfolio-filter ul.order-filter li a {
        position: relative;
        font-size: 20px;
        font-weight: normal;
        line-height: 24px;
        text-transform: lowercase; }
        .portfolio-wrap .portfolio-filter ul.filter li a:after, .portfolio-wrap .portfolio-filter ul.order-filter li a:after {
          position: absolute;
          display: block;
          width: 1%;
          height: 1px;
          left: 50%;
          bottom: 1px;
          content: "";
          opacity: 0;
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease; }
        .portfolio-wrap .portfolio-filter ul.filter li a:hover:after, .portfolio-wrap .portfolio-filter ul.filter li a.active:after, .portfolio-wrap .portfolio-filter ul.order-filter li a:hover:after, .portfolio-wrap .portfolio-filter ul.order-filter li a.active:after {
          width: 100%;
          left: 0;
          opacity: 1; }
      .portfolio-wrap .portfolio-filter ul.filter li a:hover, .portfolio-wrap .portfolio-filter ul.filter li.active a, .portfolio-wrap .portfolio-filter ul.order-filter li a:hover, .portfolio-wrap .portfolio-filter ul.order-filter li.active a {
        text-decoration: none; }
      .portfolio-wrap .portfolio-filter ul.filter li:last-child:after, .portfolio-wrap .portfolio-filter ul.order-filter li:last-child:after {
        display: none; }
      .portfolio-wrap .portfolio-filter ul.filter li.active a:after, .portfolio-wrap .portfolio-filter ul.order-filter li.active a:after {
        width: 100%;
        left: 0;
        opacity: 1; }
  .portfolio-wrap .portfolio-filter ul.order-filter {
    margin-left: 20px; }
    .portfolio-wrap .portfolio-filter ul.order-filter li {
      letter-spacing: 0;
      padding: 0;
      border: none;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .portfolio-wrap .portfolio-filter ul.order-filter .marker {
      display: none !important; }
    .portfolio-wrap .portfolio-filter ul.order-filter .order-list, .portfolio-wrap .portfolio-filter ul.order-filter .orderby-list {
      width: 100%;
      padding: 0;
      margin-top: 30px; }
      .portfolio-wrap .portfolio-filter ul.order-filter .order-list li, .portfolio-wrap .portfolio-filter ul.order-filter .orderby-list li {
        margin: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        box-shadow: none; }
        .portfolio-wrap .portfolio-filter ul.order-filter .order-list li:after, .portfolio-wrap .portfolio-filter ul.order-filter .orderby-list li:after {
          display: none; }
.portfolio-wrap .portfolio-container .portfolio-list {
  /* Grid layout */
  /* Masonry layout */
  /* Justified layout */
  /* List layout */
  /* Custom Portfolio hover animation */ }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item {
    /*.item-content {
    	h3{
    		margin-bottom:10px;
    	}
    }*/ }
    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .rollover-content {
      z-index: 5; }
      .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .rollover-content:before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1; }
    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .custom-links {
      padding: 10px 0; }
      .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .custom-links .item-link {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: relative;
        padding: 0;
        margin: 0 15px;
        width: 50px;
        height: 50px;
        border-radius: 50%; }
      .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .custom-links .zoomlink {
        font-size: 0;
        line-height: 0;
        border: none; }
        .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .custom-links .zoomlink:after {
          position: absolute;
          display: block;
          top: 50%;
          left: 50%;
          margin-left: -40px;
          margin-top: -40px;
          width: 80px;
          height: 80px;
          content: "";
          border: 2px solid;
          background: rgba(255, 255, 255, 0.5);
          opacity: 1;
          -webkit-transform: rotateZ(45deg) scale(1);
          -ms-transform: rotateZ(45deg) scale(1);
          transform: rotateZ(45deg) scale(1);
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
          display: none; }
        .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .custom-links .zoomlink:before {
          position: absolute;
          display: block;
          top: 50%;
          left: 50%;
          margin-left: -40px;
          margin-top: -40px;
          width: 80px;
          height: 80px;
          font: normal 48px/1em FontAwesome;
          line-height: 80px;
          content: "\f002";
          text-align: center;
          opacity: 1;
          -webkit-transform: rotateZ(0deg) scale(1);
          -ms-transform: rotateZ(0deg) scale(1);
          transform: rotateZ(0deg) scale(1);
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease; }
        .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .custom-links .zoomlink:hover:after {
          opacity: 1;
          transform: rotate(45deg);
          -webkit-transform: rotateZ(270deg) scale(1);
          -ms-transform: rotateZ(270deg) scale(1);
          transform: rotateZ(270deg) scale(1);
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease; }
        .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .custom-links .zoomlink:hover:before {
          opacity: 1;
          -webkit-transform: rotateZ(0deg) scale(1.4);
          -ms-transform: rotateZ(0deg) scale(1.4);
          transform: rotateZ(0deg) scale(1.4);
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease; }
        .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .custom-links .zoomlink:hover {
          background: transparent; }
      .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .custom-links .permalink {
        border: none; }
        .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .custom-links .permalink:before {
          content: "\f064";
          font: 35px/44px FontAwesome; }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.grid-layout-item .item-content {
    padding: 43px 0 48px;
    border: none; }
    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.grid-layout-item .item-content h3 {
      margin-bottom: 13px; }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.masonry-layout-item .inner-wrap {
    padding: 0; }
    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.masonry-layout-item .inner-wrap .media-content {
      margin-bottom: 0; }
    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.masonry-layout-item .inner-wrap .item-content {
      padding: 43px 0 20px; }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.masonry-layout-item .rollover-content .zoomlink {
    font-size: 0;
    line-height: 0;
    border: none; }
    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.masonry-layout-item .rollover-content .zoomlink:after {
      display: none; }
    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.masonry-layout-item .rollover-content .zoomlink:before {
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -25px;
      margin-top: -18px;
      width: 50px;
      height: 50px;
      font: normal 48px/44px FontAwesome;
      line-height: 50px;
      content: "\f002";
      -webkit-transform: rotateZ(0deg) scale(1);
      -ms-transform: rotateZ(0deg) scale(1);
      transform: rotateZ(0deg) scale(1);
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.masonry-layout-item .rollover-content .zoomlink:hover:before {
      -webkit-transform: rotateZ(0deg) scale(1);
      -ms-transform: rotateZ(0deg) scale(1);
      transform: rotateZ(0deg) scale(1);
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.masonry-layout-item .rollover-content .zoomlink:hover {
      background: transparent; }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.masonry-layout-item .rollover-content .item-link.permalink:before {
    content: "\f0c1";
    font-size: 48px; }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.justified-layout-item .rollover-content h3 a {
    color: #fff; }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.justified-layout-item .rollover-content .zoomlink {
    font-size: 0;
    line-height: 0;
    border: none; }
    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.justified-layout-item .rollover-content .zoomlink:after {
      display: none; }
    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.justified-layout-item .rollover-content .zoomlink:before {
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -25px;
      margin-top: -18px;
      width: 50px;
      height: 50px;
      font: normal 48px/44px FontAwesome;
      line-height: 50px;
      content: "\f002";
      -webkit-transform: rotateZ(0deg) scale(1);
      -ms-transform: rotateZ(0deg) scale(1);
      transform: rotateZ(0deg) scale(1);
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.justified-layout-item .rollover-content .zoomlink:hover:before {
      -webkit-transform: rotateZ(0deg) scale(1);
      -ms-transform: rotateZ(0deg) scale(1);
      transform: rotateZ(0deg) scale(1);
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.justified-layout-item .rollover-content .zoomlink:hover {
      background: transparent; }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.justified-layout-item .rollover-content .item-link.permalink:before {
    content: "\f0c1";
    font-size: 48px; }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap {
    padding: 30px;
    background: #f0f0f0;
    margin-bottom: 40px; }
    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .media-content {
      width: 40%;
      margin: 0 1% 0 0; }
      .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .media-content .rollover-content .table-display .custom-links {
        padding: 0; }
        .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .media-content .rollover-content .table-display .custom-links .item-link {
          position: relative;
          display: block;
          width: 100%;
          height: 100%;
          margin: 0;
          border-radius: 0; }
    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .item-content {
      width: 55%;
      margin: 0 1% 0; }
      .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .item-content h3 {
        margin: 0 0 25px; }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content > img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content .rollover-content:before {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    visibility: hidden;
    opacity: 0; }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content .rollover-content h3 {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    position: relative;
    visibility: hidden;
    top: -75px;
    opacity: 0; }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content .rollover-content .item-link {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    opacity: 0; }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content .rollover-content .custom-hover-slide .zoomlink {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    left: -150px; }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content .rollover-content .custom-hover-slide .permalink {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    right: -150px; }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content:hover > img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content:hover .rollover-content:before {
    visibility: visible;
    opacity: 0.8; }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content:hover .rollover-content h3 {
    visibility: visible;
    top: 0;
    opacity: 1; }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content:hover .rollover-content .item-link {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1; }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content:hover .rollover-content .custom-hover-slide .zoomlink {
    left: 0; }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content:hover .rollover-content .custom-hover-slide .permalink {
    right: 0; }
.portfolio-wrap .portfolio-container .portfolio-ajax-button .load-more-button a {
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase; }
.portfolio-wrap .cherry-portfolio-ajax-loader {
  background: none; }

.cherry-portfolio-single-post .dashicons {
  position: relative;
  top: 0;
  margin-right: 11px; }

/* #Blog
================================================== */
.single .hentry {
  margin: 0 0 20px; }
.single .content-area .site-main > article {
  position: relative;
  padding: 130px 0 110px; }
.single .content-area .site-main > article:first-child {
  margin-top: -77px; }
.single .content-area .site-main > article:first-child {
  background: #f00; }
  .single .content-area .site-main > article:first-child:before, .single .content-area .site-main > article:first-child:after {
    position: absolute;
    display: block;
    width: 5000px;
    height: 100%;
    content: "";
    top: 0;
    background: #99cc00;
    z-index: 0; }
  .single .content-area .site-main > article:first-child:before {
    left: -5000px; }
  .single .content-area .site-main > article:first-child:after {
    right: -5000px; }
.single.cherry-with-sidebar .content-area .site-main > article:before, .single.cherry-with-sidebar .content-area .site-main > article:after {
  display: none; }

.hentry {
  margin: 0 0 80px
  /*
  .entry-thumbnail, .entry-video, .post-gallery_item, .entry-avatar, .mejs-container, .post-thumbnail {
  	margin-bottom:40px;
  }
  */ }
  .hentry .entry-thumbnail, .hentry .entry-avatar, .hentry .mejs-container, .hentry .post-thumbnail, .hentry .entry-video, .hentry .post-gallery {
    margin-bottom: 40px; }

.entry-title {
  margin-bottom: 35px;
  text-align: center; }

.entry-meta-top {
  padding: 10px;
  border-top: 1px solid;
  border-bottom: 1px solid; }

.entry-meta {
  margin-bottom: 15px; }
  .entry-meta .posted-on:before {
    position: relative;
    margin-right: 7px;
    content: '\f073';
    font-family: FontAwesome;
    top: -1px;
    display: none; }
  .entry-meta .author:before {
    position: relative;
    margin-right: 7px;
    content: '\f007';
    font-family: FontAwesome;
    top: -1px; }
  .entry-meta .comments-link:before {
    position: relative;
    margin-right: 7px;
    content: '\f086';
    font-family: FontAwesome;
    top: -1px; }

.entry-meta-bottom {
  margin: 25px 0 0; }

.entry-permalink a {
  display: inline-block;
  margin: 25px 0 0;
  border-radius: 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  font-style: normal; }

.author-bio {
  padding: 28px 0;
  border: none;
  margin-bottom: 130px; }

.author-bio h3 {
  /*font-size: 18px;
  line-height: 20px;*/ }

.related-posts_title, .comment-reply-title, .comments-title {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 39px; }

/*Related posts */
.related-posts {
  position: relative;
  padding: 70px 0;
  margin-bottom: 50px; }
  .related-posts:before, .related-posts:after {
    position: absolute;
    display: block;
    width: 5000px;
    height: 100%;
    top: 0;
    content: "";
    background: #99cc00; }
  .related-posts:before {
    left: -5000px; }
  .related-posts:after {
    right: -5000px; }
  .related-posts .related-posts_list {
    list-style: none;
    text-align: center; }
    .related-posts .related-posts_list .related-posts_item {
      padding-bottom: 70px; }
      .related-posts .related-posts_list .related-posts_item .entry-thumbnail {
        margin: 0 0 29px; }
      .related-posts .related-posts_list .related-posts_item .entry-title {
        margin-bottom: 14px; }
      .related-posts .related-posts_list .related-posts_item .entry-content {
        line-height: 22px;
        max-height: 69px;
        overflow: hidden;
        margin-bottom: 27px; }

/*Post gallery prev/next*/
body .post-gallery_prev, body .post-gallery_next {
  border-radius: 5px;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 55px; }

body .post-gallery_prev {
  left: 30px; }

body .post-gallery_next {
  right: 30px; }

/* #Comments
================================================== */
.page .comments-area {
  margin-top: 40px; }

ol.comment-list li > .children,
ol.comment-list .children li > .children {
  list-style: none; }

.comments-area .comments .comment-list {
  list-style: none;
  padding-left: 0;
  padding-bottom: 20px;
  padding-bottom: 105px; }
  .comments-area .comments .comment-list .comment {
    margin-bottom: 30px; }
  .comments-area .comments .comment-list .comment-body {
    padding: 37px 0;
    border: 1px solid;
    margin-top: 0;
    background: transparent; }
  .comments-area .comments .comment-list .comment-meta {
    overflow: hidden; }
    .comments-area .comments .comment-list .comment-meta .comment-author img {
      margin: 0 20px 10px 0; }
    .comments-area .comments .comment-list .comment-meta .comment-author b {
      margin-right: 10px; }
    .comments-area .comments .comment-list .comment-meta .comment-author .says {
      display: none; }
    .comments-area .comments .comment-list .comment-meta .comment-author .fn {
      font-size: 15px;
      line-height: 20px;
      font-weight: bold;
      text-transform: uppercase; }
    .comments-area .comments .comment-list .comment-meta .comment-awaiting-moderation {
      margin: 0; }
    .comments-area .comments .comment-list .comment-meta .comment-metadata {
      font-size: 12px;
      line-height: 18px; }
      .comments-area .comments .comment-list .comment-meta .comment-metadata:before {
        content: '\f017';
        font-family: FontAwesome;
        margin-right: 3px; }
      .comments-area .comments .comment-list .comment-meta .comment-metadata .edit-link {
        font-weight: bold;
        text-transform: uppercase; }
  .comments-area .comments .comment-list .comment-content p {
    margin: 0; }
  .comments-area .comments .comment-list .reply {
    text-align: right; }
    .comments-area .comments .comment-list .reply .comment-reply-link {
      font-size: 18px; }

.comments .comment-respond {
  position: relative;
  padding-top: 124px;
  padding-bottom: 200px; }
  .comments .comment-respond .cont_bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url("../../images/bg_1.jpg") 0 0 no-repeat;
    background-size: cover; }
  .comments .comment-respond h3 {
    position: relative; }
  .comments .comment-respond form {
    position: relative;
    overflow: hidden; }
    .comments .comment-respond form .block_left {
      position: relative;
      display: block;
      overflow: hidden;
      width: 49%;
      float: left;
      margin-right: 2%; }
    .comments .comment-respond form .block_right {
      position: relative;
      width: 49%;
      display: block;
      overflow: hidden; }
    .comments .comment-respond form .comment-form-author, .comments .comment-respond form .comment-form-email, .comments .comment-respond form .comment-form-url {
      width: 100%;
      float: none;
      margin: 0 0 16px !important; }
      .comments .comment-respond form .comment-form-author input, .comments .comment-respond form .comment-form-email input, .comments .comment-respond form .comment-form-url input {
        border: none;
        border-bottom: 1px solid;
        padding: 21px 20px; }
    .comments .comment-respond form input, .comments .comment-respond form textarea {
      width: 100%;
      padding: 20px;
      border: none;
      border-bottom: 1px solid;
      background: none; }
    .comments .comment-respond form .comment-form-comment {
      margin-bottom: 57px; }
      .comments .comment-respond form .comment-form-comment textarea {
        padding-bottom: 42px;
        height: 221px; }
    .comments .comment-respond form #submit.submit {
      padding: 18px 27px;
      border-bottom: 2px solid;
      font-size: 16px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 100;
      position: relative;
      float: right;
      width: auto;
      clear: both;
      -webkit-transition: all 0.6s ease;
      transition: all 0.6s ease; }

.cherry-with-sidebar .comments .comment-respond form .block_left, .cherry-with-sidebar .comments .comment-respond form .block_right {
  width: 100%; }

#comments.comments-area .comments .comment-list li .comment-body {
  border: none;
  border-bottom: 1px solid;
  padding: 37px 0 70px; }
  #comments.comments-area .comments .comment-list li .comment-body .comment-author img {
    margin-right: 30px; }
  #comments.comments-area .comments .comment-list li .comment-body .comment-contentbox {
    overflow: hidden; }
    #comments.comments-area .comments .comment-list li .comment-body .comment-contentbox .entry-meta {
      padding: 4px 32px;
      font-size: 11px;
      display: inline-block;
      margin-bottom: 23px; }
    #comments.comments-area .comments .comment-list li .comment-body .comment-contentbox h3 {
      margin-bottom: 14px;
      text-transform: capitalize; }
    #comments.comments-area .comments .comment-list li .comment-body .comment-contentbox p {
      margin-bottom: 57px; }
    #comments.comments-area .comments .comment-list li .comment-body .comment-contentbox .commentmetadata .reply {
      text-align: left; }
      #comments.comments-area .comments .comment-list li .comment-body .comment-contentbox .commentmetadata .reply a {
        position: relative;
        font-size: 16px;
        font-weight: 100;
        text-transform: uppercase;
        padding: 22px 39px 18px;
        border-bottom: 2px solid; }
        #comments.comments-area .comments .comment-list li .comment-body .comment-contentbox .commentmetadata .reply a:before, #comments.comments-area .comments .comment-list li .comment-body .comment-contentbox .commentmetadata .reply a:after {
          position: absolute;
          display: block;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          content: "";
          z-index: -1;
          background: #f00; }
        #comments.comments-area .comments .comment-list li .comment-body .comment-contentbox .commentmetadata .reply a:after {
          z-index: -1;
          height: 1%;
          opacity: 0;
          background: #99cc00;
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease; }
        #comments.comments-area .comments .comment-list li .comment-body .comment-contentbox .commentmetadata .reply a:hover:after {
          opacity: 1;
          height: 100%; }

/* #Contact form
================================================== */
.wpcf7 form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 30px; }
  .wpcf7 form .wpcf7-form-control-wrap .wpcf7-not-valid {
    border-color: #e43b20; }
  .wpcf7 form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    color: #e43b20; }
.wpcf7 form input[type="text"], .wpcf7 form input[type="email"], .wpcf7 form input[type="tel"], .wpcf7 form textarea {
  padding: 12px 20px;
  width: 100%;
  border: 1px solid;
  background: none; }
  .wpcf7 form input[type="text"]::-moz-placeholder, .wpcf7 form input[type="email"]::-moz-placeholder, .wpcf7 form input[type="tel"]::-moz-placeholder, .wpcf7 form textarea::-moz-placeholder {
    color: #ccc;
    opacity: 1; }
  .wpcf7 form input[type="text"]:-ms-input-placeholder, .wpcf7 form input[type="email"]:-ms-input-placeholder, .wpcf7 form input[type="tel"]:-ms-input-placeholder, .wpcf7 form textarea:-ms-input-placeholder {
    color: #ccc; }
  .wpcf7 form input[type="text"]::-webkit-input-placeholder, .wpcf7 form input[type="email"]::-webkit-input-placeholder, .wpcf7 form input[type="tel"]::-webkit-input-placeholder, .wpcf7 form textarea::-webkit-input-placeholder {
    color: #ccc; }
.wpcf7 form textarea {
  height: 240px;
  resize: vertical;
  resize: none; }
.wpcf7 form .wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 1em;
  padding-top: 10px; }
.wpcf7 form .submit-wrap {
  text-align: center; }
  .wpcf7 form .submit-wrap input {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 100;
    font-style: normal;
    text-transform: uppercase;
    border: none;
    border-bottom: 2px solid;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .wpcf7 form .submit-wrap img.ajax-loader {
    -webkit-animation: formLoader 1.1s infinite linear;
    animation: formLoader 1.1s infinite linear;
    margin: 0 20px 0 5px;
    display: inline-block;
    text-indent: -9999em;
    border-width: 3px;
    border-style: solid;
    border-radius: 50%;
    width: 15px;
    height: 15px; }
.wpcf7 form .wpcf7-response-output {
  margin: 30px 0 0;
  padding: 20px;
  border: none;
  color: #fff;
  background: #e43b20; }

@-webkit-keyframes formLoader {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes formLoader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
/* Static
================================================== */
.static-social-follow {
  margin-bottom: 50px; }
  .static-social-follow .cherry-follow_wrap {
    text-align: right;
    margin-top: -3px; }
  .static-social-follow .cherry-follow_list {
    display: inline-block; }
    .static-social-follow .cherry-follow_list .cherry-follow_item {
      margin-left: 34px; }
      .static-social-follow .cherry-follow_list .cherry-follow_item .cherry-follow_link {
        display: inline-block;
        width: 20px;
        height: 20px;
        opacity: 1;
        text-align: center;
        border-radius: 0; }
        .static-social-follow .cherry-follow_list .cherry-follow_item .cherry-follow_link i:before {
          font-size: 20px;
          line-height: 20px; }
      .static-social-follow .cherry-follow_list .cherry-follow_item:first-child {
        margin-left: 0; }

/* #Widgets
================================================== */
.widget {
  margin-bottom: 65px; }
  .widget ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none; }
    .widget ul > li {
      position: relative;
      padding: 0 0 9px 20px;
      font-size: 18px;
      line-height: 1.2em; }
      .widget ul > li ul {
        padding-top: 8px; }
        .widget ul > li ul li:last-child {
          padding-bottom: 0; }
      .widget ul > li:before {
        position: absolute;
        top: 7px;
        left: 0;
        content: '\f111';
        font: 10px/1em FontAwesome; }
      .widget ul > li.cherry-follow_item:before {
        display: none; }
      .widget ul > li:first-child {
        margin-left: 0; }
    .widget ul.cherry-follow_list li:first-child {
      margin-left: 9px; }
  .widget:last-child {
    border: none; }
  .widget .testimonials-wrap .testimonials-list .testimonials-item {
    margin-bottom: 30px; }
    .widget .testimonials-wrap .testimonials-list .testimonials-item .avatar {
      float: none; }

.widget.widget_recent_comments ul li.recentcomments {
  padding-left: 24px;
  text-transform: lowercase; }
  .widget.widget_recent_comments ul li.recentcomments:before {
    content: '\f075';
    top: 2px;
    font-size: 16px; }
  .widget.widget_recent_comments ul li.recentcomments .comment-author-link {
    text-transform: uppercase; }
  .widget.widget_recent_comments ul li.recentcomments a {
    text-transform: none; }

.cherry_team_widget .team-item {
  text-align: center;
  margin-bottom: 35px; }
  .cherry_team_widget .team-item .team-listing_photo {
    margin-bottom: 25px; }
  .cherry_team_widget .team-item .team-listing_name {
    font-weight: bold;
    margin-bottom: 10px; }

.team-wrap .team-listing_item {
  margin-bottom: 40px; }
  .team-wrap .team-listing_item .team-listing_photo {
    margin-bottom: 25px; }
  .team-wrap .team-listing_item .team-listing_name {
    margin-bottom: 5px; }

/* FAQ */
.cherry-accordion .cherry-spoiler.cherry-spoiler-style-default {
  margin-bottom: 0; }
  .cherry-accordion .cherry-spoiler.cherry-spoiler-style-default .cherry-spoiler-title {
    padding: 12px 5px 0 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .cherry-accordion .cherry-spoiler.cherry-spoiler-style-default .cherry-spoiler-title:before {
      position: relative;
      content: "\f147";
      display: inline-block;
      font-family: FontAwesome;
      font-weight: normal;
      padding-right: 10px; }
  .cherry-accordion .cherry-spoiler.cherry-spoiler-style-default .cherry-spoiler-content {
    padding: 10px 0 0 0; }
  .cherry-accordion .cherry-spoiler.cherry-spoiler-style-default.cherry-spoiler-closed .cherry-spoiler-title:before {
    content: "\f196"; }

/* end FAQ */
/* Search
================================================== */
.search-form {
  padding-top: 20px; }
  .search-form label {
    width: 100%; }
  .search-form .search-field {
    width: 100%; }
  .search-form .search-submit {
    position: relative;
    padding: 18px 20px 17px;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 16px;
    border-bottom: 2px solid;
    top: -1px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }

header .search-form {
  margin: 25px 0;
  padding: 14px;
  padding-bottom: 0; }
  header .search-form label {
    width: auto; }
header .widget {
  margin-bottom: 20px; }

/* MotoPress Slider
================================================== */
.motoslider_wrapper .ms_pagination .ms_bullet {
  margin: 0 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 1; }

/* Footer
================================================== */
#footer {
  padding: 0; }
  #footer h3.widget-title {
    position: relative;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 25px; }
  #footer .static-footer-sidebar2 .widget {
    margin-bottom: 0; }
  #footer .widget {
    margin-bottom: 9px;
    padding-bottom: 0; }
  #footer .menu-secondary {
    position: relative;
    margin-top: 30px;
    margin-bottom: 25px;
    text-align: center; }
    #footer .menu-secondary ul {
      display: inline-block;
      padding: 0; }
      #footer .menu-secondary ul li {
        position: relative;
        display: inline-block;
        margin: 0 15px 15px;
        list-style: none; }
        #footer .menu-secondary ul li:after {
          position: absolute;
          display: block;
          width: 2px;
          height: 13px;
          top: 5px;
          right: -37px;
          content: ""; }
        #footer .menu-secondary ul li a {
          position: relative;
          text-decoration: none !important;
          text-transform: uppercase; }
        #footer .menu-secondary ul li:last-child:after {
          display: none; }
  #footer .static-footer-info {
    margin-bottom: 50px; }
  #footer .site-info {
    text-align: left;
    letter-spacing: 0.5px; }
    #footer .site-info span {
      position: relative;
      display: inline-block;
      text-align: center;
      top: -4px;
      width: 6px;
      font-size: 36px;
      line-height: 0; }
  #footer .cherry-footer-logo {
    margin: 15px 0; }
  #footer .cherry-facebook-like-box-class {
    padding-left: 8%; }

#static-area-footer-top {
  padding: 0; }

#static-area-footer-bottom {
  padding: 94px 0 18px; }

/* Back to Top
================================================== */
#back-top {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  visibility: hidden;
  margin: 0 20px 20px 0;
  right: 0;
  bottom: -100px;
  overflow: hidden;
  z-index: 99; }
  #back-top a {
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    color: #fff; }
    #back-top a:before {
      content: '\f102';
      font: 45px/40px FontAwesome; }
  #back-top.show-totop {
    visibility: visible;
    bottom: 0px; }
  #back-top.mobile-back-top {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    margin: 0 2px 1px 0; }

/* Misc
================================================== */
/* Buttons
================================================== */
.btn-default, .comment-reply-link, #submit, .search-submit, .cherry-btn.cherry-btn-primary, .load-more-button {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1em;
  font-weight: bold;
  padding: 0;
  border: none;
  margin-bottom: 10px;
  z-index: 5; }

.btn.btn-default, .load-more-button {
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 100; }
  .btn.btn-default.type_2, .load-more-button.type_2 {
    padding: 0;
    border: none;
    font-size: 15px; }
    .btn.btn-default.type_2:before, .btn.btn-default.type_2:after, .load-more-button.type_2:before, .load-more-button.type_2:after {
      display: none; }

.content-area .portfolio-wrap .portfolio-container .portfolio-ajax-button .load-more-button a,
.content-area .portfolio-wrap .portfolio-container .portfolio-ajax-button .load-more-button a:hover {
  padding: 0;
  background: transparent; }

.cherry-btn.cherry-btn-primary, .btn.btn-default, .load-more-button {
  padding: 22px 40px 18px;
  text-transform: uppercase;
  font-weight: 100;
  background: transparent;
  border-bottom: 2px solid #f00; }
  .cherry-btn.cherry-btn-primary:before, .cherry-btn.cherry-btn-primary:after, .btn.btn-default:before, .btn.btn-default:after, .load-more-button:before, .load-more-button:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: -2; }
  .cherry-btn.cherry-btn-primary:after, .btn.btn-default:after, .load-more-button:after {
    z-index: -1;
    height: 1%;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1; }
  .cherry-btn.cherry-btn-primary:hover:after, .btn.btn-default:hover:after, .load-more-button:hover:after {
    opacity: 1;
    height: 100%; }

/* end Buttons */
/* Search results
================================================== */
.search-results .entry-meta-top {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-size: 11px;
  padding: 4px 32px;
  border: none;
  vertical-align: top; }
  .search-results .entry-meta-top.entry-meta > span {
    margin-right: 0; }
    .search-results .entry-meta-top.entry-meta > span:before {
      display: none; }
  .search-results .entry-meta-top .author.vcard {
    position: relative; }
.search-results .entry-content {
  margin-bottom: 25px; }

.no-results .search-submit {
  margin-bottom: 45px; }

/* end Search results */
/* Carousel
================================================== */
.swiper-button-next, .swiper-button-prev, .post-gallery_next, .post-gallery_prev {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 46px;
  height: 46px;
  text-align: center;
  background: none; }
  .swiper-button-next:before, .swiper-button-prev:before, .post-gallery_next:before, .post-gallery_prev:before {
    font: 48px/43px FontAwesome;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.swiper-button-next:before, .post-gallery_next:before {
  content: '\f105'; }

.swiper-button-prev:before, .post-gallery_prev:before {
  content: '\f104'; }

.post-gallery_next:before, .post-gallery_prev:before {
  position: absolute;
  top: 7px;
  right: 21px; }

/* end Carousel */
/* hover */
.thumbnail, .post-thumbnail, .team-listing_photo, .post_img {
  position: relative;
  overflow: hidden; }
  .thumbnail a, .post-thumbnail a, .team-listing_photo a, .post_img a {
    display: block; }
    .thumbnail a img, .post-thumbnail a img, .team-listing_photo a img, .post_img a img {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      width: 100%;
      -webkit-transition: all 0.45s ease-in-out;
      transition: all 0.45s ease-in-out;
      -webkit-transform: translatez(0);
      -ms-transform: translatez(0);
      transform: translatez(0); }
    .thumbnail a:after, .post-thumbnail a:after, .team-listing_photo a:after, .post_img a:after {
      position: absolute;
      display: block;
      width: 80px;
      height: 80px;
      left: 50%;
      top: 50%;
      margin-top: -40px;
      margin-left: -40px;
      border-radius: 500px;
      overflow: hidden;
      pointer-events: none;
      font: 50px/80px FontAwesome;
      content: "\f00e";
      text-align: center;
      color: #f00;
      z-index: 10;
      -webkit-transform: scale(1.4);
          -ms-transform: scale(1.4);
              transform: scale(1.4);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.45s ease-in-out;
      transition: all 0.45s ease-in-out; }
    .thumbnail a:before, .post-thumbnail a:before, .team-listing_photo a:before, .post_img a:before {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      margin: 0;
      height: 0%;
      width: 100%;
      pointer-events: none;
      content: "";
      overflow: hidden;
      opacity: 0;
      z-index: 5;
      -webkit-transition: all 0.45s ease-in-out;
      transition: all 0.45s ease-in-out;
      border-radius: 500px; }
    .thumbnail a:hover img, .post-thumbnail a:hover img, .team-listing_photo a:hover img, .post_img a:hover img {
      opacity: 0.5; }
    .thumbnail a:hover:after, .post-thumbnail a:hover:after, .team-listing_photo a:hover:after, .post_img a:hover:after {
      visibility: visible;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      opacity: 100; }
    .thumbnail a:hover:before, .post-thumbnail a:hover:before, .team-listing_photo a:hover:before, .post_img a:hover:before {
      opacity: 100;
      height: 100%; }

/* end hover */
/* Content
================================================== */
.single .entry-thumbnail.cherry-thumb-s img {
  margin-bottom: 40px; }
.single .cherry-thumb-s.alignleft + .block_inner, .single .cherry-thumb-s.alignright + .block_inner {
  margin-bottom: 20px; }

.sidebar-header .cherry-social-follow-class .cherry-follow_wrap {
  text-align: center; }
  .sidebar-header .cherry-social-follow-class .cherry-follow_wrap .cherry-follow_list {
    position: relative;
    display: inline-block;
    padding-top: 11px; }
    .sidebar-header .cherry-social-follow-class .cherry-follow_wrap .cherry-follow_list .cherry-follow_item {
      padding: 0 18px 10px;
      margin: 0; }
      .sidebar-header .cherry-social-follow-class .cherry-follow_wrap .cherry-follow_list .cherry-follow_item a i {
        font-size: 20px;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .sidebar-header .cherry-social-follow-class .cherry-follow_wrap .cherry-follow_list .cherry-follow_item a:hover {
        opacity: 1; }

.motoslider_wrapper .ms_wrapper .ic {
  color: transparent; }
  .motoslider_wrapper .ms_wrapper .ic:before {
    color: #f00;
    font-size: 52px; }
.motoslider_wrapper .ms_wrapper .txt_1 {
  font-size: 90px;
  line-height: 80px;
  letter-spacing: -2px;
  font-weight: 100;
  text-transform: uppercase;
  color: #f00; }
.motoslider_wrapper .ms_wrapper .txt_2 {
  font-size: 90px;
  line-height: 80px;
  letter-spacing: -2px;
  font-weight: 100;
  text-transform: uppercase;
  color: #f00; }
.motoslider_wrapper .ms_wrapper .btn_slide {
  padding: 28px 53px;
  border-bottom: 2px solid !important;
  text-transform: uppercase;
  font-size: 16px; }
  .motoslider_wrapper .ms_wrapper .btn_slide:before, .motoslider_wrapper .ms_wrapper .btn_slide:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: -1; }
  .motoslider_wrapper .ms_wrapper .btn_slide:after {
    z-index: -1;
    height: 1%;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .motoslider_wrapper .ms_wrapper .btn_slide:hover:after {
    opacity: 1;
    height: 100%; }
.motoslider_wrapper .ms_arrows .ms_prev, .motoslider_wrapper .ms_arrows .ms_next {
  top: auto;
  bottom: 9%;
  margin-bottom: -5px;
  opacity: 1;
  background: transparent; }
  .motoslider_wrapper .ms_arrows .ms_prev:before, .motoslider_wrapper .ms_arrows .ms_next:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "\e008";
    font: normal 30px/32px arrows;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
.motoslider_wrapper .ms_arrows .ms_prev:before {
  content: "\e009"; }
.motoslider_wrapper .ms_arrows .ms_prev:after {
  position: absolute;
  display: block;
  width: 171px;
  height: 92px;
  top: -30px;
  left: -32px;
  content: "";
  border: 3px solid #f00;
  border-radius: 32px; }
.motoslider_wrapper .ms_arrows .ms_prev {
  left: 50%;
  margin-left: -54px; }
.motoslider_wrapper .ms_arrows .ms_next {
  right: 50%;
  margin-right: -54px; }

.motoslider_wrapper .ms_pagination .ms_bullet {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.parallax_1 .parallax-box .parallax-content {
  padding: 231px 0 61px; }

.services_1 .services-listing .cherry-services_item {
  position: relative;
  text-align: center;
  padding-bottom: 67px;
  margin-bottom: 100px; }
  .services_1 .services-listing .cherry-services_item:after {
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    top: 0;
    right: -1px;
    content: "";
    opacity: 0.3; }
  .services_1 .services-listing .cherry-services_item .cherry-services_icon {
    position: relative;
    display: block;
    float: none;
    text-align: center;
    margin-right: 0;
    margin-bottom: 95px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .services_1 .services-listing .cherry-services_item .cherry-services_icon i {
      font-size: 102px;
      line-height: 1em; }
  .services_1 .services-listing .cherry-services_item .cherry-services_title {
    position: relative;
    font-size: 40px;
    line-height: 44px;
    font-weight: 100;
    text-transform: uppercase;
    padding: 5px 0 50px;
    margin-bottom: 42px; }
    .services_1 .services-listing .cherry-services_item .cherry-services_title:after {
      position: absolute;
      display: block;
      width: 125px;
      height: 3px;
      bottom: 5px;
      left: 50%;
      margin-left: -62px;
      content: ""; }
  .services_1 .services-listing .cherry-services_item .cherry-services_excerpt {
    padding: 0 5% 56px; }
  .services_1 .services-listing .cherry-services_item:last-child:after {
    display: none; }
  .services_1 .services-listing .cherry-services_item:hover .cherry-services_icon {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    color: #f00; }

.box_1 .cherry-box .inner {
  padding-top: 126px;
  padding-bottom: 143px;
  text-align: center; }
  .box_1 .cherry-box .inner h2 {
    font-size: 90px;
    line-height: 80px;
    text-transform: uppercase;
    padding: 93px 0 5px;
    margin-bottom: 30px; }
  .box_1 .cherry-box .inner p {
    letter-spacing: 0.5px; }
  .box_1 .cherry-box .inner .cherry-btn.cherry-btn-primary {
    padding: 30px 53px; }

.parallax_2 .parallax-box .parallax-content {
  padding: 207px 0 112px; }
  .parallax_2 .parallax-box .parallax-content h2 {
    position: relative; }

.posts_1 .cherry-posts-item {
  margin-bottom: 100px; }
  .posts_1 .cherry-posts-item .inner .post-thumbnail {
    margin-bottom: 35px; }
  .posts_1 .cherry-posts-item .inner .post-title {
    position: relative; }
  .posts_1 .cherry-posts-item .inner .post-content {
    padding-right: 18%;
    margin-bottom: 57px; }

.box_2 .cherry-box > .inner {
  padding-top: 172px;
  padding-bottom: 118px; }
  .box_2 .cherry-box > .inner .cherry-btn.cherry-btn-primary {
    margin-top: -12px; }

.box_6 .cherry-box > .inner {
  padding-top: 91px;
  padding-bottom: 89px; }

.posts_2 .cherry-posts-item {
  margin-bottom: 94px; }
  .posts_2 .cherry-posts-item .inner {
    padding: 0; }
    .posts_2 .cherry-posts-item .inner .block_img {
      position: relative;
      text-align: center; }
      .posts_2 .cherry-posts-item .inner .block_img .post-thumbnail {
        margin-bottom: 0; }
      .posts_2 .cherry-posts-item .inner .block_img .post-meta {
        position: relative;
        display: inline-block;
        bottom: 30px;
        font-size: 11px;
        padding: 4px 32px;
        background: #f00; }
    .posts_2 .cherry-posts-item .inner .block_cont {
      position: relative;
      padding: 0 11%;
      text-align: center; }
      .posts_2 .cherry-posts-item .inner .block_cont .post-title {
        margin-bottom: 14px; }

.cherry-chart {
  position: relative;
  margin-bottom: 62px; }
  .cherry-chart .block_top {
    position: relative; }
    .cherry-chart .block_top h4 {
      position: relative;
      display: inline-block; }
    .cherry-chart .block_top span {
      position: relative;
      float: right;
      font-size: 20px;
      font-weight: normal;
      top: 1px; }
  .cherry-chart .cherry-progress-bar {
    width: 100%; }
    .cherry-chart .cherry-progress-bar .cherry-charts-bar.horizontal {
      width: 100% !important; }

.box_3 .cherry-box > .inner {
  padding-top: 124px;
  padding-bottom: 29px; }

.posts_3 .cherry-posts-item {
  margin-bottom: 94px; }
  .posts_3 .cherry-posts-item .inner {
    padding: 0; }
    .posts_3 .cherry-posts-item .inner .post-thumbnail {
      margin-bottom: 43px; }
    .posts_3 .cherry-posts-item .inner .post-title {
      position: relative; }
    .posts_3 .cherry-posts-item .inner .post-content {
      padding-right: 19%;
      margin-bottom: 64px;
      letter-spacing: 0.5px; }

#footer .widget .widget-title {
  font-size: 40px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 100;
  margin-bottom: 97px;
  letter-spacing: 0.5px; }
#footer .widget.widget_archive ul li {
  padding-left: 0;
  padding-bottom: 4px; }
  #footer .widget.widget_archive ul li:before {
    display: none; }
#footer .widget .textwidget span {
  position: relative;
  display: block;
  letter-spacing: 0.5px;
  padding-top: 3px;
  padding-bottom: 15px; }
#footer .posts_4 {
  margin-left: 0; }
  #footer .posts_4 .cherry-posts-item {
    width: 28.5%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 3%;
    margin-right: 3%; }
    #footer .posts_4 .cherry-posts-item .post-thumbnail a:after {
      content: "\f0c1"; }
#footer .static-footer-sidebars {
  padding-top: 101px; }
  #footer .static-footer-sidebars .widget-area {
    margin-bottom: 100px; }

.mc4wp-form p {
  display: inline-block;
  float: left;
  width: 85%;
  margin-top: -3px; }
  .mc4wp-form p input {
    letter-spacing: 0.5px; }
.mc4wp-form p + p {
  width: 15%;
  margin-top: 0;
  letter-spacing: 0; }
.mc4wp-form input[type="email"] {
  position: relative;
  border: none;
  border-bottom: 1px solid;
  padding: 0 15px 4px 0; }
.mc4wp-form input[type="submit"] {
  border: none;
  background: transparent;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 22px;
  padding: 3px 0 0 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.parallax_3 {
  margin-top: -77px; }
  .parallax_3 .parallax-box .parallax-content {
    padding: 124px 0 204px; }
    .parallax_3 .parallax-box .parallax-content h2 {
      position: relative; }
    .parallax_3 .parallax-box .parallax-content h3 {
      position: relative; }

.box_4 .cherry-box > .inner {
  padding-top: 124px;
  padding-bottom: 118px; }

.posts_5 .cherry-posts-item {
  margin-bottom: 94px; }
  .posts_5 .cherry-posts-item .inner {
    padding: 0; }
    .posts_5 .cherry-posts-item .inner .post-excerpt {
      position: relative;
      font-size: 60px;
      line-height: 1em;
      font-weight: 100;
      margin-bottom: 42px; }
    .posts_5 .cherry-posts-item .inner .post-title {
      position: relative; }
    .posts_5 .cherry-posts-item .inner .post-content {
      margin-bottom: 58px;
      letter-spacing: 0.5px; }

.parallax_4 .parallax-box .parallax-content {
  padding: 207px 0 151px; }
  .parallax_4 .parallax-box .parallax-content h2 {
    position: relative; }

.testi_1 .testimonials-list .testimonials-item {
  position: relative;
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 45px; }
  .testi_1 .testimonials-list .testimonials-item.even {
    margin-right: 0; }
  .testi_1 .testimonials-list .testimonials-item blockquote {
    border: none;
    font-style: italic;
    padding-left: 29px;
    font-size: 16px;
    line-height: 22px; }
    .testi_1 .testimonials-list .testimonials-item blockquote:before {
      position: absolute;
      display: block;
      top: 16px;
      left: -1px;
      content: "\201c";
      font-size: 72px;
      line-height: 0.5em;
      font-style: normal; }
    .testi_1 .testimonials-list .testimonials-item blockquote footer {
      position: relative;
      margin-top: 15px; }
      .testi_1 .testimonials-list .testimonials-item blockquote footer:before {
        display: none; }
      .testi_1 .testimonials-list .testimonials-item blockquote footer .author {
        font-size: 20px;
        letter-spacing: 1px;
        font-weight: normal; }
        .testi_1 .testimonials-list .testimonials-item blockquote footer .author a {
          position: relative; }

.box_5 .cherry-box > .inner {
  padding-top: 131px;
  padding-bottom: 192px; }
  .box_5 .cherry-box > .inner h2 {
    position: relative; }

.posts_6 .cherry-posts-item {
  margin-bottom: 0; }
  .posts_6 .cherry-posts-item .inner {
    padding: 0; }
    .posts_6 .cherry-posts-item .inner .post-thumbnail {
      margin-bottom: 30px; }
      .posts_6 .cherry-posts-item .inner .post-thumbnail a:after {
        content: "\f0c1"; }

.block_post_img {
  position: relative;
  text-align: center; }
  .block_post_img .block_inner {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%; }
    .block_post_img .block_inner .entry-meta-top {
      position: relative;
      display: inline-block;
      margin-bottom: 0;
      font-size: 11px;
      padding: 4px 32px;
      border: none;
      vertical-align: top; }
      .block_post_img .block_inner .entry-meta-top.entry-meta > span {
        margin-right: 0; }
        .block_post_img .block_inner .entry-meta-top.entry-meta > span:before {
          display: none; }

.blog .format-aside .entry-meta-top, .blog .format-audio .entry-meta-top, .blog .format-quote .entry-meta-top, .blog .format-status .entry-meta-top {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-size: 11px;
  padding: 4px 32px;
  border: none;
  vertical-align: top;
  margin-bottom: 15px; }
  .blog .format-aside .entry-meta-top.entry-meta > span, .blog .format-audio .entry-meta-top.entry-meta > span, .blog .format-quote .entry-meta-top.entry-meta > span, .blog .format-status .entry-meta-top.entry-meta > span {
    margin-right: 0; }
    .blog .format-aside .entry-meta-top.entry-meta > span:before, .blog .format-audio .entry-meta-top.entry-meta > span:before, .blog .format-quote .entry-meta-top.entry-meta > span:before, .blog .format-status .entry-meta-top.entry-meta > span:before {
      display: none; }
.blog .format-standard, .blog .format-gallery, .blog .format-video, .blog .format-link, .blog .format-audio, .blog .format-quote, .blog .format-chat {
  text-align: center; }
  .blog .format-standard .entry-header .entry-title, .blog .format-gallery .entry-header .entry-title, .blog .format-video .entry-header .entry-title, .blog .format-link .entry-header .entry-title, .blog .format-audio .entry-header .entry-title, .blog .format-quote .entry-header .entry-title, .blog .format-chat .entry-header .entry-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 14px; }
  .blog .format-standard .entry-content, .blog .format-gallery .entry-content, .blog .format-video .entry-content, .blog .format-link .entry-content, .blog .format-audio .entry-content, .blog .format-quote .entry-content, .blog .format-chat .entry-content {
    padding: 0 10%; }
.blog .format-audio, .blog .format-quote, .blog .format-status {
  text-align: left; }
  .blog .format-audio .entry-title, .blog .format-quote .entry-title, .blog .format-status .entry-title {
    text-align: left; }
  .blog .format-audio .entry-content, .blog .format-quote .entry-content, .blog .format-status .entry-content {
    padding: 0; }
.blog .format-gallery .entry-content {
  padding: 0; }
.blog .format-gallery p {
  padding-top: 25px; }
.blog .content-sidebar-wrapper .content-area .site-main article:nth-child(2n+1), .blog .sidebar-content-sidebar-wrapper .content-area .site-main article:nth-child(2n+1) {
  background: transparent; }
  .blog .content-sidebar-wrapper .content-area .site-main article:nth-child(2n+1):before, .blog .content-sidebar-wrapper .content-area .site-main article:nth-child(2n+1):after, .blog .sidebar-content-sidebar-wrapper .content-area .site-main article:nth-child(2n+1):before, .blog .sidebar-content-sidebar-wrapper .content-area .site-main article:nth-child(2n+1):after {
    display: none; }
.blog .content-area .site-main article {
  position: relative;
  padding: 130px 0 110px; }
  .blog .content-area .site-main article .block_post_img {
    max-height: 311px;
    overflow: hidden;
    margin-bottom: 29px; }
  .blog .content-area .site-main article.format-gallery, .blog .content-area .site-main article.format-video {
    max-height: inherit;
    margin-bottom: 0; }
    .blog .content-area .site-main article.format-gallery .block_post_img, .blog .content-area .site-main article.format-video .block_post_img {
      max-height: inherit; }
.blog .content-area .site-main article:first-child {
  margin-top: -77px; }
.blog .content-area .site-main article:nth-child(2n+1) {
  background: #f00; }
  .blog .content-area .site-main article:nth-child(2n+1):before, .blog .content-area .site-main article:nth-child(2n+1):after {
    position: absolute;
    display: block;
    width: 5000px;
    height: 100%;
    content: "";
    top: 0;
    background: #99cc00;
    z-index: 0; }
  .blog .content-area .site-main article:nth-child(2n+1):before {
    left: -5000px; }
  .blog .content-area .site-main article:nth-child(2n+1):after {
    right: -5000px; }
.blog .content-area .navigation.pagination {
  text-align: center; }

.cherry-with-sidebar .related-posts:before, .cherry-with-sidebar .related-posts:after {
  display: none; }
.cherry-with-sidebar .comments .comment-respond .cont_bg {
  display: none; }

/* end Content */
