*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
display: block;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}
[tabindex="-1"]:focus {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
dfn {
font-style: italic;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:hover {
color: #0056b3;
text-decoration: underline;
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
pre,
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: .5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
cursor: pointer;
}
template {
display: none;
}
[hidden] {
display: none !important;
} @-ms-viewport {
width: device-width;
}
html {
box-sizing: border-box;
-ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1170px;
}
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.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-sm,
.col-sm-auto,
.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-md,
.col-md-auto,
.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-lg,
.col-lg-auto,
.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-xl,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-1 {
margin-left: 8.333333%;
}
.offset-2 {
margin-left: 16.666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.333333%;
}
.offset-5 {
margin-left: 41.666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.333333%;
}
.offset-8 {
margin-left: 66.666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.333333%;
}
.offset-11 {
margin-left: 91.666667%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-sm-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-sm-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-sm-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-sm-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-sm-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-sm-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-sm-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-sm-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-sm-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-sm-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-sm-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-sm-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-sm-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-sm-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.333333%;
}
.offset-sm-2 {
margin-left: 16.666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.333333%;
}
.offset-sm-5 {
margin-left: 41.666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.333333%;
}
.offset-sm-8 {
margin-left: 66.666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.333333%;
}
.offset-sm-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-md-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-md-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-md-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-md-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-md-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-md-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-md-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-md-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-md-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.333333%;
}
.offset-md-2 {
margin-left: 16.666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.333333%;
}
.offset-md-5 {
margin-left: 41.666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.333333%;
}
.offset-md-8 {
margin-left: 66.666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.333333%;
}
.offset-md-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-lg-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-lg-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-lg-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-lg-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-lg-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-lg-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-lg-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-lg-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-lg-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-lg-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-lg-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-lg-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-lg-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.333333%;
}
.offset-lg-2 {
margin-left: 16.666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.333333%;
}
.offset-lg-5 {
margin-left: 41.666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.333333%;
}
.offset-lg-8 {
margin-left: 66.666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.333333%;
}
.offset-lg-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-xl-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-xl-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-xl-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-xl-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-xl-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-xl-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-xl-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-xl-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-xl-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.333333%;
}
.offset-xl-2 {
margin-left: 16.666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.333333%;
}
.offset-xl-5 {
margin-left: 41.666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.333333%;
}
.offset-xl-8 {
margin-left: 66.666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.333333%;
}
.offset-xl-11 {
margin-left: 91.666667%;
}
}
.d-none {
display: none !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-sm-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-md-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-lg-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-xl-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media print {
.d-print-none {
display: none !important;
}
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-print-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
.flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-sm-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-sm-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-sm-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-sm-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-sm-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-sm-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-sm-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-sm-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-sm-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-sm-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-sm-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-sm-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-sm-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-md-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-md-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-md-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-md-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-md-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-md-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-md-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-md-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-md-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-md-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-md-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-md-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-md-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-md-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-lg-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-lg-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-lg-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-lg-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-lg-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-lg-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-lg-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-lg-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-lg-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-lg-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-lg-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-lg-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-lg-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xl-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-xl-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xl-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xl-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xl-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-xl-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xl-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xl-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xl-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xl-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-xl-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-xl-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}  .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
} @font-face {
font-family: 'FontAwesome';
src: url(//www.tinalewisart.com/wp-content/themes/tl-fascinate/assets/dist/fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0);
src: url(//www.tinalewisart.com/wp-content/themes/tl-fascinate/assets/dist/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(//www.tinalewisart.com/wp-content/themes/tl-fascinate/assets/dist/fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(//www.tinalewisart.com/wp-content/themes/tl-fascinate/assets/dist/fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(//www.tinalewisart.com/wp-content/themes/tl-fascinate/assets/dist/fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(//www.tinalewisart.com/wp-content/themes/tl-fascinate/assets/dist/fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fa-angle-right:before {
content: "\f105";
}
.fa-caret-down:before {
content: "\f0d7"; }
.fa-caret-up:before {
content: "\f0d8"; } .sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
@font-face {
font-family: "Ionicons";
src: url(//www.tinalewisart.com/wp-content/themes/tl-fascinate/assets/dist/fonts/ionicons/ionicons.eot?v=4.4.7);
src: url(//www.tinalewisart.com/wp-content/themes/tl-fascinate/assets/dist/fonts/ionicons/ionicons.eot?v=4.4.7#iefix) format("embedded-opentype"), url(//www.tinalewisart.com/wp-content/themes/tl-fascinate/assets/dist/fonts/ionicons/ionicons.woff2?v=4.4.7) format("woff2"), url(//www.tinalewisart.com/wp-content/themes/tl-fascinate/assets/dist/fonts/ionicons/ionicons.woff?v=4.4.7) format("woff"), url(//www.tinalewisart.com/wp-content/themes/tl-fascinate/assets/dist/fonts/ionicons/ionicons.ttf?v=4.4.7) format("truetype"), url(//www.tinalewisart.com/wp-content/themes/tl-fascinate/assets/dist/fonts/ionicons/ionicons.svg?v=4.4.7#Ionicons) format("svg");
font-weight: normal;
font-style: normal;
}
.ion,
.ionicons,
.ion-ios-search:before {
display: inline-block;
font-family: "Ionicons";
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-rendering: auto;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ion-ios-search:before {
content: "\f4a5";
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 62.5%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
background: #ffffff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
} figcaption {
margin-top: 10px;
}
ol,
ul {
list-style: none;
padding: 0;
margin: 0;
} button,
input,
select,
textarea {
font-size: 100%;
margin: 0;
vertical-align: middle;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.post-link-btn {
position: relative;
cursor: pointer;
line-height: 1;
border: none;
padding: 0 25px;
height: 48px;
display: inline-block;
text-shadow: none;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.post-link-btn:hover {
border: none;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
outline: none;
}
input[type="checkbox"],
input[type="radio"] {
padding: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
height: 48px;
width: 100%;
-webkit-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
outline-color: transparent;
outline: none;
}
.searchform input[type="text"]:focus {
border: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
padding-left: 10px;
}
textarea {
overflow: auto;
padding: 30px;
vertical-align: top;
height: 160px;
max-width: 100%;
width: 100%;
}
.post-link-btn {
padding: 17px 50px;
height: auto;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
}
a {
text-decoration: none;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
a:hover,
a:active {
text-decoration: none;
}
.alignleft {
display: inline;
float: left;
margin-right: 15px;
}
.alignright {
display: inline;
float: right;
margin-left: 15px;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}
body.no-sidebar .alignfull {
width: 90vw;
max-width: 90vw;
margin-left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
body.no-sidebar .alignwide {
width: 70vw;
width: 70vw;
margin-left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
body.no-sidebar.boxed .alignfull,
body.no-sidebar.boxed .alignwide {
width: 100%;
max-width: 100%;
margin-left: inherit;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;
}
hr {
background-color: #eeeeee;
border: 0;
height: 1px;
margin-bottom: 15px;
}
ul,
ol {
margin: 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin: 0;
}
dt {
font-weight: bold;
}
dd {
margin: 0 15px 15px;
}
img {
height: auto;
max-width: 100%;
vertical-align: middle;
}
figure {
margin: 0;
}
table {
margin: 0 0 15px;
width: 100%;
border-collapse: collapse;
}
th {
font-weight: bold;
border: 1px solid #eeeeee;
padding: 5px 10px;
}
td {
border: 1px solid #eeeeee;
padding: 5px 10px;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
.clearfix:before,
.clearfix: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,
.fb-container:after,
.fb-container:before,
.dropcap:before,
.dropcap:after,
.alignleft:before,
.alignright:before,
.editor-entry:before {
content: '';
display: table;
}
.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.fb-container:after,
.alignleft:after,
.alignright:after,
.editor-entry:after {
clear: both;
}
.clear {
clear: both;
}
body,
button,
input,
select,
textarea {
color: #333333;
font-family: "Poppins", sans-serif;
font-size: 16px;
line-height: 1.5;
font-weight: normal;
letter-spacing: 0.15px;
}
body {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-tap-highlight-color: transparent;
word-wrap: break-word;
-moz-word-wrap: break-word;
-webkit-word-wrap: break-word;
-ms-word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
clear: both;
line-height: 1.1;
font-family: "Oswald", sans-serif;
font-weight: bold;
padding: 0;
margin: 0;
letter-spacing: 0;
}
h1 {
font-size: 42px;
}
h2 {
font-size: 36px;
}
h3 {
font-size: 33px;
}
h4 {
font-size: 29px;
}
h5 {
font-size: 26px;
}
h6 {
font-size: 23px;
}
p {
margin-bottom: 0;
}
b,
strong {
font-weight: bold;
}
dfn,
cite,
em,
i {
font-style: italic;
}
.wp-block-quote {
border-left: 1px solid #333333;
padding-left: 0;
}
q,
blockquote,
.wp-block-quote {
display: block;
position: relative;
font-size: 16px;
padding: 50px 40px;
border: 1px solid #333333;
text-align: center;
}
q:before,
blockquote:before,
.wp-block-quote:before {
content: "\e67f";
font-family: 'themify';
position: absolute;
left: 10px;
top: 0px;
font-size: 24px;
}
q:after,
blockquote:after,
.wp-block-quote:after {
content: "\e67e";
font-family: 'themify';
position: absolute;
right: 10px;
bottom: 0px;
font-size: 24px;
}
address {
margin: 0 0 15px;
}
pre {
background: #eeeeee;
font-family: "Courier 10 Pitch", Courier, monospace;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #eeeeee;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
sup,
sub {
position: relative;
font-size: 75%;
height: 0;
line-height: 0;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
.widget {
margin-bottom: 30px;
}
.widget select {
width: 100%;
height: 43px;
padding: 5px 10px;
}
.widget:last-child {
margin-bottom: 0px;
}
.widget:first-child {
margin-bottom: 30px;
}
footer .widget {
margin-bottom: 30px;
}
header .widget,
.primary-insta-widget-area .widget {
margin: 0;
}
footer.secondary-widget-area .widget {
border: none;
padding: 0;
}
.secondary-widget-area .widget {
padding: 30px;
}
.widget .widget_title {
border-bottom: 2px solid #eeeeee;
margin-bottom: 30px;
}
.widget .widget_title h3 {
display: inline-block;
position: relative;
font-style: normal;
}
.widget .widget_title::after {
content: '';
display: block;
position: relative;
width: 50px;
height: 2px;
background: #333333;
bottom: -2px;
}
.widget.widget_search button[type="submit"] {
font-size: 20px;
}
.fb-author-widget .widget-container {
text-align: center;
}
.fb-author-widget .lazy-thumb {
padding-bottom: 100%;
}
.fb-author-widget .author-thumb {
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
}
.fb-author-widget .author-thumb img {
width: 284px;
height: 284px;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
margin: 0 auto;
object-fit: cover;
object-position: center center;
-ms-object-fit: cover;
-webkit-object-fit: cover;
-moz-object-fit: cover;
-o-object-fit: cover;
-ms-object-position: center center;
-webkit-object-position: center center;
-moz-object-position: center center;
-o-object-position: center center;
}
.fb-author-widget .author-title {
font-size: 28px;
margin-bottom: 15px;
}
.fb-author-widget .author-bio {
margin-top: 20px;
margin-bottom: 20px;
}
.fb-author-widget .author-bio p {
overflow: hidden;
max-height: 4.7em;
text-overflow: ellipsis;
}
.fb-author-widget .author-permalink span {
display: inline-block;
padding: 0 5px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.fb-author-widget .author-permalink a {
padding: 15px 40px;
line-height: 1;
}
.fb-social-widget-1 .social-icons ul li:first-child a {
padding-left: 0;
}
.fb-social-widget-1 .social-icons ul li:last-child a {
padding-right: 0;
}
.fb-post-widget article {
margin-bottom: 20px;
padding-bottom: 20px;
}
.fb-post-widget article:last-child {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
}
.fb-post-widget .fb-row {
margin: 0;
align-items: center;
}
.fb-post-widget .fb-row .fb-col {
padding-left: 0;
padding-right: 0;
}
.fb-post-widget .fb-row .fb-col:last-child {
padding-left: 20px;
}
.fb-post-widget .lazy-thumb {
padding-bottom: 100%;
}
.fb-post-widget .the-title a {
display: block;
line-height: 1.4;
padding-bottom: 5px;
}
.fb-post-widget .entry-metas ul li.posted-date a {
background: none;
padding: 0;
}
.fb-post-widget .entry-metas ul li.posted-date a:hover {
background: none;
}
.fb-post-widget .fb-row .fb-col:first-child {
flex: 99px;
max-width: 99px;
}
.fb-post-widget .fb-row .fb-col:last-child {
flex: calc( 100% - 99px);
max-width: calc( 100% - 99px);
}
.fb-post-widget .post-thumb {
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
}
.fb-post-widget .post-thumb img {
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
}
.fb-popular-posts .post-thumb {
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
}
.fb-popular-posts .post-thumb img {
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
}
.fb-popular-posts .count {
display: inline-block;
position: absolute;
left: 5px;
top: 5px;
z-index: 5;
color: #ffffff;
font-style: normal;
font-size: 16px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
}
.fb-patigation .pagination-entry {
margin: -3px 0;
}
.fb-patigation .page-numbers {
display: inline-block;
text-align: center;
font-size: 14px;
font-weight: 400;
margin: 3px;
line-height: 50px;
width: 50px;
height: 50px;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
}
.fb-patigation .page-numbers.current {
font-weight: 500;
}
.fb-patigation .page-numbers.next,
.fb-patigation .page-numbers.prev {
font-size: 0;
}
.fb-patigation .page-numbers.next:after,
.fb-patigation .page-numbers.prev:after {
content: '';
font-family: 'fontAwesome';
font-size: 16px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.fb-patigation .page-numbers.next:after {
content: '\f105';
}
.fb-patigation .page-numbers.next:hover:after {
padding-left: 20px;
}
.fb-patigation .page-numbers.prev:after {
content: '\f104';
}
.fb-patigation .page-numbers.prev:hover:after {
padding-right: 20px;
}
.fb-patigation .page-numbers:last-child {
padding-right: 0;
margin-right: 0;
}
.fb-patigation .page-numbers:first-child {
padding-left: 0;
margin-left: 0;
}
.fb-breadcrumb-wrap {
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.fb-breadcrumb-wrap .mask {
background: rgba(0, 0, 0, 0.4);
}
.fb-breadcrumb-wrap .page-title {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
text-align: center;
}
.fb-breadcrumb-wrap .entry-metas,
.fb-breadcrumb-wrap .the-title,
.fb-breadcrumb-wrap .fb-breadcrumb {
position: relative;
z-index: 10;
}
.fb-breadcrumb ul {
list-style: none;
}
.fb-breadcrumb ul li,
.fb-breadcrumb ul li span,
.fb-breadcrumb ul li a {
display: inline-block;
}
.fb-breadcrumb ul {
position: relative;
z-index: 5;
list-style: none;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
.fb-breadcrumb ul li {
flex: 0 auto;
padding-right: 10px;
}
.fb-breadcrumb ul li a,
.fb-breadcrumb ul li span {
color: #ffffff;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.fb-breadcrumb li.trail-item:after {
content: '\f105';
font-family: "fontAwesome";
font-size: 14px;
color: #ffffff;
padding-left: 10px;
}
.fb-breadcrumb li.trail-item.trail-end:after {
content: '';
display: none;
}
.fascinate-to-top {
position: fixed;
display: none;
z-index: 999999999;
bottom: 10px;
right: 5px;
cursor: pointer;
border: none;
border-radius: 0;
outline: none;
opacity: 0.9;
text-align: center;
background: transparent;
-moz-transform-origin: 100% 100%;
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.fascinate-to-top span {
display: inline-block;
transform: rotate(-90deg) translate(75%, 0);
text-transform: uppercase;
letter-spacing: 1px;
color: #2196F3;
}
.fascinate-to-top span::after {
content: '';
width: 30px;
height: 2px;
display: inline-block;
position: absolute;
top: 40%;
padding-left: 10px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all .5s ease;
transition: all .5s ease;
background-color: #2196F3;
margin-left: 15px;
}
.fascinate-to-top span:hover::after {
width: 60px;
margin-left: 30px;
transition: all .5s ease;
}
.fascinate-to-top:hover {
opacity: 1;
}
.main-menu-wrapper {
position: relative;
}
#site-navigation {
text-align: center;
}
.is-sticky .main-menu-wrapper {
background: #fff;
z-index: 999;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.is-sticky #site-navigation ul li a {
line-height: 54px;
}
.is-sticky #site-navigation ul li a::after {
top: 19px;
}
#site-navigation ul {
margin: 0;
list-style: none;
}
#site-navigation ul li {
display: inline-block;
position: relative;
}
#site-navigation ul li a {
font-size: 15px;
padding: 0 20px;
display: block;
line-height: 60px;
position: relative;
}
#site-navigation > ul > li > a {
font-weight: 500;
text-transform: uppercase;
}
#site-navigation ul li a::after {
content: "";
width: 1px;
position: absolute;
top: 22px;
right: 0;
height: 16px;
background: #e1e1e1;
}
#site-navigation ul li:last-child a:after {
display: none;
}
#site-navigation ul li .sub-menu,
#site-navigation ul li .children {
display: none;
position: absolute;
top: 100%;
left: 0;
z-index: 99999;
background: #ffffff;
min-width: 250px;
text-align: left;
opacity: 0;
visibility: hidden;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
animation: 0.4s 0.1s fadeOut both;
-moz-animation: 0.4s 0.1s fadeOut both;
-webkit-animation: 0.4s 0.1s fadeOut both;
-o-animation: 0.4s 0.1s fadeOut both;
-ms-animation: 0.4s 0.1s fadeOut both;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#site-navigation ul li .sub-menu ul,
#site-navigation ul li .children ul {
left: 100%;
top: 0;
}
#site-navigation ul li:hover > .sub-menu,
#site-navigation ul li:hover > .children {
display: block;
opacity: 1;
visibility: visible; }
#site-navigation ul li .sub-menu li,
#site-navigation ul li .children li {
display: block;
padding: 0;
}
#site-navigation ul li .sub-menu li a,
#site-navigation ul li .children li a {
padding: 15px 30px;
border-bottom: 1px solid #eeeeee;
border-right: none;
line-height: 1.4em;
}
#site-navigation ul li .sub-menu li a:after,
#site-navigation ul li .children li a:after {
display: none;
}
.menu-toggle {
display: none;
padding: 15px 0;
font-size: 0;
font-weight: normal;
cursor: pointer;
}
.menu-toggle span {
display: block;
width: 20px;
height: 4px;
margin-bottom: 6px;
background: #333333;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.menu-toggle span:nth-child(2) {
width: 30px;
}
.menu-toggle span:nth-child(3) {
width: 40px;
margin-bottom: 0;
}
body.menu-toggle-active .menu-toggle span {
width: 30px;
}
.sub-toggle {
display: none;
}
.spinner3 .dot1,
.spinner3 .dot2,
.spinner6 div,
.spinner7 > div {
background-color: #fff;
display: inline-block;
}
.preLoader {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 9999999999;
background-color: #ffffff;
}
.spinner {
position: fixed;
width: 100px;
height: 100px;
top: calc(50% - 100px/2);
left: calc(50% - 100px/2);
}
.spinner1 {
position: fixed;
width: 100px;
height: 100px;
top: calc(50% - 100px/2);
left: calc(50% - 100px/2);
}
.spinner1 .double-bounce1,
.spinner1 .double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #2196F3;
opacity: .6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: bounce 2s infinite ease-in-out;
animation: bounce 2s infinite ease-in-out;
}
.spinner1 .double-bounce2 {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
@-webkit-keyframes bounce {
0%,
100% {
transform: scale(0);
-webkit-transform: scale(0);
}
50% {
transform: scale(1);
-webkit-transform: scale(1);
}
}
@keyframes bounce {
0%,
100% {
transform: scale(0);
-webkit-transform: scale(0);
}
50% {
transform: scale(1);
-webkit-transform: scale(1);
}
}
.fb-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-js-display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.fb-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
padding: 0 15px;
}
.fb-container {
position: relative;
max-width: 1170px;
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin: 0 auto;
background: transparent;
}
.page--wrap {
position: relative;
z-index: 2;
background: #ffffff;
margin: 0 auto;
}
body.boxed .page--wrap {
max-width: 1170px;
width: 100%;
}
body.boxed {
background-attachment: fixed;
background-size: cover;
background-position: center;
background-repeat: repeat;
background-color: whitesmoke;
}
body.boxed .fb-container {
max-width: 1170px;
padding-left: 40px;
padding-right: 40px;
}
.thumb {
position: relative;
}
.entry-cats ul {
list-style: none;
}
.entry-cats ul li,
.entry-cats ul li a {
display: inline-block;
text-transform: inherit;
}
.entry-cats ul li a {
margin-right: 3px;
line-height: 1.6;
}
.entry-cats ul li:last-child {
padding-right: 0;
}
.entry-cats ul li:last-child a {
margin-right: 0;
}
.entry-cats ul li a:after {
content: ',';
}
.entry-cats ul li:last-child a:after {
content: '';
display: none;
}
.entry-metas ul {
list-style: none;
}
.entry-metas ul li {
margin-right: 10px;
}
.entry-metas ul li,
.entry-metas ul li a {
display: inline-block;
}
.entry-metas ul li.posted-by {
padding-left: 5px;
}
.entry-metas ul li.posted-date a {
position: relative;
line-height: 1;
color: #ffffff;
font-weight: 400;
padding: 5px 15px;
}
.entry-metas ul li.posted-date a:after {
content: "";
position: absolute;
right: 0;
top: -8px;
z-index: 1;
border-left: 4px solid #333333;
border-right: 4px solid transparent;
border-bottom: 4px solid #333333;
border-top: 4px solid transparent;
}
.updated:not(.published),
.fb-post-widget .entry-metas ul li.posted-date a:after {
display: none;
}
.social-icons ul {
list-style: none;
}
.social-icons ul li {
display: inline-block;
}
.social-icons ul li a {
font-style: normal;
font-size: 14px;
padding: 0 10px;
}
.mask {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 5;
background: rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.dropcap > p:first-child:first-letter,
.has-drop-cap > p:first-child:first-letter {
color: #2196F3;
float: left;
font-size: 75px;
font-weight: bold;
line-height: 60px;
padding-top: 4px;
padding-right: 8px;
padding-left: 3px;
}
.innerpage-content-area-wrap .dropcap > p:first-child:first-letter,
.innerpage-content-area-wrap .has-drop-cap > p:first-child:first-letter {
font-size: 88px;
font-weight: bolder;
line-height: 90px;
}
.post-thumb {
position: relative;
}
.post-content-link {
text-align: center;
}
.imghover {
position: relative;
overflow: hidden;
-webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-ms-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
transition: all 0.8s ease;
}
.tippy-content {
font-size: 12px;
}
.lazyloading,
.lazy-loaded,
img.lazyload,
img.lazyloaded {
-webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-ms-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
transition: all 0.8s ease;
}
.lazy-thumb {
display: block;
position: relative;
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
padding-bottom: 56.25%;
overflow: hidden;
}
.lazy-thumb img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.lazy-thumb img.lazyload {
opacity: 0;
}
.lazy-thumb img.lazyloaded {
opacity: 1;
}
.lazyloading::before {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 10;
width: 100%;
max-width: 100%;
height: 100%;
background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
-o-background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
-moz-background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
-webkit-background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
-ms-background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
background-size: 100%;
-moz-animation: shine-lines 0.8s infinite linear;
-webkit-animation: shine-lines 0.8s infinite linear;
-ms-animation: shine-lines 0.8s infinite linear;
-o-animation: shine-lines 0.8s infinite linear;
animation: shine-lines 0.8s infinite linear;
}
.image-loaded::before {
content: '';
display: none;
animation: none;
background: transparent;
transform: none;
height: 0;
width: 0;
z-index: -1;
}
.post-format-icon {
position: absolute;
left: 15px;
top: 15px;
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
z-index: 9;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.is-post-format-block {
margin-bottom: 30px;
}
.is-post-format {
position: absolute;
z-index: 10;
left: 20px;
top: 20px;
}
.is-post-format span {
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
-webkit-border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
-moz-border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
-o-border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
}
.is-gallery-format .item {
height: 450px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
}
.is-gallery-format .owl-nav button.owl-prev,
.is-gallery-format .owl-nav button.owl-next {
display: inline-block;
position: absolute;
top: 50%;
z-index: 2;
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
height: 40px;
width: 40px;
line-height: 40px;
background: rgba(255, 255, 255, 0.7);
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.is-gallery-format .owl-nav button.owl-prev {
left: 10px;
right: auto;
}
.is-gallery-format .owl-nav button.owl-next {
left: auto;
right: 10px;
}
.is-gallery-format .owl-nav button.owl-prev:hover,
.is-gallery-format .owl-nav button.owl-next:hover {
background: white;
}
.is-gallery-format .owl-nav button.owl-prev:focus,
.is-gallery-format .owl-nav button.owl-next:focus {
outline: none;
}
.is-video-format {
position: relative;
padding-bottom: 56.25%;
}
.is-video-format iframe,
.is-audio-format iframe,
.is-video-format video,
.is-audio-format audio {
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
}
.is-video-format iframe,
.is-video-format video {
position: absolute;
height: 100% !important;
width: 100% !important;
}
.is-audio-format {
position: relative;
}
.is-audio-format audio {
display: block;
width: 100% !important;
min-height: 30px;
}
.is-audio-format iframe {
width: 100% !important;
min-height: 200px;
height: 200px;
}
.is-quote-format q,
.is-quote-format blockquote {
margin: 0;
}
.gc-blog-list-s1 .top-block,
.gc-blog-list-s1 .bottom-block .permalink {
text-align: center;
}
.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul,
.widget_product_categories ul,
.woocommerce-widget-layered-nav ul {
list-style: disc;
margin: 0;
padding-left: 20px;
overflow: hidden;
}
.woocommerce .woocommerce-widget-layered-nav-list {
list-style: none;
}
.widget_product_categories ul {
margin-left: 0;
}
.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li a,
.widget_product_categories li,
.woocommerce-widget-layered-nav ul li,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
position: relative;
padding: 15px 0;
margin: 0;
}
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_recent_entries li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child,
.widget_product_categories li:last-child,
.widget_nav_menu > ul > li:last-child a,
.woocommerce-widget-layered-nav ul li:last-child {
border-bottom: none;
padding-bottom: 0;
}
.widget_archive ul li:first-child,
.widget_categories ul li:first-child,
.widget_product_categories ul li:first-child,
.widget_pages ul li:first-child,
.widget_meta ul li:first-child,
.widget_rss li:first-child,
.widget_recent_entries li:first-child,
.widget_recent_comments li:first-child,
.woocommerce-widget-layered-nav ul li:first-child {
padding-top: 0;
}
.widget_archive a,
.widget_categories a,
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu a,
.widget_product_categories a,
.woocommerce-widget-layered-nav ul li a {
padding-left: 0;
position: relative;
float: none;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.widget_recent_entries a {
display: block;
}
.widget_recent_comments li a {
display: inline-block;
}
.widget_nav_menu li a {
padding-left: 0;
display: block;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_product_categories ul li,
.woocommerce-widget-layered-nav ul li {
text-align: left;
}
.widget_archive ul li a,
.widget_categories ul li a,
.widget_product_categories ul li a,
.woocommerce-widget-layered-nav ul li a {
display: inline-block;
width: 80%;
float: none;
}
.widget_nav_menu ul li ul,
.widget_product_categories ul li ul,
.widget_nav_menu ul li ul {
padding-left: 20px;
}
.widget_product_categories ul li ul {
padding-top: 20px;
margin-top: 20px;
}
.widget_nav_menu li:last-child a {
border-bottom: none;
}
.widget_recent_entries .post-date {
display: block;
margin-top: 5px;
padding-left: 0;
font-size: 14px;
}
.widget_archive label {
display: block;
margin-bottom: 10px;
}
.widget_categories label {
display: block;
margin-bottom: 10px;
}
.widget_rss .widget-title h3 img {
display: none;
}
.widget_tag_cloud .tagcloud {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: distribute;
justify-content: space-around;
-ms-flex-preferred-size: auto;
flex-basis: auto;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
overflow: hidden;
margin: -4px;
}
.widget_tag_cloud .tagcloud a {
flex: 1 auto;
text-transform: inherit;
font-size: 15px !important;
text-align: center;
letter-spacing: 0;
padding: 12px 25px;
line-height: 1;
margin: 4px;
background: transparent;
font-weight: 400;
}
.widget_search {
display: block;
}
.widget_search {
display: block;
position: relative;
z-index: 5;
left: auto;
top: auto;
right: auto;
box-shadow: none;
padding: 0;
border-top: none;
animation: none;
}
.widget_search form {
border-top: none;
padding: 0;
animation: none;
box-shadow: none;
background: transparent;
position: relative;
}
.widget_search form input[type="search"] {
width: 100%;
}
.widget.widget_search button[type="submit"] {
font-size: 20px;
position: absolute;
right: 0;
}
.calendar_wrap caption {
background: none repeat scroll 0 0 #2196F3;
color: #ffffff;
text-align: center;
padding: 5px 0;
font-weight: 500;
text-transform: capitalize;
}
.calendar_wrap table {
border-collapse: collapse;
width: auto;
}
.calendar_wrap table th {
font-weight: bold;
padding: 8px 0px;
text-align: center;
width: 5%;
}
.calendar_wrap table td {
padding: 8px 0px;
width: 5%;
text-align: center;
}
.calendar_wrap table td#prev,
.calendar_wrap table td#next {
text-align: left;
padding-left: 10px;
padding-right: 10px;
}
.calendar_wrap table td#next {
text-align: right;
}
.secondary-widget-area .widget_text .textwidget strong,
.secondary-widget-area .widget_text .textwidget p,
.secondary-widget-area .widget_text .textwidget em,
.secondary-widget-area .widget_text .textwidget pre,
.secondary-widget-area .widget_text .textwidget code,
.secondary-widget-area .widget_text .textwidget h1,
.secondary-widget-area .widget_text .textwidget h2,
.secondary-widget-area .widget_text .textwidget h3,
.secondary-widget-area .widget_text .textwidget h4,
.secondary-widget-area .widget_text .textwidget h5,
.secondary-widget-area .widget_text .textwidget h6 {
display: block;
padding: 7px 0;
}
.secondary-widget-area .widget_text .textwidget img {
display: block;
padding: 5px 0;
}
.secondary-widget-area .widget_text .textwidget select {
display: block;
outline: none;
width: 100%;
max-width: 100%;
padding: 10px;
text-transform: capitalize;
border-radius: 2px;
overflow: hidden;
text-overflow: ellipsis;
}
.secondary-widget-area .widget_text .textwidget select option {
display: block;
width: 100%;
max-width: 100%;
white-space: nowrap;
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-js-display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
align-content: center;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce ul.product_list_widget li {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
position: relative;
padding: 15px 0 15px 40px;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove {
position: absolute;
top: 50%;
bottom: unset;
left: 0;
right: unset;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
font-weight: normal;
font-size: 16px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
width: 60px;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
border: none;
margin: 20px 0;
}
.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
font-weight: 600;
}
.woocommerce ul.product_list_widget li {
padding-left: 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
position: relative;
padding-left: 20px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
content: "\f111";
font-family: "fontAwesome";
font-size: 7px;
position: absolute;
left: 0;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: #585858;
}
span.edit-link a {
font-size: 13px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
span.edit-link a:before {
content: '-';
display: inline-block;
margin-right: 3px;
}
.sticky,
.bypostauthor {
background: transparent;
}
.screen-reader-shortcut {
box-shadow: none !important;
font-size: 16px;
font-weight: 400;
}
.gallery {
margin-bottom: 1.5em;
margin-left: -2%;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
margin-bottom: 3%;
margin-left: 2%;
}
.site-main .gallery a img {
max-width: none;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 47%;
}
.gallery-columns-3 .gallery-item {
max-width: 31.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 23%;
}
.gallery-columns-5 .gallery-item {
max-width: 18%;
}
.gallery-columns-6 .gallery-item {
max-width: 14.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 12.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 10.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 9.11%;
}
.gallery-caption {
display: block;
}
.comments-area {
margin: 0;
}
.comments-area textarea {
padding: 20px;
}
.comments-area textarea,
.comments-area input {
margin-bottom: 30px;
}
.comments-area .comments-title,
.comment-respond .comment-reply-title {
font-size: 24px;
margin: 0 0 15px;
}
.comments-area ol {
margin: 0;
padding: 0;
list-style: none;
}
.comments-area .comment-list {
background: transparent;
padding: 0;
border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0;
margin: 30px 0;
}
.comments-area .comment-body {
display: block;
overflow: hidden;
margin: 0 0 30px;
padding: 30px;
}
.comments-area .children {
margin-left: 25px;
}
.comments-area .children li {
position: relative;
margin-bottom: 30px;
}
.comments-area .children li.depth-2,
.comments-area .children li.depth-3,
.comments-area .children li.depth-4,
.comments-area .children li.depth-5,
.comments-area .children li.depth-6 {
padding-left: 25px;
}
.comments-area .comment-body .comment-meta {
background: transparent;
padding: 0;
margin: 0;
padding-bottom: 10px;
margin-bottom: 15px;
}
.comments-area .comment-body .comment-meta img {
border-radius: 100%;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.comments-area .comment-body .fn,
.comments-area .comment-body .fn a {
display: block;
font-size: 17px;
font-weight: 500;
line-height: 21px;
letter-spacing: 0;
text-transform: capitalize;
margin: 15px 0 5px 0;
}
.comments-area .comment-body .fn a {
display: inline-block;
}
.comments-area .comment-body .fn a:hover,
.comments-area .comment-body .fn a:focus {
text-decoration: none;
}
.comments-area .comment-body .says {
display: none;
}
.comments-area .comment-body .comment-metadata a {
display: inline-block;
font-style: italic;
font-size: 13px;
font-weight: normal;
}
.comments-area .comment-body .comment-metadata a:hover,
.comments-area .comment-body .comment-metadata a:focus {
text-decoration: none;
}
.comments-area .comment-body .comment-metadata .edit-link {
padding-left: 15px;
}
.comments-area .comment-body .comment-metadata .edit-link:before {
content: '\f365';
font-family: "Ionicons";
padding-right: 5px;
}
.comments-area .comment-body .reply a {
text-decoration: none;
font-style: italic;
font-size: 13px;
letter-spacing: 0.15px;
text-transform: capitalize;
font-weight: 500;
}
.comments-area .comment-body .reply a:hover,
.comments-area .comment-body .reply a:focus {
text-decoration: none;
}
.comments-area .comment-body .comment-content {
font-size: 16px;
margin-bottom: 20px;
}
.comments-area .comment-body .comment-content p {
margin: 0 0 10px;
}
.comment-respond {
padding: 30px;
margin-bottom: 30px;
}
.comment-respond .comment-form {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: stretch;
align-content: stretch;
}
.comment-respond .comment-form-comment,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url,
.comment-respond .comment-form-cookies-consent,
.comment-respond .form-submit,
.comment-respond .comment-notes,
.comment-respond .comment-subscription-form,
.comment-respond .comment-subscription-form,
.comment-respond .mc4wp-checkbox-wp-comment-form {
width: 100%;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email {
width: 50%;
}
.comment-respond .comment-notes {
margin-bottom: 20px;
}
.comment-form .comment-form-author {
padding-right: 15px;
}
.comment-form .comment-form-email {
padding-left: 15px;
}
.comment-respond .comment-form-cookies-consent,
.comment-respond .comment-subscription-form,
.comment-respond .mc4wp-checkbox-wp-comment-form {
margin-bottom: 30px;
display: flex;
align-items: flex-start;
}
.comment-respond .comment-form-cookies-consent input[type="checkbox"],
.comment-respond .comment-subscription-form input[type="checkbox"],
.comment-respond .mc4wp-checkbox-wp-comment-form input[type="checkbox"] {
display: inline-block;
margin: 0;
line-height: 21px;
}
.comment-respond .comment-form-comment label,
.comment-respond .comment-form-author label,
.comment-respond .comment-form-email label,
.comment-respond .comment-form-url label {
display: block;
padding-left: 3px;
margin-bottom: 5px;
font-weight: 400;
}
.comment-respond .comment-form-cookies-consent label,
.comment-respond .comment-subscription-form label,
.comment-respond .mc4wp-checkbox-wp-comment-form label {
line-height: 21px;
padding-left: 5px;
margin-top: -5px;
margin-bottom: 0;
}
.comment-respond .form-submit input {
margin-bottom: 0;
padding-left: 40px;
padding-right: 40px;
height: 45px;
border-radius: 25px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
}
.akismet_comment_form_privacy_notice {
display: none;
}
@media (max-width: 1024px) {
.comment-respond {
padding: 40px;
}
}
@media (max-width: 992px) {
.comment-respond {
padding: 30px;
}
}
@media (max-width: 768px) {
.comments-area .children,
.comments-area .children li,
.comments-area .children li.depth-2,
.comments-area .children li.depth-3,
.comments-area .children li.depth-4,
.comments-area .children li.depth-5,
.comments-area .children li.depth-6,
.comments-area .children li.depth-7,
.comments-area .children li.depth-8,
.comments-area .children li.depth-9,
.comments-area .children li.depth-10 {
padding-left: 0;
margin-left: 0;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email {
width: 100%;
}
.comment-form .comment-form-author {
padding-right: 0;
}
.comment-form .comment-form-email {
padding-left: 0;
}
.comment-respond .comment-form-cookies-consent,
.comment-respond .comment-subscription-form,
.comment-respond .mc4wp-checkbox-wp-comment-form {
display: none;
}
}
.wpcf7 label {
display: block;
margin-bottom: 15px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 textarea,
.wpcf7 select {
width: 100%;
margin-top: 10px;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
border: none;
text-align: center;
text-transform: capitalize;
padding: 15px 50px;
font-size: 16px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="button"]:hover {
border: none;
}
.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="button"]:focus {
outline: none;
-moz-outline: none;
-webkit-outline: none;
-o-outline: none;
-ms-outline: none;
}
body .wpforms-container .wpforms-form .wpforms-field-label {
font-weight: 500;
margin: 0 0 10px 0;
}
body .wpforms-container .wpforms-form .wpforms-field-sublabel {
margin: 10px 0 0;
}
body .wpforms-container .wpforms-form input[type=date],
body .wpforms-container .wpforms-form input[type=datetime],
body .wpforms-container .wpforms-form input[type=datetime-local],
body .wpforms-container .wpforms-form input[type=email],
body .wpforms-container .wpforms-form input[type=month],
body .wpforms-container .wpforms-form input[type=number],
body .wpforms-container .wpforms-form input[type=password],
body .wpforms-container .wpforms-form input[type=range],
body .wpforms-container .wpforms-form input[type=search],
body .wpforms-container .wpforms-form input[type=tel],
body .wpforms-container .wpforms-form input[type=text],
body .wpforms-container .wpforms-form input[type=time],
body .wpforms-container .wpforms-form input[type=url],
body .wpforms-container .wpforms-form input[type=week],
body .wpforms-container .wpforms-form select,
body .wpforms-container .wpforms-form textarea {
border-color: #eeeeee;
border-radius: 0;
height: 48px;
}
body .wpforms-container .wpforms-form input[type=submit],
body .wpforms-container .wpforms-form button[type=submit],
body .wpforms-container .wpforms-form .wpforms-page-button {
border: none;
padding: 13px 40px;
font-size: 16px;
text-transform: capitalize;
}
body .wpforms-container .wpforms-form input[type=submit]:hover,
body .wpforms-container .wpforms-form button[type=submit]:hover,
body .wpforms-container .wpforms-form .wpforms-page-button:hover {
border: none;
}
.jetpack_subscription_widget input[type="email"] {
margin: 30px 0;
padding-left: 15px;
}
.jetpack_subscription_widget #subscribe-email input {
width: 100% !important;
max-width: 100%;
}
.jetpack_subscription_widget input[type="submit"] {
padding: 15px 40px;
text-align: center;
font-weight: 500;
font-size: 16px;
text-transform: capitalize;
cursor: pointer;
border: none;
}
.infinite-scroll.neverending .site-footer {
display: none;
}
.infinity-end.neverending .site-footer {
display: block;
}
#infinite-footer {
display: none;
}
.editor-entry {
margin-bottom: 40px;
}
.editor-entry [class*="wp-block-"] {
margin-bottom: 40px;
}
.editor-entry a {
text-decoration: none;
font-weight: 400;
}
.editor-entry p {
margin-bottom: 20px;
line-height: 1.8;
}
.editor-entry img {
height: auto;
width: inherit;
}
.editor-entry h1,
.editor-entry h2,
.editor-entry h3,
.editor-entry h4,
.editor-entry h5,
.editor-entry h6 {
margin-bottom: 30px;
}
.editor-entry b,
.editor-entry strong {
font-weight: bold;
}
.editor-entry dfn {
font-style: italic;
}
.editor-entry mark {
background: #ff0;
color: #111111;
}
.editor-entry small {
font-size: 80%;
}
.editor-entry sub,
.editor-entry sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
.editor-entry sup {
top: -0.5em;
}
.editor-entry sub {
bottom: -0.25em;
}
.editor-entry dfn,
.editor-entry cite,
.editor-entry em,
.editor-entry i {
font-style: italic;
}
.editor-entry blockquote {
position: relative;
text-align: left;
margin: 2em 0;
padding: 40px;
font-size: 16px;
font-style: italic;
font-weight: normal;
background: transparent;
}
.editor-entry blockquote p {
margin: 0;
margin-bottom: 0.5em;
font-size: 16px;
line-height: 1.6;
}
.editor-entry blockquote cite {
display: block;
font-size: 16px;
font-style: italic;
font-weight: normal;
color: #9c9c9c;
}
.editor-entry .wp-block-quote.is-large,
.editor-entry .wp-block-quote.is-style-large {
font-size: 17px;
margin: 0;
margin-bottom: 2em;
}
.editor-entry .wp-block-quote.is-large p,
.editor-entry .wp-block-quote.is-style-large p {
font-size: 24px;
}
.editor-entry code,
.editor-entry kbd,
.editor-entry tt,
.editor-entry var {
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
}
.editor-entry pre {
background: #eeeeee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 16px;
line-height: 1.8;
margin-bottom: 1em;
max-width: 100%;
overflow-x: auto;
padding: 30px;
}
.editor-entry figure {
position: relative;
text-align: left;
}
.editor-entry code,
.editor-entry kbd,
.editor-entry samp {
font-family: monospace, monospace;
}
.editor-entry fieldset {
border: 1px solid #eeeeee;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
.editor-entry q {
font-style: italic;
font-weight: bold;
letter-spacing: 1px;
}
.editor-entry legend {
border: 0;
padding: 0;
}
.editor-entry textarea {
overflow: auto;
}
.editor-entry optgroup {
font-weight: bold;
}
.editor-entry table {
border-collapse: collapse;
border-spacing: 0;
max-width: 100%;
width: 100%;
}
.editor-entry td,
.editor-entry th,
.editor-entry td,
.editor-entry th,
.editor-entry .mce-item-table,
.editor-entry .mce-item-table td,
.editor-entry .mce-item-table th,
.editor-entry .mce-item-table caption {
padding: 10px 15px;
border: 1px solid #eeeeee;
text-align: left;
}
.editor-entry address {
margin: 0 0 1em;
}
.editor-entry abbr,
.editor-entry acronym {
border-bottom: 1px dotted #eeeeee;
cursor: help;
}
.editor-entry mark,
.editor-entry ins {
background: #f5f5f5;
text-decoration: none;
}
.editor-entry big {
font-size: 125%;
}
.editor-entry hr {
background-color: #eeeeee;
border: 0;
height: 1px;
padding: 0;
margin: 0;
clear: both;
}
.editor-entry ul,
.editor-entry ol {
margin: 0 0 20px 20px;
}
.editor-entry ul li,
.editor-entry ol li {
position: relative;
padding: 7px 0;
}
.editor-entry li > ul,
.editor-entry li > ol {
margin-bottom: 0;
margin-left: 15px;
}
.editor-entry dt {
font-weight: bold;
}
.editor-entry dd {
margin: 0 15px 15px;
}
.editor-entry img {
height: auto;
max-width: 100%;
vertical-align: middle;
width: inherit;
}
.editor-entry .alignleft {
display: block;
float: left;
width: auto;
margin-right: 15px;
clear: both;
}
.editor-entry .alignright {
display: block;
float: right;
width: auto;
margin-left: 15px;
clear: both;
}
.editor-entry .aligncenter {
clear: both;
display: block;
width: auto;
margin: 0 auto;
text-align: center;
}
.editor-entry .text-alignleft {
text-align: left;
}
.editor-entry .text-alignright {
text-align: right;
}
.editor-entry .text-aligncenter {
text-align: center;
}
.editor-entry .wp-block-gallery figure {
position: relative;
}
.editor-entry .wp-block-image figcaption {
margin: 10px 0;
font-size: 15px;
}
.editor-entry .wp-block-image > figcaption,
.editor-entry .wp-block-image .aligncenter > figcaption,
.editor-entry .wp-block-image .alignleft > figcaption,
.editor-entry .wp-block-image .alignright > figcaption,
.editor-entry .wp-block-image.is-resized > figcaption {
display: block;
text-align: center;
caption-side: inherit;
}
.editor-entry .alignfull,
.editor-entry .alignwide {
margin-bottom: 40px;
}
.editor-entry figure.alignfull,
.editor-entry figure.alignwide {
max-width: inherit;
}
.editor-entry ul.wp-block-gallery.alignfull,
.editor-entry ul.wp-block-gallery.alignwide {
margin-left: 50%;
}
.editor-entry .wp-block-spacer,
.editor-entry .wp-block-image,
.editor-entry .wp-block-column,
.editor-entry .wp-block-columns,
.editor-entry .wp-block-search__label,
.editor-entry .wp-block-search__button,
.editor-entry .wp-block-rss__item,
.editor-entry .wp-block-rss__item-title,
.editor-entry .wp-block-latest-comments__comment-meta,
.editor-entry .wp-block-latest-comments__comment-excerpt {
margin-bottom: 0;
}
.editor-entry .wp-block-cover__inner-container,
.editor-entry .wp-block-cover__inner-container p {
margin-bottom: 0;
}
.editor-entry .wp-block-gallery {
margin-bottom: 30px;
}
.editor-entry ul.wp-block-gallery {
padding-left: inherit;
margin-left: inherit;
}
.editor-entry ul.wp-block-gallery li {
padding: 0;
}
.editor-entry .wp-block-pullquote {
padding: 40px 0;
}
.editor-entry .wp-block-pullquote__citation,
.editor-entry .wp-block-pullquote cite,
.editor-entry .wp-block-pullquote footer {
text-transform: inherit;
}
.editor-entry .wp-block-pullquote.is-style-solid-color blockquote {
background: transparent;
text-align: center;
}
.editor-entry .wp-block-pullquote.is-style-solid-color blockquote {
max-width: 100%;
}
.editor-entry .wp-block-pullquote.is-style-solid-color {
padding: 0;
}
.editor-entry .wp-block-button__link {
padding: 15px 40px;
margin-bottom: 0;
}
.editor-entry .wp-block-media-text .wp-block-media-text__media,
.editor-entry .wp-block-media-text .wp-block-media-text__content {
margin-bottom: 0;
}
.editor-entry .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
padding-left: 0;
}
.editor-entry .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
padding-right: 0;
}
.editor-entry .wp-block-separator {
border-width: 1px;
border-bottom-color: #f3f3f3;
}
.editor-entry .wp-block-verse,
.editor-entry .wp-block-code,
.editor-entry .wp-block-preformatted {
background-color: #fffcde;
padding: 30px;
border: none;
}
.editor-entry .wp-block-table td,
.editor-entry .wp-block-table th {
padding: 15px 20px;
border-color: #eeeeee;
}
.editor-entry .wp-block-image .alignleft {
margin-right: 30px;
}
.editor-entry .wp-block-image .alignright {
margin-left: 30px;
}
.editor-entry .wp-block-rss,
.editor-entry .wp-block-categories-list,
.editor-entry .wp-block-latest-posts,
.editor-entry .wp-block-archives,
.editor-entry .wp-block-latest-comments {
background: #333333;
padding-left: 0;
padding: 30px 15px 30px 50px;
margin-left: 0;
}
.editor-entry .wp-block-rss li,
.editor-entry .wp-block-categories-list,
.editor-entry .wp-block-latest-posts li,
.editor-entry .wp-block-archives li,
.editor-entry .wp-block-latest-comments__comment-meta,
.editor-entry .wp-block-latest-comments__comment-meta a,
.editor-entry .wp-block-latest-comments__comment-excerpt p {
color: #d8d8d8;
}
.editor-entry .wp-block-rss li a,
.editor-entry .wp-block-categories .cat-item a,
.editor-entry .wp-block-latest-posts li a,
.editor-entry .wp-block-archives li a {
display: inline-block;
width: 80%;
color: #d8d8d8;
}
.editor-entry .wp-block-rss li a:hover,
.editor-entry .wp-block-categories .cat-item a:hover,
.editor-entry .wp-block-latest-posts li a:hover,
.editor-entry .wp-block-archives li a:hover {
color: #ffffff;
}
.editor-entry .wp-block-rss li a,
.editor-entry .wp-block-latest-posts li a {
display: block;
width: 100%;
}
.editor-entry .wp-block-latest-posts__post-date,
.editor-entry .wp-block-latest-comments__comment-date {
color: #9a9a9a;
}
.editor-entry .wp-block-latest-comments {
padding: 30px;
}
.editor-entry .wp-block-latest-comments li {
padding: 30px;
border: 1px solid rgba(255, 255, 255, 0.1);
}
.editor-entry .wp-block-latest-comments li:last-child {
margin-bottom: 0;
}
.editor-entry .wp-block-latest-comments footer {
background: transparent;
}
.editor-entry .wp-block-latest-comments__comment-meta,
.editor-entry .wp-block-latest-comments__comment-excerpt {
margin-left: 0;
}
.editor-entry .wp-block-latest-comments__comment-excerpt p {
padding-top: 10px;
margin-top: 10px;
margin-bottom: 0;
border-top: 1px dotted rgba(255, 255, 255, 0.1);
}
.editor-entry .wp-block-search .wp-block-search__label {
display: block;
width: 100%;
margin-bottom: 10px;
font-weight: 600;
}
.editor-entry .wp-block-search .wp-block-search__input {
flex: 0 0 calc( 100% - 120px);
max-width: calc( 100% - 120px);
margin-bottom: 0;
border-right: none;
}
.editor-entry .wp-block-search .wp-block-search__button {
flex: 0 0 calc( 120px);
max-width: calc( 120px);
margin: 0;
height: 48px;
}
.secondary-navigation ul {
list-style: none;
}
.secondary-navigation ul li {
display: inline-block;
padding-right: 10px;
}
.secondary-navigation ul li:last-child {
padding-right: 0;
}
.secondary-navigation ul li a {
font-size: 15px;
}
header .social-icons ul {
text-align: right;
}
header .site-title {
font-weight: 800;
font-size: 52px;
padding-bottom: 10px;
}
.header-style-1 .header-top .row {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
padding: 10px 0px;
}
.header-style-1 .social-icons ul li a {
display: inline-block;
}
.header-style-1 .social-icons ul li:last-child a {
border-right: none;
padding-right: 0;
}
.header-style-1 .mid-header {
padding: 30px 0;
text-align: center;
}
.header-style-1 .main-menu-wrapper {
border-top: 1px solid #eeeeee;
}
.slick-nav {
position: absolute;
top: 50%;
bottom: unset;
left: unset;
right: unset;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 20;
background: rgba(255, 255, 255, 0.6);
padding: 20px 40px;
cursor: pointer;
line-height: 1;
}
.slick-nav:hover {
background: white;
}
.slick-prev {
left: 30px;
}
.slick-prev:hover {
left: 0px;
}
.slick-next {
right: 30px;
}
.slick-next:hover {
right: 0px;
}
.fb-banner .content-holder-wrap {
position: absolute;
top: 50%;
bottom: unset;
left: 0;
right: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 20;
}
.fb-banner .content-holder-wrap:before {
position: absolute;
content: "";
width: 620px;
height: 110%;
border: 1px solid #ffffff;
opacity: 0.3;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.fb-banner .content-holder {
position: relative;
text-align: center;
color: #333333;
width: 600px;
margin: 0 auto;
padding: 50px 30px;
background: rgba(255, 255, 255, 0.9);
opacity: 0.3;
}
.slick-slide {
-webkit-backface-visibility: hidden;
}
.banner-style-1,
.banner-1-carousel {
position: relative;
}
.banner-style-1 .post-thumb {
position: relative;
z-index: 10;
width: 100%;
height: 500px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-color: #333333;
}
.banner-style-1 .mask {
background: rgba(0, 0, 0, 0.5);
}
.banner-style-1 .slick-slide .mask {
opacity: 0;
}
.banner-style-1 .slick-center .content-holder,
.banner-style-1 .slick-center .content-holder-wrap:before {
content: '';
opacity: 1;
}
.banner-style-1 .post-title h2 {
padding: 10px 0 15px 0;
font-size: 28px;
}
.carousel-spacing {
margin-top: 30px;
margin-left: 30px;
margin-right: 30px;
}
.slider-1-single .slick-nav {
font-size: 0;
padding: 13px 30px;
}
.slider-1-single .slick-nav i {
font-size: 18px;
}
.posts-list-style-1 .post-title h3 {
padding: 10px 0 15px 0;
}
.posts-list-style-1 .top-wrap {
margin-bottom: 30px;
text-align: center;
}
.posts-list-style-1 .post-thumb {
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
}
footer .footer-top {
padding-top: 40px;
}
.footer-back-to-top {
text-align: center;
padding-bottom: 30px;
margin-bottom: 40px;
border-bottom: 1px solid #2f2f2f;
}
.footer-back-to-top a {
display: inline-block;
line-height: 1;
}
.footer-back-to-top span {
display: block;
line-height: 1;
width: 100%;
}
footer .widget .widget_title h3 {
color: #ffffff;
}
footer .widget .widget_title {
border: none;
}
footer .widget .widget_title::after {
content: '';
display: none;
}
footer.dark .footer-bottom {
background: #171717;
padding: 25px 0 20px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
footer.dark .footer-bottom p {
color: #b9b9b9;
}
.author-credit {
text-align: right;
}
footer .widget_archive ul,
footer .widget_categories ul,
footer .widget_recent_entries ul,
footer .widget_meta ul,
footer .widget_recent_comments ul,
footer .widget_rss ul,
footer .widget_pages ul,
footer .widget_nav_menu ul,
footer .widget_product_categories ul,
footer .woocommerce-widget-layered-nav ul {
padding-left: 0;
list-style: none;
}
.error404 .innerpage-content-area-wrap {
padding-top: 0;
}
.error404 .error-404-page-entry {
margin-top: 30px;
}
.error-404-page-entry,
.nothing-found-page-entry {
padding: 60px 0 60px;
margin-bottom: 30px;
text-align: center;
}
.error-404-head h2 {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 132px;
font-weight: 900;
margin-bottom: 10px;
}
.error-404-message {
margin-bottom: 20px;
}
.error-404-message p {
font-size: 24px;
}
.search-form form {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 650px;
margin: 30px auto 0 auto;
}
.search-form form input[type="search"] {
width: calc(100% - 120px);
padding-left: 20px;
border-right: none;
}
.nothing-found-page-entry {
padding: 30px;
text-align: left;
}
.nothing-found-page-entry .title {
margin-bottom: 15px;
}
.nothing-found-page-entry .search-form form {
margin: 0;
margin-top: 15px;
}
.archive-content-area-wrap .fb-breadcrumb-wrap,
.search-page-content-area-wrap .fb-breadcrumb-wrap {
margin-bottom: 30px;
}
.category-description-outer {
margin-bottom: 30px;
}
.category-description-inner {
padding: 30px;
}
.category-description-inner p {
margin: 0 0 15px 0;
}
.category-description-inner p:last-child {
margin-bottom: 0;
}
.archive-page-style-1-entry .post-title h3 {
padding-bottom: 0;
}
.single-metas-and-cats {
background-color: #fde9e5;
padding: 30px;
margin-bottom: 30px;
text-align: center;
}
.single-metas-and-cats .entry-cats {
margin-bottom: 10px;
}
.entry-tags {
margin-bottom: 30px;
}
.entry-tags .post-tags {
margin: -3px 0;
}
.entry-tags .post-tags a {
display: inline-block;
border: 1px solid #333333;
line-height: 1;
font-weight: normal;
padding: 7px 20px;
font-size: 16px;
margin: 3px;
text-align: center;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
}
.entry-tags .post-tags a:before {
content: "\e653";
font-family: 'themify';
display: inline-block;
padding-right: 5px;
}
.post-navigation {
margin-bottom: 30px;
}
.post-navigation .nav-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
border: 1px solid #eeeeee;
padding: 0px 30px;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
padding: 20px 30px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.post-navigation .nav-links .nav-previous {
padding-left: 0;
border-right: 1px solid #eeeeee;
}
.post-navigation .nav-links a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-js-display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 16px;
}
.post-navigation .nav-links a img {
-webkit-transition: -webkit-transform .8s ease-in-out;
-o-transition: transform .8s ease-in-out;
-ms-transition: transform .8s ease-in-out;
-moz-transition: transform .8s ease-in-out;
transition: transform .8s ease-in-out;
}
.post-navigation .nav-links a:hover img {
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
transform: rotate(360deg);
}
.post-navigation .nav-links .nav-previous img {
margin-right: 10px;
}
.post-navigation .nav-links .nav-next {
padding-right: 0;
text-align: right;
}
.post-navigation .nav-links img {
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
height: 69px;
width: 69px;
object-fit: cover;
object-position: center center;
-o-object-fit: cover;
-webkit-object-fit: cover;
-moz-object-fit: cover;
-ms-object-fit: cover;
-o-object-position: center center;
-ms-object-position: center center;
-webkit-object-position: center center;
-moz-object-position: center center;
}
.post-navigation .post-nav-img {
flex: 0 0 69px;
max-width: 69px;
}
.post-navigation .post-nav-title {
flex: 0 0 calc( 100% - 69px);
max-width: calc( 100% - 69px);
}
.post-navigation .post-nav-title span.meta-nav {
display: block;
margin-bottom: 5px;
letter-spacing: 0;
}
.post-navigation .nav-previous .post-nav-title {
padding-left: 20px;
}
.post-navigation .nav-next .post-nav-title {
padding-right: 20px;
}
.author-box {
padding: 30px;
margin-bottom: 30px;
}
.author-box .top-wrap {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
align-content: center;
padding-bottom: 20px;
margin-bottom: 20px;
}
.author-box .top-wrap .author-thumb {
width: 99px;
height: 99px;
}
.author-box .top-wrap .author-thumb img {
width: 99px;
height: 99px;
line-height: 99px;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center center;
object-position: center center;
}
.author-box .top-wrap .author-name {
width: calc(100% - 99px);
padding-left: 20px;
}
.author-box .author-name h3 {
font-size: 22px;
}
.author-box .author-name p {
padding-top: 10px;
font-size: 16px;
}
.author-box .social-icons-list {
margin: -5px 0;
}
.author-box .social-icons-list li a {
display: inline-block;
padding: 0;
margin: 5px;
line-height: 40px;
height: 40px;
width: 40px;
text-align: center;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
}
.author-box .social-icons-list li:first-child a {
margin-left: 0;
}
.author-box .social-icons-list li:last-child a {
margin-right: 0;
}
button#load-comments {
position: relative;
padding: 15px 80px;
font-size: 16px;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
cursor: pointer;
line-height: 1;
}
button#load-comments:after {
content: "\f3fa";
font-family: "Ionicons";
font-size: 27px;
position: absolute;
top: 50%;
bottom: unset;
left: unset;
right: 30px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
button#load-comments:focus,
button#load-comments:active {
outline: none;
}
body.admin-bar .canvas-aside,
body.logged-in .canvas-aside {
margin-top: 30px;
}
.canvas-aside {
position: fixed;
z-index: 10000;
top: 0;
right: -800px;
background: #ffffff;
padding: 30px;
width: 768px;
max-width: 100%;
height: 100vh;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
transition: all 300ms;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-box-shadow: -15px 0px 40px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: -15px 0px 40px 0px rgba(0, 0, 0, 0.2);
-o-box-shadow: -15px 0px 40px 0px rgba(0, 0, 0, 0.2);
-ms-box-shadow: -15px 0px 40px 0px rgba(0, 0, 0, 0.2);
box-shadow: -15px 0px 40px 0px rgba(0, 0, 0, 0.2);
}
.canvas-aside.visible {
right: 0;
}
.canvas-aside-mask {
position: fixed;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.7);
left: 0;
top: 0;
opacity: 0;
visibility: hidden;
z-index: 100;
transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
transform: translateZ(0);
}
.canvas-aside-mask.visible {
transition-delay: 0;
visibility: visible;
opacity: 1;
}
.canvas-aside::-webkit-scrollbar {
width: 4px;
background-color: #F5F5F5;
}
.canvas-aside::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.2);
}
.canvas-aside::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
}
.related-posts {
margin-bottom: 30px;
padding: 30px;
border: 1px solid #eeeeee;
}
.related-posts .title h3 {
padding-bottom: 10px;
}
.related-entry {
margin-top: 30px;
margin-bottom: -30px;
}
.related-entry .box {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-start;
align-content: flex-start;
margin-bottom: 30px;
}
.related-posts .left-box {
flex: 0 0 100px;
max-width: 100%;
}
.related-posts .left-box a {
display: block;
width: 100%;
height: 100%;
}
.related-posts .right-box {
flex: 0 0 calc( 100% - 100px);
max-width: 100%;
padding-left: 20px;
padding-top: 10px;
}
.related-posts .post-thumb {
height: 99px;
width: 99px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
overflow: hidden;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
}
.related-posts .post-title h4 {
font-size: 18px;
line-height: 1.2;
padding-bottom: 5px;
}
.single-page-style-2 .related-posts .entry-metas {
text-align: left;
}
.post-media-entry {
margin-bottom: 30px;
}
.no-sidebar .single-page-style-1 .single-page-entry { padding: 0 0 30px 0;
}
.post-media-entry.standard img {
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
}
.single-page-style-1 .fb-breadcrumb-wrap {
margin-bottom: 30px;
}
.innerpage-content-area-wrap.single-page-style-2 {
padding-top: 0;
}
.single-page-style-2 .fb-breadcrumb-wrap {
height: 600px;
padding: 0;
padding-top: 100px;
padding-bottom: 0;
background-attachment: fixed;
}
body.page .single-page-style-2 .fb-breadcrumb-wrap {
padding-top: 170px;
}
.single-page-style-2 .single-page-entry article {
position: relative;
z-index: 20;
margin-top: -200px;
padding: 60px 80px 30px 80px;
background: #ffffff;
}
.single-page-style-2 .single-page-entry article.article-with-sidebar {
padding: 40px;
}
.single-page-style-2 .fb-breadcrumb-wrap .entry-metas,
.single-page-style-2 .fb-breadcrumb-wrap .entry-cats {
position: relative;
z-index: 10;
text-align: center;
}
.single-page-style-2 .entry-cats {
margin-bottom: 10px;
}
.single-page-style-2 .entry-metas {
border: none;
padding: 0;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.single-page-style-2 .entry-metas ul li.posted-date a {
background-color: #ffffff;
}
.single-page-style-2 .secondary-widget-area {
margin-top: 60px;
}
a,
a:focus,
a:visited,
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
.editor-entry a:hover,
.widget .widget_title h3,
.widget_tag_cloud .tagcloud a,
.entry-tags .post-tags a,
.fascinate-toTop,
.single-page-style-2 .entry-metas ul li.posted-date a,
.single-page-style-2 .related-posts .entry-metas li a,
.single-page-style-2 .related-posts .entry-metas ul li,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:before {
color: #333333;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.post-format-icon,
a.post-link-btn,
.post-link-btn,
.post-link-btn:hover,
.fb-author-widget .author-permalink a:hover,
button#load-comments,
.fascinate-toTop:hover,
footer.dark .footer-bottom a,
.entry-tags .post-tags a:hover,
.fb-breadcrumb ul .trail-item a,
.fb-breadcrumb ul .trail-item span,
.fb-breadcrumb-wrap .page-title,
footer.dark .footer-bottom a:hover,
.entry-tags .post-tags a:hover,
.single-page-style-2 .entry-metas li,
.single-page-style-2 .entry-metas li a,
.single-page-style-2 .entry-cats ul li a,
.single-page-style-2 .entry-metas li span,
.single-page-style-2 .entry-metas ul li.posted-date a:hover,
.widget_rss .widget-title h3 a,
.fb-patigation .page-numbers,
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"],
.jetpack_subscription_widget input[type="submit"],
.screen-reader-shortcut,
body .wpforms-container .wpforms-form input[type=submit],
body .wpforms-container .wpforms-form button[type=submit],
body .wpforms-container .wpforms-form .wpforms-page-button {
color: #ffffff;
}
a:hover,
footer.dark a:hover,
.editor-entry a,
.fb-breadcrumb ul li a span:hover,
footer.dark .footer-bottom a:hover,
.fb-post-widget .entry-metas ul li.comment a:hover,
.fb-post-widget .entry-metas ul li.posted-date a:hover,
.single-page-style-2 .entry-cats ul li a:hover,
.single-page-style-2 .entry-metas ul li.posted-by a:hover,
.single-page-style-2 .related-posts .entry-metas li a:hover,
footer.dark .fb-post-widget :hover.entry-metas ul li.posted-date a:hover,
footer.dark .fb-post-widget .entry-metas ul li.comment a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_recent_entries a:hover,
.widget_meta a:hover,
.widget_product_categories a:hover,
.widget_rss li a:hover,
.widget_pages li a:hover,
.widget_nav_menu li a:hover,
.woocommerce-widget-layered-nav ul li a:hover,
.widget_rss .widget-title h3 a:hover,
.widget_rss ul li a:hover,
.comments-area .comment-body .reply a:hover,
.comments-area .comment-body .reply a:focus,
.comments-area .comment-body .fn a:hover,
.comments-area .comment-body .fn a:focus,
footer.dark .widget_rss ul li a:hover,
.comments-area .comment-body .fn:hover,
.comments-area .comment-body .fn a:hover,
.comments-area .comment-body .reply a:hover,
.comments-area .comment-body .comment-metadata a:hover,
.comments-area .comment-body .comment-metadata .edit-link:hover,
.widget_tag_cloud .tagcloud a:hover,
.footer.dark .widget_tag_cloud .tagcloud a:hover {
color: #2196F3;
}
span.edit-link a,
.widget_recent_entries .post-date,
.fb-post-widget .entry-metas ul li.posted-date a,
.fb-post-widget .entry-metas ul li.comment a,
.comments-area .comment-body .fn,
.comments-area .comment-body .fn a,
.comments-area .comment-body .reply a,
.comments-area .comment-body .comment-metadata a,
.comments-area .comment-body .comment-metadata .edit-link {
color: #b1b1b1;
}
.author-box .top-wrap,
.related-posts .title h3,
.header-style-1 .header-top,
body .header-style-1 .main-menu-wrapper,
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce ul.product_list_widget li,
.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li a,
.fb-post-widget article,
.widget_product_categories li,
.woocommerce-widget-layered-nav ul li,
.comments-area .comment-body .comment-meta,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
border-bottom: 1px solid #eeeeee;
}
.entry-cats ul li a {
border-bottom: 1px solid #333333;
}
textarea,
.author-box,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
.nice-select,
.comment-respond,
.category-description-inner,
.error-404-page-entry,
.nothing-found-page-entry,
.author-box .social-icons-list li a,
.calendar_wrap table th,
.calendar_wrap table td,
.secondary-widget-area .widget,
.author-box .top-wrap .author-thumb img,
.comments-area .comment-body,
.widget_tag_cloud .tagcloud a {
border: 1px solid #eeeeee;
}
.fascinate-toTop {
border: 1px solid #333333;
}
.fascinate-toTop:hover,
.entry-tags .post-tags a:hover,
.author-box .social-icons-list li a:hover {
border: 1px solid #2196F3;
}
.widget_tag_cloud .tagcloud a:hover,
.footer.dark .widget_tag_cloud .tagcloud a:hover {
border-color: #2196F3;
}
.widget_product_categories ul li ul {
border-top: 1px solid #eeeeee;
}
.entry-metas ul li.posted-date a:hover:after {
content: '';
border-left-color: #2196F3;
border-bottom-color: #2196F3;
}
.single-page-style-2 .entry-cats ul li a {
border-bottom-color: #ffffff;
}
.single-page-style-2 .entry-metas ul li.posted-date a:after {
content: '';
border-left-color: #ffffff;
border-bottom-color: #ffffff;
}
.single-page-style-2 .entry-metas ul li.posted-date a:hover:after {
content: '';
border-left-color: #2196F3;
border-bottom-color: #2196F3;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.post-link-btn,
.calendar_wrap caption,
.fb-popular-posts .count,
.fb-patigation .page-numbers,
body .wpcf7 input[type="submit"],
body .wpcf7 input[type="button"],
.entry-metas ul li.posted-date a,
.jetpack_subscription_widget input[type="submit"]:hover,
#single-content-area-wrap ul.social-icons-list li a:hover,
.secondary-widget-area .fb-instagram-widget .follow-permalink a,
.screen-reader-shortcut,
body .wpforms-container .wpforms-form input[type=submit],
body .wpforms-container .wpforms-form button[type=submit],
body .wpforms-container .wpforms-form .wpforms-page-button {
background: #333333;
}
.fb-breadcrumb-wrap,
button#load-comments {
background-color: #333333;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button#load-comments:hover,
.post-format-icon,
.fascinate-toTop:hover,
.post-link-btn:hover,
.entry-tags .post-tags a:hover,
.fb-patigation a.page-numbers:hover,
body .wpcf7 input[type="submit"]:hover,
body .wpcf7 input[type="button"]:hover,
.entry-metas ul li.posted-date a:hover,
.single-page-style-2 .entry-metas ul li.posted-date a:hover,
.secondary-widget-area .fb-instagram-widget .follow-permalink a:hover,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.jetpack_subscription_widget input[type="submit"]:hover,
body .wpforms-container .wpforms-form input[type=submit]:hover,
body .wpforms-container .wpforms-form button[type=submit]:hover,
body .wpforms-container .wpforms-form .wpforms-page-button:hover {
background: #2196F3;
}
footer.dark .footer-inner {
background: #222222;
}
footer.dark,
footer.dark a,
footer.dark select,
footer.dark .footer-bottom p,
footer.dark .widget_rss ul li a,
footer.dark .widget_tag_cloud .tagcloud a,
footer.dark .fb-post-widget .entry-metas ul li.posted-date a,
footer.dark .fb-post-widget .entry-metas ul li.comment a,
body footer.dark .wpforms-container .wpforms-form input[type=submit],
body footer.dark .wpforms-container .wpforms-form button[type=submit],
body footer.dark .wpforms-container .wpforms-form .wpforms-page-button {
color: #b9b9b9;
}
footer.dark .widget_rss .widget_title h3 a,
body footer.dark .wpforms-container .wpforms-form input[type=submit]:hover,
body footer.dark .wpforms-container .wpforms-form button[type=submit]:hover,
body footer.dark .wpforms-container .wpforms-form .wpforms-page-button:hover {
color: #ffffff;
}
footer.dark select,
footer.dark button,
footer.dark .fb-post-widget article,
footer.dark .widget_archive li,
footer.dark .widget_categories li,
footer.dark .widget_recent_entries li,
footer.dark .widget_meta li,
footer.dark .widget_recent_comments li,
footer.dark .widget_rss li,
footer.dark .widget_pages li,
footer.dark .widget_nav_menu li a,
footer.dark .widget_product_categories li,
footer.dark .woocommerce-widget-layered-nav ul li,
footer.dark .calendar_wrap table td,
footer.dark .calendar_wrap table th,
footer.dark .widget_tag_cloud .tagcloud a,
footer.dark .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
border-color: #2f2f2f;
}
footer.dark select,
footer.dark button,
footer.dark input[type="button"],
footer.dark input[type="reset"],
footer.dark input[type="submit"],
footer.dark .wpcf7 input[type="submit"],
footer.dark .wpcf7 input[type="button"],
footer.dark .nice-select,
footer.dark .calendar_wrap caption,
footer.dark .nice-select .list,
footer.dark .jetpack_subscription_widget input[type="submit"]:hover,
footer.dark .secondary-widget-area .fb-instagram-widget .follow-permalink a,
body footer.dark .wpforms-container .wpforms-form input[type=submit],
body footer.dark .wpforms-container .wpforms-form button[type=submit],
body footer.dark .wpforms-container .wpforms-form .wpforms-page-button {
background: #3a3a3a;
}
footer.dark .widget_tag_cloud .tagcloud a {
background-color: transparent;
}
footer.dark .nice-select .option:hover,
footer.dark .nice-select .option.focus,
footer.dark .nice-select .option.selected.focus {
background-color: #424242;
}
footer.dark button:hover,
footer.dark input[type="button"]:hover,
footer.dark input[type="reset"]:hover,
footer.dark input[type="submit"]:hover,
body footer.dark .wpcf7 input[type="submit"]:hover,
body footer.dark .wpcf7 input[type="button"]:hover,
body footer.dark .wpforms-container .wpforms-form input[type=submit]:hover,
body footer.dark .wpforms-container .wpforms-form button[type=submit]:hover,
body footer.dark .wpforms-container .wpforms-form .wpforms-page-button:hover {
background: #2196F3;
}
.the-title h1,
.the-title h2,
.the-title h3,
.post-title h1,
.post-title h2,
.post-title h3,
.post-title h4,
.page-title h1,
.page-title h2,
.entry-cats ul li a,
.widget .widget_title h3,
.related-posts .title h3,
.related-post .post-title h4,
.comments-area .comments-title,
.comment-respond .comment-reply-title,
.widget_recent_entries .post-date,
.post-navigation .post-nav-title span.meta-nav,
.author-box .author-name h3 {
text-transform: uppercase;
}
.entry-metas ul li.posted-date a,
.widget_recent_entries .post-date,
.fb-post-widget .entry-metas ul li.comment a,
.fb-post-widget .entry-metas ul li.posted-date a {
font-size: 12px;
}
.entry-cats ul li a,
.fb-breadcrumb ul li,
.fb-breadcrumb ul li span,
.fb-breadcrumb ul li a,
.fascinate-to-top span,
.post-navigation .post-nav-title span.meta-nav {
font-size: 13px;
}
.post-link-btn {
font-size: 15px;
}
.post-format-icon {
font-size: 16px;
}
q,
blockquote,
.wp-block-quote {
font-size: 17px;
}
.widget .widget_title h3 {
font-size: 21px;
}
.related-posts .title h3 {
font-size: 22px;
}
.banner-style-1 .post-title h2 {
font-size: 28px;
}
.posts-list-style-1 .post-title h3 {
font-size: 36px;
}
.fb-breadcrumb-wrap .page-title {
font-size: 38px;
}
.entry-metas ul li.posted-date a,
.widget_recent_entries .post-date,
.fb-post-widget .entry-metas ul li.comment a,
.fb-post-widget .entry-metas ul li.posted-date a,
.single-page-style-2 .entry-metas ul li.posted-date a {
font-weight: 500;
}
.entry-cats ul li,
.entry-cats ul li a,
.fascinate-to-top span,
.post-navigation .post-nav-title span.meta-nav {
font-weight: 600;
}
.widget .widget_title h3 {
font-weight: 700;
}
.entry-metas ul li.posted-date a,
.widget_recent_entries .post-date,
.fb-post-widget .entry-metas ul li.comment a,
.fb-post-widget .entry-metas ul li.posted-date a {
letter-spacing: 0.25px;
}
q,
blockquote,
.wp-block-quote {
font-style: italic;
}
.archive-content-area-wrap,
.search-page-content-area-wrap,
.main-content-area-wrap,
.innerpage-content-area-wrap {
padding-top: 60px;
padding-bottom: 60px;
}
.fb-breadcrumb-wrap {
padding: 60px 0;
}
.posts-list-style-1 .post-thumb {
margin-bottom: 30px;
}
.fb-patigation {
margin-top: 60px;
}
.post-content-link {
margin-top: 40px;
}
.posts-list-style-1 .post,
.posts-list-style-1 .hentry {
margin-bottom: 60px;
}
.posts-list-style-1 .post:last-child {
margin-bottom: 0;
}
@media (max-width: 1400px) {
.header-style-1 .mid-header {
padding: 50px 0;
}
.slick-nav {
padding: 20px 30px;
}
.banner-1-carousel .post-thumb {
height: 500px;
}
body.no-sidebar .alignwide {
width: 80vw;
}
body.no-sidebar .alignfull {
width: 95vw;
}
}
@media (max-width: 1366px) {
.canvas-aside {
width: 600px;
}
}
@media (max-width: 1300px) {
.banner-1-carousel .post-thumb {
height: 450px;
}
}
@media (max-width: 1200px) {
#site-navigation > ul > li > a {
font-size: 14px;
}
#site-navigation ul li a {
padding: 0 15px;
line-height: 60px;
}
#site-navigation ul li .sub-menu li a,
#site-navigation ul li .children li a {
padding: 12px 20px;
}
#site-navigation ul li a::after {
content: '';
top: 21px;
}
.fb-banner .content-holder {
padding: 30px;
}
.fb-author-widget .lazy-thumb {
padding-bottom: 0;
}
.fb-author-widget .author-thumb img {
position: relative;
left: unset;
top: unset;
opacity: 1;
}
}
@media (max-width: 1170px) {
body.no-sidebar .alignwide,
body.no-sidebar .alignfull {
width: 100%;
}
body.no-sidebar .alignwide,
body.no-sidebar .alignfull,
.editor-entry ul.wp-block-gallery.alignfull,
.editor-entry ul.wp-block-gallery.alignwide {
margin-left: inherit;
transform: inherit;
}
body.boxed .fb-container {
padding-right: 15px;
padding-left: 15px;
}
}
@media (max-width: 1050px) {
.menu-toggle {
display: block;
}
body .header-style-1 .main-menu-wrapper {
border-top: none;
border-bottom: none;
background: #222222;
}
.header-style-1 .menu-toggle span {
background: #ffffff;
}
#site-navigation {
display: none;
text-align: left;
}
#site-navigation ul li {
display: block;
}
#site-navigation ul li a {
color: #cacaca;
padding: 17px 0;
line-height: 1;
font-size: 16px;
}
#site-navigation > ul > li > a {
line-height: 1;
border-bottom: 1px solid #2d2d2d;
text-transform: inherit;
font-weight: normal;
font-size: 16px;
}
#site-navigation > ul > li:last-child > a {
border-bottom: none;
}
#site-navigation > ul > li > a:after {
content: '';
display: none;
}
#site-navigation ul li .sub-menu,
#site-navigation ul li .children,
#site-navigation ul li .sub-menu ul,
#site-navigation ul li .children ul {
position: relative;
z-index: inherit;
top: 0;
left: 0;
box-shadow: none;
visibility: visible;
opacity: 1;
max-width: 100%;
background: transparent;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
-ms-box-shadow: none;
animation: none;
-webkit-animation: none;
-moz-animation: none;
-o-animation: none;
-ms-animation: none;
transition: none;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
}
#site-navigation ul li .sub-menu li a,
#site-navigation ul li .children li a {
border-bottom: 1px solid #2d2d2d;
line-height: 1;
padding: 15px 0 15px 15px;
}
#site-navigation ul li:hover > .sub-menu,
#site-navigation ul li:hover > .children {
display: none;
animation: none;
-webkit-animation: none;
-moz-animation: none;
-o-animation: none;
-ms-animation: none;
transition: none;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
}
#site-navigation ul li a:hover {
color:#2196F3;
}
.sub-toggle {
display: block;
position: absolute;
top: 8px;
right: 0;
color: #ffffff;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
background: #353535;
cursor: pointer;
}
.sub-toggle i {
display: inline-block;
font-size: 14px;
line-height: 35px;
width: 35px;
height: 35px;
-webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-ms-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
transition: all 0.8s ease;
}
.slick-nav {
padding: 15px 30px;
}
.slick-prev {
left: 10px;
}
.slick-next {
right: 10px;
}
}
@media (max-width: 1024px) {
.container,
.fb-container {
max-width: 98%;
}
h1 {
font-size: 38px;
}
h2 {
font-size: 32px;
}
h3 {
font-size: 28px;
}
h4 {
font-size: 24px;
}
h5 {
font-size: 22px;
}
h6 {
font-size: 18px;
}
header .site-title {
font-size: 42px;
}
.related-posts .title h3,
.banner-1-carousel .post-title h2 {
font-size: 24px;
}
.posts-list-style-1 .post-title h3 {
font-size: 28px;
}
.fb-breadcrumb-wrap .page-title {
font-size: 32px;
}
#sticky-social ul.social-icons-list li a {
line-height: 40px;
width: 40px;
height: 40px;
font-size: 14px;
}
.header-style-1 .mid-header {
padding: 40px 0;
}
.fb-banner .content-holder {
width: 500px;
padding: 40px 30px;
}
.fb-banner .content-holder-wrap:before {
width: 520px;
}
.posts-list-style-1 .post,
.posts-list-style-1 .hentry {
margin-bottom: 40px;
}
.innerpage-content-area-wrap .dropcap > p:first-child:first-letter,
.innerpage-content-area-wrap .has-drop-cap > p:first-child:first-letter {
line-height: 56px;
}
body:not(.no-sidebar) .related-entry [class^="col-"] {
flex: 0 0 100%;
max-width: 100%;
}
.fb-patigation {
margin-top: 40px;
margin-bottom: 40px;
}
.fb-breadcrumb ul li,
.fb-breadcrumb ul li span,
.fb-breadcrumb ul li a {
font-size: 14px;
}
.fb-breadcrumb ul li {
padding-right: 10px;
}
.fb-breadcrumb li.trail-item:after {
padding-left: 7px;
}
#Fascinate-toTop {
right: 10px;
}
.editor-entry .wp-block-embed iframe {
min-height: auto;
}
}
@media (max-width: 991px) {
.slick-nav,
.slider-1-single .slick-nav {
font-size: 0;
padding: 13px 17px;
top: 10px;
transform: none;
-moz-transform: none;
-webkit-transform: none;
-o-transform: none;
}
.slick-nav i,
.slider-1-single .slick-nav i {
font-size: 16px;
}
.slick-prev,
.slick-prev:hover {
right: 60px;
left: auto;
}
.slick-next:hover {
right: 10px;
}
.canvas-aside {
width: 700px;
}
.footer-bottom [class^="col-"] {
flex: 0 0 50%;
max-width: 50%;
}
.comments-area .children {
margin-left: 0;
}
.comments-area .children li.depth-2,
.comments-area .children li.depth-3,
.comments-area .children li.depth-4,
.comments-area .children li.depth-5,
.comments-area .children li.depth-6 {
padding-left: 0;
}
.hide-medium {
display: none;
}
}
@media (max-width: 850px) {
.secondary-navigation ul li {
display: none;
}
.secondary-navigation ul li:nth-child(1),
.secondary-navigation ul li:nth-child(2),
.secondary-navigation ul li:nth-child(3) {
display: inline-block;
}
.related-entry [class^="col-"],
body:not(.no-sidebar) .related-entry [class^="col-"] {
flex: 0 0 100%;
max-width: 100%;
}
.search-form form {
width: 500px;
max-width: 100%;
}
#sticky-social {
top: auto;
left: 0;
right: 0;
bottom: 0;
max-width: 100%;
width: 100%;
}
#sticky-social ul.social-icons-list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
align-content: center;
width: 100%;
max-width: 100%;
}
#sticky-social ul.social-icons-list li {
flex: 1;
width: 100%;
max-width: 100%;
}
#sticky-social ul.social-icons-list li a {
width: 100%;
max-width: 100%;
}
}
@media (max-width: 768px) {
.canvas-aside {
width: 500px;
}
.banner-1-carousel .post-thumb {
height: 400px;
}
.primary-widget-area .fb-instagram-widget ul li {
flex: 0 0 33.33%;
max-width: 33.33%;
}
}
@media (max-width: 767px) {
.header-style-1 .header-top [class^="col-"] {
flex: 0 0 50%;
max-width: 50%;
}
footer .footer-bottom,
footer.dark .footer-bottom,
footer.light .footer-bottom {
padding: 15px 0 10px;
}
.footer-bottom [class^="col-"] {
flex: 0 0 100%;
max-width: 100%;
}
.author-credit {
text-align: left;
margin-top: 5px;
}
}
@media (max-width: 600px) {
h1 {
font-size: 36px;
}
h2 {
font-size: 28px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 19px;
}
h6 {
font-size: 17px;
}
.header-style-1 .mid-header {
padding: 30px 0;
}
header .site-title {
font-size: 36px;
}
.related-posts .title h3,
.banner-1-carousel .post-title h2 {
font-size: 24px;
}
.posts-list-style-1 .post-title h3 {
font-size: 24px;
}
.fb-breadcrumb-wrap .page-title {
font-size: 28px;
}
.header-style-1 .header-top .secondary-navigation {
display: none;
}
.header-style-1 .header-top [class^="col-"] {
flex: 0 0 100%;
max-width: 100%;
}
header .social-icons ul {
text-align: center;
}
.slick-nav {
padding: 9px 14px;
}
.slick-prev,
.slick-prev:hover {
right: 45px;
}
.slick-nav i {
font-size: 12px;
}
.banner-style-1 .post-thumb {
height: 350px;
}
.banner-style-1 .post-title h2 {
font-size: 22px;
}
.fb-banner.carousel-spacing {
margin-left: 0;
margin-right: 0;
}
.fb-banner .content-holder-wrap {
top: unset;
bottom: 0;
left: 0;
right: 0;
width: 100%;
max-width: 100%;
padding: 0;
transform: none;
-webkit-transform: none;
-ms-transform: none;
-moz-transform: none;
-o-transform: none;
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.5)), to(#000));
background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 40%, #000 100%);
}
.fb-banner .content-holder-wrap:before {
content: '';
display: none;
}
.fb-banner .content-holder {
width: 100%;
padding: 30px 20px;
opacity: 1;
background: transparent;
color: #ffffff;
}
.fb-banner .post-title h2 a,
.fb-banner .entry-cats ul li a,
.fb-banner .entry-metas ul li.posted-by a {
color: #ffffff;
}
.fb-banner .entry-metas ul li.posted-date a {
background: #ffffff;
color: #333333;
}
.fb-banner .entry-metas ul li.posted-date a:after {
border-left-color: #ffffff;
border-bottom-color: #ffffff;
}
.fb-banner .entry-cats ul li a {
border-bottom-color: #ffffff;
}
.post-link-btn {
padding: 14px 30px;
}
.dropcap > p:first-child:first-letter,
.has-drop-cap > p:first-child:first-letter,
.innerpage-content-area-wrap .dropcap > p:first-child:first-letter,
.innerpage-content-area-wrap .has-drop-cap > p:first-child:first-letter {
font-size: inherit;
font-weight: inherit;
line-height: inherit;
float: none;
padding-left: inherit;
padding-right: inherit;
color: #333333;
}
.single-page-style-2 .single-page-entry article {
margin-top: 0px;
padding: 50px 50px 30px 50px;
}
.single-page-style-2 .single-page-entry article.article-with-sidebar {
padding: 0px;
}
.single-metas-and-cats {
padding: 20px 10px;
}
.author-box .author-name h3 {
font-size: 22px;
}
.related-posts .post-title h4 {
font-size: 16px;
}
.nothing-found-page-entry {
padding: 30px 20px;
}
.comments-area .comments-title,
.comment-respond .comment-reply-title {
font-size: 22px;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
flex: 0 0 100%;
max-width: 100%;
}
.post-navigation .nav-links {
padding: 30px;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
padding: 0;
}
.post-navigation .nav-links .nav-previous {
border-right: none;
}
.post-navigation .nav-links .nav-next {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #eeeeee;
}
.fascinate-to-top {
right: 0;
}
}
@media (max-width: 576px) {
.no-sidebar .single-page-style-1 .single-page-entry {
padding: 0;
}
.single-page-style-2 .fb-breadcrumb-wrap {
height: 400px;
}
.single-page-style-2 .single-page-entry {
margin-top: 0;
padding: 30px 0 0 0;
}
.posts-list-style-1 .post,
.posts-list-style-1 .hentry {
margin-bottom: 30px;
}
.fb-patigation {
margin-top: 30px;
margin-bottom: 30px;
}
.comments-box-entry {
display: none;
}
.canvas-aside {
position: relative;
z-index: inherit;
overflow: hidden;
padding: 0 15px;
margin: 0;
height: auto;
width: 100%;
background: transparent;
left: unset;
top: unset;
bottom: unset;
right: unset;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
-moz-transition: none;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.related-posts .post-thumb {
height: 82px;
width: 82px;
}
.related-posts .right-box {
padding-left: 0px;
padding-top: 5px;
}
.error-404-head h2 {
font-size: 92px;
}
.error-404-message p {
font-size: 18px;
}
.search-form form {
width: 300px;
}
.fascinate-to-top {
right: -20px;
}
}
@media (max-width: 420px) {
.post-navigation .nav-links img {
height: 34px;
width: 34px;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
padding: 15px 5px;
}
.author-box .top-wrap .author-thumb,
.author-box .top-wrap .author-thumb img {
height: 64px;
width: 64px;
}
.author-box .top-wrap .author-name {
width: calc(100% - 64px);
}
.author-box .social-icons-list li a {
margin: 5px 3px;
}
.comment-respond,
.post-navigation .nav-links {
padding: 20px;
}
}
@media (max-width: 380px) {
.container,
.fb-container {
max-width: 100%;
}
header .site-title {
font-size: 28px;
}
.fb-breadcrumb nav {
display: none;
}
.fb-author-widget .author-thumb img {
width: 200px;
height: 200px;
}
.secondary-widget-area .widget {
padding: 20px;
}
}
@media (max-width: 330px) {
.header-style-1 .mid-header {
padding: 30px 0 20px 0;
}
p.site-description {
display: none;
}
.fb-banner .content-holder {
padding: 30px 5px;
}
.author-box {
padding: 30px 20px;
}
.author-box .top-wrap .author-thumb {
height: 100%;
width: 100%;
}
.author-box .top-wrap .author-name {
width: 100%;
padding-left: 0;
margin-top: 10px;
}
.author-box .top-wrap .author-thumb img {
height: 86px;
width: 86px;
}
.author-box .author-desc p {
display: block;
overflow: hidden;
max-height: 6em;
}
.post-navigation .nav-links img {
display: none;
}
.related-posts .post-thumb {
height: 99px;
width: 99px;
}
.related-posts .right-box {
flex: 0 0 100%;
padding-top: 10px;
}
}
@-webkit-keyframes scaleout {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
}
}
@keyframes scaleout {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
}
}
@keyframes shine-lines {
0% {
background-position: -100px;
}
40%,
100% {
background-position: 140px;
}
}
@keyframes loading-interminate {
0% {
left: 0;
width: 0;
}
50% {
left: 10%;
}
70% {
left: 60%;
}
100% {
left: 100%;
right: 0;
}
}
@keyframes loading-text {
to {
opacity: .5;
}
from {
opacity: 10;
}
}.tla-sharp-image img { transform: translateZ(0); } .woocommerce div.product .product_title {
font-size: 32px;
margin-top: 1em;
} .woocommerce div.product span.price {
font-size: 1.5em;
}
.woocommerce-variation-price {
margin-bottom: 5px;
} .woocommerce div.product form.cart .variations {
margin-bottom: 1.0em;
}
.woocommerce ul.products li.product .button {
margin-top: 0em;
} #freeship {
margin-bottom: 1em;
float: right;
}
#freeship-img {
background-color: #f0f0f0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin:auto;
}
@media screen and (max-width: 768px) {
#freeship {
margin-top: 1em;
float:none;
text-align:center;
background-color:white;
}
}
.editor-entry .about-block {
margin-top: 2.6em;
margin-bottom: 1.2em;
}
.about-block .wp-block-cover__inner-container {
margin-left: 30px;
margin-right: 30px;
}
.tl_image_block .wp-block-image {
margin-bottom: 2em;
}.kt-block-spacer{position:relative;height:60px}.kt-block-spacer .kt-divider{width:100%;border-top:solid 1px #eee;position:absolute;top:50%;left:50%;margin:0;padding:0;border-bottom:0;border-left:0;border-right:0;-webkit-transform:perspective(1px) translate(-50%, -50%);transform:perspective(1px) translate(-50%, -50%)}.kt-divider-stripe{width:100%;border:0;position:absolute;top:50%;margin:0;height:20px;padding:0;left:50%;-webkit-transform:perspective(1px) translate(-50%, -50%);transform:perspective(1px) translate(-50%, -50%)}.kt-block-spacer.kt-block-spacer-halign-left .kt-divider,.kt-block-spacer.kt-block-spacer-halign-left .kt-divider-stripe{left:0;-webkit-transform:perspective(1px) translate(0%, -50%);transform:perspective(1px) translate(0%, -50%)}.kt-block-spacer.kt-block-spacer-halign-right .kt-divider,.kt-block-spacer.kt-block-spacer-halign-right .kt-divider-stripe{left:auto;right:0;-webkit-transform:perspective(1px) translate(0%, -50%);transform:perspective(1px) translate(0%, -50%)}.kt-divider-stripe .kb-stripes-svg{position:absolute;top:0;left:0;right:0}.wp-block-kadence-spacer.aligncenter{width:100%}@media (max-width: 1024px){.kt-block-spacer.kt-block-spacer-thalign-center .kt-divider,.kt-block-spacer.kt-block-spacer-thalign-center .kt-divider-stripe{left:50%;right:auto;-webkit-transform:perspective(1px) translate(-50%, -50%);transform:perspective(1px) translate(-50%, -50%)}.kt-block-spacer.kt-block-spacer-thalign-left .kt-divider,.kt-block-spacer.kt-block-spacer-thalign-left .kt-divider-stripe{left:0;-webkit-transform:perspective(1px) translate(0%, -50%);transform:perspective(1px) translate(0%, -50%)}.kt-block-spacer.kt-block-spacer-thalign-right .kt-divider,.kt-block-spacer.kt-block-spacer-thalign-right .kt-divider-stripe{left:auto;right:0;-webkit-transform:perspective(1px) translate(0%, -50%);transform:perspective(1px) translate(0%, -50%)}}@media (max-width: 767px){.kt-block-spacer.kt-block-spacer-malign-center .kt-divider,.kt-block-spacer.kt-block-spacer-malign-center .kt-divider-stripe{left:50%;right:auto;-webkit-transform:perspective(1px) translate(-50%, -50%);transform:perspective(1px) translate(-50%, -50%)}.kt-block-spacer.kt-block-spacer-malign-left .kt-divider,.kt-block-spacer.kt-block-spacer-malign-left .kt-divider-stripe{left:0;-webkit-transform:perspective(1px) translate(0%, -50%);transform:perspective(1px) translate(0%, -50%)}.kt-block-spacer.kt-block-spacer-malign-right .kt-divider,.kt-block-spacer.kt-block-spacer-malign-right .kt-divider-stripe{left:auto;right:0;-webkit-transform:perspective(1px) translate(0%, -50%);transform:perspective(1px) translate(0%, -50%)}}