/*
Description: The stylesheet with a main style.
Author:      Cherry Team
Version:     1.0.0
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
.video_size {
	width: 100%;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
a:focus {
	outline: none;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-circle {
	border-radius: 50%;
}
hr {
	border: 0;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	line-height: inherit;
	border: 0;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple], select[size] {
	height: auto;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 7px;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
 .form-control::-moz-placeholder {
 color: #999;
 opacity: 1;
}
 .form-control:-ms-input-placeholder {
 color: #999;
}
 .form-control::-webkit-input-placeholder {
 color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	opacity: 1;
}
textarea.form-control {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;
}
.form-group {
	margin-bottom: 15px;
}
.radio, .checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.radio label,  .checkbox label {
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
}
.radio + .radio, .checkbox + .checkbox {
	margin-top: -5px;
}
.radio-inline, .checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}
.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}
.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
}
.form-control-static.input-lg, .form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0;
}
.input-sm, .form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-sm, .form-group-sm .form-control {
	height: 30px;
	line-height: 30px;
}
textarea.input-sm, .form-group-sm .form-control, select[multiple].input-sm, .form-group-sm .form-control {
	height: auto;
}
.input-lg, .form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
select.input-lg, .form-group-lg .form-control {
	height: 46px;
	line-height: 46px;
}
textarea.input-lg, .form-group-lg .form-control, select[multiple].input-lg, .form-group-lg .form-control {
	height: auto;
}
.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 42.5px;
}
.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}
.input-lg + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.input-sm + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
	color: #3c763d;
}
.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}
.has-success .form-control-feedback {
	color: #3c763d;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
	color: #8a6d3b;
}
.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
	color: #8a6d3b;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #a94442;
}
.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}
.has-error .form-control-feedback {
	color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}
.form-horizontal .radio, .form-horizontal .checkbox {
	min-height: 27px;
}
.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
	content: " ";
	display: table;
}
.form-horizontal .form-group:after {
	clear: both;
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}
.cherry-cookie-banner-wrap {
	position: fixed;
	z-index: 9999;
	right: 0;
	left: 0;
	bottom: 0;
	display: block;
	padding: 0;
	margin: 0;
	color: white;
	background: rgba(0, 0, 0, 0.7);
}
.cherry-cookie-banner-wrap .container {
	padding-top: 10px;
	padding-bottom: 10px;
}
.cherry-cookie-banner-wrap .close {
	color: #fff;
	outline: none;
	opacity: 0.7;
}
.cherry-cookie-banner-wrap .close:hover {
	opacity: 1;
}
table {
	max-width: 100%;
	background-color: transparent;
}
th {
	text-align: left;
}
.table, table {
	width: 100%;
}
.table tr > th,  .table tr > td,  table tr > th,  table tr > td {
	padding: 8px;
	vertical-align: top;
}
.table > thead > tr > th,  table > thead > tr > th {
	vertical-align: bottom;
}
.table > caption + thead > tr:first-child > th,  .table > caption + thead > tr:first-child > td,  .table > colgroup + thead > tr:first-child > th,  .table > colgroup + thead > tr:first-child > td,  .table > thead:first-child > tr:first-child > th,  .table > thead:first-child > tr:first-child > td,  table > caption + thead > tr:first-child > th,  table > caption + thead > tr:first-child > td,  table > colgroup + thead > tr:first-child > th,  table > colgroup + thead > tr:first-child > td,  table > thead:first-child > tr:first-child > th,  table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
	background-color: #f5f5f5;
}
table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}
table td[class*="col-"], table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}
.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}
.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
	background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}
.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
	background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}
.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}
.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
	background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}

.close {
	float: right;
	line-height: 1;
	opacity: 0.2;
}
.close:hover, .close:focus {
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}









h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
	font-weight: normal;
	line-height: 1;
}
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
	font-size: 65%;
}
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
	font-size: 75%;
}
.lead {
	font-weight: 300;
	line-height: 1.4;
}
cite {
	font-style: normal;
}
mark, .mark {
	background-color: #fcf8e3;
	padding: .2em;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.bg-primary {
	color: #fff;
}
ul, ol {
	margin-top: 0;
}
ul ul,  ul ol,  ol ul,  ol ol {
	margin-bottom: 0;
}
.list-unstyled, .list-inline {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	margin-left: -5px;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
dl {
	margin-top: 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
	content: " ";
	display: table;
}
.dl-horizontal dd:after {
	clear: both;
}
abbr[title], abbr[data-original-title] {
	cursor: help;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}
blockquote p:last-child,  blockquote ul:last-child,  blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer,  blockquote small,  blockquote .small {
	display: block;
	font-size: 80%;
}
blockquote footer:before,  blockquote small:before,  blockquote .small:before {
	content: '\2014 \00A0';
}
.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-left: 0;
	text-align: right;
}
.blockquote-reverse footer:before,  .blockquote-reverse small:before,  .blockquote-reverse .small:before,  blockquote.pull-right footer:before,  blockquote.pull-right small:before,  blockquote.pull-right .small:before {
	content: '';
}
.blockquote-reverse footer:after,  .blockquote-reverse small:after,  .blockquote-reverse .small:after,  blockquote.pull-right footer:after,  blockquote.pull-right small:after,  blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}
blockquote:before, blockquote:after {
	content: "";
}
address {
	font-style: normal;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.menu-secondary {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.menu-secondary ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.menu-secondary li {
	float: left;
	position: relative;
}
.menu-secondary li:hover > a, .menu-secondary li.focus > a {
	text-decoration: underline;
}
.menu-secondary li.current_page_item > a, .menu-secondary li.current-menu-item > a, .menu-secondary li.current_page_ancestor > a {
	text-decoration: underline;
}
.menu-secondary a {
	display: block;
	text-decoration: none;
}
.menu-secondary > ul > li {
	margin-left: 15px;
}
.menu-secondary > ul > li:first-child {
	margin-left: 0;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.cherry-breadcrumbs_content {
	text-align: right;
	padding: 20px 0;
}
.cherry-breadcrumbs_browse, .cherry-breadcrumbs_wrap, .cherry-breadcrumbs_item {
	display: inline-block;
	vertical-align: top;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
/* Above WP toolbar. */ }
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignleft.large img {
	width: 100%;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.alignright.large img {
	width: 100%;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: " ";
	display: table;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
/* Make sure select elements fit in widgets */ }
.widget select {
	max-width: 100%;
}
.widget_calendar th, .widget_calendar tbody td {
	text-align: center;
	padding: .25em 0;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
.site-header, .site-content, .site-footer {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.site-header {
	position: relative;
	z-index: 9;
}
.isStick.site-header, .isStick.header-top {
	left: 0;
	right: 0;
	z-index: 9;
	width: 100%;
}
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	overflow: hidden;
}
.entry-thumbnail.large + .entry-meta {
	overflow: inherit;
}
.format-link-marker:after {
	content: '\002192';
}
.byline, .updated:not(.published) {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/* Mediaelements */
.hentry .mejs-container {
	margin-bottom: 18px;
}
/*--------------------------------------------------------------
# Entry
--------------------------------------------------------------*/
.chat-row {
	padding-bottom: 0.5em;
}
.chat-author cite {
	font-weight: bold;
	text-transform: uppercase;
}
.chat-text {
	padding-left: 2em;
}
.chat-text p {
	margin-top: 0;
}
/*--------------------------------------------------------------
# Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
ol.comment-list {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	text-indent: 0;
}
ol.comment-list li > .children,  ol.comment-list .children li > .children {
	list-style: none;
}
ol.comment-list li .comment-body {
	padding: 1.5em;
	background: #fff;
}
ol.comment-list li.comment, ol.comment-list li.ping {
	clear: both;
}
ol.comment-list li.comment {
	margin: 0 0 1em;/* Avatar */
    /* Meta */
    /* Reply */
    /* Sub-comments */ }
ol.comment-list li.comment div.vcard cite.fn {
	font-style: normal;
}
ol.comment-list li.comment div.vcard img.avatar {
	float: left;
	margin: 0 1em 1em 0;
}
ol.comment-list li.comment footer.comment-meta {
	font-size: 10px;
}
ol.comment-list li.comment div.reply {
	text-align: right;
}
ol.comment-list li.comment ol.children {
	margin: 1em 0 0;
	padding-left: 40px;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}
/*--------------------------------------------------------------
# Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error-404 {
	padding: 30px 0;
}
.error-404-num {
	text-align: center;
	font-size: 15em;
	line-height: 1.1;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.affix {
	position: fixed;
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item,  .embed-responsive iframe,  .embed-responsive embed,  .embed-responsive object {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%;
}
.cherry-no-responsive .sidebar-sidebar-content-wrapper, .cherry-no-responsive .sidebar-content-sidebar-wrapper, .cherry-no-responsive .content-sidebar-sidebar-wrapper {
	width: 80%;
}
.cherry-no-responsive .sidebar-content-sidebar-wrapper, .cherry-no-responsive .sidebar-sidebar-content-wrapper {
	float: right;
}
.cherry-no-responsive .content-sidebar-sidebar-wrapper {
	float: left;
}
.cherry-no-responsive .sidebar-content-wrapper #primary, .cherry-no-responsive .content-sidebar-wrapper #primary, .cherry-no-responsive .sidebar-sidebar-content-wrapper #primary, .cherry-no-responsive .sidebar-content-sidebar-wrapper #primary, .cherry-no-responsive .content-sidebar-sidebar-wrapper #primary {
	width: 75%;
}
.cherry-no-responsive .sidebar-content-wrapper #primary, .cherry-no-responsive .sidebar-sidebar-content-wrapper #primary {
	float: right;
}
.cherry-no-responsive .content-sidebar-wrapper #primary, .cherry-no-responsive .content-sidebar-sidebar-wrapper #primary, .cherry-no-responsive .sidebar-content-sidebar-wrapper #primary {
	float: left;
}
.cherry-no-responsive .sidebar-content-wrapper .widget-area, .cherry-no-responsive .sidebar-sidebar-content-wrapper .widget-area {
	float: left;
	width: 23%;
}
.cherry-no-responsive .content-sidebar-wrapper .widget-area, .cherry-no-responsive .content-sidebar-sidebar-wrapper .widget-area, .cherry-no-responsive .sidebar-content-sidebar-wrapper .widget-area {
	float: right;
	width: 23%;
}
.cherry-no-responsive .sidebar-sidebar-content-wrapper + .widget-area, .cherry-no-responsive .sidebar-content-sidebar-wrapper + .widget-area {
	float: left;
	width: 18%;
}
.cherry-no-responsive .content-sidebar-sidebar-wrapper + .widget-area {
	float: right;
	width: 18%;
}
.cherry-no-responsive .cherry-with-sidebar .content-area .container {
	width: 80%;
}
/* #General
================================================== */
a {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-decoration: none !important;
}
a a:hover, a a:focus {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	color: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}
.sidebar-content-sidebar-wrapper h2, .sidebar-sidebar-content-wrapper h2, .content-sidebar-sidebar-wrapper h2 {
	line-height: 52px;
	font-size: 42px;
}
h4 em {
	margin: 0 10px 0 0;
	font-weight: 700;
	font-style: normal;
}
h6, .comment-reply-title, .comments-title {
	position: relative;
	width: 100%;
	margin-bottom: 49px;
	padding-bottom: 28px;
}
h6:after,  .comment-reply-title:after,  .comments-title:after {
	content: "";
	position: relative;
	left: 0;
	display: block;
	bottom: -28px;
	width: 23%;
	border-bottom: 1px solid rgba(48, 51, 52, 0.3);
}
p {
	margin: 0 0 24px 0;
}
*:focus {
	outline: none;
}
.site {
	overflow: hidden;
	-moz-hyphens: none;
}
.site input[type="text"], .site input[type="email"], .site input[type="url"], .site input[type="search"], .site input[type="tel"], .site textarea {
	min-height: 50px;
	padding: 12px 20px 12px 20px;
	border: none;
	border: 1px solid;
	resize: none;
	background: transparent;
}
.site input[type="submit"], .site input[type="reset"] {
	display: inline-block;
	margin: 0 0 30px 0;
	padding: 12px 55px;
	border-radius: 20px;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	vertical-align: top;
	line-height: 20px;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	border: 0;
	background: transparent;
}
.site input[type="submit"]:hover, .site input[type="reset"]:hover {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.site textarea {
	border: 1px solid;
}
/* #Header
================================================== */
#header {
	position: relative;
	z-index: 999;
}
#header .widget {
	margin: 0;
}
#header .static-search-form {
	top: 205px;
	position: absolute;
	z-index: 1;
	left: 0;
}
#header .static-search-form .search-form label {
	margin: 0;
}
#header .static-search-form .search-form label input {
	margin: 0;
}
#header .static-search-form .search-form .search-submit {
	padding: 12px 17px;
	position: relative;
}
.header-top {
	position: relative;
	width: 100%;
	top: 0;
	padding-top: 48px;
	z-index: 999;
}
.header-top:after {
	position: absolute;
	content: "";
	top: 149px;
	right: 0px;
	height: 1px;
	display: inline-block;
	width: 177px;
}
body.home .header-top:after {
	background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
.header-top:after {
	display: none;
}
}
.header-top.isStick {
	right: 0;
	left: 0;
	padding-top: 20px;
	padding-right: 61px;
	padding-bottom: 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	z-index: 999;
}
.showcase-area + .header-top {
	position: absolute;
}
.static-header-menu {
	position: absolute;
	top: -50px;
	right: 0;
	opacity: 0.9;
}
.static-header-sidebar {
	padding: 0;
	height: 150px;
	position: fixed;
	width: 177px;
	top: 0;
	right: 0;
	z-index: 1000;
}



------------------------------------------------------------




/* Logo
---------------------------------------- */
.static-header-logo {
	position: relative;
	left: -40px;
}

@media (max-width: 1200px) {
.static-header-logo {
	left: 0;
}
}
.static-header-logo .site-branding {
	position: relative;
	padding-bottom: 6px;
}

@media (min-width: 1200px) {
.static-header-logo .site-branding {
	padding-left: 98px;
	padding-right: 65px;
}
}
body.home .static-header-logo .site-branding:before {
	position: absolute;
	left: 0;
	content: '';
	display: inline-block;
	border-bottom: 1px solid white;
	bottom: 0;
	width: 100%;
}

@media (max-width: 768px) {
body.home .static-header-logo .site-branding:before {
	display: none;
}
}
.static-header-logo .site-branding .site-title {
	margin: 0;
	padding: 0;
	line-height: 42px;
}
.static-header-logo .site-branding .site-title:after {
	position: relative;
	left: 0;
	font-size: 62px;
	font-family: FontAwesome;
	content: 'FontAwesome';
	display: inline-block;
	color: #fff;
	float: left;
	font-weight: normal;
	padding-right: 30px;
}
.static-header-logo .site-branding .site-title img {
	vertical-align: middle;
}
.static-header-logo .site-branding .text-logo {
	margin: -13px 0 3px 0;
	padding: 0;
	letter-spacing: -1px;
	text-transform: lowercase;
}
.static-header-logo .site-branding a {
	text-decoration: none;
}
.static-header-logo .site-branding .site-description {
	display: none;
}




---------------------------------------------------------------------------



/* Navigation (Menu)
================================================== */
#menu-primary {
	width: 0;
	opacity: 0;
	overflow: hidden;
}
#menu-primary.active {
	width: 344px;
	opacity: 1;
	overflow: visible;
}
#menu-primary {
	position: absolute;
	top: 100%;
	right: 0;
	bottom: 0;
	height: 10000px;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	z-index: 999;
}
#menu-primary .menu-items, #menu-primary .cherry-mega-menu {
	background: none;
	float: none;
	padding: 128px 85px 35px 37px !important;
	box-shadow: none;
	position: fixed;
}
#menu-primary .menu-items ul.simple-sub, #menu-primary .menu-items .sub-menu, #menu-primary .cherry-mega-menu ul.simple-sub, #menu-primary .cherry-mega-menu .sub-menu {
	width: 139px;
	margin: 0;
	padding: 15px;
	border-radius: 20px;
	box-shadow: none;
	top: 0;
	right: -140px;
	bottom: auto;
	left: auto;
	text-align: center;
}
#menu-primary .menu-items ul.simple-sub ul.simple-sub, #menu-primary .menu-items ul.simple-sub .sub-menu, #menu-primary .menu-items .sub-menu ul.simple-sub, #menu-primary .menu-items .sub-menu .sub-menu, #menu-primary .cherry-mega-menu ul.simple-sub ul.simple-sub, #menu-primary .cherry-mega-menu ul.simple-sub .sub-menu, #menu-primary .cherry-mega-menu .sub-menu ul.simple-sub, #menu-primary .cherry-mega-menu .sub-menu .sub-menu {
	top: -15px;
	right: 100%;
	bottom: auto;
	left: auto;
	margin: 0;
}
#menu-primary .menu-items ul.simple-sub li, #menu-primary .menu-items .sub-menu li, #menu-primary .cherry-mega-menu ul.simple-sub li, #menu-primary .cherry-mega-menu .sub-menu li {
	padding: 0 !important;
	display: inline-block;
}
#menu-primary .menu-items > li, #menu-primary .cherry-mega-menu > li {
	display: inline-block;
	float: none;
	margin: 6px 0 0 0;
	text-align: left;
}
#menu-primary .menu-items > li:first-child, #menu-primary .cherry-mega-menu > li:first-child {
	margin: 0;
}
#menu-primary .menu-items > li.menu-item-has-children > a:after, #menu-primary .cherry-mega-menu > li.menu-item-has-children > a:after {
	display: inline-block;
	margin: 13px 0 0 5px;
	vertical-align: top;
	line-height: 24px;
}
#menu-primary .menu-items > li > a, #menu-primary .cherry-mega-menu > li > a {
	display: inline-block;
	margin: 0;
	padding: 7px 33px;
	border-radius: 22px;
	letter-spacing: -.2px;
	vertical-align: top;
	text-decoration: none;
}
#menu-primary .menu-items > li li, #menu-primary .cherry-mega-menu > li li {
	float: none;
	margin: 3px 0 0 0;
	line-height: 21px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}
#menu-primary .menu-items > li li:first-child, #menu-primary .cherry-mega-menu > li li:first-child {
	margin: 0;
}
#menu-primary .menu-items > li li.menu-item-has-children > a:after, #menu-primary .cherry-mega-menu > li li.menu-item-has-children > a:after {
	display: inline-block;
	margin: 5px 0 0 5px;
	vertical-align: top;
	line-height: 21px;
}
#menu-primary .menu-items > li li a, #menu-primary .cherry-mega-menu > li li a {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 21px;
	font-size: 14px;
}
#menu-primary .menu-items > li:hover > a, #menu-primary .menu-items > li > a:hover, #menu-primary .menu-items > li.current-menu-item > a {
	text-decoration: none;
}
#menu-primary .menu-items li li:hover > a, #menu-primary .menu-items li li > a:hover, #menu-primary .menu-items li li.current-menu-item > a {
	text-decoration: none;
}
.menu-primary .menu-items {
	height: 0;
}
.menu-primary.active .menu-items {
	height: auto;
}
#menu-primary .cherry-mega-menu > li > a {
	padding: 7px 30px;
}
.mega-menu-arrow {
	padding: 3px 0 0 4px !important;
	position: absolute !important;
}
.btn-nav {
	position: absolute;
	display: block;
	width: 56px;
	bottom: 52px;
	right: 72px;
	height: 56px;
	margin: 0;
	font-style: normal;
	font-family: FontAwesome;
	background-color: #FBFBFB;
	background-image: url(../images/align-justify.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50%;
	opacity: 0.5;
	cursor: pointer;
	z-index: 1000;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.btn-nav:hover {
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
	background-color: #FFF;
	background-image: url(../images/arrow_right_2.png);
	opacity: 0.2;
}
.btn-nav:hover:before {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.btn-nav:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	height: 56px;
	overflow: hidden;
	margin: 0;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	line-height: 56px;
	font-family: FontAwesome;
	font-size: 56px;
	content: '';
}
.admin-bar .btn-nav {
	bottom: 12px;
}
.btn-nav.active:before {
	content: '';
}
.menu-secondary {
	margin: 10px 0 30px;
}
.menu-secondary li a {
	font-family: '';
	font-size: 15px;
	font-weight: 400;
}
/* breadcrumbs
================================================== */
.cherry-breadcrumbs {
	padding: 0 60px 0;
	margin: 0;
	text-align: center;
	position: absolute;
	background: transparent !important;
	top: -90px;
	left: 20%;
	right: 20%;
	width: 60%;
	z-index: 999 !important;
}
body.home .cherry-breadcrumbs {
	top: 20px;
}
.cherry-breadcrumbs h1 {
	margin: -15px 0 10px;
	padding: 0;
	line-height: 22px;
	font-weight: 300;
	font-size: 30px;
}
.cherry-breadcrumbs .cherry-breadcrumbs_content {
	margin: 0;
	padding: 0;
	text-align: center;
}
.cherry-breadcrumbs .cherry-breadcrumbs_content .cherry-breadcrumbs_item_sep {
	margin: 0 5px;
}
.cherry-breadcrumbs .cherry-breadcrumbs_content a {
	text-decoration: none;
}
.cherry-breadcrumbs .cherry-breadcrumbs_content .cherry-breadcrumbs_item > div,  .cherry-breadcrumbs .cherry-breadcrumbs_content .cherry-breadcrumbs_item > a,  .cherry-breadcrumbs .cherry-breadcrumbs_content .cherry-breadcrumbs_item i,  .cherry-breadcrumbs .cherry-breadcrumbs_content .cherry-breadcrumbs_item span {
	font-weight: 300 !important;
}
/* Pagination
================================================== */
.navigation, .pagination {
	width: 100%;
	overflow: hidden;
	margin: 150px 0 50px;
}
.navigation a, .navigation span, .pagination a, .pagination span {
	display: inline-block;
	margin: 0 1px 0 0;
	padding: 5px 13px;
	font-size: 20px;
	font-weight: 500;
	vertical-align: top;
	border-radius: 3px;
	text-decoration: none;
}
.navigation a span, .navigation span span, .pagination a span, .pagination span span {
	display: none;
}








/* Shortcodes
================================================== */
/* posts */
.cherry-posts-list.template-custom_1 .cherry-posts-item {
	width: 25%;
	float: left;
}
.cherry-posts-list.style_1 .cherry-posts-item {
	margin-top: 20px;
}
.cherry-posts-list.style_1 .cherry-posts-item:first-child {
	margin-top: 0;
}
.cherry-posts-list.style_1 .cherry-posts-item .inner figure a:hover img {
	opacity: 0.7;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cherry-posts-list.style_1 .cherry-posts-item .inner figure img {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.cherry-posts-list.style_2 {
	margin-bottom: 49px;
	padding-top: 11px;
}
.cherry-posts-list.style_2 .cherry-posts-item .inner {
	padding: 0;
}
.cherry-posts-list.style_2 .cherry-posts-item .post-thumbnail {
	margin: 0 0 33px 0;
}
.cherry-posts-list.style_2 .cherry-posts-item .post-thumbnail a {
	display: block;
}
.cherry-posts-list.style_2 .cherry-posts-item .post-thumbnail a:hover {
	background: rgba(246, 196, 82, 0.7);
}
.cherry-posts-list.style_2 .cherry-posts-item .post-thumbnail a:hover img {
	opacity: .5;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cherry-posts-list.style_2 .cherry-posts-item .post-thumbnail img {
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cherry-posts-list.style_2 .cherry-posts-item h4 {
	margin: 0 0 8px 0;
}
.cherry-posts-list.style_2 .cherry-posts-item .post-content {
	line-height: 22px;
	font-size: 15px;
	font-weight: 400;
}

@media (min-width: 1200px) {
.cherry-posts-list.style_2 .cherry-posts-item .post-content {
	letter-spacing: .3px;
}
}
.cherry-posts-list.style_3 {
	margin-bottom: 130px;
	padding-top: 6px;
}
.cherry-posts-list.style_3 .cherry-posts-item .inner .post-thumbnail {
	margin: 0 0 34px 0;
}
.cherry-posts-list.style_3 .cherry-posts-item .inner .post-thumbnail a {
	display: block;
}
.cherry-posts-list.style_3 .cherry-posts-item .inner .post-thumbnail a:hover img {
	opacity: 0.5;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cherry-posts-list.style_3 .cherry-posts-item .inner .post-thumbnail img {
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cherry-posts-list.style_3 .cherry-posts-item .inner h4 {
	margin: 0 0 7px 0;
	padding: 0;
}
.cherry-posts-list.style_3 .cherry-posts-item .inner .post-content {
	margin: 0 0 66px 0;
}
.cherry-posts-list.style_4 .cherry-posts-item {
	padding-top: 59px;
	padding-bottom: 66px;
}
.cherry-posts-list.style_4 .cherry-posts-item:first-child {
	border: none;
}
.cherry-posts-list.style_4 .cherry-posts-item .inner {
	padding: 0;
	text-align: center;
}
.cherry-posts-list.style_4 .cherry-posts-item .inner .post-meta {
	margin: 0 0 54px 0;
	padding: 0 0 35px 0;
	border-bottom: 1px solid;
	line-height: 0;
	font-size: 0;
}
.cherry-posts-list.style_4 .cherry-posts-item .inner .post-meta .post-title {
	padding-top: 55px;
	margin-bottom: 0;
}
.content-wrapper-sidebar-sidebar .cherry-posts-list.style_4 .cherry-posts-item .inner .post-meta .post-title, .sidebar-sidebar-content-wrapper .cherry-posts-list.style_4 .cherry-posts-item .inner .post-meta .post-title, .content-sidebar-sidebar-wrapper .cherry-posts-list.style_4 .cherry-posts-item .inner .post-meta .post-title, .sidebar-content-sidebar-wrapper .cherry-posts-list.style_4 .cherry-posts-item .inner .post-meta .post-title {
	padding: 40px 10px 20px;
	font-size: 26px;
	line-height: 32px;
}
.cherry-posts-list.style_4 .cherry-posts-item .inner .post-meta i {
	margin-left: 5px;
}
.cherry-posts-list.style_4 .cherry-posts-item .inner .post-meta i time {
	display: inline-block;
	margin-top: 10px;
	vertical-align: top;
	letter-spacing: -2px;
	line-height: 60px;
	font-size: 60px;
	font-style: normal;
}
.cherry-posts-list.style_4 .cherry-posts-item .inner .post-meta time {
	display: inline-block;
	vertical-align: top;
	letter-spacing: -12px;
	line-height: 150px;
	font-size: 150px;
	font-weight: 400;
}
.cherry-posts-list.style_4 .cherry-posts-item .inner .post-content {
	margin: 0 0 37px 0;
	padding: 0 20px;
}
.cherry-posts-list.style_4 .cherry-posts-item .inner a.btn-default {
	margin: 0;
}
.cherry-posts-list.style_5 .cherry-posts-item .inner .post-thumbnail a {
	display: block;
}
.cherry-posts-list.style_5 .cherry-posts-item .inner .post-thumbnail a:hover img {
	opacity: 0.5;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cherry-posts-list.style_5 .cherry-posts-item .inner .post-thumbnail img {
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cherry-posts-list.style_5 .cherry-posts-item .inner .post-meta {
	margin: 25px 0px 5px;
	padding: 0;
	line-height: 0;
	font-size: 0;
}
.cherry-posts-list.style_5 .cherry-posts-item .inner .post-meta time {
	display: inline-block;
	vertical-align: top;
	line-height: 50px;
	font-size: 20px;
	font-weight: 400;
}
.cherry-posts-list.style_5 .cherry-posts-item .inner .post-title {
	padding-top: 0;
	margin-bottom: 8px;
}
.cherry-posts-list.style_5 .cherry-posts-item .inner .post-content {
	margin-bottom: 48px;
}

@media (min-width: 1200px) {
.cherry-posts-list.style_5 .cherry-posts-item .inner .post-content {
	padding-right: 23px;
}
}
.cherry-posts-list.style_5 .cherry-posts-item .inner a.btn-default {
	margin: 0;
}
.post-featured-image a {
	display: block;
}
.post-featured-image a img {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.post-featured-image a:hover {
	background: rgba(246, 196, 82, 0.6);
}
.post-featured-image a:hover img {
	opacity: .5;
}
body.post-type-archive-service .boxed-layout .cherry-services_thumb > a {
	display: block;
}
body.post-type-archive-service .boxed-layout .cherry-services_thumb > a:hover {
	background: rgba(246, 196, 82, 0.7);
}
body.post-type-archive-service .boxed-layout .cherry-services_thumb > a:hover img {
	opacity: .5;
}
body.post-type-archive-service .boxed-layout .cherry-services_thumb > a img {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
body.post-type-archive-service .boxed-layout .cherry-services_title {
	padding: 30px 0;
}
body.single.single-service .boxed-layout .service-meta {
	margin-bottom: 0;
}
body.single.single-service .boxed-layout .cherry-services_thumb > a {
	display: block;
}
.box_1 {
	margin-bottom: 144px;
}
.box_1 .cherry-box > .inner {
	padding-top: 202px;
	padding-bottom: 195px;
}
.box_2 {
	margin-bottom: 132px;
}
.box_2 .cherry-box > .inner {
	padding-top: 240px;
	padding-bottom: 231px;
}
.box_4 {
	margin-bottom: 148px;
}
.box_4 .cherry-box > .inner {
	padding-top: 239px;
	padding-bottom: 230px;
}
.box_5 {
	margin-bottom: 148px;
}
.box_5 .cherry-box > .inner {
	padding-top: 149px;
	padding-bottom: 132px;
}
.box_5 .cherry-box > .inner h2 {
	margin: 0 0 50px 0;
	letter-spacing: -1px;
}
.box_5 .cherry-box > .inner h5 {
	margin: 0 0 6px 0;
}

@media (min-width: 1200px) {
.box_5 .cherry-box > .inner a.cherry-btn-primary {
	margin-top: 13px;
}
}
.box_6 {
	margin-bottom: 151px;
}
.box_6 .cherry-box > .inner {
	padding-top: 149px;
	padding-bottom: 97px;
}
.box_6 .cherry-box > .inner h2 {
	margin: 0 0 65px 0;
	letter-spacing: -1px;
}
.box_6 .cherry-box > .inner h5 {
	margin: 0 0 6px 0;
}

@media (min-width: 1200px) {
.box_6 .cherry-box > .inner a.cherry-btn-primary {
	margin-top: 13px;
}
}
.cherry-list.list_1 {
	margin-bottom: 50px;
}
.cherry-list.list_1 ul {
	margin: 0;
	padding: 0;
}
.cherry-list.list_1 ul li {
	position: relative;
	margin: 12px 0 0 0;
	padding: 0 0 0 30px;
	list-style: none;
}
.cherry-list.list_1 ul li:first-child {
	margin: 0;
}
.cherry-list.list_1 ul li .list-icon {
	position: absolute;
	top: 5px;
	left: 0;
}
.cherry-services .cherry-services_thumb a img {
	width: 100%;
	height: auto;
}
.cherry-services.style_1 {
	position: relative;
	margin-bottom: 0;
	z-index: 9;
}
.cherry-services.style_1 .services-listing .cherry-services_item {
	position: relative;
	z-index: 9;
	padding-top: 85px;
	padding-bottom: 78px;
	text-align: center;
}
.cherry-services.style_1 .services-listing .cherry-services_item:before {
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
	background: rgba(255, 255, 255, 0);
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	bottom: 0;
	left: 15px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	content: '';
	z-index: -1;
}
.cherry-services.style_1 .services-listing .cherry-services_item:hover:before {
	background: rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media (min-width: 1200px) {
.cherry-services.style_1 .services-listing .cherry-services_item:first-child .caption {
	margin-left: -30px;
	padding-left: 30px;
}
}
.cherry-services.style_1 .services-listing .cherry-services_item:first-child .caption:before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 10px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: -1;
	content: '';
}

@media (max-width: 768px) {
.cherry-services.style_1 .services-listing .cherry-services_item:first-child .caption:before {
	display: none;
}
}

@media (min-width: 1200px) {
.cherry-services.style_1 .services-listing .cherry-services_item:last-child .caption {
	margin-right: -30px;
	padding-right: 30px;
}
}
.cherry-services.style_1 .services-listing .cherry-services_item:last-child .caption:after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 10px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: -2;
	content: '';
}

@media (max-width: 768px) {
.cherry-services.style_1 .services-listing .cherry-services_item:last-child .caption:after {
	display: none;
}
}
.cherry-services.style_1 .services-listing .cherry-services_item:hover .caption {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cherry-services.style_1 .services-listing .cherry-services_item:hover .caption:before, .cherry-services.style_1 .services-listing .cherry-services_item:hover .caption:after {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cherry-services.style_1 .services-listing .cherry-services_item .caption {
	position: relative;
	margin: 0 -15px;
	padding-top: 109px;
	padding-right: 15px;
	padding-bottom: 105px;
	padding-left: 15px;
	z-index: 9;
}
.cherry-services.style_1 .services-listing .cherry-services_item .caption:hover:before, .cherry-services.style_1 .services-listing .cherry-services_item .caption:hover:after {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cherry-services.style_1 .services-listing .cherry-services_item .caption .module-6 {
	position: absolute;
	top: 5px;
	right: 0;
	bottom: 5px;
	left: 0;
	height: auto;
	margin: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: -1;
}
.cherry-services.style_1 .services-listing .cherry-services_item .caption .module-6:before, .cherry-services.style_1 .services-listing .cherry-services_item .caption .module-6:after {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cherry-services.style_1 .services-listing .cherry-services_item h3 {
	margin: 0 0 123px 0;
	padding: 0 0 35px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	line-height: 36px;
	font-size: 36px;
}
.sidebar-content-sidebar-wrapper .cherry-services.style_1 .services-listing .cherry-services_item h3, .sidebar-sidebar-content-wrapper .cherry-services.style_1 .services-listing .cherry-services_item h3, .content-sidebar-sidebar-wrapper .cherry-services.style_1 .services-listing .cherry-services_item h3 {
	line-height: 32px;
	font-size: 22px;
}
.cherry-services.style_1 .services-listing .cherry-services_item h3:hover {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cherry-services.style_1 .services-listing .cherry-services_item .cherry-services_icon {
	display: inline-block;
	float: none;
	margin: 0 0 107px 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	vertical-align: top;
	font-size: 150px;
}
.cherry-services.style_1 .services-listing .cherry-services_item .cherry-services_icon:hover {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cherry-services.style_1 .services-listing .cherry-services_item .cherry-services_icon i {
	display: inline-block;
	vertical-align: top;
	line-height: 100px;
}
.cherry-services.style_1 .services-listing .cherry-services_item .cherry-services_excerpt {
	margin: 0 0 36px 0;
	line-height: 22px;
	font-size: 15px;
	font-weight: 400;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cherry-services.style_1 .services-listing .cherry-services_item .cherry-services_excerpt:hover {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media (min-width: 1200px) {
.cherry-services.style_1 .services-listing .cherry-services_item .cherry-services_excerpt {
	padding: 0 24px;
}
}
.cherry-services.style_1 .services-listing .cherry-services_item a.cherry-btn-primary {
	margin: 0;
}
.sidebar-content-sidebar-wrapper .cherry-services.style_1 .services-listing .cherry-services_item a.cherry-btn-primary, .sidebar-sidebar-content-wrapper .cherry-services.style_1 .services-listing .cherry-services_item a.cherry-btn-primary, .content-sidebar-sidebar-wrapper .cherry-services.style_1 .services-listing .cherry-services_item a.cherry-btn-primary {
	padding-right: 30px;
	padding-left: 30px;
}
.cherry-services.style_2 {
	margin-bottom: 0;
}
.cherry-services.style_2.extra .services-listing .cherry-services_item .cherry-services_excerpt {
	display: block;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	letter-spacing: -6px;
	line-height: 150px;
	font-size: 150px;
	font-weight: 100;
}
.cherry-services.style_2.extra .services-listing .cherry-services_item .cherry-services_excerpt:hover {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cherry-services.style_2 .services-listing .cherry-services_item {
	position: relative;
	z-index: 9;
	padding-top: 50px;
	padding-bottom: 66px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
}
.cherry-services.style_2 .services-listing .cherry-services_item:first-child {
	border-left: none;
}
.cherry-services.style_2 .services-listing .cherry-services_item:hover .module-6 {
	top: -38px;
	bottom: -34px;
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cherry-services.style_2 .services-listing .cherry-services_item .module-6 {
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 50%;
	left: 0;
	height: auto;
	margin: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: -1;
}
.cherry-services.style_2 .services-listing .cherry-services_item .cherry-counter {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 49px;
	border-bottom: 1px solid;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cherry-services.style_2 .services-listing .cherry-services_item .cherry-counter:hover {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cherry-services.style_2 .services-listing .cherry-services_item .cherry-counter:hover span {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cherry-services.style_2 .services-listing .cherry-services_item .cherry-counter span {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	letter-spacing: -6px;
	line-height: 150px;
	font-size: 150px;
	font-weight: 100;
}
.sidebar-content-sidebar-wrapper .cherry-services.style_2 .services-listing .cherry-services_item .cherry-counter span, .sidebar-sidebar-content-wrapper .cherry-services.style_2 .services-listing .cherry-services_item .cherry-counter span, .content-sidebar-sidebar-wrapper .cherry-services.style_2 .services-listing .cherry-services_item .cherry-counter span {
	line-height: 70px;
	font-size: 70px;
}
.cherry-services.style_2 .services-listing .cherry-services_item .cherry-services_feauters {
	margin: 0 0 54px 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	line-height: 24px;
}
.cherry-services.style_2 .services-listing .cherry-services_item .cherry-services_feauters:hover {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media (min-width: 1200px) {
.cherry-services.style_2 .services-listing .cherry-services_item .cherry-services_feauters {
	min-height: 48px;
	padding: 0 40px;
}
}
.cherry-services.style_2 .services-listing .cherry-services_item a.cherry-btn-primary {
	margin: 0;
}
.sidebar-content-sidebar-wrapper .cherry-services.style_2 .services-listing .cherry-services_item a.cherry-btn-primary, .sidebar-sidebar-content-wrapper .cherry-services.style_2 .services-listing .cherry-services_item a.cherry-btn-primary, .content-sidebar-sidebar-wrapper .cherry-services.style_2 .services-listing .cherry-services_item a.cherry-btn-primary {
	padding-right: 30px;
	padding-left: 30px;
}
.cherry-services.style_3 {
	margin-bottom: 0;
}
.cherry-services.style_3 .services-listing .cherry-services_item {
	padding-bottom: 0;
	margin-bottom: 40px;
}
.cherry-services.style_3 .services-listing .cherry-services_item .post-content h3 {
	font-size: 20px;
	line-height: 25px;
	margin: 0;
	padding-bottom: 10px;
}
.cherry-services.style_3 .services-listing .cherry-services_item .post-content h3:after {
	display: none;
}
.cherry-services.style_3 .services-listing .cherry-services_item h3 {
	margin: 0 0 58px 0;
	padding: 0;
	position: relative;
	width: 82%;
	font-size: 36px;
	line-height: 36px;
	padding-bottom: 28px;
}
.content-wrapper-sidebar-sidebar .cherry-services.style_3 .services-listing .cherry-services_item h3, .sidebar-sidebar-content-wrapper .cherry-services.style_3 .services-listing .cherry-services_item h3, .content-sidebar-sidebar-wrapper .cherry-services.style_3 .services-listing .cherry-services_item h3, .sidebar-content-sidebar-wrapper .cherry-services.style_3 .services-listing .cherry-services_item h3 {
	font-size: 26px !important;
}
.cherry-services.style_3 .services-listing .cherry-services_item h3:after {
	content: "";
	position: relative;
	left: 0;
	display: block;
	bottom: -35px;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sidebar-content-sidebar-wrapper .cherry-services.style_3 .services-listing .cherry-services_item h3, .sidebar-sidebar-content-wrapper .cherry-services.style_3 .services-listing .cherry-services_item h3, .content-sidebar-sidebar-wrapper .cherry-services.style_3 .services-listing .cherry-services_item h3 {
	line-height: 40px;
	font-size: 30px;
}
.cherry-services.style_3 .services-listing .cherry-services_item figure {
	margin: 0 0 36px 0;
}
.cherry-services.style_3 .services-listing .cherry-services_item figure a {
	display: block;
}
.cherry-services.style_3 .services-listing .cherry-services_item figure a:hover img {
	opacity: 0.5;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cherry-services.style_3 .services-listing .cherry-services_item figure img {
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cherry-services.style_3 .services-listing .cherry-services_item p {
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 48px;
}
.cherry-services.style_3 .services-listing .cherry-services_item .cherry-services_feauters {
	margin: 0 0 6px 0;
	line-height: 30px;
	font-size: 20px;
	font-weight: 500;
}
.cherry-services.style_3 .services-listing .cherry-services_item .cherry-services_excerpt {
	margin: 0 0 11px 0;
	padding: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	display: none;
}
.cherry-services.style_3 .services-listing .cherry-services_item a.cherry-btn-primary {
	margin: 0;
}
.testimonials-wrap.style_1 .testimonials-list {
	width: 100%;
	overflow: hidden;
}
.testimonials-wrap.style_1 .testimonials-list .testimonials-item {
	float: left;
	width: 50%;
	padding-left: 1.4%;
}







 ---------  






@media (min-width: 1200px) {
 .testimonials-wrap.style_1 .testimonials-list .testimonials-item {
 padding-right: 60px;
}
}
.testimonials-wrap.style_1 .testimonials-list .testimonials-item:first-child {
	padding-left: 0;
}
.testimonials-wrap.style_1 .testimonials-list .testimonials-item img {
	margin: 0 41px 5px 0;
}
.sidebar-content-sidebar-wrapper .testimonials-wrap.style_1 .testimonials-list .testimonials-item img, .sidebar-sidebar-content-wrapper .testimonials-wrap.style_1 .testimonials-list .testimonials-item img, .content-sidebar-sidebar-wrapper .testimonials-wrap.style_1 .testimonials-list .testimonials-item img {
	float: none;
	margin: 0 0 20px 0;
}
.testimonials-wrap.style_1 .testimonials-list .testimonials-item blockquote {
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 22px;
	font-size: 15px;
	font-weight: 400;
}
.sidebar-content-sidebar-wrapper .testimonials-wrap.style_1 .testimonials-list .testimonials-item blockquote, .sidebar-sidebar-content-wrapper .testimonials-wrap.style_1 .testimonials-list .testimonials-item blockquote, .content-sidebar-sidebar-wrapper .testimonials-wrap.style_1 .testimonials-list .testimonials-item blockquote {
	padding-right: 15px;
}
.testimonials-wrap.style_1 .testimonials-list .testimonials-item blockquote span {
	line-height: 46px;
	font-size: 30px;
	display: block;
	font-weight: 400;
}
.testimonials-wrap.style_1 .testimonials-list .testimonials-item blockquote span:before {
	display: inline-block;
	margin: -11px 11px 0 0;
	vertical-align: top;
	font-family: '';
	font-size: 0px;
	content: '';
}
.cherry-banner.style_1 {
	margin-bottom: 156px;
	padding-top: 11px;
}
.cherry-banner.style_1 .cherry-banner_wrap > a {
	display: block;
}
.cherry-banner.style_1 .cherry-banner_wrap > a:hover img {
	opacity: 0.5;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cherry-banner.style_1 .cherry-banner_wrap img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cherry-banner.style_1 .cherry-banner_wrap h4 {
	margin: 0 0 8px 0;
	padding: 0;
	line-height: 30px;
	font-size: 20px;
}
.cherry-banner.style_1 .cherry-banner_wrap .cherry-banner_content {
	margin-top: 32px;
	padding: 0;
}
.cherry-banner.style_1 .cherry-banner_wrap .cherry-banner_content > p {
	margin-bottom: 50px;
}
.cherry-banner.style_2 {
	margin-bottom: 34px;
	padding-top: 7px;
}
.cherry-banner.style_2 .cherry-banner_wrap {
	width: 100%;
	overflow: hidden;
}
.cherry-banner.style_2 .cherry-banner_wrap .banner_image {
	float: left;
	margin: 0 30px 0 0;
}
.cherry-banner.style_2 .cherry-banner_wrap .banner_image a {
	display: block;
}
.cherry-banner.style_2 .cherry-banner_wrap .banner_image a:hover img {
	opacity: 0.5;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cherry-banner.style_2 .cherry-banner_wrap .banner_image img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cherry-banner.style_2 .cherry-banner_wrap h2 {
	margin: 0 0 6px 0;
	padding: 12px 0 0 0;
	line-height: 30px;
	font-size: 20px;
}
.cherry-banner.style_2 .cherry-banner_wrap .cherry-banner_content {
	margin: 0;
	padding: 0;
}

@media (min-width: 1200px) {
.cherry-banner.style_2 .cherry-banner_wrap a.btn-default {
	margin-top: 39px;
}
}
.team-wrap.style_1 {
	margin: 0 0 157px;
}
.team-wrap.style_1 .team-listing {
	padding: 11px 0 0 0;
}
.team-wrap.style_1 .team-listing .team-item .title {
	margin-bottom: 8px;
	font-size: 36px;
	line-height: 42px;
}

@media (max-width: 1200px) {
.sidebar-content-sidebar-wrapper .team-wrap.style_1 .team-listing .team-item .title, .sidebar-sidebar-content-wrapper .team-wrap.style_1 .team-listing .team-item .title, .content-sidebar-sidebar-wrapper .team-wrap.style_1 .team-listing .team-item .title {
	font-size: 22px;
	line-height: 25px;
}
}
.team-wrap.style_1 .team-listing .team-item .cherry-team_excerpt {
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
}
.team-wrap.style_1 .team-listing .team-item .team-listing_photo {
	margin: 0 0 33px 0;
}
.team-wrap.style_1 .team-listing .team-item .team-listing_photo a {
	display: block;
}
.team-wrap.style_1 .team-listing .team-item .team-listing_photo a:hover img {
	opacity: 0.5;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.team-wrap.style_1 .team-listing .team-item .team-listing_photo img {
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.team-wrap.style_1 .team-listing .team-item h5 {
	margin: 0 0 6px 0;
	padding: 0;
}
.team-wrap.style_1 .team-listing .team-item .cherry-team_excerpt {
	margin: 0 0 23px 0;
}
.team-wrap.style_1 .team-listing .team-item .team-listing_socials .team-socials {
	padding: 0;
}
.team-wrap.style_1 .team-listing .team-item .team-listing_socials .team-socials .team-socials_item {
	margin-right: 7px;
	vertical-align: top;
}
.team-wrap.style_1 .team-listing .team-item .team-listing_socials .team-socials .team-socials_item a {
	width: 29px;
	height: 29px;
	border-radius: 50%;
}
.team-wrap.style_1 .team-listing .team-item .team-listing_socials .team-socials .team-socials_item a:hover i:before {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.team-wrap.style_1 .team-listing .team-item .team-listing_socials .team-socials .team-socials_item a i:before {
	display: block;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 50%;
	line-height: 29px;
	font-size: 13px;
}
a.cherry-btn-medium, a.cherry-btn-fade, a.cherry-btn-primary, a.cherry-btn-gray, a.cherry-btn-inline, a.cherry-btn-primary-light {
	display: inline-block;
	margin: 0 0 30px 0;
	padding: 13px 56px 11px;
	border-radius: 30px;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	vertical-align: top;
	line-height: 20px;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
}
a.cherry-btn-medium:hover,  a.cherry-btn-fade:hover,  a.cherry-btn-primary:hover,  a.cherry-btn-gray:hover,  a.cherry-btn-inline:hover,  a.cherry-btn-primary-light:hover {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a.btn-default {
	display: inline-block;
	margin: 0 0 30px 0;
	padding: 12px 56px 12px 56px;
	border-radius: 20px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	vertical-align: top;
	line-height: 20px;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
}
a.btn-default:hover {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
/* title box */
/* box */
/* parallax box */
.parallax_1 .parallax-box .parallax-content {
	padding: 191px 0 181px;
}
.parallax_2 .parallax-box .parallax-content {
	padding: 85px 0 80px;
}
.parallax_3 .parallax-box .parallax-content, .parallax_6 .parallax-box .parallax-content {
	text-align: left;
	padding: 150px 0 155px;
}
.parallax_3 .parallax-box .parallax-content h1,  .parallax_6 .parallax-box .parallax-content h1 {
	margin-top: 46px;
	margin-bottom: 38px;
}
.parallax_3 .parallax-box .parallax-content h5,  .parallax_6 .parallax-box .parallax-content h5 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 55px;
}

@media (min-width: 1200px) {
.parallax_3 .parallax-box .parallax-content h5,  .parallax_6 .parallax-box .parallax-content h5 {
	padding-right: 22%;
}
}
.parallax_3 .parallax-box .parallax-content a,  .parallax_6 .parallax-box .parallax-content a {
	display: inline-block;
	position: relative;
	margin: 0 4px;
	padding: 22.5px 153px 22.5px 36px;
	border-radius: 32px;
	vertical-align: top;
	line-height: 20px;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	background-color: #0084FF;
}

@media (min-width: 1200px) {
.parallax_3 .parallax-box .parallax-content a,  .parallax_6 .parallax-box .parallax-content a {
	min-width: 140px;
}
}
.parallax_3 .parallax-box .parallax-content a:hover:before,  .parallax_6 .parallax-box .parallax-content a:hover:before {
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.parallax_3 .parallax-box .parallax-content a:hover:after,  .parallax_6 .parallax-box .parallax-content a:hover:after {
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.parallax_3 .parallax-box .parallax-content a:before,  .parallax_6 .parallax-box .parallax-content a:before {
	background: url(../../images/arrow_right_1.png) no-repeat 0% 0%;
	display: block;
	position: absolute;
	top: 50%;
	right: 33px;
	width: 27px;
	height: 5px;
	overflow: hidden;
	margin-top: -2.5px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	content: '';
}
.parallax_3 .parallax-box .parallax-content a:after,  .parallax_6 .parallax-box .parallax-content a:after {
	background: url(assets/images/arrow_right_2.png) no-repeat 0% 0%;
	display: block;
	position: absolute;
	top: 50%;
	right: 33px;
	width: 27px;
	height: 5px;
	overflow: hidden;
	margin-top: -2.5px;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	content: '';
}
.parallax_4 .parallax-box .parallax-content {
	padding: 189px 0 115px;
}
.parallax_5 .parallax-box .parallax-content {
	padding: 189px 0 115px;
}
.parallax_7 .parallax-box .parallax-content {
	padding: 192px 0 181px;
}
.content-wrapper-sidebar-sidebar .parallax_7 .parallax-box .parallax-content, .sidebar-sidebar-content-wrapper .parallax_7 .parallax-box .parallax-content, .content-sidebar-sidebar-wrapper .parallax_7 .parallax-box .parallax-content, .sidebar-content-sidebar-wrapper .parallax_7 .parallax-box .parallax-content {
	padding-left: 10px;
	padding-right: 10px;
}
.parallax_8 .parallax-box .parallax-content {
	padding: 201px 0 192px;
}
.parallax_9 {
	margin-top: -175px;
}
.parallax_9 .parallax-box .parallax-content {
	padding: 183px 0 155px;
}
.parallax_9 .parallax-box .parallax-content h1, .parallax_9 .parallax-box .parallax-content h2, .parallax_9 .parallax-box .parallax-content h3, .parallax_9 .parallax-box .parallax-content h4, .parallax_9 .parallax-box .parallax-content h5, .parallax_9 .parallax-box .parallax-content h6 {
	color: #fff;
}
.parallax_9 .parallax-box .parallax-content h1:after, .parallax_9 .parallax-box .parallax-content h2:after, .parallax_9 .parallax-box .parallax-content h3:after, .parallax_9 .parallax-box .parallax-content h4:after, .parallax_9 .parallax-box .parallax-content h5:after, .parallax_9 .parallax-box .parallax-content h6:after {
	border-color: rgba(255, 255, 255, 0.3);
}
.parallax_7, .parallax_8 {
	margin-bottom: -175px;
}
/* #Swiper carousel
================================================== */
.swiper-container .swiper-button-next {
	right: 10px;
}
.swiper-container .swiper-button-prev {
	left: 10px;
}
.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	text-align: center;
	background: none;
	border-radius: 10px;
	background: #fff;
}
.swiper-container .swiper-button-next:before, .swiper-container .swiper-button-prev:before {
	font: 20px/50px FontAwesome;
}
.swiper-container .swiper-button-next:before {
	content: '\f105';
}
.swiper-container .swiper-button-prev:before {
	content: '\f104';
}











/* #Content
================================================== */
.site-content {
	padding-top: 175px;
	padding-bottom: 175px;
	position: relative;
}
body.home .site-content {
	padding-top: 0;
	padding-bottom: 0;
}
body.page .hentry {
	margin: 0;
}
body.page .entry-meta {
	margin: 0;
}
body.page .entry-meta-top {
	padding: 0;
	border: 0;
}
body.page .entry-content {
	margin: 0;
}
/* Portfolio
================================================== */
body.page-template-template-portfolio .site-content .container-fluid {
	padding: 0;
}
.portfolio-wrap .portfolio-container .masonry_news {
	position: relative;
}
.portfolio-wrap .portfolio-container .masonry_news:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	background: rgba(69, 69, 69, 0.6);
}
.portfolio-wrap .portfolio-container .masonry_news .caption {
	display: table-cell;
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	box-shadow: 0 0 1px transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.portfolio-wrap .portfolio-container .masonry_news .caption .inner_block {
	display: inline-block;
	vertical-align: middle;
	padding: 15px 25%;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media (min-width: 1200px) {
.content-wrapper-sidebar-sidebar .portfolio-wrap .portfolio-container .masonry_news .caption .inner_block, .sidebar-sidebar-content-wrapper .portfolio-wrap .portfolio-container .masonry_news .caption .inner_block, .content-sidebar-sidebar-wrapper .portfolio-wrap .portfolio-container .masonry_news .caption .inner_block, .sidebar-content-sidebar-wrapper .portfolio-wrap .portfolio-container .masonry_news .caption .inner_block {
	padding: 15px 10%;
	font-size: 0;
}
}
.portfolio-wrap .portfolio-container .masonry_news .caption .inner_block h5 {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 500;
	color: inherit;
}
.portfolio-wrap .portfolio-container .masonry_news .caption .inner_block i {
	font-size: 62px;
	display: block;
	margin-bottom: 30px;
	position: relative;
}
.content-wrapper-sidebar-sidebar .portfolio-wrap .portfolio-container .masonry_news .caption .inner_block i, .sidebar-sidebar-content-wrapper .portfolio-wrap .portfolio-container .masonry_news .caption .inner_block i, .content-sidebar-sidebar-wrapper .portfolio-wrap .portfolio-container .masonry_news .caption .inner_block i, .sidebar-content-sidebar-wrapper .portfolio-wrap .portfolio-container .masonry_news .caption .inner_block i {
	display: none;
}
.portfolio-wrap .portfolio-container .masonry_news .caption .auxiliary {
	display: inline-block;
	vertical-align: middle;
	width: 0px;
	height: 100%;
}
.portfolio-wrap .portfolio-container .masonry_news:hover .caption {
	bottom: 20%;
	background-color: #f6c452;
	color: white;
}
.portfolio-wrap .portfolio-container .masonry_news:hover .caption .inner_block {
	opacity: 1;
}
.portfolio-wrap .portfolio-container .grid_custom {
	position: relative;
}
.portfolio-wrap .portfolio-container .grid_custom:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	background: rgba(69, 69, 69, 0.6);
}
.portfolio-wrap .portfolio-container .grid_custom .caption {
	display: table-cell;
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.portfolio-wrap .portfolio-container .grid_custom .caption .inner_block {
	display: inline-block;
	vertical-align: middle;
	padding: 15px 20%;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media (min-width: 1200px) {
.content-wrapper-sidebar-sidebar .portfolio-wrap .portfolio-container .grid_custom .caption .inner_block, .sidebar-sidebar-content-wrapper .portfolio-wrap .portfolio-container .grid_custom .caption .inner_block, .content-sidebar-sidebar-wrapper .portfolio-wrap .portfolio-container .grid_custom .caption .inner_block, .sidebar-content-sidebar-wrapper .portfolio-wrap .portfolio-container .grid_custom .caption .inner_block {
	padding: 15px 10%;
	font-size: 0;
}
}
.portfolio-wrap .portfolio-container .grid_custom .caption .inner_block h5 {
	margin-bottom: 15px;
	color: inherit;
	font-size: 22px;
	font-weight: 500;
}
.portfolio-wrap .portfolio-container .grid_custom .caption .inner_block .custom-links .zoomlink {
	border: 2px solid #fff;
	font-size: 0;
	line-height: 0;
	width: 40px;
	height: 40px;
	display: inline-block;
}
.portfolio-wrap .portfolio-container .grid_custom .caption .inner_block .custom-links .zoomlink:before {
	content: '+';
	font-size: 35px;
	line-height: 34px;
}
.portfolio-wrap .portfolio-container .grid_custom .caption .auxiliary {
	display: inline-block;
	vertical-align: middle;
	width: 0px;
	height: 100%;
}
.portfolio-wrap .portfolio-container .grid_custom:hover .caption {
	color: white;
	background: rgba(237, 237, 237, 0.4);
}
.portfolio-wrap .portfolio-container .grid_custom:hover .caption .inner_block {
	opacity: 1;
}
.portfolio-wrap .portfolio-container .justify_custom {
	position: relative;
	overflow: hidden;
}
.portfolio-wrap .portfolio-container .justify_custom:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	background: rgba(69, 69, 69, 0.6);
	z-index: 1;
}
.portfolio-wrap .portfolio-container .justify_custom .caption {
	display: table-cell;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	box-shadow: 0 0 1px transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 2;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.portfolio-wrap .portfolio-container .justify_custom .caption .inner_block {
	display: inline-block;
	vertical-align: middle;
	padding: 18px 20% 20px;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.portfolio-wrap .portfolio-container .justify_custom .caption .inner_block:before {
	content: "\f0de";
	position: absolute;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	top: -5px;
	left: 48%;
	font-family: 'FontAwesome';
	font-size: 50px;
	display: inline-block;
}
.portfolio-wrap .portfolio-container .justify_custom .caption .inner_block h5 {
	margin-bottom: 0;
	color: inherit;
}
.portfolio-wrap .portfolio-container .justify_custom .caption .inner_block i {
	font-size: 62px;
	display: block;
	margin-bottom: 30px;
	position: relative;
}
.portfolio-wrap .portfolio-container .justify_custom .caption .auxiliary {
	display: inline-block;
	vertical-align: middle;
	width: 0px;
	height: 100%;
}
.portfolio-wrap .portfolio-container .justify_custom:hover .caption {
	bottom: 0;
	top: auto;
	background-color: #f6c452;
	color: white;
}
.portfolio-wrap .portfolio-container .justify_custom:hover .caption .inner_block {
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.portfolio-wrap .portfolio-container .justify_custom:hover .caption .inner_block:before {
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}





body.page-template-template-portfolio-php .list-layout {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}
body.page-template-template-portfolio-php .grid-layout .portfolio-item .inner-wrap {
	margin: 4px !important;
}
.portfolio-wrap .portfolio-filter {
	margin: 0 auto 40px;
	text-align: left;
	width: 1170px;
}
.portfolio-wrap .portfolio-filter ul {
	float: none;
}
.portfolio-wrap .portfolio-filter .filter {
	vertical-align: top;
	line-height: 0;
	font-size: 0;
}
.portfolio-wrap .portfolio-filter .filter li {
	display: inline-block;
	float: none;
	margin: 0 13px 10px 0;
	vertical-align: top;
	line-height: 35px;
	font-size: 20px;
	font-weight: 500;
}
.portfolio-wrap .portfolio-filter .filter li a {
	padding: 0 21px 1px;
	display: inline-block;
	webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.portfolio-wrap .portfolio-filter .filter li:last-child {
	margin-right: 0;
}
.portfolio-wrap .portfolio-filter .filter li a:hover, .portfolio-wrap .portfolio-filter .filter li.active a {
	text-decoration: none;
}
.portfolio-wrap .portfolio-filter ul.order-filter {
	width: 100%;
}
.portfolio-wrap .portfolio-filter ul.order-filter > li {
	display: inline-block;
	float: none;
	vertical-align: top;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.portfolio-wrap .portfolio-filter ul.order-filter > li:hover {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.portfolio-wrap .portfolio-filter ul.order-filter > li .marker {
	top: 50%;
	margin-top: -2px;
}
.portfolio-wrap .portfolio-filter ul.order-filter ul {
	padding: 10px 15px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	top: 25px;
}
.portfolio-wrap .portfolio-container .portfolio-list {
/* Grid layout */
  /* Masonry layout */
  /* Justified layout */
  /* List layout */
  /* Custom Portfolio hover animation */ }
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .rollover-content {
	background: none;
	z-index: 5;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .rollover-content:before {
	content: '';
	background: rgba(69, 69, 69, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .item-content h5 {
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 22px;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .custom-links {
	padding: 10px 0;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .custom-links .item-link {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	padding: 0;
	margin: 0 5px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .custom-links .zoomlink {
	border: 4px solid #fff;
	font-size: 0;
	line-height: 0;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .custom-links .zoomlink:before {
	content: '+';
	font-size: 48px;
	line-height: 40px;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .custom-links .permalink {
	border: none;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .custom-links .permalink:before {
	content: "\f064";
	font: 35px/44px FontAwesome;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.grid-layout-item .item-content {
	padding: 20px;
	z-index: 5;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.masonry-layout-item .inner-wrap {
	padding: 30px;
	background: #f0f0f0;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.masonry-layout-item .inner-wrap .media-content {
	margin-bottom: 20px;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item {
	margin-bottom: 35px;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item.odd .inner-wrap .media-content {
	float: left;
	margin: 0 30px 0 0;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item.even .inner-wrap .media-content {
	float: right;
	margin: 0 0 0 30px;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap {
	padding: 0;
	margin-bottom: 35px;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .media-content {
	width: 770px;
	height: 364px;
	position: relative;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .media-content:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: inline-block;
	background: rgba(69, 69, 69, 0.6);
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .media-content .zoomlink {
	border: 0;
	border-radius: 0;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .media-content .zoomlink:before {
	content: '\e007';
	font-size: 62px;
	height: 62px;
	line-height: 62px;
	left: 0;
	margin: 0;
	font-family: 'fl-continuous';
	position: absolute;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .media-content .table-display {
	padding: 77px 25% 50px;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .media-content .table-display .links-container {
	float: left;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-bottom: 47px;
	padding-bottom: 48px;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .media-content .table-display .list-link {
	float: left;
	width: 100%;
	font-size: 36px;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .media-content .table-display .list-link a {
	color: #fff;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .media-content:hover .table-display .links-container {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .media-content:hover:before {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: rgba(0, 0, 0, 0.75);
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .item-content {
	width: 370px;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .item-content h3 {
	margin: 17px 0 10px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content > img {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content .rollover-content:before {
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	visibility: hidden;
	opacity: 0;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content .rollover-content h3 {
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	position: relative;
	visibility: hidden;
	top: -75px;
	opacity: 0;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content .rollover-content .item-link {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	visibility: hidden;
	opacity: 0;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content .rollover-content .custom-hover-slide .zoomlink {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	left: -150px;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content .rollover-content .custom-hover-slide .permalink {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	right: -150px;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content:hover > img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content:hover .rollover-content:before {
	visibility: visible;
	opacity: .5;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content:hover .rollover-content h3 {
	visibility: visible;
	top: 0;
	opacity: 1;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content:hover .rollover-content .item-link {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	visibility: visible;
	opacity: 1;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content:hover .rollover-content .custom-hover-slide .zoomlink {
	left: 0;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content:hover .rollover-content .custom-hover-slide .permalink {
	right: 0;
}
.portfolio-wrap .portfolio-container .portfolio-ajax-button .load-more-button a {
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
}
.portfolio-wrap .cherry-portfolio-ajax-loader {
	background: none;
}
.portfolio-pagination .page-nav, .portfolio-pagination ul.page-link {
	padding: 0;
}
.portfolio-pagination {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.portfolio-pagination a {
	display: inline-block !important;
	margin: 0 1px 0 0 !important;
	padding: 5px 13px !important;
	vertical-align: top !important;
	line-height: 24px !important;
	font-size: 20px !important;
	text-decoration: none !important;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .inner-wrap.custom .item-content h3 {
	margin-top: 0;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .inner-wrap.custom .item-content h5 {
	margin: 0;
}
.portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .inner-wrap.custom .item-content p {
	margin: 0;
}
.testimonials-page .testimonials-list .testimonials-item {
	margin-bottom: 30px;
}









/* #Blog 
================================================== */
.sidebar-main h3, .sidebar-secondary h3 {
	position: relative;
	width: 100%;
	margin-bottom: 49px;
	padding-bottom: 28px;
}
.sidebar-main h3:after, .sidebar-secondary h3:after {
	content: "";
	position: relative;
	left: 0;
	display: block;
	bottom: -28px;
	width: 70%;
	border-bottom: 1px solid rgba(48, 51, 52, 0.3);
}
.sidebar-main .widget, .sidebar-secondary .widget {
	margin-top: 80px;
}
.sidebar-main .widget:first-child, .sidebar-secondary .widget:first-child {
	margin-top: 0;
}
.sidebar-main .widget_search .search-submit, .sidebar-main .widget_search .search-field, .sidebar-secondary .widget_search .search-submit, .sidebar-secondary .widget_search .search-field {
	width: 100%;
}
.sidebar-main .widget_search .search-field, .sidebar-secondary .widget_search .search-field {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}
.sidebar-main .widget_search label, .sidebar-secondary .widget_search label {
	width: 100%;
	border: 1px solid #ccc;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}
.sidebar-main .widget_categories ul, .sidebar-main .widget_archive ul, .sidebar-main .widget_nav_menu ul, .sidebar-main .widget_meta ul, .sidebar-main .widget_meta ul, .sidebar-main .widget_pages ul, .sidebar-main .widget_recent_comments ul, .sidebar-main .widget_recent_entries ul, .sidebar-secondary .widget_categories ul, .sidebar-secondary .widget_archive ul, .sidebar-secondary .widget_nav_menu ul, .sidebar-secondary .widget_meta ul, .sidebar-secondary .widget_meta ul, .sidebar-secondary .widget_pages ul, .sidebar-secondary .widget_recent_comments ul, .sidebar-secondary .widget_recent_entries ul {
	margin: 0;
	padding: 0;
}
.sidebar-main .widget_categories ul li, .sidebar-main .widget_archive ul li, .sidebar-main .widget_nav_menu ul li, .sidebar-main .widget_meta ul li, .sidebar-main .widget_meta ul li, .sidebar-main .widget_pages ul li, .sidebar-main .widget_recent_comments ul li, .sidebar-main .widget_recent_entries ul li, .sidebar-secondary .widget_categories ul li, .sidebar-secondary .widget_archive ul li, .sidebar-secondary .widget_nav_menu ul li, .sidebar-secondary .widget_meta ul li, .sidebar-secondary .widget_meta ul li, .sidebar-secondary .widget_pages ul li, .sidebar-secondary .widget_recent_comments ul li, .sidebar-secondary .widget_recent_entries ul li {
	position: relative;
	margin: 12px 0 0 0;
	padding: 0 !important;
	list-style: none;
}
.sidebar-main .widget_categories ul li:first-child, .sidebar-main .widget_archive ul li:first-child, .sidebar-main .widget_nav_menu ul li:first-child, .sidebar-main .widget_meta ul li:first-child, .sidebar-main .widget_meta ul li:first-child, .sidebar-main .widget_pages ul li:first-child, .sidebar-main .widget_recent_comments ul li:first-child, .sidebar-main .widget_recent_entries ul li:first-child, .sidebar-secondary .widget_categories ul li:first-child, .sidebar-secondary .widget_archive ul li:first-child, .sidebar-secondary .widget_nav_menu ul li:first-child, .sidebar-secondary .widget_meta ul li:first-child, .sidebar-secondary .widget_meta ul li:first-child, .sidebar-secondary .widget_pages ul li:first-child, .sidebar-secondary .widget_recent_comments ul li:first-child, .sidebar-secondary .widget_recent_entries ul li:first-child {
	margin: 0;
}
.sidebar-main .widget_categories ul li a, .sidebar-main .widget_archive ul li a, .sidebar-main .widget_nav_menu ul li a, .sidebar-main .widget_meta ul li a, .sidebar-main .widget_meta ul li a, .sidebar-main .widget_pages ul li a, .sidebar-main .widget_recent_comments ul li a, .sidebar-main .widget_recent_entries ul li a, .sidebar-secondary .widget_categories ul li a, .sidebar-secondary .widget_archive ul li a, .sidebar-secondary .widget_nav_menu ul li a, .sidebar-secondary .widget_meta ul li a, .sidebar-secondary .widget_meta ul li a, .sidebar-secondary .widget_pages ul li a, .sidebar-secondary .widget_recent_comments ul li a, .sidebar-secondary .widget_recent_entries ul li a {
	text-decoration: none;
}
.sidebar-main .widget_categories ul li ul, .sidebar-main .widget_archive ul li ul, .sidebar-main .widget_nav_menu ul li ul, .sidebar-main .widget_meta ul li ul, .sidebar-main .widget_meta ul li ul, .sidebar-main .widget_pages ul li ul, .sidebar-main .widget_recent_comments ul li ul, .sidebar-main .widget_recent_entries ul li ul, .sidebar-secondary .widget_categories ul li ul, .sidebar-secondary .widget_archive ul li ul, .sidebar-secondary .widget_nav_menu ul li ul, .sidebar-secondary .widget_meta ul li ul, .sidebar-secondary .widget_meta ul li ul, .sidebar-secondary .widget_pages ul li ul, .sidebar-secondary .widget_recent_comments ul li ul, .sidebar-secondary .widget_recent_entries ul li ul {
	padding: 12px 0 0 0;
}
.sidebar-main .widget_calendar #calendar_wrap, .sidebar-secondary .widget_calendar #calendar_wrap {
	line-height: 16px;
	font-size: 12px;
}
.sidebar-main .widget_calendar #calendar_wrap tr td, .sidebar-main .widget_calendar #calendar_wrap tr th, .sidebar-secondary .widget_calendar #calendar_wrap tr td, .sidebar-secondary .widget_calendar #calendar_wrap tr th {
	padding: 4px;
}
.sidebar-main .cherry_team_widget .team-listing .team-item, .sidebar-secondary .cherry_team_widget .team-listing .team-item {
	margin: 30px 0 0 0;
	text-align: center;
}
.sidebar-main .cherry_team_widget .team-listing .team-item:first-child, .sidebar-secondary .cherry_team_widget .team-listing .team-item:first-child {
	margin: 0;
}
.sidebar-main .cherry_team_widget .team-listing .team-item .team-listing_photo, .sidebar-secondary .cherry_team_widget .team-listing .team-item .team-listing_photo {
	margin-bottom: 15px;
}
.sidebar-main .cherry_team_widget .team-listing .team-item .team-listing_socials .team-socials, .sidebar-secondary .cherry_team_widget .team-listing .team-item .team-listing_socials .team-socials {
	padding: 0;
}
.sidebar-main .cherry_testimonials_widget .testimonials-wrap .testimonials-item, .sidebar-secondary .cherry_testimonials_widget .testimonials-wrap .testimonials-item {
	margin: 30px 0 0 0;
}
.sidebar-main .cherry_testimonials_widget .testimonials-wrap .testimonials-item:first-child, .sidebar-secondary .cherry_testimonials_widget .testimonials-wrap .testimonials-item:first-child {
	margin: 0;
}
.sidebar-main .cherry_testimonials_widget .testimonials-wrap .testimonials-item img, .sidebar-secondary .cherry_testimonials_widget .testimonials-wrap .testimonials-item img {
	float: left;
	margin: 5px 20px 5px 0;
}
.sidebar-main .cherry_testimonials_widget .testimonials-wrap .testimonials-item blockquote, .sidebar-secondary .cherry_testimonials_widget .testimonials-wrap .testimonials-item blockquote {
	overflow: visible;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 18px;
	font-size: 12px;
}
.cherry-sidebar-main, .cherry-sidebar-secondary {
	padding: 40px 10px 0;
}
article.type-service .cherry-services_feauters {
	line-height: 28px;
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
}
article.type-service .post-content {
	clear: none !important;
}
article.post figure, article.post .entry-video, article.type-service figure, article.type-service .entry-video {
	margin-bottom: 33px;
}
article.post h2, article.type-service h2 {
	line-height: 50px;
	font-size: 36px;
}
article.post h2:after, article.type-service h2:after {
	content: "";
	position: relative;
	left: 0;
	display: block;
	bottom: -16px;
	width: 100%;
	border-bottom: 1px solid rgba(48, 51, 52, 0.3);
}
article.post h3, article.type-service h3 {
	line-height: 30px;
	font-size: 20px;
}
article.post .service-meta, article.type-service .service-meta {
	margin: 0 0 20px 0;
	font-style: italic;
}
article.post .entry-content, article.type-service .entry-content {
	margin: 0 0 29px 0;
}
article.post .entry-permalink, article.type-service .entry-permalink {
	padding-top: 20px;
}
article.post.cherry-has-entry-date .entry-meta-top, article.post.cherry-has-entry-author .entry-meta-top, article.post.cherry-has-entry-comments .entry-meta-top, article.type-service.cherry-has-entry-date .entry-meta-top, article.type-service.cherry-has-entry-author .entry-meta-top, article.type-service.cherry-has-entry-comments .entry-meta-top {
	color: #f6c452;
	margin-bottom: 25px;
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: 500;
}
article.post.cherry-has-entry-cats .entry-meta-bottom, article.post.cherry-has-entry-tags .entry-meta-bottom, article.type-service.cherry-has-entry-cats .entry-meta-bottom, article.type-service.cherry-has-entry-tags .entry-meta-bottom {
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: 500;
}
article.post .entry-meta, article.type-service .entry-meta {
	position: relative;
	overflow: visible;
}
article.post .entry-meta span, article.type-service .entry-meta span {
	margin: 0 13px 0 0 !important;
}
article.post .entry-meta span:before, article.type-service .entry-meta span:before {
	margin: 0 6px 0 0;
	font-family: FontAwesome;
	display: none;
}
article.post .entry-meta .posted-on:before, article.type-service .entry-meta .posted-on:before {
	content: '\f073';
}
article.post .entry-meta .author:before, article.type-service .entry-meta .author:before {
	content: '\e012';
	font-family: 'fl-continuous';
}
body.single.single-post article.post .entry-meta .author, body.single.single-post article.type-service .entry-meta .author {
	display: block;
}
article.post .entry-meta .comments-link, article.type-service .entry-meta .comments-link {
	position: absolute;
	top: -28px;
	padding: 0 50px;
	font-size: 20px;
	font-weight: 500;
	right: 10px;
}
body.single.single-post article.post .entry-meta .comments-link, body.single.single-post article.type-service .entry-meta .comments-link {
	display: block;
	height: 73px;
	line-height: 64px;
	margin-right: 0 !important;
	position: absolute;
	right: 0;
	text-align: right;
	top: -8px;
	z-index: -1;
}
article.post .entry-meta .comments-link:before, article.type-service .entry-meta .comments-link:before {
	position: absolute;
	font-size: 100px;
	right: 11px;
	top: 4px;
	display: inline-block;
	content: '\e011';
	font-family: 'fl-continuous';
}
article.post .entry-meta .category_wrap:before, article.type-service .entry-meta .category_wrap:before {
	content: '\f02e';
}
article.post .entry-meta .post_tag:before, article.type-service .entry-meta .post_tag:before {
	content: '\f02c';
}
.content-wrapper-sidebar-sidebar article.post .entry-meta .comments-link, .sidebar-sidebar-content-wrapper article.post .entry-meta .comments-link, .content-sidebar-sidebar-wrapper article.post .entry-meta .comments-link, .sidebar-content-sidebar-wrapper article.post .entry-meta .comments-link, .content-wrapper-sidebar-sidebar article.type-service .entry-meta .comments-link, .sidebar-sidebar-content-wrapper article.type-service .entry-meta .comments-link, .content-sidebar-sidebar-wrapper article.type-service .entry-meta .comments-link, .sidebar-content-sidebar-wrapper article.type-service .entry-meta .comments-link {
	top: 15px !important;
	margin: 0 !important;
	right: 0;
}

@media (min-width: 320px) {
.content-wrapper-sidebar-sidebar article.post .entry-meta .comments-link, .sidebar-sidebar-content-wrapper article.post .entry-meta .comments-link, .content-sidebar-sidebar-wrapper article.post .entry-meta .comments-link, .sidebar-content-sidebar-wrapper article.post .entry-meta .comments-link, .content-wrapper-sidebar-sidebar  article.type-service .entry-meta .comments-link, .sidebar-sidebar-content-wrapper  article.type-service .entry-meta .comments-link, .content-sidebar-sidebar-wrapper  article.type-service .entry-meta .comments-link, .sidebar-content-sidebar-wrapper  article.type-service .entry-meta .comments-link {
	top: -25px;
	padding: 0 24px;
}
.content-wrapper-sidebar-sidebar article.post .entry-meta .comments-link:before, .sidebar-sidebar-content-wrapper article.post .entry-meta .comments-link:before, .content-sidebar-sidebar-wrapper article.post .entry-meta .comments-link:before, .sidebar-content-sidebar-wrapper article.post .entry-meta .comments-link:before, .content-wrapper-sidebar-sidebar  article.type-service .entry-meta .comments-link:before, .sidebar-sidebar-content-wrapper  article.type-service .entry-meta .comments-link:before, .content-sidebar-sidebar-wrapper  article.type-service .entry-meta .comments-link:before, .sidebar-content-sidebar-wrapper  article.type-service .entry-meta .comments-link:before {
	font-size: 58px;
	right: 0 !important;
	top: 2px;
}
}
.content-wrapper-sidebar-sidebar article.post .entry-meta.entry-meta-top, .sidebar-sidebar-content-wrapper article.post .entry-meta.entry-meta-top, .content-sidebar-sidebar-wrapper article.post .entry-meta.entry-meta-top, .sidebar-content-sidebar-wrapper article.post .entry-meta.entry-meta-top, .content-wrapper-sidebar-sidebar article.type-service .entry-meta.entry-meta-top, .sidebar-sidebar-content-wrapper article.type-service .entry-meta.entry-meta-top, .content-sidebar-sidebar-wrapper article.type-service .entry-meta.entry-meta-top, .sidebar-content-sidebar-wrapper article.type-service .entry-meta.entry-meta-top {
	padding-right: 60px;
}
article.post + article.post, article.type-service + article.type-service {
	margin-top: 156px;
}
article.post .alignleft + .entry-header .entry-title:after, article.post .alignright + .entry-header .entry-title:after, article.type-service .alignleft + .entry-header .entry-title:after, article.type-service .alignright + .entry-header .entry-title:after {
	display: none;
}
article.post .alignright + .entry-header + .entry-meta .comments-link, article.type-service .alignright + .entry-header + .entry-meta .comments-link {
	position: relative;
	top: -10px;
}
body.single.single-post .alignright + .entry-meta .comments-link {
	position: relative !important;
	display: inline-block !important;
	top: 13px !important;
}
article.cherry-has-entry-date .entry-thumbnail > a {
	display: block;
}
article.cherry-has-entry-date .entry-thumbnail > a img {
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
article.cherry-has-entry-date .entry-thumbnail > a:hover {
	background: rgba(246, 196, 82, 0.6);
}
article.cherry-has-entry-date .entry-thumbnail > a:hover img {
	opacity: .5;
}
.type-page.status-publish .entry-thumbnail {
	margin-bottom: 35px;
}
.type-page.status-publish .entry-permalink {
	padding-top: 20px;
}
/*Post gallery prev/next*/
body .post-gallery_prev, body .post-gallery_next {
	border-radius: 5px;
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 55px;
}
body .post-gallery_prev {
	left: 30px;
}
body .post-gallery_next {
	right: 30px;
}
/* #Comments
================================================== */
.page .comments-area {
	margin-top: 40px;
}
ol.comment-list li > .children, ol.comment-list .children li > .children {
	list-style: none;
}
ol.comment-list li.comment ol.children {
	padding-left: 100px;
	margin-top: 70px;
}
.comments-area .comment-list {
	list-style: none;
	padding-left: 0;
	padding-bottom: 20px;
}
.comments-area .comment-list .comment-meta {
	overflow: hidden;
	margin: 0 !important;
}
.comments-area .comment-list .comment-meta .comment-avatar {
	margin: 0 3% 30px 0;
	position: relative;
	width: 11%;
	text-align: left;
	float: left;
}
.comments-area .comment-list .comment-meta .comment-avatar img {
	width: 100%;
}
.comments-area .comment-list .comment-meta .comment-text {
	width: 86%;
	float: left;
	position: relative;
	margin-bottom: 15px;
}
.comments-area .comment-list .comment-meta .comment-text .comment-content {
	margin-bottom: 18px;
}
.comments-area .comment-list .comment-meta .comment-text .comment-content p {
	margin: 10px 0 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}
.comments-area .comment-list .comment-meta .comment-text .comment-author b {
	margin-right: 10px;
}
.comments-area .comment-list .comment-meta .comment-text .comment-author .says {
	display: none;
}
.comments-area .comment-list .comment-meta .comment-text .comment-author .fn {
	font-size: 20px;
	line-height: 42px;
	font-weight: 500;
	color: #222;
}
.comments-area .comment-list .comment-meta .comment-text .comment-awaiting-moderation {
	margin: 0;
}
.comments-area .comment-list .comment-meta .comment-text .comment-metadata {
	font-size: 20px;
	line-height: 27px;
}
.comments-area .comment-list .comment-meta .comment-text .comment-metadata:before {
	content: '\f017';
	font-family: FontAwesome;
	margin-right: 3px;
}
.comments-area .comment-list .comment-meta .comment-text .comment-metadata .edit-link {
	font-weight: bold;
	text-transform: uppercase;
}
.comments-area .comment-list .comment-meta .comment-text .reply {
	position: absolute;
	bottom: 33px;
	right: 0;
}
.comments-area .comment-list .comment-meta .comment-text .reply .comment-reply-link {
	text-transform: uppercase;
}
/* Static
================================================== */
.cherry-follow_wrap ul {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}
.cherry-follow_wrap ul li {
	display: inline-block;
	margin: 0 4px 4px 0;
	padding: 0;
	vertical-align: top;
}
.cherry-follow_wrap ul li a {
	display: block;
	width: 49px;
	height: 49px;
	overflow: hidden;
	border-radius: 50%;
	line-height: 47px;
	font-size: 20px;
	text-align: center;
	border: 2px solid white;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cherry-follow_wrap ul li a:hover {
	opacity: 1;
}
.cherry-follow_wrap ul li a i {
	display: block;
	line-height: 47px;
	font-size: 20px;
	text-align: center;
}
/* #Widgets
================================================== */
.widget {
	margin-bottom: 50px;
}
.widget ul {
	padding: 0;
	list-style: none;
}
.widget ul > li {
	position: relative;
	padding: 0 0 10px 18px;
}
.widget ul > li:before {
	position: absolute;
	top: -2px;
	left: 0;
	content: '\f105';
	font: 15px/20px FontAwesome;
	display: none;
}
.widget.widget_recent_comments ul li.recentcomments {
	padding-left: 25px;
	text-transform: lowercase;
}
.widget.widget_recent_comments ul li.recentcomments:before {
	content: '\f075';
}
.widget.widget_recent_comments ul li.recentcomments .comment-author-link {
	text-transform: uppercase;
}
.widget.widget_recent_comments ul li.recentcomments a {
	text-transform: none;
}
.cherry_team_widget .team-item {
	text-align: center;
	margin-bottom: 35px;
}
.cherry_team_widget .team-item .team-listing_photo {
	margin-bottom: 25px;
}
.cherry_team_widget .team-item .team-listing_name {
	font-weight: bold;
	margin-bottom: 10px;
}
/* Search
================================================== */
.search-form input[type="search"] {
	min-height: 44px;
	margin: 0 5px 0 0;
	padding: 10px 15px;
	border: 0;
	border-radius: 25px;
	background: #fff;
}
.woocommerce-product-search input {
	min-height: 44px;
	margin: 0 5px 6px 0;
	padding: 10px 15px;
	border: 0;
	border-radius: 25px;
	background: #fff;
}





/* MotoPress Slider
================================================== */
.motoslider_wrapper .ms_pagination .ms_bullet {
	margin: 0 5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	opacity: 1;
}
.moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer {
	text-align: center;
}
.moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer .slider_inner {
	position: relative;
	width: 1170px;
	margin: -127px auto 0;
	text-align: center;
}
.moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer .slider_inner i {
	font-size: 202px;
	line-height: 202px;
	margin-bottom: 45px;
	display: inline-block;
	position: relative;
}
.moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer .slider_inner h1 {
	display: block;
	white-space: normal;
	margin: 0 0 20px 0;
}
.moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer .slider_inner p {
	white-space: pre-wrap;
	font-size: 20px;
	line-height: 24px;
	font-weight:200;
	max-width: 870px;
	margin: 0 auto 51px;
}
.moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer .slider_inner em {
	font-style: normal;
}
.moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer .slider_inner em a:hover:before {
	opacity: 1;
}
.moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer .slider_inner em a:hover:after {
	opacity: 0;
}
.moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer .slider_inner em a:before {
	opacity: 0;
}
.moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer .slider_inner em a:after {
	opacity: 1;
}
.moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer .slider_inner a {
	display: inline-block;
	position: relative;
	margin: 0 2px;
	padding: 24px 66px 21px 36px;
	border-radius: 32px;
	vertical-align: top;
	line-height: 20px;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
}

@media (min-width: 1200px) {
.moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer .slider_inner a {
	min-width: 140px;
}
}
.moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer .slider_inner a:hover:before {
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer .slider_inner a:hover:after {
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer .slider_inner a:before {
	background: url(../../images/arrow_right_1.png) no-repeat 0% 0%;
	display: block;
	position: absolute;
	top: 50%;
	right: 33px;
	width: 27px;
	height: 5px;
	overflow: hidden;
	margin-top: -2.5px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	content: '';
}
.moto-slider .motoslider_wrapper .ms_wrapper .ms_slide .layers .ms_layer .slider_inner a:after {
	background: url(assets/images/arrow_right_2.png) no-repeat 0% 0%;
	display: block;
	position: absolute;
	top: 50%;
	right: 33px;
	width: 27px;
	height: 5px;
	overflow: hidden;
	margin-top: -2.5px;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	content: '';
}

@media (min-width: 1700px) {
.moto-slider .motoslider_wrapper .ms_wrapper .ms_pagination {
	bottom: 76px;
}
}
.moto-slider .motoslider_wrapper .ms_wrapper .ms_pagination .ms_bullet_wrapper {
	line-height: 0;
	font-size: 0;
}
.moto-slider .motoslider_wrapper .ms_wrapper .ms_pagination .ms_bullet_wrapper a {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	margin: 0 7px;
	border-radius: 50%;
	vertical-align: top;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.moto-slider .motoslider_wrapper .ms_wrapper .ms_pagination .ms_bullet_wrapper a:hover, .moto-slider .motoslider_wrapper .ms_wrapper .ms_pagination .ms_bullet_wrapper a.ms_active {
	background: none;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.moto-slider .motoslider_wrapper .ms_wrapper .ms_pagination .ms_bullet_wrapper a:hover:before, .moto-slider .motoslider_wrapper .ms_wrapper .ms_pagination .ms_bullet_wrapper a.ms_active:before {
	top: -3px;
	right: -3px;
	bottom: -3px;
	left: -3px;
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.moto-slider .motoslider_wrapper .ms_wrapper .ms_pagination .ms_bullet_wrapper a:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 3px solid;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	content: '';
}
/* Footer
================================================== */
#footer {
	padding-top: 124px;
	padding-bottom: 34px;
}
#footer h3 {
	margin: 0 0 91px 0;
	font-size: 36px;
	line-height: 50px;
	position: relative;
}
#footer h3:after {
	content: "";
	position: relative;
	left: 0;
	display: block;
	bottom: -28px;
	width: 80%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#footer p {
	margin: 0 0 18px 0;
}
#footer b {
	display: block;
	line-height: 28px;
	font-size: 20px;
	font-weight: 500;
}

@media (min-width: 1200px) {
#footer b {
	margin-top: -2px;
	padding-left: 3px;
}
}
#footer a {
	text-decoration: none;
	color: inherit;
}
#footer a a:hover, #footer a a:focus {
	text-decoration: none;
}
#footer .textwidget i {
	display: block;
	font-style: normal;
}
#footer .site-info {
	padding-top: 21px;
	padding-bottom: 19px;
	font-size: 10px;
	text-transform: uppercase;
}
#footer .cherry-footer-logo {
	padding: 15px 0;
}
.static-footer-menu {
	padding-top: 20px;
	padding-bottom: 20px;
}
.static-footer-sidebars .widget-area .widget ul {
	margin: 0;
	padding: 0;
}
.static-footer-sidebars .widget-area .widget ul li {
	margin: 7px 0 0 0;
	padding: 0;
	list-style: none;
	line-height: 18px;
}
.static-footer-sidebars .widget-area .widget ul li:before, .static-footer-sidebars .widget-area .widget ul li:after {
	display: none;
}
.static-footer-sidebars .widget-area .widget ul li:first-child {
	margin: 0;
}
#static-area-footer-top {
	padding-bottom: 116px;
}













/* Back to Top
================================================== */
#back-top {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: fixed;
	visibility: hidden;
	margin: 0 236px 80px 0;
	right: 0;
	bottom: -120px;
	overflow: hidden;
	z-index: 1000;
}
#back-top a {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	text-decoration: none;
}
#back-top a:before {
	font: 45px/50px FontAwesome;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	content: '\f102';
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}
#back-top a:hover:before {
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
#back-top.show-totop {
	visibility: visible;
	bottom: 0px;
}
#back-top.mobile-back-top {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
	margin: 0 2px 1px 0;
}











/* Misc
================================================== */
.author-bio {
	margin: 150px 0 175px 0;
	padding: 50px 30px;
	border: 1px solid;
}
.author-bio .author_left {
	float: left;
	width: 12%;
	text-align: center;
	position: relative;
}
.author-bio .author_left img {
	width: 100%;
}
.author-bio .author_right {
	float: right;
	width: 88%;
}
.author-bio h3 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
}
.related-posts {
	margin: 0 0 193px 0;
}
.related-posts h3 {
	line-height: 50px;
	font-size: 36px;
	margin-bottom: 88px;
	position: relative;
}
.related-posts h3:after {
	content: "";
	position: relative;
	left: 0;
	display: block;
	bottom: -28px;
	width: 24%;
	border-bottom: 1px solid rgba(48, 51, 52, 0.3);
}
.related-posts ul {
	margin-bottom: 0;
}
.related-posts ul li figure {
	margin: 0 0 33px 0;
}
.related-posts ul li figure img {
	width: 100%;
}
.related-posts ul li h4 {
	margin: 0;
	padding: 0;
	line-height: 28px;
	font-size: 20px;
	font-weight: 500;
}
.related-posts ul li .entry-permalink {
	display: none;
}
.page-content, .entry-content, .entry-summary {
	margin: 25px 0 0;
}
.comments-area h3 {
	line-height: 50px;
	font-size: 36px;
	margin-bottom: 60px;
}
ol.comment-list {
	margin-bottom: 87px;
}
ol.comment-list li .comment-body {
	padding: 32px 40px 48px;
}
ol.comment-list li .comment-body .comment-meta {
	margin: 5px 0 20px 0;
	line-height: 18px;
}
ol.comment-list li .comment-body .comment-meta .comment-author {
	font-size: 12px;
}
ol.comment-list li .comment-body .comment-meta .comment-author img.photo {
	margin: -5px 20px 5px 0;
}
ol.comment-list li .comment-body .comment-meta a {
	text-decoration: none;
}
ol.comment-list li .comment-body .comment-meta .comment-metadata {
	font-size: 12px;
}
ol.comment-list li .comment-body .comment-content {
	width: 100%;
	overflow: hidden;
}
ol.comment-list li .comment-body .reply a {
	line-height: 24px;
	font-size: 20px;
	font-weight: 500;
	text-transform: none !important;
}
ol.comment-list li.comment {
	margin-bottom: 70px;
}
.comment-form .left-block {
	float: left;
	width: 50%;
	margin: 0 30px 30px 0;
}
.comment-form .right-block {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.comment-form p {
	margin: 0 0 8px 0;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form input[type="search"], .comment-form textarea {
	width: 100%;
}
.comment-form textarea {
	height: 166px;
}
.error-404 {
	padding: 60px 0 40px;
}
.error-404 .error-404-num {
	font-size: 240px;
	font-weight: 500;
}
.error-404 h2.page-title {
	margin: 0 0 25px 0;
	padding: 0;
	border: none;
	line-height: 52px;
	font-size: 42px;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="search"], .wpcf7-form input[type="tel"], .wpcf7-form textarea {
	width: 100%;
	margin-bottom: 15px;
}
.wpcf7-form input[type="submit"], .wpcf7-form input[type="reset"] {
	margin: 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
	margin-bottom: 15px;
}
.wpcf7-form .ajax-loader {
	margin: 0 10px !important;
}
.wpcf7-form div.wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
}
body.search .site-main article figure.entry-thumbnail, body.search .site-main article figure.post-thumbnail {
	float: left;
	max-width: 200px;
	position: relative;
	z-index: 1;
	margin: 5px 30px 5px 0;
}
body.search .site-main article h2 {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 42px;
	font-size: 32px;
}
body.search .site-main article h3 {
	line-height: 30px;
	font-size: 20px;
}
body.search .site-main article .entry-content {
	margin: 0 0 25px 0;
}
body.search .site-main article .entry-meta-bottom {
	display: none;
}
body.search .site-main article.cherry-has-entry-date .entry-meta-top, body.search .site-main article.cherry-has-entry-author .entry-meta-top, body.search .site-main article.cherry-has-entry-comments .entry-meta-top {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
body.search .site-main article.cherry-has-entry-cats .entry-meta-bottom, body.search .site-main article.cherry-has-entry-tags .entry-meta-bottom {
	display: none;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
body.search .site-main article .entry-title:after {
	display: none;
}
body.search .site-main article .cherry-counter {
	padding: 15px 0 0 0;
	text-align: left;
}
body.search .site-main article .entry-meta {
	position: relative;
	font-size: 20px;
	font-weight: 500;
}
body.search .site-main article .entry-meta span {
	margin: 0 10px 0 0 !important;
}
body.search .site-main article .entry-meta span:before {
	margin: 0 8px 0 0;
	font-family: 'fl-continuous';
}
body.search .site-main article .entry-meta .posted-on:before {
	content: '\f073';
}
body.search .site-main article .entry-meta .author:before {
	content: '\e012';
	font-family: 'fl-continuous';
}
body.search .site-main article .entry-meta .comments-link:before {
	content: '\e011';
	font-family: 'fl-continuous';
}
body.search .site-main article .entry-meta .category_wrap:before {
	content: '\f02e';
}
body.search .site-main article .entry-meta .post_tag:before {
	content: '\f02c';
}
.google-map-container {
	margin-top: -175px;
}
body.home .google-map-container {
	margin-top: 0;
}

/*# sourceMappingURL=main.css.map */
