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;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
margin: .67em 0;
font-size: 2em;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
vertical-align: baseline;
font-size: 75%;
line-height: 0;
}
sup {
top: -.5em;
}
sub {
bottom: -.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-size: 1em;
font-family: monospace, monospace;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
color: inherit;
font: inherit;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
margin: 0 2px;
padding: .35em .625em .75em;
border: 1px solid #c0c0c0;
}
legend {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
td,
th {
padding: 0;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
}
input[type="search"] {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}
.container {
margin-left: auto;
margin-right: auto;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
}
@media (min-width: 544px) {
.container {
max-width: 576px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 940px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1200px;
}
}
.container-fluid {
margin-left: auto;
margin-right: auto;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
}
.row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -0.9375rem;
margin-right: -0.9375rem;
}
.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, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
position: relative;
min-height: 1px;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
width: 100%;
}
.col-xs-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.33333%;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-xs-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.66667%;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-xs-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xs-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333%;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-xs-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.66667%;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-xs-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xs-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.33333%;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-xs-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.66667%;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-xs-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xs-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.33333%;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-xs-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.66667%;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-xs-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-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: 544px) {
.col-sm-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.33333%;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-sm-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.66667%;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-sm-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333%;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-sm-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.66667%;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-sm-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.33333%;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-sm-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.66667%;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-sm-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.33333%;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-sm-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.66667%;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-sm-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-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: 768px) {
.col-md-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.33333%;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-md-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.66667%;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-md-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333%;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-md-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.66667%;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-md-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.33333%;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-md-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.66667%;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-md-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.33333%;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-md-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.66667%;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-md-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-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: 992px) {
.col-lg-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.33333%;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-lg-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.66667%;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-lg-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333%;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-lg-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.66667%;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-lg-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.33333%;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-lg-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.66667%;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-lg-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.33333%;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-lg-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.66667%;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-lg-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-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: 1200px) {
.col-xl-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.33333%;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-xl-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.66667%;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-xl-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333%;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-xl-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.66667%;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-xl-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.33333%;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-xl-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.66667%;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-xl-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.33333%;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-xl-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.66667%;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-xl-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-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%;
}
}
@media (min-width: 1920px) {
.col-xxl-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.33333%;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-xxl-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.66667%;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-xxl-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xxl-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333%;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-xxl-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.66667%;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-xxl-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xxl-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.33333%;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-xxl-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.66667%;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-xxl-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xxl-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.33333%;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-xxl-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.66667%;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-xxl-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.col-xxl-pull-0 {
right: auto;
}
.col-xxl-pull-1 {
right: 8.33333%;
}
.col-xxl-pull-2 {
right: 16.66667%;
}
.col-xxl-pull-3 {
right: 25%;
}
.col-xxl-pull-4 {
right: 33.33333%;
}
.col-xxl-pull-5 {
right: 41.66667%;
}
.col-xxl-pull-6 {
right: 50%;
}
.col-xxl-pull-7 {
right: 58.33333%;
}
.col-xxl-pull-8 {
right: 66.66667%;
}
.col-xxl-pull-9 {
right: 75%;
}
.col-xxl-pull-10 {
right: 83.33333%;
}
.col-xxl-pull-11 {
right: 91.66667%;
}
.col-xxl-pull-12 {
right: 100%;
}
.col-xxl-push-0 {
left: auto;
}
.col-xxl-push-1 {
left: 8.33333%;
}
.col-xxl-push-2 {
left: 16.66667%;
}
.col-xxl-push-3 {
left: 25%;
}
.col-xxl-push-4 {
left: 33.33333%;
}
.col-xxl-push-5 {
left: 41.66667%;
}
.col-xxl-push-6 {
left: 50%;
}
.col-xxl-push-7 {
left: 58.33333%;
}
.col-xxl-push-8 {
left: 66.66667%;
}
.col-xxl-push-9 {
left: 75%;
}
.col-xxl-push-10 {
left: 83.33333%;
}
.col-xxl-push-11 {
left: 91.66667%;
}
.col-xxl-push-12 {
left: 100%;
}
.col-xxl-offset-0 {
margin-left: 0%;
}
.col-xxl-offset-1 {
margin-left: 8.33333%;
}
.col-xxl-offset-2 {
margin-left: 16.66667%;
}
.col-xxl-offset-3 {
margin-left: 25%;
}
.col-xxl-offset-4 {
margin-left: 33.33333%;
}
.col-xxl-offset-5 {
margin-left: 41.66667%;
}
.col-xxl-offset-6 {
margin-left: 50%;
}
.col-xxl-offset-7 {
margin-left: 58.33333%;
}
.col-xxl-offset-8 {
margin-left: 66.66667%;
}
.col-xxl-offset-9 {
margin-left: 75%;
}
.col-xxl-offset-10 {
margin-left: 83.33333%;
}
.col-xxl-offset-11 {
margin-left: 91.66667%;
}
.col-xxl-offset-12 {
margin-left: 100%;
}
}
.col-xs-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.col-xs-last {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
@media (min-width: 544px) {
.col-sm-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.col-sm-last {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}
@media (min-width: 768px) {
.col-md-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.col-md-last {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}
@media (min-width: 992px) {
.col-lg-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.col-lg-last {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}
@media (min-width: 1200px) {
.col-xl-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.col-xl-last {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}
@media (min-width: 1920px) {
.col-xxl-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.col-xxl-last {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}
.row-xs-top {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.row-xs-center {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.row-xs-bottom {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
@media (min-width: 544px) {
.row-sm-top {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.row-sm-center {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.row-sm-bottom {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
}
@media (min-width: 768px) {
.row-md-top {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.row-md-center {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.row-md-bottom {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
}
@media (min-width: 992px) {
.row-lg-top {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.row-lg-center {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.row-lg-bottom {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
}
@media (min-width: 1200px) {
.row-xl-top {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.row-xl-center {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.row-xl-bottom {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
}
@media (min-width: 1920px) {
.row-xxl-top {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.row-xxl-center {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.row-xxl-bottom {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
}
.row-xs-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
@media (min-width: 544px) {
.row-sm-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
}
@media (min-width: 768px) {
.row-md-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
}
@media (min-width: 992px) {
.row-lg-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
}
@media (min-width: 1200px) {
.row-xl-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
}
@media (min-width: 1920px) {
.row-xxl-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
}
.row-xs-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
@media (min-width: 544px) {
.row-sm-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
}
@media (min-width: 768px) {
.row-md-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
}
@media (min-width: 992px) {
.row-lg-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
}
@media (min-width: 1200px) {
.row-xl-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
}
@media (min-width: 1920px) {
.row-xxl-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
}
.col-xs-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.col-xs-center {
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.col-xs-bottom {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
@media (min-width: 544px) {
.col-sm-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.col-sm-center {
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.col-sm-bottom {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
}
@media (min-width: 768px) {
.col-md-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.col-md-center {
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.col-md-bottom {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
}
@media (min-width: 992px) {
.col-lg-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.col-lg-center {
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.col-lg-bottom {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
}
@media (min-width: 1200px) {
.col-xl-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.col-xl-center {
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.col-xl-bottom {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
}
@media (min-width: 1920px) {
.col-xxl-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.col-xxl-center {
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.col-xxl-bottom {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
}
[class*="hint--"] {
position: relative;
display: inline-block;
}
[class*="hint--"]:before, [class*="hint--"]:after {
position: absolute;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
visibility: hidden;
opacity: 0;
z-index: 1000000;
pointer-events: none;
-webkit-transition: 0.3s ease;
transition: 0.3s ease;
-webkit-transition-delay: 0ms;
transition-delay: 0ms;
}
[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
visibility: visible;
opacity: 1;
}
[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
-webkit-transition-delay: 100ms;
transition-delay: 100ms;
}
[class*="hint--"]:before {
content: '';
position: absolute;
background: transparent;
border: 7px solid transparent;
z-index: 1000001;
}
[class*="hint--"]:after {
background: #000000;
color: white;
padding: 8px 10px;
font-size: 16px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 16px;
white-space: nowrap;
border-radius: 5px;
}
[class*="hint--"][aria-label]:after {
content: attr(aria-label);
}
[class*="hint--"][data-hint]:after {
content: attr(data-hint);
}
[aria-label='']:before, [aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
display: none !important;
}
.hint--top-left:before {
border-top-color: #000000;
}
.hint--top-right:before {
border-top-color: #000000;
}
.hint--top:before {
border-top-color: #000000;
}
.hint--bottom-left:before {
border-bottom-color: #000000;
}
.hint--bottom-right:before {
border-bottom-color: #000000;
}
.hint--bottom:before {
border-bottom-color: #000000;
}
.hint--left:before {
border-left-color: #000000;
}
.hint--right:before {
border-right-color: #000000;
}
.hint--top:before {
margin-bottom: -13px;
}
.hint--top:before, .hint--top:after {
bottom: 100%;
left: 50%;
}
.hint--top:before {
left: calc(50% - 7px);
}
.hint--top:after {
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.hint--top:hover:before {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
}
.hint--top:hover:after {
-webkit-transform: translateX(-50%) translateY(-8px);
-ms-transform: translateX(-50%) translateY(-8px);
transform: translateX(-50%) translateY(-8px);
}
.hint--bottom:before {
margin-top: -13px;
}
.hint--bottom:before, .hint--bottom:after {
top: 100%;
left: 50%;
}
.hint--bottom:before {
left: calc(50% - 7px);
}
.hint--bottom:after {
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.hint--bottom:hover:before {
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px);
}
.hint--bottom:hover:after {
-webkit-transform: translateX(-50%) translateY(8px);
-ms-transform: translateX(-50%) translateY(8px);
transform: translateX(-50%) translateY(8px);
}
.hint--right:before {
margin-left: -13px;
margin-bottom: -7px;
}
.hint--right:after {
margin-bottom: -16px;
}
.hint--right:before, .hint--right:after {
left: 100%;
bottom: 50%;
}
.hint--right:hover:before {
-webkit-transform: translateX(8px);
-ms-transform: translateX(8px);
transform: translateX(8px);
}
.hint--right:hover:after {
-webkit-transform: translateX(8px);
-ms-transform: translateX(8px);
transform: translateX(8px);
}
.hint--left:before {
margin-right: -13px;
margin-bottom: -7px;
}
.hint--left:after {
margin-bottom: -16px;
}
.hint--left:before, .hint--left:after {
right: 100%;
bottom: 50%;
}
.hint--left:hover:before {
-webkit-transform: translateX(-8px);
-ms-transform: translateX(-8px);
transform: translateX(-8px);
}
.hint--left:hover:after {
-webkit-transform: translateX(-8px);
-ms-transform: translateX(-8px);
transform: translateX(-8px);
}
.hint--top-left:before {
margin-bottom: -13px;
}
.hint--top-left:before, .hint--top-left:after {
bottom: 100%;
left: 50%;
}
.hint--top-left:before {
left: calc(50% - 7px);
}
.hint--top-left:after {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.hint--top-left:after {
margin-left: 14px;
}
.hint--top-left:hover:before {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
}
.hint--top-left:hover:after {
-webkit-transform: translateX(-100%) translateY(-8px);
-ms-transform: translateX(-100%) translateY(-8px);
transform: translateX(-100%) translateY(-8px);
}
.hint--top-right:before {
margin-bottom: -13px;
}
.hint--top-right:before, .hint--top-right:after {
bottom: 100%;
left: 50%;
}
.hint--top-right:before {
left: calc(50% - 7px);
}
.hint--top-right:after {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.hint--top-right:after {
margin-left: -14px;
}
.hint--top-right:hover:before {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
}
.hint--top-right:hover:after {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
}
.hint--bottom-left:before {
margin-top: -13px;
}
.hint--bottom-left:before, .hint--bottom-left:after {
top: 100%;
left: 50%;
}
.hint--bottom-left:before {
left: calc(50% - 7px);
}
.hint--bottom-left:after {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.hint--bottom-left:after {
margin-left: 14px;
}
.hint--bottom-left:hover:before {
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px);
}
.hint--bottom-left:hover:after {
-webkit-transform: translateX(-100%) translateY(8px);
-ms-transform: translateX(-100%) translateY(8px);
transform: translateX(-100%) translateY(8px);
}
.hint--bottom-right:before {
margin-top: -13px;
}
.hint--bottom-right:before, .hint--bottom-right:after {
top: 100%;
left: 50%;
}
.hint--bottom-right:before {
left: calc(50% - 7px);
}
.hint--bottom-right:after {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.hint--bottom-right:after {
margin-left: -14px;
}
.hint--bottom-right:hover:before {
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px);
}
.hint--bottom-right:hover:after {
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px);
}
.hint--small:after,
.hint--medium:after,
.hint--large:after {
white-space: normal;
line-height: 1.4em;
}
.hint--small:after {
width: 80px;
}
.hint--medium:after {
width: 150px;
}
.hint--large:after {
width: 300px;
}
[class*="hint--"] {
}
[class*="hint--"]:after {
text-shadow: 0 -1px 0px black;
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
.hint--error:after {
background-color: #b34e4d;
text-shadow: 0 -1px 0px #592726;
}
.hint--error.hint--top-left:before {
border-top-color: #b34e4d;
}
.hint--error.hint--top-right:before {
border-top-color: #b34e4d;
}
.hint--error.hint--top:before {
border-top-color: #b34e4d;
}
.hint--error.hint--bottom-left:before {
border-bottom-color: #b34e4d;
}
.hint--error.hint--bottom-right:before {
border-bottom-color: #b34e4d;
}
.hint--error.hint--bottom:before {
border-bottom-color: #b34e4d;
}
.hint--error.hint--left:before {
border-left-color: #b34e4d;
}
.hint--error.hint--right:before {
border-right-color: #b34e4d;
}
.hint--warning:after {
background-color: #c09854;
text-shadow: 0 -1px 0px #6c5328;
}
.hint--warning.hint--top-left:before {
border-top-color: #c09854;
}
.hint--warning.hint--top-right:before {
border-top-color: #c09854;
}
.hint--warning.hint--top:before {
border-top-color: #c09854;
}
.hint--warning.hint--bottom-left:before {
border-bottom-color: #c09854;
}
.hint--warning.hint--bottom-right:before {
border-bottom-color: #c09854;
}
.hint--warning.hint--bottom:before {
border-bottom-color: #c09854;
}
.hint--warning.hint--left:before {
border-left-color: #c09854;
}
.hint--warning.hint--right:before {
border-right-color: #c09854;
}
.hint--info:after {
background-color: #3986ac;
text-shadow: 0 -1px 0px #1a3c4d;
}
.hint--info.hint--top-left:before {
border-top-color: #3986ac;
}
.hint--info.hint--top-right:before {
border-top-color: #3986ac;
}
.hint--info.hint--top:before {
border-top-color: #3986ac;
}
.hint--info.hint--bottom-left:before {
border-bottom-color: #3986ac;
}
.hint--info.hint--bottom-right:before {
border-bottom-color: #3986ac;
}
.hint--info.hint--bottom:before {
border-bottom-color: #3986ac;
}
.hint--info.hint--left:before {
border-left-color: #3986ac;
}
.hint--info.hint--right:before {
border-right-color: #3986ac;
}
.hint--success:after {
background-color: #458746;
text-shadow: 0 -1px 0px #1a321a;
}
.hint--success.hint--top-left:before {
border-top-color: #458746;
}
.hint--success.hint--top-right:before {
border-top-color: #458746;
}
.hint--success.hint--top:before {
border-top-color: #458746;
}
.hint--success.hint--bottom-left:before {
border-bottom-color: #458746;
}
.hint--success.hint--bottom-right:before {
border-bottom-color: #458746;
}
.hint--success.hint--bottom:before {
border-bottom-color: #458746;
}
.hint--success.hint--left:before {
border-left-color: #458746;
}
.hint--success.hint--right:before {
border-right-color: #458746;
}
.hint--always:after, .hint--always:before {
opacity: 1;
visibility: visible;
}
.hint--always.hint--top:before {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
}
.hint--always.hint--top:after {
-webkit-transform: translateX(-50%) translateY(-8px);
-ms-transform: translateX(-50%) translateY(-8px);
transform: translateX(-50%) translateY(-8px);
}
.hint--always.hint--top-left:before {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
}
.hint--always.hint--top-left:after {
-webkit-transform: translateX(-100%) translateY(-8px);
-ms-transform: translateX(-100%) translateY(-8px);
transform: translateX(-100%) translateY(-8px);
}
.hint--always.hint--top-right:before {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
}
.hint--always.hint--top-right:after {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
}
.hint--always.hint--bottom:before {
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px);
}
.hint--always.hint--bottom:after {
-webkit-transform: translateX(-50%) translateY(8px);
-ms-transform: translateX(-50%) translateY(8px);
transform: translateX(-50%) translateY(8px);
}
.hint--always.hint--bottom-left:before {
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px);
}
.hint--always.hint--bottom-left:after {
-webkit-transform: translateX(-100%) translateY(8px);
-ms-transform: translateX(-100%) translateY(8px);
transform: translateX(-100%) translateY(8px);
}
.hint--always.hint--bottom-right:before {
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px);
}
.hint--always.hint--bottom-right:after {
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px);
}
.hint--always.hint--left:before {
-webkit-transform: translateX(-8px);
-ms-transform: translateX(-8px);
transform: translateX(-8px);
}
.hint--always.hint--left:after {
-webkit-transform: translateX(-8px);
-ms-transform: translateX(-8px);
transform: translateX(-8px);
}
.hint--always.hint--right:before {
-webkit-transform: translateX(8px);
-ms-transform: translateX(8px);
transform: translateX(8px);
}
.hint--always.hint--right:after {
-webkit-transform: translateX(8px);
-ms-transform: translateX(8px);
transform: translateX(8px);
}
.hint--rounded:after {
border-radius: 4px;
}
.hint--no-animate:before, .hint--no-animate:after {
-webkit-transition-duration: 0ms;
transition-duration: 0ms;
}
.hint--bounce:before, .hint--bounce:after {
-webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.sl-button {
padding-right: 10px;
color: inherit;
}
a.liked:hover,
a.liked:active,
a.liked:focus {
color: #666666;
}
.loader,
.loader:before,
.loader:after {
background: rgba(0, 0, 0, 0.2);
-webkit-animation: load1 1s infinite ease-in-out;
animation: load1 1s infinite ease-in-out;
width: .2em;
height: .6em;
}
.loader {
text-indent: -9999em;
display: inline-block;
position: relative;
vertical-align: middle;
font-size: 1em;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -.16s;
animation-delay: -.16s;
}
.loader:before, .loader:after {
position: absolute;
top: 0;
content: '';
}
.loader:before {
left: -.375em;
-webkit-animation-delay: -.32s;
animation-delay: -.32s;
}
.loader:after {
left: .375em;
}
@-webkit-keyframes load1 {
0%,
80%,
100% {
box-shadow: 0 0 rgba(0, 0, 0, 0.2);
height: .6em;
}
40% {
box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
height: 1em;
}
}
@keyframes load1 {
0%,
80%,
100% {
box-shadow: 0 0 rgba(0, 0, 0, 0.2);
height: .6em;
}
40% {
box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
height: 1em;
}
}
.swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
float: left;
}
.swiper-container-vertical > .swiper-wrapper {
-webkit-box-orient: vertical;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-slide {
-webkit-flex-shrink: 0;
-ms-flex: 0 0 auto;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
-webkit-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-transition-property: -webkit-transform,height;
-webkit-transition-property: height,-webkit-transform;
transition-property: height,-webkit-transform;
transition-property: transform,height;
transition-property: transform,height,-webkit-transform;
}
.swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}
.swiper-wp8-horizontal {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.swiper-wp8-vertical {
-ms-touch-action: pan-x;
touch-action: pan-x;
}
.swiper-button-next, .swiper-button-prev {
position: absolute;
top: 50%;
width: 27px;
height: 44px;
margin-top: -22px;
z-index: 10;
cursor: pointer;
background-size: 27px 44px;
background-position: center;
background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
opacity: .35;
cursor: auto;
pointer-events: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
left: 10px;
right: auto;
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
right: 10px;
left: auto;
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
position: absolute;
text-align: center;
-webkit-transition: .3s;
transition: .3s;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom: 10px;
left: 0;
width: 100%;
}
.swiper-pagination-bullet {
width: 8px;
height: 8px;
display: inline-block;
border-radius: 100%;
background: #000;
opacity: .2;
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
-moz-appearance: none;
-ms-appearance: none;
-webkit-appearance: none;
appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
background: #fff;
}
.swiper-pagination-bullet-active {
opacity: 1;
background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
right: 10px;
top: 50%;
-webkit-transform: translate3d(0, -50%, 0);
-ms-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 5px 0;
display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 5px;
}
.swiper-pagination-progress {
background: rgba(0, 0, 0, 0.25);
position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
background: #007aff;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
-webkit-transform-origin: right top;
-ms-transform-origin: right top;
transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
width: 100%;
height: 4px;
left: 0;
top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
width: 4px;
height: 100%;
left: 0;
top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
background: #000;
}
.swiper-container-3d {
-webkit-perspective: 1200px;
-o-perspective: 1200px;
perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
-ms-perspective: 1200px;
}
.swiper-container-cube, .swiper-container-flip {
overflow: visible;
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
visibility: hidden;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
width: 100%;
height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
pointer-events: auto;
visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background: #000;
opacity: .6;
-webkit-filter: blur(50px);
filter: blur(50px);
z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
pointer-events: none;
-webkit-transition-property: opacity;
transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-zoom-container {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%;
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, 0.5);
border-radius: 10px;
left: 0;
top: 0;
}
.swiper-scrollbar-cursor-drag {
cursor: move;
}
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
-webkit-transform-origin: 50%;
-ms-transform-origin: 50%;
transform-origin: 50%;
-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
display: block;
content: "";
width: 100%;
height: 100%;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
background-position: 50%;
background-size: 100%;
background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes swiper-preloader-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.lg-sub-html, .lg-toolbar {
background-color: rgba(0, 0, 0, 0.45);
}
#lg-counter, .lg-outer .lg-video-cont {
vertical-align: middle;
display: inline-block;
}
@font-face {
font-family: lg;
src: url(//hoisko.fi/wp-content/themes/tm-arden/assets/custom_libs/lightgallery/fonts/lg.eot?n1z373);
src: url(//hoisko.fi/wp-content/themes/tm-arden/assets/custom_libs/lightgallery/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(//hoisko.fi/wp-content/themes/tm-arden/assets/custom_libs/lightgallery/fonts/lg.woff?n1z373) format("woff"), url(//hoisko.fi/wp-content/themes/tm-arden/assets/custom_libs/lightgallery/fonts/lg.ttf?n1z373) format("truetype"), url(//hoisko.fi/wp-content/themes/tm-arden/assets/custom_libs/lightgallery/fonts/lg.svg?n1z373#lg) format("svg");
font-weight: 400;
font-style: normal;
}
.lg-icon {
font-family: lg;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
background-color: rgba(0, 0, 0, 0.45);
border-radius: 2px;
color: #999;
cursor: pointer;
display: block;
font-size: 22px;
margin-top: -10px;
padding: 8px 10px 9px;
position: absolute;
top: 50%;
z-index: 1080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
pointer-events: none;
opacity: .5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
color: #FFF;
}
.lg-actions .lg-next {
right: 20px;
}
.lg-actions .lg-next:before {
content: "\e095";
}
.lg-actions .lg-prev {
left: 20px;
}
.lg-actions .lg-prev:after {
content: "\e094";
}
@-webkit-keyframes lg-right-end {
0%, 100% {
left: 0;
}
50% {
left: -30px;
}
}
@keyframes lg-right-end {
0%, 100% {
left: 0;
}
50% {
left: -30px;
}
}
@-webkit-keyframes lg-left-end {
0%, 100% {
left: 0;
}
50% {
left: 30px;
}
}
@keyframes lg-left-end {
0%, 100% {
left: 0;
}
50% {
left: 30px;
}
}
.lg-outer.lg-right-end .lg-object {
-webkit-animation: lg-right-end .3s;
animation: lg-right-end .3s;
position: relative;
}
.lg-outer.lg-left-end .lg-object {
-webkit-animation: lg-left-end .3s;
animation: lg-left-end .3s;
position: relative;
}
.lg-toolbar {
z-index: 1082;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.lg-toolbar .lg-icon {
color: #999;
cursor: pointer;
float: right;
font-size: 24px;
height: 47px;
line-height: 27px;
padding: 10px 0;
text-align: center;
width: 50px;
text-decoration: none !important;
outline: 0;
-webkit-transition: color .2s linear;
transition: color .2s linear;
}
.lg-toolbar .lg-icon:hover {
color: #FFF;
}
.lg-toolbar .lg-close:after {
content: "\e070";
}
.lg-toolbar .lg-download:after {
content: "\e0f2";
}
.lg-sub-html {
bottom: 0;
color: #EEE;
font-size: 16px;
left: 0;
padding: 10px 40px;
position: fixed;
right: 0;
text-align: center;
z-index: 1080;
}
.lg-sub-html h4 {
margin: 0;
font-size: 13px;
font-weight: 700;
}
.lg-sub-html p {
font-size: 12px;
margin: 5px 0 0;
}
#lg-counter {
color: #999;
font-size: 16px;
padding-left: 20px;
padding-top: 12px;
}
.lg-next, .lg-prev, .lg-toolbar {
opacity: 1;
-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
-webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-hide-items .lg-prev {
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
opacity: 0;
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
opacity: 0;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5);
opacity: 0;
-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
-webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
.lg-outer .lg-thumb-outer {
background-color: #0D0A0A;
bottom: 0;
position: absolute;
width: 100%;
z-index: 1080;
max-height: 350px;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
cursor: move;
cursor: -webkit-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.lg-outer .lg-thumb {
padding: 10px 0;
height: 100%;
margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
cursor: pointer;
float: left;
overflow: hidden;
height: 100%;
border: 2px solid #FFF;
border-radius: 4px;
margin-bottom: 5px;
}
@media (min-width: 1025px) {
.lg-outer .lg-thumb-item {
-webkit-transition: border-color .25s ease;
transition: border-color .25s ease;
}
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
width: 100%;
height: 100%;
object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
-webkit-transition: bottom .25s ease;
transition: bottom .25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
background-color: #0D0A0A;
border-radius: 2px 2px 0 0;
color: #999;
cursor: pointer;
font-size: 24px;
height: 39px;
line-height: 27px;
padding: 5px 0;
position: absolute;
right: 20px;
text-align: center;
top: -39px;
width: 50px;
}
.lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share {
color: #FFF;
}
.lg-outer .lg-toogle-thumb:after {
content: "\e1ff";
}
.lg-outer .lg-video-cont {
max-width: 1140px;
max-height: 100%;
width: 100%;
padding: 0 5px;
}
.lg-outer .lg-video {
width: 100%;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
position: relative;
}
.lg-outer .lg-video .lg-object {
display: inline-block;
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
width: 84px;
height: 59px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -42px;
margin-top: -30px;
z-index: 1080;
cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
background: url(//hoisko.fi/wp-content/themes/tm-arden/assets/custom_libs/lightgallery/img/vimeo-play.png) no-repeat;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
background: url(//hoisko.fi/wp-content/themes/tm-arden/assets/custom_libs/lightgallery/img/vimeo-play.png) 0 -58px no-repeat;
}
.lg-outer .lg-has-html5 .lg-video-play {
background: url(//hoisko.fi/wp-content/themes/tm-arden/assets/custom_libs/lightgallery/img/video-play.png) no-repeat;
height: 64px;
margin-left: -32px;
margin-top: -32px;
width: 64px;
opacity: .8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
background: url(//hoisko.fi/wp-content/themes/tm-arden/assets/custom_libs/lightgallery/img/youtube-play.png) no-repeat;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
background: url(//hoisko.fi/wp-content/themes/tm-arden/assets/custom_libs/lightgallery/img/youtube-play.png) 0 -60px no-repeat;
}
.lg-outer .lg-video-object {
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
visibility: visible;
}
.lg-progress-bar {
background-color: #333;
height: 5px;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1083;
opacity: 0;
-webkit-transition: opacity 80ms ease 0s;
transition: opacity 80ms ease 0s;
}
.lg-progress-bar .lg-progress {
background-color: #a90707;
height: 5px;
width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
opacity: 1;
}
.lg-autoplay-button:after {
content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
-webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
#lg-zoom-in:after {
content: "\e311";
}
#lg-actual-size {
font-size: 20px;
}
#lg-actual-size:after {
content: "\e033";
}
#lg-zoom-out {
opacity: .5;
pointer-events: none;
}
#lg-zoom-out:after {
content: "\e312";
}
.lg-zoomed #lg-zoom-out {
opacity: 1;
pointer-events: auto;
}
.lg-outer .lg-pager-outer {
bottom: 60px;
left: 0;
position: absolute;
right: 0;
text-align: center;
z-index: 1080;
height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
overflow: visible;
}
.lg-outer .lg-pager-cont {
cursor: pointer;
display: inline-block;
overflow: hidden;
position: relative;
vertical-align: top;
margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
box-shadow: 0 0 0 2px #fff inset;
}
.lg-outer .lg-pager-thumb-cont {
background-color: #fff;
color: #FFF;
bottom: 100%;
height: 83px;
left: 0;
margin-bottom: 20px;
margin-left: -60px;
opacity: 0;
padding: 5px;
position: absolute;
width: 120px;
border-radius: 3px;
-webkit-transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
transition: opacity .15s ease 0s,transform .15s ease 0s;
transition: opacity .15s ease 0s,transform .15s ease 0s,-webkit-transform .15s ease 0s;
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
width: 100%;
height: 100%;
}
.lg-outer .lg-pager {
background-color: rgba(255, 255, 255, 0.5);
border-radius: 50%;
box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
display: block;
height: 12px;
-webkit-transition: box-shadow .3s ease 0s;
transition: box-shadow .3s ease 0s;
width: 12px;
}
.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
box-shadow: 0 0 0 8px #fff inset;
}
.lg-outer .lg-caret {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px dashed;
bottom: -10px;
display: inline-block;
height: 0;
left: 50%;
margin-left: -5px;
position: absolute;
vertical-align: middle;
width: 0;
}
.lg-fullscreen:after {
content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
background-color: rgba(0, 0, 0, 0.25);
bottom: 0;
cursor: default;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 1081;
opacity: 0;
visibility: hidden;
-webkit-transition: visibility 0s linear .18s,opacity .18s linear 0s;
transition: visibility 0s linear .18s,opacity .18s linear 0s;
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
-webkit-transition-delay: 0s;
transition-delay: 0s;
-ms-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
visibility: visible;
}
.lg-outer .lg-dropdown {
background-color: #fff;
border-radius: 2px;
font-size: 14px;
list-style-type: none;
margin: 0;
padding: 10px 0;
position: absolute;
right: 0;
text-align: left;
top: 50px;
opacity: 0;
visibility: hidden;
-ms-transform: translate3d(0, 5px, 0);
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
-webkit-transition: -webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
-webkit-transition: visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;
transition: visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;
transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;
}
.lg-outer .lg-dropdown:after {
content: "";
display: block;
height: 0;
width: 0;
position: absolute;
border: 8px solid transparent;
border-bottom-color: #FFF;
right: 16px;
top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
color: #333;
}
.lg-outer .lg-dropdown a {
color: #333;
display: block;
white-space: pre;
padding: 4px 12px;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
display: inline-block;
line-height: 1;
margin-top: -3px;
vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
color: #333;
display: inline-block;
float: none;
font-size: 20px;
height: auto;
line-height: 1;
margin-right: 8px;
padding: 0;
vertical-align: middle;
width: auto;
}
.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
width: 100%;
height: 100%;
}
.lg-outer #lg-share {
position: relative;
}
.lg-outer #lg-share:after {
content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
content: "\e903";
}
.group:after {
content: "";
display: table;
clear: both;
}
.lg-outer {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
opacity: 0;
-webkit-transition: opacity .15s ease 0s;
transition: opacity .15s ease 0s;
}
.lg-outer * {
box-sizing: border-box;
}
.lg-outer.lg-visible {
opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
-webkit-transition-duration: inherit !important;
transition-duration: inherit !important;
-webkit-transition-timing-function: inherit !important;
transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
cursor: move;
cursor: -webkit-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}
.lg-outer .lg {
position: relative;
overflow: hidden;
margin-left: auto;
margin-right: auto;
max-width: 100%;
max-height: 100%;
}
.lg-outer .lg-inner {
position: absolute;
left: 0;
top: 0;
white-space: nowrap;
}
.lg-outer .lg-item {
background: url(//hoisko.fi/wp-content/themes/tm-arden/assets/custom_libs/lightgallery/img/loading.gif) center center no-repeat;
display: none !important;
}
.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
display: inline-block !important;
}
.lg-outer .lg-img-wrap, .lg-outer .lg-item {
display: inline-block;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
}
.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px;
}
.lg-outer .lg-img-wrap {
position: absolute;
padding: 0 5px;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.lg-outer .lg-item.lg-complete {
background-image: none;
}
.lg-outer .lg-item.lg-current {
z-index: 1060;
}
.lg-outer .lg-image {
display: inline-block;
vertical-align: middle;
max-width: 100%;
max-height: 100%;
width: auto !important;
height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
opacity: 0;
-webkit-transition: opacity .15s ease 0s;
transition: opacity .15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
opacity: 1;
}
.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
display: none;
}
.lg-backdrop {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1040;
background-color: #000;
opacity: 0;
-webkit-transition: opacity .15s ease 0s;
transition: opacity .15s ease 0s;
}
.lg-backdrop.in {
opacity: 1;
}
.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
-webkit-transition: none 0s ease 0s !important;
transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
-webkit-transition: opacity .1s ease 0s;
transition: opacity .1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
opacity: 0;
position: absolute;
left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
left: 0;
opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.page-links::after, .single-post .page-main-content .entry-author .author-social-networks::after, .portfolio-details-social::after, .comment-list .comment::after, .page-template-fullscreen-split-feature .fullscreen-wrap::after, .tm-blog .tm-grid::after, .tm-blog.style-1::after, .vc_progress_bar .vc_single_bar_title::after, .vc_tta-container .vc_tta-tabs.vc_tta-style-arden-03::after, .tm-posts-widget .post-item::after, .cart_list.product_list_widget li::after, .woocommerce.single-product #reviews #comments .commentlist .comment_container::after, .woocommerce.single-product #reviews #comments .commentlist .comment::after {
content: "";
display: table;
clear: both;
}
a {
color: royalblue;
text-decoration: none;
}
a:hover, a:focus, a:active {
color: midnightblue;
}
a:hover, a:active, a:focus {
outline: 0;
}
a[href^=tel] {
color: inherit;
text-decoration: none;
}
.link-secret {
color: currentColor;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
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"],
textarea {
width: 100%;
outline: none;
border: 0;
border-bottom: 2px solid #dec8ae;
border-radius: 0;
color: #878c9b;
background: none;
}
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,
textarea:focus {
border-color: #777777;
color: #111111;
}
select {
max-width: 100%;
width: 100%;
outline: none;
border: 0;
border-bottom: 2px solid #dec8ae;
border-radius: 0;
background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAABGdBTUEAALGPC/xhBQAAADdJREFUCB1jvHnzZsP////rGbAARkbGRkaQODZFIEl1dfUGuD6Qohs3bvwHYRAbLoHMAEmgSwIAG3IiSKCM+2YAAAAASUVORK5CYII=) no-repeat calc(100% - 5px) center;
-moz-appearance: none;
-webkit-appearance: none;
}
select:focus {
border-color: #777777;
}
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 {
padding: 3px 0;
height: 57px;
}
textarea {
display: block;
padding: 3px 0;
max-width: 100%;
width: 100%;
}
::-webkit-resizer {
width: 0;
height: 30px;
border-width: 0 0 17px 17px;
border-style: solid;
border-color: transparent transparent #dec8ae transparent;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
select:-webkit-autofill {
-webkit-transition: background-color 5000s ease-in-out 0s;
transition: background-color 5000s ease-in-out 0s;
}
::-webkit-input-placeholder {
opacity: 1;
-webkit-transition: opacity .3s !important;
transition: opacity .3s !important;
}
:-moz-placeholder {
opacity: 1;
-webkit-transition: opacity .3s !important;
transition: opacity .3s !important;
}
::-moz-placeholder {
opacity: 1;
-webkit-transition: opacity .3s !important;
transition: opacity .3s !important;
}
:-ms-input-placeholder {
opacity: 1;
-webkit-transition: opacity .3s !important;
transition: opacity .3s !important;
}
*:focus::-webkit-input-placeholder {
opacity: 0;
}
*:focus:-moz-placeholder {
opacity: 0;
}
*:focus::-moz-placeholder {
opacity: 0;
}
*:focus:-ms-input-placeholder {
opacity: 0;
}
hr {
margin-bottom: 1.5em;
height: 1px;
border: 0;
background-color: #cccccc;
}
img {
max-width: 100%;
height: auto;
vertical-align: top;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
td,
th {
border: 1px solid rgba(0, 0, 0, 0.08);
padding: 10px;
text-align: center;
vertical-align: middle;
}
th {
font-weight: 700;
color: #222222;
background: url(//hoisko.fi/wp-content/themes/tm-arden/assets/images/th_bg.png) repeat-x top left;
}
table th.empty {
visibility: hidden;
border: 0;
background: none;
}
table tr:first-child td {
background: url(//hoisko.fi/wp-content/themes/tm-arden/assets/images/box_shadow.png) repeat-x left top;
}
table tr:nth-child(2n) td {
background: rgba(0, 0, 0, 0.01);
}
body,
button,
input,
select,
textarea {
font-size: 16px;
font-family: sans-serif;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
margin-top: 0;
}
dfn,
cite,
em,
i {
font-style: italic;
}
address {
margin: 0 0 1.5em;
}
pre {
font-size: 15px;
overflow: auto;
margin-bottom: 1.6em;
padding: 1.6em;
max-width: 100%;
background: #eeeeee;
font-family: "Courier 10 Pitch", Courier, monospace;
line-height: 1.6;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}
code,
kbd,
tt,
var {
font-size: 15px;
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}
blockquote,
q {
quotes: "" "";
}
blockquote:before, blockquote:after,
q:before,
q:after {
content: "";
}
blockquote {
margin: 0;
padding: 30px 40px 30px 80px;
position: relative;
font-size: 22px;
}
blockquote:before {
position: absolute;
top: 50%;
left: 18px;
width: 36px;
height: 23px;
fill: #94d31b;
background: url(//hoisko.fi/wp-content/themes/tm-arden/assets/images/quote.png) no-repeat;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
blockquote p {
margin-bottom: 0;
}
.screen-reader-text {
position: absolute !important;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
width: 1px;
height: 1px;
}
.screen-reader-text:focus {
top: 5px;
left: 5px;
z-index: 100000;
display: block;
clip: auto !important;
padding: 15px 23px 14px;
width: auto;
height: auto;
border-radius: 3px;
background-color: #f1f1f1;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
color: #21759b;
text-decoration: none;
font-weight: bold;
font-size: 14px;
line-height: normal;
}
#page-content[tabindex="-1"]:focus {
outline: 0;
}
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
clear: both;
}
.text-align-xs-left {
text-align: left;
}
.text-align-xs-right {
text-align: right;
}
.text-align-xs-center {
text-align: center;
}
@media (min-width: 544px) {
.text-align-sm-left {
text-align: left;
}
.text-align-sm-right {
text-align: right;
}
.text-align-sm-center {
text-align: center;
}
}
@media (min-width: 768px) {
.text-align-md-left {
text-align: left;
}
.text-align-md-right {
text-align: right;
}
.text-align-md-center {
text-align: center;
}
}
@media (min-width: 992px) {
.text-align-lg-left {
text-align: left;
}
.text-align-lg-right {
text-align: right;
}
.text-align-lg-center {
text-align: center;
}
}
@media (min-width: 1200px) {
.text-align-xl-left {
text-align: left;
}
.text-align-xl-right {
text-align: right;
}
.text-align-xl-center {
text-align: center;
}
}
@media (min-width: 1920px) {
.text-align-xxl-left {
text-align: left;
}
.text-align-xxl-right {
text-align: right;
}
.text-align-xxl-center {
text-align: center;
}
}
@media (min-width: 992px) {
[text-align='left'] {
text-align: left;
}
[text-align='right'] {
text-align: right;
}
[text-align='center'] {
text-align: center;
}
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
margin-top: 0;
margin-bottom: 0;
padding: 0;
border: 0;
}
embed,
iframe,
object {
max-width: 100%;
}
.wp-caption {
margin: 0 0 30px;
max-width: 100%;
}
.wp-caption.aligncenter {
margin: 0 auto 30px;
}
.wp-caption.alignleft {
margin: 0 30px 30px 0;
}
.wp-caption.alignright {
margin: 0 0 30px 30px;
}
.wp-caption-text {
text-align: center;
background: #f8f8f8;
padding: 5px 0;
}
.gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
width: 100%;
vertical-align: top;
text-align: center;
}
.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;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
padding: 0 41px;
height: 57px;
outline: 0;
border: 3px solid #dec8ae;
border-radius: 30px;
background-color: transparent;
color: #333b57;
text-transform: uppercase;
letter-spacing: 1.75px;
font-weight: bold;
font-size: 14px;
line-height: 51px;
}
button:hover, button:active, button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
background: #dec8ae;
color: #ffffff;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
}
.infinity-end.neverending .site-footer {
display: block;
}
.comment-nav-links,
.page-pagination {
margin: -5px;
padding: 0;
}
.comment-nav-links li,
.page-pagination li {
display: inline-block;
padding: 5px;
list-style-type: none;
}
.comment-nav-links li span,
.comment-nav-links li a,
.page-pagination li span,
.page-pagination li a {
display: block;
width: 42px;
height: 42px;
border: 1px solid #eeeeee;
background: #ffffff;
text-align: center;
font-size: 18px;
line-height: 40px;
}
.page-pagination {
margin-top: 15px;
}
.comment-nav-links ul {
padding: 0;
}
#comment-nav-above ul {
margin: 50px 0;
}
#comment-nav-below ul {
margin: 0 0 74px;
}
.page-links {
margin: 40px -5px 0;
}
.page-links > span,
.page-links > a {
display: block;
float: left;
margin: 5px;
width: 42px;
height: 42px;
border: 1px solid #eeeeee;
text-align: center;
font-size: 18px;
line-height: 40px;
}
.nav-links {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 30px;
}
.nav-links .nav-previous,
.nav-links .nav-next {
width: 50%;
}
.nav-links .nav-previous {
text-align: left;
}
.nav-links .nav-previous a {
padding-left: 25px;
}
.nav-links .nav-previous a:after {
left: 0;
content: '\f104';
}
.nav-links .nav-next {
text-align: right;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.nav-links .nav-next a {
padding-right: 25px;
}
.nav-links .nav-next a:after {
right: 0;
content: '\f105';
}
.nav-links a {
position: relative;
display: block;
}
.nav-links a:after {
position: absolute;
top: 50%;
height: 10px;
line-height: 10px;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.boxed {
margin: 0 auto;
max-width: 1200px;
}
.boxed .content {
overflow: hidden;
}
.page-top-bar {
z-index: 99999;
}
.page-top-bar ul {
z-index: 9999;
list-style-type: none;
padding: 0;
margin: 0;
}
.page-top-bar a {
display: block;
}
.page-top-bar .menu li {
position: relative;
}
.page-top-bar .menu > li {
display: inline-block;
margin-bottom: 0;
}
.page-top-bar .menu > li > a {
padding: 5px;
}
.page-top-bar .menu .menu-item-has-children:hover > .sub-menu {
display: block;
}
.page-top-bar .menu .sub-menu {
position: absolute;
top: 100%;
left: 0;
display: none;
min-width: 250px;
width: 100%;
background-color: #ffffff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.page-top-bar .menu .sub-menu a {
padding: 10px 15px;
}
.page-top-bar .menu .sub-menu a + a {
border-top: 1px solid #eeeeee;
}
.page-top-bar .menu .sub-menu .sub-menu {
top: 0;
left: 100%;
}
.top-bar-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.top-bar-wrap.top-bar-right {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.top-bar-info .info-item {
display: inline-block;
line-height: 1;
margin-right: 15px;
}
.top-bar-info .info-item:last-child {
margin-right: 0;
}
.top-bar-info .info-icon {
font-size: 18px;
margin-right: 2px;
vertical-align: middle;
}
.top-bar-social-network a {
line-height: 1;
display: inline-block;
}
.top-bar-social-network a + a {
margin-left: 15px;
}
@media (max-width: 767px) {
.top-bar-wrap.top-bar-left, .top-bar-wrap.top-bar-right {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
}
@-webkit-keyframes headerSlideDown {
0% {
margin-top: -100px;
}
100% {
margin-top: 0;
}
}
@-webkit-keyframes headerSlideDown {
0% {
margin-top: -100px;
}
100% {
margin-top: 0;
}
}
.page-header {
position: relative;
z-index: 4;
}
.page-header-inner {
border-bottom: 1px solid transparent;
}
.page-header-behind .headroom--top .page-header-inner {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
}
.page-header-behind .page-header:not(.headroom) .page-header-inner {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
}
.header-sticky-both .headroom.headroom--not-top {
position: relative;
z-index: 9999;
}
.header-sticky-both .headroom.headroom--not-top .page-header-inner {
position: fixed;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
-webkit-animation: headerSlideDown 0.95s ease forwards;
animation: headerSlideDown 0.95s ease forwards;
}
.header-sticky-both .headroom.headroom--not-top .page-header-inner .container,
.header-sticky-both .headroom.headroom--not-top .page-header-inner .row {
height: 100%;
}
.header-sticky-both .headroom.headroom--not-top .main-logo {
display: none;
}
.header-sticky-both .headroom.headroom--not-top .sticky-logo {
display: block;
}
.header-sticky-up .headroom.headroom--not-top.headroom--pinned {
position: relative;
z-index: 9999;
}
.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner {
position: fixed;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
-webkit-animation: headerSlideDown 0.95s ease forwards;
animation: headerSlideDown 0.95s ease forwards;
}
.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner .container,
.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner .row {
height: 100%;
}
.header-sticky-up .headroom.headroom--not-top.headroom--pinned .main-logo {
display: none;
}
.header-sticky-up .headroom.headroom--not-top.headroom--pinned .sticky-logo {
display: block;
}
.header-sticky-down .headroom.headroom--not-top.headroom--unpinned {
position: relative;
z-index: 9999;
}
.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner {
position: fixed;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
-webkit-animation: headerSlideDown 0.95s ease forwards;
animation: headerSlideDown 0.95s ease forwards;
}
.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner .container,
.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner .row {
height: 100%;
}
.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .main-logo {
display: none;
}
.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .sticky-logo {
display: block;
}
.sticky-logo,
.dark-logo,
.light-logo {
display: none;
}
.header-right {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0 -10px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.header-right > div {
padding: 0 10px;
}
body:not(.header05) .header-right > div:not(.mini-cart) {
width: 40px;
height: 30px;
text-align: center;
font-size: 18px;
line-height: 30px;
}
body:not(.header05) .header-right i {
cursor: pointer;
}
body:not(.header05) .header-right i:before {
font-weight: bold;
}
.popup-search-wrap {
width: 40px;
height: 30px;
text-align: center;
font-size: 18px;
line-height: 30px;
}
.btn-open-popup-search i:before {
font-weight: bold !important;
}
.page-open-main-menu {
display: none;
height: 30px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.page-open-main-menu div {
position: relative;
width: 24px;
height: 18px;
cursor: pointer;
}
.page-open-main-menu i {
position: absolute;
top: 50%;
left: 0;
margin-top: -1px;
width: 100%;
height: 2px;
}
.page-open-main-menu i:before, .page-open-main-menu i:after {
position: absolute;
left: 0;
width: 100%;
height: 100%;
content: '';
-webkit-transition: top .3s, background-color 0s, -webkit-transform .3s;
transition: top .3s, background-color 0s, -webkit-transform .3s;
transition: transform .3s, top .3s, background-color 0s;
transition: transform .3s, top .3s, background-color 0s, -webkit-transform .3s;
}
.page-open-main-menu i:before {
top: -8px;
}
.page-open-main-menu i:after {
top: 8px;
}
.page-navigation-opened .page-open-main-menu i {
background-color: transparent !important;
}
.page-navigation-opened .page-open-main-menu i:before {
top: 0;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.page-navigation-opened .page-open-main-menu i:after {
top: 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.page-close-main-menu {
position: fixed;
top: 65px;
right: 100px;
z-index: 100000;
visibility: hidden;
height: 30px;
opacity: 0;
}
.page-close-main-menu div {
position: relative;
width: 24px;
height: 18px;
cursor: pointer;
}
.page-close-main-menu i {
position: absolute;
top: 50%;
left: 0;
margin-top: -1px;
width: 100%;
height: 2px;
}
.page-close-main-menu i:before, .page-close-main-menu i:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #ffffff;
content: '';
-webkit-transition: top .3s, background-color 0s, -webkit-transform .3s;
transition: top .3s, background-color 0s, -webkit-transform .3s;
transition: transform .3s, top .3s, background-color 0s;
transition: transform .3s, top .3s, background-color 0s, -webkit-transform .3s;
}
.page-close-main-menu i:before {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.page-close-main-menu i:after {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.page-off-canvas-main-menu {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
visibility: hidden;
overflow: hidden;
overflow-y: auto;
opacity: 0;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
}
.page-off-canvas-main-menu .menu--primary .sm-simple li {
display: block;
}
.page-off-canvas-main-menu .navigation {
display: table;
padding: 30px 0;
width: 100%;
height: 100%;
text-align: center;
}
.page-off-canvas-main-menu .navigation .menu__container {
display: table-cell;
vertical-align: middle;
}
.page-off-canvas-main-menu ul {
margin: 0;
padding: 0;
}
.page-off-canvas-main-menu li {
list-style-type: none;
}
.page-off-canvas-main-menu .sub-menu {
display: none;
}
.page-off-canvas-main-menu .widgettitle {
font-size: 24px;
margin-top: 10px;
}
.page-off-canvas-main-menu .vc_column_container {
display: block !important;
float: none;
width: 100% !important;
}
.admin-bar .page-off-canvas-main-menu {
top: 32px;
}
.page-off-canvas-main-menu .insight-core-bmw li {
margin-bottom: 0;
}
.page-off-canvas-main-menu .tm-heading,
.page-off-canvas-main-menu .tm-button {
display: none;
}
.page-off-canvas-main-menu .wpb_column {
background: none !important;
}
.page-off-canvas-menu-opened {
overflow: hidden;
}
.page-off-canvas-menu-opened .page-header {
z-index: 99999;
}
.page-off-canvas-menu-opened .page-off-canvas-main-menu {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.page-off-canvas-menu-opened .page-close-main-menu {
visibility: visible;
opacity: 1;
}
.menu-item-image_hover {
display: none;
width: 0;
visibility: hidden;
opacity: 0;
}
.header01 .menu--primary .menu-item-image_hover,
.header04 .menu--primary .menu-item-image_hover,
.header05 .menu--primary .menu-item-image_hover,
.header06 .menu--primary .menu-item-image_hover {
position: absolute;
top: -10px;
right: -100px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
z-index: 1;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
visibility: hidden;
opacity: 0;
width: 150px;
height: auto;
border-radius: 5px;
max-width: 100%;
display: block;
}
.header01 .menu--primary .menu-item-image_hover img,
.header04 .menu--primary .menu-item-image_hover img,
.header05 .menu--primary .menu-item-image_hover img,
.header06 .menu--primary .menu-item-image_hover img {
border-radius: 5px;
}
.header01 .menu--primary .has-image-hover:hover > a > .menu-item-image_hover,
.header04 .menu--primary .has-image-hover:hover > a > .menu-item-image_hover,
.header05 .menu--primary .has-image-hover:hover > a > .menu-item-image_hover,
.header06 .menu--primary .has-image-hover:hover > a > .menu-item-image_hover {
visibility: visible;
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.desktop-menu .page-open-main-menu {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.header01 .navigation {
text-align: center;
}
.header01 .branding,
.header01 .header-right {
z-index: 9999;
}
.header01.desktop-menu .branding {
position: absolute;
top: 50%;
left: 30px;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.header01.desktop-menu .header-right {
position: absolute;
top: 50%;
right: 30px;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.header01.mobile-menu .header-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 0 15px;
}
.header01.mobile-menu .header-wrap .branding {
width: 100%;
}
@media screen and (min-width: 1400px) {
.header01 .branding {
left: 110px !important;
}
.header01 .header-right {
right: 110px !important;
}
}
.header02 .header-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
.header02 .branding {
width: 100%;
}
.header03 .header-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
.header03 .branding {
width: 100%;
}
.header03 .headroom--not-top .container-fluid {
height: 100%;
}
@media (min-width: 1200px) {
.header03 .header-wrap {
padding: 0 85px;
}
}
.header04.desktop-menu.admin-bar .page-header {
top: 32px;
}
.header04.desktop-menu .page-header {
position: fixed;
top: 0;
left: 0;
z-index: 99999;
width: 300px;
height: 100%;
}
.header04.desktop-menu .branding__logo {
padding: 60px;
}
.header04.desktop-menu .page-header-inner {
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.header04.desktop-menu .page-header-inner.has-shadow {
box-shadow: 3px 1px 29px rgba(0, 0, 0, 0.12);
}
.header04.desktop-menu .navigation {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.header04.desktop-menu .branding,
.header04.desktop-menu .page-header-widgets {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.header04.desktop-menu .page-header-widgets {
padding: 60px;
font-size: 14px;
line-height: 1.7;
}
.header04.desktop-menu .page-header-widgets .tm-social-networks--icons {
margin: 0 -9px;
}
.header04.desktop-menu .page-header-widgets .tm-social-networks--icons .tm-social-networks__link {
font-size: 18px;
padding: 0 9px;
}
.header04.desktop-menu .menu--primary {
display: block;
}
.header04.desktop-menu .menu--primary .sm-simple {
display: block;
}
.header04.desktop-menu .navigation .menu__container {
width: 100%;
}
.header04.desktop-menu .navigation li {
display: block !important;
width: 100%;
}
.header04.desktop-menu .navigation a {
width: 100%;
}
.header04.desktop-menu .page-toggle-mainmenu {
display: none;
}
.header04.desktop-menu .menu--primary {
display: block;
}
.header04.desktop-menu .sub-menu.mega-menu li > a {
white-space: normal;
}
.header04.mobile-menu .page-header {
position: static;
width: 100%;
overflow-y: visible;
}
.header04.mobile-menu .page-header:after {
content: '';
clear: both;
}
.header04.mobile-menu .page-header .branding__logo {
padding: 0;
}
.header04.mobile-menu .page-header .page-header-inner {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.header04.mobile-menu .page-header .page-logo {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
width: 100%;
}
.header04.mobile-menu .page-header .tm-social-networks {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
margin: 0;
}
.header04.mobile-menu .page-header-inner {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 0 30px;
}
.header04.mobile-menu .branding {
width: 100%;
}
.header04.mobile-menu .page-toggle-mainmenu {
display: block;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.header04.mobile-menu .page-header-widgets {
display: none;
}
.header05 .header-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.header05 .header-wrap .branding {
width: 100%;
}
.header05 .header-right {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
.header05 .page-header-inner .container-fluid {
padding-left: 100px;
padding-right: 100px;
}
.header05 .menu--primary {
text-align: right;
}
@media (max-width: 1199px) {
.header05 .page-header-inner .container-fluid {
height: 100%;
padding-left: 15px;
padding-right: 15px;
}
}
.header06 .header-wrap {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.header06.desktop-menu .header-right {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.header06.desktop-menu .branding,
.header06.desktop-menu .header-right {
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.header06.desktop-menu .branding {
left: 0;
}
.header06.desktop-menu .header-right {
right: 0;
}
.header06.desktop-menu .page-navigation-wrap {
position: static;
width: 100%;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.header06.desktop-menu .menu--primary {
position: static;
}
.header06.mobile-menu .branding {
width: 100%;
}
@-webkit-keyframes show-animation {
0% {
-webkit-transform: translateY(60px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
opacity: 1;
}
}
@keyframes show-animation {
0% {
-webkit-transform: translateY(60px);
transform: translateY(60px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@-webkit-keyframes hide-animation {
0% {
-webkit-transform: translateY(0);
opacity: 1;
}
100% {
-webkit-transform: translateY(60px);
opacity: 0;
}
}
@keyframes hide-animation {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
100% {
-webkit-transform: translateY(60px);
transform: translateY(60px);
opacity: 0;
}
}
.desktop-menu {
}
.desktop-menu .sm {
position: relative;
z-index: 9999;
}
.desktop-menu .sm,
.desktop-menu .sm ul,
.desktop-menu .sm li {
display: block;
margin: 0;
padding: 0;
list-style: none;
text-align: left;
line-height: normal;
direction: ltr;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.desktop-menu .sm-rtl,
.desktop-menu .sm-rtl ul,
.desktop-menu .sm-rtl li {
text-align: right;
direction: rtl;
}
.desktop-menu .sm > li h1,
.desktop-menu .sm > li h2,
.desktop-menu .sm > li h3,
.desktop-menu .sm > li h4,
.desktop-menu .sm > li h5,
.desktop-menu .sm > li h6 {
margin: 0;
padding: 0;
}
.desktop-menu .sm ul {
display: none;
}
.desktop-menu .sm li,
.desktop-menu .sm a {
position: relative;
}
.desktop-menu .sm li > a {
display: block;
}
.desktop-menu .sm li > a.disabled {
cursor: not-allowed;
}
.desktop-menu .sm,
.desktop-menu .sm *,
.desktop-menu .sm *:before,
.desktop-menu .sm *:after {
box-sizing: border-box;
}
.desktop-menu .sm-simple li > a,
.desktop-menu .sm-simple li > a:hover,
.desktop-menu .sm-simple li > a:focus,
.desktop-menu .sm-simple li > a:active {
padding: 13px 20px;
padding-right: 58px;
}
.desktop-menu .sm-simple li > a.current {
background: #555555;
color: white;
}
.desktop-menu .sm-simple li > a.disabled {
color: #cccccc;
}
.desktop-menu .sm-simple li > a .sub-arrow {
font-size: 0;
}
.desktop-menu .sm-simple li > a .sub-arrow:before {
position: absolute;
top: 50%;
right: 8px;
content: '\f107';
font-size: 14px;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.desktop-menu .sm-simple .sub-menu a .sub-arrow:before {
right: 18px;
}
.desktop-menu .sm-simple ul {
position: absolute;
width: 12em;
}
.desktop-menu .sm-simple.sm-rtl li {
float: right;
}
.desktop-menu .sm-simple ul li,
.desktop-menu .sm-simple.sm-rtl ul li,
.desktop-menu .sm-simple.sm-vertical li {
float: none;
}
.desktop-menu .sm-simple a {
white-space: nowrap;
}
.desktop-menu .sm-simple ul a,
.desktop-menu .sm-simple.sm-vertical a {
white-space: normal;
}
.desktop-menu .sm-simple .sm-nowrap > li > a {
white-space: nowrap;
}
.desktop-menu .sm-simple .scroll-up,
.desktop-menu .sm-simple .scroll-down {
position: absolute;
display: none;
visibility: hidden;
overflow: hidden;
height: 20px;
background: white;
}
.desktop-menu .sm-simple .scroll-up-arrow,
.desktop-menu .sm-simple .scroll-down-arrow {
position: absolute;
top: -2px;
left: 50%;
overflow: hidden;
margin-left: -8px;
width: 0;
height: 0;
border-width: 8px;
border-style: dashed dashed solid dashed;
border-color: transparent transparent #555555 transparent;
}
.desktop-menu .sm-simple .scroll-down-arrow {
top: 6px;
border-style: solid dashed dashed dashed;
border-color: #555555 transparent transparent transparent;
}
.desktop-menu .sm-simple.sm-rtl .has-submenu {
padding-right: 20px;
padding-left: 32px;
}
.desktop-menu .sm-simple.sm-rtl.sm-vertical .has-submenu {
padding: 11px 20px;
}
.desktop-menu .sm-simple.sm-rtl ul .has-submenu {
padding: 11px 20px;
}
.desktop-menu .sm-simple.sm-rtl > li:first-child {
border-left: 1px solid #eeeeee;
}
.desktop-menu .sm-simple.sm-rtl > li:last-child {
border-left: 0;
}
.desktop-menu .sm-simple:not(.sm-vertical) .has-mega-menu {
position: static !important;
}
.desktop-menu .sm-simple:not(.sm-vertical) .has-mega-menu .mega-menu {
right: 0 !important;
margin-left: 0 !important;
max-width: none !important;
width: auto !important;
}
.desktop-menu .sm-simple.sm-vertical .has-mega-menu .mega-menu {
max-width: calc(100vw - 320px) !important;
width: 1170px !important;
}
.desktop-menu .sm-simple.sm-vertical a .sub-arrow:before {
right: 30px;
content: '\f105';
}
.desktop-menu .menu--primary {
position: relative;
text-align: center;
}
.desktop-menu .menu--primary .sm-simple {
position: static;
display: inline-block;
}
.desktop-menu .menu--primary .sm-simple > li {
display: inline-block;
}
.desktop-menu .menu--primary .sm-simple > li > a .menu-item-title {
position: relative;
padding-bottom: 10px;
}
.desktop-menu .menu--primary .sm-simple > li > a .menu-item-title:after {
position: absolute;
bottom: -10px;
left: 0;
width: 100%;
height: 1px;
content: '';
-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.desktop-menu .menu--primary .sm-simple > li:hover > a .menu-item-title:after, .desktop-menu .menu--primary .sm-simple > li.current-menu-item > a .menu-item-title:after, .desktop-menu .menu--primary .sm-simple > li.current-menu-parent > a .menu-item-title:after {
bottom: 0;
}
.desktop-menu .menu--primary .widgettitle {
margin: 0 0 12px 30px;
text-transform: uppercase;
letter-spacing: 1.62px;
font-weight: bold;
font-size: 13px;
}
.desktop-menu .menu--primary .sub-menu,
.desktop-menu .menu--primary .children {
padding: 25px 0;
min-width: 270px !important;
border: 1px solid #eeeeee;
border-bottom: 2px solid #dec8ae;
}
.desktop-menu .menu--primary .sub-menu li > a,
.desktop-menu .menu--primary .children li > a {
padding: 11px 30px;
}
.desktop-menu .menu--primary .sub-menu .sub-arrow:before,
.desktop-menu .menu--primary .children .sub-arrow:before {
content: '\f105';
}
.desktop-menu .menu--primary .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
z-index: inherit;
}
.desktop-menu .menu--primary .has-mega-menu .mega-menu {
padding: 0;
}
.desktop-menu .menu--primary .has-mega-menu .mega-menu .vc_row > .vc_column_container {
padding-top: 34px;
padding-bottom: 34px;
}
.desktop-menu .menu--primary .has-mega-menu .mega-menu ul {
position: static;
display: block;
width: auto;
border: 0;
background: transparent;
box-shadow: none;
}
.desktop-menu .menu--primary .has-mega-menu .scroll-up,
.desktop-menu .menu--primary .has-mega-menu .scroll-down {
margin-left: 0 !important;
}
.desktop-menu .menu--primary .has-mega-menu .wpb_column + .wpb_column > .vc_column-inner {
border-left: 1px solid #eeeeee;
}
.desktop-menu .menu--primary .has-mega-menu .wpb_button, .desktop-menu .menu--primary .has-mega-menu .wpb_content_element, .desktop-menu .menu--primary .has-mega-menu ul.wpb_thumbnails-fluid > li {
margin-bottom: 0;
}
.desktop-menu .menu--primary .has-mega-menu .widget_recent_entries ul,
.desktop-menu .menu--primary .has-mega-menu .widget_recent_comments ul,
.desktop-menu .menu--primary .has-mega-menu .widget_archive ul,
.desktop-menu .menu--primary .has-mega-menu .widget_categories ul,
.desktop-menu .menu--primary .has-mega-menu .widget_meta ul,
.desktop-menu .menu--primary .has-mega-menu .widget_product_categories ul,
.desktop-menu .menu--primary .has-mega-menu .widget_rss ul,
.desktop-menu .menu--primary .has-mega-menu .widget_pages ul,
.desktop-menu .menu--primary .has-mega-menu .widget_nav_menu ul,
.desktop-menu .menu--primary .has-mega-menu .insight-core-bmw ul {
margin: 0;
padding: 0;
}
.desktop-menu .menu--primary .has-mega-menu .widget_recent_entries li,
.desktop-menu .menu--primary .has-mega-menu .widget_recent_comments li,
.desktop-menu .menu--primary .has-mega-menu .widget_archive li,
.desktop-menu .menu--primary .has-mega-menu .widget_categories li,
.desktop-menu .menu--primary .has-mega-menu .widget_meta li,
.desktop-menu .menu--primary .has-mega-menu .widget_product_categories li,
.desktop-menu .menu--primary .has-mega-menu .widget_rss li,
.desktop-menu .menu--primary .has-mega-menu .widget_pages li,
.desktop-menu .menu--primary .has-mega-menu .widget_nav_menu li,
.desktop-menu .menu--primary .has-mega-menu .insight-core-bmw li {
margin-bottom: 0;
}
.desktop-menu .menu--primary .has-mega-menu .tm-list {
padding-right: 30px;
padding-left: 30px;
}
.desktop-menu .menu--primary .has-mega-menu .tm-list .item-wrapper {
display: block;
padding-top: 11px;
padding-bottom: 11px;
line-height: 20px;
}
.desktop-menu .menu--primary .menu-item-feature {
position: relative;
margin-left: 10px;
}
.desktop-menu .menu--primary .menu-item-feature:before {
position: absolute;
top: 50%;
left: 0;
content: '\f005';
font-size: 12px;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.desktop-menu .menu--primary ul {
}
.desktop-menu .menu--primary ul.show-animation {
-webkit-animation: show-animation .3s;
animation: show-animation .3s;
}
.desktop-menu .menu--primary ul.hide-animation {
-webkit-animation: hide-animation .3s;
animation: hide-animation .3s;
}
.mobile-menu .page-navigation-wrap,
.mobile-menu .page-navigation {
display: none;
}
.page-open-mobile-menu,
.page-close-mobile-menu {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 30px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.page-open-mobile-menu div,
.page-close-mobile-menu div {
position: relative;
width: 24px;
height: 18px;
cursor: pointer;
}
.page-open-mobile-menu i,
.page-close-mobile-menu i {
position: absolute;
top: 50%;
left: 0;
margin-top: -1px;
width: 100%;
height: 2px;
}
.page-open-mobile-menu i:before, .page-open-mobile-menu i:after,
.page-close-mobile-menu i:before,
.page-close-mobile-menu i:after {
position: absolute;
left: 0;
width: 100%;
height: 100%;
content: '';
}
.page-open-mobile-menu i:before,
.page-close-mobile-menu i:before {
top: -8px;
}
.page-open-mobile-menu i:after,
.page-close-mobile-menu i:after {
top: 8px;
}
.page-mobile-menu-header {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 85px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 0 30px;
background: #fff;
}
.page-mobile-menu-logo {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.page-mobile-menu-opened {
overflow: hidden;
}
.page-mobile-menu-opened .page-close-mobile-menu i {
background-color: transparent !important;
}
.page-mobile-menu-opened .page-close-mobile-menu i:before {
top: 0;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.page-mobile-menu-opened .page-close-mobile-menu i:after {
top: 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.page-mobile-main-menu {
position: fixed;
top: 0;
right: 100%;
z-index: 9999999;
overflow-x: auto;
width: 100%;
height: 100%;
background: #fff;
box-shadow: 3px 1px 29px rgba(0, 0, 0, 0.12);
text-align: left;
-webkit-transition: all .3s;
transition: all .3s;
}
.admin-bar .page-mobile-main-menu {
top: 32px;
height: calc(100% - 32px);
}
.page-mobile-menu-opened .page-mobile-main-menu {
right: 0;
}
.page-mobile-main-menu .widgettitle {
margin: 15px 0 10px;
}
.page-mobile-main-menu .menu-item-has-children > a:after {
font-size: 14px;
position: absolute;
top: 50%;
right: 0;
content: '\f105';
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.page-mobile-main-menu ul {
margin: 0;
padding: 0;
}
.page-mobile-main-menu li {
display: block;
list-style-type: none;
}
.page-mobile-main-menu li.opened > a:after {
content: '\f107';
}
.page-mobile-main-menu .sub-menu {
display: none;
margin: 12px 0 14px 10px;
}
.page-mobile-main-menu .sub-menu li > a {
padding: 8px 0;
}
.page-mobile-main-menu .wpb_column.vc_column_container {
width: 100% !important;
}
.page-mobile-main-menu .menu__container {
padding: 20px 30px 30px;
}
.page-mobile-main-menu .menu__container > li > a {
border: 0;
padding: 10px 0;
}
.page-mobile-main-menu .menu__container > li + li > a {
border-top: 1px solid transparent;
}
.page-mobile-main-menu .menu__container > li.opened > a {
border-bottom: 1px solid transparent;
}
.page-mobile-main-menu .menu__container li > a {
display: block;
position: relative;
}
.page-mobile-main-menu .tm-list {
margin-bottom: 16px;
}
.page-mobile-main-menu .mega-menu {
margin-top: 20px;
}
.page-mobile-main-menu .mega-menu-content .tm-list--v-flow .tm-list__item + .tm-list__item {
margin-top: 16px;
}
.page-mobile-main-menu .wpb_button,
.page-mobile-main-menu .wpb_content_element,
.page-mobile-main-menu ul.wpb_thumbnails-fluid > li {
margin-bottom: 30px;
}
.page-mobile-main-menu .widget_recent_entries li,
.page-mobile-main-menu .widget_recent_comments li,
.page-mobile-main-menu .widget_archive li,
.page-mobile-main-menu .widget_categories li,
.page-mobile-main-menu .widget_meta li,
.page-mobile-main-menu .widget_product_categories li,
.page-mobile-main-menu .widget_rss li,
.page-mobile-main-menu .widget_pages li,
.page-mobile-main-menu .widget_nav_menu li,
.page-mobile-main-menu .insight-core-bmw li {
margin: 0;
}
.mobile-menu-separate-toggle .page-mobile-main-menu .menu-item-has-children > a:after {
display: none;
}
.mobile-menu-separate-toggle .page-mobile-main-menu .toggle-sub-menu {
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
display: block;
width: 40px;
height: 40px;
background: rgba(255, 255, 255, 0.1);
}
.mobile-menu-separate-toggle .page-mobile-main-menu .toggle-sub-menu:hover {
background: rgba(255, 255, 255, 0.15);
}
.mobile-menu-separate-toggle .page-mobile-main-menu .toggle-sub-menu:before {
font-size: 14px;
position: absolute;
top: 50%;
left: 50%;
content: '\f105';
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
@media screen and (max-width: 782px) {
.admin-bar .page-mobile-main-menu {
top: 46px;
height: calc(100% - 46px);
}
}
@media screen and (max-width: 600px) {
.admin-bar .page-mobile-main-menu {
top: 0;
height: 100%;
}
}
.desktop-menu .page-open-mobile-menu {
display: none !important;
}
.page-footer-inner {
position: relative;
padding: 100px 0 50px;
}
.page-footer-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: '';
}
.page-copyright-inner {
border-top: 1px solid transparent;
}
.page-copyright-inner .menu {
margin: 0 -10px;
}
.page-copyright-inner .menu li {
display: inline-block;
margin-bottom: 0;
padding: 5px 10px;
}
.page-copyright-inner p:last-child {
margin-bottom: 0;
}
.page-copyright-inner .tm-social-networks.tm-social-networks--icons {
margin: 0 -8px;
}
.page-copyright-inner .tm-social-networks.tm-social-networks--icons .tm-social-networks__link {
padding: 0 8px;
}
@media (min-width: 992px) {
.page-copyright .container-fluid {
padding-left: 100px;
padding-right: 100px;
}
}
@media (max-width: 767px) {
.page-copyright .row > div + div {
padding-top: 20px;
}
.page-copyright .text-align-xs-center .tm-social-networks {
text-align: center !important;
}
}
.page-title-bar {
position: relative;
}
.page-title-bar-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.page-title-bar-inner {
text-align: center;
}
.page-title-bar-inner > div {
width: 100%;
}
.page-title-bar-heading {
margin-bottom: 7px;
}
.page-breadcrumb {
position: absolute;
bottom: 0;
width: 100%;
}
.scrollup {
display: block;
padding: 0;
width: 60px;
height: 60px;
border-radius: 50%;
text-align: center;
font-size: 25px;
line-height: 60px;
opacity: 1;
cursor: pointer;
}
.scrollup i {
color: #ffffff;
}
.scrollup:hover {
opacity: .8;
}
.scrollup--fixed {
position: fixed;
right: 30px;
bottom: -60px;
z-index: 999;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.scrollup--fixed.show {
bottom: 30px;
}
.popup-search-opened {
overflow: hidden !important;
height: 100%;
width: 100%;
}
.popup-search-opened .page-popup-search {
visibility: visible;
opacity: .95;
}
.popup-search-opened .page-popup-search .page-popup-search-inner {
opacity: 1;
visibility: visible;
-webkit-transform: translate(-50%, -50%) scale(1);
-ms-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
}
.popup-search-opened .page-popup-search .search-field {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition: .5s ease-out .3s;
transition: .5s ease-out .3s;
}
.popup-search-opened .page-popup-search .form-description {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.page-popup-search {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
text-align: center;
-webkit-transition: all ease-in-out .25s;
transition: all ease-in-out .25s;
z-index: 9999999;
}
.page-popup-search-inner {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) scale(0.8);
-ms-transform: translate(-50%, -50%) scale(0.8);
transform: translate(-50%, -50%) scale(0.8);
display: inline-block;
padding: 0 50px;
width: 75%;
text-align: center;
font-size: 18px;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease-in-out .3s;
transition: all ease-in-out .3s;
}
.page-popup-search .popup-search-close {
position: absolute;
top: 50px;
right: 70px;
color: #ffffff;
font-size: 60px;
cursor: pointer;
}
.page-popup-search .form-description {
font-size: 90%;
font-weight: bold;
display: block;
padding: 0.85em 0;
text-align: right;
opacity: 0;
-webkit-transform: translate3d(0, 50px, 0);
transform: translate3d(0, 50px, 0);
-webkit-transition: opacity .4s, -webkit-transform .4s;
transition: opacity .4s, -webkit-transform .4s;
transition: opacity .4s, transform .4s;
transition: opacity .4s, transform .4s, -webkit-transform .4s;
}
.page-popup-search .search-form {
position: relative;
}
.page-popup-search .search-field {
padding: .05em 0;
border: 0;
border-radius: 0;
border-bottom: 5px solid transparent;
-webkit-appearance: none;
background-color: transparent;
font-size: 10vw;
height: auto;
-webkit-transform: scale3d(0, 1, 1);
transform: scale3d(0, 1, 1);
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s;
}
.page-popup-search .search-field::-webkit-input-placeholder {
color: transparent;
font-size: 10vw;
}
.page-popup-search .search-field:-moz-placeholder {
color: transparent;
font-size: 10vw;
}
.page-popup-search .search-field::-moz-placeholder {
color: transparent;
font-size: 10vw;
}
.page-popup-search .search-field:-ms-input-placeholder {
color: transparent;
font-size: 10vw;
}
.page-popup-search .search-submit {
display: none;
}
@media (max-width: 767px) {
.page-popup-search-inner {
padding: 0 15px;
}
.page-popup-search .popup-search-close {
top: 0;
right: 10px;
}
}
a, 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"],
textarea, select, button,
input[type="button"],
input[type="reset"],
input[type="submit"], .single-portfolio .related-post-item .post-overlay, .single-portfolio .related-post-item .post-overlay:before, .single-portfolio .related-post-item .post-overlay-content, .single-portfolio .related-post-item .post-overlay-title, .single-portfolio .related-post-item .post-overlay-categories, .portfolio-details-gallery .overlay, .tm-swiper.pagination-style-1 .swiper-pagination-bullet, .tm-swiper .swiper-nav-button, .tm-blog.style-2 .post-feature, .tm-blog.style-4 .post-feature, .tm-blog.style-2 .post-overlay, .tm-blog.style-4 .post-overlay, .tm-blog.style-3 .post-overlay, .tm-blog.style-5 .post-overlay, .tm-portfolio .post-thumbnail img, .tm-button, .rev-btn i, .tm-box-icon-wrap.style-4, .tm-content-band.style-1 .content, .tm-popup-video.style-poster .video-play i, .tm-popup-video.style-button .video-play i, .tm-gallery .overlay, .tm-product div.product .product-overlay, .widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_product_categories li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li,
.insight-core-bmw li, .tm-posts-widget .post-widget-overlay, .mini-cart .widget_shopping_cart_content, .woocommerce .cats .cat-text, .woocommerce .cats .cat-title, .woocommerce .cats .cat-count, .woocommerce .products div.product .product-overlay, .woocommerce.single-product div.product .images .thumbnails .item img, .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li, .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a {
-webkit-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.page-close-main-menu, .page-off-canvas-main-menu, .header01 .menu--primary .menu-item-image_hover,
.header04 .menu--primary .menu-item-image_hover,
.header05 .menu--primary .menu-item-image_hover,
.header06 .menu--primary .menu-item-image_hover, .page-template-fullscreen-split-feature .tm-social-network a span:after, .tm-grid-wrapper .filter-text:after, .tm-grid-wrapper .filter-counter, .tm-portfolio [data-overlay-animation="zoom"] .post-thumbnail img, .tm-portfolio [data-overlay-animation="faded"] .post-overlay, .tm-testimonial.style-1 .swiper-slide > div, .tm-team-member.style-1 .overlay, .tm-team-member.style-1 .info, .tm-social-networks.tm-social-networks--title .tm-social-networks__link span:after, .tm-popup-video.button-style-2 .video-play, .tm-popup-video.button-style-2 .video-play .video-play-icon, .tm-view-demo-icon .item-wrap, .tm-product-categories .cat-thumbnail, .tm-product-categories .cat-thumbnail img, .woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close, .woosw-popup .woosw-continue {
-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.wishlist-btn a:before,
.quick-view-btn a:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-family: 'Font Awesome 5 Pro';
font-weight: 900;
}
.nav-links a:after, .desktop-menu .sm-simple li > a .sub-arrow:before, .desktop-menu .menu--primary .menu-item-feature:before, .page-mobile-main-menu .menu-item-has-children > a:after, .mobile-menu-separate-toggle .page-mobile-main-menu .toggle-sub-menu:before, .page-breadcrumb-inner li + li:before, .tm-twitter.style-1 .tweet:before, .tm-twitter.style-2 .tweet:before, .widget_recent_comments .comment-author-link:before, .cart_list.product_list_widget li .remove:after, .woocommerce.single-product div.product form.cart .reset_variations:before, .woocommerce.single-product #reviews #comments .commentlist .comment-meta a:after, .woocommerce .woocommerce-MyAccount-navigation li a:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-family: 'Font Awesome 5 Pro';
font-weight: 400;
}
@font-face {
font-family: "linea-arrows-10";
src: url(//hoisko.fi/wp-content/themes/tm-arden/assets/fonts/linea/linea-arrows-10.eot);
src: url(//hoisko.fi/wp-content/themes/tm-arden/assets/fonts/linea/linea-arrows-10.eot?#iefix) format("embedded-opentype"), url(//hoisko.fi/wp-content/themes/tm-arden/assets/fonts/linea/linea-arrows-10.woff) format("woff"), url(//hoisko.fi/wp-content/themes/tm-arden/assets/fonts/linea/linea-arrows-10.ttf) format("truetype"), url(//hoisko.fi/wp-content/themes/tm-arden/assets/fonts/linea/linea-arrows-10.svg#linea-arrows-10) format("svg");
font-weight: normal;
font-style: normal;
}
[class^="icon-arrows-"]:before,
[class*=" icon-arrows-"]:before {
font-family: "linea-arrows-10" !important;
font-style: normal !important;
font-weight: normal;
font-variant: normal !important;
text-transform: none !important;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-arrows-anticlockwise:before {
content: "\e000";
}
.icon-arrows-anticlockwise-dashed:before {
content: "\e001";
}
.icon-arrows-button-down:before {
content: "\e002";
}
.icon-arrows-button-off:before {
content: "\e003";
}
.icon-arrows-button-on:before {
content: "\e004";
}
.icon-arrows-button-up:before {
content: "\e005";
}
.icon-arrows-check:before {
content: "\e006";
}
.icon-arrows-circle-check:before {
content: "\e007";
}
.icon-arrows-circle-down:before {
content: "\e008";
}
.icon-arrows-circle-downleft:before {
content: "\e009";
}
.icon-arrows-circle-downright:before {
content: "\e00a";
}
.icon-arrows-circle-left:before {
content: "\e00b";
}
.icon-arrows-circle-minus:before {
content: "\e00c";
}
.icon-arrows-circle-plus:before {
content: "\e00d";
}
.icon-arrows-circle-remove:before {
content: "\e00e";
}
.icon-arrows-circle-right:before {
content: "\e00f";
}
.icon-arrows-circle-up:before {
content: "\e010";
}
.icon-arrows-circle-upleft:before {
content: "\e011";
}
.icon-arrows-circle-upright:before {
content: "\e012";
}
.icon-arrows-clockwise:before {
content: "\e013";
}
.icon-arrows-clockwise-dashed:before {
content: "\e014";
}
.icon-arrows-compress:before {
content: "\e015";
}
.icon-arrows-deny:before {
content: "\e016";
}
.icon-arrows-diagonal:before {
content: "\e017";
}
.icon-arrows-diagonal2:before {
content: "\e018";
}
.icon-arrows-down:before {
content: "\e019";
}
.icon-arrows-down-double:before {
content: "\e01a";
}
.icon-arrows-downleft:before {
content: "\e01b";
}
.icon-arrows-downright:before {
content: "\e01c";
}
.icon-arrows-drag-down:before {
content: "\e01d";
}
.icon-arrows-drag-down-dashed:before {
content: "\e01e";
}
.icon-arrows-drag-horiz:before {
content: "\e01f";
}
.icon-arrows-drag-left:before {
content: "\e020";
}
.icon-arrows-drag-left-dashed:before {
content: "\e021";
}
.icon-arrows-drag-right:before {
content: "\e022";
}
.icon-arrows-drag-right-dashed:before {
content: "\e023";
}
.icon-arrows-drag-up:before {
content: "\e024";
}
.icon-arrows-drag-up-dashed:before {
content: "\e025";
}
.icon-arrows-drag-vert:before {
content: "\e026";
}
.icon-arrows-exclamation:before {
content: "\e027";
}
.icon-arrows-expand:before {
content: "\e028";
}
.icon-arrows-expand-diagonal1:before {
content: "\e029";
}
.icon-arrows-expand-horizontal1:before {
content: "\e02a";
}
.icon-arrows-expand-vertical1:before {
content: "\e02b";
}
.icon-arrows-fit-horizontal:before {
content: "\e02c";
}
.icon-arrows-fit-vertical:before {
content: "\e02d";
}
.icon-arrows-glide:before {
content: "\e02e";
}
.icon-arrows-glide-horizontal:before {
content: "\e02f";
}
.icon-arrows-glide-vertical:before {
content: "\e030";
}
.icon-arrows-hamburger1:before {
content: "\e031";
}
.icon-arrows-hamburger-2:before {
content: "\e032";
}
.icon-arrows-horizontal:before {
content: "\e033";
}
.icon-arrows-info:before {
content: "\e034";
}
.icon-arrows-keyboard-alt:before {
content: "\e035";
}
.icon-arrows-keyboard-cmd:before {
content: "\e036";
}
.icon-arrows-keyboard-delete:before {
content: "\e037";
}
.icon-arrows-keyboard-down:before {
content: "\e038";
}
.icon-arrows-keyboard-left:before {
content: "\e039";
}
.icon-arrows-keyboard-return:before {
content: "\e03a";
}
.icon-arrows-keyboard-right:before {
content: "\e03b";
}
.icon-arrows-keyboard-shift:before {
content: "\e03c";
}
.icon-arrows-keyboard-tab:before {
content: "\e03d";
}
.icon-arrows-keyboard-up:before {
content: "\e03e";
}
.icon-arrows-left:before {
content: "\e03f";
}
.icon-arrows-left-double-32:before {
content: "\e040";
}
.icon-arrows-minus:before {
content: "\e041";
}
.icon-arrows-move:before {
content: "\e042";
}
.icon-arrows-move2:before {
content: "\e043";
}
.icon-arrows-move-bottom:before {
content: "\e044";
}
.icon-arrows-move-left:before {
content: "\e045";
}
.icon-arrows-move-right:before {
content: "\e046";
}
.icon-arrows-move-top:before {
content: "\e047";
}
.icon-arrows-plus:before {
content: "\e048";
}
.icon-arrows-question:before {
content: "\e049";
}
.icon-arrows-remove:before {
content: "\e04a";
}
.icon-arrows-right:before {
content: "\e04b";
}
.icon-arrows-right-double:before {
content: "\e04c";
}
.icon-arrows-rotate:before {
content: "\e04d";
}
.icon-arrows-rotate-anti:before {
content: "\e04e";
}
.icon-arrows-rotate-anti-dashed:before {
content: "\e04f";
}
.icon-arrows-rotate-dashed:before {
content: "\e050";
}
.icon-arrows-shrink:before {
content: "\e051";
}
.icon-arrows-shrink-diagonal1:before {
content: "\e052";
}
.icon-arrows-shrink-diagonal2:before {
content: "\e053";
}
.icon-arrows-shrink-horizonal2:before {
content: "\e054";
}
.icon-arrows-shrink-horizontal1:before {
content: "\e055";
}
.icon-arrows-shrink-vertical1:before {
content: "\e056";
}
.icon-arrows-shrink-vertical2:before {
content: "\e057";
}
.icon-arrows-sign-down:before {
content: "\e058";
}
.icon-arrows-sign-left:before {
content: "\e059";
}
.icon-arrows-sign-right:before {
content: "\e05a";
}
.icon-arrows-sign-up:before {
content: "\e05b";
}
.icon-arrows-slide-down1:before {
content: "\e05c";
}
.icon-arrows-slide-down2:before {
content: "\e05d";
}
.icon-arrows-slide-left1:before {
content: "\e05e";
}
.icon-arrows-slide-left2:before {
content: "\e05f";
}
.icon-arrows-slide-right1:before {
content: "\e060";
}
.icon-arrows-slide-right2:before {
content: "\e061";
}
.icon-arrows-slide-up1:before {
content: "\e062";
}
.icon-arrows-slide-up2:before {
content: "\e063";
}
.icon-arrows-slim-down:before {
content: "\e064";
}
.icon-arrows-slim-down-dashed:before {
content: "\e065";
}
.icon-arrows-slim-left:before {
content: "\e066";
}
.icon-arrows-slim-left-dashed:before {
content: "\e067";
}
.icon-arrows-slim-right:before {
content: "\e068";
}
.icon-arrows-slim-right-dashed:before {
content: "\e069";
}
.icon-arrows-slim-up:before {
content: "\e06a";
}
.icon-arrows-slim-up-dashed:before {
content: "\e06b";
}
.icon-arrows-square-check:before {
content: "\e06c";
}
.icon-arrows-square-down:before {
content: "\e06d";
}
.icon-arrows-square-downleft:before {
content: "\e06e";
}
.icon-arrows-square-downright:before {
content: "\e06f";
}
.icon-arrows-square-left:before {
content: "\e070";
}
.icon-arrows-square-minus:before {
content: "\e071";
}
.icon-arrows-square-plus:before {
content: "\e072";
}
.icon-arrows-square-remove:before {
content: "\e073";
}
.icon-arrows-square-right:before {
content: "\e074";
}
.icon-arrows-square-up:before {
content: "\e075";
}
.icon-arrows-square-upleft:before {
content: "\e076";
}
.icon-arrows-square-upright:before {
content: "\e077";
}
.icon-arrows-squares:before {
content: "\e078";
}
.icon-arrows-stretch-diagonal1:before {
content: "\e079";
}
.icon-arrows-stretch-diagonal2:before {
content: "\e07a";
}
.icon-arrows-stretch-diagonal3:before {
content: "\e07b";
}
.icon-arrows-stretch-diagonal4:before {
content: "\e07c";
}
.icon-arrows-stretch-horizontal1:before {
content: "\e07d";
}
.icon-arrows-stretch-horizontal2:before {
content: "\e07e";
}
.icon-arrows-stretch-vertical1:before {
content: "\e07f";
}
.icon-arrows-stretch-vertical2:before {
content: "\e080";
}
.icon-arrows-switch-horizontal:before {
content: "\e081";
}
.icon-arrows-switch-vertical:before {
content: "\e082";
}
.icon-arrows-up:before {
content: "\e083";
}
.icon-arrows-up-double-33:before {
content: "\e084";
}
.icon-arrows-upleft:before {
content: "\e085";
}
.icon-arrows-upright:before {
content: "\e086";
}
.icon-arrows-vertical:before {
content: "\e087";
}
@font-face {
font-family: "linea-basic-10";
src: url(//hoisko.fi/wp-content/themes/tm-arden/assets/fonts/linea/linea-basic-10.eot);
src: url(//hoisko.fi/wp-content/themes/tm-arden/assets/fonts/linea/linea-basic-10.eot?#iefix) format("embedded-opentype"), url(//hoisko.fi/wp-content/themes/tm-arden/assets/fonts/linea/linea-basic-10.woff) format("woff"), url(//hoisko.fi/wp-content/themes/tm-arden/assets/fonts/linea/linea-basic-10.ttf) format("truetype"), url(//hoisko.fi/wp-content/themes/tm-arden/assets/fonts/linea/linea-basic-10.svg#linea-basic-10) format("svg");
font-weight: normal;
font-style: normal;
}
[class^="icon-basic-"]:before,
[class*=" icon-basic-"]:before {
font-family: "linea-basic-10" !important;
font-style: normal !important;
font-weight: normal;
font-variant: normal !important;
text-transform: none !important;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-basic-accelerator:before {
content: "a";
}
.icon-basic-alarm:before {
content: "b";
}
.icon-basic-anchor:before {
content: "c";
}
.icon-basic-anticlockwise:before {
content: "d";
}
.icon-basic-archive:before {
content: "e";
}
.icon-basic-archive-full:before {
content: "f";
}
.icon-basic-ban:before {
content: "g";
}
.icon-basic-battery-charge:before {
content: "h";
}
.icon-basic-battery-empty:before {
content: "i";
}
.icon-basic-battery-full:before {
content: "j";
}
.icon-basic-battery-half:before {
content: "k";
}
.icon-basic-bolt:before {
content: "l";
}
.icon-basic-book:before {
content: "m";
}
.icon-basic-book-pen:before {
content: "n";
}
.icon-basic-book-pencil:before {
content: "o";
}
.icon-basic-bookmark:before {
content: "p";
}
.icon-basic-calculator:before {
content: "q";
}
.icon-basic-calendar:before {
content: "r";
}
.icon-basic-cards-diamonds:before {
content: "s";
}
.icon-basic-cards-hearts:before {
content: "t";
}
.icon-basic-case:before {
content: "u";
}
.icon-basic-chronometer:before {
content: "v";
}
.icon-basic-clessidre:before {
content: "w";
}
.icon-basic-clock:before {
content: "x";
}
.icon-basic-clockwise:before {
content: "y";
}
.icon-basic-cloud:before {
content: "z";
}
.icon-basic-clubs:before {
content: "A";
}
.icon-basic-compass:before {
content: "B";
}
.icon-basic-cup:before {
content: "C";
}
.icon-basic-diamonds:before {
content: "D";
}
.icon-basic-display:before {
content: "E";
}
.icon-basic-download:before {
content: "F";
}
.icon-basic-exclamation:before {
content: "G";
}
.icon-basic-eye:before {
content: "H";
}
.icon-basic-eye-closed:before {
content: "I";
}
.icon-basic-female:before {
content: "J";
}
.icon-basic-flag1:before {
content: "K";
}
.icon-basic-flag2:before {
content: "L";
}
.icon-basic-floppydisk:before {
content: "M";
}
.icon-basic-folder:before {
content: "N";
}
.icon-basic-folder-multiple:before {
content: "O";
}
.icon-basic-gear:before {
content: "P";
}
.icon-basic-geolocalize-01:before {
content: "Q";
}
.icon-basic-geolocalize-05:before {
content: "R";
}
.icon-basic-globe:before {
content: "S";
}
.icon-basic-gunsight:before {
content: "T";
}
.icon-basic-hammer:before {
content: "U";
}
.icon-basic-headset:before {
content: "V";
}
.icon-basic-heart:before {
content: "W";
}
.icon-basic-heart-broken:before {
content: "X";
}
.icon-basic-helm:before {
content: "Y";
}
.icon-basic-home:before {
content: "Z";
}
.icon-basic-info:before {
content: "0";
}
.icon-basic-ipod:before {
content: "1";
}
.icon-basic-joypad:before {
content: "2";
}
.icon-basic-key:before {
content: "3";
}
.icon-basic-keyboard:before {
content: "4";
}
.icon-basic-laptop:before {
content: "5";
}
.icon-basic-life-buoy:before {
content: "6";
}
.icon-basic-lightbulb:before {
content: "7";
}
.icon-basic-link:before {
content: "8";
}
.icon-basic-lock:before {
content: "9";
}
.icon-basic-lock-open:before {
content: "!";
}
.icon-basic-magic-mouse:before {
content: "\"";
}
.icon-basic-magnifier:before {
content: "#";
}
.icon-basic-magnifier-minus:before {
content: "$";
}
.icon-basic-magnifier-plus:before {
content: "%";
}
.icon-basic-mail:before {
content: "&";
}
.icon-basic-mail-multiple:before {
content: "'";
}
.icon-basic-mail-open:before {
content: "(";
}
.icon-basic-mail-open-text:before {
content: ")";
}
.icon-basic-male:before {
content: "*";
}
.icon-basic-map:before {
content: "+";
}
.icon-basic-message:before {
content: ",";
}
.icon-basic-message-multiple:before {
content: "-";
}
.icon-basic-message-txt:before {
content: ".";
}
.icon-basic-mixer2:before {
content: "/";
}
.icon-basic-mouse:before {
content: ":";
}
.icon-basic-notebook:before {
content: ";";
}
.icon-basic-notebook-pen:before {
content: "<";
}
.icon-basic-notebook-pencil:before {
content: "=";
}
.icon-basic-paperplane:before {
content: ">";
}
.icon-basic-pencil-ruler:before {
content: "?";
}
.icon-basic-pencil-ruler-pen:before {
content: "@";
}
.icon-basic-photo:before {
content: "[";
}
.icon-basic-picture:before {
content: "]";
}
.icon-basic-picture-multiple:before {
content: "^";
}
.icon-basic-pin1:before {
content: "_";
}
.icon-basic-pin2:before {
content: "`";
}
.icon-basic-postcard:before {
content: "{";
}
.icon-basic-postcard-multiple:before {
content: "|";
}
.icon-basic-printer:before {
content: "}";
}
.icon-basic-question:before {
content: "~";
}
.icon-basic-rss:before {
content: "\\";
}
.icon-basic-server:before {
content: "\e000";
}
.icon-basic-server2:before {
content: "\e001";
}
.icon-basic-server-cloud:before {
content: "\e002";
}
.icon-basic-server-download:before {
content: "\e003";
}
.icon-basic-server-upload:before {
content: "\e004";
}
.icon-basic-settings:before {
content: "\e005";
}
.icon-basic-share:before {
content: "\e006";
}
.icon-basic-sheet:before {
content: "\e007";
}
.icon-basic-sheet-multiple:before {
content: "\e008";
}
.icon-basic-sheet-pen:before {
content: "\e009";
}
.icon-basic-sheet-pencil:before {
content: "\e00a";
}
.icon-basic-sheet-txt:before {
content: "\e00b";
}
.icon-basic-signs:before {
content: "\e00c";
}
.icon-basic-smartphone:before {
content: "\e00d";
}
.icon-basic-spades:before {
content: "\e00e";
}
.icon-basic-spread:before {
content: "\e00f";
}
.icon-basic-spread-bookmark:before {
content: "\e010";
}
.icon-basic-spread-text:before {
content: "\e011";
}
.icon-basic-spread-text-bookmark:before {
content: "\e012";
}
.icon-basic-star:before {
content: "\e013";
}
.icon-basic-tablet:before {
content: "\e014";
}
.icon-basic-target:before {
content: "\e015";
}
.icon-basic-todo:before {
content: "\e016";
}
.icon-basic-todo-pen:before {
content: "\e017";
}
.icon-basic-todo-pencil:before {
content: "\e018";
}
.icon-basic-todo-txt:before {
content: "\e019";
}
.icon-basic-todolist-pen:before {
content: "\e01a";
}
.icon-basic-todolist-pencil:before {
content: "\e01b";
}
.icon-basic-trashcan:before {
content: "\e01c";
}
.icon-basic-trashcan-full:before {
content: "\e01d";
}
.icon-basic-trashcan-refresh:before {
content: "\e01e";
}
.icon-basic-trashcan-remove:before {
content: "\e01f";
}
.icon-basic-upload:before {
content: "\e020";
}
.icon-basic-usb:before {
content: "\e021";
}
.icon-basic-video:before {
content: "\e022";
}
.icon-basic-watch:before {
content: "\e023";
}
.icon-basic-webpage:before {
content: "\e024";
}
.icon-basic-webpage-img-txt:before {
content: "\e025";
}
.icon-basic-webpage-multiple:before {
content: "\e026";
}
.icon-basic-webpage-txt:before {
content: "\e027";
}
.icon-basic-world:before {
content: "\e028";
}
@font-face {
font-family: "linea-basic-elaboration-10";
src: url(//hoisko.fi/wp-content/themes/tm-arden/assets/fonts/linea/linea-basic-elaboration-10.eot);
src: url(//hoisko.fi/wp-content/themes/tm-arden/assets/fonts/linea/linea-basic-elaboration-10.eot?#iefix) format("embedded-opentype"), url(//hoisko.fi/wp-content/themes/tm-arden/assets/fonts/linea/linea-basic-elaboration-10.woff) format("woff"), url(//hoisko.fi/wp-content/themes/tm-arden/assets/fonts/linea/linea-basic-elaboration-10.ttf) format("truetype"), url(//hoisko.fi/wp-content/themes/tm-arden/assets/fonts/linea/linea-basic-elaboration-10.svg#linea-basic-elaboration-10) format("svg");
font-weight: normal;
font-style: normal;
}
[class^="icon-basic-elaboration-"]:before,
[class*=" icon-basic-elaboration-"]:before {
font-family: "linea-basic-elaboration-10" !important;
font-style: normal !important;
font-weight: normal;
font-variant: normal !important;
text-transform: none !important;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-basic-elaboration-bookmark-checck:before {
content: "a";
}
.icon-basic-elaboration-bookmark-minus:before {
content: "b";
}
.icon-basic-elaboration-bookmark-plus:before {
content: "c";
}
.icon-basic-elaboration-bookmark-remove:before {
content: "d";
}
.icon-basic-elaboration-briefcase-check:before {
content: "e";
}
.icon-basic-elaboration-briefcase-download:before {
content: "f";
}
.icon-basic-elaboration-briefcase-flagged:before {
content: "g";
}
.icon-basic-elaboration-briefcase-minus:before {
content: "h";
}
.icon-basic-elaboration-briefcase-plus:before {
content: "i";
}
.icon-basic-elaboration-briefcase-refresh:before {
content: "j";
}
.icon-basic-elaboration-briefcase-remove:before {
content: "k";
}
.icon-basic-elaboration-briefcase-search:before {
content: "l";
}
.icon-basic-elaboration-briefcase-star:before {
content: "m";
}
.icon-basic-elaboration-briefcase-upload:before {
content: "n";
}
.icon-basic-elaboration-browser-check:before {
content: "o";
}
.icon-basic-elaboration-browser-download:before {
content: "p";
}
.icon-basic-elaboration-browser-minus:before {
content: "q";
}
.icon-basic-elaboration-browser-plus:before {
content: "r";
}
.icon-basic-elaboration-browser-refresh:before {
content: "s";
}
.icon-basic-elaboration-browser-remove:before {
content: "t";
}
.icon-basic-elaboration-browser-search:before {
content: "u";
}
.icon-basic-elaboration-browser-star:before {
content: "v";
}
.icon-basic-elaboration-browser-upload:before {
content: "w";
}
.icon-basic-elaboration-calendar-check:before {
content: "x";
}
.icon-basic-elaboration-calendar-cloud:before {
content: "y";
}
.icon-basic-elaboration-calendar-download:before {
content: "z";
}
.icon-basic-elaboration-calendar-empty:before {
content: "A";
}
.icon-basic-elaboration-calendar-flagged:before {
content: "B";
}
.icon-basic-elaboration-calendar-heart:before {
content: "C";
}
.icon-basic-elaboration-calendar-minus:before {
content: "D";
}
.icon-basic-elaboration-calendar-next:before {
content: "E";
}
.icon-basic-elaboration-calendar-noaccess:before {
content: "F";
}
.icon-basic-elaboration-calendar-pencil:before {
content: "G";
}
.icon-basic-elaboration-calendar-plus:before {
content: "H";
}
.icon-basic-elaboration-calendar-previous:before {
content: "I";
}
.icon-basic-elaboration-calendar-refresh:before {
content: "J";
}
.icon-basic-elaboration-calendar-remove:before {
content: "K";
}
.icon-basic-elaboration-calendar-search:before {
content: "L";
}
.icon-basic-elaboration-calendar-star:before {
content: "M";
}
.icon-basic-elaboration-calendar-upload:before {
content: "N";
}
.icon-basic-elaboration-cloud-check:before {
content: "O";
}
.icon-basic-elaboration-cloud-download:before {
content: "P";
}
.icon-basic-elaboration-cloud-minus:before {
content: "Q";
}
.icon-basic-elaboration-cloud-noaccess:before {
content: "R";
}
.icon-basic-elaboration-cloud-plus:before {
content: "S";
}
.icon-basic-elaboration-cloud-refresh:before {
content: "T";
}
.icon-basic-elaboration-cloud-remove:before {
content: "U";
}
.icon-basic-elaboration-cloud-search:before {
content: "V";
}
.icon-basic-elaboration-cloud-upload:before {
content: "W";
}
.icon-basic-elaboration-document-check:before {
content: "X";
}
.icon-basic-elaboration-document-cloud:before {
content: "Y";
}
.icon-basic-elaboration-document-download:before {
content: "Z";
}
.icon-basic-elaboration-document-flagged:before {
content: "0";
}
.icon-basic-elaboration-document-graph:before {
content: "1";
}
.icon-basic-elaboration-document-heart:before {
content: "2";
}
.icon-basic-elaboration-document-minus:before {
content: "3";
}
.icon-basic-elaboration-document-next:before {
content: "4";
}
.icon-basic-elaboration-document-noaccess:before {
content: "5";
}
.icon-basic-elaboration-document-note:before {
content: "6";
}
.icon-basic-elaboration-document-pencil:before {
content: "7";
}
.icon-basic-elaboration-document-picture:before {
content: "8";
}
.icon-basic-elaboration-document-plus:before {
content: "9";
}
.icon-basic-elaboration-document-previous:before {
content: "!";
}
.icon-basic-elaboration-document-refresh:before {
content: "\"";
}
.icon-basic-elaboration-document-remove:before {
content: "#";
}
.icon-basic-elaboration-document-search:before {
content: "$";
}
.icon-basic-elaboration-document-star:before {
content: "%";
}
.icon-basic-elaboration-document-upload:before {
content: "&";
}
.icon-basic-elaboration-folder-check:before {
content: "'";
}
.icon-basic-elaboration-folder-cloud:before {
content: "(";
}
.icon-basic-elaboration-folder-document:before {
content: ")";
}
.icon-basic-elaboration-folder-download:before {
content: "*";
}
.icon-basic-elaboration-folder-flagged:before {
content: "+";
}
.icon-basic-elaboration-folder-graph:before {
content: ",";
}
.icon-basic-elaboration-folder-heart:before {
content: "-";
}
.icon-basic-elaboration-folder-minus:before {
content: ".";
}
.icon-basic-elaboration-folder-next:before {
content: "/";
}
.icon-basic-elaboration-folder-noaccess:before {
content: ":";
}
.icon-basic-elaboration-folder-note:before {
content: ";";
}
.icon-basic-elaboration-folder-pencil:before {
content: "<";
}
.icon-basic-elaboration-folder-picture:before {
content: "=";
}
.icon-basic-elaboration-folder-plus:before {
content: ">";
}
.icon-basic-elaboration-folder-previous:before {
content: "?";
}
.icon-basic-elaboration-folder-refresh:before {
content: "@";
}
.icon-basic-elaboration-folder-remove:before {
content: "[";
}
.icon-basic-elaboration-folder-search:before {
content: "]";
}
.icon-basic-elaboration-folder-star:before {
content: "^";
}
.icon-basic-elaboration-folder-upload:before {
content: "_";
}
.icon-basic-elaboration-mail-check:before {
content: "`";
}
.icon-basic-elaboration-mail-cloud:before {
content: "{";
}
.icon-basic-elaboration-mail-document:before {
content: "|";
}
.icon-basic-elaboration-mail-download:before {
content: "}";
}
.icon-basic-elaboration-mail-flagged:before {
content: "~";
}
.icon-basic-elaboration-mail-heart:before {
content: "\\";
}
.icon-basic-elaboration-mail-next:before {
content: "\e000";
}
.icon-basic-elaboration-mail-noaccess:before {
content: "\e001";
}
.icon-basic-elaboration-mail-note:before {
content: "\e002";
}
.icon-basic-elaboration-mail-pencil:before {
content: "\e003";
}
.icon-basic-elaboration-mail-picture:before {
content: "\e004";
}
.icon-basic-elaboration-mail-previous:before {
content: "\e005";
}
.icon-basic-elaboration-mail-refresh:before {
content: "\e006";
}
.icon-basic-elaboration-mail-remove:before {
content: "\e007";
}
.icon-basic-elaboration-mail-search:before {
content: "\e008";
}
.icon-basic-elaboration-mail-star:before {
content: "\e009";
}
.icon-basic-elaboration-mail-upload:before {
content: "\e00a";
}
.icon-basic-elaboration-message-check:before {
content: "\e00b";
}
.icon-basic-elaboration-message-dots:before {
content: "\e00c";
}
.icon-basic-elaboration-message-happy:before {
content: "\e00d";
}
.icon-basic-elaboration-message-heart:before {
content: "\e00e";
}
.icon-basic-elaboration-message-minus:before {
content: "\e00f";
}
.icon-basic-elaboration-message-note:before {
content: "\e010";
}
.icon-basic-elaboration-message-plus:before {
content: "\e011";
}
.icon-basic-elaboration-message-refresh:before {
content: "\e012";
}
.icon-basic-elaboration-message-remove:before {
content: "\e013";
}
.icon-basic-elaboration-message-sad:before {
content: "\e014";
}
.icon-basic-elaboration-smartphone-cloud:before {
content: "\e015";
}
.icon-basic-elaboration-smartphone-heart:before {
content: "\e016";
}
.icon-basic-elaboration-smartphone-noaccess:before {
content: "\e017";
}
.icon-basic-elaboration-smartphone-note:before {
content: "\e018";
}
.icon-basic-elaboration-smartphone-pencil:before {
content: "\e019";
}
.icon-basic-elaboration-smartphone-picture:before {
content: "\e01a";
}
.icon-basic-elaboration-smartphone-refresh:before {
content: "\e01b";
}
.icon-basic-elaboration-smartphone-search:before {
content: "\e01c";
}
.icon-basic-elaboration-tablet-cloud:before {
content: "\e01d";
}
.icon-basic-elaboration-tablet-heart:before {
content: "\e01e";
}
.icon-basic-elaboration-tablet-noaccess:before {
content: "\e01f";
}
.icon-basic-elaboration-tablet-note:before {
content: "\e020";
}
.icon-basic-elaboration-tablet-pencil:before {
content: "\e021";
}
.icon-basic-elaboration-tablet-picture:before {
content: "\e022";
}
.icon-basic-elaboration-tablet-refresh:before {
content: "\e023";
}
.icon-basic-elaboration-tablet-search:before {
content: "\e024";
}
.icon-basic-elaboration-todolist-2:before {
content: "\e025";
}
.icon-basic-elaboration-todolist-check:before {
content: "\e026";
}
.icon-basic-elaboration-todolist-cloud:before {
content: "\e027";
}
.icon-basic-elaboration-todolist-download:before {
content: "\e028";
}
.icon-basic-elaboration-todolist-flagged:before {
content: "\e029";
}
.icon-basic-elaboration-todolist-minus:before {
content: "\e02a";
}
.icon-basic-elaboration-todolist-noaccess:before {
content: "\e02b";
}
.icon-basic-elaboration-todolist-pencil:before {
content: "\e02c";
}
.icon-basic-elaboration-todolist-plus:before {
content: "\e02d";
}
.icon-basic-elaboration-todolist-refresh:before {
content: "\e02e";
}
.icon-basic-elaboration-todolist-remove:before {
content: "\e02f";
}
.icon-basic-elaboration-todolist-search:before {
content: "\e030";
}
.icon-basic-elaboration-todolist-star:before {
content: "\e031";
}
.icon-basic-elaboration-todolist-upload:before {
content: "\e032";
}
@font-face {
font-family: "linea-ecommerce-10";
src: url(//hoisko.fi/wp-content/themes/tm-arden/assets/fonts/linea/linea-ecommerce-10.eot);
src: url(//hoisko.fi/wp-content/themes/tm-arden/assets/fonts/linea/linea-ecommerce-10.eot?#iefix) format("embedded-opentype"), url(//hoisko.fi/wp-content/themes/tm-arden/assets/fonts/linea/linea-ecommerce-10.woff) format("woff"), url(//hoisko.fi/wp-content/themes/tm-arden/assets/fonts/linea/linea-ecommerce-10.ttf) format("truetype"), url(//hoisko.fi/wp-content/themes/tm-arden/assets/fonts/linea/linea-ecommerce-10.svg#linea-ecommerce-10) format("svg");
font-weight: normal;
font-style: normal;
}
[class^="icon-ecommerce-"]:before,
[class*=" icon-ecommerce-"]:before {
font-family: "linea-ecommerce-10" !important;
font-style: normal !important;
font-weight: normal;
font-variant: normal !important;
text-transform: none !important;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-ecommerce-bag:before {
content: "a";
}
.icon-ecommerce-bag-check:before {
content: "b";
}
.icon-ecommerce-bag-cloud:before {
content: "c";
}
.icon-ecommerce-bag-download:before {
content: "d";
}
.icon-ecommerce-bag-minus:before {
content: "e";
}
.icon-ecommerce-bag-plus:before {
content: "f";
}
.icon-ecommerce-bag-refresh:before {
content: "g";
}
.icon-ecommerce-bag-remove:before {
content: "h";
}
.icon-ecommerce-bag-search:before {
content: "i";
}
.icon-ecommerce-bag-upload:before {
content: "j";
}
.icon-ecommerce-banknote:before {
content: "k";
}
.icon-ecommerce-banknotes:before {
content: "l";
}
.icon-ecommerce-basket:before {
content: "m";
}
.icon-ecommerce-basket-check:before {
content: "n";
}
.icon-ecommerce-basket-cloud:before {
content: "o";
}
.icon-ecommerce-basket-download:before {
content: "p";
}
.icon-ecommerce-basket-minus:before {
content: "q";
}
.icon-ecommerce-basket-plus:before {
content: "r";
}
.icon-ecommerce-basket-refresh:before {
content: "s";
}
.icon-ecommerce-basket-remove:before {
content: "t";
}
.icon-ecommerce-basket-search:before {
content: "u";
}
.icon-ecommerce-basket-upload:before {
content: "v";
}
.icon-ecommerce-bath:before {
content: "w";
}
.icon-ecommerce-cart:before {
content: "x";
}
.icon-ecommerce-cart-check:before {
content: "y";
}
.icon-ecommerce-cart-cloud:before {
content: "z";
}
.icon-ecommerce-cart-content:before {
content: "A";
}
.icon-ecommerce-cart-download:before {
content: "B";
}
.icon-ecommerce-cart-minus:before {
content: "C";
}
.icon-ecommerce-cart-plus:before {
content: "D";
}
.icon-ecommerce-cart-refresh:before {
content: "E";
}
.icon-ecommerce-cart-remove:before {
content: "F";
}
.icon-ecommerce-cart-search:before {
content: "G";
}
.icon-ecommerce-cart-upload:before {
content: "H";
}
.icon-ecommerce-cent:before {
content: "I";
}
.icon-ecommerce-colon:before {
content: "J";
}
.icon-ecommerce-creditcard:before {
content: "K";
}
.icon-ecommerce-diamond:before {
content: "L";
}
.icon-ecommerce-dollar:before {
content: "M";
}
.icon-ecommerce-euro:before {
content: "N";
}
.icon-ecommerce-franc:before {
content: "O";
}
.icon-ecommerce-gift:before {
content: "P";
}
.icon-ecommerce-graph1:before {
content: "Q";
}
.icon-ecommerce-graph2:before {
content: "R";
}
.icon-ecommerce-graph3:before {
content: "S";
}
.icon-ecommerce-graph-decrease:before {
content: "T";
}
.icon-ecommerce-graph-increase:before {
content: "U";
}
.icon-ecommerce-guarani:before {
content: "V";
}
.icon-ecommerce-kips:before {
content: "W";
}
.icon-ecommerce-lira:before {
content: "X";
}
.icon-ecommerce-megaphone:before {
content: "Y";
}
.icon-ecommerce-money:before {
content: "Z";
}
.icon-ecommerce-naira:before {
content: "0";
}
.icon-ecommerce-pesos:before {
content: "1";
}
.icon-ecommerce-pound:before {
content: "2";
}
.icon-ecommerce-receipt:before {
content: "3";
}
.icon-ecommerce-receipt-bath:before {
content: "4";
}
.icon-ecommerce-receipt-cent:before {
content: "5";
}
.icon-ecommerce-receipt-dollar:before {
content: "6";
}
.icon-ecommerce-receipt-euro:before {
content: "7";
}
.icon-ecommerce-receipt-franc:before {
content: "8";
}
.icon-ecommerce-receipt-guarani:before {
content: "9";
}
.icon-ecommerce-receipt-kips:before {
content: "!";
}
.icon-ecommerce-receipt-lira:before {
content: "\"";
}
.icon-ecommerce-receipt-naira:before {
content: "#";
}
.icon-ecommerce-receipt-pesos:before {
content: "$";
}
.icon-ecommerce-receipt-pound:before {
content: "%";
}
.icon-ecommerce-receipt-rublo:before {
content: "&";
}
.icon-ecommerce-receipt-rupee:before {
content: "'";
}
.icon-ecommerce-receipt-tugrik:before {
content: "(";
}
.icon-ecommerce-receipt-won:before {
content: ")";
}
.icon-ecommerce-receipt-yen:before {
content: "*";
}
.icon-ecommerce-receipt-yen2:before {
content: "+";
}
.icon-ecommerce-recept-colon:before {
content: ",";
}
.icon-ecommerce-rublo:before {
content: "-";
}
.icon-ecommerce-rupee:before {
content: ".";
}
.icon-ecommerce-safe:before {
content: "/";
}
.icon-ecommerce-sale:before {
content: ":";
}
.icon-ecommerce-sales:before {
content: ";";
}
.icon-ecommerce-ticket:before {
content: "<";
}
.icon-ecommerce-tugriks:before {
content: "=";
}
.icon-ecommerce-wallet:before {
content: ">";
}
.icon-ecommerce-won:before {
content: "?";
}
.icon-ecommerce-yen:before {
content: "@";
}
.icon-ecommerce-yen2:before {
content: "[";
}
@font-face {
font-family: "linea-music-10";
src: url(//hoisko.fi/wp-content/themes/tm-arden/assets/fonts/linea/linea-music-10.eot);
src: url(//hoisko.fi/wp-content/themes/tm-arden/assets/fonts/linea/linea-music-10.eot?#iefix) format("embedded-opentype"), url(//hoisko.fi/wp-content/themes/tm-arden/assets/fonts/linea/linea-music-10.woff) format("woff"), url(//hoisko.fi/wp-content/themes/tm-arden/assets/fonts/linea/linea-music-10.ttf) format("truetype"), url(//hoisko.fi/wp-content/themes/tm-arden/assets/fonts/linea/linea-music-10.svg#linea-music-10) format("svg");
font-weight: normal;
font-style: normal;
}
[class^="icon-music-"]:before,
[class*=" icon-music-"]:before {
font-family: "linea-music-10" !important;
font-style: normal !important;
font-weight: normal;
font-variant: normal !important;
text-transform: none !important;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-music-beginning-button:before {
content: "a";
}
.icon-music-bell:before {
content: "b";
}
.icon-music-cd:before {
content: "c";
}
.icon-music-diapason:before {
content: "d";
}
.icon-music-eject-button:before {
content: "e";
}
.icon-music-end-button:before {
content: "f";
}
.icon-music-fastforward-button:before {
content: "g";
}
.icon-music-headphones:before {
content: "h";
}
.icon-music-ipod:before {
content: "i";
}
.icon-music-loudspeaker:before {
content: "j";
}
.icon-music-microphone:before {
content: "k";
}
.icon-music-microphone-old:before {
content: "l";
}
.icon-music-mixer:before {
content: "m";
}
.icon-music-mute:before {
content: "n";
}
.icon-music-note-multiple:before {
content: "o";
}
.icon-music-note-single:before {
content: "p";
}
.icon-music-pause-button:before {
content: "q";
}
.icon-music-play-button:before {
content: "r";
}
.icon-music-playlist:before {
content: "s";
}
.icon-music-radio-ghettoblaster:before {
content: "t";
}
.icon-music-radio-portable:before {
content: "u";
}
.icon-music-record:before {
content: "v";
}
.icon-music-recordplayer:before {
content: "w";
}
.icon-music-repeat-button:before {
content: "x";
}
.icon-music-rewind-button:before {
content: "y";
}
.icon-music-shuffle-button:before {
content: "z";
}
.icon-music-stop-button:before {
content: "A";
}
.icon-music-tape:before {
content: "B";
}
.icon-music-volume-down:before {
content: "C";
}
.icon-music-volume-up:before {
content: "D";
} @-webkit-keyframes fadeIn {
0% {
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
}
100% {
opacity: 1;
}
}
@-webkit-keyframes moveVertical {
0% {
}
100% {
-webkit-transform: translateY(0);
opacity: 1;
}
}
@keyframes moveVertical {
0% {
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@-webkit-keyframes moveHorizontal {
0% {
}
100% {
-webkit-transform: translateX(0);
opacity: 1;
}
}
@keyframes moveHorizontal {
0% {
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
}
@-webkit-keyframes scaleUp {
0% {
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@keyframes scaleUp {
0% {
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes fallPerspective {
0% {
}
100% {
-webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
opacity: 1;
}
}
@keyframes fallPerspective {
0% {
}
100% {
-webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
transform: translateZ(0px) translateY(0px) rotateX(0deg);
opacity: 1;
}
}
@-webkit-keyframes fly {
0% {
}
100% {
-webkit-transform: rotateX(0deg);
opacity: 1;
}
}
@keyframes fly {
0% {
}
100% {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
}
}
@-webkit-keyframes flip {
0% {
}
100% {
-webkit-transform: rotateX(0deg);
opacity: 1;
}
}
@keyframes flip {
0% {
}
100% {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
}
}
@-webkit-keyframes helix {
0% {
}
100% {
-webkit-transform: rotateY(0deg);
opacity: 1;
}
}
@keyframes helix {
0% {
}
100% {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 1;
}
}
@-webkit-keyframes popUp {
0% {
}
70% {
-webkit-transform: scale(1.1);
opacity: .8;
-webkit-animation-timing-function: ease-out;
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@keyframes popUp {
0% {
}
70% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
opacity: .8;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
.tm-animation {
opacity: 0;
}
.tm-animation.fade-in.animate {
-webkit-animation: fadeIn 0.95s ease forwards;
animation: fadeIn 0.95s ease forwards;
}
.tm-animation.move-up.animate {
-webkit-transform: translateY(150px);
-ms-transform: translateY(150px);
transform: translateY(150px);
-webkit-animation: moveVertical 0.65s ease forwards;
animation: moveVertical 0.65s ease forwards;
}
.tm-animation.move-down.animate {
-webkit-transform: translateY(-150px);
-ms-transform: translateY(-150px);
transform: translateY(-150px);
-webkit-animation: moveVertical 0.65s ease forwards;
animation: moveVertical 0.65s ease forwards;
}
.tm-animation.move-left.animate {
-webkit-transform: translateX(150px);
-ms-transform: translateX(150px);
transform: translateX(150px);
-webkit-animation: moveHorizontal 0.65s ease forwards;
animation: moveHorizontal 0.65s ease forwards;
}
.tm-animation.move-right.animate {
-webkit-transform: translateX(-150px);
-ms-transform: translateX(-150px);
transform: translateX(-150px);
-webkit-animation: moveHorizontal 0.65s ease forwards;
animation: moveHorizontal 0.65s ease forwards;
}
.tm-animation.scale-up.animate {
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
-webkit-animation: scaleUp 0.65s ease-in-out forwards;
animation: scaleUp 0.65s ease-in-out forwards;
}
.tm-animation.fall-perspective {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.tm-animation.fall-perspective.animate {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
transform: translateZ(400px) translateY(300px) rotateX(-90deg);
-webkit-animation: fallPerspective .8s ease-in-out forwards;
animation: fallPerspective .8s ease-in-out forwards;
}
.tm-animation.fly {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.tm-animation.fly.animate {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform-origin: 50% 50% -300px;
-ms-transform-origin: 50% 50% -300px;
transform-origin: 50% 50% -300px;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
-webkit-animation: fly .8s ease-in-out forwards;
animation: fly .8s ease-in-out forwards;
}
.tm-animation.flip.animate {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: rotateX(-80deg);
transform: rotateX(-80deg);
-webkit-animation: flip .8s ease-in-out forwards;
animation: flip .8s ease-in-out forwards;
}
.tm-animation.helix {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.tm-animation.helix.animate {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-animation: helix .8s ease-in-out forwards;
animation: helix .8s ease-in-out forwards;
}
.tm-animation.pop-up {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.tm-animation.pop-up.animate {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-animation: popUp .8s ease-in forwards;
animation: popUp .8s ease-in forwards;
}
.embed-responsive,
.video-player {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive iframe,
.video-player iframe {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.overflow-visible {
overflow: visible !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.embed-responsive-16by9,
.video-player {
padding-bottom: 56.25%;
}
.instagram-media {
max-width: 100% !important;
}
.left-text {
text-align: left;
}
.center-text {
text-align: center;
}
.right-text {
text-align: right;
}
.line-height-0 {
line-height: 0;
}
.font-size-inherit {
font-size: inherit !important;
}
.zindex2 {
z-index: 2 !important;
} @media only screen and (min-width: 1024px) {
#footer-wrap {
position: fixed;
left: 0;
bottom: 0;
}
.footer-always-bottom {
height: 100%;
}
.footer-always-bottom .site {
min-height: 100%;
position: relative;
}
.footer-always-bottom .page-footer-wrapper {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.page-footer-parallax:not(.page-template-one-page-scroll) {
height: 100%;
}
.page-footer-parallax:not(.page-template-one-page-scroll) .site {
min-height: 100%;
position: static;
}
.page-footer-parallax:not(.page-template-one-page-scroll) .content-wrapper {
position: relative;
z-index: 3;
background: inherit;
}
.page-footer-parallax:not(.page-template-one-page-scroll) .page-footer-wrapper {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 1;
}
}
.site {
overflow: hidden;
}
.home.blog .page-main-content {
padding-top: 100px;
}
.home.blog .page-content {
background-color: #f8f8f8;
}
body.archive:not(.post-type-archive):not(.woocommerce) {
background-color: #f8f8f8;
}
body.archive:not(.post-type-archive):not(.woocommerce) .page-main-content {
padding-top: 50px;
}
@media (max-width: 543px) {
.hidden-xs {
display: none;
}
}
@media (min-width: 544px) and (max-width: 767px) {
.hidden-sm {
display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-md {
display: none;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-lg {
display: none;
}
}
@media (min-width: 1200px) and (max-width: 1919px) {
.hidden-xl {
display: none;
}
}
@media (min-width: 1920px) {
.hidden-xxl {
display: none;
}
}
[visibility='visible'] {
display: block;
}
[visibility='hidden'] {
display: none;
}
.page-content {
z-index: 1;
position: relative;
}
.post-password-form input[type=submit] {
margin: 30px auto 0;
display: block;
}
.tm-box-content {
margin-bottom: 30px;
padding: 30px;
border: 1px solid #eeeeee;
background-color: #ffffff;
}
.single-post.page-has-no-sidebar .page-content > .container > .row {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.single-post .site {
background-color: #f8f8f8;
}
.single-post .page-main-content {
padding-top: 65px;
padding-bottom: 70px;
}
.single-post .page-main-content > .post {
padding-top: 58px;
padding-bottom: 0;
}
.single-post .page-main-content > .post .post-feature {
margin-top: 36px;
}
.single-post .page-main-content .entry-header {
text-align: center;
}
.single-post .page-main-content .post-categories {
margin-bottom: 2px;
text-transform: uppercase;
}
.single-post .page-main-content .post-categories a {
color: inherit;
letter-spacing: 1.75px;
font-weight: bold;
font-size: 14px;
}
.single-post .page-main-content .entry-title {
margin-bottom: 7px;
font-size: 30px;
}
.single-post .page-main-content .post-date {
color: #a9adb9;
letter-spacing: 0;
line-height: 30px;
}
.single-post .page-main-content .entry-content {
margin: 45px 0 50px;
}
.single-post .page-main-content .entry-author {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 45px 50px 40px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.single-post .page-main-content .entry-author .author-avatar {
min-width: 108px;
width: 108px;
}
.single-post .page-main-content .entry-author .author-avatar img {
border-radius: 50%;
}
.single-post .page-main-content .entry-author .author-description {
margin-left: 40px;
}
.single-post .page-main-content .entry-author .author-name {
margin-bottom: 11px;
font-size: 18px;
}
.single-post .page-main-content .entry-author .author-biographical-info {
font-size: 16px;
line-height: 1.65;
}
.single-post .page-main-content .entry-author .author-social-networks {
margin: 12px -8px 0;
}
.single-post .page-main-content .entry-author .author-social-networks a {
display: block;
float: left;
padding: 6px 8px;
font-size: 16px;
line-height: 1;
}
.single-post .page-main-content .post-thumbnail {
text-align: center;
}
.single-post .page-main-content .post-tags span {
text-transform: uppercase;
letter-spacing: 1.75px;
font-weight: bold;
font-size: 14px;
}
.single-post .page-main-content .post-tags a {
display: inline-block;
padding: 3px 8px;
}
.single-post .entry-footer {
border-top: 1px solid #eeeeee;
}
.single-post .entry-footer .row {
padding-top: 25px;
padding-bottom: 25px;
min-height: 90px;
}
.single-post .post-audio {
margin-bottom: -8px;
}
.single-post .post-audio iframe {
width: 100%;
height: 153px;
border: 0;
}
.single-post .post-link {
padding: 40px 35px;
}
.single-post .post-link a {
color: #ffffff;
letter-spacing: .2px;
font-size: 24px;
line-height: 1.55;
word-wrap: break-word;
}
.single-post .post-feature .post-quote {
padding: 42px 35px 80px;
background: url(//hoisko.fi/wp-content/themes/tm-arden/assets/images/blockquote.png) no-repeat;
background-position: bottom 40px right 40px;
}
.single-post .post-feature .post-quote .post-quote-text {
margin-bottom: 11px;
color: #ffffff;
letter-spacing: .2px;
font-size: 24px;
line-height: 1.55;
}
.single-post .post-feature .post-quote .post-quote-name {
letter-spacing: 1.75px;
font-weight: bold;
font-size: 14px;
text-transform: uppercase;
}
.single-post .post-feature .post-quote .post-quote-name a {
color: inherit;
}
.single-post .format-gallery .swiper-pagination {
position: absolute;
bottom: 27px;
left: 0;
width: 100%;
margin-top: 0;
}
.single-post .format-gallery .swiper-pagination .swiper-pagination-bullet {
border-color: #ffffff;
opacity: .2;
}
.single-post .format-gallery .swiper-pagination .swiper-pagination-bullet:hover,
.single-post .format-gallery .swiper-pagination .swiper-pagination-bullet-active {
border-color: #ffffff;
opacity: 1;
}
.single-post .post-share {
margin: 0 -8px;
text-align: right;
}
.single-post .post-share a {
display: inline-block;
padding: 6px 8px;
font-size: 16px;
}
.single-post .related-posts-wrap {
margin-top: 55px;
margin-bottom: 30px;
}
.single-post .related-posts-wrap .related-title {
margin-bottom: 30px;
text-align: center;
font-size: 32px;
}
.single-post .related-posts .related-post-item {
padding: 40px 30px;
width: 100%;
border: 1px solid #eeeeee;
background: #ffffff;
}
.single-post .related-posts .post-categories {
margin-bottom: 6px;
}
.single-post .related-posts .related-post-title a {
display: block;
margin-bottom: 12px;
font-size: 30px;
line-height: 1.2;
color: inherit;
}
.single-post .related-posts .post-overlay h4 {
position: absolute;
top: 0;
right: 18px;
font-size: 150px;
line-height: 1;
opacity: .05;
}
.single-post .related-posts .post-content {
position: relative;
z-index: 1;
}
.single-post .related-posts.tm-swiper .swiper-pagination {
margin-top: 30px;
}
@media (max-width: 991px) {
.single-post .page-main-content .entry-author {
padding: 30px;
}
}
@media (max-width: 767px) {
.single-post .page-main-content .entry-title {
font-size: 24px;
}
.single-post .page-main-content .entry-content {
margin-bottom: 50px;
}
.single-post .page-main-content .entry-author {
display: block;
margin-bottom: 35px;
padding: 30px;
}
.single-post .page-main-content .entry-author .author-avatar {
margin-bottom: 30px;
min-width: 130px;
width: 130px;
}
.single-post .page-main-content .entry-author .author-description {
margin-left: 0;
}
}
.single-portfolio .page-content {
padding: 90px 0 70px;
}
.single-portfolio .post-video {
margin-bottom: 105px;
}
.single-portfolio .post-share {
margin: 0 -8px;
}
.single-portfolio .post-share a {
padding: 0 8px;
font-size: 16px;
}
.single-portfolio .page-main-content .tm-grid-wrapper .grid-item,
.single-portfolio .page-main-content .tm-grid-wrapper .grid-sizer {
width: calc((100% - 60px) / 3);
}
.single-portfolio .swiper-nav-button {
margin-top: -35px;
width: 70px;
height: 70px;
border-radius: 50%;
background: #fff;
text-align: center;
font-size: 40px;
line-height: 70px;
}
.single-portfolio .swiper-nav-button:hover {
color: #fff;
}
.single-portfolio .swiper-button-prev {
left: 50px;
}
.single-portfolio .swiper-button-next {
right: 50px;
}
.single-portfolio .related-portfolio-title {
margin: 30px 0 50px;
text-align: center;
}
.single-portfolio .related-portfolio-list {
margin-bottom: 70px;
}
.single-portfolio .related-post-item .post-thumbnail > img {
width: 100%;
}
.single-portfolio .related-post-item .post-overlay {
position: absolute;
top: 0;
left: 0;
visibility: hidden;
width: 100%;
height: 100%;
opacity: 0;
}
.single-portfolio .related-post-item .post-overlay:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 1px solid rgba(255, 255, 255, 0.4);
content: '';
}
.single-portfolio .related-post-item .post-overlay-content {
position: absolute;
top: 0;
left: 0;
visibility: hidden;
width: 100%;
height: 100%;
text-align: center;
opacity: 0;
}
.single-portfolio .related-post-item .post-overlay-content-inner {
display: table;
width: 100%;
height: 100%;
}
.single-portfolio .related-post-item .post-overlay-info {
display: table-cell;
vertical-align: middle;
}
.single-portfolio .related-post-item .post-overlay-title {
margin-bottom: 30px;
}
.single-portfolio .related-post-item .post-overlay-title a {
text-transform: uppercase;
font-weight: bold;
font-size: 16px;
}
.single-portfolio .related-post-item .post-overlay-categories {
margin-top: 30px;
}
.single-portfolio .related-post-item .post-overlay-categories a {
color: #fff;
font-size: 18px;
}
.single-portfolio .related-post-item:hover .post-overlay,
.single-portfolio .related-post-item:hover .post-overlay-content {
visibility: visible;
opacity: .9;
}
.single-portfolio .related-post-item:hover .post-overlay:before {
top: 1.2rem;
right: 1.2rem;
bottom: 1.2rem;
left: 1.2rem;
}
.single-portfolio .related-post-item:hover .post-overlay-title {
margin-bottom: 0;
}
.single-portfolio .related-post-item:hover .post-overlay-categories {
margin-top: 0;
}
.portfolio-details-style1 .feature-wrap {
padding-left: 30px;
}
.portfolio-details-style2 .feature-wrap {
padding-right: 30px;
}
.portfolio-details-style3 .feature-wrap {
padding-left: 30px;
}
.portfolio-details-style4 .tm-swiper {
margin-bottom: 100px;
}
.portfolio-details-heading {
margin-bottom: 20px;
font-size: 32px;
}
.portfolio-details-content {
padding-bottom: 50px;
}
.tm-button-view-project {
text-transform: none !important;
font-weight: normal !important;
font-size: 18px !important;
}
.portfolio-details-list {
margin: 0;
padding: 50px 0 20px;
border-top: 1px solid #ddd;
}
.portfolio-details-list::after {
content: "";
display: table;
clear: both;
}
.portfolio-details-list li {
list-style-type: none;
}
.portfolio-details-list > li {
float: left;
margin-bottom: 30px;
width: 50%;
}
.portfolio-details-list a {
color: #878c9b;
}
.portfolio-details-list label,
.portfolio-details-list span {
display: block;
}
.portfolio-details-list label {
margin-bottom: 3px;
color: #333a57;
font-size: 20px;
}
.portfolio-details-list ul {
margin: 0;
padding: 0;
}
.portfolio-details-list ul li {
display: block;
}
.portfolio-details-list ul li + li {
margin-top: 2px;
}
.portfolio-details-gallery img {
margin-bottom: 30px;
}
.portfolio-details-gallery .gallery-item {
position: relative;
margin-bottom: 30px;
}
.portfolio-details-gallery .gallery-item:hover .overlay {
visibility: visible;
opacity: .9;
}
.portfolio-details-gallery .gallery-item img {
width: 100%;
}
.portfolio-details-gallery .overlay {
position: absolute;
top: 0;
left: 0;
visibility: hidden;
width: 100%;
height: 100%;
opacity: 0;
}
.portfolio-details-gallery .overlay > div {
position: absolute;
top: 50%;
left: 50%;
color: #fff;
font-size: 32px;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.portfolio-details-social {
padding: 25px 0 50px;
border-top: 1px solid #ddd;
}
.portfolio-details-social .post-view,
.portfolio-details-social .post-likes {
float: right;
}
.portfolio-details-social .post-view i,
.portfolio-details-social .post-likes i {
font-size: 15px;
}
.portfolio-details-social .post-view i {
color: #333a57;
}
.portfolio-details-social .post-likes {
margin-left: 15px;
}
.portfolio-details-social .post-likes .sl-button {
padding-right: 0;
}
.portfolio-details-social .post-likes .sl-icon {
margin-right: 5px;
}
.portfolio-details-social .post-likes .loader {
margin-left: 10px;
}
.portfolio-details-social .post-likes a,
.portfolio-details-social .post-likes a.liked {
color: #e35667;
}
.portfolio-feature {
margin-bottom: 30px;
}
.single-portfolio-style-6 .page-content {
padding: 0;
}
.single-portfolio-style-6 .tm-swiper .swiper-container {
height: 100vh;
}
.single-portfolio-style-6 .tm-swiper .swiper-slide {
min-width: 100%;
height: 100vh;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.single-portfolio-style-6 .swiper-nav-button {
position: fixed;
top: auto;
right: 0;
bottom: 0;
left: auto !important;
width: 80px;
height: 80px;
border-radius: 0;
line-height: 80px;
}
.single-portfolio-style-6 .swiper-button-prev {
right: 80px;
width: 81px;
border-right: 1px solid #eee;
}
.single-portfolio-style-6 .portfolio-details-canvas {
position: fixed;
top: 0;
left: -50%;
z-index: 9998;
width: 50%;
height: 100%;
background-color: #fff;
-webkit-transition: all .3s;
transition: all .3s;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.single-portfolio-style-6 .portfolio-details-canvas.open {
left: 0 !important;
overflow-y: auto;
}
.single-portfolio-style-6 .portfolio-details-canvas.open .btn-open {
right: 0;
left: calc(50% - 90px);
box-shadow: none;
}
.single-portfolio-style-6 .portfolio-details-canvas.open .btn-open .close-icon {
display: inline-block;
}
.single-portfolio-style-6 .portfolio-details-canvas.open .btn-open .open-icon {
display: none;
}
.single-portfolio-style-6 .portfolio-details-canvas .btn-open {
position: fixed;
top: 50%;
left: 0;
z-index: 9999;
width: 90px;
height: 270px;
background: #fff;
font-size: 20px;
line-height: 90px;
cursor: pointer;
-webkit-transition: all .3s;
transition: all .3s;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.single-portfolio-style-6 .portfolio-details-canvas .btn-open div {
position: absolute;
top: 50%;
left: 50%;
white-space: nowrap;
-webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.single-portfolio-style-6 .portfolio-details-canvas .btn-open i {
margin-right: 20px;
}
.single-portfolio-style-6 .portfolio-details-canvas .btn-open .close-icon {
display: none;
}
.single-portfolio-style-6 .portfolio-details-canvas .content {
padding: 120px 110px;
}
.single-portfolio-style-6 .return-prev-page {
position: fixed;
top: 50px;
right: 60px;
z-index: 999;
cursor: pointer;
width: 50px;
height: 50px;
}
.single-portfolio-style-6 .return-prev-page:before, .single-portfolio-style-6 .return-prev-page:after {
content: '';
position: absolute;
left: 50%;
top: 50%;
height: 2px;
width: 70px;
background: #fff;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.single-portfolio-style-6 .return-prev-page:before {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.single-portfolio-style-6 .return-prev-page:after {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.single-portfolio-style-6 .portfolio-details-social {
padding: 25px 0 0;
}
@media (min-width: 768px) and (max-width: 991px) {
.portfolio-details-list > li {
width: 100%;
float: none;
}
}
@media (max-width: 767px) {
.single-portfolio .page-main-content .tm-grid-wrapper .grid-item,
.single-portfolio .page-main-content .tm-grid-wrapper .grid-sizer {
width: calc((100% - 30px) / 2);
}
.single-portfolio .swiper-nav-button {
margin-top: -25px;
width: 50px;
height: 50px;
text-align: center;
font-size: 30px;
line-height: 50px;
}
.single-portfolio .swiper-button-prev {
left: 20px;
}
.single-portfolio .swiper-button-next {
right: 20px;
}
.portfolio-details-style1 .feature-wrap,
.portfolio-details-style2 .feature-wrap,
.portfolio-details-style3 .feature-wrap {
padding: 0;
}
.portfolio-details-style4 .tm-swiper {
margin-bottom: 50px;
}
.portfolio-details-style5 .tm-popup-video {
margin-bottom: 50px;
}
.single-portfolio-style-6 .swiper-nav-button {
width: 50px;
height: 50px;
font-size: 30px;
line-height: 50px;
}
.single-portfolio-style-6 .swiper-button-prev {
right: 50px;
}
.single-portfolio-style-6 .swiper-button-next {
right: 0;
}
.single-portfolio-style-6 .portfolio-details-canvas {
width: 80%;
left: -80%;
}
.single-portfolio-style-6 .portfolio-details-canvas .content {
padding: 30px 60px 30px 30px;
}
.single-portfolio-style-6 .portfolio-details-canvas .btn-open {
height: 160px;
width: 50px;
}
.single-portfolio-style-6 .portfolio-details-canvas .btn-open i {
margin-right: 10px;
}
.single-portfolio-style-6 .portfolio-details-canvas.open .btn-open {
left: calc(80% - 50px);
}
.single-portfolio-style-6 .return-prev-page {
top: 30px;
right: 30px;
width: 40px;
height: 40px;
}
.single-portfolio-style-6 .return-prev-page:before, .single-portfolio-style-6 .return-prev-page:after {
width: 55px;
}
.single-portfolio-style-6 .portfolio-details-heading {
font-size: 24px;
}
.single-portfolio-style-6 .portfolio-details-social .post-view,
.single-portfolio-style-6 .portfolio-details-social .post-likes {
float: left;
margin-left: 0;
margin-right: 15px;
}
}
@media (max-width: 543px) {
.single-portfolio .page-main-content .tm-grid-wrapper .grid-item,
.single-portfolio .page-main-content .tm-grid-wrapper .grid-sizer {
width: 100%;
}
.portfolio-details-list li {
float: none;
margin-bottom: 10px;
width: 100%;
}
}
.search-results .site,
.search-no-results .site {
background-color: #f8f8f8;
}
.search-results .page-main-content,
.search-no-results .page-main-content {
padding-top: 50px;
}
.search-results .page-main-content .search-form,
.search-no-results .page-main-content .search-form {
position: relative;
}
.search-results .page-main-content .search-form .search-submit,
.search-no-results .page-main-content .search-form .search-submit {
position: absolute;
top: 0;
right: 0;
border: 0;
padding: 0;
font-size: 21px;
background: none;
}
.search-page-search-form {
background: #ffffff;
border: 1px solid #eeeeee;
padding: 30px;
margin-bottom: 30px;
}
.search-no-results .no-results {
background: #ffffff;
padding: 45px 30px 60px;
border: 1px solid #eeeeee;
}
.search-no-results .no-results .page-title {
margin-bottom: 21px;
}
.search-no-results .no-results .search-no-results-text {
margin-bottom: 30px;
}
.error404 {
display: table;
width: 100%;
height: 100%;
text-align: center;
}
.error404 .site {
height: 100%;
}
.error404 .error404--header {
position: absolute;
right: 0;
left: 0;
text-align: center;
top: 50px;
}
.error404 .error404--header .branding {
position: static;
}
.error404 .error404--content-wrap {
padding: 50px 0;
display: table-cell;
vertical-align: middle;
}
.error404 .error404--title {
margin: 30px 0 10px;
}
.error404 .error-buttons {
margin-top: 28px;
}
.error404 .error-buttons .tm-button {
margin: 0 3px;
}
.maintenance-bg-img {
background-attachment: scroll;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.maintenance-page {
display: table;
width: 100%;
height: 100%;
}
.maintenance-page .tm-mailchimp-form div {
display: block;
}
.maintenance-header {
position: absolute;
right: 0;
left: 0;
text-align: center;
top: 50px;
}
.maintenance-body {
display: table-cell;
width: 100%;
height: 100%;
vertical-align: middle;
}
.maintenance-row {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.maintenance-progress {
display: inline-block;
background-color: #f5f5f5;
width: 100%;
max-width: 600px;
margin-bottom: 65px;
position: relative;
}
.maintenance-progress:before {
content: '';
display: inline-block;
width: 12px;
height: 12px;
border-radius: 50%;
position: absolute;
top: 50%;
left: 0;
margin-top: -6px;
margin-left: -6px;
}
.maintenance-number {
line-height: 1;
position: absolute;
min-width: 40px;
text-align: right;
top: -35px;
margin-left: -40px;
}
.maintenance-progress-bar {
height: 4px;
color: #ffffff;
background-color: #dec8ae;
}
.maintenance-title {
font-size: 30px;
margin-bottom: 15px;
}
@media (min-width: 544px) {
.maintenance-title {
font-size: 48px;
}
}
.maintenance-title--white {
color: #ffffff;
}
.maintenance-text {
max-width: 647px;
margin: 0 auto;
margin-bottom: 32px;
color: #ffffff;
}
.maintenance-sub-text {
color: #ffffff;
}
.maintenance-footer {
position: absolute;
right: 0;
left: 0;
text-align: center;
width: 100%;
bottom: 50px;
}
@media (min-width: 544px) {
.maintenance-footer {
bottom: 114px;
}
}
.maintenance-social-list {
font-size: 25px;
}
@media (min-width: 544px) {
.maintenance-social-list {
font-size: 40px;
}
}
.maintenance-social-list > a {
color: #ffffff;
}
.maintenance-social-list > a + a {
margin-left: 35px;
} @media (min-width: 544px) {
.cs-countdown {
margin-bottom: 40px;
}
}
.cs-countdown .countdown-wrap > div {
display: inline-block;
}
.cs-countdown .countdown-wrap > div + div {
margin-left: 20px;
position: relative;
}
@media (min-width: 544px) {
.cs-countdown .countdown-wrap > div + div {
margin-left: 108px;
}
}
@media (min-width: 544px) {
.cs-countdown .countdown-wrap > div + div:before {
content: ":";
font-size: 30px;
position: absolute;
left: -54px;
top: 50%;
margin-top: -20px;
color: #ffffff;
}
}
.cs-countdown .number,
.cs-countdown .text {
display: block;
}
.cs-countdown .number {
font-size: 40px;
line-height: 1;
}
@media (min-width: 544px) {
.cs-countdown .number {
font-size: 56px;
line-height: 65px;
}
}
.cs-countdown .text {
line-height: 30px;
text-transform: capitalize;
}
.cs-form {
margin-top: 90px;
}
.cs-form [class*='col-'] {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: none;
}
.cs-form input {
max-width: 520px;
text-align: center;
}
@media (max-width: 782px) {
.page-template-coming-soon.admin-bar {
margin-top: 46px;
}
}
@media (max-width: 767px) {
.cs-form {
margin-top: 30px;
}
}
.page-breadcrumb-inner {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.page-breadcrumb-inner ul {
margin: 0;
padding: 0;
}
.page-breadcrumb-inner li {
display: inline-block;
}
.page-breadcrumb-inner li + li {
position: relative;
padding-left: 38px;
}
.page-breadcrumb-inner li + li:before {
content: '\f105';
position: absolute;
top: 50%;
left: 15px;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comments-title,
.comment-reply-title {
margin-bottom: 30px;
font-size: 24px;
}
.comment-list-wrap {
padding: 50px;
}
.comment-list {
margin: 0 0 74px;
padding: 0;
}
.comment-list .comment {
list-style-type: none;
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom: 1px solid #eeeeee;
}
.comment-list .comment:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}
.comment-list .children {
margin-top: 40px;
border-top: 1px solid #eeeeee;
padding-top: 40px;
padding-left: 130px;
}
.comment-list .children .children {
padding-left: 50px;
}
.comment-list .children .children .comment-datetime {
position: static;
}
.comment-list .comment-author {
float: left;
}
.comment-list .comment-author img {
border-radius: 50%;
}
.comment-list .comment-content {
font-size: 16px;
margin-left: 146px;
overflow: hidden;
}
.comment-list .fn {
display: block;
margin-bottom: 10px;
font-size: 18px;
font-style: normal;
}
.comment-list .fn a {
font-size: inherit;
font-style: inherit;
}
.comment-list .comment-text {
margin-bottom: 13px;
}
.comment-list .comment-text p:last-child {
margin-bottom: 0;
}
.comment-list .comment-awaiting-messages {
display: block;
}
.comment-list .comment-meta {
color: #a9adb9;
}
.comment-list .comment-meta span,
.comment-list .comment-meta a {
color: #a9adb9;
font-size: 16px;
}
.comment-list .comment-respond {
margin-top: 30px;
}
.comment-form-wrap .comment-respond {
padding: 50px;
margin-bottom: 30px;
border: 1px solid #eeeeee;
background-color: #ffffff;
}
.comment-form textarea {
height: 45px;
}
.comment-form input[type="text"],
.comment-form input[type="email"] {
width: 100%;
}
.comment-form .comment-form-comment {
margin: 0 0 52px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email {
margin: 0 0 58px;
}
.comment-form p.form-submit {
margin: 0 0 30px;
}
.comment-form p.form-submit i {
color: #999999;
margin-left: 10px;
font-size: 14px;
}
@media (max-width: 1199px) {
.comment-list .vcard img {
width: 50px;
}
.comment-list .children,
.comment-list .children .children {
padding-left: 20px;
}
.comment-list .comment-content {
margin-left: 80px;
}
.comment-list .comment-datetime {
position: static;
}
}
@media (max-width: 767px) {
.comment-list .comment {
margin-bottom: 30px;
padding-bottom: 30px;
}
.comment-list .children {
margin-top: 30px;
padding-top: 30px;
}
.comment-list .children,
.comment-list .children .children {
padding-left: 20px;
}
.comment-list-wrap {
padding: 40px;
}
.comment-form-wrap .comment-respond {
padding: 40px;
}
}
.form-subscribe {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0 -10px;
}
.form-subscribe .form-item-wrap {
padding: 0 10px;
}
.form-subscribe .form-input {
width: 50%;
}
@media (max-width: 767px) {
.form-subscribe {
display: block;
margin: 0 -10px;
}
.form-subscribe .form-item-wrap {
padding: 0 10px;
}
.form-subscribe .form-input {
width: 100%;
margin-bottom: 20px;
}
}
.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
padding-top: 0 !important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
margin-bottom: 30px;
}
.vc_separator .vc_sep_holder .vc_sep_line.vc_sep_line {
border-top-color: #DDD;
}
html .row:before, html .row:after {
display: block;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xl-15,
.col-xxl-15 {
position: relative;
min-height: 1px;
padding-left: .9375rem;
padding-right: .9375rem;
width: 100%;
}
.col-xs-15 {
-webkit-box-flex: 20%;
-webkit-flex: 20%;
-ms-flex: 20%;
flex: 20%;
max-width: 20%;
}
@media (min-width: 544px) {
.col-sm-15 {
-webkit-box-flex: 20%;
-webkit-flex: 20%;
-ms-flex: 20%;
flex: 20%;
max-width: 20%;
}
}
@media (min-width: 768px) {
.col-md-15 {
-webkit-box-flex: 20%;
-webkit-flex: 20%;
-ms-flex: 20%;
flex: 20%;
max-width: 20%;
}
}
@media (min-width: 992px) {
.col-lg-15 {
-webkit-box-flex: 20%;
-webkit-flex: 20%;
-ms-flex: 20%;
flex: 20%;
max-width: 20%;
}
}
@media (min-width: 1200px) {
.col-xl-15 {
-webkit-box-flex: 20%;
-webkit-flex: 20%;
-ms-flex: 20%;
flex: 20%;
max-width: 20%;
}
}
@media (min-width: 1920px) {
.col-xxl-15 {
-webkit-box-flex: 20%;
-webkit-flex: 20%;
-ms-flex: 20%;
flex: 20%;
max-width: 20%;
}
}
.page-loading {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
background-color: #000000;
opacity: .95;
-webkit-transition: opacity .5s ease 0s;
transition: opacity .5s ease 0s;
}
.page-load-inner {
position: absolute;
top: 50%;
left: 50%;
margin-top: -12px;
margin-left: -35px;
text-align: center;
-webkit-transition: -webkit-transform .5s ease 0s;
transition: -webkit-transform .5s ease 0s;
transition: transform .5s ease 0s;
transition: transform .5s ease 0s, -webkit-transform .5s ease 0s;
}
body.loaded .page-loading {
opacity: 0;
}
body.loaded .page-load-inner {
-webkit-transform: translate3d(0px, -100px, 0px);
transform: translate3d(0px, -100px, 0px);
}
.sk-three-bounce {
width: 70px;
}
.sk-three-bounce .sk-child {
display: inline-block;
width: 18px;
height: 18px;
border-radius: 100%;
background-color: #ffffff;
-webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-three-bounce .sk-bounce1 {
-webkit-animation-delay: -.32s;
animation-delay: -.32s;
}
.sk-three-bounce .sk-bounce2 {
-webkit-animation-delay: -.16s;
animation-delay: -.16s;
}
@-webkit-keyframes sk-three-bounce {
0%,
80%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes sk-three-bounce {
0%,
80%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.admin-bar .headroom.headroom--not-top .page-header-inner {
top: 32px;
}
@media screen and (max-width: 782px) {
html.js_active {
margin-top: 0 !important;
}
.admin-bar .page-top-bar,
.admin-bar .page-header {
margin-top: 46px;
}
.admin-bar .page-top-bar + .page-header {
margin-top: 0;
}
.admin-bar .headroom.headroom--not-top .page-header-inner {
top: 46px;
}
}
@media screen and (max-width: 600px) {
.admin-bar .headroom.headroom--not-top .page-header-inner {
top: 0;
}
}
.rev-button-fill-primary {
color: #ffffff !important;
}
.rev-button-fill-primary:hover {
background-color: transparent !important;
}
.rev-button-outline-primary {
background-color: transparent !important;
}
.rev-button-outline-primary:hover {
color: #ffffff !important;
}
.rev-button-outline-secondary {
background-color: transparent !important;
}
.rev-button-outline-secondary:hover {
color: #ffffff !important;
}
.rev_slider iframe {
border: 0 !important;
}
.lg-backdrop {
z-index: 999998 !important;
}
.lg-outer {
z-index: 999999 !important;
}
.lg-sub-html * {
color: inherit;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
bottom: 120px !important;
}
.tm-swiper {
position: relative;
z-index: 1;
}
.tm-swiper .swiper-container {
width: 100%;
}
.tm-swiper .swiper-pagination {
position: static;
text-align: center;
margin-top: 70px;
}
.tm-swiper.equal-height .swiper-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.tm-swiper.equal-height .swiper-slide {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: auto;
}
.tm-swiper.v-center .swiper-slide {
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.tm-swiper.pagination-style-1 .swiper-pagination-bullet {
box-sizing: border-box;
margin: 0 5px;
width: 15px;
height: 15px;
border: 3px solid #e6e8ee;
background: transparent;
opacity: 1;
}
.tm-swiper .swiper-nav-button {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: center;
background-image: none;
}
.tm-swiper .swiper-nav-button.swiper-button-disabled {
display: none;
}
.tm-swiper.nav-style-1 .swiper-nav-button {
margin-top: -25px;
width: 50px;
height: 50px;
font-size: 54px;
line-height: 50px;
}
.tm-swiper.nav-style-1 .swiper-button-next {
right: -80px;
}
.tm-swiper.nav-style-1 .swiper-button-prev {
left: -80px;
}
.tm-swiper.nav-style-1.has-pagination .swiper-nav-button {
margin-top: -74px;
}
.tm-swiper.nav-style-2 .swiper-nav-button, .tm-swiper.nav-style-3 .swiper-nav-button {
margin-top: -20px;
width: 70px;
height: 70px;
border: 1px solid #eeeeee;
border-radius: 50%;
background: #ffffff;
color: #222222;
font-size: 30px;
line-height: 70px;
}
.tm-swiper.nav-style-2 .swiper-nav-button:hover, .tm-swiper.nav-style-3 .swiper-nav-button:hover {
color: #ffffff;
box-shadow: none;
border-color: transparent;
}
.tm-swiper.nav-style-2.has-pagination .swiper-nav-button, .tm-swiper.nav-style-3.has-pagination .swiper-nav-button {
margin-top: -69px;
}
.tm-swiper.nav-style-2 .swiper-button-next {
right: -100px;
}
.tm-swiper.nav-style-2 .swiper-button-prev {
left: -100px;
}
.tm-swiper.nav-style-3 .swiper-button-next {
right: 50px;
}
.tm-swiper.nav-style-3 .swiper-button-prev {
left: 50px;
}
.tm-swiper.nav-style-4 .swiper-nav-button {
margin-top: -25px;
width: 50px;
height: 50px;
font-size: 54px;
line-height: 50px;
}
.tm-swiper.nav-style-4 .swiper-button-next {
right: 20px;
}
.tm-swiper.nav-style-4 .swiper-button-prev {
left: 20px;
}
.tm-swiper.nav-style-4.has-pagination .swiper-nav-button {
margin-top: -74px;
}
@media screen and (max-width: 1400px) {
.tm-swiper.nav-style-1 .swiper-button-prev {
left: 10px;
}
.tm-swiper.nav-style-1 .swiper-button-next {
right: 10px;
}
.tm-swiper.nav-style-2 .swiper-nav-button {
margin-top: -35px;
}
.tm-swiper.nav-style-2 .swiper-button-prev {
left: 10px;
}
.tm-swiper.nav-style-2 .swiper-button-next {
right: 10px;
}
}
.mCS-arden.mCustomScrollBox {
position: relative;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.mCS-arden .mCSB_scrollTools.mCSB_scrollTools_horizontal {
height: 10px;
}
.mCS-arden .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
margin: 0 auto;
width: 100%;
height: 100%;
border-radius: 0;
}
.mCS-arden .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
margin: 0 auto;
width: 100%;
height: 100%;
border-radius: 0;
background-color: #000000;
}
.mCS-arden .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCS-arden .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
position: fixed;
top: 50%;
width: 50px;
height: 50px;
background: none;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
opacity: 1;
}
.mCS-arden .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:before,
.mCS-arden .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:before {
position: absolute;
top: 50%;
left: 50%;
font-family: 'linea-arrows-10';
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 24px;
color: #ffffff;
font-weight: bold;
}
.mCS-arden .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
left: 10px;
}
.mCS-arden .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:before {
content: '\e03f';
}
.mCS-arden .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
right: 10px;
}
.mCS-arden .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:before {
content: '\e04b';
}
.mCS-arden .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
margin: 0;
}
.mCS-arden .mCSB_horizontal.mCSB_inside > .mCSB_container {
margin-bottom: 0;
}
.mCS-arden .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-arden .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-arden .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-arden .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
margin: 0 auto;
width: 100%;
height: 100%;
}
.mCS-arden .mCSB_scrollTools .mCSB_buttonLeft {
background-position: -100px -40px;
}
.mCS-arden .mCSB_scrollTools .mCSB_buttonRight {
background-position: -100px -56px;
}
.page-template-blog-fullscreen-slider .page-header-inner {
position: fixed;
width: 100%;
}
.page-template-blog-fullscreen-slider .tm-swiper {
height: 100vh;
}
.page-template-blog-fullscreen-slider .tm-swiper .swiper-container {
height: 100%;
}
.page-template-blog-fullscreen-slider .tm-swiper .swiper-slide {
min-width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.page-template-blog-fullscreen-slider .tm-swiper .swiper-nav-button {
font-size: 60px;
color: #ffffff;
font-weight: bold;
height: 60px;
line-height: 1;
width: 60px;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.page-template-blog-fullscreen-slider .tm-swiper .swiper-button-prev, .page-template-blog-fullscreen-slider .tm-swiper .swiper-container-rtl .swiper-button-next {
left: 45px;
}
.page-template-blog-fullscreen-slider .tm-swiper .swiper-button-next, .page-template-blog-fullscreen-slider .tm-swiper .swiper-container-rtl .swiper-button-prev {
right: 45px;
}
.page-template-blog-fullscreen-slider .tm-swiper .swiper-pagination {
position: absolute;
bottom: 75px;
left: 0;
width: 100%;
margin: 0;
}
.page-template-blog-fullscreen-slider.go-to-single .post-overlay {
opacity: .9;
}
.page-template-blog-fullscreen-slider.go-to-single .post-categories {
color: #ffffff;
}
.page-template-blog-fullscreen-slider.go-to-single .swiper-nav-button,
.page-template-blog-fullscreen-slider.go-to-single .swiper-pagination {
display: none;
}
.page-template-blog-fullscreen-slider.go-to-single .post-title a:hover {
color: #ffffff;
}
.page-template-blog-fullscreen-slider .post-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: .2;
background: #000000;
}
.page-template-blog-fullscreen-slider .post-info {
z-index: 99;
position: absolute;
top: 50%;
left: 50%;
text-align: center;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
box-sizing: border-box;
}
.page-template-blog-fullscreen-slider .post-excerpt {
color: #ffffff;
max-width: 700px;
margin: 0 auto 70px;
}
.page-template-blog-fullscreen-slider .post-title {
margin-bottom: 18px;
}
.page-template-blog-fullscreen-slider .post-title a {
color: #ffffff;
font-size: 60px;
line-height: 1.15em;
}
.page-template-blog-fullscreen-slider .post-categories {
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1.75px;
margin-bottom: 54px;
}
.page-template-blog-fullscreen-slider .post-categories a {
color: inherit;
}
.page-template-blog-fullscreen-slider.admin-bar .tm-swiper {
height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
.page-template-blog-fullscreen-slider.admin-bar .tm-swiper {
height: calc(100vh - 46px);
}
}
@media (max-width: 1199px) {
.page-template-blog-fullscreen-slider .tm-swiper .swiper-pagination {
bottom: 25px;
}
.page-template-blog-fullscreen-slider .post-title {
margin-bottom: 25px;
}
.page-template-blog-fullscreen-slider .post-title a {
font-size: 48px;
}
}
@media (max-width: 991px) {
.page-template-blog-fullscreen-slider .post-title {
margin-bottom: 25px;
}
.page-template-blog-fullscreen-slider .post-title a {
font-size: 36px;
}
.page-template-blog-fullscreen-slider .post-categories {
margin-bottom: 20px;
}
.page-template-blog-fullscreen-slider .post-excerpt {
margin-bottom: 20px;
}
}
@media (max-width: 767px) {
.page-template-blog-fullscreen-slider .post-title {
margin-bottom: 25px;
}
.page-template-blog-fullscreen-slider .post-title a {
font-size: 28px;
}
.page-template-blog-fullscreen-slider .post-categories {
margin-bottom: 20px;
}
.page-template-blog-fullscreen-slider .post-excerpt {
display: none;
}
}
.page-template-portfolio-fullscreen-slider .page-header-inner {
position: fixed;
width: 100%;
}
.page-template-portfolio-fullscreen-slider .tm-swiper {
height: 100vh;
}
.page-template-portfolio-fullscreen-slider .tm-swiper .swiper-container {
height: 100%;
}
.page-template-portfolio-fullscreen-slider .tm-swiper .swiper-slide {
min-width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.page-template-portfolio-fullscreen-slider .tm-swiper .swiper-nav-button {
font-size: 60px;
color: #ffffff;
font-weight: bold;
height: 60px;
line-height: 1;
width: 60px;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.page-template-portfolio-fullscreen-slider .tm-swiper .swiper-button-prev, .page-template-portfolio-fullscreen-slider .tm-swiper .swiper-container-rtl .swiper-button-next {
left: 45px;
}
.page-template-portfolio-fullscreen-slider .tm-swiper .swiper-button-next, .page-template-portfolio-fullscreen-slider .tm-swiper .swiper-container-rtl .swiper-button-prev {
right: 45px;
}
.page-template-portfolio-fullscreen-slider .portfolio-info {
position: absolute;
bottom: 130px;
right: 130px;
text-align: right;
}
.page-template-portfolio-fullscreen-slider .portfolio-title {
margin-bottom: 34px;
max-width: 590px;
}
.page-template-portfolio-fullscreen-slider .portfolio-title a {
color: #ffffff;
font-size: 3.1vw;
font-weight: bold;
letter-spacing: -0.43px;
line-height: 1.05em;
}
.page-template-portfolio-fullscreen-slider .portfolio-categories a {
color: inherit;
}
.page-template-portfolio-fullscreen-slider.admin-bar .tm-swiper {
height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
.page-template-portfolio-fullscreen-slider.admin-bar .tm-swiper {
height: calc(100vh - 46px);
}
}
.page-template-portfolio-fullscreen-carousel-slider .page-header-inner {
position: fixed;
width: 100%;
}
.page-template-portfolio-fullscreen-carousel-slider .tm-m-scrollbar {
width: 100%;
}
.page-template-portfolio-fullscreen-carousel-slider .portfolio-item {
position: relative;
background-color: #111;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 100%;
float: left;
}
.page-template-portfolio-fullscreen-carousel-slider .portfolio-info {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 60px;
}
.page-template-portfolio-fullscreen-carousel-slider .portfolio-title {
margin-bottom: 14px;
color: #ffffff;
font-size: 30px;
font-weight: bold;
letter-spacing: -0.21px;
line-height: 1.05em;
}
.page-template-portfolio-fullscreen-carousel-slider .portfolio-title a {
font-size: inherit;
color: inherit;
}
.page-template-portfolio-fullscreen-carousel-slider .portfolio-categories a {
color: inherit;
}
@media (max-width: 767px) {
.page-template-portfolio-fullscreen-carousel-slider .portfolio-info {
padding: 30px 30px 50px;
}
}
.page-template-portfolio-fullscreen-split-slider .site {
height: 100%;
}
.page-template-portfolio-fullscreen-split-slider #multiscroll-nav.right {
right: 90px;
}
.page-template-portfolio-fullscreen-split-slider #multiscroll-nav li {
width: 19px;
height: 18px;
}
.page-template-portfolio-fullscreen-split-slider #multiscroll-nav li .active span {
background: transparent;
}
.page-template-portfolio-fullscreen-split-slider #multiscroll-nav span {
width: 15px;
height: 15px;
background-color: transparent;
border: 3px solid #e6e8ee;
}
.page-template-portfolio-fullscreen-split-slider .ms-section {
background: #000000 no-repeat center;
background-size: cover;
}
.page-template-portfolio-fullscreen-split-slider .ms-right .ms-section:before {
background: #000000;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: '';
z-index: 1;
}
.page-template-portfolio-fullscreen-split-slider .ms-right .ms-section .ms-tableCell {
z-index: 2;
position: relative;
}
.page-template-portfolio-fullscreen-split-slider .portfolio-info {
padding-left: 120px;
padding-right: 120px;
}
.page-template-portfolio-fullscreen-split-slider .portfolio-title {
max-width: 550px;
margin-left: -5px;
margin-bottom: 48px;
}
.page-template-portfolio-fullscreen-split-slider .portfolio-title a {
font-size: 60px;
color: #ffffff;
font-weight: bold;
letter-spacing: -0.43px;
line-height: 1.05em;
}
.page-template-portfolio-fullscreen-split-slider .portfolio-categories {
margin-bottom: 32px;
}
.page-template-portfolio-fullscreen-split-slider .portfolio-categories a {
color: inherit;
}
.page-template-portfolio-fullscreen-split-slider .extra-info {
position: fixed;
bottom: 50px;
right: 1px;
width: 50%;
padding: 0 100px 0 120px;
}
.page-template-portfolio-fullscreen-split-slider .extra-info .left-column {
font-size: 14px;
}
.page-template-portfolio-fullscreen-split-slider .tm-social-network {
margin: 0 -10px;
text-align: right;
}
.page-template-portfolio-fullscreen-split-slider .tm-social-network a {
padding: 5px 10px;
color: #ffffff;
}
@media (max-width: 1199px) {
.page-template-portfolio-fullscreen-split-slider #multiscroll-nav.right {
right: 15px;
}
.page-template-portfolio-fullscreen-split-slider .portfolio-info {
padding: 0 60px 0 30px;
}
.page-template-portfolio-fullscreen-split-slider .extra-info {
padding: 0 20px;
}
}
@media (max-width: 767px) {
.page-template-portfolio-fullscreen-split-slider .ms-left {
opacity: 0;
}
.page-template-portfolio-fullscreen-split-slider .ms-right {
width: 100% !important;
}
.page-template-portfolio-fullscreen-split-slider .ms-right .ms-section:before {
opacity: .6;
}
.page-template-portfolio-fullscreen-split-slider .portfolio-title a {
font-size: 50px;
}
.page-template-portfolio-fullscreen-split-slider .extra-info {
width: 100%;
}
.page-template-portfolio-fullscreen-split-slider .extra-info .left-column {
font-size: 14px;
}
}
@media (max-width: 543px) {
.page-template-portfolio-fullscreen-split-slider .portfolio-title a {
font-size: 40px;
}
}
.page-template-fullscreen-split-feature .tm-animation {
opacity: 1;
}
.page-template-fullscreen-split-feature .left-section,
.page-template-fullscreen-split-feature .right-section {
float: left;
width: 50%;
height: 100%;
}
.page-template-fullscreen-split-feature .left-section {
width: 50%;
height: 100%;
background: #000000 no-repeat center;
background-size: cover;
}
.page-template-fullscreen-split-feature .right-section {
position: relative;
overflow: hidden;
overflow-y: auto;
padding: 150px 120px 100px 100px;
background-color: #070c1f;
}
.page-template-fullscreen-split-feature .tm-social-network {
position: fixed;
top: 25%;
right: 80px;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: top right;
-ms-transform-origin: top right;
transform-origin: top right;
margin: 0 -10px;
}
.page-template-fullscreen-split-feature .tm-social-network a {
padding: 5px 10px;
}
.page-template-fullscreen-split-feature .tm-social-network a span {
position: relative;
}
.page-template-fullscreen-split-feature .tm-social-network a span:after {
position: absolute;
bottom: -5px;
left: 0;
width: 0;
height: 1px;
content: '';
}
.page-template-fullscreen-split-feature .tm-social-network a:hover span:after {
width: 100%;
}
.page-template-fullscreen-split-feature .tm-heading {
word-break: break-word;
}
.page-template-fullscreen-split-feature .vc_row {
position: static !important;
width: auto !important;
}
@media (max-width: 1199px) {
.page-template-fullscreen-split-feature .right-section {
padding: 150px 50px 100px 50px;
}
.page-template-fullscreen-split-feature .tm-social-network {
margin-top: 50px;
position: static;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@media (max-width: 1023px) {
.page-template-fullscreen-split-feature .fullscreen-wrap {
height: auto !important;
width: 100% !important;
}
.page-template-fullscreen-split-feature .left-section,
.page-template-fullscreen-split-feature .right-section {
float: none;
width: 100%;
}
} html.fp-enabled,
.fp-enabled body {
overflow: hidden; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#superContainer {
height: 100%;
position: relative; -ms-touch-action: none; touch-action: none;
}
.fp-section {
position: relative;  box-sizing: border-box;
}
.fp-slide {
float: left;
}
.fp-slide, .fp-slidesContainer {
height: 100%;
display: block;
}
.fp-slides {
z-index: 1;
height: 100%;
overflow: hidden;
position: relative;
-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
display: table;
table-layout: fixed;
width: 100%;
}
.fp-tableCell {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
}
.fp-slidesContainer {
float: left;
position: relative;
}
.fp-controlArrow {
-webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; position: absolute;
z-index: 4;
top: 50%;
cursor: pointer;
width: 0;
height: 0;
border-style: solid;
margin-top: -38px;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
left: 15px;
width: 0;
border-width: 38.5px 34px 38.5px 0;
border-color: transparent #ffffff transparent transparent;
}
.fp-controlArrow.fp-next {
right: 15px;
border-width: 38.5px 0 38.5px 34px;
border-color: transparent transparent transparent #ffffff;
}
.fp-scrollable {
overflow: scroll;
}
.fp-notransition {
-webkit-transition: none !important;
transition: none !important;
}
.fp-slidesNav {
position: absolute;
z-index: 4;
left: 50%;
opacity: 1;
}
.fp-slidesNav.bottom {
bottom: 17px;
}
.fp-slidesNav.top {
top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
margin: 0;
padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
display: block;
width: 16px;
height: 16px;
margin: 12px 7px;
position: relative;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
display: block;
position: relative;
z-index: 1;
width: 100%;
height: 100%;
cursor: pointer;
text-decoration: none;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
border-radius: 100%;
position: absolute;
z-index: 1;
height: 15px;
width: 15px;
border: 3px solid #ffffff;
left: 50%;
top: 50%;
margin: -7px 0 0 -8px;
-webkit-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
#fp-nav {
position: fixed;
z-index: 100;
margin-top: -32px;
top: 50%;
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
right: 17px;
}
#fp-nav.left {
left: 17px;
}
.page-template-one-page-scroll[data-row-skin="light"] #fp-nav ul li a {
color: #ffffff;
}
.page-template-one-page-scroll[data-row-skin="light"] #fp-nav ul li span {
border-color: #ffffff;
}
.page-template-one-page-scroll[data-row-skin="dark"] #fp-nav ul li span {
border-color: #e6e8ee;
}
#fp-nav ul li .fp-tooltip {
position: absolute;
top: 50%;
color: #ffffff;
font-size: 13px;
white-space: nowrap;
max-width: 220px;
overflow: hidden;
display: block;
opacity: 0;
width: 0;
cursor: pointer;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
#fp-nav ul li .fp-tooltip.right {
right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
left: 30px;
}
#fp-nav ul li:hover .fp-tooltip {
-webkit-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
width: auto;
opacity: 1;
}
#fp-nav.fp-show-active a.active + .fp-tooltip {
-webkit-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
width: auto;
opacity: 1;
}
.fp-slidesNav ul li {
display: inline-block;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
height: auto !important;
}
.fp-scrollable {
overflow: hidden;
}
.fp-scrollable .fp-scroller {
overflow: hidden;
}
#test.one-page-scroll.tm-enable-onepage-animation > .vc-row-wrapper,
#test.one-page-scroll.tm-enable-onepage-animation > .vc_vc_row {
overflow: hidden;
position: absolute;
top: 0;
left: 0;
background-color: #ffffff;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
z-index: 1;
}
#test.one-page-scroll.tm-enable-onepage-animation > .vc-row-wrapper.active,
#test.one-page-scroll.tm-enable-onepage-animation > .vc_vc_row.active {
z-index: 10;
}
#test.one-page-scroll.tm-enable-onepage-animation > .vc-row-wrapper:not(.active):not(.fp-completely),
#test.one-page-scroll.tm-enable-onepage-animation > .vc_vc_row:not(.active):not(.fp-completely) {
top: 100%;
pointer-events: none;
visibility: hidden;
}
.fp-enabled .vc_row.vc_row-outer {
margin-left: 0;
margin-right: 0;
}
.fp-enabled .fp-table {
display: table !important;
}
.fp-enabled .section-full-wide .wpb_row {
width: 100%;
}
.fp-enabled .wpb_row {
width: 1200px;
max-width: 100%;
margin: 0 auto;
position: relative;
}
.fp-enabled .wpb_row:before, .fp-enabled .wpb_row:after {
content: " ";
display: table;
}
.fp-enabled .wpb_row:after {
clear: both;
}
.fp-enabled .vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) .wpb_row > .vc_column_container {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.fp-enabled .vc_row.vc_row-o-content-middle .wpb_row > .vc_column_container > .vc_column-inner {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.fp-enabled .vc_row.vc_row-flex .wpb_row {
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.fp-enabled .vc_row.vc_row-flex .wpb_row > .vc_column_container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.fp-enabled .vc_row.vc_row-flex .wpb_row > .vc_column_container > .vc_column-inner {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
}
.fp-enabled .site {
position: relative;
left: 0;
overflow: hidden;
-webkit-transition: -webkit-transform .3s ease-in-out;
transition: -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.fp-enabled .page-template-one-page-scroll #page-content,
.fp-enabled .page-template-one-page-scroll #page-footer-wrapper {
position: relative;
z-index: 2;
-webkit-transition: -webkit-transform .6s ease;
transition: -webkit-transform .6s ease;
transition: transform .6s ease;
transition: transform .6s ease, -webkit-transform .6s ease;
}
.fp-enabled .page-template-one-page-scroll.tm-one-page-footer-expanded #page-content {
-webkit-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
}
.fp-enabled .page-template-one-page-scroll.tm-one-page-footer-expanded #page-footer-wrapper {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.fp-enabled .page-template-one-page-scroll .main-logo {
display: none;
}
.fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .onepage-pagination a {
color: #ffffff;
}
.fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .popup-search-wrap i, .fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .mini-cart .mini-cart-icon {
color: #ffffff !important;
}
.fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .page-open-mobile-menu i, .fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .page-open-mobile-menu i:before, .fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .page-open-mobile-menu i:after, .fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .page-open-main-menu i, .fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .page-open-main-menu i:before, .fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .page-open-main-menu i:after {
background-color: #ffffff !important;
}
.fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .light-logo {
display: inline-block;
}
.fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .dark-logo {
display: none;
}
.fp-enabled .page-template-one-page-scroll[data-row-skin="dark"] .onepage-pagination a {
color: inherit;
}
.fp-enabled .page-template-one-page-scroll[data-row-skin="dark"] .light-logo {
display: none;
}
.fp-enabled .page-template-one-page-scroll[data-row-skin="dark"] .dark-logo {
display: inline-block;
} .tm-grid-wrapper {
margin-bottom: 30px;
}
.tm-grid-wrapper[data-pagination=loadmore] .tm-grid-pagination {
margin-top: 60px;
}
.tm-grid-wrapper .tm-filter-button-group {
margin: 0 -15px 80px;
}
.tm-grid-wrapper .tm-filter-button-group.right {
text-align: right;
}
.tm-grid-wrapper .tm-filter-button-group.center {
text-align: center;
}
.tm-grid-wrapper .tm-filter-button-group.show-filter-counter {
padding-top: 30px;
}
.tm-grid-wrapper .btn-filter {
position: relative;
display: inline-block;
padding: 10px 15px 0;
font-size: 18px;
line-height: 1;
}
.tm-grid-wrapper .btn-filter:hover .filter-counter {
bottom: 100%;
visibility: visible;
opacity: 1;
}
.tm-grid-wrapper .btn-filter.current .filter-text:after, .tm-grid-wrapper .btn-filter:hover .filter-text:after {
bottom: 0;
}
.tm-grid-wrapper .filter-text {
padding: 10px 0 3px;
position: relative;
text-transform: capitalize;
}
.tm-grid-wrapper .filter-text:after {
position: absolute;
width: 100%;
height: 1px;
bottom: -10px;
left: 0;
content: '';
display: block;
}
.tm-grid-wrapper .filter-counter {
position: absolute;
bottom: 10px;
left: 50%;
visibility: hidden;
margin: 0 auto;
min-width: 34px;
height: 24px;
line-height: 27px;
border-radius: 3px;
font-size: 12px;
background-color: #4d4c4d;
color: #ffffff;
text-align: center;
opacity: 0;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.tm-grid-wrapper .filter-counter:before {
position: absolute;
right: 0;
bottom: -4px;
left: 0;
display: block;
margin: 0 auto;
width: 0;
height: 0;
border-top: 4px solid #4d4c4d;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
content: "";
}
.tm-grid-wrapper.style-4 .grid-item {
overflow: hidden;
}
.filter-style-2 .btn-filter:hover, .filter-style-2 .btn-filter.current {
color: #ffffff;
font-weight: 600;
}
.tm-loader {
display: none;
border: 3px solid #f3f3f3;
border-top: 3px solid #979797;
border-radius: 50%;
width: 68px;
height: 68px;
-webkit-animation: spin 1.2s linear infinite;
animation: spin 1.2s linear infinite;
}
.tm-grid-messages {
margin-top: 50px;
text-align: center;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.tm-grid.has-animation .grid-item {
opacity: 0;
}
.tm-grid.fade-in .animate {
-webkit-animation: fadeIn 0.95s ease forwards;
animation: fadeIn .95s ease forwards;
}
.tm-grid.move-up .animate {
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
-webkit-animation: moveVertical 0.65s ease forwards;
animation: moveVertical 0.65s ease forwards;
}
.tm-grid.move-down .animate {
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
-webkit-animation: moveVertical 0.65s ease forwards;
animation: moveVertical 0.65s ease forwards;
}
.tm-grid.move-left .animate {
-webkit-transform: translateX(100px);
-ms-transform: translateX(100px);
transform: translateX(100px);
-webkit-animation: moveHorizontal 0.65s ease forwards;
animation: moveHorizontal 0.65s ease forwards;
}
.tm-grid.move-right .animate {
-webkit-transform: translateX(-100px);
-ms-transform: translateX(-100px);
transform: translateX(-100px);
-webkit-animation: moveHorizontal 0.65s ease forwards;
animation: moveHorizontal 0.65s ease forwards;
}
.tm-grid.scale-up .animate {
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
-webkit-animation: scaleUp 0.65s ease-in-out forwards;
animation: scaleUp 0.65s ease-in-out forwards;
}
.tm-grid.fall-perspective {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.tm-grid.fall-perspective .animate {
-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
transform: translateZ(400px) translateY(300px) rotateX(-90deg);
-webkit-animation: fallPerspective .8s ease-in-out forwards;
animation: fallPerspective .8s ease-in-out forwards;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.tm-grid.fly {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.tm-grid.fly .animate {
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
-webkit-transform-origin: 50% 50% -300px;
-ms-transform-origin: 50% 50% -300px;
transform-origin: 50% 50% -300px;
-webkit-animation: fly .8s ease-in-out forwards;
animation: fly .8s ease-in-out forwards;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.tm-grid.flip .animate {
-webkit-transform: rotateX(-80deg);
transform: rotateX(-80deg);
-webkit-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-animation: flip .8s ease-in-out forwards;
animation: flip .8s ease-in-out forwards;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.tm-grid.helix {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.tm-grid.helix .animate {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-animation: helix .8s ease-in-out forwards;
animation: helix .8s ease-in-out forwards;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.tm-grid.pop-up {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.tm-grid.pop-up .animate {
-webkit-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-animation: popUp .8s ease-in forwards;
animation: popUp .8s ease-in forwards;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
@media (max-width: 991px) {
.tm-grid-wrapper .tm-filter-button-group {
margin-bottom: 70px;
}
}
.tm-blog {
margin-bottom: 50px;
}
.tm-blog .post-item {
word-wrap: break-word;
box-sizing: border-box;
}
.tm-blog .format-gallery .swiper-pagination {
position: absolute;
bottom: 27px;
left: 0;
width: 100%;
margin-top: 0;
}
.tm-blog .format-gallery .swiper-pagination .swiper-pagination-bullet {
border-color: #ffffff;
opacity: .2;
}
.tm-blog .format-gallery .swiper-pagination .swiper-pagination-bullet:hover,
.tm-blog .format-gallery .swiper-pagination .swiper-pagination-bullet-active {
border-color: #ffffff;
opacity: 1;
}
.tm-blog .post-audio {
margin-bottom: -8px;
}
.tm-blog .post-audio iframe {
width: 100%;
height: 145px;
border: 0;
}
.tm-blog .post-link {
padding: 40px 35px;
}
.tm-blog .post-link a {
color: #ffffff;
letter-spacing: .2px;
font-size: 24px;
line-height: 1.55;
}
.tm-blog .post-quote {
padding: 42px 35px 80px;
background: url(//hoisko.fi/wp-content/themes/tm-arden/assets/images/blockquote.png) no-repeat;
background-position: bottom 40px right 40px;
}
.tm-blog .post-quote .post-quote-text {
margin-bottom: 11px;
color: #ffffff;
letter-spacing: .2px;
font-size: 24px;
line-height: 1.55;
}
.tm-blog .post-quote .post-quote-name {
letter-spacing: 1.75px;
font-weight: bold;
font-size: 14px;
text-transform: uppercase;
}
.tm-blog .post-quote .post-quote-name a {
color: inherit;
}
.tm-blog.style-1 .post-item {
margin-bottom: 30px;
border: 1px solid #eeeeee;
background: #ffffff;
}
.tm-blog.style-1 .post-info {
padding: 44px 30px 60px;
}
.tm-blog.style-1 .post-thumbnail {
position: relative;
text-align: center;
}
.tm-blog.style-1 .post-title {
margin-bottom: 10px;
line-height: 1.2;
}
.tm-blog.style-1 .post-title a {
color: inherit;
font-size: 30px;
}
.tm-blog.style-1 .post-categories a {
color: inherit;
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
letter-spacing: 1.75px;
}
.tm-blog.style-1 .post-date {
margin-bottom: 20px;
color: #a9adb9;
}
.tm-blog.style-1 .tm-button.style-3 {
text-transform: inherit;
font-weight: normal;
font-size: 19px !important;
}
.tm-blog.style-2 .post-item {
margin-bottom: 30px;
}
.tm-blog.style-2 .post-item, .tm-blog.style-4 .post-item {
overflow: hidden;
padding: 55px 50px 60px;
border: 1px solid #eeeeee;
background: #ffffff;
}
.tm-blog.style-2 .post-item:hover .post-title, .tm-blog.style-4 .post-item:hover .post-title {
color: #ffffff;
}
.tm-blog.style-2 .post-item:hover .tm-button.style-3, .tm-blog.style-4 .post-item:hover .tm-button.style-3 {
color: #ffffff;
}
.tm-blog.style-2 .post-item:hover .post-overlay, .tm-blog.style-4 .post-item:hover .post-overlay {
visibility: visible;
opacity: .95;
}
.tm-blog.style-2 .post-item:hover .post-feature, .tm-blog.style-4 .post-item:hover .post-feature {
visibility: visible;
opacity: 1;
}
.tm-blog.style-2 .post-info, .tm-blog.style-4 .post-info {
position: relative;
z-index: 1;
}
.tm-blog.style-2 .post-title, .tm-blog.style-4 .post-title {
margin-bottom: 11px;
line-height: 1.2;
}
.tm-blog.style-2 .post-title a, .tm-blog.style-4 .post-title a {
display: block;
color: inherit;
font-size: 30px;
}
.tm-blog.style-2 .post-categories, .tm-blog.style-4 .post-categories {
margin-bottom: 6px;
}
.tm-blog.style-2 .post-categories a, .tm-blog.style-4 .post-categories a {
color: inherit;
text-transform: uppercase;
letter-spacing: 1.75px;
font-weight: bold;
font-size: 14px;
}
.tm-blog.style-2 .post-date, .tm-blog.style-4 .post-date {
margin-bottom: 21px;
color: #a9adb9;
}
.tm-blog.style-2 .tm-button.style-3, .tm-blog.style-4 .tm-button.style-3 {
text-transform: inherit;
font-weight: normal;
font-size: 18px !important;
}
.tm-blog.style-2 .post-day h4, .tm-blog.style-4 .post-day h4 {
position: absolute;
top: 0;
right: 24px;
z-index: 0;
font-size: 150px;
line-height: 1;
opacity: .05;
}
.tm-blog.style-2 .post-feature, .tm-blog.style-4 .post-feature {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
visibility: hidden;
opacity: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.tm-blog.style-2 .post-overlay, .tm-blog.style-4 .post-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
visibility: hidden;
opacity: 0;
}
.tm-blog.style-3 .post-item {
margin-bottom: 30px;
border: 1px solid #eeeeee;
background: #ffffff;
}
.tm-blog.style-3 .post-item:hover .post-title {
color: #ffffff;
}
.tm-blog.style-3 .post-item:hover .tm-button.style-3 {
color: #ffffff;
}
.tm-blog.style-3 .post-item:hover .post-overlay {
visibility: visible;
opacity: .95;
}
.tm-blog.style-3 .post-thumbnail img,
.tm-blog.style-3 .swiper-slide img {
width: 100%;
}
.tm-blog.style-3 .post-info {
position: relative;
padding: 43px 30px 43px;
}
.tm-blog.style-3 .post-title {
margin-bottom: 11px;
line-height: 1.2;
}
.tm-blog.style-3 .post-title a {
color: inherit;
font-size: 30px;
}
.tm-blog.style-3 .post-categories {
margin-bottom: 6px;
}
.tm-blog.style-3 .post-categories a {
color: inherit;
text-transform: uppercase;
letter-spacing: 1.75px;
font-weight: bold;
font-size: 14px;
}
.tm-blog.style-3 .post-day {
position: relative;
}
.tm-blog.style-3 .post-date {
color: #a9adb9;
}
.tm-blog.style-3 .tm-button.style-3 {
text-transform: inherit;
font-weight: normal;
font-size: 18px !important;
}
.tm-blog.style-3 .post-day h4 {
position: absolute;
top: 0;
right: 24px;
z-index: 0;
font-size: 150px;
line-height: 1;
opacity: .05;
}
.tm-blog.style-3 .post-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
visibility: hidden;
opacity: 0;
}
.tm-blog.style-5 .post-item:hover .post-overlay {
visibility: visible;
opacity: .95;
}
.tm-blog.style-5 .post-thumbnail img,
.tm-blog.style-5 .swiper-slide img {
width: 100%;
}
.tm-blog.style-5 .post-quote {
padding: 42px 44px 80px;
background-color: #222222;
}
.tm-blog.style-5 .post-quote-text {
font-size: 30px;
line-height: 1.2;
margin-bottom: 28px;
}
.tm-blog.style-5 .post-info {
position: relative;
padding: 23px 0;
}
.tm-blog.style-5 .post-title {
margin-bottom: 11px;
line-height: 1.2;
}
.tm-blog.style-5 .post-title a {
color: inherit;
font-size: 30px;
}
.tm-blog.style-5 .post-categories {
margin-bottom: 6px;
}
.tm-blog.style-5 .post-categories a {
color: inherit;
text-transform: uppercase;
letter-spacing: 1.75px;
font-weight: bold;
font-size: 14px;
}
.tm-blog.style-5 .post-date {
color: #a9adb9;
}
.tm-blog.style-5 .tm-button.style-3 {
text-transform: inherit;
font-weight: normal;
font-size: 18px !important;
}
.tm-blog.style-5 .post-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
visibility: hidden;
opacity: 0;
}
.tm-blog.skin-light .post-title a {
color: #ffffff;
}
.tm-blog.skin-light .post-meta,
.tm-blog.skin-light .sl-count {
color: #aaaaaa;
}
.tm-blog.skin-light .post-excerpt {
color: #aaaaaa;
}
.tm-portfolio {
margin-bottom: 100px;
}
.tm-portfolio .tm-grid-pagination {
margin-top: 100px;
}
.tm-portfolio.style-2 .post-content {
height: 100%;
}
.tm-portfolio.style-2 .post-thumbnail {
height: 100%;
}
.tm-portfolio.style-2 .post-thumbnail img {
height: 100%;
}
.tm-portfolio.style-6 .post-title {
color: #ffffff;
line-height: 1.2;
}
.tm-portfolio.style-6 .post-title a {
color: inherit;
font-size: 32px;
}
.tm-portfolio .post-categories {
display: inline-block;
}
.tm-portfolio .post-title {
line-height: 1.3;
}
.tm-portfolio .post-title a {
font-size: 24px;
color: inherit;
}
.tm-portfolio .post-categories a {
color: inherit;
font-size: 18px;
}
.tm-portfolio .post-thumbnail {
position: relative;
}
.tm-portfolio .post-thumbnail img {
width: 100%;
}
.tm-portfolio .post-info {
padding: 21px 0 28px;
text-align: center;
}
.tm-portfolio [data-overlay-animation="hover-dir"] .post-thumbnail:hover .post-overlay {
visibility: visible;
opacity: .95;
}
.tm-portfolio [data-overlay-animation="hover-dir"] .post-thumbnail:hover .post-overlay-content {
visibility: visible;
opacity: 1;
}
.tm-portfolio [data-overlay-animation="hover-dir"] .post-thumbnail:hover .post-overlay-title,
.tm-portfolio [data-overlay-animation="hover-dir"] .post-thumbnail:hover .post-overlay-categories {
opacity: 1;
-webkit-transition: .5s ease-out .3s;
transition: .5s ease-out .3s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.tm-portfolio [data-overlay-animation="hover-dir"] .post-thumbnail {
overflow: hidden;
}
.tm-portfolio [data-overlay-animation="hover-dir"] .post-overlay {
position: absolute;
top: -100%;
left: 0;
width: 100%;
height: 100%;
}
.tm-portfolio [data-overlay-animation="hover-dir"] .post-overlay-content {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
visibility: hidden;
opacity: 0;
}
.tm-portfolio [data-overlay-animation="hover-dir"] .post-overlay-content-inner {
display: table;
width: 100%;
height: 100%;
text-align: center;
}
.tm-portfolio [data-overlay-animation="hover-dir"] .post-overlay-info {
display: table-cell;
vertical-align: middle;
text-align: center;
padding: 0 15px;
}
.tm-portfolio [data-overlay-animation="hover-dir"] .post-overlay-categories {
opacity: 0;
-webkit-transition: .3s ease-out 0s;
transition: .3s ease-out 0s;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
.tm-portfolio [data-overlay-animation="hover-dir"] .post-overlay-categories a {
color: #ffffff;
font-size: 18px;
}
.tm-portfolio [data-overlay-animation="hover-dir"] .post-overlay-title {
margin-bottom: 2px;
opacity: 0;
-webkit-transition: .3s ease-out 0s;
transition: .3s ease-out 0s;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
.tm-portfolio [data-overlay-animation="hover-dir"] .post-overlay-title a {
text-transform: uppercase;
font-size: 16px;
font-weight: bold;
}
.tm-portfolio [data-overlay-animation="zoom"] .post-thumbnail {
overflow: hidden;
}
.tm-portfolio [data-overlay-animation="zoom"] .post-thumbnail:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.tm-portfolio [data-overlay-animation="faded"] .grid-item:hover .post-overlay {
visibility: visible;
opacity: .95;
}
.tm-portfolio [data-overlay-animation="faded"] .grid-item:hover .post-overlay-content {
visibility: visible;
opacity: 1;
}
.tm-portfolio [data-overlay-animation="faded"] .grid-item:hover .post-overlay-title,
.tm-portfolio [data-overlay-animation="faded"] .grid-item:hover .post-overlay-categories {
opacity: 1;
-webkit-transition: .5s ease-out .3s;
transition: .5s ease-out .3s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.tm-portfolio [data-overlay-animation="faded"] .post-overlay {
position: absolute;
top: 0;
left: 0;
visibility: hidden;
width: 100%;
height: 100%;
opacity: 0;
}
.tm-portfolio [data-overlay-animation="faded"] .post-overlay-content {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
visibility: hidden;
opacity: 0;
}
.tm-portfolio [data-overlay-animation="faded"] .post-overlay-content-inner {
display: table;
width: 100%;
height: 100%;
text-align: center;
}
.tm-portfolio [data-overlay-animation="faded"] .post-overlay-info {
display: table-cell;
vertical-align: middle;
text-align: center;
padding: 0 15px;
}
.tm-portfolio [data-overlay-animation="faded"] .post-overlay-categories {
opacity: 0;
-webkit-transition: .3s ease-out 0s;
transition: .3s ease-out 0s;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
.tm-portfolio [data-overlay-animation="faded"] .post-overlay-categories a {
color: #ffffff;
font-size: 18px;
}
.tm-portfolio [data-overlay-animation="faded"] .post-overlay-title {
margin-bottom: 2px;
opacity: 0;
-webkit-transition: .3s ease-out 0s;
transition: .3s ease-out 0s;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
.tm-portfolio [data-overlay-animation="faded"] .post-overlay-title a {
text-transform: uppercase;
font-size: 16px;
font-weight: bold;
}
.tm-portfolio[data-type="justified"] [data-overlay-animation="faded"] .post-thumbnail {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.tm-info-boxes.style-metro .grid-item {
background: #182141;
}
.tm-info-boxes.style-metro .grid-item.has-image {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.tm-info-boxes.style-metro .box-content {
display: table;
width: 100%;
height: 100%;
}
.tm-info-boxes.style-metro .box-content-inner {
display: table-cell;
padding: 30px 70px;
vertical-align: middle;
}
.tm-info-boxes.style-metro .box-title {
margin-bottom: 18px;
color: #f2b636;
font-size: 32px;
line-height: 1.16;
}
@media (max-width: 1600px) {
.tm-info-boxes.style-metro .box-content-inner {
padding: 30px;
}
}
.tm-button {
display: inline-block;
text-align: center;
white-space: nowrap;
line-height: 1.2;
}
.tm-button.tm-button-full-wide {
width: 100%;
text-align: center;
}
.tm-button.style-1 {
padding: 0 37px;
height: 57px;
border-width: 3px;
border-style: solid;
border-radius: 30px;
text-transform: uppercase;
letter-spacing: 1.75px;
font-size: 14px;
font-weight: bold;
line-height: 51px;
}
.tm-button.style-1.tm-button-default:hover {
background-color: transparent;
}
.tm-button.style-1.tm-button-primary, .tm-button.style-1.tm-button-secondary {
color: #ffffff;
}
.tm-button.style-1.tm-button-primary:hover, .tm-button.style-1.tm-button-secondary:hover {
background-color: transparent;
}
.tm-button.style-1.tm-button-black {
border-color: #000000;
background-color: #000000;
color: #ffffff;
}
.tm-button.style-1.tm-button-black:hover {
background-color: transparent;
color: #000000;
}
.tm-button.style-1.tm-button-white {
border-color: #ffffff;
background-color: #ffffff;
}
.tm-button.style-1.tm-button-white:hover {
background-color: transparent;
color: #ffffff;
}
.tm-button.style-1.tm-button-grey {
border-color: #cccccc;
background-color: #cccccc;
color: #ffffff;
}
.tm-button.style-1.tm-button-grey:hover {
background-color: transparent;
color: #cccccc;
}
.tm-button.style-1.tm-button-lg {
padding: 0 47px;
height: 67px;
border-radius: 40px;
font-size: 16px;
line-height: 61px;
}
.tm-button.style-1.tm-button-sm {
padding: 0 27px;
height: 47px;
font-size: 14px;
line-height: 41px;
}
.tm-button.style-1.tm-button-xs {
padding: 0 17px;
height: 40px;
border-width: 2px;
font-size: 12px;
line-height: 36px;
}
.tm-button.style-1 i {
margin-left: 10px;
}
.tm-button.style-2 {
padding: 0 37px;
height: 57px;
border-width: 3px;
border-style: solid;
border-radius: 30px;
text-transform: uppercase;
letter-spacing: 1.75px;
font-size: 14px;
font-weight: bold;
line-height: 51px;
}
.tm-button.style-2.tm-button-default {
background-color: transparent;
}
.tm-button.style-2.tm-button-primary, .tm-button.style-2.tm-button-secondary {
background-color: transparent;
}
.tm-button.style-2.tm-button-primary:hover, .tm-button.style-2.tm-button-secondary:hover {
color: #ffffff;
}
.tm-button.style-2.tm-button-black {
background-color: transparent;
color: #000000;
border-color: #000000;
}
.tm-button.style-2.tm-button-black:hover {
background-color: #000000;
color: #ffffff;
}
.tm-button.style-2.tm-button-white {
background-color: transparent;
color: #ffffff;
}
.tm-button.style-2.tm-button-white:hover {
border-color: #ffffff;
background-color: #ffffff;
color: initial;
}
.tm-button.style-2.tm-button-grey {
border-color: #cccccc;
background-color: transparent;
}
.tm-button.style-2.tm-button-grey:hover {
background-color: #cccccc;
color: #ffffff;
}
.tm-button.style-2.tm-button-lg {
padding: 0 47px;
height: 67px;
border-radius: 40px;
font-size: 16px;
line-height: 61px;
}
.tm-button.style-2.tm-button-sm {
padding: 0 27px;
height: 47px;
font-size: 14px;
line-height: 41px;
}
.tm-button.style-2.tm-button-xs {
padding: 0 17px;
height: 40px;
border-width: 2px;
font-size: 12px;
line-height: 36px;
}
.tm-button.style-2 i {
margin-left: 10px;
}
.tm-button.style-3 {
padding: 0;
border: 0;
letter-spacing: 0;
font-size: 18px;
background-color: transparent;
height: 35px;
}
.tm-button.style-3 span {
-webkit-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
border: 0;
border-bottom-width: 1px;
border-style: solid;
display: inline-block;
padding-bottom: 3px;
}
.tm-button.style-3:hover span {
padding-bottom: 13px;
}
.tm-button.style-3.tm-button-black {
color: #000000;
}
.tm-button.style-3.tm-button-white {
color: #ffffff;
}
.tm-button.style-3.tm-button-grey {
color: #cccccc;
}
.tm-button.style-3.tm-button-lg {
font-size: 20px;
}
.tm-button.style-3.tm-button-sm {
font-size: 16px;
}
.tm-button.style-3.tm-button-xs {
font-size: 14px;
}
.tm-button.style-3 i {
margin-left: 10px;
}
.rev-btn {
-webkit-transition: background-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
transition: background-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.rev-btn i {
margin-left: 8px;
}
.tm-button-2 i {
color: rgba(255, 255, 255, 0.5);
}
.tm-button-2:hover i {
color: #989898;
}
.tm-button-1 i,
.tm-button-4 i {
opacity: .5;
-webkit-transition: none;
transition: none;
}
.tm-button-group {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
margin: -15px;
}
.tm-button-group.right {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.tm-button-group.center {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.tm-button-group .tm-button-wrapper {
padding: 15px;
}
.tm-list {
list-style-type: none;
margin-top: 0;
margin-bottom: 30px;
padding: 0;
}
.tm-list.tm-list--manual-numbered .tm-list__title, .tm-list.tm-list--auto-numbered .tm-list__title {
margin-bottom: 8px;
}
.tm-list .tm-list__icon[class^="icon-"]:before, .tm-list .tm-list__icon[class*=" icon-"]:before {
font-weight: bold;
}
.tm-list__item {
position: relative;
}
.tm-list--v-flow .tm-list__item + .tm-list__item {
margin-top: 15px;
}
.mega-menu-content .tm-list--v-flow .tm-list__item + .tm-list__item {
margin-top: 20px;
}
.tm-list--h-flow .tm-list__item {
margin-bottom: 30px;
}
@media (min-width: 992px) {
.tm-list--h-flow .tm-list__item {
margin-bottom: 70px;
}
}
@media (min-width: 992px) {
.tm-list--h-flow.tm-list--vertical .tm-list__item {
margin-bottom: 53px;
}
}
.tm-list__marker {
display: inline-block;
float: left;
}
.tm-list--h-flow .tm-list__marker {
font-size: 30px;
margin-right: 10px;
line-height: 1;
min-width: 36px;
}
.tm-list--icon .tm-list__marker {
min-width: calc(1em + 8px);
}
.tm-list--vertical-numbered .tm-list__marker {
min-width: 1em;
}
.tm-list--basic .tm-list__marker {
margin-right: 5px;
}
.mega-menu-content.mega-menu-content .tm-list__marker {
color: inherit;
}
.tm-list__body {
overflow: hidden;
}
.tm-list__link {
padding: 0;
color: currentColor;
}
.tm-list--h-flow .tm-list__title {
font-size: 20px;
}
.tm-list__desc {
font-size: 16px;
line-height: 1.625;
}
.tm-menu {
margin-bottom: 45px;
}
.tm-menu .menu-heading {
margin-bottom: 32px;
font-weight: normal;
font-size: 40px;
font-family: 'Playfair Display', sans-serif;
line-height: 1.35;
}
.tm-menu .menu-list {
margin: 0;
padding: 0;
list-style-type: none;
}
.tm-menu .menu-title {
margin-bottom: 5px;
font-size: 20px;
}
.tm-menu .menu-text {
margin-bottom: 13px;
background: none;
font-style: italic;
font-size: 15px;
font-family: 'Playfair Display', sans-serif;
}
.tm-menu .menu-price {
font-size: 20px;
line-height: 1.15;
}
.tm-menu li + li {
margin-top: 38px;
}
.tm-box-icon-equal-height .wpb_wrapper {
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.tm-box-icon-equal-height .tm-box-icon-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
}
.tm-box-icon-equal-height .tm-box-icon {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.tm-box-icon-wrap.style-4:hover {
-webkit-transform: translateY(-15px) !important;
-ms-transform: translateY(-15px) !important;
transform: translateY(-15px) !important;
}
.tm-box-icon {
margin-bottom: 60px;
position: relative;
}
.tm-box-icon .icon {
line-height: 1;
}
.tm-box-icon .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.tm-box-icon .content-wrap {
position: relative;
}
.tm-box-icon.style-1 .icon {
font-size: 62px;
margin-bottom: 20px;
}
.tm-box-icon.style-1 .image {
margin-bottom: 43px;
}
.tm-box-icon.style-1 .heading {
line-height: 1.2;
font-size: 20px;
margin-bottom: 12px;
}
.tm-box-icon.style-1 .text {
font-size: 16px;
}
.tm-box-icon.style-2 {
display: table;
width: 100%;
margin-bottom: 40px;
}
.tm-box-icon.style-2 .icon {
display: table-cell;
vertical-align: middle;
}
.tm-box-icon.style-2 .icon i {
height: 40px;
width: 40px;
font-size: 62px;
text-align: center;
line-height: 36px;
}
.tm-box-icon.style-2 .content {
width: 100%;
padding-left: 20px;
display: table-cell;
vertical-align: middle;
}
.tm-box-icon.style-2 .heading {
font-size: 20px;
margin-bottom: 10px;
}
.tm-box-icon.style-2 .text {
font-size: 16px;
}
@media (min-width: 992px) {
.tm-box-icon.style-1 .icon {
margin-bottom: 23px;
}
}
@media (max-width: 767px) {
.tm-box-icon-equal-height .wpb_wrapper {
display: block;
}
.tm-box-icon-equal-height .tm-box-icon {
display: block;
}
}
.tm-box-icon__btn.tm-box-icon__btn {
margin-top: 32px;
text-transform: none;
font-size: 18px;
font-weight: normal;
letter-spacing: 0;
}
.tm-accordion {
margin: 0 0 30px;
}
.tm-accordion > .accordion-section {
margin-bottom: 25px;
overflow: hidden;
}
.tm-accordion .accordion-title {
display: block;
padding: 10px 0;
font-size: 20px;
text-decoration: none;
line-height: 1.2;
position: relative;
cursor: pointer;
}
.tm-accordion .accordion-content {
padding: 27px 0 28px;
display: none;
}
.tm-accordion .accordion-title {
border-bottom: 1px solid #eeeeee;
}
.typed-cursor {
opacity: 1;
-webkit-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
}
@keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.tm-heading.center .heading {
margin-left: auto;
margin-right: auto;
}
.highlight-text mark {
font-family: 'Playfair Display', sans-serif;
background: none;
font-style: italic;
}
.typed-text mark {
font-family: 'Playfair Display', sans-serif;
background: none;
font-style: italic;
}
.tm-testimonial.style-1 {
text-align: center;
}
.tm-testimonial.style-1 .swiper-slide > div {
margin: 30px 0 0;
background-color: #ffffff;
border: 1px solid #eeeeee;
padding: 60px 35px;
}
.tm-testimonial.style-1 .swiper-slide:hover > div {
margin: 0 0 30px;
}
.tm-testimonial.style-1 .testimonial-name {
font-size: 20px;
}
.tm-testimonial.style-1 .testimonial-by-line {
font-size: 16px;
margin-bottom: 15px;
}
.tm-testimonial.style-1 .post-thumbnail {
margin-bottom: 20px;
}
.tm-testimonial.style-1 .post-thumbnail img {
width: 100px;
height: 100px;
border-radius: 50%;
margin: 0 auto;
}
.tm-testimonial.style-2 {
text-align: center;
}
.tm-testimonial.style-2 .swiper-container {
max-width: 900px;
}
.tm-testimonial.style-2 .testimonial-name {
font-size: 20px;
}
.tm-testimonial.style-2 .testimonial-by-line {
font-size: 16px;
}
.tm-testimonial.style-2 .testimonial-desc {
font-size: 32px;
line-height: 1.3;
margin-bottom: 40px;
}
.tm-testimonial.style-2 .post-thumbnail {
margin-bottom: 40px;
}
.tm-testimonial.style-2 .post-thumbnail img {
width: 100px;
height: 100px;
border-radius: 50%;
margin: 0 auto;
}
.tm-testimonial.tm-swiper .swiper-pagination {
margin-top: 38px;
}
@media screen and (max-width: 767px) {
.tm-testimonial.style-1 .swiper-slide > div {
margin: 0 !important;
}
.tm-testimonial.tm-swiper.nav-style-2.has-pagination .swiper-nav-button {
margin-top: -84px;
}
}
@media (max-width: 767px) {
.tm-testimonial.style-2 .testimonial-desc {
font-size: 24px;
margin-bottom: 30px;
}
}
.tm-slider .spacing {
height: 32px;
}
.tm-slider .heading {
font-size: 20px;
margin-bottom: 12px;
}
.tm-slider.fw-image .image img {
width: 100%;
}
.pricing-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0 -15px;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.pricing-wrap .tm-pricing.tm-pricing-box {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.tm-pricing {
z-index: 2;
}
.tm-pricing.tm-pricing-box.style-1 {
margin-bottom: 30px;
padding: 38px 15px 0;
}
.tm-pricing.tm-pricing-box.style-1 .inner {
position: relative;
margin: 0 auto;
padding: 90px 40px 37px;
max-width: 370px;
border: 1px solid #eeeeee;
border-radius: 6px;
background-color: #ffffff;
}
.tm-pricing.tm-pricing-box.style-1 .tm-pricing-header {
margin-bottom: 25px;
padding-bottom: 20px;
border-bottom: 2px solid #eeeeee;
}
.tm-pricing.tm-pricing-box.style-1 .price-wrap {
display: table;
position: absolute;
top: -38px;
left: 35px;
width: 110px;
height: 110px;
text-align: center;
border-radius: 50%;
}
.tm-pricing.tm-pricing-box.style-1 .price-wrap-inner {
display: table-cell;
vertical-align: middle;
}
.tm-pricing.tm-pricing-box.style-1 .price {
font-size: 32px;
color: #ffffff;
line-height: 1.25;
}
.tm-pricing.tm-pricing-box.style-1 .period {
font-size: 13px;
color: #ffffff;
line-height: 1.14;
}
.tm-pricing.tm-pricing-box.style-1 .tm-pricing-rating {
position: absolute;
top: 10px;
right: 10px;
width: 0;
height: 0;
border-width: 0 48px 48px 0;
border-style: solid;
border-color: transparent;
}
.tm-pricing.tm-pricing-box.style-1 .tm-pricing-rating i {
position: absolute;
top: 9px;
left: 27px;
color: #ffffff;
font-size: 13px;
}
.tm-pricing.tm-pricing-box.style-1 .image {
margin-bottom: 30px;
text-align: center;
}
.tm-pricing.tm-pricing-box.style-1 .title {
font-size: 32px;
line-height: 43px;
}
.tm-pricing.tm-pricing-box.style-1 .description {
font-size: 13px;
}
.tm-pricing.tm-pricing-box.style-1 .tm-pricing-list {
margin: 0;
padding: 0;
}
.tm-pricing.tm-pricing-box.style-1 .tm-pricing-list li {
position: relative;
display: block;
padding: 6px 0;
list-style-type: none;
}
.tm-pricing.tm-pricing-box.style-1 .tm-pricing-list li i {
font-size: 16px;
margin-right: 5px;
}
.tm-pricing.tm-pricing-box.style-1 .tm-pricing-footer {
padding-top: 20px;
}
.tm-pricing.tm-pricing-box.style-1.tm-pricing-featured .inner {
box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
}
.tm-pricing.tm-pricing-box.style-2 {
margin-bottom: 30px;
padding: 0 15px;
}
.tm-pricing.tm-pricing-box.style-2 .inner {
position: relative;
margin: 0 auto;
padding: 40px 40px 37px;
max-width: 370px;
border: 1px solid #eeeeee;
background-color: #ffffff;
}
.tm-pricing.tm-pricing-box.style-2 .tm-pricing-header {
margin-bottom: 25px;
padding-bottom: 20px;
border-bottom: 2px solid #eeeeee;
}
.tm-pricing.tm-pricing-box.style-2 .price-wrap {
font-size: 24px;
}
.tm-pricing.tm-pricing-box.style-2 .tm-pricing-rating {
position: absolute;
top: 10px;
right: 10px;
width: 0;
height: 0;
border-width: 0 48px 48px 0;
border-style: solid;
border-color: transparent;
}
.tm-pricing.tm-pricing-box.style-2 .tm-pricing-rating i {
position: absolute;
top: 9px;
left: 27px;
color: #ffffff;
font-size: 13px;
}
.tm-pricing.tm-pricing-box.style-2 .image {
margin-bottom: 30px;
text-align: center;
}
.tm-pricing.tm-pricing-box.style-2 .title {
font-size: 32px;
line-height: 43px;
}
.tm-pricing.tm-pricing-box.style-2 .description {
font-size: 13px;
}
.tm-pricing.tm-pricing-box.style-2 .tm-pricing-list {
margin: 0;
padding: 0;
}
.tm-pricing.tm-pricing-box.style-2 .tm-pricing-list li {
position: relative;
display: block;
padding: 6px 0;
list-style-type: none;
}
.tm-pricing.tm-pricing-box.style-2 .tm-pricing-list li i {
font-size: 16px;
margin-right: 5px;
}
.tm-pricing.tm-pricing-box.style-2 .tm-pricing-footer {
padding-top: 20px;
}
.tm-pricing.tm-pricing-box.style-2.tm-pricing-featured .inner {
box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
}
.tm-pricing.tm-pricing-box .tm-pricing-button {
padding: 0 41px;
}
@media (max-width: 991px) {
.pricing-wrap {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.pricing-wrap .tm-pricing.tm-pricing-box {
width: 100%;
max-width: 100%;
}
}
.tm-countdown {
text-align: center;
max-width: 670px;
margin: 0 auto;
}
.tm-countdown .day, .tm-countdown .hour, .tm-countdown .minute, .tm-countdown .second {
text-align: center;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.tm-countdown .countdown-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.tm-countdown .number {
display: inline-block;
text-align: center;
font-size: 56px;
line-height: 1.2;
}
.tm-countdown .text {
display: block;
}
.tm-countdown .separator {
font-size: 30px;
letter-spacing: .42px;
}
.tm-countdown.skin-light .number {
color: #ffffff;
}
.tm-countdown.skin-light .text {
color: rgba(255, 255, 255, 0.6);
}
.tm-countdown.skin-light .separator {
color: #ffffff;
}
.tm-counter {
margin-bottom: 30px;
}
.tm-counter.style-1 .icon {
position: relative;
margin: 0 auto 30px;
width: 100px;
height: 100px;
border: 2px solid #111111;
border-radius: 50%;
color: #111111;
font-size: 40px;
}
.tm-counter.style-1 .icon i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.tm-counter.style-1 .number-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 10px;
font-size: 56px;
line-height: 1.2;
}
.tm-counter.style-1 .text {
font-size: 18px;
}
.tm-counter.style-1.skin-light .icon {
border-color: #ffffff;
color: #ffffff;
}
.tm-counter.style-1.skin-light .number-wrap {
color: #ffffff;
}
.tm-counter.align-left .number-wrap {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.tm-counter.align-center .number-wrap {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.tm-counter.align-right .number-wrap {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.tm-team-member {
margin-bottom: 30px;
}
.tm-team-member.style-1 {
position: relative;
}
.tm-team-member.style-1 .photo img {
width: 100%;
}
.tm-team-member.style-1 .overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
visibility: hidden;
}
.tm-team-member.style-1 .info {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-align: center;
opacity: 0;
visibility: hidden;
}
.tm-team-member.style-1:hover .overlay {
opacity: .9;
visibility: visible;
}
.tm-team-member.style-1:hover .info {
opacity: 1;
visibility: visible;
}
.tm-team-member.style-1 .info-inner {
display: table;
width: 100%;
height: 100%;
}
.tm-team-member.style-1 .info-wrap {
display: table-cell;
vertical-align: middle;
}
.tm-team-member.style-1 .social-networks {
position: absolute;
bottom: 33px;
left: 0;
width: 100%;
}
.tm-team-member.style-1 .social-networks a {
display: inline-block;
padding: 5px 10px;
color: #ffffff;
font-size: 22px;
line-height: 1;
}
.tm-team-member.style-1 .name {
color: #ffffff;
font-size: 20px;
}
.tm-team-member.style-1 .position {
color: #c1c5d5;
font-size: 16px;
}
.tm-team-member.style-1 .description {
margin-bottom: 6px;
}
.tm-social-networks br {
display: none;
}
.tm-social-networks .tm-social-networks__link {
display: inline-block;
}
.tm-social-networks.tm-social-networks--icons {
margin: 0 -20px;
font-size: 36px;
}
.tm-social-networks.tm-social-networks--icons .tm-social-networks__link {
padding: 0 20px;
}
.tm-social-networks.tm-social-networks--title {
margin: 0 -10px;
}
.tm-social-networks.tm-social-networks--title .tm-social-networks__link {
padding: 5px 10px;
}
.tm-social-networks.tm-social-networks--title .tm-social-networks__link span {
position: relative;
display: block;
}
.tm-social-networks.tm-social-networks--title .tm-social-networks__link span:after {
position: absolute;
bottom: -10px;
left: 0;
visibility: hidden;
width: 100%;
height: 1px;
content: '';
opacity: 0;
}
.tm-social-networks.tm-social-networks--title .tm-social-networks__link:hover span:after {
bottom: -2px;
visibility: visible;
opacity: 1;
}
.tm-social-networks.tm-social-networks--light .tm-social-networks__link {
color: #ffffff;
}
.tm-pie-chart {
text-align: center;
margin-bottom: 30px;
}
.tm-pie-chart .chart {
position: relative;
width: 126px;
height: 126px;
margin: 0 auto 30px;
}
.tm-pie-chart .chart canvas {
position: absolute;
top: 0;
left: 0;
}
.tm-pie-chart .chart .chart-text {
display: inline-block;
z-index: 2;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.tm-pie-chart .chart .chart-text:after {
content: '%';
margin-left: -0.1em;
font-size: .8em;
}
.tm-pie-chart .heading {
margin-bottom: 12px;
}
.tm-pie-chart .heading h6 {
font-size: 20px;
}
form.submitting .wpcf7-spinner {
display: block;
}
.wpcf7 .wpcf7-spinner {
display: none;
margin: 30px auto 0;
}
.wpcf7 .screen-reader-response {
display: none;
}
.wpcf7 .wpcf7-response-output {
border: 0 !important;
color: #fff;
background: #2196f3;
}
.wpcf7 form.sent .wpcf7-response-output {
margin: 30px 0 0 !important;
padding: 15px 20px !important;
background: #5cb85c;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
margin: 30px 0 0 !important;
padding: 15px 20px !important;
background: #d9534f;
}
.wpcf7 form.spam .wpcf7-response-output {
margin: 30px 0 0 !important;
padding: 15px 20px !important;
background: #cf7b50;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
margin: 30px 0 0 !important;
padding: 15px 20px !important;
background: #f0ad4e;
}
.wpcf7 .wpcf7-not-valid-tip {
margin-top: 5px;
color: #d9534f;
font-size: 12px;
}
.tm-contact-form-7 .wpcf7-form br {
display: none;
}
.tm-contact-form-7 .wpcf7-form-control-wrap {
display: block;
margin-bottom: 30px;
}
@media (min-width: 768px) {
.tm-contact-form-7 .wpcf7-form-control-wrap {
margin-bottom: 70px;
}
}
.tm-contact-form-7 .form-request-a-callback .wpcf7-form-control-wrap {
margin-bottom: 50px;
}
.tm-contact-form-7 .wpcf7-textarea {
height: 57px;
}
.tm-contact-form-7 .wpcf7-submit span,
.tm-contact-form-7 .wpcf7-submit i {
margin-left: 10px;
font-size: 14px;
}
.tm-contact-form-7 .wpcf7-text,
.tm-contact-form-7 .wpcf7-textarea,
.tm-contact-form-7 .wpcf7-select {
font-size: 24px;
}
.tm-contact-form-7 .wpcf7-text::-webkit-input-placeholder,
.tm-contact-form-7 .wpcf7-textarea::-webkit-input-placeholder,
.tm-contact-form-7 .wpcf7-select::-webkit-input-placeholder {
color: inherit;
font-size: inherit;
}
.tm-contact-form-7 .wpcf7-text:-moz-placeholder,
.tm-contact-form-7 .wpcf7-textarea:-moz-placeholder,
.tm-contact-form-7 .wpcf7-select:-moz-placeholder { color: inherit;
font-size: inherit;
}
.tm-contact-form-7 .wpcf7-text::-moz-placeholder,
.tm-contact-form-7 .wpcf7-textarea::-moz-placeholder,
.tm-contact-form-7 .wpcf7-select::-moz-placeholder { color: inherit;
font-size: inherit;
}
.tm-contact-form-7 .wpcf7-text:-ms-input-placeholder,
.tm-contact-form-7 .wpcf7-textarea:-ms-input-placeholder,
.tm-contact-form-7 .wpcf7-select:-ms-input-placeholder {
color: inherit;
font-size: inherit;
}
.tm-contact-form-7.skin-classic .wpcf7-textarea {
height: 150px;
}
.tm-contact-form-7.skin-classic .wpcf7-text,
.tm-contact-form-7.skin-classic .wpcf7-textarea {
background-color: #f5f5f5;
padding: 5px 10px;
border: inherit;
}
.tm-contact-form-7.skin-classic .wpcf7-text:focus::-webkit-input-placeholder,
.tm-contact-form-7.skin-classic .wpcf7-textarea:focus::-webkit-input-placeholder {
color: inherit;
}
.tm-contact-form-7.skin-classic .wpcf7-text:focus:-moz-placeholder,
.tm-contact-form-7.skin-classic .wpcf7-textarea:focus:-moz-placeholder { color: inherit;
}
.tm-contact-form-7.skin-classic .wpcf7-text:focus::-moz-placeholder,
.tm-contact-form-7.skin-classic .wpcf7-textarea:focus::-moz-placeholder { color: inherit;
}
.tm-contact-form-7.skin-classic .wpcf7-text:focus:-ms-input-placeholder,
.tm-contact-form-7.skin-classic .wpcf7-textarea:focus:-ms-input-placeholder {
color: inherit;
}
.tm-contact-form-7.skin-classic .wpcf7-form-control-wrap {
margin-top: 5px;
margin-bottom: 30px;
}
.tm-contact-form-7.skin-secondary .wpcf7-text,
.tm-contact-form-7.skin-secondary .wpcf7-textarea,
.tm-contact-form-7.skin-secondary .wpcf7-select {
background-color: transparent;
}
.tm-contact-form-7.skin-secondary .wpcf7-text:focus,
.tm-contact-form-7.skin-secondary .wpcf7-textarea:focus,
.tm-contact-form-7.skin-secondary .wpcf7-select:focus {
border-bottom-color: #ffffff;
color: #ffffff;
}
.tm-contact-form-7.skin-secondary .wpcf7-text::-webkit-input-placeholder,
.tm-contact-form-7.skin-secondary .wpcf7-textarea::-webkit-input-placeholder,
.tm-contact-form-7.skin-secondary .wpcf7-select::-webkit-input-placeholder {
color: inherit;
}
.tm-contact-form-7.skin-secondary .wpcf7-text:-moz-placeholder,
.tm-contact-form-7.skin-secondary .wpcf7-textarea:-moz-placeholder,
.tm-contact-form-7.skin-secondary .wpcf7-select:-moz-placeholder { color: inherit;
}
.tm-contact-form-7.skin-secondary .wpcf7-text::-moz-placeholder,
.tm-contact-form-7.skin-secondary .wpcf7-textarea::-moz-placeholder,
.tm-contact-form-7.skin-secondary .wpcf7-select::-moz-placeholder { color: inherit;
}
.tm-contact-form-7.skin-secondary .wpcf7-text:-ms-input-placeholder,
.tm-contact-form-7.skin-secondary .wpcf7-textarea:-ms-input-placeholder,
.tm-contact-form-7.skin-secondary .wpcf7-select:-ms-input-placeholder {
color: inherit;
}
.tm-contact-form-7.skin-secondary .wpcf7-submit {
color: #ffffff;
}
@media (min-width: 992px) {
[class*="-2"] .wpcf7-submit {
width: 100%;
padding: 0;
}
}
.flex-layout {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-left: -15px;
margin-right: -15px;
}
.flex-layout .flex-full {
width: 100%;
}
.flex-layout > div {
padding: 0 15px;
}
.tm-mailchimp-form .form-wrap {
margin-bottom: 30px;
}
.tm-mailchimp-form.skin-primary input[type=text],
.tm-mailchimp-form.skin-primary input[type=email], .tm-mailchimp-form.skin-secondary input[type=text],
.tm-mailchimp-form.skin-secondary input[type=email] {
font-size: 24px;
}
.tm-mailchimp-form.skin-primary input[type=text]::-webkit-input-placeholder,
.tm-mailchimp-form.skin-primary input[type=email]::-webkit-input-placeholder, .tm-mailchimp-form.skin-secondary input[type=text]::-webkit-input-placeholder,
.tm-mailchimp-form.skin-secondary input[type=email]::-webkit-input-placeholder {
font-size: 24px;
color: inherit;
}
.tm-mailchimp-form.skin-primary input[type=text]:-moz-placeholder,
.tm-mailchimp-form.skin-primary input[type=email]:-moz-placeholder, .tm-mailchimp-form.skin-secondary input[type=text]:-moz-placeholder,
.tm-mailchimp-form.skin-secondary input[type=email]:-moz-placeholder { font-size: 24px;
color: inherit;
}
.tm-mailchimp-form.skin-primary input[type=text]::-moz-placeholder,
.tm-mailchimp-form.skin-primary input[type=email]::-moz-placeholder, .tm-mailchimp-form.skin-secondary input[type=text]::-moz-placeholder,
.tm-mailchimp-form.skin-secondary input[type=email]::-moz-placeholder { font-size: 24px;
color: inherit;
}
.tm-mailchimp-form.skin-primary input[type=text]:-ms-input-placeholder,
.tm-mailchimp-form.skin-primary input[type=email]:-ms-input-placeholder, .tm-mailchimp-form.skin-secondary input[type=text]:-ms-input-placeholder,
.tm-mailchimp-form.skin-secondary input[type=email]:-ms-input-placeholder {
font-size: 24px;
color: inherit;
}
.tm-mailchimp-form.skin-primary input[type=text],
.tm-mailchimp-form.skin-primary input[type=email] {
color: red;
}
.tm-mailchimp-form.skin-secondary button,
.tm-mailchimp-form.skin-secondary input[type=submit],
.tm-mailchimp-form.skin-secondary input[type=reset] {
color: #ffffff;
}
.tm-mailchimp-form.skin-secondary button:hover, .tm-mailchimp-form.skin-secondary button:focus,
.tm-mailchimp-form.skin-secondary input[type=submit]:hover,
.tm-mailchimp-form.skin-secondary input[type=submit]:focus,
.tm-mailchimp-form.skin-secondary input[type=reset]:hover,
.tm-mailchimp-form.skin-secondary input[type=reset]:focus {
color: #ffffff;
}
.tm-mailchimp-form.skin-secondary input[type=text]:focus,
.tm-mailchimp-form.skin-secondary input[type=email]:focus {
border-bottom-color: #ffffff;
color: #ffffff;
}
@media (max-width: 767px) {
.flex-layout {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-layout > div {
width: 100%;
}
}
.content-band-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.tm-content-band.style-1 {
position: relative;
background-size: cover;
background-position: center;
-webkit-transition: none;
transition: none;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.tm-content-band.style-1 .content {
background: rgba(0, 0, 0, 0.8);
display: table;
height: 100%;
}
.tm-content-band.style-1 .content-inner {
display: table-cell;
vertical-align: middle;
padding: 134px 50px;
}
.tm-content-band.style-1 .heading {
font-size: 30px;
line-height: 1.2;
color: #ffffff;
padding: 17px 0;
}
.tm-content-band.style-1 .text {
color: #aaaaaa;
padding: 17px 0;
}
@media (min-width: 992px) {
.tm-content-band.style-1 .content {
background: rgba(0, 0, 0, 0.5);
}
.tm-content-band.style-1 .heading-wrap {
position: absolute;
top: 50%;
left: 0;
right: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.tm-content-band.style-1 .text {
opacity: 0;
visibility: hidden;
}
.tm-content-band.style-1:hover .content {
background: rgba(0, 0, 0, 0.8);
}
.tm-content-band.style-1:hover .heading-wrap {
position: static;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.tm-content-band.style-1:hover .text {
-webkit-transition: .5s ease-out .3s;
transition: .5s ease-out .3s;
visibility: visible;
opacity: 1;
}
}
@media (max-width: 991px) {
.content-band-wrap {
display: block;
}
}
@media (max-width: 767px) {
.tm-content-band.style-1 .content-inner {
padding: 90px 30px;
}
.tm-content-band.style-1 .heading {
padding: 10px 0;
}
.tm-content-band.style-1 .text {
padding: 10px 0;
}
}
.tm-popup-video.style-poster {
position: relative;
}
.tm-popup-video.style-poster.overlay-style-1 .video-overlay {
background: rgba(0, 0, 0, 0.5);
}
.tm-popup-video.style-poster .video-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.tm-popup-video.style-poster img {
width: 100%;
}
.tm-popup-video.style-poster .video-play i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius: 50%;
color: #ffffff;
font-size: 86px;
height: 86px;
line-height: 1;
}
.tm-popup-video.style-poster .video-play i:hover {
font-size: 103px;
height: 103px;
}
.tm-popup-video.style-button .video-play i {
border-radius: 50% !important;
font-size: 117px !important;
height: 117px !important;
line-height: 1 !important;
}
.tm-popup-video.button-style-2 .video-play {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius: 50%;
height: 94px;
width: 94px;
text-align: center;
}
.tm-popup-video.button-style-2 .video-play:hover {
height: 100px;
width: 100px;
}
.tm-popup-video.button-style-2 .video-play .video-play-icon {
line-height: 1;
position: absolute;
top: 50%;
left: 50%;
margin-top: 1px;
margin-left: 3px;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.tm-gallery {
position: relative;
}
.tm-gallery img {
width: 100%;
}
.tm-gallery .gallery-item:hover .overlay {
visibility: visible;
opacity: .9;
}
.tm-gallery .gallery-item > a {
display: block;
position: relative;
width: 100%;
height: 100%;
}
.tm-gallery .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
}
.tm-gallery .overlay > div {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 32px;
color: #ffffff;
}
.tm-view-demo .item-wrap {
border-radius: 10px;
box-shadow: 0 7px 20px rgba(0, 0, 0, 0.06);
}
.tm-view-demo .item-wrap:hover .overlay {
visibility: visible;
opacity: .9;
}
.tm-view-demo .item-wrap:hover .overlay-content {
visibility: visible;
opacity: 1;
-webkit-transition: .3s ease-out .3s;
transition: .3s ease-out .3s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.tm-view-demo .info {
padding: 38px 15px;
background: #ffffff;
text-align: center;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.tm-view-demo .heading {
font-size: 20px;
line-height: 1.15;
}
.tm-view-demo .heading a {
color: inherit;
}
.tm-view-demo .thumbnail {
position: relative;
overflow: hidden;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.tm-view-demo .thumbnail img {
width: 100%;
}
.tm-view-demo .overlay {
position: absolute;
top: 0;
left: 0;
visibility: hidden;
width: 100%;
height: 100%;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
opacity: 0;
-webkit-transition: opacity .3s;
transition: opacity .3s;
}
.tm-view-demo .overlay-content {
position: absolute;
top: 0;
left: 0;
visibility: hidden;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
.tm-view-demo .overlay-content-inner {
display: table;
width: 100%;
height: 100%;
}
.tm-view-demo .overlay-content-wrap {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.tm-view-demo .badge {
position: absolute;
top: -15px;
left: -15px;
width: 85px;
height: 85px;
background: transparent url(//hoisko.fi/wp-content/themes/tm-arden/assets/images/new-badge.png) no-repeat;
z-index: 999;
}
.tm-view-demo-icon .grid-item {
margin-bottom: 30px;
}
.tm-view-demo-icon .grid-item > a {
display: block;
height: 100%;
width: 100%;
}
.tm-view-demo-icon .item-wrap {
overflow: hidden;
padding: 35px 30px;
height: 100%;
border-radius: 5px;
background: #ffffff;
box-shadow: 0 7px 20px rgba(0, 0, 0, 0.06);
text-align: center;
}
.tm-view-demo-icon .item-wrap:hover {
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
-webkit-transform: translateY(-3px);
-ms-transform: translateY(-3px);
transform: translateY(-3px);
}
.tm-view-demo-icon .item-icon {
margin-bottom: 13px;
}
.tm-view-demo-icon .item-icon i {
height: 46px;
font-size: 46px;
line-height: 46px;
}
.tm-view-demo-icon .heading {
font-size: 20px;
line-height: 1.15;
}
.tm-view-demo-icon .heading a {
color: inherit;
}
.tm-twitter.style-1 {
max-width: 900px;
margin: 0 auto;
}
.tm-twitter.style-1 .tweet {
position: relative;
padding-top: 50px;
text-align: center;
}
.tm-twitter.style-1 .tweet:before {
display: block;
content: "\f099";
font-size: 120px;
line-height: 1;
margin-bottom: 10px;
}
.tm-twitter.style-1 .tweet .tweet-heading {
font-size: 32px;
}
.tm-twitter.style-1 .tweet .tweet-text {
font-size: 24px;
margin-top: 40px;
}
.tm-twitter.style-1 .tweet + .tweet {
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #eeeeee;
}
.tm-twitter.style-1 .tweet + .tweet:before {
top: 13px;
}
.tm-twitter.style-2 .tweet {
position: relative;
padding-left: 50px;
}
.tm-twitter.style-2 .tweet:before {
position: absolute;
top: 3px;
left: 0;
content: "\f099";
font-size: 40px;
line-height: 40px;
}
.tm-twitter.style-2 .tweet .tweet-date {
font-size: 12px;
}
.tm-twitter.style-2 .tweet + .tweet {
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #eeeeee;
}
.tm-twitter.style-2 .tweet + .tweet:before {
top: 13px;
}
.tm-timeline ul {
margin: 0;
padding: 0;
}
.tm-timeline ul li {
position: relative;
margin: 0 auto;
width: 4px;
list-style-type: none;
padding-bottom: 30px;
}
.tm-timeline ul li:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
background-color: #f5f5f5;
}
.tm-timeline ul li:after {
position: absolute;
top: 0;
left: 50%;
width: 12px;
height: 12px;
border-radius: 50%;
content: '';
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.tm-timeline ul li .timeline-content-wrap {
position: relative;
top: -5px;
width: 330px;
}
.tm-timeline ul li:nth-child(odd) .timeline-content-wrap {
left: 34px;
}
.tm-timeline ul li:nth-child(even) .timeline-content-wrap {
text-align: right;
left: -364px;
}
.tm-timeline ul li:last-child:before {
display: none;
}
.tm-timeline .heading {
text-transform: uppercase;
letter-spacing: 1.75px;
font-weight: bold;
font-size: 14px;
margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
.tm-timeline ul li .timeline-content-wrap {
width: 250px;
}
.tm-timeline ul li:nth-child(even) .timeline-content-wrap {
left: -284px;
}
}
@media screen and (max-width: 600px) {
.tm-timeline ul li {
margin-left: 20px;
}
.tm-timeline ul li .timeline-content-wrap {
width: calc(100vw - 100px);
}
.tm-timeline ul li:nth-child(even) .timeline-content-wrap {
left: -284px;
}
.tm-timeline ul li:nth-child(even) .timeline-content-wrap {
left: 34px;
text-align: left;
}
}
.tm-blockquote {
position: relative;
margin-bottom: 30px;
}
.tm-blockquote blockquote {
padding: 45px 40px 55px;
color: inherit;
font-size: inherit;
}
.tm-blockquote blockquote:before {
display: none;
}
.tm-blockquote svg {
position: absolute;
top: 27px;
right: 27px;
}
.tm-blockquote .heading {
font-size: 20px;
margin-bottom: 8px;
}
.tm-blockquote.skin-dark .heading {
color: #ffffff;
}
.tm-blockquote.skin-dark path {
fill: #ffffff;
}
.tm-drop-cap {
margin-bottom: 70px;
}
.tm-drop-cap.style-1 .drop-cap {
float: left;
font-size: 56px;
line-height: 50px;
padding-top: 4px;
padding-right: 12px;
padding-left: 3px;
}
.tm-drop-cap.style-2 .drop-cap {
float: left;
font-size: 56px;
line-height: 50px;
padding: 7px 13px 7px 9px;
color: #ffffff;
margin: -8px 10px 0 -18px;
}
.gmap-marker-wrap {
text-align: center;
padding: 30px 50px;
}
.gmap-marker-title {
font-size: 16px;
font-weight: bold;
margin-bottom: 14px;
}
.gmap-marker-content {
font-size: 20px;
}
.animated-dot {
width: 20px;
height: 20px;
left: -9px;
top: -5px;
position: relative;
}
.animated-dot .middle-dot {
width: 12px;
height: 12px;
border-radius: 30px;
position: absolute;
left: 2px;
top: 2px;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated-dot .middle-dot:after {
width: 100%;
height: 100%;
display: block;
position: absolute;
left: 0;
top: 0;
content: ' ';
background-color: #fff;
border-radius: 30px;
z-index: 100;
opacity: 0;
-webkit-animation: animationSignal2 cubic-bezier(0, 0.55, 0.55, 1) 2s;
animation: animationSignal2 cubic-bezier(0, 0.55, 0.55, 1) 2s;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-delay: 0.78s;
animation-delay: 0.78s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated-dot .signal {
width: 180px;
pointer-events: none;
height: 180px;
border-radius: 200px;
position: absolute;
left: -80px;
top: -80px;
opacity: 0;
-webkit-animation: animationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
animation: animationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-delay: 0.78s;
animation-delay: 0.78s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated-dot .signal2 {
width: 180px;
height: 180px;
pointer-events: none;
border-radius: 200px;
position: absolute;
left: -80px;
top: -80px;
opacity: 0;
-webkit-animation: animationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
animation: animationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-delay: 1s;
animation-delay: 1s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
@-webkit-keyframes animationSignal {
0% {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
1% {
opacity: 0.25;
}
20% {
opacity: 0.25;
}
60% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
}
}
@-webkit-keyframes animationSignal2 {
0% {
opacity: 0;
}
1% {
opacity: 0.2;
}
20% {
opacity: 0.17;
}
60% {
opacity: 0;
}
}
@keyframes animationSignal {
0% {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
1% {
opacity: 0.25;
}
20% {
opacity: 0.25;
}
60% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
}
}
@keyframes animationSignal2 {
0% {
opacity: 0;
}
1% {
opacity: 0.2;
}
20% {
opacity: 0.17;
}
60% {
opacity: 0;
}
}
.tm-product div.product {
margin-bottom: 35px;
}
.tm-product div.product .product-thumbnail {
position: relative;
margin-bottom: 26px;
}
.tm-product div.product .product-thumbnail:hover .product-overlay {
visibility: visible;
opacity: .9;
}
.tm-product div.product .product-thumbnail > a > img {
width: 100%;
}
.tm-product div.product .product-overlay {
position: absolute;
top: 0;
left: 0;
visibility: hidden;
width: 100%;
height: 100%;
opacity: 0;
}
.tm-product div.product .product-overlay i {
position: absolute;
top: 50%;
left: 50%;
color: #ffffff;
font-size: 22px;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.tm-product div.product .product-info {
text-align: center;
}
.tm-product div.product .product-info h3 {
margin-bottom: 5px;
font-size: 20px;
line-height: 1.1;
}
.tm-product div.product .product-info .price {
font-size: 20px;
line-height: 1.1;
}
.tm-product div.product .product-info .price del, .tm-product div.product .product-info .price span, .tm-product div.product .product-info .price ins {
font-size: inherit;
}
.tm-product div.product .badges {
position: absolute;
bottom: -12px;
left: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
z-index: 1;
}
.tm-product div.product .badges .onsale,
.tm-product div.product .badges .hot,
.tm-product div.product .badges .new {
position: relative;
top: 0;
left: 0;
display: block;
margin: 0 2px;
padding: 0;
width: 50px;
height: 50px;
border-radius: 50%;
color: #ffffff;
text-align: center;
text-transform: uppercase;
font-weight: 500;
font-size: 13px;
line-height: 50px;
}
.tm-product div.product .badges .hot {
background: #f4cb75;
}
.tm-product div.product .badges .onsale {
background: #e55353;
}
.tm-product div.product .badges .new {
background: #87ab69;
}
.tm-product div.product .out-of-stock-label {
position: absolute;
top: 20px;
right: 20px;
z-index: 1;
padding: 10px 5px;
width: 60px;
height: 60px;
border-radius: 50%;
background: #000000;
color: #ffffff;
text-align: center;
text-transform: capitalize;
font-weight: 600;
font-size: 14px;
line-height: 1.5;
}
.tm-product .tm-swiper .swiper-pagination {
margin-top: 32px;
}
.tm-product-categories .grid-item {
overflow: hidden;
}
.tm-product-categories .cat-thumbnail {
background-size: cover;
background-repeat: no-repeat;
width: 100%;
height: 100%;
}
.tm-product-categories .cat-thumbnail:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.tm-product-categories .cat-thumbnail {
position: relative;
}
.tm-product-categories .cat-thumbnail img {
width: 100%;
}
.tm-product-categories .info {
position: absolute;
bottom: 40px;
left: 0;
width: 100%;
}
.tm-product-categories .heading {
text-transform: uppercase;
font-weight: bold;
font-size: 40px;
padding: 0 30px 0 50px;
word-wrap: break-word;
}
.tm-product-categories .heading a {
color: inherit;
}
@media (max-width: 1199px) {
.tm-product-categories .info {
bottom: 30px;
}
.tm-product-categories .heading {
padding: 0 30px;
font-size: 32px;
}
}
@media (max-width: 767px) {
.tm-product-categories .heading {
font-size: 24px;
}
}
.tm-rotate-box {
position: relative;
text-align: center;
margin-bottom: 30px;
}
.tm-rotate-box .flipper {
position: relative;
}
.tm-rotate-box .flipper:hover .front,
.tm-rotate-box .flipper:hover .back {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transition: -webkit-transform 1s cubic-bezier(0.3, 1, 0.6, 1);
transition: -webkit-transform 1s cubic-bezier(0.3, 1, 0.6, 1);
transition: transform 1s cubic-bezier(0.3, 1, 0.6, 1);
transition: transform 1s cubic-bezier(0.3, 1, 0.6, 1), -webkit-transform 1s cubic-bezier(0.3, 1, 0.6, 1);
}
.tm-rotate-box .to-left .front,
.tm-rotate-box .to-right .front {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.tm-rotate-box .to-top .front,
.tm-rotate-box .to-bottom .front {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.tm-rotate-box .to-top .back {
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.tm-rotate-box .to-top:hover .front {
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.tm-rotate-box .to-top:hover .back {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.tm-rotate-box .to-bottom .back {
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.tm-rotate-box .to-bottom:hover .front {
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.tm-rotate-box .to-bottom:hover .back {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.tm-rotate-box .to-left .back {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.tm-rotate-box .to-left:hover .front {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.tm-rotate-box .to-left:hover .back {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.tm-rotate-box .to-right .back {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.tm-rotate-box .to-right:hover .front {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.tm-rotate-box .to-right:hover .back {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.tm-rotate-box .thumb-wrap {
-webkit-perspective: 1000px;
perspective: 1000px;
}
.tm-rotate-box .front,
.tm-rotate-box .back {
background-size: cover;
min-height: 500px;
z-index: 1;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: inherit;
perspective: inherit;
-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8), -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
}
.tm-rotate-box .back {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.tm-rotate-box .back .content-wrap {
top: 50%;
left: 0;
-webkit-transform: translate3d(0, -50%, 50px) scale(0.9);
transform: translate3d(0, -50%, 50px) scale(0.9);
}
.tm-rotate-box .content-wrap {
position: absolute;
width: 100%;
display: block;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: inherit;
perspective: inherit;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
padding: 50px 30px;
z-index: 2;
top: 50%;
left: 0;
-webkit-transform: translate3d(0, -50%, 50px) scale(0.9);
transform: translate3d(0, -50%, 50px) scale(0.9);
}
.tm-rotate-box .heading {
font-size: 32px;
margin-bottom: 20px;
}
.tm-rotate-box .text {
color: #ffffff;
margin: 0 auto 30px;
max-width: 420px;
}
.page-content .tm-custom-menu .widget {
margin: 0 !important;
}
.page-content .tm-custom-menu.style-1 .menu > li {
margin: 0;
}
.page-content .tm-custom-menu.style-1 .menu > li > a {
font-size: 14px;
color: inherit;
}
.page-content .tm-custom-menu.horizontal .menu {
margin: 0 -5px;
}
.page-content .tm-custom-menu.horizontal .menu > li {
display: inline-block;
padding: 0 5px;
}
.vc_progress_bar.wpb_content_element {
margin-bottom: 60px;
}
.vc_progress_bar .vc_single_bar_wrapper {
padding-bottom: 4px;
}
.vc_progress_bar .vc_single_bar_wrapper .vc_single_bar {
background: #f5f5f5;
}
.vc_progress_bar .vc_single_bar_wrapper + .vc_single_bar_wrapper {
margin-top: 40px;
}
.vc_progress_bar .vc_single_bar_title {
margin-bottom: 15px;
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
line-height: 1.2;
}
.vc_progress_bar .vc_single_bar_title .vc_label_units {
float: right;
font-weight: normal;
}
.vc_progress_bar .vc_general.vc_single_bar {
height: 3px;
border-radius: 0;
box-shadow: none;
}
.vc_progress_bar .vc_general.vc_single_bar .vc_label {
padding: 0;
}
.vc_progress_bar .vc_general.vc_single_bar .vc_bar {
border-radius: 0;
}
.vc_progress_bar .vc_general.vc_single_bar .vc_bar:before {
position: absolute;
top: -4px;
left: 0;
width: 12px;
height: 12px;
border-radius: 50%;
background: inherit;
content: '';
}
.vc_row {
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0);
}
.vc_row-has-overlay {
position: relative;
}
.vc_row-has-overlay .vc_row-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.vc_row.five-columns .vc_col-lg-2,
.vc_row.five-columns .vc_col-md-2,
.vc_row.five-columns .vc_col-sm-2 {
min-height: 0;
}
.wrapper-full-height .wpb_wrapper {
height: 100%;
}
.row-inner-full-height > .vc_column_container > .vc_column-inner > .wpb_wrapper {
height: 100%;
}
.row-inner-full-height > .vc_column_container > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner {
height: 100%;
}
@media (min-width: 768px) {
.vc_row.five-columns .vc_col-lg-2,
.vc_row.five-columns .vc_col-md-2,
.vc_row.five-columns .vc_col-sm-2 {
width: 20%;
}
}
.vc_row-has-separator {
position: relative;
overflow: visible !important;
}
.vc_row-has-separator .vc_column_container {
z-index: 2;
}
.vc_row-big_triangle .vc_row-separator:before {
right: 50%;
border-right: 1000px solid #ffffff;
border-left: 1000px solid;
}
.vc_row-big_triangle .vc_row-separator:after {
left: 50%;
border-right: 1000px solid;
border-left: 1000px solid #ffffff;
}
.vc_row-big_triangle .vc_row-separator:after, .vc_row-big_triangle .vc_row-separator:before {
position: absolute;
bottom: -108px;
z-index: 1;
width: 50%;
border-bottom: 310px solid #1e73be; content: '';
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.vc_row-triangle.vc_row-separator-up .vc_row-separator:before {
content: '';
top: -50px;
}
.vc_row-triangle.vc_row-separator-down .vc_row-separator:after {
content: '';
bottom: -50px;
}
.vc_row-triangle.vc_row-separator-both .vc_row-separator:before {
content: '';
top: -50px;
}
.vc_row-triangle.vc_row-separator-both .vc_row-separator:after {
content: '';
bottom: -50px;
}
.vc_row-triangle .vc_row-separator {
background: inherit;
}
.vc_row-triangle .vc_row-separator:before, .vc_row-triangle .vc_row-separator:after {
position: absolute;
left: 50%;
width: 100px;
height: 100px;
-webkit-transform: translateX(-50%) rotate(45deg);
-ms-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg);
pointer-events: none;
background: inherit;
z-index: 10;
}
.vc_row-half_circle.vc_row-separator-up .vc_row-separator:before {
content: '';
top: -50px;
}
.vc_row-half_circle.vc_row-separator-down .vc_row-separator:after {
content: '';
bottom: -50px;
}
.vc_row-half_circle.vc_row-separator-both .vc_row-separator:before {
content: '';
top: -50px;
}
.vc_row-half_circle.vc_row-separator-both .vc_row-separator:after {
content: '';
bottom: -50px;
}
.vc_row-half_circle .vc_row-separator {
background: inherit;
}
.vc_row-half_circle .vc_row-separator:before, .vc_row-half_circle .vc_row-separator:after {
position: absolute;
left: 50%;
z-index: 10;
width: 100px;
height: 100px;
border-radius: 50%;
background: inherit;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
pointer-events: none;
}
@media (max-width: 991px) {
.vc_row-big_triangle .vc_row-separator:after, .vc_row-big_triangle .vc_row-separator:before {
bottom: -40px;
border-bottom-width: 200px;
}
}
.vc_column-has-overlay {
position: relative;
z-index: 1;
}
.vc_column-has-overlay .vc_column-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}
.wpb_single_image.vc_full_width img {
width: 100%;
}
.wpb_single_image .vc_figure {
width: 100%;
}
.wpb_single_image .vc_single_image-wrapper {
width: 100%;
}
@media (max-width: 991px) {
.wpb_single_image.vc_tablet_align_center {
text-align: center !important;
}
}
@media (max-width: 543px) {
.wpb_single_image.vc_mobile_align_center {
text-align: center !important;
}
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-tab > a {
color: #ffffff;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
color: #666666;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body:before,
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body:after {
border-color: #f0f0f0;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-tab > a {
color: #ffffff;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-tab.vc_active > a {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
background-color: #f8f8f8;
border-color: #f0f0f0;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #666666;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: #f8f8f8;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
color: #ffffff;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-flat .vc_tta-tab > a {
color: #ffffff;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-outline .vc_tta-tab:not(.vc_active) > a:hover, .vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-outline .vc_tta-tab:not(.vc_active) > a:focus {
color: #ffffff;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-outline .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading:hover a, .vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-outline .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading:focus a {
color: #ffffff;
}
@media (min-width: 768px) {
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panels {
background-color: #f8f8f8;
}
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panels,
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panels::after,
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panels::before {
border-color: #f0f0f0;
}
}
.vc_tta-tab {
font-size: 20px;
}
.wpb-js-composer .vc_tta.vc_tta.vc_tta-style-arden-01 .vc_tta-tab {
margin: 0;
}
.wpb-js-composer .vc_tta.vc_tta.vc_tta-style-arden-01 .vc_tta-tab + .vc_tta-tab {
margin-left: 5px;
}
.wpb-js-composer .vc_tta.vc_tta.vc_tta-style-arden-02 .vc_tta-tab {
margin: 0;
}
.wpb-js-composer .vc_tta.vc_tta.vc_tta-style-arden-02 .vc_tta-tab + .vc_tta-tab {
margin-left: 30px;
}
.wpb-js-composer .vc_tta.vc_tta.vc_tta-style-arden-01 .vc_tta-tabs-list {
margin: 0;
margin-bottom: -2px;
}
.wpb-js-composer .vc_tta-style-arden-02 .vc_tta-tabs-list {
margin: -3px 0 -2px 0 !important;
}
.wpb-js-composer .vc_tta-style-arden-01 .vc_tta-tab > a,
.wpb-js-composer .vc_tta-style-arden-03 .vc_tta-tab > a {
background: #f1f1f1;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-arden-01 .vc_tta-tab > a {
padding: 6px 18px;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-arden-02 .vc_tta-tab > a {
padding: 0;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-arden-03 .vc_tta-tab > a {
padding: 6px 20px;
}
.wpb-js-composer .vc_tta-style-arden-01.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container,
.wpb-js-composer .vc_tta-style-arden-01.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list,
.wpb-js-composer .vc_tta-style-arden-02.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container,
.wpb-js-composer .vc_tta-style-arden-02.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list,
.wpb-js-composer .vc_tta-style-arden-03.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container,
.wpb-js-composer .vc_tta-style-arden-03.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
overflow: inherit;
}
.wpb-js-composer .vc_tta-style-arden-01 .vc_tta-tab.vc_active {
position: relative;
color: #ffffff;
}
.wpb-js-composer .vc_tta-style-arden-01 .vc_tta-tab.vc_active:after {
content: '';
position: absolute;
left: 50%;
margin-left: -10px;
width: 0;
height: 0;
border: 9px solid transparent;
}
.wpb-js-composer .vc_tta-style-arden-02 .vc_tta-tab.vc_active {
border-bottom: 2px solid red;
}
.wpb-js-composer .vc_tta-style-arden-03 .vc_tta-tab.vc_active {
position: relative;
color: #ffffff;
}
.wpb-js-composer .vc_tta-style-arden-03 .vc_tta-tab.vc_active:after {
content: '';
position: absolute;
top: 50%;
margin-top: -10px;
right: -17px;
width: 0;
height: 0;
border: 9px solid transparent;
}
.wpb-js-composer .vc_tta-style-arden-01 .vc_tta-panels-container {
border: 2px solid #eeeeee;
}
.wpb-js-composer .vc_tta-style-arden-02 .vc_tta-panels-container {
border-top: 2px solid #f5f5f5;
}
.wpb-js-composer .vc_tta-style-arden-01.vc_tta.vc_general .vc_tta-panel-body {
padding: 30px 38px;
}
.wpb-js-composer .vc_tta-style-arden-02.vc_tta.vc_general .vc_tta-panel-body {
padding: 30px 0;
border: 0;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-arden-01 .vc_tta-panel-heading {
border: 0;
}
.vc_tta.vc_general.vc_tta-style-arden-01 .vc_tta-panel .vc_tta-panel-heading.vc_tta-panel-heading,
.vc_tta.vc_general.vc_tta-style-arden-02 .vc_tta-panel .vc_tta-panel-heading.vc_tta-panel-heading,
.vc_tta.vc_general.vc_tta-style-arden-03 .vc_tta-panel .vc_tta-panel-heading.vc_tta-panel-heading {
border: 0;
margin: 0;
}
.vc_tta.vc_general.vc_tta-style-arden-01 .vc_tta-panel + .vc_tta-panel .vc_tta-panel-heading.vc_tta-panel-heading,
.vc_tta.vc_general.vc_tta-style-arden-02 .vc_tta-panel + .vc_tta-panel .vc_tta-panel-heading.vc_tta-panel-heading,
.vc_tta.vc_general.vc_tta-style-arden-03 .vc_tta-panel + .vc_tta-panel .vc_tta-panel-heading.vc_tta-panel-heading {
border: 0;
margin: 0;
border-top: 2px solid #f1f1f1;
}
@media (max-width: 767px) {
.wpb-js-composer .vc_tta-style-arden-02.vc_tta.vc_general .vc_tta-panel-body {
padding: 14px 20px;
}
.wpb-js-composer .vc_tta-style-arden-02 .vc_tta-panels-container,
.wpb-js-composer .vc_tta-style-arden-03 .vc_tta-panels-container {
border: 2px solid #eeeeee;
}
}
@media (min-width: 768px) {
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-arden-03 .vc_tta-tabs-container {
width: 25%;
float: left;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-arden-03 .vc_tta-panels-container {
float: left;
width: 75%;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-arden-03 .vc_tta-tab {
display: block;
margin-right: 0;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-arden-03 .vc_tta-panel-body {
border: 2px solid #eeeeee;
padding: 35px 40px;
}
}
.vc_separator.position-top {
margin: 0;
position: absolute;
top: 0;
width: calc(100% - 30px);
}
.vc_separator.position-bottom {
margin: 0;
position: absolute;
bottom: 0;
width: calc(100% - 30px);
}
.mejs-controls .mejs-button button {
-webkit-transition: none;
transition: none;
}
.wp-audio-playlist .wp-playlist-current-item {
display: table;
}
.wp-audio-playlist .wp-playlist-current-item .wp-playlist-caption {
display: table-cell;
vertical-align: middle;
}
.wp-audio-playlist .wp-playlist-item {
border-color: #eeeeee;
padding: 5px 3px;
}
.wp-audio-playlist .wp-playlist-item-length {
top: 5px;
} .page-content .widget {
margin: 0 0 72px;
}
.page-content .widget-title,
.page-content .widgettitle {
position: relative;
margin-bottom: 30px;
padding-bottom: 7px;
text-transform: uppercase;
letter-spacing: 1.75px;
font-weight: bold;
font-size: 14px;
display: inline-block;
}
.page-content .widget-title:after,
.page-content .widgettitle:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background: #dddddd;
content: '';
}
.page-sidebar .page-sidebar-content {
padding-top: 100px;
}
.page-sidebar .page-sidebar-inner {
height: 100%;
}
.page-sidebar .page-sidebar-content {
height: 100%;
background-color: #ffffff;
}
.page-sidebar .page-sidebar-content:after {
position: absolute;
top: 0;
bottom: 0;
width: 1000px;
background-color: #ffffff;
content: '';
}
.page-sidebar.page-sidebar-left .page-sidebar-content {
border-right: 1px solid #eeeeee;
padding-right: 30px;
}
.page-sidebar.page-sidebar-left .page-sidebar-content:after {
right: calc(100% - 15px);
}
.page-sidebar.page-sidebar-right .page-sidebar-content {
border-left: 1px solid #eeeeee;
padding-left: 30px;
}
.page-sidebar.page-sidebar-right .page-sidebar-content:after {
left: calc(100% - 15px);
}
.wpb_widgetised_column.left {
padding-right: 30px;
}
.wpb_widgetised_column.left .wpb_wrapper {
padding-right: 30px;
}
.wpb_widgetised_column.left .wpb_wrapper:after {
right: 0;
}
.wpb_widgetised_column.right {
padding-left: 30px;
}
.wpb_widgetised_column.right .wpb_wrapper {
padding-left: 30px;
}
.wpb_widgetised_column.right .wpb_wrapper:after {
left: 0;
}
.wpb_widgetised_column .wpb_wrapper {
padding-top: 100px;
max-width: 370px;
width: 100%;
position: relative;
}
.wpb_widgetised_column .wpb_wrapper:after {
position: absolute;
top: 0;
bottom: 0;
width: 3000px;
background-color: #ffffff;
content: '';
z-index: -1;
height: 5000px;
}
@media (max-width: 1199px) {
.wpb_widgetised_column {
padding: 0 !important;
}
.wpb_widgetised_column .wpb_wrapper {
padding: 50px 30px;
background: #ffffff;
max-width: 100%;
}
.wpb_widgetised_column .wpb_wrapper:after {
display: none;
}
}
.page-footer .widget {
margin-bottom: 30px;
}
.page-footer .widget-title {
font-size: 16px;
font-weight: bold;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 18px;
}
.page-footer .widget_recent_entries li,
.page-footer .widget_recent_comments li,
.page-footer .widget_archive li,
.page-footer .widget_categories li,
.page-footer .widget_meta li,
.page-footer .widget_product_categories li,
.page-footer .widget_rss li,
.page-footer .widget_pages li,
.page-footer .widget_nav_menu li,
.page-footer .insight-core-bmw li {
margin-bottom: 1px;
}
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_product_categories ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul,
.insight-core-bmw ul {
margin: 0;
padding: 0;
}
.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_product_categories li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li,
.insight-core-bmw li {
display: block;
margin-bottom: 13px;
list-style-type: none;
}
.widget_recent_entries li .children,
.widget_recent_comments li .children,
.widget_archive li .children,
.widget_categories li .children,
.widget_meta li .children,
.widget_product_categories li .children,
.widget_rss li .children,
.widget_pages li .children,
.widget_nav_menu li .children,
.insight-core-bmw li .children {
padding-top: 10px;
padding-left: 15px;
}
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child,
.widget_product_categories li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child,
.insight-core-bmw li:last-child {
margin-bottom: 0;
}
.widget_recent_entries a,
.widget_recent_comments a,
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_product_categories a,
.widget_rss a,
.widget_pages a,
.widget_nav_menu a,
.insight-core-bmw a {
font-size: inherit;
font-family: inherit;
}
.widget_recent_comments .comment-author-link {
position: relative;
padding-left: 20px;
}
.widget_recent_comments .comment-author-link:before {
position: absolute;
top: 50%;
left: 0;
content: '\f0e5';
line-height: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.widget_recent_entries .post-date {
display: block;
font-size: 16px;
color: #a9adb9;
}
@media (max-width: 991px) {
.page-content .widget {
margin: 0 0 52px;
}
}
@media (max-width: 767px) {
.page-content .widget {
margin: 0 0 32px;
}
.page-sidebar {
margin-bottom: 50px;
}
.page-sidebar .page-sidebar-inner .page-sidebar-content {
border: 1px solid #eeeeee;
padding-right: 30px;
}
.page-sidebar .page-sidebar-inner .page-sidebar-content:after {
display: none;
}
.single-post .page-main-content {
padding-bottom: 20px;
}
}
.widget_search form,
.widget_product_search form {
position: relative;
}
.widget_search .search-field,
.widget_product_search .search-field {
width: 100%;
height: 60px;
padding-right: 20px;
font-size: 24px;
}
.widget_search .search-field::-webkit-input-placeholder,
.widget_product_search .search-field::-webkit-input-placeholder {
font-size: 24px;
}
.widget_search .search-field:-moz-placeholder,
.widget_product_search .search-field:-moz-placeholder { font-size: 24px;
}
.widget_search .search-field::-moz-placeholder,
.widget_product_search .search-field::-moz-placeholder { font-size: 24px;
}
.widget_search .search-field:-ms-input-placeholder,
.widget_product_search .search-field:-ms-input-placeholder {
font-size: 24px;
}
.widget_search .search-submit,
.widget_product_search .search-submit {
position: absolute;
top: 50%;
right: 0;
padding: 0;
width: 21px;
height: 21px;
border: 0;
background: transparent;
text-align: center;
line-height: 21px;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.widget_search .search-submit i,
.widget_product_search .search-submit i {
font-size: 21px;
}
.widget_search .search-submit i:before,
.widget_product_search .search-submit i:before {
font-weight: bold;
}
.tagcloud a {
display: inline-block;
color: inherit;
font-size: inherit !important;
}
.tm-posts-widget .post-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.tm-posts-widget .post-item + .post-item {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #eeeeee;
}
.tm-posts-widget .post-widget-thumbnail {
float: left;
margin-right: 20px;
width: 80px;
height: 80px;
position: relative;
}
.tm-posts-widget .post-widget-thumbnail:hover .post-widget-overlay {
visibility: visible;
opacity: 1;
}
.tm-posts-widget .post-widget-title {
margin-bottom: 5px;
}
.tm-posts-widget .post-widget-title a {
font-size: 14px;
}
.tm-posts-widget .post-date {
font-size: 13px;
}
.tm-posts-widget .post-widget-overlay {
position: absolute;
top: 0;
left: 0;
visibility: hidden;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
opacity: 0;
}
.tm-flickr {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -5px;
}
.tm-flickr .flickr_badge_image {
height: auto;
margin: 0;
padding: 5px;
}
.tm-flickr .flickr_badge_image image {
width: 100%;
}
.tm-flickr-1 .flickr_badge_image {
width: 100%;
}
.tm-flickr-2 .flickr_badge_image {
width: 50%;
}
.tm-flickr-3 .flickr_badge_image {
width: 33.333333%;
}
.tm-flickr-4 .flickr_badge_image {
width: 25%;
}
.tm-flickr-5 .flickr_badge_image {
width: 20%;
}
.tm-flickr-6 .flickr_badge_image {
width: 16.6666666667%;
}
.tm-flickr-7 .flickr_badge_image {
width: 14.2857142857%;
}
.tm-flickr-8 .flickr_badge_image {
width: 12.5%;
}
.tm-flickr-9 .flickr_badge_image {
width: 11.1111111111%;
}
.tm-flickr-10 .flickr_badge_image {
width: 10%;
}
.widget .form-subscribe {
display: block;
margin: 0;
}
.widget .form-subscribe .form-input {
width: auto;
}
.widget .form-subscribe .form-item-wrap {
padding: 0;
margin-bottom: 20px;
} .mini-cart {
position: relative;
}
.mini-cart ul {
margin: 0;
padding: 0;
}
.mini-cart.hide-on-empty [data-count="0"] {
display: none;
}
.mini-cart .mini-cart-icon {
position: relative;
display: block;
width: 30px;
height: 30px;
text-align: center;
font-size: 20px;
line-height: 30px;
cursor: pointer;
}
.mini-cart .mini-cart-icon:before {
position: absolute;
top: 50%;
left: 0;
color: inherit;
content: "a";
font-family: 'linea-ecommerce-10';
line-height: normal;
font-weight: bold;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.mini-cart .mini-cart-icon:after {
position: absolute;
top: -4px;
right: 0;
color: inherit;
content: attr(data-count);
font-weight: bold;
font-size: 13px;
}
.mini-cart .widget_shopping_cart_content {
position: absolute;
top: calc(100% + 20px);
right: 0;
z-index: 99999;
visibility: hidden;
overflow: auto;
max-height: 700px;
width: 360px;
background-color: #ffffff;
opacity: 0;
border: 1px solid #eeeeee;
border-bottom: 2px solid transparent;
padding: 30px 20px 27px;
}
.mini-cart .widget_shopping_cart_content li > a:not(.remove) {
font-size: 16px !important;
}
.mini-cart .widget_shopping_cart_content .empty {
margin: 0;
}
.mini-cart.open .widget_shopping_cart_content {
top: 100%;
visibility: visible;
opacity: 1;
}
.widget_shopping_cart_content .cart-footer {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-top: 30px;
border-top: 1px solid #eeeeee;
padding-top: 22px;
}
.widget_shopping_cart_content .total {
width: 100%;
font-size: 16px;
border-top: 0 !important;
padding: 0 !important;
}
.widget_shopping_cart_content .total .amount {
font-size: 20px;
}
.widget_shopping_cart_content .buttons {
display: inline-block;
}
.widget_shopping_cart_content .buttons a {
display: inline-block;
min-width: 176px;
text-align: center;
margin-left: 6px;
}
.widget_shopping_cart_content .button.checkout {
display: none;
}
.cart_list.product_list_widget li {
display: block;
list-style-type: none;
}
.cart_list.product_list_widget li + li {
padding-top: 30px !important;
margin-top: 30px !important;
border-top: 1px solid #dddddd !important;
}
.cart_list.product_list_widget li img {
float: left !important;
margin-right: 20px;
width: 80px;
height: 80px;
}
.cart_list.product_list_widget li .quantity {
display: block;
font-size: 20px;
}
.cart_list.product_list_widget li .remove {
position: relative !important;
float: right;
width: 20px;
height: 20px;
color: inherit !important;
font-size: 0;
line-height: 1.5;
}
.cart_list.product_list_widget li .remove:hover {
background: transparent;
color: initial !important;
}
.cart_list.product_list_widget li .remove:after {
position: absolute;
top: 2px;
left: 3px;
content: '\f2ed';
font-size: 14px;
}
.cart_list.product_list_widget a {
font-weight: normal;
font-size: 16px;
}
.cart-footer {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.woocommerce .page-sidebar .page-sidebar-content {
border: 0 !important;
}
.woocommerce .widget_price_filter .price_slider {
margin-bottom: 30px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
border-radius: 0;
background-color: #eeeeee;
height: 4px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
background-color: #aaaaaa;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
width: 16px;
height: 16px;
top: -6px;
}
.woocommerce .widget_price_filter .price_slider_amount {
text-align: left;
font-size: inherit;
line-height: inherit;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
padding: 0 33px !important;
height: 44px;
line-height: 38px !important;
float: right;
}
.woocommerce .widget_price_filter .price_label {
padding-top: 9px;
}
.woocommerce ul.product_list_widget li {
padding: 0;
}
.woocommerce ul.product_list_widget li + li {
margin-top: 20px;
}
.woocommerce ul.product_list_widget li img {
float: left;
width: 80px;
height: 80px;
margin-left: 0;
margin-right: 20px;
}
.woocommerce ul.product_list_widget li .amount {
font-size: 20px;
line-height: 1.1;
}
.woocommerce ul.product_list_widget li > a {
display: block;
margin-bottom: 7px;
line-height: 1.1;
font-weight: 400;
font-size: 20px;
}
.woocommerce ul.product_list_widget li .star-rating {
font-size: 12px;
margin-top: 12px;
margin-bottom: 10px;
}
.woocommerce .widget_shopping_cart .cart_list li {
padding-left: 0;
}
@keyframes load-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes load-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button.alt,
.button {
padding: 0 20px !important;
height: 57px;
border: 3px solid #dec8ae;
border-radius: 30px;
background: transparent;
text-transform: uppercase;
font-weight: bold !important;
font-size: 14px !important;
line-height: 51px !important;
letter-spacing: 1.75px;
}
.woocommerce.search-results .site {
background-color: #ffffff;
}
.woocommerce .page-main-content {
padding-top: 100px;
}
.woocommerce form .form-row {
margin: 0 0 10px;
padding: 0;
}
.woocommerce form .form-row textarea {
height: 130px;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
border-color: #d9534f;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
border-color: #5cb85c;
}
.woocommerce .amount {
font-weight: 400;
}
.woocommerce .price {
font-weight: 400;
}
.woocommerce ins {
background: none;
color: #e55353;
}
.woocommerce ins .amount {
color: inherit;
}
.woocommerce del {
position: relative;
text-decoration: none;
}
.woocommerce del .amount {
color: #bbbbbb !important;
}
.woocommerce del:before {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 1px;
background: #bbbbbb;
content: '';
}
.woocommerce .star-rating {
color: #ffc926;
font-size: 14px;
}
.woocommerce .star-rating:before {
color: #dddddd;
content: "SSSSS";
}
.woocommerce div.quantity {
position: relative;
width: 66px;
}
.woocommerce div.quantity button {
position: absolute;
right: 0;
padding: 0;
width: 30px;
height: 20px;
border: 0;
font-size: 0;
}
.woocommerce div.quantity button:hover {
background-color: transparent;
color: #888888;
}
.woocommerce div.quantity .qty {
padding: 3px 30px 3px 10px;
width: 100%;
height: 40px;
border: 1px solid #eeeeee;
}
.woocommerce div.quantity input::-webkit-outer-spin-button,
.woocommerce div.quantity input::-webkit-inner-spin-button {
margin: 0;
-webkit-appearance: none;
}
.woocommerce div.quantity .increase {
top: 0;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAABGdBTUEAALGPC/xhBQAAADpJREFUCB1tysEJADAIA8BkGses3VKnScmj1EeFgCQHjOvudEb1Xg9VJWcimriQtB4HSO6ISP7GC40OZdMiSNescVAAAAAASUVORK5CYII=) no-repeat center;
}
.woocommerce div.quantity .decrease {
bottom: 0;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAABGdBTUEAALGPC/xhBQAAADdJREFUCB1jvHnzZsP////rGbAARkbGRkaQODZFIEl1dfUGuD6Qohs3bvwHYRAbLoHMAEmgSwIAG3IiSKCM+2YAAAAASUVORK5CYII=) no-repeat center;
}
.woocommerce nav.woocommerce-pagination {
text-align: center;
}
.woocommerce nav.woocommerce-pagination ul {
margin: 15px 0 0;
border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
display: inline-block;
border: 0;
list-style-type: none;
}
.woocommerce nav.woocommerce-pagination ul li + li {
margin-left: 10px;
}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
display: block;
padding: 0;
width: 41px;
height: 41px;
border: 1px solid #eeeeee;
text-align: center;
font-weight: 400;
font-size: 18px;
line-height: 39px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li span.current {
background: #ffffff;
}
.woocommerce .archive-shop-actions {
margin-bottom: 15px;
}
.woocommerce .archive-shop-actions select {
padding: 3px 15px;
height: 40px;
border: 1px solid #eeeeee;
}
.woocommerce .archive-shop-actions .shop-filter-left,
.woocommerce .archive-shop-actions .shop-filter-right {
margin-bottom: 30px;
}
.woocommerce .woocommerce-result-count {
margin: 0;
}
.woocommerce .woocommerce-ordering {
margin: 0;
}
.woocommerce .cats {
margin-bottom: 50px;
}
.woocommerce .cats .product-category:hover .cat-title,
.woocommerce .cats .product-category:hover .cat-count {
color: #ffffff;
}
.woocommerce .cats .cat-image img {
width: 100%;
}
.woocommerce .cats .cat-text {
position: absolute;
right: 0;
bottom: 30px;
left: 0;
z-index: 1;
padding: 15px;
background-color: rgba(255, 255, 255, 0.65);
text-transform: uppercase;
}
.woocommerce .cats .cat-count {
margin: 0;
color: initial;
font-size: 12px;
}
.woocommerce .products { }
.woocommerce .products div.product {
margin-bottom: 35px;
}
.woocommerce .products div.product .product-thumbnail {
position: relative;
margin-bottom: 26px;
}
.woocommerce .products div.product .product-thumbnail:hover .product-overlay {
visibility: visible;
opacity: .9;
}
.woocommerce .products div.product .product-thumbnail > a > img {
width: 100%;
}
.woocommerce .products div.product .product-overlay {
position: absolute;
top: 0;
left: 0;
visibility: hidden;
width: 100%;
height: 100%;
opacity: 1;
}
.woocommerce .products div.product .product-overlay .quick-view-btn {
position: absolute;
top: 50%;
left: 50%;
color: #ffffff;
font-size: 22px;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.woocommerce .products div.product .product-info h3 {
margin-bottom: 5px;
font-size: 20px;
line-height: 1.1;
}
.woocommerce .products div.product .product-info .price {
font-size: 20px;
line-height: 1.1;
}
.woocommerce .products div.product .product-info .price del, .woocommerce .products div.product .product-info .price span, .woocommerce .products div.product .product-info .price ins {
font-size: inherit;
}
.woocommerce .product .badges {
position: absolute;
bottom: -12px;
left: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
z-index: 1;
}
.woocommerce .product .badges .onsale,
.woocommerce .product .badges .hot,
.woocommerce .product .badges .new {
position: relative;
top: 0;
left: 0;
display: block;
margin: 0 2px;
padding: 0;
width: 50px;
height: 50px;
border-radius: 50%;
color: #ffffff;
text-align: center;
text-transform: uppercase;
font-weight: 500;
font-size: 13px;
line-height: 50px;
}
.woocommerce .product .badges .hot {
background: #f4cb75;
}
.woocommerce .product .badges .onsale {
background: #e55353;
}
.woocommerce .product .badges .new {
background: #87ab69;
}
.woocommerce .product .out-of-stock-label {
position: absolute;
top: 20px;
right: 20px;
z-index: 1;
padding: 10px 5px;
width: 60px;
height: 60px;
border-radius: 50%;
background: #000000;
color: #ffffff;
text-align: center;
text-transform: capitalize;
font-weight: 600;
font-size: 14px;
line-height: 1.5;
}
.wishlist-btn a,
.quick-view-btn a {
position: relative;
display: block;
color: #ddd;
font-size: 0 !important;
padding: 0 !important;
}
.wishlist-btn a:before,
.quick-view-btn a:before {
display: block;
margin: 0;
font-size: 20px;
line-height: 56px;
}
.woosw-btn:before,
.woosw-btn.woosw-added:before {
content: '\f004';
}
.woosq-btn:before {
content: '\f002';
}
.wishlist-btn .woosw-adding:before {
-webkit-animation: load-spin 1.5s linear infinite;
animation: load-spin 1.5s linear infinite;
content: '\f110';
}
.woocommerce .products div.product .product-info {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.woocommerce .products div.product .product-info .product-info-content {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.woocommerce .products div.product .product-info .woosw-btn:hover, .woocommerce .products div.product .product-info .woosw-btn.woosw-added {
color: #000;
}
.woocommerce .products div.product .product-info .woosq-btn:before {
color: #fff;
}
#woosq-popup .thumbnails .slick-arrow {
border: 0;
color: #333;
}
#woosq-popup .thumbnails .slick-arrow:hover {
color: #000;
background-color: transparent;
}
.select2-container .select2-choice {
padding: 3px 0;
height: 57px;
border: 0;
border-bottom: 2px solid #eeeeee;
border-radius: 0;
line-height: 51px;
}
.select2-container .select2-choice .select2-arrow {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAABGdBTUEAALGPC/xhBQAAADdJREFUCB1jvHnzZsP////rGbAARkbGRkaQODZFIEl1dfUGuD6Qohs3bvwHYRAbLoHMAEmgSwIAG3IiSKCM+2YAAAAASUVORK5CYII=) no-repeat center;
}
.select2-container .select2-choice .select2-arrow b {
display: none;
}
.select2-container.select2-dropdown-open .select2-choice .select2-arrow {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAABGdBTUEAALGPC/xhBQAAADpJREFUCB1tysEJADAIA8BkGses3VKnScmj1EeFgCQHjOvudEb1Xg9VJWcimriQtB4HSO6ISP7GC40OZdMiSNescVAAAAAASUVORK5CYII=) no-repeat center;
}
.select2-drop .select2-search {
padding: 0 !important;
}
.select2-drop .select2-search:after {
position: absolute;
top: 3px;
right: 0;
font-family: "linea-basic-10";
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '#';
}
.select2-results {
padding: 0;
}
.select2-drop-active {
border: 0 !important;
}
.woocommerce-page.archive .page-content {
padding-bottom: 106px;
}
.woocommerce-notices-wrapper {
width: 100%;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
margin-bottom: 30px !important;
width: 100%;
border: 0;
color: #ffffff;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
color: #ffffff;
font-weight: 600;
}
.woocommerce-error a:hover, .woocommerce-error a:focus,
.woocommerce-info a:hover,
.woocommerce-info a:focus,
.woocommerce-message a:hover,
.woocommerce-message a:focus {
color: #ffffff;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
color: #ffffff;
}
.woocommerce-error .button.button,
.woocommerce-info .button.button,
.woocommerce-message .button.button {
height: auto !important;
margin: 2px 0 0 10px !important;
border: 0 !important;
border-radius: 0 !important;
border-bottom: 2px solid #ffffff !important;
background-color: transparent !important;
color: #ffffff !important;
padding: 0 0 5px !important;
line-height: 1.2 !important;
}
.woocommerce-error .button.button:hover,
.woocommerce-info .button.button:hover,
.woocommerce-message .button.button:hover {
background-color: transparent !important;
color: #ffffff !important;
padding: 0 0 8px !important;
}
.woocommerce-error {
background: #d9534f;
}
.woocommerce-info {
background: #5bc0de;
}
.woocommerce-message {
background: #5cb85c;
}
.notify-actions {
margin-top: 20px;
text-align: center;
}
.notify-actions .notify-link {
margin-right: 10px;
color: #ffffff;
text-transform: uppercase;
font-weight: bold;
}
.notify-actions .notify-link:hover {
text-decoration: underline;
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
opacity: 1;
}
.woocommerce a.remove {
color: #777777 !important;
}
.woocommerce a.remove:hover {
background: none;
color: #222222 !important;
}
.woocommerce table.shop_table {
border: 0;
border-collapse: collapse;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th {
border: 0;
background: none;
text-align: left;
}
.woocommerce table.shop_table thead {
border-radius: 4px;
}
.woocommerce table.shop_table thead tr {
border-bottom: 1px solid #eeeeee;
}
.woocommerce table.shop_table thead th {
padding: 20px 0;
text-transform: uppercase;
letter-spacing: 1.75px;
font-weight: 700;
font-size: 14px;
line-height: 1.2;
}
.woocommerce table.shop_table thead th.product-remove {
width: 40px;
}
.woocommerce table.shop_table thead th.product-thumbnail {
width: 110px;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tbody td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
padding: 15px 0;
border: 0;
}
.woocommerce table.shop_table tbody tr,
.woocommerce table.shop_table tfoot tr {
border-bottom: 1px solid #eeeeee;
}
.woocommerce .cart.shop_table {
margin-bottom: 95px;
border: 0;
border-collapse: collapse;
}
.woocommerce .cart.shop_table td, .woocommerce .cart.shop_table th {
border: 0;
text-align: left;
}
.woocommerce .cart.shop_table thead {
border-radius: 4px;
}
.woocommerce .cart.shop_table th {
padding: 20px 0;
text-transform: uppercase;
letter-spacing: 1.75px;
font-weight: 700;
font-size: 14px;
line-height: 1.2;
}
.woocommerce .cart.shop_table th.product-remove {
width: 40px;
}
.woocommerce .cart.shop_table th.product-thumbnail {
width: 110px;
}
.woocommerce .cart.shop_table td {
padding: 30px 0;
}
.woocommerce .cart.shop_table td.product-name a {
font-size: 20px;
}
.woocommerce .cart.shop_table td.product-price, .woocommerce .cart.shop_table td.product-subtotal {
font-size: 20px;
}
.woocommerce .cart.shop_table tbody tr + tr {
border-top: 1px solid #eeeeee;
}
.woocommerce table.woocommerce-checkout-review-order-table {
margin: 0 0 70px;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot th {
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1.75px;
font-weight: bold;
}
.woocommerce table.woocommerce-checkout-review-order-table .amount {
font-size: 20px;
}
.woocommerce table.woocommerce-checkout-review-order-table td .shipping-method-label {
color: #ff0000;
font-weight: 700;
}
.woocommerce #coupon_code {
margin: 0 10px 0 0;
width: 320px;
}
.woocommerce .cart-collaterals .cart_totals {
width: 100%;
float: none;
}
.woocommerce .cart-collaterals .cart_totals .shop_table {
margin-bottom: 30px;
border: 0;
border-collapse: collapse;
}
.woocommerce .cart-collaterals .cart_totals .shop_table th {
vertical-align: middle;
text-transform: uppercase;
letter-spacing: 1.75px;
font-weight: 700;
font-size: 14px;
line-height: .9;
}
.woocommerce .cart-collaterals .cart_totals .shop_table th, .woocommerce .cart-collaterals .cart_totals .shop_table td {
padding: 15px 0;
border: 0;
background: none;
text-align: left;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr {
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping p {
margin: 0;
}
.woocommerce .cart-collaterals .cart_totals .cart-totals-inner .woocommerce-shipping-calculator {
display: none;
}
.woocommerce .cart-shipping p {
margin-bottom: 30px;
}
.woocommerce .cart-shipping .shipping-method-label {
display: none;
}
.woocommerce .cart-shipping .shipping-method-label + p {
display: none;
}
.woocommerce .cart-shipping .shipping-calculator-form {
display: block !important;
}
.woocommerce-page .page-main-content {
padding-top: 100px;
}
body.woocommerce-cart .page-content {
padding-bottom: 70px;
}
body.woocommerce-cart table.cart td.actions .coupon .input-text {
padding: 3px 0;
height: 57px;
border: 0;
border-bottom: 2px solid #eeeeee;
line-height: 51px;
}
body.woocommerce-cart .cross-sells {
margin-bottom: 60px;
}
body.woocommerce-cart .wc-proceed-to-checkout {
padding: 0;
text-align: right;
}
body.woocommerce-cart .wc-proceed-to-checkout a {
display: inline-block;
text-align: center;
margin-bottom: 30px;
}
body.woocommerce-cart .wc-proceed-to-checkout .wc-return-shop {
min-width: 238px;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
display: inline-block;
margin-bottom: 30px;
margin-left: 6px;
min-width: 170px;
}
.woocommerce-checkout .woocommerce form.checkout_coupon,
.woocommerce-checkout .woocommerce form.login,
.woocommerce-checkout .woocommerce form.register {
padding: 0;
border: 0;
}
.woocommerce-checkout .page-content {
padding-bottom: 100px;
}
.woocommerce-checkout form .form-row {
margin: 0 0 20px;
}
.woocommerce-checkout form .form-row.form-row-first, .woocommerce-checkout form .form-row.form-row-last {
width: 50%;
}
.woocommerce-checkout form .form-row.form-row-first {
padding-right: 10px;
}
.woocommerce-checkout form .form-row.form-row-last {
padding-left: 10px;
}
.woocommerce-checkout form .form-row label {
display: none;
}
.woocommerce-checkout #coupon_code {
margin-bottom: 20px;
}
.woocommerce-checkout #customer_details {
margin-bottom: 85px;
}
.woocommerce-checkout #payment {
background: none;
}
.woocommerce-checkout #payment ul.payment_methods {
padding: 0;
border: 0;
margin-bottom: 10px;
}
.woocommerce-checkout #payment ul.payment_methods li {
margin-bottom: 10px;
}
.woocommerce-checkout #payment div.payment_box {
margin: 0;
padding: 28px 20px 15px;
background: none;
font-size: inherit;
}
.woocommerce-checkout #payment div.payment_box:before {
display: none;
}
.woocommerce-checkout #payment .payment_title {
padding: 17px 20px;
border-radius: 4px;
background: #eeeeee;
color: #222222;
text-transform: uppercase;
font-weight: 700;
font-size: 14px;
}
.woocommerce-checkout #payment .payment_title label {
cursor: pointer;
}
.woocommerce-checkout #payment div.form-row {
margin: 0;
padding: 0;
text-align: center;
}
.woocommerce-checkout #payment div.form-row .button {
display: inline-block;
width: auto;
float: none !important;
}
.woocommerce-checkout #place_order {
float: none;
width: 100%;
}
.woocommerce-checkout table.shop_table tbody th,
.woocommerce-checkout table.shop_table tbody td,
.woocommerce-checkout table.shop_table tfoot th,
.woocommerce-checkout table.shop_table tfoot td {
padding: 15px 15px 15px 0;
}
.woocommerce-checkout table.shop_table tr.shipping td {
font-weight: normal;
}
.woocommerce-checkout table.shop_table tr.shipping p {
margin: 0;
}
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout #ship-to-different-address,
.woocommerce .cart-collaterals .cart-totals-inner > h2,
.woocommerce .cart-shipping .woocommerce-shipping-calculator h2,
.woocommerce .cross-sells > h2 {
margin-bottom: 40px;
font-size: 24px;
}
.woocommerce-page .page-content {
padding-bottom: 100px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
width: 80px;
}
@media (max-width: 767px) {
body.woocommerce-cart .page-content {
padding-bottom: 90px;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
background: none;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr,
.woocommerce-page .cart-collaterals .cart_totals .shop_table tr {
border-top: 0;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr:first-child,
.woocommerce-page .cart-collaterals .cart_totals .shop_table tr:first-child {
border-top: 1px solid #eeeeee;
}
.woocommerce table.shop_table tbody tr {
border-bottom: 0;
}
.woocommerce table.shop_table tbody tr + tr {
padding: 15px 0;
}
.woocommerce table.shop_table tfoot tr {
border-bottom: 0;
}
.woocommerce #coupon_code {
margin-bottom: 10px;
width: 100%;
}
.woocommerce .cart.shop_table td {
padding: 10px 0;
}
.woocommerce .cart.shop_table td.product-subtotal {
clear: both;
}
.woocommerce .cart.shop_table .product-quantity:after {
display: table;
clear: both;
content: '';
}
.woocommerce .cart.shop_table .quantity {
float: right;
}
.woocommerce-page table.cart td.actions .coupon {
padding-bottom: 10px;
}
.woocommerce-page table.cart td.actions .coupon .input-text + .button {
float: none;
width: 100%;
}
.cart-shipping {
margin-bottom: 60px;
}
.woocommerce-checkout .woocommerce-checkout {
margin-top: 50px;
}
.woocommerce-checkout #customer_details {
margin-bottom: 30px;
}
.woocommerce-checkout #customer_details .col-1 {
margin-bottom: 30px;
}
.woocommerce-checkout form .form-row.form-row-first, .woocommerce-checkout form .form-row.form-row-last {
padding: 0;
width: 100%;
}
}
.woocommerce-form-login button {
min-width: 160px;
}
.woocommerce button.button.alt:hover {
background-color: transparent;
}
.woocommerce.single-product .page-content {
padding-bottom: 60px;
}
.woocommerce.single-product .product-feature {
position: relative;
}
.woocommerce.single-product .product-feature .badges {
position: absolute;
right: 30px;
top: 30px;
bottom: auto;
left: auto;
z-index: 3;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.woocommerce.single-product div.product > .row {
margin-bottom: 50px;
}
.woocommerce.single-product div.product .images {
margin-bottom: 70px;
width: 100% !important;
float: none;
}
.woocommerce.single-product div.product .images .thumbnails {
padding: 0;
margin-top: 10px;
}
.woocommerce.single-product div.product .images .thumbnails a {
width: 100%;
float: none;
margin: 0;
}
.woocommerce.single-product div.product .images .thumbnails .item img {
border: 2px solid #eeeeee;
}
.woocommerce.single-product div.product .tm-swiper .swiper-pagination {
margin-top: 40px;
}
.woocommerce.single-product div.product .tm-swiper.nav-style-2.has-pagination .swiper-nav-button, .woocommerce.single-product div.product .tm-swiper.nav-style-3.has-pagination .swiper-nav-button {
margin-top: -49px;
}
.woocommerce.single-product div.product .summary {
width: 100% !important;
margin-bottom: 40px;
padding-left: 30px;
}
.woocommerce.single-product div.product .product_title {
font-size: 32px;
line-height: 1.2;
margin: -4px 0 11px;
}
.woocommerce.single-product div.product p.price {
font-size: 30px;
margin-bottom: 40px;
}
.woocommerce.single-product div.product form.cart {
margin-bottom: 0;
}
.woocommerce.single-product div.product form.cart table th, .woocommerce.single-product div.product form.cart table td {
text-align: left;
}
.woocommerce.single-product div.product form.cart table td {
background: none;
}
.woocommerce.single-product div.product form.cart .quantity-wrap {
margin-bottom: 35px;
}
.woocommerce.single-product div.product form.cart div.quantity {
margin: 0;
float: none;
display: inline-block;
}
.woocommerce.single-product div.product form.cart label {
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
margin-right: 8px;
}
.woocommerce.single-product div.product form.cart .variations select {
margin-right: 0;
height: 40px;
border: 1px solid #eeeeee;
padding: 3px 30px 3px 15px;
min-width: 0;
width: auto;
}
.woocommerce.single-product div.product form.cart .variations .label {
padding: 10px 5px 10px 0;
}
.woocommerce.single-product div.product form.cart .variations .value {
width: 100%;
}
.woocommerce.single-product div.product form.cart .reset_variations {
font-size: 0;
}
.woocommerce.single-product div.product form.cart .reset_variations:before {
content: '\f00d';
font-size: 18px;
margin-left: 10px;
}
.woocommerce.single-product div.product form.cart .woosw-btn {
width: 57px;
height: 57px;
line-height: 57px;
border-radius: 50%;
border: 2px solid #ddd;
color: #222;
text-align: center;
margin-left: 15px;
}
.woocommerce.single-product div.product form.cart .woosw-btn:before {
margin: 0;
}
.woocommerce.single-product div.product form.cart .woosw-btn:hover, .woocommerce.single-product div.product form.cart .woosw-btn.woosw-added {
color: #fff;
background-color: #222;
border-color: #222;
}
.woocommerce.single-product div.product .stock {
display: table;
margin-bottom: 20px;
margin-right: 20px;
padding: 5px 10px 4px;
text-transform: uppercase;
font-size: 12px;
letter-spacing: .3px;
font-weight: 700;
}
.woocommerce.single-product div.product .in-stock {
border: 2px solid #5cb85c;
color: #5cb85c;
}
.woocommerce.single-product div.product .out-of-stock {
border: 2px solid #d9534f;
color: #d9534f;
}
.woocommerce.single-product div.product .woocommerce-variation-price {
margin-bottom: 10px;
}
.woocommerce.single-product div.product .single_add_to_cart_button {
padding: 0 35px !important;
min-width: 187px;
display: block;
float: none;
background-color: transparent;
}
.woocommerce.single-product div.product .woocommerce-product-rating {
line-height: 1.6;
}
.woocommerce.single-product div.product .woocommerce-product-rating .star-rating {
margin: .6em 4px 0 0;
}
.woocommerce.single-product div.product .woocommerce-product-rating .woocommerce-review-link {
font-size: 14px;
margin-left: 5px;
}
.woocommerce.single-product div.product .post-share {
padding-bottom: 50px;
border-bottom: 1px solid #d8d8d8;
margin-bottom: 35px;
}
.woocommerce.single-product div.product .post-share h6 {
font-size: 14px;
font-weight: bold;
letter-spacing: 1.75px;
text-transform: uppercase;
display: inline-block;
margin-right: 15px;
}
.woocommerce.single-product div.product .post-share .product-sharing-list {
display: inline-block;
margin: 0 -7px;
}
.woocommerce.single-product div.product .post-share .product-sharing-list a {
padding: 3px 7px;
font-size: 16px;
}
.woocommerce.single-product div.product .product_meta {
margin-top: 50px;
width: 100%;
border-top: 1px solid #d8d8d8;
padding-top: 14px;
}
.woocommerce.single-product div.product .product_meta .meta-item + .meta-item {
margin-top: 8px;
}
.woocommerce.single-product div.product .product_meta h6 {
font-size: 14px;
font-weight: bold;
letter-spacing: 1.75px;
text-transform: uppercase;
display: inline-block;
margin-right: 15px;
}
.woocommerce.single-product div.product .product_meta a {
color: inherit;
}
.woocommerce.single-product div.product .summary .added_to_cart {
display: none;
}
.woocommerce.single-product div.product .summary .add_to_cart_button:before {
content: '\f07a';
}
.woocommerce.single-product div.product .summary .add_to_cart_button.added:before {
content: '\f217';
}
.woocommerce.single-product div.product .woocommerce-tabs {
margin: 0 0 60px;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs {
padding: 0;
margin: 0 0 30px;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs:before {
left: 0;
right: 0;
bottom: 0px;
height: 0;
border-bottom: 2px solid #f5f5f5;
content: "";
top: auto;
display: block;
position: absolute;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li {
background: transparent;
border: 0;
border-radius: 0;
margin: 0;
padding: 0;
border-bottom: 2px solid transparent;
margin-right: 30px;
z-index: 1;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a {
font-size: 20px;
font-weight: 400;
padding: 5px 0;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:before, .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:after {
display: none;
}
.woocommerce.single-product #reviews #comments .commentlist {
margin: 0 0 60px;
padding: 0;
}
.woocommerce.single-product #reviews #comments .commentlist .comment {
list-style-type: none;
border-bottom: 1px solid #eeeeee;
margin: 0 0 40px;
padding-bottom: 40px;
}
.woocommerce.single-product #reviews #comments .commentlist .comment:last-child {
border-bottom: 0;
margin: 0;
padding: 0;
}
.woocommerce.single-product #reviews #comments .commentlist .avatar {
width: 108px;
padding: 0;
border: 0;
border-radius: 50%;
}
.woocommerce.single-product #reviews #comments .commentlist .meta {
font-size: inherit;
color: initial;
margin-bottom: 10px;
}
.woocommerce.single-product #reviews #comments .commentlist .comment-author {
float: left;
}
.woocommerce.single-product #reviews #comments .commentlist .woocommerce-review__author {
display: block;
margin-bottom: 0;
font-size: 18px;
font-weight: normal;
}
.woocommerce.single-product #reviews #comments .commentlist .woocommerce-review__published-date {
color: #a9adb9;
font-size: 16px;
}
.woocommerce.single-product #reviews #comments .commentlist .comment-content {
position: relative;
margin-left: 146px;
min-height: 108px;
}
.woocommerce.single-product #reviews #comments .commentlist .description {
font-size: 16px;
}
.woocommerce.single-product #reviews #comments .commentlist .description p:last-child {
margin-bottom: 0;
}
.woocommerce.single-product #reviews #comments .commentlist .fn a {
font-size: 18px;
font-style: normal;
}
.woocommerce.single-product #reviews #comments .commentlist em {
display: block;
}
.woocommerce.single-product #reviews #comments .commentlist .comment-datetime {
position: absolute;
top: 52px;
right: 52px;
}
.woocommerce.single-product #reviews #comments .commentlist .comment-meta a {
position: relative;
padding-right: 20px;
font-size: 14px;
margin-right: 20px;
}
.woocommerce.single-product #reviews #comments .commentlist .comment-meta a:after {
position: absolute;
top: 50%;
right: 0;
content: '\f054';
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
color: #989898;
}
.woocommerce.single-product #reviews #comment {
height: 55px;
}
.woocommerce.single-product .woocommerce-Reviews-title {
display: none;
}
.woocommerce.single-product .comment-text {
margin: 0 0 0 110px;
}
.woocommerce.single-product #reviews .comment-reply-title,
.woocommerce.single-product .related.products > h2,
.woocommerce.single-product .up-sells.products > h2 {
font-size: 24px;
margin-bottom: 67px;
padding-bottom: 19px;
border-bottom: 1px solid #eeeeee;
display: block;
}
.woocommerce.single-product .comment-form input[type="text"],
.woocommerce.single-product .comment-form input[type="email"] {
width: 100%;
}
.woocommerce.single-product .comment-form .comment-form-comment {
margin: 0 0 23px;
}
.woocommerce.single-product .comment-form .comment-form-author,
.woocommerce.single-product .comment-form .comment-form-email {
margin: 0 0 30px;
}
.woocommerce.single-product .comment-form .submit {
min-width: 144px;
}
.woocommerce.single-product #review_form #respond .comment-form-author,
.woocommerce.single-product #review_form #respond .comment-form-email,
.woocommerce.single-product #review_form #respond .comment-form-comment {
margin: 0 0 67px;
}
.woocommerce.single-product #review_form #respond .comment-notes {
margin-bottom: 30px;
}
.woocommerce.single-product #review_form #respond .form-submit {
margin: 0;
}
.woocommerce.single-product .comment-respond #reply-title {
margin-bottom: 48px;
}
.woocommerce.single-product .comment-respond .comment-form-rating {
line-height: 1;
margin-bottom: 32px;
}
.woocommerce.single-product .comment-respond .comment-form-rating label {
font-size: 16px;
font-weight: 500;
}
.woocommerce.single-product .comment-respond .stars {
display: inline-block;
margin: 0 0 0 22px !important;
}
.woocommerce.single-product .comment-respond .stars a {
font-size: 20px;
color: #dddddd;
}
@media (max-width: 1199px) {
.commentlist .vcard img {
width: 50px;
}
.commentlist .comment-content {
margin-left: 80px;
}
.commentlist .comment-datetime {
position: static;
}
}
@media (max-width: 767px) {
.woocommerce.single-product div.product > .row {
margin-bottom: 20px;
}
.woocommerce.single-product div.product .images {
margin-bottom: 50px;
}
.woocommerce.single-product div.product .product_title {
font-size: 32px;
}
.woocommerce.single-product div.product .summary {
padding-left: 0;
}
.woocommerce.single-product #reviews #comments .commentlist .comment {
margin-bottom: 30px;
padding-bottom: 30px;
}
.woocommerce.single-product #reviews #comments .commentlist .avatar {
width: 50px;
height: 50px;
}
.woocommerce.single-product #reviews #comments .commentlist .comment-content {
margin-left: 80px;
}
.woocommerce.single-product #reviews .comment-reply-title,
.woocommerce.single-product .related.products > h2,
.woocommerce.single-product .up-sells.products > h2 {
margin-bottom: 40px;
}
}
@media (max-width: 543px) {
.woocommerce.single-product #reviews .star-rating {
float: none;
margin-bottom: 20px;
}
}
.woocommerce form.login {
margin: 39px 0 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
margin: 0;
padding: 0;
list-style: none;
}
.woocommerce .woocommerce-MyAccount-navigation li a {
position: relative;
display: block;
padding: 15px 0 15px 20px;
border-bottom: 1px solid #f1eeea;
}
.woocommerce .woocommerce-MyAccount-navigation li a:before {
position: absolute;
top: 50%;
left: 0;
content: '\f105';
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.woocommerce-edit-account .woocommerce .woocommerce-Button {
margin-top: 30px;
}
.woocommerce-account .addresses .title .edit,
.woocommerce-account ul.digital-downloads li .count {
margin-top: 9px;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content {
max-width: 570px;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid table.woosw-items .woosw-item .woosw-item--remove {
padding: 10px !important;
}
.woosw-popup .woosw-item--name a {
color: #182141;
font-size: 16px;
}
.woosw-popup .woosw-item--add {
min-width: 140px;
}
.woosw-popup .woosw-item--add .added_to_cart {
display: block;
}
.woocommerce .woocommerce-loop-product__title {
margin-bottom: 5px;
font-size: 20px;
line-height: 1.1;
} .text-center {
text-align: center;
}
.p-0 {
padding: 0 !important;
}
.align-items-end {
-webkit-box-align: end !important;
-webkit-align-items: flex-end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.image-over {
z-index: 1;
position: relative;
}
@media (max-width: 1199px) {
.rmbg-md-down {
background-image: none !important;
}
}
@media (max-width: 1919px) {
.rmbg-lg-down {
background-image: none !important;
}
}