@charset "UTF-8";
#cookie-notice,#cookie-notice .cn-button:not(.cn-button-custom){font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;font-weight:400;font-size:13px;text-align:center}#cookie-notice{position:fixed;min-width:100%;height:auto;z-index:100000;letter-spacing:0;line-height:20px;left:0}#cookie-notice,#cookie-notice *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cookie-notice.cn-animated{-webkit-animation-duration:.5s!important;animation-duration:.5s!important;-webkit-animation-fill-mode:both;animation-fill-mode:both}#cookie-notice.cn-animated.cn-effect-none{-webkit-animation-duration:1ms!important;animation-duration:1ms!important}#cookie-notice .cookie-notice-container,#cookie-notice .cookie-revoke-container{display:block}#cookie-notice.cookie-notice-hidden .cookie-notice-container,#cookie-notice.cookie-revoke-hidden .cookie-revoke-container{display:none}.cn-position-top{top:0}.cn-position-bottom{bottom:0}.cookie-notice-container{padding:15px 30px;text-align:center;width:100%;z-index:2}.cookie-revoke-container{padding:15px 30px;width:100%;z-index:1}.cn-close-icon{position:absolute;right:15px;top:50%;margin-top:-10px;width:15px;height:15px;opacity:.5;padding:10px;outline:0;cursor:pointer}.cn-close-icon:hover{opacity:1}.cn-close-icon:after,.cn-close-icon:before{position:absolute;content:' ';height:15px;width:2px;top:3px;background-color:grey}.cn-close-icon:before{transform:rotate(45deg)}.cn-close-icon:after{transform:rotate(-45deg)}#cookie-notice .cn-revoke-cookie{margin:0}#cookie-notice .cn-button{margin:0 0 0 10px;display:inline-block}#cookie-notice .cn-button:not(.cn-button-custom){letter-spacing:.25px;margin:0 0 0 10px;text-transform:none;display:inline-block;cursor:pointer;touch-action:manipulation;white-space:nowrap;outline:0;box-shadow:none;text-shadow:none;border:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-decoration:none;padding:8.5px 10px;line-height:1;color:inherit}.cn-text-container{margin:0 0 6px}.cn-buttons-container,.cn-text-container{display:inline-block}#cookie-notice.cookie-notice-visible.cn-effect-fade,#cookie-notice.cookie-notice-visible.cn-effect-none,#cookie-notice.cookie-revoke-visible.cn-effect-fade,#cookie-notice.cookie-revoke-visible.cn-effect-none{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-fade,#cookie-notice.cn-effect-none{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-effect-slide{-webkit-animation-name:slideInUp;animation-name:slideInUp}#cookie-notice.cn-effect-slide{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide{-webkit-animation-name:slideInDown;animation-name:slideInDown}#cookie-notice.cn-position-top.cn-effect-slide{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@media all and (max-width:900px){.cookie-notice-container #cn-notice-buttons,.cookie-notice-container #cn-notice-text{display:block}#cookie-notice .cn-button{margin:0 5px 5px}}@media all and (max-width:480px){.cookie-notice-container,.cookie-revoke-container{padding:15px 25px}}
   html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; }
body {
margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block; }
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }
a {
background-color: transparent;
text-decoration: none; }
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: 0px; }
hr {
-webkit-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"] {
-webkit-box-sizing: border-box;
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;
-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; } .container {
margin-left: auto;
margin-right: auto;
padding-left: 1.4285rem;
padding-right: 1.4285rem; }
@media (min-width: 600px) {
.container {
max-width: 640px; } }
@media (min-width: 900px) {
.container {
max-width: 940px; } }
@media (min-width: 1200px) {
.container {
max-width: 1120px; } }
@media (min-width: 1600px) {
.container {
max-width: 1440px; } }
.container-fluid {
margin-left: auto;
margin-right: auto;
padding-left: 1.4285rem;
padding-right: 1.4285rem; }
.container-fluid:before, .container-fluid:after {
content: none !important; }
.container-wide {
margin-left: auto;
margin-right: auto;
padding-left: 2.857rem;
padding-right: 2.857rem; }
.row, .cherry-services.services-wrap .cherry-services-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -1.4285rem;
margin-right: -1.4285rem; }
.row:before, .cherry-services.services-wrap .cherry-services-row:before, .row:after, .cherry-services.services-wrap .cherry-services-row:after {
content: none !important; }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
position: relative;
min-height: 1px;
padding-left: 1.4285rem;
padding-right: 1.4285rem;
float: none; }
.col-xs-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-xs-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-xs-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-xs-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-xs-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-xs-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-xs-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-xs-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-xs-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-xs-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-xs-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-xs-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.col-xs-pull-0 {
right: auto; }
.col-xs-pull-1 {
right: 8.33333%; }
.col-xs-pull-2 {
right: 16.66667%; }
.col-xs-pull-3 {
right: 25%; }
.col-xs-pull-4 {
right: 33.33333%; }
.col-xs-pull-5 {
right: 41.66667%; }
.col-xs-pull-6 {
right: 50%; }
.col-xs-pull-7 {
right: 58.33333%; }
.col-xs-pull-8 {
right: 66.66667%; }
.col-xs-pull-9 {
right: 75%; }
.col-xs-pull-10 {
right: 83.33333%; }
.col-xs-pull-11 {
right: 91.66667%; }
.col-xs-pull-12 {
right: 100%; }
.col-xs-push-0 {
left: auto; }
.col-xs-push-1 {
left: 8.33333%; }
.col-xs-push-2 {
left: 16.66667%; }
.col-xs-push-3 {
left: 25%; }
.col-xs-push-4 {
left: 33.33333%; }
.col-xs-push-5 {
left: 41.66667%; }
.col-xs-push-6 {
left: 50%; }
.col-xs-push-7 {
left: 58.33333%; }
.col-xs-push-8 {
left: 66.66667%; }
.col-xs-push-9 {
left: 75%; }
.col-xs-push-10 {
left: 83.33333%; }
.col-xs-push-11 {
left: 91.66667%; }
.col-xs-push-12 {
left: 100%; }
.col-xs-offset-0 {
margin-left: 0%; }
.col-xs-offset-1 {
margin-left: 8.33333%; }
.col-xs-offset-2 {
margin-left: 16.66667%; }
.col-xs-offset-3 {
margin-left: 25%; }
.col-xs-offset-4 {
margin-left: 33.33333%; }
.col-xs-offset-5 {
margin-left: 41.66667%; }
.col-xs-offset-6 {
margin-left: 50%; }
.col-xs-offset-7 {
margin-left: 58.33333%; }
.col-xs-offset-8 {
margin-left: 66.66667%; }
.col-xs-offset-9 {
margin-left: 75%; }
.col-xs-offset-10 {
margin-left: 83.33333%; }
.col-xs-offset-11 {
margin-left: 91.66667%; }
.col-xs-offset-12 {
margin-left: 100%; }
@media (min-width: 600px) {
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.col-sm-pull-0 {
right: auto; }
.col-sm-pull-1 {
right: 8.33333%; }
.col-sm-pull-2 {
right: 16.66667%; }
.col-sm-pull-3 {
right: 25%; }
.col-sm-pull-4 {
right: 33.33333%; }
.col-sm-pull-5 {
right: 41.66667%; }
.col-sm-pull-6 {
right: 50%; }
.col-sm-pull-7 {
right: 58.33333%; }
.col-sm-pull-8 {
right: 66.66667%; }
.col-sm-pull-9 {
right: 75%; }
.col-sm-pull-10 {
right: 83.33333%; }
.col-sm-pull-11 {
right: 91.66667%; }
.col-sm-pull-12 {
right: 100%; }
.col-sm-push-0 {
left: auto; }
.col-sm-push-1 {
left: 8.33333%; }
.col-sm-push-2 {
left: 16.66667%; }
.col-sm-push-3 {
left: 25%; }
.col-sm-push-4 {
left: 33.33333%; }
.col-sm-push-5 {
left: 41.66667%; }
.col-sm-push-6 {
left: 50%; }
.col-sm-push-7 {
left: 58.33333%; }
.col-sm-push-8 {
left: 66.66667%; }
.col-sm-push-9 {
left: 75%; }
.col-sm-push-10 {
left: 83.33333%; }
.col-sm-push-11 {
left: 91.66667%; }
.col-sm-push-12 {
left: 100%; }
.col-sm-offset-0 {
margin-left: 0%; }
.col-sm-offset-1 {
margin-left: 8.33333%; }
.col-sm-offset-2 {
margin-left: 16.66667%; }
.col-sm-offset-3 {
margin-left: 25%; }
.col-sm-offset-4 {
margin-left: 33.33333%; }
.col-sm-offset-5 {
margin-left: 41.66667%; }
.col-sm-offset-6 {
margin-left: 50%; }
.col-sm-offset-7 {
margin-left: 58.33333%; }
.col-sm-offset-8 {
margin-left: 66.66667%; }
.col-sm-offset-9 {
margin-left: 75%; }
.col-sm-offset-10 {
margin-left: 83.33333%; }
.col-sm-offset-11 {
margin-left: 91.66667%; }
.col-sm-offset-12 {
margin-left: 100%; } }
@media (min-width: 900px) {
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.col-md-pull-0 {
right: auto; }
.col-md-pull-1 {
right: 8.33333%; }
.col-md-pull-2 {
right: 16.66667%; }
.col-md-pull-3 {
right: 25%; }
.col-md-pull-4 {
right: 33.33333%; }
.col-md-pull-5 {
right: 41.66667%; }
.col-md-pull-6 {
right: 50%; }
.col-md-pull-7 {
right: 58.33333%; }
.col-md-pull-8 {
right: 66.66667%; }
.col-md-pull-9 {
right: 75%; }
.col-md-pull-10 {
right: 83.33333%; }
.col-md-pull-11 {
right: 91.66667%; }
.col-md-pull-12 {
right: 100%; }
.col-md-push-0 {
left: auto; }
.col-md-push-1 {
left: 8.33333%; }
.col-md-push-2 {
left: 16.66667%; }
.col-md-push-3 {
left: 25%; }
.col-md-push-4 {
left: 33.33333%; }
.col-md-push-5 {
left: 41.66667%; }
.col-md-push-6 {
left: 50%; }
.col-md-push-7 {
left: 58.33333%; }
.col-md-push-8 {
left: 66.66667%; }
.col-md-push-9 {
left: 75%; }
.col-md-push-10 {
left: 83.33333%; }
.col-md-push-11 {
left: 91.66667%; }
.col-md-push-12 {
left: 100%; }
.col-md-offset-0 {
margin-left: 0%; }
.col-md-offset-1 {
margin-left: 8.33333%; }
.col-md-offset-2 {
margin-left: 16.66667%; }
.col-md-offset-3 {
margin-left: 25%; }
.col-md-offset-4 {
margin-left: 33.33333%; }
.col-md-offset-5 {
margin-left: 41.66667%; }
.col-md-offset-6 {
margin-left: 50%; }
.col-md-offset-7 {
margin-left: 58.33333%; }
.col-md-offset-8 {
margin-left: 66.66667%; }
.col-md-offset-9 {
margin-left: 75%; }
.col-md-offset-10 {
margin-left: 83.33333%; }
.col-md-offset-11 {
margin-left: 91.66667%; }
.col-md-offset-12 {
margin-left: 100%; } }
@media (min-width: 1200px) {
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.col-lg-pull-0 {
right: auto; }
.col-lg-pull-1 {
right: 8.33333%; }
.col-lg-pull-2 {
right: 16.66667%; }
.col-lg-pull-3 {
right: 25%; }
.col-lg-pull-4 {
right: 33.33333%; }
.col-lg-pull-5 {
right: 41.66667%; }
.col-lg-pull-6 {
right: 50%; }
.col-lg-pull-7 {
right: 58.33333%; }
.col-lg-pull-8 {
right: 66.66667%; }
.col-lg-pull-9 {
right: 75%; }
.col-lg-pull-10 {
right: 83.33333%; }
.col-lg-pull-11 {
right: 91.66667%; }
.col-lg-pull-12 {
right: 100%; }
.col-lg-push-0 {
left: auto; }
.col-lg-push-1 {
left: 8.33333%; }
.col-lg-push-2 {
left: 16.66667%; }
.col-lg-push-3 {
left: 25%; }
.col-lg-push-4 {
left: 33.33333%; }
.col-lg-push-5 {
left: 41.66667%; }
.col-lg-push-6 {
left: 50%; }
.col-lg-push-7 {
left: 58.33333%; }
.col-lg-push-8 {
left: 66.66667%; }
.col-lg-push-9 {
left: 75%; }
.col-lg-push-10 {
left: 83.33333%; }
.col-lg-push-11 {
left: 91.66667%; }
.col-lg-push-12 {
left: 100%; }
.col-lg-offset-0 {
margin-left: 0%; }
.col-lg-offset-1 {
margin-left: 8.33333%; }
.col-lg-offset-2 {
margin-left: 16.66667%; }
.col-lg-offset-3 {
margin-left: 25%; }
.col-lg-offset-4 {
margin-left: 33.33333%; }
.col-lg-offset-5 {
margin-left: 41.66667%; }
.col-lg-offset-6 {
margin-left: 50%; }
.col-lg-offset-7 {
margin-left: 58.33333%; }
.col-lg-offset-8 {
margin-left: 66.66667%; }
.col-lg-offset-9 {
margin-left: 75%; }
.col-lg-offset-10 {
margin-left: 83.33333%; }
.col-lg-offset-11 {
margin-left: 91.66667%; }
.col-lg-offset-12 {
margin-left: 100%; } }
@media (min-width: 1600px) {
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.col-xl-pull-0 {
right: auto; }
.col-xl-pull-1 {
right: 8.33333%; }
.col-xl-pull-2 {
right: 16.66667%; }
.col-xl-pull-3 {
right: 25%; }
.col-xl-pull-4 {
right: 33.33333%; }
.col-xl-pull-5 {
right: 41.66667%; }
.col-xl-pull-6 {
right: 50%; }
.col-xl-pull-7 {
right: 58.33333%; }
.col-xl-pull-8 {
right: 66.66667%; }
.col-xl-pull-9 {
right: 75%; }
.col-xl-pull-10 {
right: 83.33333%; }
.col-xl-pull-11 {
right: 91.66667%; }
.col-xl-pull-12 {
right: 100%; }
.col-xl-push-0 {
left: auto; }
.col-xl-push-1 {
left: 8.33333%; }
.col-xl-push-2 {
left: 16.66667%; }
.col-xl-push-3 {
left: 25%; }
.col-xl-push-4 {
left: 33.33333%; }
.col-xl-push-5 {
left: 41.66667%; }
.col-xl-push-6 {
left: 50%; }
.col-xl-push-7 {
left: 58.33333%; }
.col-xl-push-8 {
left: 66.66667%; }
.col-xl-push-9 {
left: 75%; }
.col-xl-push-10 {
left: 83.33333%; }
.col-xl-push-11 {
left: 91.66667%; }
.col-xl-push-12 {
left: 100%; }
.col-xl-offset-0 {
margin-left: 0%; }
.col-xl-offset-1 {
margin-left: 8.33333%; }
.col-xl-offset-2 {
margin-left: 16.66667%; }
.col-xl-offset-3 {
margin-left: 25%; }
.col-xl-offset-4 {
margin-left: 33.33333%; }
.col-xl-offset-5 {
margin-left: 41.66667%; }
.col-xl-offset-6 {
margin-left: 50%; }
.col-xl-offset-7 {
margin-left: 58.33333%; }
.col-xl-offset-8 {
margin-left: 66.66667%; }
.col-xl-offset-9 {
margin-left: 75%; }
.col-xl-offset-10 {
margin-left: 83.33333%; }
.col-xl-offset-11 {
margin-left: 91.66667%; }
.col-xl-offset-12 {
margin-left: 100%; } }
.col-xs-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.col-xs-last {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
@media (min-width: 600px) {
.col-sm-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.col-sm-last {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; } }
@media (min-width: 900px) {
.col-md-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.col-md-last {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; } }
@media (min-width: 1200px) {
.col-lg-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.col-lg-last {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; } }
@media (min-width: 1600px) {
.col-xl-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.col-xl-last {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; } }
.row-xs-top {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.row-xs-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.row-xs-bottom {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; }
@media (min-width: 600px) {
.row-sm-top {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.row-sm-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.row-sm-bottom {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; } }
@media (min-width: 900px) {
.row-md-top {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.row-md-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.row-md-bottom {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; } }
@media (min-width: 1200px) {
.row-lg-top {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.row-lg-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.row-lg-bottom {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; } }
@media (min-width: 1600px) {
.row-xl-top {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.row-xl-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.row-xl-bottom {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; } }
.col-xs-top {
-ms-flex-item-align: start;
align-self: flex-start; }
.col-xs-center {
-ms-flex-item-align: center;
align-self: center; }
.col-xs-bottom {
-ms-flex-item-align: end;
align-self: flex-end; }
@media (min-width: 600px) {
.col-sm-top {
-ms-flex-item-align: start;
align-self: flex-start; }
.col-sm-center {
-ms-flex-item-align: center;
align-self: center; }
.col-sm-bottom {
-ms-flex-item-align: end;
align-self: flex-end; } }
@media (min-width: 900px) {
.col-md-top {
-ms-flex-item-align: start;
align-self: flex-start; }
.col-md-center {
-ms-flex-item-align: center;
align-self: center; }
.col-md-bottom {
-ms-flex-item-align: end;
align-self: flex-end; } }
@media (min-width: 1200px) {
.col-lg-top {
-ms-flex-item-align: start;
align-self: flex-start; }
.col-lg-center {
-ms-flex-item-align: center;
align-self: center; }
.col-lg-bottom {
-ms-flex-item-align: end;
align-self: flex-end; } }
@media (min-width: 1600px) {
.col-xl-top {
-ms-flex-item-align: start;
align-self: flex-start; }
.col-xl-center {
-ms-flex-item-align: center;
align-self: center; }
.col-xl-bottom {
-ms-flex-item-align: end;
align-self: flex-end; } } h1 {
text-transform: uppercase; }
h1, h2, h3 {
margin: 0 0 30px; }
h4, h5, h6 {
margin: 0 0 24px; }
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
margin-bottom: 0; }
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
margin-top: 25px; }
.home {
counter-reset: counter; }
.home .title-counter-item {
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
position: relative;
text-align: center; }
@media (min-width: 600px) {
.home .title-counter-item {
-webkit-transform: rotateZ(-90deg);
-ms-transform: rotate(-90deg);
transform: rotateZ(-90deg);
right: 28%; } }
.home .title-counter-item:before {
font-size: 18.2px;
font-size: 1.3rem;
font-weight: 500;
bottom: 0;
top: 0;
left: -40px;
content: counter(counter, decimal-leading-zero);
counter-increment: counter; }
@media (min-width: 600px) {
.home .title-counter-item:before {
position: absolute;
-webkit-transform: rotateZ(90deg);
-ms-transform: rotate(90deg);
transform: rotateZ(90deg); } }
.home .title-counter-item:after {
content: '';
position: absolute;
width: 100%;
height: 1px;
-webkit-transform: rotateZ(0);
-ms-transform: rotate(0);
transform: rotateZ(0);
left: -75px;
bottom: 0;
width: 1px;
height: 1000px; }
p {
margin: 0 0 25px; }
p:last-child {
margin-bottom: 0; }
.dropcaps,
.single .post > .entry-content > p:first-of-type:first-letter {
font-size: 26.25px;
font-size: 1.875rem;
font-weight: 900;
float: left;
margin: 8px 13px 5px 0;
line-height: 1;
padding: 17px 23px;
position: relative; }
@-moz-document url-prefix() {
.dropcaps,
.single .post > .entry-content > p:first-of-type:first-letter {
padding: 21px 23px; } }
dfn, em, i {
font-style: italic; }
cite {
font-style: normal; }
address {
margin: 0 0 1.4em; }
pre {
font-family: "Courier 10 Pitch", Courier, monospace;
line-height: 1.6;
overflow: auto;
max-width: 100%;
margin: 0 0 1.5em;
padding: 1.5em;
background: #eee;
border: 1px solid #d5d5d5;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
font-size: 14px;
font-size: 1rem; }
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 14px;
font-size: 1rem; }
code {
padding: 2px; }
abbr, acronym {
cursor: help;
border-bottom: 1px dotted #777; }
mark, ins {
font-style: italic;
text-decoration: none;
border-bottom: 1px solid; }
big {
font-size: 125%; }
.text-align-left {
text-align: left; }
.text-align-center {
text-align: center; }
.text-align-right {
text-align: right; } html {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
*,
*:before,
*:after { -webkit-box-sizing: inherit;
box-sizing: inherit; }
body {
background-color: #ffffff; }
img {
height: auto; max-width: 100%; vertical-align: top; } ul, ol, dl {
margin: 0 0 25px 0;
padding-left: 0; }
ul:last-child, ol:last-child, dl:last-child {
margin-bottom: 0; }
p + ul, p + ol, p + dl {
margin-top: 25px; }
.hentry ul:not([class]),
.comment-content ul:not([class]),
.wc-tab ul:not([class]), .hentry
ol,
.comment-content
ol,
.wc-tab
ol {
list-style: none; }
.hentry ul:not([class]) li + li,
.hentry ul:not([class]) li > ul li,
.hentry ul:not([class]) li > ol li,
.comment-content ul:not([class]) li + li,
.comment-content ul:not([class]) li > ul li,
.comment-content ul:not([class]) li > ol li,
.wc-tab ul:not([class]) li + li,
.wc-tab ul:not([class]) li > ul li,
.wc-tab ul:not([class]) li > ol li, .hentry
ol li + li,
.hentry
ol li > ul li,
.hentry
ol li > ol li,
.comment-content
ol li + li,
.comment-content
ol li > ul li,
.comment-content
ol li > ol li,
.wc-tab
ol li + li,
.wc-tab
ol li > ul li,
.wc-tab
ol li > ol li {
margin-top: 5px; }
.hentry ul:not([class]) > li:before,
.comment-content ul:not([class]) > li:before,
.wc-tab ul:not([class]) > li:before, .hentry
ol > li:before,
.comment-content
ol > li:before,
.wc-tab
ol > li:before {
margin-right: 10px; }
.hentry ul:not([class]) > li:before,
.comment-content ul:not([class]) > li:before,
.wc-tab ul:not([class]) > li:before {
content: '\ea21';
font-size: 12px; }
.hentry ol,
.comment-content ol {
counter-reset: li; }
.hentry ol > li:before,
.comment-content ol > li:before {
content: counter(li, decimal-leading-zero) ".";
counter-increment: li; }
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 20px; }
dt {
float: left;
clear: left;
margin-right: 4px; }
dd {
font-weight: 900;
margin-left: 0; }
dt:not(:first-of-type), dd:not(:first-of-type) {
margin-top: 11px; } .inline-list {
padding: 0;
margin: 0;
list-style: none; }
.inline-list li {
display: inline-block; } table {
margin: 0 0 1.5em;
width: 100%; }
.hentry table:not([class]) {
margin: 0 0 2.43em;
max-width: 100%; }
.hentry table:not([class]) th,
.hentry table:not([class]) td {
padding: 5px;
vertical-align: top; }
@media (min-width: 1200px) {
.hentry table:not([class]) th,
.hentry table:not([class]) td {
padding: 11px 30px; } }
.hentry table:not([class]) th + td,
.hentry table:not([class]) th + th,
.hentry table:not([class]) td + td,
.hentry table:not([class]) td + th {
border-left: 1px solid; }
.hentry table:not([class]) thead th {
vertical-align: bottom; }
.hentry h1 + table,
.hentry h2 + table,
.hentry h3 + table,
.hentry h4 + table,
.hentry h5 + table,
.hentry h6 + table,
.hentry p + table {
margin: 32px 0; }  a[data-popup="magnificPopup"]:after,
.mfp-iframe-holder .mfp-close:before, .mfp-image-holder .mfp-close:before,
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after,
.posts-list--grid .posts-list__item:not(.format-standard) .entry-header:before,
.posts-list--vertical-justify .posts-list__item:not(.format-standard) .entry-header:before {
display: inline-block;
font-family: 'nc-icon-outline';
font-style: normal;
font-weight: normal;
font-variant: normal;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.main-navigation .menu .menu-item-has-children :after,
.sub-menu-toggle:before,
nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .mega-menu-mobile-arrow i,
.search-form__toggle,
.search-form__close,
.site-header .search-form__submit:before,
#toTop:before,
.mejs-overlay-button:before,
.post-format-link:before,
blockquote:before,
.tm-testi__item-body:before,
.tm-testi--speech-bubble .tm-testi__item-body p:before,
.tm-testi--default-4 .tm-testi__item-body p::before,
.comment-navigation div > a:before,
.posts-navigation div > a:before,
.post-navigation div > a:before,
.comment-navigation div > a:after,
.posts-navigation div > a:after,
.post-navigation div > a:after,
.comment-reply-link::before,
.smart-slider__instance .sp-full-screen-button:before,
.smart-slider__instance .sp-arrow:before,
.smart-slider__instance .sp-thumbnail-arrow:before,
.widget_nav_menu ul li a:before,
.cs-instagram__cover::before,
.cherry-trend-views__count:before,
.hentry ul:not([class]) > li::before,
.comment-content ul:not([class]) > li::before,
.pricing-table__features .pricing-feature__inner:before,
.tm-pg_front_gallery .tm_pg_gallery-item_default_icon:before,
.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_link_show-more span:after,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_link_show-more span:after,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_link_show-more span:after,
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.next i:before,
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.prev i:before,
.lg-outer .lg-actions .lg-icon.lg-prev:after,
.lg-outer .lg-actions .lg-icon.lg-next:before,
.lg-outer .lg-toolbar .lg-icon:after,
.lg-outer .lg-thumb-outer .lg-icon:after,
.swiper-button-next:before,
.swiper-button-prev:before {
display: inline-block;
font-family: 'nc-icon-mini';
line-height: 1;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; } .swiper-button-prev:before {
content: "\e903"; } .swiper-button-next:before {
content: "\e904"; } .page-preloader-cover {
position: fixed;
z-index: 1200;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background-color: #ffffff; }
#circularG {
position: relative;
top: 50%;
width: 58px;
height: 58px;
margin: auto; }
.circularG {
position: absolute;
width: 14px;
height: 14px;
border-radius: 9px;
-o-border-radius: 9px;
-ms-border-radius: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
animation-name: bounce_circularG;
-o-animation-name: bounce_circularG;
-ms-animation-name: bounce_circularG;
-webkit-animation-name: bounce_circularG;
-moz-animation-name: bounce_circularG;
animation-duration: 1.1s;
-o-animation-duration: 1.1s;
-ms-animation-duration: 1.1s;
-webkit-animation-duration: 1.1s;
-moz-animation-duration: 1.1s;
animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
animation-direction: normal;
-o-animation-direction: normal;
-ms-animation-direction: normal;
-webkit-animation-direction: normal;
-moz-animation-direction: normal; }
#circularG_1 {
left: 0;
top: 23px;
animation-delay: 0.41s;
-o-animation-delay: 0.41s;
-ms-animation-delay: 0.41s;
-webkit-animation-delay: 0.41s;
-moz-animation-delay: 0.41s; }
#circularG_2 {
left: 6px;
top: 6px;
animation-delay: 0.55s;
-o-animation-delay: 0.55s;
-ms-animation-delay: 0.55s;
-webkit-animation-delay: 0.55s;
-moz-animation-delay: 0.55s; }
#circularG_3 {
top: 0;
left: 23px;
animation-delay: 0.69s;
-o-animation-delay: 0.69s;
-ms-animation-delay: 0.69s;
-webkit-animation-delay: 0.69s;
-moz-animation-delay: 0.69s; }
#circularG_4 {
right: 6px;
top: 6px;
animation-delay: 0.83s;
-o-animation-delay: 0.83s;
-ms-animation-delay: 0.83s;
-webkit-animation-delay: 0.83s;
-moz-animation-delay: 0.83s; }
#circularG_5 {
right: 0;
top: 23px;
animation-delay: 0.97s;
-o-animation-delay: 0.97s;
-ms-animation-delay: 0.97s;
-webkit-animation-delay: 0.97s;
-moz-animation-delay: 0.97s; }
#circularG_6 {
right: 6px;
bottom: 6px;
animation-delay: 1.1s;
-o-animation-delay: 1.1s;
-ms-animation-delay: 1.1s;
-webkit-animation-delay: 1.1s;
-moz-animation-delay: 1.1s; }
#circularG_7 {
left: 23px;
bottom: 0;
animation-delay: 1.24s;
-o-animation-delay: 1.24s;
-ms-animation-delay: 1.24s;
-webkit-animation-delay: 1.24s;
-moz-animation-delay: 1.24s; }
#circularG_8 {
left: 6px;
bottom: 6px;
animation-delay: 1.38s;
-o-animation-delay: 1.38s;
-ms-animation-delay: 1.38s;
-webkit-animation-delay: 1.38s;
-moz-animation-delay: 1.38s; }
@keyframes bounce_circularG {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
100% {
-webkit-transform: scale(0.3);
transform: scale(0.3); } }
@-o-keyframes bounce_circularG {
0% {
-o-transform: scale(1); }
100% {
-o-transform: scale(0.3); } }
@-ms-keyframes bounce_circularG {
0% {
-ms-transform: scale(1); }
100% {
-ms-transform: scale(0.3); } }
@-webkit-keyframes bounce_circularG {
0% {
-webkit-transform: scale(1); }
100% {
-webkit-transform: scale(0.3); } }
@-moz-keyframes bounce_circularG {
0% {
-moz-transform: scale(1); }
100% {
-moz-transform: scale(0.3); } } #toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 20px;
right: -999em;
overflow: hidden;
width: 44px;
height: 44px;
z-index: 999;
text-align: center;
border-radius: 50%; }
#toTop:before {
width: 100%;
line-height: 44px;
font-size: 12px;
content: "\e905"; }
#toTop:focus {
outline: 0; }
@media (min-width: 600px) {
#toTop {
right: 20px; } }
@media (min-width: 900px) {
#toTop {
bottom: 80px; } }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
content: ''; }
blockquote {
position: relative;
margin: 33px 0;
text-align: left;
padding: 30px; }
@media (min-width: 1200px) {
blockquote {
padding: 32px 50px 32px 85px; } }
.post-featured-content blockquote {
text-align: center;
padding: 30px; }
@media (min-width: 1200px) {
.post-featured-content blockquote {
padding: 39px 50px 35px; } }
blockquote:first-child {
margin-top: 0; }
blockquote:last-child {
margin-bottom: 0; }
blockquote cite {
display: block;
margin-top: 13px; }
.post-featured-content blockquote cite {
margin-top: 14px; }
blockquote cite:before {
content: "— "; }
blockquote:before {
content: '\eb16';
top: 39px;
left: 40px;
display: block;
font-size: 24px;
line-height: 1; }
.post-featured-content blockquote:before {
position: relative;
margin-bottom: 15px;
top: 0;
left: 0; }
hr {
border: 0;
height: 1px;
margin: 60px 0;
clear: both; }
hr:first-child {
margin-top: 0; }  .btn,
form button,
form input[type='button'],
form input[type='reset'],
form input[type='submit'] {
line-height: 2;
display: inline-block;
max-width: 100%;
padding: 13px 50px;
cursor: pointer;
text-align: center;
overflow: hidden;
vertical-align: top;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
border-radius: 5px;
border-width: 0;
border-style: solid;
letter-spacing: 0.01em;
-webkit-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
text-transform: uppercase; }
.btn, .btn:hover,
form button,
form button:hover,
form input[type='button'],
form input[type='button']:hover,
form input[type='reset'],
form input[type='reset']:hover,
form input[type='submit'],
form input[type='submit']:hover {
text-decoration: none; }
.btn:focus,
form button:focus,
form input[type='button']:focus,
form input[type='reset']:focus,
form input[type='submit']:focus {
outline: 0; }
.btn:active,
form button:active,
form input[type='button']:active,
form input[type='reset']:active,
form input[type='submit']:active {
-webkit-box-shadow: none;
box-shadow: none; }
.footer-area .btn, .footer-area
form button, .footer-area
form input[type='button'], .footer-area
form input[type='reset'], .footer-area
form input[type='submit'] {
max-width: 57%; }
@media (max-width: 1199px) {
.footer-area .btn, .footer-area
form button, .footer-area
form input[type='button'], .footer-area
form input[type='reset'], .footer-area
form input[type='submit'] {
max-width: 100%; } }
.btn.btn-fullwidth,
form button.btn-fullwidth,
form input[type='button'].btn-fullwidth,
form input[type='reset'].btn-fullwidth,
form input[type='submit'].btn-fullwidth {
width: 100%; }
.btn.btn-large,
form button.btn-large,
form input[type='button'].btn-large,
form input[type='reset'].btn-large,
form input[type='submit'].btn-large {
font-size: 15.75px;
font-size: 1.125rem;
font-weight: 800;
padding: 15px 35px; }
.btn.btn-large.btn-icon,
form button.btn-large.btn-icon,
form input[type='button'].btn-large.btn-icon,
form input[type='reset'].btn-large.btn-icon,
form input[type='submit'].btn-large.btn-icon {
padding-left: 25px;
padding-right: 25px; }
.btn.btn-icon,
form button.btn-icon,
form input[type='button'].btn-icon,
form input[type='reset'].btn-icon,
form input[type='submit'].btn-icon {
padding-left: 40px;
padding-right: 40px; }
.btn.btn-icon--left .btn__icon,
form button.btn-icon--left .btn__icon,
form input[type='button'].btn-icon--left .btn__icon,
form input[type='reset'].btn-icon--left .btn__icon,
form input[type='submit'].btn-icon--left .btn__icon {
margin-right: 7px; }
.btn.btn-icon--right,
form button.btn-icon--right,
form input[type='button'].btn-icon--right,
form input[type='reset'].btn-icon--right,
form input[type='submit'].btn-icon--right {
direction: rtl; }
.btn.btn-icon--right .btn__icon,
form button.btn-icon--right .btn__icon,
form input[type='button'].btn-icon--right .btn__icon,
form input[type='reset'].btn-icon--right .btn__icon,
form input[type='submit'].btn-icon--right .btn__icon {
margin-left: 7px; }
.btn[class*="btn"][class*="btn-"]:active,
form button[class*="btn"][class*="btn-"]:active,
form input[type='button'][class*="btn"][class*="btn-"]:active,
form input[type='reset'][class*="btn"][class*="btn-"]:active,
form input[type='submit'][class*="btn"][class*="btn-"]:active {
-webkit-box-shadow: none;
box-shadow: none; }
.btn .btn__icon,
form button .btn__icon,
form input[type='button'] .btn__icon,
form input[type='reset'] .btn__icon,
form input[type='submit'] .btn__icon {
font-size: 21px;
font-size: 1.5rem; }
.btn .btn__icon,
.btn .btn__text,
form button .btn__icon,
form button .btn__text,
form input[type='button'] .btn__icon,
form input[type='button'] .btn__text,
form input[type='reset'] .btn__icon,
form input[type='reset'] .btn__text,
form input[type='submit'] .btn__icon,
form input[type='submit'] .btn__text {
vertical-align: middle; }
.link,
.btn-link {
display: inline-block; }
.link:hover,
.btn-link:hover {
text-decoration: none; }
.header-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-left: 20px;
padding-right: 20px; }
.header-btn i {
font-size: 14px;
line-height: 1; }
.header-btn.header-icon-left i {
margin-right: 10px; }
.header-btn.header-icon-right {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.header-btn.header-icon-right i {
margin-left: 10px; } input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
select,
textarea {
padding: 12.5px 29px;
border: 1px solid;
line-height: 1.5;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
border-radius: 5px; }
i + input[type='text'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap > input[type='text'], i +
input[type='email'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='email'], i +
input[type='url'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='url'], i +
input[type='password'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='password'], i +
input[type='search'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='search'], i +
input[type='number'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='number'], i +
input[type='tel'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='tel'], i +
input[type='range'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='range'], i +
input[type='date'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='date'], i +
input[type='month'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='month'], i +
input[type='week'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='week'], i +
input[type='time'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='time'], i +
input[type='datetime'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='datetime'], i +
input[type='datetime-local'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='datetime-local'], i +
input[type='color'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='color'], i +
select.comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
select, i +
textarea.comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
textarea {
padding-left: 45px; }
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
select:focus,
textarea:focus {
outline: 0;
background-color: #ffffff; }
input[type='date'] {
padding: 9.5px 15px 10.5px;
height: 45px; }
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'] {
min-height: 45px; }
input[type='file'] {
line-height: 1.5; }
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'] {
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none; }
select {
border: 1px solid;
max-width: 100%; }
textarea {
width: 100%;
height: 200px;
min-height: 200px;
vertical-align: top;
resize: vertical;
overflow: auto; }
textarea.big-size {
height: 241px; } ::-webkit-input-placeholder {
-webkit-transition: .1s;
-o-transition: .1s;
transition: .1s;
color: inherit; }
::-moz-placeholder {
-webkit-transition: .1s;
-o-transition: .1s;
transition: .1s;
color: inherit; }
:-moz-placeholder {
-webkit-transition: .1s;
-o-transition: .1s;
transition: .1s;
color: inherit; }
:-ms-input-placeholder {
-webkit-transition: .1s;
-o-transition: .1s;
transition: .1s;
color: inherit; }
::-moz-placeholder {
opacity: 1; }
:-moz-placeholder {
opacity: 1; }
.input-with-icon {
position: relative; }
.input-with-icon > i {
position: absolute;
top: 11px;
right: 0;
width: 43px;
text-align: center;
z-index: 10; }
.input-with-icon > i + br {
display: none; }
.input-with-icon > i + input,
.input-with-icon > i ~ .wpcf7-form-control-wrap input {
padding-right: 32px; }
.input-button-with-icon {
position: relative; }
.input-button-with-icon > i {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 30px;
width: 15px;
text-align: center;
z-index: 10; } .search-form,
.cherry-search .search-form.cherry-search__form {
margin: -5px;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.site-header .search-form, .site-header
.cherry-search .search-form.cherry-search__form {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
position: absolute;
z-index: -1;
top: -999em;
left: 0;
right: 55px;
margin: 0;
opacity: 0;
-webkit-transform: translateY(-150%);
-ms-transform: translateY(-150%);
transform: translateY(-150%);
-webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
-o-transition: opacity .3s ease-out, transform .3s ease-out;
transition: opacity .3s ease-out, transform .3s ease-out;
transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out; }
.style-5 .search-form, .style-5
.cherry-search .search-form.cherry-search__form {
left: 10px; }
.site-header.style-3 .search-form,
.site-header.style-4 .search-form,
.site-header.style-2 .search-form, .site-header.style-3
.cherry-search .search-form.cherry-search__form,
.site-header.style-4
.cherry-search .search-form.cherry-search__form,
.site-header.style-2
.cherry-search .search-form.cherry-search__form {
left: 15px;
right: 70px; }
.site-header.search-active .search-form, .site-header.search-active
.cherry-search .search-form.cherry-search__form {
top: 50%;
opacity: 1;
visibility: visible;
z-index: 3;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.site-header .mobile-panel .search-form, .site-header .mobile-panel
.cherry-search .search-form.cherry-search__form {
left: 55px;
right: 75px; }
.search-form__toggle,
.cherry-search .search-form.cherry-search__form__toggle {
font-size: 19px;
cursor: pointer;
-webkit-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
position: relative;
top: 3px;
display: inline-block;
font-family: 'Linearicon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.search-form__toggle:before,
.cherry-search .search-form.cherry-search__form__toggle:before {
content: '\e922'; }
.site-header.search-active .search-form__toggle, .site-header.search-active
.cherry-search .search-form.cherry-search__form__toggle {
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px); }
.search-form__close {
font-size: 19px;
cursor: pointer;
font-family: 'Linearicon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-150%);
-ms-transform: translateY(-150%);
transform: translateY(-150%);
padding: 5px 0;
opacity: 0;
margin-left: 25px;
visibility: hidden; }
.style-5 .search-form__close {
right: 10px; }
.search-form__close:before {
content: '\e92a'; }
.search-form__close:after {
content: '';
position: absolute;
top: 0;
left: -25px;
height: 100%;
width: 1px;
background: #ECECEC; }
.invert .search-form__close:after {
background: rgba(236, 236, 236, 0.2); }
.site-header.search-active .search-form__close {
-webkit-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 1;
visibility: visible; }
.site-header.style-3 .search-form__close,
.site-header.style-4 .search-form__close,
.site-header.style-2 .search-form__close {
right: 15px; }
.site-header .mobile-panel .search-form__close {
right: 20px; }
.search-form__input-wrap {
position: relative;
margin: 5px;
-webkit-box-flex: 5;
-ms-flex: 5 1 185px;
flex: 5 1 185px;
min-width: 185px; }
.search-form__input-wrap i {
pointer-events: none;
font-size: 24px;
left: 15px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
@media (min-width: 900px) {
.search-form__input-wrap i {
left: 25px; } }
@media (min-width: 1200px) and (max-width: 1599px) {
.sidebar .search-form__input-wrap i {
left: 15px; } }
@media (min-width: 900px) and (max-width: 1599px) {
.tm_pb_column_1_3 .search-form__input-wrap i {
left: 15px; } }
@media (min-width: 900px) {
.footer-area:not(.footer-area--fullwidth) .search-form__input-wrap i,
.tm_pb_column_1_4 .search-form__input-wrap i {
left: 15px; } }
@media (min-width: 1200px) {
.sidebar-1-4 .sidebar .search-form__input-wrap i {
left: 15px; } }
.site-header .search-form__input-wrap i {
display: none; }
@media (min-width: 1200px) {
.sidebar-1-4 .sidebar .search-form__input-wrap {
-webkit-box-flex: 5;
-ms-flex: 5 1 150px;
flex: 5 1 150px;
min-width: 150px; } }
.site-header .search-form__input-wrap {
margin: 0;
min-width: 0;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto; }
.search-form__field[type='search'],
.search-form .cherry-search__field.search-field[type="search"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
max-width: 100%;
min-width: 50px; }
i + .search-form__field[type='search'], i +
.search-form .cherry-search__field.search-field[type="search"] {
padding-left: 45px; }
@media (min-width: 900px) {
i + .search-form__field[type='search'], i +
.search-form .cherry-search__field.search-field[type="search"] {
padding-left: 55px; } }
@media (min-width: 1200px) and (max-width: 1599px) {
.sidebar i + .search-form__field[type='search'], .sidebar i +
.search-form .cherry-search__field.search-field[type="search"] {
padding-left: 45px; } }
@media (min-width: 900px) and (max-width: 1599px) {
.tm_pb_column_1_3 i + .search-form__field[type='search'], .tm_pb_column_1_3 i +
.search-form .cherry-search__field.search-field[type="search"] {
padding-left: 45px; } }
@media (min-width: 900px) {
.footer-area:not(.footer-area--fullwidth) i + .search-form__field[type='search'],
.tm_pb_column_1_4 i + .search-form__field[type='search'], .footer-area:not(.footer-area--fullwidth) i +
.search-form .cherry-search__field.search-field[type="search"],
.tm_pb_column_1_4 i +
.search-form .cherry-search__field.search-field[type="search"] {
padding-left: 45px; } }
@media (min-width: 1200px) {
.sidebar-1-4 .sidebar i + .search-form__field[type='search'], .sidebar-1-4 .sidebar i +
.search-form .cherry-search__field.search-field[type="search"] {
padding-left: 45px;
padding-right: 10px; } }
.site-header .search-form__field[type='search'], .site-header
.search-form .cherry-search__field.search-field[type="search"] {
padding: 17.5px 20px;
font-size: 14px;
font-size: 1rem;
border: none; }
.search-form__submit,
.cherry-search .search-form.cherry-search__form button.search-submit {
margin: 5px;
padding-left: 30px;
padding-right: 30px;
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
-ms-flex-item-align: center;
align-self: center; }
@media (max-width: 599px) {
.search-form__submit,
.cherry-search .search-form.cherry-search__form button.search-submit {
padding-left: 15px;
padding-right: 15px; } }
@media (min-width: 1200px) and (max-width: 1599px) {
.sidebar .search-form__submit, .sidebar
.cherry-search .search-form.cherry-search__form button.search-submit {
padding-left: 15px;
padding-right: 15px; } }
@media (min-width: 900px) {
.footer-area:not(.footer-area--fullwidth) .search-form__submit,
.tm_pb_column_1_3 .search-form__submit,
.tm_pb_column_1_4 .search-form__submit, .footer-area:not(.footer-area--fullwidth)
.cherry-search .search-form.cherry-search__form button.search-submit,
.tm_pb_column_1_3
.cherry-search .search-form.cherry-search__form button.search-submit,
.tm_pb_column_1_4
.cherry-search .search-form.cherry-search__form button.search-submit {
padding-left: 15px;
padding-right: 15px; } }
@media (min-width: 1200px) {
.sidebar-1-4 .sidebar .search-form__submit, .sidebar-1-4 .sidebar
.cherry-search .search-form.cherry-search__form button.search-submit {
padding-left: 15px;
padding-right: 15px; } }
.site-header .search-form__submit,
.site-header .invert .search-form__submit, .site-header
.cherry-search .search-form.cherry-search__form button.search-submit,
.site-header .invert
.cherry-search .search-form.cherry-search__form button.search-submit {
background: none;
border: none;
font-size: 0;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
margin: 0;
padding: 15px 10px; }
.site-header .search-form__submit:hover,
.site-header .invert .search-form__submit:hover, .site-header
.cherry-search .search-form.cherry-search__form button.search-submit:hover,
.site-header .invert
.cherry-search .search-form.cherry-search__form button.search-submit:hover {
background: none; }
.site-header .search-form__submit:active,
.site-header .invert .search-form__submit:active, .site-header
.cherry-search .search-form.cherry-search__form button.search-submit:active,
.site-header .invert
.cherry-search .search-form.cherry-search__form button.search-submit:active {
-webkit-box-shadow: none;
box-shadow: none; }
.site-header .search-form__submit:before,
.site-header .invert .search-form__submit:before, .site-header
.cherry-search .search-form.cherry-search__form button.search-submit:before,
.site-header .invert
.cherry-search .search-form.cherry-search__form button.search-submit:before {
content: '\e922';
font-size: 19px;
display: block;
font-family: 'Linearicon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.cherry-search form.cherry-search__form.search-form button.search-submit {
padding-top: 13px;
padding-bottom: 13px; }
.site-header .cherry-search {
position: static; }
.cherry-search .cherry-search__results-list,
.cherry-search .cherry-search__results-item,
.cherry-search .cherry-search__more-button {
border-color: #ECECEC; }
.cherry-search .cherry-search__results-item:hover,
.cherry-search .cherry-search__more-button:hover {
background-color: #f2f2f2; }
.site-header .cherry-search .cherry-search__results-list {
top: 80%;
left: 0;
margin-top: 5px;
border-top: 1px solid #ECECEC; }
.site-header.style-2 .cherry-search .cherry-search__results-list,
.site-header.style-3 .cherry-search .cherry-search__results-list,
.site-header.style-4 .cherry-search .cherry-search__results-list {
left: 15px;
right: 15px;
width: auto; }
.site-header .mobile-panel .cherry-search .cherry-search__results-list {
left: 20px;
right: 20px;
margin-top: 10px;
width: auto; }
.cherry-search .cherry-search__results-list ul li + li {
margin-top: 0; }
.cherry-search .cherry-search__results-item a {
padding: 10px 5px; }
.cherry-search .cherry-search__item-thumbnail {
margin-top: 5px; }
.cherry-search .cherry-search__spinner {
opacity: .5; }
.cherry-search .cherry-search__more-button {
text-transform: uppercase;
font-size: 10.5px;
font-size: 0.75rem;
font-weight: 600;
letter-spacing: .72px;
color: #000000; }
.cherry-search .cherry-search__message {
font-size: 12.25px;
font-size: 0.875rem;
color: #000000; } .comment-respond {
border-top: 1px solid;
padding-top: 35px; }
.comment-list .comment-respond {
margin-top: 35px;
margin-bottom: 35px;
border-top: 1px dashed; }
.comments-area > .comment-respond {
margin-top: -36px; }
.comment-reply-title {
margin-bottom: 23px; }
.comment-reply-title #cancel-comment-reply-link {
float: right;
margin-left: 10px;
font-size: 12px; }
@media (min-width: 1200px) {
.comment-form {
display: grid;
grid-column-gap: 20px;
grid-template-columns: repeat(3, 1fr); }
.comment-form > * {
grid-column: span 3; } }
.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
position: relative; }
.comment-form-comment {
margin: 0; }
.comment-form-author, .comment-form-email, .comment-form-url {
margin: 0 0 20px 0;
grid-column: span 1; }
.comment-form .form-submit {
margin: 20px 0 0 0; }
.comment-form__field {
width: 100%;
vertical-align: top; }
.comment-form .logged-in-as,
.comment-form .comment-notes {
margin: 0 0 20px; } .post-password-form {
text-align: center; }
@media (min-width: 600px) {
.post-password-form {
text-align: left; } }
.post-password-form label {
display: inline-block;
vertical-align: top;
margin: 5px 0; }
.post-password-form label input[type="password"] {
padding-top: 14px;
padding-bottom: 13px; }
.post-password-form label + input[type="submit"] {
margin: 5px 0; }  a {
-webkit-transition: .3s linear;
-o-transition: .3s linear;
transition: .3s linear; }
a, a:hover, a:active {
text-decoration: none; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: inherit; }
.entry-content p a {
text-decoration: underline; }
.entry-content p a:hover, .entry-content p a:active {
text-decoration: none; }
.edit-link {
display: block;
background: #ECECEC;
padding: 0 15px; } .top-panel__menu-list {
text-align: center;
margin: 0 -4px; }
.top-panel__menu-list .menu-item {
margin: 5px 4px;
font-size: 1rem;
line-height: 1.4; }
.top-panel__menu-list .menu-item a {
text-decoration: none; }  .main-navigation {
display: block;
width: 100%; }
.main-navigation ul {
margin: 0;
padding-left: 0;
list-style: none; }
.main-navigation li {
position: relative;
text-align: left; }
.main-navigation a {
position: relative;
display: block;
text-decoration: none; }
@media (max-width: 599px) {
.main-navigation ul ul a {
padding-left: 1rem; }
.main-navigation ul ul ul a {
padding-left: 2rem; }
.main-navigation ul ul ul ul a {
padding-left: 3rem; }
.main-navigation ul ul ul ul ul a {
padding-left: 4rem; }
.main-navigation ul ul ul ul ul ul a {
padding-left: 5rem; } }
@media (min-width: 600px) {
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li:hover > ul, .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li.menu-hover > ul {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
visibility: visible;
opacity: 1; }
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li:hover > ul, .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li.menu-hover > ul {
left: calc(100% + 1px); }
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li:hover > ul.inverse-side, .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li.menu-hover > ul.inverse-side {
left: auto;
right: calc(100% + 1px); }
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li > ul {
top: 0; }
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li > ul.in-transition {
left: calc(100% + 1px); }
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li > ul.inverse-side.in-transition {
left: auto;
right: calc(100% + 1px); }
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li[hidden] {
display: none; }
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li:hover > ul, .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li.menu-hover > ul {
left: 0; }
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li:hover > ul.inverse-side, .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li.menu-hover > ul.inverse-side {
left: auto;
right: 0; }
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li > ul {
top: 100%; }
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li > ul.in-transition {
left: 0; }
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li > ul.in-transition.inverse-side {
left: auto;
right: 0; }
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) .sub-menu {
position: absolute;
z-index: 999;
left: -999em;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition-duration: 200ms;
-o-transition-duration: 200ms;
transition-duration: 200ms;
-webkit-transition-timing-function: linear;
-o-transition-timing-function: linear;
transition-timing-function: linear;
-webkit-transition-property: opacity, visibility, -webkit-transform;
transition-property: opacity, visibility, -webkit-transform;
-o-transition-property: transform, opacity, visibility;
transition-property: transform, opacity, visibility;
transition-property: transform, opacity, visibility, -webkit-transform; }
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) .sub-menu ul {
margin-top: -20px; }
.main-navigation:not(.vertical-menu) .menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: static; }
.main-navigation:not(.vertical-menu) .menu > li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 16px; }
.main-navigation:not(.vertical-menu) .menu > li > a {
text-align: center; }
.main-navigation:not(.vertical-menu) .menu .sub-menu {
margin: 20px 0 0; }
.site-header.transparent .main-navigation:not(.vertical-menu) .menu .sub-menu {
margin-top: 10px; }
.main-navigation:not(.vertical-menu) .menu > li[hidden] {
display: none; }
.main-navigation:not(.vertical-menu) .menu .sub-menu .sub-menu {
margin: 20px 0; }
.site-header.transparent .main-navigation:not(.vertical-menu) .menu .sub-menu .sub-menu {
margin-top: 0; } } @media (max-width: 599px) {
.main-navigation.mobile-menu {
position: fixed !important;
top: 0 !important;
left: 0;
right: 0;
bottom: 0;
z-index: 997;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: -webkit-transform .2s linear;
transition: -webkit-transform .2s linear;
-o-transition: transform .2s linear;
transition: transform .2s linear;
transition: transform .2s linear, -webkit-transform .2s linear;
padding-top: 60px;
padding-left: 20px;
padding-right: 20px;
margin: 0;
width: 100%;
max-width: 70%;
height: 100vh;
background-color: rgba(17, 17, 17, 0.98); }
.admin-bar .main-navigation.mobile-menu {
padding-top: 105px; }
.main-navigation.mobile-menu > .menu {
max-height: 100%;
overflow-x: hidden;
overflow-y: auto;
display: block; }
.main-navigation.mobile-menu > .menu > li:first-child {
margin-top: 20px; }
.main-navigation.mobile-menu.animate {
-webkit-transition: -webkit-transform .2s linear;
transition: -webkit-transform .2s linear;
-o-transition: transform .2s linear;
transition: transform .2s linear;
transition: transform .2s linear, -webkit-transform .2s linear; }
.main-navigation.mobile-menu.show {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
.main-navigation.mobile-menu .sub-menu {
background-color: transparent; }
.main-navigation.mobile-menu ul > li.menu-item-has-children a {
padding-right: 65px; } }
@media (min-width: 600px) {
.main-navigation:not(.vertical-menu) .menu {
margin-left: -15px;
margin-right: -15px; }
.main-navigation:not(.vertical-menu) .menu > li {
padding-left: 15px;
padding-right: 15px; } }
@media (min-width: 600px) {
.main-navigation .menu {
margin-top: 22px; }
.main-navigation .menu > li > a {
padding: 2px 0 6px;
text-transform: uppercase; }
.main-navigation .menu > li > .sub-menu {
-webkit-box-shadow: 0 3px 38px rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 38px rgba(0, 0, 0, 0.1);
margin-top: 20px; }
.main-navigation .menu > li > .sub-menu:before {
content: '';
width: 100%;
height: 20px;
top: -20px;
position: absolute;
left: 0;
display: block; }
.site-header.transparent .main-navigation .menu > li > .sub-menu:before {
height: 10px;
top: -10px; }
.main-navigation .menu > li.menu-item-has-children:not(.super-guacamole__menu-with-icon) > a {
padding-right: 18px; }
.main-navigation .menu > li.menu-item-has-children:not(.super-guacamole__menu-with-icon) > a::after { content: '\e902';
right: 0;
top: 8px; }
.main-navigation .menu > li:hover > a, .main-navigation .menu > li.menu-hover > a, .main-navigation .menu > li.current_page_item > a, .main-navigation .menu > li.current_page_ancestor > a, .main-navigation .menu > li.current-menu-item > a, .main-navigation .menu > li.current-menu-ancestor > a { } }
@media (min-width: 600px) {
.main-navigation.main-menu-style-2 .menu {
margin-left: -2px;
margin-right: -2px;
margin-top: 0; }
.main-navigation.main-menu-style-2 .menu > li {
margin-left: 2px;
margin-right: 2px; }
.main-navigation.main-menu-style-2 .menu > li > a {
padding: 10px 10px 11px;
border-radius: 5px; }
.main-navigation.main-menu-style-2 .menu > li.menu-item-has-children > a, .main-navigation.main-menu-style-2 .menu > li.tm-mega-menu-has-children > a {
padding: 10px 25px 11px 10px; }
.main-navigation.main-menu-style-2 .menu > li.menu-item-has-children:not(.super-guacamole__menu-with-icon) > a::after { top: 16px;
right: 12px; } }
@media (min-width: 600px) {
.main-navigation .sub-menu {
border-radius: 5px;
padding: 20px 0; }
.main-navigation .sub-menu a {
font-weight: 400; }
.main-navigation .sub-menu li.menu-item-has-children > a:after { content: '\ea16';
right: 30px;
top: 10px; }
.main-navigation .sub-menu > li > a {
width: 245px;
padding: 2px 35px 3px 30px; }
.main-navigation .sub-menu a {
text-transform: capitalize; }
.main-navigation .sub-menu li:hover > a,
.main-navigation .sub-menu li.menu-hover > a,
.main-navigation .sub-menu li.current_page_item > a,
.main-navigation .sub-menu li.current_page_ancestor > a,
.main-navigation .sub-menu li.current-menu-item > a,
.main-navigation .sub-menu li.current-menu-ancestor > a { }
.main-navigation .sub-menu li:hover.menu-item-has-children > a:after,
.main-navigation .sub-menu li.menu-hover.menu-item-has-children > a:after {
content: '\ea17'; } }
.main-navigation a::after { cursor: pointer;
position: absolute;
font-size: 8px;
line-height: 1; }
@media (min-width: 600px) {
.main-navigation:not(.vertical-menu) .sub-menu > li > a:before {
display: inline-block;
font-family: 'nc-icon-mini';
line-height: 1;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\e904';
font-size: 11px;
position: absolute;
left: 30px;
top: 50%;
-webkit-transform: translateY(-50%) translateX(-10px);
-ms-transform: translateY(-50%) translateX(-10px);
transform: translateY(-50%) translateX(-10px);
opacity: 0;
-webkit-transition: .3s all;
-o-transition: .3s all;
transition: .3s all;
padding-bottom: 2px; }
.main-navigation:not(.vertical-menu) .sub-menu > li > a:hover {
padding-left: 45px;
padding-right: 45px; }
.main-navigation:not(.vertical-menu) .sub-menu > li > a:hover:before {
-webkit-transform: translateY(-50%) translateX(0);
-ms-transform: translateY(-50%) translateX(0);
transform: translateY(-50%) translateX(0);
opacity: 1; }
.main-navigation:not(.vertical-menu) .sub-menu li:hover > a,
.main-navigation:not(.vertical-menu) .sub-menu li.menu-hover > a,
.main-navigation:not(.vertical-menu) .sub-menu li.current_page_item > a,
.main-navigation:not(.vertical-menu) .sub-menu li.current_page_ancestor > a,
.main-navigation:not(.vertical-menu) .sub-menu li.current-menu-item > a,
.main-navigation:not(.vertical-menu) .sub-menu li.current-menu-ancestor > a { padding-left: 45px;
padding-right: 45px; }
.main-navigation:not(.vertical-menu) .sub-menu li:hover > a:before,
.main-navigation:not(.vertical-menu) .sub-menu li.menu-hover > a:before,
.main-navigation:not(.vertical-menu) .sub-menu li.current_page_item > a:before,
.main-navigation:not(.vertical-menu) .sub-menu li.current_page_ancestor > a:before,
.main-navigation:not(.vertical-menu) .sub-menu li.current-menu-item > a:before,
.main-navigation:not(.vertical-menu) .sub-menu li.current-menu-ancestor > a:before {
-webkit-transform: translateY(-50%) translateX(0);
-ms-transform: translateY(-50%) translateX(0);
transform: translateY(-50%) translateX(0);
opacity: 1; } } .menu-item__desc {
font-size: 10.5px;
font-size: 0.75rem; }
@media (min-width: 600px) {
.menu > li > a > .menu-item__desc {
text-align: center; } } .mobile-menu .menu {
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important; }
.admin-bar .mobile-menu {
top: 46px; }
@media (max-width: 599px) {
.mobile-menu .sub-menu-toggle {
display: block; }
.mobile-menu .menu-item-has-children > .sub-menu {
display: none; }
.mobile-menu .sub-menu-open > .sub-menu {
display: block; } }
@media (max-width: 599px) {
html.mobile-menu-active,
html.mobile-menu-active body {
overflow: hidden; } }
.sub-menu-toggle {
display: none;
position: absolute;
top: 50%;
right: 0;
z-index: 995;
border: 0;
padding: 10px 20px;
cursor: pointer;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 15.75px;
font-size: 1.125rem;
line-height: 1; }
.sub-menu-toggle:before {
content: '\e902'; }
.sub-menu-toggle.active:before {
content: '\e905'; }  #site-navigation.main-navigation.vertical-menu {
overflow: hidden;
will-change: transform;
-webkit-transition: -webkit-transform 500ms ease-in;
transition: -webkit-transform 500ms ease-in;
-o-transition: transform 500ms ease-in;
transition: transform 500ms ease-in;
transition: transform 500ms ease-in, -webkit-transform 500ms ease-in;
z-index: 1001;
position: fixed;
top: 0;
width: 50%;
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: rgba(17, 17, 17, 0.98); }
#site-navigation.main-navigation.vertical-menu.slide--left {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
left: 0; }
#site-navigation.main-navigation.vertical-menu.slide--right {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
right: 0; }
#site-navigation.main-navigation.vertical-menu.menu-open {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: -webkit-transform 500ms ease-out;
transition: -webkit-transform 500ms ease-out;
-o-transition: transform 500ms ease-out;
transition: transform 500ms ease-out;
transition: transform 500ms ease-out, -webkit-transform 500ms ease-out; }
#site-navigation.main-navigation.vertical-menu .main-navigation-buttons {
text-align: left;
position: absolute;
left: 0;
width: 100%;
top: 15%;
direction: ltr;
padding: 0 25px; }
@media (min-width: 900px) {
#site-navigation.main-navigation.vertical-menu .main-navigation-buttons {
padding: 0 50px; } }
#site-navigation.main-navigation.vertical-menu ul {
list-style: none;
padding: 0;
width: 100%;
display: none; }
#site-navigation.main-navigation.vertical-menu ul.menu {
position: relative;
display: block;
-webkit-transition: 400ms -webkit-transform ease-in-out;
transition: 400ms -webkit-transform ease-in-out;
-o-transition: 400ms transform ease-in-out;
transition: 400ms transform ease-in-out;
transition: 400ms transform ease-in-out, 400ms -webkit-transform ease-in-out;
will-change: transform;
margin: 0; }
#site-navigation.main-navigation.vertical-menu ul.menu > li {
display: block; }
#site-navigation.main-navigation.vertical-menu ul.menu li {
text-align: left;
margin: 0; }
#site-navigation.main-navigation.vertical-menu ul.menu li a {
width: auto;
border: none;
display: inline-block;
padding: 5px 50px 5px 20px;
text-align: left;
font-weight: 700;
font-size: 28px;
font-size: 2rem;
line-height: 1.3; }
@media (min-width: 900px) {
#site-navigation.main-navigation.vertical-menu ul.menu li a {
padding: 3px 50px;
font-size: 42px;
font-size: 3rem; } }
#site-navigation.main-navigation.vertical-menu ul.menu li a .menu-item__desc {
text-align: left; }
#site-navigation.main-navigation.vertical-menu ul.menu li.hide,
#site-navigation.main-navigation.vertical-menu ul.menu li a.hide {
display: none; }
#site-navigation.main-navigation.vertical-menu ul.sub-menu {
background-color: transparent;
border: none; }
#site-navigation.main-navigation.vertical-menu ul::-webkit-scrollbar-track {
border-radius: 2px;
background-color: #f8f8f8; }
#site-navigation.main-navigation.vertical-menu ul::-webkit-scrollbar {
width: 4px;
border-radius: 2px;
background-color: #f8f8f8; }
#site-navigation.main-navigation.vertical-menu ul::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.4);
border-radius: 2px; }
#site-navigation.main-navigation.vertical-menu .active > ul {
display: inherit;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%); }
#site-navigation.main-navigation.vertical-menu .menu-item-has-children a {
position: relative; }
#site-navigation.main-navigation.vertical-menu .menu-item-has-children > a::after {
font-size: 21px;
font-size: 1.5rem;
content: '\e904';
position: absolute;
right: 12px;
left: auto;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
@media (min-width: 900px) {
#site-navigation.main-navigation.vertical-menu .sub-menu .menu-item-has-children > a::after {
top: 55%; } }
#site-navigation.main-navigation.vertical-menu .scroll {
overflow-y: auto;
overflow-x: hidden;
max-height: 50vh; }
#site-navigation.main-navigation.vertical-menu .back,
#site-navigation.main-navigation.vertical-menu .close {
cursor: pointer;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
font-weight: 400;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s; }
#site-navigation.main-navigation.vertical-menu .back i,
#site-navigation.main-navigation.vertical-menu .close i {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
font-size: 15.75px;
font-size: 1.125rem; }
#site-navigation.main-navigation.vertical-menu .back i + .navigation-button__text,
#site-navigation.main-navigation.vertical-menu .close i + .navigation-button__text {
margin-left: 10px; }
#site-navigation.main-navigation.vertical-menu .back .navigation-button__text,
#site-navigation.main-navigation.vertical-menu .close .navigation-button__text {
font-size: 12.25px;
font-size: 0.875rem; }
#site-navigation.main-navigation.vertical-menu .back {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
width: auto;
margin-right: 10px;
opacity: 1;
-webkit-transition: .3s transform, .3s opacity;
-o-transition: .3s transform, .3s opacity;
transition: .3s transform, .3s opacity; }
#site-navigation.main-navigation.vertical-menu .back.hide {
width: 0;
margin-right: 0;
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px); }
#site-navigation.main-navigation.vertical-menu .super-guacamole__menu {
display: none !important; }
#site-navigation.main-navigation .parent-title {
display: none; }
@media (min-width: 600px) {
#site-navigation.main-navigation .parent-title {
display: block; } } .main-navigation-buttons {
display: none; }
@media (min-width: 600px) {
.main-navigation-buttons {
display: block; } } .footer-menu__items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0 -11px;
padding-left: 0;
list-style: none; }
@media (min-width: 900px) {
.footer-menu__items {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.site-footer.style-2 .footer-menu__items {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; } }
.footer-menu__items .menu-item {
padding: 5px 11px;
font-size: .857rem;
text-transform: uppercase; } .comment-navigation,
.posts-navigation,
.post-navigation {
overflow: hidden;
padding-top: 40px;
padding-bottom: 40px; }
.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
width: 100%; }
@media (min-width: 600px) {
.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
width: 50%; } }
.comment-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-previous > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-previous > a,
.post-navigation .nav-next > a {
display: inline-block;
line-height: 2;
display: inline-block;
max-width: 100%;
padding: 13px 50px;
cursor: pointer;
text-align: center;
overflow: hidden;
vertical-align: top;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
border-radius: 5px;
border-width: 0;
border-style: solid;
letter-spacing: 0.01em;
-webkit-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
text-transform: uppercase; }
.comment-navigation .nav-previous > a, .comment-navigation .nav-previous > a:hover,
.comment-navigation .nav-next > a,
.comment-navigation .nav-next > a:hover,
.posts-navigation .nav-previous > a,
.posts-navigation .nav-previous > a:hover,
.posts-navigation .nav-next > a,
.posts-navigation .nav-next > a:hover,
.post-navigation .nav-previous > a,
.post-navigation .nav-previous > a:hover,
.post-navigation .nav-next > a,
.post-navigation .nav-next > a:hover {
text-decoration: none; }
.comment-navigation .nav-previous > a:focus,
.comment-navigation .nav-next > a:focus,
.posts-navigation .nav-previous > a:focus,
.posts-navigation .nav-next > a:focus,
.post-navigation .nav-previous > a:focus,
.post-navigation .nav-next > a:focus {
outline: 0; }
.comment-navigation .nav-previous > a:active,
.comment-navigation .nav-next > a:active,
.posts-navigation .nav-previous > a:active,
.posts-navigation .nav-next > a:active,
.post-navigation .nav-previous > a:active,
.post-navigation .nav-next > a:active {
-webkit-box-shadow: none;
box-shadow: none; }
.comment-navigation .nav-previous > a:before, .comment-navigation .nav-previous > a:after,
.comment-navigation .nav-next > a:before,
.comment-navigation .nav-next > a:after,
.posts-navigation .nav-previous > a:before,
.posts-navigation .nav-previous > a:after,
.posts-navigation .nav-next > a:before,
.posts-navigation .nav-next > a:after,
.post-navigation .nav-previous > a:before,
.post-navigation .nav-previous > a:after,
.post-navigation .nav-next > a:before,
.post-navigation .nav-next > a:after {
display: inline-block;
vertical-align: baseline;
font-size: 10px; }
.comment-navigation .nav-previous > a:hover .nav-text,
.comment-navigation .nav-next > a:hover .nav-text,
.posts-navigation .nav-previous > a:hover .nav-text,
.posts-navigation .nav-next > a:hover .nav-text,
.post-navigation .nav-previous > a:hover .nav-text,
.post-navigation .nav-next > a:hover .nav-text {
text-decoration: underline; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
padding-right: 15px; }
.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before {
content: '\e927';
margin-right: 5px; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
padding-left: 15px;
margin-top: 25px; }
@media (min-width: 600px) {
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
margin-top: 0; } }
.comment-navigation .nav-next a:after,
.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after {
content: '\e928';
margin-left: 5px; } .pagination {
margin-top: 40px;
padding-top: 40px;
border-top-width: 1px;
border-top-style: solid;
text-align: center; }
.posts-list--default + .pagination {
text-align: left; }
.posts-list--grid + .pagination,
.posts-list--masonry + .pagination,
.posts-list--vertical-justify + .pagination {
margin-top: 0; }
.site-content .page-links {
clear: both;
margin: 0 0 1em; }
.site-content .page-links__title {
margin-right: 5px; }
#content .nav-links .page-numbers,
.site-content .page-links a,
.site-content .page-links > .page-links__item,
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers {
line-height: 43px;
display: inline-block;
min-width: 45px;
height: 45px;
padding: 0 2px;
text-align: center;
text-decoration: none;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
margin-bottom: 5px;
border: 1px solid;
border-radius: 5px; }
#content .nav-links .page-numbers:not(:last-child),
.site-content .page-links a:not(:last-child),
.site-content .page-links > .page-links__item:not(:last-child),
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers:not(:last-child) {
margin-right: 5px; }
#content .nav-links .page-numbers.next, #content .nav-links .page-numbers.prev,
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.next,
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.prev {
border: none;
margin: 0 5px; }
#content .nav-links .page-numbers.next i, #content .nav-links .page-numbers.prev i,
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.next i,
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.prev i {
vertical-align: baseline; }
#content .nav-links .page-numbers.prev:first-child,
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.prev:first-child {
margin: 0 13px 0 0; } .breadcrumbs {
position: relative;
padding: 34px 0 33px; }
.breadcrumbs:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(//www.own-advice.nl/wp-content/themes/growlex/assets/images/texture.png);
background-repeat: repeat;
background-position: 50% 50%;
opacity: 1;
z-index: 1; }
.breadcrumbs .row, .breadcrumbs .cherry-services.services-wrap .cherry-services-row, .cherry-services.services-wrap .breadcrumbs .cherry-services-row {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
z-index: 10; }
.breadcrumbs__title, .breadcrumbs__items {
padding-left: 1.4285rem;
padding-right: 1.4285rem; }
.breadcrumbs__title {
text-transform: uppercase; }
.breadcrumbs__browse {
display: inline-block;
margin-right: .5em; }
.breadcrumbs__wrap {
margin: 5px 0;
display: inline-block; }
.breadcrumbs__item {
display: inline-block;
text-transform: uppercase; }
.breadcrumbs__item-sep {
margin: 0 1.5px; }
.breadcrumbs__item-link {
text-decoration: none; }
.breadcrumbs__item-link:hover {
text-decoration: underline; }
.breadcrumbs__item-target {
text-decoration: underline; } .social-list .social-list__items {
margin-left: -9px;
margin-right: -9px; }
.social-list .social-list__items .menu-item {
padding-left: 9px;
padding-right: 9px; }
.social-list .menu-item {
margin: 0; }
.social-list .menu-item::before {
display: none; }
.social-list .menu-item > a {
display: block;
text-decoration: none;
text-align: center; }
.social-list .menu-item > a:hover {
text-decoration: none; }
.social-list .menu-item > a[href*="codepen.io"]::before {
content: '\f1cb'; }
.social-list .menu-item > a[href*="digg.com"]::before {
content: '\f1a6'; }
.social-list .menu-item > a[href*="dribbble.com"]::before {
content: '\f17d'; }
.social-list .menu-item > a[href*="dropbox.com"]::before {
content: '\f16b'; }
.social-list .menu-item > a[href*="flickr.com"]::before {
content: '\f16e'; }
.social-list .menu-item > a[href*="github.com"]::before {
content: '\f09b'; }
.social-list .menu-item > a[href*="linkedin.com"]::before {
content: '\f0e1'; }
.social-list .menu-item > a[href*="pinterest.com"]::before {
content: '\f0d2'; }
.social-list .menu-item > a[href*="getpocket.com"]::before {
content: '\f265'; }
.social-list .menu-item > a[href*="reddit.com"]::before {
content: '\f1a1'; }
.social-list .menu-item > a[href*="skype.com"]::before, .social-list .menu-item > a[href*="skype:"]::before {
content: '\f17e'; }
.social-list .menu-item > a[href*="stumbleupon.com"]::before {
content: '\f1a4'; }
.social-list .menu-item > a[href*="tumblr.com"]::before {
content: '\f173'; }
.social-list .menu-item > a[href*="vimeo.com"]::before {
content: '\f27d'; }
.social-list .menu-item > a[href*="wordpress.org"]::before, .social-list .menu-item > a[href*="wordpress.com"]::before {
content: '\f19a'; }
.social-list .menu-item > a[href*="youtube.com"]::before {
content: '\f167'; }
.social-list .menu-item > a[href*="amazon.com"]::before {
content: '\f270'; }
.social-list .menu-item > a[href*="tripadvisor"]::before {
content: '\f262'; }
.social-list .menu-item > a[href*="ycombinator.com"]::before {
content: '\f23b'; }
.social-list .menu-item > a[href*="xing.com"]::before {
content: '\f168'; }
.social-list .menu-item > a[href*="yahoo."]::before {
content: '\f19e'; }
.social-list .menu-item > a[href*="vine.co"]::before {
content: '\f1ca'; }
.social-list .menu-item > a[href*="weibo.com"]::before {
content: '\f18a'; }
.social-list .menu-item > a[href*="trello.com"]::before {
content: '\f181'; }
.social-list .menu-item > a[href*="steampowered.com"]::before {
content: '\f1b6'; }
.social-list .menu-item > a[href*="soundcloud.com"]::before {
content: '\f1be'; }
.social-list .menu-item > a[href*="spotify.com"]::before {
content: '\f1bc'; }
.social-list .menu-item > a[href*="stackexchange.com"]::before {
content: '\f18d'; }
.social-list .menu-item > a[href*="stackoverflow.com"]::before {
content: '\f16c'; }
.social-list .menu-item > a[href*="slideshare.net"]::before {
content: '\f1e7'; }
.social-list .menu-item > a[href*="slack.com"]::before {
content: '\f198'; }
.social-list .menu-item > a[href*="skyatlas.com"]::before {
content: '\f216'; }
.social-list .menu-item > a[href*="last.fm"]::before {
content: '\f202'; }
.social-list .menu-item > a[href*="jsfiddle.net"]::before {
content: '\f1cc'; }
.social-list .menu-item > a[href*="behance.net"]::before {
content: '\f1b4'; }
.social-list .menu-item > a[href*="bitbucket.org"]::before {
content: '\f171'; }
.social-list .menu-item > a[href*="codepen.io"]::before {
content: '\f1cb'; }
.social-list .menu-item > a[href*="codiepie.com"]::before {
content: '\f284'; }
.social-list .menu-item > a[href*="connectdevelop.com"]::before {
content: '\f20e'; }
.social-list .menu-item > a[href*="dashcube.com"]::before {
content: '\f210'; }
.social-list .menu-item > a[href*="contao.org"]::before {
content: '\f26d'; }
.social-list .menu-item > a[href*="delicious.com"]::before {
content: '\f1a5'; }
.social-list .menu-item > a[href*="deviantart.com"]::before {
content: '\f1bd'; }
.social-list .menu-item > a[href*="vk.com"]::before {
content: '\f189'; }
.social-list .menu-item > a[href*="facebook.com"]::before {
content: '\eb82'; }
.social-list .menu-item > a[href*="twitter.com"]::before {
content: '\eb98'; }
.social-list .menu-item > a[href*="plus.google.com"]::before {
content: '\eb86'; }
.social-list .menu-item > a[href*="instagram.com"]::before {
content: '\eb87'; }
.social-list .menu-item > a::before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
font-size: 1rem;
display: block;
line-height: 1.5em;
margin: auto; }
.social-list--text .social-list .menu-item > a::before {
display: none; }
.social-list .menu-item > a[href*="facebook.com"]::before, .social-list .menu-item > a[href*="twitter.com"]::before, .social-list .menu-item > a[href*="plus.google.com"]::before, .social-list .menu-item > a[href*="instagram.com"]::before {
display: inline-block;
font-family: 'nc-icon-mini';
line-height: 1;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; } .menu-toggle {
padding: 14px 0px;
cursor: pointer;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: 0.15s;
-o-transition-duration: 0.15s;
transition-duration: 0.15s;
-webkit-transition-timing-function: linear;
-o-transition-timing-function: linear;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background: none;
border: 0;
margin: 0;
overflow: visible; }
.menu-toggle:hover {
opacity: 1; }
.menu-toggle:focus {
outline: none; }
.menu-toggle .menu-toggle-inner {
-webkit-transition-duration: 0.1s;
-o-transition-duration: 0.1s;
transition-duration: 0.1s;
-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
-o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.menu-toggle .menu-toggle-inner::before {
-webkit-transition: top 0.1s 0.14s ease,
opacity 0.1s ease;
-o-transition: top 0.1s 0.14s ease,
opacity 0.1s ease;
transition: top 0.1s 0.14s ease,
opacity 0.1s ease; }
.menu-toggle .menu-toggle-inner::after {
-webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
-o-transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.menu-toggle.toggled .menu-toggle-inner {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition-delay: 0.14s;
-o-transition-delay: 0.14s;
transition-delay: 0.14s;
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.menu-toggle.toggled .menu-toggle-inner::before {
top: 0;
opacity: 0;
-webkit-transition: top 0.1s ease,
opacity 0.1s 0.14s ease;
-o-transition: top 0.1s ease,
opacity 0.1s 0.14s ease;
transition: top 0.1s ease,
opacity 0.1s 0.14s ease; }
.menu-toggle.toggled .menu-toggle-inner::after {
bottom: 0;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }
.menu-toggle-box {
width: 18px;
height: 14px;
display: block;
position: relative; }
.menu-toggle-inner {
display: block;
top: 50%;
margin-top: -1px;
background-color: #333; }
.menu-toggle-inner, .menu-toggle-inner::before, .menu-toggle-inner::after {
width: 18px;
height: 2px;
border-radius: 0px;
position: absolute;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.15s;
-o-transition-duration: 0.15s;
transition-duration: 0.15s;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease; }
.menu-toggle-inner::before, .menu-toggle-inner::after {
background-color: inherit; }
.menu-toggle-inner::before, .menu-toggle-inner::after {
content: "";
display: block; }
.menu-toggle-inner::before {
top: -6px; }
.menu-toggle-inner::after {
bottom: -6px; }   .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 12.25px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0; }  @media (min-width: 600px) {
.alignleft {
float: left;
margin-right: 20px;
margin-top: 10px;
margin-bottom: 10px; } }
@media (min-width: 900px) {
.alignleft {
margin-right: 50px; } }
@media (min-width: 600px) {
.alignright {
float: right;
margin-left: 20px;
margin-top: 10px;
margin-bottom: 10px; } }
@media (min-width: 900px) {
.alignright {
margin-left: 50px; } } .aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto; }
@media (min-width: 900px) {
.alignnone {
margin-top: 15px;
margin-bottom: 15px; } } .clear:before, .posts-list--default-small-image .hentry:before, .widget_recent_comments ul li:before,
.clear:after,
.posts-list--default-small-image .hentry:after,
.widget_recent_comments ul li:after,
.comment-body:before,
.comment-body:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed; }
.clear:after,
.posts-list--default-small-image .hentry:after,
.widget_recent_comments ul li:after,
.comment-body:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both; }
.hidden {
display: none; } .comments-area {
position: relative;
padding-top: 35px; }
.comments-title {
margin-bottom: 18px; }
.comment-list {
margin-bottom: 36px;
list-style: none; }
.comment-list .children {
margin-left: 0;
padding-left: 10px;
list-style: none; }
@media (min-width: 900px) {
.comment-list .children {
padding-left: 30px; } }
.comment-list .children > .comment {
margin-top: 23px;
padding-top: 26px;
border-top: 1px dashed; }
.comment-list > .comment + .comment,
.comment-list > .comment + .pingback,
.comment-list > .pingback + .comment,
.comment-list > .pingback + .pingback {
margin-top: 23px;
padding-top: 26px;
border-top: 1px dashed; }
.comments-area > .comment-list {
padding-bottom: 36px; }
.comment-body__holder {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.comment-body .avatar {
width: 40px;
margin-right: 15px;
border-radius: 50%;
margin-top: 5px; }
@media (min-width: 900px) {
.comment-body .avatar {
width: auto;
margin-right: 25px; } }
.comment-body .fn {
display: block;
margin-bottom: 5px; }
.comment-body .fn a:after {
content: " " attr(href); }
.comment-body .reply {
margin-top: 16px; }
.comment-content-wrap {
-webkit-box-flex: 0;
-ms-flex: 0 1 100%;
flex: 0 1 100%; }
.comment-author {
-ms-flex-negative: 0;
flex-shrink: 0; }
.comment-content {
margin-top: 16px; }
.comment-reply-link {
font-size: 12px;
text-transform: uppercase;
font-weight: 500; }
.comment-reply-link:before {
content: '\e911';
vertical-align: baseline;
margin-right: 5px; }
.comment-date__link {
color: inherit; }
.bypostauthor {
display: block; } .swiper-pagination-bullets {
position: absolute; }
.swiper-container.swiper-container-horizontal .swiper-pagination-bullets {
bottom: 10px; }
.widget-carousel .swiper-pagination-bullets {
position: static; }
.swiper-pagination-bullet {
width: 12px;
height: 12px;
opacity: 1;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s; }
.swiper-container.swiper-container-horizontal .swiper-pagination-bullet {
margin: 0 7px; }
.post-gallery .swiper-pagination {
display: none; }
.swiper-button-next, .swiper-button-prev {
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: auto;
height: auto;
border-radius: 50%;
line-height: 1;
margin: 0;
background-image: none !important;
text-align: center;
-webkit-transition: .2s ease-out;
-o-transition: .2s ease-out;
transition: .2s ease-out; }
.posts-list:not(.posts-list--default-modern) .swiper-button-next,
.single-post .post-gallery .swiper-button-next, .posts-list:not(.posts-list--default-modern) .swiper-button-prev,
.single-post .post-gallery .swiper-button-prev {
top: auto;
bottom: 10px;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
.swiper-button-next:before, .swiper-button-prev:before {
font-size: 12px;
line-height: 1;
padding: 16px;
-webkit-transition: 0.25s cubic-bezier(0.59, 0.15, 0.28, 1.65);
-o-transition: 0.25s cubic-bezier(0.59, 0.15, 0.28, 1.65);
transition: 0.25s cubic-bezier(0.59, 0.15, 0.28, 1.65); }
.widget-carousel .swiper-button-next,
.post-gallery .swiper-button-next, .widget-carousel .swiper-button-prev,
.post-gallery .swiper-button-prev {
display: none; }
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
pointer-events: auto; }
.swiper-button-next.swiper-button-disabled:before, .swiper-button-prev.swiper-button-disabled:before {
padding: 13px; }
.posts-list:not(.posts-list--default-modern) .swiper-button-next,
.single-post .post-gallery .swiper-button-next, .posts-list:not(.posts-list--default-modern)
.swiper-container.swiper-container-rtl .swiper-button-prev,
.single-post .post-gallery
.swiper-container.swiper-container-rtl .swiper-button-prev {
right: 10px; }
.posts-list:not(.posts-list--default-modern) .swiper-button-prev,
.single-post .post-gallery .swiper-button-prev, .posts-list:not(.posts-list--default-modern)
.swiper-container.swiper-container-rtl .swiper-button-next,
.single-post .post-gallery
.swiper-container.swiper-container-rtl .swiper-button-next {
left: auto;
right: 58px; } .post-author-bio {
position: relative;
padding-top: 33px;
padding-bottom: 34px; }
.position-fullwidth .post-author-bio {
padding-left: 0;
padding-right: 0; }
.position-fullwidth .post-author-bio:before {
width: 100vw;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.post-author__holder {
position: relative;
z-index: 2; }
.post-author__avatar {
float: left;
margin: 5px 1em 10px 0; }
@media (min-width: 900px) {
.post-author__avatar {
margin: 5px 22px 10px 0; } }
.post-author__avatar .avatar {
width: 75px;
vertical-align: top;
border-radius: 50%; }
@media (min-width: 900px) {
.post-author__avatar .avatar {
width: auto; } }
.post-author__avatar + .post-author__content {
overflow: hidden; }
.post-author__super-title {
margin-bottom: 17px; }
.post-author__title {
margin-bottom: 20px; }
.post-author__super-title + .post-author__title {
margin-top: 0; } .share-btns__list {
position: relative;
line-height: 1; }
@media (min-width: 600px) {
.posts-list--default-fullwidth-image .post__date + .share-btns__list,
.single-post .post__date + .share-btns__list,
.cherry-projects-single .share-btns__list {
margin-top: 30px; } }
.posts-list .share-btns__items,
.single-post .share-btns__items,
.cherry-projects-single .share-btns__items {
margin-left: -15px;
margin-right: -15px; }
.posts-list .share-btns__items > *,
.single-post .share-btns__items > *,
.cherry-projects-single .share-btns__items > * {
padding-left: 15px;
padding-right: 15px; }
@media (min-width: 600px) {
.posts-list--default-fullwidth-image .share-btns__items,
.single-post .share-btns__items,
.cherry-projects-single .share-btns__items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-left: 0;
margin-right: 0; }
.posts-list--default-fullwidth-image .share-btns__items > *,
.single-post .share-btns__items > *,
.cherry-projects-single .share-btns__items > * {
padding-left: 0;
padding-right: 0; } }
.share-btns__item {
text-align: center; }
.posts-list .share-btns__item,
.single-post .share-btns__item,
.cherry-projects-single .share-btns__item {
display: inline-block;
vertical-align: middle; }
@media (min-width: 600px) {
.posts-list--default-fullwidth-image .share-btns__item,
.single-post .share-btns__item,
.cherry-projects-single .share-btns__item {
display: block; } }
@media (min-width: 600px) {
.posts-list--default-fullwidth-image .share-btns__item + .share-btns__item,
.single-post .share-btns__item + .share-btns__item,
.cherry-projects-single .share-btns__item + .share-btns__item {
margin-top: 23px; } }
.share-btns__link {
text-align: center;
text-decoration: none;
color: #d0d0d4;
font-size: 14px;
font-size: 1rem; }
.share-btns__before i {
font-size: 15.75px;
font-size: 1.125rem; }
.single .share-btns__before {
display: none; } .contact-block__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.site-footer.style-1 .contact-block__inner {
margin-left: -10px;
margin-right: -10px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.site-footer.style-1 .contact-block__inner > * {
padding-left: 10px;
padding-right: 10px; }
@media (min-width: 900px) {
.site-footer.style-1 .contact-block__inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap; } }
.site-footer.style-2 .contact-block__inner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.site-header .contact-block__inner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
@media (min-width: 900px) {
.site-header .contact-block__inner {
margin-left: -9px;
margin-right: -9px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.site-header .contact-block__inner > * {
padding-left: 9px;
padding-right: 9px; } }
.contact-block__item {
padding-top: 5px;
padding-bottom: 5px;
position: relative; }
.site-footer.style-2 .contact-block__item + .contact-block__item {
margin-top: 1px; }
.contact-block__item a {
display: inline-block; }
.contact-block__item--icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.contact-block__item:not(.contact-block__item--icon) {
text-align: center; }
@media (min-width: 900px) {
.contact-block__item:not(.contact-block__item--icon) {
text-align: left; } }
.contact-block__icon {
font-size: 14px;
margin-right: 6px; }
.contact-block__text {
text-align: left; }
.contact-block__label {
padding-right: 4px; }
.contact-block.contact-block--header {
line-height: 1.42;
font-size: .86rem; }
@media (min-width: 900px) {
.contact-block.contact-block--header {
font-size: 1rem; } }
.contact-block.contact-block--header .contact-block__inner,
.contact-block.contact-block--header .contact-block__item {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.contact-block.contact-block--header .contact-block__icon {
font-size: 20px;
margin-right: 9px; }
.contact-block.contact-block--header .contact-block__label {
display: block;
padding-right: 0; }
.contact-block.contact-block--header a[href^="tel:"] {
font-size: 1.29em;
line-height: 1.2; } .mfp-bg {
background: #ffffff;
opacity: 1; }
.mfp-zoom-out-cur {
cursor: auto; }
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: pointer; }
.mfp-iframe-holder .mfp-figure:after,
.mfp-image-holder .mfp-figure:after {
-webkit-box-shadow: none;
box-shadow: none; }
.mfp-iframe-holder .mfp-bottom-bar,
.mfp-image-holder .mfp-bottom-bar {
display: none; }
.mfp-iframe-holder .mfp-close,
.mfp-iframe-holder .mfp-arrow,
.mfp-iframe-holder .mfp-arrow:before,
.mfp-iframe-holder .mfp-arrow:after,
.mfp-image-holder .mfp-close,
.mfp-image-holder .mfp-arrow,
.mfp-image-holder .mfp-arrow:before,
.mfp-image-holder .mfp-arrow:after {
opacity: 1; }
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
font-size: 0;
padding: 5px 15px;
right: 0;
position: fixed;
width: auto;
height: 40px;
line-height: 40px;
text-align: center; }
.mfp-iframe-holder .mfp-close:before,
.mfp-image-holder .mfp-close:before {
content: '\ed2b';
font-size: 26px;
line-height: 30px; }
.mfp-iframe-holder .mfp-arrow:before, .mfp-iframe-holder .mfp-arrow:after,
.mfp-image-holder .mfp-arrow:before,
.mfp-image-holder .mfp-arrow:after { border: none;
width: 50px;
height: 1px;
margin: 0;
position: absolute;
top: 50%;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s; }
.mfp-iframe-holder .mfp-arrow-left:before, .mfp-iframe-holder .mfp-arrow-left:after,
.mfp-image-holder .mfp-arrow-left:before,
.mfp-image-holder .mfp-arrow-left:after { left: 20px;
-webkit-transform-origin: 0 center;
-ms-transform-origin: 0 center;
transform-origin: 0 center; }
.mfp-iframe-holder .mfp-arrow-left:before,
.mfp-image-holder .mfp-arrow-left:before { -webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }
.mfp-iframe-holder .mfp-arrow-left:after,
.mfp-image-holder .mfp-arrow-left:after { -webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.mfp-iframe-holder .mfp-arrow-right:before, .mfp-iframe-holder .mfp-arrow-right:after,
.mfp-image-holder .mfp-arrow-right:before,
.mfp-image-holder .mfp-arrow-right:after { right: 20px;
left: auto;
-webkit-transform-origin: 100% center;
-ms-transform-origin: 100% center;
transform-origin: 100% center; }
.mfp-iframe-holder .mfp-arrow-right:before,
.mfp-image-holder .mfp-arrow-right:before { -webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.mfp-iframe-holder .mfp-arrow-right:after,
.mfp-image-holder .mfp-arrow-right:after { -webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }  .card {
display: block; } @media (min-width: 600px) {
.card-deck {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: -1.4285rem;
margin-left: -1.4285rem;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap; }
.card-deck .card {
padding-right: 1.4285rem;
padding-left: 1.4285rem;
max-width: calc(100% / 2);
width: calc(100% / 2);
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% / 2);
flex: 0 0 calc(100% / 2); } }
@media (min-width: 1200px) {
.posts-list--grid-3-cols .card {
max-width: calc(100% / 3);
width: calc(100% / 3);
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% / 3);
flex: 0 0 calc(100% / 3); } } @media (min-width: 600px) {
.card-columns {
-webkit-column-gap: 2.857rem;
column-gap: 2.857rem;
-webkit-column-count: 2;
column-count: 2; }
.card-columns .card {
display: inline-block;
width: 100%; } }
@media (min-width: 1200px) {
.posts-list--masonry-3-cols {
-webkit-column-count: 3;
column-count: 3; } } @media (min-width: 600px) {
.posts-list--vertical-justify {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: -1.4285rem;
margin-left: -1.4285rem;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap; }
.posts-list--vertical-justify .card {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% / 2);
flex: 0 0 calc(100% / 2);
width: calc(100% / 2);
max-width: calc(100% / 2);
padding-right: 1.4285rem;
padding-left: 1.4285rem; } }
@media (min-width: 1200px) {
.posts-list--vertical-justify .card {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% / 3);
flex: 0 0 calc(100% / 3);
width: calc(100% / 3);
max-width: calc(100% / 3); }
.posts-list--vertical-justify .card:nth-child(7n + 2), .posts-list--vertical-justify .card:nth-child(7n + 3) {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% / 1.5);
flex: 0 0 calc(100% / 1.5);
width: calc(100% / 1.5);
max-width: calc(100% / 1.5); } } .site {
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-height: 100vh; }
.wordwrap .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 {
width: 100%; }
.site-content {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
min-height: 1px; }
.site-content_wrap {
margin-top: 80px;
margin-bottom: 80px; }
.error404 .site-content_wrap,
.search.search-no-results .site-content_wrap {
margin-top: 0;
margin-bottom: 0; }
.site-content_wrap .sidebar,
.site-content_wrap .single-service,
.site-content_wrap .single-project {
position: relative; }
@media (min-width: 1200px) {
.position-one-right-sidebar .site-content_wrap .sidebar, .position-one-right-sidebar
.site-content_wrap .single-service, .position-one-right-sidebar
.site-content_wrap .single-project {
padding-left: 4.2855rem; }
.position-one-right-sidebar .site-content_wrap .sidebar:before, .position-one-right-sidebar
.site-content_wrap .single-service:before, .position-one-right-sidebar
.site-content_wrap .single-project:before {
left: 20px; } }
@media (min-width: 1200px) {
.position-one-left-sidebar .site-content_wrap .sidebar, .position-one-left-sidebar
.site-content_wrap .single-service, .position-one-left-sidebar
.site-content_wrap .single-project {
padding-right: 4.2855rem; }
.position-one-left-sidebar .site-content_wrap .sidebar:before, .position-one-left-sidebar
.site-content_wrap .single-service:before, .position-one-left-sidebar
.site-content_wrap .single-project:before {
right: 20px; } } .site .container.site-header, .site .container.site-content, .site .container.site-footer {
padding-left: 0;
padding-right: 0; }
.site .row.vertical-center, .site .cherry-services.services-wrap .vertical-center.cherry-services-row, .cherry-services.services-wrap .site .vertical-center.cherry-services-row {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
@media (min-width: 1200px) {
.site .full-height {
min-height: 100vh; } }
@media (min-width: 1200px) {
.site .vertical-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex; } } .site-header {
margin-top: 60px;
z-index: 100; }
@media (min-width: 600px) {
.site-header {
margin-top: 0;
position: relative; } }
.header-container {
padding: 25px 0;
position: relative; }
.header-container_wrap {
position: relative;
z-index: 10; }
.style-1 .header-container,
.style-2 .header-container,
.style-6 .header-container,
.style-7 .header-container {
padding: 0; }
@media (min-width: 600px) {
.style-3 .header-container {
padding: 0 0 15px; } }
@media (min-width: 600px) {
.style-4 .header-container,
.style-5 .header-container {
padding: 10px 0 0; } }
@media (min-width: 900px) {
.style-4 .header-container,
.style-5 .header-container {
padding: 0; } }
.site-header .header-container.transparent {
position: absolute !important;
left: 0;
right: 0;
z-index: 90; }
.site-header .header-container.transparent:not(.isStuck) {
background: none;
top: auto !important; }
.header-container__flex {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
@media (min-width: 600px) {
.header-container__flex {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px; }
.header-container__flex > * {
margin-left: 15px;
margin-right: 15px; } }
@media (min-width: 900px) {
.site-header.style-1 .header-container__flex,
.site-header.style-4 .header-container__flex,
.site-header.style-5 .header-container__flex {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; } }
@media (min-width: 600px) {
.site-header.style-2 .header-container__flex,
.site-header.style-3 .header-container__flex {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; } }
.header-container__flex-wrap {
position: relative;
z-index: 100; }
.header-row__flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.header-row__flex > * {
padding-left: 10px;
padding-right: 10px; }
.header-row__flex > *:first-child {
padding-left: 0; }
.header-row__flex > *:last-child {
padding-right: 0; }
.header-nav-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-flex: 1;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
max-width: 100%;
width: 100%; }
@media (min-width: 600px) {
.header-nav-wrapper .main-navigation {
-webkit-box-flex: 1;
-ms-flex: 1 1 80%;
flex: 1 1 80%; }
.header-nav-wrapper .header-components:not(:empty) {
margin-left: 25px;
margin-top: -5px; } }
@media (min-width: 900px) {
.header-nav-wrapper {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: auto; }
.header-nav-wrapper .header-components:not(:empty) {
margin-left: 25px; } }
@media (min-width: 600px) {
.style-2 .header-nav-wrapper {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%; } }
.header-components {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.header-components > *:not(:last-child) {
margin-right: 20px; }
.header-components__contact-button {
display: block;
padding-bottom: 20px; }
@media (min-width: 900px) {
.header-components__contact-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding-bottom: 0; } }
.header-components__contact-button > * {
padding-left: 0;
padding-right: 0;
padding-top: 20px; }
@media (min-width: 900px) {
.header-components__contact-button > * {
padding-top: 15px;
padding-bottom: 14px; } }
.header-components__contact-button .contact-block {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 0;
flex-shrink: 0; }
.header-components__contact-button .contact-block .contact-block__inner {
display: block; }
@media (min-width: 600px) {
.header-components__contact-button .contact-block .contact-block__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; } }
.header-components__contact-button .contact-block .contact-block__item {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
@media (min-width: 900px) {
.header-components__contact-button .contact-block + .header-btn-wrap {
text-align: right;
padding-left: 1.4285rem; } }
@media (min-width: 900px) {
.header-components__contact-button .header-btn-wrap {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-left: auto; } }
@media (min-width: 900px) {
.header-components__grid-elements > *:first-child {
padding-right: 1.4285rem; } }
@media (min-width: 900px) {
.header-components__grid-elements > *:last-child {
padding-left: 1.4285rem; } }
@media (min-width: 900px) {
.header-components__grid-elements > *:first-child:last-child {
padding-left: 0;
padding-right: 0; } }
.header-components__grid-elements .contact-block__inner {
margin-left: -1.4285rem;
margin-right: -1.4285rem; }
.header-components__grid-elements .contact-block__inner > * {
padding-left: 1.4285rem;
padding-right: 1.4285rem; }
@media (min-width: 900px) {
.header-components__grid-elements .contact-block__inner .contact-block__item {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
-ms-flex-negative: 0;
flex-shrink: 0; } }
.site-branding,
.header-components {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto; }
@media (max-width: 599px) {
.header-container .vertical-menu-toggle, .header-container
.header-components, .header-container
.header-search {
display: none; } }
@media (min-width: 600px) {
.site-header .site-branding,
.site-header .main-navigation,
.site-header .menu-toggle {
visibility: visible;
opacity: 1;
-webkit-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out; } }
.site-header .header-components > * {
visibility: visible;
opacity: 1;
-webkit-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out; }
@media (min-width: 600px) {
.site-header.search-active .site-branding,
.site-header.search-active .main-navigation,
.site-header.search-active .menu-toggle {
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px); } }
.site-header.search-active .header-components > * {
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px); }
.site-header.style-1 .header-container_wrap > *:not(:first-child) {
border-top: 1px solid;
position: relative;
z-index: 10; }
.site-header.style-1 .header-container_wrap > *:not(:first-child):before, .site-header.style-1 .header-container_wrap > *:not(:first-child):after {
content: '';
width: 100vw;
height: 100%;
position: absolute;
top: -1px;
border-top: 1px solid;
border-color: inherit;
z-index: -1; }
.site-header.style-1 .header-container_wrap > *:not(:first-child):before {
right: 100%; }
.site-header.style-1 .header-container_wrap > *:not(:first-child):after {
left: 100%; }
.site-header.style-1 .header-container__flex-wrap {
padding-top: 20px;
padding-bottom: 20px; }
@media (min-width: 900px) {
.site-header.style-1 .header-container__flex-wrap {
padding-top: 0;
padding-bottom: 0; } }
@media (min-width: 900px) {
.site-header.style-1 .site-branding {
margin-top: 18px; } }
@media (min-width: 600px) {
.site-header.style-1 .main-navigation .menu {
margin-top: 0; } }
@media (min-width: 900px) {
.site-header.style-1 .main-navigation .menu {
margin-top: 22px;
margin-bottom: 21px;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; } }
@media (min-width: 900px) {
.site-header.style-1 .main-navigation:only-child .menu {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; } }
@media (min-width: 600px) {
.site-header.style-1 .search-form {
left: 0;
right: 35px; } }
@media (min-width: 600px) {
.site-header.style-1 .search-form__close {
right: 0; } }
@media (min-width: 600px) {
.site-header.style-2 .main-navigation .menu {
margin-top: 0; } }
.site-header.style-2 .header-container_wrap > .header-row__flex {
display: block; }
@media (min-width: 1200px) {
.site-header.style-2 .header-container_wrap > .header-row__flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex; } }
.site-header.style-2 .header-container_wrap > .header-row__flex > * {
padding-left: 0;
padding-right: 0; }
@media (min-width: 1200px) {
.site-header.style-2 .header-container_wrap > .header-row__flex > * {
padding-left: 10px;
padding-right: 10px; }
.site-header.style-2 .header-container_wrap > .header-row__flex > *:first-child {
padding-left: 0; }
.site-header.style-2 .header-container_wrap > .header-row__flex > *:last-child {
padding-right: 0; } }
.site-header.style-2 .header-row__flex {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.site-header.style-2 .header-components {
padding-top: 5px;
padding-bottom: 5px; }
@media (min-width: 1200px) {
.site-header.style-2 .header-components__contact-button {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; } }
.site-header.style-2 .header-components__contact-button > * {
padding-top: 14px;
padding-bottom: 13px; }
@media (min-width: 900px) {
.site-header.style-2 .header-components__contact-button .contact-block + .header-btn-wrap {
padding-left: 1.90467rem; } }
.site-header.style-2 .header-components__contact-button .header-btn-wrap {
-ms-flex-preferred-size: auto;
flex-basis: auto;
max-width: inherit; }
@media (min-width: 600px) {
.site-header.style-2 .header-nav-wrapper {
border-top: 1px solid;
padding-top: 15px;
padding-bottom: 16px;
position: relative;
z-index: 10; }
.site-header.style-2 .header-nav-wrapper:before, .site-header.style-2 .header-nav-wrapper:after {
content: '';
width: 100vw;
height: 100%;
position: absolute;
top: -1px;
border-top: 1px solid;
border-color: inherit;
z-index: -1; }
.site-header.style-2 .header-nav-wrapper:before {
right: 100%; }
.site-header.style-2 .header-nav-wrapper:after {
left: 100%; }
.site-header.style-2 .header-nav-wrapper .main-navigation:not(.vertical-menu) .menu .sub-menu {
margin-top: 13px; }
.site-header.style-2 .header-nav-wrapper .main-navigation:not(.vertical-menu) .menu .sub-menu .sub-menu {
margin-top: 0; }
.site-header.style-2 .header-nav-wrapper .main-navigation .menu > li > .sub-menu::before {
height: 13px;
top: -13px; } }
@media (min-width: 600px) {
.site-header.style-2 .header-nav-wrapper .isStuck {
padding-top: 16px;
padding-bottom: 16px; } }
.site-header.style-2 .site-branding {
margin-top: 20px;
margin-bottom: 20px; }
@media (min-width: 1200px) {
.site-header.style-2 .site-branding {
-ms-flex-preferred-size: 25%;
flex-basis: 25%; } }
@media (min-width: 600px) {
.site-header.style-2 .search-form {
left: 0;
right: 35px; } }
@media (min-width: 600px) {
.site-header.style-2 .search-form__close {
right: 0; } }
@media (min-width: 600px) {
.site-header.style-2.search-active .site-branding {
opacity: 1;
visibility: visible;
-webkit-transform: none;
-ms-transform: none;
transform: none; } }
.site-header.search-active.style-2 .cherry-search .search-form.cherry-search__form {
top: 49.5%; }
.site-header.style-3 .main-navigation {
margin: 0; }
.site-header.style-3 .header-components {
padding-top: 5px;
padding-bottom: 5px; }
.site-header.style-3 .header-container__flex-wrap {
border-top: 1px solid;
padding-top: 13px;
position: relative;
z-index: 10; }
.site-header.style-3 .header-container__flex-wrap:before, .site-header.style-3 .header-container__flex-wrap:after {
content: '';
width: 100vw;
height: 100%;
position: absolute;
top: -1px;
border-top: 1px solid;
border-color: inherit;
z-index: -1; }
.site-header.style-3 .header-container__flex-wrap:before {
right: 100%; }
.site-header.style-3 .header-container__flex-wrap:after {
left: 100%; }
.site-header.style-3 .contact-block--header {
padding-top: 0; }
@media (min-width: 600px) {
.site-header.style-3 .contact-block--header {
padding-top: 15px; } }
@media (min-width: 600px) {
.site-header.style-3 .site-branding {
margin-top: 10px;
margin-bottom: 10px; } }
@media (min-width: 600px) {
.site-header.style-3 .search-form {
left: 0;
right: 35px;
padding-top: 10px; } }
@media (min-width: 600px) {
.site-header.style-3 .search-form__close {
right: 0;
padding-top: 10px; } }
@media (min-width: 600px) {
.site-header.style-3.search-active .header-row__flex.header-components > * {
opacity: 1;
visibility: visible;
-webkit-transform: none;
-ms-transform: none;
transform: none; } }
.site-header.style-4 .header-container {
padding: 0 0 0; }
.site-header.style-4 .site-branding {
margin-top: 20px;
margin-bottom: 20px; }
@media (min-width: 900px) {
.site-header.style-4 .site-branding {
margin-top: 0;
margin-bottom: 0; } }
@media (min-width: 600px) {
.site-header.style-4 .main-navigation .menu {
margin-top: 0; } }
@media (min-width: 900px) {
.site-header.style-4 .main-navigation .menu {
margin-top: 22px;
margin-bottom: 22px;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; } }
@media (min-width: 600px) {
.site-header.style-4 .search-form {
left: 0;
right: 35px; } }
@media (min-width: 600px) {
.site-header.style-4 .search-form__close {
right: 0; } }
.site-header.style-4 .header-components__contact-button {
border-top: 1px solid;
position: relative;
z-index: 10; }
.site-header.style-4 .header-components__contact-button:before, .site-header.style-4 .header-components__contact-button:after {
content: '';
width: 100vw;
height: 100%;
position: absolute;
top: -1px;
border-top: 1px solid;
border-color: inherit;
z-index: -1; }
.site-header.style-4 .header-components__contact-button:before {
right: 100%; }
.site-header.style-4 .header-components__contact-button:after {
left: 100%; }
.site-header.style-5 .row, .site-header.style-5 .cherry-services.services-wrap .cherry-services-row, .cherry-services.services-wrap .site-header.style-5 .cherry-services-row {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.site-header.style-5 .header-container {
padding-bottom: 0; }
@media (min-width: 600px) {
.site-header.style-5 .header-nav-wrapper {
padding: 0 10px;
padding-top: 15px;
padding-bottom: 15px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; } }
@media (min-width: 1200px) {
.site-header.style-5 .header-nav-wrapper {
padding-right: 20px; }
.site-header.style-5 .header-nav-wrapper .main-menu-style-1 {
padding-left: 10px; } }
.site-header.style-5 .header-nav-wrapper {
position: relative; }
.site-header.style-5 .header-nav-wrapper:before {
content: '';
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
border-top-left-radius: 5px;
border-top-right-radius: 5px; }
.header-layout-fullwidth .site-header.style-5 .header-nav-panel--fullwidth .header-nav-wrapper {
padding-left: 0;
padding-right: 0; }
.header-layout-fullwidth .site-header.style-5 .header-nav-panel--fullwidth .header-nav-wrapper .main-menu-style-1 {
padding-left: 0; }
.header-layout-fullwidth .site-header.style-5 .header-nav-panel--fullwidth .header-nav-wrapper:before {
width: 100vw;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
border-radius: 0; }
.header-layout-boxed .site-header.style-5 .header-nav-panel-fullwidth .header-nav-wrapper {
padding-left: 0;
padding-right: 0; }
.header-layout-boxed .site-header.style-5 .header-nav-panel-fullwidth .header-nav-wrapper .main-menu-style-1 {
padding-left: 0; }
.header-layout-boxed .site-header.style-5 .header-nav-panel-fullwidth .header-nav-wrapper:before {
width: calc(100% + 2.857rem);
left: -1.4285rem;
right: -1.4285rem;
border-radius: 0; }
@media (min-width: 600px) {
.site-header.style-5 .header-nav-panel--over .header-nav-wrapper {
position: relative; }
.site-header.style-5 .header-nav-panel--over .header-nav-wrapper:before {
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px; } }
@media (min-width: 600px) {
.site-header.style-5 .header-nav-panel--over.header-menu--style-1 .header-nav-wrapper {
margin-top: -25.5px;
top: 25.5px; } }
@media (min-width: 600px) {
.site-header.style-5 .header-nav-panel--over.header-menu--style-2 .header-nav-wrapper {
margin-top: -30px;
top: 30px; } }
@media (min-width: 600px) {
.site-header.style-5 .site-branding {
margin-top: 17px;
margin-bottom: 19px; } }
@media (min-width: 900px) {
.site-header.style-5 .main-navigation:only-child .menu {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; } }
@media (min-width: 600px) {
.site-header.style-5 .main-navigation .menu {
margin-top: 0; } }
.site-header.style-5 .main-navigation:not(.vertical-menu) .menu .sub-menu {
margin-top: 10px; }
.site-header.style-5 .main-navigation:not(.vertical-menu) .menu .sub-menu .sub-menu {
margin-top: 0; }
.site-header.style-5 .main-navigation .menu > li > .sub-menu::before {
height: 10px;
top: -10px; }
.site-header.style-5 .main-navigation:not(.vertical-menu) .menu > li {
height: auto; }
@media (min-width: 900px) {
.site-header.style-5 .header-components__contact-button > * {
padding-top: 13px;
padding-bottom: 14px; } }
@media (min-width: 600px) {
.site-header.style-5 .header-search {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; } }
.site-header.style-5 .header-components {
position: relative;
z-index: 10; }
@media (min-width: 600px) {
.site-header.style-5.search-active .header-search {
z-index: 100; } }
@media (min-width: 600px) {
.site-header.style-5.search-active .site-branding {
opacity: 1;
visibility: visible;
-webkit-transform: none;
-ms-transform: none;
transform: none; } }
.site-header.style-6 .header-container__flex-wrap > .row, .site-header.style-6 .cherry-services.services-wrap .header-container__flex-wrap > .cherry-services-row, .cherry-services.services-wrap .site-header.style-6 .header-container__flex-wrap > .cherry-services-row {
margin-top: 15px; }
.site-header.style-6.transparent .header-container__flex-wrap > .row, .site-header.style-6.transparent .cherry-services.services-wrap .header-container__flex-wrap > .cherry-services-row, .cherry-services.services-wrap .site-header.style-6.transparent .header-container__flex-wrap > .cherry-services-row {
margin-top: 65px; }
.site-header.style-6 .site-branding {
text-align: center;
margin-bottom: 20px; }
@media (min-width: 600px) {
.site-header.style-6 .site-branding {
display: block;
margin-bottom: 0; } }
.site-header.style-6 .site-description {
text-align: center;
margin-left: 0; }
@media (min-width: 600px) {
.site-header.style-6 .main-navigation {
width: 100%; }
.site-header.style-6 .main-navigation .menu {
margin-top: 38px;
margin-bottom: 30px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; } }
@media (min-width: 600px) {
.site-header.style-6 .header-components {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; } }
.site-header.style-6 .header-components__contact-button {
border-bottom: 1px solid;
position: relative;
z-index: 10; }
.site-header.style-6 .header-components__contact-button:before, .site-header.style-6 .header-components__contact-button:after {
content: '';
width: 100vw;
height: 100%;
position: absolute;
bottom: -1px;
border-bottom: 1px solid;
border-color: inherit;
z-index: -1; }
.site-header.style-6 .header-components__contact-button:before {
right: 100%; }
.site-header.style-6 .header-components__contact-button:after {
left: 100%; }
@media (min-width: 600px) {
.site-header.style-6 .search-form {
left: 0;
right: 35px; } }
@media (min-width: 600px) {
.site-header.style-6 .search-form__close {
right: 0; } }
.site-header.style-7 .site-branding {
text-align: center; }
@media (min-width: 600px) {
.site-header.style-7 .site-branding {
display: block;
margin-bottom: 0; } }
.site-header.style-7 .site-description {
text-align: center;
margin-left: 0; }
@media (min-width: 600px) {
.site-header.style-7 .row, .site-header.style-7 .cherry-services.services-wrap .cherry-services-row, .cherry-services.services-wrap .site-header.style-7 .cherry-services-row {
padding-top: 15px;
position: relative; } }
.site-header.style-7 .row > *, .site-header.style-7 .cherry-services.services-wrap .cherry-services-row > *, .cherry-services.services-wrap .site-header.style-7 .cherry-services-row > * {
padding-bottom: 15px; }
.site-header.style-7 .main-navigation {
margin: 0; }
@media (min-width: 600px) {
.site-header.style-7 .header-components {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; } }
@media (min-width: 600px) {
.site-header.style-7 .header-search {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0;
z-index: -1; } }
.site-header.style-7.search-active .header-search {
z-index: 10; }
.site-header.style-7 .header-components__contact-button {
border-bottom: 1px solid;
position: relative;
z-index: 10; }
.site-header.style-7 .header-components__contact-button:before, .site-header.style-7 .header-components__contact-button:after {
content: '';
width: 100vw;
height: 100%;
position: absolute;
bottom: -1px;
border-bottom: 1px solid;
border-color: inherit;
z-index: -1; }
.site-header.style-7 .header-components__contact-button:before {
right: 100%; }
.site-header.style-7 .header-components__contact-button:after {
left: 100%; }
.top-panel {
padding-top: 20px;
padding-bottom: 20px; }
@media (min-width: 900px) {
.top-panel {
padding-top: 0;
padding-bottom: 1px; } }
.top-panel__container {
margin-left: -10px;
margin-right: -10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap; }
.top-panel__container > * {
padding-left: 10px;
padding-right: 10px; }
@media (min-width: 900px) {
.top-panel__container {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; } }
.top-panel__container > * + * {
margin-top: 10px; }
@media (min-width: 900px) {
.top-panel__container > * + * {
margin-top: 0; } }
.top-panel__wrap-items:only-child {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.top-panel__menus {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-left: -10px;
margin-right: -10px; }
.top-panel__menus > * {
padding-left: 10px;
padding-right: 10px; }
.top-panel__message {
padding-top: 0;
padding-bottom: 1px;
text-align: center; }
@media (min-width: 900px) {
.top-panel__message {
text-align: left; } }
@media (min-width: 900px) {
.top-panel__message + .contact-block {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
width: 100%; } }
.top-panel .contact-block__text,
.top-panel .contact-block__label,
.top-panel .cherry-popups-login-link,
.top-panel .cherry-popups-logout-link,
.top-panel .cherry-popups-signup-link {
font-size: 12px;
line-height: 1.4; }
.cherry-popup-title {
margin: 20px 0; }
.site-branding {
text-align: center; }
@media (min-width: 600px) {
.site-branding {
text-align: left;
margin-bottom: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; } }
.site-logo {
margin: 0;
line-height: 1; }
.site-logo__link {
text-decoration: none;
line-height: 1; }
.site-logo + .site-description {
margin-top: 10px; }
@media (min-width: 600px) {
.site-logo + .site-description {
margin-left: 10px; } }
.site-logo--image {
font-size: 1px; }
.site-description {
font-size: .857rem;
line-height: 1;
text-align: center; }
@media (min-width: 600px) {
.site-description {
text-align: left;
margin-bottom: 4px; } }
@-webkit-keyframes stickup {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
50% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
100% {
-webkit-transform: translateY(0);
transform: translateY(0); } }
@keyframes stickup {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
50% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
100% {
-webkit-transform: translateY(0);
transform: translateY(0); } }
@media (min-width: 600px) {
.isStuck {
position: fixed !important;
z-index: 1000;
margin: 0 !important;
width: 100%;
left: 0;
right: 0;
-webkit-box-shadow: 2px 2px 12px rgba(136, 136, 136, 0.26);
box-shadow: 2px 2px 12px rgba(136, 136, 136, 0.26);
-webkit-animation: stickup .7s ease-out;
animation: stickup .7s ease-out; } }
@media (min-width: 600px) {
.site-header .isStuck.header-container.stuckMenu {
position: fixed !important;
background-color: #ffffff; }
.site-header .isStuck.header-container.stuckMenu.invert {
background-color: #000000; } }
.pseudoStickyBlock {
width: 100%;
margin: 0 !important; }
@media (max-width: 599px) {
.pseudoStickyBlock {
display: none !important; } }
.site-header.transparent .pseudoStickyBlock {
position: absolute !important; }
.mobile-panel {
visibility: visible;
position: fixed;
z-index: 998;
top: 0;
left: 0;
right: 0;
padding: 10px 20px;
height: 60px;
background-color: #000000; }
.mobile-panel__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.admin-bar .mobile-panel {
top: 46px; }
@media (max-width: 600px) {
.admin-bar .mobile-panel {
position: absolute; } }
@media (min-width: 600px) {
.mobile-panel {
display: none;
visibility: hidden;
left: -999em;
height: 0; } }  .hentry {
position: relative; }
.posts-list--default .hentry:not(:first-child) {
margin-top: 40px;
padding-top: 40px;
border-top-width: 1px;
border-top-style: solid; }
.hentry .posts-list__right-col {
position: relative; }
.single-post .hentry {
margin-bottom: 34px; }
.single-post .hentry .post__left-col {
margin-left: -15px;
margin-right: -15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 40px; }
.single-post .hentry .post__left-col > * {
padding-left: 15px;
padding-right: 15px; }
@media (min-width: 600px) {
.single-post .hentry {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.single-post .hentry.format-gallery .posts-list__right-col {
max-width: calc(100% - 78px + 22px);
-ms-flex-preferred-size: calc(100% - 78px + 22px);
flex-basis: calc(100% - 78px + 22px); }
.single-post .hentry .post__left-col {
margin-left: 0;
margin-right: 0;
display: block;
max-width: 78px;
-ms-flex-preferred-size: 78px;
flex-basis: 78px;
margin-right: 22px;
margin-bottom: 0; }
.single-post .hentry .post__left-col > * {
padding-left: 0;
padding-right: 0; }
.single-post .hentry .post__right-col {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: auto;
flex-basis: auto;
min-width: 0; } }
.posts-list--grid .hentry,
.posts-list--masonry .hentry,
.posts-list--vertical-justify .hentry {
margin-bottom: 40px; }
@media (min-width: 900px) {
.posts-list--grid .hentry,
.posts-list--masonry .hentry,
.posts-list--vertical-justify .hentry {
margin-bottom: 70px; } }
.posts-list .hentry .posts-list__left-col {
margin-left: -15px;
margin-right: -15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 20px; }
.posts-list .hentry .posts-list__left-col > * {
padding-left: 15px;
padding-right: 15px; }
@media (min-width: 600px) {
.posts-list--default-fullwidth-image .hentry {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.posts-list--default-fullwidth-image .hentry.format-gallery .posts-list__right-col {
max-width: calc(100% - 78px + 22px);
-ms-flex-preferred-size: calc(100% - 78px + 22px);
flex-basis: calc(100% - 78px + 22px); }
.posts-list--default-fullwidth-image .hentry .posts-list__left-col {
margin-left: 0;
margin-right: 0;
display: block;
max-width: 78px;
-ms-flex-preferred-size: 78px;
flex-basis: 78px;
margin-right: 22px;
margin-bottom: 0; }
.posts-list--default-fullwidth-image .hentry .posts-list__left-col > * {
padding-left: 0;
padding-right: 0; }
.posts-list--default-fullwidth-image .hentry .posts-list__right-col {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: auto;
flex-basis: auto;
min-width: 0; } }
.posts-list--search .posts-list__item + .posts-list__item {
margin-top: 40px;
padding-top: 40px;
border-top-width: 1px;
border-top-style: solid; }
.posts-list--search .posts-list__item > .entry-footer {
margin-top: 30px; }
@media (min-width: 600px) {
.posts-list--search .posts-list__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.posts-list--search .posts-list__item > .entry-footer {
-ms-flex-negative: 0;
flex-shrink: 0;
margin-top: 0;
margin-left: 40px; } } .post-thumbnail:not(:empty) + .posts-list__item-content,
.post-featured-content:not(:empty) + .posts-list__item-content {
margin-top: 20px; }
@media (min-width: 600px) {
.posts-list--default-modern .post-thumbnail:not(:empty) + .posts-list__item-content, .posts-list--default-modern
.post-featured-content:not(:empty) + .posts-list__item-content {
margin-top: -30px; } }
@media (min-width: 1200px) {
.posts-list--default-modern .post-thumbnail:not(:empty) + .posts-list__item-content, .posts-list--default-modern
.post-featured-content:not(:empty) + .posts-list__item-content {
margin-top: -70px; } }
.posts-list--default-modern .posts-list__item-content {
margin-left: auto;
margin-right: auto;
text-align: center;
background-color: #ffffff;
position: relative;
z-index: 1;
padding-top: 40px;
padding-bottom: 40px; }
@media (min-width: 600px) {
.posts-list--default-modern .posts-list__item-content {
padding-left: 5%;
padding-right: 5%;
max-width: 90%;
margin-top: -30px; } }
@media (min-width: 1200px) {
.posts-list--default-modern .posts-list__item-content {
max-width: 82.65%;
padding-left: 10%;
padding-right: 10%;
margin-top: -70px; } }
.posts-list--default-modern .post__date + .post-thumbnail:empty + .posts-list__item-content,
.posts-list--default-modern .format-audio .posts-list__item-content,
.posts-list--default-modern .format-quote .posts-list__item-content,
.posts-list--default-modern .format-link .posts-list__item-content {
padding-top: 0; }
.posts-list--default-modern .post-thumbnail:empty + .posts-list__item-content,
.posts-list--default-modern .post-featured-content:empty + .posts-list__item-content,
.posts-list--default-modern .format-standard.no-thumb .posts-list__item-content,
.posts-list--default-modern .format-audio .posts-list__item-content,
.posts-list--default-modern .format-quote .posts-list__item-content,
.posts-list--default-modern .format-link .posts-list__item-content,
.posts-list--grid .post-thumbnail:empty + .posts-list__item-content,
.posts-list--masonry .post-thumbnail:empty + .posts-list__item-content {
margin-top: 0; }
.posts-list--grid .posts-list__item-content, .posts-list--vertical-justify .posts-list__item-content {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
z-index: 3; } .entry-title {
margin: 15px 0; }
.entry-header * + .entry-title {
margin-top: 1px; }
.posts-list--grid .entry-header * + .entry-title,
.posts-list--masonry .entry-header * + .entry-title,
.posts-list--vertical-justify .entry-header * + .entry-title {
margin-top: 4px; }
.single-post .entry-title {
margin-bottom: 10px; }
.posts-list--grid .entry-title,
.posts-list--masonry .entry-title,
.posts-list--vertical-justify .entry-title {
line-height: 1; }
.posts-list--grid .entry-title a,
.posts-list--masonry .entry-title a,
.posts-list--vertical-justify .entry-title a {
font-size: 0.6875em;
line-height: 1.455; }
.entry-meta-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
margin-left: -10px;
margin-right: -10px; }
.entry-meta-container > * {
padding-left: 10px;
padding-right: 10px; }
.single-post .post .entry-meta-container {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.posts-list--default-modern .entry-meta-container {
display: block; }
.entry-meta:empty {
display: none; }
.entry-meta > *:not(:last-child) {
margin-right: 4px; }
.entry-meta .posted-by:not(:last-child) {
margin-right: 4px; }
.entry-meta .share-btns__list:not(:last-child),
.entry-meta .post__comments:not(:last-child) {
margin-right: 15px; }
.entry-meta--right {
-ms-flex-negative: 0;
flex-shrink: 0; }
.posts-list .entry-summary > *:first-child, .posts-list .entry-content > *:first-child {
margin-top: 11px; }
.posts-list--masonry .entry-summary > *:first-child,
.posts-list--grid .entry-summary > *:first-child,
.posts-list--vertical-justify .entry-summary > *:first-child, .posts-list--masonry .entry-content > *:first-child,
.posts-list--grid .entry-content > *:first-child,
.posts-list--vertical-justify .entry-content > *:first-child {
margin-top: 13px; }
.posts-list--search .entry-summary > *:first-child, .posts-list--search .entry-content > *:first-child {
margin-top: 10px; }
.posts-list--default-small-image .entry-summary, .posts-list--default-small-image .entry-content {
overflow: hidden; }
.posts-list--default-small-image .entry-summary:after, .posts-list--default-small-image .entry-content:after {
clear: none; }
.posts-list .entry-footer {
margin-top: 2px; }
.posts-list--default-small-image .entry-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
clear: both; }
.related-post .entry-footer {
margin-top: auto; }
.entry-footer .entry-meta-container:not(:empty),
.entry-footer .cherry-trend-rating:not(:empty) {
margin-top: 21px; }
.single-post .post .entry-footer > *:first-child {
margin-top: 25px; }
.entry-footer .post__comments {
-ms-flex-negative: 0;
flex-shrink: 0; }
.entry-footer-bottom {
margin-left: -15px;
margin-right: -15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 21px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.entry-footer-bottom > * {
padding-left: 15px;
padding-right: 15px; }
.posts-list--masonry .entry-footer-bottom,
.posts-list--grid .entry-footer-bottom,
.posts-list--vertical-justify .entry-footer-bottom {
margin-top: 14px; }
.entry-footer-bottom > * {
margin-top: 10px;
margin-bottom: 10px; }
.posts-list--default .entry-footer-bottom > * {
margin-top: 0;
margin-bottom: 0; }
.posts-list--default-modern .entry-footer-bottom > * {
margin-left: auto;
margin-right: auto; } .post-thumbnail {
position: relative; }
.single-post .entry-header + .post-thumbnail {
margin-top: 33px; }
.single-post .post-thumbnail + .entry-content {
margin-top: 31px; }
.post-thumbnail__link.post-thumbnail--small {
display: block; }
@media (min-width: 900px) {
.post-thumbnail__link.post-thumbnail--small {
float: left;
margin-right: 30px;
margin-bottom: 15px;
width: auto;
max-width: 360px; } }
.post-thumbnail__img {
display: inline-block;
vertical-align: top; }
.single-post .hentry .post-thumbnail__img {
width: 100%; }
.post-thumbnail--small img {
width: 100%; }
@media (min-width: 900px) {
.post-thumbnail--small img {
width: auto; } }
.posts-list .post-thumbnail--fullwidth {
display: block; }
.post-thumbnail--fullwidth img {
width: 100%; }
.post__terms a:not(:last-child) {
margin-right: 12px; }
.post__terms, .post__date, .post__comments, .post__tags, .posted-by {
display: inline-block; }
.sidebar .post__terms, .sidebar .post__date, .sidebar .post__comments, .sidebar .post__tags, .sidebar .posted-by {
font-size: 12px; }
.post__terms i, .post__date i, .post__comments i, .post__tags i, .posted-by i {
font-size: 14px;
display: inline-block;
vertical-align: middle;
margin-right: 4px;
position: relative;
top: -2px; }
.posted-by {
margin-right: 4px; }
.posts-list--default-modern .post__date-circle {
text-align: center;
display: block; }
.posts-list--default-small-image .post__date-circle {
margin-bottom: 20px; }
.posts-list--default-modern .has-thumb:not(.format-quote):not(.format-link):not(.format-audio) .post__date-circle,
.posts-list--default-modern .format-gallery .post__date-circle,
.posts-list--default-modern .format-image .post__date-circle,
.posts-list--default-modern .format-video .post__date-circle,
.posts-list--grid .has-thumb:not(.format-quote):not(.format-link):not(.format-audio) .post__date-circle,
.posts-list--grid .format-gallery .post__date-circle,
.posts-list--grid .format-image .post__date-circle,
.posts-list--grid .format-video .post__date-circle,
.posts-list--masonry .has-thumb:not(.format-quote):not(.format-link):not(.format-audio) .post__date-circle,
.posts-list--masonry .format-gallery .post__date-circle,
.posts-list--masonry .format-image .post__date-circle,
.posts-list--masonry .format-video .post__date-circle,
.posts-list--vertical-justify .has-thumb:not(.format-quote):not(.format-link):not(.format-audio) .post__date-circle,
.posts-list--vertical-justify .format-gallery .post__date-circle,
.posts-list--vertical-justify .format-image .post__date-circle,
.posts-list--vertical-justify .format-video .post__date-circle,
.posts-list--default-small-image .has-thumb:not(.format-quote):not(.format-link):not(.format-audio) .post__date-circle,
.posts-list--default-small-image .format-gallery .post__date-circle,
.posts-list--default-small-image .format-image .post__date-circle {
position: absolute;
top: 10px;
left: 10px;
z-index: 10; }
.post__date-circle .post__date-link {
width: 78px;
height: 78px;
border-radius: 100%;
text-align: center;
display: block;
margin-bottom: 0; }
.posts-list--default-modern .post__date-circle .post__date-link,
.posts-list--grid .post__date-circle .post__date-link,
.posts-list--masonry .post__date-circle .post__date-link,
.posts-list--vertical-justify .post__date-circle .post__date-link {
margin-bottom: 22px; }
.posts-list--default-modern .post__date-circle .post__date-link {
margin-left: auto;
margin-right: auto; }
.post__date-circle .post__date-link time {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 78px;
height: 78px; }
.post__date-circle .post__date-link time span {
display: block;
text-transform: uppercase;
margin-left: 0; }
.post__date-circle .post__date-link time span.post__date-month {
margin-top: -8px; }
.posted-by__avatar img {
border-radius: 50%;
width: 80px; }
@media (min-width: 600px) {
.posted-by__avatar img {
width: auto;
margin-bottom: 15px; } } .single-post__full-width-section {
position: relative;
text-align: center;
overflow: hidden;
padding-top: 60px; }
@media (min-width: 600px) {
.single-post__full-width-section {
padding-top: 130px; } }
.single-post__full-width-section.has-thumb {
background-color: #000000;
padding: 60px 0; }
@media (min-width: 600px) {
.single-post__full-width-section.has-thumb {
padding: 120px 0; } }
@media (min-width: 1200px) {
.single-post__full-width-section.has-thumb {
padding: 235px 0; } }
.single-post__full-width-section .post-thumbnail {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0; }
.single-post__full-width-section .post-thumbnail > img {
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
opacity: .5;
width: 100%;
height: 100%; }
.ie .single-post__full-width-section .post-thumbnail > img {
font-family: 'object-fit: cover; object-position: center'; }
.single-post__full-width-section .container {
position: relative;
z-index: 2; }
.single-post__full-width-section .entry-meta {
margin-top: 25px; }
.single-post .site-main > *:not(.post) {
border-top-width: 1px;
border-top-style: solid; } .related-posts {
padding-top: 35px;
padding-bottom: 12px; }
.related-posts [class*="col-"] {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.related-posts__title {
margin-bottom: 23px; }
.related-posts .related-post {
margin-bottom: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.related-posts .post-thumbnail {
margin-bottom: 22px; }
.related-posts .related-post__content {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out; }
.related-posts .entry-title {
margin-top: 7px;
margin-bottom: 0; }
.related-posts .entry-footer {
margin-top: auto; }
.related-posts .post-thumbnail__img {
width: 100%;
height: auto; } .archive .taxonomy-description {
margin-bottom: 25px; } .sticky {
display: block; }
.sticky .entry-title a, .sticky__label {
vertical-align: middle; }
.sticky__label {
position: absolute;
top: 10px;
right: 10px;
display: inline-block;
text-align: center;
font-size: 16px;
line-height: 37px;
height: 37px;
border-radius: 37px;
-webkit-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
z-index: 10; }
.sticky__label i {
font-size: 14px;
line-height: 37px; }
.sticky__label.type-icon {
width: 37px; }
.sticky__label.type-label, .sticky__label.type-both {
padding-left: 15px;
padding-right: 15px; }
.sticky__label.type-both i {
float: left;
margin-right: 5px; } .post-gallery:not(:first-child) {
margin-top: 33px; }
.post-gallery:not(:last-child) {
margin-bottom: 32px; }
.posts-list .post-gallery {
margin: 0; }
.post-gallery__image {
display: block;
margin: auto;
width: 100%; }
.post-gallery__slide.swiper-slide:hover {
background-color: transparent; }
.post-gallery__caption {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 20px 115px 20px 15px;
color: #ffffff;
background: rgba(0, 0, 0, 0.5); }
.posts-list--default-modern .post-gallery__caption {
bottom: auto;
top: 0;
padding: 20px 15px 20px 100px; }
.post-gallery__link {
display: block; }
.post-format-link {
position: relative;
display: block;
padding-left: 25px;
text-align: left;
text-decoration: underline; }
.post-format-link:before {
content: '\ea92';
position: absolute;
left: 0;
top: 5px;
font-size: 14px;
line-height: 1; }
.post-format-link:hover {
text-decoration: none; }
.post-format-quote {
margin: 0;
display: block; }
.post-format-quote:before {
color: inherit; }
.post-featured-content {
position: relative; }
.post-featured-content:empty {
display: none; }
.entry-header:not(:empty) + .post-featured-content {
margin-top: 33px; }
.post-featured-content + .entry-content {
margin-top: 12px; }
.single-post .post-featured-content {
margin-bottom: 31px; }
.format-video .post-featured-content iframe {
display: block; }
.format-audio .post-featured-content,
.format-quote .post-featured-content,
.format-link .post-featured-content {
padding: 30px;
border-radius: 5px; }
@media (min-width: 900px) {
.format-link .post-featured-content {
padding: 24px 30px 28px; } }
.format-quote .post-featured-content {
padding: 0; } .format-aside .entry-title {
display: none; } a[data-popup="magnificPopup"] {
display: block;
position: relative;
cursor: -webkit-zoom-in;
cursor: zoom-in; }
a[data-popup="magnificPopup"]:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
-webkit-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
content: '';
background-color: rgba(0, 0, 0, 0.5); }
a[data-popup="magnificPopup"]:after {
color: #ffffff;
display: block;
position: absolute;
top: 50%;
left: 50%;
content: '\ed31';
font-size: 28px;
font-size: 2rem;
width: 2rem;
height: 2rem;
line-height: 1;
text-align: center;
margin: -1.25rem 0 0 -1.25rem;
-webkit-transform: scale(0) translate3d(0, 0, 0);
transform: scale(0) translate3d(0, 0, 0);
-webkit-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out; }
a[data-popup="magnificPopup"]:hover:before {
opacity: 1; }
a[data-popup="magnificPopup"]:hover:after {
-webkit-transform: scale(1) translate3d(0, 0, 0);
transform: scale(1) translate3d(0, 0, 0); }
a[data-popup="magnificPopup"]:focus {
outline: 0; } .site-info {
font-size: .857rem;
line-height: 1.75; }
.site-footer.style-1 .footer-container,
.site-footer.style-3 .footer-container {
padding: 50px 0; }
@media (min-width: 900px) {
.site-footer.style-1 .footer-container,
.site-footer.style-3 .footer-container {
padding: 13px 0; } }
.site-footer.style-1 .site-info,
.site-footer.style-3 .site-info {
text-align: center; }
.site-footer.style-1 .site-info .contact-block,
.site-footer.style-1 .site-info .footer-logo,
.site-footer.style-1 .site-info .footer-copyright,
.site-footer.style-1 .site-info .footer-menu,
.site-footer.style-3 .site-info .contact-block,
.site-footer.style-3 .site-info .footer-logo,
.site-footer.style-3 .site-info .footer-copyright,
.site-footer.style-3 .site-info .footer-menu {
margin-top: 10px;
margin-bottom: 10px; }
.site-footer.style-1 .site-info .social-list,
.site-footer.style-3 .site-info .social-list {
margin-top: 35px;
margin-bottom: 10px; }
.site-footer.style-1 .site-info .contact-block,
.site-footer.style-3 .site-info .contact-block {
font-size: 12.25px;
font-size: 0.875rem; }
@media (min-width: 900px) {
.site-footer.style-1 .site-info,
.site-footer.style-3 .site-info {
text-align: left; }
.site-footer.style-1 .site-info-wrap,
.site-footer.style-3 .site-info-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-left: -15px;
margin-right: -15px; }
.site-footer.style-1 .site-info-wrap > *,
.site-footer.style-3 .site-info-wrap > * {
margin-left: 15px;
margin-right: 15px; }
.site-footer.style-1 .site-info-block,
.site-footer.style-3 .site-info-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.site-footer.style-1 .site-info .footer-menu + .site-info-block,
.site-footer.style-3 .site-info .footer-menu + .site-info-block {
width: 100%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.site-footer.style-1 .site-info .social-list,
.site-footer.style-3 .site-info .social-list {
margin-top: 10px; }
.site-footer.style-1 .site-info .social-list,
.site-footer.style-3 .site-info .social-list {
-ms-flex-negative: 0;
flex-shrink: 0; }
.site-footer.style-1 .site-info .footer-logo,
.site-footer.style-3 .site-info .footer-logo {
margin-right: 10px; }
.site-footer.style-1 .site-info .contact-block,
.site-footer.style-3 .site-info .contact-block {
margin-right: 20px;
font-size: inherit; } }
.site-footer.style-1 .footer-container {
padding-top: 0;
padding-bottom: 0;
border-top: 1px solid #ECECEC; }
.site-footer.style-1 .footer-container .site-info {
position: relative;
z-index: 10; }
.site-footer.style-1 .footer-container .site-info:before, .site-footer.style-1 .footer-container .site-info:after {
content: '';
width: 100vw;
height: 100%;
position: absolute;
top: 0;
background-color: inherit;
z-index: -1; }
.site-footer.style-1 .footer-container .site-info:before {
left: -100%; }
.site-footer.style-1 .footer-container .site-info:after {
right: -100%; }
@media (min-width: 1200px) {
.site-footer.style-1 .footer-container .footer-logo {
margin-top: 5px; } }
.site-footer.style-1 .footer-container .site-info-block:empty {
display: none; }
.site-footer.style-1 .footer-container .site-info-first-row .site-info-wrap {
padding-top: 14px;
padding-bottom: 15px; }
.site-footer.style-1 .footer-container .site-info .contact-block,
.site-footer.style-1 .footer-container .site-info .footer-copyright,
.site-footer.style-1 .footer-container .site-info .social-list {
margin-top: 10px;
margin-bottom: 10px; }
@media (min-width: 1200px) {
.site-footer.style-3 .site-info .contact-block {
margin-right: 50px; } }
.site-footer.style-2 .footer-container {
padding-top: 80px;
padding-bottom: 80px; }
.site-footer.style-2 .site-info {
text-align: center; }
.site-footer.style-2 .site-info .contact-block {
font-size: 12.25px;
font-size: 0.875rem; }
.site-footer.style-2 .site-info .contact-block__item {
padding-top: 3px;
padding-bottom: 3px; }
.site-footer.style-2 .site-info * + .contact-block,
.site-footer.style-2 .site-info * + .footer-menu {
margin-top: 10px; }
.site-footer.style-2 .site-info * + .social-list,
.site-footer.style-2 .site-info * + .footer-copyright {
margin-top: 45px; } .not-found.error-404 {
margin: 20px 0; }
@media (min-width: 900px) {
.not-found.error-404 {
margin: 44px 0 61px; } }
@media (min-width: 900px) {
.not-found.error-404 .row, .not-found.error-404 .cherry-services.services-wrap .cherry-services-row, .cherry-services.services-wrap .not-found.error-404 .cherry-services-row {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; } }
.not-found.error-404 h3 {
margin-bottom: 25px; }
.not-found.error-404 .btn {
margin-top: 8px; }
.not-found.error-404 .image-404 {
text-align: center; }
.not-found.no-results {
margin: 80px 0;
text-align: center; }
@media (min-width: 600px) {
.not-found.no-results {
margin: 100px 0; } }
.not-found .page-title {
margin: 0 0 20px 0; }
@media (min-width: 900px) {
.not-found .page-title {
margin: 0 0 35px 0; } }
.not-found .search-form {
max-width: 800px;
margin: 35px auto 0; }
header .page-title {
margin-bottom: 1em; } .widget:not(:last-child) {
margin-bottom: 60px; }
@media (min-width: 1200px) {
.full-width-header-area .widget:not(:last-child),
.after-content-full-width-area .widget:not(:last-child),
.before-content-area .widget:not(:last-child),
.before-loop-area .widget:not(:last-child),
.after-loop-area .widget:not(:last-child),
.after-content-area .widget:not(:last-child) {
margin-bottom: 80px; } }
.sidebar .widget:not(:last-child),
.footer-area:not(.footer-area--fullwidth) .widget:not(:last-child) {
margin-bottom: 40px; }
.single-service .widget:not(:last-child),
.single-project .widget:not(:last-child) {
margin-bottom: 40px; }
.footer-area:not(.footer-area--fullwidth) .widget {
margin-bottom: 45px; }
.widget-title {
margin-bottom: 1.33em; }
.sidebar .widget + .widget {
padding-top: 36px;
border-top: 1px solid; }
.widget select {
max-width: 100%; }
.full-width-header-area .widget,
.full-width-header-area .widget .subscribe-follow__wrap,
.after-content-full-width-area .widget,
.after-content-full-width-area .widget .subscribe-follow__wrap {
padding-left: 1.4285rem;
padding-right: 1.4285rem; }
.full-width-header-area .widget.widget-carousel, .full-width-header-area .widget.widget-smart-slider, .full-width-header-area .widget.widget-fpblock, .full-width-header-area .widget.widget-playlist-slider, .full-width-header-area .widget.widget-subscribe,
.after-content-full-width-area .widget.widget-carousel,
.after-content-full-width-area .widget.widget-smart-slider,
.after-content-full-width-area .widget.widget-fpblock,
.after-content-full-width-area .widget.widget-playlist-slider,
.after-content-full-width-area .widget.widget-subscribe {
padding-left: 0;
padding-right: 0; }
.sidebar,
.single-service,
.single-project {
margin-top: 70px; }
@media (min-width: 900px) {
.sidebar,
.single-service,
.single-project {
margin-top: 0; } }
.footer-area {
padding: 69px 0 15px; }
.footer-area .widget-title {
margin-bottom: 15px;
text-transform: none;
letter-spacing: 0.1em; }
.full-width-header-area .widget:first-child .widget-title {
margin-top: 1.5em; }
.before-loop-area,
.before-content-area,
.after-content-full-width-area {
margin-bottom: 70px; }
.after-loop-area,
.after-content-area {
margin-top: 70px; } .widget ul {
margin-bottom: 0;
padding: 0;
margin-left: 0;
list-style: none; }
.widget ul li + li,
.widget ul li > ul li,
.widget ul li > ol li {
margin-top: 0; }
.widget ul li > ul {
margin-left: 10px; } .widget_calendar table {
margin-bottom: 0;
table-layout: fixed;
width: 100%;
position: relative; }
.widget_calendar thead {
text-align: center;
border-top: none; }
.widget_calendar caption {
text-align: center;
padding: 9px 0;
border-radius: 5px;
margin-bottom: 5px; }
.widget_calendar th {
padding: 12px 0;
font-weight: inherit;
position: relative; }
.widget_calendar th:after {
content: '';
width: 38px;
height: 38px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: block;
border-radius: 50%;
border: 1px solid #ECECEC;
z-index: -1; }
.widget_calendar tbody td {
position: relative;
text-align: center;
line-height: 44px;
height: 44px; }
.widget_calendar tbody td:not(.pad):after {
content: '';
width: 38px;
height: 38px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: block;
border-radius: 50%;
border: 1px solid #ECECEC; }
.widget_calendar tbody td a {
display: inline-block;
width: 38px;
max-width: 100%;
height: 38px;
line-height: 38px;
position: relative;
z-index: 10;
border-radius: 50%; }
.widget_calendar tfoot td {
position: absolute;
top: 11px; }
.widget_calendar tfoot td a {
font-size: 0; }
.widget_calendar tfoot td a:before {
display: inline-block;
font-family: 'nc-icon-mini';
line-height: 1;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\e903';
font-size: 12px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s; }
.widget_calendar tfoot td#prev {
left: 20px; }
.widget_calendar tfoot td#prev a:before {
content: '\e903'; }
.widget_calendar tfoot td#next {
right: 20px; }
.widget_calendar tfoot td#next a:before {
content: '\e904'; }
.widget_calendar #next {
text-align: right; } .tagcloud {
margin: 0 -5px -10px;
font-size: 0; }
.tagcloud a {
display: inline-block;
margin: 0 5px 10px;
padding: 10px 20px;
border-radius: 5px;
vertical-align: top;
text-decoration: none;
border: 1px solid; } .widget_recent_entries ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse; }
.widget_recent_entries ul li .post-date {
display: block; } .widget_nav_menu ul li a:before {
content: '\ea21';
font-size: 12px;
margin-right: 10px;
-webkit-transition: .3s all;
-o-transition: .3s all;
transition: .3s all; } .widget_recent_comments ul li + li {
margin-top: 14px; }
.widget_recent_comments ul li .comment-author-link {
margin-right: 1px; }
.widget_recent_comments ul li .comment-author-link ~ a {
font-style: normal; }
.widget_recent_comments ul li .comment-author-link ~ a:before {
content: '';
display: block; } .rss-widget-icon {
vertical-align: middle; }
.widget_rss ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.widget_rss ul li + li {
margin-top: 20px; }
.widget_rss ul a.rsswidget {
font-weight: 900; }
.widget_rss ul .rss-date {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.widget_rss .rssSummary {
margin-top: 5px; } .widget_archive,
.widget_categories {
position: relative; }
.widget_archive select,
.widget_categories select {
width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
height: 45px; }
.widget_archive select:hover,
.widget_categories select:hover {
cursor: pointer; }
.widget_archive select select::-ms-expand,
.widget_categories select select::-ms-expand {
opacity: 0; }
.widget_archive label,
.widget_categories label {
position: relative;
width: 100%;
height: 45px; }
.widget_archive label:before,
.widget_categories label:before {
display: inline-block;
font-family: 'nc-icon-mini';
line-height: 1;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\e93b';
position: absolute;
right: 18px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
display: inline-block;
z-index: 1;
pointer-events: none; }
.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
clip: auto; }
.widget_archive ul li,
.widget_categories ul li {
display: block; }
.widget_archive a,
.widget_categories a {
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s; }
.footer-area .widget_archive .cat-item, .footer-area
.widget_categories .cat-item {
position: relative;
padding-left: 20px; }
.footer-area .widget_archive .cat-item:before, .footer-area
.widget_categories .cat-item:before {
content: '\ea21';
position: absolute;
top: 10px;
left: 0;
display: inline-block;
font-family: 'nc-icon-mini';
line-height: 1;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 12px;
color: #71cdd3; } .textwidget p:not(:last-child) {
margin-bottom: 15px; } .about-author:after {
display: block;
clear: both;
width: 100%;
content: ''; }
.about-author_avatar {
text-align: center;
margin-bottom: 20px; }
.full-width-header-area .about-author_avatar,
.after-content-full-width-area .about-author_avatar,
.before-content-area .about-author_avatar,
.before-loop-area .about-author_avatar,
.after-content-area .about-author_avatar,
.after-loop-area .about-author_avatar,
.footer-area--fullwidth .about-author_avatar {
margin: 0 0 1em;
max-width: 100%; }
@media (min-width: 600px) {
.full-width-header-area .about-author_avatar,
.after-content-full-width-area .about-author_avatar,
.before-content-area .about-author_avatar,
.before-loop-area .about-author_avatar,
.after-content-area .about-author_avatar,
.after-loop-area .about-author_avatar,
.footer-area--fullwidth .about-author_avatar {
float: left;
max-width: 50%;
margin: 0 1.5em 0 0; } }
.full-width-header-area .about-author_content,
.after-content-full-width-area .about-author_content,
.before-content-area .about-author_content,
.before-loop-area .about-author_content,
.after-content-area .about-author_content,
.after-loop-area .about-author_content,
.footer-area--fullwidth .about-author_content {
overflow: hidden; }
.about-author_name {
margin: 0;
padding: 0 0 1em; }
.about-author_description {
margin-bottom: 20px; } .widget-about .widget-about__logo-img,
.elementor-widget-wp-widget-growlex_widget_about .widget-about__logo-img {
vertical-align: top; }
.widget-about .widget-about__content,
.elementor-widget-wp-widget-growlex_widget_about .widget-about__content {
margin-top: 10px; }
.widget-about .widget-about__tagline,
.elementor-widget-wp-widget-growlex_widget_about .widget-about__tagline {
font-size: 10.5px;
font-size: 0.75rem;
margin-top: 5px; }
.widget-about .widget-about__content:empty, .widget-about .widget-about__tagline:empty,
.elementor-widget-wp-widget-growlex_widget_about .widget-about__content:empty,
.elementor-widget-wp-widget-growlex_widget_about .widget-about__tagline:empty {
margin-top: 0; }
.widget-about .widget-about__social,
.elementor-widget-wp-widget-growlex_widget_about .widget-about__social {
margin-top: 15px; } .widget-banner,
.elementor-widget-wp-widget-growlex_widget_banner {
text-align: center; }
.sidebar .widget-banner .widget-title,
.single-service .widget-banner .widget-title,
.single-project .widget-banner .widget-title, .sidebar
.elementor-widget-wp-widget-growlex_widget_banner .widget-title,
.single-service
.elementor-widget-wp-widget-growlex_widget_banner .widget-title,
.single-project
.elementor-widget-wp-widget-growlex_widget_banner .widget-title {
text-align: left; }
.widget-banner__img,
.elementor-widget-wp-widget-growlex_widget_banner__img {
display: inline-block;
vertical-align: top; }
.widget-banner__link,
.elementor-widget-wp-widget-growlex_widget_banner__link {
display: inline-block; }
.main-navigation .widget-banner__link, .main-navigation
.elementor-widget-wp-widget-growlex_widget_banner__link {
padding: 0 !important; }
.widget-banner__link:hover,
.elementor-widget-wp-widget-growlex_widget_banner__link:hover {
-webkit-transform: scale(1.01);
-ms-transform: scale(1.01);
transform: scale(1.01);
-webkit-box-shadow: 2px 2px 12px rgba(136, 136, 136, 0.26);
box-shadow: 2px 2px 12px rgba(136, 136, 136, 0.26); } .widget-carousel .swiper-carousel-container,
.elementor-widget-wp-widget-growlex_widget_carousel .swiper-carousel-container {
position: relative; }
.widget-carousel .swiper-slide,
.elementor-widget-wp-widget-growlex_widget_carousel .swiper-slide {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: auto; }
.widget-carousel .swiper-slide .inner,
.elementor-widget-wp-widget-growlex_widget_carousel .swiper-slide .inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-item-align: stretch;
align-self: stretch; }
.widget-carousel .swiper-slide .entry-content,
.elementor-widget-wp-widget-growlex_widget_carousel .swiper-slide .entry-content {
margin: 0; }
.widget-carousel .swiper-slide .entry-title,
.elementor-widget-wp-widget-growlex_widget_carousel .swiper-slide .entry-title {
margin-bottom: 5px; }
.widget-carousel .swiper-slide .post-thumbnail + *,
.elementor-widget-wp-widget-growlex_widget_carousel .swiper-slide .post-thumbnail + * {
margin-top: 22px; }
.widget-carousel .swiper-slide .post-thumbnail__link,
.elementor-widget-wp-widget-growlex_widget_carousel .swiper-slide .post-thumbnail__link {
display: block;
overflow: hidden; }
.widget-carousel .swiper-slide .post-thumbnail__img,
.elementor-widget-wp-widget-growlex_widget_carousel .swiper-slide .post-thumbnail__img {
display: block;
width: 100%; }
.widget-carousel .swiper-slide .carousel__more-btn,
.elementor-widget-wp-widget-growlex_widget_carousel .swiper-slide .carousel__more-btn {
margin-top: 20px; }
.widget-carousel .swiper-slide .post__excerpt,
.elementor-widget-wp-widget-growlex_widget_carousel .swiper-slide .post__excerpt {
margin-top: 0; }
.widget-carousel .swiper-slide .content-wrapper,
.elementor-widget-wp-widget-growlex_widget_carousel .swiper-slide .content-wrapper {
position: relative;
z-index: 1; }
.widget-carousel .swiper-slide .entry-meta,
.elementor-widget-wp-widget-growlex_widget_carousel .swiper-slide .entry-meta {
margin-bottom: 6px; }
.widget-carousel .swiper-slide .entry-meta > *,
.elementor-widget-wp-widget-growlex_widget_carousel .swiper-slide .entry-meta > * {
margin: 0; }
.widget-carousel .swiper-pagination,
.elementor-widget-wp-widget-growlex_widget_carousel .swiper-pagination {
margin-top: 15px;
position: static; }
.widget-carousel .swiper-button-next, .widget-carousel .swiper-button-prev,
.elementor-widget-wp-widget-growlex_widget_carousel .swiper-button-next,
.elementor-widget-wp-widget-growlex_widget_carousel .swiper-button-prev {
margin: 0; }
.widget-carousel .swiper-container .swiper-button-next,
.widget-carousel .swiper-container .swiper-button-prev,
.elementor-widget-wp-widget-growlex_widget_carousel .swiper-container .swiper-button-next,
.elementor-widget-wp-widget-growlex_widget_carousel .swiper-container .swiper-button-prev {
top: 33%; }
.sidebar .widget-carousel .entry-title,
.footer-area:not(.footer-area--fullwidth) .widget-carousel .entry-title {
font-size: 14px;
font-size: 1rem; } .contact-information-widget__inner strong {
font-weight: 900; }
.contact-information-widget__inner li {
margin-left: 0;
line-height: 1.7;
font-size: 12.25px;
font-size: 0.875rem; }
.contact-information-widget__inner li .icon {
font-size: 15.75px;
font-size: 1.125rem;
line-height: 1;
margin-right: 10px; }
.contact-information-widget__inner li.contact-information__item--icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; } .custom-posts__holder {
margin-bottom: -35px; }
.full-width-header-area .custom-posts__holder > *,
.after-content-full-width-area .custom-posts__holder > * {
padding-left: 0;
padding-right: 0; }
.custom-posts__item {
padding-bottom: 23px; }
.custom-posts .post-thumbnail {
margin-bottom: 10px; }
.custom-posts .post-thumbnail img {
width: 100%; }
.sidebar-1-3 .sidebar .custom-posts .post-thumbnail img,
.footer-area .custom-posts .post-thumbnail img {
width: auto; }
@media (min-width: 600px) {
.sidebar-1-3 .sidebar .custom-posts .post-thumbnail,
.footer-area .custom-posts .post-thumbnail {
margin-bottom: 0;
float: left;
margin-right: 20px;
margin-top: 6px; }
.sidebar-1-3 .sidebar .custom-posts .post-thumbnail img,
.footer-area .custom-posts .post-thumbnail img {
width: 60px; } }
.custom-posts .post-inner {
position: relative; }
.sidebar .custom-posts .post-content-wrap,
.footer-area .custom-posts .post-content-wrap {
overflow: hidden; }
@media (min-width: 1200px) {
.full-width-header-area .custom-posts .post-content-wrap,
.after-content-full-width-area .custom-posts .post-content-wrap,
.before-content-area .custom-posts .post-content-wrap,
.before-loop-area .custom-posts .post-content-wrap,
.after-loop-area .custom-posts .post-content-wrap,
.after-content-area .custom-posts .post-content-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 20px;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 10; } }
@media (min-width: 1200px) {
.full-width-header-area .custom-posts .post-content-wrap:before,
.after-content-full-width-area .custom-posts .post-content-wrap:before,
.before-content-area .custom-posts .post-content-wrap:before,
.before-loop-area .custom-posts .post-content-wrap:before,
.after-loop-area .custom-posts .post-content-wrap:before,
.after-content-area .custom-posts .post-content-wrap:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: .5;
z-index: -1;
-webkit-transition: .3s all;
-o-transition: .3s all;
transition: .3s all; } }
.full-width-header-area .custom-posts .post-content-wrap:hover:before,
.after-content-full-width-area .custom-posts .post-content-wrap:hover:before,
.before-content-area .custom-posts .post-content-wrap:hover:before,
.before-loop-area .custom-posts .post-content-wrap:hover:before,
.after-loop-area .custom-posts .post-content-wrap:hover:before,
.after-content-area .custom-posts .post-content-wrap:hover:before {
opacity: .9; }
@media (min-width: 1200px) {
.full-width-header-area .custom-posts .post-content-wrap:hover .btn-link,
.after-content-full-width-area .custom-posts .post-content-wrap:hover .btn-link,
.before-content-area .custom-posts .post-content-wrap:hover .btn-link,
.before-loop-area .custom-posts .post-content-wrap:hover .btn-link,
.after-loop-area .custom-posts .post-content-wrap:hover .btn-link,
.after-content-area .custom-posts .post-content-wrap:hover .btn-link {
max-height: 100px;
visibility: visible;
margin-top: 10px; } }
.sidebar .custom-posts .entry-title,
.footer-area .custom-posts .entry-title {
font-weight: 300;
text-transform: none; }
.sidebar .custom-posts .entry-title {
font-weight: 500; }
.custom-posts .entry-header > *, .custom-posts .entry-content > * {
margin-top: 1px; }
.footer-area .custom-posts .entry-meta {
font-weight: 300;
font-size: 12px; }
.footer-area .custom-posts .entry-meta .posted-by {
font-weight: 300; }
.custom-posts .entry-meta.header-meta > * {
margin: 0; }
.custom-posts .entry-footer > *:not(:empty) {
margin-top: 10px; }
.custom-posts .entry-footer .btn-link {
text-transform: uppercase; }
@media (min-width: 1200px) {
.full-width-header-area .custom-posts .entry-footer .btn-link,
.after-content-full-width-area .custom-posts .entry-footer .btn-link,
.before-content-area .custom-posts .entry-footer .btn-link,
.before-loop-area .custom-posts .entry-footer .btn-link,
.after-loop-area .custom-posts .entry-footer .btn-link,
.after-content-area .custom-posts .entry-footer .btn-link {
margin-top: 0;
max-height: 0;
overflow: hidden;
visibility: hidden; } } .widget-fpblock__wrapper {
position: relative; }
.widget-fpblock__items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.widget-fpblock__container {
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%; }
@media (min-width: 900px) {
.widget-fpblock__items-layout-1 .widget-fpblock__container {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.widget-fpblock__items-layout-1 .widget-fpblock__container + .widget-fpblock__container {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; } }
@media (min-width: 900px) {
.widget-fpblock__items-layout-1 .widget-fpblock__container,
.widget-fpblock__items-layout-2 .widget-fpblock__container,
.widget-fpblock__items-layout-4 .widget-fpblock__container,
.widget-fpblock__items-layout-5 .widget-fpblock__container {
max-width: 25%;
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%; } }
.widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
.widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
.widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
.widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item {
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%; }
@media (min-width: 600px) {
.widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
.widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
.widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
.widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item {
max-width: 50%;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%; } }
@media (min-width: 900px) {
.widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
.widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
.widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
.widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item {
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%; } }
@media (min-width: 900px) and (max-width: 1199px) {
.before-loop-area .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
.after-loop-area .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item, .before-loop-area
.widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
.after-loop-area
.widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item, .before-loop-area
.widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
.after-loop-area
.widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item, .before-loop-area
.widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item,
.after-loop-area
.widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item {
max-width: 50%;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%; } }
@media (min-width: 900px) {
.widget-fpblock__items-layout-3 .widget-fpblock__container {
max-width: 50%;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%; } }
.widget-fpblock__items-layout-3 .widget-fpblock__container .widget-fpblock__item {
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%; }
@media (min-width: 600px) {
.widget-fpblock__items-layout-3 .widget-fpblock__container .widget-fpblock__item {
max-width: 50%;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%; } }
@media (min-width: 600px) {
.widget-fpblock__items-layout-3 .widget-fpblock__container .widget-fpblock__item:first-child {
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%; } }
@media (min-width: 900px) and (max-width: 1199px) {
.before-loop-area .widget-fpblock__items-layout-1 .widget-fpblock__container,
.after-loop-area .widget-fpblock__items-layout-1 .widget-fpblock__container, .before-loop-area
.widget-fpblock__items-layout-2 .widget-fpblock__container,
.after-loop-area
.widget-fpblock__items-layout-2 .widget-fpblock__container, .before-loop-area
.widget-fpblock__items-layout-3 .widget-fpblock__container,
.after-loop-area
.widget-fpblock__items-layout-3 .widget-fpblock__container, .before-loop-area
.widget-fpblock__items-layout-4 .widget-fpblock__container,
.after-loop-area
.widget-fpblock__items-layout-4 .widget-fpblock__container, .before-loop-area
.widget-fpblock__items-layout-5 .widget-fpblock__container,
.after-loop-area
.widget-fpblock__items-layout-5 .widget-fpblock__container {
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%; } }
.sidebar .widget-fpblock__items-layout-1 .widget-fpblock__container,
.footer-area:not(.footer-area--fullwidth) .widget-fpblock__items-layout-1 .widget-fpblock__container, .sidebar
.widget-fpblock__items-layout-2 .widget-fpblock__container,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-2 .widget-fpblock__container, .sidebar
.widget-fpblock__items-layout-3 .widget-fpblock__container,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-3 .widget-fpblock__container, .sidebar
.widget-fpblock__items-layout-4 .widget-fpblock__container,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-4 .widget-fpblock__container, .sidebar
.widget-fpblock__items-layout-5 .widget-fpblock__container,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-5 .widget-fpblock__container {
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%; }
.sidebar .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
.footer-area:not(.footer-area--fullwidth) .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item, .sidebar
.widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item, .sidebar
.widget-fpblock__items-layout-3 .widget-fpblock__container .widget-fpblock__item,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-3 .widget-fpblock__container .widget-fpblock__item, .sidebar
.widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item, .sidebar
.widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item {
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%; }
.widget-fpblock__item {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-height: 370px; }
@media (min-width: 900px) {
.before-loop-area .widget-fpblock__item,
.after-loop-area .widget-fpblock__item {
min-height: 300px; } }
.widget-fpblock__items-layout-4 .widget-fpblock__item-simple {
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%; }
@media (min-width: 900px) {
.widget-fpblock__items-layout-4 .widget-fpblock__item-simple {
max-width: 25%;
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%; } }
@media (min-width: 900px) and (max-width: 1199px) {
.before-loop-area .widget-fpblock__items-layout-4 .widget-fpblock__item-simple,
.after-loop-area .widget-fpblock__items-layout-4 .widget-fpblock__item-simple {
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%; } }
@media (min-width: 900px) {
.before-loop-area .widget-fpblock__items-layout-4 .widget-fpblock__item-simple,
.after-loop-area .widget-fpblock__items-layout-4 .widget-fpblock__item-simple {
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%; } }
.sidebar .widget-fpblock__items-layout-4 .widget-fpblock__item-simple,
.footer-area:not(.footer-area--fullwidth) .widget-fpblock__items-layout-4 .widget-fpblock__item-simple {
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%; }
.widget-fpblock__item-featured {
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%; }
@media (min-width: 900px) {
.widget-fpblock__items-layout-1 .widget-fpblock__item-featured {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; } }
@media (min-width: 900px) {
.widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
.widget-fpblock__items-layout-2 .widget-fpblock__item-featured,
.widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
.widget-fpblock__items-layout-4 .widget-fpblock__item-featured {
max-width: 50%;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%; } }
@media (min-width: 900px) {
.widget-fpblock__items-layout-5 .widget-fpblock__item-featured {
max-width: 75%;
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%; } }
@media (min-width: 900px) and (max-width: 1199px) {
.before-loop-area .widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
.after-loop-area .widget-fpblock__items-layout-1 .widget-fpblock__item-featured, .before-loop-area
.widget-fpblock__items-layout-2 .widget-fpblock__item-featured,
.after-loop-area
.widget-fpblock__items-layout-2 .widget-fpblock__item-featured, .before-loop-area
.widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
.after-loop-area
.widget-fpblock__items-layout-3 .widget-fpblock__item-featured, .before-loop-area
.widget-fpblock__items-layout-4 .widget-fpblock__item-featured,
.after-loop-area
.widget-fpblock__items-layout-4 .widget-fpblock__item-featured, .before-loop-area
.widget-fpblock__items-layout-5 .widget-fpblock__item-featured,
.after-loop-area
.widget-fpblock__items-layout-5 .widget-fpblock__item-featured {
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; } }
.sidebar .widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
.footer-area:not(.footer-area--fullwidth) .widget-fpblock__items-layout-1 .widget-fpblock__item-featured, .sidebar
.widget-fpblock__items-layout-2 .widget-fpblock__item-featured,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-2 .widget-fpblock__item-featured, .sidebar
.widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-3 .widget-fpblock__item-featured, .sidebar
.widget-fpblock__items-layout-4 .widget-fpblock__item-featured,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-4 .widget-fpblock__item-featured, .sidebar
.widget-fpblock__items-layout-5 .widget-fpblock__item-featured,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-5 .widget-fpblock__item-featured {
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%; }
.widget-fpblock__item-featured .entry-meta {
margin-bottom: 14px; }
.widget-fpblock__item-inner {
width: 100%;
padding: 30px;
-ms-flex-item-align: stretch;
align-self: stretch;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
background-color: rgba(0, 0, 0, 0.5); }
.widget-fpblock__item-inner .entry-meta {
margin-bottom: 10px; }
.widget-fpblock__item-inner .entry-meta > *,
.widget-fpblock__item-inner .entry-meta .posted-by:not(:last-child) {
margin: 0; }
.widget-fpblock__item-inner .entry-meta .post__tags {
display: block; }
.before-loop-area .widget-fpblock__item-title,
.after-loop-area .widget-fpblock__item-title {
font-size: 15.75px;
font-size: 1.125rem; }
.widget-fpblock__item-content {
font-size: 12.25px;
font-size: 0.875rem;
margin-top: 5px;
margin-bottom: 20px; }
@media (min-width: 1200px) {
.widget-fpblock__item-content {
font-size: 14px;
font-size: 1rem; } }
.before-loop-area .widget-fpblock__item-content,
.after-loop-area .widget-fpblock__item-content {
font-size: 12.25px;
font-size: 0.875rem; } .cs-instagram__items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-left: -3.5px;
margin-right: -3.5px; }
.cs-instagram__item {
position: relative;
min-height: 1px;
padding: 3.5px;
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 33.33%; }
.sidebar .cs-instagram__item,
.footer-area:not(.footer-area--fullwidth) .cs-instagram__item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 600px) {
.sidebar .cs-instagram__item,
.footer-area:not(.footer-area--fullwidth) .cs-instagram__item {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; } }
@media (min-width: 600px) {
.full-width-header-area .cs-instagram__item,
.after-content-full-width-area .cs-instagram__item {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666%;
flex: 0 0 16.666%;
max-width: 16.666%; } }
@media (min-width: 1200px) {
.full-width-header-area .cs-instagram__item,
.after-content-full-width-area .cs-instagram__item {
-webkit-box-flex: 0;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
max-width: 12.5%; } }
@media (min-width: 600px) {
.before-content-area .cs-instagram__item,
.after-content-area .cs-instagram__item,
.footer-area--fullwidth .cs-instagram__item {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; } }
@media (min-width: 900px) {
.before-content-area .cs-instagram__item,
.after-content-area .cs-instagram__item,
.footer-area--fullwidth .cs-instagram__item {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666%;
flex: 0 0 16.666%;
max-width: 16.666%; } }
@media (min-width: 600px) {
.before-loop-area .cs-instagram__item,
.after-loop-area .cs-instagram__item {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; } }
.cs-instagram__link {
position: relative;
overflow: hidden;
display: block; }
.cs-instagram__link:hover .cs-instagram__cover {
opacity: 1; }
.cs-instagram__link:hover .cs-instagram__cover:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.cs-instagram__img {
display: inline-block;
vertical-align: top;
width: 100%; }
.cs-instagram__cover {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
color: #ffffff;
opacity: 0;
text-align: center;
-webkit-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out; }
.cs-instagram__cover:before {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
width: 100%;
height: 100%;
content: '\ea3c';
font-size: 14px;
text-align: center;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all .4s ease-out;
-o-transition: all .4s ease-out;
transition: all .4s ease-out;
line-height: 1; }
.cs-instagram__date, .cs-instagram__caption {
text-align: center;
display: block;
font-size: 10.5px;
font-size: 0.75rem;
line-height: 1.5; }
* + .cs-instagram__date, * + .cs-instagram__caption {
margin-top: 5px; }
* + .cs-instagram__date {
margin-top: 8px; }
.full-width-header-area .cs-instagram--widget,
.after-content-full-width-area .cs-instagram--widget {
padding: 0 5px; } .widget-image-grid .row, .widget-image-grid .cherry-services.services-wrap .cherry-services-row, .cherry-services.services-wrap .widget-image-grid .cherry-services-row {
margin: 0; }
.widget-image-grid__holder {
padding: 0; }
.widget-image-grid__inner {
position: relative;
display: block;
overflow: hidden; }
.widget-image-grid__img {
display: block;
width: 100%;
height: auto; }
.widget-image-grid__content {
position: absolute;
z-index: 0;
top: 0;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
padding: 10px;
text-align: center;
opacity: 1;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
background-color: rgba(0, 0, 0, 0.5); }
.widget-image-grid__title {
margin: 5px 0;
font-size: 14px;
font-size: 1rem; }
@media (min-width: 1200px) {
.widget-image-grid__title {
font-size: 19.25px;
font-size: 1.375rem;
max-width: 75%; } }
.sidebar .widget-image-grid__title,
.footer-area:not(.footer-area--fullwidth) .widget-image-grid__title {
font-size: 14px;
font-size: 1rem; }
.widget-image-grid__author {
font-weight: 900; }
.widget-image-grid .entry-meta {
margin-top: 15px; } .news-smart-box__instance .full-type .news-smart-box__item-inner {
display: block;
margin-top: 0;
padding-top: 0;
border-top: none; }
.news-smart-box__instance .mini-type {
position: relative; }
.news-smart-box__instance .mini-type:before {
content: '';
width: calc(100% - 2.857rem/2);
height: 1px;
position: absolute;
top: 0;
left: 0; }
@media (min-width: 1200px) {
.news-smart-box__instance .mini-type .news-smart-box__item-header {
margin-bottom: 0;
max-width: 267px;
margin-right: 25px;
-webkit-box-flex: 0;
-ms-flex: 0 0 267px;
flex: 0 0 267px; }
.sidebar .news-smart-box__instance .mini-type .news-smart-box__item-header,
.footer-area:not(.footer-area--fullwidth) .news-smart-box__instance .mini-type .news-smart-box__item-header {
margin-bottom: 10px;
margin-right: 0;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.before-loop-area .news-smart-box__instance .mini-type .news-smart-box__item-header,
.after-loop-area .news-smart-box__instance .mini-type .news-smart-box__item-header {
max-width: 150px;
margin-right: 20px;
-webkit-box-flex: 0;
-ms-flex: 0 0 150px;
flex: 0 0 150px; } }
@media (min-width: 1200px) {
.news-smart-box__instance.layout_type_1 .full-type {
float: left; }
.news-smart-box__instance.layout_type_1 .mini-type {
float: left;
width: 50%; }
.sidebar .news-smart-box__instance.layout_type_1 .mini-type,
.footer-area:not(.footer-area--fullwidth) .news-smart-box__instance.layout_type_1 .mini-type {
width: 100%; }
.news-smart-box__instance.layout_type_1 .news-smart-box__item:nth-child(2n + 5) {
clear: both; } }
.news-smart-box__instance.layout_type_1 .mini-type:before {
width: calc(100% - 2.857rem);
left: 1.4285rem; }
.news-smart-box__instance.layout_type_1 .news-smart-box__item:nth-child(2) {
padding-top: 35px;
margin-top: 40px; }
@media (min-width: 1600px) {
.news-smart-box__instance.layout_type_1 .news-smart-box__item:nth-child(2) {
padding-top: 0;
margin-top: 0; } }
.news-smart-box__instance.layout_type_1 .news-smart-box__item:nth-child(n+3) {
padding-top: 35px;
margin-top: 40px; }
@media (min-width: 1600px) {
.news-smart-box__instance.layout_type_1 .news-smart-box__item:nth-child(2):before {
display: none; } }
.news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-inner {
position: relative;
overflow: hidden; }
.news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header {
z-index: 1; }
.news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header .news-smart-box__item-thumb-link {
display: block; }
.news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header .news-smart-box__item-thumb-img {
margin-top: 0; }
.news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
position: relative;
z-index: 2; }
.news-smart-box__instance.layout_type_2 .mini-type:nth-child(odd):before {
left: 1.4285rem; }
@media (min-width: 900px) {
.news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -1.4285rem;
margin-right: -1.4285rem; }
.news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header {
margin-bottom: 0; }
.sidebar .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
.footer-area:not(.footer-area--fullwidth) .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header {
margin-bottom: 18px; }
.news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
.news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-content {
max-width: 50%;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
position: relative;
min-height: 1px;
padding-left: 1.4285rem;
padding-right: 1.4285rem; }
.sidebar .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
.footer-area:not(.footer-area--fullwidth) .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header, .sidebar
.news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-content,
.footer-area:not(.footer-area--fullwidth)
.news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-content {
width: 100%;
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%; } }
.news-smart-box__instance.layout_type_3 .mini-type:nth-child(even):before {
left: 1.4285rem; }
.news-smart-box__instance.layout_type_3 .mini-type:nth-child(odd):before {
left: auto;
right: 1.4285rem; }
.news-smart-box__wrapper {
position: relative; }
@media (min-width: 1200px) {
.layout_type_1 .news-smart-box__listing {
display: block; } }
@media (min-width: 900px) {
.sidebar .news-smart-box__item {
width: 100%;
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%; } }
@media (min-width: 600px) {
.footer-area:not(.footer-area--fullwidth) .news-smart-box__item {
width: 100%;
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%; } }
.layout_type_2 .news-smart-box__item.mini-type,
.layout_type_3 .news-smart-box__item.mini-type {
margin-top: 40px;
padding-top: 35px; }
.news-smart-box__item-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
transition: all 0.8s ease; }
@media (min-width: 900px) {
.sidebar .news-smart-box__item-inner {
display: block; } }
@media (min-width: 600px) {
.footer-area:not(.footer-area--fullwidth) .news-smart-box__item-inner {
display: block; } }
@media (min-width: 600px) {
.full-type .news-smart-box__item-inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; } }
@media (min-width: 1200px) {
.news-smart-box__item-inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; } }
.news-smart-box__item-inner.animate-cycle-show {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: translate(0, 30px);
-ms-transform: translate(0, 30px);
transform: translate(0, 30px);
-webkit-transition: all 0s ease;
-o-transition: all 0s ease;
transition: all 0s ease; }
.news-smart-box__item-header {
margin-bottom: 21px; }
.news-smart-box__item-title {
margin-top: 5px;
margin-bottom: 0; }
.layout_type_2 .full-type .news-smart-box__item-title {
margin-bottom: 14px; }
.news-smart-box__item-excerpt {
margin-top: 14px;
margin-bottom: 0; }
.layout_type_2 .full-type .news-smart-box__item-excerpt {
margin-top: 0;
margin-bottom: 8px; }
.news-smart-box__item-more-btn {
margin-top: 15px; }
.layout_type_1 .full-type .news-smart-box__item-more-btn,
.layout_type_3 .full-type .news-smart-box__item-more-btn {
margin-top: 23px; }
.layout_type_2 .full-type .news-smart-box__item .entry-meta:not(:empty) {
margin-top: 20px; }
.news-smart-box__item-thumb-link {
display: block; }
.news-smart-box__item-thumb-img {
display: block;
width: 100%;
margin-top: 5px; }
.news-smart-box__navigation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 40px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
[data-instance-settings*='"current_title_visibility":"false"'] .news-smart-box__navigation {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.layout_type_3 .news-smart-box__navigation {
margin-bottom: 35px; }
.news-smart-box__navigation-current-term {
position: relative;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.news-smart-box__navigation-title {
padding-right: 40px;
display: block; }
.news-smart-box__navigation-terms-list {
margin: 0 -5px;
text-align: center; }
@media (min-width: 600px) {
.news-smart-box__navigation-terms-list {
margin: 0 -10px; } }
.news-smart-box__navigation-wrapper {
padding: 13px 0;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
width: 100%;
border-bottom: 1px solid; }
[data-instance-settings*='"current_title_visibility":"false"'] .news-smart-box__navigation-wrapper {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.news-smart-box__navigation-terms-list-item {
display: inline-block;
position: relative;
cursor: pointer;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
padding: 0 5px;
text-transform: uppercase; }
@media (min-width: 600px) {
.news-smart-box__navigation-terms-list-item {
padding: 0 10px; } }
.news-smart-box__preloader {
position: relative;
display: none;
width: 100%; }
.nsb-spinner {
position: absolute;
top: 0;
right: 0;
display: none;
width: 35px;
height: 35px; }
[data-instance-settings*='"current_title_visibility":"false"'] .nsb-spinner {
right: 50%;
margin-right: -17.5px; }
.double-bounce-1,
.double-bounce-2 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-animation: tm-bounce 2.0s infinite ease-in-out;
animation: tm-bounce 2.0s infinite ease-in-out;
opacity: 0.6;
border-radius: 50%; }
.double-bounce-2 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s; }
@-webkit-keyframes tm-bounce {
0%, 100% {
-webkit-transform: scale(0);
transform: scale(0); }
50% {
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes tm-bounce {
0%, 100% {
-webkit-transform: scale(0);
transform: scale(0); }
50% {
-webkit-transform: scale(1);
transform: scale(1); } } .widget-playlist-slider .playlist-slider {
position: relative;
opacity: 0; }
.widget-playlist-slider .playlist-img {
background-repeat: no-repeat;
background-position: center;
background-size: cover; }
.widget-playlist-slider .sp-slide iframe,
.widget-playlist-slider .sp-slide .wp-video-shortcode,
.widget-playlist-slider .sp-slide .wp-video {
width: 100% !important;
height: 100% !important; }
.widget-playlist-slider .sp-slide--content-visible .sp-layer {
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), black);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0), black);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black); }
.widget-playlist-slider .sp-layer {
width: 100%;
height: 100%;
padding: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center; }
@media (min-width: 900px) {
.widget-playlist-slider .sp-layer {
min-height: 180px; } }
@media (min-width: 1200px) {
.widget-playlist-slider .sp-layer {
min-height: 195px; } }
.widget-playlist-slider .sp-layer .title {
margin-top: 5px;
margin-bottom: 5px; }
@media (max-width: 899px) {
.widget-playlist-slider .sp-layer .title {
font-size: 15.75px;
font-size: 1.125rem; } }
.sidebar .widget-playlist-slider .sp-layer .title,
.footer-area:not(.footer-area--fullwidth) .widget-playlist-slider .sp-layer .title {
font-size: 15.75px;
font-size: 1.125rem; }
.widget-playlist-slider .sp-layer a {
-webkit-transition: .3s !important;
-o-transition: .3s !important;
transition: .3s !important; }
.widget-playlist-slider .format-video .sp-layer {
display: none; }
.widget-playlist-slider .playlist--slide {
width: 100%;
height: 100%; }
.widget-playlist-slider .sp-vertical .sp-previous-arrow {
top: 5px; }
.widget-playlist-slider .sp-vertical .sp-next-arrow {
bottom: 5px; }
.widget-playlist-slider .sp-thumbnail-arrows > div,
.widget-playlist-slider .sp-arrows > div {
-webkit-transform: none;
-ms-transform: none;
transform: none;
text-align: center;
width: 44px;
height: 44px; }
.widget-playlist-slider .sp-thumbnail-arrows > div:before,
.widget-playlist-slider .sp-arrows > div:before {
display: inline-block;
font-family: 'nc-icon-mini';
line-height: 1;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
border-radius: 50%;
font-size: 12px;
line-height: 44px;
width: 44px;
height: 44px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
color: #ffffff; }
.widget-playlist-slider .sp-thumbnail-arrows > div.sp-next-thumbnail-arrow, .widget-playlist-slider .sp-thumbnail-arrows > div.sp-next-arrow,
.widget-playlist-slider .sp-arrows > div.sp-next-thumbnail-arrow,
.widget-playlist-slider .sp-arrows > div.sp-next-arrow {
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.widget-playlist-slider .sp-thumbnail-arrows > div.sp-next-thumbnail-arrow:before, .widget-playlist-slider .sp-thumbnail-arrows > div.sp-next-arrow:before,
.widget-playlist-slider .sp-arrows > div.sp-next-thumbnail-arrow:before,
.widget-playlist-slider .sp-arrows > div.sp-next-arrow:before {
content: '\e902';
left: 50%; }
.widget-playlist-slider .sp-thumbnail-arrows > div.sp-previous-thumbnail-arrow, .widget-playlist-slider .sp-thumbnail-arrows > div.sp-previous-arrow,
.widget-playlist-slider .sp-arrows > div.sp-previous-thumbnail-arrow,
.widget-playlist-slider .sp-arrows > div.sp-previous-arrow {
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.widget-playlist-slider .sp-thumbnail-arrows > div.sp-previous-thumbnail-arrow:before, .widget-playlist-slider .sp-thumbnail-arrows > div.sp-previous-arrow:before,
.widget-playlist-slider .sp-arrows > div.sp-previous-thumbnail-arrow:before,
.widget-playlist-slider .sp-arrows > div.sp-previous-arrow:before {
content: '\e905';
right: 50%; }
.widget-playlist-slider .sp-thumbnail-arrows > div:after,
.widget-playlist-slider .sp-arrows > div:after {
display: none; }
@media (min-width: 1200px) {
.widget-playlist-slider .sp-thumbnail {
padding: 10px;
position: relative; } }
@media (min-width: 1200px) {
.widget-playlist-slider .sp-thumbnail:after {
content: '';
width: 20px;
height: calc(100% + 1px);
position: absolute;
top: 0;
right: 0;
border: 1px solid #ffffff;
border-right-color: transparent;
border-top-color: transparent;
border-bottom-color: transparent;
-webkit-transition: .3s all;
-o-transition: .3s all;
transition: .3s all; } }
.widget-playlist-slider .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail:after {
border-bottom-color: #ffffff;
z-index: 100; }
.widget-playlist-slider .sp-thumbnail-text {
overflow: hidden; }
.widget-playlist-slider .sp-thumbnail-title {
font-weight: bold; }
.widget-playlist-slider .sp-thumbnail .entry-meta:not(:empty) {
margin-bottom: 2px; }
.widget-playlist-slider .sp-thumbnails-container {
background-color: transparent; }
@media (min-width: 1200px) {
.widget-playlist-slider .sp-thumbnails-container {
border-left: 1px solid #ffffff; } }
.widget-playlist-slider .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before, .widget-playlist-slider .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
display: none; }
.widget-playlist-slider .sp-right-thumbnails .sp-thumbnail-container {
margin: 0 0 1px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s; }
.widget-playlist-slider .sp-right-thumbnails .sp-thumbnail-text {
padding: 5px 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.widget-playlist-slider .sp-right-thumbnails .playlist--thumbnail {
height: 100%;
width: 150px;
min-height: 86px;
margin-right: 0; }
.widget-playlist-slider .sp-right-thumbnails.sp-has-pointer {
margin-left: 0; }
.widget-playlist-slider .sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
position: static;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.widget-playlist-slider .sp-bottom-thumbnails .sp-thumbnail-arrows {
margin-top: 0; }
.widget-playlist-slider .sp-bottom-thumbnails .playlist--thumbnail {
position: absolute;
width: 100%;
height: 100%;
z-index: 2; }
.widget-playlist-slider .sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
bottom: 0; }  .smart-slider__instance {
position: relative;
overflow: hidden;
width: 100%; }
.smart-slider__instance[data-thumbnails-position="top"] .slider-pro {
padding-top: 0 !important; }
.smart-slider__instance[data-thumbnails="true"][data-thumbnails-position="bottom"] {
padding-bottom: 32px; }
.smart-slider__instance .sp-full-screen-button {
right: 15px;
left: auto;
top: 15px;
color: #ffffff;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
-webkit-transform: none;
-ms-transform: none;
transform: none;
font-size: 12px;
line-height: 1; }
.smart-slider__instance .sp-full-screen-button:before {
content: '\ea83'; }
.smart-slider__instance .sp-full-screen .sp-full-screen-button:before {
content: '\ea82'; }
@media (min-width: 600px) {
.smart-slider__instance[data-thumbnails="true"][data-thumbnails-position="right"] .sp-full-screen-button {
right: 180px; } }
.smart-slider__instance .sp-thumbnails-container {
padding: 10px;
width: 100% !important; }
.smart-slider__instance .sp-thumbnail img {
display: block;
-webkit-transition: .3s opacity;
-o-transition: .3s opacity;
transition: .3s opacity; }
.smart-slider__instance .sp-selected-thumbnail img {
opacity: .2; }
.smart-slider__instance .sp-bottom-thumbnails .sp-thumbnail-container,
.smart-slider__instance .sp-top-thumbnails .sp-thumbnail-container {
margin-right: 5px;
margin-left: 5px; }
.smart-slider__instance .sp-bottom-thumbnails .smart-slider__thumbnails,
.smart-slider__instance .sp-top-thumbnails .smart-slider__thumbnails {
margin-left: auto;
margin-right: auto; }
.smart-slider__instance .sp-bottom-thumbnails .sp-thumbnail-arrows,
.smart-slider__instance .sp-top-thumbnails .sp-thumbnail-arrows {
margin-top: -22px; }
.smart-slider__instance .sp-bottom-thumbnails {
position: absolute;
bottom: 0;
left: 0;
margin: 0; }
.smart-slider__instance .sp-top-thumbnails {
position: absolute;
top: 5%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.smart-slider__instance .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.smart-slider__instance .sp-left-thumbnails .sp-previous-thumbnail-arrow {
top: 5px; }
.smart-slider__instance .sp-right-thumbnails .sp-next-thumbnail-arrow,
.smart-slider__instance .sp-left-thumbnails .sp-next-thumbnail-arrow {
bottom: 5px; }
.smart-slider__instance .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.smart-slider__instance .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
left: 5px; }
.smart-slider__instance .sp-top-thumbnails .sp-next-thumbnail-arrow,
.smart-slider__instance .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
right: 5px; }
.smart-slider__instance .sp-arrow,
.smart-slider__instance .sp-thumbnail-arrow {
width: 44px;
height: 44px;
text-align: center;
z-index: 1;
border-radius: 50%;
overflow: hidden;
-webkit-transition: .3s all;
-o-transition: .3s all;
transition: .3s all; }
.smart-slider__instance .sp-arrow:before,
.smart-slider__instance .sp-thumbnail-arrow:before {
font-size: 12px;
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 44px;
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.smart-slider__instance .sp-arrow:after,
.smart-slider__instance .sp-thumbnail-arrow:after {
display: none; }
.smart-slider__instance .sp-arrow:hover:before,
.smart-slider__instance .sp-thumbnail-arrow:hover:before {
background-color: inherit;
color: inherit; }
.smart-slider__instance .sp-horizontal .sp-arrows {
margin-top: -22x; }
.smart-slider__instance .sp-horizontal .sp-previous-arrow {
left: 20px; }
.smart-slider__instance .sp-horizontal .sp-previous-arrow:before {
content: '\e903'; }
.smart-slider__instance .sp-horizontal .sp-next-arrow {
right: 20px; }
.smart-slider__instance .sp-horizontal .sp-next-arrow:before {
content: '\e904'; }
.smart-slider__instance .sp-vertical .sp-arrows {
margin-left: 0;
left: calc(100% - 70px); }
.smart-slider__instance .sp-vertical .sp-previous-arrow {
top: auto;
bottom: 95px; }
.smart-slider__instance .sp-vertical .sp-previous-arrow:before {
content: '\e902'; }
.smart-slider__instance .sp-vertical .sp-next-arrow {
bottom: 30px; }
.smart-slider__instance .sp-vertical .sp-next-arrow:before {
content: '\e905'; }
.smart-slider__instance .sp-previous-thumbnail-arrow:before {
content: '\e903'; }
.smart-slider__instance .sp-next-thumbnail-arrow:before {
content: '\e904'; }
.smart-slider__instance .sp-buttons {
position: absolute;
padding: 0; }
.smart-slider__instance[data-thumbnails="true"][data-thumbnails-position="bottom"] .sp-buttons {
bottom: auto;
top: calc(100% + 9px); }
@media (max-width: 899px) {
.smart-slider__instance[data-thumbnails="true"][data-thumbnails-position="right"] .sp-buttons,
.smart-slider__instance[data-thumbnails="true"][data-thumbnails-position="left"] .sp-buttons {
bottom: 0; } }
@media (min-width: 600px) {
.smart-slider__instance[data-thumbnails="true"][data-thumbnails-position="right"] .sp-buttons {
left: 0;
max-width: calc(100% - 162px); } }
@media (min-width: 600px) {
.smart-slider__instance[data-thumbnails="true"][data-thumbnails-position="left"] .sp-buttons {
left: auto;
right: 0;
max-width: calc(100% - 162px); } }
.smart-slider__instance .sp-button {
width: 12px;
height: 12px;
margin: 0 7px;
border: none;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
vertical-align: bottom; }
.smart-slider__instance .sp-content-container {
width: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
bottom: 0;
padding: 15px 1.4285rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
@media (min-width: 600px) {
.smart-slider__instance .sp-content-container {
text-align: left; } }
.smart-slider__instance .sp-content-container .sp-layer {
position: static;
text-align: center; }
.smart-slider__instance .sp-content-container .sp-layer + .sp-layer {
margin-top: 20px; }
.smart-slider__instance .sp-content-container .sp-layer + .sp-more {
margin-top: 20px; }
.smart-slider__instance .sp-content-container .sp-content {
display: none; }
@media (min-width: 600px) {
.smart-slider__instance .sp-content-container .sp-content {
display: block; } }
.smart-slider__instance[data-pagination="true"] .sp-content-container {
padding: calc(5% + 88px) 1.4285rem; }
.smart-slider__instance[data-thumbnails-position="bottom"] .sp-content-container, .smart-slider__instance[data-thumbnails-position="top"] .sp-content-container {
padding: 5% 1.4285rem; }
@media (min-width: 600px) {
.smart-slider__instance[data-thumbnails-position="right"] .sp-content-container, .smart-slider__instance[data-thumbnails-position="left"] .sp-content-container {
padding-left: 100px;
padding-right: 100px; } }
.smart-slider__instance .sp-title a,
.smart-slider__instance .sp-more a {
-webkit-transition: .3s !important;
-o-transition: .3s !important;
transition: .3s !important; }
.smart-slider__instance .sp-image-container:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: '';
background-color: rgba(0, 0, 0, 0.5); }
.title-divider {
position: relative; }
.title-divider:before {
content: '';
position: absolute;
bottom: -20px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 101px;
height: 3px;
background-color: #fff; }
.sidebar .smart-slider__instance .sp-content-container,
.footer-area:not(.footer-area--fullwidth) .smart-slider__instance .sp-content-container {
text-align: center; }
.sidebar .smart-slider__instance .sp-content-container .sp-layer + .sp-more,
.footer-area:not(.footer-area--fullwidth) .smart-slider__instance .sp-content-container .sp-layer + .sp-more {
margin-top: 20px; }
.sidebar .smart-slider__instance h2.sp-title,
.footer-area:not(.footer-area--fullwidth) .smart-slider__instance h2.sp-title {
font-size: 25px; }
.sidebar .smart-slider__instance p.sp-content,
.footer-area:not(.footer-area--fullwidth) .smart-slider__instance p.sp-content {
font-size: 14px; }
.sidebar .smart-slider__instance .btn,
.footer-area:not(.footer-area--fullwidth) .smart-slider__instance .btn {
padding: 13px 50px;
font-size: 12.25px;
font-size: 0.875rem; }  .subscribe-follow__custom-bg {
padding: 15px; }
.full-width-header-area .subscribe-follow__wrap,
.after-content-full-width-area .subscribe-follow__wrap,
.before-content-area .subscribe-follow__wrap,
.after-content-area .subscribe-follow__wrap {
text-align: center; }
.full-width-header-area .subscribe-follow__wrap .subscribe-block__messages,
.after-content-full-width-area .subscribe-follow__wrap .subscribe-block__messages,
.before-content-area .subscribe-follow__wrap .subscribe-block__messages,
.after-content-area .subscribe-follow__wrap .subscribe-block__messages {
text-align: left; }
.full-width-header-area .subscribe-follow__wrap .follow-block,
.full-width-header-area .subscribe-follow__wrap .subscribe-block,
.after-content-full-width-area .subscribe-follow__wrap .follow-block,
.after-content-full-width-area .subscribe-follow__wrap .subscribe-block,
.before-content-area .subscribe-follow__wrap .follow-block,
.before-content-area .subscribe-follow__wrap .subscribe-block,
.after-content-area .subscribe-follow__wrap .follow-block,
.after-content-area .subscribe-follow__wrap .subscribe-block {
max-width: 650px;
margin-left: auto;
margin-right: auto; }
.follow-block__message {
margin-bottom: 20px; }
.subscribe-block + .follow-block {
margin-top: 36px; }
.full-width-header-area .subscribe-block__form,
.after-content-full-width-area .subscribe-block__form {
max-width: 470px;
margin-left: auto;
margin-right: auto; }
.subscribe-block__input-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin: 0 0 -5px; }
.subscribe-block__input-wrap {
position: relative;
margin: 5px 0;
-webkit-box-flex: 5;
-ms-flex: 5 1 150px;
flex: 5 1 150px;
min-width: 100%; }
@media (min-width: 900px) {
.sidebar-1-4 .sidebar .subscribe-block__input-wrap {
-webkit-box-flex: 5;
-ms-flex: 5 1 150px;
flex: 5 1 150px;
min-width: 150px; } }
.subscribe-block__input[type='email'] {
width: 100%;
min-width: 50px;
max-width: 100%;
padding-top: 13px;
padding-bottom: 14px; }
.subscribe-block__input[type='email'].error {
border-color: #ff3543; }
.subscribe-block__submit {
margin: 5px 0;
padding-left: 30px;
padding-right: 30px;
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto; }
@media (max-width: 599px) {
.subscribe-block__submit {
padding-left: 15px;
padding-right: 15px; } }
@media (min-width: 900px) and (max-width: 1199px) {
.sidebar .subscribe-block__submit {
padding-left: 15px;
padding-right: 15px; } }
@media (min-width: 600px) {
.footer-area:not(.footer-area--fullwidth) .subscribe-block__submit {
padding-left: 15px;
padding-right: 15px; } }
@media (min-width: 900px) {
.sidebar-1-4 .sidebar .subscribe-block__submit {
padding-left: 15px;
padding-right: 15px; } }
.subscribe-block__message {
margin-bottom: 2em; }
.subscribe-block__error, .subscribe-block__success {
margin-top: 5px;
font-size: 12.25px;
font-size: 0.875rem;
line-height: 1.7; }
.subscribe-block__error {
color: #ff3543; }
.subscribe-block__success {
color: #6ac11c; } .widget-taxonomy-tiles__holder {
float: left;
padding: 0;
-webkit-transform: translateZ(0);
transform: translateZ(0); }
.widget-taxonomy-tiles__inner {
position: relative;
overflow: hidden; }
.tiles-columns .widget-taxonomy-tiles__inner {
position: absolute;
width: 100%;
height: 100%; }
.widget-taxonomy-tiles__inner .term-img {
display: block;
width: 100%;
height: auto; }
.widget-taxonomy-tiles__inner:hover .widget-taxonomy-tiles__hidden-content {
max-height: 200px;
visibility: visible;
margin-top: 10px; }
.widget-taxonomy-tiles .tiles-columns .term-img {
position: absolute;
top: 0;
left: 0;
height: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover; }
.widget-taxonomy-tiles__content {
position: absolute;
z-index: 0;
bottom: 0;
left: 0;
width: 100%;
padding: 15px; }
@media (min-width: 1200px) {
.widget-taxonomy-tiles__content {
padding: 13px 20px 14px; } }
.widget-taxonomy-tiles__content:before {
position: absolute;
z-index: -1;
left: 0;
top: 0;
height: 100%;
bottom: 0;
width: 100%;
content: '';
opacity: 0.85;
-webkit-transition: 0.25s cubic-bezier(0.59, 0.15, 0.28, 1.65);
-o-transition: 0.25s cubic-bezier(0.59, 0.15, 0.28, 1.65);
transition: 0.25s cubic-bezier(0.59, 0.15, 0.28, 1.65); }
.widget-taxonomy-tiles__title {
margin: 0; }
.widget-taxonomy-tiles__row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.widget-taxonomy-tiles__row.widget-taxonomy-tiles__hidden-content {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; }
.widget-taxonomy-tiles__row .widget-taxonomy-tiles__post-count,
.widget-taxonomy-tiles__row .widget-taxonomy-tiles__permalink {
margin-left: auto;
padding-left: 10px; }
.widget-taxonomy-tiles__desc {
margin-top: 0;
margin-bottom: 10px; }
.widget-taxonomy-tiles__hidden-content {
margin-top: 10px; }
@media (min-width: 1200px) {
.widget-taxonomy-tiles__hidden-content {
margin-top: 0;
max-height: 0;
visibility: hidden;
overflow: hidden;
-webkit-transition: 0.25s cubic-bezier(0.59, 0.15, 0.28, 1.65);
-o-transition: 0.25s cubic-bezier(0.59, 0.15, 0.28, 1.65);
transition: 0.25s cubic-bezier(0.59, 0.15, 0.28, 1.65); } }
.widget-taxonomy-tiles__post-count {
display: block;
font-size: .857em; }
.widget-taxonomy-tiles .tiles-columns {
display: block; }
.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 100%; }
@media (min-width: 600px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 100%; } }
@media (min-width: 900px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 66.66667%; } }
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 66.66667%; } }
@media (min-width: 1600px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 66.66667%; } }
.widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 100%; }
@media (min-width: 600px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 100%; } }
@media (min-width: 900px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 33.33333%; } }
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 33.33333%; } }
@media (min-width: 1600px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 33.33333%; } }
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 300px; }
@media (min-width: 600px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 300px; } }
@media (min-width: 900px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 306.66667px; } }
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 386.66667px; } }
@media (min-width: 1600px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 506.66667px; } }
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 300px; }
@media (min-width: 600px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 300px; } }
@media (min-width: 900px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 613.33333px; } }
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 773.33333px; } }
@media (min-width: 1600px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 1013.33333px; } }
@media (min-width: 600px) and (max-width: 899px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 100%; } }
@media (min-width: 600px) and (max-width: 899px) and (min-width: 600px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 100%; } }
@media (min-width: 600px) and (max-width: 899px) and (min-width: 900px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 50%; } }
@media (min-width: 600px) and (max-width: 899px) and (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 50%; } }
@media (min-width: 600px) and (max-width: 899px) and (min-width: 1600px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 50%; } }
@media (min-width: 600px) and (max-width: 899px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 100%; } }
@media (min-width: 600px) and (max-width: 899px) and (min-width: 600px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 100%; } }
@media (min-width: 600px) and (max-width: 899px) and (min-width: 900px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 100%; } }
@media (min-width: 600px) and (max-width: 899px) and (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 100%; } }
@media (min-width: 600px) and (max-width: 899px) and (min-width: 1600px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 100%; } }
@media (min-width: 600px) and (max-width: 899px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 300px; } }
@media (min-width: 600px) and (max-width: 899px) and (min-width: 600px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 300px; } }
@media (min-width: 600px) and (max-width: 899px) and (min-width: 900px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 383.33333px; } }
@media (min-width: 600px) and (max-width: 899px) and (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 483.33333px; } }
@media (min-width: 600px) and (max-width: 899px) and (min-width: 1600px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 633.33333px; } }
@media (min-width: 600px) and (max-width: 899px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 300px; } }
@media (min-width: 600px) and (max-width: 899px) and (min-width: 600px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 300px; } }
@media (min-width: 600px) and (max-width: 899px) and (min-width: 900px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 460px; } }
@media (min-width: 600px) and (max-width: 899px) and (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 580px; } }
@media (min-width: 600px) and (max-width: 899px) and (min-width: 1600px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 760px; } }
@media (min-width: 1600px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 300px; } }
@media (min-width: 1600px) and (min-width: 600px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 300px; } }
@media (min-width: 1600px) and (min-width: 900px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 147.58333px; } }
@media (min-width: 1600px) and (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 186.08333px; } }
@media (min-width: 1600px) and (min-width: 1600px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 243.83333px; } }
@media (min-width: 1600px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 300px; } }
@media (min-width: 1600px) and (min-width: 600px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 300px; } }
@media (min-width: 1600px) and (min-width: 900px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 295.16667px; } }
@media (min-width: 1600px) and (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 372.16667px; } }
@media (min-width: 1600px) and (min-width: 1600px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 487.66667px; } }
@media (min-width: 900px) {
.before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
.after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 100%; } }
@media (min-width: 900px) and (min-width: 600px) {
.before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
.after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 100%; } }
@media (min-width: 900px) and (min-width: 900px) {
.before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
.after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 33.33333%; } }
@media (min-width: 900px) and (min-width: 1200px) {
.before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
.after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 33.33333%; } }
@media (min-width: 900px) and (min-width: 1600px) {
.before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
.after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 33.33333%; } }
@media (min-width: 900px) {
.before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
.after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 100%; } }
@media (min-width: 900px) and (min-width: 600px) {
.before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
.after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 100%; } }
@media (min-width: 900px) and (min-width: 900px) {
.before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
.after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 66.66667%; } }
@media (min-width: 900px) and (min-width: 1200px) {
.before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
.after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 66.66667%; } }
@media (min-width: 900px) and (min-width: 1600px) {
.before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
.after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 66.66667%; } }
@media (min-width: 900px) {
.before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
.after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 300px; } }
@media (min-width: 900px) and (min-width: 600px) {
.before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
.after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 300px; } }
@media (min-width: 900px) and (min-width: 900px) {
.before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
.after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 210.83333px; } }
@media (min-width: 900px) and (min-width: 1200px) {
.before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
.after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 265.83333px; } }
@media (min-width: 900px) and (min-width: 1600px) {
.before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
.after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 348.33333px; } }
@media (min-width: 900px) {
.before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
.after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 300px; } }
@media (min-width: 900px) and (min-width: 600px) {
.before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
.after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 300px; } }
@media (min-width: 900px) and (min-width: 900px) {
.before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
.after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 421.66667px; } }
@media (min-width: 900px) and (min-width: 1200px) {
.before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
.after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 531.66667px; } }
@media (min-width: 900px) and (min-width: 1600px) {
.before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
.after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 696.66667px; } }
@media (min-width: 900px) {
.sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 100%; } }
@media (min-width: 900px) and (min-width: 600px) {
.sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 100%; } }
@media (min-width: 900px) and (min-width: 900px) {
.sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 100%; } }
@media (min-width: 900px) and (min-width: 1200px) {
.sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 100%; } }
@media (min-width: 900px) and (min-width: 1600px) {
.sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 100%; } }
@media (min-width: 900px) {
.sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 100%; } }
@media (min-width: 900px) and (min-width: 600px) {
.sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 100%; } }
@media (min-width: 900px) and (min-width: 900px) {
.sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 100%; } }
@media (min-width: 900px) and (min-width: 1200px) {
.sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 100%; } }
@media (min-width: 900px) and (min-width: 1600px) {
.sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 100%; } }
@media (min-width: 900px) {
.sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 300px; } }
@media (min-width: 900px) and (min-width: 600px) {
.sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 300px; } }
@media (min-width: 900px) and (min-width: 900px) {
.sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 249.16667px; } }
@media (min-width: 900px) and (min-width: 1200px) {
.sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 314.16667px; } }
@media (min-width: 900px) and (min-width: 1600px) {
.sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 411.66667px; } }
@media (min-width: 900px) {
.sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 300px; } }
@media (min-width: 900px) and (min-width: 600px) {
.sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 300px; } }
@media (min-width: 900px) and (min-width: 900px) {
.sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 249.16667px; } }
@media (min-width: 900px) and (min-width: 1200px) {
.sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 314.16667px; } }
@media (min-width: 900px) and (min-width: 1600px) {
.sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 411.66667px; } }
@media (min-width: 600px) {
.footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 100%; } }
@media (min-width: 600px) and (min-width: 600px) {
.footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 100%; } }
@media (min-width: 600px) and (min-width: 900px) {
.footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 100%; } }
@media (min-width: 600px) and (min-width: 1200px) {
.footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 100%; } }
@media (min-width: 600px) and (min-width: 1600px) {
.footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 100%; } }
@media (min-width: 600px) {
.footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 100%; } }
@media (min-width: 600px) and (min-width: 600px) {
.footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 100%; } }
@media (min-width: 600px) and (min-width: 900px) {
.footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 100%; } }
@media (min-width: 600px) and (min-width: 1200px) {
.footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 100%; } }
@media (min-width: 600px) and (min-width: 1600px) {
.footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 100%; } }
@media (min-width: 600px) {
.footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 300px; } }
@media (min-width: 600px) and (min-width: 600px) {
.footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 300px; } }
@media (min-width: 600px) and (min-width: 900px) {
.footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 249.16667px; } }
@media (min-width: 600px) and (min-width: 1200px) {
.footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 314.16667px; } }
@media (min-width: 600px) and (min-width: 1600px) {
.footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 411.66667px; } }
@media (min-width: 600px) {
.footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 300px; } }
@media (min-width: 600px) and (min-width: 600px) {
.footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 300px; } }
@media (min-width: 600px) and (min-width: 900px) {
.footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 249.16667px; } }
@media (min-width: 600px) and (min-width: 1200px) {
.footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 314.16667px; } }
@media (min-width: 600px) and (min-width: 1600px) {
.footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 411.66667px; } }
.widget-taxonomy-tiles .tiles-columns:after {
display: block;
clear: both;
content: '' !important; }
@media (min-width: 600px) and (max-width: 899px) {
.widget-taxonomy-tiles .tiles-columns .tile-xs-x .widget-taxonomy-tiles__title, .widget-taxonomy-tiles .tiles-columns .tile-sm-x .widget-taxonomy-tiles__title, .widget-taxonomy-tiles .tiles-columns .tile-sm-x .widget-taxonomy-tiles__title, .widget-taxonomy-tiles .tiles-columns .tile-md-x .widget-taxonomy-tiles__title {
font-size: 10.5px;
font-size: 0.75rem; }
.widget-taxonomy-tiles .tiles-columns .tile-xs-x .widget-taxonomy-tiles__content, .widget-taxonomy-tiles .tiles-columns .tile-sm-x .widget-taxonomy-tiles__content, .widget-taxonomy-tiles .tiles-columns .tile-sm-x .widget-taxonomy-tiles__content, .widget-taxonomy-tiles .tiles-columns .tile-md-x .widget-taxonomy-tiles__content {
padding: 10px; } }
@media (min-width: 900px) {
.sidebar .widget-taxonomy-tiles .tiles-columns .tile-xs-x, .sidebar .widget-taxonomy-tiles .tiles-columns .tile-sm-x, .sidebar .widget-taxonomy-tiles .tiles-columns .tile-sm-x, .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-x, .sidebar .widget-taxonomy-tiles .tiles-columns .tile-lg-x {
width: 100%; } }
@media (min-width: 600px) {
.footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xs-x, .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-sm-x, .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-sm-x, .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x, .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-lg-x {
width: 100%; } }
@supports (display: grid) {
.widget-taxonomy-tiles .tiles-columns.tiles-layout-1 {
display: grid;
grid-auto-flow: column;
grid-template-columns: 1fr; }
@media (min-width: 900px) {
.widget-taxonomy-tiles .tiles-columns.tiles-layout-1 {
grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1600px) {
.widget-taxonomy-tiles .tiles-columns.tiles-layout-1 {
grid-template-columns: repeat(3, 1fr); } } }
.widget-taxonomy-tiles .tiles-columns.tiles-layout-1 .widget-taxonomy-tiles__holder {
float: none; }
.widget-taxonomy-tiles .tiles-columns.tiles-layout-1 .widget-taxonomy-tiles__holder .widget-taxonomy-tiles__inner {
position: relative;
height: 350px; }
@media (min-width: 1600px) {
.widget-taxonomy-tiles .tiles-columns.tiles-layout-1 .widget-taxonomy-tiles__holder .widget-taxonomy-tiles__inner {
height: 203px; } }
.widget-taxonomy-tiles .tiles-columns.tiles-layout-1 .widget-taxonomy-tiles__holder:nth-child(5n+1), .widget-taxonomy-tiles .tiles-columns.tiles-layout-1 .widget-taxonomy-tiles__holder:nth-child(5n+2) {
grid-column: 1 / span 1; }
.widget-taxonomy-tiles .tiles-columns.tiles-layout-1 .widget-taxonomy-tiles__holder:nth-child(5n+3) {
grid-column: 1 / span 1; }
@media (min-width: 900px) {
.widget-taxonomy-tiles .tiles-columns.tiles-layout-1 .widget-taxonomy-tiles__holder:nth-child(5n+3) {
grid-column: 2 / span 1;
grid-row: span 2; } }
.widget-taxonomy-tiles .tiles-columns.tiles-layout-1 .widget-taxonomy-tiles__holder:nth-child(5n+3) .widget-taxonomy-tiles__inner {
height: 740px; }
@media (min-width: 1600px) {
.widget-taxonomy-tiles .tiles-columns.tiles-layout-1 .widget-taxonomy-tiles__holder:nth-child(5n+3) .widget-taxonomy-tiles__inner {
height: 446px; } }
.widget-taxonomy-tiles .tiles-columns.tiles-layout-1 .widget-taxonomy-tiles__holder:nth-child(5n+4) {
grid-column: 1 / span 1; }
.widget-taxonomy-tiles .tiles-columns.tiles-layout-1 .widget-taxonomy-tiles__holder:nth-child(5n+5) {
grid-column: 1 / span 1; }
@media (min-width: 900px) {
.widget-taxonomy-tiles .tiles-columns.tiles-layout-1 .widget-taxonomy-tiles__holder:nth-child(5n+5) {
grid-column: 2 / span 1; } }
@media (min-width: 1600px) {
.widget-taxonomy-tiles .tiles-columns.tiles-layout-1 .widget-taxonomy-tiles__holder:nth-child(5n+4), .widget-taxonomy-tiles .tiles-columns.tiles-layout-1 .widget-taxonomy-tiles__holder:nth-child(5n+5) {
grid-column: 3 / span 1; } }
@media (min-width: 600px) {
.sidebar .widget-taxonomy-tiles .grid-columns:not(.columns-number-1) .widget-taxonomy-tiles__content,
.footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .grid-columns:not(.columns-number-1) .widget-taxonomy-tiles__content {
display: none; } } .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
margin-top: 0;
margin-bottom: 0;
padding: 0;
border: none; } embed,
iframe,
object {
max-width: 100%; }
iframe {
display: block;
width: 100%; } .img-pull-left {
float: left;
width: 50%;
margin: 0 4% 1% 0; }
.img-pull-right {
float: right;
width: 50%;
margin: 0 0 1% 4%; }  .position-fullwidth img.alignnone.size-full.size-big {
position: relative;
width: 100vw;
max-width: 100vw;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-o-object-fit: cover;
object-fit: cover;
max-height: 75vh; }
.position-fullwidth.ie img.alignnone.size-full.size-big {
font-family: 'object-fit: cover'; } .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;
font-size: 10.5px;
font-size: 0.75rem; }
.wp-caption-text {
text-align: center; } .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; } .embed-responsive {
position: relative;
display: block;
padding: 0; }
.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%; } .mejs-container-wrapper:not(:first-child) {
margin-top: 32px; }
.mejs-container-wrapper:not(:last-child) {
margin-bottom: 33px; }
.single-post .mejs-container-wrapper {
padding: 30px;
border-radius: 5px; }
.wp-playlist.wp-audio-playlist {
padding: 20px; }
.wp-playlist.wp-audio-playlist .wp-playlist-current-item {
margin-bottom: 15px; }
.wp-playlist.wp-audio-playlist .wp-playlist-tracks {
margin-top: 15px; }
.wp-playlist.wp-audio-playlist.wp-playlist-light .wp-playlist-item {
border-bottom-color: #ECECEC; }
.wp-playlist.wp-audio-playlist.wp-playlist-light .wp-playlist-item.wp-playlist-playing .wp-playlist-caption {
color: #000000; } .entry-content .wp-video:not(:first-child), .entry-content
.wp-playlist.wp-video-playlist:not(:first-child) {
margin-top: 32px; }
.entry-content .wp-video:not(:last-child), .entry-content
.wp-playlist.wp-video-playlist:not(:last-child) {
margin-bottom: 33px; }
.mejs-video .mejs-poster {
background-size: cover; }
.mejs-video .mejs-overlay-button {
width: 52px;
height: 36px;
margin: -18px 0 0 -26px;
background-image: none;
text-align: center;
position: relative; }
.mejs-video .mejs-overlay-button:before {
content: '\ec0f';
font-size: 15px;
line-height: 36px;
z-index: 2;
position: relative; }
.mejs-video .mejs-overlay-button:after {
content: '';
display: block;
z-index: 1;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
border-radius: 18%;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(100%, #3e3e3e), color-stop(0, #4c4c4c));
background-image: -webkit-linear-gradient(bottom, #3e3e3e 100%, #4c4c4c 0);
background-image: -o-linear-gradient(bottom, #3e3e3e 100%, #4c4c4c 0);
background-image: linear-gradient(bottom, #3e3e3e 100%, #4c4c4c 0); } .fb_iframe_widget {
max-width: 100%; }
.fb_iframe_widget > span {
max-width: 100%; }  body .booked-calendar-shortcode-wrap .booked-calendar-wrap.small table.booked-calendar tbody tr.week td .date {
text-align: center;
padding: 0; }
body .booked-calendar-shortcode-wrap .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.active .date {
background: transparent; }
body .booked-calendar-shortcode-wrap .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.active .date:hover {
background: transparent; }
body .booked-calendar-shortcode-wrap .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.active .date .number {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.booked-calendar-shortcode-wrap {
text-align: center; }
.booked-calendar-shortcode-wrap .booked-calendarSwitcher.calendar {
border-radius: 5px;
margin: 15px 0; }
@media screen and (max-width: 600px) {
.booked-calendar-shortcode-wrap .booked-calendarSwitcher.calendar {
display: inline-block;
width: auto;
padding: 8px 10px 9px 12px; } }
.booked-calendar-shortcode-wrap .booked-calendarSwitcher.calendar p {
position: relative; }
.booked-calendar-shortcode-wrap .booked-calendarSwitcher.calendar p i.fa {
position: absolute;
left: -3px;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
display: inline-block;
font-family: 'nc-icon-outline';
font-style: normal;
font-weight: normal;
font-variant: normal;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 29.75px;
font-size: 2.125rem; }
.booked-calendar-shortcode-wrap .booked-calendarSwitcher.calendar p i.fa::before {
content: '\e789'; }
@media screen and (max-width: 600px) {
.booked-calendar-shortcode-wrap .booked-calendarSwitcher.calendar p i.fa {
display: block; } }
.booked-calendar-shortcode-wrap .booked-calendarSwitcher.calendar p:after {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
color: #000000;
right: 5px; }
.booked-calendar-shortcode-wrap .booked-calendarSwitcher.calendar p select {
margin-left: 40px; }
@media screen and (max-width: 600px) {
.booked-calendar-shortcode-wrap .booked-calendarSwitcher.calendar p select {
width: auto; } }
.booked-calendar-shortcode-wrap .booked-calendar {
border: none;
background: transparent; }
.booked-calendar-shortcode-wrap .booked-calendar thead {
background-color: transparent !important; }
.booked-calendar-shortcode-wrap .booked-calendar thead tr th {
padding: 0; }
body .booked-calendar-shortcode-wrap .booked-calendar thead tr th {
border: none;
background: none !important; }
.booked-calendar-shortcode-wrap .booked-calendar thead tr th .monthName {
height: auto; }
.booked-calendar-shortcode-wrap .booked-calendar thead tr th .backToMonth {
display: inline-block;
font-size: 10.5px;
font-size: 0.75rem; }
.booked-calendar-shortcode-wrap .booked-calendar thead tr th .page-right,
.booked-calendar-shortcode-wrap .booked-calendar thead tr th .page-left {
top: 0;
width: 44px;
height: 44px;
border-radius: 50%;
display: none; }
@media (min-width: 600px) {
.booked-calendar-shortcode-wrap .booked-calendar thead tr th .page-right,
.booked-calendar-shortcode-wrap .booked-calendar thead tr th .page-left {
display: block; } }
.booked-calendar-shortcode-wrap .booked-calendar thead tr th .page-right i::before,
.booked-calendar-shortcode-wrap .booked-calendar thead tr th .page-left i::before {
display: inline-block;
font-family: 'nc-icon-mini';
line-height: 1;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: 0.3s ease all;
-o-transition: 0.3s ease all;
transition: 0.3s ease all;
font-size: 12px;
line-height: 44px; }
.booked-calendar-shortcode-wrap .booked-calendar thead tr th .page-left { left: 0; }
.booked-calendar-shortcode-wrap .booked-calendar thead tr th .page-left:hover { left: 0; }
.booked-calendar-shortcode-wrap .booked-calendar thead tr th .page-left i::before {
content: '\e903'; }
.booked-calendar-shortcode-wrap .booked-calendar thead tr th .page-right { right: 0; }
.booked-calendar-shortcode-wrap .booked-calendar thead tr th .page-right:hover { right: 0; }
.booked-calendar-shortcode-wrap .booked-calendar thead tr th .page-right i::before {
content: '\e904'; }
.booked-calendar-shortcode-wrap .booked-calendar thead tr.days {
background: transparent !important; }
.booked-calendar-shortcode-wrap .booked-calendar thead tr.days th {
background: transparent !important;
border-color: transparent !important;
padding: 27px 0 23px; }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr td {
height: 77px !important;
border: none;
padding: 5px 5px 0 5px; }
body .booked-calendar-shortcode-wrap .booked-calendar tbody tr td {
background: transparent; }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr td:first-child {
padding-left: 0; }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr td:last-child {
padding-right: 0; }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr td:hover .date span.number {
background: transparent !important; }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr td.booked {
pointer-events: none; }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr td.today .number {
border: none; }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr td > span {
line-height: 57px !important; }
@media (min-width: 600px) {
.booked-calendar-shortcode-wrap .booked-calendar tbody tr td {
padding: 0 10px 20px 10px; } }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr td .date {
text-align: center;
padding: 0;
border-radius: 5px;
border: 1px solid transparent; }
@media (min-width: 600px) {
.booked-calendar-shortcode-wrap .booked-calendar tbody tr td .date {
text-align: left; } }
@media (min-width: 600px) {
.booked-calendar-shortcode-wrap .booked-calendar tbody tr td .date {
padding: 0 20px; } }
@media screen and (max-width: 720px) {
.booked-calendar-shortcode-wrap .booked-calendar tbody tr td .date {
height: auto; } }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr td .date.tooltipster:hover {
border-color: transparent; }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr td .date .number {
width: auto;
height: auto;
line-height: 1; }
@media screen and (max-width: 720px) {
.booked-calendar-shortcode-wrap .booked-calendar tbody tr td .date .number {
-webkit-transform: scale(1) !important;
-ms-transform: scale(1) !important;
transform: scale(1) !important; } }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr td.active {
overflow: visible;
background-clip: content-box !important;
padding: 5px 5px 0; }
@media (min-width: 600px) {
.booked-calendar-shortcode-wrap .booked-calendar tbody tr td.active {
padding: 0 10px 20px; } }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr td.active:first-child {
padding-left: 0; }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr td.active:last-child {
padding-right: 0; }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr td.active .date {
position: relative;
-webkit-box-shadow: 0 3px 38px rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 38px rgba(0, 0, 0, 0.1); }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr td.active .date.tooltipster {
border-color: transparent; }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr td.active .date:after {
content: '';
width: calc(100% + 2px);
height: 21px;
top: 100%;
left: -1px;
position: absolute; }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr td.active .date .number {
background: transparent;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock {
border: none;
background: transparent;
border-collapse: separate;
-webkit-box-shadow: 0 3px 38px rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 38px rgba(0, 0, 0, 0.1); }
@media (min-width: 900px) {
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock + tr td {
padding-top: 20px;
height: 97px !important; } }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock td {
text-align: left;
border-radius: 5px;
height: auto !important;
padding: 0;
border: none;
overflow: visible;
background: transparent; }
@media screen and (max-width: 720px) {
body .booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock td {
padding: 0; } }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock td > div {
padding: 24px 30px 20px;
-webkit-box-shadow: none;
box-shadow: none; }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock h2 {
margin-bottom: 4px;
text-align: left; }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot {
border: none;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: block; }
@media (min-width: 900px) {
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; } }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot + .timeslot {
border-top: 1px solid; }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot:last-child {
margin: 0; }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot-range {
width: auto;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
min-width: 30%;
line-height: 32px; }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot-time {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-top: 0;
width: 100%;
height: auto;
margin: 0;
padding: 10px 10px 10px 0;
position: relative;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media (min-width: 900px) {
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot-time {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; } }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot-time .timeslot-title {
width: 100%;
margin-bottom: 0; }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot-time::before {
content: '';
height: 32px;
width: 1px;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
display: none;
margin: 0 30px; }
@media (min-width: 900px) {
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot-time::before {
display: block; } }
.position-one-right-sidebar .booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot-time::before,
.position-one-left-sidebar .booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot-time::before {
display: none; }
@media (min-width: 600px) {
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot-time {
width: 50% !important; } }
@media (min-width: 900px) {
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot-time {
width: 60% !important; } }
@media (min-width: 1200px) {
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot-time {
width: 70% !important; } }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot-time .timeslot-range {
position: relative;
padding-left: 45px; }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot-time i.fa {
display: inline-block;
font-family: 'nc-icon-outline';
font-style: normal;
font-weight: normal;
font-variant: normal;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
vertical-align: middle; }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot-time i.fa::before {
content: '\ed91';
font-size: 32px; }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot .spots-available {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
text-transform: none;
position: relative;
padding-bottom: 0;
width: auto;
font-size: 1rem;
padding-left: 52px;
padding-top: 0;
line-height: 1.2; }
@media (min-width: 900px) {
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot .spots-available {
padding-left: 10px;
padding-top: 0; } }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot-count {
padding-left: 30px;
border-color: #ECECEC; }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot-people {
width: 100%;
height: auto !important;
padding-top: 10px !important;
padding-bottom: 10px !important;
padding-right: 0 !important;
text-align: center; }
@media (min-width: 600px) {
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot-people {
width: 50% !important;
text-align: left; } }
@media (min-width: 900px) {
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot-people {
width: 40% !important; } }
@media (min-width: 1200px) {
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot-people {
width: 30% !important; } }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot-people .button {
line-height: 2;
display: inline-block;
max-width: 100%;
padding: 13px 50px;
cursor: pointer;
text-align: center;
overflow: hidden;
vertical-align: top;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
border-radius: 5px;
border-width: 0;
border-style: solid;
letter-spacing: 0.01em;
-webkit-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
text-transform: uppercase;
width: 100%;
float: none; }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot-people .button, .booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot-people .button:hover {
text-decoration: none; }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot-people .button:focus {
outline: 0; }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot-people .button:active {
-webkit-box-shadow: none;
box-shadow: none; }
@media (min-width: 600px) {
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot-people .button {
float: right;
width: auto; } }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot-people .button:hover {
border: none;
margin-right: 0; }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot-people .button[disabled] {
pointer-events: none; }
.booked-calendar-shortcode-wrap .booked-calendar tbody tr.entryBlock .timeslot:hover {
background: transparent; }
body .booked-modal .bm-window {
width: 650px;
padding-top: 65px !important; }
@media screen and (max-width: 720px) {
body .booked-modal .bm-window {
width: auto; } }
body .booked-modal .bm-window a.close {
top: 20px;
right: 20px;
left: auto; }
@media (min-width: 900px) {
body .booked-modal .bm-window a.close {
top: -40px;
right: -40px; } }
body .booked-modal .bm-window a.close i.fa {
display: inline-block;
font-family: 'nc-icon-mini';
line-height: 1;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: 0.3s ease all;
-o-transition: 0.3s ease all;
transition: 0.3s ease all;
font-size: 14px; }
body .booked-modal .bm-window a.close i.fa::before {
content: '\ea18'; }
body .booked-modal .bm-window .booked-scrollable {
padding: 25px 30px 30px; }
body .booked-modal .bm-window p {
font-size: 1rem;
margin-bottom: 7px; }
body .booked-modal .bm-window p.booked-title-bar {
padding: 15px 30px 0 15px; }
body .booked-modal .bm-window p.booked-title-bar small {
text-transform: uppercase;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px; }
@media (min-width: 600px) {
body .booked-modal .bm-window p.booked-title-bar small {
padding-left: 14px; } }
body .booked-modal .bm-window .booked-form {
padding-top: 0; }
body .booked-modal .bm-window .booked-form p.booked-calendar-name {
margin-bottom: 0; }
body .booked-modal .bm-window .booked-form .condition-block {
padding-bottom: 30px; }
body .booked-modal .bm-window .booked-form p.name {
margin: 0 0 5px; }
body .booked-modal .bm-window .booked-form p.name b {
font-size: 15.75px;
font-size: 1.125rem;
font-weight: 300; }
body .booked-modal .bm-window .booked-form p.name b i {
display: inline-block;
font-family: 'nc-icon-outline';
font-style: normal;
font-weight: normal;
font-variant: normal;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 21px;
font-size: 1.5rem;
margin-right: 8px; }
body .booked-modal .bm-window .booked-form p.name b i.fa-calendar-o::before {
content: '\e789'; }
body .booked-modal .bm-window .booked-form p.name b i.fa-clock-o::before {
content: '\e8e8'; }
body .booked-modal .bm-window .booked-form p.name b + b {
margin-left: 21px; }
@media screen and (max-width: 720px) {
body .booked-modal .bm-window .booked-form p.name b + b {
margin-left: 0; } }
body .booked-modal .bm-window .booked-form #customerChoices {
border: none;
border-bottom: 1px solid;
margin: 0;
padding: 0 0 18px 0;
text-align: left; }
body .booked-modal .bm-window .booked-form #customerChoices ~ .customer_choice,
body .booked-modal .bm-window .booked-form #customerChoices ~ .customer_choice.default {
margin-top: 21px; }
body .booked-modal .bm-window .booked-form #customerChoices .field {
display: block;
margin: 0; }
body .booked-modal .bm-window .booked-form #customerChoices .field .checkbox-radio-block {
padding: 0 0 6px 10px; }
body .booked-modal .bm-window .booked-form #customerChoices input[type=radio] {
top: 5px; }
body .booked-modal .bm-window .booked-appointments {
padding-left: 0;
padding-right: 0;
padding-bottom: 27px;
margin-bottom: 16px;
-webkit-box-shadow: none;
box-shadow: none;
border-bottom: 1px solid; }
body .booked-modal .bm-window .booked-appointments .calendar-name,
body .booked-modal .bm-window .booked-appointments .appointment-info {
font-weight: inherit; }
body .booked-modal .bm-window .booked-appointments .calendar-name {
margin-bottom: 5px; }
body .booked-modal .bm-window .booked-appointments .appointment-info {
line-height: 1.5rem; }
body .booked-modal .bm-window .booked-appointments .appointment-info i {
display: inline-block;
font-family: 'nc-icon-outline';
font-style: normal;
font-weight: normal;
font-variant: normal;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 32px;
vertical-align: middle; }
body .booked-modal .bm-window .booked-appointments .appointment-info i:before {
content: '\ece7'; }
body .booked-modal .bm-window hr {
border-color: #ECECEC;
padding: 7px 0 0 0;
margin: 36px 0 0 0; }
body .booked-modal .bm-window #ajaxlogin .field .status,
body .booked-modal .bm-window #newAppointmentForm .field .status {
padding-top: 0;
color: red; }
body .booked-modal .bm-window #ajaxlogin .field .status i,
body .booked-modal .bm-window #newAppointmentForm .field .status i {
color: red; }
body .booked-modal .bm-window .field {
margin: 0; }
body .booked-modal .bm-window .field label.field-label {
display: inline-block;
text-transform: uppercase;
position: relative; }
body .booked-modal .bm-window .field label.field-label i {
font-size: 9.8px;
font-size: 0.7rem;
position: absolute;
right: -12px;
top: 14px; }
body .booked-modal .bm-window .field p {
margin-top: 8px;
margin-bottom: 23px; }
body .booked-modal .bm-window .field input[type^='text'],
body .booked-modal .bm-window .field input[type^='email'],
body .booked-modal .bm-window .field input[type^='password'] {
padding: 9.5px 15px 12.5px;
border: 1px solid;
border-radius: 5px;
line-height: 1.5;
font-size: 1rem;
margin-bottom: 20px; }
body .booked-modal .bm-window .field input[type^='text']:focus,
body .booked-modal .bm-window .field input[type^='email']:focus,
body .booked-modal .bm-window .field input[type^='password']:focus {
outline: 0;
border-color: #ECECEC;
background-color: transparent; }
body .booked-modal .bm-window .field input[type^='text']:focus,
body .booked-modal .bm-window .field input[type^='email']:focus,
body .booked-modal .bm-window .field input[type^='password']:focus {
background: transparent !important; }
body .booked-modal .bm-window .field input[type^='password'] {
margin-bottom: 25px; }
body .booked-modal .bm-window .field input[type^='submit']#submit-request-appointment {
margin-right: 21px; }
body .booked-modal .bm-window .field input[type^='submit'],
body .booked-modal .bm-window .field button {
display: inline-block;
max-width: 100%;
padding: 19px 20px;
border: none;
-webkit-transition: 0.3s ease all;
-o-transition: 0.3s ease all;
transition: 0.3s ease all;
text-transform: uppercase;
border-radius: 5px;
line-height: 1;
font-style: normal;
width: auto;
margin-top: 5px; }
body .booked-modal .bm-window .field button.cancel {
background-color: #8e8e91 !important; }
.booked-profile-appt-list i {
display: inline-block;
font-family: 'nc-icon-outline';
font-style: normal;
font-weight: normal;
font-variant: normal;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 21px;
font-size: 1.5rem;
margin-right: 8px;
position: relative;
top: 4px; }
.booked-profile-appt-list i.fa-calendar::before {
content: '\e789'; }
.booked-profile-appt-list i.fa-clock-o::before {
content: '\e8e8'; }
.booked-profile-appt-list .appt-block > strong {
font-weight: 300; }
body .booked-calendar-wrap table.booked-calendar td .date .number {
background: transparent !important; }
body .widget.booked_calendar .booked-calendar-wrap table.booked-calendar tbody tr.entryBlock td {
padding: 1%; }
body .widget.booked_calendar .booked-calendar-wrap table.booked-calendar tbody tr.entryBlock .booked-appt-list .timeslot {
display: block; }
body .widget.booked_calendar .booked-calendar-wrap table.booked-calendar tbody tr.entryBlock .booked-appt-list .timeslot .button {
margin: 15px 0;
width: 100%; }
body .widget.booked_calendar .booked-calendar-wrap table.booked-calendar tbody tr.week td {
height: 60px !important; }
body .widget.booked_calendar .booked-calendar-wrap table.booked-calendar tbody tr.week td.active span.date.tooltipster {
background: transparent !important; }
body .widget.booked_calendar .booked-calendar-wrap table.booked-calendar tbody tr.week td .date {
line-height: 60px !important; }
body .widget.booked_calendar .booked-calendar-wrap table.booked-calendar tbody tr.week td .date .number {
line-height: 60px !important; }
body #booked-profile-page input[type^="text"],
body #booked-profile-page input[type^="password"] {
padding: 9.5px 15px 12.5px;
border: 1px solid;
border-radius: 5px;
line-height: 1.5;
font-size: 1rem; }
body #booked-profile-page input[type^="text"]:focus,
body #booked-profile-page input[type^="password"]:focus {
outline: 0;
border-color: #ECECEC;
background-color: transparent; }
body #booked-profile-page .form-submit input[type^="submit"], body #booked-profile-page .login-submit input[type^="submit"], body #booked-profile-page .wp-user-form input[type^="submit"] {
line-height: 2;
display: inline-block;
max-width: 100%;
padding: 13px 50px;
cursor: pointer;
text-align: center;
overflow: hidden;
vertical-align: top;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
border-radius: 5px;
border-width: 0;
border-style: solid;
letter-spacing: 0.01em;
-webkit-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
text-transform: uppercase; }
body #booked-profile-page .form-submit input[type^="submit"], body #booked-profile-page .form-submit input[type^="submit"]:hover, body #booked-profile-page .login-submit input[type^="submit"], body #booked-profile-page .login-submit input[type^="submit"]:hover, body #booked-profile-page .wp-user-form input[type^="submit"], body #booked-profile-page .wp-user-form input[type^="submit"]:hover {
text-decoration: none; }
body #booked-profile-page .form-submit input[type^="submit"]:focus, body #booked-profile-page .login-submit input[type^="submit"]:focus, body #booked-profile-page .wp-user-form input[type^="submit"]:focus {
outline: 0; }
body #booked-profile-page .form-submit input[type^="submit"]:active, body #booked-profile-page .login-submit input[type^="submit"]:active, body #booked-profile-page .wp-user-form input[type^="submit"]:active {
-webkit-box-shadow: none;
box-shadow: none; }
body #booked-profile-page .form-submit input[type^="submit"]:hover, body #booked-profile-page .login-submit input[type^="submit"]:hover, body #booked-profile-page .wp-user-form input[type^="submit"]:hover {
padding: 24px 37.5px 23px; }
body #booked-profile-page .booked-tabs,
body #booked-profile-page .booked-tabs.login,
body #booked-profile-page .booked-profile-header {
border: none;
border-radius: 5px; }
body #booked-profile-page .booked-tabs li i,
body #booked-profile-page .booked-tabs.login li i,
body #booked-profile-page .booked-profile-header li i { }
body #booked-profile-page .booked-tab-content {
border-color: #ECECEC; }
body #booked-profile-page #profile-appointments .booked-form-notice {
margin: 15px 0;
background: #ECECEC;
border: none;
padding: 1px 16px;
text-shadow: none; }
body #booked-profile-page #profile-appointments .booked-no-margin {
font-size: 15.75px;
font-size: 1.125rem; }
body #booked-profile-page #profile-edit #booked-page-form {
border-color: #ECECEC; }
body #booked-profile-page #profile-edit #booked-page-form .booked-upload-wrap {
border: none;
height: 60px; }
body #booked-profile-page #profile-edit #booked-page-form .booked-upload-wrap input {
border: none;
height: 60px; }
body #booked-profile-page #profile-edit #booked-page-form .booked-upload-wrap span {
line-height: 23px; }
body .booked-form input[type="submit"],
body .booked-form button { } .tm_timeline {
padding: 0;
margin: 30px 0; }
.tm_timeline .contol_wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
margin-top: 89px;
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.tm_timeline .contol_wrap i {
font-size: 21px;
font-size: 1.5rem; }
.tm_timeline .tm_timeline__control {
padding: 10px;
margin: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1 !important;
position: relative;
display: inline-block;
right: auto;
left: auto;
background: transparent;
border: none; }
.tm_timeline .tm_timeline__control.tm_timeline__control-slide-left { margin-right: 40px; }
.tm_timeline .tm_timeline__control i {
line-height: inherit; }
.tm_timeline .tm_timeline__control:before {
position: absolute;
content: '';
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
-webkit-transition: 0.25s cubic-bezier(0.59, 0.15, 0.28, 1.65);
-o-transition: 0.25s cubic-bezier(0.59, 0.15, 0.28, 1.65);
transition: 0.25s cubic-bezier(0.59, 0.15, 0.28, 1.65); }
.tm_timeline .tm_timeline__control:hover {
position: relative;
background: transparent;
border: none;
left: auto;
right: auto;
padding: 10px; }
.tm_timeline .tm_timeline__control:hover:before {
left: -15px;
right: -15px;
top: -15px;
bottom: -15px; }
.tm_timeline .tm_timeline__control:focus {
position: relative;
background: transparent;
border: none;
left: auto;
right: auto;
padding: 10px; }
.tm_timeline .tm_timeline__tense {
margin-top: 0;
background: #ECECEC; }
.tm_timeline .tm_timeline__event { }
.tm_timeline .tm_timeline__event .tm_timeline__event__dot {
height: 21px;
width: 21px;
-webkit-box-shadow: none;
box-shadow: none;
border: 4px solid;
background-color: #ffffff; }
.tm_timeline .tm_timeline__event .tm_timeline__event__date {
font-size: 10.5px;
font-size: 0.75rem; }
.tm_timeline .tm_timeline__event .tm_timeline__event__title {
margin-top: 8px;
margin-bottom: 8px; }
.tm_timeline.tm_timeline-layout-horizontal {
text-align: center;
margin: 30px auto; }
.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__tense {
height: 4px;
top: auto;
bottom: 90px; }
.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__body {
overflow: visible; }
.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__container {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 auto; }
.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__pages {
padding-bottom: 0; }
.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__page__content {
display: block; }
@media (min-width: 600px) {
.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__page__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex; } }
.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__event__dot {
left: 50%;
top: auto;
bottom: -65px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__event {
text-align: center;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
margin: 30px 10px 25px; }
@media (min-width: 600px) {
.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__event {
margin: 0 0 25px; } }
.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__event:first-child {
margin-top: 0; }
.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__event__description,
.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__event__title,
.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__event__date {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__event__title {
margin-bottom: 20px; }
.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event__description,
.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event__title,
.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event__date { }
@media (min-width: 1200px) {
.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event__title {
margin-bottom: 20px; } }
.tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__container {
margin: 0; }
.tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event {
max-width: 100%;
margin-bottom: 7px; }
.position-one-right-sidebar .tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event,
.position-one-left-sidebar .tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event {
max-width: 100%; }
@media (min-width: 600px) {
.position-one-right-sidebar .tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event,
.position-one-left-sidebar .tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event {
max-width: 45%; } }
@media (min-width: 600px) {
.tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event {
max-width: 50%; } }
@media (min-width: 1200px) {
.tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event {
max-width: 90%; } }
.tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__tense {
margin-left: 0; }
@media (min-width: 600px) {
.tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__tense {
margin-left: auto; } }
.tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-odd {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
@media (min-width: 600px) {
.tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-odd {
-webkit-transform: translate(50%, 0);
-ms-transform: translate(50%, 0);
transform: translate(50%, 0); } }
.tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-odd .tm_timeline__event__description {
padding: 0 10px 0 0; }
@media (min-width: 600px) {
.tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-odd .tm_timeline__event__description {
padding: 0; } }
.tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event.tm_timeline__event-even {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
text-align: left;
margin-left: 32px;
padding-right: 0; }
@media (min-width: 600px) {
.tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event.tm_timeline__event-even {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
text-align: right;
margin-left: auto;
padding-right: 32px; } }
@media (min-width: 1200px) {
.tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event.tm_timeline__event-even {
padding-right: 62px; } }
.tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event.tm_timeline__event-even .tm_timeline__event__dot {
left: -50px; }
@media (min-width: 600px) {
.tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event.tm_timeline__event-even .tm_timeline__event__dot {
left: auto; } }
.tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event.tm_timeline__event-even .tm_timeline__event__description {
padding: 0 10px 0 0; }
@media (min-width: 600px) {
.tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event.tm_timeline__event-even .tm_timeline__event__description {
padding: 0; } }
.tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event__dot {
left: 0; }
.tm_timeline.tm_timeline-layout-vertical .tm_timeline__container {
min-width: 100%;
max-width: 100%; }
@media (max-width: 1199px) {
.tm_timeline.tm_timeline-layout-vertical .tm_timeline__container {
margin: 0 0 0 auto; } }
@media (min-width: 900px) {
.tm_timeline.tm_timeline-layout-vertical .tm_timeline__container {
min-width: 600px;
max-width: 50%; } }
.tm_timeline.tm_timeline-layout-vertical .tm_timeline__tense {
width: 4px; }
.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event__dot {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
position: absolute;
left: -2px; }
.tm_timeline.tm_timeline-layout-vertical .tm_timeline__body-tense {
border-left: 4px solid; }
.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event__description {
padding: 0 0 0 10px; }
@media (min-width: 600px) {
.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event__description {
padding: 0; } }
.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event {
padding-left: 40px;
margin-bottom: 90px;
max-width: 100%; }
@media (min-width: 1200px) {
.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event {
padding-left: 70px; } }
.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event:last-child {
margin-bottom: 0; }
.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event.tm_timeline__event-odd {
padding-left: 32px; }
@media (min-width: 1200px) {
.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event.tm_timeline__event-odd {
padding-left: 60px; } }
.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event.tm_timeline__event-odd .tm_timeline__event__dot {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0); }
.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event.tm_timeline__event-even {
padding-right: 62px; }
.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event.tm_timeline__event-even .tm_timeline__event__dot {
-webkit-transform: translate(52%, 0);
-ms-transform: translate(52%, 0);
transform: translate(52%, 0); }
.single-timeline_post #primary {
left: 0;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 900px) {
.single-timeline_post #primary {
left: 16.66667%;
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; } }
.single-timeline_post .timeline_post > .entry-content > p:first-of-type:first-letter {
font-size: 35px;
font-size: 2.5rem;
float: left;
margin: 12px 20px 5px 0;
border-radius: 5px;
line-height: 1;
padding: 20px 30px;
position: relative; }
@-moz-document url-prefix() {
.single-timeline_post .timeline_post > .entry-content > p:first-of-type:first-letter {
padding: 26px 30px; } } .wpcf7 .wpcf7-form-control-wrap {
position: relative;
display: block; }
.wpcf7 .wpcf7-form-control-wrap input {
width: 100%; }
.home .wpcf7 .wpcf7-form-control-wrap input[type='text'],
.home .wpcf7 .wpcf7-form-control-wrap input[type='email'] {
margin-top: 20px; }
.home .wpcf7 .wpcf7-form-control-wrap textarea {
margin-top: 20px; }
.home .wpcf7 input[type='submit'] {
margin-top: 40px; }
.wpcf7 .wpcf7-not-valid {
border-color: #ff3543; }
.wpcf7 .wpcf7-not-valid-tip {
color: #ff3543;
font-size: 12px;
position: relative; }
.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng, .wpcf7 .wpcf7-mail-sent-ok {
margin: 1.5em 0;
padding: 5px 0;
border: none;
font-size: 12.25px;
font-size: 0.875rem;
border-radius: 5px;
color: #ff3543; }
.site .wpcf7 .ajax-loader {
margin: 0 10px;
width: 20px;
height: 20px;
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjBweCIgIGhlaWdodD0iMjBweCIgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0ibGRzLXJvbGxpbmciPiAgICA8Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiBmaWxsPSJub25lIiBuZy1hdHRyLXN0cm9rZT0ie3tjb25maWcuY29sb3J9fSIgbmctYXR0ci1zdHJva2Utd2lkdGg9Int7Y29uZmlnLndpZHRofX0iIG5nLWF0dHItcj0ie3tjb25maWcucmFkaXVzfX0iIG5nLWF0dHItc3Ryb2tlLWRhc2hhcnJheT0ie3tjb25maWcuZGFzaGFycmF5fX0iIHN0cm9rZT0iIzFlMWQyNCIgc3Ryb2tlLXdpZHRoPSIyMCIgcj0iMzUiIHN0cm9rZS1kYXNoYXJyYXk9IjE2NC45MzM2MTQzMTM0NjQxNSA1Ni45Nzc4NzE0Mzc4MjEzOCI+ICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGNhbGNNb2RlPSJsaW5lYXIiIHZhbHVlcz0iMCA1MCA1MDszNjAgNTAgNTAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMC45cyIgYmVnaW49IjBzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPiAgICA8L2NpcmNsZT4gIDwvc3ZnPg==); }
.home .site .wpcf7 .ajax-loader {
margin-top: 40px; }
@media (min-width: 900px) {
.elementor-col-10 .wpcf7 .ajax-loader,
.elementor-col-11 .wpcf7 .ajax-loader,
.elementor-col-12 .wpcf7 .ajax-loader,
.elementor-col-14 .wpcf7 .ajax-loader,
.elementor-col-16 .wpcf7 .ajax-loader,
.elementor-col-20 .wpcf7 .ajax-loader,
.elementor-col-25 .wpcf7 .ajax-loader,
.elementor-col-30 .wpcf7 .ajax-loader,
.elementor-col-33 .wpcf7 .ajax-loader {
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjBweCIgIGhlaWdodD0iMjBweCIgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0ibGRzLXJvbGxpbmciPiAgICA8Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiBmaWxsPSJub25lIiBuZy1hdHRyLXN0cm9rZT0ie3tjb25maWcuY29sb3J9fSIgbmctYXR0ci1zdHJva2Utd2lkdGg9Int7Y29uZmlnLndpZHRofX0iIG5nLWF0dHItcj0ie3tjb25maWcucmFkaXVzfX0iIG5nLWF0dHItc3Ryb2tlLWRhc2hhcnJheT0ie3tjb25maWcuZGFzaGFycmF5fX0iIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSIyMCIgcj0iMzUiIHN0cm9rZS1kYXNoYXJyYXk9IjE2NC45MzM2MTQzMTM0NjQxNSA1Ni45Nzc4NzE0Mzc4MjEzOCI+ICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGNhbGNNb2RlPSJsaW5lYXIiIHZhbHVlcz0iMCA1MCA1MDszNjAgNTAgNTAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMC45cyIgYmVnaW49IjBzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPiAgICA8L2NpcmNsZT4gIDwvc3ZnPg==); } }
.wpcf7-form p {
margin-bottom: 10px;
position: relative; }
.wpcf7-form p:last-child, .wpcf7-form p:last-of-type {
margin-bottom: 0; }
.wpcf7-form > * {
margin-bottom: 10px; }
.wpcf7-form > *:last-child {
margin-bottom: 0; }
.wpcf7 .row + .row, .wpcf7 .cherry-services.services-wrap .cherry-services-row + .row, .cherry-services.services-wrap .wpcf7 .cherry-services-row + .row, .wpcf7 .cherry-services.services-wrap .row + .cherry-services-row, .cherry-services.services-wrap .wpcf7 .row + .cherry-services-row, .wpcf7 .cherry-services.services-wrap .cherry-services-row + .cherry-services-row, .cherry-services.services-wrap .wpcf7 .cherry-services-row + .cherry-services-row {
margin-top: 10px; }
.wpcf7 .row > div:not(:last-child), .wpcf7 .cherry-services.services-wrap .cherry-services-row > div:not(:last-child), .cherry-services.services-wrap .wpcf7 .cherry-services-row > div:not(:last-child) {
padding-bottom: 10px; }
@media (min-width: 1200px) {
.wpcf7 .row > div:not(:last-child), .wpcf7 .cherry-services.services-wrap .cherry-services-row > div:not(:last-child), .cherry-services.services-wrap .wpcf7 .cherry-services-row > div:not(:last-child) {
padding-bottom: 0; } }
@media (min-width: 900px) {
.elementor-col-10 .wpcf7 .row, .elementor-col-10 .wpcf7 .cherry-services.services-wrap .cherry-services-row, .cherry-services.services-wrap .elementor-col-10 .wpcf7 .cherry-services-row,
.elementor-col-11 .wpcf7 .row,
.elementor-col-11 .wpcf7 .cherry-services.services-wrap .cherry-services-row,
.cherry-services.services-wrap .elementor-col-11 .wpcf7 .cherry-services-row,
.elementor-col-12 .wpcf7 .row,
.elementor-col-12 .wpcf7 .cherry-services.services-wrap .cherry-services-row,
.cherry-services.services-wrap .elementor-col-12 .wpcf7 .cherry-services-row,
.elementor-col-14 .wpcf7 .row,
.elementor-col-14 .wpcf7 .cherry-services.services-wrap .cherry-services-row,
.cherry-services.services-wrap .elementor-col-14 .wpcf7 .cherry-services-row,
.elementor-col-16 .wpcf7 .row,
.elementor-col-16 .wpcf7 .cherry-services.services-wrap .cherry-services-row,
.cherry-services.services-wrap .elementor-col-16 .wpcf7 .cherry-services-row,
.elementor-col-20 .wpcf7 .row,
.elementor-col-20 .wpcf7 .cherry-services.services-wrap .cherry-services-row,
.cherry-services.services-wrap .elementor-col-20 .wpcf7 .cherry-services-row,
.elementor-col-25 .wpcf7 .row,
.elementor-col-25 .wpcf7 .cherry-services.services-wrap .cherry-services-row,
.cherry-services.services-wrap .elementor-col-25 .wpcf7 .cherry-services-row,
.elementor-col-30 .wpcf7 .row,
.elementor-col-30 .wpcf7 .cherry-services.services-wrap .cherry-services-row,
.cherry-services.services-wrap .elementor-col-30 .wpcf7 .cherry-services-row,
.elementor-col-33 .wpcf7 .row,
.elementor-col-33 .wpcf7 .cherry-services.services-wrap .cherry-services-row,
.cherry-services.services-wrap .elementor-col-33 .wpcf7 .cherry-services-row {
margin-left: -5px;
margin-right: -5px; }
.elementor-col-10 .wpcf7 .row > *, .elementor-col-10 .wpcf7 .cherry-services.services-wrap .cherry-services-row > *, .cherry-services.services-wrap .elementor-col-10 .wpcf7 .cherry-services-row > *,
.elementor-col-11 .wpcf7 .row > *,
.elementor-col-11 .wpcf7 .cherry-services.services-wrap .cherry-services-row > *,
.cherry-services.services-wrap .elementor-col-11 .wpcf7 .cherry-services-row > *,
.elementor-col-12 .wpcf7 .row > *,
.elementor-col-12 .wpcf7 .cherry-services.services-wrap .cherry-services-row > *,
.cherry-services.services-wrap .elementor-col-12 .wpcf7 .cherry-services-row > *,
.elementor-col-14 .wpcf7 .row > *,
.elementor-col-14 .wpcf7 .cherry-services.services-wrap .cherry-services-row > *,
.cherry-services.services-wrap .elementor-col-14 .wpcf7 .cherry-services-row > *,
.elementor-col-16 .wpcf7 .row > *,
.elementor-col-16 .wpcf7 .cherry-services.services-wrap .cherry-services-row > *,
.cherry-services.services-wrap .elementor-col-16 .wpcf7 .cherry-services-row > *,
.elementor-col-20 .wpcf7 .row > *,
.elementor-col-20 .wpcf7 .cherry-services.services-wrap .cherry-services-row > *,
.cherry-services.services-wrap .elementor-col-20 .wpcf7 .cherry-services-row > *,
.elementor-col-25 .wpcf7 .row > *,
.elementor-col-25 .wpcf7 .cherry-services.services-wrap .cherry-services-row > *,
.cherry-services.services-wrap .elementor-col-25 .wpcf7 .cherry-services-row > *,
.elementor-col-30 .wpcf7 .row > *,
.elementor-col-30 .wpcf7 .cherry-services.services-wrap .cherry-services-row > *,
.cherry-services.services-wrap .elementor-col-30 .wpcf7 .cherry-services-row > *,
.elementor-col-33 .wpcf7 .row > *,
.elementor-col-33 .wpcf7 .cherry-services.services-wrap .cherry-services-row > *,
.cherry-services.services-wrap .elementor-col-33 .wpcf7 .cherry-services-row > * {
padding-left: 5px;
padding-right: 5px; } }
.wpcf7 input[type='submit'],
.wpcf7 input[type='reset'] {
vertical-align: middle; }
@media (min-width: 900px) {
.elementor-col-10 .wpcf7 input[type='submit'],
.elementor-col-11 .wpcf7 input[type='submit'],
.elementor-col-12 .wpcf7 input[type='submit'],
.elementor-col-14 .wpcf7 input[type='submit'],
.elementor-col-16 .wpcf7 input[type='submit'],
.elementor-col-20 .wpcf7 input[type='submit'],
.elementor-col-25 .wpcf7 input[type='submit'],
.elementor-col-30 .wpcf7 input[type='submit'],
.elementor-col-33 .wpcf7 input[type='submit'], .elementor-col-10
.wpcf7 input[type='reset'],
.elementor-col-11
.wpcf7 input[type='reset'],
.elementor-col-12
.wpcf7 input[type='reset'],
.elementor-col-14
.wpcf7 input[type='reset'],
.elementor-col-16
.wpcf7 input[type='reset'],
.elementor-col-20
.wpcf7 input[type='reset'],
.elementor-col-25
.wpcf7 input[type='reset'],
.elementor-col-30
.wpcf7 input[type='reset'],
.elementor-col-33
.wpcf7 input[type='reset'] {
width: 100%; }
.elementor-col-10 .wpcf7 input[type='submit'] + input[type='submit'],
.elementor-col-10 .wpcf7 input[type='submit'] + input[type='reset'],
.elementor-col-11 .wpcf7 input[type='submit'] + input[type='submit'],
.elementor-col-11 .wpcf7 input[type='submit'] + input[type='reset'],
.elementor-col-12 .wpcf7 input[type='submit'] + input[type='submit'],
.elementor-col-12 .wpcf7 input[type='submit'] + input[type='reset'],
.elementor-col-14 .wpcf7 input[type='submit'] + input[type='submit'],
.elementor-col-14 .wpcf7 input[type='submit'] + input[type='reset'],
.elementor-col-16 .wpcf7 input[type='submit'] + input[type='submit'],
.elementor-col-16 .wpcf7 input[type='submit'] + input[type='reset'],
.elementor-col-20 .wpcf7 input[type='submit'] + input[type='submit'],
.elementor-col-20 .wpcf7 input[type='submit'] + input[type='reset'],
.elementor-col-25 .wpcf7 input[type='submit'] + input[type='submit'],
.elementor-col-25 .wpcf7 input[type='submit'] + input[type='reset'],
.elementor-col-30 .wpcf7 input[type='submit'] + input[type='submit'],
.elementor-col-30 .wpcf7 input[type='submit'] + input[type='reset'],
.elementor-col-33 .wpcf7 input[type='submit'] + input[type='submit'],
.elementor-col-33 .wpcf7 input[type='submit'] + input[type='reset'], .elementor-col-10
.wpcf7 input[type='reset'] + input[type='submit'],
.elementor-col-10
.wpcf7 input[type='reset'] + input[type='reset'],
.elementor-col-11
.wpcf7 input[type='reset'] + input[type='submit'],
.elementor-col-11
.wpcf7 input[type='reset'] + input[type='reset'],
.elementor-col-12
.wpcf7 input[type='reset'] + input[type='submit'],
.elementor-col-12
.wpcf7 input[type='reset'] + input[type='reset'],
.elementor-col-14
.wpcf7 input[type='reset'] + input[type='submit'],
.elementor-col-14
.wpcf7 input[type='reset'] + input[type='reset'],
.elementor-col-16
.wpcf7 input[type='reset'] + input[type='submit'],
.elementor-col-16
.wpcf7 input[type='reset'] + input[type='reset'],
.elementor-col-20
.wpcf7 input[type='reset'] + input[type='submit'],
.elementor-col-20
.wpcf7 input[type='reset'] + input[type='reset'],
.elementor-col-25
.wpcf7 input[type='reset'] + input[type='submit'],
.elementor-col-25
.wpcf7 input[type='reset'] + input[type='reset'],
.elementor-col-30
.wpcf7 input[type='reset'] + input[type='submit'],
.elementor-col-30
.wpcf7 input[type='reset'] + input[type='reset'],
.elementor-col-33
.wpcf7 input[type='reset'] + input[type='submit'],
.elementor-col-33
.wpcf7 input[type='reset'] + input[type='reset'] {
margin-top: 10px; } }
@media (min-width: 900px) {
.elementor-col-10 .wpcf7 input[type='submit'],
.elementor-col-11 .wpcf7 input[type='submit'],
.elementor-col-12 .wpcf7 input[type='submit'],
.elementor-col-14 .wpcf7 input[type='submit'],
.elementor-col-16 .wpcf7 input[type='submit'],
.elementor-col-20 .wpcf7 input[type='submit'],
.elementor-col-25 .wpcf7 input[type='submit'],
.elementor-col-30 .wpcf7 input[type='submit'],
.elementor-col-33 .wpcf7 input[type='submit'] {
padding-left: 40px;
padding-right: 40px; }
.elementor-col-10 .wpcf7 input[type='submit'] + .ajax-loader,
.elementor-col-11 .wpcf7 input[type='submit'] + .ajax-loader,
.elementor-col-12 .wpcf7 input[type='submit'] + .ajax-loader,
.elementor-col-14 .wpcf7 input[type='submit'] + .ajax-loader,
.elementor-col-16 .wpcf7 input[type='submit'] + .ajax-loader,
.elementor-col-20 .wpcf7 input[type='submit'] + .ajax-loader,
.elementor-col-25 .wpcf7 input[type='submit'] + .ajax-loader,
.elementor-col-30 .wpcf7 input[type='submit'] + .ajax-loader,
.elementor-col-33 .wpcf7 input[type='submit'] + .ajax-loader {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 0; } }
.wpcf7 input[type='radio'],
.wpcf7 input[type='checkbox'] {
display: inline-block;
width: auto;
margin-right: 5px; }
.wpcf7 input[type='radio']:last-child,
.wpcf7 input[type='checkbox']:last-child {
margin-left: 5px;
margin-right: 0; }
@media (min-width: 1200px) {
.wpcf7 .submit-button-align-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.wpcf7 .submit-button-align-right .ajax-loader {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.wpcf7 .submit-button-align-right input[type='submit'],
.wpcf7 .submit-button-align-right input[type='reset'] {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; } }
.wpcf7 select {
width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
height: 45px; }
.wpcf7 select:hover {
cursor: pointer; }
.wpcf7 select select::-ms-expand {
opacity: 0; }
.wpcf7 .wpcf7-form-control-wrap[class*="menu-"] {
position: relative; }
.wpcf7 .wpcf7-form-control-wrap[class*="menu-"]:before {
display: inline-block;
font-family: 'nc-icon-mini';
line-height: 1;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\e93b';
position: absolute;
right: 18px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
display: inline-block;
z-index: 1;
pointer-events: none; }
.wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
position: relative;
height: 45px;
line-height: 45px;
border: 1px solid;
padding: 0 10px;
border-radius: 5px; }
.wpcf7 textarea {
height: 118px;
min-height: 118px; }  body.elementor-editor-active .elementor.elementor-edit-mode .elementor-element.elementor-section {
z-index: 1; } .elementor-accordion {
padding: 0; }
.elementor-accordion .elementor-accordion-item {
padding: 23px 0;
border-left: none;
border-right: none;
border-top: none;
position: relative; }
.elementor-accordion .elementor-accordion-item:last-child {
border-bottom: none; }
.elementor-accordion .elementor-accordion-title {
padding: 0; }
.elementor-accordion .elementor-accordion-title .elementor-accordion-icon .fa:before {
display: inline-block;
font-family: 'nc-icon-mini';
line-height: 1;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\ea16';
font-size: 10px; }
.elementor-accordion .elementor-accordion-title.active .elementor-accordion-icon .fa:before {
content: '\ea17'; }
.elementor-accordion .elementor-accordion-content {
border: none;
padding: 13px 0 7px; }
.elementor-accordion .elementor-accordion-content p {
margin-bottom: 14px; }
.elementor-accordion .elementor-accordion-content p:last-child {
margin-bottom: 0; }
.elementor-accordion img.alignleft {
display: block;
margin-bottom: 15px;
float: none; }
@media (min-width: 900px) {
.elementor-accordion img.alignleft {
margin-right: 20px;
margin-top: 4px;
margin-bottom: 0;
display: inline;
float: left; } }
.elementor-accordion img.alignright {
display: block;
margin-bottom: 15px;
float: none; }
@media (min-width: 900px) {
.elementor-accordion img.alignright {
margin-left: 20px;
margin-top: 4px;
margin-bottom: 0;
display: inline;
float: right; } } .elementor-widget-jet-carousel .adv-carousel__item {
position: relative; }
.elementor-widget-jet-carousel .adv-carousel__item-img + div {
margin-top: 20px; }
@media (min-width: 980px) {
.elementor-widget-jet-carousel .adv-carousel__item-img + div {
position: absolute;
width: 80%;
margin-top: 0;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.elementor-widget-jet-carousel .adv-carousel__item-img + div > * {
text-align: center; } }
.elementor-widget-jet-carousel .adv-carousel__item-title {
margin-bottom: 19px; }
.elementor-widget-jet-carousel .adv-carousel__item-text {
text-transform: uppercase; }
.elementor-widget-jet-carousel .adv-carousel-wrap ul.slick-dots {
position: relative;
bottom: auto;
margin-top: 20px; }
@media (min-width: 980px) {
.adv-carousel[data-slider_options*='"desktop":1'] .adv-carousel__item-title {
text-transform: none; } }
.elementor .elementor-slick-slider .slick-next,
.elementor .elementor-slick-slider .slick-prev {
width: 44px;
height: 44px;
z-index: 100; }
.elementor .elementor-slick-slider .slick-next:before,
.elementor .elementor-slick-slider .slick-prev:before {
display: inline-block;
font-family: 'nc-icon-mini';
line-height: 1;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 44px;
height: 44px;
line-height: 44px;
font-size: 14px;
border-radius: 50%;
padding: 0;
opacity: 1; }
.elementor .elementor-slick-slider .slick-prev {
left: 20px; }
.elementor .elementor-slick-slider .slick-prev:before {
content: '\e903'; }
.elementor .elementor-slick-slider .slick-next {
right: 20px; }
.elementor .elementor-slick-slider .slick-next:before {
content: '\e904'; }
.elementor .elementor-slick-slider .slick-list {
margin: 0;
padding: 0; } .elementor-jet-animated-box .jet-animated-box__front {
border-radius: 5px;
-webkit-box-shadow: 0 3px 38px rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 38px rgba(0, 0, 0, 0.1); } @media (max-width: 480px) {
.col-mob- {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; } }
@media (min-width: 480px) and (max-width: 980px) {
.col-tab- {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; } }
.col-desk- {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.elementor-jet-brands .brands-list__item {
text-align: center;
-ms-flex-item-align: center;
align-self: center; }
.elementor-jet-brands .brands-list__item.with-link {
-ms-flex-item-align: stretch;
align-self: stretch; }
@media (max-width: 480px) {
.elementor-jet-brands .brands-list__item.col-mob-1:nth-child(n+2), .elementor-jet-brands .brands-list__item.col-mob-2:nth-child(n+3), .elementor-jet-brands .brands-list__item.col-mob-3:nth-child(n+4), .elementor-jet-brands .brands-list__item.col-mob-4:nth-child(n+5), .elementor-jet-brands .brands-list__item.col-mob-5:nth-child(n+6), .elementor-jet-brands .brands-list__item.col-mob-6:nth-child(n+7) {
margin-top: 10px; } }
@media (min-width: 480px) and (max-width: 980px) {
.elementor-jet-brands .brands-list__item.col-tab-1:nth-child(n+2), .elementor-jet-brands .brands-list__item.col-tab-2:nth-child(n+3), .elementor-jet-brands .brands-list__item.col-tab-3:nth-child(n+4), .elementor-jet-brands .brands-list__item.col-tab-4:nth-child(n+5), .elementor-jet-brands .brands-list__item.col-tab-5:nth-child(n+6), .elementor-jet-brands .brands-list__item.col-tab-6:nth-child(n+7) {
margin-top: 10px; } }
@media (min-width: 980px) {
.elementor-jet-brands .brands-list__item.col-desk-1:nth-child(n+2), .elementor-jet-brands .brands-list__item.col-desk-2:nth-child(n+3), .elementor-jet-brands .brands-list__item.col-desk-3:nth-child(n+4), .elementor-jet-brands .brands-list__item.col-desk-4:nth-child(n+5), .elementor-jet-brands .brands-list__item.col-desk-5:nth-child(n+6), .elementor-jet-brands .brands-list__item.col-desk-6:nth-child(n+7) {
margin-top: 10px; } }
.elementor-jet-brands .brands-list__item .brands-list__item-img {
margin-top: auto;
margin-bottom: auto; }
.elementor-jet-brands .brands-list__item .brands-list__item-img + .brands-list__item-name {
margin: auto 0 0;
padding-top: 10px; }
.elementor-jet-brands .brands-list__item .brands-list__item-name + .brands-list__item-desc {
margin: 11px 0 0; }
.elementor-jet-brands .brands-list__item .brands-list__item-link {
border: 1px solid;
border-radius: 5px;
height: 100%;
min-height: 300px;
padding: 30px 30px 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.elementor-jet-brands .brands-list__item .brands-list__item-link:hover {
-webkit-box-shadow: 0 3px 38px rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 38px rgba(0, 0, 0, 0.1);
border-color: transparent; }
.elementor-jet-brands .brands-list__item-name {
text-transform: none;
margin-bottom: 0; } .elementor-button {
line-height: 2;
display: inline-block;
max-width: 100%;
padding: 13px 50px;
cursor: pointer;
text-align: center;
overflow: hidden;
vertical-align: top;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
border-radius: 5px;
border-width: 0;
border-style: solid;
letter-spacing: 0.01em;
-webkit-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
text-transform: uppercase;  }
.elementor-button, .elementor-button:hover {
text-decoration: none; }
.elementor-button:focus {
outline: 0; }
.elementor-button:active {
-webkit-box-shadow: none;
box-shadow: none; }
.elementor-button:hover, .elementor-button:focus, .elementor-button:visited {
opacity: 1; }
.elementor-button .elementor-button-icon {
font-size: 1.167em;
line-height: 1.5;
-webkit-transition: .3s all;
-o-transition: .3s all;
transition: .3s all;
margin-right: 5px;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.elementor-button .elementor-button-icon.elementor-align-icon-right {
margin-right: 0;
margin-left: 5px;
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.elementor-button.elementor-size-xs, .elementor-button.elementor-size-sm, .elementor-button.elementor-size-md, .elementor-button.elementor-size-lg, .elementor-button.elementor-size-xl {
border-radius: 5px; }
.elementor-button.elementor-size-xs {
font-size: 80%;
padding: 9px 29px; }
.elementor-button.elementor-size-sm {
font-size: 90%;
padding: 11px 50px; }
.elementor-button.elementor-size-md {
padding: 13px 50px; }
.elementor-button.elementor-size-lg {
font-size: 110%;
padding: 15px 35px; }
.elementor-button.elementor-size-xl {
font-size: 120%;
padding: 17px 40px; }
.elementor-button .elementor-button-content-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.elementor-button .elementor-button-content-wrapper > * {
float: none; }
.elementor-button .elementor-button-text {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
text-transform: uppercase; } .elementor-counter-title {
margin-top: 3px; } .elementor-icon {
font-size: 32px; }
.elementor-view-stacked .elementor-icon {
padding: .7186em; }
.elementor-view-framed .elementor-icon {
border-color: currentColor;
border-width: 2px;
padding: .6563em; }
.elementor-icon i {
display: block; }
.elementor-widget-icon.elementor-view-framed .elementor-icon {
margin-bottom: 30px;
position: relative; }
.elementor-widget-icon.elementor-view-framed .elementor-icon:before {
content: '';
width: 9px;
height: 9px;
border: 1px solid;
border-color: inherit;
border-radius: 50%;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
bottom: -30px; }
.elementor-widget-icon.elementor-view-framed .elementor-icon:after {
content: '';
width: 1px;
height: 22px;
border-right-style: solid;
border-right-width: 1px;
border-color: inherit;
position: absolute;
bottom: -22px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); } .elementor-widget-icon-box .elementor-icon-box-description a {
color: inherit;
text-decoration: underline; }
.elementor-widget-icon-box .elementor-icon-box-description a:hover {
color: inherit;
text-decoration: none; }
.elementor-widget-icon-box .elementor-icon-box-title {
width: 100%;
text-transform: uppercase;
margin-bottom: 14px; }
.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-title {
margin-bottom: 9px; }
@media (min-width: 900px) {
.elementor-col-10 .elementor-widget-icon-box .elementor-icon-box-wrapper,
.elementor-col-11 .elementor-widget-icon-box .elementor-icon-box-wrapper,
.elementor-col-12 .elementor-widget-icon-box .elementor-icon-box-wrapper,
.elementor-col-14 .elementor-widget-icon-box .elementor-icon-box-wrapper,
.elementor-col-16 .elementor-widget-icon-box .elementor-icon-box-wrapper,
.elementor-col-20 .elementor-widget-icon-box .elementor-icon-box-wrapper,
.elementor-col-25 .elementor-widget-icon-box .elementor-icon-box-wrapper,
.elementor-col-30 .elementor-widget-icon-box .elementor-icon-box-wrapper {
display: block; }
.elementor-col-10 .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon,
.elementor-col-11 .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon,
.elementor-col-12 .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon,
.elementor-col-14 .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon,
.elementor-col-16 .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon,
.elementor-col-20 .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon,
.elementor-col-25 .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon,
.elementor-col-30 .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
margin-bottom: 13px; } } .elementor-widget-icon-list .elementor-icon-list-item + .elementor-icon-list-item {
margin-top: 5px; }
.elementor-widget-icon-list .elementor-icon-list-icon i {
font-size: 12px; }
.elementor-widget-icon-list .elementor-icon-list-icon i.fa.fa-check:before {
display: inline-block;
font-family: 'nc-icon-mini';
line-height: 1;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\ea21'; }
.elementor-widget-icon-list .elementor-icon-list-text {
padding-left: 10px; } .elementor-image-box-content .elementor-image-box-title:not(:last-child) {
margin-bottom: 15px; } .elementor-section {
z-index: 1; }
.elementor-column-gap-default.elementor-container {
display: block;
padding-left: 1.4285rem;
padding-right: 1.4285rem; }
.elementor-column-gap-default.elementor-container .elementor-container,
.content-layout-boxed .elementor-column-gap-default.elementor-container {
padding-left: 0;
padding-right: 0; }
.elementor-column-gap-default > .elementor-row {
width: auto;
margin-left: -1.4285rem;
margin-right: -1.4285rem; }
.elementor-section-full_width .elementor-column-gap-default > .elementor-row {
margin-left: 0;
margin-right: 0; }
.elementor-column-gap-default > .elementor-row > .elementor-column:not(.elementor-column-custom-padding) > .elementor-element-populated {
padding: 0 1.4285rem; }
.elementor-page.page.position-fullwidth .site-content_wrap {
margin-top: 0;
margin-bottom: 0; }
.elementor-widget:not(:last-child) {
margin-bottom: 0; }
.elementor .col-row {
margin-left: -1.4285rem;
margin-right: -1.4285rem; }
.elementor .col-row > div {
padding-left: 1.4285rem;
padding-right: 1.4285rem; }
.elementor .swiper-button-prev,
.elementor .swiper-button-next {
width: 44px;
height: 44px; }
.elementor .swiper-button-prev:before,
.elementor .swiper-button-next:before {
display: inline-block;
font-family: 'nc-icon-mini';
line-height: 1;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 44px;
height: 44px;
line-height: 44px;
font-size: 14px;
border-radius: 50%;
padding: 0;
opacity: 1; }
.elementor .swiper-button-prev {
left: 20px; }
.elementor .swiper-button-prev:before {
content: '\e903'; }
.elementor .swiper-button-next {
right: 20px; }
.elementor .swiper-button-next:before {
content: '\e904'; }
.elementor .swiper-pagination-bullet {
width: 12px;
height: 12px;
opacity: 1; } .jet-posts .jet-posts__inner-box > *:not(:first-child).entry-meta, .jet-posts .jet-posts__inner-box > *:not(:first-child).entry-excerpt {
margin-top: 10px; }
.jet-posts .jet-posts__inner-box .post-thumbnail__wrap {
position: relative; }
.jet-posts .jet-posts__inner-box .post-thumbnail__wrap .post__date-circle {
position: absolute;
top: 10px;
left: 10px;
z-index: 10; }
.jet-posts .jet-posts__inner-box .jet-more-wrap .jet-more {
margin-top: 15px; }
.jet-posts__item .jet-posts__inner-box {
display: block;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.jet-posts__item .jet-posts__inner-box .jet-posts__inner-content {
border: 1px solid;
border-top: none; }
.jet-carousel .jet-posts .jet-arrow {
top: -70px; }
.jet-carousel .jet-posts .jet-arrow:before {
font-weight: 700; }
.jet-carousel .jet-posts .jet-arrow.next-arrow {
right: -15px; }
.jet-carousel .jet-posts .jet-arrow.prev-arrow {
left: auto;
right: 21px; } .elementor-progress-wrapper {
height: 15px;
line-height: 15px;
border-radius: 5px; }
.elementor-progress-percentage {
padding-right: 5px;
font-size: 12px;
line-height: 15px;
height: 15px; }
.elementor-widget-progress .elementor-title {
margin-bottom: 8px;
display: block; }
.elementor-widget-progress .elementor-progress-text {
height: 15px; } .elementor-jet-pricing-table .pricing-table {
padding: 0; }
.elementor-jet-pricing-table .pricing-table__heading {
padding: 25px 25px 23px;
position: relative;
border: 1px solid; }
.elementor-jet-pricing-table .pricing-table__icon {
position: absolute;
text-align: center;
top: -10px;
left: -10px; }
.elementor-jet-pricing-table .pricing-table__icon i {
width: 60px;
height: 60px;
border-radius: 50%; }
.elementor-jet-pricing-table .pricing-table__icon i:before {
font-size: 25px;
line-height: 60px; }
.elementor-jet-pricing-table .pricing-table__icon + .pricing-table__title {
padding-left: 30px;
padding-right: 30px; }
.elementor-jet-pricing-table .pricing-table__title {
margin-top: 0;
margin-bottom: 25px; }
.elementor-jet-pricing-table .pricing-table__subtitle {
text-transform: none;
margin-top: 19px; }
.elementor-jet-pricing-table .pricing-table__price {
display: inline-block;
vertical-align: middle;
background-image: url(//www.own-advice.nl/wp-content/themes/growlex/assets/images/pricing-table-bg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
padding: 30px; }
@media (min-width: 1200px) {
.elementor-jet-pricing-table .pricing-table__price {
min-height: 128px;
min-width: 191px; } }
.elementor-jet-pricing-table .pricing-table__price .pricing-table__price-prefix {
display: inline-block;
vertical-align: super;
position: relative;
top: -11px;
font-size: 18px; }
@media (min-width: 1200px) {
.elementor-jet-pricing-table .pricing-table__price .pricing-table__price-prefix {
font-size: 27px; } }
.elementor-jet-pricing-table .pricing-table__price .pricing-table__price-prefix,
.elementor-jet-pricing-table .pricing-table__price .pricing-table__price-val {
line-height: 1; }
.elementor-jet-pricing-table .pricing-table__price .pricing-table__price-suffix {
display: block;
font-size: .86em; }
.elementor-jet-pricing-table .pricing-table > div:not(.pricing-table__heading):nth-last-child(2), .elementor-jet-pricing-table .pricing-table > div:not(.pricing-table__heading):last-child {
padding-top: 23px;
padding-left: 30px;
padding-right: 30px; }
.elementor-jet-pricing-table .pricing-table > div:not(.pricing-table__heading):last-child {
border-radius: 0 0 5px 5px;
padding-bottom: 30px; }
.elementor-jet-pricing-table .pricing-table.featured-table .pricing-table__price {
background-image: url(//www.own-advice.nl/wp-content/themes/growlex/assets/images/pricing-table-bg-invert.png); }
.elementor-jet-pricing-table .pricing-table.featured-table > div:not(.pricing-table__heading):nth-last-child(2), .elementor-jet-pricing-table .pricing-table.featured-table > div:not(.pricing-table__heading):last-child {
border-left-width: 1px;
border-left-style: solid;
border-right-width: 1px;
border-right-style: solid; }
.elementor-jet-pricing-table .pricing-table.featured-table > div:not(.pricing-table__heading):last-child {
border-bottom-width: 1px;
border-bottom-style: solid; }
.elementor-jet-pricing-table .pricing-table__action > * + * {
margin-top: 5px; }
@media (min-width: 1200px) {
.elementor-jet-pricing-table .elementor-button {
display: block;
width: 100%; } }
.pricing-table__features .pricing-feature {
display: block; }
.pricing-table__features .pricing-feature + .pricing-feature {
margin-top: 5px; } .elementor-slick-slider .slick-slider.slick-dotted {
margin-bottom: 35px; }
.elementor-slick-slider .slick-next,
.elementor-slick-slider .slick-prev {
width: 44px;
height: 44px;
border-radius: 50%;
-webkit-transition: .2s all;
-o-transition: .2s all;
transition: .2s all; }
.elementor-slick-slider .slick-next:before,
.elementor-slick-slider .slick-prev:before {
display: inline-block;
font-family: 'nc-icon-mini';
line-height: 1;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 12px;
line-height: 44px;
color: inherit;
opacity: 1;
-webkit-transition: .2s all;
-o-transition: .2s all;
transition: .2s all; }
.elementor-slick-slider .slick-next:before {
content: '\e904'; }
.elementor-slick-slider .slick-prev:before {
content: '\e903'; }
.elementor-slick-slider ul.slick-dots {
bottom: -39px; }
.elementor-slick-slider ul.slick-dots li {
width: 12px;
height: 12px;
padding: 0;
margin: 7px; }
.elementor-slick-slider ul.slick-dots li button {
width: 12px;
height: 12px;
padding: 0; }
.elementor-slick-slider ul.slick-dots li button:before {
content: '';
width: 12px;
height: 12px;
border-radius: 50%;
opacity: 1;
-webkit-transition: .2s all;
-o-transition: .2s all;
transition: .2s all; }
.elementor-slick-slider ul.slick-dots li.slick-active button:before {
opacity: 1; } .elementor-widget-tabs .elementor-tabs-wrapper {
font-size: 0;
text-align: center; }
.elementor-widget-tabs .elementor-tab-desktop-title {
padding: 15px 30px 17px;
text-transform: uppercase;
border-radius: 5px 5px 0 0; }
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
background-color: transparent; }
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before, .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after {
border-color: inherit;
z-index: 10; }
.elementor-widget-tabs .elementor-tab-title__icon {
margin-bottom: 8px;
-webkit-transition: .3s all;
-o-transition: .3s all;
transition: .3s all; }
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
display: inline-block;
vertical-align: bottom;
margin: 0 2.5px; }
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title:first-child {
margin-left: 5px; }
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-mobile-title.elementor-active {
border-bottom-style: solid; }
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-content-wrapper .elementor-tab-content {
padding: 15px 0 0; }
@media (min-width: 1200px) {
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-content-wrapper .elementor-tab-content {
padding: 32px 0 0; } }
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-borderless .elementor-tabs-wrapper {
margin-left: -10px;
margin-right: -10px;
padding-bottom: 26px;
text-align: left; }
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-borderless .elementor-tabs-wrapper > * {
padding-left: 10px;
padding-right: 10px; }
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-borderless .elementor-tab-desktop-title {
margin: 0; }
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-borderless .elementor-tab-desktop-title:first-child {
margin-left: 0; }
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-borderless .elementor-tabs-content-wrapper {
border-top: 1px solid; }
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
width: 17%;
text-align: left; }
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title {
padding: 15px 30px 16px;
margin: 5px 0; }
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
border: none; }
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper .elementor-tab-content {
padding: 0 0 0 40px;
border: none; }
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-borderless .elementor-tab-desktop-title {
margin: 0 0 15px; }
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-borderless .elementor-tabs-content-wrapper {
border-left: 1px solid; }
.elementor-widget-tabs.elementor-tabs-view-icon_horizontal .elementor-tabs-wrapper, .elementor-widget-tabs.elementor-tabs-view-icon_vertical .elementor-tabs-wrapper {
overflow: visible; }
.elementor-widget-tabs.elementor-tabs-view-icon_horizontal .elementor-tabs-wrapper .elementor-tab-title, .elementor-widget-tabs.elementor-tabs-view-icon_vertical .elementor-tabs-wrapper .elementor-tab-title {
border-radius: 5px;
text-transform: none;
padding: 29px 30px 33px;
min-width: 180px;
background-color: transparent;
-webkit-transition: .3s all;
-o-transition: .3s all;
transition: .3s all;
position: relative; }
.elementor-widget-tabs.elementor-tabs-view-icon_horizontal .elementor-tabs-wrapper .elementor-tab-title:before, .elementor-widget-tabs.elementor-tabs-view-icon_vertical .elementor-tabs-wrapper .elementor-tab-title:before {
content: '';
width: 0;
height: 0;
border-style: solid;
position: absolute;
-webkit-transition: .3s all;
-o-transition: .3s all;
transition: .3s all; }
.elementor-widget-tabs.elementor-tabs-view-icon_horizontal .elementor-tabs-wrapper .elementor-tab-title__icon, .elementor-widget-tabs.elementor-tabs-view-icon_vertical .elementor-tabs-wrapper .elementor-tab-title__icon {
font-size: 32px;
line-height: 1; }
.elementor-widget-tabs.elementor-tabs-view-icon_horizontal .elementor-tabs-wrapper {
margin-left: -15px;
margin-right: -15px;
margin-bottom: 12px; }
.elementor-widget-tabs.elementor-tabs-view-icon_horizontal .elementor-tabs-wrapper > * {
margin-left: 15px;
margin-right: 15px; }
.elementor-widget-tabs.elementor-tabs-view-icon_horizontal .elementor-tabs-wrapper .elementor-tab-title {
display: inline-block;
vertical-align: bottom; }
.elementor-widget-tabs.elementor-tabs-view-icon_horizontal .elementor-tabs-wrapper .elementor-tab-title:before {
border-width: 0 10px 0 10px;
top: 100%;
left: 50%;
margin-left: -10px; }
.elementor-widget-tabs.elementor-tabs-view-icon_horizontal .elementor-tabs-wrapper .elementor-tab-title:hover:before, .elementor-widget-tabs.elementor-tabs-view-icon_horizontal .elementor-tabs-wrapper .elementor-tab-title.elementor-active:before {
border-width: 10px 10px 0 10px; }
@media (min-width: 900px) {
.elementor-widget-tabs.elementor-tabs-view-icon_vertical .elementor-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex; } }
@media (min-width: 900px) {
.elementor-widget-tabs.elementor-tabs-view-icon_vertical .elementor-tabs-wrapper {
-ms-flex-preferred-size: 17%;
flex-basis: 17%; } }
@media (min-width: 900px) {
.elementor-widget-tabs.elementor-tabs-view-icon_vertical .elementor-tabs-wrapper .elementor-tab-title {
min-width: 200px;
padding-top: 10px;
padding-bottom: 10px; } }
.elementor-widget-tabs.elementor-tabs-view-icon_vertical .elementor-tabs-wrapper .elementor-tab-title + .elementor-tab-title {
margin-top: 5px; }
.elementor-widget-tabs.elementor-tabs-view-icon_vertical .elementor-tabs-wrapper .elementor-tab-title:before {
border-width: 10px 0 10px 0;
top: 50%;
left: 100%;
margin-top: -10px;
-webkit-transition: .3s all;
-o-transition: .3s all;
transition: .3s all; }
.elementor-widget-tabs.elementor-tabs-view-icon_vertical .elementor-tabs-wrapper .elementor-tab-title:hover:before, .elementor-widget-tabs.elementor-tabs-view-icon_vertical .elementor-tabs-wrapper .elementor-tab-title.elementor-active:before {
border-width: 10px 0 10px 10px; }
.elementor-widget-tabs.elementor-tabs-view-icon_vertical .elementor-tab-content {
padding: 0 0 0 40px; }
.elementor-widget-tabs .elementor-tabs-borderless .elementor-tab-desktop-title {
padding: 0;
background-color: transparent; }
.elementor-widget-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
border: none; }
.elementor-widget-tabs h1, .elementor-widget-tabs h2, .elementor-widget-tabs h3, .elementor-widget-tabs h4, .elementor-widget-tabs h5, .elementor-widget-tabs h6 {
margin-bottom: 13px; }
.elementor-widget-tabs p {
margin-bottom: 15px; } .elementor-testimonial-wrapper .elementor-testimonial-content {
font-size: 1rem;
padding: 26px 30px;
border-radius: 5px;
position: relative;
min-height: 252px;
margin-bottom: 23px; }
.elementor-testimonial-wrapper .elementor-testimonial-content:before {
display: inline-block;
font-family: 'nc-icon-mini';
line-height: 1;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\eb16';
display: block;
font-size: 24px;
margin-bottom: 15px;
line-height: 1; }
.elementor-testimonial-wrapper .elementor-testimonial-content:after {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #2a2931 transparent transparent transparent;
position: absolute;
bottom: -10px;
left: 30px; }
.elementor-testimonial-wrapper.elementor-testimonial-text-align-center .elementor-testimonial-content:after {
left: 50%;
margin-left: -10px; }
.elementor-testimonial-wrapper.elementor-testimonial-text-align-right .elementor-testimonial-content:after {
left: auto;
right: 30px; }
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
width: 78px;
height: 78px; }
.elementor-testimonial-wrapper .elementor-testimonial-job {
font-size: 1rem;
margin-top: 4px; } .elementor-widget-toggle .elementor-widget-container { }
.elementor-toggle .elementor-tab-title {
outline: none; }
.elementor-toggle .elementor-toggle-title {
position: relative;
padding: 23px 0;
border-bottom: none;
border-top: 1px solid; }
.elementor-toggle .elementor-toggle-title:first-child {
border-top: none; }
.elementor-toggle .elementor-toggle-title .elementor-toggle-icon .fa:before {
display: inline-block;
font-family: 'nc-icon-mini';
line-height: 1;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\e904';
font-size: 10px; }
.elementor-toggle .elementor-toggle-title.active .elementor-toggle-icon .fa:before {
content: '\e902'; }
.elementor-toggle .elementor-toggle-content {
border: none;
padding: 0 0 23px;
margin-top: -10px; }
.elementor-toggle .elementor-toggle-content p:not(:last-child) {
margin-bottom: 14px; }
.elementor-toggle img.alignleft {
display: block;
margin-bottom: 15px;
float: none; }
@media (min-width: 900px) {
.elementor-toggle img.alignleft {
margin-right: 20px;
margin-top: 6px;
margin-bottom: 0;
display: inline;
float: left; } }
.elementor-toggle img.alignright {
display: block;
margin-bottom: 15px;
float: none; }
@media (min-width: 900px) {
.elementor-toggle img.alignright {
margin-left: 20px;
margin-top: 6px;
margin-bottom: 0;
display: inline;
float: right; } }   .cherry-team.team-wrap .cherry-team-row {
margin-left: -1.4285rem;
margin-right: -1.4285rem; }
.cherry-team.team-wrap .cherry-team-row [class*="col_"] {
padding-left: 1.4285rem;
padding-right: 1.4285rem;
padding-bottom: 3.78553rem; }
.cherry-team.team-wrap.team-collapse-cols [class*="col_"] {
padding-bottom: 0; }
.cherry-team.team-wrap.team-collapse-rows .cherry-team-row {
margin-left: 0;
margin-right: 0; }
.cherry-team.team-wrap.team-collapse-cols .cherry-team-row [class*="col_"] {
padding-left: 0;
padding-right: 0; }
.cherry-team.team-wrap.template-grid-boxes .team-listing_name {
font-size: 24px;
text-transform: none; }
.cherry-team.team-wrap.template-grid-boxes .team-listing_desc {
margin-bottom: 5px; }
.cherry-team.team-wrap.template-grid-boxes .team-listing_content {
padding: 70px 35px 0 35px; } .cherry-team.team-wrap .team-listing {
text-align: center;
padding: 0;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch; }
.cherry-team.team-wrap .team-listing .team-listing_photo {
padding: 0; }
.cherry-team.team-wrap .team-listing .team-listing_photo img {
vertical-align: top;
display: block;
overflow: hidden;
width: 100%; }
.cherry-team.team-wrap .team-listing .team-listing_photo__wrap {
position: relative;
z-index: 10;
overflow: hidden; }
.cherry-team.team-wrap .team-listing .team-listing_photo__wrap:hover .team-listing_photo__overflow,
.cherry-team.team-wrap .team-listing .team-listing_photo__wrap:hover a {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1; }
.cherry-team.team-wrap .team-listing .team-listing_photo__overflow {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 20px;
opacity: 0;
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
-webkit-transition: .3s all;
-o-transition: .3s all;
transition: .3s all; }
.cherry-team.team-wrap .team-listing .team-listing_photo__overflow a {
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
-webkit-transition: .3s all;
-o-transition: .3s all;
transition: .3s all;
-webkit-transition-delay: 50ms;
-o-transition-delay: 50ms;
transition-delay: 50ms;
opacity: 0; }
.cherry-team.team-wrap .team-listing .team-listing_name {
margin-bottom: 0;
text-transform: capitalize; }
.cherry-team.team-wrap .team-listing .team-listing_position {
font-size: 14px;
font-size: 1rem;
display: block; }
.cherry-team.team-wrap .team-listing .team-listing_desc {
margin-top: 9px; }
.cherry-team.team-wrap .team-listing .team-content__wrap {
padding: 22px 10px 20px;
border-width: 2px;
border-style: solid;
border-top: none; } .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_wrap {
height: 100%; }
.cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_photo {
padding: 0; }
.cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: all 300ms ease-in;
-o-transition: all 300ms ease-in;
transition: all 300ms ease-in;
background-color: transparent;
z-index: 1;
opacity: 1;
overflow: hidden; }
.cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content > * {
-webkit-transform: translateY(300%);
-ms-transform: translateY(300%);
transform: translateY(300%);
-webkit-transition: 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
-o-transition: 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
transition: 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
opacity: 0; }
.cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content > *:nth-child(1) {
-webkit-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
transition-delay: 0.2s; }
.cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content > *:nth-child(2) {
-webkit-transition-delay: 0.15s;
-o-transition-delay: 0.15s;
transition-delay: 0.15s; }
.cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content > *:nth-child(3) {
-webkit-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
transition-delay: 0.1s; }
.cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content > *:nth-child(4) {
-webkit-transition-delay: 0.05s;
-o-transition-delay: 0.05s;
transition-delay: 0.05s; }
.cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content:before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 100%;
bottom: 0;
display: inline-block;
z-index: -1;
-webkit-transition: 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
-o-transition: 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
transition: 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
-webkit-transition-delay: .25s;
-o-transition-delay: .25s;
transition-delay: .25s; }
.cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content:hover:before {
top: 0;
-webkit-transition: 0.3s cubic-bezier(0.78, 0.03, 0, 1);
-o-transition: 0.3s cubic-bezier(0.78, 0.03, 0, 1);
transition: 0.3s cubic-bezier(0.78, 0.03, 0, 1);
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s; }
.cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content:hover > * {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition: 0.45s cubic-bezier(0.64, 0.28, 0.28, 1.185);
-o-transition: 0.45s cubic-bezier(0.64, 0.28, 0.28, 1.185);
transition: 0.45s cubic-bezier(0.64, 0.28, 0.28, 1.185);
opacity: 1; }
.cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content:hover > *:nth-child(1) {
-webkit-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
transition-delay: 0.1s; }
.cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content:hover > *:nth-child(2) {
-webkit-transition-delay: 0.15s;
-o-transition-delay: 0.15s;
transition-delay: 0.15s; }
.cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content:hover > *:nth-child(3) {
-webkit-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
transition-delay: 0.2s; }
.cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content:hover > *:nth-child(4) {
-webkit-transition-delay: 0.25s;
-o-transition-delay: 0.25s;
transition-delay: 0.25s; }
.cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_image:empty + .team-listing_content {
position: static; }
.cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_image:empty + .team-listing_content .team-listing_position {
margin-top: 0; }
.cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_image:empty + .team-listing_content > * {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
.cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_image:empty + .team-listing_content:before {
top: 0; } .cherry-team.team-wrap .team-socials {
margin-left: -15px;
margin-right: -15px;
padding: 11px 0 0 0; }
.cherry-team.team-wrap .team-socials > * {
margin-left: 15px;
margin-right: 15px; }
.cherry-team.team-wrap .team-socials_item {
margin-top: 0;
margin-bottom: 5px; }
.cherry-team.team-wrap .team-socials_link {
width: auto;
color: #d0d0d4; }
.cherry-team.team-wrap .team-socials_icon {
font-size: 14px; }
.cherry-team.team-wrap .team-socials_label {
bottom: 60px; } .team-container .cherry-team-filter {
text-align: center;
margin-bottom: 40px;
padding-bottom: 0;
text-align: center;
margin-left: -17.5px;
margin-right: -17.5px; }
.team-container .cherry-team-filter > * {
margin-left: 17.5px;
margin-right: 17.5px; }
.team-container .cherry-team-filter_item {
margin: 0; }
.team-container .cherry-team-filter_link {
font-size: 14px;
font-size: 1rem;
font-weight: 700;
border: none;
padding: 5px 0; }
.team-container .team-more-btn {
text-align: center; }
.team-container .team-more-btn .ajax-more-btn {
margin-top: 15px; }
.team-container .team-loader { -webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.team-container .team-ajax-pager {
margin-top: 10px; }
.team-container .nav-links {
text-align: center; }
.team-container .nav-links .page-numbers.current {
pointer-events: none; } .team-heading_super_title, .team-heading_title, .team-heading_subtitle {
text-align: center;
margin-bottom: 35px; }
.team-heading_super_title + .cherry-team.team-wrap,
.team-heading_super_title + .cherry-team-filter, .team-heading_title + .cherry-team.team-wrap,
.team-heading_title + .cherry-team-filter, .team-heading_subtitle + .cherry-team.team-wrap,
.team-heading_subtitle + .cherry-team-filter {
margin-top: 67px; } .team-single-item {
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.team-single-item .team-photo {
float: none;
padding: 0;
text-align: center;
margin-bottom: 40px; }
@media (min-width: 1200px) {
.team-single-item .team-photo {
-ms-flex-preferred-size: 360px;
flex-basis: 360px;
min-width: 360px;
margin-bottom: 0;
margin-right: 2.857rem; } }
.team-single-item .team-content-wrap {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.team-single-item .team-name {
margin: 0 0 1px; }
.team-single-item .team-meta {
float: none;
margin-top: 28px;
padding: 0; }
.team-single-item .team-meta-location:not(:empty),
.team-single-item .team-meta-phone:not(:empty),
.team-single-item .team-meta-email:not(:empty) {
margin-bottom: 11px; }
.team-single-item .team-meta-location a,
.team-single-item .team-meta-phone a,
.team-single-item .team-meta-email a {
text-decoration: underline; }
.team-single-item .team-meta-location i,
.team-single-item .team-meta-phone i,
.team-single-item .team-meta-email i {
font-size: 32px;
display: inline-block;
vertical-align: baseline;
margin-right: 20px;
position: relative;
top: 1px; }
.team-single-item .team-meta-location i.ui-1_email-84,
.team-single-item .team-meta-phone i.ui-1_email-84,
.team-single-item .team-meta-email i.ui-1_email-84 {
top: 3px; }
.team-single-item .team-meta-title {
padding-right: 5px; }
.team-single-item .team-meta_item {
display: inline; }
.team-single-item .team-meta_item:before {
display: none; }
.team-single-item .team-content {
margin-top: 29px; } .team-skills_item {
padding-bottom: 0;
position: relative; }
.team-skills_item + .team-skills_item {
margin-top: 30px; }
.team-skills_label {
text-align: left;
margin-bottom: 10px;
padding-left: 65px; }
.team-skills_bar {
height: auto;
background-color: rgba(0, 0, 0, 0.1); }
.team-skills_line {
height: 19px; }
.team-skills_line:before {
content: attr(data-width) "%";
position: absolute;
top: 0;
left: 0; } .tm-testi-slider {
padding-bottom: 0; }
.tm-testi-slider__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: auto; }
.tm-testi-slider .tm-testi__inner,
.tm-testi-slider .tm-testi__item-body,
.tm-testi-slider blockquote {
display: block;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.tm-testi-slider .tm-testi__item-body,
.tm-testi-slider blockquote {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.tm-testi-slider .tm-testi__item-body footer {
margin-top: auto; }
.tm-testi__title {
margin-bottom: 20px; }
.tm-testi__title > *:not(:last-child) {
margin-bottom: 15px; }
.tm-testi__divider {
margin: 55px 0; }
.tm-testi__inner blockquote {
padding: 0; }
.tm-testi__item,
.services-macros .tm-testi__item {
margin-top: 0;
margin-bottom: 50px; }
.tm-testi-slider .tm-testi__item {
margin-bottom: 0; }
.tm-testi__item-avatar {
display: block;
margin: 0 0 25px;
-webkit-box-sizing: content-box;
box-sizing: content-box; }
.tm-testi__item-avatar,
.elementor .tm-testi__item-avatar {
border: 1px solid;
border-radius: 50%; }
.tm-testi__item-body {
position: relative;
padding: 0 30px 0 0;
min-height: 125px;
border-radius: 5px; }
.tm-testi__wrap.invert .tm-testi__item-body {
background-color: transparent;
padding: 0; }
.tm-testi--default-invert .tm-testi__item-body {
background-color: #2a2931; }
.tm-testi__item-body p {
margin-bottom: 25px; }
.tm-testi__item-position, .tm-testi__item-email, .tm-testi__item-company {
display: inline-block; }
.tm-testi__item-position:not(:last-child):after, .tm-testi__item-email:not(:last-child):after, .tm-testi__item-company:not(:last-child):after {
content: ', '; }
.tm-testi--boxed .tm-testi__item blockquote {
border: none; }
.tm-testi__item blockquote:before {
content: none; }
.tm-testi__item blockquote cite {
display: block;
margin: 0; }
.tm-testi__item blockquote cite:before {
content: none; }
.tm-testi__item blockquote cite:not(:last-child):after {
content: ''; }
.tm-testi__wrap--perview-1 .tm-testi__item blockquote,
.tm-testi-page--archive .tm-testi__item blockquote {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.tm-testi__item footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.tm-testi__item footer img {
margin: 0 20px 0 0; }
.tm-testi__item footer .tm-testi__item-meta-content {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.tm-testi__item footer .tm-testi__item-meta-content .tm-testi__item-name {
font-size: 24px; }
.tm-testi .tm-testi-slider__pags.swiper-pagination {
position: static;
margin: 5px; }
.tm-testi .swiper-button-next.tm-testi-slider__next,
.tm-testi .swiper-button-prev.tm-testi-slider__prev {
top: auto;
bottom: 35px;
-webkit-transform: none;
-ms-transform: none;
transform: none; }
@media (max-width: 599px) {
.tm-testi .swiper-button-next.tm-testi-slider__next,
.tm-testi .swiper-button-prev.tm-testi-slider__prev {
bottom: 75px; } }
.tm-testi .swiper-button-next.tm-testi-slider__next {
right: -8px; }
.tm-testi .swiper-button-prev.tm-testi-slider__prev {
left: auto;
right: 28px; }
.tm-testi--default-2 blockquote {
padding-left: 60px;
padding-right: 60px; }
@media (min-width: 1600px) {
.elementor-col-100 .tm-testi--default-2.tm-testi__wrap[data-atts*=',"slidesPerView":1'] blockquote {
padding-left: 200px;
padding-right: 100px; } }
.tm-testi--default-2 .tm-testi__item-body {
background-color: transparent;
padding: 0;
min-height: inherit;
margin-bottom: 0; }
.tm-testi--default-2 .tm-testi__item-body:before {
font-size: 34px; }
.tm-testi--default-2 .tm-testi__item-body:after {
display: none; }
.tm-testi--default-2 .tm-testi__item-body p {
margin-bottom: 22px; }
.tm-testi--default-2 .tm-testi__item footer .tm-testi__item-meta-content > * {
display: inline-block;
vertical-align: middle; }
.tm-testi--default-2 .tm-testi__item footer .tm-testi__item-meta-content > *:not(:last-child):after {
content: ' /';
color: inherit; }
.tm-testi--default-2 .swiper-button-next.tm-testi-slider__next {
right: 2px; }
.tm-testi--default-2 .swiper-button-prev.tm-testi-slider__prev {
left: 2px; }
.tm-testi--default-3 .tm-testi__item-body {
padding: 33px 30px 24px;
min-height: inherit; }
.tm-testi--default-3 .tm-testi__item-body:before {
position: absolute;
top: 27px;
right: 30px;
margin: 0; }
.tm-testi--default-3 .tm-testi__item-body:after {
display: none; }
.tm-testi--default-3 .tm-testi__item-body footer {
margin-top: 0;
padding-right: 40px;
margin-bottom: 13px; }
.tm-testi--default-3 .tm-testi__item-body p {
margin: 0; }
.tm-testi--default-4 .tm-testi__item blockquote {
display: block;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
@media (min-width: 900px) {
.tm-testi--default-4 .tm-testi__item blockquote {
display: -webkit-box;
display: -ms-flexbox;
display: flex; } }
.tm-testi--default-4 .tm-testi__item .tm-testi-left-col {
margin-bottom: 20px;
margin-top: 20px;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0; }
.tm-testi--default-4 .tm-testi__item .tm-testi-left-col img {
border-radius: 0; }
@media (min-width: 900px) {
.tm-testi--default-4 .tm-testi__item .tm-testi-left-col {
margin-bottom: 0;
margin-top: 0;
width: 80%; } }
.tm-testi--default-4 .tm-testi__item .tm-testi__item-avatar {
border: none;
margin: 0; }
.tm-testi--default-4 .tm-testi__item-body {
min-height: inherit;
padding: 20px 0; }
@media (min-width: 900px) {
.tm-testi--default-4 .tm-testi__item-body {
padding: 44px 100px 0 0px; } }
.tm-testi--default-4 .tm-testi__item-body:before {
display: none; }
.tm-testi--default-4 .tm-testi__item-body p {
margin-bottom: 2px;
font-style: italic; }
.tm-testi--default-4 .tm-testi__item-body p:before {
content: '\eb16';
position: relative;
display: block;
margin: 0 0 20px 10px;
font-size: 19px;
line-height: 1; }
.tm-testi--default-4 .tm-testi__item .tm-testi__item-meta-content > * {
display: inline-block;
vertical-align: middle; }
.tm-testi--default-4 .tm-testi__item .tm-testi__item-meta-content > *:not(:last-child):after {
content: '/'; }
.tm-testi--default-4 .tm-testi__item .tm-testi__item-meta-content cite {
text-transform: uppercase;
letter-spacing: 0.08em; }
.tm-testi--default-4 .tm-testi__item .tm-testi__item-meta-content cite .tm-testi__item-name {
letter-spacing: 0.08em; }
.tm-testi--default-4 .swiper-button-next.tm-testi-slider__next,
.tm-testi--default-4 .swiper-button-prev.tm-testi-slider__prev {
top: 0;
margin: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.tm-testi--default-4 .swiper-button-next.tm-testi-slider__next, .tm-testi--default-4:hover .swiper-button-next.tm-testi-slider__next {
right: 1px; }
.tm-testi--default-4 .swiper-button-prev.tm-testi-slider__prev, .tm-testi--default-4:hover .swiper-button-prev.tm-testi-slider__prev {
left: auto;
right: 50px; }
.tm-testi--default-4 .swiper-pagination.swiper-pagination-bullets {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: absolute;
width: auto;
left: auto;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
@media (min-width: 1200px) {
.tm-testi--default-4 .swiper-pagination.swiper-pagination-bullets {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; } }
.tm-testi--default-4 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 5px; }
@media (min-width: 1600px) {
.elementor-col-100 .tm-testi--default-5.tm-testi__wrap[data-atts*=',"slidesPerView":1'] blockquote {
padding-left: 160px;
padding-right: 160px; } }
.tm-testi--default-5 blockquote {
text-align: center; }
.tm-testi--default-5 blockquote .tm-testi__item-avatar {
margin-left: auto;
margin-right: auto;
margin-bottom: 27px; }
.tm-testi--default-5 .tm-testi__item-body {
min-height: inherit;
background-color: transparent;
padding: 0;
margin-bottom: 14px; }
.tm-testi--default-5 .tm-testi__item-body:before {
margin-bottom: 10px; }
.tm-testi--default-5 .tm-testi__item-body:after {
display: none; }
.tm-testi--default-5 .tm-testi__item-body p {
margin-bottom: 2px; } .cherry-projects-wrapper .projects-item-instance .project-media + .project-content {
margin-top: 25px; }
.cherry-projects-wrapper .projects-item-instance .project-entry-title {
margin-bottom: 6px;
font-size: 18px; }
.cherry-projects-wrapper .projects-item-instance .project-entry-content {
margin-top: 10px;
margin-bottom: 23px; }
.cherry-projects-wrapper .projects-item-instance .project-links {
margin-top: 11px; }
.cherry-projects-wrapper .projects-item-instance .hover-content.column-format {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.cherry-projects-wrapper .projects-item-instance .simple-icon {
width: 20px;
height: 20px;
border-radius: 50%;
text-align: center;
background: none;
margin: 5px 12px; }
.cherry-projects-wrapper .projects-item-instance .simple-icon:focus {
outline: 0; }
.cherry-projects-wrapper .projects-item-instance .simple-icon span {
display: inline-block;
font-family: 'nc-icon-mini';
line-height: 1;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: auto;
height: auto;
line-height: 20px;
font-size: 14px;
margin: 0; }
.cherry-projects-wrapper .projects-item-instance .simple-icon.zoom-link span:before {
content: '\ea16'; }
.cherry-projects-wrapper .projects-item-instance .simple-icon.permalink span:before {
content: '\ea93'; }
.cherry-projects-wrapper .projects-item-instance .simple-icon.external-link span:before {
content: '\ee27'; }
.cherry-projects-wrapper .projects-item-instance.masonry-layout-item .hover-content {
overflow: visible; }
.cherry-projects-wrapper .projects-item-instance.simple-scale-hover .hover-content > * {
-webkit-transform: scale(0) translateZ(0);
transform: scale(0) translateZ(0); }
.cherry-projects-wrapper .projects-item-instance.simple-scale-hover .hover-content:hover > * {
-webkit-transform: scale(1) translateZ(0);
transform: scale(1) translateZ(0); }
.cherry-projects-wrapper .projects-item-instance.simple-fade-hover .hover-content > * {
-webkit-transform: translateY(100%) translateZ(0);
transform: translateY(100%) translateZ(0); }
.cherry-projects-wrapper .projects-item-instance.simple-fade-hover .hover-content:hover > * {
-webkit-transform: translateY(0) translateZ(0);
transform: translateY(0) translateZ(0); }
.cherry-projects-wrapper [class*="-default-2-tmpl"] .projects-item-instance .project-entry-content {
margin-bottom: 13px; }
.cherry-projects-wrapper { }
.cherry-projects-wrapper .projects-container.grid-layout .inner-wrapper[style*="margin: 0px"] {
margin: -1px !important; }
.cherry-projects-wrapper .projects-container.grid-layout .projects-item {
margin-bottom: 0 !important; }
.cherry-projects-wrapper .projects-container.masonry-layout,
.cherry-projects-wrapper .projects-container.list-layout {
padding-top: 20px; }
.cherry-projects-wrapper .projects-container.list-layout .projects-item {
margin-bottom: 50px; }
@media (max-width: 1199px) {
.cherry-projects-wrapper .projects-container.list-layout .inner-wrapper {
display: block; } }
.cherry-projects-wrapper .projects-container.list-layout .inner-wrapper .project-media {
margin-right: 0; }
@media (min-width: 900px) {
.cherry-projects-wrapper .projects-container.list-layout .inner-wrapper .project-media {
margin-right: 30px; } }
@media (min-width: 900px) {
.cherry-projects-wrapper .projects-container.list-layout .inner-wrapper .project-content {
margin-top: 0; } }
.cherry-projects-wrapper .projects-container.list-layout .inner-wrapper .project-meta {
margin-bottom: 10px; }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-list .projects-item,
.cherry-projects-wrapper .projects-container.grid-layout .projects-list .projects-item,
.cherry-projects-wrapper .projects-container.justified-layout .projects-list .projects-item,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-list .projects-item {
display: block; }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item .inner-wrapper,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item .inner-wrapper,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item .inner-wrapper,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item .inner-wrapper {
position: relative;
overflow: hidden; }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item .inner-wrapper .project-media,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item .inner-wrapper .project-media,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item .inner-wrapper .project-media,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item .inner-wrapper .project-media {
position: relative;
overflow: hidden; }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item .inner-wrapper .project-media .project-links,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item .inner-wrapper .project-media .project-links,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item .inner-wrapper .project-media .project-links,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item .inner-wrapper .project-media .project-links {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 10;
-webkit-transform: translateX(-30px) translateZ(0);
transform: translateX(-30px) translateZ(0);
-webkit-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
opacity: 0;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s; }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item .inner-wrapper .overflow-content,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item .inner-wrapper .overflow-content,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item .inner-wrapper .overflow-content,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item .inner-wrapper .overflow-content {
margin-top: 0;
position: absolute;
left: 15px;
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
overflow: hidden;
text-align: center;
z-index: 2; }
@media (min-width: 600px) {
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item .inner-wrapper .overflow-content,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item .inner-wrapper .overflow-content,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item .inner-wrapper .overflow-content,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item .inner-wrapper .overflow-content {
left: 50px;
right: 50px; } }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item .inner-wrapper .overflow-content .project-links > *,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item .inner-wrapper .overflow-content .project-links > *,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item .inner-wrapper .overflow-content .project-links > *,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item .inner-wrapper .overflow-content .project-links > * {
opacity: 0; }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item .inner-wrapper .overflow-content .project-entry-title,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item .inner-wrapper .overflow-content .project-entry-title,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item .inner-wrapper .overflow-content .project-entry-title,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item .inner-wrapper .overflow-content .project-entry-title {
-webkit-transform: translateX(-100%) translateZ(0);
transform: translateX(-100%) translateZ(0);
-webkit-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s; }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item .inner-wrapper .overflow-content .project-entry-content,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item .inner-wrapper .overflow-content .project-entry-content,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item .inner-wrapper .overflow-content .project-entry-content,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item .inner-wrapper .overflow-content .project-entry-content {
-webkit-transform: translateX(-100%) translateZ(0);
transform: translateX(-100%) translateZ(0);
-webkit-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
-webkit-transition-delay: .07s;
-o-transition-delay: .07s;
transition-delay: .07s; }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item .inner-wrapper .overflow-content .project-more-button-wrap,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item .inner-wrapper .overflow-content .project-more-button-wrap,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item .inner-wrapper .overflow-content .project-more-button-wrap,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item .inner-wrapper .overflow-content .project-more-button-wrap {
-webkit-transform: translateX(-100%) translateZ(0);
transform: translateX(-100%) translateZ(0);
-webkit-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
-webkit-transition-delay: .14s;
-o-transition-delay: .14s;
transition-delay: .14s; }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item .inner-wrapper .overflow-content .project-links,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item .inner-wrapper .overflow-content .project-links,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item .inner-wrapper .overflow-content .project-links,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item .inner-wrapper .overflow-content .project-links {
-webkit-transform: translateY(100%) translateZ(0);
transform: translateY(100%) translateZ(0);
-webkit-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
-webkit-transition-delay: .21s;
-o-transition-delay: .21s;
transition-delay: .21s; }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item .inner-wrapper .project-meta,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item .inner-wrapper .project-meta,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item .inner-wrapper .project-meta,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item .inner-wrapper .project-meta {
font-size: .85em;
margin: 22px 0 6px; }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item .inner-wrapper .project-meta .posted-by,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item .inner-wrapper .project-meta .posted-by,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item .inner-wrapper .project-meta .posted-by,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item .inner-wrapper .project-meta .posted-by {
margin: 0; }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item .wp-image,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item .wp-image,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item .wp-image,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item .wp-image {
height: 100%; }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item .wp-image:before,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item .wp-image:before,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item .wp-image:before,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item .wp-image:before {
display: none; }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item .featured-image,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item .featured-image,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item .featured-image,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item .featured-image {
display: inline-block;
vertical-align: top; }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item .featured-image .cover,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item .featured-image .cover,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item .featured-image .cover,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item .featured-image .cover {
content: '';
display: block;
width: 100%;
height: 100%;
opacity: 0;
position: absolute;
z-index: 1;
-webkit-transform: translateX(-100%) translateZ(0);
transform: translateX(-100%) translateZ(0);
-webkit-transition: all 0.25s ease-in;
-o-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;
-webkit-transition-delay: .05s;
-o-transition-delay: .05s;
transition-delay: .05s; }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item .featured-image img,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item .featured-image img,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item .featured-image img,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item .featured-image img {
-webkit-transition: all 0.6s ease-out;
-o-transition: all 0.6s ease-out;
transition: all 0.6s ease-out;
-webkit-transition-delay: .05s;
-o-transition-delay: .05s;
transition-delay: .05s;
max-width: none; }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item:hover .project-media .project-links,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item:hover .project-media .project-links,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item:hover .project-media .project-links,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item:hover .project-media .project-links {
-webkit-transform: translateX(0) translateZ(0);
transform: translateX(0) translateZ(0);
-webkit-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
opacity: 1; }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item:hover .featured-image .cover,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item:hover .featured-image .cover,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item:hover .featured-image .cover,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item:hover .featured-image .cover {
-webkit-transform: translateX(0) translateZ(0);
transform: translateX(0) translateZ(0);
-webkit-transition: all 0.37s ease-out;
-o-transition: all 0.37s ease-out;
transition: all 0.37s ease-out;
opacity: 1; }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item:hover .featured-image img,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item:hover .featured-image img,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item:hover .featured-image img,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item:hover .featured-image img {
-webkit-transform: scale3d(1.05, 1.05, 1);
transform: scale3d(1.05, 1.05, 1); }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item:hover .inner-wrapper,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item:hover .inner-wrapper,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item:hover .inner-wrapper,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item:hover .inner-wrapper {
position: relative; }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item:hover .inner-wrapper .project-links > *,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item:hover .inner-wrapper .project-links > *,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item:hover .inner-wrapper .project-links > *,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item:hover .inner-wrapper .project-links > * {
opacity: 1; }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item:hover .inner-wrapper .project-entry-title,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item:hover .inner-wrapper .project-entry-title,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item:hover .inner-wrapper .project-entry-title,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item:hover .inner-wrapper .project-entry-title {
-webkit-transform: translateX(0) translateZ(0);
transform: translateX(0) translateZ(0);
-webkit-transition: all 0.35s ease-out;
-o-transition: all 0.35s ease-out;
transition: all 0.35s ease-out;
-webkit-transition-delay: .17s;
-o-transition-delay: .17s;
transition-delay: .17s; }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item:hover .inner-wrapper .project-entry-content,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item:hover .inner-wrapper .project-entry-content,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item:hover .inner-wrapper .project-entry-content,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item:hover .inner-wrapper .project-entry-content {
-webkit-transform: translateX(0) translateZ(0);
transform: translateX(0) translateZ(0);
-webkit-transition: all 0.45s ease-out;
-o-transition: all 0.45s ease-out;
transition: all 0.45s ease-out;
-webkit-transition-delay: .15s;
-o-transition-delay: .15s;
transition-delay: .15s; }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item:hover .inner-wrapper .project-more-button-wrap,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item:hover .inner-wrapper .project-more-button-wrap,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item:hover .inner-wrapper .project-more-button-wrap,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item:hover .inner-wrapper .project-more-button-wrap {
-webkit-transform: translateX(0) translateZ(0);
transform: translateX(0) translateZ(0);
-webkit-transition: all 0.55s ease-out;
-o-transition: all 0.55s ease-out;
transition: all 0.55s ease-out;
-webkit-transition-delay: .13s;
-o-transition-delay: .13s;
transition-delay: .13s; }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item:hover .inner-wrapper .project-links,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item:hover .inner-wrapper .project-links,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item:hover .inner-wrapper .project-links,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item:hover .inner-wrapper .project-links {
-webkit-transform: translateY(0) translateZ(0);
transform: translateY(0) translateZ(0);
-webkit-transition: all 0.65s ease-in;
-o-transition: all 0.65s ease-in;
transition: all 0.65s ease-in;
-webkit-transition-delay: .11s;
-o-transition-delay: .11s;
transition-delay: .11s; }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item .project-content.style-3,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item .project-content.style-3,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item .project-content.style-3,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item .project-content.style-3 {
position: relative;
text-align: center;
left: 0;
right: 0;
top: 0;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
margin-top: 22px; }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item .project-content.style-3 .project-entry-title,
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item .project-content.style-3 .project-entry-content,
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item .project-content.style-3 .project-more-button-wrap,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item .project-content.style-3 .project-entry-title,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item .project-content.style-3 .project-entry-content,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item .project-content.style-3 .project-more-button-wrap,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item .project-content.style-3 .project-entry-title,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item .project-content.style-3 .project-entry-content,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item .project-content.style-3 .project-more-button-wrap,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item .project-content.style-3 .project-entry-title,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item .project-content.style-3 .project-entry-content,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item .project-content.style-3 .project-more-button-wrap {
-webkit-transform: translateX(0) translateZ(0);
transform: translateX(0) translateZ(0);
-webkit-transition-delay: 0;
-o-transition-delay: 0;
transition-delay: 0; }
.cherry-projects-wrapper .projects-container.masonry-layout .projects-item .project-content.style-3 .project-entry-title,
.cherry-projects-wrapper .projects-container.grid-layout .projects-item .project-content.style-3 .project-entry-title,
.cherry-projects-wrapper .projects-container.justified-layout .projects-item .project-content.style-3 .project-entry-title,
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item .project-content.style-3 .project-entry-title {
text-transform: uppercase;
margin-bottom: 22px; }
.widget-area .cherry-projects-wrapper .projects-container.masonry-layout .projects-item .project-content.style-3, .widget-area
.cherry-projects-wrapper .projects-container.grid-layout .projects-item .project-content.style-3, .widget-area
.cherry-projects-wrapper .projects-container.justified-layout .projects-item .project-content.style-3, .widget-area
.cherry-projects-wrapper .projects-container.cascading-grid-layout .projects-item .project-content.style-3 {
text-align: left; }
@media (min-width: 1200px) {
.cherry-projects-wrapper .projects-container.masonry-layout[class*="-default-3-tmpl"] .projects-item .inner-wrapper,
.cherry-projects-wrapper .projects-container.grid-layout[class*="-default-3-tmpl"] .projects-item .inner-wrapper,
.cherry-projects-wrapper .projects-container.justified-layout[class*="-default-3-tmpl"] .projects-item .inner-wrapper,
.cherry-projects-wrapper .projects-container.cascading-grid-layout[class*="-default-3-tmpl"] .projects-item .inner-wrapper {
padding-bottom: 20px; } }
.cherry-projects-wrapper .projects-container.justified-layout .inner-wrapper,
.cherry-projects-wrapper .projects-container.justified-layout .project-media,
.cherry-projects-wrapper .projects-container.justified-layout .featured-image {
height: 100%; }
.cherry-projects-wrapper .projects-container.justified-layout .inner-wrapper img,
.cherry-projects-wrapper .projects-container.justified-layout .project-media img,
.cherry-projects-wrapper .projects-container.justified-layout .featured-image img {
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
height: 100%; }
.ie .cherry-projects-wrapper .projects-container.justified-layout .inner-wrapper img, .ie
.cherry-projects-wrapper .projects-container.justified-layout .project-media img, .ie
.cherry-projects-wrapper .projects-container.justified-layout .featured-image img {
font-family: 'object-fit: cover'; }
.cherry-projects-wrapper .cherry-projects-ajax-loader,
.cherry-projects-terms-wrapper .cherry-projects-ajax-loader {
z-index: 990;
background-color: transparent; }
.archive .cherry-projects-wrapper {
margin-bottom: 4em; }
.cherry-projects-wrapper .projects-filters {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 7px 12px 29px; }
.cherry-projects-wrapper ul.projects-filters-list li {
margin: 0 12px;
text-transform: uppercase; }
.cherry-projects-wrapper ul.projects-filters-list li span {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s; }
.cherry-projects-wrapper ul.order-filters li span.current { }
.cherry-projects-wrapper ul.order-filters > li {
margin: 0 12px; }
.cherry-projects-wrapper ul.order-filters > li ul.orderby-list li span {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s; }
.cherry-projects-wrapper .projects-ajax-button-wrapper {
margin: 20px 0; }
.cherry-projects-wrapper .projects-ajax-button-wrapper .projects-ajax-button span {
line-height: 2;
display: inline-block;
max-width: 100%;
padding: 13px 50px;
cursor: pointer;
text-align: center;
overflow: hidden;
vertical-align: top;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
border-radius: 5px;
border-width: 0;
border-style: solid;
letter-spacing: 0.01em;
-webkit-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
text-transform: uppercase; }
.cherry-projects-wrapper .projects-ajax-button-wrapper .projects-ajax-button span, .cherry-projects-wrapper .projects-ajax-button-wrapper .projects-ajax-button span:hover {
text-decoration: none; }
.cherry-projects-wrapper .projects-ajax-button-wrapper .projects-ajax-button span:focus {
outline: 0; }
.cherry-projects-wrapper .projects-ajax-button-wrapper .projects-ajax-button span:active {
-webkit-box-shadow: none;
box-shadow: none; }
.cherry-projects-wrapper .projects-pagination {
text-align: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin: 20px 0;
padding-top: 40px;
border-top: 1px solid; }
.cherry-projects-wrapper .projects-pagination .page-navigation span,
.cherry-projects-wrapper .projects-pagination .page-link span {
line-height: 43px;
display: inline-block;
min-width: 45px;
height: 45px;
padding: 0 2px;
text-align: center;
text-decoration: none;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
margin-bottom: 5px;
border: 1px solid;
border-radius: 5px; }
.cherry-projects-wrapper .projects-pagination .page-navigation span:not(:last-child),
.cherry-projects-wrapper .projects-pagination .page-link span:not(:last-child) {
margin-right: 5px; }
.cherry-projects-wrapper .projects-pagination .page-navigation span {
border: none;
margin: 0 10px; }
.cherry-projects-wrapper .projects-pagination .page-navigation span i {
vertical-align: baseline; }
.cherry-projects-wrapper .projects-pagination .page-link li {
margin: 0 5px; }
.cherry-projects-wrapper .projects-pagination .page-link li:first-child {
margin-left: 0; }
.cherry-projects-wrapper .projects-pagination .page-link li.active {
pointer-events: none; }
.cherry-projects-single .featured-image a:before,
.cherry-projects-single .additional-image a:before,
.cherry-projects-wrapper .projects-item-instance .featured-image a:before,
.cherry-projects-wrapper .projects-item-instance .additional-image a:before {
content: '\ea16';
position: absolute;
display: inline-block;
font-family: 'nc-icon-mini';
line-height: 1;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
line-height: 1;
left: 50%;
top: 50%;
text-align: center;
-webkit-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
z-index: 1; }
.cherry-projects-single .featured-image a .cover,
.cherry-projects-single .additional-image a .cover,
.cherry-projects-wrapper .projects-item-instance .featured-image a .cover,
.cherry-projects-wrapper .projects-item-instance .additional-image a .cover {
-webkit-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out; }
.cherry-projects-single .featured-image a:focus,
.cherry-projects-single .additional-image a:focus,
.cherry-projects-wrapper .projects-item-instance .featured-image a:focus,
.cherry-projects-wrapper .projects-item-instance .additional-image a:focus {
outline: 0; }
.content-layout-boxed .cherry-projects-single .container {
padding-left: 0;
padding-right: 0; }
@media (min-width: 1200px) {
.position-fullwidth .cherry-projects-single__content-wrapper {
margin-left: auto;
margin-right: auto;
max-width: 66.67%; } }
.cherry-projects-single .cherry-projects-single__container {
display: block; }
.cherry-projects-single .cherry-projects-single__container .project__left-col {
margin-left: -15px;
margin-right: -15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 40px; }
.cherry-projects-single .cherry-projects-single__container .project__left-col > * {
padding-left: 15px;
padding-right: 15px; }
@media (min-width: 600px) {
.cherry-projects-single .cherry-projects-single__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.cherry-projects-single .cherry-projects-single__container .project__left-col {
margin-left: 0;
margin-right: 0;
display: block;
max-width: 78px;
-ms-flex-preferred-size: 78px;
flex-basis: 78px;
margin-right: 22px;
margin-bottom: 0; }
.cherry-projects-single .cherry-projects-single__container .project__left-col > * {
padding-left: 0;
padding-right: 0; }
.cherry-projects-single .cherry-projects-single__container .project__right-col {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: auto;
flex-basis: auto;
min-width: 0; } }
.cherry-projects-single .post__date {
text-align: center;
display: block;
margin-bottom: 0; }
.cherry-projects-single .post__date .post__date-link {
width: 78px;
height: 78px;
border-radius: 100%; }
.cherry-projects-single .post__date time {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 78px;
height: 78px; }
.cherry-projects-single .post__date time span {
display: block;
margin-left: 0; }
.cherry-projects-single .post__date time span.post__date-month {
margin-top: -5px; }
.cherry-projects-single .additional-image a:before,
.cherry-projects-single .featured-image a:before {
-webkit-transform: translate(-50%, -50%) scale(0);
-ms-transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0); }
.cherry-projects-single .additional-image a:hover:before,
.cherry-projects-single .featured-image a:hover:before {
-webkit-transform: translate(-50%, -50%) scale(1);
-ms-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1); }
.cherry-projects-single .featured-image a {
pointer-events: none;
height: 100%; }
.cherry-projects-single__header {
margin-bottom: 0;
position: relative; }
.cherry-projects-single__title {
position: relative;
z-index: 1;
margin-bottom: 34px; }
@media (min-width: 1600px) {
.cherry-projects-single__title {
margin-top: -9px; } }
.cherry-projects-single__content-wrapper {
margin-top: 32px; }
.cherry-projects-single__content-wrapper .cherry-projects-single__content {
margin-top: 32px; }
.cherry-projects-single__footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 50px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px; }
.cherry-projects-single__footer .post-terms, .cherry-projects-single__footer .share-btns__list {
margin-left: 10px;
margin-right: 10px; }
.cherry-projects-wrapper .projects-item-instance .featured-image a .cover {
position: absolute;
width: 100%;
height: 100%;
display: block;
opacity: 0; }
.cherry-projects-wrapper .projects-item-instance .featured-image a:hover .cover {
opacity: 1; }
.cherry-projects-wrapper .projects-item-instance.simple-scale-hover .featured-image a:before {
-webkit-transform: scale(0) translateZ(0);
transform: scale(0) translateZ(0); }
.cherry-projects-wrapper .projects-item-instance.simple-scale-hover .featured-image a:hover:before {
-webkit-transform: scale(1) translateZ(0);
transform: scale(1) translateZ(0); }
.cherry-projects-wrapper .projects-item-instance.simple-fade-hover .featured-image a:before {
opacity: 0;
-webkit-transform: translateY(100%) translateZ(0);
transform: translateY(100%) translateZ(0); }
.cherry-projects-wrapper .projects-item-instance.simple-fade-hover .featured-image a:hover:before {
opacity: 1;
-webkit-transform: translateY(0) translateZ(0);
transform: translateY(0) translateZ(0); }
.cherry-projects-single {
margin-bottom: 4em; }
.cherry-projects-single__media { margin-right: 0; }
.cherry-projects-single .project-entry-title {
margin-bottom: 11px; }
.cherry-projects-single .post-terms {
margin-top: 0;
margin-bottom: 0; }
.cherry-projects-single .cherry-projects-single-meta {
border: none;
margin-top: 0;
margin-bottom: 0; }
.cherry-projects-single .cherry-projects-single-meta > *:first-child {
text-transform: capitalize; }
.cherry-projects-single .cherry-projects-single-details-list .cherry-projects-details-list-title {
margin-bottom: 33px; }
.cherry-projects-single .cherry-projects-single-details-list ul li {
margin-bottom: 0;
padding: 5px; }
@media (min-width: 1200px) {
.cherry-projects-single .cherry-projects-single-details-list ul li {
padding: 11px 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex; } }
.cherry-projects-single .cherry-projects-single-details-list ul li span {
position: relative;
font-weight: bold;
padding: 0;
margin: 0;
display: block; }
@media (min-width: 1200px) {
.cherry-projects-single .cherry-projects-single-details-list ul li span {
display: inline-block;
vertical-align: middle;
margin-right: 30px;
padding-right: 20px;
width: 230px; } }
@media (min-width: 1200px) {
.cherry-projects-single .cherry-projects-single-details-list ul li span:after {
content: '';
width: 1px;
height: calc(100% + 22px);
top: -11px;
right: 0;
position: absolute; } }
.cherry-projects-single .cherry-projects-single-skills-list ul {
margin-top: 60px;
padding-top: 60px;
border-top: 1px solid #ECECEC; }
.cherry-projects-single .cherry-projects-single-skills-list .cherry-skill-item {
margin-bottom: 0;
position: relative; }
.cherry-projects-single .cherry-projects-single-skills-list .cherry-skill-item + .cherry-skill-item {
margin-top: 30px; }
.cherry-projects-single .cherry-projects-single-skills-list .cherry-skill-item .skill-label {
padding-right: 70px;
margin-bottom: 4px;
padding-left: 60px; }
.cherry-projects-single .cherry-projects-single-skills-list .cherry-skill-item .skill-bar {
height: auto;
padding: 0;
border-radius: 0;
background-color: transparent;
position: relative; }
.cherry-projects-single .cherry-projects-single-skills-list .cherry-skill-item .skill-bar:before {
content: attr(data-skill-value) "%";
position: absolute;
left: 0;
display: inline-block;
top: -36px; }
.cherry-projects-single .cherry-projects-single-skills-list .cherry-skill-item .skill-bar span {
display: block;
height: 19px;
position: static; }
.cherry-projects-single .cherry-projects-single-skills-list .cherry-skill-item .skill-bar span em {
position: absolute;
top: 0;
right: 0; }
.cherry-projects-single .cherry-projects-additional-image-list,
.cherry-projects-single .cherry-projects-video-list,
.cherry-projects-single .cherry-projects-audio-list {
margin-bottom: 0;
margin-top: 40px; } .cherry-projects-slider__instance {
margin-top: 40px;
margin-bottom: 34px; }
.cherry-projects-slider__instance .slider-pro {
background: transparent; }
.cherry-projects-slider__instance .slider-pro .sp-full-screen-button {
right: 10px;
top: 10px;
-webkit-transform: none;
-ms-transform: none;
transform: none;
text-align: center;
width: 44px;
height: 44px;
border-radius: 44px; }
.cherry-projects-slider__instance .slider-pro .sp-full-screen-button:before {
content: '\e91d';
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
display: inline-block;
font-family: 'nc-icon-mini';
line-height: 1;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: inherit;
line-height: 44px;
font-size: 14px; }
.cherry-projects-slider__instance[data-settings*='"thumbnails-position":"top"'] .slider-pro .sp-full-screen-button {
top: 146px; }
.cherry-projects-slider__instance[data-settings*='"thumbnails-position":"right"'] .slider-pro .sp-full-screen-button {
right: 193px; }
.cherry-projects-slider__instance .slider-pro .sp-thumbnails-container {
background: transparent; }
.cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-bottom-thumbnails {
position: static;
padding: 0;
margin-top: 9px; }
.cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-top-thumbnails {
margin-bottom: 9px; }
.cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-bottom-thumbnails .sp-thumbnail-container, .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-top-thumbnails .sp-thumbnail-container {
margin-left: 5px;
margin-right: 5px; }
.cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-bottom-thumbnails .sp-thumbnail-container:first-child, .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-top-thumbnails .sp-thumbnail-container:first-child {
margin-left: 0; }
.cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .sp-thumbnail-container .sp-thumbnail {
border: none;
opacity: .4;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s; }
.cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .sp-thumbnail-container .sp-thumbnail:hover {
opacity: .8;
border: none; }
.cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail {
opacity: 1; }
.cherry-projects-slider__instance .sp-image-container {
position: relative; }
.cherry-projects-slider__instance .sp-image-container:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 78px;
z-index: 1;
opacity: 0;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s; }
.cherry-projects-slider__instance .slider-pro:hover .sp-image-container:before {
opacity: 1; }
.cherry-projects-slider__instance .slider-pro .sp-arrows .sp-arrow:before {
background: none; }
.cherry-projects-slider__instance .sp-arrows {
opacity: 1;
margin: 0;
top: calc(100% - 44px - 10px); }
.cherry-projects-slider__instance .sp-arrow {
width: 44px;
height: 44px;
text-align: center;
border-radius: 50%;
z-index: 1; }
.cherry-projects-slider__instance .sp-arrow:before {
display: inline-block;
font-family: 'nc-icon-mini';
line-height: 1;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 12px;
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0;
line-height: 44px;
-webkit-transform: none;
-ms-transform: none;
transform: none;
background: none;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s; }
.cherry-projects-slider__instance .sp-arrow:after {
display: none; }
.cherry-projects-slider__instance .sp-horizontal .sp-previous-arrow {
right: 58px;
left: auto; }
.cherry-projects-slider__instance .sp-horizontal .sp-previous-arrow:before {
content: '\e903'; }
.cherry-projects-slider__instance .sp-horizontal .sp-next-arrow {
right: 10px; }
.cherry-projects-slider__instance .sp-horizontal .sp-next-arrow:before {
content: '\e904'; }
.cherry-projects-slider__instance .sp-vertical .sp-arrows {
margin-left: 0;
left: calc(100% - 70px); }
.cherry-projects-slider__instance .sp-vertical .sp-previous-arrow {
top: auto;
bottom: 95px; }
.cherry-projects-slider__instance .sp-vertical .sp-previous-arrow:before {
content: '\e905'; }
.cherry-projects-slider__instance .sp-vertical .sp-next-arrow {
bottom: 30px; }
.cherry-projects-slider__instance .sp-vertical .sp-next-arrow:before {
content: '\e902'; } .cherry-projects-terms-wrapper .projects-terms-container.masonry-layout .hover-content {
overflow: visible; }
.cherry-projects-terms-wrapper .projects-terms-container.grid-layout .project-terms-content, .cherry-projects-terms-wrapper .projects-terms-container.masonry-layout .project-terms-content, .cherry-projects-terms-wrapper .projects-terms-container.cascading-grid-layout .project-terms-content {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
padding: 17px 20px; }
.cherry-projects-terms-wrapper .projects-terms-container.grid-layout .project-terms-content h5, .cherry-projects-terms-wrapper .projects-terms-container.masonry-layout .project-terms-content h5, .cherry-projects-terms-wrapper .projects-terms-container.cascading-grid-layout .project-terms-content h5 {
margin: 0; }
.cherry-projects-terms-wrapper .projects-terms-container.grid-layout .project-terms-content p, .cherry-projects-terms-wrapper .projects-terms-container.masonry-layout .project-terms-content p, .cherry-projects-terms-wrapper .projects-terms-container.cascading-grid-layout .project-terms-content p {
margin-top: 10px;
font-size: 10.5px;
font-size: 0.75rem;
line-height: 1.4166666; }
.cherry-projects-terms-wrapper .projects-terms-container.grid-layout .projects-terms-item {
margin-bottom: 0 !important; }
.cherry-projects-terms-wrapper .projects-terms-container.list-layout .projects-terms-item {
margin-bottom: 50px; }
@media (max-width: 1199px) {
.cherry-projects-terms-wrapper .projects-terms-container.list-layout .inner-wrapper {
display: block; } }
.cherry-projects-terms-wrapper .projects-terms-container.list-layout .inner-wrapper .project-terms-media {
margin-right: 0; }
@media (min-width: 900px) {
.cherry-projects-terms-wrapper .projects-terms-container.list-layout .inner-wrapper .project-terms-media {
margin-right: 30px; } }
.cherry-projects-terms-wrapper .projects-terms-container.list-layout .inner-wrapper .project-terms-content {
margin-top: 30px; }
.cherry-projects-terms-wrapper .projects-terms-container .term-permalink {
width: 50px;
height: 50px;
border-radius: 50%;
text-align: center;
background: none;
margin: 5px 12px; }
.cherry-projects-terms-wrapper .projects-terms-container .term-permalink span {
display: inline-block;
font-family: 'nc-icon-outline';
font-style: normal;
font-weight: normal;
font-variant: normal;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: auto;
height: auto;
line-height: 50px;
font-size: 35px;
font-size: 2.5rem;
margin: 0; }
.cherry-projects-terms-wrapper .projects-terms-container .term-permalink span:before {
content: '\e917'; }
.projects-container[data-settings*='"item-margin":"0"'] .projects-pagination {
margin-left: 0px;
margin-right: 0px; }
.projects-container[data-settings*='"item-margin":"1"'] .projects-pagination {
margin-left: 0.5px;
margin-right: 0.5px; }
.projects-container[data-settings*='"item-margin":"2"'] .projects-pagination {
margin-left: 1px;
margin-right: 1px; }
.projects-container[data-settings*='"item-margin":"3"'] .projects-pagination {
margin-left: 1.5px;
margin-right: 1.5px; }
.projects-container[data-settings*='"item-margin":"4"'] .projects-pagination {
margin-left: 2px;
margin-right: 2px; }
.projects-container[data-settings*='"item-margin":"5"'] .projects-pagination {
margin-left: 2.5px;
margin-right: 2.5px; }
.projects-container[data-settings*='"item-margin":"6"'] .projects-pagination {
margin-left: 3px;
margin-right: 3px; }
.projects-container[data-settings*='"item-margin":"7"'] .projects-pagination {
margin-left: 3.5px;
margin-right: 3.5px; }
.projects-container[data-settings*='"item-margin":"8"'] .projects-pagination {
margin-left: 4px;
margin-right: 4px; }
.projects-container[data-settings*='"item-margin":"9"'] .projects-pagination {
margin-left: 4.5px;
margin-right: 4.5px; }
.projects-container[data-settings*='"item-margin":"10"'] .projects-pagination {
margin-left: 5px;
margin-right: 5px; }
.projects-container[data-settings*='"item-margin":"11"'] .projects-pagination {
margin-left: 5.5px;
margin-right: 5.5px; }
.projects-container[data-settings*='"item-margin":"12"'] .projects-pagination {
margin-left: 6px;
margin-right: 6px; }
.projects-container[data-settings*='"item-margin":"13"'] .projects-pagination {
margin-left: 6.5px;
margin-right: 6.5px; }
.projects-container[data-settings*='"item-margin":"14"'] .projects-pagination {
margin-left: 7px;
margin-right: 7px; }
.projects-container[data-settings*='"item-margin":"15"'] .projects-pagination {
margin-left: 7.5px;
margin-right: 7.5px; }
.projects-container[data-settings*='"item-margin":"16"'] .projects-pagination {
margin-left: 8px;
margin-right: 8px; }
.projects-container[data-settings*='"item-margin":"17"'] .projects-pagination {
margin-left: 8.5px;
margin-right: 8.5px; }
.projects-container[data-settings*='"item-margin":"18"'] .projects-pagination {
margin-left: 9px;
margin-right: 9px; }
.projects-container[data-settings*='"item-margin":"19"'] .projects-pagination {
margin-left: 9.5px;
margin-right: 9.5px; }
.projects-container[data-settings*='"item-margin":"20"'] .projects-pagination {
margin-left: 10px;
margin-right: 10px; }
.projects-container[data-settings*='"item-margin":"21"'] .projects-pagination {
margin-left: 10.5px;
margin-right: 10.5px; }
.projects-container[data-settings*='"item-margin":"22"'] .projects-pagination {
margin-left: 11px;
margin-right: 11px; }
.projects-container[data-settings*='"item-margin":"23"'] .projects-pagination {
margin-left: 11.5px;
margin-right: 11.5px; }
.projects-container[data-settings*='"item-margin":"24"'] .projects-pagination {
margin-left: 12px;
margin-right: 12px; }
.projects-container[data-settings*='"item-margin":"25"'] .projects-pagination {
margin-left: 12.5px;
margin-right: 12.5px; }
.projects-container[data-settings*='"item-margin":"26"'] .projects-pagination {
margin-left: 13px;
margin-right: 13px; }
.projects-container[data-settings*='"item-margin":"27"'] .projects-pagination {
margin-left: 13.5px;
margin-right: 13.5px; }
.projects-container[data-settings*='"item-margin":"28"'] .projects-pagination {
margin-left: 14px;
margin-right: 14px; }
.projects-container[data-settings*='"item-margin":"29"'] .projects-pagination {
margin-left: 14.5px;
margin-right: 14.5px; }
.projects-container[data-settings*='"item-margin":"30"'] .projects-pagination {
margin-left: 15px;
margin-right: 15px; }
.projects-container[data-settings*='"item-margin":"31"'] .projects-pagination {
margin-left: 15.5px;
margin-right: 15.5px; }
.projects-container[data-settings*='"item-margin":"32"'] .projects-pagination {
margin-left: 16px;
margin-right: 16px; }
.projects-container[data-settings*='"item-margin":"33"'] .projects-pagination {
margin-left: 16.5px;
margin-right: 16.5px; }
.projects-container[data-settings*='"item-margin":"34"'] .projects-pagination {
margin-left: 17px;
margin-right: 17px; }
.projects-container[data-settings*='"item-margin":"35"'] .projects-pagination {
margin-left: 17.5px;
margin-right: 17.5px; }
.projects-container[data-settings*='"item-margin":"36"'] .projects-pagination {
margin-left: 18px;
margin-right: 18px; }
.projects-container[data-settings*='"item-margin":"37"'] .projects-pagination {
margin-left: 18.5px;
margin-right: 18.5px; }
.projects-container[data-settings*='"item-margin":"38"'] .projects-pagination {
margin-left: 19px;
margin-right: 19px; }
.projects-container[data-settings*='"item-margin":"39"'] .projects-pagination {
margin-left: 19.5px;
margin-right: 19.5px; }
.projects-container[data-settings*='"item-margin":"40"'] .projects-pagination {
margin-left: 20px;
margin-right: 20px; }
.projects-container[data-settings*='"item-margin":"41"'] .projects-pagination {
margin-left: 20.5px;
margin-right: 20.5px; }
.projects-container[data-settings*='"item-margin":"42"'] .projects-pagination {
margin-left: 21px;
margin-right: 21px; }
.projects-container[data-settings*='"item-margin":"43"'] .projects-pagination {
margin-left: 21.5px;
margin-right: 21.5px; }
.projects-container[data-settings*='"item-margin":"44"'] .projects-pagination {
margin-left: 22px;
margin-right: 22px; }
.projects-container[data-settings*='"item-margin":"45"'] .projects-pagination {
margin-left: 22.5px;
margin-right: 22.5px; }
.projects-container[data-settings*='"item-margin":"46"'] .projects-pagination {
margin-left: 23px;
margin-right: 23px; }
.projects-container[data-settings*='"item-margin":"47"'] .projects-pagination {
margin-left: 23.5px;
margin-right: 23.5px; }
.projects-container[data-settings*='"item-margin":"48"'] .projects-pagination {
margin-left: 24px;
margin-right: 24px; }
.projects-container[data-settings*='"item-margin":"49"'] .projects-pagination {
margin-left: 24.5px;
margin-right: 24.5px; }
.projects-container[data-settings*='"item-margin":"50"'] .projects-pagination {
margin-left: 25px;
margin-right: 25px; }  .cherry-services.services-wrap.services-collapse-rows .cherry-services-row {
margin-left: 0;
margin-right: 0; } .services-single-item .container {
max-width: inherit;
padding-left: 0;
padding-right: 0; }
.services-single-item .service-header {
position: relative; }
.services-single-item .service-header .image_wrap {
margin: 33px 0; }
.services-single-item .service-header__content {
position: relative;
z-index: 2; }
.services-single-item .service-header__content > * + * {
margin-top: 24px; }
.services-single-item .service-content-wrap + * {
margin-top: 40px; }
.services-single-item .features_wrap {
margin-top: 50px; }
.services-single-item .service-features_value {
font-style: italic; }
.services-single-item .service-features_row + .service-features_row {
margin-top: 23px; }
.services-single-item .cta_wrap {
text-align: center; }
.services-single-item .cta_wrap .container .service-cta {
padding-left: 0;
padding-right: 0; }
.services-single-item .cta_wrap .service-cta {
background: none;
padding: 60px 25px 75px; }
.services-single-item .service-cta_title {
margin-bottom: 0.5em; }
.services-single-item .service-cta_desc {
padding: 0; }
.services-single-item .cta-button-wrap,
.services-single-item .cta-form {
margin-top: 40px; }
.services-single-item .cta-form_success {
padding: 5px 15px;
border: none;
font-size: 12.25px;
font-size: 0.875rem;
color: #ffffff;
background: #6ac11c;
margin-bottom: 1.5em; } .services-heading_super_title, .services-heading_subtitle, .services-heading_title {
margin-bottom: 35px; }
.services-heading_super_title + .cherry-services-filter,
.services-heading_super_title + .cherry-services.services-wrap, .services-heading_subtitle + .cherry-services-filter,
.services-heading_subtitle + .cherry-services.services-wrap, .services-heading_title + .cherry-services-filter,
.services-heading_title + .cherry-services.services-wrap {
margin-top: 70px; } .cherry-services {
position: relative; }
.cherry-services .services-listing {
-webkit-transition: all 300ms linear;
-o-transition: all 300ms linear;
transition: all 300ms linear;
opacity: 1; }
.cherry-services.in-progress .services-listing {
opacity: 0; }
.cherry-services .services-loader {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.cherry-services .services-loader .cherry-spinner {
width: 90px;
height: 90px;
left: 50%;
top: 50%;
margin-left: -45px;
margin-top: -45px;
display: block;
position: relative; }
.cherry-services .services-loader.loader-small {
bottom: 0;
top: auto; }
.cherry-services .services-loader.loader-small .cherry-spinner {
width: 40px;
height: 40px;
margin-left: -20px;
margin-top: -20px; }
.services-container .cherry-services-filter {
padding: 0;
margin-bottom: 40px;
text-align: center;
margin-left: -17.5px;
margin-right: -17.5px; }
.services-container .cherry-services-filter > * {
margin-left: 17.5px;
margin-right: 17.5px; }
.services-container .cherry-services-filter_link {
font-size: 14px;
font-size: 1rem;
font-weight: 700;
border: none;
padding: 5px 0;
display: inline-block; }
.services-container .services-ajax-pager {
margin-top: 10px; }
.services-container .nav-links {
text-align: center; }
.services-container .nav-links .page-numbers.current {
pointer-events: none; } .cherry-services .services-item {
padding-bottom: 30px;
text-align: center; }
.cherry-services .services-item * + .title_wrap {
margin-top: 22px; }
@media (min-width: 1200px) {
.cherry-services .services-item * + .title_wrap {
margin-top: 30px; } }
.cherry-services .services-item * + .content_wrap,
.cherry-services .services-item * + .slogan_wrap {
margin-top: 10px; }
.cherry-services .services-item * + .btn {
margin-top: 24px; }
.cherry-services .services-item .image_wrap img {
border-radius: 5px;
overflow: hidden; }
.cherry-services .services-item a {
text-decoration: none; }
.cherry-services .service-icon {
text-align: center;
margin-bottom: 0; }
.cherry-services .service-icon i {
font-size: 32px; }
.cherry-services .tm-testi {
padding: 30px 0; }
.cherry-services .tm-testi__title-main {
text-align: left; } .template-default .services-item .image_wrap,
.template-default-description .services-item .image_wrap {
margin: 0 0 20px; }
.template-default .services-item * + .content_wrap,
.template-default .services-item * + .descr_wrap,
.template-default-description .services-item * + .content_wrap,
.template-default-description .services-item * + .descr_wrap {
margin-top: 24px; }
.template-default .services-item * + .btn,
.template-default-description .services-item * + .btn {
margin-top: 34px; }
.template-default .services-item ul li:before,
.template-default-description .services-item ul li:before {
font-size: 20px; }
.template-default .services-item ul li + li,
.template-default-description .services-item ul li + li {
margin-top: 15px; }
.template-default-description .services-item.col-md-12.col-xl-12 {
padding-bottom: 0; }
@media (min-width: 1200px) {
.template-default-description .services-item.col-md-12.col-xl-12 .services-item-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex; } }
.template-default-description .services-item.col-md-12.col-xl-12 + .services-item .services-item-inner {
border-top-width: 1px;
border-top-style: solid;
padding-top: 40px;
margin-top: 40px; }
.template-default-description .services-item.col-md-12.col-xl-12 .image_wrap {
margin: 0 0 2.857rem; }
@media (min-width: 1200px) {
.template-default-description .services-item.col-md-12.col-xl-12 .image_wrap {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
margin: 0 2.857rem 0 0; } }
@media (min-width: 1200px) {
.template-default-icon .services-item {
padding-bottom: 52px; } }
@media (min-width: 1200px) {
.template-default-icon .services-item-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex; } }
.template-default-icon .services-item-inner .service-icon {
width: 78px;
height: 78px;
border-radius: 50%;
text-align: center;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto; }
@media (min-width: 600px) {
.template-default-icon .services-item-inner .service-icon {
margin-left: 0; } }
@media (min-width: 1200px) {
.template-default-icon .services-item-inner .service-icon {
margin-right: 20px;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
margin-bottom: 0; } }
.template-default-icon .services-item-inner .service-icon i {
line-height: 78px; }
@media (min-width: 1200px) {
.template-default-icon .services-item-inner .services-item-floated-content {
-ms-flex-negative: 1;
flex-shrink: 1;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
margin-top: -5px; } }
.template-default-icon .services-item-inner .services-item-floated-content h4 {
text-transform: none; }
.template-default-icon .services-item-inner .services-item-floated-content .btn {
padding: 0;
margin-top: 10px; }
.template-default-icon .services-item-inner .services-item-floated-content .btn:after {
display: inline-block;
font-family: 'nc-icon-mini';
line-height: 1;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\e928';
font-size: .833em;
margin-left: 5px; } .template-media-icon .services-item * + .title_wrap {
margin-top: 22px; }
.template-media-icon .services-item * + .title_wrap .services-macros {
font-size: 18px; }
.template-media-icon .services-item * + .content_wrap {
margin-top: 15px; }
.template-media-icon .services-item .service-icon i {
font-size: 50px; }
.template-media-icon .services-item-inner {
height: 100%;
overflow: hidden;
position: relative;
padding: 65px 45px 58px 45px;
border: 1px solid;
-webkit-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
-o-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34); }
.template-media-icon .services-item-inner:hover {
border-color: transparent;
-webkit-box-shadow: 0px 0px 25px 5px #d6d6d6;
box-shadow: 0px 0px 25px 5px #d6d6d6; } .template-sidebar-media-icon .services-item {
padding-bottom: 10px; }
.template-sidebar-media-icon .services-item.col-xs-12.col-sm-12.col-md-12.col-xl-12:last-child {
padding-bottom: 0; }
.template-sidebar-media-icon .services-item .service-icon {
padding-right: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.template-sidebar-media-icon .services-item .service-icon i {
font-size: 28px; }
.template-sidebar-media-icon .services-item-inner {
height: 100%;
overflow: hidden;
position: relative;
padding: 20px;
border-radius: 5px;
border: 1px solid;
-webkit-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
-o-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.template-sidebar-media-icon .services-item-inner:hover {
border-color: transparent; }
.template-sidebar-media-icon .services-item .services-item-overflow {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; } .template-media-icon-bg .services-item * + .title_wrap {
margin: 0; }
.template-media-icon-bg .services-item .image_wrap {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
z-index: 1;
opacity: 1;
will-change: transform;
-webkit-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
transition-delay: 0.2s; }
.template-media-icon-bg .services-item .image_wrap .services-macros {
height: 100%; }
.template-media-icon-bg .services-item .image_wrap img {
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
width: 100%;
height: 100%; }
.ie .template-media-icon-bg .services-item .image_wrap img {
font-family: 'object-fit: cover'; }
.template-media-icon-bg .services-item-overflow {
position: relative;
z-index: 10;
text-align: center;
border-radius: 5px;
overflow: hidden;
padding: 30px 30px 36px; }
.template-media-icon-bg .services-item-overflow:after {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: .85;
z-index: -1;
-webkit-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
-o-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34); }
.template-media-icon-bg .services-item-inner {
height: 100%;
overflow: hidden;
position: relative;
padding: 25px;
border-radius: 5px; }
@media (min-width: 1200px) {
.template-media-icon-bg .services-item-inner {
padding: 70px 70px 71px; } }
.template-media-icon-bg .services-item-inner .service-icon {
text-align: center; }
.template-media-icon-bg .services-item-inner .title_wrap h6 {
text-transform: none; }
.template-media-icon-bg .services-item-inner .image_wrap,
.template-media-icon-bg .services-item-inner .icon_wrap i,
.template-media-icon-bg .services-item-inner .title_wrap,
.template-media-icon-bg .services-item-inner .icon_wrap,
.template-media-icon-bg .services-item-inner .content_wrap {
-webkit-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
-o-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34); }
.archive .template-media-icon-bg .services-item-inner .content_wrap, .archive
.template-media-icon-bg .services-item-inner .btn {
display: none; } .template-media-icon-bg-2 .services-item .image_wrap {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
z-index: 10; }
.template-media-icon-bg-2 .services-item .image_wrap .services-macros {
height: 100%; }
.template-media-icon-bg-2 .services-item .image_wrap img {
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
opacity: 0;
width: 100%;
-webkit-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
-o-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
height: 100%; }
.ie .template-media-icon-bg-2 .services-item .image_wrap img {
font-family: 'object-fit: cover'; }
.template-media-icon-bg-2 .services-item .service-icon {
text-align: center;
width: 78px;
height: 78px;
border-radius: 50%; }
.template-media-icon-bg-2 .services-item .service-icon i {
line-height: 78px; }
.template-media-icon-bg-2 .services-item-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
position: relative;
padding: 25px;
text-align: center;
border-radius: 5px;
overflow: hidden;
border: 1px solid;
-webkit-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
-o-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34); }
@media (min-width: 1600px) {
.template-media-icon-bg-2 .services-item-inner {
padding: 59px 50px 58px; } }
.template-media-icon-bg-2 .services-item-inner:before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 0;
z-index: 1;
-webkit-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
-o-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34); }
.template-media-icon-bg-2 .services-item-inner .title_wrap {
margin-top: 32px; }
@media (min-width: 1600px) {
.template-media-icon-bg-2 .services-item-inner .title_wrap {
max-width: 80%;
margin-left: auto;
margin-right: auto; } }
.template-media-icon-bg-2 .services-item-inner .icon_wrap,
.template-media-icon-bg-2 .services-item-inner .title_wrap,
.template-media-icon-bg-2 .services-item-inner .content_wrap,
.template-media-icon-bg-2 .services-item-inner .btn-link {
position: relative;
z-index: 10; }
.template-media-icon-bg-2 .services-item-inner .image_wrap,
.template-media-icon-bg-2 .services-item-inner .icon_wrap i,
.template-media-icon-bg-2 .services-item-inner .content_wrap p,
.template-media-icon-bg-2 .services-item-inner .title_wrap a,
.template-media-icon-bg-2 .services-item-inner .btn-link {
-webkit-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
-o-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34); }
.template-media-icon-bg-2 .services-item-inner .content_wrap {
margin-top: 15px; }
.template-media-icon-bg-2 .services-item-inner .btn-link {
margin-top: 10px;
text-decoration: underline; }
.template-media-icon-bg-2 .services-item-inner .btn-link:hover {
text-decoration: none; }
.template-media-icon-bg-2 .services-item-inner:hover .image_wrap img {
opacity: .1; }
.template-media-icon-bg-2 .services-item-inner:hover:before {
opacity: 1; } nav.main-navigation.vertical-menu .tm-mega-menu > .menu-item {
width: 100%; }
nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on {
display: block !important;
background: none; }
nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on a {
text-indent: 0;
min-height: 22px; }
nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .mega-menu-mobile-arrow {
height: auto;
width: auto;
position: absolute;
top: 50%;
right: 0;
left: auto;
bottom: auto;
margin-top: 0;
z-index: 995;
border: 0;
padding: 0;
cursor: pointer;
background: transparent;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 15.75px;
font-size: 1.125rem;
line-height: 1; }
@media (min-width: 600px) {
nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .mega-menu-mobile-arrow {
padding: 10px 20px; } }
nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .mega-menu-mobile-arrow i {
line-height: 1;
position: relative;
left: auto;
width: auto;
top: auto; }
nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .mega-menu-mobile-arrow i::before {
content: '\e902'; }
nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .mega-menu-mobile-arrow.active i::before {
content: '\e905'; }
nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .tm-mega-menu-sub {
overflow: auto !important; }
@media (max-width: 599px) {
nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .tm-mega-menu-sub.mega-sub > .tm-mega-menu-sub-item[class*="menu-columns"] {
-webkit-box-flex: 0;
-ms-flex: 0 1 100%;
flex: 0 1 100%; } }
nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .mega-sub li.sub-column-title ul.tm-mega-menu-sub {
display: none !important; }
nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .mega-sub li.sub-column-title .mega-menu-mobile-toggle:checked + ul.tm-mega-menu-sub {
display: block !important; }
nav.main-navigation > .tm-mega-menu .super-guacamole__menu:hover > ul, nav.main-navigation > .tm-mega-menu .super-guacamole__menu.menu-hover > ul,
nav.main-navigation > .tm-mega-menu .super-guacamole__menu li:hover > ul,
nav.main-navigation > .tm-mega-menu .super-guacamole__menu li.menu-hover > ul {
-webkit-transform: translateY(0) !important;
-ms-transform: translateY(0) !important;
transform: translateY(0) !important;
opacity: 1;
visibility: visible; }
nav.main-navigation > .tm-mega-menu .super-guacamole__menu:hover > ul, nav.main-navigation > .tm-mega-menu .super-guacamole__menu.menu-hover > ul {
top: 100%; }
nav.main-navigation > .tm-mega-menu .super-guacamole__menu > ul {
left: 0;
right: auto; }
nav.main-navigation > .tm-mega-menu .super-guacamole__menu > ul.inverse-side {
left: auto;
right: 0; }
nav.main-navigation > .tm-mega-menu .super-guacamole__menu > ul.in-transition {
top: 100%; }
nav.main-navigation > .tm-mega-menu .super-guacamole__menu li:hover > ul, nav.main-navigation > .tm-mega-menu .super-guacamole__menu li.menu-hover > ul {
top: -20px; }
nav.main-navigation > .tm-mega-menu .super-guacamole__menu li > ul {
left: calc(100% + 1px);
right: auto; }
nav.main-navigation > .tm-mega-menu .super-guacamole__menu li > ul.inverse-side {
left: auto;
right: calc(100% + 1px); }
nav.main-navigation > .tm-mega-menu .super-guacamole__menu li > ul.in-transition {
top: -20px; }
nav.main-navigation > .tm-mega-menu .super-guacamole__menu .sub-menu {
position: absolute;
z-index: 999;
top: -999em;
opacity: 0;
visibility: hidden;
-webkit-transition-property: opacity, visibility, -webkit-transform;
transition-property: opacity, visibility, -webkit-transform;
-o-transition-property: transform, opacity, visibility;
transition-property: transform, opacity, visibility;
transition-property: transform, opacity, visibility, -webkit-transform; }
nav.main-navigation > .tm-mega-menu[data-effect="slide-bottom"] .super-guacamole__menu .sub-menu {
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px); }
nav.main-navigation > .tm-mega-menu[data-effect="slide-top"] .super-guacamole__menu .sub-menu {
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px); }
nav.main-navigation > .tm-mega-menu[data-effect="fade-in"] .super-guacamole__menu .sub-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
@media (min-width: 600px) {
nav.main-navigation > .tm-mega-menu .sub-menu {
-webkit-transition-property: opacity, visibility, -webkit-transform !important;
transition-property: opacity, visibility, -webkit-transform !important;
-o-transition-property: transform, opacity, visibility !important;
transition-property: transform, opacity, visibility !important;
transition-property: transform, opacity, visibility, -webkit-transform !important; }
nav.main-navigation > .tm-mega-menu ul.tm-mega-menu-sub {
visibility: hidden !important; }
nav.main-navigation > .tm-mega-menu li.tm-mega-menu-hover .mega-sub li ul.tm-mega-menu-sub,
nav.main-navigation > .tm-mega-menu li.tm-mega-menu-hover:hover .mega-sub li ul.tm-mega-menu-sub,
nav.main-navigation > .tm-mega-menu li.tm-mega-menu-hover > ul.tm-mega-menu-sub,
nav.main-navigation > .tm-mega-menu li.tm-mega-menu-hover:hover > ul.tm-mega-menu-sub {
visibility: visible !important; } }
nav.main-navigation > .tm-mega-menu i.mega-menu-arrow {
font-size: 8px;
position: absolute; }
nav.main-navigation > .tm-mega-menu i.mega-menu-arrow.top-level-arrow.fa-angle-down:before, nav.main-navigation > .tm-mega-menu i.mega-menu-arrow.sub-arrow.fa-angle-right:before {
display: inline-block;
font-family: 'nc-icon-mini';
line-height: 1;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
nav.main-navigation > .tm-mega-menu i.mega-menu-arrow.top-level-arrow.fa-angle-down:before {
content: '\e902'; }
nav.main-navigation > .tm-mega-menu i.mega-menu-arrow.sub-arrow.fa-angle-right:before {
content: '\ea16'; }
@media (min-width: 600px) {
nav.main-navigation > .tm-mega-menu > li > .tm-mega-menu-sub.simple-sub {
left: 0;
right: auto; } }
@media (min-width: 600px) {
nav.main-navigation > .tm-mega-menu > li > .tm-mega-menu-sub.simple-sub.inverse-side {
left: auto;
right: 0; } }
nav.main-navigation > .tm-mega-menu > li.tm-mega-menu-has-children > a {
position: relative; }
@media (min-width: 600px) {
nav.main-navigation > .tm-mega-menu > li.tm-mega-menu-has-children > a {
padding-right: 15px; } }
nav.main-navigation > .tm-mega-menu > li.tm-mega-menu-has-children > a > i.mega-menu-arrow {
right: 0;
top: 8.5px; }
@media (max-width: 599px) {
nav.main-navigation > .tm-mega-menu li.tm-mega-menu-has-children > a {
padding-right: 65px; } }
nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub-item {
padding: 0; }
nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item.sub-column-title > a {
text-transform: uppercase; }
@media (max-width: 599px) {
nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item.sub-column-title > a {
font-size: 14px;
font-size: 1rem;
text-transform: none;
font-weight: normal;
padding-bottom: 0; } }
@media (min-width: 600px) {
nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub {
padding: 20px 4px 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
min-height: 40px; }
nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub a {
padding-left: 0;
padding-right: 0;
width: auto; }
nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub a:before {
left: 0; }
nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub a:hover {
padding-left: 15px;
padding-right: 15px; }
nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item .simple-sub {
position: static;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transform: translateY(0) !important;
-ms-transform: translateY(0) !important;
transform: translateY(0) !important;
width: auto; }
nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item .simple-sub > li.current-menu-item > a {
padding-left: 15px;
padding-right: 15px; }
nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item.sub-column-title > a {
padding-bottom: 12px;
padding-left: 0;
padding-right: 0; }
nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item.sub-column-title > a:before {
display: none; } }
@media (min-width: 600px) and (min-width: 600px) {
nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item.sub-column-title:not(.menu-item-type-widget) > a {
min-height: 40px; } }
@media (min-width: 600px) {
nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item.tm-mega-menu-has-children .simple-sub.sub-menu {
margin-top: 0 !important; }
nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub > .tm-mega-menu-sub-item {
padding: 0 20px;
margin-bottom: 20px; }
nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub > .tm-mega-menu-sub-item + .tm-mega-menu-sub-item {
position: relative; }
nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub > .tm-mega-menu-sub-item + .tm-mega-menu-sub-item:before {
content: '';
width: 1px;
height: 100%;
position: absolute;
top: 0;
left: 0; } }
@media (min-width: 1200px) {
nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub {
padding: 35px 4px 15px; }
nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub > .tm-mega-menu-sub-item {
padding: 0 35px; } }
@media (min-width: 600px) {
nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.simple-sub {
padding: 20px 0;
left: calc( 100% + 1px);
right: auto; }
nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.simple-sub .sub-menu {
padding: 20px 0; } }
nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.simple-sub li {
padding: 0; }
nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.simple-sub li.tm-mega-menu-has-children > a {
position: relative; }
nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.simple-sub li.tm-mega-menu-has-children > a > i.mega-menu-arrow {
right: 30px;
top: 8px; }
nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.simple-sub li.tm-mega-menu-has-children:hover > a > i:before, nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.simple-sub li.tm-mega-menu-has-children.menu-hover > a > i:before {
content: '\ea17'; }
@media (min-width: 600px) {
nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.simple-sub li.tm-mega-menu-has-children .sub-menu {
margin-top: -20px !important;
padding: 20px 0 !important; } }
@media (min-width: 600px) {
nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.simple-sub.inverse-side {
left: auto;
right: calc( 100% + 1px); } }
nav.main-navigation.main-menu-style-2 > .tm-mega-menu .super-guacamole__menu > ul {
left: 0; }
nav.main-navigation.main-menu-style-2 > .tm-mega-menu .super-guacamole__menu > ul.inverse-side {
right: 0; }
@media (min-width: 600px) {
nav.main-navigation.main-menu-style-2 > .tm-mega-menu > li > .tm-mega-menu-sub.simple-sub {
Left: 0; } }
@media (min-width: 600px) {
nav.main-navigation.main-menu-style-2 > .tm-mega-menu > li > .tm-mega-menu-sub.simple-sub.inverse-side {
right: 0; } }
nav.main-navigation.main-menu-style-2 > .tm-mega-menu > li.tm-mega-menu-has-children > a > i.mega-menu-arrow {
top: 16px;
right: 12px; } ul.tm-mega-menu-sub.simple-sub {
width: 245px; }
ul.tm-mega-menu-sub.effect-slide-bottom {
-webkit-transform: translateY(20px) !important;
-ms-transform: translateY(20px) !important;
transform: translateY(20px) !important; }
.tm-mega-menu-hover > ul.tm-mega-menu-sub.effect-slide-bottom {
-webkit-transform: translateY(0) !important;
-ms-transform: translateY(0) !important;
transform: translateY(0) !important; } .wpml-ls-legacy-dropdown, .wpml-ls-legacy-dropdown-click {
width: 300px; }
.wpml-ls-legacy-dropdown a, .wpml-ls-legacy-dropdown-click a {
padding: 10px 20px;
line-height: 1.5; }
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle, .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
padding: 17.5px 40px 17.5px 20px;
border-radius: 5px; }
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after, .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
content: '\eaad';
font-size: 14px;
font-size: 1rem;
border: none;
top: 50%;
margin-top: -8px;
right: 15px;
color: inherit; }
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
border-top: 0; }
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:first-child a, .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:first-child a {
border-top-width: 1px; }
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
margin-right: 1px; }
.wpml-ls-legacy-list-horizontal a {
padding: 10px; }
.wpml-ls-legacy-list-vertical a {
line-height: 1.5;
padding: 10px 20px; }
.lang-item img {
vertical-align: middle; } .tm-pg_front_gallery {
padding: 0; }
.tm-pg_front_gallery ul.tm-pg_front_gallery-tabs {
border-bottom: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0 0 37px;
margin: 0; }
.tm-pg_front_gallery ul.tm-pg_front_gallery-tabs li {
margin-left: 11px;
margin-right: 11px; }
.tm-pg_front_gallery ul.tm-pg_front_gallery-tabs li a {
text-transform: uppercase;
padding: 0; }
.tm-pg_front_gallery ul.tm-pg_front_gallery-tabs li.active a, .tm-pg_front_gallery ul.tm-pg_front_gallery-tabs li:hover a {
text-decoration: none; }
.tm-pg_front_gallery ul.tm-pg_front_gallery-tabs li.active a:after, .tm-pg_front_gallery ul.tm-pg_front_gallery-tabs li:hover a:after {
display: none; }
.tm-pg_front_gallery .tm-pg_front_gallery-navigation,
.tm-pg_front_gallery .load-more-button {
margin: 40px 0 0; }
.tm-pg_front_gallery .tm-pg_front_gallery-navigation + .load-more-button {
margin-top: 34px; }
.tm-pg_front_gallery .tm_pg_gallery-item_default_icon:before {
content: '\e824'; }
.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_meta,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_meta,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_meta {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 9.5% 10%; }
.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item[data-type="img"] .tm_pg_gallery-item_link:after,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item[data-type="img"] .tm_pg_gallery-item_link:after,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item[data-type="img"] .tm_pg_gallery-item_link:after {
content: '\ea16'; }
.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_link,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_link,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_link {
position: relative; }
.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_link:before,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_link:before,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_link:before {
content: '';
display: block;
width: 100%;
height: 100%;
visibility: visible;
opacity: 1 !important;
position: absolute;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: all 0.25s ease-in;
-o-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;
-webkit-transition-delay: .05s;
-o-transition-delay: .05s;
transition-delay: .05s; }
.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_link:after,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_link:after,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_link:after {
display: inline-block;
font-family: 'nc-icon-mini';
line-height: 1;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\e939';
position: absolute;
top: auto;
left: auto;
right: 20px;
bottom: 20px;
-webkit-transform: none;
-ms-transform: none;
transform: none;
font-size: 14px;
line-height: 1;
z-index: 10;
opacity: 0;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transition-delay: .3s;
-o-transition-delay: .3s;
transition-delay: .3s; }
.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_link img,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_link img,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_link img {
max-width: none;
width: calc(100% + 50px);
-webkit-transform: translate3d(-40px, 0, 0);
transform: translate3d(-40px, 0, 0);
-webkit-transition: all 0.6s ease-out;
-o-transition: all 0.6s ease-out;
transition: all 0.6s ease-out;
-webkit-transition-delay: .05s;
-o-transition-delay: .05s;
transition-delay: .05s;
-o-object-fit: cover;
object-fit: cover;
height: 100%; }
.ie .tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_link img, .ie
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_link img, .ie
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_link img {
font-family: 'object-fit: cover'; }
.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_link .tm_pg_gallery-item_meta,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_link .tm_pg_gallery-item_meta,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_link .tm_pg_gallery-item_meta {
visibility: visible;
opacity: 1; }
.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_link:hover:before, .tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_link:hover:after,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_link:hover:before,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_link:hover:after,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_link:hover:before,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_link:hover:after {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
-webkit-transition: all 0.37s ease-out;
-o-transition: all 0.37s ease-out;
transition: all 0.37s ease-out; }
.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_link:hover img,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_link:hover img,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_link:hover img {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: .55; }
.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_title,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_title,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_title {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: all 0.35s ease-out;
-o-transition: all 0.35s ease-out;
transition: all 0.35s ease-out;
opacity: 1;
-webkit-transition-delay: .17s;
-o-transition-delay: .17s;
transition-delay: .17s; }
.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_description,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_description,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_description {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: all 0.45s ease-out;
-o-transition: all 0.45s ease-out;
transition: all 0.45s ease-out;
opacity: 1;
-webkit-transition-delay: .15s;
-o-transition-delay: .15s;
transition-delay: .15s; }
.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_counter,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_counter,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_counter {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
opacity: 1;
-webkit-transition-delay: .45s;
-o-transition-delay: .45s;
transition-delay: .45s; }
.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_icon,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_icon,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_icon {
-webkit-animation: animationInFrames linear 1s;
animation: animationInFrames linear 1s;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-animation-delay: .2s;
animation-delay: .2s;
opacity: 1; }
.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_label,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_label,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_label {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1; }
.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_link_show-more,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_link_show-more,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_link_show-more {
padding-top: 22.2%;
padding-bottom: 22.2%;
background-color: transparent;
border: 1px solid #ececee; }
.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_link_show-more:hover,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_link_show-more:hover,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_link_show-more:hover {
background-color: #ececee; }
.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_link_show-more span:after,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_link_show-more span:after,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_link_show-more span:after {
font-size: 21px;
font-size: 1.5rem;
content: '\e92b';
display: block;
margin-top: 20px; }
.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_title,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_title,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_title {
text-transform: none;
margin-bottom: 8px;
-webkit-transform: translateX(calc(-100%));
-ms-transform: translateX(calc(-100%));
transform: translateX(calc(-100%));
opacity: 0;
-webkit-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s; }
.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_description,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_description,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_description {
-webkit-transform: translateX(calc(-100%));
-ms-transform: translateX(calc(-100%));
transform: translateX(calc(-100%));
opacity: 0;
-webkit-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
-webkit-transition-delay: .07s;
-o-transition-delay: .07s;
transition-delay: .07s; }
@media (max-width: 1599px) {
.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_description,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_description,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_description {
font-size: 14px;
font-size: 1rem; } }
.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_counter,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_counter,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_counter {
margin-top: 14px;
text-transform: none;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
-webkit-transform: translateX(calc(-100%));
-ms-transform: translateX(calc(-100%));
transform: translateX(calc(-100%));
opacity: 0;
-webkit-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
-webkit-transition-delay: .07s;
-o-transition-delay: .07s;
transition-delay: .07s; }
.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_label,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_label,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_label {
padding: 7px 9px;
border-radius: 5px;
text-transform: uppercase;
left: 20px;
top: 20px;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
opacity: 0;
-webkit-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in; }
.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_description,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_description,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_description {
margin-top: 2px;
margin-bottom: 14px;
text-align: center; }
.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_icon,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_icon,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_icon {
position: relative;
font-size: 34px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 36px;
-webkit-animation: animationOutFrames linear 1s;
animation: animationOutFrames linear 1s;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-animation-delay: .15s;
animation-delay: .15s;
opacity: 0;
-webkit-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in; }
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item-wrapper,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item-wrapper a {
height: 100%; }
.single .tm_pg_album .entry-title,
.single .tm_pg_set .entry-title {
text-align: center; }
.single .tm_pg_album .entry-title:before, .single .tm_pg_album .entry-title:after,
.single .tm_pg_set .entry-title:before,
.single .tm_pg_set .entry-title:after {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.single .tm_pg_album .entry-header,
.single .tm_pg_set .entry-header {
margin-bottom: 20px; }
.single .tm_pg_album .entry-content,
.single .tm_pg_set .entry-content {
text-align: center; }
.tm-pg_front_gallery .load-more-button .btn {
line-height: 2;
display: inline-block;
max-width: 100%;
padding: 13px 50px;
cursor: pointer;
text-align: center;
overflow: hidden;
vertical-align: top;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
border-radius: 5px;
border-width: 0;
border-style: solid;
letter-spacing: 0.01em;
-webkit-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
text-transform: uppercase; }
.tm-pg_front_gallery .load-more-button .btn, .tm-pg_front_gallery .load-more-button .btn:hover {
text-decoration: none; }
.tm-pg_front_gallery .load-more-button .btn:focus {
outline: 0; }
.tm-pg_front_gallery .load-more-button .btn:active {
-webkit-box-shadow: none;
box-shadow: none; }
.tm-pg_front_gallery-navigation .tm_pg_nav-links {
padding: 0 0 30px; }
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers {
height: 35px; }
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.next, .tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.prev {
width: 44px;
height: 44px;
border-radius: 50%; }
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.next i:before,
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.next i:after, .tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.prev i:before,
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.prev i:after {
font-size: 12px;
line-height: 44px; }
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.next:hover, .tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.prev:hover {
background: none; }
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.next i:before {
content: '\e904'; }
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.prev i:before {
content: '\e903'; }  @media (min-width: 1200px) {
.lg-outer:not(.lg-fullscreen-on) .lg-inner {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); } }
.lg-outer .lg-img-wrap {
max-height: calc(100% - 90px); }
.lg-outer .lg-actions .lg-icon.lg-prev, .lg-outer .lg-actions .lg-icon.lg-next {
margin-top: -23px; }
.lg-outer .lg-actions .lg-icon.lg-prev:after, .lg-outer .lg-actions .lg-icon.lg-next:before {
font-size: 12px;
width: 44px;
height: 44px;
border-radius: 50%;
line-height: 44px;
text-align: center; }
.lg-outer .lg-actions .lg-icon.lg-prev:after {
content: '\e903'; }
.lg-outer .lg-actions .lg-icon.lg-next:before {
content: '\e904'; }
.lg-outer.lg-fullscreen-on .lg-thumb-outer {
padding: 0; }
@media (min-width: 1200px) {
.lg-outer .lg-thumb-outer {
padding: 10px 0;
-webkit-box-sizing: content-box;
box-sizing: content-box; } }
.lg-outer .lg-thumb-outer .lg-thumb {
margin-left: auto;
margin-right: auto;
padding: 0;
height: auto;
margin: 0; }
.lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item {
height: 100%; }
.lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
opacity: 1;
-webkit-transition: .4s all ease;
-o-transition: .4s all ease;
transition: .4s all ease; }
.ie .lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item {
font-family: 'object-fit: cover'; }
.lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item:before, .lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item:after {
display: none; }
.lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item:hover img, .lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item.active img {
opacity: .2; }
.lg-outer .lg-toolbar {
padding-top: 20px;
padding-bottom: 70px; }
.lg-outer .lg-toolbar .lg-icon {
width: auto;
height: auto;
margin: 0 8px; }
.lg-outer .lg-toolbar .lg-icon.lg-close {
margin-right: 20px; }
.lg-outer .lg-progress-bar {
z-index: 1083; }
.lg-outer .lg-toolbar .lg-icon,
.lg-outer .lg-thumb-outer .lg-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.lg-outer .lg-toolbar .lg-icon:after,
.lg-outer .lg-thumb-outer .lg-icon:after {
-webkit-transition: .4s all ease;
-o-transition: .4s all ease;
transition: .4s all ease; }
.lg-outer .lg-toolbar .lg-icon:after,
.lg-outer .lg-thumb-outer .lg-icon:after {
font-size: 14px; }
.lg-outer .lg-icon.lg-toogle-thumb:before {
display: none; }
.lg-outer .lg-icon.lg-close:after {
content: '\ea18'; }
.lg-outer .lg-icon.lg-autoplay-button:after {
content: '\ec0f'; }
.lg-outer .lg-icon.lg-fullscreen:after {
content: '\ea83'; }
.lg-outer .lg-icon.lg-toogle-thumb:after {
content: '\e946'; }
.lg-outer .lg-icon.lg-download:after {
content: '\e95d'; }
.lg-outer.lg-show-autoplay .lg-icon.lg-autoplay-button:after {
content: '\ec0e'; }
.lg-outer.lg-fullscreen-on .lg-icon.lg-fullscreen:after {
content: '\ea82'; }
.lg-outer.lg-fullscreen-on .lg-toolbar {
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(35%, rgba(0, 0, 0, 0.4)), color-stop(70%, rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%); }
.lg-outer.lg-thumb-open .lg-icon.lg-toogle-thumb:after {
content: '\e943'; }
.lg-outer .lg-toolbar .lg-icon,
.lg-outer .lg-toolbar .lg-icon:hover,
.lg-outer .lg-thumb-outer .lg-icon,
.lg-outer .lg-thumb-outer .lg-icon:hover {
background-color: transparent; }
.lg-outer .lg, .lg-outer .lg-thumb.group {
margin: 0 auto;
height: 100%; }
.page .lg,
.page .lg-thumb.group,
.page .lg-outer,
.page .lg-outer .lg-thumb-outer,
.page .lg-outer.lg-fullscreen-on .lg-progress-bar .lg-progress, .single-tm_pg_album .lg,
.single-tm_pg_album .lg-thumb.group,
.single-tm_pg_album .lg-outer,
.single-tm_pg_album .lg-outer .lg-thumb-outer,
.single-tm_pg_album .lg-outer.lg-fullscreen-on .lg-progress-bar .lg-progress, .single-tm_pg_set .lg,
.single-tm_pg_set .lg-thumb.group,
.single-tm_pg_set .lg-outer,
.single-tm_pg_set .lg-outer .lg-thumb-outer,
.single-tm_pg_set .lg-outer.lg-fullscreen-on .lg-progress-bar .lg-progress {
background-color: transparent; }  @-webkit-keyframes animationInFrames {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
20% {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg); }
40% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg); }
60% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg); }
80% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg); }
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); } }
@keyframes animationInFrames {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
20% {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg); }
40% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg); }
60% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg); }
80% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg); }
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); } }
@-webkit-keyframes animationOutFrames {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg); }
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg); }
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg); }
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg); }
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); } }
@keyframes animationOutFrames {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg); }
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg); }
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg); }
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg); }
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); } } .cherry-trend-stars {
vertical-align: baseline; }
.cherry-trend-star {
width: 18px;
height: 18px;
font-size: 18px;
color: #cccbcb;
vertical-align: middle; }
.cherry-trend-star--active,
.cherry-trend-star--active ~ .cherry-trend-star {
color: #fcb903; }
.cherry-trend-views {
vertical-align: middle; }
.cherry-trend-views__count::before {
font-size: 14px;
content: '\ea3c';
position: relative;
display: inline-block;
vertical-align: baseline;
top: 1px; }
* + .cherry-trend-views {
margin-left: 5px; }
.cherry-trend-post__meta.cherry-trend-post__meta-second {
margin-left: -4px;
margin-right: -4px; }
.cherry-trend-post__meta.cherry-trend-post__meta-second > * {
padding-left: 4px;
padding-right: 4px; }
.cherry-trend-post__meta.cherry-trend-post__meta-second .post__comments {
margin: 0; } .btn-downloader,
a[href*="?media_dl="] {
line-height: 2;
display: inline-block;
max-width: 100%;
padding: 13px 50px;
cursor: pointer;
text-align: center;
overflow: hidden;
vertical-align: top;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
border-radius: 5px;
border-width: 0;
border-style: solid;
letter-spacing: 0.01em;
-webkit-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
text-transform: uppercase; }
.btn-downloader, .btn-downloader:hover,
a[href*="?media_dl="],
a[href*="?media_dl="]:hover {
text-decoration: none; }
.btn-downloader:focus,
a[href*="?media_dl="]:focus {
outline: 0; }
.btn-downloader:active,
a[href*="?media_dl="]:active {
-webkit-box-shadow: none;
box-shadow: none; }
.btn-downloader:before,
a[href*="?media_dl="]:before {
display: inline-block;
font-family: 'nc-icon-mini';
line-height: 1;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\ed42';
display: inline-block;
vertical-align: baseline;
margin-right: 7px;
z-index: 1; } #fbuilder {
padding: 30px 20px;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
@media (min-width: 1600px) {
#fbuilder {
padding: 80px 38px 54px; } }
#fbuilder .fields .section_break {
border-top: none; }
#fbuilder .top_aligned .pbreak {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 37px; }
#fbuilder .top_aligned .pbreak .fields {
-webkit-box-flex: 0;
-ms-flex: 0 1 50%;
flex: 0 1 50%;
padding: 5px 0; }
#fbuilder .top_aligned .pbreak .fields .small, #fbuilder .top_aligned .pbreak .fields .medium {
width: auto !important; }
#fbuilder .top_aligned .pbreak .fields .dfield {
padding-top: 6px; }
#fbuilder .top_aligned .pbreak .fields .dfield input {
padding: 7px 10px;
min-height: 10px; }
#fbuilder .top_aligned .pbreak .fields.section_breaks {
-webkit-box-flex: 1;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
padding: 15px 0; }
#fbuilder .fform h2 {
text-transform: uppercase;
position: relative; }
#fbuilder .fform h2:before {
content: '';
position: absolute;
bottom: -17px;
left: 0;
width: 55px;
height: 3px; }
#footer-area{
padding-left: 18px;
padding-right: 18px;
}@media (min-width: 600px) {
.main-navigation .sub-menu > li > a {
width: 280px;
}
.main-navigation .sub-menu a {
text-transform: none !important;
}
}
.main-navigation .sub-menu a {
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 1.643;
font-family: Montserrat, sans-serif;
letter-spacing: 0.04em;
}@font-face{font-family:dashicons;src:url(//www.own-advice.nl/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url(//www.own-advice.nl/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url(//www.own-advice.nl/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;-ms-touch-action:manipulation;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);-ms-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;-ms-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;-ms-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.projects-filters{margin:30px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;color:#23282d;position:relative;z-index:9}.projects-filters-list-wrapper{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}ul.projects-filters-list{display:inline-block;list-style:none;margin:0;padding:0}ul.projects-filters-list li{float:left;margin-right:20px}ul.projects-filters-list li:last-child{margin-right:0}ul.projects-filters-list li.active span{color:#298ffc}ul.projects-filters-list li span{margin:0 10px 0 0;cursor:pointer}ul.projects-filters-list li span:hover{color:#298ffc}ul.projects-filters-list li span:last-child{margin:0}.projects-order-filters-wrapper{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}ul.order-filters{display:inline-block;list-style:none;margin:0;padding:0}ul.order-filters>li{float:left;margin:0 10px;position:relative;cursor:pointer;-webkit-perspective:500px;perspective:500px;-webkit-perspective-origin:50% 50%;perspective-origin:50% 50%}ul.order-filters>li:hover{text-decoration:none}ul.order-filters>li ul{position:absolute;left:0;background:#298ffc;list-style:none;margin:0;padding:10px 20px;min-width:150px;z-index:99;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-o-transform-style:preserve-3d;-webkit-transform-origin:50% 0%;-ms-transform-origin:50% 0%;transform-origin:50% 0%;opacity:0;filter:alpha(opacity=0);-webkit-transform:translateZ(-100px) translateY(50px) rotateX(-90deg);-ms-transform:translateZ(-100px) translateY(50px) rotateX(-90deg);transform:translateZ(-100px) translateY(50px) rotateX(-90deg);-webkit-transition:all 0.2s cubic-bezier(0.86, 0.17, 0.83, 0.57);transition:all 0.2s cubic-bezier(0.86, 0.17, 0.83, 0.57)}ul.order-filters>li ul li{white-space:nowrap;margin:5px}ul.order-filters>li ul li span{color:#fff}ul.order-filters>li ul li.active{display:none}ul.order-filters>li span.current{margin-left:10px;color:#298ffc}ul.order-filters>li.dropdown-state ul{-webkit-transform:translateZ(0) translateY(0) rotateX(0deg);-ms-transform:translateZ(0) translateY(0) rotateX(0deg);transform:translateZ(0) translateY(0) rotateX(0deg);opacity:1;filter:alpha(opacity=100);-webkit-transition:all 0.4s cubic-bezier(0.12, 0.51, 0.33, 1.14);transition:all 0.4s cubic-bezier(0.12, 0.51, 0.33, 1.14)}.projects-pagination{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin:20px 0}.projects-pagination ul.page-link{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;list-style:none;margin:0}.projects-pagination ul.page-link li{float:left;margin:0 2px}.projects-pagination ul.page-link li.active span{color:#298ffc}.projects-pagination ul.page-link li span{line-height:30px;color:#23282d;padding:5px 10px;text-decoration:none;cursor:pointer}.projects-pagination ul.page-link li span:hover{color:#298ffc}.projects-pagination .page-navigation{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.projects-pagination .page-navigation span{line-height:30px;color:#23282d;padding:5px 10px;margin:0 2px;cursor:pointer}.projects-pagination .page-navigation span:hover{color:#298ffc}.projects-container.grid-layout .projects-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.projects-container.grid-layout .projects-list .projects-item{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.projects-container.masonry-layout .projects-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}@media screen and (min-width: 1px) and (max-width: 599px){.projects-container.masonry-layout .projects-list.column-mobile-1[data-columns]::before{content:'1 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-mobile-1 .salvattore-column{width:100%}.projects-container.masonry-layout .projects-list.column-mobile-2[data-columns]::before{content:'2 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-mobile-2 .salvattore-column{width:50%}.projects-container.masonry-layout .projects-list.column-mobile-3[data-columns]::before{content:'3 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-mobile-3 .salvattore-column{width:33.33333%}.projects-container.masonry-layout .projects-list.column-mobile-4[data-columns]::before{content:'4 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-mobile-4 .salvattore-column{width:25%}.projects-container.masonry-layout .projects-list.column-mobile-5[data-columns]::before{content:'5 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-mobile-5 .salvattore-column{width:20%}.projects-container.masonry-layout .projects-list.column-mobile-6[data-columns]::before{content:'6 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-mobile-6 .salvattore-column{width:16.66666%}}@media screen and (min-width: 600px) and (max-width: 899px){.projects-container.masonry-layout .projects-list.column-portrait-tablet-1[data-columns]::before{content:'1 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-portrait-tablet-1 .salvattore-column{width:100%}.projects-container.masonry-layout .projects-list.column-portrait-tablet-2[data-columns]::before{content:'2 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-portrait-tablet-2 .salvattore-column{width:50%}.projects-container.masonry-layout .projects-list.column-portrait-tablet-3[data-columns]::before{content:'3 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-portrait-tablet-3 .salvattore-column{width:33.33333%}.projects-container.masonry-layout .projects-list.column-portrait-tablet-4[data-columns]::before{content:'4 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-portrait-tablet-4 .salvattore-column{width:25%}.projects-container.masonry-layout .projects-list.column-portrait-tablet-5[data-columns]::before{content:'5 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-portrait-tablet-5 .salvattore-column{width:20%}.projects-container.masonry-layout .projects-list.column-portrait-tablet-6[data-columns]::before{content:'6 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-portrait-tablet-6 .salvattore-column{width:16.66666%}}@media screen and (min-width: 900px) and (max-width: 1199px){.projects-container.masonry-layout .projects-list.column-album-tablet-1[data-columns]::before{content:'1 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-album-tablet-1 .salvattore-column{width:100%}.projects-container.masonry-layout .projects-list.column-album-tablet-2[data-columns]::before{content:'2 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-album-tablet-2 .salvattore-column{width:50%}.projects-container.masonry-layout .projects-list.column-album-tablet-3[data-columns]::before{content:'3 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-album-tablet-3 .salvattore-column{width:33.33333%}.projects-container.masonry-layout .projects-list.column-album-tablet-4[data-columns]::before{content:'4 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-album-tablet-4 .salvattore-column{width:25%}.projects-container.masonry-layout .projects-list.column-album-tablet-5[data-columns]::before{content:'5 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-album-tablet-5 .salvattore-column{width:20%}.projects-container.masonry-layout .projects-list.column-album-tablet-6[data-columns]::before{content:'6 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-album-tablet-6 .salvattore-column{width:16.66666%}}@media screen and (min-width: 1200px) and (max-width: 1599px){.projects-container.masonry-layout .projects-list.column-laptop-1[data-columns]::before{content:'1 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-laptop-1 .salvattore-column{width:100%}.projects-container.masonry-layout .projects-list.column-laptop-2[data-columns]::before{content:'2 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-laptop-2 .salvattore-column{width:50%}.projects-container.masonry-layout .projects-list.column-laptop-3[data-columns]::before{content:'3 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-laptop-3 .salvattore-column{width:33.33333%}.projects-container.masonry-layout .projects-list.column-laptop-4[data-columns]::before{content:'4 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-laptop-4 .salvattore-column{width:25%}.projects-container.masonry-layout .projects-list.column-laptop-5[data-columns]::before{content:'5 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-laptop-5 .salvattore-column{width:20%}.projects-container.masonry-layout .projects-list.column-laptop-6[data-columns]::before{content:'6 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-laptop-6 .salvattore-column{width:16.66666%}}@media (min-width: 1600px){.projects-container.masonry-layout .projects-list.column-desktop-1[data-columns]::before{content:'1 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-desktop-1 .salvattore-column{width:100%}.projects-container.masonry-layout .projects-list.column-desktop-2[data-columns]::before{content:'2 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-desktop-2 .salvattore-column{width:50%}.projects-container.masonry-layout .projects-list.column-desktop-3[data-columns]::before{content:'3 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-desktop-3 .salvattore-column{width:33.33333%}.projects-container.masonry-layout .projects-list.column-desktop-4[data-columns]::before{content:'4 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-desktop-4 .salvattore-column{width:25%}.projects-container.masonry-layout .projects-list.column-desktop-5[data-columns]::before{content:'5 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-desktop-5 .salvattore-column{width:20%}.projects-container.masonry-layout .projects-list.column-desktop-6[data-columns]::before{content:'6 .salvattore-column'}.projects-container.masonry-layout .projects-list.column-desktop-6 .salvattore-column{width:16.66666%}}.projects-container.justified-layout .projects-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.projects-container.justified-layout .projects-item{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;height:auto}.projects-container.cascading-grid-layout .projects-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.projects-container.cascading-grid-layout .projects-item{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;height:auto}.projects-container.list-layout .projects-list .projects-item{margin-bottom:20px}.projects-container.list-layout .inner-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.projects-container.list-layout .project-media{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;min-width:30%;margin-right:20px}.projects-container.list-layout .project-content{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;min-width:70%}.cherry-animation-container.loading-animation-fade .cherry-animation-list .cherry-animation-item .inner-wrapper{opacity:1;filter:alpha(opacity=100);-webkit-transition:all 0.8s ease;transition:all 0.8s ease}.cherry-animation-container.loading-animation-fade .cherry-animation-list .cherry-animation-item.animate-cycle-show .inner-wrapper{opacity:0;filter:alpha(opacity=0)}.cherry-animation-container.loading-animation-fade .cherry-animation-list .cherry-animation-item.animate-cycle-hide .inner-wrapper{opacity:0;filter:alpha(opacity=0);-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px);-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.cherry-animation-container.loading-animation-scale .cherry-animation-list .cherry-animation-item{-webkit-perspective:1000px;perspective:1000px;-webkit-perspective-origin:50% 50%;perspective-origin:50% 50%}.cherry-animation-container.loading-animation-scale .cherry-animation-list .cherry-animation-item .inner-wrapper{opacity:1;filter:alpha(opacity=100);transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-o-transform-style:preserve-3d;-webkit-transform-origin:50% 0%;-ms-transform-origin:50% 0%;transform-origin:50% 0%;-webkit-transform:translateZ(0px) translateY(0px) rotateX(0deg);-ms-transform:translateZ(0px) translateY(0px) rotateX(0deg);transform:translateZ(0px) translateY(0px) rotateX(0deg);-webkit-transition:all 0.7s cubic-bezier(0.29, 0.65, 0.64, 0.97);transition:all 0.7s cubic-bezier(0.29, 0.65, 0.64, 0.97)}.cherry-animation-container.loading-animation-scale .cherry-animation-list .cherry-animation-item.animate-cycle-show .inner-wrapper{opacity:0;filter:alpha(opacity=0);-webkit-transform:translateZ(-1500px) translateY(50px) rotateX(90deg);-ms-transform:translateZ(-1500px) translateY(50px) rotateX(90deg);transform:translateZ(-1500px) translateY(50px) rotateX(90deg)}.cherry-animation-container.loading-animation-scale .cherry-animation-list .cherry-animation-item.animate-cycle-hide .inner-wrapper{opacity:0;filter:alpha(opacity=0);-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px);-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.cherry-animation-container.loading-animation-move-up .cherry-animation-list .cherry-animation-item{-webkit-perspective:500px;perspective:500px;-webkit-perspective-origin:50% 50%;perspective-origin:50% 50%}.cherry-animation-container.loading-animation-move-up .cherry-animation-list .cherry-animation-item .inner-wrapper{opacity:1;filter:alpha(opacity=100);transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-o-transform-style:preserve-3d;-webkit-transform-origin:50% 0%;-ms-transform-origin:50% 0%;transform-origin:50% 0%;-webkit-transform:translateY(0px) translateZ(0) rotateX(0deg);-ms-transform:translateY(0px) translateZ(0) rotateX(0deg);transform:translateY(0px) translateZ(0) rotateX(0deg);-webkit-transition:all 0.8s cubic-bezier(0.29, 0.65, 0.64, 0.97);transition:all 0.8s cubic-bezier(0.29, 0.65, 0.64, 0.97)}.cherry-animation-container.loading-animation-move-up .cherry-animation-list .cherry-animation-item.animate-cycle-show .inner-wrapper{opacity:0;filter:alpha(opacity=0);-webkit-transform:translateY(80px) translateZ(-100px) rotateX(5deg);-ms-transform:translateY(80px) translateZ(-100px) rotateX(5deg);transform:translateY(80px) translateZ(-100px) rotateX(5deg)}.cherry-animation-container.loading-animation-move-up .cherry-animation-list .cherry-animation-item.animate-cycle-hide .inner-wrapper{opacity:0;filter:alpha(opacity=0);-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px);-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.cherry-animation-container.loading-animation-flip .cherry-animation-list{-webkit-perspective:1500px;perspective:1500px;-webkit-perspective-origin:50% 50%;perspective-origin:50% 50%}.cherry-animation-container.loading-animation-flip .cherry-animation-list .cherry-animation-item .inner-wrapper{transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-o-transform-style:preserve-3d;-webkit-transform-origin:50% 0%;-ms-transform-origin:50% 0%;transform-origin:50% 0%;opacity:1;filter:alpha(opacity=100);-webkit-transform:translateY(0px) rotateX(0deg);-ms-transform:translateY(0px) rotateX(0deg);transform:translateY(0px) rotateX(0deg);-webkit-transition:all 0.8s cubic-bezier(0.31, 0.78, 0.39, 0.93);transition:all 0.8s cubic-bezier(0.31, 0.78, 0.39, 0.93)}.cherry-animation-container.loading-animation-flip .cherry-animation-list .cherry-animation-item.animate-cycle-show .inner-wrapper{opacity:0;filter:alpha(opacity=0);-webkit-transform:translateY(-50px) rotateX(80deg);-ms-transform:translateY(-50px) rotateX(80deg);transform:translateY(-50px) rotateX(80deg)}.cherry-animation-container.loading-animation-flip .cherry-animation-list .cherry-animation-item.animate-cycle-hide .inner-wrapper{opacity:0;filter:alpha(opacity=0);-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px);-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.cherry-animation-container.loading-animation-helix .cherry-animation-list{-webkit-perspective:1000px;perspective:1000px;-webkit-perspective-origin:50% 50%;perspective-origin:50% 50%}.cherry-animation-container.loading-animation-helix .cherry-animation-list .cherry-animation-item .inner-wrapper{transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-o-transform-style:preserve-3d;-webkit-transform:translateZ(0px) translateY(0px) rotateY(0deg);-ms-transform:translateZ(0px) translateY(0px) rotateY(0deg);transform:translateZ(0px) translateY(0px) rotateY(0deg);opacity:1;filter:alpha(opacity=100);-webkit-transition:all 0.8s cubic-bezier(0.29, 0.65, 0.64, 0.97);transition:all 0.8s cubic-bezier(0.29, 0.65, 0.64, 0.97)}.cherry-animation-container.loading-animation-helix .cherry-animation-list .cherry-animation-item.animate-cycle-show .inner-wrapper{-webkit-transform:translateZ(-1000px) translateY(-50px) rotateY(-240deg);-ms-transform:translateZ(-1000px) translateY(-50px) rotateY(-240deg);transform:translateZ(-1000px) translateY(-50px) rotateY(-240deg);opacity:0;filter:alpha(opacity=0)}.cherry-animation-container.loading-animation-helix .cherry-animation-list .cherry-animation-item.animate-cycle-hide .inner-wrapper{opacity:0;filter:alpha(opacity=0);-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px);-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.cherry-animation-container.loading-animation-fall-perspective .cherry-animation-list{-webkit-perspective:1000px;perspective:1000px;-webkit-perspective-origin:50% 50%;perspective-origin:50% 50%}.cherry-animation-container.loading-animation-fall-perspective .cherry-animation-list .cherry-animation-item .inner-wrapper{transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-o-transform-style:preserve-3d;-webkit-transform:translateZ(0px) translateY(0px) rotateX(0deg);-ms-transform:translateZ(0px) translateY(0px) rotateX(0deg);transform:translateZ(0px) translateY(0px) rotateX(0deg);opacity:1;filter:alpha(opacity=100);-webkit-transition:all 0.8s cubic-bezier(0.29, 0.65, 0.64, 0.97);transition:all 0.8s cubic-bezier(0.29, 0.65, 0.64, 0.97)}.cherry-animation-container.loading-animation-fall-perspective .cherry-animation-list .cherry-animation-item.animate-cycle-show .inner-wrapper{-webkit-transform:translateZ(400px) translateY(300px) rotateX(-65deg);-ms-transform:translateZ(400px) translateY(300px) rotateX(-65deg);transform:translateZ(400px) translateY(300px) rotateX(-65deg);opacity:0;filter:alpha(opacity=0)}.cherry-animation-container.loading-animation-fall-perspective .cherry-animation-list .cherry-animation-item.animate-cycle-hide .inner-wrapper{opacity:0;filter:alpha(opacity=0);-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px);-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.cherry-projects-single__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.cherry-projects-single__media{-webkit-box-flex:0;-webkit-flex:0 1 60%;-ms-flex:0 1 60%;flex:0 1 60%;margin-right:20px}.cherry-projects-single__content{-webkit-box-flex:0;-webkit-flex:0 1 40%;-ms-flex:0 1 40%;flex:0 1 40%}.cherry-projects-single-meta{margin:10px 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.cherry-projects-single-post{color:#23282d}.cherry-projects-single-post .featured-image img{width:100%;height:auto}.cherry-projects-single-post .post-terms{margin:10px 0}.cherry-projects-single-post .cherry-projects-meta{margin:10px 0}.cherry-projects-single-post .featured-image a,.cherry-projects-single-post .additional-image a{display:block;position:relative}.cherry-projects-single-post .featured-image a img,.cherry-projects-single-post .additional-image a img{width:100%}.cherry-projects-single-post .featured-image a .cover,.cherry-projects-single-post .additional-image a .cover{position:absolute;width:100%;height:100%;display:block;background-color:rgba(41,143,252,0.5);opacity:0;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.cherry-projects-single-post .featured-image a:hover .cover,.cherry-projects-single-post .additional-image a:hover .cover{opacity:1}.cherry-projects-additional-image-list{margin-bottom:20px}.cherry-projects-additional-image-list .additional-image-list{list-style:none;margin:0;padding:0}.cherry-projects-additional-image-list .additional-image-list.grid-layout{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.cherry-projects-additional-image-list .additional-image-list.grid-layout .image-item{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.cherry-projects-additional-image-list .additional-image-list.masonry-layout .image-item{display:inline-block}.cherry-projects-single-details-list{margin-bottom:20px}.cherry-projects-single-details-list .cherry-projects-details-list-title{margin-bottom:10px}.cherry-projects-single-details-list ul{list-style:none;margin:0;padding:0}.cherry-projects-single-details-list ul li{color:#96989a;margin-bottom:5px}.cherry-projects-single-details-list ul li span{margin-right:5px;color:#23282d}.cherry-projects-single-details-list ul li:last-child{margin-bottom:0}.cherry-projects-single-skills-list{margin-bottom:20px}.cherry-projects-single-skills-list ul{list-style:none;margin:0;padding:0}.cherry-projects-single-skills-list .cherry-skill-item{margin-bottom:10px}.cherry-projects-single-skills-list .cherry-skill-item .skill-label{margin-bottom:5px}.cherry-projects-single-skills-list .cherry-skill-item .skill-bar{width:100%;height:20px;background-color:#f1f1f1}.cherry-projects-single-skills-list .cherry-skill-item .skill-bar span{height:20px;display:inline-block;background-color:#48c569;position:relative}.cherry-projects-single-skills-list .cherry-skill-item .skill-bar span em{font-size:12px;line-height:20px;float:right}.cherry-projects-single-skills-list .cherry-skill-item:last-child{margin-bottom:10px}.cherry-projects-slider__instance{margin-bottom:20px}.cherry-projects-slider__instance .slider-pro{background-color:#23282d}.cherry-projects-slider__instance .slider-pro .sp-arrows .sp-arrow:before{background-color:#298ffc}.cherry-projects-slider__instance .slider-pro .sp-arrows .sp-arrow:after{background-color:#298ffc}.cherry-projects-slider__instance .slider-pro .sp-full-screen-button:before{color:#298ffc}.cherry-projects-slider__instance .slider-pro .sp-thumbnails-container{background-color:rgba(73,81,89,0.5)}.cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .sp-thumbnail-container .sp-thumbnail:hover{border:3px solid #fffffc}.cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .sp-selected-thumbnail .sp-thumbnail{border:3px solid #298ffc}.cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-bottom-thumbnails{position:absolute;bottom:0;padding:5px 0}.cherry-projects-video-list{width:100%}.cherry-projects-terms-wrapper{color:#23282d;position:relative}.projects-terms-container{position:relative}.projects-terms-container.grid-layout .projects-terms-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.projects-terms-container.grid-layout .projects-terms-list .projects-terms-item{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.projects-terms-container.masonry-layout .projects-terms-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}@media screen and (min-width: 1px) and (max-width: 599px){.projects-terms-container.masonry-layout .projects-terms-list.column-mobile-1[data-columns]::before{content:'1 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-mobile-1 .salvattore-column{width:100%}.projects-terms-container.masonry-layout .projects-terms-list.column-mobile-2[data-columns]::before{content:'2 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-mobile-2 .salvattore-column{width:50%}.projects-terms-container.masonry-layout .projects-terms-list.column-mobile-3[data-columns]::before{content:'3 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-mobile-3 .salvattore-column{width:33.33333%}.projects-terms-container.masonry-layout .projects-terms-list.column-mobile-4[data-columns]::before{content:'4 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-mobile-4 .salvattore-column{width:25%}.projects-terms-container.masonry-layout .projects-terms-list.column-mobile-5[data-columns]::before{content:'5 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-mobile-5 .salvattore-column{width:20%}.projects-terms-container.masonry-layout .projects-terms-list.column-mobile-6[data-columns]::before{content:'6 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-mobile-6 .salvattore-column{width:16.66666%}}@media screen and (min-width: 600px) and (max-width: 899px){.projects-terms-container.masonry-layout .projects-terms-list.column-portrait-tablet-1[data-columns]::before{content:'1 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-portrait-tablet-1 .salvattore-column{width:100%}.projects-terms-container.masonry-layout .projects-terms-list.column-portrait-tablet-2[data-columns]::before{content:'2 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-portrait-tablet-2 .salvattore-column{width:50%}.projects-terms-container.masonry-layout .projects-terms-list.column-portrait-tablet-3[data-columns]::before{content:'3 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-portrait-tablet-3 .salvattore-column{width:33.33333%}.projects-terms-container.masonry-layout .projects-terms-list.column-portrait-tablet-4[data-columns]::before{content:'4 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-portrait-tablet-4 .salvattore-column{width:25%}.projects-terms-container.masonry-layout .projects-terms-list.column-portrait-tablet-5[data-columns]::before{content:'5 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-portrait-tablet-5 .salvattore-column{width:20%}.projects-terms-container.masonry-layout .projects-terms-list.column-portrait-tablet-6[data-columns]::before{content:'6 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-portrait-tablet-6 .salvattore-column{width:16.66666%}}@media screen and (min-width: 900px) and (max-width: 1199px){.projects-terms-container.masonry-layout .projects-terms-list.column-album-tablet-1[data-columns]::before{content:'1 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-album-tablet-1 .salvattore-column{width:100%}.projects-terms-container.masonry-layout .projects-terms-list.column-album-tablet-2[data-columns]::before{content:'2 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-album-tablet-2 .salvattore-column{width:50%}.projects-terms-container.masonry-layout .projects-terms-list.column-album-tablet-3[data-columns]::before{content:'3 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-album-tablet-3 .salvattore-column{width:33.33333%}.projects-terms-container.masonry-layout .projects-terms-list.column-album-tablet-4[data-columns]::before{content:'4 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-album-tablet-4 .salvattore-column{width:25%}.projects-terms-container.masonry-layout .projects-terms-list.column-album-tablet-5[data-columns]::before{content:'5 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-album-tablet-5 .salvattore-column{width:20%}.projects-terms-container.masonry-layout .projects-terms-list.column-album-tablet-6[data-columns]::before{content:'6 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-album-tablet-6 .salvattore-column{width:16.66666%}}@media screen and (min-width: 1200px) and (max-width: 1599px){.projects-terms-container.masonry-layout .projects-terms-list.column-laptop-1[data-columns]::before{content:'1 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-laptop-1 .salvattore-column{width:100%}.projects-terms-container.masonry-layout .projects-terms-list.column-laptop-2[data-columns]::before{content:'2 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-laptop-2 .salvattore-column{width:50%}.projects-terms-container.masonry-layout .projects-terms-list.column-laptop-3[data-columns]::before{content:'3 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-laptop-3 .salvattore-column{width:33.33333%}.projects-terms-container.masonry-layout .projects-terms-list.column-laptop-4[data-columns]::before{content:'4 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-laptop-4 .salvattore-column{width:25%}.projects-terms-container.masonry-layout .projects-terms-list.column-laptop-5[data-columns]::before{content:'5 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-laptop-5 .salvattore-column{width:20%}.projects-terms-container.masonry-layout .projects-terms-list.column-laptop-6[data-columns]::before{content:'6 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-laptop-6 .salvattore-column{width:16.66666%}}@media (min-width: 1600px){.projects-terms-container.masonry-layout .projects-terms-list.column-desktop-1[data-columns]::before{content:'1 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-desktop-1 .salvattore-column{width:100%}.projects-terms-container.masonry-layout .projects-terms-list.column-desktop-2[data-columns]::before{content:'2 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-desktop-2 .salvattore-column{width:50%}.projects-terms-container.masonry-layout .projects-terms-list.column-desktop-3[data-columns]::before{content:'3 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-desktop-3 .salvattore-column{width:33.33333%}.projects-terms-container.masonry-layout .projects-terms-list.column-desktop-4[data-columns]::before{content:'4 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-desktop-4 .salvattore-column{width:25%}.projects-terms-container.masonry-layout .projects-terms-list.column-desktop-5[data-columns]::before{content:'5 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-desktop-5 .salvattore-column{width:20%}.projects-terms-container.masonry-layout .projects-terms-list.column-desktop-6[data-columns]::before{content:'6 .salvattore-column'}.projects-terms-container.masonry-layout .projects-terms-list.column-desktop-6 .salvattore-column{width:16.66666%}}.projects-terms-container.list-layout .projects-terms-list .projects-terms-item{margin-bottom:20px}.projects-terms-container.list-layout .inner-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.projects-terms-container.list-layout .project-terms-media{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;min-width:30%;margin-right:20px}.projects-terms-container.list-layout .project-terms-content{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;min-width:70%}.projects-terms-container.cascading-grid-layout .projects-terms-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.projects-terms-container.cascading-grid-layout .projects-terms-list .projects-terms-item{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;height:auto}.projects-terms-container .term-permalink span:before{content:"\f103"}.projects-terms-list{position:relative}.cherry-projects-wrapper{color:#23282d;position:relative}.cherry-projects-wrapper .projects-container{position:relative;z-index:8}.cherry-projects-wrapper .projects-list{position:relative;min-height:100px}.projects-item-instance .inner-wrapper{position:relative}.projects-item-instance .featured-image{width:100%;line-height:0}.projects-item-instance .featured-image img{width:100%;height:auto}.projects-item-instance .project-media,.projects-item-instance .project-terms-media{position:relative}.projects-item-instance .project-meta{margin:15px 0}.projects-item-instance .project-content,.projects-item-instance .project-terms-media{position:relative}.projects-item-instance .simple-icon{display:inline-block;width:30px;height:30px;background-color:#298ffc;color:#f1f1f1;margin:5px;border-radius:30px}.projects-item-instance .simple-icon span{margin:5px}.projects-item-instance .simple-icon:hover{background-color:#206ff4}.projects-item-instance .simple-button{display:inline-block;padding:10px;background-color:#298ffc;color:#f1f1f1}.projects-item-instance .hover-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:absolute;overflow:hidden;top:0;left:0;width:100%;height:100%;padding:15px;background-color:rgba(35,40,45,0.6);-webkit-transition:all 0.4s ease-out;transition:all 0.4s ease-out}.projects-item-instance .hover-content.row-format{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.projects-item-instance .hover-content>*{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.projects-item-instance.simple-fade-hover .hover-content{opacity:0;-webkit-transition:all 0.4s ease-out;transition:all 0.4s ease-out}.projects-item-instance.simple-fade-hover .hover-content>*{opacity:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.projects-item-instance.simple-fade-hover .hover-content:hover{opacity:1}.projects-item-instance.simple-fade-hover .hover-content:hover>*{opacity:1;-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.projects-item-instance.simple-fade-hover .hover-content:hover>*:nth-child(1){-webkit-transition-delay:0.1s;transition-delay:0.1s}.projects-item-instance.simple-fade-hover .hover-content:hover>*:nth-child(2){-webkit-transition-delay:0.2s;transition-delay:0.2s}.projects-item-instance.simple-fade-hover .hover-content:hover>*:nth-child(3){-webkit-transition-delay:0.3s;transition-delay:0.3s}.projects-item-instance.simple-fade-hover .hover-content:hover>*:nth-child(4){-webkit-transition-delay:0.4s;transition-delay:0.4s}.projects-item-instance.simple-fade-hover .hover-content:hover>*:nth-child(5){-webkit-transition-delay:0.5s;transition-delay:0.5s}.projects-item-instance.simple-fade-hover .hover-content:hover>*:nth-child(6){-webkit-transition-delay:0.6s;transition-delay:0.6s}.projects-item-instance.simple-fade-hover .hover-content:hover>*:nth-child(7){-webkit-transition-delay:0.7s;transition-delay:0.7s}.projects-item-instance.simple-fade-hover .hover-content:hover>*:nth-child(8){-webkit-transition-delay:0.8s;transition-delay:0.8s}.projects-item-instance.simple-fade-hover .hover-content:hover>*:nth-child(9){-webkit-transition-delay:0.9s;transition-delay:0.9s}.projects-item-instance.simple-fade-hover .hover-content:hover>*:nth-child(10){-webkit-transition-delay:1s;transition-delay:1s}.projects-item-instance.simple-fade-hover .hover-content:hover>*:nth-child(11){-webkit-transition-delay:1.1s;transition-delay:1.1s}.projects-item-instance.simple-fade-hover .hover-content:hover>*:nth-child(12){-webkit-transition-delay:1.2s;transition-delay:1.2s}.projects-item-instance.simple-fade-hover .hover-content:hover>*:nth-child(13){-webkit-transition-delay:1.3s;transition-delay:1.3s}.projects-item-instance.simple-fade-hover .hover-content:hover>*:nth-child(14){-webkit-transition-delay:1.4s;transition-delay:1.4s}.projects-item-instance.simple-fade-hover .hover-content:hover>*:nth-child(15){-webkit-transition-delay:1.5s;transition-delay:1.5s}.projects-item-instance.simple-fade-hover .hover-content:hover>*:nth-child(16){-webkit-transition-delay:1.6s;transition-delay:1.6s}.projects-item-instance.simple-fade-hover .hover-content:hover>*:nth-child(17){-webkit-transition-delay:1.7s;transition-delay:1.7s}.projects-item-instance.simple-fade-hover .hover-content:hover>*:nth-child(18){-webkit-transition-delay:1.8s;transition-delay:1.8s}.projects-item-instance.simple-fade-hover .hover-content:hover>*:nth-child(19){-webkit-transition-delay:1.9s;transition-delay:1.9s}.projects-item-instance.simple-fade-hover .hover-content:hover>*:nth-child(20){-webkit-transition-delay:2s;transition-delay:2s}.projects-item-instance.simple-scale-hover .hover-content{opacity:0;-webkit-transition:all 0.4s ease-out;transition:all 0.4s ease-out}.projects-item-instance.simple-scale-hover .hover-content>*{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all 0.4s ease-out;transition:all 0.4s ease-out}.projects-item-instance.simple-scale-hover .hover-content:hover{opacity:1}.projects-item-instance.simple-scale-hover .hover-content:hover>*{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.projects-item-instance.simple-scale-hover .hover-content:hover>*:nth-child(1){-webkit-transition-delay:0.1s;transition-delay:0.1s}.projects-item-instance.simple-scale-hover .hover-content:hover>*:nth-child(2){-webkit-transition-delay:0.2s;transition-delay:0.2s}.projects-item-instance.simple-scale-hover .hover-content:hover>*:nth-child(3){-webkit-transition-delay:0.3s;transition-delay:0.3s}.projects-item-instance.simple-scale-hover .hover-content:hover>*:nth-child(4){-webkit-transition-delay:0.4s;transition-delay:0.4s}.projects-item-instance.simple-scale-hover .hover-content:hover>*:nth-child(5){-webkit-transition-delay:0.5s;transition-delay:0.5s}.projects-item-instance.simple-scale-hover .hover-content:hover>*:nth-child(6){-webkit-transition-delay:0.6s;transition-delay:0.6s}.projects-item-instance.simple-scale-hover .hover-content:hover>*:nth-child(7){-webkit-transition-delay:0.7s;transition-delay:0.7s}.projects-item-instance.simple-scale-hover .hover-content:hover>*:nth-child(8){-webkit-transition-delay:0.8s;transition-delay:0.8s}.projects-item-instance.simple-scale-hover .hover-content:hover>*:nth-child(9){-webkit-transition-delay:0.9s;transition-delay:0.9s}.projects-item-instance.simple-scale-hover .hover-content:hover>*:nth-child(10){-webkit-transition-delay:1s;transition-delay:1s}.projects-item-instance.simple-scale-hover .hover-content:hover>*:nth-child(11){-webkit-transition-delay:1.1s;transition-delay:1.1s}.projects-item-instance.simple-scale-hover .hover-content:hover>*:nth-child(12){-webkit-transition-delay:1.2s;transition-delay:1.2s}.projects-item-instance.simple-scale-hover .hover-content:hover>*:nth-child(13){-webkit-transition-delay:1.3s;transition-delay:1.3s}.projects-item-instance.simple-scale-hover .hover-content:hover>*:nth-child(14){-webkit-transition-delay:1.4s;transition-delay:1.4s}.projects-item-instance.simple-scale-hover .hover-content:hover>*:nth-child(15){-webkit-transition-delay:1.5s;transition-delay:1.5s}.projects-item-instance.simple-scale-hover .hover-content:hover>*:nth-child(16){-webkit-transition-delay:1.6s;transition-delay:1.6s}.projects-item-instance.simple-scale-hover .hover-content:hover>*:nth-child(17){-webkit-transition-delay:1.7s;transition-delay:1.7s}.projects-item-instance.simple-scale-hover .hover-content:hover>*:nth-child(18){-webkit-transition-delay:1.8s;transition-delay:1.8s}.projects-item-instance.simple-scale-hover .hover-content:hover>*:nth-child(19){-webkit-transition-delay:1.9s;transition-delay:1.9s}.projects-item-instance.simple-scale-hover .hover-content:hover>*:nth-child(20){-webkit-transition-delay:2s;transition-delay:2s}.projects-end-line-spinner{width:100%}.projects-end-line-spinner .cherry-spinner{width:70px;height:70px;left:50%;margin-left:-35px;display:none;position:relative}.projects-ajax-button-wrapper{text-align:center}.projects-ajax-button-wrapper .projects-ajax-button{display:inline-block}.projects-ajax-button-wrapper .projects-ajax-button span{color:#fff;padding:10px 20px;background:#298ffc;display:block;cursor:pointer}.projects-ajax-button-wrapper .projects-ajax-button:hover span{background:#495159}.projects-ajax-button-wrapper .projects-ajax-button.disabled{opacity:.3;filter:alpha(opacity=30)}.projects-ajax-button-wrapper .projects-ajax-button.disabled span{background:#495159}.cherry-projects-ajax-loader{position:absolute;top:0;left:0;width:100%;height:100%;display:none;z-index:999;pointer-events:none;background-color:rgba(0,0,0,0.3)}.cherry-projects-ajax-loader .cherry-spinner{width:90px;height:90px;left:50%;top:50%;margin-left:-45px;margin-top:-45px;display:block;position:relative}.cherry-spinner-double-bounce.cherry-spinner{position:relative}.cherry-spinner-double-bounce .cherry-double-bounce1,.cherry-spinner-double-bounce .cherry-double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#298ffc;opacity:0.6;position:absolute;top:0;left:0;-webkit-animation:cherry-doubleBounce 2s infinite ease-in-out;animation:cherry-doubleBounce 2s infinite ease-in-out}.cherry-spinner-double-bounce .cherry-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes cherry-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes cherry-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.mfp-zoom-in .mfp-with-anim{opacity:0;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8)}.mfp-zoom-in.mfp-bg{opacity:0;-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.mfp-zoom-in.mfp-ready .mfp-with-anim{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mfp-zoom-in.mfp-ready.mfp-bg{opacity:0.8}.mfp-zoom-in.mfp-removing .mfp-with-anim{-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);opacity:0}.mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}