/* Goya: main stylesheet */
/* Table of Contents
-------------------------------------------------------
# General Styles
# Loaders
# Animations
# Layout
# Typography
# WordPress Specific
# Forms
# Campaign Bar
# Top Bar
# Header
# Side Panels
## Panel: Mobile Menu
## Panel: Search Box
# Footer
# Blog
## Blog: Single Post
# Widgets
# Pagination
# Plugins
## Plugin: Revslider
## Plugin: Magnific Popup
## Plugin: Slick Carousel
## Plugin: Easy Zoom
# Comments
# Page not found
# VC: et_portfolio
# Popup
# Plugins
# Default Fonts
# Design Elements
*/
/* # General Styles
------------------------------------------------------- */
html {
height: 100%;
-webkit-tap-highlight-color: rgba(0,0,0,0);
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: auto;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
background: #fff;
scroll-behavior: smooth;
}
figure {
margin: 0;
}
a {
color: #282828;
outline: 0;
text-decoration: none;
text-decoration-skip: ink;
}
a:focus {
color: #282828;
}
a:hover {
color: #282828;
}
.touch .page-wrapper-inner a:hover {
color: inherit;
}
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
body {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.7;
color: #212529;
text-align: left;
background-color: #fff;
height: 100%;
}
@media screen and (max-width: 767px) {
body {
-webkit-text-size-adjust: 100%;
}
}
[tabindex="-1"]:focus:not(:focus-visible) {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
line-height: inherit;
}
address p {
margin: 0;
}
ol,
ul,
dl {
margin-top: 0;
margin-left: 0;
padding-left: 0;
margin-bottom: 28px;
}
ol {
list-style: decimal;
}
ul {
list-style: disc;
margin-bottom: 0;
}
ol ol {
list-style: lower-alpha;
}
ul ul {
list-style: circle;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: .5rem;
margin-left: 1.5em;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a {
color: #282828;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #000;
text-decoration: underline;
}
a:not([href]) {
color: inherit;
text-decoration: none;
}
a:not([href]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
svg {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
cursor: pointer;
}
template {
display: none;
}
[hidden] {
display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 0.5rem;
font-weight: 400;
line-height: 1.2;
}
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.75rem;
}
h4 {
font-size: 1.5rem;
}
h5 {
font-size: 1.25rem;
}
h6 {
font-size: 1rem;
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
font-size: 80%;
font-weight: 400;
}
mark,
.mark {
padding: 0.2em;
background-color: #fcf8e3;
}
code {
font-size: 87.5%;
color: #e83e8c;
word-wrap: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.2rem 0.4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: 0.2rem;
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700;
}
pre {
display: block;
font-size: 87.5%;
color: #212529;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
a:hover {
text-decoration: none;
}
img {
border: 0;
max-width: 100%;
height: auto;
-ms-interpolation-mode: bicubic;
display: inline-block;
vertical-align: middle;
}
.reset,
.widget.widget_calendar table,
.searchform fieldset {
margin: 0;
padding: 0;
}
/* Transitions */
.transition,
.slick-slider .slick-nav,
.btn,
.button,
input[type=submit],
.custom_check+.custom_label,
.custom_check+.woocommerce-form__label-for-checkbox,
.custom_check+.custom_label:before,
.custom_check+.woocommerce-form__label-for-checkbox:before,
.products .product .product_thumbnail.et-image-hover .product_thumbnail_hover,
.products .product .product_after_title .button:after,
.products .product.product-category a div span,
.woocommerce-MyAccount-navigation .account-icon-box svg path,
#prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter label>span:before,
.et-banner.hover-border .et-banner-content-inner,
.et-banner.hover-border .et-banner-text {
-moz-transition: all .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-o-transition: all .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-transition: all .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: all .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header-spacer,
.product-header-spacer,
.quick-transition,
.et-product-detail.et-product-style2 .summary,
.sticky-product-bar,
.minicart-counter,
.mfp-close,
.mfp-bg.quick-search,
.mfp-wrap.quick-search,
.et_post_nav .post_nav_link svg,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
.side-panel,
.products .product .product_after_title .after_shop_loop_actions,
.products .product .product_after_title .product_after_shop_loop_price,
.products .et-listing-style2 .yith-wcwl-add-to-wishlist,
.et-product-detail .product-thumbnails .slick-slide,
.products .et-listing-style4 .caption,
.et-product-detail .summary .quantity,
.woocommerce-tabs .tabs li,
.woocommerce-tabs .tabs li a:after,
.argmc-login-tabs .tab-item:after,
.tab-link:after,
.vc_tta-tab a:after,
.woocommerce-MyAccount-navigation a:after,
.et-product-detail .flex-control-thumbs .woocommerce-product-gallery__image.slick-current img,
.login-page-form li a:before,
.et-form-container,
.et-form-container .et-login-form,
.et-form-container .et-register-form,
.et-instagram-gallery figure,
.et-instagram-gallery figure:after,
.et-instagram-gallery figure span,
.et-team-member .overlay,
.et-portfolio .type-portfolio .et-portfolio-hover,
.et-portfolio .type-portfolio .et-portfolio-content,
.et-product-category-grid .product-category a:after,
.et-feat-video-btn,
.et-featured-video-icon:before,
.et-team-member figure,
.single-product .pswp__button svg,
.mobile-menu li .et-menu-toggle,
.mobile-menu .et-menu-toggle:after,
.widgettitle span:after,
.woof_front_toggle:before,
#wp-calendar tbody td,
#scroll_to_top,
.et-form-container .et-login-form,
.et-form-container .et-register-form,
.et_btn,
.et_btn.arrow-enabled > svg,
.et_location_list.row .et_location,
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab.vc_active > a,
.woocommerce-product-gallery .flex-control-thumbs li img,
.et-product-detail .lightbox-enabled:not(.zoom-enabled) .woocommerce-product-gallery__image a:after,
.et_post_nav .post_nav_link .text,
.woocommerce-mini-cart-item .amount,
#side-cart .et-cart-empty,
.et-video-lightbox .et-video-icon,
.products .product .product_thumbnail,
.products .product .product_thumbnail img,
.woocommerce-product-gallery__image img.wp-post-image,
.before-checkout,
.post-featured.title-wrap.parallax_image,
.hero-header .hero-title.parallax_image,
.et-product-detail .product-showcase,
.et-product-detail .woocommerce-product-gallery,
.thumbnails-vertical.et-product-layout-no-padding .showcase-active.product-showcase .has-additional-thumbnails .flex-control-thumbs,
.et-product-detail .product-information .entry-summary,
.et-product-detail:not(.et-product-layout-full-width) .showcase-active.showcase-fixed .et-pro-summary-content,
.et-product-detail:not(.et-product-layout-full-width) .showcase-active.showcase-fixed form.variations_form.cart,
#et-quickview .et-product-detail .product-gallery img,
.woocommerce-variation-price span,
.post.type-post .post-gallery > a:after,
.search-panel .search-clear,
.search-panel .search-icon,
.goya-search .autocomplete-wrapper li a,
.et-header-menu .sub-menu .item-thumb img,
.comment-form-rating .stars a,
.post-categories li a,
.widget .et-swatch-wcapf ul li > a .et-swatch-circle,
.et_post_nav.nav-style-image .post_nav_link,
#scroll_to_top span,
.wc-block-grid__product,
.wc-block-grid__product-image,
.wc-block-grid__product img,
.wc-block-grid__product-add-to-cart,
.site-header .logo-holder,
.site-header .logolink .logoimg {
-moz-transition: all .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-o-transition: all .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-transition: all .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: all .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.linear-transition {
-moz-transition: all 1s linear;
-o-transition: all 1s linear;
-webkit-transition: all 1s linear;
transition: all 1s linear;
}
.linear-quick-transition,
.slick-list,
.slick,
.slick:after,
.post .post-gallery img,
.et-banner img,
.et-lightbox img,
.et-lightbox .et-image-overlay,
.et-portfolio .type-portfolio .et-portfolio-image img,
.products .product.product-category a {
-moz-transition: all .45s linear;
-o-transition: all .45s linear;
-webkit-transition: all .45s linear;
transition: all .45s linear;
}
/* Perfect Scrollbars */
.ps {
-ms-touch-action: auto;
touch-action: auto;
overflow: hidden !important; /* Override plugin style */
-ms-overflow-style: none; }
@supports (-ms-overflow-style: none) {
.ps {
overflow: auto !important; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ps {
overflow: auto !important; } }
.ps.ps--active-y > .ps__scrollbar-y-rail {
display: block;
background-color: transparent; }
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
background-color: #eee;
opacity: 0.9; }
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
background-color: #999;
/*width: 11px;*/ }
.ps > .ps__scrollbar-y-rail {
display: none;
position: absolute;
/* please don't change 'position' */
opacity: 0;
-webkit-transition: background-color .2s linear, opacity .2s linear;
-o-transition: background-color .2s linear, opacity .2s linear;
-moz-transition: background-color .2s linear, opacity .2s linear;
transition: background-color .2s linear, opacity .2s linear;
right: 0;
/* there must be 'right' for ps__scrollbar-y-rail */
width: 10px;
border-radius: 6px; }
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
position: absolute;
/* please don't change 'position' */
background-color: #aaa;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
-o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
-moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
right: 2px;
/* there must be 'right' for ps__scrollbar-y */
width: 6px; }
/*.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
width: 11px; }*/
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
background-color: #eee;
opacity: 0.9; }
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
background-color: #999;
/*width: 11px;*/ }
.ps:hover > .ps__scrollbar-y-rail {
opacity: 0.6; }
.ps:hover > .ps__scrollbar-y-rail:hover {
background-color: #eee;
opacity: 0.9; }
.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
background-color: #999; }
/* # Loaders
------------------------------------------------------- */
/* Transition preload fix */
.et-preload * {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
/* Lazy Load */
.goya-lazyload .lazyload,
.goya-lazyload .lazyloading {
opacity:0.5;
}
.goya-lazyload .lazyloaded {
opacity:1;
-moz-transition:opacity .25s cubic-bezier(0.25,0.8,0.25,1);
-o-transition:opacity .25s cubic-bezier(0.25,0.8,0.25,1);
-webkit-transition:opacity .25s cubic-bezier(0.25,0.8,0.25,1);
transition:opacity .25s cubic-bezier(0.25,0.8,0.25,1);
}
/* Page-load overlay */
.et-page-load-overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 10000;
opacity: .95;
visibility: visible;
-webkit-transition: opacity 0.7s 0s, visibility 0s 0s;
-moz-transition: opacity 0.7s 0s, visibility 0s 0s;
-o-transition: opacity 0.7s 0s, visibility 0s 0s;
transition: opacity 0.7s 0s, visibility 0s 0s;
background: rgba(255,255,255,1);
}
html.et-page-loaded .et-page-load-overlay,
.et-page-load-overlay.overlay-hidden {
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
-o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.et-page-load-overlay span.loader {
display: flex;
height: 100%;
flex-flow: column wrap;
width: 100%;
justify-content: center;
align-items: center;
}
/* Image overlay */
.et-image-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
opacity: 0;
-webkit-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
background: #282828;
background: rgba(0, 0, 0, 0.45);
}
/* Preloaders */
/* Pulse */
.yith-wcan-loading:after,
.blockUI.blockOverlay:after,
.easyzoom-notice:after,
.woocommerce-product-gallery__wrapper.slick:after,
.product-gallery .woo-variation-gallery-wrapper.loading-gallery:after,
.product-gallery .rtwpvg-wrapper.loading-rtwpvg:after,
.add_to_cart_button.loading:after,
.wcapf-before-update:after,
.woof_info_popup:after,
.ftinvwl-animated.ftinvwl-pulse:after,
#side-filters.ajax-loader .side-panel-content:after,
.et-loader:after,
.dot-loader:after,
.zoo-cw-gallery-loading:after {
display: block;
content: " ";
position: absolute;
top: 50%;
right: 50%;
left: auto;
width: 16px;
height: 16px;
margin: -8px -8px 0 0;
background-color: #b9a16b;
background-image: none;
border-radius: 100%;
-webkit-animation: dotPulse .65s 0s infinite cubic-bezier(.21,.53,.56,.8);
animation: dotPulse .65s 0s infinite cubic-bezier(.21,.53,.56,.8);
}
@keyframes dotPulse {
0% {
-webkit-transform:scale(.1);
transform:scale(.1);
opacity:0 }
50% { opacity:1 } to {
-webkit-transform:scale(1.2);
transform:scale(1.2);
opacity:0 }
}
@-webkit-keyframes dotPulse {
0% {
-webkit-transform:scale(.1);
transform:scale(.1);
opacity:0 }
50% { opacity:1 } to {
-webkit-transform:scale(1.2);
transform:scale(1.2);
opacity:0 }
}
/* Line */
.line-loader{
width:160px;
height:3px;
background:linear-gradient(to right,#282828,#282828);
background-color:#ccc;
position:fixed;
top:0;
bottom:0;
left:0;
right:0;
margin:auto;
border-radius:4px;
background-size:20%;
background-repeat:repeat-y;
background-position:-25% 0;
animation:lineLoader 1s linear infinite;
}
@keyframes lineLoader{
50%{background-size:80%}
100%{background-position:125% 0;}
}
.dot3-loader,
.dot3-loader:before,
.dot3-loader:after {
border-radius: 50%;
width: 2.5em;
height: 2.5em;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation: dotThreeLoader 1.2s infinite ease-in-out;
animation: dotThreeLoader 1.2s infinite ease-in-out;
}
.dot3-loader {
color: #ffffff;
font-size: 8px;
margin: 10px auto;
position: relative;
text-indent: -9999em;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.et-page-load-overlay .dot3-loader {
color: #b9a16b;
}
.dot3-loader:before,
.dot3-loader:after {
content: '';
position: absolute;
top: 0;
}
.dot3-loader:before {
left: -3.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.dot3-loader:after {
left: 3.5em;
}
@-webkit-keyframes dotThreeLoader {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
}
@keyframes dotThreeLoader {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
}
/* # Animations
------------------------------------------------------- */
/* CSS Animations */
.animated {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@keyframes heartBeat {
0%, 100% { transform:scale(1) }
50% { transform:scale(1.1) }
}
@-webkit-keyframes heartBeat {
0%, 100% { -webkit-transform:scale(1) }
50% { -webkit-transform:scale(1.1) }
}
@keyframes circlePulse {
0% {
animation-timing-function:ease-in;
transform:scale(1.4);
opacity:0.05 }
30% {
transform:scale(2);
opacity: .15 }
100% {
animation-timing-function:ease-in-out;
transform:scale(2.3);
opacity:0 }
}
@-webkit-keyframes circlePulse {
0% {
-webkit-animation-timing-function:ease-in;
-webkit-transform:scale(1);
opacity:0 }
50% {
-webkit-transform:scale(2);
opacity: .15 }
100% {
-webkit-animation-timing-function:ease-in-out;
-webkit-transform:scale(2.3);
opacity:0 }
}
@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes et-fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0); }
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes et-fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0); }
100% {
opacity: 1;
-webkit-transform: none;
transform: none; }
}
.et-fadeInUp {
-webkit-animation-name: et-fadeInUp;
animation-name: et-fadeInUp;
}
@-webkit-keyframes et-fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0); }
100% {
opacity: 1;
-webkit-transform: none;
transform: none; }
}
@keyframes et-fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0); }
100% {
opacity: 1;
-webkit-transform: none;
transform: none; }
}
.et-fadeInLeft {
-webkit-animation-name: et-fadeInLeft;
animation-name: et-fadeInLeft;
}
@-webkit-keyframes et-fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0); }
100% {
opacity: 1;
-webkit-transform: none;
transform: none; }
}
@keyframes et-fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0); }
100% {
opacity: 1;
-webkit-transform: none;
transform: none; }
}
.et-fadeInRight {
-webkit-animation-name: et-fadeInRight;
animation-name: et-fadeInRight;
}
@-webkit-keyframes et-fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0); }
100% {
opacity: 1;
-webkit-transform: none;
transform: none; }
}
@keyframes et-fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0); }
100% {
opacity: 1;
-webkit-transform: none;
transform: none; }
}
.et-fadeInDown {
-webkit-animation-name: et-fadeInDown;
animation-name: et-fadeInDown;
}
@keyframes zoomIn {
from {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
animation-name: zoomIn;
}
/* Items animations */
.perspective-wrap {
-moz-perspective:3000px;
-webkit-perspective:3000px;
perspective:3000px;
}
.animation {
will-change:opacity, transform;
opacity:0;
-moz-animation:none;
-webkit-animation:none;
animation:none;
}
.animation.bottom-to-top,
.animation.top-to-bottom,
.animation.left-to-right,
.animation.right-to-left,
.animation.left-to-right-3d,
.animation.right-to-left-3d,
.animation.bottom-to-top-3d,
.animation.top-to-bottom-3d,
.animation.scale {
-moz-animation:none;
-webkit-animation:none;
animation:none;
}
.animation.bottom-to-top {
-moz-transform:translateY(50px);
-ms-transform:translateY(50px);
-webkit-transform:translateY(50px);
transform:translateY(50px);
}
.animation.top-to-bottom {
-moz-transform:translateY(-50px);
-ms-transform:translateY(-50px);
-webkit-transform:translateY(-50px);
transform:translateY(-50px);
}
.animation.left-to-right {
-moz-transform:translateX(-50px);
-ms-transform:translateX(-50px);
-webkit-transform:translateX(-50px);
transform:translateX(-50px);
}
.animation.right-to-left {
-moz-transform:translateX(50px);
-ms-transform:translateX(50px);
-webkit-transform:translateX(50px);
transform:translateX(50px);
}
.animation.left-to-right-3d {
transform-origin:100% 100%;
transform-style:preserve-3d;
-moz-transform:rotateX(-25deg) rotateY(-15deg) translate3d(-60px,-10px,0);
-ms-transform:rotateX(-25deg) rotateY(-15deg) translate3d(-60px,-10px,0);
-webkit-transform:rotateX(-25deg) rotateY(-15deg) translate3d(-60px,-10px,0);
transform:rotateX(-25deg) rotateY(-15deg) translate3d(-60px,-10px,0);
}
.animation.right-to-left-3d {
transform-origin:0 100%;
transform-style:preserve-3d;
-moz-transform:rotateX(-25deg) rotateY(15deg) translate3d(60px,-10px,0);
-ms-transform:rotateX(-25deg) rotateY(15deg) translate3d(60px,-10px,0);
-webkit-transform:rotateX(-25deg) rotateY(15deg) translate3d(60px,-10px,0);
transform:rotateX(-25deg) rotateY(15deg) translate3d(60px,-10px,0);
}
.animation.bottom-to-top-3d {
transform-style:preserve-3d;
-moz-transform:rotateX(-45deg) translateY(120px);
-ms-transform:rotateX(-45deg) translateY(120px);
-webkit-transform:rotateX(-45deg) translateY(120px);
transform:rotateX(-45deg) translateY(120px);
}
.animation.top-to-bottom-3d {
transform-style:preserve-3d;
-moz-transform:rotateX(45deg) translateY(-120px);
-ms-transform:rotateX(45deg) translateY(-120px);
-webkit-transform:rotateX(45deg) translateY(-120px);
transform:rotateX(45deg) translateY(-120px);
}
.animation.scale {
-moz-transform:scale(.8,.8);
-ms-transform:scale(.8,.8);
-webkit-transform:scale(.8,.8);
transform:scale(.8,.8);
}
.animation.bottom-to-top.animated,
.animation.top-to-bottom.animated,
.animation.left-to-right.animated,
.animation.right-to-left.animated,
.animation.left-to-right-3d.animated,
.animation.right-to-left-3d.animated,
.animation.bottom-to-top-3d.animated,
.animation.top-to-bottom-3d.animated,
.animation.scale.animated,
.animation.animated,
.vc_editor .animation,
.elementor-element .animation,
.slick-slider.products .slick-slide.slick-cloned .animation {
-moz-transition: transform .65s, opacity .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-o-transition: transform .65s, opacity .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-transition: transform .65s, opacity .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: transform .65s, opacity .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-moz-transform: none;
-ms-transform: none;
-webkit-transform: none;
transform: none;
opacity: 1;
visibility: visible;
}
.woocommerce-checkout .blockUI.blockOverlay:after {
top: 30%;
}
@media only screen and (max-width: 767px) {
.animation.bottom-to-top.animated,
.animation.top-to-bottom.animated,
.animation.left-to-right.animated,
.animation.right-to-left.animated,
.animation.left-to-right-3d.animated,
.animation.right-to-left-3d.animated,
.animation.bottom-to-top-3d.animated,
.animation.top-to-bottom-3d.animated,
.animation.scale.animated,
.animation.animated {
-moz-transition: transform .25s, opacity 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-o-transition: transform .25s, opacity 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-transition: transform .25s, opacity 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: transform .25s, opacity 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-moz-transform: none;
-ms-transform: none;
-webkit-transform: none;
transform: none;
opacity: 1;
visibility: visible;
}
.woocommerce-checkout .blockUI.blockOverlay:after {
top: auto;
bottom: 30vh;
}
}
.et-loader-light.et-loader:after {
background: #fff;
}
.blockUI.blockOverlay {
opacity: 1 !important;
background: rgba(255, 255, 255, 0.5) !important; /* override js inline style */
}
/* # Layout
------------------------------------------------------- */
/* Main Wrapper */
#wrapper {
display: flex;
flex-direction: column;
position: relative;
min-height: 100%;
width: 100%;
overflow: clip;
scroll-behavior: smooth;
}
.et-site-layout-framed #wrapper {
padding: 0;
margin: 0;
}
@media only screen and (min-width: 576px) {
.et-site-layout-framed #wrapper {
padding: 15px;
margin: 0;
}
}
@media only screen and (min-width: 768px) {
.et-site-layout-framed #wrapper {
padding: 30px;
}
}
#wrapper [role="main"] {
flex: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#wrapper [role="main"] {
flex: none;
}
}
.click-capture {
position: absolute;
z-index: 603;
top: 0;
right: 0;
width: 0;
height: 0;
background: rgba(192,192,192,0.6);
opacity: 0;
-moz-transition: opacity .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-o-transition: opacity .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-transition: opacity .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: opacity .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body.panel-open-menu .click-capture,
body.panel-open-filters .click-capture,
body.panel-open-cart .click-capture,
body.panel-open-search .click-capture {
width: 100%;
height: 100%;
opacity: 1;
}
.background--dark .fp-section p {
color: #fff;
}
/* Clear fix */
.page-header:after,
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.page-header:after,
.clear:after,
.clearfix:after {
clear: both;
}
.clear,
.clearfix {
*zoom: 1;
}
/* Alignment classes */
.align-right {
-webkit-box-pack:end;
-ms-flex-pack:end;
justify-content:flex-end;
}
.align-center {
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
/*Row/columns layouts*/
ul.row {
padding-left: 0;
}
.row.mpc-row {
display: flex;
}
.row.row-o-full-height {
display: flex;
min-height: 100vh;
}
.vc_row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
.row-o-columns-stretch > div {
height: 100%;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.row.row-o-full-height {
height: 100vh;
}
}
.row.row-o-columns-middle {
align-items: center;
}
.row.row-o-content-middle .vc_column-inner {
display: flex;
flex-direction: column;
justify-content: center;
}
.row.row-o-content-bottom .vc_column-inner {
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.row.full-width-row {
width: 100%;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media only screen and (min-width: 576px) {
.container-fluid .vc_row .vc_row.max_width {
max-width: 540px;
}
.container-fluid .vc_row .vc_row.max_width {
margin-left: auto;
margin-right: auto;
}
}
@media only screen and (min-width: 768px) {
.container-fluid .vc_row .vc_row.max_width {
max-width: 720px;
}
}
@media only screen and (min-width: 992px) {
.container-fluid .vc_row .vc_row.max_width {
max-width: 960px;
}
}
@media only screen and (min-width: 1200px) {
.container-fluid .vc_row .vc_row.max_width {
max-width: 1140px;
}
}
@media only screen and (min-width: 1490px) {
.container-fluid .vc_row .vc_row.max_width {
max-width: 1420px;
}
}
.flex-video {
margin: 0;
}
.vc_inline-shortcode-edit-form .vc_element .wpb_column {
width: 100%;
max-width: 100%;
}
.wpb_column .vc_column-inner {
width: 100%;
}
.wpb_row:not(.no-padding) .vc_column_container {
padding-left: 15px;
padding-right: 15px;
}
.wpb_row.vc_col-has-fill>.vc_column-inner,
.wpb_row.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.wpb_row.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.wpb_row.vc_row-has-fill>.vc_column_container>.vc_column-inner {
padding-top: 0;
}
.wpb_row.no-padding > .vc_column_container,
.wpb_row > .vc_column_container > .vc_column-inner {
padding-left: 0;
padding-right: 0;
}
.wpb_row.no-padding .wpb_row > .vc_column_container > .vc_column-inner {
padding-left: 15px;
padding-right: 15px;
}
.wpb_row.vc_row:after,
.wpb_row.vc_row:before,
.wpb_row .vc_column-inner:after,
.wpb_row .vc_column-inner:before {
display: block;
content: "";
clear: both;
}
@media only screen and (max-width: 575px) {
.container,
.container-fluid,
.wpb_row.no-padding .wpb_row > .vc_column_container > .vc_column-inner {
padding-right: 20px;
padding-left: 20px;
}
.wpb_row.no-padding {
margin-left: -20px;
margin-right: -20px;
}
}
/* Column Colors */
.wpb_column.et-light-column,
.et-light-column .wpb_text_column,
.wpb-js-composer .wpb_column.et-light-column .vc_tta.vc_general.vc_tta-tabs .vc_tta-tab > a {
color: rgba(255,255,255,0.7);
}
.wpb_column.et-light-column h1,
.wpb_column.et-light-column h2,
.wpb_column.et-light-column h3,
.wpb_column.et-light-column h4,
.wpb_column.et-light-column h5,
.wpb_column.et-light-column h6,
.wpb_column.et-light-column label,
.wpb_column.et-light-column .et-feature-icon,
.wpb_column.et-light-column .et-video-lightbox,
.wpb_column.et-light-column .wpb_text_column a,
.wpb_column.et-light-column .wpb_column a:not(.button),
.wpb_column.et-light-column blockquote,
.et-light-column .et-testimonial blockquote,
.wpb_column.et-light-column .vc_btn_link {
color: #fff;
}
.wpb_column.et-light-column blockquote {
border-color: #fff;
}
.et-light-column .et-testimonials-slider .slick-arrow svg {
fill: #fff;
}
.wpb_column.et-light-column .wpb_text_column a:after,
.wpb_column.et-light-column .wpb_column a:after {
border-bottom-color: #fff;
}
.wpb_column.et-light-column .slick .slick-dots li button {
background-color: rgba(255,255,255,0.4);
}
.wpb_column.et-light-column .preline:not(.accent-color):before,
.wpb_column.et-light-column .preline-medium:not(.accent-color):before,
.wpb_column.et-light-column .preline-large:not(.accent-color):before,
.wpb_column.et-light-column .postline:not(.accent-color):before,
.wpb_column.et-light-column .postline-medium:not(.accent-color):before,
.wpb_column.et-light-column .postline-large:not(.accent-color):before,
.wpb_column.et-light-column .slick .slick-dots li.slick-active button {
background-color: #fff;
}
.wpb-js-composer .wpb_column.et-light-column .vc_tta.vc_general.vc_tta-tabs-position-top .vc_tta-tab.vc_active > a,
.wpb-js-composer .wpb_column.et-light-column .vc_tta.vc_general.vc_tta-tabs-position-right .vc_tta-tab.vc_active > a,
.wpb-js-composer .wpb_column.et-light-column .vc_tta.vc_general.vc_tta-tabs-position-left .vc_tta-tab.vc_active > a {
box-shadow: inset 0 -1px 0 0 rgba(255,255,255,0.5);
color: #fff;
}
.wpb-js-composer .wpb_column.et-light-column .vc_tta.vc_general.vc_tta-tabs-position-bottom .vc_tta-tab.vc_active > a {
box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5);
color: #fff;
}
.et-fixed,
.et-product-detail .summary {
will-change: top;
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
/* Grid Helper */
[class*="block-grid-"] .WOOF_Widget {
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
[class*="block-grid-"] .WOOF_Widget .woof_redraw_zone {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
[class*="block-grid-"] > *:not([class*="slick"]),
[class*="block-grid-"] .WOOF_Widget .woof_container {
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
list-style: none;
}
[class*="block-grid-"] > *:not([class*="slick"]).WOOF_Widget,
.block-grid-1 > *:not([class*="slick"]),
.block-grid-1 .WOOF_Widget .woof_container {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.block-grid-2 > *:not([class*="slick"]),
.block-grid-2 .WOOF_Widget .woof_container {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.block-grid-3 > *:not([class*="slick"]),
.block-grid-3 .WOOF_Widget .woof_container {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.block-grid-4 > *:not([class*="slick"]),
.block-grid-4 .WOOF_Widget .woof_container {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.block-grid-5 > *:not([class*="slick"]),
.block-grid-5 .WOOF_Widget .woof_container {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.block-grid-6 > *:not([class*="slick"]),
.block-grid-6 .WOOF_Widget .woof_container {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
@media only screen and (min-width: 768px) {
.md-block-grid-2 > *:not([class*="slick"]) {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.md-block-grid-3 > *:not([class*="slick"]) {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.md-block-grid-4 > *:not([class*="slick"]) {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.md-block-grid-5 > *:not([class*="slick"]) {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.md-block-grid-6 > *:not([class*="slick"]) {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
}
@media only screen and (min-width: 992px) {
.lg-block-grid-2 > *:not([class*="slick"]) {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.lg-block-grid-3 > *:not([class*="slick"]) {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.lg-block-grid-4 > *:not([class*="slick"]) {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.lg-block-grid-5 > *:not([class*="slick"]) {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.lg-block-grid-6 > *:not([class*="slick"]) {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
}
@media only screen and (max-width: 575px) {
[class*="block-grid-"] > *:not([class*="slick"]) {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media only screen and (max-width: 991px) {
.et-fixed {
position: static !important; /* override js inline style */
}
}
.page-padding {
padding-top: 30px;
}
.page .page-padding:not(.hero-header) {
padding-top: 0;
}
.page-bottom-padding {
padding-bottom: 90px;
}
.type-portfolio.page-padding {
padding-top: 0;
}
.post-password-form {
max-width: 460px;
border: 1px solid #ddd;
padding: 40px;
border-radius: 3px;
margin: 5vh auto 8vh;
}
@media only screen and (max-width: 767px) {
.page-bottom-padding {
padding-bottom: 0;
}
}
.page-wrapper-inner {
position: relative;
-webkit-flex: 1 0 auto;
-moz-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
min-height: 600px;
height: auto;
}
/* # Typography
------------------------------------------------------- */
/* Block Font Sizes */
.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
width: calc(100% - 2.375em);
}
.has-medium-font-size {
font-size: 20px;
}
.has-large-font-size {
font-size: 36px;
}
.has-huge-font-size,
.has-larger-font-size {
font-size: 42px;
}
/* Headings */
.entry-content h1 {
font-size: 2.44em;
}
.entry-content h2 {
font-size: 1.95em;
}
.entry-content h3 {
font-size: 1.56em;
}
.entry-content h4 {
font-size: 1.25em;
}
.entry-content h5 {
font-size: 1em;
}
.entry-content h6 {
font-size: 0.8em;
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
line-height: 1.4;
}
.entry-content h4 {
line-height: 1.5;
}
.entry-content h1 {
margin-top: 0.67em;
margin-bottom: 0.67em;
}
.entry-content h2 {
margin-top: 0.83em;
margin-bottom: 0.83em;
}
.entry-content h3 {
margin-top: 1em;
margin-bottom: 1em;
}
.entry-content h4 {
margin-top: 1.33em;
margin-bottom: 1.33em;
}
.entry-content h5 {
margin-top: 1.67em;
margin-bottom: 1.67em;
}
.entry-content h6 {
margin-top: 2.33em;
margin-bottom: 2.33em;
}
/* # WordPress Specific
------------------------------------------------------- */
/* Common */
.post-content.entry-content {
padding-bottom: 60px;
}
/* Paragraphs */
p:last-child,
.hentry ul:not([class]):last-child {
margin-bottom: 0;
}
/* Images */
img.width-full {
width: 100%;
}
/* Pre, Var and Code tags */
pre,
var,
code {
-moz-hyphens: none;
font-family: monospace, serif;
font-style: normal;
font-family: Menlo,Consolas,monaco,monospace;
font-size: 14px;
}
.wp-block-code,
pre {
padding: 20px;
border: 1px solid #e7e7e7;
border-radius: 4px;
}
.wp-block-verse {
border: 0;
}
.wp-block-code,
.wp-block-preformatted {
background: #fafafa;
}
/* Definition lists */
dt {
font-weight: bold;
color: #282828;
}
dd {
margin-bottom: 24px;
}
/* Separators */
hr,
.wp-block-separator {
height: 0px;
border-bottom: 2px solid currentColor;
margin: 2em auto;
}
/* Tables */
.hentry table,
.entry-content table {
width: 100%;
margin: 0 0 28px;
}
.hentry table th,
.entry-content table th {
color: #282828;
font-weight: normal;
text-transform: uppercase;
}
.hentry table th,
.hentry table td,
.entry-content table th,
.entry-content table td,
.wp-block-table td,
.wp-block-table th {
padding: .6em .8em;
border: 1px solid #686868;
border-color: inherit;
}
.wp-block-table.size-guide th {
background-color: #000;
color: #fff;
font-weight: normal;
text-align: center;
}
.wp-block-table.size-guide td {
text-align: center;
}
.wp-block-table.size-guide thead {
border: 0;
}
iframe {
max-width: 100%;
vertical-align: middle;
}
.more-link {
display: block;
margin-top: 28px;
}
/* Mark and Insert tags */
mark,
ins {
text-decoration: none;
background-color: #f5f5f5;
padding: 0 3px;
}
/* Lists (without class) */
.hentry ol:not([class]),
.hentry ul:not([class]),
.hentry ol.children,
.hentry ul.children,
.entry-content ol:not([class]),
.entry-content ul:not([class]),
.comment ol:not([class]),
.comment ul:not([class]),
.mfp-content ol:not([class]),
.mfp-content ul:not([class]),
.entry-content .wp-block-rss,
.entry-summary ul:not([class]) {
margin-bottom: 28px;
padding-left: 1.3em;
margin-left: .7em;
}
.hentry ol ul:not([class]),
.hentry ul ul:not([class]),
.hentry ol ol:not([class]),
.hentry ul.children,
.hentry ol ul.children,
.entry-content ol ul:not([class]) {
margin-left: 0;
}
.hentry ul:not([class]) li,
.hentry ol ul:not([class]) > li,
.hentry ul.children li,
.hentry ol ul.children > li,
.entry-content ul:not([class]) li,
.entry-content ol ul:not([class]) > li,
.comment ul:not([class]) li,
.entry-content .wp-block-rss li,
.entry-content .wp-block-categories li,
.entry-content .wp-block-archives li {
margin-bottom: 5px;
}
.hentry ol:not([class]) li,
.hentry ul ol:not([class]) > li,
.entry-content ol:not([class]) li,
.entry-content ul ol:not([class]) > li,
.comment ol:not([class]) li {
/*list-style-type: decimal;*/
margin-bottom: 5px;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft,
blockquote.alignright,
.wp-caption.alignright,
img.alignright,
h1,
h2,
h3,
h4,
h5,
p,
pre,
address,
figure,
.wp-caption,
.wp-block-categories {
margin-bottom: 28px;
}
.wp-block-group.has-background,
.wp-block-media-text,
.wp-block-search {
margin-bottom: 28px;
}
.wp-block-cover.alignleft,
.wp-block-image .alignleft {
margin-right: 24px;
}
.wp-block-cover.alignright,
.wp-block-image .alignright {
margin-left: 24px;
}
p.has-background {
padding: 20px 30px;
}
.nospacing {
margin: 0;
padding: 0;
}
/* Images */
.wp-block-image.alignleft,
.wp-block-cover-image.alignleft,
[data-align="left"] .wp-block-cover-image,
.wp-block-button.alignleft {
margin-right: 24px;
}
.wp-block-image.alignright,
.wp-block-cover-image.alignright,
[data-align="right"] .wp-block-cover-image,
.wp-block-button.alignright {
margin-left: 24px;
}
.wp-block-image,
.wp-block-gallery,
.et-wp-gallery {
margin-bottom: 28px;
}
.wp-block-image a:after {
display: none;
}
.wp-block-image figcaption {
margin-top: 1em;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
max-width: 915px;
line-height: 1.25;
font-size: 2em;
}
/* Captions */
.wp-caption {
position: relative;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption-text {
text-align: initial;
font-size: 13px;
padding-top: 10px;
}
@media all and (max-width: 768px) {
.wp-caption-text {
bottom: 10px;
left: -10px;
}
}
.post .post-content .blocks-gallery-grid {
margin-bottom: 0;
}
.wp-block-gallery.alignleft {
margin-right: 24px;
}
.wp-block-gallery.alignright {
margin-left: 24px;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
line-height: 1.3;
background: linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.3) 60%,transparent);
padding: 40px 15px 10px;
}
/* Cover Images */
.wp-block-cover, .wp-block-cover-image {
margin-bottom: 28px;
color: #fff;
}
.wp-block-cover a, .wp-block-cover-image a {
color: #fff;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
padding: 14px 24px;
}
/* Headings */
.page-header {
text-align: center;
padding-top: 6vh;
padding-bottom: 6vh;
}
.hero-title .page-title {
margin-bottom: 0;
}
.page-template-default:not(.woocommerce) .page-header {
margin-bottom: 30px;
}
/* Hero light title */
.hero-light-title .hero-header .hero-title {
color: rgba(255,255,255,0.7);
}
.hero-light-title .hero-header .hero-title h1,
.hero-light-title .hero-header .hero-title a {
color: #fff;
}
/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
}
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar. */
}
/* Alignments */
.alignleft {
display: inline;
float: left;
}
.alignright {
display: inline;
float: right;
}
.aligncenter {
display: block;
clear: both;
margin-right: auto;
margin-left: auto;
text-align: center;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
margin-right: 24px;
text-align: left;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
margin-left: 24px;
text-align: right;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
clear: both;
text-align: center;
}
/* Blockquote */
blockquote {
color: #282828;
padding: 0 20px;
box-shadow: inset 0 0 0 0 #e2e4e7;
border-left: 4px solid #000;
padding-left: 1em;
}
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6,
blockquote p {
font-size: 20px;
line-height: 1.6;
margin-bottom: 20px
}
blockquote.alignleft {
float: left;
width: 40%;
margin: 5px 24px 24px 0;
padding-left: 0;
text-align: left;
}
blockquote.alignright {
float: right;
width: 40%;
margin: 5px 0 24px 24px;
padding-right: 0;
text-align: right;
}
.wp-block-quote {
padding-top: 1.5em;
padding-right: 1.5em;
padding-left: 1.5em;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
font-style: normal;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
font-style: normal;
line-height: 1.6;
}
/*Pullquotes*/
.wp-block-pullquote {
border-top: 4px solid;
border-bottom: 4px solid;
}
.wp-block-pullquote p {
margin-bottom: 10px;
}
.wp-block-pullquote blockquote {
margin-bottom: 0;
border: 0;
}
.wp-block-pullquote blockquote cite {
padding: 0;
}
.wp-block-pullquote blockquote cite:before {
display: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
max-width: 75%;
text-align: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
margin-top: 0;
margin-bottom: 0;
}
.wp-block-pullquote.alignright {
margin-left: 24px;
}
.wp-block-pullquote.alignleft {
margin-right: 24px;
}
/* Cite */
blockquote cite,
.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-quote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
font-size: inherit;
text-transform: none;
margin-top: 1em;
line-height: 1;
font-style: normal;
font-weight: normal;
}
blockquote cite br {
display: none;
}
@media only screen and (max-width: 767px) {
.page-header {
padding-top: 4vh;
padding-bottom: 4vh;
}
.page-template-default:not(.woocommerce) .page-header {
margin-bottom: 10px;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
width: 50%;
max-width: 50%;
}
}
@media only screen and (max-width: 575px) {
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
margin: 0 0 24px;
width: 100%;
max-width: 100%;
text-align: left;
}
.wp-block-columns .wp-block-column {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 20px;
}
}
@media only screen and (min-width: 992px) {
.post.sidebar-disabled blockquote.alignleft {
margin-left: -7vw;
}
.post.sidebar-disabled blockquote.alignright {
margin-right: -7vw;
}
.wp-block-pullquote.alignwide {
padding-left: 2em;
padding-right: 2em;
}
.wp-block-pullquote.alignfull {
padding-left: 3em;
padding-right: 3em;
}
}
/*Block Posts*/
.hentry ul,
.entry-content ul,
.comment ul,
.wp-block-archives,
.wp-block-categories-list,
.wp-block-calendar {
margin-bottom: 28px;
}
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments,
.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul,
.wp-block-latest-comments ul {
list-style: none;
}
.hentry ul ul,
.hentry ul ol,
.commentlist .comment ul ul,
.hentry ol ol,
.hentry ol ul {
margin-bottom: 0 !important;
margin-top: 5px;
}
.wp-block-latest-posts li,
.wp-block-latest-posts.is-grid li {
margin-bottom: 16px;
margin-top: 0;
}
/* Latest Comments */
.wp-block-latest-comments__comment,
.wp-block-latest-comments__comment p {
font-size: inherit;
line-height: inherit;
}
.wp-block-latest-comments img {
float: left;
width: 48px;
height: 48px;
margin: 0;
padding: 0;
overflow: hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
margin-left: 62px;
}
/* Gallery */
.gallery {
clear: both;
padding-bottom: 32px;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gallery:last-child {
padding-bottom: 0;
}
.gallery .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gallery.gallery-columns-4 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.gallery.gallery-columns-7 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 14.285714286%;
flex: 0 0 14.285714286%;
max-width: 14.285714286%;
}
.gallery.gallery-columns-8 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
max-width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 11.111111111%;
flex: 0 0 11.111111111%;
max-width: 11.111111111%;
}
.gallery .gallery-item {
position: relative;
display: inline-block;
float: left;
width: 100%;
text-align: center;
padding: 1.79104477%;
vertical-align: top;
-moz-transition: opacity .2s ease-in-out;
-o-transition: opacity .2s ease-in-out;
-webkit-transition: opacity .2s ease-in-out;
transition: opacity .2s ease-in-out;
}
.gallery .gallery-item:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: .8;
}
.gallery .gallery-item img {
width: 100%;
max-width: 100%;
}
.gallery .gallery-item a {
line-height: 0;
display: block;
width: 100%;
}
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
.more-link {
display: inline-block;
font-weight: 600;
}
/* Gallery: Popup */
.et-wp-gallery-popup .mfp-counter {
display: none;
}
.et-wp-gallery-popup .mfp-close {
color: #fff;
}
.et-wp-gallery-popup .mfp-close:hover,
.et-wp-gallery-popup .mfp-close:focus {
opacity: 1;
}
.et-wp-gallery-popup .mfp-arrow:before,
.et-wp-gallery-popup .mfp-arrow:after {
border: 0;
}
.et-wp-gallery-popup .mfp-arrow {
font-size: 30px;
line-height: 110px;
width: 70px;
opacity: 0.75;
cursor: pointer;
-webkit-transition: opacity 0.25s ease;
-moz-transition: opacity 0.25s ease;
-o-transition: opacity 0.25s ease;
transition: opacity 0.25s ease;
}
.et-wp-gallery-popup .mfp-arrow-right { /* Flip icon horizontally */
display: inline-block;
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.et-wp-gallery-popup .mfp-arrow:hover {
opacity: 1;
}
@media all and (max-width: 768px) {
.gallery-caption {
display: none;
}
}
@media all and (max-width: 820px) {
.et-wp-gallery-popup .mfp-arrow {
display: none;
}
}
/* Widgets */
/*Search*/
.searchform {
margin: 0;
}
.searchform fieldset {
position: relative;
border: 0;
z-index: 1;
}
.searchform fieldset input {
margin-bottom: 0;
}
.search-button-group {
position: relative;
max-width: 768px;
display: flex;
align-items: center;
}
.search-button-group .search-field {
width: 100%;
position: relative;
border: 0;
}
.searchform .search-button-group button,
.searchform .search-button-group button:hover {
border: 0;
background: transparent;
color: inherit;
}
/* Footer - Searchbox */
.footer-widgets .woocommerce-product-search .cate-dropdown {
display: none;
}
.footer-widgets .woocommerce-product-search button,
.footer-widgets .search-field {
background-color: transparent;
border: 0;
}
/* Social Media */
.et_widget_social_media .intro-text {
margin-bottom: 10px;
}
.et_widget_social_media .social_widget {
display: block !important;
}
.et_widget_social_media .widgettitle span {
display: none !important;
}
@media all and (max-width: 767px) {
.et_widget_social_media {
text-align: center;
}
}
/* # Forms
------------------------------------------------------- */
form {
margin: 0;
}
form fieldset {
padding: 0;
margin: 0;
border: 0;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="time"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"],
input.input-text,
select,
textarea,
.nf-form-cont .nf-form-content .listselect-wrap .nf-field-element div,
.nf-form-cont .nf-form-content input.ninja-forms-field,
.nf-form-cont .nf-form-content select.ninja-forms-field:not([multiple]),
.nf-form-cont .nf-form-content textarea,
.ppom-wrapper .ppom-field-wrapper .form-control {
font-family: inherit;
font-size: 1em;
line-height: 1.6;
outline: 0;
padding: .75rem;
height: calc(2.15em + .975rem + 4px);
color: #282828;
background-color: #fff;
background-clip: padding-box;
border: 2px solid #ddd;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
-webkit-appearance: none;
}
.el-style-border-width-1 input[type="text"],
.el-style-border-width-1 input[type="password"],
.el-style-border-width-1 input[type="number"],
.el-style-border-width-1 input[type="date"],
.el-style-border-width-1 input[type="datetime"],
.el-style-border-width-1 input[type="datetime-local"],
.el-style-border-width-1 input[type="time"],
.el-style-border-width-1 input[type="month"],
.el-style-border-width-1 input[type="week"],
.el-style-border-width-1 input[type="email"],
.el-style-border-width-1 input[type="search"],
.el-style-border-width-1 input[type="tel"],
.el-style-border-width-1 input[type="url"],
.el-style-border-width-1 input.input-text,
.el-style-border-width-1 select,
.el-style-border-width-1 textarea,
.el-style-border-width-1 .nf-form-content .listselect-wrap .nf-field-element div,
.el-style-border-width-1 .nf-form-content input.ninja-forms-field,
.el-style-border-width-1 .nf-form-content select.ninja-forms-field:not([multiple]),
.el-style-border-width-1 .nf-form-content .nf-form-content textarea,
.el-style-border-width-1 .ppom-wrapper .ppom-field-wrapper .form-control {
border-width: 1px;
height: calc(2.15em + .975rem + 2px);
}
.el-style-border-bottom input[type="text"],
.el-style-border-bottom input[type="password"],
.el-style-border-bottom input[type="number"],
.el-style-border-bottom input[type="date"],
.el-style-border-bottom input[type="datetime"],
.el-style-border-bottom input[type="datetime-local"],
.el-style-border-bottom input[type="time"],
.el-style-border-bottom input[type="month"],
.el-style-border-bottom input[type="week"],
.el-style-border-bottom input[type="email"],
.el-style-border-bottom input[type="search"],
.el-style-border-bottom input[type="tel"],
.el-style-border-bottom input[type="url"],
.el-style-border-bottom input.input-text,
.el-style-border-bottom select,
.el-style-border-bottom textarea,
.el-style-border-bottom .nf-form-content .listselect-wrap .nf-field-element div,
.el-style-border-bottom .nf-form-content input.ninja-forms-field,
.el-style-border-bottom .nf-form-content select.ninja-forms-field:not([multiple]),
.el-style-border-bottom .nf-form-content textarea,
.el-style-border-bottom .ppom-wrapper .ppom-field-wrapper .form-control {
border-top-width: 0 !important;
border-right-width: 0 !important;
border-left-width: 0 !important;
border-radius: 0;
padding-left: 0;
padding-right: 0;
background-color: transparent;
}
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
input:-webkit-autofill {
-webkit-box-shadow: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="time"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input.input-text:focus,
select:focus,
textarea:focus {
outline: 0;
border-color: currentColor;
box-shadow: none;
}
select {
-moz-appearance: none;
-webkit-appearance: none;
background-color: #fff;
background-image: url('../img/svg/chevron-down.svg');
background-position: calc(100% - 12px) 48%;
background-repeat: no-repeat;
background-size: 14px 14px;
position: relative;
padding-right: 26px;
}
select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #181818;
}
option:not(:checked) {
color: #484848;
}
/* Forms: Chrome - Input autofill background color */
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px white inset;
}
textarea {
min-height: 108px;
padding: 7px 14px;
}
input[type=checkbox],
input[type=radio] {
clear: none;
cursor: pointer;
margin: -.25rem .25rem 0 0;
outline: 0;
padding: 0!important;
text-align: center;
vertical-align: middle;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-font-smoothing: inherit;
transition: .05s border-color ease-in-out;
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 16px;
width: 16px;
height: 16px;
background-color: transparent;
border: 2px solid #aaa;
margin-right: 8px;
position: relative;
}
label:hover input[type=checkbox],
label:hover input[type=radio] {
border-color: #000;
}
input[type=checkbox]:checked {
background: #282828;
border-color: #282828 !important;
}
input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
float: left;
display: inline-block;
vertical-align: middle;
width: 1rem;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
input[type=checkbox]:checked:before {
content: '';
display: block;
height: 9px;
width: 5px;
border: 1px solid #fff;
border-width: 0 1px 1px 0;
transform: rotate(45deg);
position: absolute;
top: 0px;
left: 4px;
}
input[type=radio] {
border-radius: 50%;
}
input[type=radio]:checked:before {
content: '';
border-radius: 50%;
width: 8px;
height: 8px;
background-color: #282828;
}
input[type=checkbox]:disabled,
input[type=radio]:disabled,
input[type=checkbox]:disabled:hover,
input[type=radio]:disabled:hover {
background: #ddd;
border-color: #ccc;
cursor: not-allowed;
}
/* Contact Form 7 */
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="time"],
.wpcf7 input[type="month"],
.wpcf7 input[type="week"],
.wpcf7 input[type="email"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input.input-text,
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 label {
width: 100%;
}
.wpcf7-list-item.first {
margin-left: 0;
}
/* Buttons */
.wp-block-button__link {
border-radius: 5px;
margin-bottom: 20px;
}
.wp-block-button__link,
.wc-block-components-button,
.nf-form-cont .nf-form-content .submit-wrap .ninja-forms-field,
.btn-ghost,
.button,
input[type=submit],
button[type=submit] {
display: inline-block;
line-height: 1.6;
font-size: inherit;
color: #fff;
padding: .75rem 1.75rem;
border: 2px solid transparent;
text-align: center;
opacity: 1;
background: #282828;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
will-change: transform;
}
.wp-block-button:not(.is-style-outline) a.wp-block-button__link:not([href]) {
color: #fff;
}
.button.btn-sm {
padding: .575rem 1.25rem;
font-size: .875em;
}
.wp-block-button__link:hover,
.wc-block-components-button:hover,
.wc-block-components-button:focus,
.nf-form-cont .nf-form-content .submit-wrap .ninja-forms-field:hover,
.nf-form-cont .nf-form-content .submit-wrap .ninja-forms-field:focus,
.button:hover,
.button:active,
.button:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
button[type=submit]:hover,
button[type=submit]:active,
button[type=submit]:focus {
color: #fff;
opacity: 0.82;
}
button:active,
button:focus,
.wc-block-components-button:focus,
.button:active,
.button:focus,
.nf-form-cont .nf-form-content .submit-wrap .ninja-forms-field:focus,
.nf-form-cont .nf-form-content .submit-wrap .ninja-forms-field:active,
input[type=submit]:active,
input[type=submit]:focus {
outline: none;
}
.touch .button:hover,
.touch .button:active,
.touch .button:focus,
.touch input[type=submit]:hover,
.touch input[type=submit]:active,
.touch input[type=submit]:focus,
.touch button[type=submit]:hover,
.touch button[type=submit]:active,
.touch button[type=submit]:focus {
opacity: 1;
}
.nf-form-cont .nf-form-content .submit-wrap .ninja-forms-field.disabled,
.nf-form-cont .nf-form-content .submit-wrap .ninja-forms-field[disabled],
.button[disabled],
.button.disabled,
.button.loading {
cursor: default;
opacity: 0.72;
background: #828282;
}
/* Button: Light */
.button.light {
background: #bababa;
}
/* Button: Outlined */
.wp-block-button.is-style-outline .wp-block-button__link,
.button.outlined {
border: 2px solid currentColor;
}
.el-style-border-width-1 .button,
.el-style-border-width-1 .wp-block-button.is-style-outline .wp-block-button__link,
.el-style-border-width-1 .button.outlined {
border-width: 1px;
}
.button.outlined,
.button.outlined:hover,
.button.outlined:focus,
.button.outlined:active {
color: #282828;
opacity: 1;
background: none;
}
/* Style Default: Rounded */
.wp-block-button.rounded .wp-block-button__link,
.wp-block-button .wp-block-button__link {
border-radius: 5px;
}
.button.rounded {
border-radius: 28px;
}
/* Style: Square */
.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared,
.wp-block-button.is-style-squared a,
.wp-block-button__link.wp-block-button.is-style-squared a {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
/* Block search */
.wp-block-search,
.wp-block-search .wp-block-search__input {
position: relative;
max-width: 360px;
}
.wp-block-search .wp-block-search__input,
.widget_search .search-button-group {
border: 2px solid #ddd;
}
.wp-block-search button.wp-block-search__button {
background: transparent;
border: 0;
font-size: 0;
position: absolute;
right: 5px;
bottom: 0;
line-height: 1.6;
padding: .75rem;
}
.wp-block-search__button:before {
content: '\e91e';
font-family: "et-icon";
font-size: 20px;
color: initial;
}
.form-row.woocommerce-invalid-required-field .select2-container .select2-choice {
border-color: #e76049;
}
/* Forms layout */
.form-row input[type=file] {
padding: 0;
border: 0;
height: auto;
}
.form-row,
.form-group,
.form-actions,
.form-row:last-child,
.form-group:last-child,
.form-actions:last-child {
margin-bottom: 20px;
}
.el-style-border-bottom .form-row,
.el-style-border-bottom .form-group,
.el-style-border-bottom .form-actions,
.el-style-border-bottom .form-row:last-child,
.el-style-border-bottom .form-group:last-child,
.el-style-border-bottom .form-actions:last-child {
margin-bottom: 30px;
}
.form-row-wide {
clear: both;
}
.form-row-first,
.form-row-last {
width: 48%;
}
.form-row-first {
float: left;
}
.form-row-last {
float: right;
}
.woocommerce-form__label,
.form-row label {
display: inline-block;
line-height: 1.4;
margin-bottom: 0;
}
.form-row label.checkbox {
padding-bottom: 0;
}
.woocommerce-form__label-for-checkbox {
cursor: pointer;
display: block;
padding: 10px;
line-height: 1.6;
}
.form-row label .required {
text-decoration: none;
border-bottom: 0 none;
opacity: 1;
}
.form-row .input-text,
.form-row select {
display: block;
width: 100%;
}
.form-row textarea {
resize: vertical;
}
@media only screen and (max-width: 767px) {
.comment-form p.form-row-first,
.comment-form p.form-row-last,
.form-row-first,
.form-row-last {
width: 100%;
float: none;
}
}
.form-row.validate-required.has-error .input-text,
.form-row.validate-required.has-error select,
.form-row.woocommerce-invalid .input-text,
.form-row.woocommerce-invalid select,
.form-row.woocommerce-invalid input[type=checkbox],
.form-row.woocommerce-invalid input[type=radio] {
border-color: #f27362;
}
.form-row.woocommerce-invalid input[type=checkbox] + .woocommerce-terms-and-conditions-checkbox-text,
.floating-labels .form-row.woocommerce-invalid.float-label input:focus ~ label {
color: #f27362;
}
/* Ninja Forms */
.nf-form-cont .nf-form-content {
padding: 0;
}
.nf-form-cont .nf-form-content label {
font-size: inherit;
font-weight: inherit;
}
.nf-form-cont .nf-error.field-wrap .nf-field-element:after {
display: none;
}
.nf-form-cont .nf-pass.field-wrap .nf-field-element:after {
height: 40px;
line-height: 40px;
font-size: 20px;
}
.field-wrap .pikaday__container,
.field-wrap .pikaday__display,
.field-wrap>div input,
.field-wrap select, .field-wrap textarea {
width: 100%;
}
.field-wrap>div input[type=checkbox],
.field-wrap button,
.field-wrap input[type=button],
.field-wrap input[type=submit] {
width: auto;
}
.nf-form-hp {
position: absolute;
visibility: hidden;
}
.date-wrap .nf-field-element select {
padding-right: 26px;
}
/* Moving labels on focus*/
.floating-labels .form-row.float-label,
.floating-labels .nf-field .field-wrap.float-label {
position: relative;
margin-top: 20px;
margin-bottom: 24px;
}
.el-style-border-bottom.floating-labels .form-row.float-label,
.el-style-border-bottom.floating-labels .nf-field .field-wrap.float-label {
margin-bottom: 36px;
}
.floating-labels .form-row.float-label > label:not(.woocommerce-form__label-for-checkbox),
.floating-labels .field-wrap.float-label > .nf-field-label {
line-height: 1.6;
padding: .575rem .75rem;
padding: .75rem;
height: calc(2.15em + .975rem + 2px);
border: 2px solid transparent;
border-width: 2px 0;
position: absolute;
top: 0;
left: 0;
display:inline-block;
width: auto;
white-space: nowrap;
-moz-transition: all .12s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-o-transition: all .12s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-transition: all .12s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: all .12s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
-webkit-transform-origin: 0 50%;
overflow: hidden;
color: #282828;
opacity: 0;
cursor: text;
z-index: 99;
}
.floating-labels.el-style-border-width-1 .form-row.float-label > label:not(.woocommerce-form__label-for-checkbox),
.floating-labels.el-style-border-width-1 .field-wrap.float-label > .nf-field-label {
border-width: 1px 0;
}
.floating-labels .nf-form-cont .field-wrap.float-label > .nf-field-label {
padding: 0 0 0 10px;
}
.floating-labels .nf-form-cont .field-wrap.float-label > .nf-field-label label {
font-weight: normal;
cursor: text;
line-height: 1.6;
padding: 10px 10px 10px 0;
display: block;
}
.floating-labels .wpb_column.et-light-column .field-wrap.float-label > .nf-field-label label {
color: #282828;
}
.floating-labels .form-row > label:not(.woocommerce-form__label-for-checkbox):not(.checkbox) {
display: none;
}
.floating-labels .wc-pao-addon-container .form-row > label,
.floating-labels .woocommerce-checkout-payment .form-row > label {
display: inline-block;
opacity: 1;
}
.floating-labels .field-wrap.float-label > .nf-field-label,
.floating-labels .form-row.float-label > label:not(.woocommerce-form__label-for-checkbox) {
display: inline-block;
opacity: 0.6;
margin: 0;
}
.floating-labels .form-row.float-label > label.screen-reader-text {
clip: auto;
clip-path: none;
height: auto;
margin: 0;
}
.floating-labels .form-row.float-label input::placeholder {
opacity: 0;
}
.floating-labels .form-row.float-label input::-ms-input-placeholder {
opacity: 0;
}
.floating-labels .form-row.float-label textarea::placeholder {
opacity: 0;
}
.floating-labels .form-row.float-label textarea::-ms-input-placeholder {
opacity: 0;
}
.floating-labels .field-wrap.float-label.has-focus > .nf-field-label label,
.floating-labels .field-wrap.float-label.has-val > .nf-field-label label {
padding: 0;
}
.floating-labels .field-wrap.float-label.has-focus > .nf-field-label,
.floating-labels .field-wrap.float-label.has-val > .nf-field-label,
.floating-labels .form-row.float-label.has-val > label,
.floating-labels .form-row.float-label.has-focus > label {
opacity: 1;
border-width: 0;
padding: 0 5px;
top: -10px;
left: 10px;
height: 20px;
font-size: 0.95em;
vertical-align: middle;
display: flex;
align-items: center;
cursor: default;
color: currentColor;
}
.el-style-border-bottom.floating-labels .field-wrap.float-label.has-focus > .nf-field-label,
.el-style-border-bottom.floating-labels .field-wrap.float-label.has-val > .nf-field-label,
.el-style-border-bottom.floating-labels .form-row.float-label.has-val > label,
.el-style-border-bottom.floating-labels .form-row.float-label.has-focus > label {
top: -18px;
}
.floating-labels .form-row.float-label input:focus ~ label,
.floating-labels .form-row.float-label textarea:focus ~ label {
color: #282828;
}
.floating-labels.el-style-border-bottom .form-row:not(.create-account) > label:not(.woocommerce-form__label-for-checkbox),
.floating-labels.el-style-border-bottom .form-row.float-label > label:not(.woocommerce-form__label-for-checkbox),
.floating-labels.el-style-border-bottom .field-wrap > .nf-field-label,
.floating-labels.el-style-border-bottom .field-wrap.float-label.has-val > .nf-field-label {
padding-left: 0;
padding-right: 0;
}
.floating-labels.el-style-border-bottom .field-wrap.float-label.has-focus > .nf-field-label,
.floating-labels.el-style-border-bottom .field-wrap.float-label.has-val > .nf-field-label,
.floating-labels.el-style-border-bottom .form-row.float-label.has-val > label,
.floating-labels.el-style-border-bottom .form-row.float-label.has-focus > label {
left: 0;
padding: 0;
}
.floating-labels:not(.el-style-border-bottom) .field-wrap.float-label.has-focus > .nf-field-label:after,
.floating-labels:not(.el-style-border-bottom) .field-wrap.float-label.has-val > .nf-field-label:after,
.floating-labels:not(.el-style-border-bottom) .form-row.float-label.has-val > label:after,
.floating-labels:not(.el-style-border-bottom) .form-row.float-label.has-focus > label:after {
content: '';
background: #fff;
height: 2px;
width: 100%;
position: absolute;
top: 10px;
left: 0;
z-index: -1;
}
.floating-labels.el-style-border-width-1 .field-wrap.float-label.has-focus > .nf-field-label:after,
.floating-labels.el-style-border-width-1 .field-wrap.float-label.has-val > .nf-field-label:after,
.floating-labels.el-style-border-width-1 .form-row.float-label.has-val > label:after,
.floating-labels.el-style-border-width-1 .form-row.float-label.has-focus > label:after {
top: 9px;
}
.floating-labels .nf-error-msg {
font-size: 12px;
color: #e43737;
}
.floating-labels .nf-field-label .ninja-forms-req-symbol {
color: inherit;
}
.floating-labels .nf-form-errors .nf-error-msg {
line-height: 1;
padding: 5px 12px;
background: #ffdada;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
display: inline-block;
}
.floating-labels .field-wrap.has-focus.nf-error > .nf-field-label,
.floating-labels .field-wrap.has-val.nf-error > .nf-field-label {
color: #fa4d5a;
}
.floating-labels .nf-field .nf-error .ninja-forms-field {
border-color: #f27362;
}
.nf-form-content .list-select-wrap .nf-field-element>div:focus,
.nf-form-content input:not([type=button]):focus,
.nf-form-content textarea:focus {
color: #282828;
border-color: currentColor;
}
.floating-labels.el-style-border-bottom .nf-form-content .list-select-wrap .nf-field-element>div:focus,
.floating-labels.el-style-border-bottom .nf-form-content input:not([type=button]):focus,
.floating-labels.el-style-border-bottom .nf-form-content textarea:focus {
color: inherit;
border-color: currentColor;
background: transparent;
}
.floating-labels.el-style-border-width-1 .nf-field .nf-error .ninja-forms-field {
border-width: 1px;
}
.floating-labels .wpcf7-form textarea {
min-height: 200px;
}
/* Custom fields override */
.floating-labels .form-row.thwcfd-field-radio > label:not(.woocommerce-form__label-for-checkbox) {
display: block;
}
/* Fix duplicated (optional) text in checkout */
#billing_address_2_field .fl-label .optional,
#shipping_address_2_field .fl-label .optional {
display: none;
}
/* WP Forms */
div.wpforms-container .wpforms-form input[type=checkbox]:checked {
background: #282828 !important;
border-color: #282828 !important;
}
div.wpforms-container .wpforms-form input[type=checkbox],
div.wpforms-container .wpforms-form input[type=radio] {
display: inline-flex;
margin: -.25rem .25rem 0 0;
min-width: 16px;
width: 16px;
height: 16px;
margin-right: 8px;
position: relative;
border-width: 2px !important;
vertical-align: middle;
}
div.wpforms-container .wpforms-form input[type=checkbox] + label,
div.wpforms-container .wpforms-form input[type=radio] + label {
cursor: pointer;
}
div.wpforms-container .wpforms-form .wpforms-field-label {
color: initial;
font-weight: normal;
margin-bottom: 0.5rem;
}
div.wpforms-container ul:not([class]),
div.wpforms-container ul li {
padding-left: 0;
margin-left: 0;
}
/* # Campaign Bar
------------------------------------------------------- */
.et-global-campaign {
background-color: #e97a7e;
color: #fff;
text-align: center;
position: relative;
display: flex;
align-items: center;
font-size: 0.9em;
width: 100%;
z-index: 602;
min-height: 40px;
padding: 5px 0;
}
.et-global-campaign a {
color: inherit;
}
.et-global-campaign p,
.et-global-campaign ul,
.et-global-campaign {
margin: 0;
}
.et-global-campaign .et-close {
position: absolute;
top: 50%;
margin-top: -8px;
width: 15px;
height: 15px;
right: 10px;
color: #fff;
background: transparent;
border: 0;
padding: 0;
z-index: 1;
}
.et-global-campaign .et-close:before,
.et-global-campaign .et-close:after,
.et-global-campaign .et-close:hover:before,
.et-global-campaign .et-close:hover:after {
background-color: #fff;
}
.campaign-inner.inline {
display: flex;
justify-content: center;
margin-left: -15px;
margin-right: -15px;
}
.campaign-inner.inline .et-campaign {
padding: 0 15px;
}
.campaign-inner .et-campaign {
position: relative;
width: 100%;
}
.campaign-inner .link-button {
font-weight: bold;
text-transform: uppercase;
font-size: 0.7em;
padding: .1em .8em;
border: 2px solid currentColor;
margin: 0 1em;
}
.slick-slider .slick-slide.et-campaign > a {
display: inline-flex;
}
/* # Top Bar
------------------------------------------------------- */
.top-bar {
position: relative;
display: flex;
align-items: center;
font-size: 0.9em;
min-height: 40px;
background-color: #282828;
color: #eee;
}
.top-bar a {
color: #fff;
}
.top-bar a:hover {
opacity: 0.8;
}
.top-bar svg {
width: 20px;
height: 20px;
}
.top-bar .container {
display: flex;
align-items: center;
}
.top-bar .topbar-items {
display: flex;
flex-grow: 1;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
.top-bar .topbar-center {
text-align: center;
justify-content: center;
}
.top-bar .topbar-right {
text-align: right;
justify-content: flex-end;
}
.top-bar .topbar-left > *:not(:last-child) {
margin-right: 20px;
}
.top-bar .topbar-right > *:not(:first-child) {
margin-left: 20px;
}
.top-bar .topbar-left,
.top-bar .topbar-right {
flex: 1;
}
/* Top bar menu */
.et-top-menu li {
position: relative;
display: inline-flex;
list-style: none;
}
.top-bar .et-top-menu > li > a {
font-size: inherit;
padding: 0 10px;
vertical-align: middle;
transition: opacity 0.2s ease;
}
.top-bar .et-top-menu > li:first-child > a {
padding-left: 0;
}
.top-bar .et-top-menu > li:last-child > a {
padding-right: 0;
}
.top-bar .et-top-menu ul {
padding: 0px 0 14px;
}
.top-bar .et-top-menu ul li a {
padding: 8px 23px;
}
.top-bar p {
margin: 0;
}
@media only screen and (max-width: 991px) {
.top-bar,
.top-bar .topbar-items {
display: none;
}
.top-bar .topbar-items {
flex: auto;
}
}
/* Social Icons */
.social-icons li,
.widget .social_widget .social-icons li {
display: inline;
padding-left: 10px;
}
.social-icons li:first-child,
.widget .social_widget .social-icons li:first-child {
padding-left: 0;
}
.social-icons li a {
font-size: 18px;
padding: .45em;
vertical-align: middle;
}
/* Top bar social icons */
.top-bar-social-icons {
float: left;
margin: 0;
}
@media only screen and (max-width: 767px) {
.social-icons li a {
font-size: 22px;
}
}
/* Language/Currency switcher */
.et-switcher-container,
.et-switcher-container .et-header-menu {
display: inline;
position: relative;
}
.et-switcher-container .label {
margin-right: 10px;
}
.et-switcher-container .et-header-menu .sub-menu {
padding-top: 12px;
padding: 0;
background: #fff;
border: 1px solid #ddd;
text-align: initial;
left: auto;
right: 0;
margin: 0;
}
.et-switcher-container .et-header-menu .sub-menu:before {
display: none;
}
.et-switcher-container .et-header-menu .sub-menu li {
min-width: auto;
width: auto;
padding: 0;
}
.et-switcher-container .et-header-menu .sub-menu li a {
display: block;
line-height: 1;
padding: 12px 20px;
margin-left: 0;
white-space: nowrap;
min-width: 60px;
width: auto;
height: auto;
margin: 0;
color: initial;
}
.et-switcher-container .et-header-menu .sub-menu li a:after {
display: none;
}
.et-switcher-container .et-header-menu .sub-menu li a:hover {
background: rgba(0,0,0,0.05);
color: initial;
}
.et-switcher-container .selected {
color: #282828;
white-space: nowrap;
}
.et-switcher-container .et-header-menu .selected:after {
content: "\e925";
font-family: "et-icon";
margin-left: .5em;
}
.top-bar .container,
.top-bar .et-switcher-container,
.top-bar .et-switcher-container .et-header-menu,
.top-bar .et-switcher-container .et-header-menu > li {
height: 100%;
}
.top-bar .et-switcher-container .et-header-menu ul,
.top-bar .account-links ul {
z-index: 603;
}
.top-bar .et-switcher-container .label,
.site-header .et-switcher-container .label {
display: none;
}
.footer-bar .et-header-menu .sub-menu,
.side-menu .et-header-menu .sub-menu {
padding: 0;
background: #fff;
border: 1px solid #ddd;
bottom: 150%;
top: auto;
}
.footer-bar .et-header-menu .sub-menu:before,
.side-menu .et-header-menu .sub-menu:before {
display: none;
}
.footer-bar .switchers {
display: inline-flex;
align-items: center;
}
.footer-bar .et-switcher-container {
font-size: 0.9em;
margin-right: 12px;
}
.footer-bar .et-switcher-container + .et-switcher-container {
margin-right: 0;
}
.side-mobile-menu .et-switcher-container {
display: flex;
justify-content: space-between;
padding: .8em 0;
}
.side-fullscreen-menu .et-switcher-container {
display: inline;
white-space: nowrap;
border: 0;
}
.side-fullscreen-menu .et-switcher-container {
margin-right: 12px;
}
/* Language Switcher */
.et-language .ls-flag {
max-width: none;
}
.et-language .ls-code {
text-transform: uppercase;
}
.et-language .ls-code,
.et-language .ls-name {
margin-left: 6px;
}
.et-language .selected *,
.et-language a *,
.header-mobile .et-language .selected *,
.header-mobile .et-language a * {
display: none;
}
.ls-default-code .ls-code,
.ls-default-flag .ls-flag,
.ls-default-name .ls-name {
display: inline;
}
/* WPML */
.wpml-ls a * {
display: inline !important;
}
.wpml-ls-legacy-dropdown-click {
width: auto;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
z-index: 603;
}
.wpml-ls-legacy-dropdown-click a {
color: initial;
opacity: 1;
}
/* Weglot */
.country-selector.weglot-dropdown {
background: transparent;
z-index: inherit;
}
.country-selector.weglot-dropdown ul {
z-index: 603;
}
.country-selector.weglot-dropdown a,
.country-selector.weglot-dropdown span {
font-size: inherit;
}
.country-selector.weglot-dropdown .wgcurrent {
border: 0;
}
.country-selector.weglot-dropdown .wgcurrent a,
.country-selector.weglot-dropdown .wgcurrent span {
padding-right: 40px;
}
.country-selector.weglot-dropdown a {
color: initial;
}
.country-selector.weglot-dropdown a:hover {
background: rgba(0,0,0,0.05);
}
.country-selector.weglot-dropdown .wgcurrent:after {
content: "\e925";
font-family: "et-icon";
transform: none;
top: 50%;
margin-top: -5px;
line-height: 10px;
background: none;
}
/* TranslatePress */
.trp-language-switcher > div {
background: #fff;
border: 1px solid #ddd;
border-radius: 0;
padding: 0;
width: auto !important;
}
.trp-language-switcher .trp-ls-shortcode-current-language {
background: transparent;
border: 0;
padding: 0;
}
.trp-language-switcher > div > a {
background: transparent;
line-height: 1;
padding: 12px 20px;
white-space: nowrap;
color: initial;
}
.trp-language-switcher > div > a > img {
max-width: none;
}
.trp-language-switcher .trp-ls-shortcode-current-language a {
padding: 12px 0;
color: inherit;
}
.trp-language-switcher .trp-ls-shortcode-current-language a:after {
content: "\e925";
font-family: "et-icon";
margin-left: .5em;
}
.trp-language-switcher:focus .trp-ls-shortcode-current-language,
.trp-language-switcher:hover .trp-ls-shortcode-current-language {
visibility: visible;
}
.trp-language-switcher:focus .trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language {
top: 100%;
left: auto;
right: 0;
z-index: 999;
}
.trp-language-switcher .trp-ls-shortcode-language .trp-ls-disabled-language {
display: none;
}
.side-mobile-menu .trp-language-switcher.trp-language-switcher-container {
width: 100%;
text-align: right;
}
.side-panel-mobile .trp-language-switcher:focus .trp-ls-shortcode-language,
.side-panel-mobile .trp-language-switcher:hover .trp-ls-shortcode-language {
left: auto;
right: 0;
bottom: 0;
top: auto;
}
@media only screen and (min-width: 992px) {
.et-language .et-header-menu.style-inline li,
.et-language .et-header-menu.style-inline ul,
.et-language .et-header-menu.style-inline .sub-menu li a {
display: inline-flex !important;
visibility: visible;
opacity: 1;
position: relative;
top: auto;
bottom: auto;
border: 0 !important;
background: none !important;
z-index: inherit !important;
}
.et-language .et-header-menu.style-inline .selected {
border-bottom: 2px solid currentColor;
}
.et-language .et-header-menu.style-inline .selected,
.et-language .et-header-menu.style-inline li a {
color: inherit !important;
padding: 0 2px;
margin-right: 10px;
min-width: 0;
}
.et-language .et-header-menu.style-inline .selected:after {
display: none;
}
}
@media only screen and (max-width: 991px) {
.top-bar .et-language .selected *,
.top-bar .et-language a * {
display: none;
}
.top-bar .ls-mobile-flag .ls-flag,
.top-bar .ls-mobile-code .ls-code,
.top-bar .ls-mobile-name .ls-name {
display: inline;
}
}
.header-mobile .ls-mobile-flag .ls-flag,
.header-mobile .ls-mobile-code .ls-code,
.header-mobile .ls-mobile-name .ls-name {
display: inline;
}
/* # Header
------------------------------------------------------- */
.site-header {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 90px;
z-index: 602;
color: #282828;
-moz-transition: height .15s linear, box-shadow .18s linear, background-color .15s cubic-bezier(0.2, 0.06, 0.05, 0.95);
-o-transition: height .15s linear, box-shadow .18s linear, background-color .15s cubic-bezier(0.2, 0.06, 0.05, 0.95);
-webkit-transition: height .15s linear, box-shadow .18s linear, background-color .15s cubic-bezier(0.2, 0.06, 0.05, 0.95);
transition: height .15s linear, box-shadow .18s linear, background-color .15s cubic-bezier(0.2, 0.06, 0.05, 0.95);
-webkit-tap-highlight-color: rgba(0,0,0,0);
transition-delay: 0.2s;
}
.header-sticky .site-header {
position: fixed;
}
.has-top-bar .site-header,
.has-campaign-bar .site-header,
.et-site-layout-framed .site-header {
position: absolute;
}
.header-border-1 .site-header:after {
content: '';
height: 1px;
width: 100%;
position: absolute;
bottom: 0;
border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header-spacer,
.product-header-spacer {
height: 90px;
}
.admin-bar .site-header,
.admin-bar.header-sticky.header_on_scroll:not(.megamenu-active) .site-header,
.admin-bar .mfp-wrap,
.admin-bar .side-panel {
top: 46px;
}
.admin-bar .mfp-wrap,
.admin-bar .et-mfp-quickview .mfp-content,
.admin-bar .side-panel {
padding-bottom: 46px;
}
.elementor-location-header + .site-content .product-header-spacer {
display: none;
}
@media screen and (max-width: 600px) {
.admin-bar .site-header,
.admin-bar.header-sticky.header_on_scroll:not(.megamenu-active) .site-header,
.admin-bar.header_on_scroll .mfp-wrap,
.admin-bar.header_on_scroll .side-panel {
top: 0;
}
.admin-bar.header_on_scroll .mfp-wrap,
.admin-bar.header_on_scroll .et-mfp-quickview .mfp-content,
.admin-bar.header_on_scroll .side-panel {
padding-bottom: 0;
}
.admin-bar.header-sticky.has-top-bar .site-header,
.admin-bar.header-sticky .site-header {
position: absolute;
}
.admin-bar.header-sticky.header_on_scroll .site-header {
position: fixed;
}
}
@media screen and (min-width: 783px) {
.admin-bar .site-header,
.admin-bar.header-sticky.header_on_scroll:not(.megamenu-active) .site-header,
.admin-bar .mfp-wrap,
.admin-bar .side-panel {
top: 32px;
}
.admin-bar .mfp-wrap,
.admin-bar .et-mfp-quickview .mfp-content,
.admin-bar .side-panel {
padding-bottom: 32px;
}
}
@media only screen and (max-width: 991px) {
.admin-bar.has-top-bar .site-header,
.admin-bar.has-campaign-bar .site-header {
top: 0;
}
}
@media only screen and (min-width: 992px) {
.admin-bar:not(.header-sticky) .site-header {
top: 0;
}
.admin-bar.has-top-bar .site-header,
.admin-bar.has-campaign-bar .site-header {
top: 0;
}
}
/* Logo */
.site-header .logo-holder {
height: 100%;
}
.site-header .logolink {
display: inline-grid;
flex-direction: column;
position: relative;
align-items: center;
justify-content: start;
height: 100%;
}
.site-header .logolink .logoimg,
.site-header .logolink img {
display: block;
max-width: none;
width: auto;
}
.logolink img[src$=".svg"] {
height: 100%;
}
.site-header .logolink .logoimg.bg--dark,
.site-header .logolink .logoimg.bg--alt {
opacity: 0;
display: none;
}
h1.site-title {
margin: 0;
}
.header_on_scroll .site-header {
position: fixed;
background-color: #fff;
opacity: 0.999;
transition-delay: 0s;
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.header_on_scroll:not(.megamenu-active) .site-header {
-webkit-box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, 0.3);
-moz-box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, 0.3);
box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, 0.3);
transition-delay: .2s;
}
.header_on_scroll .site-header:after {
display: none;
}
.header_on_scroll.megamenu-active .site-header {
position: absolute;
top: 0;
}
.site-header a {
text-decoration: none;
}
.site-header a.icon {
display: inline-flex;
align-items: center;
}
.quick_search .text,
.quick_wishlist .text,
.quick_cart .text,
.et-menu-account-btn.account-icon span,
.et-menu-account-btn.account-text svg,
.top-bar .et-menu-account-btn:after {
display: none;
}
.top-bar .et-menu-account-btn {
padding: 0;
}
/* Header/Top Bar: Full Width */
.header-full-width:not(.checkout-distraction-free) .top-bar .container,
.header-full-width:not(.checkout-distraction-free) .site-header .container {
max-width: none;
}
@media (min-width: 576px) {
.header-full-width:not(.checkout-distraction-free) .top-bar .container,
.header-full-width:not(.checkout-distraction-free) .site-header .container,
.header-full-width .et-header-menu > li.menu-item-mega-parent > .sub-menu {
padding-left: 30px;
padding-right: 30px;
}
}
@media (min-width: 1490px) {
.header-full-width:not(.checkout-distraction-free) .top-bar .container,
.header-full-width:not(.checkout-distraction-free) .site-header .container,
.header-full-width .et-header-menu > li.menu-item-mega-parent > .sub-menu {
padding-right: 40px;
padding-left: 40px;
}
}
.site-header {
display: flex;
flex-direction: column;
}
.site-header .header-main,
.site-header .header-bottom {
flex-grow: 1;
align-items: center;
justify-content: center;
display: flex;
flex-direction: column;
height: 100%;
}
.site-header .container,
.site-header .header-items,
.site-header .navigation,
.site-header .et-header-menu,
.site-header .et-header-menu > li {
height: 100%;
}
.site-header .header-contents {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
position: relative;
}
.header-items {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
.header-left-items {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: left;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.header-center-items {
text-align: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.header-right-items {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: right;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
/* Header Items */
.header-left-items > * {
margin-right: 24px;
}
.header-left-items > *:last-child {
margin-right: 0;
}
.header-center-items > * {
margin: 0 17px;
}
.logo-center .header-center-items > * {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.logo-center .header-center-items .logo-holder + * {
text-align: left;
}
.no-sides .header-center-items {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.logo-center .header-center-items .logo-holder {
-webkit-box-flex: initial;
-webkit-flex: initial;
-ms-flex: initial;
flex: initial;
text-align: center;
}
.logo-center .header-center-items .et-header-menu {justify-content: flex-end;}
.logo-center .header-center-items .logo-holder + * .et-header-menu { justify-content: flex-start; }
.logo-center .header-center-items {flex-grow: 1;}
.header-right-items > * {
margin-left: 24px;
}
.header-right-items > *:first-child {
margin-left: 0;
}
.site-header.header-v9 .header-main {
position: relative;
height: 60%;
}
.site-header.header-v9 .header-bottom {
height: 40%;
}
.header_on_scroll:not(.megamenu-active) .header-custom.sticky-display-bottom .header-main,
.header_on_scroll:not(.megamenu-active) .header-custom.sticky-display-top .header-bottom {
display: none;
}
.header_on_scroll:not(.megamenu-active) .sticky-display-bottom .header-bottom,
.header_on_scroll:not(.megamenu-active) .site-header .header-main {
height: 100%;
}
.header-center-items .et-header-menu li.menu-item-mega-parent {
position: static;
}
.header-center-items .et-header-menu > li.menu-item-mega-parent > .sub-menu {
justify-content: center;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.header-mobile {
height: 100%;
display: none;
}
/* Mobile header */
.header-mobile.disabled:after {
content: ' ';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 99;
}
.header-mobile.logo-center .logo-holder {
justify-content: center;
}
.header-mobile.logo-center .hamburger-menu,
.header-mobile.logo-center .mobile-header-icons {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.mobile-header-icons {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.mobile-header-icons > * {
margin-left: 25px;
}
.header-mobile.logo-left .logo-holder {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 0 15px;
}
.header-mobile.logo-center .logolink {
justify-content: center;
}
/* # Side Panels
------------------------------------------------------- */
.side-panel {
display: flex;
flex-direction: column;
position: fixed;
top: 0;
height: 100%;
width: 100%;
z-index: 600;
padding: 0;
background: #fff;
right: 0;
will-change: transform;
-webkit-transition: opacity 0.25s ease, ease;
transition: opacity 0.25s ease, transform 0.25s ease;
opacity: 0;
}
.side-panel header {
background: #f8f8f8;
background: rgba(0,0,0,0.02);
color: #282828;
padding: 0 50px;
height: 70px;
display: flex;
justify-content: space-between;
align-items: center;
}
.side-panel .panel-header-inner {
display: flex;
justify-content: space-between;
align-items: center;
flex-shrink: 0;
height: 70px;
padding: 0;
}
.side-panel .side-panel-title {
margin: 0;
display: inline-flex;
}
.side-panel .et-close {
border-radius: 50%;
background: rgba(255,255,255,0.7);
border: 9px solid transparent;
color: #777;
width: 36px;
height: 36px;
padding: 0;
display: inline-flex;
justify-content: center;
align-items: center;
position: relative;
}
.side-panel .et-close:before,
.side-panel .et-close:after {
background-color: #777;
}
/*Dark Panel*/
.side-panel.dark .panel-header-inner .et-close {
background: rgba(255,255,255,0.1);
}
.side-panel.dark .panel-header-inner .et-close:before,
.side-panel.dark .panel-header-inner .et-close:after {
background-color: rgba(255,255,255,0.5);
}
.side-panel .side-panel-content {
position: relative;
padding: 35px 50px 50px;
flex: 1;
}
.side-panel-content > .ps__scrollbar-y-rail {
display: none !important;
}
@media only screen and (max-width: 575px) {
.side-panel .side-panel-content {
padding: 20px 35px 25px;
}
.side-panel header {
padding: 0 35px;
}
}
@media only screen and (min-width: 576px) {
.side-panel {
width: 400px;
}
#side-cart {
width: 460px;
}
}
/* ## Panel: Mobile Menu
------------------------------------------------------- */
/* Mobile menu button */
.menu-toggle,
.menu-toggle .bars,
.hamburger-menu {
display: inline-flex;
align-items: center;
}
.menu-toggle {
padding: 6px 0;
background: transparent !important;
border: 0;
outline: none;
}
.menu-toggle .name {
margin-left: 10px;
display: none;
}
/* .side-menu is the panel*/
.side-menu {
width: 100%;
max-width: 460px;
z-index: 604;
right: auto;
left: 0;
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
overflow: hidden;
}
.side-menu.side-panel header {
justify-content: center;
background: transparent;
}
.side-menu.side-panel .side-panel-title {
display: none;
}
.side-menu.no-bar:not(.dark) .et-close {
background: rgba(0,0,0,0.05);
}
.side-menu.no-bar .side-panel-content {
padding-top: 0;
}
.panel-open-menu .side-menu {
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.side-menu .container {
padding: 0;
min-height: 100%;
display: flex;
flex-direction: column;
}
.side-menu .bottom-extras {
margin-top: auto;
width: 100%;
}
.side-menu .widget {
margin: 0 0 24px;
}
.side-menu .widgettitle {
margin-bottom: 10px;
font-size: inherit;
font-weight: normal;
}
.side-menu .widget p {
margin-bottom: 0;
}
/* .mobile-menu is the menu */
.mobile-menu {
list-style: none;
margin: 0 0 20px;
padding: 0;
}
.mobile-menu li {
margin: 0;
position: relative;
list-style: none;
}
/* Menu toggle */
.mobile-menu li .et-menu-toggle {
display: none;
}
.mobile-menu li.menu-item-has-children > .et-menu-toggle {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
width: 36px;
height: 36px;
border-radius: 50px;
text-align: center;
right: 0;
top: 5px;
cursor: pointer;
}
.mobile-menu li.menu-item-has-children.active > .et-menu-toggle {
background: #f8f8f8;
background-color: rgba(0,0,0,0.05);
}
.mobile-menu li.menu-item-has-children > .et-menu-toggle:after {
content: "\e925";
font-family: "et-icon";
}
.mobile-menu li.menu-item-has-children.active > .et-menu-toggle:after {
content: "\e914";
}
.mobile-menu li a {
position: relative;
display: block;
padding: .7em 0;
text-decoration: none;
color: #444444;
}
.mobile-menu.menu-vertical .sub-menu li a {
padding: .5em 0;
}
.mobile-menu.menu-vertical .sub-menu li:not(.title-item) > a {
text-transform: none;
letter-spacing: unset;
font-size: inherit;
}
.mobile-menu li.menu-item-has-children {
position: relative;
}
.mobile-menu .sub-menu {
display: none;
list-style: none;
margin: 0;
padding: 0 0 13px 13px;
animation: 0.85s fadeIn;
}
.mobile-menu .sub-menu ul {
padding: 4px 0 14px 13px;
}
/* Sliding Sub-Menus */
.sliding-menu {
position: relative;
overflow: hidden;
display: flex;
flex-grow: 1;
}
.sliding-menu-panel {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}
.sliding-menu .active a {
font-weight: bold;
}
.sliding-menu .sliding-menu-nav:before {
position: absolute;
right: 0;
top: 5px;
margin-left: 1em;
content: "\e923";
font-family: "et-icon";
display: inline-flex;
justify-content: center;
align-items: center;
width: 36px;
height: 36px;
border-radius: 50px;
cursor: pointer;
}
.mobile-menu.menu-sliding > .menu-item-has-children > .et-menu-toggle:after {
content: "\e923";
}
.sliding-menu .sliding-menu-back {
color: #777;
display: flex;
align-items: center;
border-bottom: 1px solid #eee;
border-bottom-color: rgba(0,0,0,0.1);
}
.sliding-menu .sliding-menu-back:before {
position: relative;
top: auto;
right: auto;
margin: 0;
content: "\e924";
margin-right: 0.5em;
}
.no-touch .sliding-menu .sliding-menu-back:hover {
color: #777;
}
.menu-sliding > li,
.sliding-menu .sliding-menu-panel-root,
.sliding-menu .sliding-menu-top {
font-size: 1.1em;
text-transform: uppercase;
overflow: hidden;
}
.sliding-menu .sliding-menu-icon {
margin-right: .4em;
}
.sliding-menu .sliding-menu-separator {
margin: .4em 1em;
border-top: 2px solid #555;
}
.side-menu .bottom-extras > div {
padding: 10px 0;
margin-bottom: 0;
}
.side-menu .bottom-extras .account-menu li,
.side-menu .bottom-extras .quick_wishlist,
.side-menu .bottom-extras .quick_cart,
.side-menu .bottom-extras .social-icons {
display: flex;
align-items: center;
padding: .7em 0;
}
.side-menu .bottom-extras .social-icons {
flex-wrap: wrap;
}
.side-menu .bottom-extras .account-menu li a {
display: flex;
width: 100%;
}
@media only screen and (max-width: 991px) {
#fullscreen-menu {
display: none;
}
}
.side-menu .bottom-extras,
.side-menu .bottom-extras .menu-divider {
border-top: 1px solid #ddd;
border-top-color: rgba(0,0,0,0.1);
padding-top: 10px;
}
.side-menu .bottom-extras .menu-divider {
padding: 0;
margin: 10px 0;
}
.side-menu .bottom-extras > div .mobile-menu {
margin: 0;
}
.side-menu .bottom-extras > div:last-child {
border: 0;
padding-bottom: 0;
}
.side-menu .bottom-extras .quick_wishlist .text,
.side-menu .bottom-extras .quick_cart .text,
.side-menu .bottom-extras .account-menu .text {
display: inline;
flex-grow: 1;
margin-right: auto;
}
.side-menu .bottom-extras .quick_wishlist svg,
.side-menu .bottom-extras .quick_cart svg,
.side-menu .bottom-extras .account-menu svg {
height: 20px;
width: 20px;
order: 5;
}
.side-menu .bottom-extras .minicart-counter,
.side-menu .bottom-extras .et-wishlist-counter {
margin-right: 4px;
}
/*}*/
@media only screen and (min-width: 992px) {
#mobile-menu:not(.desktop-active) {
visibility: hidden;
opacity: 0;
}
.side-mobile-menu .mobile-search,
.side-mobile-menu .bottom-extras .quick_cart,
.side-mobile-menu .bottom-extras .quick_wishlist,
.side-mobile-menu .bottom-extras .et-mobile-text,
.side-mobile-menu .bottom-extras .quick_wishlist + .menu-divider,
.side-mobile-menu.hide-desktop-account .bottom-extras .account-menu + .menu-divider,
.side-mobile-menu.hide-desktop-currency .bottom-extras .et-currency + .menu-divider,
.side-mobile-menu.hide-desktop-language .bottom-extras .et-language + .menu-divider,
.side-mobile-menu.hide-desktop-language .bottom-extras .menu-divider + .menu-divider,
.side-mobile-menu.hide-desktop-account .bottom-extras .account-menu,
.side-mobile-menu.hide-desktop-currency .bottom-extras .et-currency,
.side-mobile-menu.hide-desktop-language .bottom-extras .et-language,
.side-mobile-menu.hide-desktop-social .bottom-extras .social-icons {
display: none;
}
.sliding-menu .sliding-menu-panel-root {
font-size: 1.2em;
}
}
.side-fullscreen-menu .bottom-extras {
font-size: 0.9em;
}
.side-fullscreen-menu .big-menu,
.side-fullscreen-menu .bottom-extras {
width: 25%;
}
.side-fullscreen-menu .big-menu {
margin: 20px 0;
}
.big-menu > li {
border: 0;
display: flex;
justify-content: space-between;
margin-bottom: 10px;
}
.big-menu li a {
padding: 8px 10px;
line-height: inherit;
color: #444444;
}
.big-menu > li > a {
padding: 5px 0;
font-size: 1.15em;
}
.big-menu > li:not(.title-item) > a {
text-transform: uppercase;
letter-spacing: 0.1em;
}
.big-menu li.menu-item-has-children {
position: static;
}
.big-menu > li.menu-item-has-children > .et-menu-toggle {
position: relative;
cursor: default;
}
.big-menu > li.menu-item-has-children.active-big .et-menu-toggle,
.mobile-menu .menu-item-has-children.active > .et-menu-toggle {
background: #f8f8f8;
background-color: rgba(0,0,0,0.05);
}
.big-menu > li.menu-item-has-children > .et-menu-toggle:after {
content: "\e923";
}
/* sub menu */
.big-menu > li > .sub-menu {
border: 0;
position: absolute;
width: 75%;
min-height: 50vh;
left: 25%;
top: 0;
padding: 25px 0 0 5%;
margin-left: -1px;
max-height: 100%;
flex-flow: inherit;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
scrollbar-width: none;
-ms-overflow-style: none;
}
.big-menu > li > .sub-menu::-webkit-scrollbar {
width: 0;
height: 0;
}
.big-menu > li:not(.menu-item-mega-parent) > .sub-menu {
flex-direction: column;
}
.big-menu > li > .sub-menu li {
position: relative;
}
.big-menu > li > .sub-menu:before {
content: ' ';
left: 3%;
top: 0;
width: 1px;
background: #f2f2f2;
background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 50%);
float: left;
position: absolute;
height: 100%;
}
.big-menu > li.active-big > .sub-menu,
.big-menu > li:hover > .sub-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.big-menu > li.menu-item-mega-parent > .sub-menu > li {
margin-bottom: 20px;
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
padding-left: 15px;
padding-right: 15px;
}
.big-menu li > .sub-menu > li .et-menu-toggle {
display: none;
}
.big-menu > li.menu-item-mega-parent > .sub-menu > li.mega-menu-title > a,
.big-menu li > .sub-menu > li.title-item > a {
font-size: 0.9em;
text-transform: uppercase;
letter-spacing: 0.1em;
margin-bottom: 5px;
}
/* 3rd level menu */
.big-menu li > .sub-menu .sub-menu {
position: relative;
left: auto;
top: auto;
width: 100%;
display: inline-block;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.big-menu > li.menu-item-mega-parent > .sub-menu .sub-menu {
padding: 0;
}
.big-menu > li:hover > .sub-menu .sub-menu,
.big-menu > li.active-big > .sub-menu .sub-menu {
opacity: 1;
visibility: visible;
}
/* 4th level menu */
.big-menu .sub-menu .sub-menu .sub-menu {
padding-left: 15px;
}
/* Dark mode */
.side-menu.dark {
background-color: #333;
}
.side-menu.dark .mobile-search span,
.side-menu.dark .side-panel-content {
color: rgba(255,255,255,0.7);
}
.side-menu.dark .sliding-menu a.sliding-menu-back {
color: rgba(255,255,255,0.5);
}
.side-menu.dark .side-panel-content a,
.side-menu.dark .side-panel-content h1,
.side-menu.dark .side-panel-content h2,
.side-menu.dark .side-panel-content h3,
.side-menu.dark .side-panel-content h4,
.side-menu.dark .side-panel-content h5,
.side-menu.dark .side-panel-content h6,
.side-menu.dark .side-panel-content .big-menu > li:hover .et-menu-toggle,
.side-menu.dark .side-panel-content .mobile-menu li.menu-item-has-children.active > .et-menu-toggle,
.side-menu.dark .side-panel-content .search-panel .search-field,
.side-menu.dark .side-panel-content .search-panel .yith-s,
.side-menu.dark .side-panel-content .search-panel .search-button-group select,
.side-menu.dark .et-header-menu .selected {
color: #fff;
}
.side-menu.dark .bottom-extras,
.side-menu.dark .menu-divider,
.side-menu.dark .side-panel-content .big-menu > li > .sub-menu:before,
.side-menu.dark .sliding-menu a.sliding-menu-back,
.side-menu.dark .et-switcher-container {
border-color: rgba(255,255,255,0.1);
}
.side-menu.dark .side-panel-content .search-panel .search-button-group {
border-color: rgba(255,255,255,0.7);
}
.side-menu.dark .side-panel-content .big-menu > li:hover .et-menu-toggle,
.side-menu.dark .side-panel-content .mobile-menu li.menu-item-has-children.active > .et-menu-toggle {
background-color: rgba(255,255,255,0.1);
}
.side-menu.dark .big-menu > li > .sub-menu:before {
background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(255,255,255,0.3) 50%);
}
/* Mobile bar */
.side-menu.has-bar {
display: flex;
flex-direction: row;
max-width: 530px;
}
.side-fullscreen-menu.has-bar {
max-width: 100%;
}
.mobile-bar {
display: flex;
flex-direction: column;
justify-content: flex-start;
padding: 15px;
background: #f8f8f8;
text-align: center;
}
.mobile-bar .action-icons {
display: flex;
flex-direction: column;
margin-top: 40px;
}
.mobile-bar .action-icons a {
position: relative;
border-radius: 50%;
width: 40px;
height: 40px;
display: inline-flex;
justify-content: center;
align-items: center;
margin-bottom: 10px;
color: #777;
}
.mobile-bar .action-icons a:hover {
background: rgba(255,255,255,0.7);
}
.mobile-bar .action-icons a svg {
display: block;
}
.mobile-bar .action-icons .icon-text {
display: none;
}
.mobile-bar .action-icons .item-counter {
position: absolute;
right: -3px;
}
/* Dark mode */
.mobile-bar.dark {
background: #383838;
}
.mobile-bar.dark .action-icons a {
color: rgba(255,255,255,0.7);
}
.side-panel .mobile-bar.dark .et-close:before,
.side-panel .mobile-bar.dark .et-close:after {
background-color: rgba(255,255,255,0.7);
}
.mobile-bar.dark .et-close,
.mobile-bar.dark .action-icons a:hover {
background: rgba(255,255,255,0.1);
color: #fff;
}
@media only screen and (max-width: 490px) {
.side-menu.has-bar {
flex-direction: column;
width: 100%;
}
.mobile-bar {
flex-direction: row;
justify-content: space-between;
height: 70px;
padding-left: 35px;
padding-right: 35px;
align-items: center;
}
.mobile-bar .action-icons {
flex-direction: row;
margin: 0 0 0 auto;
}
.mobile-bar .action-icons a {
margin: 0 0 0 10px
}
}
@media only screen and (max-width: 991px) {
.side-menu .mobile-menu.big-menu {
display: none;
}
}
@media only screen and (min-width: 992px) {
.side-fullscreen-menu {
max-width: 100%;
}
.panel-open-menu .side-fullscreen-menu .side-panel-content .container {
display: flex;
flex-direction: column;
align-items: flex-start;
height: 100%;
position: relative;
}
/*.panel-open-menu .side-menu-container {
visibility: hidden;
opacity: 0;
width: 0;
position: absolute;
z-index: -1;
}*/
}
@media only screen and (max-width: 1199px) {
.side-fullscreen-menu .container {
max-width: 100%;
padding: 0;
}
}
/* ## Panel: Search Box
------------------------------------------------------- */
.search-panel {
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.panel-open-search .search-panel {
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-webkit-transform: translateX(0%);
transform: translateX(0%);
z-index: 604;
opacity: 1;
}
.search-panel.side-panel {
width: 100%;
height: auto;
padding-bottom: 0;
}
.search-panel {
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.panel-open-search .search-panel {
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
.search-panel header,
.search-panel header .panel-header-inner {
background: transparent;
height: auto;
border: 0;
padding: 0;
justify-content: flex-end;
}
.search-panel header .panel-header-inner {
padding: 30px 0 20px 0;
font-size: 1.1em;
}
.search-panel .et-close {
background: rgba(0,0,0,0.05);
margin: 0 1em;
}
.search-panel .side-panel-content {
padding: 0 15px 25px 15px;
}
.search-panel .search-button-group.et-loader:after {
right: auto;
left: -15px;
width: 10px;
height: 10px;
margin: -5px -5px 0 0;
}
.search-panel .search-button-group {
position: relative;
max-width: 768px;
margin: 0 auto 30px;
display: flex;
align-items: center;
border-bottom: 2px solid currentColor;
}
.goya-search .search-button-group select {
border: 0;
background-color: transparent;
width: 200px;
max-width: 50%;
padding-right: 32px;
background-position: calc(100% - 10px) 48%;
}
.goya-search .search-field,
.goya-search .yith-s {
width: 100%;
margin: 0;
display: block;
border: 0;
border-radius: 0;
background: transparent;
height: auto;
box-sizing: border-box;
padding: 15px 0;
position: relative;
}
.goya-search .woocommerce-product-search .search-field {
margin-left: 30px;
}
.goya-search .woocommerce-product-search [type="submit"] {
display: none;
}
.goya-search [type="submit"] svg {
vertical-align: middle;
}
/* Search form */
.search-button-group .search-clear,
.search-button-group .search-icon {
position: absolute;
left: 0;
margin: 0;
width: 20px;
height: 20px;
opacity: 0;
}
.search-button-group.text-changed .search-clear {
opacity: 1;
z-index: 1;
width: 12px;
height: 12px;
}
.search-button-group .search-icon {
opacity: 0.5;
display: flex;
align-items: center;
}
.search-button-group.text-changed .search-icon {
opacity: 0;
}
.search-button-group .search-clear:before,
.search-button-group .search-clear:after {
height: 2px;
}
.search-panel .side-panel-title,
.goya-search .autocomplete-wrapper .results-found {
display: none;
}
.goya-search .autocomplete-wrapper .no-results {
text-align: center;
display: block;
}
.goya-search .autocomplete-wrapper .product_list_widget {
width: auto !important; /* override js inline style */
display: flex;
text-align: initial;
justify-content: center;
}
.goya-search .autocomplete-wrapper li a {
display: block;
overflow: hidden;
margin: 0;
padding: 0 15px;
color: #282828;
}
.goya-search .autocomplete-wrapper li a .product-title {
margin-bottom: 5px;
}
.goya-search .autocomplete-wrapper li a ins,
.goya-search .autocomplete-wrapper li a del,
.goya-search .autocomplete-wrapper .amount {
color: #898989;
}
.goya-search .autocomplete-wrapper li a img {
width: 50px;
height: auto;
}
.goya-search .autocomplete-wrapper li a:after {
content: ' ';
display: table;
clear: both;
}
.autocomplete-wrapper .product_list_widget li,
.goya-search .autocomplete-wrapper li:nth-child(6) {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.goya-search .autocomplete-wrapper li:nth-child(6) {
margin: 20px 0 0;
}
.goya-search .autocomplete-wrapper li .view-all {
margin: 0 auto;
display: flex;
}
/* Search box element in header */
.site-header .search-button-group {
border: 2px solid #ddd;
padding-left: 10px;
background: #fff;
}
.site-header .search-button-group .search-icon,
.site-header .search-button-group .search-clear {
left: 10px;
}
.site-header .search-button-group select,
.site-header .search-button-group input {
height: auto;
padding-top: .5rem;
padding-bottom: .5rem;
}
.site-header .autocomplete-wrapper,
.top-bar .autocomplete-wrapper {
position: absolute;
top: 100%;
width: 100%;
min-width: 300px;
margin-top: 0px;
}
.site-header .autocomplete-wrapper {
margin-top: -1px;
}
.site-header .autocomplete-wrapper .product_list_widget,
.top-bar .autocomplete-wrapper .product_list_widget {
padding-top: 15px;
background: #fff;
border: 1px solid rgba(0,0,0,.1);
box-shadow: 0 15px 30px -10px rgba(0,0,0,.06);
}
.site-header .autocomplete-wrapper .product_list_widget li,
.top-bar .autocomplete-wrapper .product_list_widget li {
line-height: 1;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 10px;
}
.top-bar .autocomplete-wrapper {
z-index: 604;
}
.top-bar .searchform fieldset {
z-index: inherit;
}
.top-bar .woocommerce-product-search .search-field,
.top-bar .goya-search .search-button-group select {
color: inherit;
max-width: 140px;
line-height: 1;
}
.top-bar .goya-search .search-button-group select {
background-image: url('../img/svg/chevron-down-white.svg');
}
.top-bar .search-button-group:not(.text-changed) .search-icon {
opacity: 1;
}
/* Mobile Search */
.side-panel-mobile .search-button-group .search-icon,
.site-header .search-button-group .search-icon {
width: 16px;
height: 16px;
}
.side-panel-mobile .search-panel .search-field,
.side-panel-mobile .search-panel .yith-s {
font-weight: normal;
}
.side-panel-mobile .search-panel .wc-category-select {
display: none;
}
@media (min-width: 768px) {
.search-panel .side-panel-content {
padding: 35px 15px 50px 15px;
}
.search-panel:not(.mobile-search) .autocomplete-wrapper li a img {
max-width: 100%;
width: 100%;
margin: 0 0 10px 0;
float: none;
}
.autocomplete-wrapper .product_list_widget li {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
}
@media only screen and (min-width: 992px) {
.site-header .search-button-group {
min-width: 360px;
}
.autocomplete-wrapper .product_list_widget li {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.search-panel .search-field, .search-panel .yith-s {
font-size: 2em;
}
}
/* Mobile search */
.side-menu .search-panel.mobile-search {
transform: none;
position: relative;
top: auto;
opacity: 1;
background-color: transparent;
}
.side-menu .mobile-search .autocomplete-wrapper .product_list_widget {
margin-bottom: 30px;
}
.side-menu .mobile-search .autocomplete-wrapper .product_list_widget li {
line-height: 1;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 10px;
}
.side-menu .mobile-search .autocomplete-wrapper .product_list_widget li .view-all {
margin-top: 15px;
}
.minicart-counter.et-count-zero {
background: transparent;
background: rgba(255,255,255,0);
margin-left: 0;
font-size: 12px;
}
@media only screen and (max-width: 767px) {
.page-header-transparent .product-header-spacer,
.header-transparent-mobiles.page-header-transparent:not(.page-title-visible) .header-spacer,
.header-transparent-mobiles.page-header-transparent.hero-title-active .header-spacer {
display: none;
}
.header-transparent-mobiles.page-header-transparent .product-header-spacer {
display: block;
}
/* Logo */
.sticky-header-light.light-title .site-header .logolink .logoimg,
.sticky-header-light:not(.header-transparent-mobiles) .site-header .logolink .logoimg {
opacity: 0;
display: none;
}
.sticky-header-light.light-title .site-header .logolink:not(.alt-logo-mobile):not(.alt-logo-tablet):not(.alt-logo-sticky) .logoimg.bg--dark,
.sticky-header-light:not(.header-transparent-mobiles) .site-header .logolink:not(.alt-logo-mobile):not(.alt-logo-tablet):not(.alt-logo-sticky) .logoimg.bg--dark {
opacity: 1;
display: block;
}
.header-transparent-mobiles.light-title:not(.header_on_scroll) .site-header .logolink .logoimg,
.header-transparent-mobiles.sticky-header-light.header_on_scroll .site-header .logolink .logoimg {
opacity: 0;
display: none;
}
.header-transparent-mobiles.light-title:not(.header_on_scroll) .site-header .logolink:not(.alt-logo-mobile):not(.alt-logo-tablet):not(.alt-logo-sticky) .logoimg.bg--dark,
.header-transparent-mobiles.sticky-header-light.header_on_scroll .site-header .logolink:not(.alt-logo-mobile):not(.alt-logo-tablet):not(.alt-logo-sticky) .logoimg.bg--dark {
opacity: 1;
display: block;
}
/* Alernative Logo */
.site-header .logolink.alt-logo-mobile .logoimg,
.site-header .logolink.alt-logo-sticky .logoimg {
opacity: 0;
display: none;
}
.site-header .logolink.alt-logo-mobile .logoimg.bg--alt,
.logolink.alt-logo-sticky .logoimg.bg--alt {
opacity: 1;
display: block;
}
.header-transparent-mobiles.light-title:not(.header_on_scroll) .site-header .logolink.alt-logo-mobile .logoimg.bg--alt,
.header-transparent-mobiles.light-title:not(.header_on_scroll) .site-header .logolink.alt-logo-tablet .logoimg.bg--alt,
.header-transparent-mobiles.light-title:not(.header_on_scroll) .site-header .logolink.alt-logo-sticky .logoimg.bg--alt,
.header-transparent-mobiles.sticky-header-light.header_on_scroll .site-header .logolink.alt-logo-mobile .logoimg.bg--alt,
.header-transparent-mobiles.sticky-header-light.header_on_scroll .site-header .logolink.alt-logo-tablet .logoimg.bg--alt,
.header-transparent-mobiles.sticky-header-light.header_on_scroll .site-header .logolink.alt-logo-sticky .logoimg.bg--alt {
opacity: 1;
display: block;
}
.header-transparent-mobiles.header_on_scroll .site-header .logolink.alt-logo-sticky .logoimg {
opacity: 0;
display: none;
}
.header-transparent-mobiles.header_on_scroll .site-header .logolink.alt-logo-sticky .logoimg.bg--alt {
opacity: 1;
display: block;
}
.header-transparent-mobiles.light-title:not(.header_on_scroll) .site-header .et-wishlist-counter.active {
background-color: rgba(255,255,255,0.1);
}
/* Links/icons */
.sticky-header-light.light-title .site-header a.icon,
.sticky-header-light.light-title .site-header .menu-toggle,
.sticky-header-light.light-title .site-header a.icon:hover,
.sticky-header-light.light-title .site-header .menu-toggle:hover,
.sticky-header-light:not(.header-transparent-mobiles) .site-header a.icon,
.sticky-header-light:not(.header-transparent-mobiles) .site-header .menu-toggle,
.sticky-header-light:not(.header-transparent-mobiles) .site-header a.icon:hover,
.sticky-header-light:not(.header-transparent-mobiles) .site-header .menu-toggle:hover {
color: #fff;
}
.header-transparent-mobiles.light-title:not(.header_on_scroll) .site-header .site-title,
.header-transparent-mobiles.sticky-header-light.header_on_scroll .site-header a.icon,
.header-transparent-mobiles.sticky-header-light.header_on_scroll .site-header .menu-toggle,
.header-transparent-mobiles.light-title:not(.header_on_scroll) .site-header a.icon,
.header-transparent-mobiles.light-title:not(.header_on_scroll) .site-header .menu-toggle {
color: #fff;
}
}
@media only screen and (min-width: 768px) {
.page-header-transparent:not(.page-title-visible) .header-spacer,
.page-header-transparent.hero-title-active .header-spacer {
display: none;
}
/* Logo */
.light-title:not(.header_on_scroll) .site-header .logolink .logoimg,
.sticky-header-light.header_on_scroll .site-header .logolink .logoimg {
opacity: 0;
display: none;
}
.light-title:not(.header_on_scroll) .site-header .logolink:not(.alt-logo-tablet) .logoimg.bg--dark,
.sticky-header-light.header_on_scroll .site-header .logolink:not(.alt-logo-tablet) .logoimg.bg--dark {
opacity: 1;
display: block;
}
/* Alernative Logo */
.header_on_scroll .site-header .logolink.alt-logo-sticky .logoimg {
opacity: 0;
display: none;
}
.header_on_scroll .site-header .logolink.alt-logo-sticky .logoimg.bg--alt {
opacity: 1;
display: block;
}
/* Menus */
.light-title:not(.header_on_scroll) .site-header .site-title,
.light-title:not(.header_on_scroll) .site-header .et-header-menu > li> a,
.sticky-header-light.header_on_scroll .site-header .et-header-menu > li> a,
.light-title:not(.header_on_scroll) span.minicart-counter.et-count-zero,
.sticky-header-light.header_on_scroll .site-header .et-header-text,
.sticky-header-light.header_on_scroll .site-header .et-header-text a,
.light-title:not(.header_on_scroll) .site-header .et-header-text,
.light-title:not(.header_on_scroll) .site-header .et-header-text a,
.sticky-header-light.header_on_scroll .site-header .icon,
.light-title:not(.header_on_scroll) .site-header .icon,
.sticky-header-light.header_on_scroll .site-header .menu-toggle,
.light-title:not(.header_on_scroll) .site-header .menu-toggle,
.sticky-header-light.header_on_scroll .site-header .et-switcher-container .selected,
.light-title:not(.header_on_scroll) .site-header .et-switcher-container .selected,
.light-title:not(.header_on_scroll) .site-header .product.wcml-dropdown li>a,
.light-title:not(.header_on_scroll) .site-header .product.wcml-dropdown .wcml-cs-active-currency>a,
.light-title:not(.header_on_scroll) .site-header .product.wcml-dropdown .wcml-cs-active-currency:hover>a,
.light-title:not(.header_on_scroll) .site-header .product.wcml-dropdown .wcml-cs-active-currency:focus>a,
.sticky-header-light.header_on_scroll .site-header .product.wcml-dropdown li>a,
.sticky-header-light.header_on_scroll .site-header .product.wcml-dropdown .wcml-cs-active-currency>a,
.sticky-header-light.header_on_scroll .site-header .product.wcml-dropdown .wcml-cs-active-currency:hover>a,
.sticky-header-light.header_on_scroll .site-header .product.wcml-dropdown .wcml-cs-active-currency:focus>a {
color: #fff;
}
.light-title:not(.header_on_scroll) .site-header .et-wishlist-counter.active {
background-color: rgba(255,255,255,0.1);
}
}
@media only screen and (max-width: 991px) {
.site-header .logolink.alt-logo-tablet .logoimg {
opacity: 0;
display: none;
}
.site-header .logolink.alt-logo-tablet .logoimg.bg--alt {
opacity: 1;
display: block;
}
}
@media only screen and (min-width: 992px) {
/* Logo */
.light-title:not(.header_on_scroll) .site-header .logolink .logoimg {
opacity: 0;
display: none;
}
.light-title:not(.header_on_scroll) .site-header .logolink .logoimg.bg--dark,
.sticky-header-light.header_on_scroll .site-header .logolink .logoimg.bg--dark {
opacity: 1;
display: block;
}
/* Alernative Logo */
.site-header .logolink.alt-logo-tablet .logoimg.bg--alt {
opacity: 0;
display: none;
}
}
/* Main Menu */
.menu-item-mega-parent .sub-menu > li > a:not([href]),
.menu-item-mega-parent .sub-menu > li > a[href="#"],
.menu-item.title-item a:not([href]),
.menu-item.title-item a[href="#"] {
cursor: text;
}
.menu-item-mega-parent .sub-menu > li > a:not([href]):hover:after,
.menu-item-mega-parent .sub-menu > li > a[href="#"]:hover:after,
.menu-item.title-item a:not([href]):hover:after,
.menu-item.title-item a[href="#"]:hover:after {
width: 0;
}
.et-header-menu {
display: flex;
list-style: none;
}
.et-header-menu.socials {
margin-left: 30px;
}
.et-header-menu.socials li+li {
margin-left: 10px;
}
.et-header-menu > li {
display: inline-flex;
padding-left: 24px;
margin-left: -1px;
align-items: center;
}
.et-header-menu > li:first-child {
padding-left: 0;
}
.et-header-menu > li a {
padding: 10px 0;
position: relative;
}
.et-header-menu > li > a {
white-space: nowrap;
display: inline-flex;
align-items: center;
}
.et-header-menu > li a .fa {
margin-right: 7px;
}
.mobile-menu .menu-label,
.et-header-menu .menu-label {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size: 10px;
font-weight: normal;
position: relative;
top: -2px;
display: inline-block;
margin-left: 4px;
color: #fff;
background-color: #bbb;
line-height: 1;
padding: 3px 6px;
border-radius: 3px;
}
.big-menu .sub-menu,
.et-header-menu > li > .sub-menu {
text-align: initial;
display: block;
visibility: hidden;
opacity: 0;
transition: all .18s cubic-bezier(0.2, 0.06, 0.05, 0.95);
transition-delay: 0.2s;
}
.et-header-menu .sub-menu {
padding: 30px 0;
margin: 0;
list-style: none;
position: absolute;
top: 100%;
left: -3px;
z-index: 10;
text-align: inherit;
visibility: hidden;
opacity: 0;
transition: all .18s cubic-bezier(0.2, 0.06, 0.05, 0.95);
transition-delay: 0.2s;
line-height: 1.5;
}
.big-menu > li > .sub-menu {
display: flex;
}
.big-menu > li:hover > .sub-menu,
.big-menu > li.active-big > .sub-menu,
.et-header-menu li:hover > .sub-menu {
visibility: visible;
opacity: 1;
}
.big-menu > li:hover > .sub-menu,
.big-menu > li.active-big > .sub-menu,
.et-header-menu > li.menu-item-mega-parent > .sub-menu {
display: flex;
}
.et-header-menu > li.menu-item-mega-parent.no-wrap > .sub-menu {
flex-wrap: nowrap;
}
.et-header-menu > li.menu-item-mega-parent > .sub-menu > li {
margin-bottom: 30px;
}
.megamenu-fullwidth .et-header-menu > li.menu-item-mega-parent > .sub-menu {
flex-wrap: wrap;
width: 100%;
}
.megamenu-fullwidth .et-header-menu > li.menu-item-mega-parent > .sub-menu > li {
max-width: 20%;
width: 100%;
}
.megamenu-fullwidth .et-header-menu > li.menu-item-mega-parent.menu-item-mega-column-3 > .sub-menu > li {
max-width: 33.333333%;
}
.megamenu-fullwidth .et-header-menu > li.menu-item-mega-parent.menu-item-mega-column-4 > .sub-menu > li {
max-width: 25%;
}
.megamenu-fullwidth .et-header-menu > li.menu-item-mega-parent.menu-item-mega-column-6 > .sub-menu > li {
max-width: 16.666666%;
}
.megamenu-fullwidth .et-header-menu > li.menu-item-mega-parent.menu-item-mega-column-7 > .sub-menu > li {
max-width: 14.285714%;
}
.megamenu-fullwidth .et-header-menu > li.menu-item-mega-parent.menu-item-mega-column-8 > .sub-menu > li {
max-width: 12.5%;
}
.megamenu-fullwidth .et-header-menu > li.menu-item-mega-parent.menu-item-mega-column-9 > .sub-menu > li {
max-width: 11.111111%;
}
.megamenu-fullwidth .et-header-menu > li.menu-item-mega-parent > .sub-menu li {
width: 100%;
}
.et-header-menu > li.menu-item-mega-parent > .sub-menu > li .sub-menu {
border: 0;
}
.et-header-menu > li.menu-item-mega-parent > .sub-menu > li > .sub-menu {
padding-top: 5px;
padding-bottom: 0;
display: block;
position: static;
box-shadow: none;
min-width: 100%;
background: none;
animation: none;
left: auto;
top: auto;
opacity: 1;
transition-delay: 0s;
}
.et-header-menu > li.menu-item-mega-parent:hover > .sub-menu > li .sub-menu {
opacity: 1;
visibility: visible;
}
.et-header-menu > li.menu-item-mega-parent > .sub-menu > li .sub-menu li {
padding: 0;
width: 100%;
}
.et-header-menu > li.menu-item-mega-parent > .sub-menu > li > .sub-menu > li .sub-menu {
position: relative;
top: auto;
left: auto;
padding: 0;
padding-left: 10px;
}
.et-header-menu > li.menu-item-mega-parent > .sub-menu > li .sub-menu li:after {
display: none;
}
.menu-item-mega-parent > .sub-menu > li > a,
.menu-item.title-item > a {
text-transform: uppercase;
font-size: 0.9em;
letter-spacing: 0.1em;
margin-bottom: 5px;
}
.menu-item.title-item > a {
margin-top: 20px;
}
.et-header-menu > li.menu-item-mega-parent:hover > .sub-menu {
display: flex;
visibility: visible;
transition: all .18s cubic-bezier(0.2, 0.06, 0.05, 0.95);
opacity: 1;
transition-delay: 0s;
}
.et-header-menu li.menu-item-has-children {
position: relative;
align-items: center;
}
.et-header-menu li.menu-item-mega-parent {
position: static;
}
.et-header-menu > li > .sub-menu:before {
content: "";
position: absolute;
top: 0;
left: -10px;
background-color: #fff;
width: calc(100% + 20px);
height: 100%;
z-index: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid rgba(0,0,0,.1);
-webkit-box-shadow: 0 15px 30px -10px rgba(0,0,0,.06);
-moz-box-shadow: 0 15px 30px -10px rgba(0,0,0,.06);
box-shadow: 0 15px 30px -10px rgba(0,0,0,.06);
z-index: -1;
}
.header-border-1:not(.header_on_scroll) .et-header-menu > li > .sub-menu:before {
top: -1px;
}
.et-header-menu > li.menu-item-mega-parent >.sub-menu {
padding: 50px 0 20px;
}
.et-header-menu > li.menu-item-mega-parent >.sub-menu:before {
left: 0;
width: 100%;
}
.megamenu-fullwidth .et-header-menu > li.menu-item-mega-parent >.sub-menu:before {
width: 200vw;
transform: translateX(-50%);
}
.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li,
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li {
opacity: 0;
transform: translateY(60px);
}
.megamenu-column-animation .big-menu > li.menu-item-mega-parent:hover > .sub-menu > li,
.megamenu-column-animation .big-menu > li.menu-item-mega-parent.active-big > .sub-menu > li,
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent:hover > .sub-menu > li {
opacity: 1;
transform: none;
}
.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(1),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(1) {
transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.075s,opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
}
.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(2),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(2) {
transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.195s,opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.27s;
}
.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(3),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(3) {
transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.255s,opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.33s;
}
.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(4),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(4) {
transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.315s,opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.39s;
}
.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(5),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(5) {
transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.375s,opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s;
}
.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(6),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(6) {
transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.435s,opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.51s;
}
.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(7),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(7) {
transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.495s,opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.57s;
}
.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(8),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(8) {
transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.555s,opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.63s;
}
.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(9),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(9) {
transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.615s,opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.69s;
}
.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(10),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(10) {
transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.675s,opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s;
}
.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(11),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(11) {
transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.735s,opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.81s;
}
.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(12),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(12) {
transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.795s,opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.87s;
}
.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(13),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(13) {
transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.855s,opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.93s;
}
.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(14),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(14) {
transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.915s,opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.99s;
}
.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(15),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(15) {
transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.975s,opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 1.05s;
}
.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(16),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(16) {
transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 1.035s,opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 1.11s;
}
.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(17),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(17) {
transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 1.095s,opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 1.17s;
}
.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(18),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(18) {
transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 1.155s,opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 1.23s;
}
.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(19),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(19) {
transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 1.215s,opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 1.29s;
}
.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(20),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(20) {
transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 1.275s,opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 1.35s;
}
.et-header-menu li >.sub-menu > li {
display: block;
width: 240px;
padding: 0 27px;
}
.et-header-menu .sub-menu li:last-child {
margin-bottom: 0;
}
.big-menu .sub-menu li a .item-thumb,
.et-header-menu .sub-menu li a .item-thumb {
display: block;
margin-bottom: 10px;
overflow: hidden;
}
.et-header-menu .sub-menu li.menu-item-has-children:after {
display: block;
position: absolute;
top: 6px;
right: 6px;
left: auto;
content: "\e923";
font-family: "et-icon";
vertical-align: middle;
font-size: 16px;
}
.menu-item-mega-parent > .sub-menu > li.menu-item-has-children:after {
display: none;
}
.et-header-menu .sub-menu li a:before {
bottom: -3px;
}
.et-header-menu .sub-menu .sub-menu {
top: -31px;
left: 100%;
padding: 30px 0;
}
.et-header-menu > .menu-item:not(.menu-item-mega-parent) .sub-menu .sub-menu {
margin-left: 10px;
}
.et-header-menu > .menu-item:not(.menu-item-mega-parent) .sub-menu .sub-menu:before {
content: "";
position: absolute;
top: 0;
left: -10px;
background-color: #fff;
width: calc(100% + 20px);
height: 100%;
z-index: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid rgba(0,0,0,.1);
-webkit-box-shadow: 0 15px 30px -10px rgba(0,0,0,.06);
-moz-box-shadow: 0 15px 30px -10px rgba(0,0,0,.06);
box-shadow: 0 15px 30px -10px rgba(0,0,0,.06);
z-index: -1;
}
.et-header-menu .sub-menu.has_bg {
background-repeat: no-repeat;
background-position: right center;
background-size: contain;
padding-right: 220px;
}
/* Helper classes */
.menu-item-mega-parent.hide-headings > .sub-menu > li > a,
.mobile-menu > li.hide-headings > .sub-menu > li > a {
display: none;
}
.mobile-menu > li.hide-headings > .sub-menu > li > .sub-menu {
display: block;
}
/* Account */
.account-links.et-header-menu .sub-menu {
left: auto;
right: -3px;
}
.account-links.et-header-menu .sub-menu li {
width: auto;
}
.account-links.et-header-menu .sub-menu li a {
white-space: nowrap;
}
/* # Footer
------------------------------------------------------- */
/* Footer Widgets */
.footer-widgets {
padding: 50px 0;
border-top: 1px solid rgba(0,0,0,0.1);
}
.footer-widgets .widgettitle {
margin-bottom: 10px;
padding: 10px 0;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: inherit;
}
.footer-widgets .widgettitle span {
cursor: pointer;
}
.footer-widgets .column-last.column-wide {
order: 1;
}
.footer-widgets .other-columns .footer1 {
order: -1;
}
/* Dark Footer Widgets */
.site-footer.dark {
background-color: #282828;
border-top-color: rgba(255,255,255,0.1);
}
.site-footer.dark .post-meta:before {
background: rgba(255,255,255,0.1);
}
.site-footer.dark .footer-widgets,
.site-footer.dark .footer-middle,
.site-footer.dark .widgettitle,
.site-footer.dark .post-meta,
.site-footer.dark .footer-bar {
color: rgba(255,255,255,0.5);
}
.site-footer.dark .widget .widget-title,
.site-footer.dark .widget h1,
.site-footer.dark .widget h2,
.site-footer.dark .widget h3,
.site-footer.dark .widget h4,
.site-footer.dark .widget h5,
.site-footer.dark .widget ul li a,
.site-footer.dark .footer-widgets a,
.site-footer.dark .footer-middle a,
.site-footer.dark .footer-middle h2,
.site-footer.dark .footer-middle h3,
.site-footer.dark .footer-middle h4,
.site-footer.dark .footer-bar a,
.site-footer.dark .search-field,
.site-footer.dark input[type="text"],
.site-footer.dark input[type="password"],
.site-footer.dark input[type="date"],
.site-footer.dark input[type="datetime"],
.site-footer.dark input[type="email"],
.site-footer.dark input[type="number"],
.site-footer.dark input[type="search"],
.site-footer.dark input[type="submit"],
.site-footer.dark input[type="tel"],
.site-footer.dark input[type="time"],
.site-footer.dark input[type="url"],
.site-footer.dark textarea,
.site-footer.dark .footer-bar .et-header-menu .selected,
.site-footer.dark .footer-bar .wcml-dropdown a.wcml-cs-item-toggle {
color: #fff;
}
.site-footer.dark input[type="submit"] {
border-color: #fff;
background: transparent;
}
.site-footer.dark .footer-bar-border-1,
.site-footer.dark .tag-cloud-link {
border-color: rgba(255,255,255,0.1);
}
.site-footer.dark input[type="text"],
.site-footer.dark input[type="password"],
.site-footer.dark input[type="date"],
.site-footer.dark input[type="datetime"],
.site-footer.dark input[type="email"],
.site-footer.dark input[type="number"],
.site-footer.dark input[type="search"],
.site-footer.dark input[type="tel"],
.site-footer.dark input[type="time"],
.site-footer.dark input[type="url"],
.site-footer.dark textarea,
.site-footer.dark .search-button-group {
border-color: rgba(255,255,255,0.5);
}
/* Footer Bar*/
.footer-bar .container {
padding-top: 30px;
padding-bottom: 20px;
}
.footer-bar-border-1 {
border-top: 1px solid rgba(0,0,0,0.1);
}
@media all and (min-width: 992px) {
.footer-bar .container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: relative;
}
.footer-bar .footer-items {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 0;
}
.footer-bar .footer-left,
.footer-bar .footer-right {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.footer-bar .footer-center {
text-align: center;
-webkit-box-pack: center;
align-items: center;
margin: 0 20px;
}
.footer-bar .footer-right {
text-align: right;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.footer-bar .footer-left > * {
margin-right: 24px;
}
.footer-bar .footer-left > *:last-child {
margin-right: 0;
}
.footer-bar .footer-right > * {
margin-left: 24px;
}
.footer-bar .footer-right > *:first-child {
margin-left: 0;
}
}
/* Menu */
.footer-bar-menu {
float: left;
}
.footer-bar .menu {
padding: 0;
}
.footer-bar .menu ul.sub-menu {
display: none;
}
.footer-bar .menu li {
display: inline-flex;
}
.footer-bar .menu > li > div,
.footer-bar .menu > li > a {
display: inline-block;
vertical-align: middle;
margin: 0 21px 0 0;
}
.footer-bar .menu > li:last-child a,
.footer-bar .menu > li:last-child > div {
margin-right: 0;
margin-left: 0;
}
.footer-bar.footer-full .container {
max-width: none;
}
.footer-social-icons {
padding: 0;
margin: 0;
}
/* Dark Mode */
.site-footer .footer-bar.custom-color-1.dark {
background: #282828;
color: rgba(255,255,255,0.5);
}
.site-footer .footer-bar.custom-color-1,
.site-footer .footer-bar.custom-color-1 a,
.site-footer .footer-bar.custom-color-1 .menu > li > a,
.site-footer .footer-bar.custom-color-1 .et-header-menu .selected {
color: inherit;
}
.site-footer .footer-bar.custom-color-1.dark .et-header-menu .selected,
.site-footer .footer-bar.custom-color-1.dark .menu > li > a {
color: #fff;
}
/* Custom text */
.footer-bar-text img {
max-height: 24px;
vertical-align: middle;
}
@media all and (max-width: 991px) {
.footer-bar {
text-align: center;
}
.footer-bar .menu {
float: none;
}
.footer-bar-logo {
float: none;
margin-right: 0;
}
.footer-bar .copyright,
.footer-bar-social {
padding-top: 14px;
}
.footer-bar .menu > li,
.footer-bar-social li {
float: none;
display: inline-block;
}
.footer-bar-social li i {
font-size: 16px;
}
.footer-bar-right .footer-bar-text {
padding-top: 17px;
}
.footer-bar-left, .footer-bar-right {
padding-top: 0;
padding-bottom: 0;
}
.footer-bar .footer-bar-logo,
.footer-bar .footer-bar-menu,
.footer-bar .menu,
.footer-bar .footer-bar-content {
float: none;
}
.footer-bar .footer-bar-logo,
.footer-bar .footer-bar-menu {
margin-bottom: 20px;
}
}
@media all and (min-width: 768px) {
.footer-widgets .widget:last-child {
margin-bottom: 0;
}
.footer-toggle-widgets.footer-widgets .widgettitle span {
display: none;
}
.footer-toggle-widgets.footer-widgets .widgettitle + div,
.footer-toggle-widgets.footer-widgets .widgettitle + p,
.footer-toggle-widgets.footer-widgets .widgettitle + ul {
display: block !important; /* override inline style */
}
}
@media all and (max-width: 767px) {
.footer-toggle-widgets.footer-widgets .widget {
margin-bottom: 10px;
}
.footer-widgets .widget_mc4wp_form_widget {
margin-top: 40px;
text-align: center;
}
.footer-bar .menu > li {
display: block;
}
.footer-bar .menu > li:last-child {
border-bottom: 0 none;
}
.footer-bar .menu > li > a,
.footer-bar .menu > li > span {
display: block;
padding: 7px 0;
margin: 0;
}
.footer-bar-right .menu li.footer-bar-text {
text-align: center;
}
}
@media (min-width: 576px) {
.footer-bar.footer-full .container {
padding-left: 30px;
padding-right: 30px;
}
}
@media (min-width: 1490px) {
.footer-bar.footer-full .container {
padding-right: 2.5%;
padding-left: 2.5%;
}
}
#scroll_to_top {
position: fixed;
bottom: -50px;
right: 15px;
z-index: 100;
transform: rotate(-90deg);
}
#scroll_to_top.active {
bottom: 15px;
}
#scroll_to_top span {
width: 50px;
height: 50px;
border-radius: 100%;
background: rgba(255,255,255,0.2);
border: 2px solid rgba(0,0,0,0.1);
display: flex;
align-items: center;
justify-content: center;
}
#scroll_to_top:hover span {
border-color: inherit;
}
@media only screen and (max-width: 767px) {
#scroll_to_top { display: none; }
}
/* Hero Title */
.hero-header-container .row {
justify-content: center;
text-align: center;
}
.hero-header .regular-title {
padding: 4vh 0;
}
.hero-header .hero-title {
display: flex;
justify-content: center;
align-items: center;
position: relative;
overflow: hidden;
background-size: cover;
background-color: #f8f8f8;
background-repeat: no-repeat;
}
.hero-header .hero-title {
min-height: 35vh;
margin-bottom: 40px;
padding-bottom: 40px;
}
.page-header-transparent .hero-header .hero-title {
min-height: 40vh;
}
.hero-header .hero-title.parallax_image {
max-height: none;
background-size: cover;
background-position: center;
background-attachment: scroll;
background-repeat: no-repeat;
}
.hero-light-title .hero-header .hero-title.parallax_image:before {
bottom: 0;
content: "";
display: block;
height: 100%;
width: 100%;
position: absolute;
z-index: 0;
background: #191919;
opacity: 0.26;
}
@media all and (min-width: 768px) {
.hero-header .hero-title.parallax_image {
min-height: 50vh;
}
}
@media all and (max-width: 767px) {
.hero-header .regular-title {
padding: 0;
}
}
/* # Blog
------------------------------------------------------- */
.taxonomy-description {
margin: 20px auto 30px;
max-width: 767px
}
.et-blog .hero-title {
margin-bottom: 40px;
}
/* Categories */
.et-blog-categories {
margin: 20px 0;
}
.et-blog-categories-wrap {
text-align: center;
}
/* Categories: List */
.et-blog-categories-list li {
display: inline-flex;
align-content: center;
font-size: 1.1em;
}
.et-blog-categories-list li a {
margin-right: 19px;
}
.et-blog-categories-list li a:hover {
color: #282828;
}
.et-blog-categories-list li:first-child a {
margin-left: 0;
}
.et-blog-categories-list li:last-child a {
margin-right: 0;
}
.et-blog-categories-list li.current-cat a {
color: #282828;
border-bottom: 2px solid currentColor;
}
/* Categories: Columns */
.et-blog-categories-list.columns {
overflow: hidden;
}
.et-blog-categories-list.columns li {
display: block;
float: left;
padding-right: 17px;
padding-bottom: 0;
}
.et-blog-categories-list.columns li a {
font-size: 16px;
margin: 0;
}
.et-blog-categories-list.columns li.current-cat a {
padding-bottom: 1px;
}
.et-blog-categories-list.columns li span {
display: none;
}
@media only screen and (max-width: 575px) {
.et-blog-categories-list li a {
font-size: inherit;
}
}
.post.type-post.sticky .entry-title a:after {
margin: 0 10px;
padding: 4px 12px;
background: rgba(0,0,0,.7);
color: #fff;
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 11px;
border-radius: 20px;
vertical-align: middle;
}
/* Post Item */
.post {
position: relative;
}
.post.type-post,
.post.type-page,
.post.type-portfolio {
margin-bottom: 46px;
}
.post.type-post .post-gallery {
display: block;
position: relative;
overflow: hidden;
margin-bottom: 15px;
text-align: center;
}
.post.post-classic .post-gallery,
.post.post-classic .et-blog-slider {
margin: 20px 0 30px;
}
.post.type-post .post-gallery > a {
display: inline-flex;
padding: 0;
will-change: opacity;
position: relative;
overflow: hidden;
}
.post.type-post .post-gallery > a:after {
content: " ";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #000;
opacity: 0;
}
.post.type-post .post-gallery img {
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
backface-visibility: hidden;
transform-origin: center center;
object-fit: cover;
object-position: center;
}
.post.type-post .post-gallery a:hover img {
-moz-transform: scale(1.05, 1.05);
-ms-transform: scale(1.05, 1.05);
-webkit-transform: scale(1.05, 1.05);
transform: scale(1.05, 1.05);
}
/* Latest Posts Widget */
.post.listing {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.post.listing .post-gallery {
margin-bottom: 0;
margin-right: 30px;
}
.post.listing .post-gallery .count {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-size: 48px;
font-weight: 500;
line-height: 1;
pointer-events: none;
display: none;
}
.post.listing .attachment-post-thumbnail {
width: 100px;
}
.post.listing .listing_content {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.post.listing .listing_content .post-title h6 {
letter-spacing: normal;
text-transform: none;
padding: 0;
margin-bottom: 5px;
}
.post.listing .listing_content .post-meta {
margin: 0;
}
/* Format Icon */
.post-format-icon {
position: absolute;
top: 20px;
left: 20px;
z-index: 1;
width: auto;
display: flex;
padding: 5px 15px;
background: rgba(0,0,0,0.3);
color: #fff;
border-radius: 30px;
align-items: center;
}
.post-format-icon span {
margin-right: 6px;
line-height: 1;
}
.post-format-icon svg {
width: 16px;
height: 16px;
}
.type-post .post-meta {
display: block;
color: #a0a0a0;
font-size: 0.9em;
}
.blog-post:not(.post-classic) .post-meta {
font-size: 0.9em;
}
.type-post .post-meta .date-link {
color: inherit;
}
.post .post-title h3 {
margin-bottom: 10px;
}
.post .post-title h3 a:hover,
.post .post-title h4 a:hover {
text-decoration: none;
color: #282828;
}
.type-post .post-content {
margin-top: 10px;
}
.et-blog .post.type-post .post-content p {
margin: 0;
}
.post.post-masonry,
.post.post-grid {
width: 100%;
}
.post .post-categories,
.et-portfolio-categories {
list-style-type: none;
margin-bottom: 10px;
text-transform: uppercase;
}
.post .post-categories li {
display: inline-flex;
margin-right: 10px;
}
.et-portfolio .type-portfolio .et-portfolio-categories,
.post.post-detail .post-categories,
.entry-content .post-categories li a,
.post-categories li a {
color: inherit;
color: #777;
}
.et-portfolio .type-portfolio .et-portfolio-categories,
.post.post-detail .post-categories,
.post-categories {
font-size: 0.85em;
letter-spacing: 0.1rem;
}
.related-posts .post .post-categories,
.blog-style-masonry .post-categories,
.blog-style-cards .post-categories,
.blog-style-grid .post-categories,
.blog-style-list .post-categories {
font-size: 0.75em;
}
/* Post Styles */
/* Grid */
.post.post-grid .post-gallery img {
transform-origin: center center;
}
/* Overlay */
.post.post-cards .overlay-inner {
position: relative;
overflow: hidden;
display: block;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-bottom: 0;
}
.post.post-cards .post-gallery {
margin-bottom: 0;
}
.post.post-cards .post-gallery a {
display: block;
background: #ddd;
}
.post.post-cards .post-gallery a:after {
bottom: 0;
content: "";
display: block;
height: 100%;
width: 100%;
position: absolute;
z-index: 1;
background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.5)));
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#b3000000',GradientType=0);
opacity: 1;
}
.post.post-cards .post-gallery img {
width: 100%;
}
.post.post-cards .entry-header {
position: absolute;
bottom: 0;
left: 0;
z-index: 9;
padding: 0 30px 30px;
}
.post.post-cards .entry-header .entry-title {
margin: 0;
}
.post.post-cards .post-categories li a,
.post.post-cards .post-categories li a:hover,
.post.post-cards .entry-header a:hover,
.post.post-cards .entry-header a {
color: #fff;
}
.post.post-cards .post-meta {
color: rgba(255,255,255,0.6);
margin: 0;
display: none;
}
.post.post-cards .post-meta:before {
background: rgba(255,255,255,0.3);
}
/* List */
.post-list .row {
margin: 0;
justify-content: center;
}
.post-list,
.post.post-list .post-list-excerpt .inner {
width: 100%;
}
.post.post-list .post-categories {
left: 33px;
}
.post.post-list .post-list-excerpt {
display: flex;
align-items: center;
}
/* Classic */
.blog-sidebar-disabled .post.post-classic .entry-header {
text-align: center;
}
.post.post-classic .entry-header .col-lg-8:before {
content: '';
display: block;
height: 1px;
background: #ddd;
margin-bottom: 40px;
}
.post.post-classic {
margin-bottom: 40px;
}
.post.post-classic:first-child .entry-header .col-lg-8:before {
width: 0;
}
.post.post-classic.post-blog-card .post-gallery>a:before {
opacity: 0.1;
}
.post.post-classic.post-blog-card:hover .post-gallery>a:before {
opacity: 0.2;
}
.post.post-classic .post-meta {
margin: 0 0 15px;
font-size: 0.9em;
}
.post.post-classic.post-blog-card .post-meta:before {
display: none;
}
.post.post-classic.post-blog-card .entry-header {
position: absolute;
top: 30%;
width: 100%;
z-index: 9;
padding: 0 15px;
top: 0;
bottom: 0;
align-items: center;
justify-content: center;
text-align: center;
display: flex;
flex-direction: column;
}
.post.post-classic.post-blog-card .post-categories li a {
color: #fff;
}
.post.post-classic.post-blog-card .post-title h3 {
max-width: 80%;
}
.post.post-classic.post-blog-card .post-title h3 a {
color: #fff;
text-decoration: none;
}
.post.post-classic.post-blog-card .post-meta,
.post.post-classic.post-blog-card .post-meta a {
color: #fff;
padding-left: 0;
}
.post.post-classic.post-blog-card .post-meta a {
border-bottom: 1px solid rgba(255,255,255,0.5);
}
.post.post-classic.post-blog-card .post-gallery > a:after {
opacity: 0.2;
}
.post.post-grid.post-slider img {
height: 260px;
}
@media only screen and (min-width: 768px) {
.post.post-grid .post-gallery img,
.post.post-grid .et-blog-slider img {
max-height: 220px;
}
.post.post-classic.post-blog-card .post-title h3 {
font-size: 34px;
}
.post.post-list.sticky .post-list-excerpt,
.post.post-list .col-lg-12.post-list-excerpt {
justify-content: center;
}
.post.post-cards .entry-header {
padding: 0 35px 35px;
}
}
@media only screen and (min-width: 992px) {
.post.post-list .post-gallery img,
.post.post-list .et-blog-slider img {
max-height: 300px;
width: auto;
}
.post.post-list.sticky .post-gallery img,
.post.post-list.sticky .et-blog-slider img,
.post.post-classic .post-gallery img,
.post.post-classic .et-blog-slider img {
max-height: 75vh;
}
.post.post-list .col-lg-6.post-list-excerpt .inner {
padding: 0 0 8% 8%;
}
.post.post-classic.post-blog-card .post-title h3 {
font-size: 42px;
}
.post.post-list.sticky .post-list-excerpt .inner,
.post.post-list .col-lg-12.post-list-excerpt .inner {
padding-top: 10px;
}
.post.post-list.sticky .post-list-excerpt .inner,
.post.post-list .col-lg-12.post-list-excerpt .inner {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.blog-sidebar-active .post-classic .col-lg-8,
.blog-sidebar-enabled .post.post-list.sticky .post-list-excerpt .inner,
.blog-sidebar-enabled .post.post-list .col-lg-12.post-list-excerpt .inner {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.post.post-cards.sticky .entry-header {
padding: 0 40px 40px;
}
}
/* ## Blog: Single Post
------------------------------------------------------- */
.blog-container {
padding-bottom: 30px;
}
.post.post-detail {
margin-bottom: 0;
padding-top: 0;
}
.post.post-detail:not(.portfolio) .title-wrap .entry-header {
text-align: center;
}
.post-title.entry-header h1 {
margin-bottom: 0;
}
.post.post-detail:not(.portfolio):not(.header-parallax) .title_outer:after {
content: '';
width: 40px;
height: 2px;
background: #ddd;
display: block;
margin: 24px auto 0;
}
.post.post-detail .header-normal {
padding-bottom: 46px;
}
.post.post-detail.page-padding .header-normal {
padding-top: 46px;
}
.post.post-detail .post-featured-video iframe {
width: 100%;
}
.post.post-detail .post-featured-section {
position: relative;
}
.hero-title .post-featured.title-wrap {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
min-height: 40vh;
position: relative;
overflow: hidden;
background-size: cover;
margin-bottom: 8vh;
}
.light-title .hero-title.header-parallax .post-featured.title-wrap:before,
.hero-light-title .hero-title.header-parallax .post-featured.title-wrap:before {
bottom: 0;
content: "";
display: block;
height: 100%;
width: 100%;
position: absolute;
z-index: 1;
background: #191919;
opacity: 0.2;
}
.hero-title.featured-gallery .post-featured.title-wrap {
min-height: 50vh;
}
.hero-title.featured-gallery .post-featured.title-wrap.parallax_image {
min-height: 65vh;
}
@media only screen and (min-width: 576px) {
.post.post-detail .post-featured-video iframe {
min-height: 60vh;
}
}
@media only screen and (min-width: 768px) {
.hero-title.header-parallax .post-featured.title-wrap.parallax_image {
margin-bottom: 8vh;
max-height: 75vh;
height: 75vh;
}
.hero-title.page-transparent.featured-gallery .post-featured.title-wrap.parallax_image {
max-height: 75vh;
height: 75vh;
}
.hero-title.header-parallax .et-banner-image,
.hero-title.page-transparent.featured-gallery .et-banner-image {
max-height: 85vh;
}
.post.post-detail .post-featured-video iframe {
min-height: 80vh;
}
}
.post-featured.title-wrap .post-title {
width: 100%;
z-index: 2;
padding-top: 5vh;
padding-bottom: 5vh;
margin-bottom: 20px;
}
.post.post-detail .title-wrap .post-categories {
margin-bottom: 20px;
}
.post.post-detail .title-wrap .post-categories li {
margin: 2px 5px;
}
.post.post-detail .post-categories li:first-child {
margin-left: 0;
}
.post.post-detail .post-categories li:last-child {
margin-right: 0;
}
/* Hero Title */
.hero-title.header-parallax .post-featured.title-wrap .post-title {
padding-top: 0;
padding-bottom: 8vh;
}
/* Featured image as background */
.post.post-detail .post-featured .post-title .post-meta:before {
display: none;
}
.post.post-detail .post-featured .post-title .post-meta {
margin-top: 20px;
font-size: inherit;
}
.post.post-detail .post-featured .post-title .post-meta,
.post.post-detail .post-featured .post-title .post-meta a {
padding-left: 0;
line-height: 1;
margin-bottom: 0;
}
/* Light Color Scheme */
.hero-light-title .featured-gallery:not(.format-gallery):not(.format-video) .entry-header {
color: rgba(255,255,255,0.7);
}
.hero-light-title .featured-gallery:not(.format-gallery):not(.format-video) .entry-header .entry-title,
.hero-light-title .featured-gallery:not(.format-gallery):not(.format-video) .entry-header .post-meta,
.hero-light-title .featured-gallery:not(.format-gallery):not(.format-video) .entry-header .post-meta a,
.hero-light-title .featured-gallery:not(.format-gallery):not(.format-video) .entry-header .post-categories,
.hero-light-title .featured-gallery:not(.format-gallery):not(.format-video) .entry-header .post-categories a,
.hero-light-title .hero-title:not(.featured-gallery) .entry-title,
.hero-light-title .hero-title:not(.featured-gallery) .post-title .post-meta,
.hero-light-title .hero-title:not(.featured-gallery) .post-title .post-meta a,
.hero-light-title .hero-title:not(.featured-gallery) .post-title .post-categories,
.hero-light-title .hero-title:not(.featured-gallery) .post-title .post-categories a {
color: #fff;
}
.hero-light-title .post-featured-gallery .slick-arrow {
color: #fff;
background: rgba(0,0,0,0.2);
}
.hero-light-title .post-featured-gallery .slick-arrow:hover {
color: #fff;
background: rgba(0,0,0,0.3);
}
/* Featured Gallery */
.post-featured-gallery .et-banner-title {
padding-left: 15px;
padding-right: 15px;
font-size: inherit;
font-weight: normal;
}
/* Parallax + Gallery||Video */
.header-parallax.post_format-post-format-gallery .post-featured .post-title,
.header-parallax.post_format-post-format-video .post-featured .post-title {
animation: none;
padding-top: 5vh;
padding-bottom: 5vh;
}
.header-parallax .post-featured-section .post-title {
position: absolute;
width: 100%;
z-index: 9;
padding: 0 15px;
bottom: 0;
text-align: initial;
display: flex;
flex-direction: column;
}
.post-featured.title-wrap.parallax_image {
background-size: cover;
background-position: center;
background-attachment: scroll;
background-repeat: no-repeat;
}
/* Featured below title */
.entry-content .featured-media.alignwide {
text-align: center;
margin-bottom: 4rem;
margin-top: 4rem;
}
.sidebar-enabled .entry-content .featured-media.alignwide {
margin-top: 0;
}
figure.wp-block-gallery.alignwide {
margin-bottom: 4rem;
margin-top: 4rem;
}
@media only screen and (max-width: 575px) {
.header-parallax .post-featured-section .post-title {
padding-left: 20px;
padding-right: 20px;
}
}
@media only screen and (min-width: 768px) {
.header-parallax .post-featured-section .post-title {
justify-content: center;
}
.header-parallax .post-featured-section .post-title .row {
width: 100%;
}
.post-featured-gallery .et-banner-title {
font-size: inherit;
width: auto;
display: inline-flex;
padding: 5px 15px;
background: rgba(0,0,0,0.3);
color: #fff;
border-radius: 30px;
}
.post-featured-gallery .et-banner-text.v_bottom {
padding-bottom: 5%;
}
}
.post .article-detail {
margin-top: 45px;
}
.post.post-detail .post-content:after {
display: block;
content: "";
clear: both;
}
.hentry .post-nav-links,
.hentry .single-post-meta {
clear: both;
text-align: center;
padding: 24px 0;
border-top: 1px solid #eee;
margin-bottom: 0;
}
.hentry .single-post-meta {
color: #848485
}
.hentry .single-post-meta span {
display: inline-block;
padding: 0 8px;
}
.hentry .post-nav-links + .single-post-meta {
margin-top: 0;
}
.post .author_info {
padding: 24px 20px;
border-top: 1px solid #eee;
position: relative;
text-align: center;
}
.post .author_info .avatar {
width: 40px;
height: 40px;
margin: 0;
padding: 0;
overflow: hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.post .author_info h5 {
margin: 0;
}
.post .author_info h5 + .author_description {
margin-top: 10px;
}
.post .author_description {
font-size: 0.9em;
}
.post .auhor-icon {
padding: 6px;
margin-right: 6px;
color: #777;
}
.page .entry-content .alignfull,
.sidebar-disabled .entry-content .alignfull {
margin-left : calc( -100vw / 2 + 100% / 2);
margin-right : calc( -100vw / 2 + 100% / 2);
width: 100vw;
max-width: 100vw;
margin-bottom: 5rem;
margin-top: 5rem;
}
@media (pointer: fine) {
.page .entry-content .alignfull,
.sidebar-disabled .entry-content .alignfull {
margin-left: calc( -100vw / 2 + 100% / 2 + 7px);
margin-right: calc( -100vw / 2 + 100% / 2 + 7px);
max-width: calc(100vw - 14px);
}
}
.alignfull > figcaption,
.alignfull > .wp-caption-text {
margin-left: auto;
margin-right: auto;
max-width: 58rem;
width: calc(100% - 4rem);
}
.page .entry-content .alignfull.wp-block-columns,
.sidebar-disabled .entry-content .alignfull.wp-block-columns {
padding: 0 26px;
}
.post-nav-links a,
.post-nav-links span {
min-width: 2em;
height: 2.5em;
display: inline-flex;
align-items: center;
justify-content: center;
}
.post-page-numbers.current {
border-bottom: 2px solid currentColor;
}
@media only screen and (min-width: 576px) {
.page .entry-content .alignwide,
.sidebar-disabled .entry-content .alignwide {
margin-left: -4vw;
max-width: calc(100% + 8vw);
width: calc(100% + 8vw);
}
.post .author_description {
font-size: 1em;
}
.post .author_info .avatar {
width: 60px;
height: 60px;
margin: 0;
padding: 0;
overflow: hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
}
@media only screen and (min-width: 992px) {
.sidebar-left {
order: -1;
}
.sidebar-left .sidebar-inner {
padding-right: 30px;
}
.sidebar-right .sidebar-inner {
padding-left: 30px;
}
.blog-style-classic .sidebar-inner {
padding-top: 40px;
}
}
/* Posts Navigation */
.et_post_nav {
-moz-user-select: -moz-none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
border-top: 1px solid #eee;
}
.et_post_nav .row {
margin: 0;
}
.et_post_nav .post_nav_link {
width: 100%;
padding: 30px 40px;
min-height: 140px;
position: relative;
display: flex;
flex-direction: row;
align-items: flex-start;
}
.et_post_nav .nav-item {
padding: 0;
}
.et_post_nav .post_nav_link.prev {
text-align: right;
justify-content: flex-end;
}
.et_post_nav .col-12 .post_nav_link {
text-align: center;
justify-content: center;
}
/* Arrows */
.et_post_nav .post_nav_link svg {
position: absolute;
top: 50%;
left: 6%;
width: 20px;
/*opacity: 0.2;*/
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 3;
}
.et_post_nav .post_nav_link.next svg {
left: auto;
right: 6%;
}
.et_post_nav .post_nav_link svg {
/*opacity: 0;*/
-moz-transform: translate3d(-10px, -50%, 0);
-webkit-transform: translate3d(-10px, -50%, 0);
transform: translate3d(-10px, -50%, 0);
}
.et_post_nav .post_nav_link.prev svg {
-moz-transform: translate3d(10px, -50%, 0);
-webkit-transform: translate3d(10px, -50%, 0);
transform: translate3d(10px, -50%, 0);
}
.et_post_nav .post_nav_link:hover svg {
/*opacity: 1;*/
-moz-transform: translate3d(0, -50%, 0);
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
.et_post_nav .post_nav_link.simple .nav_post_bg {
display: none;
}
/* Link Text */
.et_post_nav .post_nav_link .text {
max-width: 340px;
z-index: 3;
/*-moz-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);*/
}
/*.et_post_nav .post_nav_link.prev:hover .text {
-moz-transform: translate3d(13px, 0, 0);
-webkit-transform: translate3d(13px, 0, 0);
transform: translate3d(13px, 0, 0);
}
.et_post_nav .post_nav_link.next:hover .text {
-moz-transform: translate3d(-13px, 0, 0);
-webkit-transform: translate3d(-13px, 0, 0);
transform: translate3d(-13px, 0, 0);
}*/
.et_post_nav .post_nav_link strong {
font-weight: inherit;
opacity: 0.4;
color: #282828;
}
.et_post_nav .post_nav_link h3 {
font-size: 1.4em;
font-weight: 500;
line-height: 1.5;
margin-bottom: 0;
}
/* Background images */
.et_post_nav.nav-style-image .post_nav_link {
min-height: 280px;
align-items: center;
}
.et_post_nav.nav-style-image .post_nav_link:after {
background-color: rgba(0,0,0,0.35);
position: absolute;
left: 0;
top: 0;
content: '';
display: block;
z-index: 1;
width: 100%;
height: 100%;
-webkit-transition: background-color 1s ease;
transition: background-color 1s ease;
}
.et_post_nav.nav-style-image .post_nav_link:hover {
background-color: rgba(0,0,0,0.45);
}
.et_post_nav.nav-style-image .post_nav_link .nav_post_bg {
width: 100%;
position: absolute;
left: 0;
top: 0;
background-size: cover;
background-position: center;
height: 100%;
-ms-transition: transform 0.6s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
-webkit-transition: transform 0.6s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
transition: transform 0.6s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}
.et_post_nav.nav-style-image .post_nav_link strong,
.et_post_nav.nav-style-image .post_nav_link h3 {
color: #fff;
opacity: 1;
}
.et_post_nav.nav-style-image .post_nav_link svg {
color: #fff;
}
@media only screen and (max-width: 767px) {
.et_post_nav .post_nav_link svg {
display: none;
}
.et_post_nav .post_nav_link.prev,
.et_post_nav .post_nav_link.next {
text-align: center;
padding: 15px 35px;
min-height: 0;
justify-content: center;
}
.et_post_nav.nav-style-image .post_nav_link {
min-height: 220px;
}
/*.et_post_nav .post_nav_link.next:hover .text,
.et_post_nav .post_nav_link.prev:hover .text {
-moz-transform: none;
-webkit-transform: none;
transform: none;
}*/
}
@media only screen and (min-width: 768px) {
.et_post_nav.nav-style-image .post_nav_link h3 {
font-size: 1.5em;
}
}
@media only screen and (min-width: 992px) {
.sidebar-disabled .et_post_nav .post_nav_link.prev svg { left: 20%; }
.sidebar-disabled .et_post_nav .post_nav_link.next svg { right: 20%; }
}
/* Share Buttons */
.post-share {
text-align: center;
padding: 24px 0;
border-top: 1px solid #eee;
}
.post-share .share-article {
margin: 0;
display: inline-flex;
flex-wrap: wrap;
align-items: center;
line-height: 1;
}
.share-article li {
display: inline-flex;
padding: 0;
}
.share-article .share-label {
margin-right: 0.5em;
}
/* Related Posts */
.related-posts {
padding: 46px 0 0;
border-top: 1px solid rgba(0,0,0,0.1);
}
.post-detail .related-posts .container {
padding: 0;
}
.related-posts .related-title {
margin-bottom: 46px;
text-align: center;
}
/* Blog: Single post - Password protected */
.post-password-form > p:first-child {
font-size: 16px;
color: #282828;
margin-bottom: 15px;
margin-top: 5px;
}
.post-password-form label,
.post-password-form input {
display: block;
}
.post-password-form label input {
width: 100%;
margin: 0 0 14px;
}
.post-password-form input[type=submit] {
width: 111px;
padding: 11px 0;
}
/* # Widgets
------------------------------------------------------- */
.widget {
margin-bottom: 46px;
}
.widgettitle {
font-size: inherit;
letter-spacing: 0.1em;
color: inherit;
text-transform: uppercase;
margin-bottom: 20px;
position: relative;
display: block;
margin-top: 0;
-moz-transition: all .3s linear;
-o-transition: all .3s linear;
-webkit-transition: all .3s linear;
transition: all .3s linear;
}
.widgettitle span {
display: flex;
justify-content: flex-end;
align-items: center;
position: absolute;
width: 30px;
height: 30px;
text-align: center;
font-size: initial;
right: 0;
top: 50%;
margin-top: -15px;
}
.widgettitle span:after {
content: "\e914";
font-family: "et-icon";
font-weight: normal;
transform: rotate(180deg);
}
.widgettitle.active span:after {
transform: none;
content: "\e925";
}
.widget ul {
margin: 0;
padding: 0;
list-style: none;
}
.widget ul li {
display: block;
margin: 0 0 15px;
}
.widget ul li ul {
padding-left: 15px;
margin-top: 5px;
}
.sidebar .widget ul:not([class]) {
padding-left: 0;
margin-left: 0;
}
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget ul li.menu-item {
margin-bottom: 10px;
}
.widget ul li:last-of-type {
margin-bottom: 0;
}
.widget select,
.widget input,
.widget textarea {
display: block;
max-width: 100%;
}
.et_widget_latestimages .post-gallery,
.widget .wp-caption a {
padding: 0;
}
.et_widget_latestimages .post-gallery:after,
.widget .wp-caption a:after {
display: none;
}
.et_widget_latestimages .entry-title a:after {
display: none;
}
/* RSS */
.widget.widget_rss ul li {
margin-bottom: 30px;
}
/*Tag cloud*/
.widget .wp-tag-cloud li {
list-style: none;
display: inline-flex;
margin-bottom: 5px;
}
.tag-cloud-link {
display: inline-flex;
justify-content: center;
align-items: center;
color: #282828;
margin-right: 1em;
}
.tag-cloud-link .tag-link-count {
margin-left: 7px;
}
/* WP Calendar */
#wp-calendar {
width: 100%;
border-collapse: separate;
border-spacing: 1px;
margin-bottom: 0;
}
#wp-calendar thead { font-size: 12px; }
#wp-calendar thead th {
padding-bottom: 10px;
text-align: center;
background: transparent;
border: 0;
}
#wp-calendar tbody td {
background: #f5f5f5;
background: rgba(0,0,0,0.04);
border: 0;
text-align: center;
line-height: 2.5;
padding: 0;
}
#wp-calendar tbody td a {
display: block;
background: #fff;
}
#wp-calendar tbody td:hover,
#wp-calendar tbody .pad,
#wp-calendar tbody #today {
background: none;
}
#wp-calendar tfoot td {
border: 0;
}
#wp-calendar tfoot #prev,
#wp-calendar tfoot #next {
padding-top: 10px;
}
#wp-calendar tfoot #next {
text-align: right;
}
#wp-calendar tfoot a {
color: initial;
}
.wp-block-calendar a {
text-decoration: none;
}
.site-footer.dark #wp-calendar tbody td {
background: rgba(255,255,255,0.05);
}
.widget.woocommerce {
height: auto;
border: 0;
}
/* RSS Widget */
.widget_rss .rss-date {
display: block;
margin: 5px 0;
color: #a0a0a0;
font-size: 0.9em;
}
.widget_rss .rssSummary {
margin: 10px 0;
}
/* Latest Posts w/image */
.et_widget_latestimages .entry-title {
font-weight: normal;
font-family: inherit;
font-size: inherit;
}
/* # Pagination
------------------------------------------------------- */
.pagination,.woocommerce-pagination {
padding: 5vh 0;
}
.pagination .screen-reader-text,
.woocommerce-pagination .screen-reader-text {
display: none;
}
.pagination ul,.pagination .nav-links,
.woocommerce-pagination ul,
.woocommerce-pagination .nav-links {
list-style: none;
display: block;
text-align: center;
margin: 0;
}
.pagination ul li,
.pagination .nav-links li,
.woocommerce-pagination ul li,
.woocommerce-pagination .nav-links li {
display: inline-block;
text-align: center;
}
.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
display: block;
color: #848485;
font-weight: 400;
padding: 0 5px;
}
.pagination .page-numbers:hover,
.woocommerce-pagination .page-numbers:hover {
color: #282828;
}
.pagination .page-numbers.next,
.woocommerce-pagination .page-numbers.next {
margin-left: 15px;
}
.pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers.prev {
margin-right: 15px;
}
@media only screen and (min-width: 768px) {
.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
padding: 0 10px;
}
.pagination .page-numbers.next,
.woocommerce-pagination .page-numbers.next {
margin-left: 30px;
}
.pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers.prev {
margin-right: 30px;
}
}
.pagination .page-numbers.current,
.woocommerce-pagination .page-numbers.current {
color: #282828;
text-decoration: underline;
}
.pagination .nav-links .page-numbers,
.woocommerce-pagination .nav-links .page-numbers {
display: inline-block;
}
.pagination-space {
margin: 5vh 0;
}
/* Infinite Scrolling */
.et-pagination.et-infload,
.et-infload-controls.pagination-empty {
display: none;
}
.et-infload-controls.scroll-mode .et-infload-btn,
.et-infload-controls.et-loader .et-infload-btn {
display: block;
visibility: hidden;
text-indent: -1000em;
overflow: hidden;
-moz-transition: none;
-o-transition: none;
-webkit-transition: none;
transition: none;
}
.et-infload-btn {
min-width: 180px;
font-weight: 400;
text-transform: none;
}
.et-infload-to-top,
.et-infload-controls.hide-btn .et-infload-btn {
display: none;
}
.et-infload-controls.hide-btn .et-infload-to-top {
display: block;
color: #aaa;
}
/* Load More button */
.et-infload-controls {
text-align: center;
display: block;
line-height: 62px;
min-height: 42px;
width: 100%;
margin: 30px 0 50px;
position: relative;
}
@media screen and (max-width: 575px) {
.et-infload-btn {
width: 100%;
}
}
/* Infinite Scrolling */
.et-main-products.et-loader {
position: relative;
padding-bottom: 30px;
margin-bottom: 30px;
}
.et-main-products.et-loader:after {
top: auto;
bottom: 0;
}
/* # Plugins
------------------------------------------------------- */
/* ## Plugin: Revslider
------------------------------------------------------- */
.hesperiden.tparrows.tp-leftarrow:before,
.hesperiden.tparrows.tp-rightarrow:before {
content: '\e924';
font-family: "et-icon";
font-size: 20px;
}
.hesperiden.tparrows.tp-rightarrow:before {
content: '\e923';
}
/* ## Plugin: Magnific Popup
------------------------------------------------------- */
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
-webkit-transform: translateZ(0);
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none;
-webkit-backface-visibility: hidden;
transition: all 5s linear;
}
.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-inline-holder .mfp-content,.mfp-ajax-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: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #CCC;
}
.mfp-preloader a:hover {
color: #FFF;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 24px;
height: 24px;
line-height: 24px;
position: absolute;
right: 25px;
top: 15px;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #282828;
font-style: normal;
font-weight: 200;
font-size: 24px;
font-family: Helvetica,Arial,sans-serif;
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
.mfp-close.scissors-close:before,
.mfp-close.scissors-close:after,
.et-close:before,
.et-close:after,
.remove:before,
.remove:after {
content: '';
position: absolute;
height: 2px;
width: 100%;
top: 50%;
left: 0;
margin-top: -1px;
background-color: #282828;
transform-origin: 50% 50%;
opacity: 1;
-moz-transition: -moz-transform ease 0.25s;
-webkit-transition: -webkit-transform ease 0.25s;
-o-transition: -o-transform ease 0.25s;
-ms-transition: -ms-transform ease 0.25s;
transition: transform ease 0.25s;
}
.mfp-close-outside.scissors-close:before,
.mfp-close-outside.scissors-close:after {
background-color: #fff;
}
.et-close:before,
.remove:before,
.mfp-close.scissors-close:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.et-close:after,
.remove:after,
.mfp-close.scissors-close:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.no-touch .mfp-close:hover,
.no-touch .mfp-close:focus,
.touch .mfp-close {
opacity: 1;
}
.no-touch .et-close:hover:before,
.no-touch .et-close:hover:after,
.no-touch .remove:hover:before,
.no-touch .remove:hover:after,
.no-touch .mfp-close.scissors-close:hover:before,
.no-touch .mfp-close.scissors-close:hover:after {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
.mfp-close svg {
width: 24px;
height: 24px;
top: 4px;
}
button svg {
pointer-events: none;
}
button.mfp-close {
border: 9px solid transparent;
border-radius: 100%;
width: 36px;
height: 36px;
}
button.mfp-close:hover {
background: rgba(0,0,0,0.05);
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #fff;
right: 6px;
top: 0;
text-align: right;
width: 36px;
height: 36px;
}
.mfp-image-holder .mfp-close:before,
.mfp-image-holder .mfp-close:after,
.mfp-iframe-holder .mfp-close:before,
.mfp-iframe-holder .mfp-close:after {
background-color: #fff;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.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:hover,.mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before,.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px;
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px;
}
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0,0,0,0.6);
background: #000;
}
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 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 8px rgba(0,0,0,0.6);
background: #444;
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0,0,0,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: 25px;
height: 25px;
line-height: 25px;
background: rgba(0,0,0,0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
}
.mfp-bg {
background: rgba(192,192,192,1);
opacity: 0.73;
}
.mfp-close.mfp-close-outside svg {
position: relative;
z-index: -1;
}
/* Magnific Popup Styles */
/* Framed: gray & white margin */
.et-mfp-style-frame .mfp-container {
background: #fff;
padding: 0;
}
.et-mfp-style-frame .mfp-content {
height: 100%;
background: #f8f8f8;
}
.et-mfp-style-frame .mfp-close {
background: #fff;
border-color: #fff;
}
.et-mfp-style-frame .mfp-close:hover {
background: #fff;
border-color: #fff;
}
.et-mfp-style-frame .mfp-content > div:not(.et-login-popup-wrap) {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
min-height: 100%;
}
@media only screen and (min-width: 576px) {
.et-mfp-style-frame .mfp-container {
padding: 30px;
}
.et-mfp-style-frame .mfp-close {
top: 45px;
right: 55px;
}
}
/* Open/close animations */
/* Overlay fade */
.et-mfp-fade-in.mfp-bg,
.et-mfp-zoom-in.mfp-bg {
opacity: 0;
-webkit-transition: opacity 0.28s ease-out;
-moz-transition: opacity 0.28s ease-out;
transition: opacity 0.28s ease-out;
}
.et-mfp-fade-in.mfp-bg.mfp-ready,
.et-mfp-zoom-in.mfp-bg.mfp-ready {
opacity: 0.73;
}
.et-mfp-fade-in.mfp-bg.mfp-removing,
.et-mfp-zoom-in.mfp-bg.mfp-removing {
opacity: 0;
}
/* Modal fade */
.et-mfp-fade-in .mfp-content {
opacity: 0;
-webkit-transition: opacity 0.28s ease-in-out;
-moz-transition: opacity 0.28s ease-in-out;
-o-transition: opacity 0.28s ease-in-out;
transition: opacity 0.28s ease-in-out;
}
.et-mfp-fade-in.mfp-ready .mfp-content {
opacity: 1;
}
.et-mfp-fade-in.mfp-removing .mfp-content {
opacity: 0;
}
/* Modal zoom fade */
.et-mfp-zoom-in .mfp-content {
opacity: 0;
-webkit-transition: all 0.18s ease-in-out;
-moz-transition: all 0.18s ease-in-out;
-o-transition: all 0.18s ease-in-out;
transition: all 0.18s ease-in-out;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
-webkit-transform-origin: top center;
-moz-transform-origin: top center;
-o-transform-origin: top center;
transform-origin: top center;
}
.et-mfp-zoom-in.mfp-ready .mfp-content {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.et-mfp-zoom-in.mfp-removing .mfp-content {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
}
/* ## Plugin: Slick Carousel
------------------------------------------------------- */
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
opacity: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-moz-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position:relative;
left:0;
top:0;
display:block;
margin-left:auto;
margin-right:auto;
}
.slick-track:before,.slick-track:after {
content: "";
display: table;
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
outline: none;
display: none;
}
[dir="rtl"] .slick-slide,.rtl .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
height: auto;
margin: 0 0 5px;
}
.slick-slide.easyzoom {
position: relative;
}
.slick-arrow.slick-hidden {
display: none;
}
/* Slick Theme */
/* Hide items (except the first) before slider loads */
.slick > li,
.slick > div,
.slick > figure {
display: none;
}
.slick > .slick-slide:not(:first-child) {
display: none;
}
.slick > li:first-child,
.slick > div:first-child,
.slick > figure:first-child,
.slick.slick-initialized > li,
.slick.slick-initialized > div,
.slick.slick-initialized > figure {
display: block;
}
.slick-slide.easyzoom {
position: relative;
}
.slick {
position: relative;
overflow: hidden;
}
.slick-track {
min-width: 100%;
}
.slick:after {
z-index: 99;
}
.slick.slick-initialized {
height: auto;
max-height: 100%;
overflow: visible;
}
.slick-initialized .slick-list,
.slick.slick-initialized .slick-list {
opacity: 1;
}
.slick.slick-initialized:before {
display: none;
}
.woocommerce-product-gallery__wrapper.slick-initialized.slick:after,
.slick.slick-initialized:after {
display: none;
}
.slick.image-slider .slick-slide img {
width: 100%;
}
.carousel-container {
width: 100%;
position: relative;
}
.carousel-container .ai-indicator {
display: none;
}
.carousel-container.loading .ai-indicator {
display: block;
}
.carousel-container.loading .carousel {
opacity: 0.3;
}
.slick-slider .slick-slide>a {
display: flex;
justify-content: center;
align-items: center;
}
.slick.overflow-visible .slick-list {
overflow: visible !important;
}
.slick.overflow-visible .slick-list .slick-slide {
opacity:0.3;
pointer-events:none;
-moz-transition:opacity .25s cubic-bezier(0.25,0.8,0.25,1);
-o-transition:opacity .25s cubic-bezier(0.25,0.8,0.25,1);
-webkit-transition:opacity .25s cubic-bezier(0.25,0.8,0.25,1);
transition:opacity .25s cubic-bezier(0.25,0.8,0.25,1);
}
.slick.overflow-visible .slick-list .slick-slide.slick-active,
.slick.overflow-visible .slick-list .slick-slide.slick-current {
opacity:1;
pointer-events:auto;
}
/* Arrows */
.slick-prev,
.slick-next {
display: block;
display: inline-flex;
justify-content: center;
align-items: center;
position: absolute;
z-index: 500;
top: 50%;
color: rgba(0,0,0,0.5);
opacity: 0;
width: 48px;
height: 48px;
margin-top: -24px;
border-radius: 50%;
padding: 0;
border: none;
outline: none;
cursor: pointer;
background: transparent;
background: rgba(255,255,255,0.2);
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.slick-prev:hover,
.slick-next:hover {
background: rgba(255,255,255,0.5);
}
.slick-prev:before,
.slick-next:before {
display: none;
}
.slick-prev {
left: -15px;
}
.slick-next {
right: -15px;
}
.slick-vertical .slick-prev,
.slick-vertical .slick-next {
left: 50%;
margin-top: 0;
margin-left: -10px;
}
.slick-vertical .slick-prev {
top: -28px;
}
.slick-vertical .slick-next {
top: auto;
bottom: -28px;
}
.slick-slider:hover .slick-prev {
left: 3%;
opacity: 1;
}
.slick-slider:hover .slick-next {
right: 3%;
opacity: 1;
}
@media only screen and (max-width: 991px) {
.touch .slick-slider .slick-prev,
.touch .slick-slider .slick-next {
opacity: 1;
}
.slick-slider .slick-prev {
left: 3%;
}
.slick-slider .slick-next {
right: 3%;
}
}
@media only screen and (min-width: 576px) {
.slick-arrows-outside:hover .slick-prev {
left: -35px;
}
.slick-arrows-outside:hover .slick-next {
right: -35px;
}
}
/* Arrows: Disabled */
.slick-slider:hover .slick-prev.slick-disabled,
.slick-slider:hover .slick-next.slick-disabled {
opacity: 0.3;
cursor: default;
}
/* Arrows: Icons */
.slick-prev svg,
.slick-next svg {
height: 24px;
width: 24px;
}
/* Dots */
.slick .slick-dots {
line-height: 1;
width: 100%;
text-align: center;
padding: 21px 0 0;
margin: 0 !important;
}
.slick-dots-inside .slick-dots {
position: absolute;
left: 50%;
bottom: 30px;
z-index: 500;
padding: 0 27px;
text-align: left;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.slick-dots-inside.slick-dots-centered .slick-dots {
text-align: center;
padding: 0;
}
.slick-dots li {
position: relative;
display: inline-block;
zoom: 1;
*display: inline;
vertical-align: middle;
margin: 0 6px;
}
.slick-dots li button {
display: block;
width: 6px;
height: 6px;
margin: 0;
padding: 0;
border: 0 none;
-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;
text-indent: -1000em;
overflow: hidden;
-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;
-webkit-backface-visibility: visible;
transition: all 0.5s ease;
background-color: #aaa;
}
.slick-controls-light .slick-dots li button {
background-color: #fff;
}
.slick-controls-dark .slick-dots li button {
background-color: #282828;
}
.slick-dots li button:hover {
background-color: #777;
}
.slick-dots li button:focus {
outline: none;
}
.slick-dots li.slick-active button {
width: 8px;
height: 8px;
background: #282828;
}
@media all and (max-width: 400px) {
/* Dots */
.slick-dots-inside .slick-dots {
bottom: 22px;
}
}
/* ## Plugin: Easy Zoom
------------------------------------------------------- */
.easyzoom--overlay .easyzoom-flyout {
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.easyzoom--adjacent .easyzoom-flyout {
top: 0;
left: 100%;
width: 100%;
height: 100%;
margin-left: 20px;
}
.easyzoom.is-loading img {
cursor: progress;
}
.modal-enabled .easyzoom.is-ready img {
cursor: pointer;
}
.easyzoom-notice {
font-size: 0;
}
.easyzoom-flyout {
position: absolute;
top: 0;
left: 0;
z-index: 1000;
width: 100%;
height: 100%;
overflow: hidden;
background: #eee;
pointer-events: none;
}
.easyzoom-flyout img {
width: 1200px;
max-width: 1200px;
}
.zoom-enabled .slick-slide,
.zoom-enabled .woocommerce-product-gallery__image {
position: relative;
}
/* # Comments
------------------------------------------------------- */
/* WC Reviews */
.product-details-accordion #reviews {
margin: 45px 0;
}
.product-details-accordion .woocommerce-Reviews-title {
display: inline-flex;
position: relative;
margin-bottom: 40px;
}
#reviews .reviews-inner{
max-width: 820px;
margin: 0 auto;
padding-top: 30px;
}
#reviews .woocommerce-noreviews {
text-align: center;
}
#reviews .commentlist li .comment-text .meta {
margin: 0 0 15px;
padding-right: 110px;
}
#reviews .commentlist li .comment-text .meta strong {
display: block;
color: #282828;
font-weight: normal;
}
#reviews .commentlist li .comment-text .description p:last-child {
margin-bottom: 0;
}
#reviews .commentlist li .comment-text .woocommerce-review__dash {
display: none;
}
#reviews .commentlist li .comment-text .woocommerce-review__verified,
#reviews .commentlist li .comment-text .woocommerce-review__published-date {
color: #999;
}
/* Reviews: Pagination */
#reviews .page-numbers li a,
#reviews .page-numbers li span {
font-size: 14px;
padding: 0 10px;
}
#reviews .page-numbers li:first-child a,
#reviews .page-numbers li:first-child span {
padding-left: 0;
}
/* Reviews: Form */
#review_form_wrapper,
.woocommerce-verification-required {
padding-top: 32px;
}
.no-reviews #review_form_wrapper,
.no-reviews .woocommerce-verification-required {
padding-top: 0;
}
.woocommerce-verification-required {
text-align: center;
}
.comments-container {
padding: 8vh 0;
background: #f6f6f6;
}
.article-body .comments-container .col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding-left: 30px;
padding-right: 30px;
}
.comments-container .comments-title {
display: block;
margin-bottom: 46px;
}
.respond-container {
border-top: 1px solid #ddd;
}
.comments-container + .respond-container { border: 0; }
.respond-container #respond {
padding: 8vh 0;
}
.comment-respond input[type="text"],
.comment-respond input[type="email"]
.comment-respond textarea {
width: 100%;
}
.comment-reply-title {
text-align: center;
}
.comment-reply-title small {
display: block;
margin-top: 10px;
font-weight: normal;
}
.comment-reply-button {
display: block;
line-height: 1;
font-size: 24px;
color: #282828;
}
.comment-reply-button small {
display: inline-flex;
text-transform: uppercase;
font-weight: 500;
margin-left: 10px;
font-size: 11px;
}
.must-log-in {
margin-top: 20px;
}
/* Comments List */
.commentlist {
list-style: none;
margin: 0;
display: block;
padding: 0;
}
.commentlist>.comment:last-child .comment-body,
.commentlist>.comment:last-child .comment-text {
margin-bottom: 0;
border-bottom: 0;
}
.commentlist #respond {
padding: 5vh 0;
animation: 0.65s et-fadeInUp;
}
.commentlist .comment_container,
.commentlist .comment {
position: relative;
}
.commentlist .comment-body,
.commentlist .comment-text {
margin: 0 0 28px 62px;
padding-bottom: 28px;
border-bottom: 1px solid #e2e2e2;
}
.commentlist .pingback .comment-body,
.commentlist .trackback .comment-body {
margin: 0 0 14px 0;
padding-bottom: 14px;
}
.commentlist .comment-body .star-rating,
.commentlist .comment-body .comment-form-rating .stars,
.comment-form-rating .commentlist .comment-body .stars,
.commentlist .comment-text .star-rating,
.commentlist .comment-text .comment-form-rating .stars,
.comment-form-rating .commentlist .comment-text .stars {
float: right;
}
.commentlist .comment-body p.meta,
.commentlist .comment-text p.meta {
margin-bottom: 10px;
}
.commentlist > li {
margin: 0;
position: relative;
}
.commentlist > li .comment-meta {
display: block;
color: #848484;
margin-bottom: 15px;
}
.commentlist > li .comment-meta a {
color: #848484;
}
.commentlist > li .vcard {
display: inline-block;
border: 0;
padding: 0;
}
.commentlist > li .vcard .fn {
font-style: normal;
font-weight: normal;
color: #282828;
text-transform: capitalize;
font-size: initial;
}
.commentlist > li .vcard .fn .url {
color: #282828;
}
.commentlist > li .vcard .fn:before,
.commentlist > li .vcard .says {
display: none;
}
.commentlist .bypostauthor > .comment-body .fn:after {
content: '';
background: rgba(0,0,0,0.4);
padding: 1px 6px;
border-radius: 3px;
margin-left: 6px;
color: #fff;
font-size: 12px;
}
.commentlist > li .avatar {
position: absolute;
top: 0;
left: 0;
width: 48px;
height: 48px;
margin: 0;
padding: 0;
overflow: hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.commentlist > li .comment-awaiting-moderation {
font-size: 10px;
}
.commentlist > li p {
line-height: 1.6;
word-break: break-word;
}
.commentlist > li .reply {
margin-top: 10px;
}
.commentlist > li .reply a {
display: inline-flex;
align-items: center;
color: #282828;
}
.commentlist > li .reply a svg {
margin-right: 4px;
}
.commentlist > li .children {
list-style: none;
margin-left: 62px;
margin-bottom: 20px;
padding: 0;
position: relative;
}
@media all and (max-width: 767px) {
.commentlist > li img {
display: none;
}
.commentlist .comment-body,
.commentlist .comment-text {
margin-left: 0;
}
.commentlist > li .children {
margin-left: 5px;
}
}
/* < 400px */
@media all and (max-width: 400px) {
.commentlist > li .children {
margin-left: 28px;
}
}
/* Comments Form */
.comment-respond {
max-width: 640px;
margin: 0 auto;
}
.comment-form > p {
display: block;
width: 100%;
margin: 0 0 16px;
padding: 0;
clear: both;
}
p.comment-notes {
margin-bottom: 30px;
}
.comment-form > .form-row {
line-height: 1;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .form-row-first,
.comment-form .form-row-last {
width: 48%;
display: block;
float: left;
margin: 0 0 16px;
padding: 0;
}
.floating-labels .comment-form > .form-row {
margin-top: 0;
}
.comment-form .comment-form-email,
.comment-form .form-row-last {
float: right;
clear: none;
}
.comment-form p input,
.comment-form p textarea {
width: 100%;
margin-bottom: 0;
}
.comment-form textarea {
width: 100%;
min-height: 130px;
}
.comment-form p label,
.comment-form div label {
color: #282828;
display: inline;
}
#wp-comment-cookies-consent {
width: auto;
margin-right: 10px;
}
.comment-form .form-submit {
clear: both;
margin-top: 15px;
text-align: center;
}
.comment-form p input#submit {
display: inline-block;
width: auto;
min-width: 120px;
margin-top: 9px;
}
/* Star rating */
.star-rating,
.comment-form-rating .stars {
display: inline-block;
position: relative;
vertical-align: middle;
font-family: "et-icon";
color: #ccc;
line-height: 1;
font-size: 16px;
}
.star-rating:before,
.comment-form-rating .stars:before {
font-family: "et-icon";
content: "\e92e \e92e \e92e \e92e \e92e";
}
.star-rating>span {
display: block;
top: 0;
left: 0;
position: absolute;
height: 18px;
overflow: hidden;
white-space: nowrap;
}
.star-rating>span:before,
.comment-form-rating .stars>span:before {
color: #282828;
font-family: "et-icon";
content: "\e92e \e92e \e92e \e92e \e92e";
}
.star-rating>span strong,
.comment-form-rating .stars>span strong {
display: none;
}
.star-rating+.write_first,
.comment-form-rating .stars+.write_first {
display: inline-block;
font-size: 13px;
font-weight: 300;
color: #282828;
margin-left: 20px;
line-height: 18px;
vertical-align: text-top;
}
.comment-form-rating {
text-align: center;
background: #f8f8f8;
padding: 10px;
margin-bottom: 24px;
border-radius: 3px;
}
.comment-form-rating .stars {
margin: 0 15px;
}
.comment-form-rating .stars:before {
content: none;
}
.comment-form-rating .stars>span:before {
content: none;
}
.comment-form-rating .stars a {
position: relative;
color: #ccc;
display: inline-block;
text-indent: -999em;
width: 24px;
font-size: 18px;
font-family: "et-icon";
}
.comment-form-rating .stars a:before {
position: absolute;
display: block;
width: 24px;
text-indent: 0;
content: "\e92e";
}
.comment-form-rating .stars a:hover ~ a,
.comment-form-rating .stars a.active ~ a {
color: #dcdcdc;
}
.comment-form-rating .stars:hover a,
.comment-form-rating .stars.selected a,
.comment-form-rating .stars a:hover {
color: #000;
}
@media (max-width: 767px) {
.comment-form p.comment-form-author,
.comment-form p.comment-form-email,
.comment-form p.form-row-first,
.comment-form p.form-row-last {
width: 100%;
float: none;
}
}
/* # Page not found
------------------------------------------------------- */
/* No results found */
.results-not-found {
text-align: center;
padding: 5vh 0 10vh;
justify-content: center;
}
.alert-error {
color: #f27362;
display: block;
line-height: 1.5em;
position: relative;
}
.results-not-found .search-button-group {
max-width: 400px;
margin: 0 auto;
border-bottom: 2px solid currentColor;
animation: 0.7s et-fadeInUp;
}
.results-not-found .search-field {
border: 0;
}
.results-not-found .search-button-group button {
border: 0;
background: transparent;
}
/* error 404 */
.error404 #wrapper [role="main"] {
height: 100%;
text-align: center;
}
.error404 #wrapper [role="main"] .header-spacer {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
clear: both;
margin-bottom: auto;
}
.error404 #wrapper [role="main"] > div.type-page {
width: 100%;
margin-bottom: auto;
padding: 12vh 0;
}
.content404 svg {
height: 30px;
width: 30px;
}
.content404 h4 {
margin-top: 14px;
}
.content404 p {
color: #888;
max-width: 300px;
margin: 18px auto 20px;
}
.error404 .footer-widgets {
display: none;
}
/* # VC: et_portfolio
------------------------------------------------------- */
/* Portfolio Navigation */
.et-portfolio-filter {
margin-bottom: 30px;
}
.et-portfolio-filter.masonry {
overflow: hidden;
}
.et-portfolio-filter ul:not([class]) {
list-style: none;
padding: 0;
margin: 0;
font-size: 1.1em;
}
.et-portfolio-filter ul li {
display: inline-flex;
}
.et-portfolio-filter ul li a {
font-size: 1.1em;
color: #777;
margin-right: 19px;
cursor: pointer;
position: relative;
}
.et-portfolio-filter ul li.active a {
color: #282828;
}
.et-portfolio-filter ul li a:after {
content: '';
background-color: currentColor;
position: absolute;
bottom: 0;
left: 50%;
height: 2px;
width: 0;
}
.et-portfolio-filter ul li.active a:after {
width: 100%;
left: 0;
}
.et-portfolio .type-portfolio {
display: block;
width: 100%;
}
.et-portfolio.regular-padding .type-portfolio {
margin-bottom: 30px;
}
.et-portfolio .type-portfolio .portfolio-holder,
.et-portfolio .type-portfolio .et-portfolio-image {
position: relative;
overflow: hidden;
}
.et-portfolio .type-portfolio .et-portfolio-link,
.et-portfolio .type-portfolio .et-portfolio-hover,
.et-portfolio .type-portfolio .et-portfolio-content.content-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.et-portfolio .type-portfolio .portfolio-holder .et-portfolio-link {
z-index: 50;
}
.et-portfolio .type-portfolio .portfolio-holder .et-portfolio-hover {
z-index: 30;
}
.et-portfolio .type-portfolio .portfolio-holder .et-portfolio-content {
z-index: 40;
}
.et-portfolio .type-portfolio .content-overlay .et-portfolio-categories,
.et-portfolio .type-portfolio .content-overlay h3,
.et-portfolio .type-portfolio .content-overlay .et-portfolio-excerpt {
color: #fff;
}
.et-portfolio .type-portfolio .et-portfolio-image img {
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
backface-visibility: hidden;
transform-origin: center center;
object-fit: cover;
object-position: top;
width: 100%;
height: 100%
}
.et-portfolio .type-portfolio:hover .et-portfolio-image img {
-moz-transform: scale(1.05, 1.05);
-ms-transform: scale(1.05, 1.05);
-webkit-transform: scale(1.05, 1.05);
transform: scale(1.05, 1.05);
}
.et-portfolio .type-portfolio h3 {
margin: 0;
}
/* Portfolio - Regular */
.et-portfolio.et-portfolio-style-regular .et-portfolio-content {
margin-top: 15px;
}
.et-portfolio.et-portfolio-style-regular .et-portfolio-categories {
margin-bottom: 10px;
}
.et-portfolio.et-portfolio-style-regular .type-portfolio h3 {
font-size: 1.15em;
}
.et-portfolio.et-portfolio-style-regular .type-portfolio .et-portfolio-hover {
background: rgba(0,0,0,0.1);
opacity: 0;
}
.et-portfolio.et-portfolio-style-regular .type-portfolio:hover .et-portfolio-hover {
opacity: 1;
}
/* Portfolio - Overlay */
.et-portfolio.et-portfolio-style-overlay .type-portfolio .portfolio-holder {
overflow: hidden;
}
.et-portfolio.et-portfolio-style-overlay .type-portfolio .et-portfolio-hover {
background: rgba(0,0,0,0.3);
opacity: 0;
}
.et-portfolio.et-portfolio-style-overlay .type-portfolio:hover .et-portfolio-hover {
opacity: 1;
}
.et-portfolio.et-portfolio-style-overlay .type-portfolio .et-portfolio-content {
left: 0;
top: auto;
bottom: 0;
padding: 10%;
height: auto;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.et-portfolio.et-portfolio-style-overlay .type-portfolio:hover .et-portfolio-content {
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
/* Portfolio - Hover Card */
.et-portfolio.et-portfolio-style-hover-card .type-portfolio .portfolio-holder {
overflow: hidden;
-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
}
.et-portfolio.et-portfolio-style-hover-card .type-portfolio .et-portfolio-hover {
background: #000;
opacity: 0.2;
}
.et-portfolio.et-portfolio-style-hover-card .type-portfolio:hover .et-portfolio-hover {
opacity: 0.4;
}
.et-portfolio.et-portfolio-style-hover-card .type-portfolio .et-portfolio-content {
padding: 7% 10%;
height: auto;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
top: auto;
bottom: 0;
}
.et-portfolio.et-portfolio-style-hover-card .type-portfolio .et-portfolio-content:before {
bottom: 0;
left: 0;
content: "";
display: block;
height: 100%;
width: 100%;
position: absolute;
z-index: -1;
background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.5)));
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#b3000000',GradientType=0);
opacity: 1;
}
.et-portfolio.et-portfolio-style-hover-card .type-portfolio .et-portfolio-excerpt {
opacity: 0;
line-height: 1.6;
margin-top: 10px;
color: rgba(255,255,255,0.7);
}
.et-portfolio.et-portfolio-style-hover-card .type-portfolio:hover .et-portfolio-excerpt {
opacity: 1;
}
/* Portfolio list */
.et-portfolio.et-portfolio-style-list .type-portfolio {
margin-bottom: 40px;
}
.et-portfolio-style-list .post-gallery img {
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
backface-visibility: hidden;
transform-origin: center center;
object-fit: cover;
object-position: center;
}
.et-portfolio-style-list .post-list-excerpt .inner {
padding: 10px 0;
}
.et-portfolio.et-portfolio-style-list .portfolio-holder {
justify-content: center;
}
@media only screen and (min-width: 768px) {
.et-portfolio.et-portfolio-style-list .type-portfolio .post-gallery img {
max-height: 80vh;
}
.et-portfolio-style-list .post-list-excerpt .inner {
padding: 5% 0 10% 10%;
}
.et-portfolio.et-portfolio-style-list.alternate-cols-true .item:nth-child(even) .row {
flex-direction: row-reverse;
}
.et-portfolio.et-portfolio-style-list.alternate-cols-true .item:nth-child(even) .right-to-left {
-moz-transform: translateX(-50px);
-ms-transform: translateX(-50px);
-webkit-transform: translateX(-50px);
transform: translateX(-50px);
}
.et-portfolio.et-portfolio-style-list.alternate-cols-true .item:nth-child(even) .post-list-excerpt .inner {
padding: 5% 10% 10% 0;
}
}
/* No padding */
.et-portfolio.no-padding,
.row .et-portfolio.row.no-padding {
margin: 0;
}
.et-portfolio.no-padding .type-portfolio {
padding: 0;
}
.et-portfolio.no-padding + .et-portfolio-infload-controls {
margin-top: 50px;
}
/* Related Portfolio */
aside.related-posts.et-portfolio {
border-top: 1px solid #ddd;
padding: 6vh 0 3vh;
}
.related-posts.et-portfolio .type-portfolio h3 {
font-size: 18px;
}
@media only screen and (max-width: 767px) {
.et-portfolio .type-portfolio .et-portfolio-image img {
height: auto !important; /* override inline style */
}
}
/* Portfolio Single */
.single-portfolio .post-detail .post-title .row {
justify-content: center;
}
.single-portfolio .post-detail.hero-title.featured-gallery.single-image .post-title .row {
justify-content: flex-start;
text-align: inherit;
}
.single-portfolio .post-detail .et-portfolio-excerpt {
display: none;
}
.single-portfolio .post-detail .entry-title {
margin: 0;
}
.single-portfolio .post-detail.hero-title.featured-gallery.single-image .et-portfolio-excerpt {
display: block;
margin-top: 20px;
}
.single-portfolio .post-meta {
list-style: none;
display: block;
margin-bottom: 0;
}
.single-portfolio .post-content .post-meta {
margin: 1em 0 3em;
}
.single-portfolio .post-content .post-meta:after {
display: block;
content: ' ';
height: 2px;
width: 50px;
margin-top: 1em;
background: #ddd;
clear: both;
}
.single-portfolio .post-meta li {
padding-right: 2em;
display: inline-flex;
flex-direction: column;
}
.single-portfolio .post-meta span {
display: block;
margin-top: 10px;
text-transform: uppercase;
font-size: 0.9em;
color: initial;
}
.single-portfolio .post-share {
border-top: 1px solid #eee;
}
/* # Mailchimp form
------------------------------------------------------- */
.mc4wp-form-fields {
display: inline-flex;
justify-content: center;
flex-wrap: wrap;
color: initial;
width: 100%;
}
.mc4wp-form-fields input:not([type=submit]) {
background: #fff;
color: inherit !important;
padding-left: .75rem;
padding-right: .75rem;
border: 2px solid currentColor !important;
}
.mc4wp-form-fields input[type=text],
.mc4wp-form-fields input[type=email],
.mc4wp-form-fields input[type=submit] {
margin-bottom: 10px;
}
.mc4wp-form-fields input + input {
margin-left: 10px;
}
.el-style-border-width-1 .mc4wp-form-fields input {
border-width: 1px !important;
}
.mc4wp-form-fields p {
clear: both;
width: 100%;
}
.mc4wp-alert {
display: inline-block;
margin-top: 20px;
line-height: 1.4;
padding: 5px 12px;
color: #15a93b;
}
.mc4wp-alert a {
color: #15a93b;
font-weight: bold;
}
.mc4wp-alert p {
margin: 0;
}
.mc4wp-alert.mc4wp-error {
color: #e43737;
}
.mc4wp-alert.mc4wp-error a {
color: #e43737;
font-weight: bold;
}
/* Newsletter Checkout */
.mc4wp-checkbox.mc4wp-checkbox-woocommerce {
margin-bottom: 20px;
}
.mc4wp-checkbox.mc4wp-checkbox-woocommerce label {
cursor: pointer;
display: block;
}
.mc4wp-checkbox.mc4wp-checkbox-woocommerce span {
margin-left: 4px;
}
.mc4wp-checkbox.mc4wp-checkbox-woocommerce span:after {
content: "\e913";
font-family: "et-icon";
margin-left: 10px;
}
.widget_mc4wp_form_widget script {
display: none !important;
}
/* # Popup
------------------------------------------------------- */
#goya-popup {
position: relative;
display: none;
max-width: 760px;
max-height: 100%;
margin: 0 auto;
background: #fff;
}
.mfp-wrap.goya-popup,
.mfp-bg.goya-popup,
.et-wp-gallery-popup {
top:0!important;
position:fixed!important;
}
.mfp-wrap #goya-popup {
display: block;
}
#goya-popup .popup-wrapper {
display: flex;
-webkit-box-align: stretch;
align-items: stretch;
}
#goya-popup .popup-image {
-webkit-box-flex: 1;
flex: 1 1 0%;
}
#goya-popup .popup-image .image-wrapper {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-attachment: scroll;
}
#goya-popup .popup-content {
font-size: 1rem;
-webkit-box-flex: 1;
display: flex;
-webkit-box-align: center;
align-items: center;
z-index: 1;
flex: 1 1 0%;
}
#goya-popup .popup-content .content-wrapper {
width: 66.6667%;
margin: 0px auto;
padding: 50px 0px;
}
#goya-popup .popup-content h2 {
margin-bottom: 10px;
}
/* 1-col */
#goya-popup.popup-layout-1-col .popup-image,
#goya-popup.popup-layout-1-col .popup-image .image-wrapper {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
#goya-popup.popup-layout-1-col .popup-image .image-wrapper img {
display: none;
}
#goya-popup.popup-layout-1-col .popup-content {
text-align: center;
}
#goya-popup .mc4wp-form-fields {
margin-top: 30px;
}
/* 2-col */
#goya-popup.popup-layout-2-col {
max-width: 860px;
}
#goya-popup.popup-layout-2-col .popup-image .image-wrapper {
background-image: none !important; /* image background was added inline */
}
#goya-popup.popup-layout-2-col .mc4wp-form-fields {
display: flex;
flex-direction: column;
}
#goya-popup.popup-layout-2-col .mc4wp-form-fields input {
width: 100%;
margin: 10px 0 0;
}
@media only screen and (max-width: 575px) {
.mc4wp-form-fields {
flex-direction: column;
}
.mc4wp-form-fields input[type=text],
.mc4wp-form-fields input[type=email],
.mc4wp-form-fields input[type=submit] {
width: 100%;
margin: 0 0 10px 0 !important;
}
}
@media only screen and (max-width: 767px) {
#goya-popup.popup-layout-2-col .popup-image {
display: none;
}
}
@media only screen and (min-width: 768px) {
#goya-popup.popup-layout-1-col .popup-wrapper {
min-height: 420px;
}
#goya-popup.popup-layout-1-col .popup-content .content-wrapper {
padding: 20px 0 0;
}
}
/* Popup Dark */
#goya-popup.dark {
background-color: #282828;
}
#goya-popup.dark .popup-content {
color: rgba(255,255,255,0.7);
}
#goya-popup.dark .popup-content h1,
#goya-popup.dark .popup-content h2,
#goya-popup.dark .popup-content h3,
#goya-popup.dark .popup-content a {
color: #fff;
}
#goya-popup.dark .mfp-close.scissors-close:before,
#goya-popup.dark .mfp-close.scissors-close:after {
background: #fff;
}
#goya-popup.dark .popup-image .image-wrapper {
opacity: 0.7;
}
#goya-popup.dark.popup-layout-2-col .mc4wp-form-fields input[type=email],
#goya-popup.dark.popup-layout-2-col .mc4wp-form-fields input[type=submit] {
border-color: #fff !important;
}
/* Footer Middle */
.footer-middle {
padding: 50px 0;
border: 0;
}
.footer-widgets + .footer-middle {
padding-top: 25px;
}
.footer-middle .mc4wp-form-fields {
margin: 20px 0;
}
/* # Elementor Preview
------------------------------------------------------- */
.elementor-editor-active .page-wrapper-inner,
.elementor-editor-active #wrapper {
min-height: auto;
}
.elementor-editor-active .entry-header h1.entry-title {
font-size: 2em;
}
.elementor-editor-active .title_outer:after,
.elementor-editor-active .post-meta,
.elementor-editor-active .post-share,
.elementor-editor-active .post-sidebar,
.elementor-editor-active .et_post_nav,
.elementor-editor-active .related-posts {
display: none !important;
}
.elementor-editor-active .title-wrap .entry-header,
.elementor-editor-active .container.article-body,
.elementor-editor-active .main-content {
max-width: none;
flex: 0 0 100%;
max-width: none;
padding-top: 10px;
padding-bottom: 0;
margin: 0;
}
.elementor-editor-active .main-content {
padding: 0;
}
/* # Default Fonts
------------------------------------------------------- */
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image h2,
.page-title,
.page-header .page-title,
.entry-header .entry-title,
.et-shop-title,
.product-showcase.product-title-top .product_title,
.et-product-detail .summary h1.product_title,
.woocommerce-products-header h1,
.entry-title.blog-title,
.entry-header .entry-title,
.post-featured .entry-header .entry-title {
font-size: 2.2rem;
}
.woocommerce-checkout h3,
.order_review_heading,
.woocommerce-Address-title h3,
.woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content legend,
.et-portfolio .type-portfolio h3,
.related h2,
.up-sells h2,
.cross-sells h2,
.full_description .wc-description-title,
.product-details-vertical.woocommerce-tabs .wc-tab > .container > .row > div > h2,
.product-details-vertical.woocommerce-tabs .wc-tab .woocommerce-Reviews-title,
.product-details-accordion .woocommerce-Reviews-title,
.comment-reply-title:not(.product-review) {
font-size: 1.5rem;
}
.post .post-title h3 {
font-size: 1.3rem;
}
@media only screen and (min-width: 768px) {
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image h2,
.page-title,
.page-header .page-title,
.entry-header .entry-title,
.et-shop-title,
.product-showcase.product-title-top .product_title,
.et-product-detail .showcase-active .summary h1.product_title,
.woocommerce-products-header h1,
.entry-title.blog-title,
.entry-header .entry-title,
.post-featured .entry-header .entry-title {
font-size: 2.3rem;
}
.post.post-classic .post-title h3,
.post.post-list.sticky .post-title h3 {
font-size: 2rem;
}
}
@media only screen and (min-width: 1200px) {
.page-title,
.product-showcase.product-title-top .product_title,
.et-product-detail .showcase-active .summary h1.product_title,
.woocommerce-products-header h1,
.page-header h1.page-title,
.entry-header h1.entry-title,
.entry-header .entry-title,
.post-featured .entry-header .entry-title {
font-size: 2.6rem;
}
.post.post-cards.sticky .post-title h3 {
font-size: 2rem;
}
.related h2,
.up-sells h2,
.cross-sells h2 {
font-size: 1.5rem;
}
}
@media only screen and (min-width: 1490px) {
.page-title,
.woocommerce-products-header h1,
.page-header h1.page-title,
.entry-header h1.entry-title,
.entry-header .entry-title,
.post-featured .entry-header .entry-title {
font-size: 3rem;
}
.post.post-cards.sticky .post-title h3 {
font-size: 2.4rem;
}
.et-product-detail .showcase-active .summary h1.product_title {
font-size: 3.5rem;
}
}
/* # Design Elements
------------------------------------------------------- */
/* Titles */
.fancy-title,
.wpb_text_column .fancy-title:last-child {
text-transform: uppercase;
letter-spacing: 0.2rem;
margin-bottom: 15px;
font-size: 0.9rem;
}
.fancy-title,
.fancy-title .wpb_wrapper > h1,
.fancy-title .wpb_wrapper > h2,
.fancy-title .wpb_wrapper > h3,
.fancy-title .wpb_wrapper > h4,
.fancy-title .wpb_wrapper > h5,
.fancy-title .wpb_wrapper > h6,
.fancy-title .wpb_wrapper > p {
font-weight: 500;
}
/* Tags */
.fancy-tag,
.wpb_text_column .fancy-tag:last-child,
.wpb_content_element.fancy-tag {
text-transform: uppercase;
letter-spacing: 0.1em;
margin-bottom: 15px;
border-radius: 3px;
padding: 0 10px;
height: 24px;
line-height: 24px;
display: inline-flex;
align-items: center;
}
.fancy-tag {
background: #aaa;
}
.fancy-tag,
.fancy-tag .wpb_wrapper > h1,
.fancy-tag .wpb_wrapper > h2,
.fancy-tag .wpb_wrapper > h3,
.fancy-tag .wpb_wrapper > h4,
.fancy-tag .wpb_wrapper > h5,
.fancy-tag .wpb_wrapper > h6,
.fancy-tag .wpb_wrapper > p {
color: #fff;
font-size: 11.4px;
font-weight: 600;
}
.fancy-tag.dark-color {
background: #282828;
}
.fancy-tag.light-color {
background-color: #fff;
color: #282828 !important;
}
/* Line: preline */
.preline,
.et-product-detail .summary .sizing_guide,
#payment .payment_methods li a.about_paypal,
.et-testimonial-author cite,
blockquote cite,
.widget_rss cite,
#wp-calendar caption {
padding-left: 32px;
position: relative;
}
.preline-medium,
.preline-large {
padding-left: 51px;
position: relative;
}
.preline:before,
.preline-medium:before,
.preline-large:before,
.et-product-detail .summary .sizing_guide:before,
#payment .payment_methods li a.about_paypal:before,
.et-testimonial-author cite:before,
blockquote cite:before,
.widget_rss cite:before,
#wp-calendar caption:before {
position: absolute;
top: 50%;
left: 0;
display: block;
content: " ";
width: 25px;
height: 1px;
background: currentColor;
background: rgba(0,0,0,0.2);
}
.preline-medium:before,
.preline-large:before {
width: 37px;
}
@media only screen and (max-width: 575px) {
.post .post-meta {
padding-left: 0;
}
.post .post-meta:before {
display: none;
}
}
/* Line: postline */
.postline,
.postline-medium,
.postline-large,
.related h2,
.up-sells h2,
.cross-sells h2,
.full_description .wc-description-title,
.product-details-vertical.woocommerce-tabs .wc-tab > .container > .row > div > h2,
.product-details-vertical.woocommerce-tabs .wc-tab .woocommerce-Reviews-title,
.product-details-accordion .woocommerce-Reviews-title,
.woocommerce-billing-fields h3,
.woocommerce-checkout-review-order h3,
.side-menu .widgettitle {
position: relative;
display: inline-block;
}
.postline:before,
.postline-medium:before,
.postline-large:before,
.related h2:before,
.up-sells h2:before,
.cross-sells h2:before,
.full_description .wc-description-title:before,
.product-details-vertical.woocommerce-tabs .wc-tab > .container > .row > div > h2:before,
.product-details-vertical.woocommerce-tabs .wc-tab .woocommerce-Reviews-title:before,
.product-details-accordion .woocommerce-Reviews-title:before,
.woocommerce-billing-fields h3:before,
.woocommerce-checkout-review-order h3:before,
.side-menu .widgettitle:before {
position: absolute;
top: 50%;
left: 100%;
margin-left: 20px;
display: block;
content: " ";
width: 25px;
height: 1px;
background: currentColor;
background: rgba(0,0,0,0.2);
}
.postline-medium:before,
.postline-large:before,
.related h2:before,
.up-sells h2:before,
.cross-sells h2:before,
.full_description .wc-description-title:before,
.product-details-vertical.woocommerce-tabs .wc-tab > .container > .row > div > h2:before,
.product-details-vertical.woocommerce-tabs .wc-tab .woocommerce-Reviews-title:before,
.product-details-accordion .woocommerce-Reviews-title:before,
.woocommerce-billing-fields h3:before,
.woocommerce-checkout-review-order h3:before,
.side-menu .widgettitle:before {
width: 37px;
}
@media only screen and (min-width: 576px) {
.preline-large {
padding-left: 94px;
position: relative;
}
.preline-large:before {
width: 74px;
}
.postline-large:before {
width: 74px;
}
}
/* Links: Hover line */
.entry-content p a:not([class]),
.entry-content li a:not([class]),
.wpb_text_column a:not([class]),
.wp-block-latest-comments__comment-link,
.et-header-menu > li > a,
.big-menu .sub-menu li a,
.et-header-menu .sub-menu li a,
.footer-bar .menu li a,
.widget .menu-item a,
.et-blog-categories-list li a,
.et-product-detail .product_meta > span a,
.post.post-detail .single-post-meta a,
.post-featured .post-title .post-meta a,
.et-banner-text .et-banner-link.link,
.commentlist > li .reply a,
#cancel-comment-reply-link,
.et-login-wrapper a,
.et-checkout-login-title a,
.et-checkout-coupon-title a,
.checkout .back-to-cart a,
.woocommerce-cart .back-to-shop a,
#order_review .terms a,
.woocommerce-terms-and-conditions-wrapper a,
.tag-cloud-link,
.widget:not(.widget_shopping_cart):not(.woocommerce):not(.wcapf-ajax-term-filter):not(.et_widget_social_media) a,
.post-nav-links a,
.post-nav-links .current,
.post-categories li a,
.entry-content .wp-block-archives a:not([class]),
.campaign-inner a,
.button-underline {
position: relative;
display: inline-block;
padding: 0.3em 0;
-webkit-backface-visibility: hidden;
}
.big-menu .sub-menu li a,
.et-header-menu .sub-menu li a {
padding: 0.4em 0;
}
.entry-content p a:not([class]),
.entry-content li a:not([class]),
.wpb_text_column a:not([class]),
.wp-block-latest-comments__comment-link,
.et-blog-categories-list li a,
.et-product-detail .product_meta > span a,
.post-featured .post-title .post-meta a,
.et-banner-text .et-banner-link.link,
.commentlist > li .reply a,
#cancel-comment-reply-link,
.et-checkout-login-title a,
.et-checkout-coupon-title a,
#order_review .terms a,
.woocommerce-terms-and-conditions-wrapper a,
.tag-cloud-link,
.widget:not(.widget_shopping_cart):not(.woocommerce):not(.wcapf-ajax-term-filter):not(.et_widget_social_media) a,
.post-categories li a,
.et-global-campaign a {
padding: 0.1em 0;
}
.entry-content p a:not([class]):after,
.entry-content li a:not([class]):after,
.wpb_text_column a:not([class]):after,
.wp-block-latest-comments__comment-link:after,
.et-header-menu > li > a:after,
.big-menu > li > a:after,
.big-menu .sub-menu > li > a:after,
.et-header-menu .sub-menu > li > a:after,
.footer-bar .menu li a:after,
.widget .menu-item > a:after,
.et-blog-categories-list li a:after,
.et-product-detail .product_meta > span a:after,
.post.post-detail .single-post-meta a:after,
.post-featured .post-title .post-meta a:after,
.et-banner-text .et-banner-link.link:after,
.commentlist > li .reply a:after,
#cancel-comment-reply-link:after,
.et-login-wrapper a:after,
.et-checkout-login-title a:after,
.et-checkout-coupon-title a:after,
.checkout .back-to-cart a:after,
.woocommerce-cart .back-to-shop a:after,
#order_review .terms a:after,
.woocommerce-terms-and-conditions-wrapper a:after,
.tag-cloud-link:after,
.post-nav-links a:after,
.post-categories li a:after,
.shop_categories_list li a:after,
.woocommerce-MyAccount-navigation ul li a:after,
.campaign-inner a:after,
.button-underline:after {
content: '';
height: 2px;
width: 0;
background-color: currentColor;
position: absolute;
bottom: 0;
left: 0;
-webkit-transition: width .25s;
transition: width .25s;
}
.et-header-menu > li > a.account-icon:after,
.widget.widget_shopping_cart a:not(.remove):after,
.widget.widget_products a:after,
.widget.et_widget_social_media a:after,
.et-image-inner a:after {
display: none;
}
.entry-content a:not([class]):hover:after,
.entry-content li a:not([class]):hover:after,
.wpb_text_column a:not([class]):hover:after,
.wp-block-latest-comments__comment-link:hover:after,
.et-header-menu > li:hover > a:after,
.big-menu > li:hover > a:after,
.big-menu > li.current-menu-item > a:after,
.big-menu > li.current-menu-ancestor > a:after,
.big-menu .sub-menu > li > a:hover:after,
.et-header-menu .sub-menu > li > a:hover:after,
.et-header-menu .sub-menu > li.current-menu-item > a:after,
.et-header-menu>li.current-menu-item>a:after,
.et-header-menu>li.current-menu-ancestor>a:after,
.big-menu .sub-menu > li.current-menu-item > a:after,
.footer-bar .menu li a:hover:after,
.widget .menu-item > a:hover:after,
.et-blog-categories-list li a:hover:after,
.et-product-detail .product_meta > span a:hover:after,
.post.post-detail .single-post-meta a:hover:after,
.post-featured .post-title .post-meta a:hover:after,
.et-banner-text .et-banner-link.link:hover:after,
.commentlist > li .reply a:hover:after,
#cancel-comment-reply-link:hover:after,
.et-login-wrapper a:hover:after,
.et-checkout-login-title a:hover:after,
.et-checkout-coupon-title a:hover:after,
.checkout .back-to-cart a:hover:after,
.woocommerce-cart .back-to-shop a:hover:after,
#order_review .terms a:hover:after,
.woocommerce-terms-and-conditions-wrapper a:hover:after,
.tag-cloud-link:hover:after,
.widget:not(.woocommerce) a:hover:after,
.post-nav-links a:hover:after,
.post-categories li a:hover:after,
.shop_categories_list li a:hover:after,
.woocommerce-MyAccount-navigation ul li a:hover:after,
.woocommerce-MyAccount-navigation ul li.is-active a:after,
.button-underline:hover:after {
width: 100%;
}
/* Links: Hover line - Exceptions */
.entry-content .wp-block-image a,
.entry-content .wp-block-gallery a,
.entry-content .gallery a,
.entry-content .et-wp-gallery a,
.post-categories li a,
.vc_tta-panel-title a,
.et-main-products a {
padding-top: 0;
padding-bottom: 0;
}
.entry-content .wp-block-image a:after,
.entry-content .wp-block-gallery a:after,
.entry-content .gallery a:after,
.entry-content .et-wp-gallery a:after,
.vc_tta-panel-title a:after,
.et-main-products a:after {
display: none;
}
/* Links: Underline */
.underline,
.products .catalog_btn_link .single_add_to_cart_button.button,
.woocommerce-MyAccount-content header a,
.entry-content p > a:not(.button):not(.has-background):not(.entry-link):not(.product-link):not(.wp-block-button__link):not(.post-page-numbers):not(.tag-cloud-link) {
box-shadow: inset 0 -1px 0 0 #ccc;
box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.2);
padding-bottom: 4px;
}
.entry-content p > a:not(.button):not(.has-background):not(.entry-link):not(.product-link):not(.wp-block-button__link):not(.post-page-numbers) {
padding: 0;
}
/* Color Palettes: Golden (default) */
.slick-prev:hover,
.slick-next:hover,
.flex-prev:hover,
.flex-next:hover,
.mfp-wrap.quick-search .mfp-content [type="submit"],
.et-close,
.single-product .pswp__button:hover,
.content404 h4,
.woocommerce-tabs .tabs li a span,
.product-details-vertical.woocommerce-tabs .reviews_tab span,
.woo-variation-gallery-wrapper .woo-variation-gallery-trigger:hover:after,
.mobile-menu li.menu-item-has-children.active > .et-menu-toggle:after,
.remove:hover, a.remove:hover,
.minicart-counter.et-count-zero,
.tag-cloud-link .tag-link-count,
.star-rating > span:before,
.comment-form-rating .stars > span:before,
.wpmc-tabs-wrapper li.wpmc-tab-item.current,
div.argmc-wrapper .tab-completed-icon:before,
div.argmc-wrapper .argmc-tab-item.completed .argmc-tab-number,
.widget .wc-layered-nav-rating.chosen,
.widget ul li.active,
.woocommerce .widget_layered_nav ul.yith-wcan-list li.chosen a,
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a,
.widget.widget_layered_nav li.chosen a,
.widget.widget_layered_nav li.current-cat a,
.widget.widget_layered_nav_filters li.chosen a,
.widget.widget_layered_nav_filters li.current-cat a,
.et-wp-gallery-popup .mfp-arrow {
color: #b9a16b;
}
.gray-color {
color: #aaa;
}
.accent-color:not(.fancy-tag),
.accent-color:not(.fancy-tag) .wpb_wrapper > h1,
.accent-color:not(.fancy-tag) .wpb_wrapper > h2,
.accent-color:not(.fancy-tag) .wpb_wrapper > h3,
.accent-color:not(.fancy-tag) .wpb_wrapper > h4,
.accent-color:not(.fancy-tag) .wpb_wrapper > h5,
.accent-color:not(.fancy-tag) .wpb_wrapper > h6,
.accent-color:not(.fancy-tag) .wpb_wrapper > p {
color: #b9a16b;
}
.accent-color.fancy-tag,
.accent-color.fancy-tag:last-child,
.accent-color.fancy-tag .wpb_wrapper > h1,
.accent-color.fancy-tag .wpb_wrapper > h2,
.accent-color.fancy-tag .wpb_wrapper > h3,
.accent-color.fancy-tag .wpb_wrapper > h4,
.accent-color.fancy-tag .wpb_wrapper > h5,
.accent-color.fancy-tag .wpb_wrapper > h6,
.accent-color.fancy-tag .wpb_wrapper > p {
background-color: #b9a16b;
}
.wpmc-tabs-wrapper li.wpmc-tab-item.current .wpmc-tab-number,
.wpmc-tabs-wrapper li.wpmc-tab-item.current:before,
div.argmc-wrapper .argmc-tab-item.completed .argmc-tab-number,
div.argmc-wrapper .argmc-tab-item.current .argmc-tab-number,
div.argmc-wrapper .argmc-tab-item.last.current + .argmc-tab-item:hover .argmc-tab-number,
.woocommerce .widget_layered_nav ul.yith-wcan-list li.chosen a,
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a,
.widget.widget_layered_nav li.chosen a,
.widget.widget_layered_nav li.current-cat a,
.widget.widget_layered_nav_filters li.chosen a,
.widget.widget_layered_nav_filters li.current-cat a,
.widget.widget_layered_nav .et-widget-color-filter li.chosen a:hover:before {
border-color: #b9a16b;
}
.yith-wcan-loading:after,
.blockUI.blockOverlay:after,
.easyzoom-notice:after,
.woocommerce-product-gallery__wrapper.slick:after,
.add_to_cart_button.loading:after,
.et-loader:after,
#side-filters.ajax-loader .et-close,
#side-filters.ajax-loader .side-panel-content:after,
.vc_progress_bar.vc_progress-bar-color-bar_orange .vc_single_bar span.vc_bar,
.minicart-counter,
.et-active-filters-count,
div.argmc-wrapper .argmc-tab-item.current .argmc-tab-number,
div.argmc-wrapper .argmc-tab-item.visited:hover .argmc-tab-number,
div.argmc-wrapper .argmc-tab-item.last.current + .argmc-tab-item:hover .argmc-tab-number,
.slick-dots li button:hover,
.wpb_column.et-light-column .postline:before,
.wpb_column.et-light-column .postline-medium:before,
.wpb_column.et-light-column .postline-large:before,
.et-feat-video-btn:hover .et-featured-video-icon:after,
.post.type-post.sticky .entry-title a:after {
background-color: #b9a16b;
}
div.argmc-wrapper .argmc-tab-item.visited:before {
border-bottom-color: #b9a16b;
}