@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.fa,.fab,.fal,.far,.fas {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1; }
.fa-lg {
font-size: 1.33333em;
line-height: .75em;
vertical-align: -.0667em; }
.fa-xs {
font-size: .75em; }
.fa-sm {
font-size: .875em; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0; }
.fa-ul>li {
position: relative; }
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit; }
.fa-border {
border: .08em solid #eee;
border-radius: .1em;
padding: .2em .25em .15em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right {
margin-left: .3em; }
.fa-spin {
animation: n 2s infinite linear; }
.fa-pulse {
animation: n 1s infinite steps(8); }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
transform: scaleX(-1); }
.fa-flip-vertical {
transform: scaleY(-1); }
.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; }
.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
transform: scale(-1); }
:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270 {
filter: none; }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fa-stack-1x,.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; } .fa-500px:before {
content: "\f26e"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-acquisitions-incorporated:before {
content: "\f6af"; }
.fa-ad:before {
content: "\f641"; }
.fa-address-book:before {
content: "\f2b9"; }
.fa-address-card:before {
content: "\f2bb"; }
.fa-adjust:before {
content: "\f042"; }
.fa-adn:before {
content: "\f170"; }
.fa-adobe:before {
content: "\f778"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-air-freshener:before {
content: "\f5d0"; }
.fa-airbnb:before {
content: "\f834"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-align-center:before {
content: "\f037"; }
.fa-align-justify:before {
content: "\f039"; }
.fa-align-left:before {
content: "\f036"; }
.fa-align-right:before {
content: "\f038"; }
.fa-alipay:before {
content: "\f642"; }
.fa-allergies:before {
content: "\f461"; }
.fa-amazon:before {
content: "\f270"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-ambulance:before {
content: "\f0f9"; }
.fa-american-sign-language-interpreting:before {
content: "\f2a3"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-anchor:before {
content: "\f13d"; }
.fa-android:before {
content: "\f17b"; }
.fa-angellist:before {
content: "\f209"; }
.fa-angle-double-down:before {
content: "\f103"; }
.fa-angle-double-left:before {
content: "\f100"; }
.fa-angle-double-right:before {
content: "\f101"; }
.fa-angle-double-up:before {
content: "\f102"; }
.fa-angle-down:before {
content: "\f107"; }
.fa-angle-left:before {
content: "\f104"; }
.fa-angle-right:before {
content: "\f105"; }
.fa-angle-up:before {
content: "\f106"; }
.fa-angry:before {
content: "\f556"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-angular:before {
content: "\f420"; }
.fa-ankh:before {
content: "\f644"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-apper:before {
content: "\f371"; }
.fa-apple:before {
content: "\f179"; }
.fa-apple-alt:before {
content: "\f5d1"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-archive:before {
content: "\f187"; }
.fa-archway:before {
content: "\f557"; }
.fa-arrow-alt-circle-down:before {
content: "\f358"; }
.fa-arrow-alt-circle-left:before {
content: "\f359"; }
.fa-arrow-alt-circle-right:before {
content: "\f35a"; }
.fa-arrow-alt-circle-up:before {
content: "\f35b"; }
.fa-arrow-circle-down:before {
content: "\f0ab"; }
.fa-arrow-circle-left:before {
content: "\f0a8"; }
.fa-arrow-circle-right:before {
content: "\f0a9"; }
.fa-arrow-circle-up:before {
content: "\f0aa"; }
.fa-arrow-down:before {
content: "\f063"; }
.fa-arrow-left:before {
content: "\f060"; }
.fa-arrow-right:before {
content: "\f061"; }
.fa-arrow-up:before {
content: "\f062"; }
.fa-arrows-alt:before {
content: "\f0b2"; }
.fa-arrows-alt-h:before {
content: "\f337"; }
.fa-arrows-alt-v:before {
content: "\f338"; }
.fa-artstation:before {
content: "\f77a"; }
.fa-assistive-listening-systems:before {
content: "\f2a2"; }
.fa-asterisk:before {
content: "\f069"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-at:before {
content: "\f1fa"; }
.fa-atlas:before {
content: "\f558"; }
.fa-atlassian:before {
content: "\f77b"; }
.fa-atom:before {
content: "\f5d2"; }
.fa-audible:before {
content: "\f373"; }
.fa-audio-description:before {
content: "\f29e"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-avianex:before {
content: "\f374"; }
.fa-aviato:before {
content: "\f421"; }
.fa-award:before {
content: "\f559"; }
.fa-aws:before {
content: "\f375"; }
.fa-baby:before {
content: "\f77c"; }
.fa-baby-carriage:before {
content: "\f77d"; }
.fa-backspace:before {
content: "\f55a"; }
.fa-backward:before {
content: "\f04a"; }
.fa-bacon:before {
content: "\f7e5"; }
.fa-balance-scale:before {
content: "\f24e"; }
.fa-ban:before {
content: "\f05e"; }
.fa-band-aid:before {
content: "\f462"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-barcode:before {
content: "\f02a"; }
.fa-bars:before {
content: "\f0c9"; }
.fa-baseball-ball:before {
content: "\f433"; }
.fa-basketball-ball:before {
content: "\f434"; }
.fa-bath:before {
content: "\f2cd"; }
.fa-battery-empty:before {
content: "\f244"; }
.fa-battery-full:before {
content: "\f240"; }
.fa-battery-half:before {
content: "\f242"; }
.fa-battery-quarter:before {
content: "\f243"; }
.fa-battery-three-quarters:before {
content: "\f241"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-bed:before {
content: "\f236"; }
.fa-beer:before {
content: "\f0fc"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-bell:before {
content: "\f0f3"; }
.fa-bell-slash:before {
content: "\f1f6"; }
.fa-bezier-curve:before {
content: "\f55b"; }
.fa-bible:before {
content: "\f647"; }
.fa-bicycle:before {
content: "\f206"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-binoculars:before {
content: "\f1e5"; }
.fa-biohazard:before {
content: "\f780"; }
.fa-birthday-cake:before {
content: "\f1fd"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-bity:before {
content: "\f37a"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-blender:before {
content: "\f517"; }
.fa-blender-phone:before {
content: "\f6b6"; }
.fa-blind:before {
content: "\f29d"; }
.fa-blog:before {
content: "\f781"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-bold:before {
content: "\f032"; }
.fa-bolt:before {
content: "\f0e7"; }
.fa-bomb:before {
content: "\f1e2"; }
.fa-bone:before {
content: "\f5d7"; }
.fa-bong:before {
content: "\f55c"; }
.fa-book:before {
content: "\f02d"; }
.fa-book-dead:before {
content: "\f6b7"; }
.fa-book-medical:before {
content: "\f7e6"; }
.fa-book-open:before {
content: "\f518"; }
.fa-book-reader:before {
content: "\f5da"; }
.fa-bookmark:before {
content: "\f02e"; }
.fa-bootstrap:before {
content: "\f836"; }
.fa-bowling-ball:before {
content: "\f436"; }
.fa-box:before {
content: "\f466"; }
.fa-box-open:before {
content: "\f49e"; }
.fa-boxes:before {
content: "\f468"; }
.fa-braille:before {
content: "\f2a1"; }
.fa-brain:before {
content: "\f5dc"; }
.fa-bread-slice:before {
content: "\f7ec"; }
.fa-briefcase:before {
content: "\f0b1"; }
.fa-briefcase-medical:before {
content: "\f469"; }
.fa-broadcast-tower:before {
content: "\f519"; }
.fa-broom:before {
content: "\f51a"; }
.fa-brush:before {
content: "\f55d"; }
.fa-btc:before {
content: "\f15a"; }
.fa-buffer:before {
content: "\f837"; }
.fa-bug:before {
content: "\f188"; }
.fa-building:before {
content: "\f1ad"; }
.fa-bullhorn:before {
content: "\f0a1"; }
.fa-bullseye:before {
content: "\f140"; }
.fa-burn:before {
content: "\f46a"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-bus:before {
content: "\f207"; }
.fa-bus-alt:before {
content: "\f55e"; }
.fa-business-time:before {
content: "\f64a"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-calculator:before {
content: "\f1ec"; }
.fa-calendar:before {
content: "\f133"; }
.fa-calendar-alt:before {
content: "\f073"; }
.fa-calendar-check:before {
content: "\f274"; }
.fa-calendar-day:before {
content: "\f783"; }
.fa-calendar-minus:before {
content: "\f272"; }
.fa-calendar-plus:before {
content: "\f271"; }
.fa-calendar-times:before {
content: "\f273"; }
.fa-calendar-week:before {
content: "\f784"; }
.fa-camera:before {
content: "\f030"; }
.fa-camera-retro:before {
content: "\f083"; }
.fa-campground:before {
content: "\f6bb"; }
.fa-canadian-maple-leaf:before {
content: "\f785"; }
.fa-candy-cane:before {
content: "\f786"; }
.fa-cannabis:before {
content: "\f55f"; }
.fa-capsules:before {
content: "\f46b"; }
.fa-car:before {
content: "\f1b9"; }
.fa-car-alt:before {
content: "\f5de"; }
.fa-car-battery:before {
content: "\f5df"; }
.fa-car-crash:before {
content: "\f5e1"; }
.fa-car-side:before {
content: "\f5e4"; }
.fa-caret-down:before {
content: "\f0d7"; }
.fa-caret-left:before {
content: "\f0d9"; }
.fa-caret-right:before {
content: "\f0da"; }
.fa-caret-square-down:before {
content: "\f150"; }
.fa-caret-square-left:before {
content: "\f191"; }
.fa-caret-square-right:before {
content: "\f152"; }
.fa-caret-square-up:before {
content: "\f151"; }
.fa-caret-up:before {
content: "\f0d8"; }
.fa-carrot:before {
content: "\f787"; }
.fa-cart-arrow-down:before {
content: "\f218"; }
.fa-cart-plus:before {
content: "\f217"; }
.fa-cash-register:before {
content: "\f788"; }
.fa-cat:before {
content: "\f6be"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-centercode:before {
content: "\f380"; }
.fa-centos:before {
content: "\f789"; }
.fa-certificate:before {
content: "\f0a3"; }
.fa-chair:before {
content: "\f6c0"; }
.fa-chalkboard:before {
content: "\f51b"; }
.fa-chalkboard-teacher:before {
content: "\f51c"; }
.fa-charging-station:before {
content: "\f5e7"; }
.fa-chart-area:before {
content: "\f1fe"; }
.fa-chart-bar:before {
content: "\f080"; }
.fa-chart-line:before {
content: "\f201"; }
.fa-chart-pie:before {
content: "\f200"; }
.fa-check:before {
content: "\f00c"; }
.fa-check-circle:before {
content: "\f058"; }
.fa-check-double:before {
content: "\f560"; }
.fa-check-square:before {
content: "\f14a"; }
.fa-cheese:before {
content: "\f7ef"; }
.fa-chess:before {
content: "\f439"; }
.fa-chess-bishop:before {
content: "\f43a"; }
.fa-chess-board:before {
content: "\f43c"; }
.fa-chess-king:before {
content: "\f43f"; }
.fa-chess-knight:before {
content: "\f441"; }
.fa-chess-pawn:before {
content: "\f443"; }
.fa-chess-queen:before {
content: "\f445"; }
.fa-chess-rook:before {
content: "\f447"; }
.fa-chevron-circle-down:before {
content: "\f13a"; }
.fa-chevron-circle-left:before {
content: "\f137"; }
.fa-chevron-circle-right:before {
content: "\f138"; }
.fa-chevron-circle-up:before {
content: "\f139"; }
.fa-chevron-down:before {
content: "\f078"; }
.fa-chevron-left:before {
content: "\f053"; }
.fa-chevron-right:before {
content: "\f054"; }
.fa-chevron-up:before {
content: "\f077"; }
.fa-child:before {
content: "\f1ae"; }
.fa-chrome:before {
content: "\f268"; }
.fa-chromecast:before {
content: "\f838"; }
.fa-church:before {
content: "\f51d"; }
.fa-circle:before {
content: "\f111"; }
.fa-circle-notch:before {
content: "\f1ce"; }
.fa-city:before {
content: "\f64f"; }
.fa-clinic-medical:before {
content: "\f7f2"; }
.fa-clipboard:before {
content: "\f328"; }
.fa-clipboard-check:before {
content: "\f46c"; }
.fa-clipboard-list:before {
content: "\f46d"; }
.fa-clock:before {
content: "\f017"; }
.fa-clone:before {
content: "\f24d"; }
.fa-closed-captioning:before {
content: "\f20a"; }
.fa-cloud:before {
content: "\f0c2"; }
.fa-cloud-download-alt:before {
content: "\f381"; }
.fa-cloud-meatball:before {
content: "\f73b"; }
.fa-cloud-moon:before {
content: "\f6c3"; }
.fa-cloud-moon-rain:before {
content: "\f73c"; }
.fa-cloud-rain:before {
content: "\f73d"; }
.fa-cloud-showers-heavy:before {
content: "\f740"; }
.fa-cloud-sun:before {
content: "\f6c4"; }
.fa-cloud-sun-rain:before {
content: "\f743"; }
.fa-cloud-upload-alt:before {
content: "\f382"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-cocktail:before {
content: "\f561"; }
.fa-code:before {
content: "\f121"; }
.fa-code-branch:before {
content: "\f126"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-coffee:before {
content: "\f0f4"; }
.fa-cog:before {
content: "\f013"; }
.fa-cogs:before {
content: "\f085"; }
.fa-coins:before {
content: "\f51e"; }
.fa-columns:before {
content: "\f0db"; }
.fa-comment:before {
content: "\f075"; }
.fa-comment-alt:before {
content: "\f27a"; }
.fa-comment-dollar:before {
content: "\f651"; }
.fa-comment-dots:before {
content: "\f4ad"; }
.fa-comment-medical:before {
content: "\f7f5"; }
.fa-comment-slash:before {
content: "\f4b3"; }
.fa-comments:before {
content: "\f086"; }
.fa-comments-dollar:before {
content: "\f653"; }
.fa-compact-disc:before {
content: "\f51f"; }
.fa-compass:before {
content: "\f14e"; }
.fa-compress:before {
content: "\f066"; }
.fa-compress-arrows-alt:before {
content: "\f78c"; }
.fa-concierge-bell:before {
content: "\f562"; }
.fa-confluence:before {
content: "\f78d"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-contao:before {
content: "\f26d"; }
.fa-cookie:before {
content: "\f563"; }
.fa-cookie-bite:before {
content: "\f564"; }
.fa-copy:before {
content: "\f0c5"; }
.fa-copyright:before {
content: "\f1f9"; }
.fa-couch:before {
content: "\f4b8"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-creative-commons-zero:before {
content: "\f4f3"; }
.fa-credit-card:before {
content: "\f09d"; }
.fa-critical-role:before {
content: "\f6c9"; }
.fa-crop:before {
content: "\f125"; }
.fa-crop-alt:before {
content: "\f565"; }
.fa-cross:before {
content: "\f654"; }
.fa-crosshairs:before {
content: "\f05b"; }
.fa-crow:before {
content: "\f520"; }
.fa-crown:before {
content: "\f521"; }
.fa-crutch:before {
content: "\f7f7"; }
.fa-css3:before {
content: "\f13c"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-cube:before {
content: "\f1b2"; }
.fa-cubes:before {
content: "\f1b3"; }
.fa-cut:before {
content: "\f0c4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-database:before {
content: "\f1c0"; }
.fa-deaf:before {
content: "\f2a4"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-democrat:before {
content: "\f747"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-desktop:before {
content: "\f108"; }
.fa-dev:before {
content: "\f6cc"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-dharmachakra:before {
content: "\f655"; }
.fa-dhl:before {
content: "\f790"; }
.fa-diagnoses:before {
content: "\f470"; }
.fa-diaspora:before {
content: "\f791"; }
.fa-dice:before {
content: "\f522"; }
.fa-dice-d20:before {
content: "\f6cf"; }
.fa-dice-d6:before {
content: "\f6d1"; }
.fa-dice-five:before {
content: "\f523"; }
.fa-dice-four:before {
content: "\f524"; }
.fa-dice-one:before {
content: "\f525"; }
.fa-dice-six:before {
content: "\f526"; }
.fa-dice-three:before {
content: "\f527"; }
.fa-dice-two:before {
content: "\f528"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-digital-tachograph:before {
content: "\f566"; }
.fa-directions:before {
content: "\f5eb"; }
.fa-discord:before {
content: "\f392"; }
.fa-discourse:before {
content: "\f393"; }
.fa-divide:before {
content: "\f529"; }
.fa-dizzy:before {
content: "\f567"; }
.fa-dna:before {
content: "\f471"; }
.fa-dochub:before {
content: "\f394"; }
.fa-docker:before {
content: "\f395"; }
.fa-dog:before {
content: "\f6d3"; }
.fa-dollar-sign:before {
content: "\f155"; }
.fa-dolly:before {
content: "\f472"; }
.fa-dolly-flatbed:before {
content: "\f474"; }
.fa-donate:before {
content: "\f4b9"; }
.fa-door-closed:before {
content: "\f52a"; }
.fa-door-open:before {
content: "\f52b"; }
.fa-dot-circle:before {
content: "\f192"; }
.fa-dove:before {
content: "\f4ba"; }
.fa-download:before {
content: "\f019"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-drafting-compass:before {
content: "\f568"; }
.fa-dragon:before {
content: "\f6d5"; }
.fa-draw-polygon:before {
content: "\f5ee"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-drum:before {
content: "\f569"; }
.fa-drum-steelpan:before {
content: "\f56a"; }
.fa-drumstick-bite:before {
content: "\f6d7"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-dumbbell:before {
content: "\f44b"; }
.fa-dumpster:before {
content: "\f793"; }
.fa-dumpster-fire:before {
content: "\f794"; }
.fa-dungeon:before {
content: "\f6d9"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-edge:before {
content: "\f282"; }
.fa-edit:before {
content: "\f044"; }
.fa-egg:before {
content: "\f7fb"; }
.fa-eject:before {
content: "\f052"; }
.fa-elementor:before {
content: "\f430"; }
.fa-ellipsis-h:before {
content: "\f141"; }
.fa-ellipsis-v:before {
content: "\f142"; }
.fa-ello:before {
content: "\f5f1"; }
.fa-ember:before {
content: "\f423"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envelope:before {
content: "\f0e0"; }
.fa-envelope-open:before {
content: "\f2b6"; }
.fa-envelope-open-text:before {
content: "\f658"; }
.fa-envelope-square:before {
content: "\f199"; }
.fa-envira:before {
content: "\f299"; }
.fa-equals:before {
content: "\f52c"; }
.fa-eraser:before {
content: "\f12d"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-ethernet:before {
content: "\f796"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-euro-sign:before {
content: "\f153"; }
.fa-evernote:before {
content: "\f839"; }
.fa-exchange-alt:before {
content: "\f362"; }
.fa-exclamation:before {
content: "\f12a"; }
.fa-exclamation-circle:before {
content: "\f06a"; }
.fa-exclamation-triangle:before {
content: "\f071"; }
.fa-expand:before {
content: "\f065"; }
.fa-expand-arrows-alt:before {
content: "\f31e"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-external-link-alt:before {
content: "\f35d"; }
.fa-external-link-square-alt:before {
content: "\f360"; }
.fa-eye:before {
content: "\f06e"; }
.fa-eye-dropper:before {
content: "\f1fb"; }
.fa-eye-slash:before {
content: "\f070"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-fast-backward:before {
content: "\f049"; }
.fa-fast-forward:before {
content: "\f050"; }
.fa-fax:before {
content: "\f1ac"; }
.fa-feather:before {
content: "\f52d"; }
.fa-feather-alt:before {
content: "\f56b"; }
.fa-fedex:before {
content: "\f797"; }
.fa-fedora:before {
content: "\f798"; }
.fa-female:before {
content: "\f182"; }
.fa-fighter-jet:before {
content: "\f0fb"; }
.fa-figma:before {
content: "\f799"; }
.fa-file:before {
content: "\f15b"; }
.fa-file-alt:before {
content: "\f15c"; }
.fa-file-archive:before {
content: "\f1c6"; }
.fa-file-audio:before {
content: "\f1c7"; }
.fa-file-code:before {
content: "\f1c9"; }
.fa-file-contract:before {
content: "\f56c"; }
.fa-file-csv:before {
content: "\f6dd"; }
.fa-file-download:before {
content: "\f56d"; }
.fa-file-excel:before {
content: "\f1c3"; }
.fa-file-export:before {
content: "\f56e"; }
.fa-file-image:before {
content: "\f1c5"; }
.fa-file-import:before {
content: "\f56f"; }
.fa-file-invoice:before {
content: "\f570"; }
.fa-file-invoice-dollar:before {
content: "\f571"; }
.fa-file-medical:before {
content: "\f477"; }
.fa-file-medical-alt:before {
content: "\f478"; }
.fa-file-pdf:before {
content: "\f1c1"; }
.fa-file-powerpoint:before {
content: "\f1c4"; }
.fa-file-prescription:before {
content: "\f572"; }
.fa-file-signature:before {
content: "\f573"; }
.fa-file-upload:before {
content: "\f574"; }
.fa-file-video:before {
content: "\f1c8"; }
.fa-file-word:before {
content: "\f1c2"; }
.fa-fill:before {
content: "\f575"; }
.fa-fill-drip:before {
content: "\f576"; }
.fa-film:before {
content: "\f008"; }
.fa-filter:before {
content: "\f0b0"; }
.fa-fingerprint:before {
content: "\f577"; }
.fa-fire:before {
content: "\f06d"; }
.fa-fire-alt:before {
content: "\f7e4"; }
.fa-fire-extinguisher:before {
content: "\f134"; }
.fa-firefox:before {
content: "\f269"; }
.fa-first-aid:before {
content: "\f479"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-fish:before {
content: "\f578"; }
.fa-fist-raised:before {
content: "\f6de"; }
.fa-flag:before {
content: "\f024"; }
.fa-flag-checkered:before {
content: "\f11e"; }
.fa-flag-usa:before {
content: "\f74d"; }
.fa-flask:before {
content: "\f0c3"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-flushed:before {
content: "\f579"; }
.fa-fly:before {
content: "\f417"; }
.fa-folder:before {
content: "\f07b"; }
.fa-folder-minus:before {
content: "\f65d"; }
.fa-folder-open:before {
content: "\f07c"; }
.fa-folder-plus:before {
content: "\f65e"; }
.fa-font:before {
content: "\f031"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-font-awesome-flag:before {
content: "\f425"; }
.fa-font-awesome-logo-full:before {
content: "\f4e6"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-football-ball:before {
content: "\f44e"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-forward:before {
content: "\f04e"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-frog:before {
content: "\f52e"; }
.fa-frown:before {
content: "\f119"; }
.fa-frown-open:before {
content: "\f57a"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-funnel-dollar:before {
content: "\f662"; }
.fa-futbol:before {
content: "\f1e3"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-gamepad:before {
content: "\f11b"; }
.fa-gas-pump:before {
content: "\f52f"; }
.fa-gavel:before {
content: "\f0e3"; }
.fa-gem:before {
content: "\f3a5"; }
.fa-genderless:before {
content: "\f22d"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-gg:before {
content: "\f260"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-ghost:before {
content: "\f6e2"; }
.fa-gift:before {
content: "\f06b"; }
.fa-gifts:before {
content: "\f79c"; }
.fa-git:before {
content: "\f1d3"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-github:before {
content: "\f09b"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-github-square:before {
content: "\f092"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-gitter:before {
content: "\f426"; }
.fa-glass-cheers:before {
content: "\f79f"; }
.fa-glass-martini:before {
content: "\f000"; }
.fa-glass-martini-alt:before {
content: "\f57b"; }
.fa-glass-whiskey:before {
content: "\f7a0"; }
.fa-glasses:before {
content: "\f530"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-globe:before {
content: "\f0ac"; }
.fa-globe-africa:before {
content: "\f57c"; }
.fa-globe-americas:before {
content: "\f57d"; }
.fa-globe-asia:before {
content: "\f57e"; }
.fa-globe-europe:before {
content: "\f7a2"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-golf-ball:before {
content: "\f450"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-google:before {
content: "\f1a0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-gopuram:before {
content: "\f664"; }
.fa-graduation-cap:before {
content: "\f19d"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-greater-than:before {
content: "\f531"; }
.fa-greater-than-equal:before {
content: "\f532"; }
.fa-grimace:before {
content: "\f57f"; }
.fa-grin:before {
content: "\f580"; }
.fa-grin-alt:before {
content: "\f581"; }
.fa-grin-beam:before {
content: "\f582"; }
.fa-grin-beam-sweat:before {
content: "\f583"; }
.fa-grin-hearts:before {
content: "\f584"; }
.fa-grin-squint:before {
content: "\f585"; }
.fa-grin-squint-tears:before {
content: "\f586"; }
.fa-grin-stars:before {
content: "\f587"; }
.fa-grin-tears:before {
content: "\f588"; }
.fa-grin-tongue:before {
content: "\f589"; }
.fa-grin-tongue-squint:before {
content: "\f58a"; }
.fa-grin-tongue-wink:before {
content: "\f58b"; }
.fa-grin-wink:before {
content: "\f58c"; }
.fa-grip-horizontal:before {
content: "\f58d"; }
.fa-grip-lines:before {
content: "\f7a4"; }
.fa-grip-lines-vertical:before {
content: "\f7a5"; }
.fa-grip-vertical:before {
content: "\f58e"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-guitar:before {
content: "\f7a6"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-h-square:before {
content: "\f0fd"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-hackerrank:before {
content: "\f5f7"; }
.fa-hamburger:before {
content: "\f805"; }
.fa-hammer:before {
content: "\f6e3"; }
.fa-hamsa:before {
content: "\f665"; }
.fa-hand-holding:before {
content: "\f4bd"; }
.fa-hand-holding-heart:before {
content: "\f4be"; }
.fa-hand-holding-usd:before {
content: "\f4c0"; }
.fa-hand-lizard:before {
content: "\f258"; }
.fa-hand-middle-finger:before {
content: "\f806"; }
.fa-hand-paper:before {
content: "\f256"; }
.fa-hand-peace:before {
content: "\f25b"; }
.fa-hand-point-down:before {
content: "\f0a7"; }
.fa-hand-point-left:before {
content: "\f0a5"; }
.fa-hand-point-right:before {
content: "\f0a4"; }
.fa-hand-point-up:before {
content: "\f0a6"; }
.fa-hand-pointer:before {
content: "\f25a"; }
.fa-hand-rock:before {
content: "\f255"; }
.fa-hand-scissors:before {
content: "\f257"; }
.fa-hand-spock:before {
content: "\f259"; }
.fa-hands:before {
content: "\f4c2"; }
.fa-hands-helping:before {
content: "\f4c4"; }
.fa-handshake:before {
content: "\f2b5"; }
.fa-hanukiah:before {
content: "\f6e6"; }
.fa-hard-hat:before {
content: "\f807"; }
.fa-hashtag:before {
content: "\f292"; }
.fa-hat-wizard:before {
content: "\f6e8"; }
.fa-haykal:before {
content: "\f666"; }
.fa-hdd:before {
content: "\f0a0"; }
.fa-heading:before {
content: "\f1dc"; }
.fa-headphones:before {
content: "\f025"; }
.fa-headphones-alt:before {
content: "\f58f"; }
.fa-headset:before {
content: "\f590"; }
.fa-heart:before {
content: "\f004"; }
.fa-heart-broken:before {
content: "\f7a9"; }
.fa-heartbeat:before {
content: "\f21e"; }
.fa-helicopter:before {
content: "\f533"; }
.fa-highlighter:before {
content: "\f591"; }
.fa-hiking:before {
content: "\f6ec"; }
.fa-hippo:before {
content: "\f6ed"; }
.fa-hips:before {
content: "\f452"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-history:before {
content: "\f1da"; }
.fa-hockey-puck:before {
content: "\f453"; }
.fa-holly-berry:before {
content: "\f7aa"; }
.fa-home:before {
content: "\f015"; }
.fa-hooli:before {
content: "\f427"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-horse:before {
content: "\f6f0"; }
.fa-horse-head:before {
content: "\f7ab"; }
.fa-hospital:before {
content: "\f0f8"; }
.fa-hospital-alt:before {
content: "\f47d"; }
.fa-hospital-symbol:before {
content: "\f47e"; }
.fa-hot-tub:before {
content: "\f593"; }
.fa-hotdog:before {
content: "\f80f"; }
.fa-hotel:before {
content: "\f594"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-hourglass:before {
content: "\f254"; }
.fa-hourglass-end:before {
content: "\f253"; }
.fa-hourglass-half:before {
content: "\f252"; }
.fa-hourglass-start:before {
content: "\f251"; }
.fa-house-damage:before {
content: "\f6f1"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-hryvnia:before {
content: "\f6f2"; }
.fa-html5:before {
content: "\f13b"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-i-cursor:before {
content: "\f246"; }
.fa-ice-cream:before {
content: "\f810"; }
.fa-icicles:before {
content: "\f7ad"; }
.fa-id-badge:before {
content: "\f2c1"; }
.fa-id-card:before {
content: "\f2c2"; }
.fa-id-card-alt:before {
content: "\f47f"; }
.fa-igloo:before {
content: "\f7ae"; }
.fa-image:before {
content: "\f03e"; }
.fa-images:before {
content: "\f302"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-inbox:before {
content: "\f01c"; }
.fa-indent:before {
content: "\f03c"; }
.fa-industry:before {
content: "\f275"; }
.fa-infinity:before {
content: "\f534"; }
.fa-info:before {
content: "\f129"; }
.fa-info-circle:before {
content: "\f05a"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-intercom:before {
content: "\f7af"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-invision:before {
content: "\f7b0"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-italic:before {
content: "\f033"; }
.fa-itch-io:before {
content: "\f83a"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-java:before {
content: "\f4e4"; }
.fa-jedi:before {
content: "\f669"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-jira:before {
content: "\f7b1"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-joint:before {
content: "\f595"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-journal-whills:before {
content: "\f66a"; }
.fa-js:before {
content: "\f3b8"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-kaaba:before {
content: "\f66b"; }
.fa-kaggle:before {
content: "\f5fa"; }
.fa-key:before {
content: "\f084"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-keyboard:before {
content: "\f11c"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-khanda:before {
content: "\f66d"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-kiss:before {
content: "\f596"; }
.fa-kiss-beam:before {
content: "\f597"; }
.fa-kiss-wink-heart:before {
content: "\f598"; }
.fa-kiwi-bird:before {
content: "\f535"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-landmark:before {
content: "\f66f"; }
.fa-language:before {
content: "\f1ab"; }
.fa-laptop:before {
content: "\f109"; }
.fa-laptop-code:before {
content: "\f5fc"; }
.fa-laptop-medical:before {
content: "\f812"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-laugh:before {
content: "\f599"; }
.fa-laugh-beam:before {
content: "\f59a"; }
.fa-laugh-squint:before {
content: "\f59b"; }
.fa-laugh-wink:before {
content: "\f59c"; }
.fa-layer-group:before {
content: "\f5fd"; }
.fa-leaf:before {
content: "\f06c"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-lemon:before {
content: "\f094"; }
.fa-less:before {
content: "\f41d"; }
.fa-less-than:before {
content: "\f536"; }
.fa-less-than-equal:before {
content: "\f537"; }
.fa-level-down-alt:before {
content: "\f3be"; }
.fa-level-up-alt:before {
content: "\f3bf"; }
.fa-life-ring:before {
content: "\f1cd"; }
.fa-lightbulb:before {
content: "\f0eb"; }
.fa-line:before {
content: "\f3c0"; }
.fa-link:before {
content: "\f0c1"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-linux:before {
content: "\f17c"; }
.fa-lira-sign:before {
content: "\f195"; }
.fa-list:before {
content: "\f03a"; }
.fa-list-alt:before {
content: "\f022"; }
.fa-list-ol:before {
content: "\f0cb"; }
.fa-list-ul:before {
content: "\f0ca"; }
.fa-location-arrow:before {
content: "\f124"; }
.fa-lock:before {
content: "\f023"; }
.fa-lock-open:before {
content: "\f3c1"; }
.fa-long-arrow-alt-down:before {
content: "\f309"; }
.fa-long-arrow-alt-left:before {
content: "\f30a"; }
.fa-long-arrow-alt-right:before {
content: "\f30b"; }
.fa-long-arrow-alt-up:before {
content: "\f30c"; }
.fa-low-vision:before {
content: "\f2a8"; }
.fa-luggage-cart:before {
content: "\f59d"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-magic:before {
content: "\f0d0"; }
.fa-magnet:before {
content: "\f076"; }
.fa-mail-bulk:before {
content: "\f674"; }
.fa-mailchimp:before {
content: "\f59e"; }
.fa-male:before {
content: "\f183"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-map:before {
content: "\f279"; }
.fa-map-marked:before {
content: "\f59f"; }
.fa-map-marked-alt:before {
content: "\f5a0"; }
.fa-map-marker:before {
content: "\f041"; }
.fa-map-marker-alt:before {
content: "\f3c5"; }
.fa-map-pin:before {
content: "\f276"; }
.fa-map-signs:before {
content: "\f277"; }
.fa-markdown:before {
content: "\f60f"; }
.fa-marker:before {
content: "\f5a1"; }
.fa-mars:before {
content: "\f222"; }
.fa-mars-double:before {
content: "\f227"; }
.fa-mars-stroke:before {
content: "\f229"; }
.fa-mars-stroke-h:before {
content: "\f22b"; }
.fa-mars-stroke-v:before {
content: "\f22a"; }
.fa-mask:before {
content: "\f6fa"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-medal:before {
content: "\f5a2"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f3c7"; }
.fa-medkit:before {
content: "\f0fa"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-megaport:before {
content: "\f5a3"; }
.fa-meh:before {
content: "\f11a"; }
.fa-meh-blank:before {
content: "\f5a4"; }
.fa-meh-rolling-eyes:before {
content: "\f5a5"; }
.fa-memory:before {
content: "\f538"; }
.fa-mendeley:before {
content: "\f7b3"; }
.fa-menorah:before {
content: "\f676"; }
.fa-mercury:before {
content: "\f223"; }
.fa-meteor:before {
content: "\f753"; }
.fa-microchip:before {
content: "\f2db"; }
.fa-microphone:before {
content: "\f130"; }
.fa-microphone-alt:before {
content: "\f3c9"; }
.fa-microphone-alt-slash:before {
content: "\f539"; }
.fa-microphone-slash:before {
content: "\f131"; }
.fa-microscope:before {
content: "\f610"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-minus:before {
content: "\f068"; }
.fa-minus-circle:before {
content: "\f056"; }
.fa-minus-square:before {
content: "\f146"; }
.fa-mitten:before {
content: "\f7b5"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-mobile:before {
content: "\f10b"; }
.fa-mobile-alt:before {
content: "\f3cd"; }
.fa-modx:before {
content: "\f285"; }
.fa-monero:before {
content: "\f3d0"; }
.fa-money-bill:before {
content: "\f0d6"; }
.fa-money-bill-alt:before {
content: "\f3d1"; }
.fa-money-bill-wave:before {
content: "\f53a"; }
.fa-money-bill-wave-alt:before {
content: "\f53b"; }
.fa-money-check:before {
content: "\f53c"; }
.fa-money-check-alt:before {
content: "\f53d"; }
.fa-monument:before {
content: "\f5a6"; }
.fa-moon:before {
content: "\f186"; }
.fa-mortar-pestle:before {
content: "\f5a7"; }
.fa-mosque:before {
content: "\f678"; }
.fa-motorcycle:before {
content: "\f21c"; }
.fa-mountain:before {
content: "\f6fc"; }
.fa-mouse-pointer:before {
content: "\f245"; }
.fa-mug-hot:before {
content: "\f7b6"; }
.fa-music:before {
content: "\f001"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-neos:before {
content: "\f612"; }
.fa-network-wired:before {
content: "\f6ff"; }
.fa-neuter:before {
content: "\f22c"; }
.fa-newspaper:before {
content: "\f1ea"; }
.fa-nimblr:before {
content: "\f5a8"; }
.fa-nintendo-switch:before {
content: "\f418"; }
.fa-node:before {
content: "\f419"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-not-equal:before {
content: "\f53e"; }
.fa-notes-medical:before {
content: "\f481"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-object-group:before {
content: "\f247"; }
.fa-object-ungroup:before {
content: "\f248"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-oil-can:before {
content: "\f613"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-om:before {
content: "\f679"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-openid:before {
content: "\f19b"; }
.fa-opera:before {
content: "\f26a"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-osi:before {
content: "\f41a"; }
.fa-otter:before {
content: "\f700"; }
.fa-outdent:before {
content: "\f03b"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-pager:before {
content: "\f815"; }
.fa-paint-brush:before {
content: "\f1fc"; }
.fa-paint-roller:before {
content: "\f5aa"; }
.fa-palette:before {
content: "\f53f"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-pallet:before {
content: "\f482"; }
.fa-paper-plane:before {
content: "\f1d8"; }
.fa-paperclip:before {
content: "\f0c6"; }
.fa-parachute-box:before {
content: "\f4cd"; }
.fa-paragraph:before {
content: "\f1dd"; }
.fa-parking:before {
content: "\f540"; }
.fa-passport:before {
content: "\f5ab"; }
.fa-pastafarianism:before {
content: "\f67b"; }
.fa-paste:before {
content: "\f0ea"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-pause:before {
content: "\f04c"; }
.fa-pause-circle:before {
content: "\f28b"; }
.fa-paw:before {
content: "\f1b0"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-peace:before {
content: "\f67c"; }
.fa-pen:before {
content: "\f304"; }
.fa-pen-alt:before {
content: "\f305"; }
.fa-pen-fancy:before {
content: "\f5ac"; }
.fa-pen-nib:before {
content: "\f5ad"; }
.fa-pen-square:before {
content: "\f14b"; }
.fa-pencil-alt:before {
content: "\f303"; }
.fa-pencil-ruler:before {
content: "\f5ae"; }
.fa-penny-arcade:before {
content: "\f704"; }
.fa-people-carry:before {
content: "\f4ce"; }
.fa-pepper-hot:before {
content: "\f816"; }
.fa-percent:before {
content: "\f295"; }
.fa-percentage:before {
content: "\f541"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-person-booth:before {
content: "\f756"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-phone:before {
content: "\f095"; }
.fa-phone-slash:before {
content: "\f3dd"; }
.fa-phone-square:before {
content: "\f098"; }
.fa-phone-volume:before {
content: "\f2a0"; }
.fa-php:before {
content: "\f457"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-piggy-bank:before {
content: "\f4d3"; }
.fa-pills:before {
content: "\f484"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-pizza-slice:before {
content: "\f818"; }
.fa-place-of-worship:before {
content: "\f67f"; }
.fa-plane:before {
content: "\f072"; }
.fa-plane-arrival:before {
content: "\f5af"; }
.fa-plane-departure:before {
content: "\f5b0"; }
.fa-play:before {
content: "\f04b"; }
.fa-play-circle:before {
content: "\f144"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-plug:before {
content: "\f1e6"; }
.fa-plus:before {
content: "\f067"; }
.fa-plus-circle:before {
content: "\f055"; }
.fa-plus-square:before {
content: "\f0fe"; }
.fa-podcast:before {
content: "\f2ce"; }
.fa-poll:before {
content: "\f681"; }
.fa-poll-h:before {
content: "\f682"; }
.fa-poo:before {
content: "\f2fe"; }
.fa-poo-storm:before {
content: "\f75a"; }
.fa-poop:before {
content: "\f619"; }
.fa-portrait:before {
content: "\f3e0"; }
.fa-pound-sign:before {
content: "\f154"; }
.fa-power-off:before {
content: "\f011"; }
.fa-pray:before {
content: "\f683"; }
.fa-praying-hands:before {
content: "\f684"; }
.fa-prescription:before {
content: "\f5b1"; }
.fa-prescription-bottle:before {
content: "\f485"; }
.fa-prescription-bottle-alt:before {
content: "\f486"; }
.fa-print:before {
content: "\f02f"; }
.fa-procedures:before {
content: "\f487"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-project-diagram:before {
content: "\f542"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-puzzle-piece:before {
content: "\f12e"; }
.fa-python:before {
content: "\f3e2"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-qrcode:before {
content: "\f029"; }
.fa-question:before {
content: "\f128"; }
.fa-question-circle:before {
content: "\f059"; }
.fa-quidditch:before {
content: "\f458"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-quote-left:before {
content: "\f10d"; }
.fa-quote-right:before {
content: "\f10e"; }
.fa-quran:before {
content: "\f687"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-radiation:before {
content: "\f7b9"; }
.fa-radiation-alt:before {
content: "\f7ba"; }
.fa-rainbow:before {
content: "\f75b"; }
.fa-random:before {
content: "\f074"; }
.fa-raspberry-pi:before {
content: "\f7bb"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-react:before {
content: "\f41b"; }
.fa-reacteurope:before {
content: "\f75d"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-receipt:before {
content: "\f543"; }
.fa-recycle:before {
content: "\f1b8"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-redhat:before {
content: "\f7bc"; }
.fa-redo:before {
content: "\f01e"; }
.fa-redo-alt:before {
content: "\f2f9"; }
.fa-registered:before {
content: "\f25d"; }
.fa-renren:before {
content: "\f18b"; }
.fa-reply:before {
content: "\f3e5"; }
.fa-reply-all:before {
content: "\f122"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-republican:before {
content: "\f75e"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-restroom:before {
content: "\f7bd"; }
.fa-retweet:before {
content: "\f079"; }
.fa-rev:before {
content: "\f5b2"; }
.fa-ribbon:before {
content: "\f4d6"; }
.fa-ring:before {
content: "\f70b"; }
.fa-road:before {
content: "\f018"; }
.fa-robot:before {
content: "\f544"; }
.fa-rocket:before {
content: "\f135"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-route:before {
content: "\f4d7"; }
.fa-rss:before {
content: "\f09e"; }
.fa-rss-square:before {
content: "\f143"; }
.fa-ruble-sign:before {
content: "\f158"; }
.fa-ruler:before {
content: "\f545"; }
.fa-ruler-combined:before {
content: "\f546"; }
.fa-ruler-horizontal:before {
content: "\f547"; }
.fa-ruler-vertical:before {
content: "\f548"; }
.fa-running:before {
content: "\f70c"; }
.fa-rupee-sign:before {
content: "\f156"; }
.fa-sad-cry:before {
content: "\f5b3"; }
.fa-sad-tear:before {
content: "\f5b4"; }
.fa-safari:before {
content: "\f267"; }
.fa-salesforce:before {
content: "\f83b"; }
.fa-sass:before {
content: "\f41e"; }
.fa-satellite:before {
content: "\f7bf"; }
.fa-satellite-dish:before {
content: "\f7c0"; }
.fa-save:before {
content: "\f0c7"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-school:before {
content: "\f549"; }
.fa-screwdriver:before {
content: "\f54a"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-scroll:before {
content: "\f70e"; }
.fa-sd-card:before {
content: "\f7c2"; }
.fa-search:before {
content: "\f002"; }
.fa-search-dollar:before {
content: "\f688"; }
.fa-search-location:before {
content: "\f689"; }
.fa-search-minus:before {
content: "\f010"; }
.fa-search-plus:before {
content: "\f00e"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-seedling:before {
content: "\f4d8"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-server:before {
content: "\f233"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-shapes:before {
content: "\f61f"; }
.fa-share:before {
content: "\f064"; }
.fa-share-alt:before {
content: "\f1e0"; }
.fa-share-alt-square:before {
content: "\f1e1"; }
.fa-share-square:before {
content: "\f14d"; }
.fa-shekel-sign:before {
content: "\f20b"; }
.fa-shield-alt:before {
content: "\f3ed"; }
.fa-ship:before {
content: "\f21a"; }
.fa-shipping-fast:before {
content: "\f48b"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-shoe-prints:before {
content: "\f54b"; }
.fa-shopping-bag:before {
content: "\f290"; }
.fa-shopping-basket:before {
content: "\f291"; }
.fa-shopping-cart:before {
content: "\f07a"; }
.fa-shopware:before {
content: "\f5b5"; }
.fa-shower:before {
content: "\f2cc"; }
.fa-shuttle-van:before {
content: "\f5b6"; }
.fa-sign:before {
content: "\f4d9"; }
.fa-sign-in-alt:before {
content: "\f2f6"; }
.fa-sign-language:before {
content: "\f2a7"; }
.fa-sign-out-alt:before {
content: "\f2f5"; }
.fa-signal:before {
content: "\f012"; }
.fa-signature:before {
content: "\f5b7"; }
.fa-sim-card:before {
content: "\f7c4"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-sitemap:before {
content: "\f0e8"; }
.fa-sith:before {
content: "\f512"; }
.fa-skating:before {
content: "\f7c5"; }
.fa-sketch:before {
content: "\f7c6"; }
.fa-skiing:before {
content: "\f7c9"; }
.fa-skiing-nordic:before {
content: "\f7ca"; }
.fa-skull:before {
content: "\f54c"; }
.fa-skull-crossbones:before {
content: "\f714"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-skype:before {
content: "\f17e"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f3ef"; }
.fa-slash:before {
content: "\f715"; }
.fa-sleigh:before {
content: "\f7cc"; }
.fa-sliders-h:before {
content: "\f1de"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-smile:before {
content: "\f118"; }
.fa-smile-beam:before {
content: "\f5b8"; }
.fa-smile-wink:before {
content: "\f4da"; }
.fa-smog:before {
content: "\f75f"; }
.fa-smoking:before {
content: "\f48d"; }
.fa-smoking-ban:before {
content: "\f54d"; }
.fa-sms:before {
content: "\f7cd"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ac"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-snowboarding:before {
content: "\f7ce"; }
.fa-snowflake:before {
content: "\f2dc"; }
.fa-snowman:before {
content: "\f7d0"; }
.fa-snowplow:before {
content: "\f7d2"; }
.fa-socks:before {
content: "\f696"; }
.fa-solar-panel:before {
content: "\f5ba"; }
.fa-sort:before {
content: "\f0dc"; }
.fa-sort-alpha-down:before {
content: "\f15d"; }
.fa-sort-alpha-up:before {
content: "\f15e"; }
.fa-sort-amount-down:before {
content: "\f160"; }
.fa-sort-amount-up:before {
content: "\f161"; }
.fa-sort-down:before {
content: "\f0dd"; }
.fa-sort-numeric-down:before {
content: "\f162"; }
.fa-sort-numeric-up:before {
content: "\f163"; }
.fa-sort-up:before {
content: "\f0de"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-sourcetree:before {
content: "\f7d3"; }
.fa-spa:before {
content: "\f5bb"; }
.fa-space-shuttle:before {
content: "\f197"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-speaker-deck:before {
content: "\f83c"; }
.fa-spider:before {
content: "\f717"; }
.fa-spinner:before {
content: "\f110"; }
.fa-splotch:before {
content: "\f5bc"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-spray-can:before {
content: "\f5bd"; }
.fa-square:before {
content: "\f0c8"; }
.fa-square-full:before {
content: "\f45c"; }
.fa-square-root-alt:before {
content: "\f698"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-stamp:before {
content: "\f5bf"; }
.fa-star:before {
content: "\f005"; }
.fa-star-and-crescent:before {
content: "\f699"; }
.fa-star-half:before {
content: "\f089"; }
.fa-star-half-alt:before {
content: "\f5c0"; }
.fa-star-of-david:before {
content: "\f69a"; }
.fa-star-of-life:before {
content: "\f621"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
.fa-step-backward:before {
content: "\f048"; }
.fa-step-forward:before {
content: "\f051"; }
.fa-stethoscope:before {
content: "\f0f1"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-sticky-note:before {
content: "\f249"; }
.fa-stop:before {
content: "\f04d"; }
.fa-stop-circle:before {
content: "\f28d"; }
.fa-stopwatch:before {
content: "\f2f2"; }
.fa-store:before {
content: "\f54e"; }
.fa-store-alt:before {
content: "\f54f"; }
.fa-strava:before {
content: "\f428"; }
.fa-stream:before {
content: "\f550"; }
.fa-street-view:before {
content: "\f21d"; }
.fa-strikethrough:before {
content: "\f0cc"; }
.fa-stripe:before {
content: "\f429"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-stroopwafel:before {
content: "\f551"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-subscript:before {
content: "\f12c"; }
.fa-subway:before {
content: "\f239"; }
.fa-suitcase:before {
content: "\f0f2"; }
.fa-suitcase-rolling:before {
content: "\f5c1"; }
.fa-sun:before {
content: "\f185"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-superscript:before {
content: "\f12b"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-surprise:before {
content: "\f5c2"; }
.fa-suse:before {
content: "\f7d6"; }
.fa-swatchbook:before {
content: "\f5c3"; }
.fa-swimmer:before {
content: "\f5c4"; }
.fa-swimming-pool:before {
content: "\f5c5"; }
.fa-symfony:before {
content: "\f83d"; }
.fa-synagogue:before {
content: "\f69b"; }
.fa-sync:before {
content: "\f021"; }
.fa-sync-alt:before {
content: "\f2f1"; }
.fa-syringe:before {
content: "\f48e"; }
.fa-table:before {
content: "\f0ce"; }
.fa-table-tennis:before {
content: "\f45d"; }
.fa-tablet:before {
content: "\f10a"; }
.fa-tablet-alt:before {
content: "\f3fa"; }
.fa-tablets:before {
content: "\f490"; }
.fa-tachometer-alt:before {
content: "\f3fd"; }
.fa-tag:before {
content: "\f02b"; }
.fa-tags:before {
content: "\f02c"; }
.fa-tape:before {
content: "\f4db"; }
.fa-tasks:before {
content: "\f0ae"; }
.fa-taxi:before {
content: "\f1ba"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-teeth:before {
content: "\f62e"; }
.fa-teeth-open:before {
content: "\f62f"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f3fe"; }
.fa-temperature-high:before {
content: "\f769"; }
.fa-temperature-low:before {
content: "\f76b"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-tenge:before {
content: "\f7d7"; }
.fa-terminal:before {
content: "\f120"; }
.fa-text-height:before {
content: "\f034"; }
.fa-text-width:before {
content: "\f035"; }
.fa-th:before {
content: "\f00a"; }
.fa-th-large:before {
content: "\f009"; }
.fa-th-list:before {
content: "\f00b"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-theater-masks:before {
content: "\f630"; }
.fa-themeco:before {
content: "\f5c6"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-thermometer:before {
content: "\f491"; }
.fa-thermometer-empty:before {
content: "\f2cb"; }
.fa-thermometer-full:before {
content: "\f2c7"; }
.fa-thermometer-half:before {
content: "\f2c9"; }
.fa-thermometer-quarter:before {
content: "\f2ca"; }
.fa-thermometer-three-quarters:before {
content: "\f2c8"; }
.fa-think-peaks:before {
content: "\f731"; }
.fa-thumbs-down:before {
content: "\f165"; }
.fa-thumbs-up:before {
content: "\f164"; }
.fa-thumbtack:before {
content: "\f08d"; }
.fa-ticket-alt:before {
content: "\f3ff"; }
.fa-times:before {
content: "\f00d"; }
.fa-times-circle:before {
content: "\f057"; }
.fa-tint:before {
content: "\f043"; }
.fa-tint-slash:before {
content: "\f5c7"; }
.fa-tired:before {
content: "\f5c8"; }
.fa-toggle-off:before {
content: "\f204"; }
.fa-toggle-on:before {
content: "\f205"; }
.fa-toilet:before {
content: "\f7d8"; }
.fa-toilet-paper:before {
content: "\f71e"; }
.fa-toolbox:before {
content: "\f552"; }
.fa-tools:before {
content: "\f7d9"; }
.fa-tooth:before {
content: "\f5c9"; }
.fa-torah:before {
content: "\f6a0"; }
.fa-torii-gate:before {
content: "\f6a1"; }
.fa-tractor:before {
content: "\f722"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-trademark:before {
content: "\f25c"; }
.fa-traffic-light:before {
content: "\f637"; }
.fa-train:before {
content: "\f238"; }
.fa-tram:before {
content: "\f7da"; }
.fa-transgender:before {
content: "\f224"; }
.fa-transgender-alt:before {
content: "\f225"; }
.fa-trash:before {
content: "\f1f8"; }
.fa-trash-alt:before {
content: "\f2ed"; }
.fa-trash-restore:before {
content: "\f829"; }
.fa-trash-restore-alt:before {
content: "\f82a"; }
.fa-tree:before {
content: "\f1bb"; }
.fa-trello:before {
content: "\f181"; }
.fa-tripadvisor:before {
content: "\f262"; }
.fa-trophy:before {
content: "\f091"; }
.fa-truck:before {
content: "\f0d1"; }
.fa-truck-loading:before {
content: "\f4de"; }
.fa-truck-monster:before {
content: "\f63b"; }
.fa-truck-moving:before {
content: "\f4df"; }
.fa-truck-pickup:before {
content: "\f63c"; }
.fa-tshirt:before {
content: "\f553"; }
.fa-tty:before {
content: "\f1e4"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-tv:before {
content: "\f26c"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-twitter:before {
content: "\f099"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-uber:before {
content: "\f402"; }
.fa-ubuntu:before {
content: "\f7df"; }
.fa-uikit:before {
content: "\f403"; }
.fa-umbrella:before {
content: "\f0e9"; }
.fa-umbrella-beach:before {
content: "\f5ca"; }
.fa-underline:before {
content: "\f0cd"; }
.fa-undo:before {
content: "\f0e2"; }
.fa-undo-alt:before {
content: "\f2ea"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-universal-access:before {
content: "\f29a"; }
.fa-university:before {
content: "\f19c"; }
.fa-unlink:before {
content: "\f127"; }
.fa-unlock:before {
content: "\f09c"; }
.fa-unlock-alt:before {
content: "\f13e"; }
.fa-untappd:before {
content: "\f405"; }
.fa-upload:before {
content: "\f093"; }
.fa-ups:before {
content: "\f7e0"; }
.fa-usb:before {
content: "\f287"; }
.fa-user:before {
content: "\f007"; }
.fa-user-alt:before {
content: "\f406"; }
.fa-user-alt-slash:before {
content: "\f4fa"; }
.fa-user-astronaut:before {
content: "\f4fb"; }
.fa-user-check:before {
content: "\f4fc"; }
.fa-user-circle:before {
content: "\f2bd"; }
.fa-user-clock:before {
content: "\f4fd"; }
.fa-user-cog:before {
content: "\f4fe"; }
.fa-user-edit:before {
content: "\f4ff"; }
.fa-user-friends:before {
content: "\f500"; }
.fa-user-graduate:before {
content: "\f501"; }
.fa-user-injured:before {
content: "\f728"; }
.fa-user-lock:before {
content: "\f502"; }
.fa-user-md:before {
content: "\f0f0"; }
.fa-user-minus:before {
content: "\f503"; }
.fa-user-ninja:before {
content: "\f504"; }
.fa-user-nurse:before {
content: "\f82f"; }
.fa-user-plus:before {
content: "\f234"; }
.fa-user-secret:before {
content: "\f21b"; }
.fa-user-shield:before {
content: "\f505"; }
.fa-user-slash:before {
content: "\f506"; }
.fa-user-tag:before {
content: "\f507"; }
.fa-user-tie:before {
content: "\f508"; }
.fa-user-times:before {
content: "\f235"; }
.fa-users:before {
content: "\f0c0"; }
.fa-users-cog:before {
content: "\f509"; }
.fa-usps:before {
content: "\f7e1"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-utensil-spoon:before {
content: "\f2e5"; }
.fa-utensils:before {
content: "\f2e7"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-vector-square:before {
content: "\f5cb"; }
.fa-venus:before {
content: "\f221"; }
.fa-venus-double:before {
content: "\f226"; }
.fa-venus-mars:before {
content: "\f228"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-vial:before {
content: "\f492"; }
.fa-vials:before {
content: "\f493"; }
.fa-viber:before {
content: "\f409"; }
.fa-video:before {
content: "\f03d"; }
.fa-video-slash:before {
content: "\f4e2"; }
.fa-vihara:before {
content: "\f6a7"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-vk:before {
content: "\f189"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-volleyball-ball:before {
content: "\f45f"; }
.fa-volume-down:before {
content: "\f027"; }
.fa-volume-mute:before {
content: "\f6a9"; }
.fa-volume-off:before {
content: "\f026"; }
.fa-volume-up:before {
content: "\f028"; }
.fa-vote-yea:before {
content: "\f772"; }
.fa-vr-cardboard:before {
content: "\f729"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-walking:before {
content: "\f554"; }
.fa-wallet:before {
content: "\f555"; }
.fa-warehouse:before {
content: "\f494"; }
.fa-water:before {
content: "\f773"; }
.fa-wave-square:before {
content: "\f83e"; }
.fa-waze:before {
content: "\f83f"; }
.fa-weebly:before {
content: "\f5cc"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-weight:before {
content: "\f496"; }
.fa-weight-hanging:before {
content: "\f5cd"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-wheelchair:before {
content: "\f193"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-wifi:before {
content: "\f1eb"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-wind:before {
content: "\f72e"; }
.fa-window-close:before {
content: "\f410"; }
.fa-window-maximize:before {
content: "\f2d0"; }
.fa-window-minimize:before {
content: "\f2d1"; }
.fa-window-restore:before {
content: "\f2d2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-wine-bottle:before {
content: "\f72f"; }
.fa-wine-glass:before {
content: "\f4e3"; }
.fa-wine-glass-alt:before {
content: "\f5ce"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-wizards-of-the-coast:before {
content: "\f730"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-won-sign:before {
content: "\f159"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-wrench:before {
content: "\f0ad"; }
.fa-x-ray:before {
content: "\f497"; }
.fa-xbox:before {
content: "\f412"; }
.fa-xing:before {
content: "\f168"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-yammer:before {
content: "\f840"; }
.fa-yandex:before {
content: "\f413"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-yarn:before {
content: "\f7e3"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-yen-sign:before {
content: "\f157"; }
.fa-yin-yang:before {
content: "\f6ad"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-youtube:before {
content: "\f167"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-zhihu:before {
content: "\f63f"; }
.sr-only {
border: 0;
clip: rect(0,0,0,0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
.sr-only-focusable:active,.sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }
@font-face {
font-family: FontAwesome;
font-style: normal;
font-weight: 400;
font-display: auto;
src: url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/fonts/fa-brands-400.eot);
src: url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/fonts/fa-brands-400.woff2) format("woff2"),url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/fonts/fa-brands-400.woff) format("woff"),url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/fonts/fa-brands-400.ttf) format("truetype"),url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/fonts/fa-brands-400.svg#fontawesome) format("svg"); }
@font-face {
font-family: FontAwesome;
font-style: normal;
font-weight: 400;
font-display: auto;
src: url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/fonts/fa-regular-400.eot);
src: url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/fonts/fa-regular-400.woff2) format("woff2"),url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/fonts/fa-regular-400.woff) format("woff"),url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/fonts/fa-regular-400.ttf) format("truetype"),url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/fonts/fa-regular-400.svg#fontawesome) format("svg"); }
.fa,.fab,.far {
font-weight: 400; }
@font-face {
font-family: FontAwesome;
font-style: normal;
font-weight: 900;
font-display: auto;
src: url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/fonts/fa-solid-900.eot);
src: url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/fonts/fa-solid-900.woff2) format("woff2"),url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/fonts/fa-solid-900.woff) format("woff"),url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/fonts/fa-solid-900.ttf) format("truetype"),url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/fonts/fa-solid-900.svg#fontawesome) format("svg"); }
.fa,.fab,.far,.fas {
font-family: FontAwesome; }
.fas {
font-weight: 900; }
@font-face {
font-family: opal-icon;
src: url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/fonts/opal-icon.eot);
src: url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/fonts/opal-icon.eot?#iefix) format("eot"),url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/fonts/opal-icon.woff2) format("woff2"),url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/fonts/opal-icon.woff) format("woff"),url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/fonts/opal-icon.ttf) format("truetype"),url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/fonts/opal-icon.svg#opal-icon) format("svg"); }
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>.menu-item:before,.entry-meta .entry-meta-inner>span:not(:first-child):before,.handheld-footer-bar .cart .footer-cart-contents:before,.handheld-footer-bar .my-account .my-accrount-footer:before,.handheld-footer-bar .search .search-footer:before,.main-navigation .top-menu>li:not(:last-child):before,.opal-icon,.owl-theme.owl-carousel .owl-nav [class*=owl-]:before,.owl-theme .products .owl-nav [class*=owl-]:before,.shop-action .compare:before,.shop-action .woosc-btn:before,.shop-action .wooscp-btn:before,.shop-action .woosq-btn:before,.shop-action .woosw-btn:before,.shop-action .yith-wcqv-button:before,.shop-action .yith-wcwl-add-to-wishlist>div>a:before,.shop-action a[class*=product_type_]:before,.single-product div.product .entry-summary .woosc-btn:before,.single-product div.product .entry-summary .wooscp-btn:before,.single-product div.product .entry-summary .woosw-btn:before,.single-product div.product .summary .compare:before,.single-product div.product .summary .yith-wcwl-add-to-wishlist>div>a:before,.wishlist-empty:before,.woocommerce-cart .cart-empty:before,.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-]:before,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*=owl-]:before,[class*=opal-icon-]:before,blockquote:before {
font-family: opal-icon;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-variant: normal;
font-weight: 400;
text-decoration: none;
text-transform: none; }
.opal-icon-arrow-left:before {
content: ""; }
.opal-icon-arrow-right:before {
content: ""; }
.opal-icon-award:before {
content: ""; }
.opal-icon-bars:before {
content: ""; }
.opal-icon-cart-empty:before,.woocommerce-cart .cart-empty:before {
content: ""; }
.opal-icon-check:before {
content: ""; }
.opal-icon-chevron-down:before {
content: ""; }
.opal-icon-chevron-left:before {
content: ""; }
.opal-icon-chevron-right:before {
content: ""; }
.opal-icon-chevron-up:before {
content: ""; }
.opal-icon-circle:before {
content: ""; }
.opal-icon-cogs:before {
content: ""; }
.opal-icon-compare:before,.shop-action .compare:before,.shop-action .woosc-btn:before,.shop-action .wooscp-btn:before,.single-product div.product .entry-summary .woosc-btn:before,.single-product div.product .entry-summary .wooscp-btn:before,.single-product div.product .summary .compare:before {
content: ""; }
.opal-icon-credit-card:before {
content: ""; }
.opal-icon-decor-left:before {
content: ""; }
.opal-icon-decor-right:before {
content: ""; }
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>.menu-item:before,.entry-meta .entry-meta-inner>span:not(:first-child):before,.main-navigation .top-menu>li:not(:last-child):before,.opal-icon-diamond:before {
content: ""; }
.opal-icon-download:before {
content: ""; }
.opal-icon-email:before {
content: ""; }
.opal-icon-envelope-open-text:before {
content: ""; }
.opal-icon-filter:before {
content: ""; }
.opal-icon-heart-remove:before,.wishlist-empty:before {
content: ""; }
.opal-icon-heart:before,.shop-action .woosw-btn:before,.shop-action .yith-wcwl-add-to-wishlist>div>a:before,.single-product div.product .entry-summary .woosw-btn:before,.single-product div.product .summary .yith-wcwl-add-to-wishlist>div>a:before {
content: ""; }
.opal-icon-helmet:before {
content: ""; }
.opal-icon-home-lg-alt:before {
content: ""; }
.opal-icon-home-lg:before {
content: ""; }
.opal-icon-location-circle:before {
content: ""; }
.opal-icon-location:before {
content: ""; }
.opal-icon-long-arrow-down:before {
content: ""; }
.opal-icon-long-arrow-up:before {
content: ""; }
.opal-icon-menu:before {
content: ""; }
.opal-icon-minus:before {
content: ""; }
.opal-icon-motocross:before {
content: ""; }
.opal-icon-motorcycle:before {
content: ""; }
.opal-icon-mouse-pointer:before {
content: ""; }
.opal-icon-phone-square:before {
content: ""; }
.opal-icon-phone:before {
content: ""; }
.opal-icon-pistons:before {
content: ""; }
.opal-icon-play:before {
content: ""; }
.opal-icon-plus:before {
content: ""; }
.opal-icon-quickview:before,.shop-action .woosq-btn:before,.shop-action .yith-wcqv-button:before {
content: ""; }
.opal-icon-quote-left:before,blockquote:before {
content: ""; }
.opal-icon-safe:before {
content: ""; }
.handheld-footer-bar .search .search-footer:before,.opal-icon-search:before {
content: ""; }
.handheld-footer-bar .cart .footer-cart-contents:before,.opal-icon-shopping-cart:before,.shop-action a[class*=product_type_]:before {
content: ""; }
.opal-icon-sign-in:before {
content: ""; }
.opal-icon-sign-out:before {
content: ""; }
.opal-icon-sliders-v:before {
content: ""; }
.opal-icon-speedometer:before {
content: ""; }
.opal-icon-star:before {
content: ""; }
.opal-icon-support-heart:before {
content: ""; }
.opal-icon-tachometer-alt-fastest:before {
content: ""; }
.opal-icon-thermometer-full:before {
content: ""; }
.opal-icon-times:before {
content: ""; }
.opal-icon-tyre:before {
content: ""; }
.handheld-footer-bar .my-account .my-accrount-footer:before,.opal-icon-user-circle:before {
content: ""; }
.opal-icon-user-friends:before {
content: ""; }
.opal-icon-user-headset:before {
content: ""; }
.opal-icon-user:before {
content: ""; }
.opal-icon-users-class:before {
content: ""; }
.opal-icon-users:before {
content: ""; }.owl-carousel,.woocommerce-product-carousel ul.products,.woocommerce .woocommerce-carousel ul.products {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.owl-carousel .owl-stage,.woocommerce-product-carousel ul.products .owl-stage,.woocommerce .woocommerce-carousel ul.products .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
-moz-backface-visibility: hidden; }
.owl-carousel .owl-stage:after,.woocommerce-product-carousel ul.products .owl-stage:after,.woocommerce .woocommerce-carousel ul.products .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer,.woocommerce-product-carousel ul.products .owl-stage-outer,.woocommerce .woocommerce-carousel ul.products .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translateZ(0); }
.owl-carousel .owl-item,.owl-carousel .owl-wrapper,.woocommerce-product-carousel ul.products .owl-item,.woocommerce-product-carousel ul.products .owl-wrapper,.woocommerce .woocommerce-carousel ul.products .owl-item,.woocommerce .woocommerce-carousel ul.products .owl-wrapper {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0); }
.owl-carousel .owl-item,.woocommerce-product-carousel ul.products .owl-item,.woocommerce .woocommerce-carousel ul.products .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled,.woocommerce-product-carousel ul.products .owl-dots.disabled,.woocommerce-product-carousel ul.products .owl-nav.disabled,.woocommerce .woocommerce-carousel ul.products .owl-dots.disabled,.woocommerce .woocommerce-carousel ul.products .owl-nav.disabled {
display: none; }
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev,.woocommerce-product-carousel ul.products .owl-dot,.woocommerce-product-carousel ul.products .owl-nav .owl-next,.woocommerce-product-carousel ul.products .owl-nav .owl-prev,.woocommerce .woocommerce-carousel ul.products .owl-dot,.woocommerce .woocommerce-carousel ul.products .owl-nav .owl-next,.woocommerce .woocommerce-carousel ul.products .owl-nav .owl-prev {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-loaded,.woocommerce-product-carousel ul.owl-loaded.products,.woocommerce .woocommerce-carousel ul.owl-loaded.products {
display: block; }
.owl-carousel+.owl-carousel-thumbnail,.woocommerce-product-carousel ul.products+.owl-carousel-thumbnail,.woocommerce .woocommerce-carousel ul.products+.owl-carousel-thumbnail {
margin-top: 10px; }
.owl-carousel+.owl-carousel-thumbnail .owl-item .item,.woocommerce-product-carousel ul.products+.owl-carousel-thumbnail .owl-item .item,.woocommerce .woocommerce-carousel ul.products+.owl-carousel-thumbnail .owl-item .item {
opacity: .2;
transition: opacity .4s;
cursor: pointer; }
.owl-carousel+.owl-carousel-thumbnail .owl-item .item.selected,.owl-carousel+.owl-carousel-thumbnail .owl-item .item:hover,.woocommerce-product-carousel ul.products+.owl-carousel-thumbnail .owl-item .item.selected,.woocommerce-product-carousel ul.products+.owl-carousel-thumbnail .owl-item .item:hover,.woocommerce .woocommerce-carousel ul.products+.owl-carousel-thumbnail .owl-item .item.selected,.woocommerce .woocommerce-carousel ul.products+.owl-carousel-thumbnail .owl-item .item:hover {
opacity: 1; }
.owl-carousel.owl-loading,.woocommerce-product-carousel ul.owl-loading.products,.woocommerce .woocommerce-carousel ul.owl-loading.products {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden,.woocommerce-product-carousel ul.owl-hidden.products,.woocommerce .woocommerce-carousel ul.owl-hidden.products {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item,.woocommerce-product-carousel ul.owl-refresh.products .owl-item,.woocommerce .woocommerce-carousel ul.owl-refresh.products .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item,.woocommerce-product-carousel ul.owl-drag.products .owl-item,.woocommerce .woocommerce-carousel ul.owl-drag.products .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab,.woocommerce-product-carousel ul.owl-grab.products,.woocommerce .woocommerce-carousel ul.owl-grab.products {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl,.woocommerce-product-carousel ul.owl-rtl.products,.woocommerce .woocommerce-carousel ul.owl-rtl.products {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item,.woocommerce-product-carousel ul.owl-rtl.products .owl-item,.woocommerce .woocommerce-carousel ul.owl-rtl.products .owl-item {
float: right; } .owl-carousel .animated,.woocommerce-product-carousel ul.products .animated,.woocommerce .woocommerce-carousel ul.products .animated {
animation-duration: 1s;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in,.woocommerce-product-carousel ul.products .owl-animated-in,.woocommerce .woocommerce-carousel ul.products .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out,.woocommerce-product-carousel ul.products .owl-animated-out,.woocommerce .woocommerce-carousel ul.products .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut,.woocommerce-product-carousel ul.products .fadeOut,.woocommerce .woocommerce-carousel ul.products .fadeOut {
animation-name: c; }
@keyframes c {
0% {
opacity: 1; }
to {
opacity: 0; } } .owl-height {
transition: height .5s ease-in-out; } .owl-carousel .owl-item .owl-lazy,.woocommerce-product-carousel ul.products .owl-item .owl-lazy,.woocommerce .woocommerce-carousel ul.products .owl-item .owl-lazy {
opacity: 0;
transition: opacity .4s ease; }
.owl-carousel .owl-item img.owl-lazy,.woocommerce-product-carousel ul.products .owl-item img.owl-lazy,.woocommerce .woocommerce-carousel ul.products .owl-item img.owl-lazy {
transform-style: preserve-3d; } .owl-carousel .owl-video-wrapper,.woocommerce-product-carousel ul.products .owl-video-wrapper,.woocommerce .woocommerce-carousel ul.products .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon,.woocommerce-product-carousel ul.products .owl-video-play-icon,.woocommerce .woocommerce-carousel ul.products .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/images/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform .1s ease; }
.owl-carousel .owl-video-play-icon:hover,.woocommerce-product-carousel ul.products .owl-video-play-icon:hover,.woocommerce .woocommerce-carousel ul.products .owl-video-play-icon:hover {
transform: scale(1.3); }
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn,.woocommerce-product-carousel ul.products .owl-video-playing .owl-video-play-icon,.woocommerce-product-carousel ul.products .owl-video-playing .owl-video-tn,.woocommerce .woocommerce-carousel ul.products .owl-video-playing .owl-video-play-icon,.woocommerce .woocommerce-carousel ul.products .owl-video-playing .owl-video-tn {
display: none; }
.owl-carousel .owl-video-tn,.woocommerce-product-carousel ul.products .owl-video-tn,.woocommerce .woocommerce-carousel ul.products .owl-video-tn {
opacity: 0;
height: 100%;
background-position: 50%;
background-repeat: no-repeat;
background-size: contain;
transition: opacity .4s ease; }
.owl-carousel .owl-video-frame,.woocommerce-product-carousel ul.products .owl-video-frame,.woocommerce .woocommerce-carousel ul.products .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }  .owl-theme.owl-carousel .owl-nav,.owl-theme .products .owl-nav,.woocommerce-product-carousel ul.owl-theme.products .owl-nav,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme.owl-carousel .owl-nav [class*=owl-],.owl-theme .products .owl-nav [class*=owl-],.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-],.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*=owl-] {
width: auto;
line-height: normal;
height: auto;
color: #5c5c5c;
margin: 0;
padding: 0;
background: transparent;
display: inline-block;
cursor: pointer;
border-radius: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
text-align: center;
font-size: 0;
transition: all .3s ease; }
.owl-theme.owl-carousel .owl-nav [class*=owl-]:before,.owl-theme .products .owl-nav [class*=owl-]:before,.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-]:before,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*=owl-]:before {
font-size: 9px;
font-family: FontAwesome;
display: block;
text-align: center;
color: #5c5c5c;
background: #eaeaea;
border: 1px solid #eaeaea;
border-radius: 0;
width: 36px;
height: 36px;
line-height: 36px;
font-weight: 700;
box-sizing: content-box;
transition: all .3s ease; }
.owl-theme.owl-carousel .owl-nav [class*=owl-].owl-next,.owl-theme .products .owl-nav [class*=owl-].owl-next,.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-next,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-next {
right: 15px; }
.owl-theme.owl-carousel .owl-nav [class*=owl-].owl-next:before,.owl-theme .products .owl-nav [class*=owl-].owl-next:before,.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-next:before,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-next:before {
content: "\f054"; }
.owl-theme.owl-carousel .owl-nav [class*=owl-].owl-prev,.owl-theme .products .owl-nav [class*=owl-].owl-prev,.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-prev,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-prev {
left: 15px; }
.owl-theme.owl-carousel .owl-nav [class*=owl-].owl-prev:before,.owl-theme .products .owl-nav [class*=owl-].owl-prev:before,.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-prev:before,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-prev:before {
content: "\f053"; }
.owl-theme.owl-carousel .owl-nav [class*=owl-]:hover,.owl-theme .products .owl-nav [class*=owl-]:hover,.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-]:hover,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*=owl-]:hover {
text-decoration: none; }
.owl-theme.owl-carousel .owl-nav [class*=owl-]:hover:before,.owl-theme .products .owl-nav [class*=owl-]:hover:before,.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-]:hover:before,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*=owl-]:hover:before {
color: #fff;
border-color: #e81938;
background-color: #e81938; }
.owl-theme.owl-carousel .owl-nav .disabled,.owl-theme .products .owl-nav .disabled,.woocommerce-product-carousel ul.owl-theme.products .owl-nav .disabled,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav .disabled {
opacity: .5;
cursor: no-drop; }
.owl-theme.owl-carousel .owl-dots,.owl-theme .products .owl-dots,.woocommerce-product-carousel ul.owl-theme.products .owl-dots,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-dots {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme.owl-carousel .owl-dots .owl-dot,.owl-theme .products .owl-dots .owl-dot,.woocommerce-product-carousel ul.owl-theme.products .owl-dots .owl-dot,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
border: 0;
width: 10px;
height: 10px;
padding: 0;
text-align: center;
margin-right: 20px;
border-radius: 50%;
background: #5c5c5c;
position: relative;
transition: all .3s ease;
vertical-align: middle; }
.owl-theme.owl-carousel .owl-dots .owl-dot.active,.owl-theme.owl-carousel .owl-dots .owl-dot:hover,.owl-theme .products .owl-dots .owl-dot.active,.owl-theme .products .owl-dots .owl-dot:hover,.woocommerce-product-carousel ul.owl-theme.products .owl-dots .owl-dot.active,.woocommerce-product-carousel ul.owl-theme.products .owl-dots .owl-dot:hover,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-dots .owl-dot.active,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-dots .owl-dot:hover {
background: #e81938; }
.owl-theme.owl-carousel .owl-dots .owl-dot:last-child,.owl-theme .products .owl-dots .owl-dot:last-child,.woocommerce-product-carousel ul.owl-theme.products .owl-dots .owl-dot:last-child,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-dots .owl-dot:last-child {
margin: 0; }
.slider-visible .owl-carousel .owl-stage-outer,.slider-visible .woocommerce-product-carousel ul.products .owl-stage-outer,.slider-visible .woocommerce .woocommerce-carousel ul.products .owl-stage-outer,.woocommerce-product-carousel .slider-visible ul.products .owl-stage-outer,.woocommerce .woocommerce-carousel .slider-visible ul.products .owl-stage-outer {
overflow: visible; }
.woocommerce-product-carousel ul.products,.woocommerce .woocommerce-carousel ul.products {
position: static; }#content,.container,.container-fluid,.opal-canvas-filter.top,.otf-product-recently-content .widget_recently_viewed_products,.single-product.osf_woocommerce_single_product_style_full #content,.single-product .related.products,.single-product .up-sells.products,ul.elementor-nav-menu--dropdown.mega-fullwidth>li.mega-menu-item>.elementor {
padding-right: 15px;
padding-left: 15px; }  #content,.container,.opal-canvas-filter.top,.otf-product-recently-content .widget_recently_viewed_products,.single-product .related.products,.single-product .up-sells.products,ul.elementor-nav-menu--dropdown.mega-fullwidth>li.mega-menu-item>.elementor {
width: 100%;
margin-right: auto;
margin-left: auto; }
@media (min-width: 576px) {
#content,.container,.opal-canvas-filter.top,.otf-product-recently-content .widget_recently_viewed_products,.single-product .related.products,.single-product .up-sells.products,ul.elementor-nav-menu--dropdown.mega-fullwidth>li.mega-menu-item>.elementor {
max-width: 540px; } }
@media (min-width: 768px) {
#content,.container,.opal-canvas-filter.top,.otf-product-recently-content .widget_recently_viewed_products,.single-product .related.products,.single-product .up-sells.products,ul.elementor-nav-menu--dropdown.mega-fullwidth>li.mega-menu-item>.elementor {
max-width: 720px; } }
@media (min-width: 992px) {
#content,.container,.opal-canvas-filter.top,.otf-product-recently-content .widget_recently_viewed_products,.single-product .related.products,.single-product .up-sells.products,ul.elementor-nav-menu--dropdown.mega-fullwidth>li.mega-menu-item>.elementor {
max-width: 960px; } }
@media (min-width: 1200px) {
#content,.container,.opal-canvas-filter.top,.otf-product-recently-content .widget_recently_viewed_products,.single-product .related.products,.single-product .up-sells.products,ul.elementor-nav-menu--dropdown.mega-fullwidth>li.mega-menu-item>.elementor {
max-width: 1140px; } } .container-fluid,.single-product.osf_woocommerce_single_product_style_full #content {
width: 100%;
margin-right: auto;
margin-left: auto; } .comment-form,.elementor-element .gallery,.entry-gallery .gallery,.list-feature-box,.opal-archive-style-4.archive .site-main,.opal-archive-style-4.blog .site-main,.opal-canvas-filter.top .opal-canvas-filter-wrap,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone,.osf-sorting,.row,.single-product div.product,.single .gallery,.site-footer .widget-area,.widget .gallery,.woocommerce-account .entry-content>.woocommerce,.woocommerce-account .entry-content>.woocommerce .u-columns.woocommerce-Addresses,.woocommerce-address-fields__field-wrapper,.woocommerce-Addresses,.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,.woocommerce-cart .woocommerce,.woocommerce-columns--addresses,.woocommerce-MyAccount-content form[class^=woocommerce-],[data-elementor-columns],[data-opal-columns],body.opal-content-layout-2cl #content .wrap,body.opal-content-layout-2cr #content .wrap,body.opal-default-content-layout-2cr #content .wrap,ul.products {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px; } .elementor-element .gallery,.entry-gallery .gallery,.no-gutters,.single .gallery,.widget .gallery {
margin-right: 0;
margin-left: 0; }
.columns-5 .elementor-element ul.products.gallery>li,.columns-5 .entry-gallery ul.products.gallery>li,.columns-5 .single ul.products.gallery>li,.columns-5 .widget ul.products.gallery>li,.columns-5 ul.products .elementor-element .gallery>li.product,.columns-5 ul.products .entry-gallery .gallery>li.product,.columns-5 ul.products.no-gutters>li,.columns-5 ul.products .no-gutters>li.product,.columns-5 ul.products .single .gallery>li.product,.columns-5 ul.products .widget .gallery>li.product,.elementor-element .columns-5 ul.products.gallery>li,.elementor-element .columns-5 ul.products .gallery>li.product,.elementor-element .gallery>.col,.elementor-element .gallery>[class*=col-],.elementor-element .opal-canvas-filter.top .opal-canvas-filter-wrap .gallery>section,.elementor-element .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .gallery>.woof_container,.elementor-element body .gallery>#secondary,.entry-gallery .columns-5 ul.products.gallery>li,.entry-gallery .columns-5 ul.products .gallery>li.product,.entry-gallery .gallery>.col,.entry-gallery .gallery>[class*=col-],.entry-gallery .opal-canvas-filter.top .opal-canvas-filter-wrap .gallery>section,.entry-gallery .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .gallery>.woof_container,.entry-gallery body .gallery>#secondary,.no-gutters>.col,.no-gutters>[class*=col-],.opal-canvas-filter.top .opal-canvas-filter-wrap .elementor-element .gallery>section,.opal-canvas-filter.top .opal-canvas-filter-wrap .entry-gallery .gallery>section,.opal-canvas-filter.top .opal-canvas-filter-wrap .no-gutters>section,.opal-canvas-filter.top .opal-canvas-filter-wrap .single .gallery>section,.opal-canvas-filter.top .opal-canvas-filter-wrap .widget .gallery>section,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .elementor-element .gallery>.woof_container,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .entry-gallery .gallery>.woof_container,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .no-gutters>.woof_container,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .single .gallery>.woof_container,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .widget .gallery>.woof_container,.single .columns-5 ul.products.gallery>li,.single .columns-5 ul.products .gallery>li.product,.single .gallery>.col,.single .gallery>[class*=col-],.single .opal-canvas-filter.top .opal-canvas-filter-wrap .gallery>section,.single .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .gallery>.woof_container,.single body .gallery>#secondary,.widget .columns-5 ul.products.gallery>li,.widget .columns-5 ul.products .gallery>li.product,.widget .gallery>.col,.widget .gallery>[class*=col-],.widget .opal-canvas-filter.top .opal-canvas-filter-wrap .gallery>section,.widget .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .gallery>.woof_container,.widget body .gallery>#secondary,body .elementor-element .gallery>#secondary,body .entry-gallery .gallery>#secondary,body .no-gutters>#secondary,body .single .gallery>#secondary,body .widget .gallery>#secondary {
padding-right: 0;
padding-left: 0; } #customer_details [class*=col],#reviews .comment-form-rating,.cart-collaterals,.cart-collaterals .cross-sells,.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto,.columns-1 ul.products>li,.columns-1 ul.products li.product,.columns-2 ul.products>li,.columns-2 ul.products li.product,.columns-3 ul.products>li,.columns-3 ul.products li.product,.columns-4 ul.products>li,.columns-4 ul.products li.product,.columns-5 ul.products>li,.columns-5 ul.products li.product,.columns-6 ul.products>li,.columns-6 ul.products li.product,.comment-form .comment-form-author,.comment-form .comment-form-email,.comment-form .comment-form-url,.comment-form>p,.elementor-element .gallery-columns-1 .gallery-item,.elementor-element .gallery-columns-2 .gallery-item,.elementor-element .gallery-columns-3 .gallery-item,.elementor-element .gallery-columns-4 .gallery-item,.elementor-element .gallery-columns-6 .gallery-item,.elementor-post-timeline .column-item,.entry-gallery .gallery-columns-1 .gallery-item,.entry-gallery .gallery-columns-2 .gallery-item,.entry-gallery .gallery-columns-3 .gallery-item,.entry-gallery .gallery-columns-4 .gallery-item,.entry-gallery .gallery-columns-6 .gallery-item,.list-feature-box>li,.opal-archive-style-1 .column-item,.opal-archive-style-1.opal-content-layout-2cr .column-item,.opal-archive-style-2 .column-item,.opal-archive-style-2.opal-content-layout-2cr .column-item,.opal-archive-style-3 .column-item,.opal-archive-style-3.opal-content-layout-2cr .column-item,.opal-canvas-filter.top .opal-canvas-filter-wrap section,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container,.opal-content-layout-2cl .columns-3 ul.products>li,.opal-content-layout-2cl .columns-3 ul.products li.product,.opal-content-layout-2cl .osf-sorting .osf-sorting-group,.opal-content-layout-2cl .osf-sorting .osf-sorting-group+.osf-sorting-group,.opal-content-layout-2cl .related-posts .column-item,.opal-content-layout-2cr .columns-3 ul.products>li,.opal-content-layout-2cr .columns-3 ul.products li.product,.opal-content-layout-2cr .osf-sorting .osf-sorting-group,.opal-content-layout-2cr .osf-sorting .osf-sorting-group+.osf-sorting-group,.opal-content-layout-2cr .related-posts .column-item,.opal-default-content-layout-2cr .related-posts .column-item,.opal-timeline .column-item,.osf-sorting .osf-sorting-group,.osf-sorting .osf-sorting-group+.osf-sorting-group,.osf-sorting .woocommerce-message,.osf-sorting .woocommerce-notice,.related-posts .column-item,.single-product.opal-comment-form-2 .comment-form-author,.single-product.opal-comment-form-2 .comment-form-email,.single-product .woocommerce-tabs,.single-product div.product .entry-summary,.single-product div.product .images,.single .gallery-columns-1 .gallery-item,.single .gallery-columns-2 .gallery-item,.single .gallery-columns-3 .gallery-item,.single .gallery-columns-4 .gallery-item,.single .gallery-columns-6 .gallery-item,.site-footer .widget-area .widget-column,.widget .gallery-columns-1 .gallery-item,.widget .gallery-columns-2 .gallery-item,.widget .gallery-columns-3 .gallery-item,.widget .gallery-columns-4 .gallery-item,.widget .gallery-columns-6 .gallery-item,.woocommerce-account .entry-content>.woocommerce .u-columns [class^=u-column],.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-ResetPassword,.woocommerce-address-fields__field-wrapper .form-row,.woocommerce-billing-fields .form-row-first,.woocommerce-billing-fields .form-row-last,.woocommerce-billing-fields .form-row-wide,.woocommerce-cart .cart-empty,.woocommerce-cart .return-to-shop,.woocommerce-cart .woocommerce-cart-form,.woocommerce-cart .woocommerce-notices-wrapper,.woocommerce-columns--addresses .woocommerce-column,.woocommerce-MyAccount-content form[class^=woocommerce-] .form-row-first,.woocommerce-MyAccount-content form[class^=woocommerce-] .form-row-last,.woocommerce-MyAccount-content form[class^=woocommerce-] .form-row-wide,.woocommerce-MyAccount-content form[class^=woocommerce-]>:not(fieldset),.woocommerce-product-carousel ul.products li.product,[data-elementor-columns-mobile="1"] .column-item,[data-elementor-columns-mobile="2"] .column-item,[data-elementor-columns-mobile="3"] .column-item,[data-elementor-columns-mobile="4"] .column-item,[data-elementor-columns-mobile="6"] .column-item,[data-elementor-columns-tablet="1"] .column-item,[data-elementor-columns-tablet="2"] .column-item,[data-elementor-columns-tablet="3"] .column-item,[data-elementor-columns-tablet="4"] .column-item,[data-elementor-columns-tablet="6"] .column-item,[data-elementor-columns="1"] .column-item,[data-elementor-columns="2"] .column-item,[data-elementor-columns="3"] .column-item,[data-elementor-columns="4"] .column-item,[data-elementor-columns="6"] .column-item,[data-opal-columns="1"] .column-item,[data-opal-columns="2"] .column-item,[data-opal-columns="3"] .column-item,[data-opal-columns="4"] .column-item,[data-opal-columns="6"] .column-item,[data-opal-columns="12"] .column-item,body #secondary,ul.products li.product {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px; } .col,.columns-5 ul.products>li,.columns-5 ul.products li.product,.opal-canvas-filter.top .opal-canvas-filter-wrap section,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container,body #secondary {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-auto {
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-2,[data-elementor-columns-mobile="6"] .column-item {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-3,[data-elementor-columns-mobile="4"] .column-item {
flex: 0 0 25%;
max-width: 25%; }
.col-4,[data-elementor-columns-mobile="3"] .column-item {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-6,.single-product.opal-comment-form-2 .comment-form-author,.single-product.opal-comment-form-2 .comment-form-email,[data-elementor-columns-mobile="2"] .column-item {
flex: 0 0 50%;
max-width: 50%; }
.col-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-10,.elementor-post-timeline .column-item,.opal-timeline .column-item {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
#customer_details [class*=col],#reviews .comment-form-rating,.col-12,.columns-1 ul.products>li,.columns-1 ul.products li.product,.comment-form>p,.elementor-element .gallery-columns-1 .gallery-item,.entry-gallery .gallery-columns-1 .gallery-item,.opal-content-layout-2cl .related-posts .column-item,.opal-content-layout-2cr .related-posts .column-item,.opal-default-content-layout-2cr .related-posts .column-item,.related-posts .column-item,.single-product .woocommerce-tabs,.single .gallery-columns-1 .gallery-item,.site-footer .widget-area .widget-column,.widget .gallery-columns-1 .gallery-item,.woocommerce-billing-fields .form-row-wide,.woocommerce-cart .cart-empty,.woocommerce-cart .return-to-shop,.woocommerce-cart .woocommerce-notices-wrapper,.woocommerce-MyAccount-content form[class^=woocommerce-] .form-row-wide,.woocommerce-MyAccount-content form[class^=woocommerce-]>:not(fieldset),[data-elementor-columns-mobile="1"] .column-item {
flex: 0 0 100%;
max-width: 100%; }
.order-first {
order: -1; }
.order-1 {
order: 1; }
.order-2 {
order: 2; }
.order-3 {
order: 3; }
.order-4 {
order: 4; }
.order-5 {
order: 5; }
.order-6 {
order: 6; }
.order-7 {
order: 7; }
.order-8 {
order: 8; }
.order-9 {
order: 9; }
.order-10 {
order: 10; }
.order-11 {
order: 11; }
.order-12 {
order: 12; }
.offset-1 {
margin-left: 8.33333%; }
.offset-2 {
margin-left: 16.66667%; }
.offset-3 {
margin-left: 25%; }
.offset-4 {
margin-left: 33.33333%; }
.offset-5 {
margin-left: 41.66667%; }
.offset-6 {
margin-left: 50%; }
.offset-7 {
margin-left: 58.33333%; }
.offset-8 {
margin-left: 66.66667%; }
.offset-9 {
margin-left: 75%; }
.offset-10 {
margin-left: 83.33333%; }
.offset-11 {
margin-left: 91.66667%; }
@media (min-width: 576px) {
.col-sm {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-sm-auto {
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-sm-1,[data-opal-columns="12"] .column-item {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-sm-2,.columns-6 ul.products>li,.columns-6 ul.products li.product,[data-elementor-columns-mobile="6"] .column-item,[data-opal-columns="6"] .column-item {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-sm-3,[data-elementor-columns-mobile="4"] .column-item,[data-opal-columns="4"] .column-item {
flex: 0 0 25%;
max-width: 25%; }
.col-sm-4,.elementor-element .gallery-columns-6 .gallery-item,.entry-gallery .gallery-columns-6 .gallery-item,.single .gallery-columns-6 .gallery-item,.widget .gallery-columns-6 .gallery-item,[data-elementor-columns-mobile="3"] .column-item,[data-opal-columns="3"] .column-item {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-sm-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-sm-6,.columns-2 ul.products>li,.columns-2 ul.products li.product,.columns-3 ul.products>li,.columns-3 ul.products li.product,.columns-4 ul.products>li,.columns-4 ul.products li.product,.elementor-element .gallery-columns-2 .gallery-item,.elementor-element .gallery-columns-3 .gallery-item,.elementor-element .gallery-columns-4 .gallery-item,.entry-gallery .gallery-columns-2 .gallery-item,.entry-gallery .gallery-columns-3 .gallery-item,.entry-gallery .gallery-columns-4 .gallery-item,.list-feature-box>li,.opal-archive-style-1 .column-item,.opal-archive-style-2 .column-item,.opal-archive-style-3 .column-item,.opal-content-layout-2cl .columns-3 ul.products>li,.opal-content-layout-2cl .columns-3 ul.products li.product,.opal-content-layout-2cr .columns-3 ul.products>li,.opal-content-layout-2cr .columns-3 ul.products li.product,.related-posts .column-item,.single .gallery-columns-2 .gallery-item,.single .gallery-columns-3 .gallery-item,.single .gallery-columns-4 .gallery-item,.widget .gallery-columns-2 .gallery-item,.widget .gallery-columns-3 .gallery-item,.widget .gallery-columns-4 .gallery-item,.woocommerce-billing-fields .form-row-first,.woocommerce-billing-fields .form-row-last,.woocommerce-MyAccount-content form[class^=woocommerce-] .form-row-first,.woocommerce-MyAccount-content form[class^=woocommerce-] .form-row-last,[data-elementor-columns-mobile="2"] .column-item,[data-opal-columns="2"] .column-item,ul.products li.product {
flex: 0 0 50%;
max-width: 50%; }
.col-sm-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-sm-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-sm-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-sm-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-sm-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.cart-collaterals .cross-sells,.col-sm-12,.opal-archive-style-1.opal-content-layout-2cr .column-item,.opal-archive-style-2.opal-content-layout-2cr .column-item,.opal-archive-style-3.opal-content-layout-2cr .column-item,.opal-content-layout-2cl .osf-sorting .osf-sorting-group,.opal-content-layout-2cl .related-posts .column-item,.opal-content-layout-2cr .osf-sorting .osf-sorting-group,.opal-content-layout-2cr .related-posts .column-item,.opal-default-content-layout-2cr .related-posts .column-item,.osf-sorting .woocommerce-message,.osf-sorting .woocommerce-notice,.single-product div.product .entry-summary,.single-product div.product .images,.site-footer .widget-area .widget-column,.woocommerce-account .entry-content>.woocommerce .u-columns [class^=u-column],.woocommerce-account .woocommerce-ResetPassword,.woocommerce-address-fields__field-wrapper .form-row,.woocommerce-columns--addresses .woocommerce-column,.woocommerce-product-carousel ul.products li.product,[data-elementor-columns-mobile="1"] .column-item,[data-opal-columns="1"] .column-item {
flex: 0 0 100%;
max-width: 100%; }
.order-sm-first {
order: -1; }
.order-sm-1 {
order: 1; }
.order-sm-2 {
order: 2; }
.order-sm-3 {
order: 3; }
.order-sm-4 {
order: 4; }
.order-sm-5 {
order: 5; }
.order-sm-6 {
order: 6; }
.order-sm-7 {
order: 7; }
.order-sm-8 {
order: 8; }
.order-sm-9 {
order: 9; }
.order-sm-10 {
order: 10; }
.order-sm-11 {
order: 11; }
.order-sm-12 {
order: 12; }
.offset-sm-0 {
margin-left: 0; }
.offset-sm-1 {
margin-left: 8.33333%; }
.offset-sm-2 {
margin-left: 16.66667%; }
.offset-sm-3 {
margin-left: 25%; }
.offset-sm-4 {
margin-left: 33.33333%; }
.offset-sm-5 {
margin-left: 41.66667%; }
.offset-sm-6 {
margin-left: 50%; }
.offset-sm-7 {
margin-left: 58.33333%; }
.offset-sm-8 {
margin-left: 66.66667%; }
.offset-sm-9 {
margin-left: 75%; }
.offset-sm-10 {
margin-left: 83.33333%; }
.offset-sm-11 {
margin-left: 91.66667%; } }
@media (min-width: 768px) {
.col-md {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-md-auto {
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-md-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-md-2,.elementor-element .gallery-columns-6 .gallery-item,.entry-gallery .gallery-columns-6 .gallery-item,.single .gallery-columns-6 .gallery-item,.widget .gallery-columns-6 .gallery-item,[data-elementor-columns-tablet="6"] .column-item {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-md-3,.elementor-element .gallery-columns-4 .gallery-item,.entry-gallery .gallery-columns-4 .gallery-item,.single .gallery-columns-4 .gallery-item,.widget .gallery-columns-4 .gallery-item,[data-elementor-columns-tablet="4"] .column-item {
flex: 0 0 25%;
max-width: 25%; }
.col-md-4,.columns-3 ul.products>li,.columns-3 ul.products li.product,.comment-form .comment-form-author,.comment-form .comment-form-email,.comment-form .comment-form-url,.elementor-element .gallery-columns-3 .gallery-item,.entry-gallery .gallery-columns-3 .gallery-item,.opal-archive-style-1 .column-item,.opal-archive-style-2 .column-item,.opal-archive-style-3 .column-item,.related-posts .column-item,.single .gallery-columns-3 .gallery-item,.widget .gallery-columns-3 .gallery-item,[data-elementor-columns-tablet="3"] .column-item {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-md-5,.elementor-post-timeline .column-item,.opal-timeline .column-item,.osf-sorting .osf-sorting-group {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-md-6,.columns-4 ul.products>li,.columns-4 ul.products li.product,.opal-archive-style-1.opal-content-layout-2cr .column-item,.opal-archive-style-2.opal-content-layout-2cr .column-item,.opal-archive-style-3.opal-content-layout-2cr .column-item,.opal-content-layout-2cl .columns-3 ul.products>li,.opal-content-layout-2cl .columns-3 ul.products li.product,.opal-content-layout-2cl .related-posts .column-item,.opal-content-layout-2cr .columns-3 ul.products>li,.opal-content-layout-2cr .columns-3 ul.products li.product,.opal-content-layout-2cr .related-posts .column-item,.opal-default-content-layout-2cr .related-posts .column-item,.site-footer .widget-area .widget-column,.woocommerce-account .entry-content>.woocommerce .u-columns [class^=u-column],.woocommerce-address-fields__field-wrapper .form-row,.woocommerce-columns--addresses .woocommerce-column,[data-elementor-columns-tablet="2"] .column-item {
flex: 0 0 50%;
max-width: 50%; }
.cart-collaterals .cross-sells,.col-md-7,.osf-sorting .osf-sorting-group+.osf-sorting-group {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-md-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-md-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-md-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-md-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.cart-collaterals,.col-md-12,.opal-content-layout-2cl .osf-sorting .osf-sorting-group,.opal-content-layout-2cr .osf-sorting .osf-sorting-group,.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-ResetPassword,[data-elementor-columns-tablet="1"] .column-item {
flex: 0 0 100%;
max-width: 100%; }
.order-md-first {
order: -1; }
.order-md-1 {
order: 1; }
.order-md-2 {
order: 2; }
.order-md-3 {
order: 3; }
.order-md-4 {
order: 4; }
.order-md-5 {
order: 5; }
.order-md-6 {
order: 6; }
.order-md-7 {
order: 7; }
.order-md-8 {
order: 8; }
.order-md-9 {
order: 9; }
.order-md-10 {
order: 10; }
.order-md-11 {
order: 11; }
.order-md-12 {
order: 12; }
.offset-md-0 {
margin-left: 0; }
.offset-md-1 {
margin-left: 8.33333%; }
.offset-md-2 {
margin-left: 16.66667%; }
.offset-md-3 {
margin-left: 25%; }
.offset-md-4 {
margin-left: 33.33333%; }
.offset-md-5 {
margin-left: 41.66667%; }
.offset-md-6 {
margin-left: 50%; }
.offset-md-7 {
margin-left: 58.33333%; }
.offset-md-8 {
margin-left: 66.66667%; }
.offset-md-9 {
margin-left: 75%; }
.offset-md-10 {
margin-left: 83.33333%; }
.offset-md-11 {
margin-left: 91.66667%; } }
@media (min-width: 992px) {
.col-lg {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-lg-auto {
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-lg-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-lg-2,[data-elementor-columns="6"] .column-item {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-lg-3,.columns-4 ul.products>li,.columns-4 ul.products li.product,.woocommerce-account .woocommerce-MyAccount-navigation,[data-elementor-columns="4"] .column-item {
flex: 0 0 25%;
max-width: 25%; }
.cart-collaterals,.col-lg-4,.opal-content-layout-2cl .columns-3 ul.products>li,.opal-content-layout-2cl .columns-3 ul.products li.product,.opal-content-layout-2cl .osf-sorting .osf-sorting-group,.opal-content-layout-2cr .columns-3 ul.products>li,.opal-content-layout-2cr .columns-3 ul.products li.product,.opal-content-layout-2cr .osf-sorting .osf-sorting-group,.related-posts .column-item,.site-footer .widget-area .widget-column,[data-elementor-columns="3"] .column-item {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-lg-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-lg-6,.opal-content-layout-2cl .related-posts .column-item,.opal-content-layout-2cr .related-posts .column-item,.opal-default-content-layout-2cr .related-posts .column-item,.single-product div.product .entry-summary,.single-product div.product .images,[data-elementor-columns="2"] .column-item {
flex: 0 0 50%;
max-width: 50%; }
.col-lg-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-lg-8,.opal-content-layout-2cl .osf-sorting .osf-sorting-group+.osf-sorting-group,.opal-content-layout-2cr .osf-sorting .osf-sorting-group+.osf-sorting-group,.woocommerce-cart .woocommerce-cart-form {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-lg-9,.woocommerce-account .woocommerce-MyAccount-content {
flex: 0 0 75%;
max-width: 75%; }
.col-lg-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-lg-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-lg-12,[data-elementor-columns="1"] .column-item {
flex: 0 0 100%;
max-width: 100%; }
.order-lg-first {
order: -1; }
.order-lg-1 {
order: 1; }
.order-lg-2 {
order: 2; }
.order-lg-3 {
order: 3; }
.order-lg-4 {
order: 4; }
.order-lg-5 {
order: 5; }
.order-lg-6 {
order: 6; }
.order-lg-7 {
order: 7; }
.order-lg-8 {
order: 8; }
.order-lg-9 {
order: 9; }
.order-lg-10 {
order: 10; }
.order-lg-11 {
order: 11; }
.order-lg-12 {
order: 12; }
.offset-lg-0 {
margin-left: 0; }
.offset-lg-1 {
margin-left: 8.33333%; }
.offset-lg-2 {
margin-left: 16.66667%; }
.offset-lg-3 {
margin-left: 25%; }
.offset-lg-4 {
margin-left: 33.33333%; }
.offset-lg-5 {
margin-left: 41.66667%; }
.offset-lg-6 {
margin-left: 50%; }
.offset-lg-7 {
margin-left: 58.33333%; }
.offset-lg-8 {
margin-left: 66.66667%; }
.offset-lg-9 {
margin-left: 75%; }
.offset-lg-10 {
margin-left: 83.33333%; }
.offset-lg-11 {
margin-left: 91.66667%; } }
@media (min-width: 1200px) {
.col-xl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-xl-auto {
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-xl-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-xl-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-xl-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-xl-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-xl-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-xl-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-xl-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-xl-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-xl-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-xl-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-xl-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-xl-12 {
flex: 0 0 100%;
max-width: 100%; }
.order-xl-first {
order: -1; }
.order-xl-1 {
order: 1; }
.order-xl-2 {
order: 2; }
.order-xl-3 {
order: 3; }
.order-xl-4 {
order: 4; }
.order-xl-5 {
order: 5; }
.order-xl-6 {
order: 6; }
.order-xl-7 {
order: 7; }
.order-xl-8 {
order: 8; }
.order-xl-9 {
order: 9; }
.order-xl-10 {
order: 10; }
.order-xl-11 {
order: 11; }
.order-xl-12 {
order: 12; }
.offset-xl-0 {
margin-left: 0; }
.offset-xl-1 {
margin-left: 8.33333%; }
.offset-xl-2 {
margin-left: 16.66667%; }
.offset-xl-3 {
margin-left: 25%; }
.offset-xl-4 {
margin-left: 33.33333%; }
.offset-xl-5 {
margin-left: 41.66667%; }
.offset-xl-6 {
margin-left: 50%; }
.offset-xl-7 {
margin-left: 58.33333%; }
.offset-xl-8 {
margin-left: 66.66667%; }
.offset-xl-9 {
margin-left: 75%; }
.offset-xl-10 {
margin-left: 83.33333%; }
.offset-xl-11 {
margin-left: 91.66667%; } }
.d-none {
display: none; }
.d-inline {
display: inline; }
.d-inline-block {
display: inline-block; }
.d-block,.shop-action .compare,.shop-action .yith-wcqv-button,.shop-action .yith-wcwl-add-button .add_to_wishlist,.shop-action .yith-wcwl-add-to-wishlist>div>a,.single-product div.product .summary .yith-wcwl-add-button .add_to_wishlist,.single-product div.product .summary .yith-wcwl-add-to-wishlist>div>a,ul.order_details:after,ul.order_details:before,ul.order_details li strong {
display: block; }
.d-table {
display: table; }
.d-table-row {
display: table-row; }
.d-table-cell {
display: table-cell; }
.d-flex,.woocommerce-account .entry-content>.woocommerce .u-columns {
display: flex; }
.d-inline-flex {
display: inline-flex; }
@media (min-width: 576px) {
.d-sm-none {
display: none; }
.d-sm-inline {
display: inline; }
.d-sm-inline-block {
display: inline-block; }
.d-sm-block {
display: block; }
.d-sm-table {
display: table; }
.d-sm-table-row {
display: table-row; }
.d-sm-table-cell {
display: table-cell; }
.d-sm-flex {
display: flex; }
.d-sm-inline-flex {
display: inline-flex; } }
@media (min-width: 768px) {
.d-md-none {
display: none; }
.d-md-inline {
display: inline; }
.d-md-inline-block {
display: inline-block; }
.d-md-block {
display: block; }
.d-md-table {
display: table; }
.d-md-table-row {
display: table-row; }
.d-md-table-cell {
display: table-cell; }
.d-md-flex {
display: flex; }
.d-md-inline-flex {
display: inline-flex; } }
@media (min-width: 992px) {
.d-lg-none {
display: none; }
.d-lg-inline {
display: inline; }
.d-lg-inline-block {
display: inline-block; }
.d-lg-block {
display: block; }
.d-lg-table {
display: table; }
.d-lg-table-row {
display: table-row; }
.d-lg-table-cell {
display: table-cell; }
.d-lg-flex {
display: flex; }
.d-lg-inline-flex {
display: inline-flex; } }
@media (min-width: 1200px) {
.d-xl-none {
display: none; }
.d-xl-inline {
display: inline; }
.d-xl-inline-block {
display: inline-block; }
.d-xl-block {
display: block; }
.d-xl-table {
display: table; }
.d-xl-table-row {
display: table-row; }
.d-xl-table-cell {
display: table-cell; }
.d-xl-flex {
display: flex; }
.d-xl-inline-flex {
display: inline-flex; } }
.d-print-block {
display: none; }
@media print {
.d-print-block {
display: block; } }
.d-print-inline {
display: none; }
@media print {
.d-print-inline {
display: inline; } }
.d-print-inline-block {
display: none; }
@media print {
.d-print-inline-block {
display: inline-block; } }
@media print {
.d-print-none {
display: none; } }
.flex-row {
flex-direction: row; }
.flex-column {
flex-direction: column; }
.flex-row-reverse {
flex-direction: row-reverse; }
.flex-column-reverse {
flex-direction: column-reverse; }
.flex-wrap {
flex-wrap: wrap; }
.flex-nowrap {
flex-wrap: nowrap; }
.flex-wrap-reverse {
flex-wrap: wrap-reverse; }
.justify-content-start {
justify-content: flex-start; }
.justify-content-end {
justify-content: flex-end; }
.justify-content-center {
justify-content: center; }
.justify-content-between {
justify-content: space-between; }
.justify-content-around {
justify-content: space-around; }
.align-items-start {
align-items: flex-start; }
.align-items-end {
align-items: flex-end; }
.align-items-center {
align-items: center; }
.align-items-baseline {
align-items: baseline; }
.align-items-stretch {
align-items: stretch; }
.align-content-start {
align-content: flex-start; }
.align-content-end {
align-content: flex-end; }
.align-content-center {
align-content: center; }
.align-content-between {
align-content: space-between; }
.align-content-around {
align-content: space-around; }
.align-content-stretch {
align-content: stretch; }
.align-self-auto {
align-self: auto; }
.align-self-start {
align-self: flex-start; }
.align-self-end {
align-self: flex-end; }
.align-self-center {
align-self: center; }
.align-self-baseline {
align-self: baseline; }
.align-self-stretch {
align-self: stretch; }
@media (min-width: 576px) {
.flex-sm-row {
flex-direction: row; }
.flex-sm-column {
flex-direction: column; }
.flex-sm-row-reverse {
flex-direction: row-reverse; }
.flex-sm-column-reverse {
flex-direction: column-reverse; }
.flex-sm-wrap {
flex-wrap: wrap; }
.flex-sm-nowrap {
flex-wrap: nowrap; }
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse; }
.justify-content-sm-start {
justify-content: flex-start; }
.justify-content-sm-end {
justify-content: flex-end; }
.justify-content-sm-center {
justify-content: center; }
.justify-content-sm-between {
justify-content: space-between; }
.justify-content-sm-around {
justify-content: space-around; }
.align-items-sm-start {
align-items: flex-start; }
.align-items-sm-end {
align-items: flex-end; }
.align-items-sm-center {
align-items: center; }
.align-items-sm-baseline {
align-items: baseline; }
.align-items-sm-stretch {
align-items: stretch; }
.align-content-sm-start {
align-content: flex-start; }
.align-content-sm-end {
align-content: flex-end; }
.align-content-sm-center {
align-content: center; }
.align-content-sm-between {
align-content: space-between; }
.align-content-sm-around {
align-content: space-around; }
.align-content-sm-stretch {
align-content: stretch; }
.align-self-sm-auto {
align-self: auto; }
.align-self-sm-start {
align-self: flex-start; }
.align-self-sm-end {
align-self: flex-end; }
.align-self-sm-center {
align-self: center; }
.align-self-sm-baseline {
align-self: baseline; }
.align-self-sm-stretch {
align-self: stretch; } }
@media (min-width: 768px) {
.flex-md-row {
flex-direction: row; }
.flex-md-column {
flex-direction: column; }
.flex-md-row-reverse {
flex-direction: row-reverse; }
.flex-md-column-reverse {
flex-direction: column-reverse; }
.flex-md-wrap {
flex-wrap: wrap; }
.flex-md-nowrap {
flex-wrap: nowrap; }
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse; }
.justify-content-md-start {
justify-content: flex-start; }
.justify-content-md-end {
justify-content: flex-end; }
.justify-content-md-center {
justify-content: center; }
.justify-content-md-between {
justify-content: space-between; }
.justify-content-md-around {
justify-content: space-around; }
.align-items-md-start {
align-items: flex-start; }
.align-items-md-end {
align-items: flex-end; }
.align-items-md-center {
align-items: center; }
.align-items-md-baseline {
align-items: baseline; }
.align-items-md-stretch {
align-items: stretch; }
.align-content-md-start {
align-content: flex-start; }
.align-content-md-end {
align-content: flex-end; }
.align-content-md-center {
align-content: center; }
.align-content-md-between {
align-content: space-between; }
.align-content-md-around {
align-content: space-around; }
.align-content-md-stretch {
align-content: stretch; }
.align-self-md-auto {
align-self: auto; }
.align-self-md-start {
align-self: flex-start; }
.align-self-md-end {
align-self: flex-end; }
.align-self-md-center {
align-self: center; }
.align-self-md-baseline {
align-self: baseline; }
.align-self-md-stretch {
align-self: stretch; } }
@media (min-width: 992px) {
.flex-lg-row {
flex-direction: row; }
.flex-lg-column {
flex-direction: column; }
.flex-lg-row-reverse {
flex-direction: row-reverse; }
.flex-lg-column-reverse {
flex-direction: column-reverse; }
.flex-lg-wrap {
flex-wrap: wrap; }
.flex-lg-nowrap {
flex-wrap: nowrap; }
.flex-lg-wrap-reverse {
flex-wrap: wrap-reverse; }
.justify-content-lg-start {
justify-content: flex-start; }
.justify-content-lg-end {
justify-content: flex-end; }
.justify-content-lg-center {
justify-content: center; }
.justify-content-lg-between {
justify-content: space-between; }
.justify-content-lg-around {
justify-content: space-around; }
.align-items-lg-start {
align-items: flex-start; }
.align-items-lg-end {
align-items: flex-end; }
.align-items-lg-center {
align-items: center; }
.align-items-lg-baseline {
align-items: baseline; }
.align-items-lg-stretch {
align-items: stretch; }
.align-content-lg-start {
align-content: flex-start; }
.align-content-lg-end {
align-content: flex-end; }
.align-content-lg-center {
align-content: center; }
.align-content-lg-between {
align-content: space-between; }
.align-content-lg-around {
align-content: space-around; }
.align-content-lg-stretch {
align-content: stretch; }
.align-self-lg-auto {
align-self: auto; }
.align-self-lg-start {
align-self: flex-start; }
.align-self-lg-end {
align-self: flex-end; }
.align-self-lg-center {
align-self: center; }
.align-self-lg-baseline {
align-self: baseline; }
.align-self-lg-stretch {
align-self: stretch; } }
@media (min-width: 1200px) {
.flex-xl-row {
flex-direction: row; }
.flex-xl-column {
flex-direction: column; }
.flex-xl-row-reverse {
flex-direction: row-reverse; }
.flex-xl-column-reverse {
flex-direction: column-reverse; }
.flex-xl-wrap {
flex-wrap: wrap; }
.flex-xl-nowrap {
flex-wrap: nowrap; }
.flex-xl-wrap-reverse {
flex-wrap: wrap-reverse; }
.justify-content-xl-start {
justify-content: flex-start; }
.justify-content-xl-end {
justify-content: flex-end; }
.justify-content-xl-center {
justify-content: center; }
.justify-content-xl-between {
justify-content: space-between; }
.justify-content-xl-around {
justify-content: space-around; }
.align-items-xl-start {
align-items: flex-start; }
.align-items-xl-end {
align-items: flex-end; }
.align-items-xl-center {
align-items: center; }
.align-items-xl-baseline {
align-items: baseline; }
.align-items-xl-stretch {
align-items: stretch; }
.align-content-xl-start {
align-content: flex-start; }
.align-content-xl-end {
align-content: flex-end; }
.align-content-xl-center {
align-content: center; }
.align-content-xl-between {
align-content: space-between; }
.align-content-xl-around {
align-content: space-around; }
.align-content-xl-stretch {
align-content: stretch; }
.align-self-xl-auto {
align-self: auto; }
.align-self-xl-start {
align-self: flex-start; }
.align-self-xl-end {
align-self: flex-end; }
.align-self-xl-center {
align-self: center; }
.align-self-xl-baseline {
align-self: baseline; }
.align-self-xl-stretch {
align-self: stretch; } }
.m-0,.woocommerce-account .entry-content>.woocommerce .u-columns {
margin: 0; }
.mt-0,.my-0 {
margin-top: 0; }
.mr-0,.mx-0 {
margin-right: 0; }
.mb-0,.my-0 {
margin-bottom: 0; }
.ml-0,.mx-0 {
margin-left: 0; }
.m-1 {
margin: .25rem; }
.mt-1,.my-1 {
margin-top: .25rem; }
.mr-1,.mx-1 {
margin-right: .25rem; }
.mb-1,.my-1 {
margin-bottom: .25rem; }
.ml-1,.mx-1 {
margin-left: .25rem; }
.m-2 {
margin: .5rem; }
.mt-2,.my-2 {
margin-top: .5rem; }
.mr-2,.mx-2 {
margin-right: .5rem; }
.mb-2,.my-2 {
margin-bottom: .5rem; }
.ml-2,.mx-2 {
margin-left: .5rem; }
.m-3 {
margin: 1rem; }
.mt-3,.my-3 {
margin-top: 1rem; }
.mr-3,.mx-3 {
margin-right: 1rem; }
.mb-3,.my-3 {
margin-bottom: 1rem; }
.ml-3,.mx-3 {
margin-left: 1rem; }
.m-4 {
margin: 1.5rem; }
.mt-4,.my-4 {
margin-top: 1.5rem; }
.mr-4,.mx-4 {
margin-right: 1.5rem; }
.mb-4,.my-4 {
margin-bottom: 1.5rem; }
.ml-4,.mx-4 {
margin-left: 1.5rem; }
.m-5 {
margin: 3rem; }
.mt-5,.my-5 {
margin-top: 3rem; }
.mr-5,.mx-5 {
margin-right: 3rem; }
.mb-5,.my-5 {
margin-bottom: 3rem; }
.ml-5,.mx-5 {
margin-left: 3rem; }
.p-0 {
padding: 0; }
.pt-0,.py-0 {
padding-top: 0; }
.pr-0,.px-0 {
padding-right: 0; }
.pb-0,.py-0 {
padding-bottom: 0; }
.pl-0,.px-0 {
padding-left: 0; }
.p-1 {
padding: .25rem; }
.pt-1,.py-1 {
padding-top: .25rem; }
.pr-1,.px-1 {
padding-right: .25rem; }
.pb-1,.py-1 {
padding-bottom: .25rem; }
.pl-1,.px-1 {
padding-left: .25rem; }
.p-2 {
padding: .5rem; }
.pt-2,.py-2 {
padding-top: .5rem; }
.pr-2,.px-2 {
padding-right: .5rem; }
.pb-2,.py-2 {
padding-bottom: .5rem; }
.pl-2,.px-2 {
padding-left: .5rem; }
.p-3 {
padding: 1rem; }
.pt-3,.py-3 {
padding-top: 1rem; }
.pr-3,.px-3 {
padding-right: 1rem; }
.pb-3,.py-3 {
padding-bottom: 1rem; }
.pl-3,.px-3 {
padding-left: 1rem; }
.p-4 {
padding: 1.5rem; }
.pt-4,.py-4 {
padding-top: 1.5rem; }
.pr-4,.px-4 {
padding-right: 1.5rem; }
.pb-4,.py-4 {
padding-bottom: 1.5rem; }
.pl-4,.px-4 {
padding-left: 1.5rem; }
.p-5 {
padding: 3rem; }
.pt-5,.py-5 {
padding-top: 3rem; }
.pr-5,.px-5 {
padding-right: 3rem; }
.pb-5,.py-5 {
padding-bottom: 3rem; }
.pl-5,.px-5 {
padding-left: 3rem; }
.m-auto {
margin: auto !important; }
.mt-auto,.my-auto {
margin-top: auto; }
.mr-auto,.mx-auto {
margin-right: auto; }
.mb-auto,.my-auto {
margin-bottom: auto; }
.ml-auto,.mx-auto {
margin-left: auto; }
@media (min-width: 576px) {
.m-sm-0 {
margin: 0; }
.mt-sm-0,.my-sm-0 {
margin-top: 0; }
.mr-sm-0,.mx-sm-0 {
margin-right: 0; }
.mb-sm-0,.my-sm-0 {
margin-bottom: 0; }
.ml-sm-0,.mx-sm-0 {
margin-left: 0; }
.m-sm-1 {
margin: .25rem; }
.mt-sm-1,.my-sm-1 {
margin-top: .25rem; }
.mr-sm-1,.mx-sm-1 {
margin-right: .25rem; }
.mb-sm-1,.my-sm-1 {
margin-bottom: .25rem; }
.ml-sm-1,.mx-sm-1 {
margin-left: .25rem; }
.m-sm-2 {
margin: .5rem; }
.mt-sm-2,.my-sm-2 {
margin-top: .5rem; }
.mr-sm-2,.mx-sm-2 {
margin-right: .5rem; }
.mb-sm-2,.my-sm-2 {
margin-bottom: .5rem; }
.ml-sm-2,.mx-sm-2 {
margin-left: .5rem; }
.m-sm-3 {
margin: 1rem; }
.mt-sm-3,.my-sm-3 {
margin-top: 1rem; }
.mr-sm-3,.mx-sm-3 {
margin-right: 1rem; }
.mb-sm-3,.my-sm-3 {
margin-bottom: 1rem; }
.ml-sm-3,.mx-sm-3 {
margin-left: 1rem; }
.m-sm-4 {
margin: 1.5rem; }
.mt-sm-4,.my-sm-4 {
margin-top: 1.5rem; }
.mr-sm-4,.mx-sm-4 {
margin-right: 1.5rem; }
.mb-sm-4,.my-sm-4 {
margin-bottom: 1.5rem; }
.ml-sm-4,.mx-sm-4 {
margin-left: 1.5rem; }
.m-sm-5 {
margin: 3rem; }
.mt-sm-5,.my-sm-5 {
margin-top: 3rem; }
.mr-sm-5,.mx-sm-5 {
margin-right: 3rem; }
.mb-sm-5,.my-sm-5 {
margin-bottom: 3rem; }
.ml-sm-5,.mx-sm-5 {
margin-left: 3rem; }
.p-sm-0 {
padding: 0; }
.pt-sm-0,.py-sm-0 {
padding-top: 0; }
.pr-sm-0,.px-sm-0 {
padding-right: 0; }
.pb-sm-0,.py-sm-0 {
padding-bottom: 0; }
.pl-sm-0,.px-sm-0 {
padding-left: 0; }
.p-sm-1 {
padding: .25rem; }
.pt-sm-1,.py-sm-1 {
padding-top: .25rem; }
.pr-sm-1,.px-sm-1 {
padding-right: .25rem; }
.pb-sm-1,.py-sm-1 {
padding-bottom: .25rem; }
.pl-sm-1,.px-sm-1 {
padding-left: .25rem; }
.p-sm-2 {
padding: .5rem; }
.pt-sm-2,.py-sm-2 {
padding-top: .5rem; }
.pr-sm-2,.px-sm-2 {
padding-right: .5rem; }
.pb-sm-2,.py-sm-2 {
padding-bottom: .5rem; }
.pl-sm-2,.px-sm-2 {
padding-left: .5rem; }
.p-sm-3 {
padding: 1rem; }
.pt-sm-3,.py-sm-3 {
padding-top: 1rem; }
.pr-sm-3,.px-sm-3 {
padding-right: 1rem; }
.pb-sm-3,.py-sm-3 {
padding-bottom: 1rem; }
.pl-sm-3,.px-sm-3 {
padding-left: 1rem; }
.p-sm-4 {
padding: 1.5rem; }
.pt-sm-4,.py-sm-4 {
padding-top: 1.5rem; }
.pr-sm-4,.px-sm-4 {
padding-right: 1.5rem; }
.pb-sm-4,.py-sm-4 {
padding-bottom: 1.5rem; }
.pl-sm-4,.px-sm-4 {
padding-left: 1.5rem; }
.p-sm-5 {
padding: 3rem; }
.pt-sm-5,.py-sm-5 {
padding-top: 3rem; }
.pr-sm-5,.px-sm-5 {
padding-right: 3rem; }
.pb-sm-5,.py-sm-5 {
padding-bottom: 3rem; }
.pl-sm-5,.px-sm-5 {
padding-left: 3rem; }
.m-sm-auto {
margin: auto !important; }
.mt-sm-auto,.my-sm-auto {
margin-top: auto; }
.mr-sm-auto,.mx-sm-auto {
margin-right: auto; }
.mb-sm-auto,.my-sm-auto {
margin-bottom: auto; }
.ml-sm-auto,.mx-sm-auto {
margin-left: auto; } }
@media (min-width: 768px) {
.m-md-0 {
margin: 0; }
.mt-md-0,.my-md-0 {
margin-top: 0; }
.mr-md-0,.mx-md-0 {
margin-right: 0; }
.mb-md-0,.my-md-0 {
margin-bottom: 0; }
.ml-md-0,.mx-md-0 {
margin-left: 0; }
.m-md-1 {
margin: .25rem; }
.mt-md-1,.my-md-1 {
margin-top: .25rem; }
.mr-md-1,.mx-md-1 {
margin-right: .25rem; }
.mb-md-1,.my-md-1 {
margin-bottom: .25rem; }
.ml-md-1,.mx-md-1 {
margin-left: .25rem; }
.m-md-2 {
margin: .5rem; }
.mt-md-2,.my-md-2 {
margin-top: .5rem; }
.mr-md-2,.mx-md-2 {
margin-right: .5rem; }
.mb-md-2,.my-md-2 {
margin-bottom: .5rem; }
.ml-md-2,.mx-md-2 {
margin-left: .5rem; }
.m-md-3 {
margin: 1rem; }
.mt-md-3,.my-md-3 {
margin-top: 1rem; }
.mr-md-3,.mx-md-3 {
margin-right: 1rem; }
.mb-md-3,.my-md-3 {
margin-bottom: 1rem; }
.ml-md-3,.mx-md-3 {
margin-left: 1rem; }
.m-md-4 {
margin: 1.5rem; }
.mt-md-4,.my-md-4 {
margin-top: 1.5rem; }
.mr-md-4,.mx-md-4 {
margin-right: 1.5rem; }
.mb-md-4,.my-md-4 {
margin-bottom: 1.5rem; }
.ml-md-4,.mx-md-4 {
margin-left: 1.5rem; }
.m-md-5 {
margin: 3rem; }
.mt-md-5,.my-md-5 {
margin-top: 3rem; }
.mr-md-5,.mx-md-5 {
margin-right: 3rem; }
.mb-md-5,.my-md-5 {
margin-bottom: 3rem; }
.ml-md-5,.mx-md-5 {
margin-left: 3rem; }
.p-md-0 {
padding: 0; }
.pt-md-0,.py-md-0 {
padding-top: 0; }
.pr-md-0,.px-md-0 {
padding-right: 0; }
.pb-md-0,.py-md-0 {
padding-bottom: 0; }
.pl-md-0,.px-md-0 {
padding-left: 0; }
.p-md-1 {
padding: .25rem; }
.pt-md-1,.py-md-1 {
padding-top: .25rem; }
.pr-md-1,.px-md-1 {
padding-right: .25rem; }
.pb-md-1,.py-md-1 {
padding-bottom: .25rem; }
.pl-md-1,.px-md-1 {
padding-left: .25rem; }
.p-md-2 {
padding: .5rem; }
.pt-md-2,.py-md-2 {
padding-top: .5rem; }
.pr-md-2,.px-md-2 {
padding-right: .5rem; }
.pb-md-2,.py-md-2 {
padding-bottom: .5rem; }
.pl-md-2,.px-md-2 {
padding-left: .5rem; }
.p-md-3 {
padding: 1rem; }
.pt-md-3,.py-md-3 {
padding-top: 1rem; }
.pr-md-3,.px-md-3 {
padding-right: 1rem; }
.pb-md-3,.py-md-3 {
padding-bottom: 1rem; }
.pl-md-3,.px-md-3 {
padding-left: 1rem; }
.p-md-4 {
padding: 1.5rem; }
.pt-md-4,.py-md-4 {
padding-top: 1.5rem; }
.pr-md-4,.px-md-4 {
padding-right: 1.5rem; }
.pb-md-4,.py-md-4 {
padding-bottom: 1.5rem; }
.pl-md-4,.px-md-4 {
padding-left: 1.5rem; }
.p-md-5 {
padding: 3rem; }
.pt-md-5,.py-md-5 {
padding-top: 3rem; }
.pr-md-5,.px-md-5 {
padding-right: 3rem; }
.pb-md-5,.py-md-5 {
padding-bottom: 3rem; }
.pl-md-5,.px-md-5 {
padding-left: 3rem; }
.m-md-auto {
margin: auto !important; }
.mt-md-auto,.my-md-auto {
margin-top: auto; }
.mr-md-auto,.mx-md-auto {
margin-right: auto; }
.mb-md-auto,.my-md-auto {
margin-bottom: auto; }
.ml-md-auto,.mx-md-auto {
margin-left: auto; } }
@media (min-width: 992px) {
.m-lg-0 {
margin: 0; }
.mt-lg-0,.my-lg-0 {
margin-top: 0; }
.mr-lg-0,.mx-lg-0 {
margin-right: 0; }
.mb-lg-0,.my-lg-0 {
margin-bottom: 0; }
.ml-lg-0,.mx-lg-0 {
margin-left: 0; }
.m-lg-1 {
margin: .25rem; }
.mt-lg-1,.my-lg-1 {
margin-top: .25rem; }
.mr-lg-1,.mx-lg-1 {
margin-right: .25rem; }
.mb-lg-1,.my-lg-1 {
margin-bottom: .25rem; }
.ml-lg-1,.mx-lg-1 {
margin-left: .25rem; }
.m-lg-2 {
margin: .5rem; }
.mt-lg-2,.my-lg-2 {
margin-top: .5rem; }
.mr-lg-2,.mx-lg-2 {
margin-right: .5rem; }
.mb-lg-2,.my-lg-2 {
margin-bottom: .5rem; }
.ml-lg-2,.mx-lg-2 {
margin-left: .5rem; }
.m-lg-3 {
margin: 1rem; }
.mt-lg-3,.my-lg-3 {
margin-top: 1rem; }
.mr-lg-3,.mx-lg-3 {
margin-right: 1rem; }
.mb-lg-3,.my-lg-3 {
margin-bottom: 1rem; }
.ml-lg-3,.mx-lg-3 {
margin-left: 1rem; }
.m-lg-4 {
margin: 1.5rem; }
.mt-lg-4,.my-lg-4 {
margin-top: 1.5rem; }
.mr-lg-4,.mx-lg-4 {
margin-right: 1.5rem; }
.mb-lg-4,.my-lg-4 {
margin-bottom: 1.5rem; }
.ml-lg-4,.mx-lg-4 {
margin-left: 1.5rem; }
.m-lg-5 {
margin: 3rem; }
.mt-lg-5,.my-lg-5 {
margin-top: 3rem; }
.mr-lg-5,.mx-lg-5 {
margin-right: 3rem; }
.mb-lg-5,.my-lg-5 {
margin-bottom: 3rem; }
.ml-lg-5,.mx-lg-5 {
margin-left: 3rem; }
.p-lg-0 {
padding: 0; }
.pt-lg-0,.py-lg-0 {
padding-top: 0; }
.pr-lg-0,.px-lg-0 {
padding-right: 0; }
.pb-lg-0,.py-lg-0 {
padding-bottom: 0; }
.pl-lg-0,.px-lg-0 {
padding-left: 0; }
.p-lg-1 {
padding: .25rem; }
.pt-lg-1,.py-lg-1 {
padding-top: .25rem; }
.pr-lg-1,.px-lg-1 {
padding-right: .25rem; }
.pb-lg-1,.py-lg-1 {
padding-bottom: .25rem; }
.pl-lg-1,.px-lg-1 {
padding-left: .25rem; }
.p-lg-2 {
padding: .5rem; }
.pt-lg-2,.py-lg-2 {
padding-top: .5rem; }
.pr-lg-2,.px-lg-2 {
padding-right: .5rem; }
.pb-lg-2,.py-lg-2 {
padding-bottom: .5rem; }
.pl-lg-2,.px-lg-2 {
padding-left: .5rem; }
.p-lg-3 {
padding: 1rem; }
.pt-lg-3,.py-lg-3 {
padding-top: 1rem; }
.pr-lg-3,.px-lg-3 {
padding-right: 1rem; }
.pb-lg-3,.py-lg-3 {
padding-bottom: 1rem; }
.pl-lg-3,.px-lg-3 {
padding-left: 1rem; }
.p-lg-4 {
padding: 1.5rem; }
.pt-lg-4,.py-lg-4 {
padding-top: 1.5rem; }
.pr-lg-4,.px-lg-4 {
padding-right: 1.5rem; }
.pb-lg-4,.py-lg-4 {
padding-bottom: 1.5rem; }
.pl-lg-4,.px-lg-4 {
padding-left: 1.5rem; }
.p-lg-5 {
padding: 3rem; }
.pt-lg-5,.py-lg-5 {
padding-top: 3rem; }
.pr-lg-5,.px-lg-5 {
padding-right: 3rem; }
.pb-lg-5,.py-lg-5 {
padding-bottom: 3rem; }
.pl-lg-5,.px-lg-5 {
padding-left: 3rem; }
.m-lg-auto {
margin: auto !important; }
.mt-lg-auto,.my-lg-auto {
margin-top: auto; }
.mr-lg-auto,.mx-lg-auto {
margin-right: auto; }
.mb-lg-auto,.my-lg-auto {
margin-bottom: auto; }
.ml-lg-auto,.mx-lg-auto,.osf-sorting .woocommerce-ordering {
margin-left: auto; } }
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0; }
.mt-xl-0,.my-xl-0 {
margin-top: 0; }
.mr-xl-0,.mx-xl-0 {
margin-right: 0; }
.mb-xl-0,.my-xl-0 {
margin-bottom: 0; }
.ml-xl-0,.mx-xl-0 {
margin-left: 0; }
.m-xl-1 {
margin: .25rem; }
.mt-xl-1,.my-xl-1 {
margin-top: .25rem; }
.mr-xl-1,.mx-xl-1 {
margin-right: .25rem; }
.mb-xl-1,.my-xl-1 {
margin-bottom: .25rem; }
.ml-xl-1,.mx-xl-1 {
margin-left: .25rem; }
.m-xl-2 {
margin: .5rem; }
.mt-xl-2,.my-xl-2 {
margin-top: .5rem; }
.mr-xl-2,.mx-xl-2 {
margin-right: .5rem; }
.mb-xl-2,.my-xl-2 {
margin-bottom: .5rem; }
.ml-xl-2,.mx-xl-2 {
margin-left: .5rem; }
.m-xl-3 {
margin: 1rem; }
.mt-xl-3,.my-xl-3 {
margin-top: 1rem; }
.mr-xl-3,.mx-xl-3 {
margin-right: 1rem; }
.mb-xl-3,.my-xl-3 {
margin-bottom: 1rem; }
.ml-xl-3,.mx-xl-3 {
margin-left: 1rem; }
.m-xl-4 {
margin: 1.5rem; }
.mt-xl-4,.my-xl-4 {
margin-top: 1.5rem; }
.mr-xl-4,.mx-xl-4 {
margin-right: 1.5rem; }
.mb-xl-4,.my-xl-4 {
margin-bottom: 1.5rem; }
.ml-xl-4,.mx-xl-4 {
margin-left: 1.5rem; }
.m-xl-5 {
margin: 3rem; }
.mt-xl-5,.my-xl-5 {
margin-top: 3rem; }
.mr-xl-5,.mx-xl-5 {
margin-right: 3rem; }
.mb-xl-5,.my-xl-5 {
margin-bottom: 3rem; }
.ml-xl-5,.mx-xl-5 {
margin-left: 3rem; }
.p-xl-0 {
padding: 0; }
.pt-xl-0,.py-xl-0 {
padding-top: 0; }
.pr-xl-0,.px-xl-0 {
padding-right: 0; }
.pb-xl-0,.py-xl-0 {
padding-bottom: 0; }
.pl-xl-0,.px-xl-0 {
padding-left: 0; }
.p-xl-1 {
padding: .25rem; }
.pt-xl-1,.py-xl-1 {
padding-top: .25rem; }
.pr-xl-1,.px-xl-1 {
padding-right: .25rem; }
.pb-xl-1,.py-xl-1 {
padding-bottom: .25rem; }
.pl-xl-1,.px-xl-1 {
padding-left: .25rem; }
.p-xl-2 {
padding: .5rem; }
.pt-xl-2,.py-xl-2 {
padding-top: .5rem; }
.pr-xl-2,.px-xl-2 {
padding-right: .5rem; }
.pb-xl-2,.py-xl-2 {
padding-bottom: .5rem; }
.pl-xl-2,.px-xl-2 {
padding-left: .5rem; }
.p-xl-3 {
padding: 1rem; }
.pt-xl-3,.py-xl-3 {
padding-top: 1rem; }
.pr-xl-3,.px-xl-3 {
padding-right: 1rem; }
.pb-xl-3,.py-xl-3 {
padding-bottom: 1rem; }
.pl-xl-3,.px-xl-3 {
padding-left: 1rem; }
.p-xl-4 {
padding: 1.5rem; }
.pt-xl-4,.py-xl-4 {
padding-top: 1.5rem; }
.pr-xl-4,.px-xl-4 {
padding-right: 1.5rem; }
.pb-xl-4,.py-xl-4 {
padding-bottom: 1.5rem; }
.pl-xl-4,.px-xl-4 {
padding-left: 1.5rem; }
.p-xl-5 {
padding: 3rem; }
.pt-xl-5,.py-xl-5 {
padding-top: 3rem; }
.pr-xl-5,.px-xl-5 {
padding-right: 3rem; }
.pb-xl-5,.py-xl-5 {
padding-bottom: 3rem; }
.pl-xl-5,.px-xl-5 {
padding-left: 3rem; }
.m-xl-auto {
margin: auto !important; }
.mt-xl-auto,.my-xl-auto {
margin-top: auto; }
.mr-xl-auto,.mx-xl-auto {
margin-right: auto; }
.mb-xl-auto,.my-xl-auto {
margin-bottom: auto; }
.ml-xl-auto,.mx-xl-auto {
margin-left: auto; } }
.w-25 {
width: 25%; }
.w-50 {
width: 50%; }
.w-75 {
width: 75%; }
.w-100,.woocommerce-account .entry-content>.woocommerce .u-columns,.woocommerce-account .woocommerce-message,.woocommerce-account .woocommerce-notice {
width: 100%; }
.h-25 {
height: 25%; }
.h-50 {
height: 50%; }
.h-75 {
height: 75%; }
.h-100 {
height: 100%; }
.mw-100 {
max-width: 100% !important; }
.mh-100 {
max-height: 100% !important; }
#tribe-bar-form .tribe-bar-submit input[type=submit],#tribe-events .tribe-events-button,.button-default,.button-outline-primary,.button-outline-secondary,.button-primary,.button-secondary,.comment-form .form-submit input[type=submit],.elementor-widget-opal-single-product .button,.elementor-wpcf7-button-outline_primary button[type=submit],.elementor-wpcf7-button-outline_primary input[type=button],.elementor-wpcf7-button-outline_primary input[type=submit],.elementor-wpcf7-button-outline_secondary button[type=submit],.elementor-wpcf7-button-outline_secondary input[type=button][type=submit],.elementor-wpcf7-button-outline_secondary input[type=submit],.elementor-wpcf7-button-primary button[type=submit],.elementor-wpcf7-button-primary input[type=button][type=submit],.elementor-wpcf7-button-primary input[type=submit],.elementor-wpcf7-button-secondary button[type=submit],.elementor-wpcf7-button-secondary input[type=button][type=submit],.elementor-wpcf7-button-secondary input[type=submit],.error404 .go-back,.mailchimp-button-outline_primary button,.mailchimp-button-outline_secondary button,.mailchimp-button-primary button,.mailchimp-button-secondary button,.page .edit-link a.post-edit-link,.scrollup,.secondary-button .search-submit,.tribe-events-button,.wc-proceed-to-checkout .button,.widget_shopping_cart .buttons .button,.widget_shopping_cart .buttons .button:nth-child(odd),.wishlist_table .product-add-to-cart a.button,.woocommerce-cart .return-to-shop a,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,button[type=submit],input.secondary[type=button],input.secondary[type=reset],input.secondary[type=submit],input[type=button],input[type=reset],input[type=submit] {
display: inline-block;
font-weight: 500;
text-align: center;
text-transform: uppercase;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
letter-spacing: 0;
transition: color .4s ease,background-color .4s ease,border-color .4s ease,box-shadow .4s ease; }
#tribe-bar-form .tribe-bar-submit input:focus[type=submit],#tribe-bar-form .tribe-bar-submit input:hover[type=submit],#tribe-events .tribe-events-button:focus,#tribe-events .tribe-events-button:hover,.button-default:focus,.button-default:hover,.button-outline-primary:focus,.button-outline-primary:hover,.button-outline-secondary:focus,.button-outline-secondary:hover,.button-primary:focus,.button-primary:hover,.button-secondary:focus,.button-secondary:hover,.comment-form .form-submit input:focus[type=submit],.comment-form .form-submit input:hover[type=submit],.elementor-widget-opal-single-product .button:focus,.elementor-widget-opal-single-product .button:hover,.elementor-wpcf7-button-outline_primary button:focus[type=submit],.elementor-wpcf7-button-outline_primary button:hover[type=submit],.elementor-wpcf7-button-outline_primary input:focus[type=button],.elementor-wpcf7-button-outline_primary input:focus[type=submit],.elementor-wpcf7-button-outline_primary input:hover[type=button],.elementor-wpcf7-button-outline_primary input:hover[type=submit],.elementor-wpcf7-button-outline_secondary button:focus[type=submit],.elementor-wpcf7-button-outline_secondary button:hover[type=submit],.elementor-wpcf7-button-outline_secondary input:focus[type=submit],.elementor-wpcf7-button-outline_secondary input:hover[type=submit],.elementor-wpcf7-button-primary button:focus[type=submit],.elementor-wpcf7-button-primary button:hover[type=submit],.elementor-wpcf7-button-primary input:focus[type=submit],.elementor-wpcf7-button-primary input:hover[type=submit],.elementor-wpcf7-button-secondary button:focus[type=submit],.elementor-wpcf7-button-secondary button:hover[type=submit],.elementor-wpcf7-button-secondary input:focus[type=submit],.elementor-wpcf7-button-secondary input:hover[type=submit],.error404 .go-back:focus,.error404 .go-back:hover,.mailchimp-button-outline_primary button:focus,.mailchimp-button-outline_primary button:hover,.mailchimp-button-outline_secondary button:focus,.mailchimp-button-outline_secondary button:hover,.mailchimp-button-primary button:focus,.mailchimp-button-primary button:hover,.mailchimp-button-secondary button:focus,.mailchimp-button-secondary button:hover,.page .edit-link a.post-edit-link:focus,.page .edit-link a.post-edit-link:hover,.scrollup:focus,.scrollup:hover,.secondary-button .search-submit:focus,.secondary-button .search-submit:hover,.tribe-events-button:focus,.tribe-events-button:hover,.wc-proceed-to-checkout .button:focus,.wc-proceed-to-checkout .button:hover,.widget_shopping_cart .buttons .button:focus,.widget_shopping_cart .buttons .button:focus:nth-child(odd),.widget_shopping_cart .buttons .button:hover,.widget_shopping_cart .buttons .button:hover:nth-child(odd),.wishlist_table .product-add-to-cart a.button:focus,.wishlist_table .product-add-to-cart a.button:hover,.woocommerce-cart .return-to-shop a:focus,.woocommerce-cart .return-to-shop a:hover,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:focus,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,button:focus[type=submit],button:hover[type=submit],input:focus[type=button],input:focus[type=reset],input:focus[type=submit],input:hover[type=button],input:hover[type=reset],input:hover[type=submit] {
text-decoration: none; }
#tribe-bar-form .tribe-bar-submit input.focus[type=submit],#tribe-bar-form .tribe-bar-submit input:focus[type=submit],#tribe-events .focus.tribe-events-button,#tribe-events .tribe-events-button:focus,.button-default.focus,.button-default:focus,.button-outline-primary.focus,.button-outline-primary:focus,.button-outline-secondary.focus,.button-outline-secondary:focus,.button-primary.focus,.button-primary:focus,.button-secondary.focus,.button-secondary:focus,.comment-form .form-submit input.focus[type=submit],.comment-form .form-submit input:focus[type=submit],.elementor-widget-opal-single-product .button:focus,.elementor-widget-opal-single-product .focus.button,.elementor-wpcf7-button-outline_primary button.focus[type=submit],.elementor-wpcf7-button-outline_primary button:focus[type=submit],.elementor-wpcf7-button-outline_primary input.focus[type=button],.elementor-wpcf7-button-outline_primary input.focus[type=submit],.elementor-wpcf7-button-outline_primary input:focus[type=button],.elementor-wpcf7-button-outline_primary input:focus[type=submit],.elementor-wpcf7-button-outline_secondary button.focus[type=submit],.elementor-wpcf7-button-outline_secondary button:focus[type=submit],.elementor-wpcf7-button-outline_secondary input.focus[type=submit],.elementor-wpcf7-button-outline_secondary input:focus[type=submit],.elementor-wpcf7-button-primary button.focus[type=submit],.elementor-wpcf7-button-primary button:focus[type=submit],.elementor-wpcf7-button-primary input.focus[type=submit],.elementor-wpcf7-button-primary input:focus[type=submit],.elementor-wpcf7-button-secondary button.focus[type=submit],.elementor-wpcf7-button-secondary button:focus[type=submit],.elementor-wpcf7-button-secondary input.focus[type=submit],.elementor-wpcf7-button-secondary input:focus[type=submit],.error404 .focus.go-back,.error404 .go-back:focus,.focus.scrollup,.focus.tribe-events-button,.mailchimp-button-outline_primary button.focus,.mailchimp-button-outline_primary button:focus,.mailchimp-button-outline_secondary button.focus,.mailchimp-button-outline_secondary button:focus,.mailchimp-button-primary button.focus,.mailchimp-button-primary button:focus,.mailchimp-button-secondary button.focus,.mailchimp-button-secondary button:focus,.page .edit-link a.focus.post-edit-link,.page .edit-link a.post-edit-link:focus,.scrollup:focus,.secondary-button .focus.search-submit,.secondary-button .search-submit:focus,.tribe-events-button:focus,.wc-proceed-to-checkout .button:focus,.wc-proceed-to-checkout .focus.button,.widget_shopping_cart .buttons .button:focus,.widget_shopping_cart .buttons .button:focus:nth-child(odd),.widget_shopping_cart .buttons .focus.button,.widget_shopping_cart .buttons .focus.button:nth-child(odd),.wishlist_table .product-add-to-cart a.button:focus,.wishlist_table .product-add-to-cart a.focus.button,.woocommerce-cart .return-to-shop a.focus,.woocommerce-cart .return-to-shop a:focus,.woocommerce-MyAccount-content .woocommerce-Pagination .focus.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:focus,button.focus[type=submit],button:focus[type=submit],input.focus[type=button],input.focus[type=reset],input.focus[type=submit],input:focus[type=button],input:focus[type=reset],input:focus[type=submit] {
outline: 0;
box-shadow: none; }
#tribe-bar-form .tribe-bar-submit input.disabled[type=submit],#tribe-bar-form .tribe-bar-submit input:disabled[type=submit],#tribe-events .disabled.tribe-events-button,#tribe-events .tribe-events-button:disabled,.button-default.disabled,.button-default:disabled,.button-outline-primary.disabled,.button-outline-primary:disabled,.button-outline-secondary.disabled,.button-outline-secondary:disabled,.button-primary.disabled,.button-primary:disabled,.button-secondary.disabled,.button-secondary:disabled,.comment-form .form-submit input.disabled[type=submit],.comment-form .form-submit input:disabled[type=submit],.disabled.scrollup,.disabled.tribe-events-button,.elementor-widget-opal-single-product .button:disabled,.elementor-widget-opal-single-product .disabled.button,.elementor-wpcf7-button-outline_primary button.disabled[type=submit],.elementor-wpcf7-button-outline_primary button:disabled[type=submit],.elementor-wpcf7-button-outline_primary input.disabled[type=button],.elementor-wpcf7-button-outline_primary input.disabled[type=submit],.elementor-wpcf7-button-outline_primary input:disabled[type=button],.elementor-wpcf7-button-outline_primary input:disabled[type=submit],.elementor-wpcf7-button-outline_secondary button.disabled[type=submit],.elementor-wpcf7-button-outline_secondary button:disabled[type=submit],.elementor-wpcf7-button-outline_secondary input.disabled[type=submit],.elementor-wpcf7-button-outline_secondary input:disabled[type=submit],.elementor-wpcf7-button-primary button.disabled[type=submit],.elementor-wpcf7-button-primary button:disabled[type=submit],.elementor-wpcf7-button-primary input.disabled[type=submit],.elementor-wpcf7-button-primary input:disabled[type=submit],.elementor-wpcf7-button-secondary button.disabled[type=submit],.elementor-wpcf7-button-secondary button:disabled[type=submit],.elementor-wpcf7-button-secondary input.disabled[type=submit],.elementor-wpcf7-button-secondary input:disabled[type=submit],.error404 .disabled.go-back,.error404 .go-back:disabled,.mailchimp-button-outline_primary button.disabled,.mailchimp-button-outline_primary button:disabled,.mailchimp-button-outline_secondary button.disabled,.mailchimp-button-outline_secondary button:disabled,.mailchimp-button-primary button.disabled,.mailchimp-button-primary button:disabled,.mailchimp-button-secondary button.disabled,.mailchimp-button-secondary button:disabled,.page .edit-link a.disabled.post-edit-link,.page .edit-link a.post-edit-link:disabled,.scrollup:disabled,.secondary-button .disabled.search-submit,.secondary-button .search-submit:disabled,.tribe-events-button:disabled,.wc-proceed-to-checkout .button:disabled,.wc-proceed-to-checkout .disabled.button,.widget_shopping_cart .buttons .button:disabled,.widget_shopping_cart .buttons .button:disabled:nth-child(odd),.widget_shopping_cart .buttons .disabled.button,.widget_shopping_cart .buttons .disabled.button:nth-child(odd),.wishlist_table .product-add-to-cart a.button:disabled,.wishlist_table .product-add-to-cart a.disabled.button,.woocommerce-cart .return-to-shop a.disabled,.woocommerce-cart .return-to-shop a:disabled,.woocommerce-MyAccount-content .woocommerce-Pagination .disabled.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:disabled,button.disabled[type=submit],button:disabled[type=submit],input.disabled[type=button],input.disabled[type=reset],input.disabled[type=submit],input:disabled[type=button],input:disabled[type=reset],input:disabled[type=submit] {
box-shadow: none;
cursor: no-drop; }
#tribe-bar-form .tribe-bar-submit input.active[type=submit],#tribe-bar-form .tribe-bar-submit input:active[type=submit],#tribe-events .active.tribe-events-button,#tribe-events .tribe-events-button:active,.active.scrollup,.active.tribe-events-button,.button-default.active,.button-default:active,.button-outline-primary.active,.button-outline-primary:active,.button-outline-secondary.active,.button-outline-secondary:active,.button-primary.active,.button-primary:active,.button-secondary.active,.button-secondary:active,.comment-form .form-submit input.active[type=submit],.comment-form .form-submit input:active[type=submit],.elementor-widget-opal-single-product .active.button,.elementor-widget-opal-single-product .button:active,.elementor-wpcf7-button-outline_primary button.active[type=submit],.elementor-wpcf7-button-outline_primary button:active[type=submit],.elementor-wpcf7-button-outline_primary input.active[type=button],.elementor-wpcf7-button-outline_primary input.active[type=submit],.elementor-wpcf7-button-outline_primary input:active[type=button],.elementor-wpcf7-button-outline_primary input:active[type=submit],.elementor-wpcf7-button-outline_secondary button.active[type=submit],.elementor-wpcf7-button-outline_secondary button:active[type=submit],.elementor-wpcf7-button-outline_secondary input.active[type=submit],.elementor-wpcf7-button-outline_secondary input:active[type=submit],.elementor-wpcf7-button-primary button.active[type=submit],.elementor-wpcf7-button-primary button:active[type=submit],.elementor-wpcf7-button-primary input.active[type=submit],.elementor-wpcf7-button-primary input:active[type=submit],.elementor-wpcf7-button-secondary button.active[type=submit],.elementor-wpcf7-button-secondary button:active[type=submit],.elementor-wpcf7-button-secondary input.active[type=submit],.elementor-wpcf7-button-secondary input:active[type=submit],.error404 .active.go-back,.error404 .go-back:active,.mailchimp-button-outline_primary button.active,.mailchimp-button-outline_primary button:active,.mailchimp-button-outline_secondary button.active,.mailchimp-button-outline_secondary button:active,.mailchimp-button-primary button.active,.mailchimp-button-primary button:active,.mailchimp-button-secondary button.active,.mailchimp-button-secondary button:active,.page .edit-link a.active.post-edit-link,.page .edit-link a.post-edit-link:active,.scrollup:active,.secondary-button .active.search-submit,.secondary-button .search-submit:active,.tribe-events-button:active,.wc-proceed-to-checkout .active.button,.wc-proceed-to-checkout .button:active,.widget_shopping_cart .buttons .active.button,.widget_shopping_cart .buttons .active.button:nth-child(odd),.widget_shopping_cart .buttons .button:active,.widget_shopping_cart .buttons .button:active:nth-child(odd),.wishlist_table .product-add-to-cart a.active.button,.wishlist_table .product-add-to-cart a.button:active,.woocommerce-cart .return-to-shop a.active,.woocommerce-cart .return-to-shop a:active,.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,button.active[type=submit],button:active[type=submit],input.active[type=button],input.active[type=reset],input.active[type=submit],input:active[type=button],input:active[type=reset],input:active[type=submit] {
background-image: none;
box-shadow: none,inset 0 3px 5px rgba(0,0,0,.125); }
a[class*=button-].disabled,fieldset[disabled] a[class*=button-] {
pointer-events: none; }
#tribe-bar-form .tribe-bar-submit input[type=submit],#tribe-events .tribe-events-button,.button-default,.button-md,.button-outline-primary,.button-outline-secondary,.button-primary,.button-secondary,.comment-form .form-submit input[type=submit],.elementor-widget-opal-single-product .button,.elementor-wpcf7-button-md button[type=submit],.elementor-wpcf7-button-md input[type=button][type=submit],.elementor-wpcf7-button-md input[type=submit],.elementor-wpcf7-button-outline_primary button[type=submit],.elementor-wpcf7-button-outline_primary input[type=button],.elementor-wpcf7-button-outline_primary input[type=submit],.elementor-wpcf7-button-outline_secondary button[type=submit],.elementor-wpcf7-button-outline_secondary input[type=button][type=submit],.elementor-wpcf7-button-outline_secondary input[type=submit],.elementor-wpcf7-button-primary button[type=submit],.elementor-wpcf7-button-primary input[type=button][type=submit],.elementor-wpcf7-button-primary input[type=submit],.elementor-wpcf7-button-secondary button[type=submit],.elementor-wpcf7-button-secondary input[type=button][type=submit],.elementor-wpcf7-button-secondary input[type=submit],.error404 .go-back,.mailchimp-button-outline_primary button,.mailchimp-button-outline_secondary button,.mailchimp-button-primary button,.mailchimp-button-secondary button,.more-link,.page .edit-link a.post-edit-link,.scrollup,.secondary-button .search-submit,.tribe-events-button,.wc-proceed-to-checkout .button,.widget_shopping_cart .buttons .button,.widget_shopping_cart .buttons .button:nth-child(odd),.wishlist_table .product-add-to-cart a.button,.woocommerce-cart .return-to-shop a,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,button[type=submit],input.secondary[type=button],input.secondary[type=reset],input.secondary[type=submit],input[type=button],input[type=reset],input[type=submit] {
padding: .85rem 2.5rem;
font-size: 1.125rem;
line-height: 1.875;
border-radius: 0; }
#tribe-bar-form .tribe-bar-submit input[type=submit],#tribe-events .tribe-events-button,.button-primary,.comment-form .form-submit input[type=submit],.elementor-widget-opal-single-product .button,.elementor-wpcf7-button-primary button[type=submit],.elementor-wpcf7-button-primary input[type=button][type=submit],.elementor-wpcf7-button-primary input[type=submit],.error404 .go-back,.mailchimp-button-primary button,.page .edit-link a.post-edit-link,.scrollup,.tribe-events-button,.wc-proceed-to-checkout .button,.widget_shopping_cart .buttons .button,.wishlist_table .product-add-to-cart a.button,.woocommerce-cart .return-to-shop a,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,button[type=submit],input.secondary[type=button],input.secondary[type=reset],input.secondary[type=submit],input[type=button],input[type=reset],input[type=submit] {
color: #fff;
box-shadow: none;
position: relative; }
#tribe-bar-form .tribe-bar-submit input:hover[type=submit],#tribe-events .tribe-events-button:hover,.button-primary:hover,.comment-form .form-submit input:hover[type=submit],.elementor-widget-opal-single-product .button:hover,.elementor-wpcf7-button-primary button:hover[type=submit],.elementor-wpcf7-button-primary input:hover[type=submit],.error404 .go-back:hover,.mailchimp-button-primary button:hover,.page .edit-link a.post-edit-link:hover,.scrollup:hover,.tribe-events-button:hover,.wc-proceed-to-checkout .button:hover,.widget_shopping_cart .buttons .button:hover,.wishlist_table .product-add-to-cart a.button:hover,.woocommerce-cart .return-to-shop a:hover,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,button:hover[type=submit],input:hover[type=button],input:hover[type=reset],input:hover[type=submit] {
color: #fff; }
#tribe-bar-form .tribe-bar-submit input.disabled[type=submit],#tribe-bar-form .tribe-bar-submit input:disabled[type=submit],#tribe-events .disabled.tribe-events-button,#tribe-events .tribe-events-button:disabled,.button-primary.disabled,.button-primary:disabled,.comment-form .form-submit input.disabled[type=submit],.comment-form .form-submit input:disabled[type=submit],.disabled.scrollup,.disabled.tribe-events-button,.elementor-widget-opal-single-product .button:disabled,.elementor-widget-opal-single-product .disabled.button,.elementor-wpcf7-button-primary button.disabled[type=submit],.elementor-wpcf7-button-primary button:disabled[type=submit],.elementor-wpcf7-button-primary input.disabled[type=submit],.elementor-wpcf7-button-primary input:disabled[type=submit],.error404 .disabled.go-back,.error404 .go-back:disabled,.mailchimp-button-primary button.disabled,.mailchimp-button-primary button:disabled,.page .edit-link a.disabled.post-edit-link,.page .edit-link a.post-edit-link:disabled,.scrollup:disabled,.tribe-events-button:disabled,.wc-proceed-to-checkout .button:disabled,.wc-proceed-to-checkout .disabled.button,.widget_shopping_cart .buttons .button:disabled,.widget_shopping_cart .buttons .disabled.button,.wishlist_table .product-add-to-cart a.button:disabled,.wishlist_table .product-add-to-cart a.disabled.button,.woocommerce-cart .return-to-shop a.disabled,.woocommerce-cart .return-to-shop a:disabled,.woocommerce-MyAccount-content .woocommerce-Pagination .disabled.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:disabled,button.disabled[type=submit],button:disabled[type=submit],input.disabled[type=button],input.disabled[type=reset],input.disabled[type=submit],input:disabled[type=button],input:disabled[type=reset],input:disabled[type=submit] {
background-color: #e81938;
border-color: #e81938; }
#tribe-bar-form .tribe-bar-submit .show>input.dropdown-toggle[type=submit],#tribe-bar-form .tribe-bar-submit input.active[type=submit],#tribe-bar-form .tribe-bar-submit input:active[type=submit],#tribe-events .active.tribe-events-button,#tribe-events .show>.dropdown-toggle.tribe-events-button,#tribe-events .tribe-events-button:active,.active.scrollup,.active.tribe-events-button,.button-primary.active,.button-primary:active,.comment-form .form-submit .show>input.dropdown-toggle[type=submit],.comment-form .form-submit input.active[type=submit],.comment-form .form-submit input:active[type=submit],.elementor-widget-opal-single-product .active.button,.elementor-widget-opal-single-product .button:active,.elementor-widget-opal-single-product .show>.dropdown-toggle.button,.elementor-wpcf7-button-primary .show>button.dropdown-toggle[type=submit],.elementor-wpcf7-button-primary .show>input.dropdown-toggle[type=submit],.elementor-wpcf7-button-primary button.active[type=submit],.elementor-wpcf7-button-primary button:active[type=submit],.elementor-wpcf7-button-primary input.active[type=submit],.elementor-wpcf7-button-primary input:active[type=submit],.error404 .active.go-back,.error404 .go-back:active,.error404 .show>.dropdown-toggle.go-back,.mailchimp-button-primary .show>button.dropdown-toggle,.mailchimp-button-primary button.active,.mailchimp-button-primary button:active,.page .edit-link .show>a.dropdown-toggle.post-edit-link,.page .edit-link a.active.post-edit-link,.page .edit-link a.post-edit-link:active,.scrollup:active,.show>.button-primary.dropdown-toggle,.show>.dropdown-toggle.scrollup,.show>.dropdown-toggle.tribe-events-button,.show>button.dropdown-toggle[type=submit],.show>input.dropdown-toggle[type=button],.show>input.dropdown-toggle[type=reset],.show>input.dropdown-toggle[type=submit],.tribe-events-button:active,.wc-proceed-to-checkout .active.button,.wc-proceed-to-checkout .button:active,.wc-proceed-to-checkout .show>.dropdown-toggle.button,.widget_shopping_cart .buttons .active.button,.widget_shopping_cart .buttons .button:active,.widget_shopping_cart .buttons .show>.dropdown-toggle.button,.wishlist_table .product-add-to-cart .show>a.dropdown-toggle.button,.wishlist_table .product-add-to-cart a.active.button,.wishlist_table .product-add-to-cart a.button:active,.woocommerce-cart .return-to-shop .show>a.dropdown-toggle,.woocommerce-cart .return-to-shop a.active,.woocommerce-cart .return-to-shop a:active,.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .show>.dropdown-toggle.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,button.active[type=submit],button:active[type=submit],input.active[type=button],input.active[type=reset],input.active[type=submit],input:active[type=button],input:active[type=reset],input:active[type=submit] {
color: #fff;
background-image: none; }
.button-secondary,.elementor-wpcf7-button-secondary button[type=submit],.elementor-wpcf7-button-secondary input[type=button][type=submit],.elementor-wpcf7-button-secondary input[type=submit],.mailchimp-button-secondary button,.secondary-button .search-submit {
color: #fff;
box-shadow: none;
position: relative; }
.button-secondary:hover,.elementor-wpcf7-button-secondary button:hover[type=submit],.elementor-wpcf7-button-secondary input:hover[type=submit],.mailchimp-button-secondary button:hover,.secondary-button .search-submit:hover {
color: #fff; }
.button-secondary.disabled,.button-secondary:disabled,.elementor-wpcf7-button-secondary button.disabled[type=submit],.elementor-wpcf7-button-secondary button:disabled[type=submit],.elementor-wpcf7-button-secondary input.disabled[type=submit],.elementor-wpcf7-button-secondary input:disabled[type=submit],.mailchimp-button-secondary button.disabled,.mailchimp-button-secondary button:disabled,.secondary-button .disabled.search-submit,.secondary-button .search-submit:disabled {
background-color: #131313;
border-color: #131313; }
.button-secondary.active,.button-secondary:active,.elementor-wpcf7-button-secondary .show>button.dropdown-toggle[type=submit],.elementor-wpcf7-button-secondary .show>input.dropdown-toggle[type=submit],.elementor-wpcf7-button-secondary button.active[type=submit],.elementor-wpcf7-button-secondary button:active[type=submit],.elementor-wpcf7-button-secondary input.active[type=submit],.elementor-wpcf7-button-secondary input:active[type=submit],.mailchimp-button-secondary .show>button.dropdown-toggle,.mailchimp-button-secondary button.active,.mailchimp-button-secondary button:active,.secondary-button .active.search-submit,.secondary-button .search-submit:active,.secondary-button .show>.dropdown-toggle.search-submit,.show>.button-secondary.dropdown-toggle {
color: #fff;
background-image: none; }
.button-xs,.elementor-wpcf7-button-xs button[type=submit],.elementor-wpcf7-button-xs input[type=button][type=submit],.elementor-wpcf7-button-xs input[type=submit] {
padding: .3rem 1.2rem;
font-size: 1rem;
line-height: 1.875;
border-radius: 0; }
.button-sm,.elementor-wpcf7-button-sm button[type=submit],.elementor-wpcf7-button-sm input[type=button][type=submit],.elementor-wpcf7-button-sm input[type=submit],.page .edit-link a.post-edit-link,.widget_shopping_cart .buttons .button,.widget_shopping_cart .buttons .button:nth-child(odd) {
padding: .5rem 1.75rem;
font-size: 1rem;
line-height: 1.875;
border-radius: 0; }
.button-lg,.elementor-wpcf7-button-lg button[type=submit],.elementor-wpcf7-button-lg input[type=button][type=submit],.elementor-wpcf7-button-lg input[type=submit] {
padding: 1rem 3rem;
font-size: 1.125rem;
line-height: 1.875;
border-radius: 0; }
.button-xl,.elementor-wpcf7-button-xl button[type=submit],.elementor-wpcf7-button-xl input[type=button][type=submit],.elementor-wpcf7-button-xl input[type=submit] {
padding: 1.5rem 3.5rem;
font-size: 1.125rem;
line-height: 1.875;
border-radius: 0; }
.button-outline-primary,.elementor-wpcf7-button-outline_primary button[type=submit],.elementor-wpcf7-button-outline_primary input[type=button],.elementor-wpcf7-button-outline_primary input[type=submit],.mailchimp-button-outline_primary button,.widget_shopping_cart .buttons .button:nth-child(odd) {
background-color: transparent;
background-image: none; }
.button-outline-primary:hover,.elementor-wpcf7-button-outline_primary button:hover[type=submit],.elementor-wpcf7-button-outline_primary input:hover[type=button],.elementor-wpcf7-button-outline_primary input:hover[type=submit],.mailchimp-button-outline_primary button:hover,.widget_shopping_cart .buttons .button:hover:nth-child(odd) {
color: #fff; }
.button-outline-primary.focus,.button-outline-primary:focus,.elementor-wpcf7-button-outline_primary button.focus[type=submit],.elementor-wpcf7-button-outline_primary button:focus[type=submit],.elementor-wpcf7-button-outline_primary input.focus[type=button],.elementor-wpcf7-button-outline_primary input.focus[type=submit],.elementor-wpcf7-button-outline_primary input:focus[type=button],.elementor-wpcf7-button-outline_primary input:focus[type=submit],.mailchimp-button-outline_primary button.focus,.mailchimp-button-outline_primary button:focus,.widget_shopping_cart .buttons .button:focus:nth-child(odd),.widget_shopping_cart .buttons .focus.button:nth-child(odd) {
box-shadow: 0 0 0 2px rgba(232,25,56,.5); }
.button-outline-primary.disabled,.button-outline-primary:disabled,.elementor-wpcf7-button-outline_primary button.disabled[type=submit],.elementor-wpcf7-button-outline_primary button:disabled[type=submit],.elementor-wpcf7-button-outline_primary input.disabled[type=button],.elementor-wpcf7-button-outline_primary input.disabled[type=submit],.elementor-wpcf7-button-outline_primary input:disabled[type=button],.elementor-wpcf7-button-outline_primary input:disabled[type=submit],.mailchimp-button-outline_primary button.disabled,.mailchimp-button-outline_primary button:disabled,.widget_shopping_cart .buttons .button:disabled:nth-child(odd),.widget_shopping_cart .buttons .disabled.button:nth-child(odd) {
color: #e81938;
background-color: transparent; }
.button-outline-primary.active,.button-outline-primary:active,.elementor-wpcf7-button-outline_primary .show>button.dropdown-toggle[type=submit],.elementor-wpcf7-button-outline_primary .show>input.dropdown-toggle[type=button],.elementor-wpcf7-button-outline_primary .show>input.dropdown-toggle[type=submit],.elementor-wpcf7-button-outline_primary button.active[type=submit],.elementor-wpcf7-button-outline_primary button:active[type=submit],.elementor-wpcf7-button-outline_primary input.active[type=button],.elementor-wpcf7-button-outline_primary input.active[type=submit],.elementor-wpcf7-button-outline_primary input:active[type=button],.elementor-wpcf7-button-outline_primary input:active[type=submit],.mailchimp-button-outline_primary .show>button.dropdown-toggle,.mailchimp-button-outline_primary button.active,.mailchimp-button-outline_primary button:active,.show>.button-outline-primary.dropdown-toggle,.widget_shopping_cart .buttons .active.button:nth-child(odd),.widget_shopping_cart .buttons .button:active:nth-child(odd),.widget_shopping_cart .buttons .show>.dropdown-toggle.button:nth-child(odd) {
color: #fff; }
.button-outline-secondary,.elementor-wpcf7-button-outline_secondary button[type=submit],.elementor-wpcf7-button-outline_secondary input[type=button][type=submit],.elementor-wpcf7-button-outline_secondary input[type=submit],.mailchimp-button-outline_secondary button {
background-color: transparent;
background-image: none; }
.button-outline-secondary:hover,.elementor-wpcf7-button-outline_secondary button:hover[type=submit],.elementor-wpcf7-button-outline_secondary input:hover[type=submit],.mailchimp-button-outline_secondary button:hover {
color: #fff; }
.button-outline-secondary.focus,.button-outline-secondary:focus,.elementor-wpcf7-button-outline_secondary button.focus[type=submit],.elementor-wpcf7-button-outline_secondary button:focus[type=submit],.elementor-wpcf7-button-outline_secondary input.focus[type=submit],.elementor-wpcf7-button-outline_secondary input:focus[type=submit],.mailchimp-button-outline_secondary button.focus,.mailchimp-button-outline_secondary button:focus {
box-shadow: 0 0 0 2px hsla(0,0%,7%,.5); }
.button-outline-secondary.disabled,.button-outline-secondary:disabled,.elementor-wpcf7-button-outline_secondary button.disabled[type=submit],.elementor-wpcf7-button-outline_secondary button:disabled[type=submit],.elementor-wpcf7-button-outline_secondary input.disabled[type=submit],.elementor-wpcf7-button-outline_secondary input:disabled[type=submit],.mailchimp-button-outline_secondary button.disabled,.mailchimp-button-outline_secondary button:disabled {
color: #131313;
background-color: transparent; }
.button-outline-secondary.active,.button-outline-secondary:active,.elementor-wpcf7-button-outline_secondary .show>button.dropdown-toggle[type=submit],.elementor-wpcf7-button-outline_secondary .show>input.dropdown-toggle[type=submit],.elementor-wpcf7-button-outline_secondary button.active[type=submit],.elementor-wpcf7-button-outline_secondary button:active[type=submit],.elementor-wpcf7-button-outline_secondary input.active[type=submit],.elementor-wpcf7-button-outline_secondary input:active[type=submit],.mailchimp-button-outline_secondary .show>button.dropdown-toggle,.mailchimp-button-outline_secondary button.active,.mailchimp-button-outline_secondary button:active,.show>.button-outline-secondary.dropdown-toggle {
color: #fff; }
.button-block {
display: block;
width: 100%; }
.btn-link,.button-link,.elementor-element .elementor-button-link .elementor-button {
color: #fff;
border-radius: 0; }
.btn-link,.btn-link.active,.btn-link:active,.btn-link:disabled,.button-link,.button-link.active,.button-link:active,.button-link:disabled,.elementor-element .elementor-button-link .active.elementor-button,.elementor-element .elementor-button-link .elementor-button,.elementor-element .elementor-button-link .elementor-button:active,.elementor-element .elementor-button-link .elementor-button:disabled {
background-color: transparent; }
.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover,.button-link,.button-link:active,.button-link:focus,.button-link:hover,.elementor-element .elementor-button-link .elementor-button,.elementor-element .elementor-button-link .elementor-button:active,.elementor-element .elementor-button-link .elementor-button:focus,.elementor-element .elementor-button-link .elementor-button:hover {
border-color: transparent; }
.btn-link:disabled,.button-link:disabled,.elementor-element .elementor-button-link .elementor-button:disabled {
color: #868e96; }
.btn-link:disabled:focus,.btn-link:disabled:hover,.button-link:disabled:focus,.button-link:disabled:hover,.elementor-element .elementor-button-link .elementor-button:disabled:focus,.elementor-element .elementor-button-link .elementor-button:disabled:hover {
text-decoration: none; }
.button-default {
color: #8e8e8e;
background-color: #f8f8f8;
border-color: #f8f8f8; }
.button-default:active,.button-default:focus,.button-default:hover {
color: #fff; }
.button-dark,.elementor-element .elementor-button-dark .elementor-button,.elementor-wpcf7-button-dark button[type=submit],.elementor-wpcf7-button-dark input[type=button][type=submit],.elementor-wpcf7-button-dark input[type=submit],.mailchimp-button-dark button,.more-link,.single-tribe_events #tribe-events .tribe-events-button.tribe-events-ical,.single-tribe_events .tribe-events-button.tribe-events-ical,table.cart:not(.wishlist_table) td.actions button[type=submit] {
color: #fff;
background-color: #000;
border-color: #000; }
.button-dark:active,.button-dark:focus,.button-dark:hover,.elementor-element .elementor-button-dark .elementor-button:active,.elementor-element .elementor-button-dark .elementor-button:focus,.elementor-element .elementor-button-dark .elementor-button:hover,.elementor-wpcf7-button-dark button:active[type=submit],.elementor-wpcf7-button-dark button:focus[type=submit],.elementor-wpcf7-button-dark button:hover[type=submit],.elementor-wpcf7-button-dark input:active[type=submit],.elementor-wpcf7-button-dark input:focus[type=submit],.elementor-wpcf7-button-dark input:hover[type=submit],.mailchimp-button-dark button:active,.mailchimp-button-dark button:focus,.mailchimp-button-dark button:hover,.more-link:active,.more-link:focus,.more-link:hover,.single-tribe_events #tribe-events .tribe-events-button.tribe-events-ical:active,.single-tribe_events #tribe-events .tribe-events-button.tribe-events-ical:focus,.single-tribe_events #tribe-events .tribe-events-button.tribe-events-ical:hover,.single-tribe_events .tribe-events-button.tribe-events-ical:active,.single-tribe_events .tribe-events-button.tribe-events-ical:focus,.single-tribe_events .tribe-events-button.tribe-events-ical:hover,table.cart:not(.wishlist_table) td.actions button:active[type=submit],table.cart:not(.wishlist_table) td.actions button:focus[type=submit],table.cart:not(.wishlist_table) td.actions button:hover[type=submit] {
color: #fff; }
.border {
border: 1px solid #323232; }
.border-0 {
border: 0; }
.border-top-0 {
border-top: 0; }
.border-right-0 {
border-right: 0; }
.border-bottom-0 {
border-bottom: 0; }
.border-left-0 {
border-left: 0; }
.border-primary {
border-color: #e81938; }
.border-secondary {
border-color: #131313; }
.border-success {
border-color: #28a745; }
.border-info {
border-color: #17a2b8; }
.border-warning {
border-color: #ffc107; }
.border-danger {
border-color: #dc3545; }
.border-light {
border-color: #f8f9fa; }
.border-dark {
border-color: #343a40; }
.border-white {
border-color: #fff; }
.opal-login-form-ajax.loading:before,.rounded,.site-header-account .account-dropdown .account-wrap,.theme-rounded {
border-radius: 0; }
.rounded-top {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.rounded-right {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.rounded-bottom {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.rounded-left {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.rounded-circle {
border-radius: 50%; }
.rounded-0 {
border-radius: 0; }
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden; }
.embed-responsive:before {
display: block;
content: ""; }
.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0; }
.embed-responsive-21by9:before {
padding-top: 42.85714%; }
.embed-responsive-16by9:before {
padding-top: 56.25%; }
.embed-responsive-4by3:before {
padding-top: 75%; }
.embed-responsive-1by1:before {
padding-top: 100%; }
.position-static {
position: static; }
.position-relative {
position: relative; }
.position-absolute {
position: absolute; }
.position-fixed {
position: fixed; }
.position-sticky {
position: sticky; }
.fixed-top {
top: 0; }
.fixed-bottom,.fixed-top {
position: fixed;
right: 0;
left: 0;
z-index: 1030; }
.fixed-bottom {
bottom: 0; }
@supports (position: sticky) {
.sticky-top {
position: sticky;
top: 0;
z-index: 1020; } }
.text-justify {
text-align: justify; }
.text-nowrap,.text-truncate {
white-space: nowrap; }
.text-truncate {
overflow: hidden;
text-overflow: ellipsis; }
.text-left {
text-align: left; }
.text-right {
text-align: right; }
.text-center {
text-align: center; }
@media (min-width: 576px) {
.text-sm-left {
text-align: left; }
.text-sm-right {
text-align: right; }
.text-sm-center {
text-align: center; } }
@media (min-width: 768px) {
.text-md-left {
text-align: left; }
.text-md-right {
text-align: right; }
.text-md-center {
text-align: center; } }
@media (min-width: 992px) {
.text-lg-left {
text-align: left; }
.text-lg-right {
text-align: right; }
.text-lg-center {
text-align: center; } }
@media (min-width: 1200px) {
.text-xl-left {
text-align: left; }
.text-xl-right {
text-align: right; }
.text-xl-center {
text-align: center; } }
.text-lowercase {
text-transform: lowercase; }
.text-uppercase {
text-transform: uppercase; }
.text-capitalize {
text-transform: capitalize; }
.font-weight-light {
font-weight: 300; }
.font-weight-normal {
font-weight: 400; }
.font-weight-bold {
font-weight: 600; }
.comment-awaiting-moderation,.font-italic,.no-comments {
font-style: italic; }
.text-white {
color: #fff; }
.text-primary {
color: #e81938 !important; }
a.text-primary:focus,a.text-primary:hover {
color: #bb132c !important; }
.text-secondary {
color: #131313 !important; }
a.text-secondary:focus,a.text-secondary:hover {
color: #000 !important; }
.text-success {
color: #28a745 !important; }
a.text-success:focus,a.text-success:hover {
color: #1e7e34 !important; }
.text-info {
color: #17a2b8 !important; }
a.text-info:focus,a.text-info:hover {
color: #117a8b !important; }
.text-warning {
color: #ffc107 !important; }
a.text-warning:focus,a.text-warning:hover {
color: #d39e00 !important; }
.text-danger {
color: #dc3545 !important; }
a.text-danger:focus,a.text-danger:hover {
color: #bd2130 !important; }
.text-light {
color: #f8f9fa !important; }
a.text-light:focus,a.text-light:hover {
color: #dae0e5 !important; }
.text-dark {
color: #343a40 !important; }
a.text-dark:focus,a.text-dark:hover {
color: #1d2124 !important; }
.text-muted {
color: #868e96; }
.float-left {
float: left !important; }
.float-right {
float: right !important; }
.float-none {
float: none !important; }
@media (min-width: 576px) {
.float-sm-left {
float: left !important; }
.float-sm-right {
float: right !important; }
.float-sm-none {
float: none !important; } }
@media (min-width: 768px) {
.float-md-left {
float: left !important; }
.float-md-right {
float: right !important; }
.float-md-none {
float: none !important; } }
@media (min-width: 992px) {
.float-lg-left {
float: left !important; }
.float-lg-right {
float: right !important; }
.float-lg-none {
float: none !important; } }
@media (min-width: 1200px) {
.float-xl-left {
float: left !important; }
.float-xl-right {
float: right !important; }
.float-xl-none {
float: none !important; } }
.dropdown,.dropup {
position: relative; }
.dropdown-toggle:after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid;
border-right: .3em solid transparent;
border-bottom: 0;
border-left: .3em solid transparent; }
.dropdown-toggle:empty:after {
margin-left: 0; }
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: .5rem 0;
margin: .125rem 0 0;
font-size: 1rem;
color: #8e8e8e;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.15);
border-radius: 0;
box-shadow: 0 .5rem 1rem rgba(0,0,0,.175); }
.dropup .dropdown-menu {
margin-top: 0;
margin-bottom: .125rem; }
.dropup .dropdown-toggle:after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: 0;
border-right: .3em solid transparent;
border-bottom: .3em solid;
border-left: .3em solid transparent; }
.dropup .dropdown-toggle:empty:after {
margin-left: 0; }
.dropdown-divider {
height: 0;
margin: .5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef; }
.dropdown-item {
display: block;
width: 100%;
padding: .25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background: none;
border: 0; }
.dropdown-item:focus,.dropdown-item:hover {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa; }
.dropdown-item.active,.dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #e81938; }
.dropdown-item.disabled,.dropdown-item:disabled {
color: #868e96;
background-color: transparent; }
.dropdown-header,.dropdown-menu.show {
display: block; }
.dropdown-header {
padding: .5rem 1.5rem;
margin-bottom: 0;
font-size: 1rem;
color: #868e96;
white-space: nowrap; }
.align-baseline {
vertical-align: baseline; }
.align-top {
vertical-align: top; }
.align-middle {
vertical-align: middle; }
.align-bottom {
vertical-align: bottom; }
.align-text-bottom {
vertical-align: text-bottom; }
.align-text-top {
vertical-align: text-top; }
.dropdown-menu.active {
right: 0;
left: auto;
display: block; }
.dropdown-backdrop {
position: fixed;
z-index: 999;
width: 100vw;
height: 100vh;
top: 0;
left: 0; }
.otf-dropdown {
opacity: 0;
visibility: hidden;
transition: all .5s ease 0s;
position: absolute;
background-color: #fff;
z-index: 9999;
box-shadow: 0 1px 16px 0 rgba(0,0,0,.1);
padding-left: 15px;
padding-right: 15px; }
.otf-dropdown>div {
padding-top: 15px;
padding-bottom: 15px; }
.otf-dropdown .search-form-wapper {
margin: auto; }
.otf-dropdown.active {
opacity: 1;
visibility: visible; }
.otf-dropdown.top-to-bottom {
max-height: 0; }
.otf-dropdown.top-to-bottom.loaded {
position: static; }
.otf-dropdown.top-to-bottom.active {
transition: max-height .5s ease-in 0s;
max-height: 100vh; }
.otf-dropdown.bottom-to-top {
position: fixed;
top: 100%;
bottom: 0;
left: 0;
right: 0;
z-index: 9999;
opacity: 1;
box-shadow: 0 0 14px rgba(0,0,0,.08); }
.otf-dropdown.bottom-to-top>div {
opacity: 0;
transform: translateY(20px);
transition: all .4s ease .5s; }
.otf-dropdown.bottom-to-top.active>div {
opacity: 1;
transform: translateY(0); }
.otf-dropdown.popup {
position: fixed;
top: 0 !important;
left: 0;
bottom: 0;
right: 0;
z-index: 9999;
transition: all .2s ease;
margin-left: 0 !important; }
.otf-dropdown.popup>div {
position: absolute;
top: 25%;
transition: all .6s ease .2s;
left: 50%;
transform: translateX(-50%);
opacity: 0; }
.otf-dropdown.popup [data-search-toggle=close] {
top: 50px; }
.otf-dropdown.popup.active>div {
top: 30%;
opacity: 1; }
[data-search-toggle=close] {
cursor: pointer;
font-size: 20px;
position: absolute;
right: 30px;
display: none; }
[data-search-toggle=close]:before {
font-size: 20px; }
.platform-windows.over-hidden .opal-wrapper {
padding-right: 17px; }
.over-hidden {
overflow: hidden; }
.cat-tags-links .tags-heading,.column-item .entry-title,.comment-respond .comment-reply-title,.comments-title,.custom-title,.entry-header .entry-title,.h1,.h2,.h3,.h4,.h5,.h6,.related-posts .related-heading,.widget_rss li .rsswidget,.woocommerce-MyAccount-content h2,h1,h2,h2.widget-title,h2.widgettitle,h3,h4,h5,h6 {
margin-bottom: .5rem;
font-family: inherit;
font-weight: 500;
color: #fff; }
.h1,h1 {
font-size: 2.25rem; }
.h2,h2 {
font-size: 1.5rem; }
.comment-respond .comment-reply-title,.comments-title,.custom-title,.entry-header .entry-title,.h3,.related-posts .related-heading,h3 {
font-size: 1.25rem; }
.cat-tags-links .tags-heading,.column-item .entry-title,.h4,.woocommerce-MyAccount-content h2,h4 {
font-size: 1.125rem; }
.h5,h2.widget-title,h2.widgettitle,h5 {
font-size: 1rem; }
.h6,.widget_rss li .rsswidget,h6 {
font-size: .875rem; }
.lead {
font-size: 1.25rem;
font-weight: 300; }
.display-1 {
font-size: 6rem; }
.display-1,.display-2 {
font-weight: 300;
line-height: 1.2; }
.display-2 {
font-size: 5.5rem; }
.display-3 {
font-size: 4.5rem; }
.display-3,.display-4 {
font-weight: 300;
line-height: 1.2; }
.display-4 {
font-size: 3.5rem; }
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border-top: 1px solid rgba(0,0,0,.1); }
.small,small {
font-size: 80%;
font-weight: 400; }
.mark,mark {
padding: .2em;
background-color: #fcf8e3; }
.initialism {
font-size: 90%;
text-transform: uppercase; }
.blockquote {
margin-bottom: 1rem;
font-size: 1rem; }
.blockquote-footer {
display: block;
font-size: 80%;
color: #868e96; }
.blockquote-footer:before {
content: "\2014 \00A0"; }
.b-so-0,.site-footer .widget.widget_recent_entries li:last-child,table.cart:not(.wishlist_table) .quantity input {
border: 0 solid; }
.b-do-0 {
border: 0 dotted; }
.b-da-0 {
border: 0 dashed; }
.b-so-1,.bottom-to-top .search-form-wapper:after,.box-border,.custom-header .my-account-links-menu .sub-menu,.filter-close:after,.osf-active-filters li a,.otf-product-recently-content li .product-thumbnail img,.popup .search-form-wapper:after,.single-product.woocommerce-single-style-1 div.product table.variations select,.top-to-bottom .search-form-wapper:after,.vertical-menu-dropdown,.widget .woof_list_checkbox input[type=checkbox]+label:before,.widget .woof_list_radio input[type=radio]+label:before,.widget_product_brands ul li a:before,.widget_rating_filter ul li a:before,.woocommerce-widget-layered-nav ul li a:before,fieldset,table.cart:not(.wishlist_table) .quantity input[type=button] {
border: 1px solid; }
.b-do-1 {
border: 1px dotted; }
.b-da-1 {
border: 1px dashed; }
.b-so-2,.list-feature-box>li:before {
border: 2px solid; }
.b-do-2 {
border: 2px dotted; }
.b-da-2 {
border: 2px dashed; }
.b-so-3 {
border: 3px solid; }
.b-do-3 {
border: 3px dotted; }
.b-da-3 {
border: 3px dashed; }
.b-so-4 {
border: 4px solid; }
.b-do-4 {
border: 4px dotted; }
.b-da-4 {
border: 4px dashed; }
.bl-so-0,.columns-5 .site-header-mobile ul.products>li:first-child,.columns-5 ul.products .site-header-mobile li.product:first-child,.opal-canvas-filter.top .opal-canvas-filter-wrap .site-header-mobile section:first-child,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .site-header-mobile .woof_container:first-child,.site-header-mobile .col:first-child,.site-header-mobile .columns-5 ul.products>li:first-child,.site-header-mobile .columns-5 ul.products li.product:first-child,.site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container:first-child,.site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap section:first-child,.site-header-mobile body #secondary:first-child,body .site-header-mobile #secondary:first-child {
border-left: 0 solid; }
.bl-do-0 {
border-left: 0 dotted; }
.bl-da-0 {
border-left: 0 dashed; }
.bl-so-1,.columns-5 .site-header-mobile ul.products>li,.columns-5 ul.products .site-header-mobile li.product,.opal-canvas-filter.top .opal-canvas-filter-wrap .site-header-mobile section,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .site-header-mobile .woof_container,.osf-active-filters .clear-all,.site-header-mobile .col,.site-header-mobile .columns-5 ul.products>li,.site-header-mobile .columns-5 ul.products li.product,.site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap section,.site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container,.site-header-mobile body #secondary,body .site-header-mobile #secondary {
border-left: 1px solid; }
.bl-do-1 {
border-left: 1px dotted; }
.bl-da-1 {
border-left: 1px dashed; }
.bl-so-2 {
border-left: 2px solid; }
.bl-do-2 {
border-left: 2px dotted; }
.bl-da-2 {
border-left: 2px dashed; }
.bl-so-3 {
border-left: 3px solid; }
.bl-do-3 {
border-left: 3px dotted; }
.bl-da-3 {
border-left: 3px dashed; }
.bl-so-4 {
border-left: 4px solid; }
.bl-do-4 {
border-left: 4px dotted; }
.bl-da-4 {
border-left: 4px dashed; }
.br-so-0 {
border-right: 0 solid; }
.br-do-0 {
border-right: 0 dotted; }
.br-da-0 {
border-right: 0 dashed; }
.br-so-1,.osf-product-deal .woocommerce-product-list .opal-countdown .day {
border-right: 1px solid; }
.br-do-1 {
border-right: 1px dotted; }
.br-da-1 {
border-right: 1px dashed; }
.br-so-2 {
border-right: 2px solid; }
.br-do-2 {
border-right: 2px dotted; }
.br-da-2 {
border-right: 2px dashed; }
.br-so-3 {
border-right: 3px solid; }
.br-do-3 {
border-right: 3px dotted; }
.br-da-3 {
border-right: 3px dashed; }
.br-so-4 {
border-right: 4px solid; }
.br-do-4 {
border-right: 4px dotted; }
.br-da-4 {
border-right: 4px dashed; }
.bt-so-0 {
border-top: 0 solid; }
.bt-do-0 {
border-top: 0 dotted; }
.bt-da-0 {
border-top: 0 dashed; }
.bt-so-1,.main-navigation>div>ul,.mainmenu-container>div>ul,.my-account-links-menu .sub-menu li,.osf-product-deal .woocommerce-product-list .time,.site-footer .widget_rss ul li,.widget_rss ul li,.ywsfd-wrapper,table.cart:not(.wishlist_table) .quantity input[type=number] {
border-top: 1px solid; }
.bt-do-1 {
border-top: 1px dotted; }
.bt-da-1 {
border-top: 1px dashed; }
.bt-so-2 {
border-top: 2px solid; }
.bt-do-2 {
border-top: 2px dotted; }
.bt-da-2 {
border-top: 2px dashed; }
.bt-so-3 {
border-top: 3px solid; }
.bt-do-3 {
border-top: 3px dotted; }
.bt-da-3 {
border-top: 3px dashed; }
.bt-so-4 {
border-top: 4px solid; }
.bt-do-4 {
border-top: 4px dotted; }
.bt-da-4 {
border-top: 4px dashed; }
.bb-so-0 {
border-bottom: 0 solid; }
.bb-do-0 {
border-bottom: 0 dotted; }
.bb-da-0 {
border-bottom: 0 dashed; }
#payment .payment_methods li,.bb-so-1,.filter-close,.mainmenu-container li li,.single-product #reviews .commentlist li .comment_container,.single-product div.product table.variations tr,.site-content .wp-playlist-dark .wp-playlist-item,.site-content .wp-playlist-light .wp-playlist-item,.site-footer .widget.widget_recent_entries li,.widget .woof_container,.woocommerce-tabs#osf-accordion-container [data-accordion],li.product.osf-product-list:after,table.cart:not(.wishlist_table) .quantity input[type=number],tr,ul.order_details li {
border-bottom: 1px solid; }
.bb-do-1,abbr[title] {
border-bottom: 1px dotted; }
.bb-da-1 {
border-bottom: 1px dashed; }
.bb-so-2,thead th {
border-bottom: 2px solid; }
.bb-do-2 {
border-bottom: 2px dotted; }
.bb-da-2 {
border-bottom: 2px dashed; }
.bb-so-3 {
border-bottom: 3px solid; }
.bb-do-3 {
border-bottom: 3px dotted; }
.bb-da-3 {
border-bottom: 3px dashed; }
.bb-so-4 {
border-bottom: 4px solid; }
.bb-do-4 {
border-bottom: 4px dotted; }
.bb-da-4 {
border-bottom: 4px dashed; } #secondary .elementor-widget-container h5:first-of-type,#tribe-bar-form .tribe-bar-submit input[type=submit],#tribe-bar-form label,#tribe-events .tribe-events-button,.author-wrapper .author-name,.button-dark,.button-default,.button-outline-primary,.button-outline-secondary,.button-primary,.button-secondary,.cat-tags-links .tags-heading,.column-item .entry-title,.comment-form .form-submit input[type=submit],.comment-reply-link,.comment-respond .comment-reply-title,.comments-title,.contactform-content .form-title,.custom-title,.elementor-element .elementor-button,.elementor-element .elementor-button-dark .elementor-button,.elementor-widget-heading .elementor-heading-title,.elementor-widget-heading .sub-title,.elementor-widget-opal-nav-menu,.elementor-widget-opal-product-categories .cats-title a,.elementor-widget-opal-product-categories .cats-total,.elementor-widget-opal-single-product .button,.elementor-widget-tabs .elementor-tab-title,.elementor-wpcf7-button-dark button[type=submit],.elementor-wpcf7-button-dark input[type=button][type=submit],.elementor-wpcf7-button-dark input[type=submit],.elementor-wpcf7-button-outline_primary button[type=submit],.elementor-wpcf7-button-outline_primary input[type=button],.elementor-wpcf7-button-outline_primary input[type=submit],.elementor-wpcf7-button-outline_secondary button[type=submit],.elementor-wpcf7-button-outline_secondary input[type=button][type=submit],.elementor-wpcf7-button-outline_secondary input[type=submit],.elementor-wpcf7-button-primary button[type=submit],.elementor-wpcf7-button-primary input[type=button][type=submit],.elementor-wpcf7-button-primary input[type=submit],.elementor-wpcf7-button-secondary button[type=submit],.elementor-wpcf7-button-secondary input[type=button][type=submit],.elementor-wpcf7-button-secondary input[type=submit],.entry-content .tribe-events-month .tribe-events-calendar thead th,.entry-header .entry-date a,.entry-header .entry-title,.entry-meta,.error404 .error-404 .error-title,.error404 .error-404-bkg,.error404 .error-404-subtitle h2,.error404 .go-back,.error404 .return-home,.h1,.h2,.h3,.h4,.h5,.h6,.mailchimp-button-dark button,.mailchimp-button-outline_primary button,.mailchimp-button-outline_secondary button,.mailchimp-button-primary button,.mailchimp-button-secondary button,.main-navigation,.mc4wp-form-fields button,.more-link,.mp-menu,.osf-product-deal .woocommerce-product-list .opal-countdown,.page .edit-link a.post-edit-link,.product-style-1 li.product .price,.product_list_widget .product-price,.related-posts .related-heading,.scroll-timeline-nav ul li,.scrollup,.secondary-button .search-submit,.single-product .single_add_to_cart_button,.single-product .single_add_to_cart_button.disabled[type=submit],.single-product div.product .summary .price,.single-tribe_events #tribe-events .tribe-events-button.tribe-events-ical,.single-tribe_events .tribe-events-button.tribe-events-ical,.single .navigation .nav-link,.site-header-account .account-dashboard li a,.site-header-account .account-links-menu li a,.start-time .countdown-times>div,.tribe-events-adv-list-widget .tribe-events-widget-link a,.tribe-events-back a,.tribe-events-button,.tribe-events-calendar div[id*=tribe-events-daynum-],.tribe-events-calendar div[id*=tribe-events-daynum-] a,.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a,.tribe-events-inner .tribe-events-event-meta,.tribe-events-list-widget .tribe-events-widget-link a,.tribe-events-list .tribe-events-loop .tribe-events-event-meta,.tribe-events-tooltip .tribe-event-duration,.typo-heading,.wc-proceed-to-checkout .button,.widget_recent_entries,.widget_rss li .rsswidget,.widget_shopping_cart .buttons .button,.widget_shopping_cart .buttons .button:nth-child(odd),.wishlist_table .product-add-to-cart a.button,.woocommerce-cart .return-to-shop a,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,.woocommerce-MyAccount-content h2,.woocommerce-product-list .product-price,.woocommerce-tabs ul.tabs li a,blockquote,button[type=submit],h1,h2,h2.widget-title,h2.widgettitle,h3,h4,h5,h6,input.secondary[type=button],input.secondary[type=reset],input.secondary[type=submit],input[type=button],input[type=reset],input[type=submit],table.cart:not(.wishlist_table) td.actions button[type=submit],ul.tribe-events-sub-nav a {
max-width: 100%;
font-family: Teko;
font-style: 500; } .text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0; }
.fw-1 h1,.fw-1 h2,.fw-1 h3,.fw-1 h4,.fw-1 h5,.fw-1 h6 {
font-weight: 100; }
.fw-2 h1,.fw-2 h2,.fw-2 h3,.fw-2 h4,.fw-2 h5,.fw-2 h6 {
font-weight: 200; }
.fw-3 h1,.fw-3 h2,.fw-3 h3,.fw-3 h4,.fw-3 h5,.fw-3 h6 {
font-weight: 300; }
.fw-4 h1,.fw-4 h2,.fw-4 h3,.fw-4 h4,.fw-4 h5,.fw-4 h6 {
font-weight: 400; }
.fw-5 h1,.fw-5 h2,.fw-5 h3,.fw-5 h4,.fw-5 h5,.fw-5 h6 {
font-weight: 500; }
.fw-6 h1,.fw-6 h2,.fw-6 h3,.fw-6 h4,.fw-6 h5,.fw-6 h6 {
font-weight: 600; }
.fw-7 h1,.fw-7 h2,.fw-7 h3,.fw-7 h4,.fw-7 h5,.fw-7 h6 {
font-weight: 700; }
.fw-8 h1,.fw-8 h2,.fw-8 h3,.fw-8 h4,.fw-8 h5,.fw-8 h6 {
font-weight: 800; }
.fw-9 h1,.fw-9 h2,.fw-9 h3,.fw-9 h4,.fw-9 h5,.fw-9 h6 {
font-weight: 900; }
.fw-1 {
font-weight: 100 !important; }
.fw-2 {
font-weight: 200 !important; }
.fw-3 {
font-weight: 300 !important; }
.fw-4 {
font-weight: 400 !important; }
.fw-5 {
font-weight: 500 !important; }
.fw-6 {
font-weight: 600 !important; }
.fw-7 {
font-weight: 700 !important; }
.fw-8 {
font-weight: 800 !important; }
.fw-9 {
font-weight: 900 !important; }
.ls-m-25 {
letter-spacing: -.025em; }
.ls-m-50 {
letter-spacing: -.05em; }
.ls-m-75 {
letter-spacing: -.075em; }
.ls-p-100 {
letter-spacing: .1em; }
.ls-p-200 {
letter-spacing: .2em; }
.form-control {
display: block;
width: 100%;
padding: .85rem 2.5rem;
font-size: 1rem;
line-height: 1.875;
color: #495057;
background-color: #fff;
background-image: none;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.form-control::-ms-expand {
background-color: transparent;
border: 0; }
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #f48d9c;
outline: none;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),none; }
.form-control::placeholder {
color: #868e96;
opacity: 1; }
.form-control:disabled,.form-control[readonly] {
background-color: #e9ecef;
opacity: 1; }
select.form-control:not([size]):not([multiple]) {
height: calc(3.575rem + 2px); }
select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff; }
.form-control-file,.form-control-range {
display: block; }
.col-form-label {
padding-top: calc(.85rem + 1px);
padding-bottom: calc(.85rem + 1px);
margin-bottom: 0;
line-height: 1.875; }
.col-form-label-lg {
padding-top: calc(1rem + 1px);
padding-bottom: calc(1rem + 1px);
font-size: 1.125rem;
line-height: 1.875; }
.col-form-label-sm {
padding-top: calc(.5rem + 1px);
padding-bottom: calc(.5rem + 1px);
font-size: 1rem;
line-height: 1.875; }
.col-form-legend {
font-size: 1rem; }
.col-form-legend,.form-control-plaintext {
padding-top: .85rem;
padding-bottom: .85rem;
margin-bottom: 0; }
.form-control-plaintext {
line-height: 1.875;
background-color: transparent;
border: solid transparent;
border-width: 1px 0; }
.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.form-control-plaintext.input-group-addon,.input-group-lg>.input-group-btn>.form-control-plaintext.btn,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.form-control-plaintext.input-group-addon,.input-group-sm>.input-group-btn>.form-control-plaintext.btn,.shop-action .yith-wcwl-add-to-wishlist.input-group-lg>div.input-group-btn>a.form-control-plaintext,.shop-action .yith-wcwl-add-to-wishlist.input-group-sm>div.input-group-btn>a.form-control-plaintext,.single-product div.product .summary .yith-wcwl-add-to-wishlist.input-group-lg>div.input-group-btn>a.form-control-plaintext,.single-product div.product .summary .yith-wcwl-add-to-wishlist.input-group-sm>div.input-group-btn>a.form-control-plaintext {
padding-right: 0;
padding-left: 0; }
.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.shop-action .yith-wcwl-add-to-wishlist.input-group-sm>div.input-group-btn>a,.single-product div.product .summary .yith-wcwl-add-to-wishlist.input-group-sm>div.input-group-btn>a {
padding: .5rem 1.75rem;
font-size: 1rem;
line-height: 1.875;
border-radius: .2rem; }
.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),.input-group-sm>select.input-group-addon:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]) {
height: calc(2.875rem + 2px); }
.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.shop-action .yith-wcwl-add-to-wishlist.input-group-lg>div.input-group-btn>a,.single-product div.product .summary .yith-wcwl-add-to-wishlist.input-group-lg>div.input-group-btn>a {
padding: 1rem 3rem;
font-size: 1.125rem;
line-height: 1.875;
border-radius: .3rem; }
.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),.input-group-lg>select.input-group-addon:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]) {
height: calc(4.10938rem + 2px); }
.form-text {
display: block;
margin-top: .25rem; }
.form-row {
display: flex;
flex-wrap: wrap; }
.form-check {
position: relative;
display: block;
margin-bottom: .5rem; }
.form-check.disabled .form-check-label {
color: #868e96; }
.form-check-label {
padding-left: 1.25rem;
margin-bottom: 0; }
.form-check-input {
position: absolute;
margin-top: .25rem;
margin-left: -1.25rem; }
.form-check-inline {
display: inline-block;
margin-right: .75rem; }
.form-check-inline .form-check-label {
vertical-align: middle; }
.valid-feedback {
margin-top: .25rem;
color: #28a745; }
.valid-feedback,.valid-tooltip {
display: none;
font-size: .875rem; }
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
width: 250px;
padding: .5rem;
margin-top: .1rem;
line-height: 1;
color: #fff;
background-color: rgba(40,167,69,.8);
border-radius: .2rem; }
.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid {
border-color: #28a745; }
.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus {
box-shadow: 0 0 0 .2rem rgba(40,167,69,.25); }
.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip {
display: block; }
.form-check-input.is-valid+.form-check-label,.was-validated .form-check-input:valid+.form-check-label {
color: #28a745; }
.custom-control-input.is-valid~.custom-control-indicator,.was-validated .custom-control-input:valid~.custom-control-indicator {
background-color: rgba(40,167,69,.25); }
.custom-control-input.is-valid~.custom-control-description,.was-validated .custom-control-input:valid~.custom-control-description {
color: #28a745; }
.custom-file-input.is-valid~.custom-file-control,.was-validated .custom-file-input:valid~.custom-file-control {
border-color: #28a745; }
.custom-file-input.is-valid~.custom-file-control:before,.was-validated .custom-file-input:valid~.custom-file-control:before {
border-color: inherit; }
.custom-file-input.is-valid:focus,.was-validated .custom-file-input:valid:focus {
box-shadow: 0 0 0 .2rem rgba(40,167,69,.25); }
.invalid-feedback {
margin-top: .25rem;
color: #dc3545; }
.invalid-feedback,.invalid-tooltip {
display: none;
font-size: .875rem; }
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
width: 250px;
padding: .5rem;
margin-top: .1rem;
line-height: 1;
color: #fff;
background-color: rgba(220,53,69,.8);
border-radius: .2rem; }
.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid {
border-color: #dc3545; }
.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus {
box-shadow: 0 0 0 .2rem rgba(220,53,69,.25); }
.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip {
display: block; }
.form-check-input.is-invalid+.form-check-label,.was-validated .form-check-input:invalid+.form-check-label {
color: #dc3545; }
.custom-control-input.is-invalid~.custom-control-indicator,.was-validated .custom-control-input:invalid~.custom-control-indicator {
background-color: rgba(220,53,69,.25); }
.custom-control-input.is-invalid~.custom-control-description,.was-validated .custom-control-input:invalid~.custom-control-description {
color: #dc3545; }
.custom-file-input.is-invalid~.custom-file-control,.was-validated .custom-file-input:invalid~.custom-file-control {
border-color: #dc3545; }
.custom-file-input.is-invalid~.custom-file-control:before,.was-validated .custom-file-input:invalid~.custom-file-control:before {
border-color: inherit; }
.custom-file-input.is-invalid:focus,.was-validated .custom-file-input:invalid:focus {
box-shadow: 0 0 0 .2rem rgba(220,53,69,.25); }
.form-inline {
display: flex;
flex-flow: row wrap;
align-items: center; }
.form-inline .form-check {
width: 100%; }
@media (min-width: 576px) {
.form-inline label {
justify-content: center; }
.form-inline .form-group,.form-inline label {
display: flex;
align-items: center;
margin-bottom: 0; }
.form-inline .form-group {
flex: 0 0 auto;
flex-flow: row wrap; }
.form-inline .form-control {
width: auto;
vertical-align: middle; }
.form-inline .form-control,.form-inline .form-control-plaintext {
display: inline-block; }
.form-inline .input-group {
width: auto; }
.form-inline .form-check {
display: flex;
align-items: center;
justify-content: center;
width: auto;
margin-top: 0;
margin-bottom: 0; }
.form-inline .form-check-label {
padding-left: 0; }
.form-inline .form-check-input {
position: relative;
margin-top: 0;
margin-right: .25rem;
margin-left: 0; }
.form-inline .custom-control {
display: flex;
align-items: center;
justify-content: center;
padding-left: 0; }
.form-inline .custom-control-indicator {
position: static;
display: inline-block;
margin-right: .25rem;
vertical-align: text-bottom; }
.form-inline .has-feedback .form-control-feedback {
top: 0; } }
.input-group {
position: relative;
display: flex;
align-items: stretch;
width: 100%; }
.input-group .form-control {
position: relative;
z-index: 2;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0; }
.input-group .form-control:active,.input-group .form-control:focus,.input-group .form-control:hover {
z-index: 3; }
.input-group-addon,.input-group-btn,.input-group .form-control {
display: flex;
align-items: center; }
.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0; }
.input-group-addon,.input-group-btn {
white-space: nowrap; }
.input-group-addon {
padding: .85rem 2.5rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.875;
color: #495057;
text-align: center;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0; }
.input-group-addon.form-control-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn,.shop-action .yith-wcwl-add-to-wishlist.input-group-sm>div.input-group-btn>a.input-group-addon,.single-product div.product .summary .yith-wcwl-add-to-wishlist.input-group-sm>div.input-group-btn>a.input-group-addon {
padding: .5rem 1.75rem;
font-size: 1rem;
border-radius: .2rem; }
.input-group-addon.form-control-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn,.shop-action .yith-wcwl-add-to-wishlist.input-group-lg>div.input-group-btn>a.input-group-addon,.single-product div.product .summary .yith-wcwl-add-to-wishlist.input-group-lg>div.input-group-btn>a.input-group-addon {
padding: 1rem 3rem;
font-size: 1.125rem;
border-radius: .3rem; }
.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
margin-top: 0; }
.input-group-addon:not(:last-child),.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:not(:last-child)>.btn,.input-group-btn:not(:last-child)>.btn-group>.btn,.input-group-btn:not(:last-child)>.dropdown-toggle,.input-group .form-control:not(:last-child),.shop-action .yith-wcwl-add-to-wishlist.input-group-btn:not(:first-child)>div.btn-group:not(:last-child)>a,.shop-action .yith-wcwl-add-to-wishlist.input-group-btn:not(:last-child)>div.btn-group>a,.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:first-child)>a:not(:last-child):not(.dropdown-toggle),.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:last-child)>a,.single-product div.product .summary .yith-wcwl-add-to-wishlist.input-group-btn:not(:first-child)>div.btn-group:not(:last-child)>a,.single-product div.product .summary .yith-wcwl-add-to-wishlist.input-group-btn:not(:last-child)>div.btn-group>a,.single-product div.product .summary .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:first-child)>a:not(:last-child):not(.dropdown-toggle),.single-product div.product .summary .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:last-child)>a {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.input-group-addon:not(:last-child) {
border-right: 0; }
.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group .form-control:not(:first-child),.shop-action .yith-wcwl-add-to-wishlist.input-group-btn:not(:first-child)>div.btn-group>a,.shop-action .yith-wcwl-add-to-wishlist.input-group-btn:not(:last-child)>div.btn-group:not(:first-child)>a,.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:first-child)>a,.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:last-child)>a:not(:first-child),.single-product div.product .summary .yith-wcwl-add-to-wishlist.input-group-btn:not(:first-child)>div.btn-group>a,.single-product div.product .summary .yith-wcwl-add-to-wishlist.input-group-btn:not(:last-child)>div.btn-group:not(:first-child)>a,.single-product div.product .summary .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:first-child)>a,.single-product div.product .summary .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:last-child)>a:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.form-control+.input-group-addon:not(:first-child) {
border-left: 0; }
.input-group-btn {
align-items: stretch;
font-size: 1em;
white-space: nowrap; }
.input-group-btn,.input-group-btn>.btn,.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn>a,.single-product div.product .summary .yith-wcwl-add-to-wishlist>div.input-group-btn>a {
position: relative; }
.input-group-btn>.btn+.btn,.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn>.btn+a,.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn>a+.btn,.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn>a+a,.single-product div.product .summary .shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn>a+a,.single-product div.product .summary .yith-wcwl-add-to-wishlist>div.input-group-btn>.btn+a,.single-product div.product .summary .yith-wcwl-add-to-wishlist>div.input-group-btn>a+.btn,.single-product div.product .summary .yith-wcwl-add-to-wishlist>div.input-group-btn>a+a {
margin-left: -1px; }
.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover,.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn>a:active,.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn>a:focus,.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn>a:hover,.single-product div.product .summary .yith-wcwl-add-to-wishlist>div.input-group-btn>a:active,.single-product div.product .summary .yith-wcwl-add-to-wishlist>div.input-group-btn>a:focus,.single-product div.product .summary .yith-wcwl-add-to-wishlist>div.input-group-btn>a:hover {
z-index: 3; }
.input-group-btn:first-child>.btn+.btn,.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn:first-child>.btn+a,.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn:first-child>a+.btn,.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn:first-child>a+a,.single-product div.product .summary .yith-wcwl-add-to-wishlist>div.input-group-btn:first-child>.btn+a,.single-product div.product .summary .yith-wcwl-add-to-wishlist>div.input-group-btn:first-child>a+.btn,.single-product div.product .summary .yith-wcwl-add-to-wishlist>div.input-group-btn:first-child>a+a {
margin-left: 0; }
.input-group-btn:not(:last-child)>.btn,.input-group-btn:not(:last-child)>.btn-group,.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:last-child)>a,.single-product div.product .summary .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:last-child)>a {
margin-right: -1px; }
.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group,.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:first-child)>a,.single-product div.product .summary .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:first-child)>a {
z-index: 2;
margin-left: 0; }
.input-group-btn:not(:first-child)>.btn-group:first-child,.input-group-btn:not(:first-child)>.btn:first-child,.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:first-child)>a:first-child,.single-product div.product .summary .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:first-child)>a:first-child {
margin-left: -1px; }
.input-group-btn:not(:first-child)>.btn-group:active,.input-group-btn:not(:first-child)>.btn-group:focus,.input-group-btn:not(:first-child)>.btn-group:hover,.input-group-btn:not(:first-child)>.btn:active,.input-group-btn:not(:first-child)>.btn:focus,.input-group-btn:not(:first-child)>.btn:hover,.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:first-child)>a:active,.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:first-child)>a:focus,.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:first-child)>a:hover,.single-product div.product .summary .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:first-child)>a:active,.single-product div.product .summary .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:first-child)>a:focus,.single-product div.product .summary .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:first-child)>a:hover {
z-index: 3; }
.img-fluid,.img-thumbnail {
max-width: 100%;
height: auto; }
.img-thumbnail {
padding: .25rem;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 0;
transition: all .2s ease-in-out;
box-shadow: 0 1px 2px rgba(0,0,0,.075); }
.figure {
display: inline-block; }
.figure-img {
margin-bottom: .5rem;
line-height: 1; }
.figure-caption {
font-size: 90%;
color: #868e96; }
@keyframes a {
0% {
background-position: 1rem 0; }
to {
background-position: 0 0; } }
.progress {
display: flex;
height: 1rem;
overflow: hidden;
font-size: .75rem;
background-color: #e9ecef;
border-radius: 0; }
.progress-bar {
display: flex;
align-items: center;
justify-content: center;
color: #fff;
background-color: #e81938; }
.progress-bar-striped {
background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
background-size: 1rem 1rem; }
.progress-bar-animated {
animation: a 1s linear infinite; }
  .custom-title {
font-weight: 600; } html {
font-family: Noto Sans,Helvetica Neue,helvetica,arial,sans-serif;
line-height: 1.875;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
margin: 0;
overflow-x: hidden; }
article,aside,footer,header,nav,section {
display: block; }
h1 {
font-size: 2em;
margin: .67em 0; }
figcaption,figure,main {
display: block; }
figure {
margin: 1em 0; }
hr {
box-sizing: content-box;
height: 0;
overflow: visible; }
pre {
font-family: monospace,monospace;
font-size: 1em; }
a {
background-color: transparent;
-webkit-text-decoration-skip: objects; }
a:active,a:hover {
outline-width: 0; }
abbr[title] {
text-decoration: none; }
b,strong {
font-weight: inherit;
font-weight: 600; }
code,kbd,samp {
font-family: monospace,monospace;
font-size: 1em; }
dfn {
font-style: italic; }
mark {
color: #000;
background-color: #eaeaea; }
small {
font-size: 80%; }
sub,sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -.25em; }
sup {
top: -.5em; }
audio,video {
display: inline-block; }
audio:not([controls]) {
display: none;
height: 0; }
img {
border-style: none; }
svg:not(:root) {
overflow: hidden; }
button,input,optgroup,select,textarea {
font-family: Noto Sans,Helvetica Neue,helvetica,arial,sans-serif;
font-size: 100%;
line-height: 1.875;
margin: 0; }
button,input {
overflow: visible; }
button,select {
text-transform: none; }
[type=reset],[type=submit],button,html [type=button] {
-webkit-appearance: button;
cursor: pointer; }
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
border-style: none;
padding: 0; }
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
outline: 1px dotted ButtonText; }
fieldset {
border-color: #323232;
margin: 0 2px;
padding: .35em .625em .75em; }
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal; }
progress {
display: inline-block;
vertical-align: baseline; }
textarea {
overflow: auto; }
[type=checkbox],[type=radio] {
box-sizing: border-box;
padding: 0; }
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
height: auto; }
[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px; }
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
-webkit-appearance: none; }
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit; }
details,menu {
display: block; }
summary {
display: list-item; }
canvas {
display: inline-block; }
[hidden],template {
display: none; }
.block-fullwidth {
position: relative;
width: 100vw;
left: 50%;
margin-left: -50vw; }  #order_review_heading,.custom-logo-link+.site-branding-text,.elementor-element .gallery-columns-6 .gallery-caption,.elementor-element .gallery-columns-7 .gallery-caption,.elementor-element .gallery-columns-8 .gallery-caption,.elementor-element .gallery-columns-9 .gallery-caption,.entry-gallery .gallery-columns-6 .gallery-caption,.entry-gallery .gallery-columns-7 .gallery-caption,.entry-gallery .gallery-columns-8 .gallery-caption,.entry-gallery .gallery-columns-9 .gallery-caption,.menu-toggle .m-text,.screen-reader-text,.shop-action .yith-wcwl-add-to-wishlist>div span,.single-product div.product .summary .yith-wcwl-add-to-wishlist>div span,.single .gallery-columns-6 .gallery-caption,.single .gallery-columns-7 .gallery-caption,.single .gallery-columns-8 .gallery-caption,.single .gallery-columns-9 .gallery-caption,.site-description,.widget .gallery-columns-6 .gallery-caption,.widget .gallery-columns-7 .gallery-caption,.widget .gallery-columns-8 .gallery-caption,.widget .gallery-columns-9 .gallery-caption,body.single-post article.type-post .entry-footer .social-share-header,body.single-post article.type-post .entry-footer .tags-title {
clip: rect(1px,1px,1px,1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
#order_review_heading:focus,.custom-logo-link+.site-branding-text:focus,.elementor-element .gallery-columns-6 .gallery-caption:focus,.elementor-element .gallery-columns-7 .gallery-caption:focus,.elementor-element .gallery-columns-8 .gallery-caption:focus,.elementor-element .gallery-columns-9 .gallery-caption:focus,.entry-gallery .gallery-columns-6 .gallery-caption:focus,.entry-gallery .gallery-columns-7 .gallery-caption:focus,.entry-gallery .gallery-columns-8 .gallery-caption:focus,.entry-gallery .gallery-columns-9 .gallery-caption:focus,.menu-toggle .m-text:focus,.screen-reader-text:focus,.shop-action .yith-wcwl-add-to-wishlist>div span:focus,.single-product div.product .summary .yith-wcwl-add-to-wishlist>div span:focus,.single .gallery-columns-6 .gallery-caption:focus,.single .gallery-columns-7 .gallery-caption:focus,.single .gallery-columns-8 .gallery-caption:focus,.single .gallery-columns-9 .gallery-caption:focus,.site-description:focus,.widget .gallery-columns-6 .gallery-caption:focus,.widget .gallery-columns-7 .gallery-caption:focus,.widget .gallery-columns-8 .gallery-caption:focus,.widget .gallery-columns-9 .gallery-caption:focus,body.single-post article.type-post .entry-footer .social-share-header:focus,body.single-post article.type-post .entry-footer .tags-title:focus {
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
clip: auto !important;
display: block;
font-size: 14px;
font-size: .875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.overflow-hidden {
overflow: hidden !important; }
.overflow-auto {
overflow: auto !important; }
.overflow-visiable {
overflow: visible !important; }
.overflow-scroll {
overflow: scroll !important; }
.overflow-inherit {
overflow: inherit !important; }
.overflow-initial {
overflow: initial !important; } .alignleft {
display: inline;
float: left;
margin-right: 1.5em; }
.alignright {
display: inline;
float: right;
margin-left: 1.5em; }
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto; } .clear:after,.clear:before,.widget_recent_entries ul:after,.widget_recent_entries ul:before {
content: "";
display: table;
table-layout: fixed; }
#yith-quick-view-modal #yith-quick-view-content .product div.product:after,.clearfix:after,.mc4wp-form-fields:after {
display: block;
clear: both;
content: ""; }
.comment-author:after,.comment-author:before,.comment-content:after,.comment-content:before,.comment-meta:after,.comment-meta:before,.entry-content:after,.entry-content:before,.entry-footer:after,.entry-footer:before,.pagination:after,.pagination:before,.site-content:after,.site-content:before,.site-footer:after,.site-footer:before,.site-header:after,.site-header:before,.widget-area:after,.widget-area:before,.widget:after,.widget:before,.woocommerce-pagination:after,.woocommerce-pagination:before {
content: "";
display: table;
table-layout: fixed; }
.clear:after,.comment-author:after,.comment-content:after,.comment-meta:after,.entry-content:after,.entry-footer:after,.nav-links:after,.pagination:after,.site-content:after,.site-footer:after,.site-header:after,.widget-area:after,.widget:after,.widget_recent_entries ul:after,.woocommerce-pagination:after {
clear: both; } html {
font-size: 16px; }
::selection {
color: #fff; }
body,button,input,select,textarea {
color: #8e8e8e;
font-size: 1rem;
line-height: 1.875;
font-family: Noto Sans,Helvetica Neue,helvetica,arial,sans-serif; }
body {
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.cat-tags-links .tags-heading,.column-item .entry-title,.comment-respond .comment-reply-title,.comments-title,.custom-title,.entry-header .entry-title,.h1,.h2,.h3,.h4,.h5,.h6,.related-posts .related-heading,.widget_rss li .rsswidget,.woocommerce-MyAccount-content h2,h1,h2,h2.widget-title,h2.widgettitle,h3,h4,h5,h6 {
clear: both;
line-height: 1.2;
margin: 0 0 .5em;
padding: .7em 0 0;
letter-spacing: 0; }
.cat-tags-links .tags-heading:first-child,.column-item .entry-title:first-child,.comment-respond .comment-reply-title:first-child,.comments-title:first-child,.custom-title:first-child,.entry-header .entry-title:first-child,.h1:first-child,.h2:first-child,.h3:first-child,.h4:first-child,.h5:first-child,.h6:first-child,.related-posts .related-heading:first-child,.widget_rss li .rsswidget:first-child,.woocommerce-MyAccount-content h2:first-child,h1:first-child,h2.widget-title:first-child,h2.widgettitle:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child {
padding-top: 0; }
.h1,h1 {
font-size: 80px;
font-size: 5rem; }
.h2,h2 {
font-size: 60px;
font-size: 3.75rem; }
.comment-respond .comment-reply-title,.comments-title,.custom-title,.entry-header .entry-title,.h3,.related-posts .related-heading,h3 {
font-size: 40px;
font-size: 2.5rem; }
.cat-tags-links .tags-heading,.column-item .entry-title,.h4,.woocommerce-MyAccount-content h2,h4 {
font-size: 30px;
font-size: 1.875rem; }
.h5,h2.widget-title,h2.widgettitle,h5 {
font-size: 24px;
font-size: 1.5rem; }
.h6,.widget_rss li .rsswidget,h6 {
font-size: 18px;
font-size: 1.125rem; }
p {
margin: 0 0 1.5em;
padding: 0; }
select {
background: transparent; }
cite,dfn,em,i {
font-style: italic; }
blockquote {
quotes: "" "";
color: #fff;
overflow: hidden;
font-size: 24px;
font-size: 1.5rem;
padding: 25px 20px 25px 70px;
line-height: 1.6;
position: relative;
background: #131313;
margin: 0 0 1.5em;
font-style: unset; }
blockquote:before {
position: absolute;
left: 20px;
top: 35px;
line-height: 1; }
@media (min-width: 1200px) {
blockquote {
padding: 35px 40px 35px 105px; }
blockquote:before {
left: 40px;
top: 45px; } }
blockquote p {
margin: 0; }
blockquote cite {
display: block;
font-weight: 600;
margin-top: .5em; }
blockquote a {
color: #fff;
font-weight: 700; }
.wp-block-quote.is-large,.wp-block-quote.is-style-large {
padding: 35px 40px 35px 105px; }
.wp-block-quote.is-large p,.wp-block-quote.is-style-large p {
font-style: unset; }
.has-very-dark-gray-color.has-very-dark-gray-color {
color: #fff; }
address {
margin: 0 0 1.5em; }
pre {
background-color: #131313;
font-family: Courier\ 10 Pitch,Courier,monospace;
line-height: 1.875;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em; }
code,kbd,pre,tt,var {
font-size: 14px;
font-size: .875rem; }
code,kbd,tt,var {
font-family: Monaco,Consolas,Andale Mono,DejaVu Sans Mono,monospace; }
abbr,acronym {
border-bottom: 1px dotted;
border-bottom-color: #eaeaea;
cursor: help; }
ins,mark {
background-color: #eaeaea;
text-decoration: none; }
figure {
margin-bottom: 1.5em; }
big {
font-size: 125%; }
q {
quotes: "“" "”" "‘" "’"; }
:focus {
outline: none; } .page-title-bar {
position: relative;
z-index: 3;
border-width: 0;
overflow: hidden;
background-size: cover; }
.page-title-bar:before {
position: absolute;
width: 100%;
height: 100%;
display: block;
content: "";
background: rgba(0,0,0,.2);
z-index: -1; }
.page-title-bar .vertical-lines .container-wrap {
border: 0; }
.page-title-bar .vertical-lines .line-item {
background: hsla(0,0%,100%,.1); }
.page-title-bar .wrap {
min-height: 430px; }
.page-title-bar .wrap .page-title {
margin-bottom: .2em;
line-height: 1;
padding: 0;
text-align: center;
text-transform: uppercase;
font-size: 80px;
font-size: 5rem; }
@media (max-width: 1280px) {
.page-title-bar .wrap .page-title {
font-size: 60px;
font-size: 3.75rem; } }
@media (max-width: 991px) {
.page-title-bar .wrap .page-title {
font-size: 36px;
font-size: 2.25rem; } }
@media (max-width: 991px) {
.page-title-bar .wrap {
min-height: 150px; } }
.home .page-title-bar {
display: none; }
.page-header,.page-title {
max-width: 100%; }
.page-title {
font-size: 24px;
font-size: 1.5rem;
line-height: 1.2;
color: #fff; }
.breadcrumb,.breadcrumb *,.breadcrumb span {
font-size: 14px;
line-height: 30px; } .form-group {
box-shadow: none;
line-height: 1.875;
border-color: #323232;
margin-bottom: 1rem; }
.form-group.form-button {
margin-bottom: 0; }
.form-group .form-row label {
font-weight: 400;
color: #fff; }
.form-group .form-row label+label {
margin-left: 15px; }
.form-control {
box-shadow: none;
border-color: #323232; }
label {
color: #fff;
display: block;
font-weight: 400;
margin-bottom: 1.5rem;
font-size: 14px;
font-size: .875rem; }
fieldset {
margin-bottom: 1em; }
fieldset legend {
font-weight: 400; }
input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea {
width: 100%;
display: block;
font-size: 14px;
letter-spacing: 0;
border: 1px solid #323232;
border-radius: 0;
padding: 1.069rem 1rem;
background-color: transparent;
transition: all .3s ease; }
textarea::placeholder {
transition: all .5s ease; }
input {
transition: all .3s ease; }
input::placeholder {
transition: all .5s ease; }
input[type=color]:focus::placeholder,input[type=date]:focus::placeholder,input[type=datetime-local]:focus::placeholder,input[type=datetime]:focus::placeholder,input[type=email]:focus::placeholder,input[type=month]:focus::placeholder,input[type=number]:focus::placeholder,input[type=password]:focus::placeholder,input[type=range]:focus::placeholder,input[type=search]:focus::placeholder,input[type=tel]:focus::placeholder,input[type=text]:focus::placeholder,input[type=time]:focus::placeholder,input[type=url]:focus::placeholder,input[type=week]:focus::placeholder {
color: transparent; }
textarea:focus::placeholder {
color: transparent; }
select {
border: 1px solid;
border-color: #323232;
border-radius: 0;
height: 3em;
max-width: 100%;
padding: 0 15px;
font-size: 16px;
font-size: 1rem; }
input[type=checkbox],input[type=radio] {
margin-right: .5em; }
input[type=checkbox]+label,input[type=radio]+label {
font-weight: 400; }
.wpcf7 .wpcf7-form .ajax-loader {
display: none;
margin: 0;
margin-top: 3px;
width: 100%;
background-repeat: no-repeat; }
.wpcf7 .wpcf7-form .ajax-loader.is-active {
display: block; }
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
font-size: 12px;
margin: .5rem;
margin-bottom: 0;
text-align: left;
text-transform: capitalize; }
.elementor-element .wpcf7 .wpcf7-form .gallery,.entry-gallery .wpcf7 .wpcf7-form .gallery,.opal-archive-style-4.archive .wpcf7 .wpcf7-form .site-main,.opal-archive-style-4.blog .wpcf7 .wpcf7-form .site-main,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .wpcf7 .wpcf7-form .woof_redraw_zone,.opal-canvas-filter.top .wpcf7 .wpcf7-form .opal-canvas-filter-wrap,.single-product .wpcf7 .wpcf7-form div.product,.single .wpcf7 .wpcf7-form .gallery,.site-footer .wpcf7 .wpcf7-form .widget-area,.widget .wpcf7 .wpcf7-form .gallery,.woocommerce-account .entry-content>.woocommerce .wpcf7 .wpcf7-form .u-columns.woocommerce-Addresses,.woocommerce-account .wpcf7 .wpcf7-form .entry-content>.woocommerce,.woocommerce-billing-fields .wpcf7 .wpcf7-form .woocommerce-billing-fields__field-wrapper,.woocommerce-cart .wpcf7 .wpcf7-form .woocommerce,.woocommerce-MyAccount-content .wpcf7 .wpcf7-form form[class^=woocommerce-],.wpcf7 .wpcf7-form .comment-form,.wpcf7 .wpcf7-form .elementor-element .gallery,.wpcf7 .wpcf7-form .entry-gallery .gallery,.wpcf7 .wpcf7-form .list-feature-box,.wpcf7 .wpcf7-form .opal-archive-style-4.archive .site-main,.wpcf7 .wpcf7-form .opal-archive-style-4.blog .site-main,.wpcf7 .wpcf7-form .opal-canvas-filter.top .opal-canvas-filter-wrap,.wpcf7 .wpcf7-form .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone,.wpcf7 .wpcf7-form .osf-sorting,.wpcf7 .wpcf7-form .row,.wpcf7 .wpcf7-form .single-product div.product,.wpcf7 .wpcf7-form .single .gallery,.wpcf7 .wpcf7-form .site-footer .widget-area,.wpcf7 .wpcf7-form .widget .gallery,.wpcf7 .wpcf7-form .woocommerce-account .entry-content>.woocommerce,.wpcf7 .wpcf7-form .woocommerce-account .entry-content>.woocommerce .u-columns.woocommerce-Addresses,.wpcf7 .wpcf7-form .woocommerce-address-fields__field-wrapper,.wpcf7 .wpcf7-form .woocommerce-Addresses,.wpcf7 .wpcf7-form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,.wpcf7 .wpcf7-form .woocommerce-cart .woocommerce,.wpcf7 .wpcf7-form .woocommerce-columns--addresses,.wpcf7 .wpcf7-form .woocommerce-MyAccount-content form[class^=woocommerce-],.wpcf7 .wpcf7-form [data-elementor-columns],.wpcf7 .wpcf7-form [data-opal-columns],.wpcf7 .wpcf7-form body.opal-content-layout-2cl #content .wrap,.wpcf7 .wpcf7-form body.opal-content-layout-2cr #content .wrap,.wpcf7 .wpcf7-form body.opal-default-content-layout-2cr #content .wrap,.wpcf7 .wpcf7-form ul.products,body.opal-content-layout-2cl #content .wpcf7 .wpcf7-form .wrap,body.opal-content-layout-2cr #content .wpcf7 .wpcf7-form .wrap,body.opal-default-content-layout-2cr #content .wpcf7 .wpcf7-form .wrap {
margin-left: -15px;
margin-right: -15px; }
.elementor-element .wpcf7 .wpcf7-form .gallery [class*=col],.entry-gallery .wpcf7 .wpcf7-form .gallery [class*=col],.opal-archive-style-4.archive .wpcf7 .wpcf7-form .site-main [class*=col],.opal-archive-style-4.blog .wpcf7 .wpcf7-form .site-main [class*=col],.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .wpcf7 .wpcf7-form .woof_redraw_zone [class*=col],.opal-canvas-filter.top .wpcf7 .wpcf7-form .opal-canvas-filter-wrap [class*=col],.single-product .wpcf7 .wpcf7-form div.product [class*=col],.single .wpcf7 .wpcf7-form .gallery [class*=col],.site-footer .wpcf7 .wpcf7-form .widget-area [class*=col],.widget .wpcf7 .wpcf7-form .gallery [class*=col],.woocommerce-account .entry-content>.woocommerce .wpcf7 .wpcf7-form .u-columns.woocommerce-Addresses [class*=col],.woocommerce-account .wpcf7 .wpcf7-form .entry-content>.woocommerce [class*=col],.woocommerce-billing-fields .wpcf7 .wpcf7-form .woocommerce-billing-fields__field-wrapper [class*=col],.woocommerce-cart .wpcf7 .wpcf7-form .woocommerce [class*=col],.woocommerce-MyAccount-content .wpcf7 .wpcf7-form form[class^=woocommerce-] [class*=col],.wpcf7 .wpcf7-form .comment-form [class*=col],.wpcf7 .wpcf7-form .elementor-element .gallery [class*=col],.wpcf7 .wpcf7-form .entry-gallery .gallery [class*=col],.wpcf7 .wpcf7-form .list-feature-box [class*=col],.wpcf7 .wpcf7-form .opal-archive-style-4.archive .site-main [class*=col],.wpcf7 .wpcf7-form .opal-archive-style-4.blog .site-main [class*=col],.wpcf7 .wpcf7-form .opal-canvas-filter.top .opal-canvas-filter-wrap [class*=col],.wpcf7 .wpcf7-form .osf-sorting [class*=col],.wpcf7 .wpcf7-form .row [class*=col],.wpcf7 .wpcf7-form .single-product div.product [class*=col],.wpcf7 .wpcf7-form .single .gallery [class*=col],.wpcf7 .wpcf7-form .site-footer .widget-area [class*=col],.wpcf7 .wpcf7-form .widget .gallery [class*=col],.wpcf7 .wpcf7-form .woocommerce-account .entry-content>.woocommerce [class*=col],.wpcf7 .wpcf7-form .woocommerce-address-fields__field-wrapper [class*=col],.wpcf7 .wpcf7-form .woocommerce-Addresses [class*=col],.wpcf7 .wpcf7-form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper [class*=col],.wpcf7 .wpcf7-form .woocommerce-cart .woocommerce [class*=col],.wpcf7 .wpcf7-form .woocommerce-columns--addresses [class*=col],.wpcf7 .wpcf7-form .woocommerce-MyAccount-content form[class^=woocommerce-] [class*=col],.wpcf7 .wpcf7-form [data-elementor-columns] [class*=col],.wpcf7 .wpcf7-form [data-opal-columns] [class*=col],.wpcf7 .wpcf7-form body.opal-content-layout-2cl #content .wrap [class*=col],.wpcf7 .wpcf7-form body.opal-content-layout-2cr #content .wrap [class*=col],.wpcf7 .wpcf7-form body.opal-default-content-layout-2cr #content .wrap [class*=col],.wpcf7 .wpcf7-form ul.products [class*=col],body.opal-content-layout-2cl #content .wpcf7 .wpcf7-form .wrap [class*=col],body.opal-content-layout-2cr #content .wpcf7 .wpcf7-form .wrap [class*=col],body.opal-default-content-layout-2cr #content .wpcf7 .wpcf7-form .wrap [class*=col] {
padding-left: 15px;
padding-right: 15px; }
.wpcf7 .wpcf7-form .input-group {
margin-bottom: 1rem; }
.wpcf7 .wpcf7-form-control-wrap {
display: block; }
.wpcf7 div.wpcf7-response-output {
color: #fff;
background: rgba(0,0,0,.5);
margin: 0;
padding: 1em; }
@media (min-width: 768px) {
.wpcf7 div.wpcf7-response-output {
position: fixed;
top: auto;
left: 0;
right: 0;
bottom: 0;
z-index: 99999; } }
.wpcf7 .wpcf7-radio span.wpcf7-list-item {
margin: 0 1em 0 0; }
.wpcf7 span.wpcf7-list-item {
margin: 0; }
.wpcf7 .wpcf7-list-item-label {
font-size: 13px;
font-size: .8125rem;
letter-spacing: 1.8px;
text-transform: uppercase;
font-weight: 400; } :-moz-placeholder,::-webkit-input-placeholder {
color: #8e8e8e;
font-family: Noto Sans,Helvetica Neue,helvetica,arial,sans-serif; }
::-moz-placeholder {
color: #8e8e8e;
font-family: Noto Sans,Helvetica Neue,helvetica,arial,sans-serif;
opacity: 1; }
:-ms-input-placeholder {
color: #8e8e8e;
font-family: Noto Sans,Helvetica Neue,helvetica,arial,sans-serif; } input[type=checkbox] {
vertical-align: middle; }
.opal-checkbox {
position: relative; }
.opal-checkbox .icon-check {
width: 14px;
height: 14px;
cursor: pointer;
position: absolute;
top: 2px;
left: 0;
border: 1px solid;
border-color: #e1e1e1;
background-color: transparent; }
.opal-checkbox .icon-check:after {
font-family: FontAwesome;
content: "\f00c";
position: absolute;
top: -2px;
left: 2px;
opacity: 0;
font-size: 10px;
font-size: .625rem; }
.opal-checkbox .icon-check:hover:after {
opacity: .5; }
.opal-checkbox input[type=checkbox] {
visibility: hidden;
position: absolute;
top: 4px;
left: 0; }
.opal-checkbox input[type=checkbox]:checked+.icon-check:after {
opacity: 1; }
.opal-checkbox input[type=checkbox]:checked+.icon-check+span {
font-weight: 600;
color: #fff; }
.opal-checkbox .info {
padding-left: 1.5rem; } .opal-radio {
position: relative; }
.opal-radio .icon-check {
width: 14px;
height: 14px;
cursor: pointer;
position: absolute;
top: 2px;
left: 0;
border: 1px solid;
border-color: #e1e1e1;
background-color: transparent; }
.opal-radio .icon-check:after {
font-family: FontAwesome;
content: "\f111";
position: absolute;
top: 0;
left: 3px;
opacity: 0;
font-size: 8px; }
.opal-radio .icon-check:hover:after {
opacity: .5; }
.opal-radio input[type=radio] {
visibility: hidden;
position: absolute;
top: 4px;
left: 0; }
.opal-radio input[type=radio]:checked+.icon-check:after {
opacity: 1; }
.opal-radio input[type=radio]:checked+.icon-check+span {
font-weight: 400;
color: #fff; }
.opal-radio .info {
padding-left: 1.5rem; }
.otf-input-group {
display: flex; }
.otf-input-group button,.otf-input-group input[type=submit] {
margin-left: -1px; }
.otf-input-group button {
border-width: 1px; }
.post-password-form p {
display: flex;
ms-flex-align: end;
align-items: flex-end;
max-width: 320px; }
.post-password-form label {
margin-bottom: 0;
flex-grow: 1; }
.post-password-form input {
font-size: 14px;
height: 52px;
box-shadow: 0 0;
margin-top: 0;
flex: 1; }
.post-password-form input[type=password] {
background-color: #323232; }
.post-password-form input[type=submit] {
margin-left: 8px; } hr {
border: 0;
height: 1px;
margin-bottom: 1.5em; }
.box-content,.opal-sidebar-boxed:not(.opal-sidebar-title-outside) #secondary .widget,.opal-sidebar-title-outside #secondary .widget>:not(.widget-title):not(.customize-partial-edit-shortcut) {
background-color: #fff;
padding: 30px 40px;
border-radius: .25rem; }
.box-border,.box-shadow {
background-color: #fff;
border-radius: .25rem;
padding: 30px; } ol,ul {
margin: 0 0 1.5em;
padding: 0; }
ul {
list-style: disc; }
ol {
list-style: decimal; }
li>ol,li>ul {
margin-bottom: 0;
margin-left: 1.5em; }
dt {
font-weight: 700; }
dd {
margin: 0 1.5em 1.5em; }
#reviews .commentlist,#reviews .commentlist .children,.comment-list,.comment-list .children,.list-inline,.list-unstyled,.opal-custom-menu-inline .widget ul {
padding-left: 0;
list-style: none; }
.list-inline-item {
display: inline-block; }
.list-inline-item:not(:last-child) {
margin-right: 5px; } table {
border-collapse: collapse;
margin: 0 0 1.5em;
width: 100%; }
thead th {
border-color: #323232;
padding-bottom: .5em; }
th {
padding: .4em;
text-align: left; }
tr {
border-color: #323232; }
td {
padding: .4em; }
td:first-child,th:first-child {
padding-left: 0; }
td:last-child,th:last-child {
padding-right: 0; }
.table-striped tbody tr:nth-of-type(2n) {
background-color: #eaeaea; } a {
text-decoration: none;
transition: all .3s ease; }
a:active,a:hover {
outline: 0; } .post-thumbnail {
position: relative;
margin-bottom: 35px; }
.post-thumbnail a,.post-thumbnail img {
display: block; }
.post-thumbnail.embed-responsive {
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
box-sizing: border-box; }
.effect-thumbnail:hover .post-thumbnail a:before,.elementor-widget-opal-box-overview .elementor-box-overview-wrapper:hover .post-thumbnail a:before {
visibility: visible;
opacity: 1;
-ms-opacity: 1;
-o-opacity: 1;
-moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100); }
.effect-thumbnail:hover .post-thumbnail img,.elementor-widget-opal-box-overview .elementor-box-overview-wrapper:hover .post-thumbnail img {
filter: grayscale(0);
opacity: 1;
-ms-opacity: 1;
-o-opacity: 1;
-moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100); }
.effect-thumbnail .post-thumbnail,.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .post-thumbnail {
position: relative; }
.effect-thumbnail .post-thumbnail a,.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .post-thumbnail a {
display: block;
background-image: linear-gradient(left,#e81938,#022);
background-image: -webkit-linear-gradient(left,#e81938,#022); }
.effect-thumbnail .post-thumbnail a:before,.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .post-thumbnail a:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
background: rgba(0,0,0,.3);
display: block;
z-index: 1;
opacity: 0;
-ms-opacity: 0;
-o-opacity: 0;
-moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
transition: all .3s ease; }
.effect-thumbnail .post-thumbnail img,.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .post-thumbnail img {
display: block;
filter: grayscale(100%);
opacity: .2;
-ms-opacity: .2;
-o-opacity: .2;
-moz-opacity: .2;
-webkit-opacity: .2;
filter: alpha(opacity=20);
transition: all .3s ease; }
.effect-thumbnail-v2:hover .entry-header,.elementor-widget-opal-box-overview .elementor-box-overview-wrapper:hover .entry-header {
border-bottom: 4px solid #131313; }
.effect-thumbnail-v2 .entry-header,.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .entry-header {
transition: all .3s ease;
border-bottom: 4px solid transparent; }
.effect-thumbnail-v3:hover .post-thumbnail img {
transform: scale(1.1); }
.effect-thumbnail-v3 .post-thumbnail {
overflow: hidden; }
.effect-thumbnail-v3 .post-thumbnail img {
transform: scale(1);
transition: all .5s ease; }
.effect-thumbnail-v4,.elementor-widget-opal-box-overview {
transition: all .3s ease; }
.effect-thumbnail-v4:hover,.elementor-widget-opal-box-overview:hover {
transform: translateY(-5px); } .main-navigation {
clear: both; }
.main-navigation ul ul {
min-width: 280px; }
.main-navigation .top-menu>li:not(:last-child) {
margin-right: 50px; }
@media (min-width: 768px) and (max-width: 991px) {
.main-navigation .top-menu>li:not(:last-child) {
margin-right: 25px; } }
.main-navigation .top-menu>li:not(:last-child):before {
font-size: 5px;
font-size: .3125rem;
position: absolute;
top: 50%;
right: -25px;
transform: translateY(-50%);
margin-top: -2px; }
.main-navigation .top-menu>li>a {
font-size: 18px;
font-size: 1.125rem;
padding: 1em 0;
font-weight: 500;
position: relative;
text-transform: uppercase; }
.main-navigation>div>ul {
padding: .75em 1.695em; }
.main-navigation .text-label {
font-size: 11px;
font-size: .6875rem;
font-weight: 400;
padding-left: .25rem;
padding-right: .25rem;
border-radius: .25rem;
color: #fff;
margin-left: .25rem;
display: inline-block;
text-align: center;
min-width: 32px;
position: absolute;
line-height: 1.4;
transform: translate(-30px,-100%); }
.main-navigation .text-label:before {
content: "";
border: 5px solid transparent;
position: absolute;
bottom: -10px;
left: 7px; }
.main-navigation.d-block,.shop-action .main-navigation.compare,.shop-action .main-navigation.yith-wcqv-button,.shop-action .yith-wcwl-add-button .main-navigation.add_to_wishlist,.shop-action .yith-wcwl-add-to-wishlist>div>a.main-navigation,.single-product div.product .summary .yith-wcwl-add-button .main-navigation.add_to_wishlist,.single-product div.product .summary .yith-wcwl-add-to-wishlist>div>a.main-navigation,ul.main-navigation.order_details:after,ul.main-navigation.order_details:before,ul.order_details li strong.main-navigation {
width: 100%; }
.mainmenu-container {
clear: both; }
.mainmenu-container ul {
background-color: #fff;
list-style: none;
margin: 0;
padding: 0 1.5em;
text-align: left; }
.mainmenu-container ul ul {
padding-left: 0;
padding-right: 0; }
.mainmenu-container ul ul.toggled-on {
display: block; }
.mainmenu-container ul ul .menu-item>a {
letter-spacing: 0;
position: relative;
text-transform: none;
font-size: 16px;
font-size: 1rem;
line-height: 20px;
width: 100%;
display: block;
margin-bottom: 0;
padding: 10px 20px; }
.mainmenu-container ul ul .menu-item>a:active,.mainmenu-container ul ul .menu-item>a:focus,.mainmenu-container ul ul .menu-item>a:hover {
background-color: rgba(34,34,34,.1); }
.mainmenu-container li {
position: relative;
text-align: left; }
.mainmenu-container li li,.mainmenu-container li li:last-child {
border: 0; }
.mainmenu-container li a span {
padding-right: .5rem; }
.mainmenu-container .menu-item>a {
display: inline-block;
width: 100%;
text-decoration: none;
position: relative;
font-weight: 400; }
.mainmenu-container li li.current-menu-item a:focus,.mainmenu-container li li.current-menu-item a:hover,.mainmenu-container li li.current_page_item a:focus,.mainmenu-container li li.current_page_item a:hover,.mainmenu-container li li.focus>a,.mainmenu-container li li:focus>a,.mainmenu-container li li:hover>a {
color: #000; }
.mainmenu-container>div>ul {
padding: .75em 1.695em; }
.mainmenu-container .text-label {
font-size: 11px;
font-size: .6875rem;
font-weight: 400;
padding-left: .25rem;
padding-right: .25rem;
border-radius: .25rem;
margin-left: .25rem;
display: inline-block;
text-align: center;
min-width: 32px;
position: absolute;
line-height: 1.4;
transform: translate(-30px,-100%); }
.mainmenu-container .text-label:before {
content: "";
border: 5px solid transparent;
position: absolute;
bottom: -10px;
left: 7px; }
.sub-menu .text-label {
position: static;
transform: translateY(-80%); } .main-navigation ul,.sub-menu .text-label:before {
display: none; }
.main-navigation.toggled-on>div>ul {
display: block; } .menu-toggle {
background-color: transparent;
box-shadow: none;
color: #fff;
display: none;
font-size: 22px;
font-size: 1.375rem;
font-weight: 800;
line-height: 1.5;
outline: none !important;
padding: .7em;
text-shadow: none;
position: relative;
border: none;
z-index: 100; }
.menu-toggle i {
padding-right: 5px;
font-weight: 700; } .main-navigation.toggled-on ul.nav-menu,.menu-toggle {
display: block; }
.menu-toggle:focus,.menu-toggle:hover {
background-color: transparent;
box-shadow: none; }
.menu-toggle:focus {
outline: thin solid; }
.menu-toggle .fa,.menu-toggle .icon {
margin-right: .5em;
top: -2px; }
.menu-toggle .icon-close,.toggled-on .menu-toggle .icon-bars {
display: none; }
.toggled-on .menu-toggle .icon-close {
display: inline-block; } .dropdown-toggle {
border: 0;
box-shadow: none;
display: block;
font-size: 16px;
font-size: 1rem;
right: 0;
line-height: 1.5;
margin: 0 auto;
padding: .5em 1em;
position: absolute;
text-shadow: none;
top: 0; }
.dropdown-toggle,.dropdown-toggle:focus,.dropdown-toggle:hover {
background-color: transparent;
color: #222; }
.dropdown-toggle:focus {
outline: thin dotted; }
.dropdown-toggle.toggled-on .fa,.dropdown-toggle.toggled-on .icon {  transform: rotate(-180deg); } .social-navigation {
font-size: 14px;
font-size: .875rem; }
.social-navigation ul {
list-style: none;
margin-bottom: 0;
margin-left: 0; }
.social-navigation li {
display: inline; }
.social-navigation li:first-child {
margin-left: 0; }
.social-navigation a {
display: inline-block;
text-align: center;
line-height: 44px;
width: 44px; } .my-account-links-menu {
list-style: none; }
.my-account-links-menu li {
position: relative; }
.my-account-links-menu li:hover .sub-menu {
top: 100%;
visibility: visible;
opacity: 1;
z-index: 2; }
.my-account-links-menu>li {
display: inline-block;
list-style: none; }
.my-account-links-menu .sub-menu {
opacity: 0;
position: absolute;
top: 200%;
right: -1px;
min-width: 200px;
background-color: #ccc;
visibility: hidden;
margin: 0;
transition: .3s; }
.my-account-links-menu .sub-menu li {
float: none !important; }
.my-account-links-menu .sub-menu li:first-child {
border-left: none; }
.my-account-links-menu .sub-menu li a {
border: none;
text-align: left; }
[class*=topbar-text-] p {
margin-bottom: 0;
padding-left: 1rem;
padding-right: 1rem; }
.custom-header .my-account-links-menu>li:first-child>a {
font-size: 0;
display: block; }
.custom-header .my-account-links-menu>li:first-child>a:before {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 1;
font-family: FontAwesome;
content: "\f007";
font-size: 12px;
font-size: .75rem;
padding: 1.75em 1.25em;
line-height: inherit; }
.custom-header .my-account-links-menu .sub-menu {
background-color: #fff;
border-top: none;
list-style: none; }
.custom-header .my-account-links-menu .sub-menu a {
padding: .75em 1.25em;
display: block;
font-size: 12px;
font-size: .75rem; } .site-header .menu-scroll-down {
display: none; }
.opal-menu-canvas.main-navigation>div>ul {
display: block; }
.vertical-navigation {
position: relative;
width: 100%; }
.vertical-navigation .menu-open-label {
padding: 1em 25px;
font-size: 16px;
font-size: 1rem;
font-weight: 500;
display: block; }
.vertical-navigation .menu-open-label i,.vertical-navigation .menu-open-label img {
margin-right: 15px; }
.vertical-navigation .arrow-opener {
position: absolute;
right: 25px;
top: 50%;
margin-top: -16px; }
.vertical-navigation .arrow-opener:before {
content: "\e1aa";
font-family: web-mob !important;
font-style: normal !important;
font-weight: 400 !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
color: #fff;
font-size: 8px;
font-size: .5rem; }
.vertical-navigation ul {
margin: 0;
list-style: none; }
.vertical-navigation.show-on-hover .vertical-menu-dropdown {
opacity: 0;
visibility: hidden;
pointer-events: none; }
.vertical-navigation.show-on-hover:hover .vertical-menu-dropdown {
opacity: 1;
visibility: visible;
pointer-events: visible; }
.vertical-menu-dropdown {
position: absolute;
width: 100%;
z-index: 3;
transition: opacity .25s ease,visibility .25s ease,left .25s ease; }
body:not(.opal-header-layout-sideHeader) .search_nav {
left: -999em !important; }
body:not(.opal-header-layout-sideHeader) .search_nav.active {
left: auto !important;
right: 0 !important;
top: 100%;
opacity: 1;
visibility: visible;
pointer-events: visible; }
.navigation-logo {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center; }
.navigation-logo .custom-logo-link {
padding: 0; }
.navigation-logo .site-branding {
padding: 0 1em; }
.navigation-has-logo {
display: block; }
.navigation-has-logo .mainmenu-container {
position: relative;
transition: .35s;
opacity: 0;
text-align: center; }
.navigation-has-logo.menu-calculated .mainmenu-container {
opacity: 1; }
.navigation-has-logo.d-inline-block {
position: relative; }
.main-navigation a {
font-size: 1em; }
.main-navigation a.fa:before {
font-size: 14px;
font-size: .875rem; }
.main-navigation .menu-item>a {
color: #fff; }
.main-navigation li li {
border: 0;
border: none; }
.main-navigation li li a:before {
display: none; }
.main-navigation ul ul {
box-shadow: 0 1px 16px 0 rgba(0,0,0,.1);
border: 0; } .opal-wrapper {
overflow: hidden; }
#page,.opal-wrapper {
transition: transform .5s; }
#page {
z-index: 101; }
#opal-canvas-menu a>.fa-angle-down {
display: none; }
.scroller {
overflow-y: scroll; }
.menu-trigger,.scroller,.scroller-inner {
position: relative; }
.menu-trigger {
padding-left: 60px;
font-size: .9em; }
.menu-trigger:before {
position: absolute;
top: 2px;
left: 0;
width: 40px;
height: 6px;
background: #fff;
box-shadow: 0 6px #34495e,0 12px #fff,0 18px #34495e,0 24px #fff;
content: ""; }
.mp-pusher {
position: relative;
left: 0;
height: 100%; }
.opal-layout-boxed .mp-menu {
opacity: 0;
pointer-events: none;
transition: all .3s ease-in; }
.opal-layout-boxed .mp-menu.mp-menu-active {
opacity: 1;
pointer-events: auto; }
.mp-menu {
position: fixed; top: 0;
left: 0;
z-index: 1;
width: 300px;
height: 100%;
transform: translate3d(-200px,0,0);
display: block;
transition: all .35s ease;
opacity: 0; }
.mp-menu.mp-menu-active {
z-index: 3;
transform: translateZ(0);
opacity: 1; }
.mp-menu.mp-menu-active+#page {
transform: translateX(300px); }
.mp-menu.mp-menu-active+#page:before {
content: "";
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
z-index: 100;
background: rgba(0,0,0,.4); }
.mp-level {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #353535;
transform: translate3d(-100%,0,0);
z-index: 3;
overflow: auto; }
.mp-level::-webkit-scrollbar {
width: 3px; }
.mp-level::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
background-color: #f5f5f5; }
.mp-level::-webkit-scrollbar-thumb {
background-color: #000; } .mp-level:after,.mp-level:before,.mp-pusher:after {
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
content: "";
opacity: 0; }
.mp-level:after,.mp-pusher:after {
background: rgba(0,0,0,.3);
transition: opacity .3s,width .1s .3s,height .1s .3s; }
.mp-level:after {
z-index: -1; }
.mp-pusher.mp-pushed:after {
width: 100%;
height: 100%;
opacity: 1;
transition: opacity .3s; }
.mp-level.mp-level-overlay {
cursor: pointer; }
.mp-level.mp-level-overlay:after {
width: 100%;
height: 100%;
opacity: 1;
transition: opacity .3s; }
.mp-level.mp-level-overlay.mp-level:before {
width: 100%;
height: 100%;
background: transparent;
opacity: 1; }
.mp-level,.mp-pusher {
transition: all .5s; } .mp-overlap .mp-level.mp-level-open {
box-shadow: 1px 0 2px rgba(0,0,0,.2);
transform: translate3d(-40px,0,0); } .mp-menu.mp-overlap>.mp-level,.mp-menu.mp-overlap>.mp-level.mp-level-open,.mp-menu>.mp-level,.mp-menu>.mp-level.mp-level-open {
box-shadow: none;
transform: translateZ(0); } .mp-cover .mp-level.mp-level-open {
transform: translateZ(0); }
.mp-cover .mp-level.mp-level-open>ul>li>.mp-level:not(.mp-level-open) {
transform: translate3d(-100%,0,0); } .mp-menu ul {
margin: 0;
padding: 0;
list-style: none; }
.mp-menu h2 {
margin: 0;
padding: 1em;
color: rgba(0,0,0,.4);
text-shadow: 0 0 1px rgba(0,0,0,.1);
font-weight: 300;
font-size: 2em; }
.mp-menu.mp-overlap h2:before {
position: absolute;
top: 0;
right: 0;
margin-right: 8px;
font-size: 75%;
line-height: 1.8;
opacity: 0;
transition: opacity .3s,transform .1s .3s;
transform: translateX(-100%); }
.mp-menu.mp-cover h2 {
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
font-size: 1em; }
.mp-overlap .mp-level.mp-level-overlay>h2:before {
opacity: 1;
transition: transform .3s,opacity .3s;
transform: translateX(0); }
.mp-menu ul li>a {
display: block;
padding: .7em 3em .7em 1.2em;
outline: none;
box-shadow: inset 0 -1px rgba(0,0,0,.15);
text-shadow: 0 0 1px hsla(0,0%,100%,.1);
font-size: 15px;
font-size: .9375rem;
transition: background .3s,box-shadow .3s; }
.mp-menu ul li:before {
position: absolute;
left: 10px;
z-index: -1;
color: rgba(0,0,0,.2);
line-height: 3.5; }
.mp-level>ul>li:first-child>a {
box-shadow: inset 0 -1px rgba(0,0,0,.2),inset 0 1px rgba(0,0,0,.2); }
.mp-menu a,.mp-menu a:hover {
color: #fff; }
.mp-menu ul li a:hover {
background: rgba(0,0,0,.2);
box-shadow: inset 0 -1px transparent; }
.mp-menu .menu>li>a {
text-transform: uppercase;
font-weight: 700; }
.mp-menu .menu>li>a .opal-icon-chevron-down {
display: none; }
.mp-level>ul>li:first-child>a:hover {
background: rgba(0,0,0,.2); }
.mp-level.mp-level-overlay>ul>li:first-child>a,.mp-level>ul>li:first-child>a:hover,.mp-menu .mp-level.mp-level-overlay>ul>li>a {
box-shadow: inset 0 -1px transparent; }
.mp-level.mp-level-overlay>ul>li:first-child>a,.mp-level>ul>li:first-child>a:hover {
box-shadow: inset 0 -1px transparent,inset 0 1px transparent; } .mp-back {
background: rgba(0,0,0,.1);
outline: none;
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
display: block;
font-size: .8em;
padding: 1em;
position: relative;
box-shadow: inset 0 1px rgba(0,0,0,.1);
transition: background .3s; }
.mp-back .fa {
font-size: 12px; }
.mp-back:after {      }
.mp-menu .mp-level.mp-level-overlay>.mp-back,.mp-menu .mp-level.mp-level-overlay>.mp-back:after {
background: transparent;
box-shadow: none;
color: transparent; }  .no-csstransforms3d .mp-pusher,.no-js .mp-pusher {
padding-left: 300px; }
.no-csstransforms3d .mp-menu .mp-level,.no-js .mp-menu .mp-level {
display: none; }
.no-csstransforms3d .mp-menu>.mp-level,.no-js .mp-menu>.mp-level {
display: block; }
.mp-menu .menu-item-has-children>a {
position: relative;
z-index: 1; }
.mp-pushed .scroller:before {
content: "";
left: 0;
z-index: 100;
background: rgba(0,0,0,.4); }
.mp-pushed .scroller:before,.trigger {
top: 0;
right: 0;
bottom: 0;
position: absolute; }
.trigger {
width: 4em;
display: flex !important;
justify-content: center;
align-items: center;
z-index: 2;
border-left: 1px solid rgba(0,0,0,.15);
background: rgba(0,0,0,.05);
font-size: 12px !important; }
.trigger:hover {
background: rgba(0,0,0,.2); } .page-numbers:not(ul) {
display: inline-block;
line-height: 3em;
height: 3em;
width: 3em;
margin-right: 2px;
margin-left: 2px;
color: #bcbcbc;
font-weight: 600;
text-transform: uppercase; }
.page-numbers:not(ul).current {
display: inline-block;
border-radius: 50%; }
.elementor-element .gallery-columns-6 .page-numbers:not(ul).current .gallery-caption,.elementor-element .gallery-columns-7 .page-numbers:not(ul).current .gallery-caption,.elementor-element .gallery-columns-8 .page-numbers:not(ul).current .gallery-caption,.elementor-element .gallery-columns-9 .page-numbers:not(ul).current .gallery-caption,.entry-gallery .gallery-columns-6 .page-numbers:not(ul).current .gallery-caption,.entry-gallery .gallery-columns-7 .page-numbers:not(ul).current .gallery-caption,.entry-gallery .gallery-columns-8 .page-numbers:not(ul).current .gallery-caption,.entry-gallery .gallery-columns-9 .page-numbers:not(ul).current .gallery-caption,.menu-toggle .page-numbers:not(ul).current .m-text,.page-numbers:not(ul).current #order_review_heading,.page-numbers:not(ul).current .custom-logo-link+.site-branding-text,.page-numbers:not(ul).current .elementor-element .gallery-columns-6 .gallery-caption,.page-numbers:not(ul).current .elementor-element .gallery-columns-7 .gallery-caption,.page-numbers:not(ul).current .elementor-element .gallery-columns-8 .gallery-caption,.page-numbers:not(ul).current .elementor-element .gallery-columns-9 .gallery-caption,.page-numbers:not(ul).current .entry-gallery .gallery-columns-6 .gallery-caption,.page-numbers:not(ul).current .entry-gallery .gallery-columns-7 .gallery-caption,.page-numbers:not(ul).current .entry-gallery .gallery-columns-8 .gallery-caption,.page-numbers:not(ul).current .entry-gallery .gallery-columns-9 .gallery-caption,.page-numbers:not(ul).current .menu-toggle .m-text,.page-numbers:not(ul).current .screen-reader-text,.page-numbers:not(ul).current .shop-action .yith-wcwl-add-to-wishlist>div span,.page-numbers:not(ul).current .single-product div.product .summary .yith-wcwl-add-to-wishlist>div span,.page-numbers:not(ul).current .single .gallery-columns-6 .gallery-caption,.page-numbers:not(ul).current .single .gallery-columns-7 .gallery-caption,.page-numbers:not(ul).current .single .gallery-columns-8 .gallery-caption,.page-numbers:not(ul).current .single .gallery-columns-9 .gallery-caption,.page-numbers:not(ul).current .site-description,.page-numbers:not(ul).current .widget .gallery-columns-6 .gallery-caption,.page-numbers:not(ul).current .widget .gallery-columns-7 .gallery-caption,.page-numbers:not(ul).current .widget .gallery-columns-8 .gallery-caption,.page-numbers:not(ul).current .widget .gallery-columns-9 .gallery-caption,.page-numbers:not(ul).current body.single-post article.type-post .entry-footer .social-share-header,.page-numbers:not(ul).current body.single-post article.type-post .entry-footer .tags-title,.shop-action .yith-wcwl-add-to-wishlist>div .page-numbers:not(ul).current span,.single-product div.product .summary .yith-wcwl-add-to-wishlist>div .page-numbers:not(ul).current span,.single .gallery-columns-6 .page-numbers:not(ul).current .gallery-caption,.single .gallery-columns-7 .page-numbers:not(ul).current .gallery-caption,.single .gallery-columns-8 .page-numbers:not(ul).current .gallery-caption,.single .gallery-columns-9 .page-numbers:not(ul).current .gallery-caption,.widget .gallery-columns-6 .page-numbers:not(ul).current .gallery-caption,.widget .gallery-columns-7 .page-numbers:not(ul).current .gallery-caption,.widget .gallery-columns-8 .page-numbers:not(ul).current .gallery-caption,.widget .gallery-columns-9 .page-numbers:not(ul).current .gallery-caption,body.single-post article.type-post .entry-footer .page-numbers:not(ul).current .social-share-header,body.single-post article.type-post .entry-footer .page-numbers:not(ul).current .tags-title {
clip: rect(1px,1px,1px,1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px; }
.next.page-numbers,.prev.page-numbers {
display: inline-block;
transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .3s ease-in-out;
text-indent: unset;
padding: 0 20px; }
.next.page-numbers:after,.prev.page-numbers:after {
content: none; }
.next.page-numbers span,.prev.page-numbers span {
margin: 0 2px; }
.elementor-pagination .next.page-numbers,.elementor-pagination .prev.page-numbers {
width: auto;
height: auto; }
.page-numbers {
text-align: center; }
.comments-pagination,.pagination,.woocommerce-pagination {
font-size: 14px;
font-size: .875rem;
padding: 2em 0;
text-align: center;
margin-top: 2em; }
.comments-pagination .icon,.pagination .icon,.woocommerce-pagination .icon {
width: .666666666em;
height: .666666666em; }
.comments-pagination {
border: 0; }
.woocommerce-pagination {
text-align: center; }
.woocommerce-pagination ul.page-numbers {
display: inline-block;
padding: 0;
margin: 0; }
.woocommerce-pagination ul.page-numbers li {
display: inline-block; } html {
box-sizing: border-box; }
*,:after,:before { box-sizing: inherit; }
body {
background-color: #1a1a1a; }
@media (max-width: 767px) {
body #secondary {
margin-top: 60px; } }
@media (max-width: 767px) {
body #secondary,body .primary {
flex: 0 0 100%;
max-width: 100%; } }
body.opal-content-layout-2cl #primary,body.opal-content-layout-2cr #primary,body.opal-default-content-layout-2cr #primary {
padding-right: 15px;
padding-left: 15px; }
@media (min-width: 769px) {
body.opal-content-layout-2cl #primary,body.opal-content-layout-2cr #primary,body.opal-default-content-layout-2cr #primary {
flex: 0 0 calc(100% - 425px);
max-width: calc(100% - 425px); } }
@media (min-width: 769px) {
body.opal-content-layout-2cl #secondary,body.opal-content-layout-2cr #secondary,body.opal-default-content-layout-2cr #secondary {
flex: 0 0 425px;
max-width: 425px; } }
body.opal-content-layout-2cr #secondary .inner,body.opal-default-content-layout-2cr #secondary .inner {
padding-left: 30px; }
body.opal-content-layout-2cl #secondary .inner,body.opal-default-content-layout-2cl #secondary .inner {
padding-right: 30px; }
body.opal-layout-boxed #page {
background: #fff; }
#page {
position: relative;
word-wrap: break-word;
overflow: hidden; }
[data-opal-columns="7"] .column-item {
flex: 0 0 14.28571%;
max-width: 14.28571%; }
[data-opal-columns="8"] .column-item {
flex: 0 0 12.5%;
max-width: 12.5%; }
[data-opal-columns="9"] .column-item {
flex: 0 0 11.11111%;
max-width: 11.11111%; }
[data-opal-columns="10"] .column-item {
flex: 0 0 10%;
max-width: 10%; }
[data-opal-columns="11"] .column-item {
flex: 0 0 9.09091%;
max-width: 9.09091%; }
#primary {
max-width: 100%; }
@media (max-width: 1199px) {
.opal-container-full #content,.opal-container-full .container,.opal-container-full .opal-canvas-filter.top,.opal-container-full .otf-product-recently-content .widget_recently_viewed_products,.opal-container-full .single-product .related.products,.opal-container-full .single-product .up-sells.products,.opal-container-full ul.elementor-nav-menu--dropdown.mega-fullwidth>li.mega-menu-item>.elementor,.otf-product-recently-content .opal-container-full .widget_recently_viewed_products,.single-product .opal-container-full .related.products,.single-product .opal-container-full .up-sells.products {
max-width: 100%; } }
.opal-container-full .page-title-bar {
border-bottom: 1px solid #e1e1e1; }
.opal-container-full .page-title-bar .page-header {
margin-top: 5px; } #masthead .wrap,.site-header {
position: relative; }
.site-header {
background-color: #000;
z-index: 4; }
.site-header .widget,.site-header .wpb_button,.site-header .wpb_content_element,.site-header ul.wpb_thumbnails-fluid>li {
margin-bottom: 0; }
.site-header .widget {
padding-bottom: 0; }
.otf-product-recently-content .site-header .widget_recently_viewed_products,.single-product .site-header .related.products,.single-product .site-header .up-sells.products,.site-header #content,.site-header .container,.site-header .opal-canvas-filter.top,.site-header .otf-product-recently-content .widget_recently_viewed_products,.site-header .single-product .related.products,.site-header .single-product .up-sells.products,.site-header ul.elementor-nav-menu--dropdown.mega-fullwidth>li.mega-menu-item>.elementor {
float: unset; }
.site-header .wpb_wrapper {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap; }
.site-header .wpb_wrapper .wpb_wrapper {
display: block; }
.site-header .text-left .wpb_wrapper {
justify-content: flex-start; }
.site-header .text-right .wpb_wrapper {
justify-content: flex-end; }
.site-header .header-content {
border-bottom: 1px solid #323232; }
.site-header .header-content .custom-header {
margin-right: auto;
margin-left: auto; }
.site-header .header-content .custom-header .header-main-content {
justify-content: space-between; }
@media (min-width: 1201px) {
.site-header .header-content .navigation-top {
padding-right: 20px;
padding-left: 20px; } }
.site-header .header-group {
display: flex;
align-items: center; }
@media (min-width: 1201px) {
.site-header .header-group {
justify-content: flex-end; } }
@media (max-width: 767px) {
.site-header .header-group {
width: 100%;
display: none; }
.site-header .header-group .site-header-account,.site-header .header-group .site-header-cart {
display: none; } }
.site-header .header-group>* {
margin-right: 25px; }
.site-header .header-group>.site-header-cart,.site-header .header-group>:last-child {
margin-right: 0; }
.site-header .header-group .search-form {
padding: 10px;
box-shadow: 0 0 30px 0 rgba(0,0,0,.05);
background-color: #fff; }
.site-header .header-group .search-field {
padding: 0;
border: 0;
font-size: 12px;
font-weight: 400;
line-height: 26px;
letter-spacing: .25px;
border-bottom: 1px solid transparent; }
.site-header .header-group .search-field:focus,.site-header .header-group .search-field:hover {
border-bottom-color: #313131; }
.site-header .header-group .search-submit {
display: none; } .site-branding {
position: relative;
transition: margin-bottom .2s;
z-index: 3;
display: inline-block; }
.site-branding a {
text-decoration: none;
transition: opacity .2s; }
.site-branding a:focus,.site-branding a:hover {
opacity: .7; }
.site-title {
clear: none;
font-size: 18px;
font-weight: 800;
line-height: 1.25;
letter-spacing: .08em;
margin: 0;
padding: 0;
text-transform: uppercase;
color: #222;
opacity: 1; }
.site-title a {
color: #fff;
opacity: 1; }
.site-description {
font-size: 13px;
margin-bottom: 0; }
.custom-logo-link {
display: inline-block;
vertical-align: middle;
width: auto; }
.custom-logo-link img {
display: block;
max-height: 80px; }
.custom-logo-link a:focus,.custom-logo-link a:hover {
opacity: .9; }
body:not(.title-tagline-hidden) .site-branding-text {
display: inline-block;
vertical-align: middle; }
.custom-header {
position: relative;
z-index: 1;
padding-top: 10px;
padding-bottom: 10px; }
.navigation-button {
display: inline-block; }
.navigation-button .menu-toggle {
display: block; } @media (min-width: 992px) {
body.opal-header-absolute .site-header {
position: absolute;
width: 100%;
background-color: transparent; } }
.list-account li {
font-size: 12px;
font-size: .75rem;
float: left; }
.list-account li a {
padding: 0 12px; }
.list-account i {
margin-right: 10px; }
.site-header-account {
vertical-align: middle; }
.site-header-account .icon {
width: 40px;
height: 40px;
vertical-align: middle;
line-height: 40px;
margin: 0; }
.site-header-account .icon:before {
text-align: center;
vertical-align: middle;
font-size: 30px;
font-size: 1.875rem;
width: 45px;
height: 40px;
line-height: 36px;
display: block; }
.header-search {
position: relative; }
.header-search .search-button {
font-size: 20px;
width: 20px;
height: 20px; }
.header-search .search-form {
position: absolute;
right: 0;
top: 100%;
opacity: 0;
pointer-events: none;
width: 250px;
z-index: 1000; }
.header-search .active .search-form {
opacity: 1;
pointer-events: auto; } .opal-front-page .site-content {
padding: 0; }
.panel-image {
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative; }
.panel-image:before {   background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.3)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#4d000000",GradientType=0); bottom: 0;
content: "";
left: 0;
right: 0;
position: absolute;
top: 100px; }
.panel-content {
position: relative; }
.panel-content .wrap {
padding-bottom: .5em;
padding-top: 1.75em; } .ezboozt-panel .edit-link {
display: block;
margin: .3em 0 0; }
.ezboozt-panel .entry-header .edit-link {
font-size: 14px;
font-size: .875rem; } .recent-posts .entry-header {
margin-bottom: 1.2em; }
.page .panel-content .recent-posts .entry-title {
font-size: 20px;
font-size: 1.25rem;
font-weight: 300;
letter-spacing: 0;
text-transform: none; }
.ezboozt-panel .recent-posts .entry-header .edit-link {
color: #222;
display: inline-block;
font-size: 11px;
font-size: .6875rem;
margin-left: 1em; } .site-content-contain {
position: relative;
z-index: 2; }
.site-content {
padding: 2em 0 0; }  .sticky {
position: relative; }
.sticky .entry-title:before {
margin-right: 15px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 1;
font-family: FontAwesome;
content: "\f08d";
font-weight: 900;
font-size: 28px; }
.post:not(.sticky) .icon-thumb-tack {
display: none; }
.sticky .icon-thumb-tack {
display: block;
height: 18px;
left: -1.5em;
position: absolute;
top: 1.65em;
width: 20px; }
.bypostauthor {
z-index: 10; }
.comments-link span {
color: #fff;
line-height: 22px;
display: inline-block;
margin-right: 8px;
padding-left: 5px;
padding-right: 5px;
border-radius: 20px;
min-width: 22px;
text-align: center; }
.entry-header {
display: flex;
flex-direction: column;
margin-bottom: 1.5em; }
.entry-header .entry-title {
margin-bottom: .5rem; }
.entry-header .entry-title a {
color: inherit; }
.entry-header .entry-title:not(:first-child) {
padding-top: 0; }
.entry-header .entry-date a {
padding: 4px 15px 2px;
display: inline-block;
text-transform: uppercase;
font-size: 18px;
font-size: 1.125rem;
font-weight: 500; }
.entry-header .entry-date a:hover,.entry-header .entry-date a:not(:hover) {
color: #fff; }
.entry-tags a {
display: inline-block; }
.post-inner {
display: flex;
flex-direction: column; }
.cat-links {
font-size: 10px;
font-size: .625rem;
text-transform: uppercase;
font-weight: 600;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block;
margin-bottom: 3px;
letter-spacing: 1px; }
.entry-meta {
font-size: 18px;
font-size: 1.125rem; }
.entry-meta .entry-meta-inner {
font-weight: 300; }
.entry-meta .entry-meta-inner>span:not(:first-child):before {
display: inline-block;
padding: 0 8px;
font-size: 5px;
font-size: .3125rem;
position: relative;
top: -3px; }
.entry-meta .cat-links {
font-size: 12px;
font-size: .75rem;
float: left;
max-width: 50%;
margin-bottom: 0; }
.entry-meta .cat-links,.entry-meta .vcard {
text-transform: capitalize; }
.entry-video+.entry-meta,.post-thumbnail+.entry-meta {
padding: 15px 45px;
border: 1px solid #323232;
margin-bottom: 2.4rem; }
@media (max-width: 767px) {
.entry-video+.entry-meta,.post-thumbnail+.entry-meta {
padding: 10px 25px; } }
.entry-video+.entry-header,.post-thumbnail+.entry-header {
margin-top: -13px; }
.entry-avatar {
font-size: .67em;
letter-spacing: .084em;
text-transform: uppercase;
display: flex;
-ms-flex-align: center !important;
align-items: center !important;
margin-bottom: 30px; }
.entry-avatar .avatar {
border-radius: 50%;
width: 38px;
height: 38px;
margin-right: 20px; }
.entry-video.embed-responsive {
margin-bottom: 1.5em; }
.cat-tags-links {
display: flex;
align-items: center; }
.cat-tags-links .tags-heading {
margin-right: 10px;
margin-bottom: 0; }
.cat-tags-links .tags-links {
overflow: hidden;
display: block;
margin: -3px; }
.cat-tags-links .tags-links a {
display: inline-block;
float: left;
font-size: 12px !important; margin: 3px;
padding: 9px 15px !important;
letter-spacing: 0;
font-weight: 500;
position: relative;
width: auto;
word-wrap: break-word;
z-index: 0;
transition: all .3s ease;
line-height: 1;
color: #c6c6c6;
background-color: #000;
text-transform: uppercase; }
.cat-tags-links .tags-links a:focus,.cat-tags-links .tags-links a:hover {
color: #fff !important; }
.updated:not(.published) {
display: none; }
.more-link {
display: inline-block; }
.more-link-wrap {
display: block;
margin-top: 40px;
margin-bottom: 40px; }
.pbr-social-share {
margin-top: -3px; }
.pbr-social-share span.social-link {
float: right; }
.pbr-social-share .social-share-header {
text-transform: uppercase;
margin-bottom: 13px; }
.pbr-social-share a {
color: #000;
font-size: 16px;
font-size: 1rem;
display: inline-block;
margin: 0 .4rem; } .entry-content table:not(.shop_table),.widget-area table:not(.shop_table) {
border-collapse: collapse;
margin: 0;
width: 100%;
margin: 0 0 1.5em; }
.entry-content table:not(.shop_table) td,.entry-content table:not(.shop_table) th,.widget-area table:not(.shop_table) td,.widget-area table:not(.shop_table) th {
border: 1px solid #323232;
padding: .6em; }
.entry-content table:not(.shop_table) thead th,.widget-area table:not(.shop_table) thead th {
padding-bottom: .5em; }
.entry-content table:not(.shop_table) th,.widget-area table:not(.shop_table) th {
font-weight: 500; }
.entry-content table:not(.shop_table) tr,.widget-area table:not(.shop_table) tr {
border-color: #323232; } .entry-content ol,.entry-content ul {
padding-left: 1.3em; }
.entry-content .wp-block-gallery {
padding: 0; }
.entry-content blockquote.alignleft,.entry-content blockquote.alignright {
font-size: 13px;
font-size: .8125rem;
width: 48%; }
body.blog article .post-content {
padding-left: 35px;
padding-right: 35px;
position: relative; }
body.blog article .post-content:after {
content: "";
position: absolute;
height: 2px;
bottom: 0;
width: calc(100% - 80px); } .archive .site-main>article .gallery-item,.blog .site-main>article .gallery-item,.search .site-main>article .gallery-item,body.single-post article.type-post {
margin-bottom: 0; }
body.single-post article.type-post .entry-content {
border-bottom: none;
padding-left: 0;
padding-right: 0;
margin-bottom: 1.5rem; }
body.single-post article.type-post .entry-content>p:last-child {
padding-bottom: 0; }
body.single-post article.type-post .post-thumbnail+.entry-meta+.entry-header .entry-title {
margin-bottom: .75em; }
body.single-post article.type-post .entry-header {
margin-bottom: 1.5em;
border-bottom: 1px solid #323232; }
body.single-post article.type-post .entry-meta {
margin-bottom: 1rem; }
body.single-post article.type-post .entry-footer {
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 30px 0 0;
font-weight: 600;
border-top: 1px solid #323232;
margin-bottom: 30px; }
@media (max-width: 767px) {
body.single-post article.type-post .entry-footer {
flex-direction: column;
align-items: flex-start; } }
body.single-post article.type-post .entry-footer>div {
padding: 5px 0; }
body.single-post article.type-post .entry-footer .cat-links,body.single-post article.type-post .entry-footer .edit-link,body.single-post article.type-post .entry-footer .tags-links {
padding-left: 0; }
@media (min-width: 768px) {
body.single-post article.type-post .entry-footer .pbr-social-share {
margin-left: auto; } }
body.single-post .entry-meta .cat-links {
text-transform: uppercase; }
body.single-post.opal-single-post-style .post-thumbnail img {
width: 100%; }
.single .navigation {
display: -ms-flexbox;
display: flex;
margin: 0 0 1.5rem;
padding-top: 30px;
border-top: 1px solid #323232; }
.single .navigation>div {
flex-basis: calc(50% - 10px);
width: calc(50% - 5px);
color: #fff;
padding: 15px 0;
display: -ms-flexbox;
display: flex;
position: relative;
overflow: hidden;
transition: all .3s ease; }
@media (max-width: 767px) {
.single .navigation>div {
padding: 25px 15px; } }
.single .navigation .thumbnail-nav {
font-size: 24px;
font-size: 1.5rem; }
.single .navigation .nav-content {
font-weight: 500;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center; }
.single .navigation .nav-title {
font-size: 14px;
font-size: .875rem;
letter-spacing: .1em;
text-transform: uppercase; }
.single .navigation .nav-link {
line-height: 1.2;
ms-flex-positive: 1;
flex-grow: 1;
margin-bottom: 0; }
.single .navigation .nav-link a {
margin-top: 8px;
display: -webkit-box;
-webkit-line-clamp: 2;
overflow: hidden;
max-height: 2.8em;
padding-top: 0;
margin-bottom: 0;
line-height: 1;
font-size: 24px;
font-size: 1.5rem;
text-transform: none; }
@media (max-width: 767px) {
.single .navigation .nav-link a {
display: none; } }
.single .navigation .nav-link a:hover {
text-decoration: underline; }
.single .navigation .nav-link+a {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
text-indent: -9999em;
text-align: left;
overflow: hidden;
z-index: 2; }
.single .navigation .next-nav {
justify-content: flex-end;
position: relative;
margin-left: auto; }
.single .navigation .next-nav .nav-content {
text-align: right;
justify-content: flex-end; }
.single .navigation .next-nav .thumbnail-nav {
margin-left: 20px; }
.single .navigation .previous-nav {
justify-content: flex-start;
margin-right: auto; }
.single .navigation .previous-nav .nav-content {
text-align: left;
justify-content: flex-start; }
.single .navigation .previous-nav .thumbnail-nav {
margin-right: 20px; }
.blog .site-content {
padding-bottom: 60px; }
.related-posts {
position: relative;
border-top: 1px solid #323232;
padding: 75px 0 0; }
.related-posts .related-heading {
margin-bottom: 1.2em;
text-transform: uppercase; }
.related-posts .column-item {
display: flex;
-ms-flex-align: stretch;
align-items: stretch; }
.related-posts .column-item .post-inner {
flex: 0 0 100%;
max-width: 100%; }
.related-posts .column-item.post-style-2 .post-inner:after {
display: none; }
.archive .entry-meta a.post-edit-link,.blog .entry-meta a.post-edit-link {
color: #222;
display: inline-block;
margin-left: 1em;
white-space: nowrap; }
.taxonomy-description {
color: #666; }
.comment-form-cookies-consent {
padding-left: 15px; }
.comment-form-cookies-consent label {
display: inline-block; }  .single-featured-image-header {
background-color: #fafafa;
border: 1px solid #eaeaea; }
.single-featured-image-header img {
display: block;
margin: auto; } .archive .format-status .entry-title,.blog .format-status .entry-title {
display: none; } .author-wrapper {
text-align: center; }
.author-wrapper .author-avatar {
position: relative; }
.author-wrapper .author-avatar img {
border-radius: 50%;
position: relative;
z-index: 2;
max-width: 70px; }
.author-wrapper .author-avatar:before {
content: "";
top: 50%;
left: 0;
width: 100%;
position: absolute;
border-top: 1px solid;
border-color: #eaeaea;
transform: translateY(-50%);
z-index: 1;
overflow: hidden;
min-height: 2px; }
.author-wrapper .author-name {
margin-top: 1rem;
font-size: 20px;
font-size: 1.25rem; }
.author-wrapper .a-name,.author-wrapper .author-name .a-name {
text-transform: capitalize; }
.author-description {
margin-top: 1.5rem; }
.author-post {
margin-top: 90px; }
.author-post .author-post-header {
border-top: 1px solid #eaeaea;
font-size: 12px;
font-size: .75rem;
padding: 50px 0 30px;
position: relative;
color: #999; }
.author-post .author-post-header .avatar {
position: absolute;
top: -35px;
left: 50%;
margin-left: -35px;
border-radius: 50%; }
.author-post h4 {
padding: 5px 0 0;
font-size: 20px;
font-size: 1.25rem;
font-weight: 700; }
.page article.type-post .entry-header .edit-link {
position: static;
display: block; }
.archive article,.blog article,.search article {
margin-bottom: 60px; }
.archive article:last-child,.blog article:last-child,.search article:last-child {
margin-bottom: 0;
border-bottom: none; }
.archive article .entry-summary,.blog article .entry-summary,.search article .entry-summary {
padding-bottom: 20px; }
.archive article .link-more,.blog article .link-more,.search article .link-more {
margin-bottom: 0; }
.opal-archive-style-4.archive .site-main .navigation,.opal-archive-style-4.archive .site-main .pagination,.opal-archive-style-4.archive .site-main .woocommerce-pagination,.opal-archive-style-4.blog .site-main .navigation,.opal-archive-style-4.blog .site-main .pagination,.opal-archive-style-4.blog .site-main .woocommerce-pagination {
width: 100%; }
article.content-style-1 .entry-header {
padding-left: 0;
padding-right: 0; }
article.content-style-2 {
margin-bottom: 40px;
padding-bottom: 40px; }
article.content-style-2 .entry-header {
padding: 0; }
.wp-block-media-text {
margin-bottom: 1.5em; }
.wp-block-table.is-style-stripes tr:nth-child(odd) {
background-color: #000; } body.page-template-page-elementor #content {
padding-top: 0 !important;
padding-bottom: 0 !important; }
.page .entry-header .edit-link {
font-size: 14px;
font-size: .875rem; }
.page .edit-link {
display: inline-block;
margin-top: .5rem;
position: absolute;
padding-right: 10px;
padding-left: 10px;
top: 0;
right: 0; }
.page .edit-link a.post-edit-link {
margin-right: .5rem; }
.search .page .entry-header .edit-link {
font-size: 11px;
font-size: .6875rem; }
.search .content-area {
width: 100%; }
.search .site-content .page-title {
margin-top: 0;
padding-bottom: 20px;
border-bottom: 1px solid #323232;
margin-bottom: 50px; }
.page-links {
clear: both;
margin: 0 0 1em; }
.page:not(.home) #content {
padding-bottom: 1.5em; } .error404 .site-content-contain {
background-image: url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/images/bg_404.jpg);
background-position: top;
background-repeat: no-repeat;
background-size: cover; }
.error404 .page-content {
padding-top: 230px;
padding-bottom: 130px; }
@media (max-width: 991px) {
.error404 .page-content {
padding-top: 80px;
padding-bottom: 130px; } }
.error404 #page-title-bar {
display: none; }
.error404 .error-404 .error-title {
font-size: 60px;
font-size: 3.75rem;
margin-bottom: 40px; }
@media (max-width: 767px) {
.error404 .error-404 .error-title {
font-size: 25px;
font-size: 1.5625rem;
margin-bottom: 25px; } }
.error404 .error-404-bkg {
font-size: 300px;
line-height: 250px; }
@media (max-width: 767px) {
.error404 .error-404-bkg {
font-size: 180px;
line-height: 150px; } }
.error404 .error-content {
max-width: 680px;
margin: auto; }
.error404 .error-404-title {
display: flex;
align-items: center;
justify-content: center; }
@media (max-width: 767px) {
.error404 .error-404-title {
display: block; } }
.error404 .error-404-subtitle {
display: inline-block;
text-align: left;
text-transform: uppercase; }
@media (max-width: 767px) {
.error404 .error-404-subtitle {
display: block;
text-align: center;
margin-bottom: 20px; } }
.error404 .sub-h2-1 {
font-size: 40px;
font-size: 2.5rem;
font-weight: 400; }
@media (max-width: 767px) {
.error404 .sub-h2-1 {
font-size: 35px;
font-size: 2.1875rem; } }
.error404 .sub-h2-2 {
font-size: 24px;
font-size: 1.5rem;
line-height: 1.8;
font-weight: 400; }
@media (max-width: 767px) {
.error404 .sub-h2-2 {
font-size: 20px;
font-size: 1.25rem; } }
.error404 .error-text {
font-size: 20px;
font-size: 1.25rem;
margin-bottom: 50px;
color: #fff; }
@media (max-width: 767px) {
.error404 .error-text {
font-size: 1rem; } }
.error404 .error-btn-bh {
font-size: 14px;
font-size: .875rem; }
.error404 .error-btn-bh a {
vertical-align: middle;
font-weight: 500;
line-height: 62px;
padding: 0 3.75rem;
display: inline-block; }
@media (max-width: 575px) {
.error404 .error-btn-bh a {
display: block; } }
.error404 .go-back {
margin-right: 10px; }
@media (max-width: 575px) {
.error404 .go-back {
margin-bottom: 30px;
margin-right: 0; } }
.error404 .return-home {
background-color: #fff;
color: #000;
text-transform: uppercase;
font-size: 1.125rem; }
.error404 .return-home:hover {
color: #fff; }
.search .page-content .search-form {
margin-bottom: 3em; } .site-footer .wrap {
position: relative; }
.site-footer .widget-area {
padding-bottom: 2em;
padding-top: 2em; }
@media (max-width: 991px) {
.site-footer .social-navigation {
text-align: left; } }
.site-footer .social-navigation li a i {
font-size: 18px;
font-size: 1.125rem; }
.site-footer .widget li {
padding-top: .3rem;
padding-bottom: .3rem; }
.site-footer .widget li:first-child {
padding-top: 0; }
.site-footer .widget_rss ul li {
padding: 2.125em 0; }
.site-footer .widget_rss ul li:first-child {
border: none; }
.site-footer .widget_rss ul li:last-child {
padding-bottom: 0; }
@media (max-width: 991px) {
.site-footer .b-sm-none {
border: none !important; } }
.site-footer .widget .tagcloud a,.site-footer .widget.widget_tag_cloud a {
border: 1px solid #323232; } .site-info {
font-size: 14px;
font-size: .875rem;
text-align: center; }
.site-info a {
color: #666; }
.site-info .sep {
margin: 0;
display: block;
visibility: hidden;
height: 0;
width: 100%; }
.scrollup {
position: fixed;
bottom: 24px;
right: 24px;
z-index: 999;
color: #fff;
font-size: 18px !important;
padding: 0;
width: 55px;
height: 55px;
line-height: 55px;
transform: scale(0);
transition: all .5s ease; }
@media (max-width: 767px) {
.scrollup {
opacity: 0 !important;
pointer-events: none; } }
.scrollup.activate {
transform: scale(1); } .breadcrumb {
text-align: center; }
.breadcrumb i {
padding: 0 10px;
vertical-align: middle;
font-size: 8px;
font-weight: 900; }
.breadcrumb a:after {
content: ".";
padding: 0 10px;
display: none; }
.breadcrumb a:hover,.breadcrumb a:hover span {
color: #fff; }
.breadcrumb span {
color: #fff;
margin: 0; }
.breadcrumb span.fa {
margin: 0 15px; }
.breadcrumbs {
font-size: 14px;
font-size: .875rem; } .site-header-mobile .icon-mobile,.site-header-mobile .menu-toggle,.site-header-mobile .search-dropdown {
background: transparent;
-webkit-appearance: none;
width: 100%;
text-align: center;
display: block;
height: 80px;
line-height: 80px;
padding: 0 1rem; }
@media (max-width: 480px) {
.site-header-mobile .icon-mobile,.site-header-mobile .menu-toggle,.site-header-mobile .search-dropdown {
height: 60px;
line-height: 60px; } }
.site-header-mobile .icon-mobile i,.site-header-mobile .menu-toggle i,.site-header-mobile .search-dropdown i {
font-size: 24px;
font-size: 1.5rem;
margin: 0;
color: #000; }
.site-header-mobile .custom-logo-link {
padding: .5rem 0; }
.site-header-mobile .site-branding {
padding-top: .25rem;
padding-bottom: .25rem; }
@media (max-width: 480px) {
.site-header-mobile .site-branding {
padding: 0; } }
.site-header-mobile .site-header-cart {
position: static; }
.site-header-mobile .site-header-cart .header-button {
padding: 0;
margin: 0 auto;
height: 80px;
line-height: 80px; }
@media (max-width: 480px) {
.site-header-mobile .site-header-cart .header-button {
height: 60px;
line-height: 60px; } }
.site-header-mobile .site-header-cart .header-button .amount,.site-header-mobile .site-header-cart .header-button .count-text,.site-header-mobile .site-header-cart .header-button .title {
display: none; }
.site-header-mobile .site-header-cart .header-button .count {
left: inherit;
right: 0;
bottom: 30%; }
.site-header-mobile .site-header-cart .header-button:after {
display: none; }
.site-header-mobile .site-header-cart .header-button i {
top: 50%;
border: none;
margin: 0;
transform: translateY(-50%);
font-size: 24px;
font-size: 1.5rem; }
.site-header-mobile form[class*=search] {
width: 100%;
transition: .35s; }
.site-header-mobile form[class*=search] .input-group-btn {
right: 3px;
position: absolute;
z-index: 99;
bottom: 0;
top: 0; }
.site-header-mobile form[class*=search] .input-group .form-control {
flex: 1; }
.site-header-mobile form[class*=search] .search-submit {
background: transparent;
color: #000;
width: 60px;
padding: 0;
transition: .35s;
border: none; }
.site-header-mobile form[class*=search] .search-submit .fa,.site-header-mobile form[class*=search] .search-submit .icon {
line-height: inherit;
font-size: 24px;
font-size: 1.5rem; }
.site-header-mobile form[class*=search] input[type=search] {
border-radius: 0;
background: transparent;
padding: .75em;
border-width: 1px;
border-style: solid;
height: auto; }
.site-header-mobile form[class*=search] input[type=search]::placeholder {
color: transparent; }
.site-header-mobile form[class*=search] input[type=search]:focus {
box-shadow: none; }
.site-header-mobile form[class*=search] input[type=search]:focus+.dgwt-wcas-preloader {
z-index: 99;
right: 0;
transform: translateX(0); }
.site-header-mobile form[class*=search] input[type=search]+.dgwt-wcas-preloader.dgwt-wcas-close {
pointer-events: auto;
right: 0;
transform: translateX(0); }
.site-header-mobile form[class*=search] input[type=search]:not(:focus) {
color: transparent; }
.site-header-mobile form[class*=search] input[type=search]:not(:focus)+.dgwt-wcas-close {
background: none; }
.site-header-mobile form[class*=search] input[type=search]:not(:focus)+.dgwt-wcas-close:after {
opacity: 1; }
.site-header-mobile .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
padding: 15px; }
.site-header-mobile .dgwt-wcas-preloader {
width: 50px; }
.site-header-mobile div.dgwt-wcas-search-wrapp {
max-width: 100%;
margin: 0; }
.site-header-mobile div.dgwt-wcas-sf-wrapp {
background: transparent; }
.site-header-mobile div.dgwt-wcas-sf-wrapp svg {
display: none; }
.site-header-mobile .dgwt-wcas-sp {
font-weight: 500; }
.site-header-mobile .dgwt-wcas-sp del {
font-weight: 300; }
.site-header-mobile .dgwt-wcas-sp ins {
background-color: transparent; }
.site-header-mobile div.dgwt-wcas-preloader {
transition: .35s;
top: 0;
right: 50%;
transform: translateX(50%);
pointer-events: none;
background: transparent; }
.site-header-mobile div.dgwt-wcas-preloader:before {
color: #000;
font-size: 24px;
font-size: 1.5rem; }
.site-header-mobile div.dgwt-wcas-preloader.dgwt-wcas-close:after,.site-header-mobile div.dgwt-wcas-preloader.dgwt-wcas-inner-preloader:after {
opacity: 0; }  .site-header-account {
position: relative; }
.site-header-account.style-icon .account-label,.site-header-account.style-label .icon {
display: none; }
.site-header-account.style-both .account-label,.site-header-account.style-both .icon {
display: inline-block;
vertical-align: bottom; }
.site-header-account.style-both .account-label {
padding-left: 10px; }
.site-header-account.style-both .account-label span {
display: block;
line-height: 1; }
@media (max-width: 991px) {
.site-header-account.style-both .account-label {
display: none; } }
.site-header-account.style-both .account-avata img {
margin-bottom: -5px; }
.site-header-account.style-both .account-avata+.account-label span {
line-height: 1.2; }
.site-header-account .label-name {
max-width: 83px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-weight: 500; }
.site-header-account>a {
display: inline-block;
font-size: 14px;
white-space: nowrap;
text-transform: capitalize; }
.site-header-account>a span {
font-size: 14px;
vertical-align: middle;
transition: all .3s ease; }
.site-header-account .login-form-title {
font-size: 18px;
font-size: 1.125rem;
color: #000;
font-weight: 600; }
.site-header-account .account-dropdown {
text-align: left;
right: 0;
top: calc(100% + 15px);
position: absolute;
pointer-events: none;
opacity: 0;
z-index: 99;
visibility: hidden;
color: #000;
padding-top: 10px; }
.site-header-account .account-dropdown.right {
left: 0;
right: unset; }
.site-header-account .account-dropdown.right .account-wrap:before {
left: 20px;
right: unset; }
.site-header-account .account-dropdown.justify {
right: 50%;
transform: translateX(50%); }
.site-header-account .account-dropdown.justify .account-wrap:before {
right: 50%;
transform: translateX(50%) rotate(45deg); }
.site-header-account .account-dropdown a.lostpass-link,.site-header-account .account-dropdown a.register-link {
font-size: 14px;
font-size: .875rem; }
.site-header-account .account-dropdown a.lostpass-link:hover,.site-header-account .account-dropdown a.register-link:hover {
text-decoration: underline; }
.site-header-account .account-dropdown label {
margin-bottom: .5rem;
font-size: 13px;
font-size: .8125rem;
line-height: 1.7;
color: #000; }
.site-header-account .account-dropdown p {
margin-bottom: 1rem; }
.site-header-account .account-dropdown button,.site-header-account .account-dropdown input {
line-height: normal !important;
border-color: #eaeaea;
font-size: 14px;
font-size: .875rem;
padding: .75rem 1rem; }
.site-header-account .account-dropdown button {
border: 0; }
.site-header-account .account-dropdown .account-wrap {
position: relative;
background: #fff;
box-shadow: 0 0 20px 0 rgba(0,0,0,.1); }
.site-header-account .account-dropdown .account-wrap:before {
content: "";
width: 10px;
height: 10px;
position: absolute;
background-color: #fff;
top: -5px;
right: 5px;
transform: rotate(45deg);
z-index: 1; }
.site-header-account .account-dropdown .account-inner {
width: 320px;
padding: 20px;
max-height: 500px;
overflow: auto; }
.site-header-account .account-dropdown .account-inner.dashboard {
width: 210px;
padding: 20px 0; }
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar {
width: 3px; }
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
background-color: #f5f5f5; }
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-thumb {
background-color: #000; }
.site-header-account .account-dashboard,.site-header-account .account-links-menu {
list-style: none;
margin-bottom: 0;
padding: 0; }
.site-header-account .account-dashboard li a,.site-header-account .account-links-menu li a {
width: 100%;
text-align: left;
color: #494c4f;
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
padding: 10px 25px;
line-height: 20px;
display: block; }
.site-header-account .account-dashboard li a:hover,.site-header-account .account-links-menu li a:hover {
background-color: rgba(0,0,0,.065); }
.site-header-account .woocommerce-error {
margin-top: 1.5rem;
margin-bottom: 1rem; }
.site-header-account:hover .account-dropdown {
top: 100%;
pointer-events: auto;
opacity: 1;
visibility: visible; }
.opal-login-form-ajax.loading:after {
width: 30px;
height: 30px;
vertical-align: middle;
border: 1px solid #bbb;
border-left-color: #000;
border-radius: 50%;
animation: o .45s infinite linear;
-webkit-animation: o .45s infinite linear;
margin: 30px auto;
margin: -15px auto 0; }
.opal-login-form-ajax.loading:after,.opal-login-form-ajax.loading:before {
content: "";
display: block;
z-index: 10;
position: absolute;
top: 50%;
left: 0;
right: 0; }
.opal-login-form-ajax.loading:before {
width: 50px;
height: 50px;
margin: -25px auto 0;
background: #fff;
box-shadow: 0 0 10px rgba(0,0,0,.1); }
@media (min-width: 1200px) {
body.opal-header-layout-sideHeader .site-header-account .account-dropdown {
top: 0;
left: 100%;
right: unset; }
body.opal-header-layout-sideHeader .site-header-account .account-dropdown.justify,body.opal-header-layout-sideHeader .site-header-account .account-dropdown.right {
top: 0;
right: 100%;
left: unset;
transform: translateX(0); }
body.opal-header-layout-sideHeader.opal-side-header-right .site-header-account .account-dropdown {
top: 0;
right: 100%;
left: unset; }
body.opal-header-layout-sideHeader.opal-side-header-right .site-header-account .account-dropdown.justify,body.opal-header-layout-sideHeader.opal-side-header-right .site-header-account .account-dropdown.right {
top: 0;
left: 100%;
right: unset;
transform: translateX(0); } } article.type-page+.comments-area {
margin-top: 2em; }
#comments {
clear: both;
border-top: 1px solid #323232;
padding-top: 75px;
margin-top: 0; }
.comments-title {
margin-bottom: 1.2em;
text-transform: uppercase; }
#reviews .commentlist,.comment-list {
margin: 0 0 4em;
padding: 0;
position: relative; }
#reviews .commentlist .children,.comment-list .children {
margin: 0;
padding: 0;
margin-left: 4em !important; }
@media (max-width: 991px) {
#reviews .commentlist .children,.comment-list .children {
margin-left: 1em !important; } }
#reviews .commentlist li.comment,.comment-list li.comment {
padding-top: 2.2em;
border-top: 1px solid #323232; }
#reviews .commentlist>li:first-child,.comment-list>li:first-child {
padding-top: 0;
border-top: none; }
#reviews .commentlist li:before,.comment-list li:before {
display: none; }
#reviews .commentlist .depth-1>article,.comment-list .depth-1>article {
margin-left: 0; }
#reviews .commentlist .pingback .comment-body a:not(.comment-edit-link),#reviews .commentlist .trackback .comment-body a:not(.comment-edit-link),.comment-list .pingback .comment-body a:not(.comment-edit-link),.comment-list .trackback .comment-body a:not(.comment-edit-link) {
font-weight: 700;
display: block; }
#reviews .commentlist .pingback .comment-body .comment-edit-link,#reviews .commentlist .trackback .comment-body .comment-edit-link,.comment-list .pingback .comment-body .comment-edit-link,.comment-list .trackback .comment-body .comment-edit-link {
font-weight: 500; }
.comment-body+.comment-respond {
padding: 30px;
position: relative;
max-width: 600px;
margin-bottom: 1.5em; }
@media (min-width: 768px) {
.comment-body+.comment-respond {
margin-left: 4em; } }
.comment-body .avatar,.comment_container .avatar {
height: 50px;
width: 50px;
left: -75px;
position: absolute;
border-radius: 50%;
max-width: 50px; }
.comment-body .says,.comment_container .says {
display: none; }
.comment_container,article.comment-body {
margin-bottom: 2em; }
.comment-content {
margin-left: 75px; }
.comment-content>ol,.comment-content>ul {
padding-left: 1.35em; }
.comment-author,.comment-content p:last-child {
margin-bottom: 0; }
.comment-author {
position: relative;
z-index: 2;
margin-right: 10px;
font-size: 14px;
font-size: .875rem; }
.comment-meta {
margin-bottom: 0;
margin-left: 75px;
display: flex;
align-items: center; }
.comment-metadata {
color: #fff;
font-size: 12px;
font-size: .75rem; }
.comment-metadata a {
color: #fff; }
.comment-metadata a.comment-edit-link {
text-transform: uppercase;
margin-left: 10px;
font-weight: 600; }
.reply {
margin-bottom: 1.5em;
margin-left: 75px; }
.comment-reply-link {
font-weight: 600;
position: relative;
font-size: 18px;
font-size: 1.125rem;
text-transform: uppercase; }
#cancel-comment-reply-link {
text-transform: capitalize;
font-size: 12px;
font-size: .75rem;
display: block;
margin-top: 10px; }
#cancel-comment-reply-link:before {
margin-right: 3px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 1;
font-family: FontAwesome;
content: "\f057";
display: inline-block; }
.comments-pagination {
margin: 2em 0 3em; } .comment-form>p {
order: 2; }
.comment-form label {
font-size: 14px;
font-size: .875rem;
font-weight: 700;
text-transform: uppercase;
display: none; }
.comment-form textarea {
border-top: 1px solid #323232; }
.comment-form .required {
color: red; }
.comment-form a {
text-decoration: underline; }
.comment-form .comment-form-author,.comment-form .comment-form-email,.comment-form .comment-form-url,.comment-form .comment-notes {
order: 1; }
.comment-content table {
border-collapse: collapse;
margin: 0;
width: 100%; }
.comment-content table td,.comment-content table th {
border: 1px solid #323232;
padding: .6em; }
.comment-content table thead th {
padding-bottom: .5em; }
.comment-content table th {
font-weight: 500; }
.comment-content table tr {
border-color: #323232; }
.comment-content table tr:not(.odd):not(.even) th {
padding-bottom: .5em;
background-color: #222a35;
color: #b8bdc8;
border-color: #2e3744; }
.comment-content table th {
border-bottom: 1px solid;
border-bottom-color: #ebebeb;
padding-bottom: .5em; }
.comment-respond {
background-color: #131313;
padding: 20px; }
.single-product .comment-respond {
padding: 0; }
@media (min-width: 1200px) {
.comment-respond {
padding: 40px; }
.single-product .comment-respond {
padding: 0; } }
.comment-respond .comment-reply-title {
margin-bottom: 1.2em;
text-transform: uppercase;
margin-bottom: .6rem; } #secondary .widget {
padding: 30px 40px 28px;
background-color: #131313;
margin-bottom: 30px;
position: relative; }
#secondary .widget:after {
content: "";
position: absolute;
height: 2px;
bottom: 0;
width: calc(100% - 80px); }
#secondary h2.widget-title,#secondary h2.widgettitle {
text-transform: uppercase; }
#secondary .widget_archive ul,#secondary .widget_categories ul,#secondary .widget_layered_nav_filters ul,#secondary .widget_layered_nav ul,#secondary .widget_links ul,#secondary .widget_nav_menu ul,#secondary .widget_pages ul,#secondary .widget_product_categories ul,#secondary .widget_recent_comments ul,#secondary .widget_recent_entries ul {
margin: 0; }
#secondary .widget_archive ul li,#secondary .widget_categories ul li,#secondary .widget_layered_nav_filters ul li,#secondary .widget_layered_nav ul li,#secondary .widget_links ul li,#secondary .widget_nav_menu ul li,#secondary .widget_pages ul li,#secondary .widget_product_categories ul li,#secondary .widget_recent_comments ul li,#secondary .widget_recent_entries ul li {
position: relative; }
h2.widget-title,h2.widgettitle {
margin-bottom: .9em; }
h2.widget-title a:not(:hover),h2.widgettitle a:not(:hover) {
color: inherit; }
.site-footer .widget {
padding-bottom: .25rem; } .widget {
margin-bottom: 65px; }
.widget select {
width: 100%; }
.widget ul {
list-style: none;
margin: 0; }
.widget ul li {
padding: .34rem 0; }
.widget ul li:last-child {
padding-bottom: 0; }
.widget ul li+li {
margin-top: -1px; }
.widget ul li ul {
margin: 0 0 -1px;
padding: .34rem 0 0;
position: relative; }
.widget ul li li {
padding-left: 1.3rem; }
.widget>ul>li:last-child {
padding-bottom: .34rem; }
.widget>ul>li:first-child {
padding-top: 0;
border-top: 0; }
.widget a.url {
font-weight: 600; }
.widget-grofile ul.grofile-links li ul,.widget_meta ul li ul,.widget_pages ul li ul,.widget_rss_links ul li ul,.widget_top-posts ul li ul {
bottom: 0; }
.widget-grofile ul.grofile-links li,.widget-grofile ul.grofile-links li li,.widget_rss_links ul li,.widget_rss_links ul li li,.widget_top-posts ul li,.widget_top-posts ul li li {
padding-top: .25rem;
padding-bottom: .25rem; }
.widget_rss ul li {
padding-top: 1rem;
padding-bottom: 1rem; } .widget .post-date,.widget .rss-date {
font-size: .81em; } .widget_text {
word-wrap: break-word; } .widget_rss .widget-title .rsswidget:first-child {
display: inline-block; }
.widget_rss .widget-title .rsswidget:first-child:hover {
background-color: transparent; }
.widget_rss .widget-title .rsswidget:first-child img {
display: block; }
.widget_rss ul li {
padding: 2.125em 0; }
.widget_rss ul li:first-child {
border-top: none;
padding-top: 0; }
.widget_rss li .rsswidget {
font-weight: 600;
line-height: 1.4;
letter-spacing: .015em; }
.widget_rss .rss-date,.widget_rss li cite {
color: #c6c6c6;
display: block;
font-size: 12px;
font-size: .75rem;
font-weight: 800;
line-height: 1.5; }
.widget_rss .rss-date {
margin: .5em 0 1.5em;
padding: 0; } .widget_contact_info .contact-map,.widget_rss .rssSummary {
margin-bottom: .5em; } .widget-grofile h4 {
font-size: 16px;
margin-bottom: 0; } .widget_recent_comments table,.widget_recent_comments td,.widget_recent_comments th {
border: 0; }
.widget_recent_comments .comment-author-link,.widget_recent_comments .comment-author-link a {
font-weight: 600; }
.widget_recent_comments .recentcomments {
font-style: italic; }
.widget_recent_comments .recentcomments a {
font-style: normal; } .widget_recent_entries li {
display: flex; }
.widget_recent_entries li a {
font-size: 18px;
font-size: 1.125rem;
line-height: 1.4; }
.widget_recent_entries li.item-recent-post {
padding: 0;
margin-bottom: 30px;
border: 0;
line-height: 20px; }
.widget_recent_entries li.item-recent-post:first-child {
margin-top: 16px; }
.widget_recent_entries li.item-recent-post:last-child {
margin-bottom: 0; }
.widget_recent_entries li.item-recent-post:hover {
box-shadow: 0 5px 20px .2px rgba(0,0,0,.1); }
.widget_recent_entries li.item-recent-post a {
display: -webkit-box;
-webkit-line-clamp: 2;
overflow: hidden; }
.widget_recent_entries li.item-recent-post a:not(:hover) {
color: #fff; }
.widget_recent_entries img {
margin-right: 20px;
height: 80px;
max-width: 80px;
display: block;
object-fit: cover; }
.widget_recent_entries .post-date {
display: block;
font-size: 18px;
font-size: 1.125rem;
font-weight: 300;
color: #aaa;
margin-top: 3px; }
.widget_recent_entries .thumbnail-post {
width: 120px; } .widget_search .search-form {
margin-bottom: 1.5em; }
.widget_search input[type=search] {
border: 1px solid #323232;
padding-right: 50px;
font-size: 16px;
font-size: 1rem; }
.widget_search input[type=search]:focus {
background-color: transparent; }
.widget_search button[type=submit] {
background: transparent;
border: 0;
font-size: 18px;
font-size: 1.125rem;
line-height: 1;
padding: 10px 20px; }
.widget_search button[type=submit]:focus,.widget_search button[type=submit]:hover {
color: #e81938;
background-color: transparent; }
.widget_search .input-group-btn {
position: absolute;
right: 0;
top: 0;
bottom: 0;
z-index: 9; }
.widget_archive ul li a,.widget_categories ul li a,.widget_meta ul li a,.widget_nav_menu ul li a,.widget_pages ul li a,.widget_product_categories ul li a {
padding-left: 20px;
position: relative; }
.widget_archive ul li a:before,.widget_categories ul li a:before,.widget_meta ul li a:before,.widget_nav_menu ul li a:before,.widget_pages ul li a:before,.widget_product_categories ul li a:before {
content: "";
width: 5px;
height: 5px;
display: block;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
margin-top: 2px; }
.secondary-border .search-form input[type=text],.secondary-border .search-form input[type=text]:focus {
border-color: #131313; }
.none-border .search-form input[type=text] {
border: none; }
.bottom-to-top .search-form-wapper,.popup .search-form-wapper,.top-to-bottom .search-form-wapper {
position: relative;
max-width: 100%; }
.bottom-to-top .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,.popup .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,.top-to-bottom .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
text-align: center;
font-size: 36px;
border: none; }
@media (max-width: 991px) {
.bottom-to-top .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,.popup .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,.top-to-bottom .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
font-size: 24px;
padding-right: 50px; } }
.bottom-to-top .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input:focus::placeholder,.popup .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input:focus::placeholder,.top-to-bottom .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input:focus::placeholder {
color: #888;
font-family: Noto Sans,Helvetica Neue,helvetica,arial,sans-serif;
opacity: 1; }
.bottom-to-top .search-form-wapper:after,.popup .search-form-wapper:after,.top-to-bottom .search-form-wapper:after {
content: "";
width: 100vw;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
z-index: 3; }
.bottom-to-top .search-form-wapper .dgwt-wcas-preloader,.popup .search-form-wapper .dgwt-wcas-preloader,.top-to-bottom .search-form-wapper .dgwt-wcas-preloader {
display: none; }
.bottom-to-top #content,.bottom-to-top .container,.bottom-to-top .opal-canvas-filter.top,.bottom-to-top .otf-product-recently-content .widget_recently_viewed_products,.bottom-to-top .single-product .related.products,.bottom-to-top .single-product .up-sells.products,.bottom-to-top ul.elementor-nav-menu--dropdown.mega-fullwidth>li.mega-menu-item>.elementor,.otf-product-recently-content .bottom-to-top .widget_recently_viewed_products,.otf-product-recently-content .popup .widget_recently_viewed_products,.otf-product-recently-content .top-to-bottom .widget_recently_viewed_products,.popup #content,.popup .container,.popup .opal-canvas-filter.top,.popup .otf-product-recently-content .widget_recently_viewed_products,.popup .single-product .related.products,.popup .single-product .up-sells.products,.popup ul.elementor-nav-menu--dropdown.mega-fullwidth>li.mega-menu-item>.elementor,.single-product .bottom-to-top .related.products,.single-product .bottom-to-top .up-sells.products,.single-product .popup .related.products,.single-product .popup .up-sells.products,.single-product .top-to-bottom .related.products,.single-product .top-to-bottom .up-sells.products,.top-to-bottom #content,.top-to-bottom .container,.top-to-bottom .opal-canvas-filter.top,.top-to-bottom .otf-product-recently-content .widget_recently_viewed_products,.top-to-bottom .single-product .related.products,.top-to-bottom .single-product .up-sells.products,.top-to-bottom ul.elementor-nav-menu--dropdown.mega-fullwidth>li.mega-menu-item>.elementor {
padding-top: 0;
padding-bottom: 0; }
.bottom-to-top [data-search-toggle=close],.popup [data-search-toggle=close],.top-to-bottom [data-search-toggle=close] {
display: block;
top: 25px;
right: 60px;
z-index: 3; }
@media (max-width: 991px) {
.bottom-to-top [data-search-toggle=close],.popup [data-search-toggle=close],.top-to-bottom [data-search-toggle=close] {
top: 15px;
right: 20px; } }
.bottom-to-top [data-search-toggle=close]:before,.popup [data-search-toggle=close]:before,.top-to-bottom [data-search-toggle=close]:before {
font-size: 24px; }
.bottom-to-top .search-form input[type=search],.popup .search-form input[type=search],.top-to-bottom .search-form input[type=search] {
text-align: center;
font-size: 36px;
border: none; }
@media (max-width: 991px) {
.bottom-to-top .search-form input[type=search],.popup .search-form input[type=search],.top-to-bottom .search-form input[type=search] {
font-size: 24px; } }
.bottom-to-top .search-submit,.popup .search-submit,.top-to-bottom .search-submit {
display: none; }
.bottom-to-top .dgwt-wcas-details-wrapp,.bottom-to-top .dgwt-wcas-suggestions-wrapp,.popup .dgwt-wcas-details-wrapp,.popup .dgwt-wcas-suggestions-wrapp,.top-to-bottom .dgwt-wcas-details-wrapp,.top-to-bottom .dgwt-wcas-suggestions-wrapp {
border-top: none; } .tagcloud,.widget_tag_cloud,.wp_widget_tag_cloud {
line-height: 1.5; }
.tagcloud:after,.tagcloud:before,.widget_tag_cloud:after,.widget_tag_cloud:before,.wp_widget_tag_cloud:after,.wp_widget_tag_cloud:before {
content: "";
display: table;
clear: both; }
.widget .tagcloud a,.widget.widget_tag_cloud a {
display: inline-block;
float: left;
font-size: 12px !important; margin: 5px 5px 0 0 !important;
padding: 9px 15px !important;
letter-spacing: 0;
font-weight: 500;
position: relative;
width: auto;
word-wrap: break-word;
z-index: 0;
transition: all .3s ease;
line-height: 1;
color: #c6c6c6;
background-color: #1a1a1a;
text-transform: uppercase; }
.widget .tagcloud a:focus,.widget .tagcloud a:hover,.widget.widget_tag_cloud a:focus,.widget.widget_tag_cloud a:hover {
color: #fff !important; }
.wp_widget_tag_cloud a {
border-width: 1px 1px 1px 0;
border-style: solid;
border-color: #e3e3e3;
display: inline-block;
float: left;
font-size: 12px !important; margin: 15px 20px 0 0 !important;
padding: 5px 25px !important;
letter-spacing: .1em;
font-weight: 400;
position: relative;
width: auto;
word-wrap: break-word;
z-index: 0;
transition: all .3s ease;
line-height: 1;
color: #999; }
.wp_widget_tag_cloud a:before {
top: -1px;
left: -5px;
height: calc(100% + 2px);
background: #e3e3e3;
-webkit-clip-path: polygon(100% 0,20% 50%,100% 100%,80% 100%,0 50%,80% 0);
clip-path: polygon(100% 0,20% 50%,100% 100%,80% 100%,0 50%,80% 0); }
.wp_widget_tag_cloud a:after,.wp_widget_tag_cloud a:before {
content: "";
position: absolute;
width: 6px;
transition: all .3s ease; }
.wp_widget_tag_cloud a:after {
border-radius: 50%;
height: 6px;
top: 50%;
left: 7px;
transform: translateY(-50%);
border: 1px solid #e3e3e3; }
.widget .tagcloud a:focus,.widget .tagcloud a:hover,.widget.widget_tag_cloud a:focus,.widget.widget_tag_cloud a:hover,.wp_widget_tag_cloud a:focus,.wp_widget_tag_cloud a:hover {
box-shadow: none;
text-decoration: none; } .widget_calendar td,.widget_calendar th {
text-align: center; }
.widget_calendar tfoot td {
border: 0; } .list-account {
vertical-align: middle;
padding-left: 0;
list-style: none; }
.list-account li {
display: inline-block; }
.list-account i,.list-account li {
padding-right: .5rem; }
.site-footer .widget ul {
padding-left: 0; }
.site-footer .widget li {
border: none; }
[data-search-toggle=toggle].active:not(.bottom-to-top) i:before {
content: "\e461"; }
section.widget_price_filter .ui-slider .ui-slider-handle {
border-color: #000; }
.opal-custom-menu-inline .widget ul li {
padding-left: .5rem;
padding-right: .5rem;
display: inline-block; }
.opal-custom-menu-inline .widget_nav_menu li {
position: relative;
padding: 0;
margin: 0; }
.opal-custom-menu-inline .widget_nav_menu li li {
display: block;
width: 100%;
border: none; }
.opal-custom-menu-inline .widget_nav_menu li li a {
text-align: left; }
.opal-custom-menu-inline .widget_nav_menu li ul {
position: absolute;
min-width: 180px;
top: 100%;
opacity: 0;
visibility: hidden;
pointer-events: none;
background-color: #fff;
z-index: 9; }
.opal-custom-menu-inline .widget_nav_menu li ul ul {
top: 0;
left: 100%; }
.opal-custom-menu-inline .widget_nav_menu li:hover>ul {
opacity: 1;
visibility: visible;
pointer-events: visible; }
.opal-custom-menu-inline .widget_nav_menu ul.menu>li {
display: inline-block;
vertical-align: middle; } img,video {
height: auto; max-width: 100%; }
img.alignleft,img.alignright {
float: none;
margin: 0; }
.comment-content .wp-smiley,.entry-content .wp-smiley,.page-content .wp-smiley {
border: none;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0; } .gallery-caption,.wp-caption,embed,iframe,object {
margin-bottom: 1.5em;
max-width: 100%; }
.gallery-caption,.wp-caption {
color: #666;
font-size: 13px;
font-size: .8125rem;
font-style: italic; }
.wp-caption img[class*=wp-image-] {
display: block;
margin-left: auto;
margin-right: auto; }
.wp-caption .wp-caption-text {
margin: .8075em 0; } .entry-video.embed-responsive-16by9,.mejs-container {
margin-bottom: 1.5em; } .mejs-controls a.mejs-horizontal-volume-slider,.mejs-controls a.mejs-horizontal-volume-slider:focus,.mejs-controls a.mejs-horizontal-volume-slider:hover {
background: transparent;
border: 0; } .site-content .wp-playlist-light {
border-color: #eaeaea;
color: #222; }
.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
color: #232323; }
.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
color: #e3e3e3; }
.site-content .wp-playlist-light .wp-playlist-item {
border-bottom-color: #eaeaea;
transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .3s ease-in-out; }
.site-content .wp-playlist-light .wp-playlist-item:focus,.site-content .wp-playlist-light .wp-playlist-item:hover {
border-bottom-color: transparent;
background-color: #e3e3e3;
color: #fff; }
.site-content .wp-playlist-light .wp-playlist-item:focus a,.site-content .wp-playlist-light .wp-playlist-item:hover a,.site-content .wp-playlist-light a.wp-playlist-caption:hover {
color: #fff; }
.site-content .wp-playlist-dark {
background-color: #222;
border-color: #232323; }
.site-content .wp-playlist-dark .mejs-container .mejs-controls {
background-color: #232323; }
.site-content .wp-playlist-dark .wp-playlist-caption,.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
color: #fff; }
.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
color: #aaa; }
.site-content .wp-playlist-dark .wp-playlist-playing {
background-color: #232323; }
.site-content .wp-playlist-dark .wp-playlist-item {
border-bottom-color: #555;
transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .3s ease-in-out; }
.site-content .wp-playlist-dark .wp-playlist-item:focus,.site-content .wp-playlist-dark .wp-playlist-item:hover {
border-bottom-color: transparent;
background-color: #aaa;
color: #222; }
.site-content .wp-playlist-dark .wp-playlist-item:focus a,.site-content .wp-playlist-dark .wp-playlist-item:hover a,.site-content .wp-playlist-dark a.wp-playlist-caption:hover {
color: #222; }
.site-content .wp-playlist {
padding: .625em .625em .3125em; }
.site-content .wp-playlist-current-item .wp-playlist-item-title {
font-weight: 700; }
.site-content .wp-playlist-current-item .wp-playlist-item-album {
font-weight: 400; }
.site-content .wp-playlist-current-item .wp-playlist-item-artist {
font-size: 10px;
font-size: .625rem;
font-weight: 800;
letter-spacing: .1818em;
text-transform: uppercase; }
.site-content .wp-playlist-item {
padding: 0 .3125em;
cursor: pointer; }
.site-content .wp-playlist-item:last-of-type {
border-bottom: none; }
.site-content .wp-playlist-item a {
padding: .3125em 0;
border-bottom: none; }
.site-content .wp-playlist-item a,.site-content .wp-playlist-item a:focus,.site-content .wp-playlist-item a:hover {
box-shadow: none;
background-color: transparent; }
.site-content .wp-playlist-item-length {
top: 5px; } .entry-gallery .gallery-item {
width: 100%;
max-width: 100%;
padding: 0;
float: left; }
.elementor-element .gallery,.entry-gallery .gallery,.single .gallery,.widget .gallery {
margin-left: -10px;
margin-right: -10px; }
.elementor-element .gallery-item,.entry-gallery .gallery-item,.single .gallery-item,.widget .gallery-item {
text-align: center;
vertical-align: top;
margin: 10px 0;
padding-left: 10px;
padding-right: 10px; }
.elementor-element .gallery-columns-5 .gallery-item,.entry-gallery .gallery-columns-5 .gallery-item,.single .gallery-columns-5 .gallery-item,.widget .gallery-columns-5 .gallery-item {
flex: 0 0 20%;
max-width: 20%; }
.elementor-element .gallery-columns-7 .gallery-item,.entry-gallery .gallery-columns-7 .gallery-item,.single .gallery-columns-7 .gallery-item,.widget .gallery-columns-7 .gallery-item {
flex: 0 0 14.28571%;
max-width: 14.28571%; }
.elementor-element .gallery-columns-8 .gallery-item,.entry-gallery .gallery-columns-8 .gallery-item,.single .gallery-columns-8 .gallery-item,.widget .gallery-columns-8 .gallery-item {
flex: 0 0 12.5%;
max-width: 12.5%; }
.elementor-element .gallery-columns-9 .gallery-item,.entry-gallery .gallery-columns-9 .gallery-item,.single .gallery-columns-9 .gallery-item,.widget .gallery-columns-9 .gallery-item {
flex: 0 0 11.11111%;
max-width: 11.11111%; }
.gallery-item a {
display: block; }
.gallery-item a,.gallery-item a:focus,.gallery-item a:hover {
box-shadow: none;
background: none;
max-width: 100%; }
.gallery-item a img {
display: block;
transition: filter .2s ease-in;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.gallery-item a:focus img,.gallery-item a:hover img {
filter: opacity(60%); }
.gallery-caption {
display: block;
text-align: left;
padding: 5px 10px 0 0;
margin-bottom: 0;
line-height: 1.4; } .modal,.modal-open {
overflow: hidden; }
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
outline: 0; }
.modal.fade .modal-dialog {
transition: transform .3s ease-out;
transform: translateY(-25%); }
.modal.show .modal-dialog {
transform: translate(0); }
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto; }
.modal-dialog {
position: relative;
width: auto;
margin: 10px; }
.modal-content {
position: relative;
display: flex;
flex-direction: column;
background-color: #fff;
background-clip: padding-box;
outline: 0; }
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000; }
.modal-backdrop.fade {
opacity: 0; }
.modal-backdrop.show {
opacity: .5; }
.modal-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px;
border-bottom: 1px solid #e9ecef; }
.modal-title {
margin-bottom: 0;
line-height: 1.5; }
.modal-body {
position: relative;
flex: 1 1 auto;
padding: 15px; }
.modal-footer {
display: flex;
align-items: center;
justify-content: flex-end;
padding: 15px;
border-top: 1px solid #e9ecef; }
.modal-footer>:not(:first-child) {
margin-left: .25rem; }
.modal-footer>:not(:last-child) {
margin-right: .25rem; }
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll; }
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 30px auto; }
.modal-sm {
max-width: 300px; } }
@media (min-width: 992px) {
.modal-lg {
max-width: 800px; } } .modal-user .opal-tabs>nav {
margin-bottom: 0; }
.modal-user .opal-tabs>nav li a {
text-transform: uppercase;
color: #fff; }
.modal-user .opal-tabs>nav li.tab-current a {
color: #000; }
.modal-user .btn-modal-close {
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
z-index: 1000;
border-radius: 50%;
width: 30px;
height: 30px;
padding: 0;
line-height: 30px;
vertical-align: middle;
text-align: center;
background-color: #232323;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column; }
.modal-user.loading .opal-tab-content:after,.modal-user.loading .tab-current:after {
position: absolute;
background: hsla(0,0%,89%,.3);
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 900; }
.modal-user.loading a,.modal-user.loading button,.modal-user.loading checkbox,.modal-user.loading input,.modal-user.loading label,.modal-user.loading select {
pointer-events: none; }
.modal-user.loading .opal-loader {
display: block; }
.modal-user .opal-loader {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 500; }
.modal-user .opal-loader-inner {
transform: translateY(-50%);
top: 50%;
position: absolute;
width: 100%;
color: #fff;
padding: 0 100px;
text-align: center; }
.modal-user .opal-loader-inner label {
font-size: 20px;
font-size: 1.25rem;
opacity: 0;
color: #e81938;
display: inline-block; }
.modal-user .opal-loader-inner label:nth-child(6) {
animation: b 3s infinite ease-in-out; }
.modal-user .opal-loader-inner label:nth-child(5) {
animation: b 3s .1s infinite ease-in-out; }
.modal-user .opal-loader-inner label:nth-child(4) {
animation: b 3s .2s infinite ease-in-out; }
.modal-user .opal-loader-inner label:nth-child(3) {
animation: b 3s .3s infinite ease-in-out; }
.modal-user .opal-loader-inner label:nth-child(2) {
animation: b 3s .4s infinite ease-in-out; }
.modal-user .opal-loader-inner label:first-child {
animation: b 3s .5s infinite ease-in-out; }
@keyframes b {
0% {
opacity: 0;
transform: translateX(-300px); }
33% {
opacity: 1;
transform: translateX(0); }
66% {
opacity: 1;
transform: translateX(0); }
to {
opacity: 0;
transform: translateX(300px); } }    [class*=before-title]:before {
margin-right: .8em; }
[class*=after-title]:after,[class*=before-title]:before {
content: "";
width: 30px;
height: 2px;
vertical-align: middle;
display: inline-block; }
[class*=after-title]:after {
margin-left: .8em; }
.font-large {
font-size: 3.75rem;
line-height: 1.175; }
@media (max-width: 991px) {
.font-large {
font-size: 2.75rem; } }
.bg-rounded-circle {
position: relative;
z-index: 1; }
.bg-rounded-circle:before {
position: absolute;
content: "";
width: 100%;
padding-top: 100%;
background-color: #fff;
top: 50%;
left: 50%;
border-radius: 50%;
transform: translate(-50%,-50%);
z-index: -1;
box-shadow: 0 0 10px rgba(0,0,0,.2); }
.bg-gradient {
background-image: -ms-linear-gradient(45deg,#0160b4 0,#5b2c8c 75%); }
div.bg-gradient-xs {
background-position: center 0 !important; }
@media (max-width: 767px) {
div.bg-gradient-xs {
background-image: -ms-linear-gradient(45deg,#0160b4 0,#5b2c8c 100%) !important; } }
.theme-shadow {
box-shadow: 0 1px 6px 0 rgba(0,0,0,.16); }
.list-feature-box {
font-weight: 600; }
.list-feature-box>li {
font-size: 14px;
font-size: .875rem;
align-items: center;
padding-top: .5rem;
padding-bottom: .5rem;
display: inherit;
line-height: 1.5; }
.list-feature-box>li:before {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 1;
font-family: FontAwesome;
content: "\f00c";
margin-right: 1rem;
border-radius: 50%;
width: 22px;
height: 22px;
text-align: center;
padding: 2px; }  @media screen and (min-width: 20em) {
body.customize-partial-edit-shortcuts-shown .site-header .site-title {
padding-left: 0; } }
@media screen and (min-width: 30em) {
img.alignleft {
float: left;
margin-right: 1.5em; }
img.alignright {
float: right;
margin-left: 1.5em; } .panel-content .wrap {
padding-bottom: 2em;
padding-top: 3.5em; }
.page-one-column .panel-content .wrap {
max-width: 740px; }
.recent-posts .entry-header {
margin-bottom: 0; } }
@media screen and (min-width: 48em) {
.error404 #primary {
float: none; } .site-branding {
margin-bottom: 0; }
.custom-header-media {
height: 165px;
position: relative; }
.site-title {
font-size: 24px; }
.site-description {
font-size: 16px; } .dropdown-toggle,.menu-toggle {
display: none; }
.site-header .main-navigation ul,.site-header .main-navigation ul ul {
display: block; }
.site-header .main-navigation>div>ul {
display: inline-block; }
.site-header .main-navigation ul {
background: transparent;
padding: 0; }
.site-header .main-navigation>div>ul {
border: 0;
margin-bottom: 0;
padding: 0; }
.site-header .main-navigation li {
display: inline-block; }
.site-header .main-navigation li li {
display: block; }
.site-header .main-navigation ul ul {
background: #fff;
left: 0;
padding: 20px 0;
position: absolute;
top: calc(100% + 15px);
opacity: 0;
visibility: hidden;
z-index: 99999;
pointer-events: none;
transition: opacity .25s ease,visibility .25s ease,top .25s ease; }
.site-header .main-navigation ul ul li>ul {
left: 100%;
right: auto; }
.site-header .main-navigation ul ul li.focus>ul,.site-header .main-navigation ul ul li:hover>ul {
top: 0;
opacity: 1;
visibility: visible;
pointer-events: visible; }
.site-header .main-navigation li li {
transition: background-color .2s ease-in-out; }
.site-header .main-navigation li li a {
transition: color .3s ease-in-out; }
.site-header .main-navigation ul li.focus>ul,.site-header .main-navigation ul li:hover>ul {
top: 100%;
visibility: visible;
opacity: 1;
right: auto;
pointer-events: visible; }
.site-header .main-navigation .menu-item-has-children>a>i,.site-header .main-navigation .page_item_has_children>a>i {
display: inline;
margin-left: 5px;
position: relative;
top: 0;
font-size: 10px;
font-size: .625rem; }
.site-header .main-navigation ul ul .menu-item-has-children>a>i,.site-header .main-navigation ul ul .page_item_has_children>a>i {
margin-top: -9px;
left: auto;
position: absolute;
right: 1em;
top: 50%;  transform: rotate(-90deg); }
.site-header .main-navigation ul ul ul {
left: -999em;
top: 15px; }
.site-header .main-navigation ul ul li.menu-item-has-children.focus:after,.site-header .main-navigation ul ul li.menu-item-has-children.focus:before,.site-header .main-navigation ul ul li.menu-item-has-children:hover:after,.site-header .main-navigation ul ul li.menu-item-has-children:hover:before,.site-header .main-navigation ul ul li.page_item_has_children.focus:after,.site-header .main-navigation ul ul li.page_item_has_children.focus:before,.site-header .main-navigation ul ul li.page_item_has_children:hover:after,.site-header .main-navigation ul ul li.page_item_has_children:hover:before,.site-header .site-navigation-fixed .menu-scroll-down {
display: none; }
.site-header .menu-scroll-down {
display: block;
padding: 1em;
position: absolute;
right: 0;
color: #fff;
top: 2em; }
.site-header .menu-scroll-down .icon {  transform: rotate(90deg); }  .panel-content .wrap {
padding-bottom: 4.5em;
padding-top: 6em; }
.panel-image {
height: 100vh;
max-height: 1200px; } .background-fixed .panel-image {
background-attachment: fixed; } .panel-content .recent-posts article {
margin-bottom: 4em; }
.panel-content .recent-posts .entry-header {
float: none;
width: 100%;
margin-bottom: 1.5em; }
.page .panel-content .recent-posts .entry-title {
font-size: 26px;
font-size: 1.625rem; } .comments-pagination,.post-navigation {
clear: both; }
.post-navigation .nav-previous {
width: 50%; }
.post-navigation .nav-next {
text-align: right;
width: 50%; }
.nav-next,.post-navigation .nav-next {
margin-top: 0; } .sticky .icon-thumb-tack {
height: 23px;
left: -2.5em;
top: 1.5em;
width: 32px; } .format-quote blockquote .icon {
left: -1.5em; } .site-content {
padding: 6.5em 0; }
.page:not(.home) #content {
padding-bottom: 6.5em; }   .nav-links .nav-title {
position: relative; }  .site-footer {
line-height: 1.715; }
.site-info .sep {
margin: 0 .5em;
display: inline;
visibility: visible;
height: auto;
width: auto; } }
@media screen and (min-width: 67em) { .sticky .fa-thumb-tack {
font-size: 32px;
font-size: 2rem;
height: 22px;
left: -1.25em;
top: .75em;
width: 32px; } .comment-body {
margin-left: 0; } } @media print { #page-title-bar,#secondary,#topbar,.comment-edit-link,.comment-metadata .edit-link,.comment-reply-link,.comment-respond,.comments-pagination,.content-bottom-widgets,.edit-link,.header-image,.icon-thumb-tack,.navigation.woocommerce-pagination,.page-links,.pagination.navigation,.panel-image-prop,.pingback .edit-link,.post-navigation,.site-footer aside.widget-area,.site-info,.social-navigation,button,form,input,select,textarea {
display: none !important; }
#comments,.entry-footer,.single-featured-image-header,.site-footer {
border: 0; } body {
font-size: 12pt; }
h1 {
font-size: 24pt; }
h2 {
font-size: 22pt; }
h3 {
font-size: 17pt; }
h4 {
font-size: 12pt; }
h5 {
font-size: 11pt; }
h6 {
font-size: 12pt; } .wrap {
padding-left: 5% !important;
padding-right: 5% !important;
max-width: none; } .site-header {
background: transparent;
padding: 0; }
.site-branding {
margin-top: 0;
margin-bottom: 1.75em !important; }
.site-title {
font-size: 25pt; }
.site-description {
font-size: 12pt;
opacity: 1; } .single-featured-image-header {
background: transparent; }
.entry-meta {
font-size: 9pt; } .site,body {
background: none !important; }
.site-title a,a,body {
color: #222 !important; }
.site-description,blockquote,h2,h5 {
color: #777 !important; }
.entry-meta,.entry-meta a {
color: #777 !important; }
.entry-content blockquote.alignleft,.entry-content blockquote.alignright {
font-size: 11pt;
width: 34%; }
.site-footer {
padding: 0; } }  :root {
--featured-event-bg: #0ea0d7;
--twentynineteen-font--body: "NonBreakingSpaceOverride","Hoefler Text","Baskerville Old Face",Garamond,"Times New Roman",serif;
--twentynineteen-font--heading: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
--twentynineteen-font--code: Menlo,monaco,Consolas,Lucida Console,monospace;
--twentynineteen-font--pre: "Courier 10 Pitch",Courier,monospace; } .tribe-events-event-cost {
display: flex;
align-items: center;
float: none;
margin: 0 0 15px; }
.tribe-events-event-cost span {
display: block;
font-style: normal;
font-weight: 700;
line-height: 1;
text-align: center;
text-overflow: ellipsis; }
.tribe-events-event-cost .tribe-out-of-stock,.tribe-events-event-cost .tribe-tickets-left {
background: #f0f0f0;
border-left: none;
color: #727272;
font-style: italic;
font-weight: 400; }
.tribe-events-event-cost .tribe-ticket-cost {
margin: 0; }
.tribe-button,a.tribe-button,button.tribe-button,input.tribe-button {
border-radius: 3px;
line-height: 1;
margin: 10px;
padding: 9px 12px; }
.tribe-button.sold-out,a.tribe-button.sold-out,button.tribe-button.sold-out,input.tribe-button.sold-out {
background: none;
border: none;
color: #a00; }
.tribe-button.sold-out:hover,a.tribe-button.sold-out:hover,button.tribe-button.sold-out:hover,input.tribe-button.sold-out:hover {
cursor: default; } #tribe-events-pg-template,.tribe-events-pg-template {
margin: 0 auto;
max-width: 1200px; } .tribe-events-after-html {
clear: both; }
#tribe-events .tribe-events-content p,.tribe-events-after-html p,.tribe-events-before-html p {
line-height: 1.7;
margin: 0 0 10px; }
#tribe-events-pg-template .tribe-events-content h1,#tribe-events-pg-template .tribe-events-content h2,#tribe-events-pg-template .tribe-events-content h3,#tribe-events-pg-template .tribe-events-content h4,#tribe-events-pg-template .tribe-events-content h5,#tribe-events-pg-template .tribe-events-content h6,.tribe-events-after-html h1,.tribe-events-after-html h2,.tribe-events-after-html h3,.tribe-events-after-html h4,.tribe-events-after-html h5,.tribe-events-after-html h6,.tribe-events-before-html h1,.tribe-events-before-html h2,.tribe-events-before-html h3,.tribe-events-before-html h4,.tribe-events-before-html h5,.tribe-events-before-html h6 {
line-height: 1.7;
margin: 24px 0; }
#tribe-events-pg-template .tribe-events-content h1,.tribe-events-after-html h1,.tribe-events-before-html h1 {
font-size: 21px;
line-height: 1.5; }
#tribe-events-pg-template .tribe-events-content h2,.tribe-events-after-html h2,.tribe-events-before-html h2 {
font-size: 18px;
line-height: 1.6; }
#tribe-events-pg-template .tribe-events-content h3,.tribe-events-after-html h3,.tribe-events-before-html h3 {
font-size: 16px;
line-height: 1.8; }
#tribe-events-pg-template .tribe-events-content h4,.tribe-events-after-html h4,.tribe-events-before-html h4 {
font-size: 14px;
line-height: 1.8; }
#tribe-events-pg-template .tribe-events-content h5,.tribe-events-after-html h5,.tribe-events-before-html h5 {
font-size: 13px;
line-height: 1.8; }
#tribe-events-pg-template .tribe-events-content h6,.tribe-events-after-html h6,.tribe-events-before-html h6 {
font-size: 12px;
line-height: 1.8; }
#tribe-events-pg-template .tribe-events-content ul,.tribe-events-after-html ul,.tribe-events-before-html ul {
list-style: disc outside; }
#tribe-events-pg-template .tribe-events-content ol,.tribe-events-after-html ol,.tribe-events-before-html ol {
list-style: decimal outside; }
#tribe-events-pg-template .tribe-events-content ol li,#tribe-events-pg-template .tribe-events-content ul li,.tribe-events-after-html ol li,.tribe-events-after-html ul li,.tribe-events-before-html ol li,.tribe-events-before-html ul li {
line-height: 1.7;
margin: 0 0 20px; }
.tribe-events-back {
margin: 0 0 20px; }
.events-list .tribe-events-back.tribe-events-loop {
margin: 0 auto 20px; } #tribe-events-content a,.tribe-events-event-meta a {
text-decoration: none; } .tribe-events-adv-list-widget .tribe-events-widget-link a,.tribe-events-back a,.tribe-events-list-widget .tribe-events-widget-link a,ul.tribe-events-sub-nav a {
text-decoration: none;
text-transform: uppercase;
color: #fff;
background-color: #000;
display: inline-block;
font-weight: 500;
padding: .85rem 2.5rem;
font-size: 1.125rem;
line-height: 1.875;
border-radius: 0; }
.tribe-events-adv-list-widget .tribe-events-widget-link a span,.tribe-events-back a span,.tribe-events-list-widget .tribe-events-widget-link a span,ul.tribe-events-sub-nav a span {
display: none; }
.tribe-events-adv-list-widget .tribe-events-widget-link a:hover,.tribe-events-back a:hover,.tribe-events-list-widget .tribe-events-widget-link a:hover,ul.tribe-events-sub-nav a:hover {
text-decoration: none; } #tribe-events .tribe-events-button:hover,.tribe-events-button:hover {
color: #fff; }
#tribe-events .tribe-events-button:hover,.tribe-events-button.tribe-active:hover,.tribe-events-button.tribe-inactive,.tribe-events-button:hover {
text-decoration: none; } a.tribe-events-gcal,a.tribe-events-ical {
clear: both;
color: #fff;
float: right;
font-size: 10px;
font-weight: 400;
line-height: 18px;
margin-top: 21px;
padding: 0 6px;
text-decoration: none; }
.tribe-events-gcal {
margin-right: 9px; }
.single-tribe_events a.tribe-events-gcal,.single-tribe_events a.tribe-events-ical {
float: none; } .tribe-events-event-meta-desc .tribe-events-gmap,.tribe-events-event-meta .tribe-events-gmap {
white-space: nowrap; } .event .entry-title {
color: inherit;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
padding: inherit; }
.updated-info {
height: 0;
text-indent: -9999px; } .tribe-events-event-image {
text-align: center; }
.tribe-events-event-image img {
height: auto;
max-width: 100%; } .tribe-events-schedule h2 {
display: inline-block;
margin-bottom: 0;
font-size: 1.2em;
font-style: normal;
font-weight: 700;
line-height: normal; }
.tribe-events-event-schedule-details {
display: inline; } .events-archive { }
.events-archive .entry-content,.events-archive .entry-header {
width: 98%; } .events-archive footer.entry-header,.events-archive footer.entry-meta,.events-archive header.entry-header,.events-archive header.entry-meta,.events-archive span.edit-link,.single-tribe_events footer.entry-header,.single-tribe_events footer.entry-meta,.single-tribe_events header.entry-header,.single-tribe_events header.entry-meta,.single-tribe_organizer footer.entry-header,.single-tribe_organizer footer.entry-meta,.single-tribe_organizer header.entry-header,.single-tribe_organizer header.entry-meta,.single-tribe_venue footer.entry-header,.single-tribe_venue footer.entry-meta,.single-tribe_venue header.entry-header,.single-tribe_venue header.entry-meta {
display: none; } .tribe-events-notices {
background: #d9edf7;
border-radius: 4px;
border: 1px solid #bce8f1;
color: #3a87ad;
margin: 10px 0 18px;
padding: 8px 35px 8px 14px;
text-shadow: 0 1px 0 #fff; }
.tribe-events-notices>ul,.tribe-events-notices>ul>li {
list-style: none;
margin: 0;
padding: 0; } #tribe-events-content p.tribe-events-promo {
color: #999;
font-size: 12px; }
#tribe-events-content p.tribe-events-promo a {
color: #666; } #yith-quick-view-modal #yith-quick-view-content .product div.product,.clearfix,.mc4wp-form-fields,.tribe-clearfix {
zoom: 1; }
#yith-quick-view-modal #yith-quick-view-content .product div.product:after,#yith-quick-view-modal #yith-quick-view-content .product div.product:before,.clearfix:after,.clearfix:before,.mc4wp-form-fields:after,.mc4wp-form-fields:before,.tribe-clearfix:after,.tribe-clearfix:before {
content: "";
display: table; }
#yith-quick-view-modal #yith-quick-view-content .product div.product:after,.clearfix:after,.mc4wp-form-fields:after,.tribe-clear,.tribe-clearfix:after {
clear: both; }
.tribe-events-visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
.tribe-hide-text {
overflow: hidden;
text-indent: 100%;
white-space: nowrap; }
.tribe-events-error {
display: none; }
.tribe-events-multi-event-day {
color: #0f81bb; }
#tribe-events-content .tribe-events-abbr {
border-bottom: 0;
cursor: default; } .tribe-events-spinner {
height: 32px;
margin-left: -16px;
width: 32px; }
.tribe-events-spinner-medium {
height: 24px;
width: 24px; }
.tribe-events-spinner-small {
height: 16px;
margin-left: -8px;
width: 16px; } *+html .events-archive .tribe-events-page-title {
padding-bottom: 30px; }
*+html .events-archive .tribe-events-list .tribe-events-page-title {
padding-bottom: 0; }
*+html #tribe-events-header {
margin-bottom: 30px; } .tribe-events-page-title {
clear: none;
font-size: 60px;
font-size: 3.75rem;
font-weight: 400;
margin-bottom: .3em;
margin-top: 0;
position: relative;
text-align: center;
z-index: 0; }
.tribe-events-filter-view.events-list .tribe-events-page-title {
width: 100%;
float: none; }
.tribe-events-page-title a {
color: #000; }
.tribe-events-page-title a:focus,.tribe-events-page-title a:hover {
color: #333;
text-decoration: underline; } #tribe-events-footer,#tribe-events-header {
clear: both;
margin-bottom: .5em; }
#tribe-events-footer .tribe-events-sub-nav,#tribe-events-header .tribe-events-sub-nav {
line-height: normal;
list-style-type: none;
margin: 0;
overflow: hidden;
padding: 0;
text-align: center; }
#tribe-events-footer .tribe-events-sub-nav li,#tribe-events-header .tribe-events-sub-nav li {
*display: inline;
display: inline-block;
margin: 0;
vertical-align: middle;
zoom: 1; }
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,#tribe-events-footer .tribe-events-sub-nav li,#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous,#tribe-events-header .tribe-events-sub-nav li {
float: left;
margin-right: 5px;
text-align: left; }
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next,#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next {
float: right;
margin-left: 5px;
text-align: right; }
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-left,#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-left {
float: left;
text-align: left; }
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-right,#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-right {
float: right;
text-align: right; }
.tribe-events-ajax-loading {
background: #666;
border-radius: 5px;
box-shadow: none;
display: none;
left: 50%;
margin-left: -27px;
padding: 15px;
position: absolute;
top: 150px;
z-index: 10; }
.tribe-events-ajax-loading.tribe-events-active-spinner,.tribe-events-ajax-loading.tribe-events-active-spinner img,.tribe-events-loading .tribe-events-ajax-loading {
display: block; }
#tribe-events-header {
position: relative;
display: none; }
#tribe-events-footer {
margin-bottom: 1em; } .events-list #tribe-events-footer,.tribe-events-day #tribe-events-footer,.tribe-events-map #tribe-events-footer {
clear: both;
margin: 1.25em 0 18px; } .tribe-events-map #tribe-events-header {
margin: 1em 0; }
.single-tribe_events #tribe-events-header {
margin: 1em 0 20px; }
.single-tribe_events #tribe-events-footer li,.single-tribe_events #tribe-events-header li {
width: 48%; }
#tribe-events-content .tribe-events-nav-date {
padding-top: 16px; }
select.tribe-events-dropdown {
font-size: 11px;
margin: 33px 9px 0 0;
width: auto; }
#tribe-events-events-picker,#tribe-events-picker {
display: inline; } #tribe-events-content {
padding: 2px 0;
position: relative; }
#tribe-events-content.tribe-events-list {
padding: 0; }
.tribe-events-othermonth {
visibility: hidden; } #tribe-events-content.tribe-events-list {
margin-bottom: 60px; }
.tribe-events-list .tribe-events-loop .tribe-event-featured {
background: var(--featured-event-bg);
margin-bottom: 2rem;
padding: 0 1.5rem 1rem; }
.tribe-events-list .tribe-events-loop .tribe-event-featured.tribe-events-first {
padding-top: 0; }
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image {
display: block;
float: none;
margin: 0 -1.5rem;
width: auto; }
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title {
display: inline-block;
margin-top: 1.5rem; }
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a {
color: #fff; }
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta {
background-color: transparent;
color: hsla(0,0%,100%,.7);
font-weight: 400; }
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content {
color: hsla(0,0%,100%,.9); }
.tribe-events-list .tribe-events-loop .tribe-event-featured a {
color: hsla(0,0%,100%,.7); }
.tribe-events-list .tribe-events-loop .tribe-event-featured a:active,.tribe-events-list .tribe-events-loop .tribe-event-featured a:hover {
color: hsla(0,0%,100%,.9); }
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost {
display: flex;
align-items: center;
float: none;
margin: 30px 0; }
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost span {
border: 0;
color: #fff;
background: hsla(0,0%,100%,.1);
display: block;
font-style: normal;
font-weight: 700;
line-height: 1;
padding: 10px;
text-align: center;
text-overflow: ellipsis; }
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .ticket-cost {
background: hsla(0,0%,100%,.2); }
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-tickets-left {
font-style: italic;
font-weight: 400;
margin-left: 1px; }
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-out-of-stock {
background: #f0f0f0;
border-left: none;
color: #727272;
font-style: italic;
font-weight: 400; }
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-ticket-cost {
margin: 0; }
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-button {
color: #000;
font-weight: 700; }
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-button:hover {
color: var(--featured-event-bg); }
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-button:active {
color: #000; }
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-button {
background: #fff;
color: var(--featured-event-bg); }
.tribe-events-list .tribe-events-loop .tribe-events-event-image,.tribe-events-list .tribe-events-loop .tribe-events-list-caption {
width: 50%;
margin-bottom: 0; }
@media (max-width: 991px) {
.tribe-events-list .tribe-events-loop .tribe-events-event-image,.tribe-events-list .tribe-events-loop .tribe-events-list-caption {
width: 100%; } }
@media (max-width: 991px) {
.tribe-events-list .tribe-events-loop .tribe-events-list-caption {
padding-top: 20px; } }
.tribe-events-list .tribe-events-loop .tribe-events-event-image a,.tribe-events-list .tribe-events-loop .tribe-events-event-image a img {
display: block; }
.tribe-events-list .tribe-events-event-image+.tribe-events-list-caption {
padding: 40px 0 40px 40px; }
@media (max-width: 991px) {
.tribe-events-list .tribe-events-event-image+.tribe-events-list-caption {
padding: 20px 0 0; } }
.tribe-events-list .tribe-events-list-event-title {
border: none;
letter-spacing: 0;
margin: 0;
padding: 0;
text-transform: none; }
.tribe-events-list .type-tribe_events {
margin: 0;
padding: 50px 0;
display: flex;
flex-wrap: wrap; }
.tribe-events-list .type-tribe_events+.type-tribe_events {
border-top: 1px solid #323232; }
.tribe-events-list .type-tribe_events.tribe-events-first {
padding-top: 50px;
margin-top: 0; }
.tribe-events-list .type-tribe_events.tribe-event-end-month {
border-bottom: 0;
padding-bottom: 0; }
.tribe-events-list .tribe-events-event-image {
display: inline-block; }
.tribe-events-list .tribe-events-event-image img {
height: auto;
margin: 0;
padding: 0;
width: 100%; }
.tribe-events-list .tribe-events-event-image+div.tribe-events-content {
display: block;
float: none;
position: relative; }
.tribe-events-list .tribe-events-event-image+div.tribe-events-content.tribe-events-list-event-description {
position: static; }
.tribe-events-list .tribe-events-loop .tribe-events-event-meta {
font-size: 18px;
font-size: 1.125rem;
font-weight: 500; }
.tribe-events-list .tribe-events-loop .tribe-events-event-meta .recurringinfo {
*display: inline;
display: inline-block;
zoom: 1; }
.tribe-events-list .tribe-events-loop .tribe-events-event-meta .event-is-recurring {
position: relative; }
.tribe-events-list .tribe-events-loop .tribe-events-event-meta .tribe-events-content {
padding: 0;
width: 100%; }
.tribe-events-list .tribe-events-loop .tribe-events-event-meta .time-details,.tribe-events-list .tribe-events-loop .tribe-events-event-meta .tribe-events-venue-details {
margin: 0;
display: inline; }
.tribe-events-list .time-details,.tribe-events-list .tribe-event-schedule-details {
position: relative; }
.tribe-events-list .time-details:after,.tribe-events-list .tribe-event-schedule-details:after {
content: "";
width: 4px;
height: 4px;
display: inline-block;
vertical-align: middle;
transform: rotate(45deg);
margin-left: 12px;
margin-right: 12px; }
.tribe-events-list .tribe-events-venue-details {
font-weight: 500;
font-style: normal;
color: #c6c6c6; }
.tribe-events-list .tribe-event-schedule-details,.tribe-events-list .tribe-events-venue-details {
display: inline; }
.tribe-events-list .time-details,.tribe-events-list .tribe-events-venue-details {
display: block;
line-height: 1.2;
margin: 0; }
.tribe-events-list .time-details {
margin: 0 0 8px; }
.tribe-events-list .tribe-events-venue-details {
margin: 15px 0; }
.tribe-events-list .start-time,.tribe-events-list .tribe-events-read-more {
display: none; }
.tribe-events-event-details .tribe-events-event-meta address.tribe-events-address {
font-family: inherit;
font-size: inherit;
font-style: normal;
line-height: inherit; }
.tribe-events-inner .tribe-events-list-caption {
background-image: url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/images/bg_list_event.jpg);
background-size: 100% 100%;
background-repeat: no-repeat; } .tribe-events-list-separator-year {
color: #ccc;
display: block;
font-size: 38px;
font-weight: 700;
padding: 1em 2.25em 0;
text-align: center; }
.tribe-events-list-separator-month {
font-size: 60px;
font-size: 3.75rem;
text-transform: uppercase;
text-align: left;
display: flex;
align-items: center;
font-weight: 500;
margin: 0;
padding: 0; }
.tribe-events-list-separator-month span {
background-color: transparent;
padding: 0 20px 0 0;
flex: 1 0 auto; }
.tribe-events-list-separator-month:after {
position: static;
border-color: #323232; }  .tribe-events-loop {
clear: both; }
.tribe-events-loop .type-tribe_events.tribe-events-last {
border-bottom: 0; }
.tribe-events-loop .tribe-events-event-meta {
border: 0;
clear: both;
float: none;
font-size: 14px;
font-weight: 700;
line-height: 1.5;
margin: 5px 0 15px;
overflow: visible; }
.tribe-events-event-meta address.tribe-events-address {
display: inline;
font-family: inherit;
font-size: inherit;
font-style: normal;
line-height: inherit;
margin-right: 10px; }
.single-tribe_venue .tribe-events-loop .tribe-events-content p {
margin: 0; }
.events-archive h3 .published,.single-tribe_venue h3 .published {
font-size: 18px;
font-style: italic;
margin-top: 0;
text-transform: none; }
.tribe-events-event-day,.tribe-events-event-meta-desc {
color: #333; }
.venue-address {
margin-top: 1em; }
.venue-address>* {
display: block;
margin-top: .5em; } .single-tribe_events .tribe-events-single-event-title {
font-size: 1.7em;
line-height: 1;
margin: 0;
padding: 0;
display: none; }
.single-tribe_events .tribe-events-single-event-recurrence-description {
align-items: center;
display: flex;
font-size: 1em;
margin: .5em 0 1.5em; }
.single-tribe_events .tribe-events-single-event-recurrence-description>img {
height: 1em; }
.single-tribe_events .tribe-events-single-event-recurrence-description>a {
color: #009fd4;
font-size: .8125em; }
.single-tribe_events .tribe-events-single-event-recurrence-description>* {
margin-right: .4375em; }
#tribe-events-content .tribe-events-single-event-description .attachment-post-thumbnail {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center; }
.tribe-events-meta-group .tribe-events-single-section-title {
font-size: 24px;
font-size: 1.5rem; }
.tribe-events-meta-group+.tribe-events-single-section-title {
margin-top: 0; }
.tribe-events-event-meta .tribe-events-meta-group address.tribe-events-address {
display: block;
margin: 0; } #eventbrite-embed {
margin: 24px 0;
min-height: 225px;
width: 100%; }
.eventbrite-ticket-embed {
margin: 0 0 30px; } .tribe-events-schedule {
margin: 20px 0 0;
vertical-align: middle; }
.single-tribe_events {     }
.single-tribe_events .tribe-events-schedule {
margin: 0 0 30px; }
.single-tribe_events .tribe-events-schedule .recurringinfo,.single-tribe_events .tribe-events-schedule .tribe-events-cost,.single-tribe_events .tribe-events-schedule .tribe-events-divider {
font-size: 1.2em; }
.single-tribe_events .tribe-events-schedule h3 {
*display: inline;
display: inline-block;
font-size: 1.2em;
margin: 0;
padding: 0;
vertical-align: middle;
white-space: nowrap;
zoom: 1; }
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
vertical-align: baseline;
display: block; }
.single-tribe_events .tribe-events-event-image {
clear: both;
margin-bottom: 30px; }
.single-tribe_events .tribe-events-cal-links {
clear: both;
margin-bottom: 60px; }
.single-tribe_events .tribe-events-event-meta {
border-top: 1px solid #323232; }
.single-tribe_events .tribe-events-venue-map {
display: inline-block;
float: right;
padding: 5px;
vertical-align: top;
width: 100%;
zoom: 1; }
.single-tribe_events .tribe-events-venue-map>* {
margin-bottom: 0; }
.single-tribe_events .tribe-events-meta-group+.tribe-events-meta-group+.tribe-events-meta-group-gmap {
clear: both;
display: block;
float: none;
width: auto; }
.single-tribe_events .tribe-events-meta-group+.tribe-events-meta-group+.tribe-events-meta-group-gmap .tribe-events-venue-map {
float: none;
width: 100%; }
.single-tribe_events .secondary .tribe-events-venue-map {
width: 100%; }
@media (min-width: 1200px) {
.single-tribe_events .secondary .tribe-events-venue-map {
width: 50%; } }
.single-tribe_events .sidebar .secondary .tribe-events-venue-map {
width: 100%; }
.single-tribe_events .tribe-events-event-meta {
font-size: 16px;
font-size: 1rem;
display: flex;
padding: 50px 0;
flex-wrap: wrap; }
.single-tribe_events .tribe-events-event-meta.secondary {
padding-bottom: 0; }
.single-tribe_events .tribe-events-event-meta dl {
margin: 0;
display: flex;
flex-wrap: wrap; }
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
clear: left;
line-height: 1;
list-style: none;
width: 50%; }
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
float: none;
line-height: 1.5;
list-style: none;
margin: 0 0 10px;
padding: 0;
width: 50%;
text-align: right;
display: initial; }
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-organizer,.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-venue,.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-venue-location {
text-align: left;
width: 100%;
font-weight: 700; }
.single-tribe_events .page-title-bar .breadcrumb,.single-tribe_events .tribe-events-back {
display: none; }
.tribe-events-event-meta .column,.tribe-events-event-meta .tribe-events-meta-group {
box-sizing: border-box;
display: inline-block;
vertical-align: top;
zoom: 1;
width: 100%; }
@media (min-width: 1200px) {
.tribe-events-event-meta .column,.tribe-events-event-meta .tribe-events-meta-group {
width: 50%; } }
@media (min-width: 1200px) {
.tribe-events-meta-group-details {
padding-right: 50px; } }
@media (min-width: 1200px) {
.tribe-events-meta-group-organizer {
padding-left: 50px;
border-left: 1px solid #323232; } }
@media (min-width: 1200px) {
.tribe-events-meta-group-venue {
padding-right: 40px; } }
#tribe-events-content .tribe-events-event-meta dd span.adr {
display: block; } .single-tribe_events .tribe-events-content {
max-width: 100%;
padding: 0;
width: 100%; } .sidebar.single-tribe_events .tribe-events-content {
padding: 0; } .tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading {
background: transparent;
font-size: 14px;
font-weight: 700;
margin: 2.5em 0 0;
padding: 6px 10px;
text-transform: uppercase; }
.tribe-events-day .type-tribe_events {
margin-left: 0; }  #tribe-events-content table.tribe-events-calendar {
border-collapse: collapse;
clear: both;
font-size: 12px;
margin: 12px 0;
table-layout: fixed;
width: 100%; }
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
background: var(--featured-event-bg);
margin: 0;
padding: 6px 14px; padding: 6px calc(5% + 8px); }
.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
margin: 0;
padding: 6px 14px; padding: 6px calc(5% + 8px); }
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a {
color: #fff; }
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a:active,#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a:hover {
color: #eee; }
#tribe-events-content table.tribe-events-calendar {
max-width: 1170px;
margin: 12px auto; }
#tribe-events-content .tribe-events-calendar td {
border: 10px solid transparent; }
@media (max-width: 767px) {
#tribe-events-content .tribe-events-calendar td {
border: 1px solid transparent; } }
#tribe-events-content .tribe-events-calendar td {
box-sizing: border-box;
color: #114b7d;
font-size: 12px;
height: 145px;
padding: 0;
vertical-align: top;
width: 14.28%; }
#tribe-events-content .tribe-events-calendar td:hover {
background-color: transparent !important; }
@media (max-width: 991px) {
#tribe-events-content .tribe-events-calendar td {
height: auto;
background-color: transparent; } }
.entry-content .tribe-events-month .tribe-events-calendar th,.entry-content .tribe-events-month .tribe-events-calendar tr {
border: 10px solid #1a1a1a; }
@media (max-width: 767px) {
.entry-content .tribe-events-month .tribe-events-calendar th,.entry-content .tribe-events-month .tribe-events-calendar tr {
border: 1px solid #1a1a1a; } }
.entry-content .tribe-events-month .tribe-events-calendar thead th {
background: #000;
font-size: 18px;
font-size: 1.125rem;
line-height: 1; }
.tribe-events-calendar,.tribe-events-calendar a {
color: #fff; }
.tribe-events-calendar a:hover {
color: #000; }
.tribe-events-calendar td .opal-inner {
height: 100%;
background: #fff;
min-height: 220px;
font-size: 14px; }
@media (max-width: 991px) {
.tribe-events-calendar td .opal-inner {
min-height: 0; } }
.tribe-events-calendar .tribe-events-has-events .opal-inner {
background-color: #4a96a4; }
.tribe-events-calendar div[id*=tribe-events-daynum-],.tribe-events-calendar div[id*=tribe-events-daynum-] a {
color: #000;
font-size: 18px;
font-size: 1.125rem;
font-weight: 500;
display: inline-block;
min-width: 36px;
text-align: center;
background-color: #f2f2f2; }
@media (max-width: 991px) {
.tribe-events-calendar div[id*=tribe-events-daynum-],.tribe-events-calendar div[id*=tribe-events-daynum-] a {
display: block; } }
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
color: #fff; }
@media (max-width: 991px) {
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
display: block; } }
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a {
color: #666;
font-size: 18px;
font-size: 1.125rem;
font-weight: 500;
display: inline-block;
min-width: 36px;
text-align: center;
background-color: #f2f2f2; }
@media (max-width: 991px) {
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a {
display: block; } }
@media (max-width: 991px) {
.tribe-events-calendar td .tribe-events-viewmore,.tribe-events-calendar td .type-tribe_events>* {
display: none; }
.tribe-events-calendar td .type-tribe_events:before {
content: "";
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #000;
display: block;
margin: auto; } } .recurring-info-tooltip,.tribe-events-calendar .tribe-events-tooltip,.tribe-events-shortcode.view-week .tribe-events-tooltip,.tribe-events-week .tribe-events-tooltip {
background-color: #f9f9f9;
border: 0;
bottom: 30px;
color: #333;
display: none;
left: 3px;
line-height: 1.4;
position: absolute;
width: 320px;
z-index: 1001; }
@media (min-width: 768px) {
.recurring-info-tooltip,.tribe-events-calendar .tribe-events-tooltip,.tribe-events-shortcode.view-week .tribe-events-tooltip,.tribe-events-week .tribe-events-tooltip {
width: 520px;
padding: 20px 30px; } }
.tribe-events-tooltip .tribe-events-arrow {
background-image: url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/images/tribe-tooltips.png);
background-position: 0 0;
background-repeat: no-repeat;
background-size: 44px 19px;
bottom: -11px;
display: block;
height: 11px;
left: 20px;
position: absolute;
width: 18px; }
.recurring-info-tooltip,.tribe-events-calendar .tribe-events-right .tribe-events-tooltip,.tribe-events-shortcode.view-week .tribe-events-right .tribe-events-tooltip,.tribe-events-week .tribe-events-right .tribe-events-tooltip {
left: auto;
right: 3px; }
.tribe-events-right .tribe-events-tooltip .tribe-events-arrow {
left: auto;
right: 30px; }
.tribe-events-tooltip {  }
.tribe-events-tooltip ol,.tribe-events-tooltip ul {
margin-left: 1.6em; }
.tribe-events-tooltip .tribe-events-event-body .tribe-events-event-thumb img {
max-height: 150px;
max-width: 150px; }
.tribe-events-tooltip.tribe-events-tooltip-flipdown:before {
border: 10px solid transparent;
border-bottom-color: #fff;
content: " ";
display: block;
height: 0;
left: 17px;
position: absolute;
top: -20px;
width: 0;
z-index: 2; }
.tribe-events-tooltip.tribe-events-tooltip-flipdown .tribe-events-arrow {
display: none; }
.tribe-events-tooltip .entry-title {
font-size: 30px;
font-size: 1.875rem;
color: #000;
line-height: 1;
margin-bottom: 0; }
.tribe-events-tooltip .tribe-event-duration {
font-size: 18px;
font-size: 1.125rem;
text-transform: uppercase;
margin-bottom: 15px; } .tribe-events-right .tribe-events-tooltip.tribe-events-tooltip-flipdown:before {
left: auto;
right: 43px; }
@media screen {
#tribe-events-content .tribe-events-tooltip ol,#tribe-events-content .tribe-events-tooltip ul {
margin-left: 1.6em; } } .recurringinfo {
*display: inline;
display: inline-block;
position: relative;
zoom: 1; }
.event-is-recurring {
color: rgba(0,0,0,.7);
font-style: normal;
font-weight: 500;
position: relative; }
.event-is-recurring:hover {
color: #000; }
.tribe-event-featured .event-is-recurring {
color: hsla(0,0%,100%,.7); }
.tribe-event-featured .event-is-recurring:hover {
color: #fff; }
.tribe-event-featured .event-is-recurring div {
color: rgba(0,0,0,.7); }
.recurring-info-tooltip.tribe-events-tooltip {
left: 10px;
padding-bottom: .8em;
width: 200px; } .events-archive.events-gridview #tribe-events-content table .type-tribe_events {
border-bottom: 1px solid #323232;
margin: 0 5%;
padding: 6px 8px; }
.events-archive.events-gridview #tribe-events-content table .tribe-events-last {
border-bottom: 0; }
.tribe-events-viewmore {
border-top: 1px solid #e7e7e7;
font-weight: 700;
line-height: 1;
margin: 0 5%;
padding: 9px 8px; }
.tribe-events-calendar td .tribe-events-viewmore a {
font-size: 90%;
white-space: nowrap; }
.tribe-events-calendar td div[id*=tribe-events-daynum-] {
line-height: 1.2;
padding: 8px 9px;
background-color: #f2f2f2; }
.tribe-events-calendar td a {
font-size: 91.7%; }
.tribe-events-calendar th {
background-color: #ddd;
color: #333;
height: 10px;
letter-spacing: 1px;
padding: 4px 0;
text-align: center;
text-transform: uppercase;
width: 14.28%; }
.tribe-events-calendar div[id*=tribe-events-daynum-],.tribe-events-calendar div[id*=tribe-events-event-] {
margin: 0;
position: relative; }
.tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a {
font-size: 100%; }
#tribe-events-content { }
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
font-family: sans-serif;
font-size: 98%;
font-weight: 400;
line-height: 1.25;
margin: 0;
overflow: hidden;
padding: 3%;
text-transform: none; }
#tribe-events-content .tribe-events-tooltip h4 {
background-color: #666;
color: #fff;
font-size: 14px;
font-weight: 400;
letter-spacing: 1px;
line-height: 24px;
margin: 0;
min-height: 24px;
padding: 0 6px; }
.tribe-events-tooltip .tribe-events-event-body {
font-size: 14px;
font-weight: 400; }
.tribe-events-tooltip .duration {
font-style: italic;
margin: 3px 0; }
.tribe-events-tooltip:not(.tribe-event-featured) .tribe-events-event-thumb {
padding: 5px 20px 5px 0; }
.tribe-events-tooltip.tribe-event-featured .tribe-events-event-thumb {
padding: 2px 0 8px; }
.tribe-events-tooltip .tribe-events-event-thumb {
float: left; }
.tribe-events-tooltip .tribe-events-event-thumb img {
box-shadow: none;
max-width: 120px;
width: 120px; }
.tribe-events-tooltip p.entry-summary {
font-size: 11px;
line-height: 1.5;
padding: 0; }
.tribe-events-tooltip .tribe-event-description p {
display: -webkit-box;
-webkit-line-clamp: 4;
overflow: hidden;
font-size: 14px;
line-height: 24px;
max-height: 96px; }
#tribe-mobile-container,.tribe-events-tooltip .tribe-event-description p.link-more {
display: none; } .tribe-events-list-widget ol li {
list-style: none;
margin-bottom: .5rem; }
.tribe-events-list-widget .tribe-list-widget {
margin-left: 0; }
.tribe-events-list-widget .tribe-events-list-widget-events {
padding: 0 1.5rem;
margin-bottom: 1.25rem; }
.tribe-events-list-widget .tribe-event-title {
margin-bottom: .25rem;
margin-top: 0; }
.tribe-events-list-widget .duration {
font-weight: 700; }
.tribe-events-list-widget .tribe-event-featured {
background: var(--featured-event-bg);
padding-bottom: .75rem; }
.tribe-events-list-widget .tribe-event-featured .tribe-event-title {
margin-top: .75rem; }
.tribe-events-list-widget .tribe-event-featured .tribe-event-title a {
color: #fff; }
.tribe-events-list-widget .tribe-event-featured .tribe-event-image {
line-height: 0;
margin-left: -1.5rem;
margin-right: -1.5rem;
overflow: hidden; }
.tribe-events-list-widget .tribe-event-featured .tribe-event-duration {
color: #fff; }  .datepicker table tr td span,.datepicker td {
border-radius: 0; }
.datepicker td {
border-top: 1px solid #ededed; }
.datepicker table tr td.active.active,.datepicker table tr td span.active.active {
background: #666; }
.datepicker table tr td.active.active:hover,.datepicker table tr td span.active.active:hover {
background: #dadada;
color: inherit; }
body.admin-bar .datepicker {
margin-top: 32px; }
@media screen and (max-width: 782px) {
body.admin-bar .datepicker {
margin-top: 46px; } }
#tribe-events-bar {
clear: none;
height: auto;
margin-bottom: 30px;
min-width: 220px;
position: relative;
width: 100%; }
.opal-content-layout-2cr #tribe-events-bar {
display: none; }
#tribe-events-bar * {
box-sizing: border-box; }
.opal-content-layout-2cr .tribe-events-title-bar {
display: none; }
#tribe-bar-form {
background: #131313;
margin: 0;
position: relative;
width: 100%; }
@media (min-width: 992px) {
#tribe-bar-form {
padding: 40px; } }
#tribe-bar-form input {
margin: 0 4px 0 0; }
#tribe-bar-form input[type=text] {
background: 0;
border: none;
border-bottom: 3px solid #2d2d2d;
border-radius: 0;
box-shadow: none;
font-style: italic;
font-weight: 400;
height: auto;
line-height: 1;
padding: 10px 0;
width: 100%; }
#tribe-bar-form label {
display: block;
font-size: 18px;
font-size: 1.125rem;
line-height: 1;
margin: 0 0 5px;
padding: 0;
text-transform: uppercase;
font-weight: 500; }
#tribe-bar-form .tribe-bar-filters {
float: left;
margin: 0;
position: relative;
width: 100%; }
#tribe-bar-form .tribe-bar-filters-inner {
margin: 0; }
#tribe-bar-form .tribe-bar-views-inner label {
padding: 0 15px;
text-align: left; }
#tribe-bar-filters-wrap {
position: relative; }
input[name*=tribe-bar-]::-webkit-input-placeholder {
color: #5f5f5f;
font-style: italic;
font-weight: 400;
line-height: 1.3; }
input[name*=tribe-bar-]:-moz-placeholder {
color: #5f5f5f;
font-style: italic;
font-weight: 400;
line-height: 1.3; }
.tribe-event-placeholder {
color: #5f5f5f;
font-weight: 400;
font-style: italic;
line-height: 1.3; }
#tribe-bar-dates .select2-choice {
border-bottom: 1px dashed #b9b9b9; } .tribe-bar-date-filter,.tribe-bar-search-filter {
float: left;
margin-bottom: 0;
padding: 15px;
width: 37.5%; }
.tribe-bar-submit {
float: left;
margin-bottom: 0;
padding: 15px;
width: 25%; }
@media screen and (max-width: 767px) {
.tribe-bar-submit {
margin-left: 0; } }
.tribe-bar-submit input[type=submit]:hover {
background: #999;
color: #fff; }
.tribe-bar-views-inner {
margin: 0;
padding: 16px 0; }
#tribe-bar-views-toggle {
border: 0;
background: transparent;
display: block;
font-size: 16px;
font-family: inherit;
font-weight: 400;
line-height: 1;
padding: 6px 15px;
position: relative;
text-align: left;
text-transform: none;
width: 100%; }
#tribe-bar-views-toggle:after {
border: solid transparent;
border-color: rgba(136,183,213,0);
border-width: 8px;
content: " ";
height: 0;
pointer-events: none;
position: absolute;
right: 15px;
top: 10px;
width: 0; }
.tribe-bar-views-open #tribe-bar-views-toggle:after {
border-top-color: transparent;
top: 0; }
.tribe-bar-collapse #tribe-bar-views-toggle {
padding: 10px 14px; }
.tribe-bar-collapse #tribe-bar-views-toggle:after {
top: 14px; }
#tribe-bar-views .tribe-bar-views-list {
background: #111;
border-radius: 0 0 3px 3px;
display: none;
left: 0;
margin: 0;
padding: 5px 0 0;
position: absolute;
top: auto;
width: 100%;
z-index: 2; }
#tribe-bar-views .tribe-bar-views-option {
display: block;
color: #fff;
line-height: 14px;
margin: 0;
padding: 6px 15px; }
#tribe-bar-views .tribe-bar-views-option:hover {
cursor: pointer;
background: #000; }
#tribe-bar-views .tribe-bar-views-option:focus {
outline: 1px dotted; }
#tribe-bar-views .tribe-bar-views-option:last-child {
border-radius: 0 0 3px 3px; }
#tribe-bar-views .tribe-bar-views-option.tribe-bar-active {
background: #000; }
#tribe-bar-views .tribe-bar-settings {
display: none; } #tribe-bar-form.tribe-bar-mini * {
font-size: 12px; }
#tribe-bar-form.tribe-bar-mini label {
font-size: 11px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type=submit] {
-webkit-appearance: button;
font-size: 11px;
padding: 10px 5px; }
#tribe-bar-form.tribe-bar-mini .tribe-bar-date-filter,#tribe-bar-form.tribe-bar-mini .tribe-bar-search-filter,#tribe-bar-form.tribe-bar-mini .tribe-bar-submit {
padding: 10px; }
#tribe-bar-form.tribe-bar-mini .tribe-bar-views-list .tribe-bar-views-option a {
padding: 4px 15px; }
#tribe-bar-form.tribe-bar-mini .tribe-bar-views-inner {
padding: 12px 0; }
#tribe-bar-form.tribe-bar-mini .tribe-bar-views-inner label {
padding: 0 10px; }
#tribe-bar-form.tribe-bar-full.tribe-events-bar--has-views #tribe-bar-filters-wrap,#tribe-bar-form.tribe-bar-mini.tribe-events-bar--has-views #tribe-bar-filters-wrap {
float: left;
width: 83.3333%; }
#tribe-bar-form.tribe-bar-full.tribe-events-bar--has-filters #tribe-bar-views,#tribe-bar-form.tribe-bar-mini.tribe-events-bar--has-filters #tribe-bar-views {
position: relative;
float: left;
width: 16.6667%; } #tribe-bar-collapse-toggle {
background: transparent;
color: #fff;
display: none;
width: 100%;
font-size: 13px;
font-weight: 700;
line-height: 28px;
padding: 15px;
position: relative;
text-align: left;
text-transform: uppercase;
border: 1px solid #323232; }
#tribe-bar-collapse-toggle:focus,#tribe-bar-collapse-toggle:hover {
cursor: pointer;
color: #fff; }
#tribe-bar-collapse-toggle.tribe-bar-filters-open span.tribe-bar-toggle-arrow:after {
border-top-color: transparent;
top: 0; }
#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow {
display: inline-block;
margin: 0 4px;
position: absolute;
right: 10px; }
#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow:after {
border: solid transparent;
border-color: rgba(136,183,213,0);
border-width: 8px;
content: " ";
height: 0;
pointer-events: none;
position: absolute;
right: 0;
top: 10px;
width: 0; }
#tribe-bar-form.tribe-bar-collapse {
background: transparent; }
#tribe-bar-form.tribe-bar-collapse #tribe-bar-collapse-toggle {
display: block; }
#tribe-bar-form.tribe-bar-collapse .tribe-bar-filters {
position: absolute;
z-index: 21;
float: none;
display: none;
left: auto;
padding-top: 5px;
overflow: hidden;
right: auto;
width: 100%;
background: #131313;
box-shadow: 0 0 5px rgba(0,0,0,.2); }
#tribe-bar-form.tribe-bar-collapse .tribe-bar-filters-inner>div {
width: 100%; }
#tribe-bar-form.tribe-bar-collapse #tribe-bar-views {
margin-top: 10px; }
#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner {
padding: 10px 0 0; }
.tribe-bar-disabled {
float: right;
position: relative;
z-index: 101; }
.tribe-bar-disabled .tribe-events-page-title {
clear: none;
line-height: 45px;
margin: 0;
text-align: left; }
.tribe-bar-disabled #tribe-events-bar {
float: none;
min-width: 0;
width: auto; }
.tribe-bar-disabled #tribe-bar-form {
border-radius: 3px;
width: auto; }
.tribe-bar-disabled #tribe-bar-filters-wrap {
float: left;
min-width: 120px;
width: auto; }
.tribe-bar-disabled .tribe-bar-filters .tribe-bar-date-filter {
padding: 5px 10px; }
.tribe-bar-disabled #tribe-bar-form label {
font-size: 10px; }
.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type=text] {
border: none;
display: block;
font-size: 13px;
line-height: 1;
margin: 10px 0 0;
padding: 3px 0 0;
width: 100px; }
.tribe-bar-disabled #tribe-bar-form #tribe-bar-views {
float: right;
font-size: 16px;
left: 50%;
min-width: 130px;
padding: 0;
right: auto;
width: 50%; }
.tribe-bar-disabled .tribe-bar-views-inner {
border-radius: 0 3px 3px 0;
min-width: 100px;
padding: 5px 0 0;
position: relative; }
.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list,.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option {
margin: 0; }
.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
margin: 0;
padding: 4px 10px; }
.tribe-bar-disabled #tribe-bar-views .select2-container .select2-choice {
font-size: 13px;
height: auto;
line-height: 18px; }
.tribe-bar-disabled .tribe-select2-results-views.select2-drop .select2-results li {
padding: 0 10px; }
.tribe-bar-disabled #tribe-bar-collapse-toggle,.tribe-bar-disabled .tribe-bar-submit {
display: none; }
.tribe-bar-disabled .tribe-bar-date-filter,.tribe-events-uses-geolocation .tribe-bar-disabled .tribe-bar-date-filter {
width: auto; } .tribe-bar-views span[class^=tribe-icon-] {
background-position: 0 50%;
background-repeat: no-repeat;
display: inline-block;
min-height: 16px;
padding-left: 24px; }
.tribe-bar-views span.tribe-icon-month,.tribe-bar-views span[class^=tribe-icon-] {
background-image: url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/images/events-bar/icon-month.png);
background-size: 15px 16px; }
.tribe-bar-views span.tribe-icon-list {
background-image: url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/images/events-bar/icon-list.png);
background-size: 15px 10px;
vertical-align: bottom; }
.tribe-bar-views span.tribe-icon-week {
background-image: url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/images/events-bar/icon-week.png);
background-size: 15px 16px; }
.tribe-bar-views span.tribe-icon-day {
background-image: url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/images/events-bar/icon-day.png);
background-size: 15px 16px; }
.tribe-bar-views span.tribe-icon-photo {
background-image: url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/images/events-bar/icon-photo.png);
background-size: 15px 14px; }
.tribe-bar-views span.tribe-icon-map {
background-image: url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/images/events-bar/icon-map.png);
background-position: 2px 50%;
background-size: 12px 16px; }  .tribe-events-week.tribe-theme-parent-twentyfourteen #masthead,.tribe-events-week.tribe-theme-twentyfourteen #masthead {
z-index: 1001; }
.tribe-theme-parent-twentyfourteen #tribe-events-pg-template #tribe-events,.tribe-theme-twentyfourteen #tribe-events-pg-template #tribe-events {
padding: 20px; }
.tribe-theme-parent-twentyfourteen #tribe-bar-views .tribe-bar-views-list,.tribe-theme-twentyfourteen #tribe-bar-views .tribe-bar-views-list {
z-index: 3; }
@media screen and (min-width: 1000px) {
.tribe-theme-parent-twentyfourteen #tribe-events-pg-template,.tribe-theme-twentyfourteen #tribe-events-pg-template {
padding-left: 220px; } } #tribe-events-content .tribe-updated {
display: inherit; }
@media screen and (max-width: 400px) {
.list-view.events-archive .site-content .type-page .entry-content {
display: initial; } } .tribe-theme-parent-twentyfifteen #tribe-events,.tribe-theme-twentyfifteen #tribe-events {
background: #fff;
margin: 0 8.333%;
padding-top: 8.333%; }
.tribe-theme-parent-twentyfifteen .tribe-events-single-event-title,.tribe-theme-twentyfifteen .tribe-events-single-event-title {
font-size: 39px; }
.tribe-theme-parent-twentyfifteen.events-single.tribe-events-page-template #tribe-events-pg-template,.tribe-theme-twentyfifteen.events-single.tribe-events-page-template #tribe-events-pg-template {
padding-top: 8.3333%; }
.tribe-theme-parent-twentyfifteen.events-single.tribe-events-page-template #tribe-events-content,.tribe-theme-twentyfifteen.events-single.tribe-events-page-template #tribe-events-content {
padding: 8.3333% 10%; }
.tribe-theme-parent-twentyfifteen.single-tribe_events #tribe-events .tribe_events,.tribe-theme-twentyfifteen.single-tribe_events #tribe-events .tribe_events {
box-shadow: none;
margin-left: 0;
margin-right: 0;
padding-top: 0; }
.tribe-theme-parent-twentyfifteen.single-tribe_events #tribe-events .tribe-events-schedule h2,.tribe-theme-twentyfifteen.single-tribe_events #tribe-events .tribe-events-schedule h2 {
display: inline-block;
font-size: 1.2em;
margin: 0; }
.tribe-theme-parent-twentyfifteen.single-tribe_events .tribe-events-single,.tribe-theme-twentyfifteen.single-tribe_events .tribe-events-single {
box-shadow: none;
margin: 0; }
.tribe-theme-parent-twentyfifteen.tribe-events-week .tribe-events-grid .hentry,.tribe-theme-twentyfifteen.tribe-events-week .tribe-events-grid .hentry {
margin-left: 0;
margin-right: 0; }
.tribe-theme-parent-twentyfifteen .tribe-events-list-widget .type-tribe_events,.tribe-theme-twentyfifteen .tribe-events-list-widget .type-tribe_events {
border-top: 1px solid rgba(51,51,51,.1);
box-shadow: none;
margin-left: 0;
margin-right: 0; }
.tribe-theme-parent-twentyfifteen .tribe-events-list-widget .entry-title,.tribe-theme-twentyfifteen .tribe-events-list-widget .entry-title {
font-size: 22px;
line-height: 1.4545; }
.tribe-theme-parent-twentyfifteen.tribe-events-page-template #tribe-events-content-wrapper,.tribe-theme-twentyfifteen.tribe-events-page-template #tribe-events-content-wrapper {
padding: 3.333%; }
.tribe-theme-parent-twentyfifteen .tribe-events-list .type-tribe_events,.tribe-theme-parent-twentyfifteen .tribe-events-list .type-tribe_events.tribe-events-first,.tribe-theme-twentyfifteen .tribe-events-list .type-tribe_events,.tribe-theme-twentyfifteen .tribe-events-list .type-tribe_events.tribe-events-first {
padding: 8.333% 10%; }
.tribe-theme-parent-twentyfifteen .tribe-events-list .time-details,.tribe-theme-parent-twentyfifteen .tribe-events-list .tribe-events-venue-details,.tribe-theme-twentyfifteen .tribe-events-list .time-details,.tribe-theme-twentyfifteen .tribe-events-list .tribe-events-venue-details {
line-height: 1.6; }
.tribe-theme-parent-twentyfifteen .tribe-events-day-time-slot .type-tribe_events,.tribe-theme-twentyfifteen .tribe-events-day-time-slot .type-tribe_events {
margin-left: 0; }
.tribe-theme-parent-twentyfifteen .type-tribe_events a.more-link,.tribe-theme-twentyfifteen .type-tribe_events a.more-link {
display: none; }
.tribe-theme-parent-twentyfifteen .datepicker.dropdown-menu,.tribe-theme-twentyfifteen .datepicker.dropdown-menu {
max-width: 340px; }
.tribe-theme-parent-twentyfifteen .datepicker.dropdown-menu table,.tribe-theme-parent-twentyfifteen .datepicker.dropdown-menu table.table-condensed,.tribe-theme-twentyfifteen .datepicker.dropdown-menu table,.tribe-theme-twentyfifteen .datepicker.dropdown-menu table.table-condensed {
border-left-width: 0;
border-top-width: 0; }
.tribe-theme-parent-twentyfifteen .tribe-events-calendar td a,.tribe-theme-parent-twentyfifteen .tribe-events-nav-next a,.tribe-theme-parent-twentyfifteen .tribe-events-nav-previous a,.tribe-theme-parent-twentyfifteen ul.tribe-bar-views-list li a,.tribe-theme-twentyfifteen .tribe-events-calendar td a,.tribe-theme-twentyfifteen .tribe-events-nav-next a,.tribe-theme-twentyfifteen .tribe-events-nav-previous a,.tribe-theme-twentyfifteen ul.tribe-bar-views-list li a {
border-bottom: none; }
.tribe-theme-parent-twentyfifteen.events-archive .entry-footer,.tribe-theme-parent-twentyfifteen.single-tribe_events .entry-footer,.tribe-theme-twentyfifteen.events-archive .entry-footer,.tribe-theme-twentyfifteen.single-tribe_events .entry-footer {
display: none; } .tribe-theme-parent-twentysixteen table.tribe-events-calendar,.tribe-theme-twentysixteen table.tribe-events-calendar {
table-layout: auto; }
.tribe-theme-parent-twentysixteen .tribe-events-single-section-title:first-child,.tribe-theme-twentysixteen .tribe-events-single-section-title:first-child {
margin-top: 20px; }
.tribe-theme-parent-twentysixteen .tribe-events-content.entry-summary,.tribe-theme-twentysixteen .tribe-events-content.entry-summary {
font-size: inherit;
margin-bottom: 0;
margin-top: 5px; }
.tribe-theme-parent-twentysixteen.events-archive .entry-content,.tribe-theme-parent-twentysixteen.events-archive .entry-header,.tribe-theme-twentysixteen.events-archive .entry-content,.tribe-theme-twentysixteen.events-archive .entry-header {
width: auto; }
.tribe-theme-parent-twentysixteen .datepicker table,.tribe-theme-twentysixteen .datepicker table {
border: 0;
width: auto; }
.tribe-theme-parent-twentysixteen .entry-content a,.tribe-theme-twentysixteen .entry-content a {
box-shadow: none; }
.tribe-theme-parent-twentysixteen .tribe-events-list-event-title,.tribe-theme-twentysixteen .tribe-events-list-event-title {
clear: none; } @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
.tribe-events-tooltip .tribe-events-arrow {
background-image: url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/images/tribe-tooltips@2x.png); }
#tribe-bar-filters .tribe-bar-button-search .tribe-bar-btn-small {
background-image: url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/images/events-bar/icon-search@2x.png); }
#tribe-events-bar .tribe-bar-button-settings span {
background-image: url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/images/events-bar/icon-gear@2x.png); }
#tribe-events-bar [class^=tribe-bar-button-]:after {
background-image: url(//www.varuntriumph.com/common/vendor/tribe-select2/select2x2.png); } .tribe-bar-views span[class^=tribe-icon-] {
background-image: url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/images/events-bar/icon-month@2x.png); }
.tribe-bar-views span.tribe-icon-list {
background-image: url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/images/events-bar/icon-list@2x.png); }
.tribe-bar-views span.tribe-icon-month {
background-image: url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/images/events-bar/icon-month@2x.png); }
.tribe-bar-views span.tribe-icon-week {
background-image: url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/images/events-bar/icon-week@2x.png); }
.tribe-bar-views span.tribe-icon-day {
background-image: url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/images/events-bar/icon-day@2x.png); }
.tribe-bar-views span.tribe-icon-photo {
background-image: url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/images/events-bar/icon-photo@2x.png); }
.tribe-bar-views span.tribe-icon-map {
background-image: url(//www.varuntriumph.com/wp-content/themes/lexrider/assets/images/events-bar/icon-map@2x.png); } }
.events-list .tribe-events-loop,.single-tribe_organizer .tribe-events-loop,.single-tribe_venue .tribe-events-loop,.tribe-events-day .tribe-events-loop {
max-width: unset; }
.events-list #tribe-events-footer,.single-tribe_events #tribe-events-footer,.tribe-events-day #tribe-events-footer,.tribe-events-map #tribe-events-footer,.tribe-events-photo #tribe-events-footer {
border: none; }
.tribe-events-list .type-tribe_events .tribe-events-list-event-title {
font-size: 30px;
font-size: 1.875rem; }
@media (max-width: 991px) {
#tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover,.tribe-events-calendar td.tribe-events-present.mobile-active,.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-],.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a {
background-color: initial;
color: initial; }
.tribe-events-calendar .mobile-active.tribe-events-past div[id*=tribe-events-daynum-],.tribe-events-calendar .mobile-active.tribe-events-past div[id*=tribe-events-daynum-]>a {
color: initial; } }
:root {
--tec-border-radius-default: 0;
--tec-color-text-primary: #fff;
--tec-color-text-secondary: #fff;
--tec-color-background: #131313;
--tec-color-border-default: #d5d5d5;
--tec-color-border-secondary: #2d2d2d;
--tec-color-accent-primary: #f01943;
--tec-color-accent-primary-hover: #f01943;
--tec-color-accent-primary-active: #f01943;
--tec-color-text-events-bar-submit-button: #fff; }
.tribe-events-calendar-month .tribe-events-calendar-month__header {
background-color: #6666;
margin-bottom: 10px; }
.tribe-events-calendar-month .tribe-events-calendar-month__header .tribe-events-calendar-month__header-column {
color: #fff;
padding: 1em 0;
white-space: nowrap; }
.tribe-events-calendar-month .tribe-events-calendar-month__header .tribe-events-calendar-month__header-column h3 {
font-weight: 700;
text-align: center; }
.tribe-events-calendar-month .tribe-events-calendar-month__header .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item {
padding: 0; }
.tribe-events-calendar-month .tribe-events-calendar-month__header .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item .tribe-events-c-view-selector__list-item-link {
padding: var(--tec-spacer-4) var(--tec-spacer-2); }
.tribe-events-calendar-month .tribe-events-calendar-month__day {
border: 5px solid transparent; }
.tribe-events-calendar-month .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell {
background: #4a96a4; }
.tribe-events-calendar-month .tribe-events-calendar-month__day .tribe-events-calendar-month__day-date {
padding-top: 0;
padding-left: 0;
opacity: 1; }
.tribe-events-calendar-month .tribe-events-calendar-month__day .tribe-events-calendar-month__day-date .tribe-events-calendar-month__day-date-daynum {
line-height: 1.2;
padding: 8px 9px;
background-color: #f2f2f2;
color: #000;
font-size: 18px;
font-size: 1.125rem;
font-weight: 500;
display: inline-block;
min-width: 36px;
text-align: center; }
.tribe-events-calendar-month .tribe-events-calendar-month__day .tribe-events-calendar-month__day-date .tribe-events-calendar-month__day-date-daynum .tribe-events-calendar-month__day-date-link {
color: #000; }
.tribe-events-calendar-month .tribe-events-calendar-month__day:hover:after {
background-color: #e81938; }  .video-post-thumbnail {
position: relative;
padding-top: 73%;
overflow: hidden;
background-color: #131313; }
.video-post-thumbnail:before {
background: #000;
opacity: .302; }
.video-post-thumbnail:after,.video-post-thumbnail:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
transition: all .5s ease-in-out; }
.video-post-thumbnail:after {
opacity: 0; }
.video-post-thumbnail img {
object-fit: cover;
display: block; }
.video-post-thumbnail a,.video-post-thumbnail img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.video-post-thumbnail a {
z-index: 2;
color: #fff !important;
font-size: 45px;
font-size: 2.8125rem;
display: flex;
justify-content: center;
align-items: center; }
.video-post-thumbnail:hover:before {
opacity: 0; }
.video-post-thumbnail:hover:after {
opacity: .8; }
.video-entries {
margin-bottom: 30px; }
.video-entries .video {
width: 100%; }  .album-post-thumbnail {
position: relative;
padding-top: 73%;
overflow: hidden;
background-color: #131313;
cursor: crosshair; }
.album-post-thumbnail:before {
background: #000;
opacity: .302; }
.album-post-thumbnail:after,.album-post-thumbnail:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
transition: all .5s ease-in-out; }
.album-post-thumbnail:after {
opacity: 0; }
.album-post-thumbnail img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
display: block; }
.album-post-thumbnail .album-caption {
position: absolute;
width: 100%;
top: 50%;
transform: translateY(-50%);
text-align: center;
left: 0;
z-index: 2; }
.album-post-thumbnail .entry-meta-photo {
padding: 0;
margin-bottom: 0;
margin-top: 3px;
transition: all .5s ease-in-out; }
.album-post-thumbnail .entry-title {
font-size: 30px;
font-size: 1.875rem;
margin-bottom: 0; }
.album-post-thumbnail .entry-title a {
color: #fff; }
.album-post-thumbnail:hover:before {
opacity: 0; }
.album-post-thumbnail:hover:after {
opacity: .8; }
.album-post-thumbnail:hover .entry-meta-photo {
color: #fff !important; }
.album-entries {
margin-bottom: 30px; }
.album-entries .album {
width: 100%; }
@media (max-width: 767px) {
.lg-outer {
height: calc(100% - 66px); } }
.admin-bar .lg-outer {
top: 32px;
height: calc(100% - 32px); }
@media (max-width: 782px) {
.admin-bar .lg-outer {
top: 46px;
height: calc(100% - 46px); } }
@media (max-width: 767px) {
.admin-bar .lg-outer {
height: calc(100% - 101px); } }