@charset "UTF-8";
/*
Description: The stylesheet with a main style.
Author:      Cherry Team
Version:     1.0.0
*/
/* Temporary Vars
================================================== */
/* Base Fonts */
.miniFont {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.6em; }

/* Base colors */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: 'guardiansans', 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; text-decoration:none; font-weight:bold;}
a:active, a:hover, a:focus {outline: none; text-decoration:none;}
a.footerLink {color:#7e7c7f; text-decoration:none;}
a.footerLink:hover {text-decoration:underline; color:#7e7c7f;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {text-decoration:none;}

.footerLeft {float:left;}
.footerRight {float:right;}


abbr[title] {
  border-bottom: 1px dotted; }

b, strong {font-weight: bold;}

dfn {
  font-style: italic; }

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; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

figure {
  margin: 0; }

img {
  border: 0; vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-circle {
  border-radius: 50%; }

hr {
  border: 0; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  line-height: inherit;
  border: 0; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .form-group-sm .form-control {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .form-group-sm .form-control,
select[multiple].input-sm, .form-group-sm .form-control {
  height: auto; }

.input-lg, .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .form-group-lg .form-control {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .form-group-lg .form-control,
select[multiple].input-lg, .form-group-lg .form-control {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px; }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

.cherry-cookie-banner-wrap {
  position: fixed;
  z-index: 9999;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  padding: 0;
  margin: 0;
  color: white;
  background: rgba(0, 0, 0, 0.7); }
  .cherry-cookie-banner-wrap .container {
    padding-top: 10px;
    padding-bottom: 10px; }
  .cherry-cookie-banner-wrap .close {
    color: #fff;
    outline: none;
    opacity: 0.7; }
    .cherry-cookie-banner-wrap .close:hover {
      opacity: 1; }

table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table,
table {
  width: 100%; }
  .table tr > th,
  .table tr > td,
  table tr > th,
  table tr > td {
    padding: 8px;
    vertical-align: top; }
  .table > thead > tr > th,
  table > thead > tr > th {
    vertical-align: bottom; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td,
  table > caption + thead > tr:first-child > th,
  table > caption + thead > tr:first-child > td,
  table > colgroup + thead > tr:first-child > th,
  table > colgroup + thead > tr:first-child > td,
  table > thead:first-child > tr:first-child > th,
  table > thead:first-child > tr:first-child > td {
    border-top: 0; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.close {
  float: right;
  line-height: 1;
  opacity: 0.2; }
  .close:hover, .close:focus {
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1; }

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%; }

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%; }

.lead {
  font-weight: 300;
  line-height: 1.4; }

cite {
  font-style: normal; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.bg-primary {
  color: #fff; }

ul,
ol {
  margin-top: 0;}
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 0 0 0 20px;
  margin: 0 0 20px 0; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

blockquote span {font-size:80%;}

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 20px 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 45%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 45%; }
.nav-previous:before {content: url(../images/previous.png); width:16px; height:27px; padding:0 10px 10px 0;}
.nav-next:after {content: url(../images/next.png); width:16px; height:27px; padding:0 0px 10px 10px;}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  display:none; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus { display:none;
    /* 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
--------------------------------------------------------------*/
.clearall {clear:both;}
.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;
  /* Make sure select elements fit in widgets */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
  word-wrap: normal;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  -o-hyphens: manual;
  hyphens: manual; }

.site-header,
.site-content,
.site-footer {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.site-header {
  position: relative;
  z-index: 9; }

.site-footer {margin-bottom:20px; padding:20px;}

.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: 0; /* padding-right:10px; */}

.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: normal; }

.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%; }
.sub-center {width:90%; margin:20px auto; border:none; height:1500px;}

/*--------------------------------------------------------------
# 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: 73.8%; }
.cherry-no-responsive .sidebar-content-sidebar-wrapper,
.cherry-no-responsive .sidebar-sidebar-content-wrapper {
  float: right; }
.cherry-no-responsive .content-sidebar-sidebar-wrapper {
  float: left; }
.cherry-no-responsive .sidebar-content-wrapper #primary,
.cherry-no-responsive .content-sidebar-wrapper #primary,
.cherry-no-responsive .sidebar-sidebar-content-wrapper #primary,
.cherry-no-responsive .sidebar-content-sidebar-wrapper #primary,
.cherry-no-responsive .content-sidebar-sidebar-wrapper #primary {
  width: 65.8%; }
.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: 25.6%; }
.cherry-no-responsive .content-sidebar-wrapper .widget-area,
.cherry-no-responsive .content-sidebar-sidebar-wrapper .widget-area,
.cherry-no-responsive .sidebar-content-sidebar-wrapper .widget-area {
  float: right;
  width: 25.6%; }
.cherry-no-responsive .sidebar-sidebar-content-wrapper + .widget-area,
.cherry-no-responsive .sidebar-content-sidebar-wrapper + .widget-area {
  float: left;
  width: 24.6%; }
.cherry-no-responsive .content-sidebar-sidebar-wrapper + .widget-area {
  float: right;
  width: 24.6%; }
.cherry-no-responsive .cherry-with-sidebar .content-area .container {
  width: 80%; }

/* Header
================================================== */
.site-header {
  box-shadow: none;
  z-index: 1000; }
  .site-header.isStick {
    left: 0;
    right: 0;
    z-index: 10000; }

.vertical-middle,
.header-top [class*="col-"] {
  vertical-align: middle;
  float: none;
  display: inline-block; }
  @media (max-width: 992px) {
    .vertical-middle,
    .header-top [class*="col-"] {
      display: block; } }
  @media (max-width: 768px) {
    .vertical-middle,
    .header-top [class*="col-"] {
      padding: 0; } }
  .vertical-middle .site-branding,
  .header-top [class*="col-"] .site-branding {
    padding: 0 0 0 20px; }
    @media (max-width: 768px) {
      .vertical-middle .site-branding,
      .header-top [class*="col-"] .site-branding {
        padding: 0 20px; } }

/* Header */
/* Content 
================================================== */
.site-content {
  z-index: 50; }
  .site-content > .container-fluid {
    position: relative;
    z-index: 10; }
  .site-content .widget-area {background:#c1c6c9; height:100%; /* padding-top: 5rem; */ }

.entry-meta {
  margin: 0; }

@media only screen and (min-width: 768px) {
  .row.flex-row {
    display: flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch; }
    .row.flex-row:before, .row.flex-row:after {
      display: none; } }
@media (max-width: 768px) {
  .row.flex-row {
    display: block; } }
.row.flex-row > [class*="col-"] {
  padding: 4rem 6rem; }
  @media (max-width: 1200px) {
    .row.flex-row > [class*="col-"] {
      padding: 30px; } }
.row.flex-row.bottom-flex > [class*="col-"] {
  padding: 0;
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end; }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.cherry-breadcrumbs_browse, .cherry-breadcrumbs_wrap, .cherry-breadcrumbs_item {
  display: inline-block;
  vertical-align: top;
  color:#999999;}
.cherry-breadcrumbs .boxed {max-width:1200px; margin:0 auto;}

.cherry-breadcrumbs {
  text-align: left;}
  @media (max-width: 1200px) {
    .cherry-breadcrumbs {
      margin-right: 0;
      margin-left: 0; } }
  .cherry-breadcrumbs .container-fluid div {
    min-height: inherit; }
  .cherry-breadcrumbs .container-fluid .page-title {
    margin: 1.3rem 0; }
  .cherry-breadcrumbs .container-fluid .title-wrapper {
    padding: 20px 0; }
  .cherry-breadcrumbs .container-fluid .page-excerpt {
    margin: 0 0 30px;
    padding: 7px 45px;
    display: inline-block; }
    .cherry-breadcrumbs .container-fluid .page-excerpt h2 {
      margin: 0;
      color: #ffffff; }
  .cherry-breadcrumbs .container-fluid.with-background .title-wrapper.with-background {
    float: none;
    background-position: 50% 50%;
    background-size: cover;
    padding: 85px 0 150px; }
    @media (max-width: 992px) {
      .cherry-breadcrumbs .container-fluid.with-background .title-wrapper.with-background {
        padding: 5rem 0; } }
    @media (max-width: 480px) {
      .cherry-breadcrumbs .container-fluid.with-background .title-wrapper.with-background {
        padding: 2rem 0; } }
  .cherry-breadcrumbs .container-fluid.with-background .page-title {
    color: #ffffff; }

.cherry-breadcrumbs_content {text-align:left; padding: 2px 20px 4px; border-bottom:4px solid #ffffff;}
  @media (max-width: 1200px) {
    .cherry-breadcrumbs_content {
      padding-left: 15px;
      padding-right: 15px; } }

.cherry-breadcrumbs_item {
  font-size: 12px; }
  .cherry-breadcrumbs_item a {
    color: #999999; }
  .cherry-breadcrumbs_item .cherry-breadcrumbs_item_target,
  .cherry-breadcrumbs_item .cherry-breadcrumbs_item_link,
  .cherry-breadcrumbs_item .cherry-breadcrumbs_item_sep {
    vertical-align: middle; }
  .cherry-breadcrumbs_item .cherry-breadcrumbs_item_sep {
    padding: 0 5px;
    color: #cdcdcd; }
    @media (max-width: 760px) {
      .cherry-breadcrumbs_item .cherry-breadcrumbs_item_sep {
        display: none; } }

.cherry-breadcrumbs_browse,
.cherry-breadcrumbs_wrap,
.cherry-breadcrumbs_item {
  vertical-align: middle; }
  @media (max-width: 480px) {
    .cherry-breadcrumbs_browse,
    .cherry-breadcrumbs_wrap,
    .cherry-breadcrumbs_item {
      display: block; } }
/*-------------------------------------------*/

/* .error-404 h1,
.error-404 h2,
.error-404 h3,
.error-404 h4,
.error-404 h5,
.error-404 h6 {
  line-height: 1em;
  color: #cfcfcf;
  margin: 0 0 30px; }
.error-404 h1 {
  font-size: 220px;
  font-weight: bold; }
.error-404 h2 {
  font-size: 126px; }
.error-404 p {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: normal; }
.error-404 .page-header {
  border: none; }
.error-404 .cherry-btn {
  display: inline-block; } */

img.shadow {
  box-shadow: 14px 16px 18px rgba(0, 0, 0, 0.1); }

.container-fluid.maintaince {
  padding: 0; }
  .container-fluid.maintaince .page-content {
    margin: 0; }
    .container-fluid.maintaince .page-content > p,
    .container-fluid.maintaince .page-content .row {
      margin: 0; }

/* Content */
/* Forms
================================================== */
textarea {
  max-width: 100%;
  -webkit-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out; }

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="date"],
select {
  max-width: 100%;
  text-transform: none;
  width: 450px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid rgb(232,232,232);
  box-sizing: border-box;
  font: 16px/25px Arial, Helvetica, sans-serif;
  padding: 11px 15px;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="date"]:focus {
    outline: 0;
    outline: none;
    box-shadow: none; }

#formElement0, #formElement1, #formElement2, #formElement3, #formElement4, #formElement5, #formElement6, #formElement7, #formElement8, #formElement10 {
  margin:0 20px 20px;
  float:left;
  width:45%;
}
#formElement0, #formElement2, #formElement4, #formElement6, #formElement8 {text-align:right;}
@media (max-width: 769px) {
  #formElement0, #formElement1, #formElement2, #formElement3, #formElement4, #formElement5, #formElement6, #formElement7, #formElement8, #formElement10 {width:96%; margin:0 2% 20px;}
  #formElement0, #formElement2, #formElement4, #formElement6, #formElement8 {text-align:left;}
}

.search-box-insights {float:right; margin:20px 20px 0 0;}
input[type="search"].search-field-insights {width:288px; height:30px; border-radius:0; border:none; padding:5px; margin-right:12px;}
input.search-submit-insights {background:#4b4f54; border:none; color:#eaebed; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; padding:7px; font:bold 12px/16px 'guardiansans';}

div.wpcf7 p {
  margin: 0; }
div.wpcf7 label {
  font-weight: normal; }
div.wpcf7 br {
  display: none; }
div.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin: 10px 20px; }
  div.wpcf7 .wpcf7-form-control-wrap select {background:#ffffff; width:100% !important; /* margin-left:50px; */}
  div.wpcf7 .wpcf7-form-control-wrap input[type="text"],
  div.wpcf7 .wpcf7-form-control-wrap input[type="password"],
  div.wpcf7 .wpcf7-form-control-wrap input[type="number"],
  div.wpcf7 .wpcf7-form-control-wrap input[type="email"],
  div.wpcf7 .wpcf7-form-control-wrap input[type="url"],
  div.wpcf7 .wpcf7-form-control-wrap input[type="search"],
  div.wpcf7 .wpcf7-form-control-wrap input[type="tel"] {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    padding: 11px 15px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-appearance: none;
    /* max-width: 450px; */
    margin-left:50px;}
    div.wpcf7 .wpcf7-form-control-wrap input[type="text"]:focus,
    div.wpcf7 .wpcf7-form-control-wrap input[type="password"]:focus,
    div.wpcf7 .wpcf7-form-control-wrap input[type="number"]:focus,
    div.wpcf7 .wpcf7-form-control-wrap input[type="email"]:focus,
    div.wpcf7 .wpcf7-form-control-wrap input[type="url"]:focus,
    div.wpcf7 .wpcf7-form-control-wrap input[type="search"]:focus,
    div.wpcf7 .wpcf7-form-control-wrap input[type="tel"]:focus {
      outline: 0;
      outline: none;
      box-shadow: none; }
  div.wpcf7 .wpcf7-form-control-wrap textarea {
    width: 100%;
    height: 190px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    padding: 81px 15px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-appearance: none;
    padding: 15px;
    margin-left:50px;}
    div.wpcf7 .wpcf7-form-control-wrap textarea:focus {
      outline: 0;
      outline: none;
      box-shadow: none; }
  div.wpcf7 .wpcf7-form-control-wrap input[type="text"],
  div.wpcf7 .wpcf7-form-control-wrap input[type="password"],
  div.wpcf7 .wpcf7-form-control-wrap input[type="number"],
  div.wpcf7 .wpcf7-form-control-wrap input[type="email"],
  div.wpcf7 .wpcf7-form-control-wrap input[type="url"],
  div.wpcf7 .wpcf7-form-control-wrap input[type="search"],
  div.wpcf7 .wpcf7-form-control-wrap input[type="tel"],
  div.wpcf7 .wpcf7-form-control-wrap textarea {
    font-size: 1.25rem;
    font-weight: normal;
    outline: none;
    text-transform: none; }
    div.wpcf7 .wpcf7-form-control-wrap input[type="text"].transparentBackground,
    div.wpcf7 .wpcf7-form-control-wrap input[type="password"].transparentBackground,
    div.wpcf7 .wpcf7-form-control-wrap input[type="number"].transparentBackground,
    div.wpcf7 .wpcf7-form-control-wrap input[type="email"].transparentBackground,
    div.wpcf7 .wpcf7-form-control-wrap input[type="url"].transparentBackground,
    div.wpcf7 .wpcf7-form-control-wrap input[type="search"].transparentBackground,
    div.wpcf7 .wpcf7-form-control-wrap input[type="tel"].transparentBackground,
    div.wpcf7 .wpcf7-form-control-wrap textarea.transparentBackground {
      background: none; }
    div.wpcf7 .wpcf7-form-control-wrap input[type="text"].whiteText,
    div.wpcf7 .wpcf7-form-control-wrap input[type="password"].whiteText,
    div.wpcf7 .wpcf7-form-control-wrap input[type="number"].whiteText,
    div.wpcf7 .wpcf7-form-control-wrap input[type="email"].whiteText,
    div.wpcf7 .wpcf7-form-control-wrap input[type="url"].whiteText,
    div.wpcf7 .wpcf7-form-control-wrap input[type="search"].whiteText,
    div.wpcf7 .wpcf7-form-control-wrap input[type="tel"].whiteText,
    div.wpcf7 .wpcf7-form-control-wrap textarea.whiteText {
      color: #ffffff; }
      div.wpcf7 .wpcf7-form-control-wrap input[type="text"].whiteText[placeholder],
      div.wpcf7 .wpcf7-form-control-wrap input[type="password"].whiteText[placeholder],
      div.wpcf7 .wpcf7-form-control-wrap input[type="number"].whiteText[placeholder],
      div.wpcf7 .wpcf7-form-control-wrap input[type="email"].whiteText[placeholder],
      div.wpcf7 .wpcf7-form-control-wrap input[type="url"].whiteText[placeholder],
      div.wpcf7 .wpcf7-form-control-wrap input[type="search"].whiteText[placeholder],
      div.wpcf7 .wpcf7-form-control-wrap input[type="tel"].whiteText[placeholder],
      div.wpcf7 .wpcf7-form-control-wrap textarea.whiteText[placeholder] {
        color: #ffffff; }
      div.wpcf7 .wpcf7-form-control-wrap input[type="text"].whiteText::-webkit-input-placeholder,
      div.wpcf7 .wpcf7-form-control-wrap input[type="password"].whiteText::-webkit-input-placeholder,
      div.wpcf7 .wpcf7-form-control-wrap input[type="number"].whiteText::-webkit-input-placeholder,
      div.wpcf7 .wpcf7-form-control-wrap input[type="email"].whiteText::-webkit-input-placeholder,
      div.wpcf7 .wpcf7-form-control-wrap input[type="url"].whiteText::-webkit-input-placeholder,
      div.wpcf7 .wpcf7-form-control-wrap input[type="search"].whiteText::-webkit-input-placeholder,
      div.wpcf7 .wpcf7-form-control-wrap input[type="tel"].whiteText::-webkit-input-placeholder,
      div.wpcf7 .wpcf7-form-control-wrap textarea.whiteText::-webkit-input-placeholder {
        color: #ffffff; }
      div.wpcf7 .wpcf7-form-control-wrap input[type="text"].whiteText::-moz-placeholder,
      div.wpcf7 .wpcf7-form-control-wrap input[type="password"].whiteText::-moz-placeholder,
      div.wpcf7 .wpcf7-form-control-wrap input[type="number"].whiteText::-moz-placeholder,
      div.wpcf7 .wpcf7-form-control-wrap input[type="email"].whiteText::-moz-placeholder,
      div.wpcf7 .wpcf7-form-control-wrap input[type="url"].whiteText::-moz-placeholder,
      div.wpcf7 .wpcf7-form-control-wrap input[type="search"].whiteText::-moz-placeholder,
      div.wpcf7 .wpcf7-form-control-wrap input[type="tel"].whiteText::-moz-placeholder,
      div.wpcf7 .wpcf7-form-control-wrap textarea.whiteText::-moz-placeholder {
        color: #ffffff; }
      div.wpcf7 .wpcf7-form-control-wrap input[type="text"].whiteText:-moz-placeholder,
      div.wpcf7 .wpcf7-form-control-wrap input[type="password"].whiteText:-moz-placeholder,
      div.wpcf7 .wpcf7-form-control-wrap input[type="number"].whiteText:-moz-placeholder,
      div.wpcf7 .wpcf7-form-control-wrap input[type="email"].whiteText:-moz-placeholder,
      div.wpcf7 .wpcf7-form-control-wrap input[type="url"].whiteText:-moz-placeholder,
      div.wpcf7 .wpcf7-form-control-wrap input[type="search"].whiteText:-moz-placeholder,
      div.wpcf7 .wpcf7-form-control-wrap input[type="tel"].whiteText:-moz-placeholder,
      div.wpcf7 .wpcf7-form-control-wrap textarea.whiteText:-moz-placeholder {
        color: #ffffff; }
      div.wpcf7 .wpcf7-form-control-wrap input[type="text"].whiteText :-ms-input-placeholder,
      div.wpcf7 .wpcf7-form-control-wrap input[type="password"].whiteText :-ms-input-placeholder,
      div.wpcf7 .wpcf7-form-control-wrap input[type="number"].whiteText :-ms-input-placeholder,
      div.wpcf7 .wpcf7-form-control-wrap input[type="email"].whiteText :-ms-input-placeholder,
      div.wpcf7 .wpcf7-form-control-wrap input[type="url"].whiteText :-ms-input-placeholder,
      div.wpcf7 .wpcf7-form-control-wrap input[type="search"].whiteText :-ms-input-placeholder,
      div.wpcf7 .wpcf7-form-control-wrap input[type="tel"].whiteText :-ms-input-placeholder,
      div.wpcf7 .wpcf7-form-control-wrap textarea.whiteText :-ms-input-placeholder {
        color: #ffffff; }
    div.wpcf7 .wpcf7-form-control-wrap input[type="text"][placeholder],
    div.wpcf7 .wpcf7-form-control-wrap input[type="password"][placeholder],
    div.wpcf7 .wpcf7-form-control-wrap input[type="number"][placeholder],
    div.wpcf7 .wpcf7-form-control-wrap input[type="email"][placeholder],
    div.wpcf7 .wpcf7-form-control-wrap input[type="url"][placeholder],
    div.wpcf7 .wpcf7-form-control-wrap input[type="search"][placeholder],
    div.wpcf7 .wpcf7-form-control-wrap input[type="tel"][placeholder],
    div.wpcf7 .wpcf7-form-control-wrap textarea[placeholder] {
      opacity: 1; }
    div.wpcf7 .wpcf7-form-control-wrap input[type="text"]::-webkit-input-placeholder,
    div.wpcf7 .wpcf7-form-control-wrap input[type="password"]::-webkit-input-placeholder,
    div.wpcf7 .wpcf7-form-control-wrap input[type="number"]::-webkit-input-placeholder,
    div.wpcf7 .wpcf7-form-control-wrap input[type="email"]::-webkit-input-placeholder,
    div.wpcf7 .wpcf7-form-control-wrap input[type="url"]::-webkit-input-placeholder,
    div.wpcf7 .wpcf7-form-control-wrap input[type="search"]::-webkit-input-placeholder,
    div.wpcf7 .wpcf7-form-control-wrap input[type="tel"]::-webkit-input-placeholder,
    div.wpcf7 .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
      opacity: 1; }
    div.wpcf7 .wpcf7-form-control-wrap input[type="text"]::-moz-placeholder,
    div.wpcf7 .wpcf7-form-control-wrap input[type="password"]::-moz-placeholder,
    div.wpcf7 .wpcf7-form-control-wrap input[type="number"]::-moz-placeholder,
    div.wpcf7 .wpcf7-form-control-wrap input[type="email"]::-moz-placeholder,
    div.wpcf7 .wpcf7-form-control-wrap input[type="url"]::-moz-placeholder,
    div.wpcf7 .wpcf7-form-control-wrap input[type="search"]::-moz-placeholder,
    div.wpcf7 .wpcf7-form-control-wrap input[type="tel"]::-moz-placeholder,
    div.wpcf7 .wpcf7-form-control-wrap textarea::-moz-placeholder {
      opacity: 1; }
    div.wpcf7 .wpcf7-form-control-wrap input[type="text"]:-moz-placeholder,
    div.wpcf7 .wpcf7-form-control-wrap input[type="password"]:-moz-placeholder,
    div.wpcf7 .wpcf7-form-control-wrap input[type="number"]:-moz-placeholder,
    div.wpcf7 .wpcf7-form-control-wrap input[type="email"]:-moz-placeholder,
    div.wpcf7 .wpcf7-form-control-wrap input[type="url"]:-moz-placeholder,
    div.wpcf7 .wpcf7-form-control-wrap input[type="search"]:-moz-placeholder,
    div.wpcf7 .wpcf7-form-control-wrap input[type="tel"]:-moz-placeholder,
    div.wpcf7 .wpcf7-form-control-wrap textarea:-moz-placeholder {
      opacity: 1; }
    div.wpcf7 .wpcf7-form-control-wrap input[type="text"] :-ms-input-placeholder,
    div.wpcf7 .wpcf7-form-control-wrap input[type="password"] :-ms-input-placeholder,
    div.wpcf7 .wpcf7-form-control-wrap input[type="number"] :-ms-input-placeholder,
    div.wpcf7 .wpcf7-form-control-wrap input[type="email"] :-ms-input-placeholder,
    div.wpcf7 .wpcf7-form-control-wrap input[type="url"] :-ms-input-placeholder,
    div.wpcf7 .wpcf7-form-control-wrap input[type="search"] :-ms-input-placeholder,
    div.wpcf7 .wpcf7-form-control-wrap input[type="tel"] :-ms-input-placeholder,
    div.wpcf7 .wpcf7-form-control-wrap textarea :-ms-input-placeholder {
      opacity: 1; }
  div.wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    padding: 5px 5px 10px 5px;
    font-size: 0.85;
    line-height: 1.2em;
    color:#ba0c2f !important;}
  div.wpcf7 .wpcf7-form-control-wrap > input[type="file"] {
    display: none !important; }
div.wpcf7 .wpcf7-response-output {
  margin: 20px 20px 0;
  border: none;
  border-radius: 5px;
  padding: 10px 20px; }
  div.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {color: #ecd898; background:#ba0c2f;}
  div.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {background:#9cdbd9; color:#4b4f54;}
  div.wpcf7 .wpcf7-text.wpcf7-not-valid, div.wpcf7 .wpcf7-textarea.wpcf7-not-valid {border-color:#ba0c2f;}
div.wpcf7 img.ajax-loader {
  margin-left: 20px;
  display: inline-block;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-width: 5px;
  border-style: solid;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: formLoader 1.1s infinite linear;
  animation: formLoader 1.1s infinite linear;
  border-radius: 50%;
  width: 20px;
  height: 20px; }
  div.wpcf7 img.ajax-loader:after {
    border-radius: 50%;
    width: 20px;
    height: 20px; }
div.wpcf7 .wpcf7-submit {
  margin: 30px 0 0;
  border: none;
  outline: none;
  background:#004671; }
div.wpcf7 .wpcf7-list-item {
  margin: 0;
  display: block; }

@-webkit-keyframes formLoader {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes formLoader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.mc4wp-form form label {
  margin: 0 0 1.5rem; }
  .maintaince-mail-form .mc4wp-form form label {
    color: #ffffff;
    margin: 0 auto;
    display: block; }
.mc4wp-form form input[type="text"],
.mc4wp-form form input[type="email"],
.mc4wp-form form input[type="url"] {
  width: 500px;
  height: 50px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  padding: 11px 15px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-appearance: none;
  text-transform: none;
  font-weight: normal;
  max-width: 100%; }
  .mc4wp-form form input[type="text"]:focus,
  .mc4wp-form form input[type="email"]:focus,
  .mc4wp-form form input[type="url"]:focus {
    outline: 0;
    outline: none;
    box-shadow: none; }
  .maintaince-mail-form .mc4wp-form form input[type="text"], .maintaince-mail-form
  .mc4wp-form form input[type="email"], .maintaince-mail-form
  .mc4wp-form form input[type="url"] {
    color: #ffffff;
    background: none;
    margin: 0 auto;
    display: block; }
  .mc4wp-form form input[type="text"][placeholder],
  .mc4wp-form form input[type="email"][placeholder],
  .mc4wp-form form input[type="url"][placeholder] {
    opacity: 1; }
  .mc4wp-form form input[type="text"]::-webkit-input-placeholder,
  .mc4wp-form form input[type="email"]::-webkit-input-placeholder,
  .mc4wp-form form input[type="url"]::-webkit-input-placeholder {
    opacity: 1; }
  .mc4wp-form form input[type="text"]::-moz-placeholder,
  .mc4wp-form form input[type="email"]::-moz-placeholder,
  .mc4wp-form form input[type="url"]::-moz-placeholder {
    opacity: 1; }
  .mc4wp-form form input[type="text"]:-moz-placeholder,
  .mc4wp-form form input[type="email"]:-moz-placeholder,
  .mc4wp-form form input[type="url"]:-moz-placeholder {
    opacity: 1; }
  .mc4wp-form form input[type="text"] :-ms-input-placeholder,
  .mc4wp-form form input[type="email"] :-ms-input-placeholder,
  .mc4wp-form form input[type="url"] :-ms-input-placeholder {
    opacity: 1; }
.maintaince-mail-form .mc4wp-form form input[type="submit"] {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  display: block; }

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 12.5px 0; }

input[type=range]:focus {
  outline: none; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  box-shadow: none;
  border-radius: 0px;
  border: none; }

input[type=range]::-webkit-slider-thumb {
  box-shadow: none;
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -12.5px; }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  box-shadow: none;
  border-radius: 0px;
  border: 0px solid transparent; }

input[type=range]::-moz-range-thumb {
  box-shadow: none;
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  cursor: pointer; }

input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent; }

input[type=range]::-ms-fill-lower {
  border: none;
  border-radius: 0px;
  box-shadow: none; }

input[type=range]::-ms-fill-upper {
  border: none;
  border-radius: 0px;
  box-shadow: none; }

input[type=range]::-ms-thumb {
  box-shadow: none;
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  cursor: pointer;
  height: 5px; }

ul.transformSelect {margin:0 0 20px 50px; padding:0;}
ul.transformSelectDropdown {margin:0;}
.transformSelect {
  clear: both;
  width: 100%;
  max-width: 100%; }
  .transformSelect span,
  .transformSelect input[type="text"] {
    border: 1px solid #ebebeb;
    color: #777;
    cursor: pointer;
    display: block;
    left: 0;
    margin: 0;
    padding: 0 20px;
    top: 0;
    line-height: 50px;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; background:#ffffff;}
  .transformSelect input[type="text"] {
    width: 188px; }
  .transformSelect input[type="checkbox"] {
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    cursor: pointer; }
  .transformSelect ul {
    position: absolute;
    border: 1px solid #ebebeb;
    border-top: 0;
    width: 100%;
    border-radius: 0 0 5px 5px; }
    .transformSelect ul span {
      border: 0;
      background: #ffffff; }
      .transformSelect ul span:hover {
        background: #f6f6f6;
        border-radius: 0; }
    .transformSelect ul li {
      height: auto; }
  .transformSelect > li > span {
    position: relative; }
    .transformSelect > li > span:before {
      content: '\f0d7';
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      height: 50px;
      text-align: center;
      font: 14px/50px "FontAwesome";
      color: #777;
      z-index: 100;
      -webkit-transition: 300ms all;
      -o-transition: 300ms all;
      transition: 300ms all; }
  .transformSelect > li.open > span:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .transformSelect li {
    position: relative;
    list-style: none; }
    .transformSelect li.open span,
    .transformSelect li.open input[type="text"] {
      border-radius: 5px 5px 0 0; }
    .transformSelect li.group ul {
      position: static;
      border: 1px solid #ebebeb;
      border-right: 0;
      border-left: 0;
      border-radius: 0; }
      .transformSelect li.group ul span {
        text-indent: 10px;
        font-style: normal; }
        .transformSelect li.group ul span:hover {
          background: #f6f6f6; }
    .transformSelect li.group span {
      border-radius: 0;
      background: #f6f6f6; }
    .transformSelect li.group > span {
      background: #f6f6f6;
      border-top: 1px solid #ebebeb; }

.trans-element-radio {
  display: inline-block;
  *display: block;
  zoom: 1;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 5px 5px 0;
  padding: 0;
  background: #f6f6f6;
  position: relative;
  text-align: center; }
  .trans-element-radio:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 10;
    background: #4eb7fe;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all; }
  .trans-element-radio.checked:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .trans-element-radio.unchecked:before {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }

.trans-element-checkbox {
  display: inline-block;
  *display: block;
  zoom: 1;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  vertical-align: middle;
  margin: 0 5px 5px 0;
  padding: 0;
  background: #f6f6f6;
  position: relative;
  text-align: center; }
  .trans-element-checkbox:before {
    content: '\f00c';
    font: 14px/20px "FontAwesome";
    color: #4eb7fe;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all; }
  .trans-element-checkbox.checked:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .trans-element-checkbox.unchecked:before {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }

.customInput {
  width: 450px;
  max-width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  display: block;
  position: relative;
  -webkit-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all; }
  .customInput:hover {
    background: #f6f6f6; }
  .customInput:before {
    content: '\f0ee';
    font: 14px/50px "FontAwesome";
    color: #4eb7fe;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 50px;
    height: 50px;
    text-align: center; }
  .customInput .inputPath {
    line-height: 50px;
    padding: 0 20px; }
  .customInput .inputButton {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    left: 0;
    top: 0;
    z-index: -1; }
  .customInput > div {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important; }

/* Forms */
/* Logo
================================================== */
.site-branding {
  padding: 0; }
  @media (max-width: 768px) {
    .site-branding {
      padding: 0 20px; } }
  @media (max-width: 768px) {
    .site-branding.with-trigger .site-title {
      padding-right: 10%; } }
  @media (max-width: 768px) {
    .site-branding.with-trigger {
      position: relative;
      z-index: 100; }
      .site-branding.with-trigger > * {
        display: block; }
      .site-branding.with-trigger .site-title {
        padding-right: 10%;
        width: 100%; }
        .site-branding.with-trigger .site-title img {
          width: 100%; } }

.site-title {
  margin: 36px 0 14px;
  padding: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out; }
  @media (max-width: 992px) {
    .site-title {
      text-align: left; } }
  .site-title.image-logo {
    font-size: 1rem;
    line-height: 1em; }
  .site-title.text-logo {
    line-height: 0;
    font-size: 0; }

.menu-primary {float:right;}

/* Logo */

/******************** Menu stuff removed. Using Ubermenu *************************/
.menu-primary_trigger {
  display: none !important; }

@media only screen and (min-width: 769px) {
  #menu-primary .cherry-mega-menu-mobile-trigger-box:checked ~ .cherry-mega-menu-mobile-close,
  #menu-primary .cherry-mega-menu-mobile-trigger-box:checked + .cherry-mega-menu-mobile-close {
    display: none !important; } }

#wprmenu_menu_ul {margin-bottom:43px !important;}
#wprmenu_menu ul {/*margin-bottom:25px !important;*/}

/**Blog**/
a:hover {
  text-decoration: none; }

.rel_container {
  position: relative; }

.format-standard .entry-icon {
  position: static !important;
  margin-top: 2px;
  float: left;
  margin-right: 22px; }
  .format-standard .entry-icon:before {
    content: 'T';
    font-size: 29px;
    font-weight: bold;
    font-family: Georgia, Times, 'Times New Roman', serif; }

.single-post .cherry-breadcrumbs {
  /* margin-bottom: 100px; */ }

.entry-meta,
.blog .entry-meta,
.single .entry-meta,
.grid-layout .entry-meta,
.author .entry-meta,
.category .entry-meta,
.archive .entry-meta {
  margin-bottom: 1.7em;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-transform: capitalize; }
  .entry-meta > span,
  .blog .entry-meta > span,
  .single .entry-meta > span,
  .grid-layout .entry-meta > span,
  .author .entry-meta > span,
  .category .entry-meta > span,
  .archive .entry-meta > span {
    display: inline-block; }
    .entry-meta > span + span:before,
    .blog .entry-meta > span + span:before,
    .single .entry-meta > span + span:before,
    .grid-layout .entry-meta > span + span:before,
    .author .entry-meta > span + span:before,
    .category .entry-meta > span + span:before,
    .archive .entry-meta > span + span:before {
      content: '|';
      display: inline-block;
      text-align: center;
      width: 27px; }
  .entry-meta.meta-bottom,
  .blog .entry-meta.meta-bottom,
  .single .entry-meta.meta-bottom,
  .grid-layout .entry-meta.meta-bottom,
  .author .entry-meta.meta-bottom,
  .category .entry-meta.meta-bottom,
  .archive .entry-meta.meta-bottom {
    padding-top: 12px;
    margin-bottom: 0;
    border-top: 1px solid #ebebeb; }
    .entry-meta.meta-bottom .meta-rank-likes,
    .blog .entry-meta.meta-bottom .meta-rank-likes,
    .single .entry-meta.meta-bottom .meta-rank-likes,
    .grid-layout .entry-meta.meta-bottom .meta-rank-likes,
    .author .entry-meta.meta-bottom .meta-rank-likes,
    .category .entry-meta.meta-bottom .meta-rank-likes,
    .archive .entry-meta.meta-bottom .meta-rank-likes {
      float: right; }
  .entry-meta .meta-rank-like-this:before,
  .blog .entry-meta .meta-rank-like-this:before,
  .single .entry-meta .meta-rank-like-this:before,
  .grid-layout .entry-meta .meta-rank-like-this:before,
  .author .entry-meta .meta-rank-like-this:before,
  .category .entry-meta .meta-rank-like-this:before,
  .archive .entry-meta .meta-rank-like-this:before {
    content: '\f08a';
    position: relative;
    top: 1px;
    font-size: 1rem;
    line-height: 1.625rem; }
  .entry-meta .entry-date:before,
  .blog .entry-meta .entry-date:before,
  .single .entry-meta .entry-date:before,
  .grid-layout .entry-meta .entry-date:before,
  .author .entry-meta .entry-date:before,
  .category .entry-meta .entry-date:before,
  .archive .entry-meta .entry-date:before {
    content: '\f073';
    margin-right: 8px;
    font-family: 'FontAwesome'; }

.cherry-with-sidebar .boxed .entry-title {
  display:block; width:100%; padding:10px; height:30px; margin-bottom:-30px; z-index:9999; background-color:rgba(255, 255, 255, 0.7);
  clear: both;}

.entry-title {
  margin: 0 0 0.4em; }
  @media (max-width: 1200px) {
    .entry-title {
      padding-top: 10px;
      clear: both; } }

.post .mini-icon.cherry-icon.border {
  border-color: #f2f2f2; }
  .post .mini-icon.cherry-icon.border + h6 {
    margin-bottom: 20px; }

.blog .widget-area,
.blog .widget-area,
.single .widget-area,
.single .widget-area,
.author .widget-area,
.author .widget-area,
.category .widget-area,
.category .widget-area,
.archive .widget-area,
.archive .widget-area {
  /* padding-top: 13px; */ }

.blog,
.category,
.author,
.archive {
  position: relative; }
  /* .blog .cherry-breadcrumbs,
  .category .cherry-breadcrumbs,
  .author .cherry-breadcrumbs,
  .archive .cherry-breadcrumbs {
    margin-bottom: 100px; } */
  .blog .format-video .entry-icon,
  .blog .format-image .entry-icon,
  .blog .format-gallery .entry-icon,
  .category .format-video .entry-icon,
  .category .format-image .entry-icon,
  .category .format-gallery .entry-icon,
  .author .format-video .entry-icon,
  .author .format-image .entry-icon,
  .author .format-gallery .entry-icon,
  .archive .format-video .entry-icon,
  .archive .format-image .entry-icon,
  .archive .format-gallery .entry-icon {
    display: none; }
  .blog .format-video .entry-video + .entry-icon,
  .blog .format-video .post-gallery + .entry-icon,
  .blog .format-video .entry-thumbnail,
  .blog .format-image .entry-video + .entry-icon,
  .blog .format-image .post-gallery + .entry-icon,
  .blog .format-image .entry-thumbnail,
  .blog .format-gallery .entry-video + .entry-icon,
  .blog .format-gallery .post-gallery + .entry-icon,
  .blog .format-gallery .entry-thumbnail,
  .category .format-video .entry-video + .entry-icon,
  .category .format-video .post-gallery + .entry-icon,
  .category .format-video .entry-thumbnail,
  .category .format-image .entry-video + .entry-icon,
  .category .format-image .post-gallery + .entry-icon,
  .category .format-image .entry-thumbnail,
  .category .format-gallery .entry-video + .entry-icon,
  .category .format-gallery .post-gallery + .entry-icon,
  .category .format-gallery .entry-thumbnail,
  .author .format-video .entry-video + .entry-icon,
  .author .format-video .post-gallery + .entry-icon,
  .author .format-video .entry-thumbnail,
  .author .format-image .entry-video + .entry-icon,
  .author .format-image .post-gallery + .entry-icon,
  .author .format-image .entry-thumbnail,
  .author .format-gallery .entry-video + .entry-icon,
  .author .format-gallery .post-gallery + .entry-icon,
  .author .format-gallery .entry-thumbnail,
  .archive .format-video .entry-video + .entry-icon,
  .archive .format-video .post-gallery + .entry-icon,
  .archive .format-video .entry-thumbnail,
  .archive .format-image .entry-video + .entry-icon,
  .archive .format-image .post-gallery + .entry-icon,
  .archive .format-image .entry-thumbnail,
  .archive .format-gallery .entry-video + .entry-icon,
  .archive .format-gallery .post-gallery + .entry-icon,
  .archive .format-gallery .entry-thumbnail {
    display: block; }
  .blog .entry-thumbnail img,
  .blog .post-gallery img,
  .blog .entry-video img,
  .category .entry-thumbnail img,
  .category .post-gallery img,
  .category .entry-video img,
  .author .entry-thumbnail img,
  .author .post-gallery img,
  .author .entry-video img,
  .archive .entry-thumbnail img,
  .archive .post-gallery img,
  .archive .entry-video img {
    box-shadow: 11px 11px 18px rgba(0, 0, 0, 0.11); }
  .blog .entry-thumbnail.cherry-thumb-m,
  .blog .post-gallery.cherry-thumb-m,
  .blog .entry-video.cherry-thumb-m,
  .category .entry-thumbnail.cherry-thumb-m,
  .category .post-gallery.cherry-thumb-m,
  .category .entry-video.cherry-thumb-m,
  .author .entry-thumbnail.cherry-thumb-m,
  .author .post-gallery.cherry-thumb-m,
  .author .entry-video.cherry-thumb-m,
  .archive .entry-thumbnail.cherry-thumb-m,
  .archive .post-gallery.cherry-thumb-m,
  .archive .entry-video.cherry-thumb-m {
    margin-top: 13px; }
    .blog .entry-thumbnail.cherry-thumb-m.alignleft,
    .blog .post-gallery.cherry-thumb-m.alignleft,
    .blog .entry-video.cherry-thumb-m.alignleft,
    .category .entry-thumbnail.cherry-thumb-m.alignleft,
    .category .post-gallery.cherry-thumb-m.alignleft,
    .category .entry-video.cherry-thumb-m.alignleft,
    .author .entry-thumbnail.cherry-thumb-m.alignleft,
    .author .post-gallery.cherry-thumb-m.alignleft,
    .author .entry-video.cherry-thumb-m.alignleft,
    .archive .entry-thumbnail.cherry-thumb-m.alignleft,
    .archive .post-gallery.cherry-thumb-m.alignleft,
    .archive .entry-video.cherry-thumb-m.alignleft {
      margin-right: 46px; }
    .blog .entry-thumbnail.cherry-thumb-m.alignright,
    .blog .post-gallery.cherry-thumb-m.alignright,
    .blog .entry-video.cherry-thumb-m.alignright,
    .category .entry-thumbnail.cherry-thumb-m.alignright,
    .category .post-gallery.cherry-thumb-m.alignright,
    .category .entry-video.cherry-thumb-m.alignright,
    .author .entry-thumbnail.cherry-thumb-m.alignright,
    .author .post-gallery.cherry-thumb-m.alignright,
    .author .entry-video.cherry-thumb-m.alignright,
    .archive .entry-thumbnail.cherry-thumb-m.alignright,
    .archive .post-gallery.cherry-thumb-m.alignright,
    .archive .entry-video.cherry-thumb-m.alignright {
      margin-left: 46px; }
    .blog .entry-thumbnail.cherry-thumb-m.aligncenter,
    .blog .post-gallery.cherry-thumb-m.aligncenter,
    .blog .entry-video.cherry-thumb-m.aligncenter,
    .category .entry-thumbnail.cherry-thumb-m.aligncenter,
    .category .post-gallery.cherry-thumb-m.aligncenter,
    .category .entry-video.cherry-thumb-m.aligncenter,
    .author .entry-thumbnail.cherry-thumb-m.aligncenter,
    .author .post-gallery.cherry-thumb-m.aligncenter,
    .author .entry-video.cherry-thumb-m.aligncenter,
    .archive .entry-thumbnail.cherry-thumb-m.aligncenter,
    .archive .post-gallery.cherry-thumb-m.aligncenter,
    .archive .entry-video.cherry-thumb-m.aligncenter {
      margin: 0 auto 25px; }
      .blog .entry-thumbnail.cherry-thumb-m.aligncenter img,
      .blog .post-gallery.cherry-thumb-m.aligncenter img,
      .blog .entry-video.cherry-thumb-m.aligncenter img,
      .category .entry-thumbnail.cherry-thumb-m.aligncenter img,
      .category .post-gallery.cherry-thumb-m.aligncenter img,
      .category .entry-video.cherry-thumb-m.aligncenter img,
      .author .entry-thumbnail.cherry-thumb-m.aligncenter img,
      .author .post-gallery.cherry-thumb-m.aligncenter img,
      .author .entry-video.cherry-thumb-m.aligncenter img,
      .archive .entry-thumbnail.cherry-thumb-m.aligncenter img,
      .archive .post-gallery.cherry-thumb-m.aligncenter img,
      .archive .entry-video.cherry-thumb-m.aligncenter img {
        margin: 0 auto; }
      .blog .entry-thumbnail.cherry-thumb-m.aligncenter + .entry-icon,
      .blog .post-gallery.cherry-thumb-m.aligncenter + .entry-icon,
      .blog .entry-video.cherry-thumb-m.aligncenter + .entry-icon,
      .category .entry-thumbnail.cherry-thumb-m.aligncenter + .entry-icon,
      .category .post-gallery.cherry-thumb-m.aligncenter + .entry-icon,
      .category .entry-video.cherry-thumb-m.aligncenter + .entry-icon,
      .author .entry-thumbnail.cherry-thumb-m.aligncenter + .entry-icon,
      .author .post-gallery.cherry-thumb-m.aligncenter + .entry-icon,
      .author .entry-video.cherry-thumb-m.aligncenter + .entry-icon,
      .archive .entry-thumbnail.cherry-thumb-m.aligncenter + .entry-icon,
      .archive .post-gallery.cherry-thumb-m.aligncenter + .entry-icon,
      .archive .entry-video.cherry-thumb-m.aligncenter + .entry-icon {
        left: 50%;
        margin-left: -26px; }
  .blog .entry-thumbnail.cherry-thumb-s,
  .blog .post-gallery.cherry-thumb-s,
  .blog .entry-video.cherry-thumb-s,
  .category .entry-thumbnail.cherry-thumb-s,
  .category .post-gallery.cherry-thumb-s,
  .category .entry-video.cherry-thumb-s,
  .author .entry-thumbnail.cherry-thumb-s,
  .author .post-gallery.cherry-thumb-s,
  .author .entry-video.cherry-thumb-s,
  .archive .entry-thumbnail.cherry-thumb-s,
  .archive .post-gallery.cherry-thumb-s,
  .archive .entry-video.cherry-thumb-s {
    margin-top: 13px; }
    .blog .entry-thumbnail.cherry-thumb-s.alignleft,
    .blog .post-gallery.cherry-thumb-s.alignleft,
    .blog .entry-video.cherry-thumb-s.alignleft,
    .category .entry-thumbnail.cherry-thumb-s.alignleft,
    .category .post-gallery.cherry-thumb-s.alignleft,
    .category .entry-video.cherry-thumb-s.alignleft,
    .author .entry-thumbnail.cherry-thumb-s.alignleft,
    .author .post-gallery.cherry-thumb-s.alignleft,
    .author .entry-video.cherry-thumb-s.alignleft,
    .archive .entry-thumbnail.cherry-thumb-s.alignleft,
    .archive .post-gallery.cherry-thumb-s.alignleft,
    .archive .entry-video.cherry-thumb-s.alignleft {
      margin-right: 30px; }
    .blog .entry-thumbnail.cherry-thumb-s.alignright,
    .blog .post-gallery.cherry-thumb-s.alignright,
    .blog .entry-video.cherry-thumb-s.alignright,
    .category .entry-thumbnail.cherry-thumb-s.alignright,
    .category .post-gallery.cherry-thumb-s.alignright,
    .category .entry-video.cherry-thumb-s.alignright,
    .author .entry-thumbnail.cherry-thumb-s.alignright,
    .author .post-gallery.cherry-thumb-s.alignright,
    .author .entry-video.cherry-thumb-s.alignright,
    .archive .entry-thumbnail.cherry-thumb-s.alignright,
    .archive .post-gallery.cherry-thumb-s.alignright,
    .archive .entry-video.cherry-thumb-s.alignright {
      margin-left: 30px; }
  .blog .entry-permalink,
  .category .entry-permalink,
  .author .entry-permalink,
  .archive .entry-permalink {
    padding-top: 30px; }
  .blog .post,
  .category .post,
  .author .post,
  .archive .post {
    position: relative;
    border-bottom: 1px solid #ebebeb;
    /* padding: 0 0 51px; */
    margin-bottom: 1.5em; }
  .blog .cherry-thumb-l,
  .blog .cherry-thumb-l_item,
  .category .cherry-thumb-l,
  .category .cherry-thumb-l_item,
  .author .cherry-thumb-l,
  .author .cherry-thumb-l_item,
  .archive .cherry-thumb-l,
  .archive .cherry-thumb-l_item {
    margin: 0 0px 17px;
    float: none; }
  .blog figure.cherry-thumb-l,
  .category figure.cherry-thumb-l,
  .author figure.cherry-thumb-l,
  .archive figure.cherry-thumb-l {
    display: block;
    margin: 13px 0 17px; }
    .blog figure.cherry-thumb-l a,
    .category figure.cherry-thumb-l a,
    .author figure.cherry-thumb-l a,
    .archive figure.cherry-thumb-l a {
      display: block; }
  .blog .entry-title,
  .category .entry-title,
  .author .entry-title,
  .archive .entry-title {
    margin: 0 0 0.3em; }
    @media (max-width: 1200px) {
      .blog .entry-title,
      .category .entry-title,
      .author .entry-title,
      .archive .entry-title {
        padding-top: 10px;
        clear: both; } }
  .blog .entry-content,
  .category .entry-content,
  .author .entry-content,
  .archive .entry-content {
    margin: 0 0 1.8em; }
    .blog .entry-content:after,
    .category .entry-content:after,
    .author .entry-content:after,
    .archive .entry-content:after {
      clear: none; }
  .blog .entry-icon,
  .category .entry-icon,
  .author .entry-icon,
  .archive .entry-icon {
    border-radius: 500px;
    width: 52px;
    height: 52px;
    font-size: 24px;
    line-height: 52px;
    text-align: center;
    pointer-events: none; }
  .blog .alignright + .entry-icon,
  .category .alignright + .entry-icon,
  .author .alignright + .entry-icon,
  .archive .alignright + .entry-icon {
    left: auto !important;
    right: 18px !important; }
  .blog .format-image .entry-icon,
  .blog .format-gallery .entry-icon,
  .blog .format-video .entry-icon,
  .category .format-image .entry-icon,
  .category .format-gallery .entry-icon,
  .category .format-video .entry-icon,
  .author .format-image .entry-icon,
  .author .format-gallery .entry-icon,
  .author .format-video .entry-icon,
  .archive .format-image .entry-icon,
  .archive .format-gallery .entry-icon,
  .archive .format-video .entry-icon {
    position: absolute;
    left: 18px;
    top: 32px;
    z-index: 10; }
  .blog .format-audio .entry-icon,
  .category .format-audio .entry-icon,
  .author .format-audio .entry-icon,
  .archive .format-audio .entry-icon {
    float: left;
    margin-right: 24px; }
  .blog .format-audio .entry-meta,
  .category .format-audio .entry-meta,
  .author .format-audio .entry-meta,
  .archive .format-audio .entry-meta {
    margin-bottom: 38px; }

.post-gallery {
  max-width: 100%;
  display: block;
  margin-top: 0px; }
  .post-gallery figure.alignright {
    float: left; }
  .post-gallery.cherry-thumb-s {
    width: 370px; }
  .post-gallery.cherry-thumb-m {
    width: 570px; }
  .post-gallery.cherry-thumb-l {
    width: 1170px;
    margin: 0 0 17px; }
  .post-gallery.alignleft {
    float: left;
    margin-right: 30px; }
  .post-gallery .alignleft {
    margin: 0 !important; }
  .post-gallery_prev, .post-gallery_next {
    bottom: 20px;
    top: auto;
    margin-top: 0;
    right: 19px;
    width: 52px;
    height: 52px;
    border-radius: 500px;
    line-height: 48px;
    font-size: 34px;
    left: auto;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    transition: all, 0.3s, ease-in-out; }
    .post-gallery_prev:before, .post-gallery_next:before {
      font-family: 'FontAwesome'; }
    .grid-layout_inner-3 .post-gallery_prev, .grid-layout_inner-3 .post-gallery_next {
      top: 50%;
      bottom: auto;
      margin-top: -26px;
      left: auto;
      right: auto; }
  .post-gallery_prev {
    margin-right: 57px; }
    .post-gallery_prev:before {
      content: "\f104"; }
    .grid-layout_inner-3 .post-gallery_prev {
      left: 20px; }
  .post-gallery_next:before {
    content: "\f105"; }
  .grid-layout_inner-3 .post-gallery_next {
    right: 20px; }

.entry-video {
  max-width: 100%; }
  .entry-video.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 62.98245614035088%; }
  .entry-video.cherry-thumb-s {
    width: 370px; }
    .single-format-video .entry-video.cherry-thumb-s {
      width: 1170px; }
  .entry-video.cherry-thumb-m {
    width: 570px; }
    .single-format-video .entry-video.cherry-thumb-m {
      width: 1170px; }
  .entry-video.cherry-thumb-l {
    width: 1170px;
    display: block;
    margin: 0 0 17px; }
    .single-format-video .entry-video.cherry-thumb-l {
      width: 1170px; }
  .entry-video.align-left {
    float: left;
    margin-right: 30px; }

body .grid-layout {
  padding: 0 15px; }
  body .grid-layout .entry-video {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  body .grid-layout .navigation.pagination {
    text-align: center; }
  body .grid-layout .grid-layout-item {
    margin-bottom: 30px; }
  body .grid-layout_inner {
    padding: 20px 20px 9px;
    box-shadow: 11px 11px 18px rgba(0, 0, 0, 0.11); }
  body .grid-layout_inner-2 {
    padding: 0 10px; }
  body .grid-layout.grid-type-2 .grid-layout-item {
    margin-bottom: 66px; }
    body .grid-layout.grid-type-2 .grid-layout-item .entry-thumbnail {
      width: 100%; }
      body .grid-layout.grid-type-2 .grid-layout-item .entry-thumbnail img {
        width: 100%; }
    body .grid-layout.grid-type-2 .grid-layout-item .post-gallery,
    body .grid-layout.grid-type-2 .grid-layout-item .entry-thumbnail,
    body .grid-layout.grid-type-2 .grid-layout-item .post-thumbnail,
    body .grid-layout.grid-type-2 .grid-layout-item .entry-video {
      margin: 0 0 14px; }
      body .grid-layout.grid-type-2 .grid-layout-item .post-gallery.cherry-thumb-m, body .grid-layout.grid-type-2 .grid-layout-item .post-gallery.cherry-thumb-s, body .grid-layout.grid-type-2 .grid-layout-item .post-gallery.cherry-thumb-l,
      body .grid-layout.grid-type-2 .grid-layout-item .entry-thumbnail.cherry-thumb-m,
      body .grid-layout.grid-type-2 .grid-layout-item .entry-thumbnail.cherry-thumb-s,
      body .grid-layout.grid-type-2 .grid-layout-item .entry-thumbnail.cherry-thumb-l,
      body .grid-layout.grid-type-2 .grid-layout-item .post-thumbnail.cherry-thumb-m,
      body .grid-layout.grid-type-2 .grid-layout-item .post-thumbnail.cherry-thumb-s,
      body .grid-layout.grid-type-2 .grid-layout-item .post-thumbnail.cherry-thumb-l,
      body .grid-layout.grid-type-2 .grid-layout-item .entry-video.cherry-thumb-m,
      body .grid-layout.grid-type-2 .grid-layout-item .entry-video.cherry-thumb-s,
      body .grid-layout.grid-type-2 .grid-layout-item .entry-video.cherry-thumb-l {
        margin: 0 0 14px; }
    body .grid-layout.grid-type-2 .grid-layout-item .meta-bottom {
      font-size: 1rem;
      line-height: 1.625rem;
      margin: 15px 0 6px; }
    body .grid-layout.grid-type-2 .grid-layout-item .quote_wrapper {
      margin: 0; }
  body .grid-layout.grid-type-3 {
    margin: 0;
    padding: 0; }
    body .grid-layout.grid-type-3 .row {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    body .grid-layout.grid-type-3 .grid-layout-item {
      padding: 0;
      margin: 0;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch; }
      body .grid-layout.grid-type-3 .grid-layout-item.link-post-format {
        background-color: #333333; }
      body .grid-layout.grid-type-3 .grid-layout-item.quote-post-format {
        background-color: #3271e3; }
      body .grid-layout.grid-type-3 .grid-layout-item.audio-post-format {
        background-color: #f6f6f6; }
      body .grid-layout.grid-type-3 .grid-layout-item .grid-layout_inner-3 .post-gallery,
      body .grid-layout.grid-type-3 .grid-layout-item .grid-layout_inner-3 .entry-thumbnail,
      body .grid-layout.grid-type-3 .grid-layout-item .grid-layout_inner-3 .entry-video {
        margin: 0; }
      body .grid-layout.grid-type-3 .grid-layout-item .quote_wrapper {
        margin: 0; }
    body .grid-layout.grid-type-3 .video-type .entry-title,
    body .grid-layout.grid-type-3 .image-type .entry-title,
    body .grid-layout.grid-type-3 .gallery-type .entry-title {
      z-index: 5;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center;
      margin: 0;
      padding: 17px 10px 23px; }
      body .grid-layout.grid-type-3 .video-type .entry-title a,
      body .grid-layout.grid-type-3 .image-type .entry-title a,
      body .grid-layout.grid-type-3 .gallery-type .entry-title a {
        color: #ffffff; }
      body .grid-layout.grid-type-3 .video-type .entry-title:before,
      body .grid-layout.grid-type-3 .image-type .entry-title:before,
      body .grid-layout.grid-type-3 .gallery-type .entry-title:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0.8;
        z-index: -1; }
    body .grid-layout.grid-type-3 .entry-title {
      font-size: 1.25rem;
      line-height: 1.875rem; }
    body .grid-layout.grid-type-3 .link_wrapper {
      position: relative;
      padding-right: 82px;
      margin: 0; }
    body .grid-layout.grid-type-3 .audio-type,
    body .grid-layout.grid-type-3 .standart-type {
      padding: 23px 30px; }
      body .grid-layout.grid-type-3 .audio-type .entry-title,
      body .grid-layout.grid-type-3 .standart-type .entry-title {
        margin-bottom: 20px; }
    body .grid-layout.grid-type-3 .audio-type .entry-title {
      margin-bottom: 24px; }
    body .grid-layout.grid-type-3 .audio-type .mejs-container {
      margin-bottom: 23px; }
  body .grid-layout .grid-wrapper {
    margin-bottom: 18px; }
  body .grid-layout .entry-title {
    clear: both; }
  body .grid-layout .entry-icon {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: none;
    color: #ffffff;
    font-size: 27px;
    margin: 0; }
  body .grid-layout.columns-6 .grid-layout-item:nth-child(6n+1) {
    clear: both; }
  body .grid-layout.columns-4 .grid-layout-item:nth-child(4n+1) {
    clear: both; }
  body .grid-layout.columns-3 .grid-layout-item:nth-child(3n+1) {
    clear: both; }
  body .grid-layout.columns-2 .grid-layout-item:nth-child(2n+1) {
    clear: both; }
  body .grid-layout div.entry-content {
    font-size: 0.875rem;
    line-height: 1.4375rem; }
  body .grid-layout .quote_wrapper .entry-content {
    font-size: 2.125rem;
    line-height: 3.125rem; }
  body .grid-layout .link_wrapper .entry-title {
    font-size: 2.125rem;
    line-height: 3.125rem; }
  body .grid-layout .grid-layout-item .post-gallery,
  body .grid-layout .grid-layout-item .entry-thumbnail,
  body .grid-layout .grid-layout-item .entry-video {
    margin: 0 0 8px; }
    body .grid-layout .grid-layout-item .post-gallery .entry-video,
    body .grid-layout .grid-layout-item .entry-thumbnail .entry-video,
    body .grid-layout .grid-layout-item .entry-video .entry-video {
      margin: 0; }
    body .grid-layout .grid-layout-item .post-gallery.cherry-thumb-m, body .grid-layout .grid-layout-item .post-gallery.cherry-thumb-s, body .grid-layout .grid-layout-item .post-gallery.cherry-thumb-l,
    body .grid-layout .grid-layout-item .entry-thumbnail.cherry-thumb-m,
    body .grid-layout .grid-layout-item .entry-thumbnail.cherry-thumb-s,
    body .grid-layout .grid-layout-item .entry-thumbnail.cherry-thumb-l,
    body .grid-layout .grid-layout-item .entry-video.cherry-thumb-m,
    body .grid-layout .grid-layout-item .entry-video.cherry-thumb-s,
    body .grid-layout .grid-layout-item .entry-video.cherry-thumb-l {
      margin: 0 0 8px; }
  body .grid-layout .grid-layout-item .meta-bottom {
    font-size: 1rem;
    line-height: 1.625rem;
    margin: 18px 0 6px; }
  body .grid-layout .entry-title {
    margin-bottom: 4px;
    font-size: 1.5rem;
    line-height: 2.5rem; }
  body .grid-layout .quote_wrapper .entry-title {
    font-size: 2.125rem;
    line-height: 3.125rem; }
  body .grid-layout .entry-meta {
    margin-bottom: 7px; }

body .masonry-layout.home-blog {
  padding-bottom: 0; }
body .masonry-layout.masonry-type-2 {
  padding: 0 25px; }
  body .masonry-layout.masonry-type-2 .masonry-layout-item {
    margin-bottom: 58px; }
    body .masonry-layout.masonry-type-2 .masonry-layout-item .grid-layout_inner {
      background: none;
      box-shadow: none;
      border-radius: 0;
      padding: 0 10px; }
body .masonry-layout .navigation.pagination {
  text-align: center; }
body .masonry-layout .masonry-wrapper {
  font-size: 0;
  line-height: 0; }
  body .masonry-layout .masonry-wrapper .masonry-layout-item {
    font-size: 0.875rem;
    line-height: 1.4375rem; }
body .masonry-layout .grid-layout_inner {
  box-shadow: 14px 16px 18px rgba(0, 0, 0, 0.1); }
body .masonry-layout.masonry-type-3 {
  margin: 0 -15px;
  padding: 0;
  width: auto; }
  body .masonry-layout.masonry-type-3 .masonry-layout-item {
    padding: 0; }
    body .masonry-layout.masonry-type-3 .masonry-layout-item .grid-layout_inner-3 {
      overflow: hidden;
      position: relative; }
      body .masonry-layout.masonry-type-3 .masonry-layout-item .grid-layout_inner-3 .post-gallery,
      body .masonry-layout.masonry-type-3 .masonry-layout-item .grid-layout_inner-3 .entry-thumbnail,
      body .masonry-layout.masonry-type-3 .masonry-layout-item .grid-layout_inner-3 .entry-video {
        margin: 0; }
      body .masonry-layout.masonry-type-3 .masonry-layout-item .grid-layout_inner-3 .entry-icon {
        position: absolute;
        right: 30px;
        bottom: 30px;
        background: none;
        color: #ffffff;
        font-size: 27px;
        margin: 0; }
    body .masonry-layout.masonry-type-3 .masonry-layout-item .entry-header {
      clear: both; }
    body .masonry-layout.masonry-type-3 .masonry-layout-item .quote_wrapper,
    body .masonry-layout.masonry-type-3 .masonry-layout-item .link_wrapper {
      margin: 0; }
  body .masonry-layout.masonry-type-3 .video-type .entry-title,
  body .masonry-layout.masonry-type-3 .image-type .entry-title,
  body .masonry-layout.masonry-type-3 .gallery-type .entry-title {
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 17px 20px 23px 32px; }
    body .masonry-layout.masonry-type-3 .video-type .entry-title a,
    body .masonry-layout.masonry-type-3 .image-type .entry-title a,
    body .masonry-layout.masonry-type-3 .gallery-type .entry-title a {
      color: #ffffff; }
    body .masonry-layout.masonry-type-3 .video-type .entry-title:before,
    body .masonry-layout.masonry-type-3 .image-type .entry-title:before,
    body .masonry-layout.masonry-type-3 .gallery-type .entry-title:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      opacity: 0.8;
      z-index: -1; }
  body .masonry-layout.masonry-type-3 .entry-title {
    font-size: 1.25rem;
    line-height: 1.875rem; }
  body .masonry-layout.masonry-type-3 .link_wrapper {
    position: relative;
    padding-right: 82px; }
  body .masonry-layout.masonry-type-3 .quote_wrapper .entry-title {
    font-size: 2.125rem;
    line-height: 3.125rem; }
  body .masonry-layout.masonry-type-3 .audio-type,
  body .masonry-layout.masonry-type-3 .standart-type {
    padding: 23px 30px; }
    body .masonry-layout.masonry-type-3 .audio-type .entry-title,
    body .masonry-layout.masonry-type-3 .standart-type .entry-title {
      margin-bottom: 20px; }
  body .masonry-layout.masonry-type-3 .audio-type .entry-title {
    margin-bottom: 24px; }
  body .masonry-layout.masonry-type-3 .audio-type .mejs-container {
    margin-bottom: 23px; }
  body .masonry-layout.masonry-type-3 .link-type .entry-title {
    font-size: 2.125rem;
    line-height: 3.125rem; }
body .masonry-layout .masonry-layout-item .grid-layout_inner {
  margin-bottom: 0; }
  body .masonry-layout .masonry-layout-item .grid-layout_inner .entry-header {
    clear: both; }
  body .masonry-layout .masonry-layout-item .grid-layout_inner .quote_wrapper .entry-content {
    font-size: 2.125rem;
    line-height: 3.125rem; }
  body .masonry-layout .masonry-layout-item .grid-layout_inner .entry-meta {
    margin-bottom: 7px; }
  body .masonry-layout .masonry-layout-item .grid-layout_inner div.entry-content {
    font-size: 0.875rem;
    line-height: 1.4375rem; }
  body .masonry-layout .masonry-layout-item .grid-layout_inner .quote_wrapper .entry-title {
    font-size: 2.125rem;
    line-height: 3.125rem; }
  body .masonry-layout .masonry-layout-item .grid-layout_inner .link_wrapper .entry-title {
    font-size: 2.125rem;
    line-height: 3.125rem; }
  body .masonry-layout .masonry-layout-item .grid-layout_inner .entry-title {
    margin-bottom: 4px;
    font-size: 1.5rem;
    line-height: 2.5rem; }
  body .masonry-layout .masonry-layout-item .grid-layout_inner .entry-icon {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: none;
    color: #ffffff;
    font-size: 27px;
    margin: 0; }
  body .masonry-layout .masonry-layout-item .grid-layout_inner .post-gallery,
  body .masonry-layout .masonry-layout-item .grid-layout_inner .entry-thumbnail,
  body .masonry-layout .masonry-layout-item .grid-layout_inner .entry-video {
    margin: 0 0 8px; }
    body .masonry-layout .masonry-layout-item .grid-layout_inner .post-gallery .entry-video,
    body .masonry-layout .masonry-layout-item .grid-layout_inner .entry-thumbnail .entry-video,
    body .masonry-layout .masonry-layout-item .grid-layout_inner .entry-video .entry-video {
      margin: 0; }
    body .masonry-layout .masonry-layout-item .grid-layout_inner .post-gallery.cherry-thumb-m, body .masonry-layout .masonry-layout-item .grid-layout_inner .post-gallery.cherry-thumb-s, body .masonry-layout .masonry-layout-item .grid-layout_inner .post-gallery.cherry-thumb-l,
    body .masonry-layout .masonry-layout-item .grid-layout_inner .entry-thumbnail.cherry-thumb-m,
    body .masonry-layout .masonry-layout-item .grid-layout_inner .entry-thumbnail.cherry-thumb-s,
    body .masonry-layout .masonry-layout-item .grid-layout_inner .entry-thumbnail.cherry-thumb-l,
    body .masonry-layout .masonry-layout-item .grid-layout_inner .entry-video.cherry-thumb-m,
    body .masonry-layout .masonry-layout-item .grid-layout_inner .entry-video.cherry-thumb-s,
    body .masonry-layout .masonry-layout-item .grid-layout_inner .entry-video.cherry-thumb-l {
      margin: 0 0 8px; }
  body .masonry-layout .masonry-layout-item .grid-layout_inner .meta-bottom {
    font-size: 1rem;
    line-height: 1.625rem;
    margin: 18px 0 6px; }

.comments {
  margin-bottom: 100px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 37px 42px; }
  .comments-title {
    margin: 0 0 0.8em; }
  .comments .comment-respond {
    padding-top: 22px; }
  .comments .comment-reply-title {
    margin: 0 0 0.8em; }
  .comments .comment-list > .comment {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 50px; }
    .comments .comment-list > .comment + .comment {
      padding-top: 53px; }
  .comments .comment-content {
    clear: both;
    padding: 20px 21px 18px;
    border-radius: 4px;
    position: relative; }
    .comments .comment-content:before {
      content: '';
      position: absolute;
      left: 88px;
      bottom: 100%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 17px 0 0 17px; }
    .comments .comment-content p {
      margin: 0; }
  .comments .comment .children {
    padding: 31px 0 0 144px; }
  .comments .commentmetadata {
    margin-bottom: 0.3em; }
    .comments .commentmetadata:before {
      content: '\f073';
      margin-right: 8px;
      font-family: 'FontAwesome'; }
  .comments .comment .avatar {
    border-radius: 500px;
    float: left;
    margin-right: 32px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08); }
  .comments .comment-reply-link {
    text-decoration: underline; }
  .comments .comment .comment-author .reply {
    text-align: left; }
  .comments .comment-list {
    padding: 0; }
  .comments .comment-body h5 {
    margin: 0 0 0.3em;
    text-transform: capitalize; }
  .comments .comment-body p {
    clear: both;
    margin: 35px 0 0;
    position: relative;
    padding: 18px 21px 18px;
    border-radius: 4px; }
    .comments .comment-body p:before {
      content: '';
      position: absolute;
      left: 88px;
      bottom: 100%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 17px 0 0 17px; }
  .comments .comment-form {
    margin: 0 -15px;
    font-size: 0rem;
    line-height: 0rem; }
    .comments .comment-form p {
      margin: 0 0 30px;
      padding: 0 15px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .comments .comment-form-author, .comments .comment-form-email, .comments .comment-form-url {
      width: 33.3%;
      display: inline-block; }
    .comments .comment-form-comment {
      width: 100%; }
    .comments .comment-form input[type="text"],
    .comments .comment-form textarea {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1.25rem;
      line-height: 2.25rem;
      height: 50px;
      border: 1px solid #ebebeb;
      border-radius: 6px;
      padding: 5px 22px 9px;
      width: 100%;
      font-weight: normal; }
      .comments .comment-form input[type="text"]::-moz-placeholder,
      .comments .comment-form textarea::-moz-placeholder {
        color: #777777;
        opacity: 1; }
      .comments .comment-form input[type="text"]:-ms-input-placeholder,
      .comments .comment-form textarea:-ms-input-placeholder {
        color: #777777; }
      .comments .comment-form input[type="text"]::-webkit-input-placeholder,
      .comments .comment-form textarea::-webkit-input-placeholder {
        color: #777777; }
      .comments .comment-form input[type="text"]:focus,
      .comments .comment-form textarea:focus {
        box-shadow: none;
        outline: none; }
    .comments .comment-form .logged-in-as {
      font-size: 0.8125rem;
      line-height: 1.4375rem; }
    .comments .comment-form textarea {
      height: 200px;
      resize: none; }
    .comments .comment-form input[type="submit"] {
      border: 0; }

.related-posts {
  margin-bottom: 83px;
  border-top: 1px solid #ebebeb;
  padding-top: 66px; }
  .related-posts_title {
    text-align: center;
    margin-bottom: 0.9em; }
  .related-posts_item {
    text-align: center; }
    .related-posts_item .entry-thumbnail {
      margin-bottom: 17px; }
      .related-posts_item .entry-thumbnail img {
        box-shadow: 11px 11px 18px rgba(0, 0, 0, 0.11); }
    .related-posts_item .entry-content {
      font-size: 14px;
      line-height: 23px;
      margin: 0 0 20px; }
    .related-posts_item .entry-date:before {
      content: '\f073';
      margin-right: 8px;
      font-family: 'FontAwesome'; }
    .related-posts_item .entry-title {
      margin: 0 0 0.1em; }

.author-bio {
  border-top: 1px solid #ebebeb;
  padding-top: 55px;
  margin-bottom: 55px; }
  .author-bio .description {
    font-size: 14px;
    line-height: 23px; }
  .author-bio h5 {
    text-transform: capitalize;
    margin: 0 0 .2em; }
  .author-bio .user_position {
    margin-bottom: 17px;
    display: block; }
  .author-bio_avatar {
    position: relative;
    top: -5px; }
    .author-bio_avatar img {
      border-radius: 500px;
      box-shadow: 11px 11px 18px rgba(0, 0, 0, 0.11); }

.quote_wrapper {
  margin-bottom: 29px;
  position: relative;
  padding: 18px 20px 25px; }
  .quote_wrapper blockquote {
    padding: 0;
    border: 0; }
    .quote_wrapper blockquote:before, .quote_wrapper blockquote:after {
      display: none; }
  .single .quote_wrapper {
    padding: 0;
    background: none;
    color: inherit; }
    .single .quote_wrapper * {
      color: inherit; }
  .quote_wrapper * {
    color: #ffffff; }
  .quote_wrapper h4 {
    margin: 0; }
  .quote_wrapper .entry-icon {
    margin-top: 2px;
    float: left;
    margin-right: 22px; }
  .quote_wrapper .entry-content {
    margin: 0 0 0.2em; }
  .quote_wrapper .user_position {
    text-transform: capitalize;
    color: #ffffff; }

.link_wrapper {
  margin-bottom: 29px;
  padding: 18px 20px 24px;
  position: relative; }
  .link_wrapper .entry-title {
    color: #ffffff; }
  .link_wrapper h4 {
    margin: 0; }
  .link_wrapper .entry-icon {
    margin-top: 2px;
    float: left;
    margin-right: 22px; }
  .link_wrapper .entry-content {
    margin: 0 0 0.2em; }

.widget .cherry-follow_item {
  max-width: 100%; }
.widget .cherry_team_widget .team-wrap {
  padding: 0 15px; }
.widget.cherry_testimonials_widget blockquote {
  border: 0;
  padding-left: 43px; }
  .widget.cherry_testimonials_widget blockquote:before {
    font-size: 6.875rem;
    line-height: 10rem; }
  .widget.cherry_testimonials_widget blockquote p {
    font-size: 0.875rem;
    line-height: 1.4375rem; }
.widget .cherry-swiper-carousel-container {
  padding-top: 17px;
  margin-bottom: 39px; }
  .widget .cherry-swiper-carousel-container .cherry-swiper-carousel .swiper-wrapper .cherry-swiper-carousel-slide .inner figure.post-thumbnail img.wp-post-image {
    width: 100% !important; }
  .widget .cherry-swiper-carousel-container .cherry-swiper-carousel-slide {
    box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.04); }
    .widget .cherry-swiper-carousel-container .cherry-swiper-carousel-slide .post-thumbnail:before {
      position: absolute;
      left: 0;
      right: 0;
      content: '\f064';
      font-family: 'FontAwesome';
      font-size: 1.3125rem;
      line-height: 1.625rem;
      color: #ffffff;
      z-index: 10;
      pointer-events: none;
      top: 50%;
      opacity: 0;
      margin-top: -13px;
      text-align: center;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .widget .cherry-swiper-carousel-container .cherry-swiper-carousel-slide .post-thumbnail:after {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      content: '';
      opacity: 0;
      z-index: 8;
      pointer-events: none;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .widget .cherry-swiper-carousel-container .cherry-swiper-carousel-slide .post-thumbnail a {
      display: block;
      position: relative;
      z-index: 2; }
    .widget .cherry-swiper-carousel-container .cherry-swiper-carousel-slide .post-thumbnail:hover:before {
      opacity: 1; }
    .widget .cherry-swiper-carousel-container .cherry-swiper-carousel-slide .post-thumbnail:hover:after {
      opacity: 0.6; }
.widget_recent_comments ul li {
  padding: 10px 0px 13px; }
  .widget_recent_comments ul li:before {
    content: "\f0e6";
    margin-right: 12px;
    font-family: 'FontAwesome';
    position: relative;
    top: 1px; }
  .widget_recent_comments ul li + li {
    border-top: 1px solid #ebebeb; }
.widget.widget_archive ul {
  padding-bottom: 5px; }
  .widget.widget_archive ul li {
    padding: 10px 0px 13px; }
    .widget.widget_archive ul li + li {
      border-top: 1px solid #ebebeb; }
.widget .tagcloud {
  padding: 20px 0 9px;
  margin: 0 -10px 0; }
  .widget .tagcloud a {
    font-size: 1rem;
    line-height: 1.625rem;
    border-radius: 6px;
    padding: 4px 20px 10px;
    display: inline-block;
    margin: 0 4px 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); }
    .widget .tagcloud a:hover {
      color: #ffffff; }
.widget .cherry-follow_wrap {
  padding-bottom: 13px; }
  .widget .cherry-follow_wrap .cherry-follow_list {
    padding: 16px 0 0;
    margin: 0 -5px;
    text-align: left !important; }
    .widget .cherry-follow_wrap .cherry-follow_list .cherry-follow_item {
      text-align: center;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
      margin: 0 5px 10px !important; }
.widget .twitter-timeline {
  padding-top: 3px !important; }
.widget-title {
  margin: 0 0 0.1em; }
.widget .cherry-posts-list {
  /* padding: 12px 0 7px; */
  margin: 0; }
  .widget .cherry-posts-list .cherry-xs-clear + .cherry-posts-item {
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid #ebebeb; }
  .widget .cherry-posts-list .cherry-posts-item {
    padding: 0; }
    .widget .cherry-posts-list .cherry-posts-item .post-content {
      margin-bottom: 6px; }
    .widget .cherry-posts-list .cherry-posts-item .post-comments-link a:before {
      content: '\f0e6';
      margin-right: 8px;
      font-family: 'FontAwesome'; }
    .widget .cherry-posts-list .cherry-posts-item .post-meta {
      font-size: 14px;
      font-weight: 300;
      margin: 0 0 7px !important; }
      .widget .cherry-posts-list .cherry-posts-item .post-meta:before {
        content: '\f073';
        margin-right: 8px;
        font-family: 'FontAwesome'; }
    .widget .cherry-posts-list .cherry-posts-item .inner {
      text-align: left !important; }
      .widget .cherry-posts-list .cherry-posts-item .inner figure.post-thumbnail {
        float: left;
        margin: /* 6px 26px 0 */ 0;
        box-shadow: none; }
        .widget .cherry-posts-list .cherry-posts-item .inner figure.post-thumbnail img {
          /* box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.04); */}

.link_wrapper .entry-title a,
.quote_wrapper .entry-title a {
  color: #ffffff; }
  .link_wrapper .entry-title a:hover,
  .quote_wrapper .entry-title a:hover {
    text-decoration: underline;
    color: #ffffff; }

.entry-thumbnail {
  max-width: 100%; }

body .timeline-layout article.timeline-layout-item {
  padding: 20px 20px 13px;
  border-width: 5px 0 0 0 !important;
  box-shadow: 11px 11px 18px rgba(0, 0, 0, 0.11);
  margin-bottom: 0 !important; }
  body .timeline-layout article.timeline-layout-item.even .inner .marker {
    margin-left: 0;
    margin-right: -18px; }
    body .timeline-layout article.timeline-layout-item.even .inner .marker span {
      left: auto;
      right: 52px; }
  body .timeline-layout article.timeline-layout-item.even, body .timeline-layout article.timeline-layout-item.odd {
    clear: both; }
    body .timeline-layout article.timeline-layout-item.even .inner .arrow, body .timeline-layout article.timeline-layout-item.odd .inner .arrow {
      margin-top: 118px; }
  body .timeline-layout article.timeline-layout-item .quote_wrapper {
    position: relative; }
    body .timeline-layout article.timeline-layout-item .quote_wrapper .entry-content {
      font-size: 2.125rem;
      line-height: 3.125rem; }
  body .timeline-layout article.timeline-layout-item .entry-icon {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: none;
    color: #ffffff;
    font-size: 27px;
    margin: 0; }
  body .timeline-layout article.timeline-layout-item .entry-content {
    font-size: 0.875rem;
    line-height: 1.4375rem; }
  body .timeline-layout article.timeline-layout-item .entry-title {
    margin-bottom: 0.15em; }
  body .timeline-layout article.timeline-layout-item .entry-thumbnail,
  body .timeline-layout article.timeline-layout-item .post-gallery,
  body .timeline-layout article.timeline-layout-item .entry-video {
    margin: 0 0 0.45em !important;
    box-shadow: none; }
    body .timeline-layout article.timeline-layout-item .entry-thumbnail img,
    body .timeline-layout article.timeline-layout-item .post-gallery img,
    body .timeline-layout article.timeline-layout-item .entry-video img {
      box-shadow: none; }
  body .timeline-layout article.timeline-layout-item .entry-title {
    clear: both;
    font-size: 1.5rem;
    line-height: 2.5rem; }
  body .timeline-layout article.timeline-layout-item .entry-meta {
    margin-bottom: 7px; }
    body .timeline-layout article.timeline-layout-item .entry-meta.meta-bottom {
      margin-top: 24px;
      padding-top: 11px; }
  body .timeline-layout article.timeline-layout-item .inner .marker {
    margin-top: 106px !important;
    text-align: center;
    width: 36px;
    height: 36px;
    margin-left: -18px !important;
    border-radius: 500px;
    z-index: 3; }
    body .timeline-layout article.timeline-layout-item .inner .marker:before {
      color: #ffffff;
      content: '\f073';
      display: block;
      margin-right: 8px;
      text-align: center;
      width: 100%;
      line-height: 37px;
      font-family: 'FontAwesome'; }
    body .timeline-layout article.timeline-layout-item .inner .marker span {
      position: absolute;
      top: 50%;
      margin-top: -14px;
      left: 52px; }
body .timeline-wpapper .entry-icon {
  display: none; }
body .timeline-line {
  z-index: 1 !important; }

.post-link:hover {
  text-decoration: underline; }

body .hentry .mejs-container {
  background: none;
  margin-bottom: 33px; }

body .mejs-controls {
  background: #2a2a2a !important;
  position: relative; }
  body .mejs-controls:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 50%;
    background-color: #363636;
    z-index: 0; }
  body .mejs-controls * {
    position: relative;
    z-index: 1; }
body .mejs-time-total {
  border-radius: 3px !important;
  background-color: #1f1f1f !important; }
  body .mejs-time-total * {
    border-radius: 3px !important; }
body .mejs-time-loaded {
  background-color: #ffffff; }
body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #232323;
  /* Old browsers */
  background: -moz-linear-gradient(top, #232323 0%, #2a2a2a 26%, #2d2d2d 50%, #303030 78%, #363636 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #232323), color-stop(26%, #2a2a2a), color-stop(50%, #2d2d2d), color-stop(78%, #303030), color-stop(100%, #363636));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #232323 0%, #2a2a2a 26%, #2d2d2d 50%, #303030 78%, #363636 100%);
  background: -o-linear-gradient(top, #232323 0%, #2a2a2a 26%, #2d2d2d 50%, #303030 78%, #363636 100%);
  background: -ms-linear-gradient(top, #232323 0%, #2a2a2a 26%, #2d2d2d 50%, #303030 78%, #363636 100%);
  background: linear-gradient(to bottom, #232323 0%, #2a2a2a 26%, #2d2d2d 50%, #303030 78%, #363636 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#363636',GradientType=0 ); }
body .mejs-horizontal-volume-slider * {
  border-radius: 3px !important; }

.navigation.pagination {
  clear: both;
  padding: 20px 20px 40px; }
  .grid-layout .navigation.pagination .nav-links, .masonry-layout + .navigation.pagination .nav-links {
    text-align: center; }
  .navigation.pagination .nav-links a.page-numbers,
  .navigation.pagination .nav-links span.page-numbers {
    display: inline-block;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 1rem;
    line-height: 2.5rem;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1); }
    .navigation.pagination .nav-links a.page-numbers.next, .navigation.pagination .nav-links a.page-numbers.prev,
    .navigation.pagination .nav-links span.page-numbers.next,
    .navigation.pagination .nav-links span.page-numbers.prev {
      font-family: 'FontAwesome'; }
    .navigation.pagination .nav-links a.page-numbers:hover, .navigation.pagination .nav-links a.page-numbers.current,
    .navigation.pagination .nav-links span.page-numbers:hover,
    .navigation.pagination .nav-links span.page-numbers.current {
      color: #ffffff; }
    .navigation.pagination .nav-links a.page-numbers + .page-numbers,
    .navigation.pagination .nav-links span.page-numbers + .page-numbers {
      margin-left: 8px; }

.single-post .cherry-thumb-l {
  margin-right: 0;
  margin-left: 0; }
.single-post .entry-icon {
  display: none; }
.single-post blockquote {
  padding-left: 81px; }
  .single-post blockquote:before {
    top: -30px; }
  .single-post blockquote h4 {
    margin-bottom: 0.35em; }
.single-post .post-gallery,
.single-post figure.entry-thumbnail {
  margin-bottom: 42px; }
.single-post iframe {
  width: 100%; }

.topmenu-container {display:block; margin:20px 0 0; float:right; height:37px;}
.topSearch {width:250px; height:32px; display:inline;}
.topSocial {/*width:156px;*/width:104px; height:37px; display:inline; float:right; margin-right:20px; padding:0;}
a.topLinkedin {display:inline-block; height:32px; width:32px; padding:0px; margin-left:20px; outline:none; text-indent:9999px; background-image:url('../images/social-top-round.png'); background-position:0 0; transition:none; background-repeat:no-repeat;}
a.topLinkedin:hover {background-position:0 -34px;}
a.topTwitter {display:inline-block; height:32px; width:32px; padding:0px; margin-left:20px; outline:none; text-indent:9999px; background-image:url('../images/social-top-round.png'); background-position:-34px 0; transition:none; background-repeat:no-repeat;}
a.topTwitter:hover {background-position:-34px -34px;}
a.topYouTube {display:inline-block; height:32px; width:32px; padding:0px; margin-left:20px; outline:none; text-indent:9999px; background-image:url('../images/social-top-round.png'); background-position:-67px 0; transition:none; background-repeat:no-repeat;}
a.topYouTube:hover {background-position:-67px -34px;}

body #shiftnav-toggle-main .shiftnav-main-toggle-content {position:absolute; top:0; right:70px; padding:12px 0;}
#shiftnav-toggle-main .shiftnav-main-toggle-content-before {padding:14px 0;}
.top-mobile-bar-social {float:right;}
a.top-bar-linkedin {display:inline-block; height:24px; width:24px; padding:0px; margin:0 0 0 20px; outline:none; text-indent:9999px; background-image:url('../images/social-mobile-round.png'); background-position:0 0; transition:none; background-repeat:no-repeat;}
a.top-bar-twitter {display:inline-block; height:24px; width:24px; padding:0px; margin:0 0 0 20px; outline:none; text-indent:9999px; background-image:url('../images/social-mobile-round.png'); background-position:-26px 0; transition:none; background-repeat:no-repeat;}
a.top-bar-youtube {display:inline-block; height:24px; width:24px; padding:0px; margin:0 0 0 20px; outline:none; text-indent:9999px; background-image:url('../images/social-mobile-round.png'); background-position:-51px 0; transition:none; background-repeat:no-repeat;}

.topSearch .searchform {display:inline; width:200px; /* position: relative; right: 104px; top: 0; */}
.topSearch .searchform div {display:inline; width:200px;}
.topSearch .searchform input[type="text"] {background-color:transparent; background-image:url(../images/search-icon.png); background-position:5px center; background-repeat:no-repeat; background-size:32px 32px; border:none; cursor: pointer; height: 37px; margin: 0; padding: 0 0 0 37px; position: relative; -webkit-transition: width 400ms ease, background 400ms ease; transition:width 400ms ease, background 400ms ease; width: 0;}
.topSearch .searchform input[type="text"]:focus {background-color: #fff; border: 2px solid #c3c0ab; cursor: text; outline: 0; width: 230px;}
.topSearch .searchform .search-submit {display:none;}

.widget_mc4wp_widget input[type="email"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.25rem;
  line-height: 2.25rem;
  -webkit-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out;
  height: 50px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  padding: 5px 20px 9px;
  width: 100%;
  margin: 0;
  font-weight: normal; }
  .widget_mc4wp_widget input[type="email"]::-moz-placeholder {
    color: #777777;
    opacity: 1; }
  .widget_mc4wp_widget input[type="email"]:-ms-input-placeholder {
    color: #777777; }
  .widget_mc4wp_widget input[type="email"]::-webkit-input-placeholder {
    color: #777777; }
  .widget_mc4wp_widget input[type="email"]:focus {
    outline: medium none; }
    .widget_mc4wp_widget input[type="email"]:focus::-moz-placeholder {
      color: #4eb7fe;
      opacity: 1; }
    .widget_mc4wp_widget input[type="email"]:focus:-ms-input-placeholder {
      color: #4eb7fe; }
    .widget_mc4wp_widget input[type="email"]:focus::-webkit-input-placeholder {
      color: #4eb7fe; }
.widget_mc4wp_widget input[type="submit"] {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  padding: 19px 40px;
  border-radius: 5px;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  -webkit-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out;
  border: 0; }

/*************With sidebar layout************/
.sidebar-content-wrapper,
.content-sidebar-wrapper {
  position: relative; }
  /* .sidebar-content-wrapper:before,
  .content-sidebar-wrapper:before {
    content: '';
    left: 29.9%;
    position: absolute;
    top: 13px;
    bottom: 100px;
    width: 1px;
    background-color: #ebebeb; } */
  .sidebar-content-wrapper:after,
  .content-sidebar-wrapper:after {
    content: '';
    display: table;
    width: 100%;
    clear: both; }
  .sidebar-content-wrapper .cherry-sidebar-main.sidebar-main,
  .content-sidebar-wrapper .cherry-sidebar-main.sidebar-main {
    width: 33.33%; }
  .sidebar-content-wrapper #primary.content-area,
  .content-sidebar-wrapper #primary.content-area {
    width: 66.66%; }

body .sidebar-sidebar-content-wrapper,
body .sidebar-content-sidebar-wrapper,
body .sidebar-sidebar-content-wrapper {
  width: 73.8%; }
  body .sidebar-sidebar-content-wrapper #primary.content-area,
  body .sidebar-content-sidebar-wrapper #primary.content-area,
  body .sidebar-sidebar-content-wrapper #primary.content-area {
    width: 65.142%; }
  body .sidebar-sidebar-content-wrapper .cherry-sidebar-main.sidebar-main,
  body .sidebar-content-sidebar-wrapper .cherry-sidebar-main.sidebar-main,
  body .sidebar-sidebar-content-wrapper .cherry-sidebar-main.sidebar-main {
    width: 30.72%; }

.cherry-sidebar-secondary.sidebar-secondary.widget-area {
  width: 24.6%; }

.content-sidebar-wrapper:before {
  right: 29.9%;
  left: auto; }

.home-blog-box .cherry-box .inner {
  padding: 88px 0 95px;
  color: #ffffff; }
  .home-blog-box .cherry-box .inner h2 {
    color: #ffffff;
    margin-bottom: 0.65em; }
  .home-blog-box .cherry-box .inner h5 {
    margin-bottom: 1.1em;
    color: #ffffff; }

/**Blog End**/
/**********************Media**************************/
@media (max-width: 1675px) {
  body .masonry-layout .quote_wrapper,
  body .masonry-layout .link_wrapper,
  body .grid-layout .quote_wrapper,
  body .grid-layout .link_wrapper,
  body .timeline-layout .quote_wrapper,
  body .timeline-layout .link_wrapper {
    text-overflow: ellipsis; }
    body .masonry-layout .quote_wrapper .site-wrapper .entry-header h4.entry-title,
    body .masonry-layout .link_wrapper .site-wrapper .entry-header h4.entry-title,
    body .grid-layout .quote_wrapper .site-wrapper .entry-header h4.entry-title,
    body .grid-layout .link_wrapper .site-wrapper .entry-header h4.entry-title,
    body .timeline-layout .quote_wrapper .site-wrapper .entry-header h4.entry-title,
    body .timeline-layout .link_wrapper .site-wrapper .entry-header h4.entry-title {
      font-size: 1.125rem;
      line-height: 1.625rem;
      margin-bottom: 10px; }
    body .masonry-layout .quote_wrapper .user_position,
    body .masonry-layout .quote_wrapper .post-link,
    body .masonry-layout .link_wrapper .user_position,
    body .masonry-layout .link_wrapper .post-link,
    body .grid-layout .quote_wrapper .user_position,
    body .grid-layout .quote_wrapper .post-link,
    body .grid-layout .link_wrapper .user_position,
    body .grid-layout .link_wrapper .post-link,
    body .timeline-layout .quote_wrapper .user_position,
    body .timeline-layout .quote_wrapper .post-link,
    body .timeline-layout .link_wrapper .user_position,
    body .timeline-layout .link_wrapper .post-link {
      word-wrap: normal;
      text-overflow: ellipsis;
      display: inline-block;
      margin-bottom: 40px; }
    body .masonry-layout .quote_wrapper .post-link,
    body .masonry-layout .link_wrapper .post-link,
    body .grid-layout .quote_wrapper .post-link,
    body .grid-layout .link_wrapper .post-link,
    body .timeline-layout .quote_wrapper .post-link,
    body .timeline-layout .link_wrapper .post-link {
      display: block; } }
@media only screen and (max-width: 1200px) {
  .entry-title {
    padding-top: 10px;
    clear: both; }

  .widget.cherry_testimonials_widget blockquote {
    clear: both; }

  .widget .site-wrapper {
    padding-top: 10px;
    clear: both; }

  .comments .comment-form-author, .comments .comment-form-email, .comments .comment-form-url {
    width: 100%; } }
@media (max-width: 992px) {
  .sidebar-content-wrapper:before,
  .content-sidebar-wrapper:before {
    display: none; }

  body .site-content .sidebar-content-wrapper #primary.content-area,
  body .site-content .content-sidebar-wrapper #primary.content-area,
  body .site-content .sidebar-sidebar-content-wrapper,
  body .site-content .sidebar-content-sidebar-wrapper,
  body .site-content .sidebar-sidebar-content-wrapper,
  body .site-content .sidebar-sidebar-content-wrapper #primary.content-area,
  body .site-content .sidebar-content-sidebar-wrapper #primary.content-area,
  body .site-content .sidebar-sidebar-content-wrapper #primary.content-area,
  body .site-content .sidebar-sidebar-content-wrapper .cherry-sidebar-main.sidebar-main,
  body .site-content .sidebar-content-sidebar-wrapper .cherry-sidebar-main.sidebar-main,
  body .site-content .sidebar-sidebar-content-wrapper .cherry-sidebar-main.sidebar-main,
  body .site-content .cherry-sidebar-secondary.sidebar-secondary.widget-area {
    width: 100%; }

  .site-content .sidebar-content-wrapper .cherry-sidebar-main,
  .site-content .sidebar-content-wrapper .cherry-sidebar-secondary,
  .site-content .content-sidebar-wrapper .cherry-sidebar-main,
  .site-content .content-sidebar-wrapper .cherry-sidebar-secondary,
  .site-content .sidebar-content-sidebar-wrapper .cherry-sidebar-main,
  .site-content .sidebar-content-sidebar-wrapper .cherry-sidebar-secondary,
  .site-content .content-sidebar-sidebar-wrapper .cherry-sidebar-main,
  .site-content .content-sidebar-sidebar-wrapper .cherry-sidebar-secondary,
  .site-content .sidebar-sidebar-content-wrapper .cherry-sidebar-main,
  .site-content .sidebar-sidebar-content-wrapper .cherry-sidebar-secondary {
    width: 100%; }

  .comments .comment .children {
    padding-left: 20px; }

  .related-posts_item {
    margin-bottom: 30px; }

  .comments {
    padding-left: 20px;
    padding-right: 20px; }

  .related-posts_item .entry-thumbnail img {
    margin: 0 auto; }

  .related-posts_title {
    font-size: 1.75rem;
    line-height: 2.125rem; }
  
  body .masonry-layout.grid-type-3 .masonry-wrapper .video-type .entry-header .entry-title,
  body .masonry-layout.grid-type-3 .masonry-wrapper .image-type .entry-header .entry-title,
  body .masonry-layout.grid-type-3 .masonry-wrapper .gallery-type .entry-header .entry-title,
  body .masonry-layout.grid-type-3 .masonry-wrapper .video-type .entry-header .entry-title,
  body .masonry-layout.grid-type-3 .masonry-wrapper .image-type .entry-header .entry-title,
  body .masonry-layout.grid-type-3 .masonry-wrapper .gallery-type .entry-header .entry-title {
    position: relative; }

  body .grid-layout.grid-type-3 .row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  body .grid-layout.grid-type-3 .grid-layout-item {
    -webkit-flex: 1 1 400px;
    -ms-flex: 1 1 400px;
    flex: 1 0 auto; } }
@media (max-width: 768px) {
  .entry-title {
    padding-top: 10px;
    clear: both; }

  body .grid-layout.grid-type-2 {
    padding: 0; }

  .author-bio h5 {
    clear: both; }

  .comment-author .comment-meta {
    clear: both; }

  .grid-layout-item:nth-child(even) {
    clear: both; }

  body .timeline-layout .timeline-wrapper .timeline-line {
    display: none; }
  body .timeline-layout article.timeline-layout-item,
  body .timeline-layout article.timeline-layout-item.even,
  body .timeline-layout article.timeline-layout-item.odd {
    float: none;
    width: 100% !important; }
    body .timeline-layout article.timeline-layout-item .arrow,
    body .timeline-layout article.timeline-layout-item.even .arrow,
    body .timeline-layout article.timeline-layout-item.odd .arrow {
      display: none; }
    body .timeline-layout article.timeline-layout-item .inner .marker,
    body .timeline-layout article.timeline-layout-item.even .inner .marker,
    body .timeline-layout article.timeline-layout-item.odd .inner .marker {
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      margin: 0 0 10px !important; }
      body .timeline-layout article.timeline-layout-item .inner .marker span,
      body .timeline-layout article.timeline-layout-item.even .inner .marker span,
      body .timeline-layout article.timeline-layout-item.odd .inner .marker span {
        right: auto;
        left: 52px; }

  .single .entry-thumbnail {
    float: none; } }
/* #Portfolio
================================================== */
.single-portfolio .cherry-breadcrumbs {
  margin-bottom: 0; }
.single-portfolio .post-meta-container a {
  text-decoration: underline; }
.single-portfolio .site-content .widget-area {
  padding-top: 0; }

.portfolio-wrap {
  padding: 20px 0 0; }
  .portfolio-wrap .grid-layout {
    padding-left: 0;
    padding-right: 0; }
  .portfolio-wrap .portfolio-filter {margin: 0; /* border-top:4px solid #ffffff; border-bottom:4px solid #ffffff; */
    text-align: center;
    position: relative; }
    .portfolio-wrap .portfolio-filter ul.filter {
      display: inline-block;
      float: none;
      font-size: 16px;
      line-height: 20px;
      font-weight: bold; font-family:'guardianEgyp';}
      .portfolio-wrap .portfolio-filter ul.filter li {
        margin: 0;}
        .portfolio-wrap .portfolio-filter ul.filter li a {
          position: relative;
          display: block;
          padding: 10px 7px 10px;
          text-decoration: none; border-right:4px solid #ffffff; border-top:4px solid #ffffff; border-bottom:4px solid #ffffff; color:#4b4f54; max-width:183px; height:82px;}
        .portfolio-wrap .portfolio-filter ul.filter li:first-child a {border-left:4px solid #ffffff;}
        /* .portfolio-wrap .portfolio-filter ul.filter li:last-child a {border-right:none;} */
        .portfolio-wrap .portfolio-filter ul.filter li a:hover, .portfolio-wrap .portfolio-filter ul.filter li.active a {background:#4b4f54; color:#eaebed;}
          /* .portfolio-wrap .portfolio-filter ul.filter li a:before {
            content: '';
            position: absolute;
            bottom: 20px;
            left: 0;
            width: 100%;
            height: 4px;
            -webkit-transform: scale(0);
            transform: scale(0);
            visibility: hidden;
            opacity: 0; }
        .portfolio-wrap .portfolio-filter ul.filter li a:hover:before, .portfolio-wrap .portfolio-filter ul.filter li.active a:before {
          bottom: -1px;
          -webkit-transform: scale(1);
          transform: scale(1);
          visibility: visible;
          opacity: 1; } */
      .portfolio-wrap .portfolio-item a {/* padding-left:20px; */}
      .portfolio-wrap .inner-wrap {border:2px solid #ffffff; margin:0 !important; height:330px; overflow:hidden;}
      @media (max-width:767px) {.portfolio-wrap .inner-wrap {height:100%; padding-bottom:20px;}}
      .portfolio-wrap .inner-wrap:nth-child(3) {border-right:none;}
      .portfolio-wrap .inner-wrap .media-content {border-bottom:4px solid #ffffff;}
      @media (max-width: 768px) {
        .portfolio-wrap .portfolio-filter ul.filter {
          border: none; }
          .portfolio-wrap .portfolio-filter ul.filter li {
            float: none; }
            .portfolio-wrap .portfolio-filter ul.filter li a:before {
              display: none; } }
@media screen and (max-width:1024px) {
.portfolio-wrap .portfolio-filter ul.filter {font-size: 12px; line-height: 18px;}
.portfolio-wrap .portfolio-filter ul.filter li a {max-width:133px; height:73px; padding:5px;} }
    .portfolio-wrap .portfolio-filter ul.order-filter {
      position: absolute;
      right: 30px;
      top: 0;
      font-size: 20px;
      line-height: 30px;
      font-weight: normal; }
      @media (max-width: 1200px) {
        .portfolio-wrap .portfolio-filter ul.order-filter {
          position: relative;
          float: none;
          display: block;
          right: 0;
          margin-top: 25px; } }
      .portfolio-wrap .portfolio-filter ul.order-filter > li {
        padding: 0;
        margin: 0 20px;
        float: none;
        display: inline-block; }
      .portfolio-wrap .portfolio-filter ul.order-filter > li[data-order="order"] {
        padding-right: 20px; }
      .portfolio-wrap .portfolio-filter ul.order-filter .marker {
        top: 15px; }
      .portfolio-wrap .portfolio-filter ul.order-filter .orderby-list {
        top: 40px;
        left: 50%;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
        width: 110px;
        margin-left: -50px;
        padding: 15px 0;
        font-size: 15px;
        line-height: 26px; }
        .portfolio-wrap .portfolio-filter ul.order-filter .orderby-list li {
          color: #fff; }
  .portfolio-wrap .portfolio-container .portfolio-list {border-top:2px solid #ffffff; border-bottom:2px solid #ffffff; /* custom hover */ }
    .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item {
      margin: 0; }
      .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item h2, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item h3, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item h4, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item h5 {
        margin-bottom: 0;
        line-height: 1.2em;
        margin-bottom: 8px; }
      .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item .inner-wrap .rollover-content {
        background: none; }
      .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item .item-content-holder {
        position: relative;
        padding-bottom: 5px;
        z-index: 5; }
      .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item .plane-wrap {
        padding: 20px;
        box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item .plane-wrap:hover {
          box-shadow: none; }
        .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item .plane-wrap .media-content {
          margin-bottom: 15px; }
        .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item .plane-wrap .item-content {
          font-size: 14px;
          line-height: 23px; }
        .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item .plane-wrap .item-meta {
          margin-top: 12px;
          padding-top: 12px;
          border-top: 1px solid #ebebeb; }
      .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item .item-content-inner {
        position: relative;
        z-index: 1; }
        .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item .item-content-inner:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          opacity: .8;
          z-index: -1; }
      .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item .links-container {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item .item-link.zoomlink {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: relative;
        border-radius: 50%;
        padding: 0;
        margin: 0;
        font-size: 54px;
        line-height: 63px;
        width: 71px;
        height: 71px;
        border: 3px solid;
        z-index: 1; }
        .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item .item-link.zoomlink:before {
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -webkit-transform: scale(0);
          transform: scale(0);
          visibility: hidden;
          content: '';
          position: absolute;
          border-radius: 50%;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: -1; }
      .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item .item-link.zoomlink:hover {
        -webkit-transform: rotate(90degdeg);
        transform: rotate(90degdeg); }
        .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item .item-link.zoomlink:hover:before {
          -webkit-transform: scale(1);
          transform: scale(1);
          visibility: visible; }
      .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item .unfolded-items-area {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 50;
        z-index: 155; }
      @media (min-width: 768px) and (max-width: 870px) {
        .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item {
          font-size: 14px;
          line-height: 18px; }
          .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item h2, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item h3, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item h4, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item h5 {
            font-size: 18px;
            margin: 10px 20px 5px; } }
      @media (max-width: 767px) {
        .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item h2, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item h3, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item h4, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item h5 {
          font-size: 24px;
          line-height: 28px; } }
      @media (max-width: 650px) {
        .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item .thumbnailset-wrapper {
          display: none; } }
    .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover .inner-wrap .animated-block-1, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover .inner-wrap .animated-block-2 {
      position: relative;
      top: 75px;
      visibility: hidden;
      opacity: 0; }
    .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover .inner-wrap .animated-block-1 {
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover .inner-wrap .animated-block-2 {
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover .inner-wrap .rollover-content {
      -webkit-transition: all 0.8s ease;
      -o-transition: all 0.8s ease;
      transition: all 0.8s ease;
      -webkit-transition-delay: 0.15s;
      transition-delay: 0.15s;
      visibility: hidden;
      opacity: 0; }
      .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover .inner-wrap .rollover-content h1, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover .inner-wrap .rollover-content h2, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover .inner-wrap .rollover-content h3, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover .inner-wrap .rollover-content h4, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover .inner-wrap .rollover-content h5, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover .inner-wrap .rollover-content span {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        visibility: hidden;
        opacity: 0;
        top: 50px; }
    .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover .inner-wrap .item-content-inner:before {
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-transition-delay: 0.7s;
      transition-delay: 0.7s;
      visibility: hidden;
      opacity: 0; }
    .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover .inner-wrap .media-content > img {
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-transform: scale(1);
      transform: scale(1); }
    .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover .inner-wrap .links-container {
      -webkit-transform: scale(0);
      transform: scale(0); }
    .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover .inner-wrap:hover .animated-block-1, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover .inner-wrap:hover .animated-block-2, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover.hold-hover .inner-wrap .animated-block-1, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover.hold-hover .inner-wrap .animated-block-2 {
      top: 0px;
      visibility: visible;
      opacity: 1; }
    .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover .inner-wrap:hover .animated-block-1, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover.hold-hover .inner-wrap .animated-block-1 {
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover .inner-wrap:hover .animated-block-2, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover.hold-hover .inner-wrap .animated-block-2 {
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover .inner-wrap:hover .rollover-content, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover.hold-hover .inner-wrap .rollover-content {
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      visibility: visible;
      opacity: 1; }
      .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover .inner-wrap:hover .rollover-content h1, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover .inner-wrap:hover .rollover-content h2, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover .inner-wrap:hover .rollover-content h3, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover .inner-wrap:hover .rollover-content h4, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover .inner-wrap:hover .rollover-content h5, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover .inner-wrap:hover .rollover-content span, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover.hold-hover .inner-wrap .rollover-content h1, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover.hold-hover .inner-wrap .rollover-content h2, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover.hold-hover .inner-wrap .rollover-content h3, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover.hold-hover .inner-wrap .rollover-content h4, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover.hold-hover .inner-wrap .rollover-content h5, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover.hold-hover .inner-wrap .rollover-content span {
        visibility: visible;
        opacity: 1;
        top: 0; }
    .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover .inner-wrap:hover .item-content-inner:before, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover.hold-hover .inner-wrap .item-content-inner:before {
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      visibility: visible;
      opacity: .8; }
    .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover .inner-wrap:hover .media-content > img, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover.hold-hover .inner-wrap .media-content > img {
      -webkit-transform: scale(1.25);
      transform: scale(1.25); }
    .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover .inner-wrap:hover .links-container, .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.custom-hover.hold-hover .inner-wrap .links-container {
      -webkit-transform: scale(1);
      transform: scale(1); }
    .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.simple-fade-hover.hold-hover .rollover-content {
      opacity: 1; }
    .portfolio-wrap .portfolio-container .portfolio-list div.portfolio-item.simple-scale-hover.hold-hover .rollover-content {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .portfolio-wrap .portfolio-pagination {
    text-align: center; margin: /*40px*/0 0 0 0;}
    .portfolio-wrap .portfolio-pagination ul.page-link, .portfolio-wrap .portfolio-pagination .page-nav {
      padding: 0 15px;
      float: none;
      display: inline-block;
      vertical-align: top; }
    .portfolio-wrap .portfolio-pagination ul.page-link li a, .portfolio-wrap .portfolio-pagination .page-nav a {
      display: inline-block;
      border-radius: 4px;
      min-width: 40px;
      height: 40px;
      padding: 0 5px;
      text-align: center;
      font-size: 16px;
      line-height: 40px;
      font-weight: 300;
      text-decoration: none;
      box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1); }
    .portfolio-wrap .portfolio-pagination .page-nav a {
      padding: 0 17px;
      margin: 0 5px; }
    .portfolio-wrap .portfolio-pagination ul.page-link li {
      margin: 0 0 10px 10px; }
    .portfolio-wrap .portfolio-pagination ul.page-link li.active a {
      box-shadow: none; }
    .portfolio-wrap .portfolio-pagination ul.page-link li:first-child {
      margin: 0 0 10px 0; }
  .portfolio-wrap .portfolio-ajax-button .load-more-button a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    padding: 20px 35px;
    font-size: 19px;
    line-height: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px; }

div.portfolio-wrap .portfolio-container.justified-layout .portfolio-list .justified-layout-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  div.portfolio-wrap .portfolio-container.justified-layout .portfolio-list .justified-layout-item .inner-wrap.plane-wrap {
    height: auto; }

.thumbnailset-wrapper {
  position: relative;
  margin: 0 auto;
  z-index: 1; }

.thumbnailset,
div.portfolio-wrap div.portfolio-item .inner-wrap .thumbnailset {
  position: relative;
  z-index: 150; }
  .thumbnailset li,
  div.portfolio-wrap div.portfolio-item .inner-wrap .thumbnailset li {
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    width: 135px;
    height: 135px; }
    .thumbnailset li img,
    div.portfolio-wrap div.portfolio-item .inner-wrap .thumbnailset li img {
      width: 100%;
      height: auto; }
  .thumbnailset .thumbnail-link,
  div.portfolio-wrap div.portfolio-item .inner-wrap .thumbnailset .thumbnail-link {
    position: relative;
    display: block; }
    .thumbnailset .thumbnail-link:before,
    div.portfolio-wrap div.portfolio-item .inner-wrap .thumbnailset .thumbnail-link:before {
      -webkit-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease;
      content: '';
      position: absolute;
      border-radius: 50%;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      visibility: hidden;
      opacity: 0; }
    .thumbnailset .thumbnail-link:after,
    div.portfolio-wrap div.portfolio-item .inner-wrap .thumbnailset .thumbnail-link:after {
      -webkit-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease;
      -webkit-transform: scale(0);
      transform: scale(0);
      content: '\f002';
      position: absolute;
      width: 50px;
      height: 50px;
      top: 50%;
      left: 50%;
      margin: -25px 0 0 -25px;
      text-align: center;
      color: #fff;
      font: 30px/50px FontAwesome;
      visibility: hidden;
      opacity: 0; }
  .thumbnailset .thumbnail-link:hover:before,
  div.portfolio-wrap div.portfolio-item .inner-wrap .thumbnailset .thumbnail-link:hover:before {
    visibility: visible;
    opacity: .8; }
  .thumbnailset .thumbnail-link:hover:after,
  div.portfolio-wrap div.portfolio-item .inner-wrap .thumbnailset .thumbnail-link:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1; }
  .thumbnailset .thumbnails-hover-cover,
  div.portfolio-wrap div.portfolio-item .inner-wrap .thumbnailset .thumbnails-hover-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999; }
    
.post-taxonomy-list {margin:15px 20px !important; padding: 5px 0 5px 0; border-top: 1px solid #dddcdc; border-bottom: 1px solid #dddcdc;}
body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .post-title {margin:0 20px 20px !important;}
body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .post-taxonomy-list {margin:15px 20px !important;}

.small-thumbs .thumbnailset li,
div.portfolio-wrap div.portfolio-item .inner-wrap .small-thumbs .thumbnailset li {
  width: 110px;
  height: 110px; }

.thumbnailset-cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(11, 11, 11, 0.8);
  z-index: 145; }

.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin: 0;
  top: auto;
  left: auto;
  bottom: 20px;
  width: 52px;
  height: 52px;
  text-align: center;
  border-radius: 50%;
  background-image: none;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1); }
  .swiper-container .swiper-button-next:before, .swiper-container .swiper-button-prev:before {
    content: '';
    font: 34px/52px 'FontAwesome'; }
.swiper-container .swiper-button-next {
  right: 20px; }
  .swiper-container .swiper-button-next:before {
    content: "\f105"; }
.swiper-container .swiper-button-prev {
  right: 77px; }
  .swiper-container .swiper-button-prev:before {
    content: "\f104"; }
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  opacity: 1; }

/*/ Portfolio */

.cherry-posts-list.template-spotlight-grid {border-top:2px solid #ffffff; border-bottom:2px solid #ffffff;}
.spotlights-item .inner-wrap {border:2px solid #ffffff; margin:0; height:330px; overflow:hidden;}
.spotlights-item .inner-wrap .media-content {border-bottom:4px solid #ffffff;}
.spotlights-item .inner-wrap .item-content {padding:20px;}
.spotlights-item .inner-wrap .item-content h4 {margin:0 0 8px;}
.spotlights figure.post-featured-image {margin: 0 0 20px 0;}

/* ======= Common Styles ======= */
.post-thumbnail {
  max-width: 100%; /* float:left; */ }
.relRowImage {float:left; width:110px; display:inline-block; margin-right:7px; margin-bottom:10px;}
.relRowText {float:left; display:inline-block; width:66%; margin-bottom:10px;}
.cherry-posts-list .cherry-posts-item .inner .relRowText h5.post-title {margin:0 0 5px;}

ul, ol {
  margin:0 20px 20px 30px;
  padding: 0 0 0 20px;
  /* list-style: none; */ }

a:hover, a:focus {
  text-decoration: none;
  outline: 0;
  outline: none; }

table {
  border-color: #ebebeb; }

.table tr > th, .table tr > td, table tr > th, table tr > td,
.table > thead > tr > th, table > thead > tr > th {
  vertical-align: middle; }

.add_to_cart_button.loading:after {
  display: none; }

.site-header {
  position: relative;
  z-index: 100; }

/* ======= Elements ======= */
.site-footer .cherry-instagram_items {
  margin-left: -10px;
  margin-right: -10px; }
.site-footer .cherry-instagram_item {
  padding: 0 10px 20px 10px; }
  @media (max-width: 991px) {
    .site-footer .cherry-instagram_item {
      width: 100%; } }
  @media (max-width: 991px) {
    .site-footer .cherry-instagram_item {
      width: auto; } }
.site-footer .widget-title {
  /* text-transform: uppercase; */}
.site-footer .widget_recent_entries li {
  margin-bottom: 17px; }
@media (max-width: 767px) and (max-width: 767px) {
  .site-footer .widget_recent_entries li a {
    font-size: 20px;
    line-height: 30px; } }

.site-footer .widget_recent_entries .post-date {
  display: block;
  font-size: 14px;
  margin-top: 3px; }
  @media (max-width: 767px) {
    .site-footer .widget_recent_entries .post-date {
      font-size: 20px;
      line-height: 30px; } }
  .site-footer .widget_recent_entries .post-date:before {
    font-family: FontAwesome;
    content: '\f073';
    display: inline-block;
    margin-right: 5px; }

@media (min-width: 1200px) {
  .about-shop_wrapper1 h5 {
    padding: 0 300px; } }

.motoslider_wrapper {
  /* margin-left: 0;
  margin-right: -15px; */ }

@media (max-width: 767px) {
  .cherry-swiper-carousel-container .swiper-button-next {
    right: 0;
    text-align: right; }

  .cherry-swiper-carousel-container .swiper-button-prev {
    left: 0;
    text-align: left; } }
@media (max-width: 1199px) {
  .fwo {
    display: none; } }

.fullwidth {
  margin-left: -15px;
  margin-right: -15px; }
  .fullwidth .inner {
    padding-left: 15px;
    padding-right: 15px; }

.wrapper__inset1 img {
  box-shadow: 8px 14px 18px 0 rgba(0, 0, 0, 0.11); }
@media (max-width: 767px) {
  .wrapper__inset1 h2, .wrapper__inset1 p {
    text-align: center !important; }
  .wrapper__inset1 img {
    width: 100%;
    margin-bottom: 30px; } }


/* ======= Keyframes ======= */
@-webkit-keyframes scaleAndRevert {
  50% {
    -webkit-transform: scale(1.2);
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1); }
  100% {
    -webkit-transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); } }
@keyframes scaleAndRevert {
  50% {
    transform: scale(1.2);
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1); }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); } }
/* Content
================================================== */
article.page.type-page {
  margin: 0; }
  article.page.type-page .entry-content {
    margin: 0; }
    article.page.type-page .entry-content p a {
      text-decoration: underline; }
      article.page.type-page .entry-content p a:hover {
        text-decoration: none; }
    article.page.type-page .entry-content ol li {
      font-size: 20px;
      line-height: 1.2em;
      padding: 7px 0 8px;
      font-weight: normal; }
    article.page.type-page .entry-content ol {
      list-style-type: decimal-leading-zero;
      margin: 0 0 0 40px; }

.cherry-list:not(.services-list) li {
  font-size: 20px;
  line-height: 1.2em;
  padding: 7px 0 8px;
  font-weight: normal; }
  .cherry-list:not(.services-list) li .list-icon {
    min-width: 30px;
    text-align: left; }
    .cherry-list:not(.services-list) li .list-icon.fa-check {
      font-size: 16px; }
.cherry-list.services-list li {
  text-align: right;
  padding: 8px 0 9px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.2); }
  .cherry-list.services-list li:first-child {
    border: none; }
  .cherry-box .cherry-list.services-list li {
    color: #ffffff; }

/* Content */
/* Shortcodes
================================================== */
.cherry-btn {
  font-size: 19px;
  line-height: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  padding: 19px 40px;
  border-radius: 5px;
  z-index: 10;
  font-style: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .cherry-btn > span.icon-position-left, .cherry-btn > span.icon-position-right, .cherry-btn > span.cherry-btn-content-wrap {
    vertical-align: middle; }
  .cherry-btn > span.fa {
    font-size: 1.8em;
    line-height: inherit;
    margin: 0 20px 0 0; }
  .cherry-btn:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid transparent; }
  .cherry-btn:hover {
    box-shadow: none; }
  .cherry-btn:active {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  .cherry-btn.cherry-btn-extra-small {padding: 5px 15px; font-size: 15px; margin: 0 0 0 20px;}
    .cherry-btn.cherry-btn-extra-small > span.fa {
      font-size: 1.3em;
      margin: 0 10px 0 0; }
  .cherry-btn.cherry-btn-small {
    padding: 16px 31px;
    font-size: 17px; }
    .cherry-btn.cherry-btn-small > span.fa {
      font-size: 1.3em;
      margin: 0 10px 0 0; }
  .cherry-btn.cherry-btn-medium {
    padding: 19px 40px; }
    .cherry-btn.cherry-btn-medium > span.fa {
      font-size: 1.4em;
      margin: 0 10px 0 0; }
  .cherry-btn.cherry-btn-large {
    padding: 28px 49px; }
    .cherry-btn.cherry-btn-large > span.fa {
      margin: 0 17px 0 0; }
  .cherry-btn.cherry-btn-extra-large {
    padding: 30px 59px;
    font-size: 24px; }
  .cherry-btn.cherry-btn-primary {
    color: #ffffff; }
  .cherry-btn.cherry-btn-primary-light {
    box-shadow: none; }
    .cherry-btn.cherry-btn-primary-light.shadow {
      box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.1); }
      .cherry-btn.cherry-btn-primary-light.shadow:hover {
        box-shadow: none; }
  .cherry-btn.cherry-btn-link {
    overflow: visible;
    box-shadow: none;
    text-transform: none;
    text-decoration: underline !important; }
  .cherry-btn.landing-btn {
    position: relative;
    padding: 1.75rem 2.75rem 1.93rem 9.56rem; }
    .cherry-btn.landing-btn .cherry-btn-icon {
      position: absolute;
      width: 6.88rem;
      height: 101%;
      top: 0;
      left: 0;
      border-radius: inherit;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      padding: 2rem 0;
      font-size: 4.37rem;
      color: #ffffff; }
    .cherry-btn.landing-btn.cherry-btn-extra-small {
      font-size: 2rem; }
    .cherry-btn.landing-btn.cherry-btn-small {
      font-size: 2rem; }
    .cherry-btn.landing-btn.cherry-btn-medium {
      font-size: 2.2rem; }
    .cherry-btn.landing-btn.cherry-btn-large {
      font-size: 2.3rem; }
    .cherry-btn.landing-btn.cherry-btn-extra-large {
      font-size: 2.42rem; }
  .cherry-btn + .cherry-btn {
    margin-left: 17px; }
    @media (max-width: 1200px) {
      .cherry-btn + .cherry-btn {
        margin: 5px; } }
  @media (max-width: 1200px) {
    .cherry-btn:first-child {
      margin: 5px; } }
  .cherry-btn.color-white {
    color: #ffffff; }
  .cherry-btn.border-white {
    border-color: #ffffff; }
    .cherry-btn.border-white:hover {
      border-color: #ffffff; }
  .cherry-btn.transparent {
    background: none;
    color: #ffffff; }
    .cherry-btn.transparent:before {
      border-color: #ffffff; }
    .cherry-btn.transparent:hover {
      background: #ffffff; }
  .cherry-btn.without-border:before {
    display: none; }

.cherry-posts-list .cherry-posts-item {
  /* padding-top: 15px;
  padding-bottom: 15px;*/ padding:0; }
  .cherry-posts-list .cherry-posts-item .inner {
    padding: 0; }
    .cherry-posts-list .cherry-posts-item .inner .center {
      text-align: center; }
    .cherry-posts-list .cherry-posts-item .inner .right {
      text-align: right; }
    .cherry-posts-list .cherry-posts-item .inner figure.post-thumbnail img {
      /*box-shadow: 14px 16px 18px rgba(0, 0, 0, 0.1);
      -webkit-transition: all, 0.3s, ease-in-out;
      -o-transition: all, 0.3s, ease-in-out;
      transition: all, 0.3s, ease-in-out; */}
    .cherry-posts-list .cherry-posts-item .inner figure.post-thumbnail:hover img {
      box-shadow: none; }
    .cherry-posts-list .cherry-posts-item .inner .post-title {
      margin: 25px 0 5px; }
    .cherry-posts-list .cherry-posts-item .inner div.btn {
      margin: 30px 0 0; }
    .cherry-posts-list .cherry-posts-item .inner .post-meta {
      margin: 20px 0 0; }
      .cherry-posts-list .cherry-posts-item .inner .post-meta i {
        margin: 0 5px 0 0; }
      .cherry-posts-list .cherry-posts-item .inner .post-meta > span {
        margin: 0 10px; }
      .cherry-posts-list .cherry-posts-item .inner .post-meta .divider {
        margin: 0 7px;
        width: 1px;
        height: 26px;
        display: inline-block;
        background: #ebebeb;
        vertical-align: middle; }
    .cherry-posts-list .cherry-posts-item .inner .template-1 .post-title a,
    .cherry-posts-list .cherry-posts-item .inner .template-2 .post-title a,
    .cherry-posts-list .cherry-posts-item .inner .template-3 .post-title a {
      color: inherit; }
    .cherry-posts-list .cherry-posts-item .inner .template-4 .post-title a,
    .cherry-posts-list .cherry-posts-item .inner .template-4 .post-content {
      color: inherit; }
    @media (max-width: 768px) {
      .cherry-posts-list .cherry-posts-item .inner .template-4 .post-meta .divider {
        display: block;
        background: none;
        height: 0; } }
    .cherry-posts-list .cherry-posts-item .inner .template-4 .post-meta a:hover {
      color: #ffffff; }
    .cherry-posts-list .cherry-posts-item .inner .template-7 .post-title a,
    .cherry-posts-list .cherry-posts-item .inner .template-7 .post-content {
      color: inherit; }
    .cherry-posts-list .cherry-posts-item .inner .template-7 .post-title {
      margin: 0; }
    .cherry-posts-list .cherry-posts-item .inner .template-8.right {
      text-align: left; }
    .cherry-posts-list .cherry-posts-item .inner .template-9 {
      padding: 25px 10px; }
      .cherry-posts-list .cherry-posts-item .inner .template-9 .post-title {
        margin: 0 0 20px; }
      .cherry-posts-list .cherry-posts-item .inner .template-9 .btn {
        margin: 30px 0 0; }
    .cherry-posts-list .cherry-posts-item .inner .clients figure.post-thumbnail img {
      box-shadow: none;
      width: auto;
      height: auto;
      background: none;
      -webkit-transition: all, 0.3s, ease-in-out;
      -o-transition: all, 0.3s, ease-in-out;
      transition: all, 0.3s, ease-in-out; }
    .cherry-posts-list .cherry-posts-item .inner .clients figure.post-thumbnail:hover img {
      opacity: 0.5; }
    .cherry-posts-list .cherry-posts-item .inner .testi-posts .testi-name {
      margin: 0; }
    .cherry-posts-list .cherry-posts-item .inner .testi-posts .post-content,
    .cherry-posts-list .cherry-posts-item .inner .testi-posts .rating-wrap {
      margin: 5px 0 0; }
    .cherry-posts-list .cherry-posts-item .inner .testi-posts.template-1 {
      box-shadow: 14px 16px 18px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      padding: 1.5rem 1.875rem 1.875rem; }
.cherry-posts-list .overflow-content {
  position: relative; }
  .cherry-posts-list .overflow-content figure.post-thumbnail {
    box-shadow: none; }
    .cherry-posts-list .overflow-content figure.post-thumbnail img {
      width: 100%; }
  .cherry-posts-list .overflow-content .desc {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5%;
    width: 100%;
    height: 100%; }
    .cherry-posts-list .overflow-content .desc:after {
      content: '';
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
    .cherry-posts-list .overflow-content .desc .desc-in {
      display: inline-block;
      vertical-align: middle; }
    .cherry-posts-list .overflow-content .desc .post-title,
    .cherry-posts-list .overflow-content .desc .post-content {
      color: #ffffff; }
    .cherry-posts-list .overflow-content .desc div.btn {
      margin: 0; }
  .cherry-posts-list .overflow-content .desc div.btn {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    transition: all, 0.3s, ease-in-out; }
  .cherry-posts-list .overflow-content:hover .desc div.btn {
    -webkit-transform: scale(1);
    transform: scale(1); }
  .cherry-posts-list .overflow-content.template-7 .desc div.btn {
    margin: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    max-height: 0;
    overflow: hidden; }
  .cherry-posts-list .overflow-content.template-7:hover .desc div.btn {
    margin: 30px 0 0;
    opacity: 1;
    max-height: 100px; }
.cherry-posts-list .cherry-spoiler .cherry-spoiler-content .post-content {
  margin: 20px 0; }
  .cherry-posts-list .cherry-spoiler .cherry-spoiler-content .post-content:first-of-type {
    margin-top: 0; }
.cherry-posts-list .cherry-spoiler .cherry-spoiler-content .post-content.part {
  font-size: 0.875rem;
  line-height: 1.6em; }
  .cherry-box .cherry-posts-list .cherry-spoiler .cherry-spoiler-content .post-content.part {
    color: #ffffff; }
.cherry-posts-list.posts-with-accordion .cherry-posts-item {
  padding-top: 0;
  padding-bottom: 10px; }
.cherry-posts-list.template-7 .cherry-posts-item {
  padding: 0; }
.cherry-posts-list.clients .cherry-posts-item:not([class*="col-"]) {
  width: 20%;
  float: left; }
  @media (max-width: 992px) {
    .cherry-posts-list.clients .cherry-posts-item:not([class*="col-"]) {
      width: 33.333%;
      padding: 10px 5px; } }
  @media (max-width: 480px) {
    .cherry-posts-list.clients .cherry-posts-item:not([class*="col-"]) {
      width: 100%;
      padding: 20px 5px; } }
.cherry-posts-list.clients .cherry-posts-item figure.post-thumbnail {
  text-align: center;
  box-shadow: none; }
  .cherry-posts-list.clients .cherry-posts-item figure.post-thumbnail svg,
  .cherry-posts-list.clients .cherry-posts-item figure.post-thumbnail img {
    display: inline; }
.cherry-posts-list.clients .white-logos figure.post-thumbnail svg path,
.cherry-posts-list.clients .white-logos figure.post-thumbnail svg polygon {
  fill: #ffffff;
  -webkit-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out; }
.cherry-posts-list.odd-background .cherry-posts-item.odd {
  background: #f6f6f6; }
.cherry-posts-list.odd-background.fixed-width .col-xs-12.col-sm-12.col-md-12.col-lg-12 .inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1170px; }
  .cherry-posts-list.odd-background.fixed-width .col-xs-12.col-sm-12.col-md-12.col-lg-12 .inner:before, .cherry-posts-list.odd-background.fixed-width .col-xs-12.col-sm-12.col-md-12.col-lg-12 .inner:after {
    content: " ";
    display: table; }
  .cherry-posts-list.odd-background.fixed-width .col-xs-12.col-sm-12.col-md-12.col-lg-12 .inner:after {
    clear: both; }
  @media (max-width: 1200px) {
    .cherry-posts-list.odd-background.fixed-width .col-xs-12.col-sm-12.col-md-12.col-lg-12 .inner {
      width: 100%; } }
.cherry-posts-list.padding-collapse {
  margin: 0; }
  .cherry-posts-list.padding-collapse .cherry-posts-item {
    padding: 0; }
    .cherry-posts-list.padding-collapse .cherry-posts-item .post-title,
    .cherry-posts-list.padding-collapse .cherry-posts-item .post-content {
      padding: 0 15px; }
  .cherry-posts-list.padding-collapse.overlapping-blocks .cherry-posts-item .post-title,
  .cherry-posts-list.padding-collapse.overlapping-blocks .cherry-posts-item .post-content {
    padding: 0 30px; }
.cherry-posts-list.overlapping-blocks .cherry-posts-item {
  margin-left: -30px; }
  @media (max-width: 1200px) {
    .cherry-posts-list.overlapping-blocks .cherry-posts-item {
      margin-left: 0; } }
  .cherry-posts-list.overlapping-blocks .cherry-posts-item:first-child {
    margin-left: 0; }
  .cherry-posts-list.overlapping-blocks .cherry-posts-item.col-lg-3 {
    width: calc(25% + 20px); }
    @media (max-width: 1200px) {
      .cherry-posts-list.overlapping-blocks .cherry-posts-item.col-lg-3 {
        width: 25%; } }
    @media (max-width: 992px) {
      .cherry-posts-list.overlapping-blocks .cherry-posts-item.col-lg-3 {
        width: 50%; } }
    @media (max-width: 768px) {
      .cherry-posts-list.overlapping-blocks .cherry-posts-item.col-lg-3 {
        width: 100%; } }

figure.post-thumbnail.round img,
.team-listing_photo.round img,
.cherry-posts-list.round img {
  border-radius: 50%; }
figure.post-thumbnail.floated-left,
.team-listing_photo.floated-left,
.cherry-posts-list.floated-left {
  float: left;
  margin: 0 30px 20px 0; }
  @media (max-width: 992px) {
    figure.post-thumbnail.floated-left,
    .team-listing_photo.floated-left,
    .cherry-posts-list.floated-left {
      float: none;
      margin: 0 0 20px; } }
  figure.post-thumbnail.floated-left + *,
  .team-listing_photo.floated-left + *,
  .cherry-posts-list.floated-left + * {
    overflow: hidden; }

.cherry-counter span {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: normal; }
.cherry-counter.style-1 span {
  font-weight: bold; }
.cherry-counter.style-2 span {
  font-weight: bold; }
  .cherry-counter.style-2 span.before {
    padding: 0 10px 0 0; }
  @media (max-width: 768px) {
    .cherry-counter.style-2 span {
      font-size: 4rem;
      line-height: 1.2em; } }
.cherry-counter.style-3 span.before, .cherry-counter.style-3 span.after {
  font-size: 0.65em;
  line-height: 1em; }
.cherry-counter.circle {
  background: none; }
  .cherry-counter.circle span {
    display: block; }
  .cherry-counter.circle .count {
    position: relative;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    border-width: 13px;
    border-style: solid;
    border-color: #ffffff;
    margin: 0 auto 50px;
    line-height: 149px; }
    .cherry-counter.circle .count:before {
      content: '';
      width: 2px;
      height: 25px;
      background: #ffffff;
      position: absolute;
      bottom: -37px;
      left: 50%;
      margin-left: -1px; }
    .cherry-counter.circle .count:after {
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 50%;
      position: absolute;
      bottom: -54px;
      left: 50%;
      margin-left: -10px;
      background: #ffffff; }

.color-white {
  color: #ffffff; }
  .color-white h1,
  .color-white h2,
  .color-white h3,
  .color-white h4,
  .color-white h5,
  .color-white h6 {
    color: #ffffff; }
  .color-white a {
    color: #ffffff; }

.color-white-background {
  background: #ffffff; }

@media (max-width: 768px) {
  .cherry-tabs {
    padding-top: 15px;
    padding-bottom: 15px; } }
.cherry-tabs .cherry-tabs-nav {
  text-align: center; }
  .cherry-tabs .cherry-tabs-nav > span {
    position: relative;
    -webkit-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    transition: all, 0.3s, ease-in-out; }
    .cherry-tabs .cherry-tabs-nav > span::before, .cherry-tabs .cherry-tabs-nav > span::after {
      content: '';
      -webkit-transition: all, 0.3s, ease-in-out;
      -o-transition: all, 0.3s, ease-in-out;
      transition: all, 0.3s, ease-in-out; }
.cherry-tabs .cherry-tabs-panes .cherry-tabs-pane {
  font-size: 0.875rem;
  line-height: 1.6em;
  position: relative;
  z-index: 100;
  padding: 0; }
  .cherry-tabs .cherry-tabs-panes .cherry-tabs-pane p:last-of-type {
    margin: 0; }
  .cherry-tabs .cherry-tabs-panes .cherry-tabs-pane .woocommerce {
    padding: 50px 0 0; }
.cherry-tabs.cherry-tabs-vertical .cherry-tabs-nav {
  text-align: left;
  float: left;
  width: 42%; }
  .cherry-tabs.cherry-tabs-vertical .cherry-tabs-nav > span {
    display: block; }
.cherry-tabs.cherry-tabs-vertical .cherry-tabs-panes {
  float: left;
  width: 58%; }
.cherry-tabs.cherry-tabs-vertical[class*="cherry-tabs-style-pills"] .cherry-tabs-nav > span {
  margin: 0 0 20px; }
.cherry-tabs.cherry-tabs-vertical[class*="cherry-tabs-style-pills"] .cherry-tabs-panes {
  padding: 0 10px 0 30px; }
.cherry-tabs.cherry-tabs-vertical[class*="cherry-tabs-style-simple"] .cherry-tabs-nav > span {
  padding: 12px 31px;
  border-width: 1px;
  border-style: solid;
  border-left: none;
  border-right: none; }
  @media (max-width: 768px) {
    .cherry-tabs.cherry-tabs-vertical[class*="cherry-tabs-style-simple"] .cherry-tabs-nav > span {
      padding: 10px; } }
  .cherry-tabs.cherry-tabs-vertical[class*="cherry-tabs-style-simple"] .cherry-tabs-nav > span:not(:first-child) {
    border-top: none; }
  .cherry-tabs.cherry-tabs-vertical[class*="cherry-tabs-style-simple"] .cherry-tabs-nav > span::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1px;
    background: #ffffff;
    opacity: 0; }
  .cherry-tabs.cherry-tabs-vertical[class*="cherry-tabs-style-simple"] .cherry-tabs-nav > span::after {
    width: 4px;
    height: 100%;
    bottom: auto;
    top: 0; }
  .cherry-tabs.cherry-tabs-vertical[class*="cherry-tabs-style-simple"] .cherry-tabs-nav > span.cherry-tabs-current, .cherry-tabs.cherry-tabs-vertical[class*="cherry-tabs-style-simple"] .cherry-tabs-nav > span:hover {
    background: #ffffff; }
  .cherry-tabs.cherry-tabs-vertical[class*="cherry-tabs-style-simple"] .cherry-tabs-nav > span.cherry-tabs-current::before {
    opacity: 1; }
.cherry-tabs.cherry-tabs-vertical[class*="cherry-tabs-style-simple"] .cherry-tabs-panes {
  border-left-width: 1px;
  border-left-style: solid;
  min-height: 280px;
  padding: 0 10px 20px 40px; }
  .cherry-tabs.cherry-tabs-vertical[class*="cherry-tabs-style-simple"] .cherry-tabs-panes .cherry-tabs-pane {
    padding: 0; }
.cherry-tabs.center .cherry-tabs-pane {
  text-align: center; }
.cherry-tabs[class*="cherry-tabs-style-simple"]:not(.cherry-tabs-vertical) .cherry-tabs-nav > span.cherry-tabs-current, .cherry-tabs.cherry-tabs-style-style-2:not(.cherry-tabs-vertical) .cherry-tabs-nav > span.cherry-tabs-current {
  border-bottom: none; }
.cherry-tabs[class*="cherry-tabs-style-pills"] .cherry-tabs-nav > span {
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  margin: 5px;
  padding: 9px 29px 14px; }
  @media (max-width: 768px) {
    .cherry-tabs[class*="cherry-tabs-style-pills"] .cherry-tabs-nav > span {
      padding: 10px; } }
  .cherry-tabs[class*="cherry-tabs-style-pills"] .cherry-tabs-nav > span.cherry-tabs-current, .cherry-tabs[class*="cherry-tabs-style-pills"] .cherry-tabs-nav > span:hover {
    box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1); }
.cherry-tabs[class*="cherry-tabs-style-pills"] .cherry-tabs-panes {
  padding: 0;
  border: none; }
  .cherry-tabs[class*="cherry-tabs-style-pills"] .cherry-tabs-panes .cherry-tabs-pane {
    padding: 0; }
.cherry-tabs[class*="cherry-tabs-style-simple"] .cherry-tabs-nav > span {
  margin: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 0 35px 13px 35px; }
  @media (max-width: 1200px) {
    .cherry-tabs[class*="cherry-tabs-style-simple"] .cherry-tabs-nav > span {
      padding: 20px 20px 13px 20px; } }
  @media (max-width: 768px) {
    .cherry-tabs[class*="cherry-tabs-style-simple"] .cherry-tabs-nav > span {
      padding: 10px; } }
  .cherry-tabs[class*="cherry-tabs-style-simple"] .cherry-tabs-nav > span::after {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -1px;
    left: 0; }
.cherry-tabs.cherry-tabs-style-default:not(.cherry-tabs-vertical) .cherry-tabs-nav > span {
  border-bottom: none; }
.cherry-tabs.cherry-tabs-style-default .cherry-tabs-nav > span {
  border-width: 1px;
  border-style: solid;
  border-radius: 5px 5px 0 0;
  margin: 5px 5px 0;
  padding: 11px 29px 13px; }
  @media (max-width: 768px) {
    .cherry-tabs.cherry-tabs-style-default .cherry-tabs-nav > span {
      padding: 10px; } }
  .cherry-tabs.cherry-tabs-style-default .cherry-tabs-nav > span::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #ffffff;
    position: absolute;
    bottom: -1px;
    left: 0;
    display: none; }
  .cherry-tabs.cherry-tabs-style-default .cherry-tabs-nav > span.cherry-tabs-current, .cherry-tabs.cherry-tabs-style-default .cherry-tabs-nav > span:hover {
    background: #ffffff; }
    .cherry-tabs.cherry-tabs-style-default .cherry-tabs-nav > span.cherry-tabs-current::after, .cherry-tabs.cherry-tabs-style-default .cherry-tabs-nav > span:hover::after {
      display: block; }
.cherry-tabs.cherry-tabs-style-default .cherry-tabs-panes {
  padding: 35px 40px 44px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid; }
  .cherry-tabs.cherry-tabs-style-default .cherry-tabs-panes .cherry-tabs-pane {
    padding: 0; }
.cherry-tabs.cherry-tabs-style-default.cherry-tabs-vertical .cherry-tabs-nav {
  width: 42%; }
  .cherry-tabs.cherry-tabs-style-default.cherry-tabs-vertical .cherry-tabs-nav > span {
    border-bottom-width: 1px;
    border-right: none;
    border-radius: 5px 0 0 5px;
    margin: 0 0 10px;
    left: 10px;
    width: 90%;
    width: calc(100% - 10px); }
    .cherry-tabs.cherry-tabs-style-default.cherry-tabs-vertical .cherry-tabs-nav > span::after {
      width: 1px;
      height: 100%;
      bottom: auto;
      top: 0;
      left: auto;
      right: -1px; }
    .cherry-tabs.cherry-tabs-style-default.cherry-tabs-vertical .cherry-tabs-nav > span:hover::after {
      display: none; }
    .cherry-tabs.cherry-tabs-style-default.cherry-tabs-vertical .cherry-tabs-nav > span.cherry-tabs-current {
      left: 0;
      width: 100%; }
      .cherry-tabs.cherry-tabs-style-default.cherry-tabs-vertical .cherry-tabs-nav > span.cherry-tabs-current::after {
        display: block; }
.cherry-tabs.cherry-tabs-style-default.cherry-tabs-vertical .cherry-tabs-panes {
  width: 58%;
  background: #ffffff;
  border-radius: 0 5px 5px 5px; }
.cherry-tabs.cherry-tabs-style-style-2:not(.cherry-tabs-vertical) .cherry-tabs-nav > span {
  border-bottom: none; }
.cherry-tabs.cherry-tabs-style-style-2:not(.cherry-tabs-vertical) .cherry-tabs-panes {
  border-left: none; }
.cherry-tabs.cherry-tabs-style-style-2 .cherry-tabs-nav > span {
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  border-radius: 5px 5px 0 0;
  margin: 0;
  padding: 11px 32px 11px 34px;
  color: #ffffff;
  background: none; }
  @media (max-width: 768px) {
    .cherry-tabs.cherry-tabs-style-style-2 .cherry-tabs-nav > span {
      padding: 10px; } }
  .cherry-tabs.cherry-tabs-style-style-2 .cherry-tabs-nav > span::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #ffffff;
    position: absolute;
    bottom: -1px;
    left: 0;
    display: none;
    -webkit-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    transition: all, 0.3s, ease-in-out; }
  .cherry-tabs.cherry-tabs-style-style-2 .cherry-tabs-nav > span.cherry-tabs-current, .cherry-tabs.cherry-tabs-style-style-2 .cherry-tabs-nav > span:hover {
    border-color: #ffffff;
    background: none;
    color: #ffffff; }
.cherry-tabs.cherry-tabs-style-style-2 .cherry-tabs-panes {
  padding: 30px 0 0;
  border-style: solid;
  border-width: 2px;
  border-color: #ffffff;
  border-right: none;
  border-bottom: none;
  border-radius: 0; }
  .cherry-tabs.cherry-tabs-style-style-2 .cherry-tabs-panes .cherry-tabs-pane {
    color: #ffffff; }
.cherry-tabs.cherry-tabs-style-style-2.cherry-tabs-vertical .cherry-tabs-nav > span {
  border-right: none;
  border-radius: 5px 0 0 5px; }
.cherry-tabs.cherry-tabs-style-style-2.cherry-tabs-vertical .cherry-tabs-panes {
  padding: 0 10px 20px 40px;
  border-top: none; }
  .cherry-tabs.cherry-tabs-style-style-2.cherry-tabs-vertical .cherry-tabs-panes .cherry-tabs-pane {
    padding: 0; }
.cherry-tabs .cherry-box {
  z-index: 10;
  position: relative; }

@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg); } }
@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg); } }
@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
.cherry-accordion {
  margin: 0; }
  .cherry-accordion .cherry-spoiler {
    margin: 0 0 20px; }
    .cherry-accordion .cherry-spoiler:last-of-type {
      margin: 0; }
    .cherry-accordion .cherry-spoiler.cherry-spoiler-style-default {
      padding: 0;
      position: relative; }
      .cherry-accordion .cherry-spoiler.cherry-spoiler-style-default .cherry-spoiler-title {
        padding: 0 0 0 60px;
        position: relative;
        display: inline-block;
        -webkit-transition: all, 0.3s, ease-in-out;
        -o-transition: all, 0.3s, ease-in-out;
        transition: all, 0.3s, ease-in-out; }
        .cherry-accordion .cherry-spoiler.cherry-spoiler-style-default .cherry-spoiler-title:before {
          content: '\f068';
          position: absolute;
          top: 0;
          left: 0;
          width: 35px;
          height: 35px;
          font-size: 18px;
          line-height: 200%;
          border-radius: 50%;
          font-family: "FontAwesome";
          text-align: center;
          box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
          -webkit-transition: all, 0.3s, ease-in-out;
          -o-transition: all, 0.3s, ease-in-out;
          transition: all, 0.3s, ease-in-out; }
        .cherry-box .cherry-accordion .cherry-spoiler.cherry-spoiler-style-default .cherry-spoiler-title {
          color: #ffffff; }
          .cherry-box .cherry-accordion .cherry-spoiler.cherry-spoiler-style-default .cherry-spoiler-title:hover {
            color: #ffffff; }
      .cherry-accordion .cherry-spoiler.cherry-spoiler-style-default.cherry-spoiler-closed .cherry-spoiler-title:before {
        content: '\f067';
        color: #ffffff; }
      .cherry-accordion .cherry-spoiler.cherry-spoiler-style-default.cherry-spoiler-closed .cherry-spoiler-content {
        overflow: hidden;
        max-height: 0; }
        .cherry-accordion .cherry-spoiler.cherry-spoiler-style-default.cherry-spoiler-closed .cherry-spoiler-content > * {
          animation: accordionOut 0.75s alternate ease-in-out both 1; }
          .no-js .cherry-accordion .cherry-spoiler.cherry-spoiler-style-default.cherry-spoiler-closed .cherry-spoiler-content > * {
            max-height: auto; }
      .cherry-accordion .cherry-spoiler.cherry-spoiler-style-default .cherry-spoiler-content {
        padding-left: 58px;
        padding-top: 18px;
        max-height: 50em;
        -webkit-transition: all, 0.3s, ease-in-out;
        -o-transition: all, 0.3s, ease-in-out;
        transition: all, 0.3s, ease-in-out; }
        .cherry-accordion .cherry-spoiler.cherry-spoiler-style-default .cherry-spoiler-content p {
          margin: 0 0 10px;
          font-size: 0.875rem;
          line-height: 1.6em; }
          .cherry-box .cherry-accordion .cherry-spoiler.cherry-spoiler-style-default .cherry-spoiler-content p {
            color: #ffffff; }
            .cherry-box .cherry-accordion .cherry-spoiler.cherry-spoiler-style-default .cherry-spoiler-content p:hover {
              color: #ffffff; }
        .cherry-accordion .cherry-spoiler.cherry-spoiler-style-default .cherry-spoiler-content > * {
          animation: accordionIn 0.75s alternate ease-in-out both 1; }
          .cherry-accordion .cherry-spoiler.cherry-spoiler-style-default .cherry-spoiler-content > *:last-child {
            margin: 0; }
        .cherry-box .cherry-accordion .cherry-spoiler.cherry-spoiler-style-default .cherry-spoiler-content {
          color: #ffffff; }
  .cherry-accordion.right .cherry-spoiler.cherry-spoiler-style-default .cherry-spoiler-title {
    padding: 0 60px 0 0; }
    .cherry-accordion.right .cherry-spoiler.cherry-spoiler-style-default .cherry-spoiler-title:before {
      top: 0;
      left: auto;
      right: 0; }
  .cherry-accordion.right .cherry-spoiler.cherry-spoiler-style-default .cherry-spoiler-content {
    padding-left: 0;
    padding-right: 60px;
    padding-top: 0; }
  .cherry-accordion.boxed .cherry-spoiler {
    margin: 0 0 10px; }
    .cherry-accordion.boxed .cherry-spoiler:last-of-type {
      margin: 0; }
    .cherry-accordion.boxed .cherry-spoiler.cherry-spoiler-style-default .cherry-spoiler-title {
      border-radius: 5px;
      padding: 10px 28px 13px 80px;
      border-width: 1px;
      border-style: solid;
      display: block; }
      .cherry-accordion.boxed .cherry-spoiler.cherry-spoiler-style-default .cherry-spoiler-title:before {
        top: 13px;
        left: 30px;
        box-shadow: none;
        transform: rotate(-360deg);
        -webkit-transition: all, 0.3s, ease-in-out;
        -o-transition: all, 0.3s, ease-in-out;
        transition: all, 0.3s, ease-in-out; }
      .cherry-box .cherry-accordion.boxed .cherry-spoiler.cherry-spoiler-style-default .cherry-spoiler-title {
        border: none;
        box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1); }
        .cherry-box .cherry-accordion.boxed .cherry-spoiler.cherry-spoiler-style-default .cherry-spoiler-title:before {
          background: #ffffff; }
    .cherry-accordion.boxed .cherry-spoiler.cherry-spoiler-style-default:not(.cherry-spoiler-closed) .cherry-spoiler-title {
      color: #ffffff;
      box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1); }
      .cherry-accordion.boxed .cherry-spoiler.cherry-spoiler-style-default:not(.cherry-spoiler-closed) .cherry-spoiler-title:before {
        transform: rotate(0); }
    .cherry-accordion.boxed .cherry-spoiler.cherry-spoiler-style-default.cherry-spoiler-closed {
      border-radius: 5px; }
      .cherry-accordion.boxed .cherry-spoiler.cherry-spoiler-style-default.cherry-spoiler-closed .cherry-spoiler-title {
        background: none; }
        .cherry-accordion.boxed .cherry-spoiler.cherry-spoiler-style-default.cherry-spoiler-closed .cherry-spoiler-title:before {
          box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1); }
        .cherry-accordion.boxed .cherry-spoiler.cherry-spoiler-style-default.cherry-spoiler-closed .cherry-spoiler-title:hover {
          color: #ffffff; }
      .cherry-accordion.boxed .cherry-spoiler.cherry-spoiler-style-default.cherry-spoiler-closed .cherry-spoiler-content {
        border: none;
        padding: 0;
        margin: 0; }
    .cherry-accordion.boxed .cherry-spoiler.cherry-spoiler-style-default .cherry-spoiler-content {
      padding: 20px 28px 23px;
      border-width: 1px;
      border-style: solid;
      border-radius: 5px;
      margin: 10px 0 0; }
      .cherry-box .cherry-accordion.boxed .cherry-spoiler.cherry-spoiler-style-default .cherry-spoiler-content {
        background: none;
        border-width: 2px;
        border-color: #ffffff; }
  .cherry-accordion.boxed.right .cherry-spoiler.cherry-spoiler-style-default .cherry-spoiler-title {
    padding: 10px 80px 13px 28px; }
    .cherry-accordion.boxed.right .cherry-spoiler.cherry-spoiler-style-default .cherry-spoiler-title:before {
      left: auto;
      right: 20px; }

.cherry-box .inner {
  padding: 0; }
  .cherry-box .inner.box-simple {
    overflow: hidden; }
  .cherry-box .inner.box-primary
  .cherry-box .inner.box-secondary {
    padding: 15px; }
.cherry-box.address h1,
.cherry-box.address h2,
.cherry-box.address h3,
.cherry-box.address h4,
.cherry-box.address h5,
.cherry-box.address h6,
.cherry-box.address p {
  margin: .5rem 0; }
.cherry-box.address .inner > *:first-child {
  margin-top: 0; }
.cherry-box.address .inner > *:last-child {
  margin-bottom: 0; }

.team-listing {
  padding: 0; }
  .team-listing.colored-overflow-blocks .team-item:nth-child(6n+2) .template-12 .desc .team-listing_name a:hover,
  .team-listing.colored-overflow-blocks .team-item:nth-child(6n+2) .template-12 .desc .team-listing_socials a:hover {
    color: #ffffff; }
  .team-listing.colored-blocks .team-item:nth-child(4n+2) .template-10 .desc .team-listing_name a:hover,
  .team-listing.colored-blocks .team-item:nth-child(4n+2) .template-10 .desc .team-listing_socials a:hover {
    color: #ffffff; }

.team-item {
  padding-top: 15px;
  padding-bottom: 15px;}
.team-item:nth-child(even) {padding-left:10px;}
.team-item:nth-child(odd) {padding-right:10px;}
  @media (max-width: 768px) {
    .team-item {
      padding-top: 25px;
      padding-bottom: 25px; } }
  @media (max-width: 480px) {
    .team-item {
      width: 100%; } }
  .team-item .center {
    text-align: center; }
    .team-item .center .team-listing_socials .team-socials .team-socials_item .team-socials_link {
      text-align: center; }
  .team-item .team-listing_photo img {
    /* box-shadow: 14px 16px 18px rgba(0, 0, 0, 0.1);
    -webkit-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    transition: all, 0.3s, ease-in-out; */}
  .team-item .team-listing_photo:hover img {
    box-shadow: none; }
  .team-item .team-listing_photo.floated-left {
    float: left; }
    @media (max-width: 992px) {
      .team-item .team-listing_photo.floated-left {
        float: none; } }
  .team-item .team-listing_name {
    margin: 25px 0 5px; }
    .team-item .team-listing_name a {
      color: inherit; }
  .team-item .team-listing_socials {
    margin: 5px 0 0; }
    .team-item .team-listing_socials .team-socials {
      padding: 0; }
      .team-item .team-listing_socials .team-socials .team-socials_item {
        margin: 0; }
        @media (max-width: 768px) {
          .team-item .team-listing_socials .team-socials .team-socials_item .team-socials_label {
            display: none; } }
        .team-item .team-listing_socials .team-socials .team-socials_item .team-socials_link {
          text-align: left;
          -webkit-transition: all, 0.3s, ease-in-out;
          -o-transition: all, 0.3s, ease-in-out;
          transition: all, 0.3s, ease-in-out; }
          .team-item .team-listing_socials .team-socials .team-socials_item .team-socials_link i {
            -webkit-transition: all, 0.3s, ease-in-out;
            -o-transition: all, 0.3s, ease-in-out;
            transition: all, 0.3s, ease-in-out; }
  .team-item .team-listing_position {
    display: block;
    margin: 0 0 10px; }
  .team-item .colored.team-listing_socials .fa-facebook {
    color: #3b579d; }
  .team-item .colored.team-listing_socials .fa-twitter {
    color: #5ea9dd; }
  .team-item .colored.team-listing_socials .fa-pinterest {
    color: #cb2027; }
  .team-item .colored.team-listing_socials .fa-linkedin {
    color: #24b0f9; }
  .team-item .colored.team-listing_socials .fa-google-plus {
    color: #df4a32; }
  .team-item .colored.team-listing_socials .fa-youtube {
    color: #de332c; }
  .team-item .colored.team-listing_socials .fa-flickr {
    color: #bf24f9; }
  .team-item .colored.team-listing_socials .fa-rss {
    color: #fd8b06; }
  .team-item .colored.team-listing_socials .fa-vimeo {
    color: #4da9ce; }
  .team-item .colored.team-listing_socials .fa-skype {
    color: #24b4f0; }
  .team-item .colored.team-listing_socials .fa-instagram {
    color: #bc805e; }
  .team-item .colored.team-listing_socials .fa-vk {
    color: #4c75a3; }
  .team-item .template-8 .team-listing_photo {
    float: left;
    margin: 0 30px 0 0; }
    @media (max-width: 992px) {
      .team-item .template-8 .team-listing_photo {
        float: none;
        margin: 0 0 20px; } }
  .team-item .template-8 .desc {
    overflow: hidden;
    text-align: left; }
    @media (max-width: 992px) {
      .team-item .template-8 .desc {
        text-align: center; } }
    .team-item .template-8 .desc .team-listing_name {
      margin-top: 0; }
    .team-item .template-8 .desc .team-socials_label {
      display: none; }
  .team-item .template-9 {
    overflow: hidden;
    position: relative; }
    .team-item .template-9 .team-listing_photo img {
      width: 100%; }
    .team-item .template-9 .desc {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 20px;
      -webkit-transition: all, 0.3s, ease-in-out;
      -o-transition: all, 0.3s, ease-in-out;
      transition: all, 0.3s, ease-in-out;
      -webkit-transform: translateY(110%);
      transform: translateY(110%); }
      .team-item .template-9 .desc:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        border-bottom-style: solid;
        border-bottom-width: 8px;
        opacity: .9; }
      .team-item .template-9 .desc:after {
        content: '';
        height: 100%;
        display: inline-block;
        vertical-align: middle; }
      .team-item .template-9 .desc .desc-in {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        z-index: 100; }
    .team-item .template-9:hover .desc {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  .team-item .template-10 .desc {
    padding: 20px;
    text-align: left;
    color: #ffffff;
    box-shadow: 14px 16px 18px rgba(0, 0, 0, 0.1); }
    .team-item .template-10 .desc .team-listing_name {
      margin-top: 0; }
    .team-item .template-10 .desc .team-listing_name,
    .team-item .template-10 .desc .team-listing_position,
    .team-item .template-10 .desc .team-listing_socials {
      color: inherit; }
      .team-item .template-10 .desc .team-listing_name a,
      .team-item .template-10 .desc .team-listing_position a,
      .team-item .template-10 .desc .team-listing_socials a {
        color: inherit; }
  .team-item .template-11 .desc {
    background: #f2f2f2;
    padding: 20px;
    text-align: left;
    box-shadow: 14px 16px 18px rgba(0, 0, 0, 0.1); }
    .team-item .template-11 .desc .team-listing_name {
      margin-top: 0; }
  .team-item .template-12 {
    position: relative; }
    .team-item .template-12 .desc {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: auto;
      padding: 20px;
      text-align: left; }
      @media (max-width: 992px) {
        .team-item .template-12 .desc {
          position: relative; } }
      .team-item .template-12 .desc:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        opacity: .9; }
      .team-item .template-12 .desc .desc-in {
        position: relative;
        z-index: 100; }
      .team-item .template-12 .desc .team-listing_name {
        margin: 0; }
      .team-item .template-12 .desc .team-listing_socials {
        float: right;
        width: 50%;
        margin: 0;
        text-align: right; }
        @media (max-width: 992px) {
          .team-item .template-12 .desc .team-listing_socials {
            float: none;
            text-align: left;
            width: 100%; } }
        .team-item .template-12 .desc .team-listing_socials .team-socials_item .team-socials_link {
          text-align: right; }
          @media (max-width: 992px) {
            .team-item .template-12 .desc .team-listing_socials .team-socials_item .team-socials_link {
              text-align: left; } }
      .team-item .template-12 .desc .team-listing_position {
        margin: 10px 0 0;
        float: left;
        width: 50%; }
        @media (max-width: 992px) {
          .team-item .template-12 .desc .team-listing_position {
            float: none;
            width: 100%; } }
      .team-item .template-12 .desc .team-listing_name,
      .team-item .template-12 .desc .team-listing_position,
      .team-item .template-12 .desc .team-listing_socials {
        color: inherit; }
        .team-item .template-12 .desc .team-listing_name a,
        .team-item .template-12 .desc .team-listing_position a,
        .team-item .template-12 .desc .team-listing_socials a {
          color: inherit; }
  .team-item .template-13 {
    text-align: right;
    padding: 5px 0; }
    .team-item .template-13.right {
      text-align: left; }
  .team-item.collapse-paddings {
    padding: 0; }
    .team-item.collapse-paddings .team-listing_photo img {
      box-shadow: none; }
  @media (max-width: 480px) {
    .team-item .team-socials_link {
      width: 20px;
      height: 20px; }
      .team-item .team-socials_link .team-socials_icon {
        line-height: 20px;
        font-size: 15px; } }

.post-type-archive-team .team-wrap .team-listing_item {
  padding-top: 20px;
  padding-bottom: 20px; }
.post-type-archive-team .pagination {
  text-align: center; }

.cherry-box .cherry-chart {
  color: #ffffff; }
.cherry-chart.center {
  text-align: center; }
.cherry-chart .vertical p {
  font-weight: normal; }
  .cherry-box .cherry-chart .vertical p {
    color: #ffffff; }
.cherry-chart .vertical .cherry-charts-bar {
  margin: 0 auto 20px;
  border-radius: 5px; }
  .cherry-chart .vertical .cherry-charts-bar .cherry-charts-progress {
    border-radius: inherit;
    box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1); }
.cherry-box .cherry-chart .vertical .progress-title {
  color: #ffffff; }
.cherry-chart .vertical.triangle {
  padding: 100px 0 0; }
  @media (max-width: 768px) {
    .cherry-chart .vertical.triangle {
      padding: 0;
      margin: 30px 0; } }
  .cherry-chart .vertical.triangle .desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media (max-width: 768px) {
      .cherry-chart .vertical.triangle .desc {
        position: relative; } }
    @media (max-width: 768px) {
      .cherry-chart .vertical.triangle .desc.desktop {
        display: none; } }
    .cherry-chart .vertical.triangle .desc.mobile {
      display: none; }
      @media (max-width: 768px) {
        .cherry-chart .vertical.triangle .desc.mobile {
          display: block;
          margin: 20px 0 0; }
          .cherry-chart .vertical.triangle .desc.mobile > * {
            margin: 0; } }
  .cherry-chart .vertical.triangle .cherry-charts-bar {
    margin: 0 auto;
    border-radius: 0; }
    @media (max-width: 768px) {
      .cherry-chart .vertical.triangle .cherry-charts-bar {
        height: 200px !important; } }
    .cherry-chart .vertical.triangle .cherry-charts-bar .cherry-charts-progress {
      box-shadow: none; }
      @media (max-width: 768px) {
        .cherry-chart .vertical.triangle .cherry-charts-bar .cherry-charts-progress {
          border-width: 0 92px 200px 92px !important; } }
.cherry-chart.chart-progress_bar > .radial {
  text-align: center; }
  .cherry-chart.chart-progress_bar > .radial .cherry-progress-bar {
    position: relative;
    margin: 0 0 50px; }
    .cherry-chart.chart-progress_bar > .radial .cherry-progress-bar h4 {
      color: inherit; }
      .cherry-chart.chart-progress_bar > .radial .cherry-progress-bar h4.absolute {
        position: absolute;
        width: 100%;
        top: 50%;
        margin: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        .cherry-box .cherry-chart.chart-progress_bar > .radial .cherry-progress-bar h4.absolute {
          color: #ffffff; }
  .cherry-chart.chart-progress_bar > .radial .title {
    font-weight: normal; }
    .cherry-box .cherry-chart.chart-progress_bar > .radial .title {
      color: #ffffff; }
  .cherry-chart.chart-progress_bar > .radial.pie .cherry-progress-bar {
    margin: 0 0 10px; }
  .cherry-chart.chart-progress_bar > .radial.pie h4 {
    margin: 0 0 10px;
    color: inherit; }
    .cherry-box .cherry-chart.chart-progress_bar > .radial.pie h4 {
      color: #ffffff; }
  .cherry-chart.chart-progress_bar > .radial.pie canvas {
    box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1); }
  .cherry-chart.chart-progress_bar > .radial.canvas-paddings canvas {
    padding: 10px; }
  .cherry-chart.chart-progress_bar > .radial .chart-marker {
    width: 2px;
    height: 30px;
    bottom: -15px;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    display: block; }
    .cherry-chart.chart-progress_bar > .radial .chart-marker:after {
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 50%;
      margin: 0 auto;
      background: inherit;
      position: absolute;
      bottom: -20px;
      left: 50%;
      margin-left: -10px;
      display: block; }
.cherry-chart.chart-progress_bar .cherry-progress-bar {
  display: block; }
  .cherry-chart.chart-progress_bar .cherry-progress-bar.vertical {
    text-align: center; }
  .cherry-chart.chart-progress_bar .cherry-progress-bar.horizontal .percents {
    text-align: right;
    margin: 0; }
    @media (max-width: 768px) {
      .cherry-chart.chart-progress_bar .cherry-progress-bar.horizontal .percents {
        text-align: left; } }
    .cherry-box .cherry-chart.chart-progress_bar .cherry-progress-bar.horizontal .percents {
      color: inherit; }
  .cherry-chart.chart-progress_bar .cherry-progress-bar.horizontal .title {
    margin: 0;
    padding: 13px 0 0; }
    @media (max-width: 1200px) {
      .cherry-chart.chart-progress_bar .cherry-progress-bar.horizontal .title {
        padding: 0; } }
    .cherry-box .cherry-chart.chart-progress_bar .cherry-progress-bar.horizontal .title {
      color: #ffffff; }
  .cherry-chart.chart-progress_bar .cherry-progress-bar.horizontal .cherry-charts-bar {
    border-radius: 5px;
    max-width: 100%; }
    .cherry-chart.chart-progress_bar .cherry-progress-bar.horizontal .cherry-charts-bar .cherry-charts-progress {
      border-radius: 3px;
      box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1); }
  .cherry-chart.chart-progress_bar .cherry-progress-bar .percents {
    margin: 0 0 10px; }
    .cherry-box .cherry-chart.chart-progress_bar .cherry-progress-bar .percents {
      color: #ffffff; }
  .cherry-chart.chart-progress_bar .cherry-progress-bar .title {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 35px;
    font-weight: normal;
    display: block; }
    .cherry-box .cherry-chart.chart-progress_bar .cherry-progress-bar .title {
      color: #ffffff; }

.cherry-dropcap {
  font-weight: normal; }
  .cherry-dropcap.align-left {
    margin: 0 15px 0 0; }
    @media (max-width: 1200px) {
      .cherry-dropcap.align-left {
        float: none;
        margin: 0 0 20px; } }
    .cherry-dropcap.align-left.margin {
      margin: 0 30px 0 0; }
      @media (max-width: 1200px) {
        .cherry-dropcap.align-left.margin {
          margin: 0 0 20px; } }
  .cherry-dropcap.align-right {
    margin: 0 0 0 15px; }
    @media (max-width: 1200px) {
      .cherry-dropcap.align-right {
        float: none;
        margin: 0 0 20px auto; } }
  .cherry-dropcap.shadow {
    box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1); }
  .cherry-dropcap .cherry-icon {
    margin: 0; }
  .cherry-dropcap + .cherry-box {
    overflow: hidden;
    margin: 0 0 0 30px; }
    @media (max-width: 1200px) {
      .cherry-dropcap + .cherry-box {
        margin: 0; } }
    .cherry-dropcap + .cherry-box .inner h5 {
      margin-bottom: 0.5rem;
      letter-spacing: -1px; }
      @media (max-width: 1200px) {
        .cherry-dropcap + .cherry-box .inner h5 {
          letter-spacing: 0; } }
      .cherry-dropcap + .cherry-box .inner h5 + p {
        margin-bottom: 0; }
  .cherry-dropcap + h6 {
    margin: 10px 0;
    float: left; }
    @media (max-width: 1200px) {
      .cherry-dropcap + h6 {
        float: none;
        margin: 0; } }
  .cherry-dropcap.landing-price {
    margin: 0 18px 0 0;
    font-weight: 900;
    position: relative; }
    @media (max-width: 992px) {
      .cherry-dropcap.landing-price {
        margin: 30px 0 0; } }
    .cherry-dropcap.landing-price:before {
      content: '$';
      font-size: 0.5em;
      position: absolute;
      left: 0;
      top: -0.4em;
      font-weight: normal; }
      @media (max-width: 992px) {
        .cherry-dropcap.landing-price:before {
          position: relative; } }
    .cherry-dropcap.landing-price:after {
      content: '/';
      font-size: 0.5em;
      font-weight: 300;
      position: absolute;
      bottom: -0.3em;
      right: 0; }
      @media (max-width: 992px) {
        .cherry-dropcap.landing-price:after {
          display: none; } }
    .cherry-dropcap.landing-price.align-left {
      float: none;
      display: inline-block;
      vertical-align: baseline; }
      @media (max-width: 992px) {
        .cherry-dropcap.landing-price.align-left {
          display: block;
          text-align: center;
          width: auto !important;
          height: auto !important;
          line-height: 1.2 !important; } }
      .cherry-dropcap.landing-price.align-left + h6 {
        float: none;
        display: inline-block;
        vertical-align: baseline;
        text-align: left;
        margin-top: 0;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px); }
        @media (max-width: 992px) {
          .cherry-dropcap.landing-price.align-left + h6 {
            text-align: center;
            margin: 0 0 30px; } }

.motopress-text-obj blockquote,
.motopress-code-obj blockquote, blockquote {
  border: none !important;
  padding: 0 0 0 90px;
  position: relative; }
  .motopress-text-obj blockquote:before,
  .motopress-code-obj blockquote:before, blockquote:before {
    content: '\201c';
    font-size: 190px;
    line-height: 1em;
    font-weight: normal;
    position: absolute;
    font-family: georgia,serif;
    top: -5px;
    left: 20px;
    color: #c1c6c8; }
  .motopress-text-obj blockquote p,
  .motopress-code-obj blockquote p, blockquote p {
    font-weight: normal;
    font-size: 20px;
    line-height: 35px;
    font-family:'guardianEgyp';
    color: #686f75;}

.full-width-slider * {
  color: #ffffff; }

.cherry-icon {
  margin: 0;
  display: inline-block;
  text-align: center; }
  .cherry-icon.align-left {
    margin: 0 30px 0 0;
    float: left; }
    @media (max-width: 1200px) {
      .cherry-icon.align-left {
        float: none;
        margin: 0 0 20px; } }
  .cherry-icon.align-right {
    margin: 0 0 0 30px;
    float: right; }
    @media (max-width: 1200px) {
      .cherry-icon.align-right {
        float: none;
        margin: 0 0 20px auto; } }
  .cherry-icon.align-left + .cherry-box, .cherry-icon.align-right + .cherry-box {
    overflow: hidden;
    margin: 0 0 30px; }
    .cherry-icon.align-left + .cherry-box .inner, .cherry-icon.align-right + .cherry-box .inner {
      padding: 0; }
  .cherry-icon.center {
    display: block;
    text-align: center; }
  .cherry-icon.big-icon {
    width: 108px;
    height: 108px;
    border-radius: 50%; }
    .cherry-icon.big-icon:before {
      line-height: 108px; }
    .cherry-icon.big-icon.align-left + h6, .cherry-icon.big-icon.align-right + h6 {
      line-height: 108px; }
  .cherry-icon.mini-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%; }
    .cherry-icon.mini-icon:before {
      line-height: 50px; }
    .cherry-icon.mini-icon.align-left {
      margin: 0 14px 20px 0; }
    .cherry-icon.mini-icon.align-right {
      margin: 0 0 20px 14px; }
    .cherry-icon.mini-icon.align-left + h6, .cherry-icon.mini-icon.align-right + h6 {
      line-height: 50px; }
  .cherry-icon.border {
    border-width: 2px;
    border-style: solid; }
    .parallax-content .cherry-icon.border {
      border-color: #ffffff; }

.motopress-image-obj img {
  display: inline; }

.align-center {
  text-align: center; }

.cherry-grid_list {
  -webkit-column-break-inside: avoid; }
  .cherry-grid_list .cherry-grid_item {
    display: block !important;
    padding: 0;
    background: none; }
    .cherry-grid_list .cherry-grid_item .testi-grid {
      box-shadow: 14px 16px 18px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      padding: 1.5rem 1.875rem 1.875rem; }
      .cherry-grid_list .cherry-grid_item .testi-grid .testi-name {
        margin: 0; }
        .cherry-grid_list .cherry-grid_item .testi-grid .testi-name a {
          color: inherit; }
      .cherry-grid_list .cherry-grid_item .testi-grid .testi-profession {
        margin: 0 0 6px; }
        @media (max-width: 992px) {
          .cherry-grid_list .cherry-grid_item .testi-grid .testi-profession {
            -moz-hyphens: manual;
            word-wrap: normal; } }
      .cherry-grid_list .cherry-grid_item .testi-grid .post-content {
        margin: 10px 0 0; }
        .cherry-grid_list .cherry-grid_item .testi-grid .post-content p:last-of-type {
          margin-bottom: 0; }
      .cherry-grid_list .cherry-grid_item .testi-grid.template-1 .rating-wrap {
        margin-top: 5px; }
      .cherry-grid_list .cherry-grid_item .testi-grid.template-2 {
        box-shadow: none; }
        .cherry-grid_list .cherry-grid_item .testi-grid.template-2 .cherry-grid_thumb img {
          box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.08); }
      .cherry-grid_list .cherry-grid_item .testi-grid.template-3 .rating-wrap {
        margin-top: 5px; }
        .cherry-grid_list .cherry-grid_item .testi-grid.template-3 .rating-wrap .rating {
          text-align: right; }
          .cherry-grid_list .cherry-grid_item .testi-grid.template-3 .rating-wrap .rating:before {
            color: transparent; }
  .cherry-grid_list.colored .rating .stars:before {
    color: #ffffff; }

.testimonials-list figure.floated-left {
  float: left;
  margin: 0 30px 0 0; }
  .testimonials-list figure.floated-left + .info {
    overflow: hidden; }
  .testimonials-list figure.floated-left img {
    margin: 0;
    float: none; }
.testimonials-list figure.round img {
  border-radius: 50%; }
.testimonials-list .testi-name a {
  color: inherit; }
.testimonials-list .template-1 > p {
  overflow: visible; }
  .testimonials-list .template-1 > p:before {
    content: '\f10d';
    font: 56px/0.9em "FontAwesome";
    float: left;
    margin: 0 10px 0 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px); }
  .testimonials-list .template-1 > p:after {
    content: '';
    width: 1px;
    height: 0;
    display: block;
    clear: both; }
.testimonials-list.odd-background .odd {
  background: #f6f6f6; }
.testimonials-list.odd-background.fixed-width {
  width: 100%; }
  .testimonials-list.odd-background.fixed-width .template-1 {
    padding: 40px 0;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1170px; }
    .testimonials-list.odd-background.fixed-width .template-1:before, .testimonials-list.odd-background.fixed-width .template-1:after {
      content: " ";
      display: table; }
    .testimonials-list.odd-background.fixed-width .template-1:after {
      clear: both; }
    @media (max-width: 1200px) {
      .testimonials-list.odd-background.fixed-width .template-1 {
        width: 100%; } }

figure.video-preview {
  position: relative; }
  figure.video-preview video {
    display: block; }
  figure.video-preview .video-holder {
    position: relative; }
  figure.video-preview figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 1rem 3.8rem;
    top: 0;
    left: 0;
    font-style: normal;
    text-align: left;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
    @media (max-width: 1200px) {
      figure.video-preview figcaption {
        padding-bottom: 2.8rem; } }
    @media (max-width: 480px) {
      figure.video-preview figcaption {
        display: none; } }
    figure.video-preview figcaption p {
      font-size: 0.875rem;
      line-height: 1.6em; }
    figure.video-preview figcaption > * {
      position: relative;
      z-index: 100; }
      figure.video-preview figcaption > *:last-child {
        margin: 0; }
      @media (max-width: 768px) {
        figure.video-preview figcaption > * {
          margin: 0 0 5px; }
          figure.video-preview figcaption > *.cherry-spacer {
            height: 0 !important;
            margin-top: 0 !important; } }
    @media (max-width: 1200px) {
      figure.video-preview figcaption .cherry-spacer {
        height: 0 !important;
        margin: 0 !important; } }
    @media (max-width: 1200px) {
      figure.video-preview figcaption .cherry-btn {
        margin: 20px 0; } }
  figure.video-preview .video-preview-controls {
    top: auto;
    bottom: 0;
    text-align: center;
    -webkit-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px); }
    figure.video-preview .video-preview-controls .play-pause,
    figure.video-preview .video-preview-controls .mute {
      font-size: 1rem;
      width: 30px;
      padding: 0 5px; }
    figure.video-preview .video-preview-controls .mute.fa-volume-off:before {
      content: '\f028'; }
    figure.video-preview .video-preview-controls .mute.fa-volume-up:before {
      content: '\f026'; }
  figure.video-preview.video-on-left, figure.video-preview.video-on-right {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
    @media (max-width: 1500px) {
      figure.video-preview.video-on-left, figure.video-preview.video-on-right {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media (max-width: 992px) {
      figure.video-preview.video-on-left, figure.video-preview.video-on-right {
        display: block; } }
    figure.video-preview.video-on-left .video-preview-controls, figure.video-preview.video-on-right .video-preview-controls {
      left: auto;
      top: auto;
      right: 6rem;
      bottom: 6rem;
      transform: none; }
      @media (max-width: 1500px) {
        figure.video-preview.video-on-left .video-preview-controls, figure.video-preview.video-on-right .video-preview-controls {
          text-align: right;
          right: 30px;
          bottom: 30px; } }
    figure.video-preview.video-on-left figcaption, figure.video-preview.video-on-right figcaption {
      flex: 1 1 50%;
      padding: 1rem 6rem;
      background: inherit;
      position: relative;
      display: block; }
      @media (max-width: 1500px) {
        figure.video-preview.video-on-left figcaption, figure.video-preview.video-on-right figcaption {
          text-align: center; } }
      @media (max-width: 992px) {
        figure.video-preview.video-on-left figcaption, figure.video-preview.video-on-right figcaption {
          padding: 30px; } }
    figure.video-preview.video-on-left .video-holder, figure.video-preview.video-on-right .video-holder {
      flex: 1 1 50%; }
      @media (max-width: 1500px) {
        figure.video-preview.video-on-left .video-holder, figure.video-preview.video-on-right .video-holder {
          max-width: 800px;
          margin: 50px 0; } }
      @media (max-width: 992px) {
        figure.video-preview.video-on-left .video-holder, figure.video-preview.video-on-right .video-holder {
          margin: 0 auto;
          padding: 30px; } }
    figure.video-preview.video-on-left video, figure.video-preview.video-on-right video {
      display: block;
      background-size: cover; }
  figure.video-preview.video-on-right {
    flex-direction: row-reverse; }
    @media (max-width: 1500px) {
      figure.video-preview.video-on-right {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }

.cherry-banner {
  height: 100%; }
  .cherry-banner .banner {
    height: 100%; }
    .cherry-banner .banner .cherry-banner_wrap {
      height: 100%; }
    .cherry-banner .banner .cherry-banner_title,
    .cherry-banner .banner .cherry-banner_content {
      padding: 0; }
  .cherry-banner .template-1 .cherry-banner_wrap {
    padding: 5rem 5.5rem; }
    @media (max-width: 1200px) {
      .cherry-banner .template-1 .cherry-banner_wrap {
        padding: 30px; } }
  .cherry-banner .template-2 .cherry-banner_wrap {
    position: relative;
    overflow: hidden; }
    .cherry-banner .template-2 .cherry-banner_wrap .content {
      padding: 2.2rem 3rem;
      -webkit-transition: all, 0.3s, ease-in-out;
      -o-transition: all, 0.3s, ease-in-out;
      transition: all, 0.3s, ease-in-out; }
      @media (max-width: 1200px) {
        .cherry-banner .template-2 .cherry-banner_wrap .content {
          padding: 30px; } }
    .cherry-banner .template-2 .cherry-banner_wrap .button {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      text-align: center;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      -webkit-transition: all, 0.3s, ease-in-out;
      -o-transition: all, 0.3s, ease-in-out;
      transition: all, 0.3s, ease-in-out; }
      .cherry-banner .template-2 .cherry-banner_wrap .button .cherry-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 1;
        box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
        padding: 28px 49px 29px 50px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .cherry-banner .template-2 .cherry-banner_wrap .button .cherry-btn.border-white:before {
          border-color: #ffffff;
          -webkit-transition: all, 0.3s, ease-in-out;
          -o-transition: all, 0.3s, ease-in-out;
          transition: all, 0.3s, ease-in-out; }
        .cherry-banner .template-2 .cherry-banner_wrap .button .cherry-btn:hover {
          background-color: #333 !important;
          color: #ffffff !important; }
          .cherry-banner .template-2 .cherry-banner_wrap .button .cherry-btn:hover.border-white:before {
            border-color: #333; }
    .cherry-banner .template-2 .cherry-banner_wrap:hover .content {
      opacity: 0;
      -webkit-transform: translate(0, 40%);
      transform: translate(0, 40%); }
    .cherry-banner .template-2 .cherry-banner_wrap:hover .button {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  .cherry-banner .template-3 .cherry-banner_wrap {
    position: relative;
    overflow: hidden;
    min-height: 500px; }
    .cherry-banner .template-3 .cherry-banner_wrap .cherry-banner_title,
    .cherry-banner .template-3 .cherry-banner_wrap .cherry-banner_content {
      padding: 0; }
    .cherry-banner .template-3 .cherry-banner_wrap .content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 1rem 3rem; }
      .cherry-banner .template-3 .cherry-banner_wrap .content .inner {
        display: inline-block;
        vertical-align: middle; }
      .cherry-banner .template-3 .cherry-banner_wrap .content .vertical {
        height: 100%;
        vertical-align: middle;
        display: inline-block;
        width: 0; }
    .cherry-banner .template-3 .cherry-banner_wrap .button {
      max-height: 0;
      overflow: hidden;
      -webkit-transition: all, 0.3s, ease-in-out;
      -o-transition: all, 0.3s, ease-in-out;
      transition: all, 0.3s, ease-in-out; }
    .cherry-banner .template-3 .cherry-banner_wrap:hover .button {
      max-height: 90px; }
  .cherry-banner .center {
    text-align: center; }

.post-thumbnail .cherry-popup-img {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 16px 16px 18px rgba(0, 0, 0, 0.18);
  z-index: 1000; }
  .post-thumbnail .cherry-popup-img:before, .post-thumbnail .cherry-popup-img:after,
  .post-thumbnail .cherry-popup-img img {
    -webkit-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    transition: all, 0.3s, ease-in-out; }
  .post-thumbnail .cherry-popup-img:before, .post-thumbnail .cherry-popup-img:after {
    position: absolute;
    opacity: 0;
    z-index: 10; }
  .post-thumbnail .cherry-popup-img:before {
    content: '\f055';
    font: 40px/1.2em "FontAwesome";
    color: #ffffff;
    top: 50%;
    left: 50%;
    z-index: 100;
    -webkit-transform: translate(-50%, -50%) scale(3);
    transform: translate(-50%, -50%) scale(3); }
  .post-thumbnail .cherry-popup-img:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(0);
    transform: scale(0); }
  .post-thumbnail .cherry-popup-img:hover {
    box-shadow: none; }
    .post-thumbnail .cherry-popup-img:hover:before {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }
    .post-thumbnail .cherry-popup-img:hover:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
    .post-thumbnail .cherry-popup-img:hover img {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }

/* Shortcodes */
/* Widgets
================================================== */
.widget_nav_menu .menu {
  padding: 0;
  list-style-type: none; }
  .widget_nav_menu .menu li {
    padding: 6px 0; }
    .widget_nav_menu .menu li a {
      color: #777777; }

/* Widgets */
/* Footer
================================================== */
.site-footer {
  padding: 20px; }
  .site-footer .static-area {
    padding: 10px 20px; }
    .site-footer .static-area.footer-top {
      padding: 90px 0; }
      @media (max-width: 992px) {
        .site-footer .static-area.footer-top {
          padding: 30px 0; } }
  .site-footer .widget-title {
    font-size: 0.875rem;
    line-height: 1.6em;
    margin: 0 0 17px; }

.cherry-footer-logo {
  padding: 0 0 30px; }
  .cherry-footer-logo a img {
    display: inline-block; }

.static-footer-info {text-align: left; /* text-transform:uppercase; */}

.cherry-follow_wrap {
  padding: 0 0 40px; }
  .cherry-follow_wrap .cherry-follow_list {
    text-align: center; }
    .cherry-follow_wrap .cherry-follow_list .cherry-follow_item {
      float: none;
      display: inline-block;
      width: 260px;
      margin: 15px; }
      @media (max-width: 768px) {
        .cherry-follow_wrap .cherry-follow_list .cherry-follow_item {
          width: auto;
          margin: 5px; } }
      .cherry-follow_wrap .cherry-follow_list .cherry-follow_item a {
        padding: 20px;
        border-radius: 5px;
        display: block;
        color: #ffffff;
        box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1); }
        @media (max-width: 768px) {
          .cherry-follow_wrap .cherry-follow_list .cherry-follow_item a {
            padding: 10px 15px; } }
        .cherry-follow_wrap .cherry-follow_list .cherry-follow_item a:hover {
          box-shadow: none; }
        .cherry-follow_wrap .cherry-follow_list .cherry-follow_item a i {
          display: inline-block;
          vertical-align: middle; }
          .cherry-follow_wrap .cherry-follow_list .cherry-follow_item a i:before {
            font-size: 47px;
            line-height: 1em; }
            @media (max-width: 768px) {
              .cherry-follow_wrap .cherry-follow_list .cherry-follow_item a i:before {
                font-size: 1.2rem;
                line-height: 1em; } }
        .cherry-follow_wrap .cherry-follow_list .cherry-follow_item a:after {
          content: attr(title);
          display: inline-block;
          vertical-align: middle;
          padding: 0 0 0 20px;
          font-size: 19px;
          font-weight: bold;
          text-transform: uppercase; }
          @media (max-width: 768px) {
            .cherry-follow_wrap .cherry-follow_list .cherry-follow_item a:after {
              font-size: 1rem; } }
      .cherry-follow_wrap .cherry-follow_list .cherry-follow_item.facebook-item a {
        background: #3b579d; }
      .cherry-follow_wrap .cherry-follow_list .cherry-follow_item.twitter-item a {
        background: #5ea9dd; }
      .cherry-follow_wrap .cherry-follow_list .cherry-follow_item.pinterest-item a {
        background: #cb2027; }
      .cherry-follow_wrap .cherry-follow_list .cherry-follow_item.google-item a {
        background: #df4a32; }
      .cherry-follow_wrap .cherry-follow_list .cherry-follow_item.youtube-item a {
        background: #de332c; }
      .cherry-follow_wrap .cherry-follow_list .cherry-follow_item.vimeo-item a {
        background: #4da9ce; }
      .cherry-follow_wrap .cherry-follow_list .cherry-follow_item.flickr-item a {
        color: #333;
        background: #f0f0f0; }
        .cherry-follow_wrap .cherry-follow_list .cherry-follow_item.flickr-item a i {
          line-height: 47px; }
          .cherry-follow_wrap .cherry-follow_list .cherry-follow_item.flickr-item a i:before, .cherry-follow_wrap .cherry-follow_list .cherry-follow_item.flickr-item a i:after {
            content: '';
            width: 21px;
            height: 21px;
            border-radius: 50%;
            display: inline-block;
            vertical-align: middle;
            margin: 0 7px 0 0;
            background: #0260da; }
          .cherry-follow_wrap .cherry-follow_list .cherry-follow_item.flickr-item a i:after {
            background: #ff0087;
            margin: 0; }
      .cherry-follow_wrap .cherry-follow_list .cherry-follow_item.rss-item a {
        background: #fd8b06; }
      .cherry-follow_wrap .cherry-follow_list .cherry-follow_item.skype-item a {
        background: #24b4f0; }
      .cherry-follow_wrap .cherry-follow_list .cherry-follow_item.share-item a {
        background: #40b819; }
      .cherry-follow_wrap .cherry-follow_list .cherry-follow_item.instagram-item a {
        background: #bc805e; }
      .cherry-follow_wrap .cherry-follow_list .cherry-follow_item.vkontakte-item a {
        background: #4c75a3; }
  .cherry-follow_wrap.only-logos .cherry-follow_list .cherry-follow_item {
    width: 50px;
    margin: 10px; }
    .cherry-follow_wrap.only-logos .cherry-follow_list .cherry-follow_item a {
      padding: 0; }
      .cherry-follow_wrap.only-logos .cherry-follow_list .cherry-follow_item a i:before {
        font-size: 31px;
        line-height: 50px; }
      .cherry-follow_wrap.only-logos .cherry-follow_list .cherry-follow_item a:after {
        display: none; }
    .cherry-follow_wrap.only-logos .cherry-follow_list .cherry-follow_item.flickr-item a i {
      line-height: 50px; }
      .cherry-follow_wrap.only-logos .cherry-follow_list .cherry-follow_item.flickr-item a i:before {
        margin: 0 5px 0 0; }
      .cherry-follow_wrap.only-logos .cherry-follow_list .cherry-follow_item.flickr-item a i:before, .cherry-follow_wrap.only-logos .cherry-follow_list .cherry-follow_item.flickr-item a i:after {
        width: 11px;
        height: 11px; }

/* Footer */
/* WPML
================================================== */
#lang_sel {
  height: 26px;
  text-align: right;
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 1000;
  width: 180px;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out; }
  @media (max-width: 1500px) {
    #lang_sel {
      top: 100%;
      right: 0; } }
  #lang_sel:hover > ul {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  #lang_sel:before {
    content: '\f0ac';
    font: 26px/50px "FontAwesome";
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    background: #4eb7fe;
    color: #ffffff;
    cursor: pointer; }
  #lang_sel:after {
    content: '';
    background: url(../../assets/images/wpml-lang-select-shadow.png);
    position: absolute;
    width: 15px;
    height: 47px;
    top: 0;
    left: 100%; }
  #lang_sel > ul {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    padding: 20px !important;
    background: #4eb7fe;
    visibility: visible;
    -webkit-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    transition: all, 0.3s, ease-in-out;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%); }
    @media (max-width: 1500px) {
      #lang_sel > ul {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0); } }
    #lang_sel > ul > li > a {
      background: #77c8fe !important; }
    #lang_sel > ul > li li a:hover {
      color: #ffffff;
      background: #77c8fe; }
    #lang_sel > ul li {
      border: none;
      background: none;
      color: #ffffff;
      font-size: 0; }
      #lang_sel > ul li a {
        font: 14px/1.2em "Lato", sans-serif;
        color: #ffffff;
        padding: 5px 10px !important;
        border: none;
        text-transform: uppercase;
        background: none;
        display: block; }
        #lang_sel > ul li a:visited {
          color: #ffffff;
          background: none; }
        #lang_sel > ul li a:hover {
          color: #ffffff;
          background: #77c8fe; }
      #lang_sel > ul li a.lang_sel_sel {
        cursor: default;
        background: none;
        color: #ffffff; }
        #lang_sel > ul li a.lang_sel_sel:hover {
          color: #ffffff; }
    #lang_sel > ul ul {
      visibility: visible;
      top: 0;
      position: relative;
      border: none; }
  #lang_sel:hover ul {
    display: block;
    visibility: visible; }

/* WPML */
/* Misc
================================================== */
#totop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  z-index: 10002;
  display: none;
  text-align: center; }
  #totop a {
    display: block;
    border-radius: 50%;
    overflow: hidden; }
    #totop a:hover i:before {
      -webkit-animation: totop-animation 0.3s ease-in-out;
      animation: totop-animation 0.3s ease-in-out; }
  #totop i {
    font-size: 17px;
    line-height: 50px;
    display: block; }
    #totop i:before {
      display: block; }

@-webkit-keyframes totop-animation {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
  50% {
    transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%); }
  51% {
    transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%); }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); } }
@keyframes totop-animation {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
  50% {
    transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%); }
  51% {
    transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%); }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); } }
.panel .panel-container .panel-list li .new.coming {
  right: -45px;
  top: 34px;
  width: 170px; }
@media (max-width: 768px) {
  .panel .panel-container.navigation, .panel .panel-container.layout {
    display: none; } }

/* Paddings for top and bottom on row*/
.padding-top-160 > .cherry-box > .inner,
.padding-top-160 > .parallax-box > .parallax-content,
.padding-top-160 > [class*="col-"] {
  padding-top: 160px; }

.padding-bottom-160 > .cherry-box > .inner,
.padding-bottom-160 > .parallax-box > .parallax-content,
.padding-bottom-160 > [class*="col-"] {
  padding-bottom: 160px; }

.padding-top-140 > .cherry-box > .inner,
.padding-top-140 > .parallax-box > .parallax-content,
.padding-top-140 > [class*="col-"] {
  padding-top: 140px; }

.padding-bottom-140 > .cherry-box > .inner,
.padding-bottom-140 > .parallax-box > .parallax-content,
.padding-bottom-140 > [class*="col-"] {
  padding-bottom: 140px; }

.padding-top-120 > .cherry-box > .inner,
.padding-top-120 > .parallax-box > .parallax-content,
.padding-top-120 > [class*="col-"] {
  padding-top: 120px; }

.padding-bottom-120 > .cherry-box > .inner,
.padding-bottom-120 > .parallax-box > .parallax-content,
.padding-bottom-120 > [class*="col-"] {
  padding-bottom: 120px; }

.padding-top-100 > .cherry-box > .inner,
.padding-top-100 > .parallax-box > .parallax-content,
.padding-top-100 > [class*="col-"] {
  padding-top: 100px; }

.padding-bottom-100 > .cherry-box > .inner,
.padding-bottom-100 > .parallax-box > .parallax-content,
.padding-bottom-100 > [class*="col-"] {
  padding-bottom: 100px; }

.padding-top-80 > .cherry-box > .inner,
.padding-top-80 > .parallax-box > .parallax-content,
.padding-top-80 > [class*="col-"] {
  padding-top: 80px; }

.padding-bottom-80 > .cherry-box > .inner,
.padding-bottom-80 > .parallax-box > .parallax-content,
.padding-bottom-80 > [class*="col-"] {
  padding-bottom: 80px; }

.padding-top-60 > .cherry-box > .inner,
.padding-top-60 > .parallax-box > .parallax-content,
.padding-top-60 > [class*="col-"] {
  padding-top: 60px; }

.padding-bottom-60 > .cherry-box > .inner,
.padding-bottom-60 > .parallax-box > .parallax-content,
.padding-bottom-60 > [class*="col-"] {
  padding-bottom: 60px; }

.padding-top-40 > .cherry-box > .inner,
.padding-top-40 > .parallax-box > .parallax-content,
.padding-top-40 > [class*="col-"] {
  padding-top: 40px; }

.padding-bottom-40 > .cherry-box > .inner,
.padding-bottom-40 > .parallax-box > .parallax-content,
.padding-bottom-40 > [class*="col-"] {
  padding-bottom: 40px; }

.padding-top-20 > .cherry-box > .inner,
.padding-top-20 > .parallax-box > .parallax-content,
.padding-top-20 > [class*="col-"] {
  padding-top: 20px; }

.padding-bottom-20 > .cherry-box > .inner,
.padding-bottom-20 > .parallax-box > .parallax-content,
.padding-bottom-20 > [class*="col-"] {
  padding-bottom: 20px; }

.motopress-row-helper .motopress-row-select-handle {
  top: auto; }

/* Misc */
/* Slider
================================================== */
.motoslider_wrapper .ms_slide.ms_current_slide {
  z-index: 100; }
.motoslider_wrapper .ms_pagination {
  bottom: 10%; }
  @media (max-width: 1200px) {
    .motoslider_wrapper .ms_pagination {
      bottom: 30px; } }
  .motoslider_wrapper .ms_pagination .ms_bullet {
    background: #ffffff;
    opacity: .5;
    border-radius: 50%;
    width: 15px;
    height: 15px; }
    .motoslider_wrapper .ms_pagination .ms_bullet.ms_active, .motoslider_wrapper .ms_pagination .ms_bullet:hover {
      background: #ffffff;
      opacity: 1; }
.motoslider_wrapper .ms_arrows .ms_banner_timer {
  height: 3px;
  top: auto;
  bottom: 0;
  background: none; }
.motoslider_wrapper .ms_arrows .ms_prev,
.motoslider_wrapper .ms_arrows .ms_next {
  left: 80px;
  height: 50px;
  width: 40px;
  margin-top: -25px;
  background: none;
  opacity: .5;
  text-align: center; }
  @media (max-width: 992px) {
    .motoslider_wrapper .ms_arrows .ms_prev,
    .motoslider_wrapper .ms_arrows .ms_next {
      left: 20px; } }
  .motoslider_wrapper .ms_arrows .ms_prev:before,
  .motoslider_wrapper .ms_arrows .ms_next:before {
    content: '\f104'; }
  .motoslider_wrapper .ms_arrows .ms_prev:hover,
  .motoslider_wrapper .ms_arrows .ms_next:hover {
    opacity: 1; }
.motoslider_wrapper .ms_arrows .ms_next {
  left: auto;
  right: 80px; }
  @media (max-width: 992px) {
    .motoslider_wrapper .ms_arrows .ms_next {
      right: 20px; } }
  .motoslider_wrapper .ms_arrows .ms_next:before {
    content: '\f105'; }
.motoslider_wrapper .ms_arrows .ms_start_pause:before,
.motoslider_wrapper .ms_arrows .ms_prev:before,
.motoslider_wrapper .ms_arrows .ms_next:before {
  font: 46px/1em "FontAwesome";
  display: inline-block;
  color: #ffffff; }
.motoslider_wrapper .ms_arrows .ms_start_pause {
  background: none;
  opacity: 1;
  top: auto;
  bottom: 10%;
  right: 40%;
  text-align: center; }
  @media (max-width: 1200px) {
    .motoslider_wrapper .ms_arrows .ms_start_pause {
      bottom: 30px; } }
  .motoslider_wrapper .ms_arrows .ms_start_pause:before {
    content: '\f04b';
    font-size: 16px; }
  .motoslider_wrapper .ms_arrows .ms_start_pause.ms_pause:before {
    content: '\f04c'; }

.homeGrid .slider-container .sp-layer {font-size:18px; padding-left:20px;}
.homeGrid .slider-container .sp-layer h2 {font-size:32px; line-height:34px; margin-left:0;}
.homeGrid .slider-container .sp-layer .cherry-btn {margin-left:0; margin-top:25px; display:table;}
.homeGrid .slider-container .sp-buttons {margin-top:-50px; text-align:left !important; margin-left:20px;}
.homeGrid .slider-container .sp-full-screen-button {display:none !important;}
@media (max-width:559px) {
  .homeGrid .slider-container {background:#9cdbd9;}
  .homeGrid .slider-container .sp-layer {width:90% !important; padding:0 10px;}
  .homeGrid .slider-container .sp-image-container {display:none;}
  .homeGrid .slider-container .sp-layer h2 span a {color:#004671 !important;}
}

/* Slider */
/* Single Pages
================================================== */
.single-testimonial .site-content,
.single-team .site-content,
.single-service .site-content {
  padding: 0; }
.single-testimonial .paging-navigation .nav-links div.nav-previous a:before,
.single-team .paging-navigation .nav-links div.nav-previous a:before,
.single-service .paging-navigation .nav-links div.nav-previous a:before {
  content: '\f104';
  font: 16px/1em "FontAwesome";
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 0 0;
  -webkit-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out; }
.single-testimonial .paging-navigation .nav-links div.nav-next a:after,
.single-team .paging-navigation .nav-links div.nav-next a:after,
.single-service .paging-navigation .nav-links div.nav-next a:after {
  content: '\f105';
  font: 16px/1em "FontAwesome";
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 10px;
  -webkit-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out; }

.single-service .cherry-services {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1170px; }
  .single-service .cherry-services:before, .single-service .cherry-services:after {
    content: " ";
    display: table; }
  .single-service .cherry-services:after {
    clear: both; }
  @media (max-width: 1200px) {
    .single-service .cherry-services {
      width: 100%; } }

.testimonials-page-single {
  box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 1.5rem 1.875rem 1.875rem; }
  .testimonials-page-single .avatar {
    border-radius: 50%; }
    @media (max-width: 480px) {
      .testimonials-page-single .avatar {
        float: none;
        margin: 0 0 20px; } }
  .testimonials-page-single blockquote {
    border: none;
    padding: 0;
    margin: 0; }

/* Single Pages */
h1, h2 {margin: 0 20px 1.7rem; font-weight:bold;}

h3 {margin: 0 20px 1.6rem; font-weight:bold;}

h4 {margin: 20px; font-weight:bold;}

h5 {margin: 20px 20px 0; font-weight:bold;}

h6 {margin:0 20px 20px 20px;}

p {margin: 0 20px 20px; }

.motopress-code-obj.center {
  text-align: center; }

.motopress-clmn > :not(.row):last-child {
  margin-bottom: 0; }

.row > [class*="col-"] > *:last-child {
  /* margin-bottom: 0; */}

.motopress-text-obj > *:last-child,
.motopress-code-obj > *:last-child {
  margin-bottom: 0; }

/* General
================================================== */
.site {
  position: relative;
  z-index: 10;
  -moz-hyphens: none;
  word-wrap: normal; }

.homeGrid, .homeGrid .inner {display:block; height:400px;}
/* .homeGrid:hover {opacity:0.8;} */
.homeGrid .inner {border-bottom:4px solid #ffffff;}
.homeGrid.one {border-right:4px solid #ffffff; border-bottom:4px solid #ffffff; overflow:hidden;}
.homeGrid.two {border-right:4px solid #ffffff; border-bottom:4px solid #ffffff; overflow:hidden;}
.homeGrid.three {border-bottom:4px solid #ffffff; overflow:hidden;}
.homeGrid.three.top, .homeGrid.three.top .inner {height:200px;}
.homeGrid.three.icon h2, .homeGrid.three.icon h3 {padding-top:190px;}
.homeGrid.three.top h2, .homeGrid.three.top h3 {padding-top:35px;}
.homeGrid.three.top .inner p {line-height:1.2em; margin-bottom:7px;}

.homeGrid h1, .homeGrid h2, .homeGrid h3, .homeGrid h4, .homeGrid2 h3, .homeGrid2 h4 {margin:0 20px 10px; padding-top:20px;}
.homeGrid2 {display:block; height:200px; border-right:4px solid #ffffff; border-bottom:4px solid #ffffff;}
.homeGrid2:hover {opacity:0.8;}
.homeGrid2.last {display:block; height:200px; border-bottom:none;}
.home-grid-right img {margin-right:-20px;}
.homeGrid.one img.related-wide {height:160px; width:533px;}
.related-img-bg {height:160px; width:100%; overflow:hidden;}
.home-grid-div.expertise {padding-right:300px; padding-top:20px;}
.home-grid-div.culture {padding-right:350px; padding-top:20px;}
.home-grid-div h2 {font-size:32px;}
.home-grid-div h2 a {color:#4b4f54;}
.home-grid-div p {font-size:18px;}
.home-img {border-bottom:4px solid #ffffff;}
@media screen and (max-width:768px) {.homeGrid.one, .homeGrid.two, .homeGrid.three, .homeGrid2 {border-right:none;} .homeGrid .inner{border-bottom:none;}}
@media screen and (min-width:560px) and (max-width:1024px) {.homeGrid.one .inner {background-image:url('https://www.brookfieldgrs.com/wp-content/uploads/homepage-expertise-no-icons.jpg') !important; background-position:right;} }
@media screen and (max-width:559px) {.homeGrid.one .inner, .homeGrid.three.culture .inner {background-image:none !important;} .home-grid-div.expertise, .home-grid-div.culture {padding-right:20px;}}
@media screen and (max-width:400px) {.homeGrid, .homeGrid .inner {height:100%;}}

.landingRow {border-top:4px solid #ffffff; height:240px; overflow:hidden;}
.landingRow.last {border-bottom:4px solid #ffffff;}
.rowimageleft {border-right:4px solid #ffffff !important; height:240px; width:auto;}
.rowimageright {border-left:4px solid #ffffff !important; height:240px; width:auto;}
.landing-image .inner img {width:800px; height:300px; }

.pageHead .inner {display:block; height:240px; background-size:cover; border-bottom:4px solid #ffffff; padding-top:20px;}
@media screen and (max-width:767px) {.pageHead .inner {background-image:none !important;}}
.pageHead .inner .motopress-code-obj {width:50%;}
.expertisesidebar {margin:0; padding:20px 10px 10px 20px; /* display:block; width:100%; */ height:240px; background:#c1c6c8; border-left:4px solid #ffffff; border-bottom:4px solid #ffffff; clear:both;}
.expertisesidebar h4 {color:#004671; margin:0 0 10px;}
.leftSideMenu {width:45%; float:left;}
.rightSideMenu {width:45%; float:right;}
.expertisesidebar ul {list-style:none; margin:0; padding:0; -moz-column-count:2; -moz-column-gap:20px; -webkit-column-count:2; -webkit-column-gap:20px; column-count:2; column-gap:20px;}
.expertisesidebar li {list-style:none; background:url('../images/list-arrow.png') 0 4px no-repeat; padding:0 0 7px 12px; line-height:18px !important; -webkit-column-break-inside:avoid; page-break-inside:avoid; break-inside:avoid-column;}
.expertisesidebar li a {text-decoration:none; color:#4b4f54;}
.expertisesidebar li a:hover {text-decoration:underline;}

.servicessidebar {margin:0; padding:20px 10px 10px 20px; /* display:block; width:100%; */ height:240px; background:#c1c6c8; border-left:4px solid #ffffff; border-bottom:4px solid #ffffff; /* clear:both; */}
.servicessidebar h4 {color:#004671; margin:0 0 10px;}
.servicessidebar ul {list-style:none; margin:0; padding:0; -moz-column-count:2; -moz-column-gap:20px; -webkit-column-count:2; -webkit-column-gap:20px; column-count:2; column-gap:20px;}
.servicessidebar li {list-style:none; background:url('../images/list-arrow.png') 0 4px no-repeat; padding:0 0 7px 12px; line-height:18px !important; -webkit-column-break-inside:avoid; page-break-inside:avoid; break-inside:avoid-column;}
.servicessidebar li a {text-decoration:none; color:#4b4f54;}
.servicessidebar li a:hover {text-decoration:underline;}

.differencesidebar {margin:0; padding:20px 10px 10px 20px; /* display:block; width:100%; */ height:240px; background:#c1c6c8; border-left:4px solid #ffffff; border-bottom:4px solid #ffffff; clear:both;}
.differencesidebar h4 {color:#004671; margin:0 0 10px;}
.differencesidebar ul {list-style:none; margin:0; padding:0; -moz-column-count:2; -moz-column-gap:20px; -webkit-column-count:2; -webkit-column-gap:20px; column-count:2; column-gap:20px;}
.differencesidebar li {list-style:none; background:url('../images/list-arrow.png') 0 4px no-repeat; padding:0 0 7px 12px; line-height:18px !important; -webkit-column-break-inside:avoid; page-break-inside:avoid; break-inside:avoid-column;}
.differencesidebar li a {text-decoration:none; color:#4b4f54;}
.differencesidebar li a:hover {text-decoration:underline;}

.sideBox {border-left:4px solid #ffffff; border-bottom:4px solid #ffffff; background:#4b4f54; color:#c1c6c8; padding-bottom:20px;}
.sideBox h2, .sideBox h3, .sideBox h4, .sideBox h5, .sideBox h6 {color:#c1c6c8;}
.sideBox h5 {margin:15px 20px 0;}
.sideBox .motopress-image-obj img.motopress-image-obj-basic {margin:0; width:100%; height:auto; border-bottom:4px solid #ffffff;}
.sideBox a {color:#c1c6c8; text-decoration:none;}
.sideBox a:hover {color:#c1c6c8;}
.sideBox2 {border-left:4px solid #ffffff; border-bottom:4px solid #ffffff; background:#ffffff; color:#c1c6c8; padding-bottom:0;}

.sideBlank {overflow:hidden;}
.sideFill {width:100%; border-left:4px solid #ffffff; background:#c1c6c8; padding-bottom:500em; margin-bottom:-500em !important;}
.news-page {border-bottom:4px solid #ffffff;}
.news-icon {display:block; float:left; margin-left:20px;}
.news-loop {display:block; margin-left:50px;}
.home-news-icon {display:block; float:left; margin-left:20px; margin-top:15px;}
.home-news-loop {display:block; margin-left:65px; margin-right:20px; height:85px; overflow:hidden;}
ul.post-categories {list-style:none; margin:0;}
ul.post-categories li {font-size:12px; line-height:12px; text-transform:uppercase;}
h3.news-headline {margin-bottom:0;}
p.news-date {margin-bottom:12px; font-size:12px; line-height:12px; font-style:italic; text-transform:uppercase;}
span.home-news-cat {font-size:12px; line-height:12px; text-transform:uppercase; display:block; margin-top:15px;}
h5.home-news-title {margin:0 0 12px;}

.relatedBottom {border-right:4px solid #ffffff; border-bottom:4px solid #ffffff; border-top:4px solid #ffffff; background:#4b4f54; color:#c1c6c8; padding-bottom:20px; height:375px; overflow:hidden;}
.relatedBottom:last-child {border-right:none;}
.relatedBottom h2, .relatedBottom h3, .relatedBottom h4, .relatedBottom h5, .relatedBottom h6 {color:#c1c6c8;}
.relatedBottom h5 {margin:15px 20px 0;}
.relatedBottom .motopress-image-obj img.motopress-image-obj-basic {margin:0; width:100%; height:auto; border-bottom:4px solid #ffffff;}
.relatedBottom a {color:#c1c6c8; text-decoration:none;}
.relatedBottom a:hover {color:#c1c6c8;}

.team-wrap .team-listing {padding-left:20px; padding-right:20px;}
.cherry-team_excerpt {padding }

nav.wp-prev-next ul {list-style:none; padding:0; margin:0;}
nav.wp-prev-next ul li {display:inline-block;}
nav.wp-prev-next ul li a {padding-right:20px;}

ul.about {margin-top:20px;}
ul.about li {padding-bottom:20px; font-size:24px; font-weight:bold; font-family:'guardianEgyp'; color:#722257;}

.align-right {text-align:right;}

/* Employee Lifecycles
================================================== */
.lc-menu {padding:0; border-bottom:6px solid #ffffff; width:100%; background:#4b4f54;}
.lc-menu-mobile {display:none;}
.lc-menu-left {width:210px; padding:40px 0 0 30px; float:left;}
.lc-menu-right-intl {padding-top:30px; padding-bottom:20px; padding-right:50px; float:right;}
.lc-menu-right-intl h1 {color:#ecd898;}
a.pre-dec-intl {display:inline-block; height:52px; width:132px; padding:0; margin:0; outline:none; text-indent:-9999px; background-image:url('../images/menu-intl-sprite.png'); background-position:0 0; transition:none; background-repeat:no-repeat;}
a.pre-dec-intl:hover {background-position:0 -51px;}
a.pre-dep-intl {display:inline-block; height:52px; width:144px; padding:0; margin:0; outline:none; text-indent:-9999px; background-image:url('../images/menu-intl-sprite.png'); background-position:-132px 0; transition:none; background-repeat:no-repeat;}
a.pre-dep-intl:hover {background-position:-132px -51px;}
a.arrival-intl {display:inline-block; height:52px; width:143px; padding:0; margin:0; outline:none; text-indent:-9999px; background-image:url('../images/menu-intl-sprite.png'); background-position:-275px 0; transition:none; background-repeat:no-repeat;}
a.arrival-intl:hover {background-position:-275px -51px;}
a.onass-intl {display:inline-block; height:52px; width:144px; padding:0; margin:0; outline:none; text-indent:-9999px; background-image:url('../images/menu-intl-sprite.png'); background-position:-417px 0; transition:none; background-repeat:no-repeat;}
a.onass-intl:hover {background-position:-417px -51px;}
a.repat-intl {display:inline-block; height:52px; width:112px; padding:0; margin:0; outline:none; text-indent:-9999px; background-image:url('../images/menu-intl-sprite.png'); background-position:-560px 0; transition:none; background-repeat:no-repeat;}
a.repat-intl:hover {background-position:-560px -51px;}

.lc-menu-right-dom {padding-top:30px; padding-bottom:20px; padding-right:100px; float:right;}
.lc-menu-right-dom h1 {color:#9cdbd9;}
@media screen and (min-width:768px) and (max-width:1024px) {
.lc-menu-right-intl {padding-right:0;}
.lc-menu-right-dom {padding-right:0;}
}
@media screen and (max-width:767px) {
.lc-menu {display:none;}
.lc-menu-mobile {display:block; padding:20px 0; border-bottom:4px solid #ffffff; width:100%; background:#4b4f54; text-align:center;}
.lc-menu-mobile h1 {color:#ecd898;}
.lc-menu-mobile ul li {display:inline-block; color:#c1c6c8;}
.lc-menu-mobile ul li a {color:#c1c6c8; padding:0 10px;}
}
a.pre-dec-dom {display:inline-block; height:52px; width:253px; padding:0; margin:0; outline:none; text-indent:-9999px; background-image:url('../images/menu-dom-sprite.png'); background-position:0 0; transition:none; background-repeat:no-repeat;}
a.pre-dec-dom:hover, a.pre-dec-dom:active {background-position:0 -52px;}
a.pre-dep-dom {display:inline-block; height:52px; width:265px; padding:0; margin:0; outline:none; text-indent:-9999px; background-image:url('../images/menu-dom-sprite.png'); background-position:-253px 0; transition:none; background-repeat:no-repeat;}
a.pre-dep-dom:hover, a.pre-dep-dom:active {background-position:-253px -52px;}
a.arrival-dom {display:inline-block; height:52px; width:123px; padding:0; margin:0; outline:none; text-indent:-9999px; background-image:url('../images/menu-dom-sprite.png'); background-position:-518px 0; transition:none; background-repeat:no-repeat;}
a.arrival-dom:hover, a.arrival-dom:active {background-position:-518px -52px;}

.lifecycle-div {/*border-bottom:6px solid #ffffff; width:1200px;*/ margin-top:-160px; padding-top:160px;}
@media screen and (max-width:768px) {
/*.page-id-4653 #content {transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); width:100%;}*/
}
.dom-head p {font-size:70px; line-height:70px; font-weight:bold; font-family:'guardianEgyp'; padding:80px 0 0 60px; color:#722257;}
.dom-start .motopress-code-obj {padding-top:160px; padding-bottom:54px;}
.dom-start p.get-started {font-weight:bold; font-size:14px;}

.dom-pre {height:580px;}
.dom-pre .motopress-code-obj {padding-top:70px;}
.dom-pre h2 {font-size:38px; color:#00677f;}
.dom-pre h4 {font-size:24px; margin:20px 0 10px 20px;}
.dom-pre p {font-size:18px;}

.dom-predepart {height:780px; color:#c6bcd0;}
.dom-predepart .predepart-head {padding-top:70px; padding-bottom:20px;}
.dom-predepart .predepart-head h2 {font-size:38px; color:#c6bcd0;}
.dom-predepart .predepart-text {padding-right:20px;}
.dom-predepart .predepart-text h4 {font-size:24px; margin:20px 0 0 20px; color:#ffffff;}
.dom-predepart .predepart-text p {font-size:18px;}

.dom-arrival {height:580px;}
.dom-arrival .arrival-head {padding-top:70px; padding-bottom:20px; margin-left:50px; width:300px;}
.dom-arrival .arrival-head h2 {font-size:38px; color:#ba0c2f;}
.dom-arrival .arrival-text {padding-right:20px; width:290px; padding-bottom:100px;}
.dom-arrival .arrival-text:first-child {margin-left:50px;}
.dom-arrival .arrival-text h4 {font-size:24px; margin:20px 0 0 20px;}
.dom-arrival .arrival-text p {font-size:18px;}

.dom-end {height:780px; padding-top:220px; padding-bottom:20px;}
.dom-end h2 {font-size:45px !important; line-height:60px;}
.dom-arrival .arrival-text {padding-right:20px; width:290px; padding-bottom:100px;}
.dom-arrival .arrival-text:first-child {margin-left:50px;}
.dom-arrival .arrival-text h4 {font-size:24px; margin:20px 0 0 20px;}
.dom-arrival .arrival-text p {font-size:18px;}

.intl-start .motopress-code-obj {height:690px; padding-top:280px; padding-bottom:54px;}
.intl-start p.get-started {font-weight:bold; font-size:14px;}

.intl-pre {height:580px;}
.intl-pre .pre-head {padding-top:70px;}
.intl-pre h2 {font-size:38px; color:#722257;}
.intl-pre h4 {font-size:24px; margin:20px 0 10px 20px;}
.intl-pre p {font-size:18px;}

.intl-predepart {height:900px; color:#9cdbd9;}
.intl-predepart .predepart-head {padding-top:70px; padding-bottom:20px;}
.intl-predepart .predepart-head h2 {font-size:38px; color:#9cdbd9;}
.intl-predepart .predepart-text {padding-right:20px;}
.intl-predepart .predepart-text h4 {font-size:24px; margin:20px 0 0 20px; color:#ffffff;}
.intl-predepart .predepart-text p {font-size:18px;}

.intl-arrival {height:580px;}
.intl-arrival .arrival-head {padding-top:70px; padding-bottom:20px; margin-left:50px; width:300px;}
.intl-arrival .arrival-head h2 {font-size:38px; color:#ba0c2f;}
.intl-arrival .arrival-text {padding-right:20px; width:370px; padding-bottom:100px;}
.intl-arrival .arrival-text:first-child {margin-left:50px;}
.intl-arrival .arrival-text h4 {font-size:24px; margin:20px 0 0 20px;}
.intl-arrival .arrival-text p {font-size:18px;}

.intl-assignment {height:780px;}
.intl-assignment .assignment-head {padding-top:70px; padding-bottom:20px;}
.intl-assignment .assignment-head h2 {font-size:38px; color:#722257;}
.intl-assignment .assignment-text {padding-right:20px; width:260px;}
.intl-assignment .assignment-text h4 {font-size:24px; margin:20px 0 0 20px;}
.intl-assignment .assignment-text p {font-size:18px;}

.repatriation {height:580px;}
.repatriation .repatriation-head {padding-top:70px; padding-bottom:20px; margin-left:50px; width:400px;}
.repatriation .repatriation-head h2 {font-size:38px; color:#9cdbd9;}
.repatriation .repatriation-text {padding-right:20px; width:280px; padding-bottom:100px;}
.repatriation .repatriation-text:first-child {margin-left:50px;}
.repatriation .repatriation-text h4 {font-size:24px; margin:20px 0 0 20px; color:#ffffff;}
.repatriation .repatriation-text p {font-size:18px; color:#c1c6c8;}

/* Other
================================================== */
.deeppurple {color:#722257 !important;}
.deepteal {color:#00677f !important;}
.deeporange {color:#ba0c2f !important;}
.deepgrey {color:#4b4f54 !important;}
.lightpurple {color:#c6bcd0 !important;}
.lightteal {color:#9cdbd9 !important;}
.lightyellow {color:#ecd898 !important;}
.lightgrey {color:#c1c6c8 !important;}
.white {color:#ffffff !important;}
a.deeppurple {color:#722257 !important;}
a.deepteal {color:#00677f !important;}
a.deeporange {color:#ba0c2f !important;}
a.deepgrey {color:#4b4f54 !important;}
a.lightpurple {color:#c6bcd0 !important;}
a.lightteal {color:#9cdbd9 !important;}
a.lightyellow {color:#ecd898 !important;}
a.lightgrey {color:#c1c6c8 !important;}
a.white {color:#ffffff !important;}
a.underline {text-decoration:underline !important;}
a.underline:hover {text-decoration:none !important;}

/* Locations Map
================================================== */
.map {width:1200px; height:588px; display:block; position:relative; background:url('../images/world-map-grey.png') 0 0 no-repeat; background-size: 100% auto; margin-bottom:25px;}
.mapTitle {display:block; position:relative; top:0; left:0; background:rgba(255,255,255,0.7); padding:20px;}
a.mapDot {background-image:url('../images/map-dot.png'); background-repeat:no-repeat; background-position:0 0; width:17px; height:17px; display:block; margin:-8px 0 0 -8px; text-decoration:none; transition:none;}
a.mapDot:hover {background-position:0 -18px; transition:none}
a.mapDot[title]:hover:after {content:attr(title); background:#ffffff; padding:2px; font-weight:bold; font-family:sans-serif; color:#000000; margin:18px 0 0 19px; white-space: nowrap; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}
.toronto {left:24.92%; top:37.59%; position:absolute;}
.saopaulo {left:34%; top:77.72%; position:absolute;}
.calgary {left:13.58%; top:32.64%; position:absolute;}
.ottawa {left:25.83%; top:36.56%; position:absolute;}
.halifax {left:28.92%; top:37.41%; position:absolute;}
.burrridge {left:22.25%; top:39.12%; position:absolute;}
.shelton {left:26.58%; top:38.95%; position:absolute;}
.sanramon {left:6.17%; top:30.57%; position:absolute;}
.houston {left:20.17%; top:47.11%; position:absolute;}
.dc {left:25.5%; top:42.35%; position:absolute;}
.scottsdale {left:16%; top:44.56%; position:absolute;}
.detroit {left:23.5%; top:39.12%; position:absolute;}
.london {left:46.67%; top:31.97%; position:absolute;}
.brisbane {left:93%; top:78.03%; position:absolute;}
.hongkong {left:79.92%; top:49.49%; position:absolute;}
.shanghai {left:80.25%; top:44.9%; position:absolute;}
.bangalore {left:68.5%; top:56.97%; position:absolute;}
.singapore {left:75.33%; top:62.76%; position:absolute;}
.location {width:100%; clear:both; padding:10px 20px; border-top:1px solid #b8b8b8; margin:0;}
.locCountry {width:25%; float:left;font-weight:bold; font-size:18px;}
.locCity {width:25%; float:left; font-weight:bold;}
.locAddress {width:25%; float:left;}
.locPhone {width:25%; float:left; font-size:16px; font-weight:bold;}
@media screen and (max-width:1024px) {.map {width:1024px; height:502px;}}
@media screen and (max-width:768px) {.map {width:768px; height:376px;}}
@media screen and (max-width:767px) {.map {width:100%; height:100%; background:none;} .locCountry, .locCity, .locAddress, .locPhone {width:100%;} a.mapDot{display:none;}}
/* @media screen and (max-width:480px) {.map {width:480px; height:235px;}}
@media screen and (max-width:320px) {.map {width:320px; height:157px;}} */

/* AddToAny Social Sharing
====================================================== */
.addtoany_share_save_container{clear:both;margin:0 20px 40px; padding:5px 0 3px; border-top:1px solid #909090; border-bottom:1px solid #909090;}
.addtoany_shortcode{clear:both;margin:20px; padding:5px 0 3px; border-top:1px solid #909090; border-bottom:1px solid #909090;}
.addtoany_header{margin:0 0 16px}
.addtoany_list{display:inline;line-height:16px}
.addtoany_list a{border:0;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}
.addtoany_list a img{border:0;display:inline-block;height:auto;opacity:1;overflow:hidden;vertical-align:baseline;width:auto}
.addtoany_list a span{display:inline-block;float:none}
.addtoany_list.a2a_kit_size_32 a{font-size:32px}
.addtoany_list.a2a_kit_size_32 a > span{/* border-radius:4px; */ display:inline-block;height:24px;line-height:24px;opacity:1;width:24px}
.addtoany_list a .a2a_count{position:relative;vertical-align:top}
.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}
.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}
.addtoany_special_service{display:inline-block;vertical-align:middle}
.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service iframe,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service span{margin:0;vertical-align:baseline!important}
.addtoany_special_service iframe{display:inline;max-width:none}
a.addtoany_share_save.addtoany_no_icon span.a2a_img_text{display:none}
a.addtoany_share_save img{border:0;width:auto;height:auto}
.a2a_button_print {float:right;}

/* Search Results
====================================================== */
section.searchResults {margin:20px;}
article.page.type-page.searchLoop {margin-bottom:20px;}
.nav-previous {display:inline; margin-right:20px;}

/* Responsive
================================================== */
@media screen and (max-width: 480px) {
.cherry-breadcrumbs_content {display:none;}
.pageHead .inner .motopress-code-obj {width:100%;}
.pageHead .inner .motopress-code-obj h1, .pageHead .inner .motopress-code-obj h6 {/* color:#ffffff; */}
.servicessidebar {height:280px;}
}
@media screen and (max-width: 768px) {
.sideBox, .sideBox2 {border-left:none;}
.sideBox:first-child {border-top:4px solid #ffffff; margin-top:20px;}
.sideBox:first-child:before {content:'Also Explore'; margin:20px; font-family:'guardianEgyp'; font-weight:bold; font-size:18px;}
.servicessidebar, .expertisesidebar, .differencesidebar {display:none;}
.landingRow {padding-bottom:20px; height:100%;}
.relatedBottom {border-right:none; border-bottom:none; height:100%;}
.rowimageleft {border-right:none !important; border-bottom:4px solid #ffffff !important; width:100%; height:auto;}
.rowimageright {border-left:none !important; border-bottom:4px solid #ffffff !important; width:100%; height:auto;}
.contact-right {display:none;}
  div.wpcf7 .wpcf7-form-control-wrap input[type="text"],
  div.wpcf7 .wpcf7-form-control-wrap input[type="password"],
  div.wpcf7 .wpcf7-form-control-wrap input[type="number"],
  div.wpcf7 .wpcf7-form-control-wrap input[type="email"],
  div.wpcf7 .wpcf7-form-control-wrap input[type="url"],
  div.wpcf7 .wpcf7-form-control-wrap input[type="search"],
  div.wpcf7 .wpcf7-form-control-wrap input[type="tel"] {margin-left:0;}
  div.wpcf7 .wpcf7-form-control-wrap textarea {margin-left:0;}
  ul.transformSelect {margin:0 0 20px 0;}
.portfolio-wrap .portfolio-filter ul.filter li a {border:4px solid #ffffff; max-width:100%; height:100%;}
ul.about {margin:20px 0 0 20px;}
ul.about li {padding-bottom:10px; font-size:18px; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; -o-hyphens: auto; hyphens: auto;}
}
@media screen and (min-width:769px) and (max-width:1024px) {
.pageHead .inner {height:300px; background-size:cover !important;}
.pageHead .inner h1 {color:#ffffff !important;}
.servicessidebar, .expertisesidebar, .differencesidebar {padding:10px; height:300px;}
.servicessidebar h4, .expertisesidebar h4, .differencesidebar h4 {margin:0 0 5px;}
.leftSideMenu, .rightSideMenu {float:left; width:100%; }
}

/* Print Styles
================================================== */
@media print {
body {margin:0; color:#000000;}
#shiftnav-toggle-main {display:none;}
#header {margin-bottom:20px;}
.topmenu-container {display:none;}
h2.image-logo {float:left;}
.static-header-menu {display:none;}
.ubermenu.ubermenu-main {display:none;}
.cherry-breadcrumbs {display:none;}
.addtoany_share_save_container {display:none;}
.addtoany_shortcode {display:none;}
nav.post-navigation {display:none;}
.cherry-sidebar-main {display:none;}
div#totop {display:none;}
.pageHead .inner {height:100px;}
.expertisesidebar, .servicessidebar, .differencesidebar, .sideBox, .sideBox2 .footerLeft {display:none;}
}