@charset "UTF-8";

  @-webkit-keyframes rot {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes rot {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
} html {
box-sizing: border-box;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent;
}
* {
box-sizing: inherit;
}
*::before,
*::after {
box-sizing: inherit;
}
[tabindex="-1"]:focus {
outline: none !important;
}
[hidden] {
display: none !important;
} body {
line-height: 1.7142;
font-size: 14px;
background-color: #fff;
color: #212121;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
word-wrap: break-word;
overflow-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: normal;
margin: 0 0 35px;
text-rendering: optimizeLegibility;
font-weight: 700;
letter-spacing: -0.04em;
}
h1 {
font-size: 32px;
}
h2 {
font-size: 28px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 12px;
}
p {
margin: 0 0 35px;
}
b,
strong {
font-weight: 700;
}
img {
display: inline-block;
vertical-align: middle;
max-width: 100%;
height: auto;
}
a {
-webkit-transition: color .18s ease, background-color .18s ease, border-color .18s ease;
transition: color .18s ease, background-color .18s ease, border-color .18s ease;
color: #173052;
text-decoration: none;
outline: none;
}
a:hover {
color: #e3002a;
text-decoration: none;
}
.group::after {
content: "";
display: table;
clear: both;
}
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
-ms-touch-action: manipulation;
touch-action: manipulation;
}  figure {
margin: 0;
}
hr {
height: 1px;
background: #DDDDDD;
border: none;
margin-bottom: 30px;
} ul,
ol {
padding-left: 20px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
dl {
margin: 0 0 20px;
}
dt {
font-weight: 500;
}
dd {
margin: 0 0 15px;
} blockquote {
margin: 20px 0;
padding-left: 15px;
border-left: 3px solid #DDDDDD;
font-size: 17px;
font-weight: 300;
}
blockquote cite {
display: block;
font-weight: 500;
font-style: italic;
margin: 10px 0 0;
color: rgba(33, 33, 33, 0.8);
font-size: 14px;
} table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
th {
font-weight: 500;
}
.entry-content table,
.comment-content table {
border-width: 1px 0 0 1px;
margin-bottom: 24px;
}
.entry-content th,
.entry-content td,
.comment-content th,
.comment-content td {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.entry-content caption,
.entry-content th,
.entry-content td,
.comment-content caption,
.comment-content th,
.comment-content td {
font-weight: normal;
text-align: left;
padding: 5px;
vertical-align: middle;
}
.entry-content th,
.comment-content th {
border-width: 0 1px 1px 0;
font-weight: 500;
text-transform: uppercase;
font-size: 85%;
}
.entry-content td,
.comment-content td {
border-width: 0 1px 1px 0;
} code,
kbd,
tt,
var,
samp,
pre {
font-family: monospace, serif;
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;
font-style: normal;
}
pre {
margin: 15px 0;
padding: 15px;
border: 1px solid rgba(0, 0, 0, 0.1);
overflow: auto;
} address {
margin: 0 0 15px;
font-style: normal;
line-height: inherit;
}
abbr,
abbr[title] {
text-decoration: none;
border: 0;
}
mark {
color: inherit;
font: inherit;
background: none;
} embed,
iframe,
object,
video,
audio {
margin-bottom: 15px;
max-width: 100%;
border: 0;
}
p > embed,
p > iframe,
p > object,
p > audio,
p > video,
span > embed,
span > iframe,
span > object,
span > audio,
span > video {
margin-bottom: 0;
}
#map *,
.map * {
max-width: none !important;
} form > p {
margin-bottom: 25px;
}
label,
.label {
display: block;
margin: 0 0 8px;
font-weight: normal;
line-height: normal;
cursor: pointer;
font-size: 14px;
color: #173052;
letter-spacing: -0.04em;
}
input,
textarea,
select {
display: inline-block;
font-size: 14px;
width: 100%;
max-width: 100%;
height: 50px;
padding: 10px 15px;
box-shadow: none;
line-height: normal;
border: 1px solid #DDDDDD;
background-color: #f8f8f8;
background-image: none;
border-radius: 3px;
font-family: inherit;
-webkit-transition: box-shadow .3s ease;
transition: box-shadow .3s ease;
}
input:focus,
textarea:focus,
select:focus {
outline: none;
box-shadow: 0 0 0 3px #f1f1f1;
}
input[type="file"] {
height: auto;
}
textarea {
padding: 20px 20px;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-clip: padding-box;
background-size: 9px;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
background-position: right .75rem center;
background-repeat: no-repeat;
}
select::-ms-expand {
background-color: transparent;
border: 0;
}
select:invalid {
font-style: italic;
color: #444444;
}
.input-group {
margin-bottom: 30px;
position: relative;
}
.input-group [class^="fa"] {
position: absolute;
right: 10px;
bottom: 18px;
opacity: .7;
}
input[type="search"] {
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
textarea {
height: auto;
resize: vertical;
}
select {
max-width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
margin: 4px 2px 0 0;
line-height: normal;
width: auto;
height: auto;
}
fieldset {
margin: 0 0 15px;
padding: 0;
border: 0;
min-width: 0;
}
input[type="date"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
} ::-webkit-input-placeholder {
font-weight: normal;
opacity: 1;
color: #444444;
font-style: italic;
}
:-moz-placeholder {
font-weight: normal;
opacity: 1;
color: #444444;
font-style: italic;
}
::-moz-placeholder {
font-weight: normal;
opacity: 1;
color: #444444;
font-style: italic;
}
:-ms-input-placeholder {
font-weight: normal;
opacity: 1;
color: #444444;
font-style: italic;
} .btn,
.button,
.woocommerce-mini-cart__buttons a.button,
.comment-reply-link,
input[type="submit"],
input[type="reset"],
button[type="submit"],
.added_to_cart {
display: inline-block;
font-weight: normal;
margin: 0;
line-height: normal;
border: 0;
box-shadow: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
transition: .18s background-color ease, .18s color ease, .18s border-color ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 3px;
width: auto;
height: auto;
background: none;
letter-spacing: -0.04em;
color: #fff;
background-color: #173052;
border: 2px solid #173052;
padding: 8px 24px;
font-size: 14px;
}
.btn.disabled,
.btn:disabled,
.button.disabled,
.button:disabled,
.woocommerce-mini-cart__buttons a.button.disabled,
.woocommerce-mini-cart__buttons a.button:disabled,
.comment-reply-link.disabled,
.comment-reply-link:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
button[type="submit"].disabled,
button[type="submit"]:disabled,
.added_to_cart.disabled,
.added_to_cart:disabled {
cursor: not-allowed;
opacity: .65;
}
.btn:hover,
.button:hover,
.woocommerce-mini-cart__buttons a.button:hover,
.comment-reply-link:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button[type="submit"]:hover,
.added_to_cart:hover {
text-decoration: none;
}
.btn:focus,
.button:focus,
.woocommerce-mini-cart__buttons a.button:focus,
.comment-reply-link:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button[type="submit"]:focus,
.added_to_cart:focus {
outline: 0;
box-shadow: none;
}
.btn:hover,
.button:hover,
.woocommerce-mini-cart__buttons a.button:hover,
.comment-reply-link:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button[type="submit"]:hover,
.added_to_cart:hover {
color: #fff;
background-color: #e3002a;
border: 2px solid #e3002a;
}
.btn-xs {
padding: 6px 10px;
font-size: 12px;
}
.btn-sm {
padding: 8px 24px;
font-size: 14px;
}
.btn-lg {
padding: 17px 40px;
font-size: 16px;
}
.btn-white {
background-color: transparent;
border: 2px solid #fff;
color: #fff;
}
.btn-white:hover {
color: #212121;
border-color: #fff;
background-color: #fff;
}
.btn-alt {
background-color: #e3002a;
border: 2px solid #e3002a;
color: #fff;
}
.btn-alt:hover {
background-color: #173052;
border-color: #173052;
}
.btn-block {
min-width: 100%;
display: block;
padding-left: 20px;
padding-right: 20px;
} .mfp-bg {
background-color: #000;
}
.mfp-preloader {
color: #fff;
}
.mfp-preloader a {
color: #fff;
}
.mfp-preloader a:hover {
color: #fff;
}
.mfp-container:not(.mfp-s-error) .mfp-preloader {
border: 6px solid rgba(255, 255, 255, 0.35);
border-top-color: rgba(255, 255, 255, 0.875);
border-radius: 100%;
height: 40px;
width: 40px;
-webkit-animation: rot .8s infinite linear;
animation: rot .8s infinite linear;
background-color: transparent;
text-indent: -999em;
margin: 0 auto;
}
button.mfp-close,
button.mfp-arrow {
border: 0;
opacity: 1;
}
button.mfp-close:hover,
button.mfp-arrow:hover {
background: none;
border: 0;
}
.mfp-close-btn-in .mfp-close {
color: #fff;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #fff;
}
.mfp-arrow {
line-height: .3;
}
.mfp-arrow::before,
.mfp-arrow::after {
border: 0;
}
.mfp-arrow::after {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f105";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 70px;
color: #fff;
}
.mfp-arrow-right::after,
.mfp-arrow-right .mpf-a {
content: "\f105";
}
.mfp-arrow-left::after,
.mfp-arrow-left .mpf-a {
content: "\f104";
} .nav {
display: block;
}
.navigation-main {
margin: 0;
padding: 0;
list-style: none;
line-height: normal;
}
.head-mast [class^="col-lg-12"] .navigation-main {
margin-top: 10px;
}
.navigation-main li {
position: relative;
}
.navigation-main > li {
display: inline-block;
}
.navigation-main a {
display: block;
white-space: nowrap;
}
.navigation-main ul {
text-align: left;
position: absolute;
z-index: 10;
visibility: hidden;
opacity: 0;
-webkit-transition: opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
transition: opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s;
transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
-webkit-transform: translate(0, 10px);
transform: translate(0, 10px);
margin-left: 12px;
}
.navigation-main ul ul {
top: -12px;
left: 100%;
margin: 0;
-webkit-transform: translate(-10px, 0);
transform: translate(-10px, 0);
}
.navigation-main > li:first-child ul {
margin-left: 0;
}
.navigation-main li:hover > ul {
-webkit-transition-delay: 0s, 0s, 0s;
transition-delay: 0s, 0s, 0s;
visibility: visible;
opacity: 1;
}
.navigation-main li:hover ul {
z-index: 15;
}
.navigation-main > li:hover > ul {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.navigation-main li li:hover > ul {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.navigation-main > .nav-open-left ul {
right: 0;
}
.navigation-main > .nav-open-left ul ul {
right: 100%;
left: auto;
}
.navigation-main li .nav-open-left ul {
right: 100%;
left: auto;
}
.navigation-main li .nav-open-left.menu-item-has-children > a::after {
content: "\f0d9";
font-size: 12px;
}
.navigation-main li.nav-open-left .menu-item-has-children > a::after {
content: "\f0d9";
font-size: 12px;
}
.navigation-main ul {
padding: 15px 0;
list-style: none;
background-color: #fff;
min-width: 220px;
box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
}
.navigation-main a {
position: relative;
color: #173052;
font-size: 14px;
font-weight: 700;
letter-spacing: -0.04em;
}
.navigation-main > li > a {
padding: 10px 0;
margin: 0 12px;
}
.navigation-main > li:first-child > a {
margin-left: 0;
}
.navigation-main > li:hover > a,
.navigation-main > li > a:focus,
.navigation-main > .current-menu-item > a,
.navigation-main > .current-menu-parent > a,
.navigation-main > .current-menu-ancestor > a,
.navigation-main > .current_page_item > a,
.navigation-main > .current_page_ancestor > a {
color: #e3002a;
}
.navigation-main li li a {
padding: 10px 15px;
font-size: 13px;
color: #212121;
font-weight: 400;
}
.navigation-main li li:hover > a,
.navigation-main li li > a:focus,
.navigation-main li .current-menu-item > a,
.navigation-main li .current-menu-parent > a,
.navigation-main li .current-menu-ancestor > a,
.navigation-main li .current_page_item > a,
.navigation-main li .current_page_ancestor > a {
background: #e3002a;
color: #fff;
}
.navigation-main .menu-item-has-children > a::after,
.navigation-main .page_item_has_children > a::after {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 10px;
position: relative;
top: -3px;
right: -3px;
line-height: normal;
}
.navigation-main li .menu-item-has-children > a,
.navigation-main li .page_item_has_children > a {
padding-right: 25px;
}
.navigation-main li .menu-item-has-children > a::after,
.navigation-main li .page_item_has_children > a::after {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f105";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
font-size: 12px;
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.navigation-main .nav-button > a {
border: 2px solid currentColor;
padding: 7px 28px;
margin-left: 10px;
}
.navigation-main .nav-button > a::before {
display: none;
}
.navigation-main .nav-button:last-child > a {
margin-right: 0;
}
.navigation-main .mega-menu > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.navigation-main .mega-menu > ul > li > a {
font-weight: 700;
font-size: 1.05em;
}
.navigation-main .mega-menu > ul > li > a,
.navigation-main .mega-menu > ul > li > a:focus,
.navigation-main .mega-menu > ul > li.current-menu-item > a,
.navigation-main .mega-menu > ul > li.current-menu-parent > a,
.navigation-main .mega-menu > ul > li.current-menu-ancestor > a {
background-color: transparent;
color: initial;
}
.navigation-main .mega-menu > ul ul {
display: block;
opacity: 1;
box-shadow: none;
padding: 0;
margin: 0;
position: static;
background: none;
min-width: 180px;
-webkit-transform: translate(0, 10px);
transform: translate(0, 10px);
}
.navigation-main .mega-menu > ul a::after {
display: none;
}
.navigation-main .mega-menu:hover ul ul {
opacity: 1;
visibility: visible;
-webkit-transform: none;
transform: none;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.navigation-main-right {
text-align: right;
}
.navigation-main-right > li:last-child ul {
right: 0;
}
.navigation-main-right > li:last-child ul ul {
left: auto;
right: 100%;
}
.navigation-main-right > li:last-child .menu-item-has-children > a::after {
content: "\f0d9";
font-size: 12px;
}  .header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
z-index: 30;
}
.header-fixed {
position: absolute;
width: 100%;
top: 0;
left: 0;
} .site-branding {
max-width: 250px;
margin-left: 15px;
margin-right: 15px;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
}
.site-logo {
font-size: 26px;
font-weight: 700;
margin: 0;
line-height: 1.2;
letter-spacing: -0.04em;
}
.site-tagline {
font-size: 12px;
margin: 0;
} .head-content-slot {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.head-intro .head-content-slot {
margin-left: -15px;
margin-right: -15px;
}
.head-content-slot-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: right;
}
.head-content-slot-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.head-content-slot-item {
margin: 0 15px;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
}
.head-menu-slot {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: 15px;
margin-right: 15px;
}
.head-menu-slot .head-mast {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
} .head-intro {
font-size: 12px;
padding: 15px 0;
background-color: #173052;
color: #fff;
line-height: normal;
border-bottom: 3px solid #e3002a;
}
.head-intro a {
color: inherit;
}
.head-intro a:hover {
color: inherit;
}
.head-intro .container,
.head-intro .row {
height: 100%;
} .head-mast {
padding: 30px 0;
background-color: #fff;
color: #444444;
-webkit-transition: all .25s ease;
transition: all .25s ease;
}
.header-sticky .head-mast {
will-change: transform;
}
.head-mast a {
color: inherit;
}
.head-mast .head-content-slot {
color: inherit;
}
.head-mast-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: -15px;
margin-right: -15px;
}  .header-full-nav-right .head-menu-slot {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
} .header-full-nav-left .head-menu-slot {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
} .header-full-nav-center .site-branding,
.header-full-nav-center .head-mast .head-content-slot {
width: 20%;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
max-width: 100%;
}
.header-full-nav-center .head-menu-slot {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} .header-nav-split .site-branding {
text-align: center;
}
.header-nav-split .head-menu-slot {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
width: 35%;
}
.header-nav-split .head-menu-slot:last-of-type {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
} .header-navbar .head-mast-inner {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.header-navbar .site-branding {
text-align: center;
}
.header-navbar-h-reverse .head-outro-inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.header-navbar-v-reverse .head-mast {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.header-navbar-h-center .head-outro-inner {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.header-navbar-stretch .head-menu-slot {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
}
.header-navbar-stretch .nav {
width: 100%;
}
.header-navbar-stretch .navigation-main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
} .head-outro {
padding: 15px 0;
background-color: #f1f1f1;
color: #444444;
-webkit-transition: all .25s ease;
transition: all .25s ease;
}
.header-sticky .head-outro {
will-change: transform;
}
.head-outro a {
color: inherit;
}
.head-outro-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-left: -15px;
margin-right: -15px;
} .header-sticky-wrapper {
z-index: 150;
}
.header-sticky-fixed {
height: auto !important;
}  .global-search-form {
position: fixed;
top: 0;
left: 0;
max-width: 100%;
width: 100%;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: -webkit-transform .25s ease;
transition: -webkit-transform .25s ease;
transition: transform .25s ease;
transition: transform .25s ease, -webkit-transform .25s ease;
padding: 20px;
background-color: rgba(255, 255, 255, 0.9);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
z-index: 200;
}
.global-search-form-expanded {
max-width: 100%;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.global-search-input {
height: 56px;
font-size: 16px;
}
.global-search-form-dismiss {
display: inline-block;
font-weight: normal;
margin: 0;
line-height: normal;
border: 0;
box-shadow: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
transition: .18s background-color ease, .18s color ease, .18s border-color ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 3px;
width: auto;
height: auto;
background: none;
position: absolute;
width: 50px;
height: 56px;
top: calc(50% - 2px);
right: 20px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 26px;
padding: 0;
line-height: 0;
opacity: .5;
} .social-icon-inset {
margin: 0 2px;
} .head-content-slot .menu,
.footer-content-slot .menu {
margin: 0;
padding: 0;
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.head-content-slot .menu li,
.footer-content-slot .menu li {
margin: 0 5px;
}
.head-content-slot .menu li:first-child,
.footer-content-slot .menu li:first-child {
margin-left: 0;
}
.head-content-slot .menu li:last-child,
.footer-content-slot .menu li:last-child {
margin-right: 0;
}   .page-hero {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 80px 0;
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
color: #fff;
height: 200px;
overflow: hidden;
z-index: 1;
}
.page-hero::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 12;
}
.slick-initialized .page-hero {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.page-hero .btn {
margin-top: 25px;
}
.page-hero-background-layer {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #173052;
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
z-index: -1;
}
.page-hero-lg {
height: 850px;
overflow: hidden;
}
.page-hero-slideshow .page-hero-lg {
height: 100%;
}
.page-hero-lg .btn {
margin-top: 35px;
}
.page-hero-align-center {
text-align: center;
}
.page-hero-align-center .page-hero-content {
margin: 0 auto;
}
.page-hero-align-left {
text-align: left;
}
.page-hero-align-right {
text-align: right;
}
.page-hero-align-right .page-hero-content {
margin-left: auto;
}
.page-hero-align-top {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.page-hero-align-middle {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.page-hero-align-bottom {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.page-hero-content {
position: relative;
z-index: 15;
}
.page-hero-title {
color: inherit;
margin: 0;
font-size: 36px;
line-height: normal;
}
.page-hero-lg .page-hero-title {
font-size: 58px;
}
.page-hero-subtitle {
margin: 0;
font-size: 14px;
text-transform: uppercase;
line-height: normal;
} .page-hero-video-wrap {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.page-hero-video-wrap.visible .page-hero-video-background {
opacity: 1;
}
.page-hero-video-wrap.visible::before {
display: none;
}
.page-hero-video-wrap::before {
border: 6px solid rgba(255, 255, 255, 0.35);
border-top-color: rgba(255, 255, 255, 0.875);
border-radius: 100%;
height: 40px;
width: 40px;
-webkit-animation: rot .8s infinite linear;
animation: rot .8s infinite linear;
content: "";
position: absolute;
z-index: 1000;
bottom: 20px;
left: 50%;
margin-left: -20px;
}
.page-hero-video-background {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0;
-webkit-transition: opacity 1s ease;
transition: opacity 1s ease;
}
.page-hero-video-background iframe {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
pointer-events: none;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
max-width: none;
}
.page-hero-video-background video {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
margin: 0;
padding: 0;
} .page-hero-slideshow {
position: relative;
height: 850px;
overflow: hidden;
}
.page-hero-slideshow:not(.slick-initialized) > div:not(:first-child) {
display: none;
}
.page-hero-slideshow .slick-list,
.page-hero-slideshow .slick-track {
height: 100%;
}
.page-hero-slideshow .slick-slide::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 5;
}
.page-hero-image-slideshow {
height: auto;
}
.page-hero-image-slideshow .slick-list,
.page-hero-image-slideshow .slick-track {
height: auto;
}
.page-hero-image-slideshow img {
width: 100%;
}
.convert-slick-slider .slick-arrow {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 25;
border-radius: 50%;
width: 58px;
height: 58px;
font-size: 54px;
padding: 0;
text-align: center;
line-height: normal;
background: none;
cursor: pointer;
color: #fff;
border: 0;
}
.convert-slick-slider .slick-next {
right: 15px;
}
.convert-slick-slider .slick-next [class^="fa"] {
position: relative;
left: 2px;
}
.convert-slick-slider .slick-prev {
left: 15px;
}
.convert-slick-slider .slick-prev [class^="fa"] {
position: relative;
right: 1px;
}
.convert-slick-slider .slick-dots {
position: absolute;
margin: 0;
padding: 15px 15px 5px;
background-color: rgba(0, 0, 0, 0.5);
list-style-type: none;
text-align: center;
width: auto;
left: 50%;
bottom: 40px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.convert-slick-slider .slick-dots::after {
content: "";
display: table;
clear: both;
}
.convert-slick-slider .slick-dots li {
float: left;
display: inline-block;
margin: 0 5px;
line-height: 0;
}
.convert-slick-slider .slick-dots li.slick-active button,
.convert-slick-slider .slick-dots li:hover button {
height: 5px;
opacity: 1;
}
.convert-slick-slider .slick-dots button {
position: relative;
text-indent: -999em;
padding: 0;
margin: 0;
width: 65px;
height: 2px;
background-color: #fff;
border: 0;
box-shadow: none;
cursor: pointer;
opacity: .6;
-webkit-transition: height .18s ease;
transition: height .18s ease;
}
.convert-slick-slider .slick-dots button:focus {
outline: 0;
box-shadow: none;
}
.convert-slick-slider .slick-dots .slick-active button {
opacity: 1;
}
.slick-arrow:focus,
.slick-arrow:active,
.slick-dots button:focus,
.slick-dots button:active {
outline: 0;
}  html,
body {
height: 100%;
}
.page-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-height: 100%;
max-width: 100%;
margin: 0 auto;
position: relative;
}
.layout-boxed .page-wrap {
width: 1400px;
background-color: #f9f9f9;
position: relative;
}
.site-content-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
}
.main {
padding: 80px 0;
} .widget-section {
margin-bottom: 80px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.widget-section.widget-section-no-pad-bottom {
padding-bottom: 0;
}
.widget-section:last-child {
margin-bottom: 0;
}
.footer-widget-sections .widget-section:first-child:not(.widget-section-padded) {
padding-top: 0;
}
.widget-section::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none;
}
.widget-section + .no-title-subtitle {
margin-top: -80px;
}
.widget-section-parallax {
background-attachment: fixed;
}
.section-heading {
margin-bottom: 50px;
text-align: center;
}
.section-heading::after {
content: "";
width: 36px;
margin: 10px auto;
height: 4px;
background-color: #e3002a;
display: block;
}
.section-title {
margin: 0;
font-weight: 700;
font-size: 32px;
line-height: normal;
}
.widget-section > .section-title {
margin-bottom: 50px;
text-align: center;
}
.content-narrow {
margin: 0 auto;
max-width: 66.6667%;
}
.section-subtitle {
margin: 0;
text-transform: uppercase;
font-size: 14px;
letter-spacing: .142857143em;
color: #444444;
}
.section-subtitle a {
color: #212121;
}
.section-hero .entry-content :last-child {
margin-bottom: 0;
}
.section-hero .btn {
margin-top: 15px;
}
.section-hero-thumb {
margin-bottom: 45px;
}
.section-hero-thumb img {
border-radius: 3px;
} .entry-item {
margin: 0 0 80px;
}
.entry-item-content-wrap {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
}
.entry-header {
margin-bottom: 30px;
padding-bottom: 15px;
border-bottom: solid 1px #DDDDDD;
}
.entry-header .entry-title:only-child {
margin-bottom: 0;
}
.entry-title {
display: block;
font-size: 32px;
line-height: normal;
color: #212121;
}
.row-columns-2 .entry-title,
.row-columns-3 .entry-title,
.row-columns-4 .entry-title {
font-size: 26px;
}
.entry-meta {
font-size: 14px;
margin-top: -25px;
color: #444444;
}
.entry-meta i.fas {
color: #e3002a;
margin-right: 3px;
}
.entry-meta span::after {
content: "\2022";
margin: 0 4px;
opacity: .5;
}
.entry-meta span:last-child::after {
display: none;
}
.entry-thumb {
margin-bottom: 30px;
}
.entry-thumb img {
border-radius: 3px;
}
.entry-thumb.alignnone,
.entry-thumb.alignleft,
.entry-thumb.alignright,
.entry-thumb.aligncenter {
margin-top: 0;
}
.entry-content::after {
content: "";
display: table;
clear: both;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
margin: 40px 0 20px;
}
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
margin-top: 0;
}
.entry-content .button,
.entry-content .btn,
.entry-content button {
text-decoration: none;
}
.entry-content .fluid-width-video-wrapper,
.entry-content audio,
.entry-content video,
.entry-content blockquote {
margin: 50px 0;
}
.entry-content .fluid-width-video-wrapper:first-child,
.entry-content audio:first-child,
.entry-content video:first-child,
.entry-content blockquote:first-child {
margin-top: 0;
}
.entry-content .fluid-width-video-wrapper:last-child,
.entry-content audio:last-child,
.entry-content video:last-child,
.entry-content blockquote:last-child {
margin-bottom: 0;
}
.entry-content blockquote {
font-size: 16px;
line-height: 1.333333333;
position: relative;
padding: 30px 30px 30px 80px;
background-color: #f8f8f8;
border: 0;
}
.entry-content blockquote p:last-child {
margin: 0;
}
.entry-content blockquote::before {
content: "\00201C";
font-style: normal;
font-size: 4rem;
line-height: 0;
position: absolute;
left: 30px;
top: 57px;
color: #e3002a;
}
.theme-table {
margin: 40px 0;
border: 2px solid #212121;
}
.theme-table th,
.theme-table td {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.theme-table caption,
.theme-table th,
.theme-table td {
font-weight: normal;
text-align: left;
padding: 8px 15px;
vertical-align: middle;
}
.theme-table th {
border-width: 0 1px 1px 0;
font-weight: 500;
text-transform: uppercase;
font-size: 85%;
background-color: #212121;
color: #fff;
padding-top: 10px;
padding-bottom: 10px;
}
.theme-table td {
border: 1px solid #DDDDDD;
font-size: 14px;
}
.entry-content-intro {
font-size: 18px;
line-height: 1.5;
margin-bottom: 40px;
}
.entry-content-intro:first-letter {
float: left;
padding: 0 10px 0 0;
font-size: 3.4rem;
line-height: 1;
color: #173052;
}
.entry-more-btn {
margin-top: 0;
}
.entry-author-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.entry-author-thumbnail {
width: 78px;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
margin-right: 30px;
}
.entry-author-desc {
font-size: 14px;
}
.entry-author-desc :last-child {
margin: 0;
}
.entry-author-title {
font-size: 18px;
margin-bottom: 15px;
}
.entry-author-subtitle {
font-size: 11px;
letter-spacing: -0.04em;
text-transform: uppercase;
margin: -15px 0 15px;
}
.entry-section {
border-top: 3px solid #DDDDDD;
padding-top: 80px;
margin-top: 80px;
}  .row-items {
margin-bottom: -30px;
position: relative;
}
.row-items.no-gutters {
margin-bottom: 0;
}
.row-items [class^="col-12"]:last-child .entry-item-media {
margin-bottom: 0;
}
.ci-item {
margin-bottom: 50px;
}
.no-gutters .ci-item {
margin-bottom: 0;
}
.ci-item-overlay {
position: relative;
height: 0;
padding-bottom: 57.5%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
border-radius: 3px;
overflow: hidden;
}
.ci-item-overlay::before {
content: "";
pointer-events: none;
position: absolute;
background-color: rgba(23, 48, 82, 0.5);
width: 100%;
height: 100%;
top: 0;
left: 0;
-webkit-transition: background-color .18s ease;
transition: background-color .18s ease;
z-index: 1;
}
.ci-item-overlay:hover::before {
background-color: rgba(23, 48, 82, 0.8);
}
.ci-item-overlay .ci-item-overlay-thumb {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.ci-item-overlay .ci-item-overlay-thumb img {
object-fit: cover;
object-position: center;
min-width: 100%;
min-height: 100%;
}
.ci-item-overlay .ci-item-content {
position: absolute;
width: 100%;
bottom: 0;
left: 0;
text-align: left;
color: #fff;
padding: 30px;
z-index: 2;
}
.ci-item-overlay .ci-item-title {
margin: 0;
display: block;
}
.ci-item-overlay .ci-item-title a {
color: #fff;
}
[class^="col-xl-3"] .ci-item-overlay .ci-item-title {
font-size: 18px;
}
.ci-item-overlay .ci-item-subtitle {
margin: 0;
}
.ci-item-overlay .ci-item-subtitle a,
.ci-item-overlay .ci-item-subtitle a:hover {
color: #fff;
}
.ci-item-thumb {
margin-bottom: 20px;
}
.ci-item-thumb img {
border-radius: 3px;
}
.ci-item-title {
font-size: 20px;
font-weight: 700;
margin-bottom: 15px;
}
.ci-item-subtitle {
font-size: 14px;
line-height: normal;
margin: -15px 0 20px;
}
.ci-item-excerpt {
margin-bottom: 30px;
}
.ci-item-excerpt p {
margin-bottom: 0;
}
.ci-item-list-meta {
margin: 0 0 20px;
padding: 0;
list-style: none;
}
.ci-item-list-meta-item {
display: block;
padding: 3px 0;
}
.ci-item-list-meta-item [class^="fa"] {
color: #e3002a;
display: inline-block;
min-width: 20px;
}
.ci-item-more-btn [class^="fa"] {
margin-left: 5px;
position: relative;
top: 1px;
opacity: .8;
}
.ci-item-testimonial {
margin: 0 0 70px;
padding: 0;
border: 0;
text-decoration: none;
}
.ci-item-testimonial-content {
background-color: #f8f8f8;
border-radius: 3px;
padding: 25px 25px 25px 60px;
font-size: 18px;
line-height: 1.3;
position: relative;
}
.ci-item-testimonial-content::before {
content: "\201C";
color: #e3002a;
position: absolute;
font-size: 70px;
line-height: 1;
left: 20px;
top: 20px;
}
.ci-item-testimonial-content p:last-child {
margin-bottom: 0;
}
.widget .ci-item-testimonial-content {
font-size: 16px;
}
.ci-item-testimonial-cite {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 30px 0 0 55px;
text-decoration: none;
font-style: normal;
font-weight: normal;
line-height: normal;
}
.col-xl-3 .ci-item-testimonial-cite,
.widget .ci-item-testimonial-cite {
margin-left: 0;
}
.col-xl-4 .ci-item-testimonial-cite {
margin-left: 30px;
}
.ci-item-testimonial-cite-thumb {
width: 64px;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
margin-right: 15px;
border-radius: 50%;
}
.ci-item-testimonial-cite-name {
display: block;
font-size: 16px;
margin-bottom: 3px;
}
.ci-item-testimonial-cite-subtitle {
display: block;
font-size: 13px;
}
.ci-item-entry {
margin-bottom: 30px;
}
.ci-item-entry-thumb {
margin-bottom: 25px;
}
.ci-item-entry-thumb img {
border-radius: 3px;
}
.ci-item-entry-title {
font-size: 18px;
margin: 0;
color: #212121;
}
.ci-item-entry-meta {
font-size: 14px;
color: #444444;
}
.ci-item-entry-meta i.fas {
color: #e3002a;
margin-right: 3px;
}
.ci-item-badge {
text-transform: uppercase;
color: #fff;
background-color: #173052;
position: absolute;
top: 0;
right: 0;
font-size: 12px;
letter-spacing: -0.04em;
padding: 6px 15px;
} .ci-entry-list-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 0 0 30px;
padding: 20px;
list-style: none;
background-color: #173052;
border-radius: 3px;
color: #fff;
}
.ci-entry-list-meta-item {
padding: 10px;
width: 33.3333%;
}
.ci-entry-list-meta-label {
display: block;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2.9px;
}
.ci-entry-list-meta-value {
display: block;
font-size: 16px;
line-height: 1.4em;
font-weight: 700;
}
table.table-styled {
font-size: 14px;
font-weight: 400;
margin: 35px 0;
width: 100%;
max-width: 100%;
}
table.table-styled:first-child {
margin-top: 0;
}
table.table-styled.no-footer {
border-bottom: 1px solid #d0d0d0;
}
table.table-styled th,
table.table-styled td {
text-align: left;
padding: 5px;
}
table.table-styled thead th {
border: 0;
background-color: #173052;
color: #fff;
padding: 10px 18px 10px 10px;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2.9px;
}
table.table-styled thead th:first-child {
border-top-left-radius: 4px;
}
table.table-styled thead th:last-child {
border-top-right-radius: 4px;
}
table.table-styled thead .sorting,
table.table-styled thead .sorting_asc,
table.table-styled thead .sorting_desc {
position: relative;
background-image: none;
}
table.table-styled thead .sorting::after,
table.table-styled thead .sorting_asc::after,
table.table-styled thead .sorting_desc::after {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f0dc";
font-family: "Font Awesome 5 Free";
font-weight: 400;
opacity: .7;
position: absolute;
color: #fff;
right: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
table.table-styled thead .sorting_asc::after {
content: "\f0de";
opacity: 1;
}
table.table-styled thead .sorting_desc::after {
content: "\f0dd";
opacity: 1;
}
table.table-styled tbody tr:nth-child(even) {
background-color: #f8f8f8;
}
table.table-styled tbody td {
border: 0;
padding: 10px;
}
table.table-styled .td-label {
display: none;
}
table.table-styled-lg thead th {
padding: 12px 15px;
font-size: 12px;
}
table.table-styled-lg tbody td {
font-size: 15px;
padding: 15px 15px;
} .ci-item-filters {
margin-bottom: 50px;
}
.ci-item-filter {
display: inline-block;
font-weight: normal;
margin: 0;
line-height: normal;
border: 0;
box-shadow: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
transition: .18s background-color ease, .18s color ease, .18s border-color ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 3px;
width: auto;
height: auto;
background: none;
letter-spacing: -0.04em;
color: #fff;
background-color: #173052;
border: 2px solid #173052;
padding: 8px 24px;
font-size: 14px;
letter-spacing: 0;
}
.ci-item-filter.disabled,
.ci-item-filter:disabled {
cursor: not-allowed;
opacity: .65;
}
.ci-item-filter:hover {
text-decoration: none;
}
.ci-item-filter:focus {
outline: 0;
box-shadow: none;
}
.ci-item-filter:hover {
color: #fff;
background-color: #e3002a;
border: 2px solid #e3002a;
}
.filter-active {
color: #fff;
border-color: #e3002a;
background-color: #e3002a;
} .navigation,
.woocommerce-pagination {
margin: 60px 0 0;
text-align: center;
}
.navigation a,
.navigation .page-numbers,
.woocommerce-pagination a,
.woocommerce-pagination .page-numbers {
display: inline-block;
padding: 11px 19px;
font-size: 13px !important;
margin-right: 10px;
margin-bottom: 3px;
border: 2px solid #DDDDDD;
color: #173052;
border-radius: 3px;
}
.navigation a:hover,
.navigation .current,
.woocommerce-pagination a:hover,
.woocommerce-pagination .current {
border-color: #173052;
}
.navigation .nav-links::after,
.woocommerce-pagination .nav-links::after {
content: "";
display: table;
clear: both;
}
.navigation .nav-previous,
.woocommerce-pagination .nav-previous {
float: left;
}
.navigation .nav-next,
.woocommerce-pagination .nav-next {
float: right;
}
.comment-navigation {
margin: 30px 0;
}
.page-links {
margin: 60px 0 0;
}
.page-links .page-number {
display: inline-block;
padding: 11px 19px;
font-size: 13px !important;
margin-right: 10px;
margin-bottom: 3px;
border: 2px solid #DDDDDD;
color: #fff;
background: none;
}
.page-links .page-number:hover {
border-color: #173052;
}
.page-links > .page-number {
border-color: #173052;
}
.page-links > a:first-child,
.page-links > span:first-child {
margin-left: 10px;
} .ci-item-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 15px;
line-height: normal;
background-color: #173052;
color: #fff;
border: 2px solid #173052;
border-radius: 3px;
margin-bottom: 10px;
}
.ci-item-btn:hover {
background-color: #e3002a;
border-color: #e3002a;
color: #fff;
}
.ci-item-btn:last-child {
margin-bottom: 0;
}
.ci-item-btn-icon {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
margin-right: 12px;
line-height: 1;
font-size: 32px;
}
.ci-item-btn-sm .ci-item-btn-icon {
font-size: inherit;
}
.ci-item-btn-title {
font-size: 16px;
display: block;
}
.ci-item-btn-subtitle {
display: block;
font-size: 12px;
font-family: "Open Sans", sans-serif;
} .list-social-icons {
margin: 0;
padding: 0;
list-style: none;
}
.list-social-icons li {
display: inline-block;
margin: 3px 5px;
}
.social-icon {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 12px;
text-align: center;
color: #173052;
border-radius: 3px;
width: 18px;
height: 18px;
}
.social-icon:hover {
color: #e3002a;
}
.header .social-icon {
font-size: inherit;
} .btn-to-top {
position: fixed;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
bottom: 30px;
right: 30px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
line-height: 1;
width: 50px;
height: 50px;
background: #fff;
color: #212121;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.075);
border: 0;
border-radius: 3px;
font-size: 24px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
opacity: 0;
pointer-events: none;
-webkit-transition: opacity .18s ease;
transition: opacity .18s ease;
z-index: 10;
}
.is-customize-preview .btn-to-top {
opacity: 1 !important;
pointer-events: auto !important;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.btn-to-top:active,
.btn-to-top:focus {
outline: 0;
}
.btn-to-top-visible {
opacity: 1;
pointer-events: auto;
} .menu-category {
margin-bottom: 45px;
}
.menu-category:last-child {
margin-bottom: 0;
}
.menu-category-title {
margin-bottom: 45px;
text-align: center;
}
.entry-content .menu-category-title {
margin-bottom: 45px;
}
.ci-item-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 45px;
}
.ci-item-menu-thumb {
margin-right: 20px;
width: 76px;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
}
.ci-item-menu-thumb img {
width: 100%;
border-radius: 50%;
}
.elementor .ci-item-menu-thumb {
margin-right: 20px !important;
}
.elementor .ci-item-menu-thumb img {
border-radius: 50%;
}
.ci-item-menu-content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.ci-item-menu-title {
margin-bottom: 0;
line-height: normal;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
font-size: 1.15rem;
}
.ci-item-menu-title::after {
content: "";
border-bottom: 2px dotted #DDDDDD;
width: auto;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
position: relative;
top: -3px;
margin-left: 3px;
}
.ci-item-menu-price {
margin-left: auto;
padding-left: 5px;
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
display: inline-block;
}
.ci-item-menu-desc {
display: block;
margin: 10px 0 0;
}
.convert-plugin-visible-hook {
text-align: center;
padding: 8px;
margin: 5px;
border-radius: 4px;
font-size: 13px;
font-weight: 700;
color: #000;
background: #aeecf9;
} .footer-content-slot {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: -15px;
margin-right: -15px;
}
.footer-content-slot-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: right;
}
.footer-content-slot-item {
margin: 0 15px;
}
.footer-widget-sections {
margin-top: auto;
}
.footer {
border-top: 1px solid #DDDDDD;
background-color: #f8f8f8;
}
.footer-widgets {
padding: 80px 0 20px;
}
.footer-info {
padding: 15px 0;
border-top: 3px solid #e3002a;
background-color: #173052;
font-size: 13px;
color: #fff;
}
.footer-info a {
color: inherit;
}
.footer-copy {
margin-bottom: 0;
} .comments-title,
.comment-reply-title {
margin-bottom: 50px;
}
.comment-list {
margin: 0;
list-style: none;
padding: 0;
}
.comment-list .children {
list-style: none;
}
.comment-list .comment-body {
margin-bottom: 30px;
padding-top: 30px;
}
.comment-list > .comment:first-child > .comment-body {
border-top: 0;
padding-top: 0;
}
.post-comments {
margin: 0 0 45px;
}
.comment-author {
margin-bottom: 0;
}
.comment-author .fn {
font-size: 18px;
line-height: normal;
font-weight: 400;
letter-spacing: -0.04em;
}
.comment-author .avatar {
width: 78px;
float: left;
margin: 0 30px 15px 0;
overflow: visible;
}
.comment-content {
overflow: hidden;
zoom: 1;
font-size: 14px;
line-height: 1.5;
margin-top: 20px;
}
.comment-content p {
margin-bottom: 25px;
}
.comment-content ul,
.comment-content ol {
margin: 30px 0;
padding-left: 25px;
}
.comment-content ul ul,
.comment-content ul ol,
.comment-content ol ul,
.comment-content ol ol {
margin: 0;
}
.comment-content blockquote {
margin: 35px 0 0;
}
.comment-metadata {
font-size: 13px;
margin: 0 0 5px;
color: #444444;
letter-spacing: -0.04em;
}
.comment-metadata a {
color: inherit;
}
.comment-reply-link {
font-size: 10px;
text-transform: uppercase;
padding: 4px 10px;
margin-left: 107px;
height: auto;
width: auto;
}
.bypostauthor > article .fn::before {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f005";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin: 0 5px 0 -2px;
position: relative;
top: -3px;
font-size: 11px;
}
.comment-respond {
margin-top: 80px;
}
#cancel-comment-reply-link {
font-size: 13px;
font-weight: normal;
margin-left: 5px;
}
.form-allowed-tags,
.comment-notes {
font-size: 12px;
line-height: 1.5;
opacity: .75;
margin: -40px 0 50px;
}
.form-submit {
margin-bottom: 0;
}
.no-comments {
border: 1px solid #DDDDDD;
padding: 15px;
margin-top: 40px;
text-align: center;
}
.comment-form-cookies-consent {
line-height: normal;
}
.comment-form-cookies-consent label {
display: inline-block;
margin: 0 0 0 8px;
} .widget {
margin: 0 0 60px;
font-size: 14px;
line-height: 1.5; }
.sidebar .widget:last-child {
margin-bottom: 0;
}
.widget p:last-child {
margin-bottom: 0;
}
.widget select {
width: 100%;
}
.widget-title {
font-size: 14px;
margin-bottom: 25px;
padding-top: 25px;
color: #212121;
text-transform: uppercase;
line-height: normal;
letter-spacing: -0.04em;
border-top: solid 3px #e3002a;
}
.widget-title label {
text-transform: none;
display: block;
font-size: inherit;
margin: 0;
line-height: inherit;
font-weight: inherit;
} .ci-contact-widget-title {
font-size: 16px;
margin: 0 0 15px;
}
.ci-contact-widget-items {
margin: 0;
padding: 0;
list-style-type: none;
}
.ci-contact-widget-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
margin-bottom: 15px;
}
.ci-contact-widget-item i {
text-align: center;
min-width: 26px;
color: #e3002a;
} .ci-tabular-data-widget-intro {
margin-bottom: 20px;
}
.ci-tabular-data-widget-table {
text-align: left;
}
.ci-tabular-data-widget-table th,
.ci-tabular-data-widget-table td {
padding: 10px 0;
}
.ci-tabular-data-widget-table tr {
border-bottom: 1px solid #DDDDDD;
} .widget_ci-post-type-items ul {
margin: 0;
padding: 0;
list-style: none;
}
.widget_ci-post-type-items ul li {
margin: 0;
padding: 0;
}
.ci-widget-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-bottom: 1px solid #DDDDDD;
padding: 0 0 15px;
margin: 0 0 15px;
}
.ci-widget-item:last-child {
border: 0;
margin: 0;
padding: 0;
}
.ci-widget-item-thumb {
width: 80px;
margin-right: 15px;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
}
.ci-widget-item-thumb img {
border-radius: 3px;
}
.ci-widget-item-content {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
}
.ci-widget-item-title {
font-size: 16px;
line-height: normal;
font-weight: 700;
margin-bottom: 5px;
letter-spacing: -0.04em;
}
.ci-widget-item-title:last-child {
margin-bottom: 0;
}
.ci-widget-item-subtitle {
opacity: .8;
margin: 0;
}
.ci-widget-item-subtitle a {
color: inherit;
} .widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_product_categories ul,
.widget_ci-page-children-menu ul,
.woocommerce-widget-layered-nav-list ul {
list-style: none;
margin: 0;
padding: 0;
}
.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_product_categories ul ul,
.widget_ci-page-children-menu ul ul,
.woocommerce-widget-layered-nav-list ul ul {
margin-left: 15px;
}
.widget_meta li,
.widget_pages li,
.widget_categories li,
.widget_archive li,
.widget_nav_menu li,
.widget_product_categories li,
.widget_ci-page-children-menu li,
.woocommerce-widget-layered-nav-list li {
line-height: normal;
display: block;
position: relative;
}
.widget_meta li a,
.widget_pages li a,
.widget_categories li a,
.widget_archive li a,
.widget_nav_menu li a,
.widget_product_categories li a,
.widget_ci-page-children-menu li a,
.woocommerce-widget-layered-nav-list li a {
display: block;
padding: 10px 30px 10px 0;
border-bottom: 1px solid #DDDDDD;
}
.footer .widget_meta li a,
.footer
.widget_pages li a,
.footer
.widget_categories li a,
.footer
.widget_archive li a,
.footer
.widget_nav_menu li a,
.footer
.widget_product_categories li a,
.footer
.widget_ci-page-children-menu li a,
.footer
.woocommerce-widget-layered-nav-list li a {
padding-top: 10px;
padding-bottom: 10px;
}
.widget_meta li .count,
.widget_meta li .ci-count,
.widget_pages li .count,
.widget_pages li .ci-count,
.widget_categories li .count,
.widget_categories li .ci-count,
.widget_archive li .count,
.widget_archive li .ci-count,
.widget_nav_menu li .count,
.widget_nav_menu li .ci-count,
.widget_product_categories li .count,
.widget_product_categories li .ci-count,
.widget_ci-page-children-menu li .count,
.widget_ci-page-children-menu li .ci-count,
.woocommerce-widget-layered-nav-list li .count,
.woocommerce-widget-layered-nav-list li .ci-count {
position: absolute;
background-color: #f8f8f8;
color: #212121;
right: 0;
top: 8px;
height: 24px;
min-width: 24px;
line-height: 24px;
border-radius: 2px;
text-align: center;
font-size: 11px;
font-weight: 700;
}
.widget_meta li.current-cat > a,
.widget_pages li.current-cat > a,
.widget_categories li.current-cat > a,
.widget_archive li.current-cat > a,
.widget_nav_menu li.current-cat > a,
.widget_product_categories li.current-cat > a,
.widget_ci-page-children-menu li.current-cat > a,
.woocommerce-widget-layered-nav-list li.current-cat > a {
font-weight: 700;
}
.sidebar .widget_nav_menu li > a,
.sidebar .widget_ci-page-children-menu li > a {
background-color: #f8f8f8;
padding: 18px;
margin-bottom: 1px;
border-left: solid 3px #f8f8f8;
border-bottom: none;
border-radius: 0;
font-weight: 700;
font-family: "Montserrat", serif;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.sidebar .widget_nav_menu li > a:hover,
.sidebar .widget_ci-page-children-menu li > a:hover {
background-color: #f1f1f1;
color: #173052;
border-left-color: #173052;
}
.sidebar .widget_nav_menu .current-menu-item > a,
.sidebar .widget_nav_menu .current-menu-item > a:hover,
.sidebar .widget_nav_menu .current_page_item > a,
.sidebar .widget_nav_menu .current_page_item > a:hover,
.sidebar .widget_ci-page-children-menu .current-menu-item > a,
.sidebar .widget_ci-page-children-menu .current-menu-item > a:hover,
.sidebar .widget_ci-page-children-menu .current_page_item > a,
.sidebar .widget_ci-page-children-menu .current_page_item > a:hover {
border: 0;
position: relative;
color: #fff;
background-color: #173052;
border-left: solid 3px #173052;
}
.widget_recent_comments ul,
.widget_rss ul,
.widget_recent_entries ul {
margin: 0;
padding: 0;
list-style: none;
}
.widget_recent_comments li,
.widget_rss li,
.widget_recent_entries li {
display: block;
padding: 11px 0;
border-bottom: 1px solid #DDDDDD;
font-size: 14px;
}
.widget_recent_entries .post-date {
display: block;
font-size: 12px;
}
.entry-tags a,
.tag-cloud-link {
display: inline-block;
padding: 6px 16px;
font-size: 11px;
border: 0;
color: #444444;
margin-bottom: 3px;
margin-right: 3px;
border-radius: 3px;
text-transform: uppercase;
letter-spacing: -0.04em;
background-color: #f1f1f1;
}
.entry-tags a:hover,
.tag-cloud-link:hover {
color: #fff;
background-color: #e3002a;
}
.rss-date {
display: block;
font-size: .8rem;
margin: 5px 0;
opacity: .8;
} .searchform > div {
position: relative;
}
.searchform input[type="text"],
.searchform input[type="search"] {
padding-right: 30px;
}
.searchform .searchsubmit {
position: absolute;
top: 0;
right: 0;
height: 100%;
padding: 0 20px;
border: 0;
}
.searchform .searchsubmit:hover {
background: #e3002a;
border: 0;
} .form-subscribe button {
display: block;
padding-top: 14px;
padding-bottom: 14px;
width: 100%;
margin-top: 25px;
} .widget_text p:last-child {
margin-bottom: 0;
} #wp-calendar {
width: 100%;
}
#wp-calendar a {
font-weight: 500;
font-style: italic;
}
#wp-calendar caption {
text-align: left;
margin-top: 10px;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
padding: 9px;
}
#wp-calendar thead {
font-size: 10px;
}
#wp-calendar thead th {
background: rgba(0, 0, 0, 0.1);
font-weight: 500;
padding: 8px;
}
#wp-calendar tbody td {
background: none;
border: 1px solid rgba(0, 0, 0, 0.1);
text-align: center;
padding: 3px;
}
#wp-calendar tbody td:hover {
background: rgba(0, 0, 0, 0.1);
}
#wp-calendar tbody .pad {
background: none;
}
#wp-calendar tfoot #next {
font-size: 10px;
text-transform: uppercase;
text-align: right;
}
#wp-calendar tfoot #prev {
font-size: 10px;
text-transform: uppercase;
padding-top: 10px;
} .ci-box-callout {
padding: 25px;
background-color: #e3002a;
border-radius: 3px;
}
.ci-box-callout .ci-box-callout-title {
display: block;
margin-bottom: 10px;
color: #fff;
font-family: "Montserrat", serif;
font-weight: 700;
font-size: 18px;
}
.ci-box-callout p {
color: #fff;
margin-bottom: 20px;
}
.ci-box-callout .btn {
border: solid 3px #173052;
}  .gallery {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
margin: 45px 0;
}
.gallery:first-child {
margin-top: 0;
}
.gallery:last-child {
margin-bottom: 0;
}
.gallery-item {
margin-bottom: 10px;
}
.gallery-item img {
width: 100%;
max-width: 100%;
border-radius: 3px;
}
.gallery-item:hover .gallery-caption {
opacity: 1;
}
.gallery-columns-1 .gallery-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.gallery-columns-4 .gallery-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.gallery-columns-7 .gallery-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
-webkit-box-flex: 0;
-ms-flex: 0 0 14.28571%;
flex: 0 0 14.28571%;
max-width: 14.28571%;
}
.gallery-columns-8 .gallery-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
-webkit-box-flex: 0;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
-webkit-box-flex: 0;
-ms-flex: 0 0 11.11111%;
flex: 0 0 11.11111%;
max-width: 11.11111%;
}
.gallery-caption {
background-color: rgba(0, 0, 0, 0.7);
color: #fff;
font-size: 12px;
line-height: 1.5;
margin: 0 0 0 5px;
max-height: 50%;
opacity: 0;
padding: 6px 8px;
position: absolute;
bottom: 0;
left: 0;
text-align: left;
width: calc(100% - 10px);
-webkit-transition: opacity .18s ease;
transition: opacity .18s ease;
}
.gallery-caption::before {
content: "";
height: 100%;
min-height: 49px;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}  .alignnone {
margin: 5px 0 20px;
}
p .alignnone {
margin-bottom: 0;
}
.aligncenter {
display: block;
margin: 7px auto;
}
.alignright {
float: right;
margin: 7px 0 20px 24px;
}
.alignleft {
float: left;
margin: 7px 24px 20px 0;
} .wp-caption {
max-width: 100%;
margin-bottom: 15px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
padding: 0;
width: auto;
}
.wp-caption .wp-caption-text {
font-size: 12px;
line-height: 17px;
margin: 3px 0 5px;
padding: 5px 0 0;
text-align: left;
font-style: italic;
}
.sticky { }
.entry-content img[class*="wp-image"] {
border-radius: 3px;
} .mm-page {
position: static;
}
html.mm-opened {
height: auto !important;
}
.mm-opened .mm-page {
position: relative;
}
#mobilemenu {
display: none;
}
.mobile-nav-trigger {
text-transform: uppercase;
font-weight: 500;
display: none;
}
.mobile-nav-trigger:hover {
color: inherit;
}  .sharedaddy {
margin-top: 30px;
} .null-instagram-feed p {
padding-top: 10px;
}
.instagram-pics {
list-style: none;
margin: 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.instagram-pics li {
width: 33.33333333333%;
}
.instagram-pics li a {
display: block;
color: #212121;
}
.widget-section .instagram-pics {
margin-left: -15px;
margin-right: -15px;
}
.widget-section .instagram-pics li {
width: 25%;
padding-left: 15px;
padding-right: 15px;
margin-bottom: 30px;
} .infinite-scroll nav.pagination,
.infinite-scroll nav.posts-navigation {
display: none;
}
.infinite-scroll.neverending .footer {
display: none;
}
.infinite-loader {
width: 100%;
}
.infinite-loader .spinner {
left: 50% !important;
}
.row-isotope .infinite-loader {
position: absolute;
bottom: -45px;
}
#infinite-handle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
}
#infinite-handle span {
background: none;
border-radius: 0;
color: inherit;
padding: 0;
}
#infinite-handle span button {
display: inline-block;
font-weight: normal;
margin: 0;
line-height: normal;
border: 0;
box-shadow: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
transition: .18s background-color ease, .18s color ease, .18s border-color ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 3px;
width: auto;
height: auto;
background: none;
letter-spacing: -0.04em;
color: #fff;
background-color: #173052;
border: 2px solid #173052;
padding: 20px 44px;
font-size: 14px;
}
#infinite-handle span button.disabled,
#infinite-handle span button:disabled {
cursor: not-allowed;
opacity: .65;
}
#infinite-handle span button:hover {
text-decoration: none;
}
#infinite-handle span button:focus {
outline: 0;
box-shadow: none;
}
#infinite-handle span button:hover {
color: #fff;
background-color: #e3002a;
border: 2px solid #e3002a;
}
#infinite-handle span button:hover,
#infinite-handle span button:focus {
color: #fff;
background-color: #173052;
border: 2px solid #173052;
padding: 20px 44px;
font-size: 14px;
}
#infinite-handle span button:hover:hover,
#infinite-handle span button:focus:hover {
color: #fff;
background-color: #e3002a;
border: 2px solid #e3002a;
}
.row-isotope #infinite-handle {
position: absolute;
bottom: -45px;
}
.infinity-end.neverending .footer {
display: block;
} .maxslider-slide-content {
padding: 50px;
}
.maxslider-slide-content .maxslider-slide-title {
margin: 0;
}
.maxslider .slick-arrow {
background: transparent;
}
.entry-content .maxslider .slick-arrow {
width: 30px;
height: 30px;
margin: 0;
top: auto;
bottom: 12px;
right: 5px;
}
.entry-content .maxslider .slick-arrow .dashicons {
line-height: 34px;
width: 100%;
}
.entry-content .maxslider .slick-arrow.slick-arrow-prev {
left: auto;
right: 30px;
}
.maxslider .slick-slide {
border-radius: 3px;
}
.maxslider .slick-slide::before {
border-radius: 3px;
}
.elementor .elementor-widget-convert_element .ci-item-thumb,
.elementor .elementor-widget-convert_element .ci-item-entry-thumb {
margin-bottom: 20px !important;
}
.elementor .elementor-widget-convert_element .ci-item-title,
.elementor .elementor-widget-convert_element .ci-item-entry-title,
.elementor .elementor-widget-convert_element .woocommerce-loop-product__title {
font-family: "Montserrat", serif;
font-weight: 700;
margin-bottom: 15px;
}
.elementor .elementor-widget-convert_element .ci-item-title a,
.elementor .elementor-widget-convert_element .ci-item-entry-title a,
.elementor .elementor-widget-convert_element .woocommerce-loop-product__title a {
color: #173052;
}
.elementor .elementor-widget-convert_element .ci-item-entry-meta {
display: block;
margin-top: -15px;
color: #444444;
}
.elementor .elementor-widget-convert_element .ci-item-list-meta {
color: #212121;
}
.elementor .elementor-widget-convert_element .ci-item-entry-thumb img,
.elementor .elementor-widget-convert_element .ci-item-thumb img {
border-radius: 3px;
}
.elementor .elementor-widget-convert_element .price {
font-size: 13px;
color: #212121;
}
.elementor .elementor-widget-convert_element .ci-item-overlay .ci-item-title {
margin-bottom: 0;
}
.elementor .elementor-widget-convert_element .ci-item-overlay .ci-item-title a {
color: #fff;
}
.elementor .elementor-widget-convert_element .ci-item-overlay .ci-item-subtitle {
color: #fff;
}
.elementor .elementor-widget-convert_element .ci-item-overlay .ci-item-subtitle a {
color: #fff;
}
.elementor .elementor-widget-convert_element .btn,
.elementor .elementor-widget-convert_element a.button,
.elementor .elementor-widget-convert_element .wc-forward.added_to_cart {
color: #fff;
background-color: #173052;
border: 2px solid #173052;
letter-spacing: -0.04em;
padding: 8px 24px;
font-size: 14px;
font-family: "Montserrat", serif;
}
.elementor .elementor-widget-convert_element .btn:hover,
.elementor .elementor-widget-convert_element a.button:hover,
.elementor .elementor-widget-convert_element .wc-forward.added_to_cart:hover {
background-color: #e3002a;
border: 2px solid #e3002a;
color: #fff;
}
.elementor .elementor-widget-convert_element .entry-title {
margin-bottom: 35px;
}
.elementor .elementor-widget-convert_element .entry-title:only-child {
margin-bottom: 0;
}  .demo_store {
position: fixed;
bottom: 0;
z-index: 150;
width: 100%;
background-color: #f1f1f1;
border-top: 1px solid #DDDDDD;
text-align: center;
margin: 0;
line-height: normal;
padding: 15px 25px;
}
.woocommerce-store-notice__dismiss-link {
display: inline;
}
.woocommerce-page .entry-content a {
text-decoration: none;
}
.woocommerce-page .shop_table {
border: 1px solid #DDDDDD;
border-bottom: 0;
border-right: 0;
margin-top: 0;
}
.woocommerce-page .shop_table th,
.woocommerce-page .shop_table td {
padding: 10px;
border-bottom: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
}
.woocommerce-page .shop_table th {
line-height: normal;
width: 25%;
}
.woocommerce-page .shop_table th.product-remove {
width: 6%;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-noreviews {
padding: 14px 20px 14px 55px;
background-color: #f1f1f1;
margin-bottom: 30px;
margin-left: 0;
clear: both;
border-left: 0.618em solid #62d102;
position: relative;
}
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-noreviews::before {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f058";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
left: 15px;
top: 10px;
font-size: 1.4em;
}
.woocommerce-message a:not(.button),
.woocommerce-error a:not(.button),
.woocommerce-info a:not(.button),
.woocommerce-noreviews a:not(.button) {
border-bottom: 1px solid;
color: #212121;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-noreviews .button {
display: inline-block;
font-weight: normal;
margin: 0;
line-height: normal;
border: 0;
box-shadow: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
transition: .18s background-color ease, .18s color ease, .18s border-color ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 3px;
width: auto;
height: auto;
background: none;
letter-spacing: -0.04em;
color: #fff;
background-color: #173052;
border: 2px solid #173052;
float: right;
padding: 5px 10px 4px;
position: relative;
top: -4px;
right: -10px;
font-size: 13px;
}
.woocommerce-message .button.disabled,
.woocommerce-message .button:disabled,
.woocommerce-error .button.disabled,
.woocommerce-error .button:disabled,
.woocommerce-info .button.disabled,
.woocommerce-info .button:disabled,
.woocommerce-noreviews .button.disabled,
.woocommerce-noreviews .button:disabled {
cursor: not-allowed;
opacity: .65;
}
.woocommerce-message .button:hover,
.woocommerce-error .button:hover,
.woocommerce-info .button:hover,
.woocommerce-noreviews .button:hover {
text-decoration: none;
}
.woocommerce-message .button:focus,
.woocommerce-error .button:focus,
.woocommerce-info .button:focus,
.woocommerce-noreviews .button:focus {
outline: 0;
box-shadow: none;
}
.woocommerce-message .button:hover,
.woocommerce-error .button:hover,
.woocommerce-info .button:hover,
.woocommerce-noreviews .button:hover {
color: #fff;
background-color: #e3002a;
border: 2px solid #e3002a;
}
.woocommerce-message .button::after,
.woocommerce-error .button::after,
.woocommerce-info .button::after,
.woocommerce-noreviews .button::after {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f061";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 0.65em;
display: inline-block;
margin: 0 0 0 5px;
position: relative;
top: -2px;
}
.woocommerce-error {
list-style: none;
border-left-color: #ff0201;
}
.woocommerce-error li {
display: block;
}
.woocommerce-info {
list-style: none;
border-left-color: #62d102;
}
.woocommerce-info li {
display: block;
}
.woocommerce-info:before {
content: "\f05a";
}
.woocommerce-noreviews {
padding-left: 20px;
border-left-color: rgba(0, 0, 0, 0.15);
}
.woocommerce-noreviews:before {
display: none;
}
.onsale {
z-index: 10;
position: absolute;
top: 5px;
right: 20px;
font-size: 13px;
text-align: center;
background-color: #173052;
padding: 3px 12px;
color: #fff;
}
.ci-item .onsale,
.products .onsale {
left: auto;
} ul.products {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
clear: both;
position: relative;
padding: 0;
list-style: none;
margin-bottom: -50px;
}
ul.products::before {
clear: both;
}
ul.products a:focus,
ul.products a:active {
outline: none;
}
ul.products.columns-1 > li {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
ul.products.columns-2 > li {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
ul.products.columns-3 > li {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
ul.products.columns-4 > li {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
ul.products.columns-4 .button,
ul.products.columns-4 .added_to_cart {
padding: 6px 10px;
font-size: 12px;
}
ul.products > li {
margin-bottom: 50px;
text-align: center;
}
ul.products > li img {
border-radius: 3px;
}
ul.products > li .price {
font-size: 13px;
display: block;
margin: 5px 0 15px;
line-height: 13px;
color: #212121;
}
ul.products > li .price ins {
text-decoration: none;
}
ul.products > li .woocommerce-loop-product__title {
margin: 15px 0 10px;
color: #173052;
font-size: 18px;
}
ul.products > li .star-rating {
display: block;
margin: 0 auto 16px;
}
ul.products .button,
ul.products .added_to_cart {
display: inline-block;
font-weight: normal;
margin: 0;
line-height: normal;
border: 0;
box-shadow: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
transition: .18s background-color ease, .18s color ease, .18s border-color ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 3px;
width: auto;
height: auto;
background: none;
letter-spacing: -0.04em;
color: #fff;
background-color: #173052;
border: 2px solid #173052;
padding: 8px 24px;
font-size: 14px;
letter-spacing: 0;
position: relative;
}
ul.products .button.disabled,
ul.products .button:disabled,
ul.products .added_to_cart.disabled,
ul.products .added_to_cart:disabled {
cursor: not-allowed;
opacity: .65;
}
ul.products .button:hover,
ul.products .added_to_cart:hover {
text-decoration: none;
}
ul.products .button:focus,
ul.products .added_to_cart:focus {
outline: 0;
box-shadow: none;
}
ul.products .button:hover,
ul.products .added_to_cart:hover {
color: #fff;
background-color: #e3002a;
border: 2px solid #e3002a;
}
ul.products .button.loading,
ul.products .added_to_cart.loading {
opacity: 0.5;
padding-right: 2.618em;
}
ul.products .button.loading::after,
ul.products .added_to_cart.loading::after {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f110";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
top: 9px;
right: 11px;
-webkit-animation: rot .8s infinite linear;
animation: rot .8s infinite linear;
}
ul .woocommerce-loop-category__title {
font-size: 23px;
}
.woocommerce-pagination ul.page-numbers {
list-style: none;
border: 0;
}
.woocommerce-pagination ul.page-numbers li {
display: inline-block;
}
.woocommerce-result-count,
.product-number {
display: inline-block;
margin: 0;
}
.woocommerce-result-count {
margin: 0 15px 15px 0;
}
.woocommerce-ordering {
position: relative;
margin: 0 0 30px;
top: -4px;
float: right;
}
.woocommerce-ordering select {
height: 40px;
font-size: 12px;
padding-right: 25px;
}
.price ins {
text-decoration: none;
} div.type-product {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
position: relative;
}
div.type-product .woocommerce-product-gallery {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
margin-bottom: 30px;
position: relative;
}
div.type-product .summary {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
margin-bottom: 35px;
}
div.type-product .onsale {
right: auto;
left: 20px;
}
div.type-product .woocommerce-product-gallery {
margin-bottom: 60px;
position: relative;
}
div.type-product .woocommerce-product-gallery img {
display: block;
width: 100%;
height: auto;
box-shadow: none;
outline: 0;
}
div.type-product .woocommerce-product-gallery .thumbnails {
padding-top: 1em;
}
div.type-product .woocommerce-product-gallery .flex-viewport {
border-radius: 3px;
}
div.type-product .woocommerce-product-gallery .flex-control-thumbs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
overflow: hidden;
zoom: 1;
margin: 30px -15px 0;
padding: 0;
list-style: none;
}
div.type-product .woocommerce-product-gallery .flex-control-thumbs li {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
margin-bottom: 15px;
}
div.type-product .woocommerce-product-gallery .flex-control-thumbs li img {
cursor: pointer;
opacity: .5;
margin: 0;
border: 1px solid #DDDDDD;
border-radius: 3px;
}
div.type-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
div.type-product .woocommerce-product-gallery .flex-control-thumbs li img:hover {
opacity: 1;
}
div.type-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: .15em;
right: .62em;
font-size: 2em;
z-index: 9;
width: 36px;
height: 36px;
background: #fff;
text-indent: -9999px;
border-radius: 100%;
box-sizing: content-box;
outline: 0;
}
div.type-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
content: "";
display: block;
width: 10px;
height: 10px;
border: 2px solid #000;
border-radius: 100%;
position: absolute;
top: 9px;
left: 9px;
box-sizing: content-box;
}
div.type-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
content: "";
display: block;
width: 2px;
height: 8px;
background: #000;
border-radius: 6px;
position: absolute;
top: 19px;
left: 22px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
box-sizing: content-box;
}
div.type-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:active,
div.type-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:focus {
outline: 0;
}
div.type-product .summary .product_title {
margin-bottom: 20px;
}
div.type-product .summary .price {
font-size: 20px;
margin-top: -15px;
}
div.type-product .summary .woocommerce-product-rating,
div.type-product .summary .price {
margin-bottom: 15px;
}
div.type-product .summary .stock {
display: inline-block;
margin-bottom: 15px;
color: #fff;
padding: 4px 8px;
}
div.type-product .summary .in-stock {
background-color: #62d102;
}
div.type-product .summary .out-of-stock {
background-color: #ff0201;
}
div.type-product .summary .variations {
width: auto;
margin-bottom: 10px;
}
div.type-product .summary .variations td {
border: 0;
position: relative;
}
div.type-product .summary .variations td.label {
max-width: 70px;
margin: 0 5px 0 0;
}
div.type-product .summary .variations td.label label {
margin: 0;
height: 50px;
line-height: 50px;
}
div.type-product .summary .variations select {
height: 30px;
padding: 5px 25px 5px 15px;
font-size: 12px;
}
div.type-product .summary .woocommerce-variation-price {
margin-bottom: 15px;
}
div.type-product .summary .reset_variations {
position: absolute;
color: #212121;
left: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0 0 0 5px;
}
div.type-product .summary .woocommerce-grouped-product-list.group_table {
margin-bottom: 15px;
}
div.type-product .summary .woocommerce-grouped-product-list.group_table label {
margin: 0;
}
div.type-product .summary .woocommerce-grouped-product-list.group_table .stock {
margin: 0 0 0 5px;
}
div.type-product .summary .product_meta {
margin-top: 30px;
padding-top: 25px;
border-top: 1px solid #DDDDDD;
font-size: 14px;
}
div.type-product .summary .product_meta > span {
display: block;
margin-bottom: 5px;
}
div.type-product .woocommerce-tabs {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
div.type-product .upsells,
div.type-product .related {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 35px;
} .woocommerce-tabs {
margin-bottom: 35px;
}
.woocommerce-tabs .wc-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0;
padding: 0 0 20px;
border-bottom: 1px solid #DDDDDD;
}
.woocommerce-tabs .wc-tabs li {
display: inline-block;
margin: 0 45px 0 0;
padding: 0;
}
.woocommerce-tabs .wc-tabs li.active a {
color: #173052;
opacity: 1;
}
.woocommerce-tabs .wc-tabs a {
color: #212121;
font-weight: 700;
opacity: .8;
border-bottom-color: transparent;
-webkit-transition: border-color .18s ease;
transition: border-color .18s ease;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
padding: 20px 0 0;
}
.woocommerce-tabs .woocommerce-Tabs-panel > h2:first-of-type {
display: none;
}
.woocommerce-tabs .woocommerce-Tabs-panel > p:last-child,
.woocommerce-tabs .woocommerce-Tabs-panel > table:last-child {
margin-bottom: 0;
}
.woocommerce-tabs .woocommerce-Tabs-panel.entry-content h2,
.woocommerce-tabs .woocommerce-Tabs-panel.entry-content h3,
.woocommerce-tabs .woocommerce-Tabs-panel.entry-content h4,
.woocommerce-tabs .woocommerce-Tabs-panel.entry-content h5,
.woocommerce-tabs .woocommerce-Tabs-panel.entry-content h6 {
margin: 20px 0 10px;
}
.woocommerce-tabs .shop_attributes p {
margin: 0;
}
.woocommerce-tabs .woocommerce-Reviews #comments {
margin: 0;
}
.woocommerce-tabs .woocommerce-Reviews #comments .woocommerce-Reviews-title {
margin: 0 0 20px;
}
.woocommerce-tabs .woocommerce-Reviews #comments .commentlist {
list-style: none;
}
.woocommerce-tabs .woocommerce-Reviews .comment-text {
font-size: 14px;
}
.woocommerce-tabs .woocommerce-Reviews .comment-text p {
margin-bottom: 10px;
}
.woocommerce-tabs .woocommerce-Reviews li {
margin-bottom: 20px;
}
.woocommerce-tabs .woocommerce-Reviews .avatar {
width: 64px;
height: 64px;
float: left;
margin: 0 25px 15px 0;
overflow: visible;
}
.woocommerce-tabs .woocommerce-Reviews .description {
overflow: hidden;
}
.woocommerce-tabs .woocommerce-Reviews .meta {
font-size: 16px;
}
.woocommerce-tabs .woocommerce-Reviews .star-rating {
float: right;
}
.woocommerce-tabs .woocommerce-Reviews .comment-respond {
margin-top: 30px;
}
.woocommerce-tabs .woocommerce-Reviews .comment-reply-title {
display: block;
margin-bottom: 15px;
}
.woocommerce-tabs .comment-form-rating a {
display: inline-block;
position: relative;
width: 15px;
text-indent: -9999px;
border: none;
margin-right: 12px;
color: #173052;
}
.woocommerce-tabs .comment-form-rating a::after {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f005";
font-family: "Font Awesome 5 Free";
font-weight: 400;
font-size: 13px;
opacity: 1;
display: inline-block;
text-indent: 0;
position: absolute;
top: 0;
left: 0;
color: #ffa500;
}
.woocommerce-tabs .comment-form-rating a:focus {
outline: none;
}
.woocommerce-tabs .comment-form-rating a.active::after {
font-weight: 900;
}
.woocommerce-tabs .comment-form-rating .star-2 {
width: 26px;
}
.woocommerce-tabs .comment-form-rating .star-2::after {
content: "";
font-weight: 400;
}
.woocommerce-tabs .comment-form-rating .star-2.active::after {
font-weight: 900;
}
.woocommerce-tabs .comment-form-rating .star-3 {
width: 39px;
}
.woocommerce-tabs .comment-form-rating .star-3::after {
content: "";
font-weight: 400;
}
.woocommerce-tabs .comment-form-rating .star-3.active::after {
font-weight: 900;
}
.woocommerce-tabs .comment-form-rating .star-4 {
width: 52px;
}
.woocommerce-tabs .comment-form-rating .star-4::after {
content: "";
font-weight: 400;
}
.woocommerce-tabs .comment-form-rating .star-4.active::after {
font-weight: 900;
}
.woocommerce-tabs .comment-form-rating .star-5 {
width: 65px;
}
.woocommerce-tabs .comment-form-rating .star-5::after {
content: "";
font-weight: 400;
}
.woocommerce-tabs .comment-form-rating .star-5.active::after {
font-weight: 900;
} .quantity {
display: inline-block;
line-height: normal;
margin-right: 10px;
}
.group_table .quantity {
margin: 0 10px 0 0;
vertical-align: middle;
} .quantity-wrap {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 15px 10px 0 0;
height: 38px;
}
.quantity {
display: inline-block;
line-height: normal;
margin: 0;
}
.group_table .quantity {
vertical-align: middle;
}
.qty {
text-align: center;
padding: 0;
margin: 0;
width: 45px;
border-radius: 0;
font-size: 14px;
height: 38px;
}
.qty:focus {
box-shadow: none;
}
.group_table .qty {
width: 30px;
}
.quantity-wrap .qty {
-moz-appearance: textfield;
}
.quantity-wrap .qty::-webkit-inner-spin-button,
.quantity-wrap .qty::-webkit-outer-spin-button {
-webkit-appearance: none;
appearance: none;
margin: 0;
}
.qty-btn {
height: 100%;
background: #173052;
color: #fff;
border: 0;
width: 25px;
text-align: center;
font-size: 16px;
box-shadow: none;
cursor: pointer;
font-weight: normal;
line-height: normal;
outline: 0;
}
.qty-btn:hover {
background-color: #e3002a;
}
.qty-plus {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.qty-minus {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
} .star-rating {
overflow: hidden;
display: inline-block;
position: relative;
height: 1em;
line-height: 1em;
font-size: 12px;
width: 68px;
color: #ffa500;
}
.star-rating::before {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f005\f005\f005\f005\f005";
font-family: "Font Awesome 5 Free";
font-weight: 400;
float: left;
top: 0;
left: 0;
position: absolute;
}
.star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.star-rating span::before {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f005\f005\f005\f005\f005";
font-family: "Font Awesome 5 Free";
font-weight: 900;
top: 0;
position: absolute;
left: 0;
} .shop_table td {
padding: 10px 5px;
}
.shop_table.cart {
border: 1px solid #DDDDDD;
border-bottom: 0;
border-right: 0;
}
.shop_table.cart th,
.shop_table.cart td {
padding: 10px;
border-bottom: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
}
.shop_table.cart a {
text-decoration: none;
}
.shop_table .product-remove {
text-align: center;
}
.shop_table .remove {
font-size: 24px;
}
.shop_table .product-thumbnail {
text-align: center;
}
.shop_table .product-thumbnail img {
width: 60px;
}
.shop_table .product-price {
text-align: center;
}
.shop_table .product-quantity {
text-align: center;
}
.shop_table .product-quantity .quantity {
margin: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.shop_table .product-subtotal {
text-align: center;
}
.shop_table .product-subtotal .woocommerce-Price-amount {
font-weight: bold;
}
.shop_table .coupon {
width: 280px;
position: relative;
float: left;
height: 46px;
}
.shop_table .coupon label {
display: none;
}
.shop_table .coupon input,
.shop_table .coupon button {
height: 100%;
}
.shop_table .coupon button[type="submit"] {
padding: 8px 24px;
font-size: 14px;
border-width: 1px;
padding: 14px 10px;
position: absolute;
top: 0;
right: 0;
}
.shop_table [name="update_cart"] {
padding: 8px 24px;
font-size: 14px;
padding: 12px 24px;
float: right;
}
.cart-collaterals {
margin-top: 50px;
}
.cart-collaterals .cart_totals .shop_table th {
vertical-align: top;
}
.cart-collaterals .shop_table #shipping_method {
list-style: none;
padding-left: 0;
margin: 0;
}
.cart-collaterals .shop_table #shipping_method li {
margin-bottom: 5px;
}
.cart-collaterals .shop_table #shipping_method .shipping_method {
margin: 0px 5px 0px 0;
}
.cart-collaterals .shop_table #shipping_method label {
display: inline-block;
margin: 0;
position: relative;
top: -1.5px;
}
.woocommerce-shipping-calculator .shipping-calculator-form {
margin-top: 20px;
}
.woocommerce-shipping-calculator p {
margin-bottom: 15px;
}
.woocommerce-page .cart_totals .select2-container .select2-selection,
.woocommerce-page form.woocommerce-checkout .select2-container .select2-selection {
border: 1px solid #DDDDDD;
border-radius: 3px;
padding: 10px 4px;
height: 50px;
text-align: left;
background-color: #f8f8f8;
}
.woocommerce-page .cart_totals .select2-container .select2-selection .select2-selection__rendered,
.woocommerce-page form.woocommerce-checkout .select2-container .select2-selection .select2-selection__rendered {
color: #000;
}
.woocommerce-page .cart_totals .select2-container .select2-selection .select2-selection__arrow,
.woocommerce-page form.woocommerce-checkout .select2-container .select2-selection .select2-selection__arrow {
height: 50px;
position: absolute;
top: 1px;
right: 3px;
width: 20px;
} .woocommerce-checkout #customer_details p {
margin-bottom: 15px;
}
.woocommerce-checkout #customer_details #ship-to-different-address {
margin-bottom: 28px;
}
.woocommerce-checkout .shop_table .product-total {
text-align: left;
}
.woocommerce-checkout .shop_table th {
vertical-align: top;
}
.woocommerce-checkout .shop_table #shipping_method {
list-style: none;
padding-left: 0;
margin: 0;
}
.woocommerce-checkout .shop_table #shipping_method li {
margin-bottom: 5px;
}
.woocommerce-checkout .shop_table #shipping_method .shipping_method {
margin: 0px 5px 0px 0;
}
.woocommerce-checkout .shop_table #shipping_method label {
display: inline-block;
margin: 0;
position: relative;
top: -1.5px;
}
.woocommerce-checkout #place_order {
display: inline-block;
font-weight: normal;
margin: 0;
line-height: normal;
border: 0;
box-shadow: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
transition: .18s background-color ease, .18s color ease, .18s border-color ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 3px;
width: auto;
height: auto;
background: none;
letter-spacing: -0.04em;
color: #fff;
background-color: #173052;
border: 2px solid #173052;
padding: 8px 24px;
font-size: 14px;
}
.woocommerce-checkout #place_order.disabled,
.woocommerce-checkout #place_order:disabled {
cursor: not-allowed;
opacity: .65;
}
.woocommerce-checkout #place_order:hover {
text-decoration: none;
}
.woocommerce-checkout #place_order:focus {
outline: 0;
box-shadow: none;
}
.woocommerce-checkout #place_order:hover {
color: #fff;
background-color: #e3002a;
border: 2px solid #e3002a;
}
.wc_payment_methods {
list-style: none;
padding: 0;
margin: 0 0 30px;
}
.wc_payment_method {
padding: 10px 0;
border-bottom: 1px solid #DDDDDD;
}
.wc_payment_method label {
display: inline-block;
margin: 0 0 0 5px;
}
.payment_method_paypal img {
width: 100px;
margin: -2px 15px 0;
}
.about_paypal {
font-size: 12px;
}
.payment_box {
padding: 15px;
border: 1px solid #DDDDDD;
margin: 5px 0 0;
}
.payment_box p {
margin: 0;
} .woocommerce-account .woocommerce:not(.widget) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-account .woocommerce:not(.widget) > h2,
.woocommerce-account .woocommerce:not(.widget) > form.login {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.woocommerce-account .woocommerce:not(.widget) > .woocommerce-message,
.woocommerce-account .woocommerce:not(.widget) > .woocommerce-error,
.woocommerce-account .woocommerce:not(.widget) > .woocommerce-info,
.woocommerce-account .woocommerce:not(.widget) > .woocommerce-noreviews {
margin-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 30px);
flex: 0 0 calc(100% - 30px);
max-width: calc(100% - 30px);
}
.woocommerce-MyAccount-navigation {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 30px;
}
.woocommerce-MyAccount-navigation ul {
margin: 0;
padding: 0;
list-style: none;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
display: block;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
padding: 10px 0;
display: block;
border-bottom: 1px solid #DDDDDD;
position: relative;
color: #212121;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover {
color: #173052;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a::after {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f105";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
top: 10px;
right: 5px;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
font-weight: bold;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a::after {
content: "";
}
.woocommerce-MyAccount-content {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.woocommerce-MyAccount-content mark {
color: #212121;
}
.woocommerce-MyAccount-content .select2-container {
padding: 10px 15px;
font-size: 14px;
border: 1px solid #444444;
}
.woocommerce-MyAccount-content .select2-container .select2-selection {
border: 0;
}
.woocommerce-MyAccount-content .select2-container .select2-selection .select2-selection__arrow {
height: 46px;
} .woocommerce-MyAccount-orders .button.view {
display: inline-block;
font-weight: normal;
margin: 0;
line-height: normal;
border: 0;
box-shadow: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
transition: .18s background-color ease, .18s color ease, .18s border-color ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 3px;
width: auto;
height: auto;
background: none;
letter-spacing: -0.04em;
color: #fff;
background-color: #173052;
border: 2px solid #173052;
padding: 8px 24px;
font-size: 14px;
}
.woocommerce-MyAccount-orders .button.view.disabled,
.woocommerce-MyAccount-orders .button.view:disabled {
cursor: not-allowed;
opacity: .65;
}
.woocommerce-MyAccount-orders .button.view:hover {
text-decoration: none;
}
.woocommerce-MyAccount-orders .button.view:focus {
outline: 0;
box-shadow: none;
}
.woocommerce-MyAccount-orders .button.view:hover {
color: #fff;
background-color: #e3002a;
border: 2px solid #e3002a;
} .woocommerce-MyAccount-downloads .download-file {
width: 50%;
}
.woocommerce-MyAccount-downloads .download-file a {
color: #212121;
}
.woocommerce-MyAccount-downloads .woocommerce-Button.download {
padding: 8px 24px;
font-size: 14px;
} .woocommerce-EditAccountForm fieldset {
padding: 25px;
border: 2px solid #DDDDDD;
}
.woocommerce-EditAccountForm legend {
padding: 0 15px;
}
.woocommerce-EditAccountForm #account_display_name {
margin-bottom: 10px;
} .woocommerce-Addresses {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-Address {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.woocommerce-Address-title {
position: relative;
}
.woocommerce-Address-title a {
position: absolute;
right: 0;
top: 0;
font-size: 12px;
color: #212121;
} .wc-form-login {
width: 480px;
max-width: 480px;
margin: 0 auto 100px;
padding: 50px;
border: 1px solid #DDDDDD;
}
.wc-form-login input[type="submit"] {
margin: 0 0 15px;
}
.wc-form-login h2 {
margin: 0 0 20px;
}
.wc-form-login.with-register {
width: 740px;
max-width: 740px;
}
.wc-form-login .woocommerce-form__label-for-checkbox {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
font-size: 13px;
margin-left: 10px;
}
.inline input {
margin-right: 5px;
}
.woocommerce-LostPassword {
margin: 0;
font-size: 16px;
}
.woocommerce-privacy-policy-text {
font-size: 13px;
} .price_slider_wrapper {
margin-top: 30px;
}
.price_slider {
position: relative;
text-align: left;
height: 4px;
width: calc(100% - 14px);
margin: 0 auto 30px;
background: #DDDDDD;
}
.price_slider .ui-slider-range {
position: absolute;
z-index: 1;
background: #DDDDDD;
height: 4px;
cursor: pointer;
}
.price_slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 16px;
border-radius: 3px;
height: 25px;
margin-top: -10px;
margin-left: -7px;
cursor: pointer;
outline: none;
background-color: #e3002a;
-ms-touch-action: none;
touch-action: none;
}
.price_slider .ui-slider-handle:active {
outline: none;
}
.price_slider .ui-slider-handle::after {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f0c9";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 6px;
color: #fff;
line-height: 1;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
text-align: center;
}
.price_slider_amount {
position: relative;
}
.price_slider_wrapper .price_label {
position: absolute;
right: 0;
top: 8px;
}
.price_slider_wrapper button {
padding: 8px 24px;
font-size: 14px;
} .product_list_widget {
list-style: none;
margin: 0;
padding: 0;
}
.product_list_widget li {
margin-bottom: 25px;
position: relative;
}
.product_list_widget li::after {
content: "";
display: table;
clear: both;
}
.product_list_widget li img {
float: right;
width: 80px;
margin: 0 0 0 15px;
border-radius: 3px;
}
.product_list_widget .product-thumb {
float: left;
margin-right: 15px;
}
.product_list_widget .product-thumb img {
border: 1px solid #DDDDDD;
}
.product_list_widget .product-content {
overflow: hidden;
}
.product_list_widget .product-title {
line-height: normal;
display: block;
margin-bottom: 0;
font-size: 14px;
color: #173052;
font-weight: 700;
}
.product_list_widget .product-title:hover {
color: #173052;
}
.product_list_widget .reviewer {
font-size: 12px;
display: block;
margin-top: 7px;
}
.product_list_widget .star-rating {
display: block;
margin: 10px 0 5px;
}
.product_list_widget .woocommerce-Price-amount {
color: #212121;
font-weight: 600;
font-size: 14px;
}
.product_list_widget ins {
text-decoration: none;
}
.product_list_widget del {
color: #212121;
opacity: .5;
}
.product_list_widget .remove {
position: absolute;
right: 0;
top: 0;
font-size: 18px;
width: 20px;
height: 20px;
line-height: 21px;
text-align: center;
text-indent: -1px;
background-color: #000;
color: #fff !important;
}
.product_list_widget .remove:hover {
color: #fff;
}
.product_list_widget .quantity {
display: block;
margin: 5px 0 0 0;
font-size: 14px;
color: #444444;
} .woocommerce-mini-cart__empty-message {
text-align: center;
margin: 0;
padding: 15px;
border: 1px solid #DDDDDD;
}
.header-mini-cart .woocommerce-mini-cart__empty-message {
border: 0;
padding: 0;
}
.woocommerce-mini-cart__total {
margin: 0 0 15px;
padding: 10px;
border-top: 1px solid #DDDDDD;
border-bottom: 1px solid #DDDDDD;
}
.woocommerce-mini-cart__buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.woocommerce-mini-cart__buttons .button {
padding: 10px;
font-size: 12px;
width: 48%;
}
.header-mini-cart {
position: relative;
z-index: 175;
text-align: left;
}
.header-mini-cart .widget_shopping_cart {
margin: 0;
}
.header-mini-cart .widget-title {
display: none;
}
.header-mini-cart-trigger {
line-height: normal;
}
.header-mini-cart-contents {
position: absolute;
right: 0;
background-color: #fff;
color: #212121;
padding: 20px;
min-width: 300px;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
margin-top: 15px;
display: none;
}
.header-mini-cart-contents::before,
.header-mini-cart-contents::after {
content: "";
position: absolute;
top: -16px;
right: 10px;
border: 8px solid transparent;
border-bottom-color: white;
width: 0;
height: 0;
}
.header-mini-cart-contents::before {
border-bottom-color: rgba(0, 0, 0, 0.1);
top: -17px;
} .widget_rating_filter ul {
list-style: none;
margin: 0;
padding: 0;
} .widget_product_search button {
display: inline-block;
font-weight: normal;
margin: 0;
line-height: normal;
border: 0;
box-shadow: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
transition: .18s background-color ease, .18s color ease, .18s border-color ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 3px;
width: auto;
height: auto;
background: none;
letter-spacing: -0.04em;
color: #fff;
background-color: #173052;
border: 2px solid #173052;
padding: 8px 24px;
font-size: 14px;
margin-top: 15px;
}
.widget_product_search button.disabled,
.widget_product_search button:disabled {
cursor: not-allowed;
opacity: .65;
}
.widget_product_search button:hover {
text-decoration: none;
}
.widget_product_search button:focus {
outline: 0;
box-shadow: none;
}
.widget_product_search button:hover {
color: #fff;
background-color: #e3002a;
border: 2px solid #e3002a;
} .widget_layered_nav_filters ul {
list-style: none;
margin: 0;
padding: 0;
}
.widget_layered_nav_filters li {
display: inline-block;
margin: 0 5px 5px 0;
}
.widget_layered_nav_filters a {
display: inline-block;
background-color: #f1f1f1;
border-radius: 2px;
color: #212121;
font-size: 12px;
padding: 2px 10px;
position: relative;
}
.widget_layered_nav_filters a::before {
content: "\00d7";
margin-right: 5px;
font-size: 14px;
}
.widget_layered_nav_filters a:hover::before {
color: #ff0201;
}
.widget_layered_nav li.chosen a::before {
content: "\00d7";
margin-right: 5px;
font-size: 14px;
}
.widget_layered_nav li.chosen a:hover::before {
color: #ff0201;
}
.woocommerce-widget-layered-nav-dropdown .select2-container--default.select2-container--focus .select2-selection--multiple {
border-radius: 0;
}
.woocommerce-widget-layered-nav-dropdown button {
display: inline-block;
font-weight: normal;
margin: 0;
line-height: normal;
border: 0;
box-shadow: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
transition: .18s background-color ease, .18s color ease, .18s border-color ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 3px;
width: auto;
height: auto;
background: none;
letter-spacing: -0.04em;
color: #fff;
background-color: #173052;
border: 2px solid #173052;
padding: 8px 24px;
font-size: 14px;
margin-top: 15px;
}
.woocommerce-widget-layered-nav-dropdown button.disabled,
.woocommerce-widget-layered-nav-dropdown button:disabled {
cursor: not-allowed;
opacity: .65;
}
.woocommerce-widget-layered-nav-dropdown button:hover {
text-decoration: none;
}
.woocommerce-widget-layered-nav-dropdown button:focus {
outline: 0;
box-shadow: none;
}
.woocommerce-widget-layered-nav-dropdown button:hover {
color: #fff;
background-color: #e3002a;
border: 2px solid #e3002a;
} .widget_product_categories .select2-container {
padding: 10px 15px;
font-size: 14px;
border: 1px solid #444444;
}
.widget_product_categories .select2-container .select2-selection {
border: 0;
}
.widget_product_categories .select2-container .select2-selection .select2-selection__arrow {
height: 46px;
} .woocommerce-widget-layered-nav-list {
padding-left: 0;
} .ci-item.ci-item-product {
text-align: center;
}
.ci-item.ci-item-product img {
border-radius: 3px;
}
.ci-item.ci-item-product .price {
font-size: 13px;
display: block;
margin: 5px 0 15px;
line-height: 13px;
color: #212121;
}
.ci-item.ci-item-product .price ins {
text-decoration: none;
}
.ci-item.ci-item-product .woocommerce-loop-product__title {
margin: 15px 0 10px;
color: #173052;
font-size: 18px;
}
.ci-item.ci-item-product .star-rating {
display: block;
margin: 0 auto 16px;
}
.ci-item.ci-item-product .button,
.ci-item.ci-item-product .added_to_cart {
letter-spacing: 0;
position: relative;
}
.ci-item.ci-item-product .button.loading,
.ci-item.ci-item-product .added_to_cart.loading {
opacity: 0.5;
padding-right: 2.618em;
}
.ci-item.ci-item-product .button.loading::after,
.ci-item.ci-item-product .added_to_cart.loading::after {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f110";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
top: 9px;
right: 11px;
-webkit-animation: rot .8s infinite linear;
animation: rot .8s infinite linear;
} .row-effect {
position: relative;
}
.row-effect::before {
border: 6px solid rgba(33, 33, 33, 0.35);
border-top-color: rgba(33, 33, 33, 0.875);
border-radius: 100%;
height: 40px;
width: 40px;
-webkit-animation: rot .8s infinite linear;
animation: rot .8s infinite linear;
content: "";
position: absolute;
left: 50%;
top: 30px;
margin-left: -20px;
}
.row-effect.row-images-loaded::before {
display: none;
}
.row-effect > [class^="col"] {
opacity: 0;
}
.row-effect > [class^="col"].ci-grid-shown {
opacity: 1;
} @-webkit-keyframes ci-fade-in {
0% {
}
100% {
opacity: 1;
}
}
@keyframes ci-fade-in {
0% {
}
100% {
opacity: 1;
}
}
.row-effect-fade-in .ci-grid-animate {
-webkit-animation: ci-fade-in .65s ease forwards;
animation: ci-fade-in .65s ease forwards;
} @-webkit-keyframes ci-move-up {
0% {
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@keyframes ci-move-up {
0% {
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
.row-effect-move-up .ci-grid-animate {
-webkit-transform: translateY(200px);
transform: translateY(200px);
-webkit-animation: ci-move-up .65s ease forwards;
animation: ci-move-up .65s ease forwards;
} @-webkit-keyframes ci-scale-up {
0% {
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@keyframes ci-scale-up {
0% {
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
.row-effect-scale-up .ci-grid-animate {
-webkit-transform: scale(0.6);
transform: scale(0.6);
-webkit-animation: ci-scale-up .65s ease-in-out forwards;
animation: ci-scale-up .65s ease-in-out forwards;
} @-webkit-keyframes ci-fall-perspective {
0% {
}
100% {
-webkit-transform: translateZ(0) translateY(0) rotateX(0);
transform: translateZ(0) translateY(0) rotateX(0);
opacity: 1;
}
}
@keyframes ci-fall-perspective {
0% {
}
100% {
-webkit-transform: translateZ(0) translateY(0) rotateX(0);
transform: translateZ(0) translateY(0) rotateX(0);
opacity: 1;
}
}
.row-effect-fall-perspective {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.row-effect-fall-perspective .ci-grid-animate {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
transform: translateZ(400px) translateY(300px) rotateX(-90deg);
-webkit-animation: ci-fall-perspective .8s ease-in-out forwards;
animation: ci-fall-perspective .8s ease-in-out forwards;
} @-webkit-keyframes ci-fly-up {
0% {
}
100% {
-webkit-transform: rotateX(0);
transform: rotateX(0);
opacity: 1;
}
}
@keyframes ci-fly-up {
0% {
}
100% {
-webkit-transform: rotateX(0);
transform: rotateX(0);
opacity: 1;
}
}
.row-effect-fly-up {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.row-effect-fly-up .ci-grid-animate {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform-origin: 50% 50% -300px;
transform-origin: 50% 50% -300px;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
-webkit-animation: ci-fly-up .8s ease-in-out forwards;
animation: ci-fly-up .8s ease-in-out forwards;
} @-webkit-keyframes ci-flip {
0% {
}
100% {
-webkit-transform: rotateX(0);
transform: rotateX(0);
opacity: 1;
}
}
@keyframes ci-flip {
0% {
}
100% {
-webkit-transform: rotateX(0);
transform: rotateX(0);
opacity: 1;
}
}
.row-effect-flip {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.row-effect-flip .ci-grid-animate {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: rotateX(-80deg);
transform: rotateX(-80deg);
-webkit-animation: ci-flip .8s ease-in-out forwards;
animation: ci-flip .8s ease-in-out forwards;
} @-webkit-keyframes ci-pop-up {
0% {
}
70% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
opacity: .8;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@keyframes ci-pop-up {
0% {
}
70% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
opacity: .8;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
.row-effect-pop-up {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.row-effect-pop-up .ci-grid-animate {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: scale(0.4);
transform: scale(0.4);
-webkit-animation: ci-pop-up .8s ease-in forwards;
animation: ci-pop-up .8s ease-in forwards;
} .flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.justify-content-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !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;
}
.sr-only,
.screen-reader-text {
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,
.screen-reader-text-focusable:active,
.screen-reader-text-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
.text-justify {
text-align: justify !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.m-auto {
margin: auto !important;
}
.mt-auto,
.my-auto {
margin-top: auto !important;
}
.mr-auto,
.mx-auto {
margin-right: auto !important;
}
.mb-auto,
.my-auto {
margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
margin-left: auto !important;
}
.hidden-xs-up {
display: none !important;
}
.hidden-xl-down {
display: none !important;
} @media (min-width: 576px) {
.gallery {
margin-right: -5px;
margin-left: -5px;
}
.gallery-columns-1 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-2 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-3 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-4 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-5 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-6 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-7 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-8 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-9 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.custom-elementor-grid .elementor-section.elementor-section-boxed > .elementor-container {
width: 510px;
max-width: 100%;
}
ul.products {
margin-right: -15px;
margin-left: -15px;
}
ul.products.columns-1 > li {
padding-right: 15px;
padding-left: 15px;
}
ul.products.columns-2 > li {
padding-right: 15px;
padding-left: 15px;
}
ul.products.columns-3 > li {
padding-right: 15px;
padding-left: 15px;
}
ul.products.columns-4 > li {
padding-right: 15px;
padding-left: 15px;
}
div.type-product {
margin-right: -15px;
margin-left: -15px;
}
div.type-product .woocommerce-product-gallery {
padding-right: 15px;
padding-left: 15px;
}
div.type-product .summary {
padding-right: 15px;
padding-left: 15px;
}
div.type-product .woocommerce-product-gallery .flex-control-thumbs {
margin-right: -15px;
margin-left: -15px;
}
div.type-product .woocommerce-product-gallery .flex-control-thumbs li {
padding-right: 15px;
padding-left: 15px;
}
div.type-product .woocommerce-tabs {
padding-right: 15px;
padding-left: 15px;
}
div.type-product .upsells,
div.type-product .related {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-account .woocommerce:not(.widget) {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-account .woocommerce:not(.widget) > h2,
.woocommerce-account .woocommerce:not(.widget) > form.login {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-MyAccount-navigation {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-MyAccount-content {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-Addresses {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-Address {
padding-right: 15px;
padding-left: 15px;
}
.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;
}
.justify-content-sm-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !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;
}
.text-sm-left {
text-align: left !important;
}
.text-sm-right {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
.m-sm-auto {
margin: auto !important;
}
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important;
}
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important;
}
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important;
}
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important;
}
.hidden-sm-up {
display: none !important;
}
}
@media (min-width: 768px) and (min-width: 992px) {
.woocommerce .col2-set {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-Address {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 768px) and (min-width: 576px) {
.woocommerce .col2-set {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-Address {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 768px) and (min-width: 768px) {
.woocommerce .col2-set {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-Address {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 768px) {
.page-hero-content {
width: 50%;
}
.entry-item-media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.entry-item-media .entry-thumb {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
max-width: 200px;
margin-right: 30px;
}
.entry-content-column-split {
-webkit-columns: 2;
-moz-columns: 2;
columns: 2;
}
.gallery {
margin-right: -5px;
margin-left: -5px;
}
.gallery-columns-1 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-2 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-3 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-4 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-5 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-6 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-7 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-8 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-9 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.custom-elementor-grid .elementor-section.elementor-section-boxed > .elementor-container {
width: 690px;
max-width: 100%;
}
.elementor .elementor-widget-convert_element .entry-item-media .entry-thumb {
margin-right: 30px !important;
}
.woocommerce .col2-set {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
ul.products {
margin-right: -15px;
margin-left: -15px;
}
ul.products.columns-1 > li {
padding-right: 15px;
padding-left: 15px;
}
ul.products.columns-2 > li {
padding-right: 15px;
padding-left: 15px;
}
ul.products.columns-2 > li {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
ul.products.columns-3 > li {
padding-right: 15px;
padding-left: 15px;
}
ul.products.columns-3 > li {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
ul.products.columns-4 > li {
padding-right: 15px;
padding-left: 15px;
}
ul.products.columns-4 > li {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
div.type-product {
margin-right: -15px;
margin-left: -15px;
}
div.type-product .woocommerce-product-gallery {
padding-right: 15px;
padding-left: 15px;
}
div.type-product .summary {
padding-right: 15px;
padding-left: 15px;
}
div.type-product .woocommerce-product-gallery .flex-control-thumbs {
margin-right: -15px;
margin-left: -15px;
}
div.type-product .woocommerce-product-gallery .flex-control-thumbs li {
padding-right: 15px;
padding-left: 15px;
}
div.type-product .woocommerce-tabs {
padding-right: 15px;
padding-left: 15px;
}
div.type-product .upsells,
div.type-product .related {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-account .woocommerce:not(.widget) {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-account .woocommerce:not(.widget) > h2,
.woocommerce-account .woocommerce:not(.widget) > form.login {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-MyAccount-navigation {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-MyAccount-navigation {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.woocommerce-MyAccount-content {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-MyAccount-content {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.woocommerce-Addresses {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-Address {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-Address {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.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;
}
.justify-content-md-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !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;
}
.text-md-left {
text-align: left !important;
}
.text-md-right {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
.m-md-auto {
margin: auto !important;
}
.mt-md-auto,
.my-md-auto {
margin-top: auto !important;
}
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important;
}
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important;
}
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important;
}
.hidden-md-up {
display: none !important;
}
}
@media (min-width: 768px) and (min-width: 1250px) {
.woocommerce .col2-set {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-Address {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 992px) {
.page-hero-lg .page-hero-subtitle {
text-transform: none;
font-size: 22px;
line-height: 1.2em;
}
.gallery {
margin-right: -5px;
margin-left: -5px;
}
.gallery-columns-1 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-2 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-3 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-4 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-5 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-6 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-7 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-8 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-9 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.custom-elementor-grid .elementor-section.elementor-section-boxed > .elementor-container {
width: 910px;
max-width: 100%;
}
ul.products {
margin-right: -15px;
margin-left: -15px;
}
ul.products.columns-1 > li {
padding-right: 15px;
padding-left: 15px;
}
ul.products.columns-2 > li {
padding-right: 15px;
padding-left: 15px;
}
ul.products.columns-3 > li {
padding-right: 15px;
padding-left: 15px;
}
ul.products.columns-3 > li {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
ul.products.columns-4 > li {
padding-right: 15px;
padding-left: 15px;
}
ul.products.columns-4 > li {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
div.type-product {
margin-right: -15px;
margin-left: -15px;
}
div.type-product .woocommerce-product-gallery {
padding-right: 15px;
padding-left: 15px;
}
div.type-product .summary {
padding-right: 15px;
padding-left: 15px;
}
div.type-product .woocommerce-product-gallery .flex-control-thumbs {
margin-right: -15px;
margin-left: -15px;
}
div.type-product .woocommerce-product-gallery .flex-control-thumbs li {
padding-right: 15px;
padding-left: 15px;
}
div.type-product .woocommerce-tabs {
padding-right: 15px;
padding-left: 15px;
}
div.type-product .upsells,
div.type-product .related {
padding-right: 15px;
padding-left: 15px;
}
.cart-collaterals {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cart-collaterals .cross-sells {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.cart-collaterals .cart_totals {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
margin-left: auto;
}
.woocommerce-account .woocommerce:not(.widget) {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-account .woocommerce:not(.widget) > h2,
.woocommerce-account .woocommerce:not(.widget) > form.login {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-MyAccount-navigation {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-MyAccount-content {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-MyAccount-content {
padding-left: 45px;
}
.woocommerce-Addresses {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-Address {
padding-right: 15px;
padding-left: 15px;
}
.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;
}
.justify-content-lg-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !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;
}
.text-lg-left {
text-align: left !important;
}
.text-lg-right {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
.m-lg-auto {
margin: auto !important;
}
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important;
}
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important;
}
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important;
}
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important;
}
.hidden-lg-up {
display: none !important;
}
}
@media (min-width: 992px) and (min-width: 1250px) {
.cart-collaterals {
margin-right: -15px;
margin-left: -15px;
}
.cart-collaterals .cross-sells {
padding-right: 15px;
padding-left: 15px;
}
.cart-collaterals .cart_totals {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 992px) and (min-width: 576px) {
.cart-collaterals {
margin-right: -15px;
margin-left: -15px;
}
.cart-collaterals .cross-sells {
padding-right: 15px;
padding-left: 15px;
}
.cart-collaterals .cart_totals {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 992px) and (min-width: 768px) {
.cart-collaterals {
margin-right: -15px;
margin-left: -15px;
}
.cart-collaterals .cross-sells {
padding-right: 15px;
padding-left: 15px;
}
.cart-collaterals .cart_totals {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 992px) and (min-width: 992px) {
.cart-collaterals {
margin-right: -15px;
margin-left: -15px;
}
.cart-collaterals .cross-sells {
padding-right: 15px;
padding-left: 15px;
}
.cart-collaterals .cart_totals {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 1250px) {
.header-fullwidth .container {
width: 100%;
}
.layout-boxed .container {
padding-left: 30px;
padding-right: 30px;
}
.entry-item-media .entry-thumb {
max-width: 250px;
}
.footer-fullwidth .container {
width: 100%;
}
.gallery {
margin-right: -5px;
margin-left: -5px;
}
.gallery-columns-1 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-2 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-3 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-4 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-5 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-6 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-7 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-8 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-9 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.custom-elementor-grid .elementor-section.elementor-section-boxed > .elementor-container {
width: 1190px;
max-width: 100%;
}
ul.products {
margin-right: -15px;
margin-left: -15px;
}
ul.products.columns-1 > li {
padding-right: 15px;
padding-left: 15px;
}
ul.products.columns-2 > li {
padding-right: 15px;
padding-left: 15px;
}
ul.products.columns-3 > li {
padding-right: 15px;
padding-left: 15px;
}
ul.products.columns-4 > li {
padding-right: 15px;
padding-left: 15px;
}
div.type-product {
margin-right: -15px;
margin-left: -15px;
}
div.type-product .woocommerce-product-gallery {
padding-right: 15px;
padding-left: 15px;
}
div.type-product .summary {
padding-right: 15px;
padding-left: 15px;
}
div.type-product .woocommerce-product-gallery .flex-control-thumbs {
margin-right: -15px;
margin-left: -15px;
}
div.type-product .woocommerce-product-gallery .flex-control-thumbs li {
padding-right: 15px;
padding-left: 15px;
}
div.type-product .woocommerce-tabs {
padding-right: 15px;
padding-left: 15px;
}
div.type-product .upsells,
div.type-product .related {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-account .woocommerce:not(.widget) {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-account .woocommerce:not(.widget) > h2,
.woocommerce-account .woocommerce:not(.widget) > form.login {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-MyAccount-navigation {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-MyAccount-content {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-Addresses {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-Address {
padding-right: 15px;
padding-left: 15px;
}
.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;
}
.justify-content-xl-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !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;
}
.text-xl-left {
text-align: left !important;
}
.text-xl-right {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
.m-xl-auto {
margin: auto !important;
}
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important;
}
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important;
}
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important;
}
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important;
}
.hidden-xl-up {
display: none !important;
}
}
@media (max-width: 1249px) {
.content-narrow {
max-width: 100%;
}
.cart-collaterals .cart_totals {
margin-top: 35px;
}
.hidden-lg-down {
display: none !important;
}
}
@media (max-width: 1080px) {
.page-hero-video-wrap {
display: none;
}
}
@media (max-width: 1024px) {
.header-sticky-wrapper {
height: auto !important;
}
.head-stuck .head-outro,
.head-stuck .head-mast {
position: static !important;
width: auto !important;
box-shadow: none;
}
}
@media (max-width: 991px) {
#mobilemenu {
display: block;
}
.mobile-nav-trigger {
display: inline-block;
}
.nav {
display: none;
}
.header-full-nav-right .site-branding,
.header-full-nav-left .site-branding,
.header-full-nav-center .site-branding,
.header-nav-split .site-branding {
max-width: 70%;
width: auto;
text-align: left;
}
.header-full-nav-right .head-menu-slot,
.header-full-nav-left .head-menu-slot,
.header-full-nav-center .head-menu-slot,
.header-nav-split .head-menu-slot {
width: auto;
}
.header-full-nav-right .head-menu-slot:first-of-type,
.header-full-nav-left .head-menu-slot:first-of-type,
.header-full-nav-center .head-menu-slot:first-of-type,
.header-nav-split .head-menu-slot:first-of-type {
display: none;
}
.header-full-nav-right .head-mast-inner,
.header-full-nav-left .head-mast-inner,
.header-full-nav-center .head-mast-inner,
.header-nav-split .head-mast-inner {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.header-full-nav-right .head-mast-inner .head-content-slot,
.header-full-nav-left .head-mast-inner .head-content-slot,
.header-full-nav-center .head-mast-inner .head-content-slot,
.header-nav-split .head-mast-inner .head-content-slot {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 5px;
}
.header-full-nav-right .mobile-nav-trigger,
.header-full-nav-left .mobile-nav-trigger,
.header-full-nav-center .mobile-nav-trigger,
.header-nav-split .mobile-nav-trigger {
margin-left: auto;
}
.head-mast-inner .head-content-slot-end {
display: none;
}
.page-hero {
height: 200px;
padding: 70px 0;
}
.page-hero-lg {
height: 650px;
}
.page-hero-align-top {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.page-hero-align-bottom {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.page-hero-title {
font-size: 36px;
}
.page-hero-lg .page-hero-title {
font-size: 46px;
}
.page-hero-slideshow {
height: 650px;
}
.page-hero-image-slideshow {
height: auto;
}
.main {
padding: 70px 0;
}
.sidebar {
margin-top: 80px;
}
.widget-section {
margin-bottom: 70px;
}
.widget-section + .no-title-subtitle {
margin-top: -70px;
}
.entry-item {
margin: 0 0 70px;
}
.entry-author-thumbnail {
margin-right: 15px;
}
.entry-section {
padding-top: 70px;
margin-top: 70px;
}
.ci-item-overlay .ci-item-content {
padding: 15px;
}
.ci-item-overlay .ci-item-title {
font-size: 18px;
}
.ci-item-filters {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ci-item-filter {
margin: 1px;
-webkit-box-flex: 1;
-ms-flex: 1 0 49%;
flex: 1 0 49%;
}
.ci-item-menu {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.ci-item-menu-thumb {
width: 120px;
}
.footer-widgets {
padding: 70px 0 20px;
}
.comment-respond {
margin-top: 70px;
}
.widget {
margin-bottom: 50px;
}
.gallery-columns-6 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.gallery-columns-7 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.gallery-columns-8 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.gallery-columns-9 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.widget-section .instagram-pics {
margin: 0;
}
.widget-section .instagram-pics li {
padding: 0;
margin: 0;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.wc-form-login {
margin: 0 15px;
}
.wc-form-login .woocommerce-form-login {
margin-bottom: 30px;
}
.hidden-md-down {
display: none !important;
}
}
@media (max-width: 767px) {
.head-intro .head-content-slot {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 3px 0;
}
.head-content-slot-end {
text-align: center;
}
.page-hero {
height: auto;
padding: 50px 0;
}
.page-hero-lg {
height: 500px;
}
.page-hero-content .btn {
padding: 8px 24px;
font-size: 14px;
}
.page-hero-title {
font-size: 32px;
}
.page-hero-lg .page-hero-title {
font-size: 38px;
}
.page-hero-slideshow {
height: 500px;
}
.page-hero-image-slideshow {
height: auto;
}
.convert-slick-slider .slick-arrow {
display: none !important;
visibility: hidden;
}
.convert-slick-slider .slick-dots {
bottom: 0;
}
.convert-slick-slider .slick-dots li {
margin: 3px;
}
.convert-slick-slider .slick-dots button {
width: 25px;
}
.container {
width: 100%;
}
.main {
padding: 50px 0;
}
.widget-section {
margin-bottom: 50px;
}
.widget-section + .no-title-subtitle {
margin-top: -50px;
}
.entry-item {
margin: 0 0 45px;
}
.entry-title {
font-size: 26px;
}
.entry-meta {
font-size: 11px;
}
.entry-content .alignleft,
.entry-content .alignright {
display: block;
float: none;
margin-left: auto;
margin-right: auto;
}
.entry-section {
padding-top: 45px;
margin-top: 45px;
}
.entry-section-title {
font-size: 22px;
}
.ci-item-testimonial-content {
font-size: 18px;
line-height: 1.5;
}
.ci-item-testimonial-cite {
margin-left: 0;
}
.ci-entry-list-meta {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 10px;
}
.ci-entry-list-meta-item {
width: 100%;
}
.dataTables_wrapper {
max-width: 100%;
overflow-y: scroll;
}
table.table-styled thead {
display: none;
}
table.table-styled tbody tr {
padding: 10px 15px;
display: block;
margin-top: -1px;
}
table.table-styled tbody td {
display: block;
padding: 0;
font-size: 14px;
}
table.table-styled tbody td:first-child {
font-size: 16px;
font-weight: 700;
padding: 0 0 5px;
}
table.table-styled tbody .td-label {
display: inline-block;
margin-right: 3px;
font-weight: 700;
opacity: .8;
}
.footer-content-slot {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 3px 0;
}
.footer-content-slot-end {
text-align: center;
}
.footer-widgets {
padding: 50px 0 10px;
}
.comment-list .children {
margin: 0;
padding: 0;
}
.comment-reply-link {
margin: 0;
}
.comment-respond {
margin-top: 45px;
}
.widget {
margin-bottom: 40px;
}
.gallery-columns-1 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.gallery-columns-2 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.gallery-columns-4 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.gallery-columns-5 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.gallery-columns-6 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.gallery-columns-7 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.gallery-columns-8 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.gallery-columns-9 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.widget-section .instagram-pics li {
width: 50%;
}
.elementor .elementor-widget-convert_element .entry-item-media .entry-thumb {
margin-bottom: 20px !important;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-noreviews {
font-size: 14px;
}
.woocommerce-message {
padding-bottom: 45px;
}
.woocommerce-message .button {
float: none;
position: absolute;
display: block;
padding: 0;
left: 45px;
bottom: 15px;
margin: 0;
}
.woocommerce-ordering {
float: none;
width: 100%;
top: 0;
}
.woocommerce-ordering select {
width: 100%;
}
div.type-product .woocommerce-product-gallery {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
div.type-product .summary {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.woocommerce-tabs .wc-tabs {
display: block;
}
.woocommerce-tabs .wc-tabs li {
display: block;
margin: 0 0 10px;
}
.woocommerce-tabs .wc-tabs a {
display: block;
}
.woocommerce-tabs .woocommerce-Reviews .avatar {
display: none;
}
.shop_table .product-thumbnail {
display: none;
}
.shop_table .product-price {
display: none;
}
.shop_table .product-quantity .quantity label {
display: none;
}
.shop_table .product-quantity .quantity .qty {
max-width: 50px;
}
.cart-collaterals .cross-sells {
margin-bottom: 50px;
}
.cart-collaterals .cart_totals {
clear: both;
}
.hidden-sm-down {
display: none !important;
}
}
@media (max-width: 575px) {
input,
textarea,
select {
width: 100%;
}
.comment-author .avatar {
display: none;
}
.shop_table .coupon {
display: block;
float: none;
width: 100%;
margin-bottom: 15px;
}
.hidden-xs-down {
display: none !important;
}
}
@media (max-width: 991px) and (min-width: 576px) {
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
padding-right: 15px;
padding-left: 15px;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
padding-right: 15px;
padding-left: 15px;
}
}
@media (max-width: 991px) and (min-width: 992px) {
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
padding-right: 15px;
padding-left: 15px;
}
}
@media (max-width: 991px) and (min-width: 1250px) {
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
padding-right: 15px;
padding-left: 15px;
}
}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#fff;opacity:.9}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#666;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#666}.mfp-preloader a:hover{color:#333}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#444;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#444;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#666;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #444;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid transparent}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #444;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid transparent}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 15px rgba(0,0,0,.1);background:#f8f8f8}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 15px rgba(0,0,0,.1);background:#fff}.mfp-figure small{color:#b1b1b1;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#666;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{position:relative;margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}.container-fluid{position:relative;margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0!important;margin-left:0!important}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{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}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.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.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.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.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.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.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-0{right:auto}.pull-1{right:8.33333%}.pull-2{right:16.66667%}.pull-3{right:25%}.pull-4{right:33.33333%}.pull-5{right:41.66667%}.pull-6{right:50%}.pull-7{right:58.33333%}.pull-8{right:66.66667%}.pull-9{right:75%}.pull-10{right:83.33333%}.pull-11{right:91.66667%}.pull-12{right:100%}.push-0{left:auto}.push-1{left:8.33333%}.push-2{left:16.66667%}.push-3{left:25%}.push-4{left:33.33333%}.push-5{left:41.66667%}.push-6{left:50%}.push-7{left:58.33333%}.push-8{left:66.66667%}.push-9{left:75%}.push-10{left:83.33333%}.push-11{left:91.66667%}.push-12{left:100%}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width:576px){.container{padding-right:15px;padding-left:15px}.container{width:540px;max-width:100%}.container-fluid{padding-right:15px;padding-left:15px}.row{margin-right:-15px;margin-left:-15px}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}.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}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-sm-0{right:auto}.pull-sm-1{right:8.33333%}.pull-sm-2{right:16.66667%}.pull-sm-3{right:25%}.pull-sm-4{right:33.33333%}.pull-sm-5{right:41.66667%}.pull-sm-6{right:50%}.pull-sm-7{right:58.33333%}.pull-sm-8{right:66.66667%}.pull-sm-9{right:75%}.pull-sm-10{right:83.33333%}.pull-sm-11{right:91.66667%}.pull-sm-12{right:100%}.push-sm-0{left:auto}.push-sm-1{left:8.33333%}.push-sm-2{left:16.66667%}.push-sm-3{left:25%}.push-sm-4{left:33.33333%}.push-sm-5{left:41.66667%}.push-sm-6{left:50%}.push-sm-7{left:58.33333%}.push-sm-8{left:66.66667%}.push-sm-9{left:75%}.push-sm-10{left:83.33333%}.push-sm-11{left:91.66667%}.push-sm-12{left:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){.container{padding-right:15px;padding-left:15px}.container{width:720px;max-width:100%}.container-fluid{padding-right:15px;padding-left:15px}.row{margin-right:-15px;margin-left:-15px}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}.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}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-md-0{right:auto}.pull-md-1{right:8.33333%}.pull-md-2{right:16.66667%}.pull-md-3{right:25%}.pull-md-4{right:33.33333%}.pull-md-5{right:41.66667%}.pull-md-6{right:50%}.pull-md-7{right:58.33333%}.pull-md-8{right:66.66667%}.pull-md-9{right:75%}.pull-md-10{right:83.33333%}.pull-md-11{right:91.66667%}.pull-md-12{right:100%}.push-md-0{left:auto}.push-md-1{left:8.33333%}.push-md-2{left:16.66667%}.push-md-3{left:25%}.push-md-4{left:33.33333%}.push-md-5{left:41.66667%}.push-md-6{left:50%}.push-md-7{left:58.33333%}.push-md-8{left:66.66667%}.push-md-9{left:75%}.push-md-10{left:83.33333%}.push-md-11{left:91.66667%}.push-md-12{left:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width:992px){.container{padding-right:15px;padding-left:15px}.container{width:940px;max-width:100%}.container-fluid{padding-right:15px;padding-left:15px}.row{margin-right:-15px;margin-left:-15px}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}.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}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-lg-0{right:auto}.pull-lg-1{right:8.33333%}.pull-lg-2{right:16.66667%}.pull-lg-3{right:25%}.pull-lg-4{right:33.33333%}.pull-lg-5{right:41.66667%}.pull-lg-6{right:50%}.pull-lg-7{right:58.33333%}.pull-lg-8{right:66.66667%}.pull-lg-9{right:75%}.pull-lg-10{right:83.33333%}.pull-lg-11{right:91.66667%}.pull-lg-12{right:100%}.push-lg-0{left:auto}.push-lg-1{left:8.33333%}.push-lg-2{left:16.66667%}.push-lg-3{left:25%}.push-lg-4{left:33.33333%}.push-lg-5{left:41.66667%}.push-lg-6{left:50%}.push-lg-7{left:58.33333%}.push-lg-8{left:66.66667%}.push-lg-9{left:75%}.push-lg-10{left:83.33333%}.push-lg-11{left:91.66667%}.push-lg-12{left:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width:1250px){.container{padding-right:15px;padding-left:15px}.container{width:1220px;max-width:100%}.container-fluid{padding-right:15px;padding-left:15px}.row{margin-right:-15px;margin-left:-15px}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}.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}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-xl-0{right:auto}.pull-xl-1{right:8.33333%}.pull-xl-2{right:16.66667%}.pull-xl-3{right:25%}.pull-xl-4{right:33.33333%}.pull-xl-5{right:41.66667%}.pull-xl-6{right:50%}.pull-xl-7{right:58.33333%}.pull-xl-8{right:66.66667%}.pull-xl-9{right:75%}.pull-xl-10{right:83.33333%}.pull-xl-11{right:91.66667%}.pull-xl-12{right:100%}.push-xl-0{left:auto}.push-xl-1{left:8.33333%}.push-xl-2{left:16.66667%}.push-xl-3{left:25%}.push-xl-4{left:33.33333%}.push-xl-5{left:41.66667%}.push-xl-6{left:50%}.push-xl-7{left:58.33333%}.push-xl-8{left:66.66667%}.push-xl-9{left:75%}.push-xl-10{left:83.33333%}.push-xl-11{left:91.66667%}.push-xl-12{left:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.entry-content>[class^=wp-block-],.entry>[class^=wp-block-],.wp-block-column>[class^=wp-block-]{margin-bottom:30px}.entry-content .wp-block-audio{margin-bottom:1.5em}.entry-content .wp-block-audio audio{width:100%;margin:0}.entry-content .wp-block-audio figcaption{color:inherit;opacity:.7}.entry-content .wp-block-video{margin-bottom:1.5em}.entry-content .wp-block-video video{width:100%;margin:0}.entry-content .wp-block-video figcaption{color:inherit;opacity:.7}.wp-block-embed iframe{margin:0}.wp-block-embed figcaption{color:inherit;opacity:.7}.wp-block-image figcaption{color:inherit;opacity:.7}.wp-block-separator{margin:30px 0}.wp-block-latest-comments{padding-left:0}.wp-block-latest-comments .wp-block-latest-comments__comment-avatar{padding:0}.wp-block-latest-comments .wp-block-latest-comments__comment-date{color:inherit;opacity:.7}.wp-block-latest-posts{list-style:none;padding:0}.wp-block-latest-posts li{margin-bottom:15px}.wp-block-latest-posts .wp-block-latest-posts__post-date{color:inherit;opacity:.7}.wp-block-gallery li::before{display:none}.wp-block-gallery li a{border:0;box-shadow:none}.wp-block-column :last-child{margin-bottom:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large{background:0 0;font-style:normal}.wp-block-quote.is-large::after,.wp-block-quote.is-large::before,.wp-block-quote.is-style-large::after,.wp-block-quote.is-style-large::before{display:none}.wp-block-pullquote{padding:0;font-style:normal}.wp-block-pullquote blockquote{font-style:normal;padding:0;border:0}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu,.mm-panels,.mm-panels>.mm-panel{margin:0;position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.mm-menu{box-sizing:border-box;background:inherit;display:block;overflow:hidden;padding:0}.mm-panel{-webkit-transition:-webkit-transform .4s ease;-moz-transition:-moz-transform .4s ease;-ms-transition:-ms-transform .4s ease;-o-transition:-o-transform .4s ease;transition:transform .4s ease;-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-panel.mm-opened{-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)}.mm-panel.mm-subopened{-webkit-transform:translate3d(-30%,0,0);-moz-transform:translate3d(-30%,0,0);-ms-transform:translate3d(-30%,0,0);-o-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panel.mm-highest{z-index:1}.mm-panels,.mm-panels>.mm-panel{background:inherit;border-color:inherit}.mm-panels>.mm-panel{background:inherit;border-color:inherit;-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;padding:0 20px}.mm-panels>.mm-panel.mm-hasnavbar{padding-top:40px}.mm-panels>.mm-panel:after,.mm-panels>.mm-panel:before{content:'';display:block;height:20px}.mm-vertical .mm-panel{-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important;transform:none!important}.mm-listview .mm-vertical .mm-panel,.mm-vertical .mm-listview .mm-panel{display:none;padding:10px 0 10px 10px}.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after{border-color:transparent}.mm-vertical li.mm-opened>.mm-panel,li.mm-vertical.mm-opened>.mm-panel{display:block}.mm-listview>li.mm-vertical>.mm-next,.mm-vertical .mm-listview>li>.mm-next{height:40px;bottom:auto}.mm-listview>li.mm-vertical>.mm-next:after,.mm-vertical .mm-listview>li>.mm-next:after{top:16px;bottom:auto}.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,.mm-vertical .mm-listview>li.mm-opened>.mm-next:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.mm-navbar{border-bottom:1px solid;border-color:inherit;text-align:center;line-height:20px;height:40px;padding:0 40px;margin:0;position:absolute;top:0;left:0;right:0}.mm-navbar>*{display:block;padding:10px 0}.mm-navbar a,.mm-navbar a:hover{text-decoration:none}.mm-navbar .mm-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-navbar .mm-btn{box-sizing:border-box;width:40px;height:40px;position:absolute;top:0;z-index:1}.mm-navbar .mm-btn:first-child{padding-left:20px;left:0}.mm-navbar .mm-btn:last-child{text-align:right;padding-right:20px;right:0}.mm-panel .mm-navbar{display:none}.mm-panel.mm-hasnavbar .mm-navbar{display:block}.mm-listview,.mm-listview>li{list-style:none;display:block;padding:0;margin:0}.mm-listview{font:inherit;font-size:14px;line-height:20px}.mm-listview a,.mm-listview a:hover{text-decoration:none}.mm-listview>li{position:relative}.mm-listview>li,.mm-listview>li .mm-next,.mm-listview>li .mm-next:before,.mm-listview>li:after{border-color:inherit}.mm-listview>li>a,.mm-listview>li>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:inherit;display:block;padding:10px 10px 10px 20px;margin:0}.mm-listview>li>a.mm-arrow,.mm-listview>li>span.mm-arrow{padding-right:50px}.mm-listview>li:not(.mm-divider):after{content:'';border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;left:0;right:0;bottom:0}.mm-listview>li:not(.mm-divider):after{left:20px}.mm-listview .mm-next{background:rgba(3,2,1,0);width:50px;padding:0;position:absolute;right:0;top:0;bottom:0;z-index:2}.mm-listview .mm-next:before{content:'';border-left-width:1px;border-left-style:solid;display:block;position:absolute;top:0;bottom:0;left:0}.mm-listview .mm-next+a,.mm-listview .mm-next+span{margin-right:50px}.mm-listview .mm-next.mm-fullsubopen{width:100%}.mm-listview .mm-next.mm-fullsubopen:before{border-left:none}.mm-listview .mm-next.mm-fullsubopen+a,.mm-listview .mm-next.mm-fullsubopen+span{padding-right:50px;margin-right:0}.mm-panels>.mm-panel>.mm-listview{margin:20px -20px}.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-20px}.mm-listview .mm-inset{list-style:inside disc;padding:0 10px 15px 40px;margin:0}.mm-listview .mm-inset>li{padding:5px 0}.mm-listview .mm-divider{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:10px;text-transform:uppercase;text-indent:20px;line-height:25px}.mm-listview .mm-spacer{padding-top:40px}.mm-listview .mm-spacer>.mm-next{top:40px}.mm-listview .mm-spacer.mm-divider{padding-top:25px}.mm-arrow:after,.mm-next:after,.mm-prev:before{content:'';border:2px solid transparent;display:inline-block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-prev:before{border-right:none;border-bottom:none;left:23px}.mm-arrow:after,.mm-next:after{border-top:none;border-left:none;right:23px}.mm-menu{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.7)}.mm-menu .mm-navbar a,.mm-menu .mm-navbar>*{color:rgba(0,0,0,.3)}.mm-menu .mm-navbar .mm-btn:after,.mm-menu .mm-navbar .mm-btn:before{border-color:rgba(0,0,0,.3)}.mm-menu .mm-listview{border-color:rgba(0,0,0,.1)}.mm-menu .mm-listview>li .mm-arrow:after,.mm-menu .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.3)}.mm-menu .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.5);tap-highlight-color:rgba(255,255,255,.5)}.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.5)}.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.05)}.mm-menu .mm-divider{background:rgba(0,0,0,.05)}.mm-page{box-sizing:border-box;position:relative}.mm-slideout{-webkit-transition:-webkit-transform .4s ease;-ms-transition:-ms-transform .4s ease;transition:transform .4s ease}html.mm-opened{overflow-x:hidden;position:relative}html.mm-blocking{overflow:hidden}html.mm-blocking body{overflow:hidden}html.mm-background .mm-page{background:inherit}#mm-blocker{background:rgba(3,2,1,0);display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999}html.mm-blocking #mm-blocker{display:block}.mm-menu.mm-offcanvas{display:none;position:fixed}.mm-menu.mm-current{display:block}.mm-menu{width:80%;min-width:140px;max-width:440px}html.mm-opening .mm-slideout{-webkit-transform:translate(80%,0);-moz-transform:translate(80%,0);-ms-transform:translate(80%,0);-o-transform:translate(80%,0);transform:translate(80%,0)}@media all and (max-width:175px){html.mm-opening .mm-slideout{-webkit-transform:translate(140px,0);-moz-transform:translate(140px,0);-ms-transform:translate(140px,0);-o-transform:translate(140px,0);transform:translate(140px,0)}}@media all and (min-width:550px){html.mm-opening .mm-slideout{-webkit-transform:translate(440px,0);-moz-transform:translate(440px,0);-ms-transform:translate(440px,0);-o-transform:translate(440px,0);transform:translate(440px,0)}}.mm-menu.mm-autoheight{max-height:80%}.mm-menu.mm-autoheight.mm-fullscreen{max-height:100%}.mm-menu.mm-measureheight>.mm-panels>.mm-panel{bottom:auto!important;height:auto!important}em.mm-counter{font:inherit;font-size:14px;font-style:normal;text-indent:0;line-height:20px;display:block;margin-top:-10px;position:absolute;right:45px;top:50%}em.mm-counter+a.mm-next{width:90px}em.mm-counter+a.mm-next+a,em.mm-counter+a.mm-next+span{margin-right:90px}em.mm-counter+a.mm-fullsubopen{padding-left:0}.mm-vertical>.mm-counter{top:12px;margin-top:0}.mm-vertical.mm-spacer>.mm-counter{margin-top:40px}.mm-nosubresults>.mm-counter{display:none}.mm-menu em.mm-counter{color:rgba(0,0,0,.3)}.mm-divider>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0;line-height:25px}.mm-divider.mm-opened a.mm-next:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.mm-collapsed:not(.mm-uncollapsed){display:none}.mm-fixeddivider{background:inherit;display:none;position:absolute;top:0;left:0;right:0;z-index:2;-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)}.mm-fixeddivider:after{content:none!important;display:none!important}.mm-hasdividers .mm-fixeddivider{display:block}.mm-menu .mm-fixeddivider span{background:rgba(0,0,0,.05)}html.mm-opened.mm-dragging .mm-menu,html.mm-opened.mm-dragging .mm-slideout{-webkit-transition-duration:0s;-moz-transition-duration:0s;-ms-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.mm-iconpanel .mm-panel{-webkit-transition-property:-webkit-transform,left;-moz-transition-property:-moz-transform,left;-ms-transition-property:-ms-transform,left;-o-transition-property:-o-transform,left;transition-property:transform,left}.mm-iconpanel .mm-panel.mm-opened{border-left:1px solid;border-color:inherit}.mm-iconpanel .mm-panel.mm-subopened{overflow-y:hidden;left:-40px;-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)}.mm-iconpanel .mm-panel.mm-iconpanel-0{left:0}.mm-iconpanel .mm-panel.mm-iconpanel-1{left:40px}.mm-iconpanel .mm-panel.mm-iconpanel-2{left:80px}.mm-iconpanel .mm-panel.mm-iconpanel-3{left:120px}.mm-iconpanel .mm-panel.mm-iconpanel-4{left:160px}.mm-iconpanel .mm-panel.mm-iconpanel-5{left:200px}.mm-iconpanel .mm-panel.mm-iconpanel-6{left:240px}.mm-subblocker{background:inherit;opacity:0;display:block;-webkit-transition:opacity .4s ease;-moz-transition:opacity .4s ease;-ms-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-subopened .mm-subblocker{opacity:.6;position:absolute;top:0;right:0;bottom:-100000px;left:0;z-index:3}.mm-menu>.mm-navbar{background:inherit;padding:0;z-index:3;-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)}.mm-navbar-bottom{border-top-width:1px;border-top-style:solid;border-bottom:none;top:auto;bottom:0}.mm-navbar-top~.mm-navbar-top{border-bottom:none}.mm-navbar-bottom~.mm-navbar-bottom{border-top:none}.mm-navbar.mm-hasbtns{padding:0 40px}.mm-close:after{content:'x'}.mm-navbar[class*=mm-navbar-content-]>*{box-sizing:border-box;display:block;float:left}.mm-navbar>.mm-breadcrumbs{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-overflow-scrolling:touch;overflow-x:auto;text-align:left;padding:0 0 0 17px}.mm-navbar>.mm-breadcrumbs>*{display:inline-block;padding:10px 3px}.mm-navbar>.mm-breadcrumbs>a{text-decoration:underline}.mm-navbar.mm-hasbtns .mm-breadcrumbs{margin-left:-40px}.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs{margin-left:0;padding-left:0}.mm-navbar-top-1{top:0}.mm-hasnavbar-top-1 .mm-panels{top:40px}.mm-navbar-top-2{top:40px}.mm-hasnavbar-top-2 .mm-panels{top:80px}.mm-navbar-top-3{top:80px}.mm-hasnavbar-top-3 .mm-panels{top:120px}.mm-navbar-top-4{top:120px}.mm-hasnavbar-top-4 .mm-panels{top:160px}.mm-navbar-bottom-1{bottom:0}.mm-hasnavbar-bottom-1 .mm-panels{bottom:40px}.mm-navbar-bottom-2{bottom:40px}.mm-hasnavbar-bottom-2 .mm-panels{bottom:80px}.mm-navbar-bottom-3{bottom:80px}.mm-hasnavbar-bottom-3 .mm-panels{bottom:120px}.mm-navbar-bottom-4{bottom:120px}.mm-hasnavbar-bottom-4 .mm-panels{bottom:160px}.mm-navbar-size-2{height:80px}.mm-navbar-size-3{height:120px}.mm-navbar-size-4{height:160px}.mm-navbar-content-2>*{width:50%}.mm-navbar-content-3>*{width:33.33%}.mm-navbar-content-4>*{width:25%}.mm-navbar-content-5>*{width:20%}.mm-navbar-content-6>*{width:16.67%}.mm-search,.mm-search input{box-sizing:border-box}.mm-search{height:40px;padding:7px 10px 0 10px}.mm-search input{border:none;border-radius:26px;font:inherit;font-size:14px;line-height:26px;outline:0;display:block;width:100%;height:26px;margin:0;padding:0 10px}.mm-search input::-ms-clear{display:none}.mm-panel>.mm-search{width:100%;position:absolute;top:0;left:0}.mm-panel.mm-hassearch{padding-top:40px}.mm-panel.mm-hassearch.mm-hasnavbar{padding-top:80px}.mm-panel.mm-hassearch.mm-hasnavbar .mm-search{top:40px}.mm-noresultsmsg{text-align:center;font-size:21px;display:none;padding:40px 0}.mm-noresults .mm-noresultsmsg{display:block}.mm-noresults .mm-indexer{display:none!important}li.mm-nosubresults>a.mm-next{display:none}li.mm-nosubresults>a.mm-next+a,li.mm-nosubresults>a.mm-next+span{padding-right:10px}.mm-menu .mm-search input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.7)}.mm-menu .mm-noresultsmsg{color:rgba(0,0,0,.3)}.mm-indexer{background:inherit;text-align:center;font-size:12px;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-100px;z-index:3;-webkit-transition:right .4s ease;-moz-transition:right .4s ease;-ms-transition:right .4s ease;-o-transition:right .4s ease;transition:right .4s ease;-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)}.mm-indexer a{text-decoration:none;display:block;height:3.85%}.mm-indexer~.mm-panel.mm-hasindexer{margin-right:20px}.mm-hasindexer .mm-indexer{right:0}.mm-hasindexer .mm-fixeddivider{right:20px}.mm-menu .mm-indexer a{color:rgba(0,0,0,.3)}input.mm-check,input.mm-toggle{position:absolute;left:-10000px}label.mm-check,label.mm-toggle{margin:0;position:absolute;top:50%;z-index:2}label.mm-check:before,label.mm-toggle:before{content:'';display:block}label.mm-toggle{border-radius:30px;width:50px;height:30px;margin-top:-15px}label.mm-toggle:before{border-radius:30px;width:28px;height:28px;margin:1px}input.mm-toggle:checked~label.mm-toggle:before{float:right}label.mm-check{width:30px;height:30px;margin-top:-15px}label.mm-check:before{border-left:3px solid;border-bottom:3px solid;width:40%;height:20%;margin:25% 0 0 20%;opacity:.1;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}input.mm-check:checked~label.mm-check:before{opacity:1}li.mm-vertical label.mm-check,li.mm-vertical label.mm-toggle{bottom:auto;margin-top:0}li.mm-vertical label.mm-toggle{top:5px}li.mm-vertical label.mm-check{top:5px}label.mm-check,label.mm-toggle{right:20px}label.mm-toggle+a,label.mm-toggle+span{padding-right:80px}label.mm-check+a,label.mm-check+span{padding-right:60px}a.mm-next+label.mm-check,a.mm-next+label.mm-toggle{right:60px}a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span,a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span{margin-right:50px}a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span{padding-right:70px}a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span{padding-right:50px}em.mm-counter+a.mm-next+label.mm-check,em.mm-counter+a.mm-next+label.mm-toggle{right:100px}em.mm-counter+a.mm-next+label.mm-check+a,em.mm-counter+a.mm-next+label.mm-check+span,em.mm-counter+a.mm-next+label.mm-toggle+a,em.mm-counter+a.mm-next+label.mm-toggle+span{margin-right:90px}.mm-menu label.mm-toggle{background:rgba(0,0,0,.1)}.mm-menu label.mm-toggle:before{background:#f3f3f3}.mm-menu input.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu label.mm-check:before{border-color:rgba(0,0,0,.7)}.mm-listview.mm-border-none>li:after,.mm-menu.mm-border-none .mm-listview>li:after{content:none}.mm-listview.mm-border-full>li:after,.mm-menu.mm-border-full .mm-listview>li:after{left:0!important}.mm-listview.mm-border-offset>li:after,.mm-menu.mm-border-offset .mm-listview>li:after{right:20px}.mm-menu.mm-effect-menu-zoom{-webkit-transition:-webkit-transform .4s ease;-moz-transition:-moz-transform .4s ease;-ms-transition:-ms-transform .4s ease;-o-transition:-o-transform .4s ease;transition:transform .4s ease}html.mm-opened .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);-moz-transform:scale(.7,.7) translate3d(-30%,0,0);-ms-transform:scale(.7,.7) translate3d(-30%,0,0);-o-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0);-webkit-transform-origin:left center;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}html.mm-opening .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);-moz-transform:scale(1,1) translate3d(0,0,0);-ms-transform:scale(1,1) translate3d(0,0,0);-o-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(30%,0,0);-moz-transform:scale(.7,.7) translate3d(30%,0,0);-ms-transform:scale(.7,.7) translate3d(30%,0,0);-o-transform:scale(.7,.7) translate3d(30%,0,0);transform:scale(.7,.7) translate3d(30%,0,0);-webkit-transform-origin:right center;-moz-transform-origin:right center;-ms-transform-origin:right center;-o-transform-origin:right center;transform-origin:right center}html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);-moz-transform:scale(1,1) translate3d(0,0,0);-ms-transform:scale(1,1) translate3d(0,0,0);-o-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}.mm-menu.mm-effect-menu-slide{-webkit-transition:-webkit-transform .4s ease;-moz-transition:-moz-transform .4s ease;-ms-transition:-ms-transform .4s ease;-o-transition:-o-transform .4s ease;transition:transform .4s ease}html.mm-opened .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(-30%,0,0);-moz-transform:translate3d(-30%,0,0);-ms-transform:translate3d(-30%,0,0);-o-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}html.mm-opening .mm-menu.mm-effect-menu-slide{-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)}html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(30%,0,0);-moz-transform:translate3d(30%,0,0);-ms-transform:translate3d(30%,0,0);-o-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide{-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)}.mm-menu.mm-effect-menu-fade{opacity:0;-webkit-transition:opacity .4s ease;-moz-transition:opacity .4s ease;-ms-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}html.mm-opening .mm-menu.mm-effect-menu-fade{opacity:1}.mm-menu.mm-effect-panels-zoom .mm-panel{-webkit-transform:scale(1.5,1.5) translate3d(100%,0,0);-moz-transform:scale(1.5,1.5) translate3d(100%,0,0);-ms-transform:scale(1.5,1.5) translate3d(100%,0,0);-o-transform:scale(1.5,1.5) translate3d(100%,0,0);transform:scale(1.5,1.5) translate3d(100%,0,0);-webkit-transform-origin:left center;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened{-webkit-transform:scale(1,1) translate3d(0,0,0);-moz-transform:scale(1,1) translate3d(0,0,0);-ms-transform:scale(1,1) translate3d(0,0,0);-o-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);-moz-transform:scale(.7,.7) translate3d(-30%,0,0);-ms-transform:scale(.7,.7) translate3d(-30%,0,0);-o-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0)}.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened{-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)}.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened{-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);-o-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li{-webkit-transition:none .4s ease;-moz-transition:none .4s ease;-ms-transition:none .4s ease;-o-transition:none .4s ease;transition:none .4s ease}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(1){-webkit-transition-delay:50ms;-moz-transition-delay:50ms;-ms-transition-delay:50ms;-o-transition-delay:50ms;transition-delay:50ms}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(2){-webkit-transition-delay:.1s;-moz-transition-delay:.1s;-ms-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(3){-webkit-transition-delay:150ms;-moz-transition-delay:150ms;-ms-transition-delay:150ms;-o-transition-delay:150ms;transition-delay:150ms}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(4){-webkit-transition-delay:.2s;-moz-transition-delay:.2s;-ms-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(5){-webkit-transition-delay:250ms;-moz-transition-delay:250ms;-ms-transition-delay:250ms;-o-transition-delay:250ms;transition-delay:250ms}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(6){-webkit-transition-delay:.3s;-moz-transition-delay:.3s;-ms-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(7){-webkit-transition-delay:350ms;-moz-transition-delay:350ms;-ms-transition-delay:350ms;-o-transition-delay:350ms;transition-delay:350ms}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(8){-webkit-transition-delay:.4s;-moz-transition-delay:.4s;-ms-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(9){-webkit-transition-delay:450ms;-moz-transition-delay:450ms;-ms-transition-delay:450ms;-o-transition-delay:450ms;transition-delay:450ms}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(10){-webkit-transition-delay:.5s;-moz-transition-delay:.5s;-ms-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(11){-webkit-transition-delay:550ms;-moz-transition-delay:550ms;-ms-transition-delay:550ms;-o-transition-delay:550ms;transition-delay:550ms}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(12){-webkit-transition-delay:.6s;-moz-transition-delay:.6s;-ms-transition-delay:.6s;-o-transition-delay:.6s;transition-delay:.6s}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(13){-webkit-transition-delay:650ms;-moz-transition-delay:650ms;-ms-transition-delay:650ms;-o-transition-delay:650ms;transition-delay:650ms}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(14){-webkit-transition-delay:.7s;-moz-transition-delay:.7s;-ms-transition-delay:.7s;-o-transition-delay:.7s;transition-delay:.7s}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(15){-webkit-transition-delay:750ms;-moz-transition-delay:750ms;-ms-transition-delay:750ms;-o-transition-delay:750ms;transition-delay:750ms}.mm-menu.mm-effect-listitems-slide .mm-listview>li{-webkit-transform:translate3d(50%,0,0);-moz-transform:translate3d(50%,0,0);-ms-transform:translate3d(50%,0,0);-o-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0);opacity:0;-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform,opacity;-ms-transition-property:-ms-transform,opacity;-o-transition-property:-o-transform,opacity;transition-property:transform,opacity}html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview>li{-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);opacity:1}.mm-menu.mm-effect-listitems-fade .mm-listview>li{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-ms-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview>li{opacity:1}.mm-menu.mm-effect-listitems-drop .mm-listview>li{opacity:0;top:-25%;-webkit-transition-property:opacity,top;-moz-transition-property:opacity,top;-ms-transition-property:opacity,top;-o-transition-property:opacity,top;transition-property:opacity,top}html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview>li{opacity:1;top:0}.mm-menu.mm-fullscreen{width:100%;min-width:140px;max-width:10000px}html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(100%,0);-moz-transform:translate(100%,0);-ms-transform:translate(100%,0);-o-transform:translate(100%,0);transform:translate(100%,0)}@media all and (max-width:140px){html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(140px,0);-moz-transform:translate(140px,0);-ms-transform:translate(140px,0);-o-transform:translate(140px,0);transform:translate(140px,0)}}@media all and (min-width:10000px){html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(10000px,0);-moz-transform:translate(10000px,0);-ms-transform:translate(10000px,0);-o-transform:translate(10000px,0);transform:translate(10000px,0)}}html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(-100%,0);-moz-transform:translate(-100%,0);-ms-transform:translate(-100%,0);-o-transform:translate(-100%,0);transform:translate(-100%,0)}@media all and (max-width:140px){html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(-140px,0);-moz-transform:translate(-140px,0);-ms-transform:translate(-140px,0);-o-transform:translate(-140px,0);transform:translate(-140px,0)}}@media all and (min-width:10000px){html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(-10000px,0);-moz-transform:translate(-10000px,0);-ms-transform:translate(-10000px,0);-o-transform:translate(-10000px,0);transform:translate(-10000px,0)}}.mm-menu.mm-fullscreen.mm-bottom,.mm-menu.mm-fullscreen.mm-top{height:100%;min-height:140px;max-height:10000px}html.mm-opened.mm-fullscreen .mm-page{box-shadow:none!important}.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a,.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span,.mm-menu.mm-multiline .mm-listview>li>a,.mm-menu.mm-multiline .mm-listview>li>span{text-overflow:clip;white-space:normal}html.mm-pagedim #mm-blocker,html.mm-pagedim-black #mm-blocker,html.mm-pagedim-white #mm-blocker{opacity:0}html.mm-pagedim-black.mm-opening #mm-blocker,html.mm-pagedim-white.mm-opening #mm-blocker,html.mm-pagedim.mm-opening #mm-blocker{opacity:.3;transition:opacity .4s ease .4s}html.mm-pagedim #mm-blocker{background:inherit}html.mm-pagedim-white #mm-blocker{background:#fff}html.mm-pagedim-black #mm-blocker{background:#000}.mm-menu.mm-pageshadow:after{content:"";display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:99}.mm-menu.mm-pageshadow.mm-right:after{left:auto;right:100%}.mm-menu.mm-pageshadow.mm-front:after,.mm-menu.mm-pageshadow.mm-next:after{content:none;display:none}.mm-menu.mm-pageshadow:after{box-shadow:0 0 10px rgba(0,0,0,.3)}.mm-menu.mm-bottom,.mm-menu.mm-top{width:100%;min-width:100%;max-width:100%}.mm-menu.mm-right{left:auto;right:0}.mm-menu.mm-bottom{top:auto;bottom:0}html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate(-80%,0);-moz-transform:translate(-80%,0);-ms-transform:translate(-80%,0);-o-transform:translate(-80%,0);transform:translate(-80%,0)}@media all and (max-width:175px){html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate(-140px,0);-moz-transform:translate(-140px,0);-ms-transform:translate(-140px,0);-o-transform:translate(-140px,0);transform:translate(-140px,0)}}@media all and (min-width:550px){html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate(-440px,0);-moz-transform:translate(-440px,0);-ms-transform:translate(-440px,0);-o-transform:translate(-440px,0);transform:translate(-440px,0)}}html.mm-front .mm-slideout{-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important;transform:none!important;z-index:0!important}.mm-menu.mm-front{z-index:1}.mm-menu.mm-front,.mm-menu.mm-next{-webkit-transition:-webkit-transform .4s ease;-ms-transition:-ms-transform .4s ease;transition:transform .4s ease;-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);-o-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu.mm-front.mm-right,.mm-menu.mm-next.mm-right{-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu.mm-top{-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);-o-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.mm-menu.mm-bottom{-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);-o-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}html.mm-opening .mm-menu.mm-front,html.mm-opening .mm-menu.mm-next{-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)}.mm-menu.mm-bottom,.mm-menu.mm-top{height:80%;min-height:140px;max-height:880px}.mm-menu.mm-theme-dark{background:#333;border-color:rgba(0,0,0,.15);color:rgba(255,255,255,.8)}.mm-menu.mm-theme-dark .mm-navbar a,.mm-menu.mm-theme-dark .mm-navbar>*{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after,.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-listview{border-color:rgba(0,0,0,.15)}.mm-menu.mm-theme-dark .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,.1);tap-highlight-color:rgba(0,0,0,.1)}.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.1)}.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(255,255,255,.05)}.mm-menu.mm-theme-dark .mm-divider{background:rgba(255,255,255,.05)}.mm-menu.mm-theme-dark label.mm-check:before{border-color:rgba(255,255,255,.8)}.mm-menu.mm-theme-dark em.mm-counter{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-fixeddivider span{background:rgba(255,255,255,.05)}.mm-menu.mm-pageshadow.mm-theme-dark:after{box-shadow:0 0 20px rgba(0,0,0,.5)}.mm-menu.mm-theme-dark .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.8)}.mm-menu.mm-theme-dark .mm-noresultsmsg{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-indexer a{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark label.mm-toggle{background:rgba(0,0,0,.15)}.mm-menu.mm-theme-dark label.mm-toggle:before{background:#333}.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu.mm-theme-white{background:#fff;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.6)}.mm-menu.mm-theme-white .mm-navbar a,.mm-menu.mm-theme-white .mm-navbar>*{color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-navbar .mm-btn:after,.mm-menu.mm-theme-white .mm-navbar .mm-btn:before{border-color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-listview{border-color:rgba(0,0,0,.1)}.mm-menu.mm-theme-white .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-white .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,.05);tap-highlight-color:rgba(0,0,0,.05)}.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.05)}.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.03)}.mm-menu.mm-theme-white .mm-divider{background:rgba(0,0,0,.03)}.mm-menu.mm-theme-white label.mm-check:before{border-color:rgba(0,0,0,.6)}.mm-menu.mm-theme-white em.mm-counter{color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-fixeddivider span{background:rgba(0,0,0,.03)}.mm-menu.mm-pageshadow.mm-theme-white:after{box-shadow:0 0 10px rgba(0,0,0,.2)}.mm-menu.mm-theme-white .mm-search input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.6)}.mm-menu.mm-theme-white .mm-noresultsmsg{color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-indexer a{color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white label.mm-toggle{background:rgba(0,0,0,.1)}.mm-menu.mm-theme-white label.mm-toggle:before{background:#fff}.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu.mm-theme-black{background:#000;border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.6)}.mm-menu.mm-theme-black .mm-navbar a,.mm-menu.mm-theme-black .mm-navbar>*{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-navbar .mm-btn:after,.mm-menu.mm-theme-black .mm-navbar .mm-btn:before{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-listview{border-color:rgba(255,255,255,.2)}.mm-menu.mm-theme-black .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-black .mm-listview>li .mm-next:after{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.3);tap-highlight-color:rgba(255,255,255,.3)}.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.3)}.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(255,255,255,.2)}.mm-menu.mm-theme-black .mm-divider{background:rgba(255,255,255,.2)}.mm-menu.mm-theme-black label.mm-check:before{border-color:rgba(255,255,255,.6)}.mm-menu.mm-theme-black em.mm-counter{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-fixeddivider span{background:rgba(255,255,255,.2)}.mm-menu.mm-pageshadow.mm-theme-black:after{content:none;display:none}.mm-menu.mm-theme-black .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.6)}.mm-menu.mm-theme-black .mm-noresultsmsg{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-indexer a{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black label.mm-toggle{background:rgba(255,255,255,.2)}.mm-menu.mm-theme-black label.mm-toggle:before{background:#000}.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu .mm-tileview.mm-listview:after,.mm-menu.mm-tileview .mm-listview:after{content:'';display:block;clear:both}.mm-menu .mm-tileview.mm-listview>li,.mm-menu.mm-tileview .mm-listview>li{width:50%;height:0;padding:50% 0 0 0;float:left;position:relative}.mm-menu .mm-tileview.mm-listview>li:after,.mm-menu.mm-tileview .mm-listview>li:after{left:0;top:0;border-right-width:1px;border-right-style:solid;z-index:-1}.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs,.mm-menu.mm-tileview .mm-listview>li.mm-tile-xs{width:12.5%;padding-top:12.5%}.mm-menu .mm-tileview.mm-listview>li.mm-tile-s,.mm-menu.mm-tileview .mm-listview>li.mm-tile-s{width:25%;padding-top:25%}.mm-menu .mm-tileview.mm-listview>li.mm-tile-l,.mm-menu.mm-tileview .mm-listview>li.mm-tile-l{width:75%;padding-top:75%}.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl,.mm-menu.mm-tileview .mm-listview>li.mm-tile-xl{width:100%;padding-top:100%}.mm-menu .mm-tileview.mm-listview>li>a,.mm-menu .mm-tileview.mm-listview>li>span,.mm-menu.mm-tileview .mm-listview>li>a,.mm-menu.mm-tileview .mm-listview>li>span{line-height:1px;text-align:center;padding:50% 10px 0 10px;margin:0;position:absolute;top:0;right:1px;bottom:1px;left:0}.mm-menu .mm-tileview.mm-listview>li>.mm-next,.mm-menu.mm-tileview .mm-listview>li>.mm-next{width:auto}.mm-menu .mm-tileview.mm-listview>li>.mm-next:after,.mm-menu .mm-tileview.mm-listview>li>.mm-next:before,.mm-menu.mm-tileview .mm-listview>li>.mm-next:after,.mm-menu.mm-tileview .mm-listview>li>.mm-next:before{content:none;display:none}.mm-menu.mm-tileview .mm-panel{padding-left:0;padding-right:0}.mm-menu.mm-tileview .mm-panel:after{content:none;display:none}.mm-menu.mm-tileview .mm-listview{margin:0}