.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,
.fas,
.far,
.fal,
.fad,
.fab {
-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: 0.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: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
margin-left: .3em; }
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; }
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1); }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
-webkit-filter: none;
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-balance-scale-left:before {
content: "\f515"; }
.fa-balance-scale-right:before {
content: "\f516"; }
.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-biking:before {
content: "\f84a"; }
.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-border-all:before {
content: "\f84c"; }
.fa-border-none:before {
content: "\f850"; }
.fa-border-style:before {
content: "\f853"; }
.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-buy-n-large:before {
content: "\f8a6"; }
.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-cotton-bureau:before {
content: "\f89e"; }
.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-fan:before {
content: "\f863"; }
.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-alt:before {
content: "\f841"; }
.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-cowboy:before {
content: "\f8c0"; }
.fa-hat-cowboy-side:before {
content: "\f8c1"; }
.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-icons:before {
content: "\f86d"; }
.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-mdb:before {
content: "\f8ca"; }
.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:before {
content: "\f8cc"; }
.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-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-orcid:before {
content: "\f8d2"; }
.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-alt:before {
content: "\f879"; }
.fa-phone-slash:before {
content: "\f3dd"; }
.fa-phone-square:before {
content: "\f098"; }
.fa-phone-square-alt:before {
content: "\f87b"; }
.fa-phone-volume:before {
content: "\f2a0"; }
.fa-photo-video:before {
content: "\f87c"; }
.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-record-vinyl:before {
content: "\f8d9"; }
.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-remove-format:before {
content: "\f87d"; }
.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-down-alt:before {
content: "\f881"; }
.fa-sort-alpha-up:before {
content: "\f15e"; }
.fa-sort-alpha-up-alt:before {
content: "\f882"; }
.fa-sort-amount-down:before {
content: "\f160"; }
.fa-sort-amount-down-alt:before {
content: "\f884"; }
.fa-sort-amount-up:before {
content: "\f161"; }
.fa-sort-amount-up-alt:before {
content: "\f885"; }
.fa-sort-down:before {
content: "\f0dd"; }
.fa-sort-numeric-down:before {
content: "\f162"; }
.fa-sort-numeric-down-alt:before {
content: "\f886"; }
.fa-sort-numeric-up:before {
content: "\f163"; }
.fa-sort-numeric-up-alt:before {
content: "\f887"; }
.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-spell-check:before {
content: "\f891"; }
.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-stackpath:before {
content: "\f842"; }
.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-swift:before {
content: "\f8e1"; }
.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-umbraco:before {
content: "\f8e8"; }
.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-voicemail:before {
content: "\f897"; }
.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: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: normal;
font-display: auto;
src: url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/awesome/fa-brands-400.eot);
src: url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/awesome/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/awesome/fa-brands-400.woff2) format("woff2"), url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/awesome/fa-brands-400.woff) format("woff"), url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/awesome/fa-brands-400.ttf) format("truetype"), url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/awesome/fa-brands-400.svg#fontawesome) format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands'; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 400;
font-display: auto;
src: url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/awesome/fa-regular-400.eot);
src: url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/awesome/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/awesome/fa-regular-400.woff2) format("woff2"), url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/awesome/fa-regular-400.woff) format("woff"), url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/awesome/fa-regular-400.ttf) format("truetype"), url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/awesome/fa-regular-400.svg#fontawesome) format("svg"); }
.far {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
font-display: auto;
src: url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/awesome/fa-solid-900.eot);
src: url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/awesome/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/awesome/fa-solid-900.woff2) format("woff2"), url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/awesome/fa-solid-900.woff) format("woff"), url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/awesome/fa-solid-900.ttf) format("truetype"), url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/awesome/fa-solid-900.svg#fontawesome) format("svg"); }
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }@font-face {
font-family: "remixicon";
src: url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/RemixIcon/remixicon.eot?t=1646882248276); src: url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/RemixIcon/remixicon.eot?t=1646882248276#iefix) format('embedded-opentype'), url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/RemixIcon/remixicon.woff2?t=1646882248276) format("woff2"),
url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/RemixIcon/remixicon.woff?t=1646882248276) format("woff"),
url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/RemixIcon/remixicon.ttf?t=1646882248276) format('truetype'), url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/RemixIcon/remixicon.svg?t=1646882248276#remixicon) format('svg'); font-display: swap;
}
[class^="ri-"], [class*="ri-"] {
font-family: 'remixicon' !important;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ri-lg { font-size: 1.3333em; line-height: 0.75em; vertical-align: -.0667em; }
.ri-xl { font-size: 1.5em; line-height: 0.6666em; vertical-align: -.075em; }
.ri-xxs { font-size: .5em; }
.ri-xs { font-size: .75em; }
.ri-sm { font-size: .875em }
.ri-1x { font-size: 1em; }
.ri-2x { font-size: 2em; }
.ri-3x { font-size: 3em; }
.ri-4x { font-size: 4em; }
.ri-5x { font-size: 5em; }
.ri-6x { font-size: 6em; }
.ri-7x { font-size: 7em; }
.ri-8x { font-size: 8em; }
.ri-9x { font-size: 9em; }
.ri-10x { font-size: 10em; }
.ri-fw { text-align: center; width: 1.25em; }
.ri-star-s-line:before { content: "\f18d"; }
.ri-search-line:before { content: "\f0d1"; }
.ri-moon-clear-line:before { content: "\ef6f"; }
.ri-reply-fill:before { content: "\f079"; }
.ri-user-follow-line:before { content: "\f261"; }
.ri-links-line:before { content: "\eeb8"; }
.ri-double-quotes-l:before { content: "\ec51"; }
.ri-sun-line:before { content: "\f1bf"; }
.ri-user-line:before { content: "\f264"; }
.ri-time-line:before { content: "\f20f"; }
.ri-arrow-drop-right-line:before { content: "\ea54"; }
.ri-arrow-drop-left-line:before { content: "\ea52"; }
.ri-arrow-down-line:before { content: "\ea4c"; }
.ri-arrow-up-line:before { content: "\ea76"; }
.ri-arrow-left-up-line:before { content: "\ea66"; }
.ri-arrow-right-up-line:before { content: "\ea70"; }
.ri-arrow-right-line:before { content: "\ea6c"; }
.ri-arrow-left-line:before { content: "\ea60"; }
.ri-arrow-left-down-line:before { content: "\ea5e"; }
.ri-arrow-right-down-line:before { content: "\ea6a"; }
.ri-chat-1-line:before { content: "\eb4d"; }
.ri-equalizer-line:before { content: "\ec9d"; }
.ri-close-line:before { content: "\eb99"; }
.ri-share-line:before { content: "\f0fe"; }@font-face {
font-family: 'Space Grotesk';
src: url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/Space_Grotesk/SpaceGrotesk-Bold.ttf);
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Space Grotesk';
src: url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/Space_Grotesk/SpaceGrotesk-SemiBold.ttf);
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Space Grotesk';
src: url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/Space_Grotesk/SpaceGrotesk-Medium.ttf);
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Space Grotesk';
src: url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/Space_Grotesk/SpaceGrotesk-Regular.ttf);
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Space Grotesk';
src: url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/Space_Grotesk/SpaceGrotesk-Light.ttf);
font-weight: 300;
font-style: normal;
}a  {
transition: 0.3s all;  
}
body .animated{
-webkit-animation-duration: 1.25s;
animation-duration: 1.25s;
}
.gmnoprint {
display: none;
}
html body div#preloader {
display: block !important;
background: rgba(255,255,255,1);  
}
*,
*::before,
*::after {
box-sizing: border-box;
} .jws-menu-list .line_sm li a span.elementor-icon-list-text{
display: unset;
}
.products .product-item .product-item-inner .added_to_cart,
.products .product-item .product-item-inner .button > .text, 
.jws-menu-list .line_sm li a span.elementor-icon-list-text{
width: auto;
background-repeat: no-repeat;
background-image: -o-linear-gradient(transparent calc(100% - 1.5px),currentColor 1.5px);
background-image: linear-gradient(transparent calc(100% - 1.5px),currentColor 1.5px);
background-image: -ms-linear-gradient(transparent 95%,currentColor 1.5px);
-webkit-transitionQ: .6s cubic-bezier(.215,.61,.355,1);
-o-transition: .6s cubic-bezier(.215,.61,.355,1);
transition: .6s cubic-bezier(.215,.61,.355,1);
background-size: 0 96%;   
}
.products .product-item .product-item-inner .added_to_cart:hover ,
.products .product-item .product-item-inner .button:hover > .text,
.jws-menu-list .line_sm li a .elementor-icon-list-text:hover{
background-size: 100% 96%; 
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li > a {
width: auto;
background-repeat: no-repeat;
background-image: -o-linear-gradient(transparent calc(100% - 1.5px),currentColor 1.5px);
background-image: linear-gradient(transparent calc(100% - 1.5px),currentColor 1.5px);
background-image: -ms-linear-gradient(transparent 95%,currentColor 1.5px);
-webkit-transitionq: .6s cubic-bezier(.215,.61,.355,1);
-o-transition: .6s cubic-bezier(.215,.61,.355,1);
transition: .6s cubic-bezier(.215,.61,.355,1);
background-size: 0 96%;    
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li > a:hover {
background-size: 100% 96%;  
} .row.jws_blog_slider {
display: block ;
}
.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
@-ms-viewport {
width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
input[type="date"]::-webkit-calendar-picker-indicator {
opacity: 0;
}
input[type="date"] {
position: relative;
}
input[type="date"]:before {
content: "\f133";
font-family: 'Font Awesome 5 Free';
font-weight: 400;
position: absolute;
right: 15px;
color: var(--main);
}
input:-internal-autofill-selected {
background-color:transparent !important;  
}
input:
input::-webkit-input-placeholder { color: var(--colorbody);
}
input::-moz-placeholder { color: var(--colorbody);
}
input:-ms-input-placeholder { color: var(--colorbody);
}
input:-moz-placeholder { color: var(--colorbody);
}
.jws_overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
transition: 0.3s all;
}
.jws_overlay_before {
position: relative;
}
.jws_overlay_before:before {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;  
content:"";
transition: 0.3s all; 
}
body {
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[tabindex="-1"]:focus {
outline: 0 !important;
}
input[type="password"] {font:small-caption;font-size:16px;}
input[type="submit"] , button {
cursor: pointer;
outline: none !important;
}
select {
-webkit-appearance:none;
-moz-appearance:none;
background-image:url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
background-position:right 1em top 50%;
background-repeat: no-repeat;
padding-right: 1.4em;
background-size: auto 16px;
border-radius: 0;
}
.hidden {
display: none!important;
visibility: hidden!important;   
}
@media(max-width:767px) {
.hidden_mobile {
display: none!important;
visibility: hidden!important;   
}
}
@media(min-width:768px) and (max-width:1024px) {
.hidden_tablet {
display: none!important;
visibility: hidden!important;   
}
}
@media(min-width:1025px) {
.hidden_dektop {
display: none!important;
visibility: hidden!important;   
}
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
.elementor-element p {
margin-bottom: 0;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
dfn {
font-style: italic;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:not([href]):not([tabindex]) {
text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
pre,
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
max-width: 100%;
height: auto;
}
svg:not(:root) {
overflow: hidden;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: .5rem;
}
button {
border-radius: 0;
transition: 0.3s all;
}
input[type="submit"] {
transition: 0.3s all;  
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input[type="text"],textarea ,input[type="email"] , input[type="tel"] ,  input[type="url"] , input[type="number"] , input[type="date"] , select {
width:100%;
} 
input {
background: transparent;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-size: inherit;
line-height: inherit;
font-family: inherit;
color: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
background: transparent;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
cursor: pointer;
}
template {
display: none;
}
[hidden]:not(.elementor-tab-content) {
display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
}
h1, .h1 {
font-size: 2.5rem;
}
h2, .h2 {
font-size: 2rem;
}
h3, .h3 {
font-size: 1.75rem;
}
h4, .h4 {
font-size: 1.5rem;
}
h5, .h5 {
font-size: 1.25rem;
}
h6, .h6 {
font-size: 1rem;
}
.lead {
font-size: 1.25rem;
font-weight: 300;
}
.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2;
}
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2;
}
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2;
}
.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2;
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
font-size: 80%;
font-weight: 400;
}
mark,
.mark {
padding: 0.2em;
background-color: #fcf8e3;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
}
.list-inline-item {
display: inline-block;
}
.list-inline-item:not(:last-child) {
margin-right: 0.5rem;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem;
}
.blockquote-footer {
display: block;
font-size: 80%;
color: #6c757d;
}
.blockquote-footer::before {
content: "\2014 \00A0";
}
.img-fluid {
max-width: 100%;
height: auto;
}
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto;
}
.figure {
display: inline-block;
}
.figure-img {
margin-bottom: 0.5rem;
line-height: 1;
}
.figure-caption {
font-size: 90%;
color: #6c757d;
}
code,
kbd,
pre,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code {
font-size: 87.5%;
color: #e83e8c;
word-break: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.2rem 0.4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: 0.2rem;
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700;
}
pre {
display: block;
font-size: 87.5%;
color: #212529;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
position: relative;
}
.container {
max-width: 1200px;
}
.col-1, .col-2, .col-20, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-lg-1, .col-lg-2, .col-lg-20 , .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2,.col-xl-20, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.row-eq-height {
align-items: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-0-align-items: center;
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-1 {
margin-left: 8.333333%;
}
.offset-2 {
margin-left: 16.666667%;
}
.offset-20 {
margin-left: 20%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.333333%;
}
.offset-5 {
margin-left: 41.666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.333333%;
}
.offset-8 {
margin-left: 66.666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.333333%;
}
.offset-11 {
margin-left: 91.666667%;
}
@media (min-width: 768px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-lg-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-lg-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-lg-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-lg-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-lg-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-lg-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-lg-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-lg-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-lg-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-lg-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-lg-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-lg-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-lg-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.333333%;
}
.offset-lg-2 {
margin-left: 16.666667%;
}
.offset-lg-20 {
margin-left: 20%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.333333%;
}
.offset-lg-5 {
margin-left: 41.666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.333333%;
}
.offset-lg-8 {
margin-left: 66.666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.333333%;
}
.offset-lg-11 {
margin-left: 91.666667%;
}
}
@media (min-width:1025px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-xl-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-xl-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-xl-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-xl-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-xl-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-xl-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-xl-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-xl-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-xl-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.333333%;
}
.offset-xl-2 {
margin-left: 16.666667%;
}
.offset-xl-20 {
margin-left: 20%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.333333%;
}
.offset-xl-5 {
margin-left: 41.666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.333333%;
}
.offset-xl-8 {
margin-left: 66.666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.333333%;
}
.offset-xl-11 {
margin-left: 91.666667%;
}
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
background-color: transparent;
}
.table th,
.table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
border-top: 2px solid #dee2e6;
}
.table .table {
background-color: #fff;
}
.table-sm th,
.table-sm td {
padding: 0.3rem;
}
.table-bordered {
border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
background-color: #b8daff;
}
.table-hover .table-primary:hover {
background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
background-color: #c3e6cb;
}
.table-hover .table-success:hover {
background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
background-color: #bee5eb;
}
.table-hover .table-info:hover {
background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
background-color: #ffeeba;
}
.table-hover .table-warning:hover {
background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
background-color: #fdfdfe;
}
.table-hover .table-light:hover {
background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
color: #fff;
background-color: #212529;
border-color: #32383e;
}
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6;
}
.table-dark {
color: #fff;
background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
border-color: #32383e;
}
.table-dark.table-bordered {
border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
background-color: rgba(255, 255, 255, 0.075);
}
.jws-blog-element .jws_blog_layout16 .jws_post_wap .jws_post_content .entry-title a , .jws-blog-element .jws_blog_layout15 .jws_post_wap .jws_post_content .entry-title a , .jws-blog-element .jws_blog_layout19 .jws_post_wap .jws_post_content .entry-title a ,
.jws-blog-element .jws_blog_layout18 .jws_post_wap .jws_post_content .entry-title a , .jws-blog-element .jws_blog_layout17 .jws_post_wap .entry-title a 
{
width: auto;
background-repeat: no-repeat;
background-image: -o-linear-gradient(transparent calc(100% - 1.5px),currentColor 1.5px);
background-image: linear-gradient(transparent calc(100% - 1.5px),currentColor 1.5px);
background-image: -ms-linear-gradient(transparent 95%,currentColor 1.5px);
-webkit-transition: .6s cubic-bezier(.215,.61,.355,1);
-o-transition: .6s cubic-bezier(.215,.61,.355,1);
transition: .6s cubic-bezier(.215,.61,.355,1);
background-size: 0 96%;
}
.jws_banner .jws_banner_inner .jws_banner_content .banner_title a ,  .single-blog  .post-navigation > a .content_nav .title span{
width: auto;
background-repeat: no-repeat;
background-image: -o-linear-gradient(transparent calc(100% - 1px),currentColor 1px);
background-image: linear-gradient(transparent calc(100% - 1px),currentColor 1px);
background-image: -ms-linear-gradient(transparent 95%,currentColor 1px);
-webkit-transition: .6s cubic-bezier(.215,.61,.355,1);
-o-transition: .6s cubic-bezier(.215,.61,.355,1);
transition: .6s cubic-bezier(.215,.61,.355,1);
background-size: 0 96%;
}
.hover_line {
width: auto;
background-repeat: no-repeat;
background-image: -o-linear-gradient(transparent calc(100% - 1px),currentColor 1px);
background-image: linear-gradient(transparent calc(100% - 1px),currentColor 1px);
background-image: -ms-linear-gradient(transparent 95%,currentColor 1px);
-webkit-transition: .6s cubic-bezier(.215,.61,.355,1);
-o-transition: .6s cubic-bezier(.215,.61,.355,1);
transition: .6s cubic-bezier(.215,.61,.355,1);
background-size: 0 96%;  
}
.hover_line:hover {
background-size: 100% 96%;
}
.jws-blog-element .jws_blog_layout5 .jws_post_wap .jws_post_content .entry-title a {
width: auto;
background-repeat: no-repeat;
background-image: -o-linear-gradient(transparent calc(100% - 1px),currentColor 1px);
background-image: linear-gradient(transparent calc(100% - 1px),currentColor 1px);
background-image: -ms-linear-gradient(transparent 95%,currentColor 1px);
-webkit-transition: .6s cubic-bezier(.215,.61,.355,1);
-o-transition: .6s cubic-bezier(.215,.61,.355,1);
transition: .6s cubic-bezier(.215,.61,.355,1);
background-size: 0 96%;
}
.single-blog .post-navigation > a .content_nav .title span:hover {
background-size: 100% 97%;
}
.wp-caption , .wp-caption-text , .gallery-caption , .bypostauthor  {
display: block;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;    
}
.jws_blog_item.sticky > div {
background: #fafafa;
padding: 17px 30px 30px;
}
.mu_register input[type="submit"], .mu_register #blog_title, .mu_register #user_email, .mu_register #blogname, .mu_register #user_name {
border: 1px solid #dfdfdf;
width: 100%;
padding: 0 15px;
margin-bottom: 9px;
height: 55px; 
}
.mu_register {
width: 900px !important;
padding-bottom: 90px; 
}
.jws-edit-user input, .jws-edit-user select, .jws-edit-user optgroup, .jws-edit-user textarea {
border: 1px solid #c7c7c7;
padding: 0 15px;    
width: 100%;
} 
.jws-edit-user input,.jws-edit-user button, .jws-edit-user select, .jws-edit-user optgroup {
height:50px;
} 
.jws-edit-user label {
color: #333;
font-weight: bold;    display: block;
}
.jws-edit-user  {
max-width: 700px;
margin: 0 auto;
padding: 90px 0;
}
.user-registration-profile-header {
text-align: center;
margin-bottom: 30px;
}
.user-registration-profile-header img {
margin-bottom: 15px;
border-radius: 100%;
}
.user-registration-profile-header p {
margin-bottom: 0;
}
.ld-profile-edit-link {
display:none;
}  
.slick-list, .slick-slider {
display: block;
}
.slick-slide {
float: left;
}
.relative {
position: relative;
}
.absolute {
position: absolute;
}
.jws_left {
left: 0;
}
.jws_right {
left: 0;
}
.jws_top {
top: 0;
}
.jws_bottom {
bottom: 0;
}
.jws_width {
width: 100%;
}
.jws_height {
height: 100%;
}
.reset_ul_ol {
list-style-type: none;
padding: 0;
margin: 0;
}
.is-sticky {
position: fixed !important;
left: 0;
top: 0;
z-index: 11;
width: 100%;
transition: 0.3s; 
}
.cafe-sticky-row-container {
width:100%;
}
.cafe-scroll-up-sticky.is-sticky {
transform: translateY(-100%);
-webkit-transform: translateY(-100%); 
transition: 0s; 
}
.cafe-sticky-row-container {
display: flow-root;  
}
.cafe-row-sticky.cafe-scroll-up-sticky.is-sticky.active-sticky {
transform: translateY(0);
-webkit-transform: translateY(0);
transition: 0.5s all !important;
}
.is-sticky.no-active-sticky {
transform: translateY(-100%);
-webkit-transform: translateY(-100%);
transition: 0.5s all !important; 
}
.elementor-progress-wrapper {
overflow: unset !important;  
}
.elementor-widget-progress .elementor-title {
display: block;
}
.jws_loading {
position: relative;   
}
.jws_loading:before {
width: 35px;
height: 35px;
border-radius: 50%;
background-color: var(--main);
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
margin-left: -17.5px;
margin-top: -17.5px;
animation: pulse-border3 1.5s cubic-bezier(.4, 0, .2, 1) infinite forwards;
-webkit-animation: pulse-border3 1.5s cubic-bezier(.4, 0, .2, 1) infinite forwards;
content: "";
visibility: hidden;    
}
.jws_loading:after {
width: 35px;
height: 35px;
border-radius: 50%;
background-color: var(--main);
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
margin-left: -17.5px;
margin-top: -17.5px;
animation: pulse-border3 1.5s .65s cubic-bezier(0, 0, .2, 1) infinite forwards;
-webkit-animation: pulse-border3 1.5s .65s cubic-bezier(0, 0, .2, 1) infinite forwards;
content: "";
visibility: hidden;  
}
.jws_loading.active:before {
opacity: 0.6;
transition-delay: 0.3s;
visibility: visible;    
}
.jws_loading.active:after {
opacity: 0.6;
transition-delay: 0.3s;
visibility: visible;   
}
.search-no-results .jws-isotope { }
.hover_show_images {
--x: -1000px;
--y: -1000px;
--r: 0px;
}
.hover_show_images .shade_wrap  {
}
.hover_show_images .shade_wrap .shade_wrap_inner {
width:100%;
height:100%;
-webkit- clip-path: circle(var(--r) at var(--x) var(--y));
clip-path: circle(var(--r) at var(--x) var(--y));
transition: 0.4s ;
}
.hover_show_images .shade_wrap .shade_wrap_inner img {
height: 100%;
object-fit: cover;
width: 100%;
}.mejs__controls {
align-items: center;
display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
height: 50px;
padding:10px 24px;
}
.jws_blog_item.col-xl-3 .mejs__controls {
padding: 10px 10px;
}
.mejs__controls .mejs__time-float{
height:15px;
}
.mejs__button.mejs__volume-button.mejs__mute,.mejs__button.mejs__volume-button.mejs__unmute {
margin-left: 20px;
}
.mejs__button.mejs__playpause-button.mejs__play,.mejs__button.mejs__playpause-button.mejs__pause {
margin-right: 10px;
}
.mejs__controls .mejs__time-total,
.mejs__controls .mejs__time-buffering,
.mejs__controls .mejs__time-loaded,
.mejs__controls .mejs__time-current,
.mejs__controls .mejs__time-hovered,
.mejs__controls .mejs__time-float-corner,
.mejs__controls .mejs__time-marker {
height: 5px;
}
.mejs__controls .mejs__time-float-current{
height:15px;
}
.mejs__controls .mejs__time-rail {
padding-top: 14px;
}
.mejs__controls .mejs__time {
font-size: 14px;
font-weight: 400;
height: 10px;
}
.mejs__horizontal-volume-slider .mejs__horizontal-volume-total {
top: 19px;
}
.mejs__button > button {
background: transparent;
}
.mejs__button.mejs__unmute > button {
background: transparent url(http://atisa.jwsuperthemes.com/wp-content/themes/atisa/assets/image/volume-mute-line.svg);
background-position: unset;
background-repeat: no-repeat;
background-position: center;
}
.mejs__button.mejs__mute > button {
background: transparent url(http://atisa.jwsuperthemes.com/wp-content/themes/atisa/assets/image/volume-up-line.svg);
background-position: unset;
background-repeat: no-repeat;
background-position: center;
}
.mejs__button.mejs__pause > button {
background:transparent url(http://atisa.jwsuperthemes.com/wp-content/themes/atisa/assets/image/pause.svg);
background-position: unset;
background-repeat: no-repeat;
}
.mejs__button.mejs__replay > button {
background:transparent url(http://atisa.jwsuperthemes.com/wp-content/themes/atisa/assets/image/replay.svg);
background-position: unset;
background-repeat: no-repeat;
background-position: center;
}
.mejs__button.mejs__play > button:before {
content: "\f04b";
font-family: 'Font Awesome 5 Free';
z-index: 9999;
color: #ffffff;
font-size: 16px;
font-weight: 900;
line-height: 12px;
}
.jws_post_image figure {
margin: 0;
position: absolute;
bottom: 0;
width: 100%;
}
.mejs__time-handle .mejs__time-handle-content {
height: 8px;
top: -7px;
width: 8px;
}
.mejs__offscreen {
border: 0;
clip: rect( 1px, 1px, 1px, 1px );
clip-path: inset( 50% );
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal;
}
.mejs__container {
background: #000;
box-sizing: border-box;
font-family: var(--font2);
position: relative;
text-align: left;
text-indent: 0;
vertical-align: top;
height: 50px !important;
z-index:1;
}
.mejs__container * {
box-sizing: border-box;
} .mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
-webkit-appearance: none;
display: none !important;
}
.mejs__fill-container,
.mejs__fill-container .mejs__container {
height: 100%;
width: 100%;
}
.mejs__fill-container {
background: transparent;
margin: 0 auto;
overflow: hidden;
position: relative;
}
.mejs__container:focus {
outline: none;
}
.mejs__iframe-overlay {
height: 100%;
position: absolute;
width: 100%;
}
.mejs__embed,
.mejs__embed body {
background: #000;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
}
.mejs__fullscreen {
overflow: hidden !important;
}
.mejs__container-fullscreen {
bottom: 0;
left: 0;
overflow: hidden;
position: fixed;
right: 0;
top: 0;
z-index: 1000;
}
.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
height: 100% !important;
width: 100% !important;
} .mejs__background {
left: 0;
position: absolute;
top: 0;
}
.mejs__mediaelement {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
.mejs__poster {
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
left: 0;
position: absolute;
top: 0;
z-index: 1;
}
:root .mejs__poster-img {
display: none;
}
.mejs__poster-img {
border: 0;
padding: 0;
}
.mejs__overlay {
align-items: center;
display: flex;
justify-content: center;
left: 0;
position: absolute;
top: 0;
}
.mejs__layer {
z-index: 1;
}
.mejs__overlay-play {
cursor: pointer;
}
.mejs__overlay-button {
background: url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/css/mejs-controls.svg) no-repeat;
background-position: 0 -39px;
height: 80px;
width: 80px;
}
.mejs__overlay:hover > .mejs__overlay-button {
background-position: -80px -39px;
}
.mejs__overlay-loading {
height: 80px;
width: 80px;
}
.mejs__overlay-loading-bg-img {
animation: mejs__loading-spinner 1s linear infinite;
background: transparent url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/css/mejs-controls.svg) -160px -40px no-repeat;
display: block;
height: 80px;
width: 80px;
z-index: 1;
}
@keyframes mejs__loading-spinner {
100% {
transform: rotate(360deg);
}
}  .mejs__button,
.mejs__time,
.mejs__time-rail {
height: 40px;
line-height: 10px;
margin: 0;
width: 32px;
}
.mejs__button > button {
//background: transparent url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/css/mejs-controls.svg);
border: 0;
cursor: pointer;
display: block;
font-size: 0;
height: 20px;
line-height: 0;
margin: 10px 10px 10px 0px;
overflow: hidden;
padding: 0;
position: absolute;
text-decoration: none;
width: 23px;
} .mejs__button > button:focus {
outline: dotted 1px #999;
}
.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
outline: 0;
}  .mejs__time {
color: #fff; text-align: center;
width: auto;
}  .mejs__play > button {
background-position: 0 0;
}
.mejs__pause > button {
background-position: -20px 0;
}
.mejs__replay > button {
background-position: -160px 0;
}  .mejs__time-rail {
direction: ltr;
flex-grow: 1;
height: 40px;
margin: 0 10px;
padding-top: 10px;
position: relative;
}
.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-float,
.mejs__time-hovered,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
border-radius: 0;
cursor: pointer;
display: block;
height: 5px;
position: absolute;
transform: translate(-50%);
left: 50%;
}
.mejs__time-total {
background: rgba(255, 255, 255, 0.3);
margin: 5px 0 0;
width: 100%;
}
.mejs__time-buffering {
animation: buffering-stripes 2s linear infinite;
background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
background-size: 15px 15px;
width: 100%;
}
@keyframes buffering-stripes {
from {
background-position: 0 0;
}
to {
background-position: 30px 0;
}
}
.mejs__time-loaded {
background: rgba(255, 255, 255, 0.3);
}
.mejs__time-current,
.mejs__time-handle-content {
background: rgba(255, 255, 255, 0.9);
}
.mejs__time-hovered {
background: rgba(255, 255, 255, 0.5);
z-index: 10;
}
.mejs__time-hovered.negative {
background: rgba(0, 0, 0, 0.2);
}
.mejs__time-current,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-hovered {
left: 0;
transform: scaleX(0);
transform-origin: 0 0;
transition: 0.15s ease-in all;
width: 100%;
}
.mejs__time-buffering {
transform: scaleX(1);
}
.mejs__time-hovered {
transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}
.mejs__time-hovered.no-hover {
transform: scaleX(0) !important;
}
.mejs__time-handle,
.mejs__time-handle-content {
border: 4px solid transparent;
cursor: pointer;
left: 0;
position: absolute;
transform: translateX(0);
z-index: 11;
}
.mejs__time-handle-content {
border: 4px solid rgba(255, 255, 255, 0.9);
border-radius: 50%;
height: 10px;
left: -7px;
top: -4px;
transform: scale(0);
width: 10px;
}
.mejs__time-rail:hover .mejs__time-handle-content,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail .mejs__time-handle-content:active {
transform: scale(1);
}
.mejs__time-float {
background: transparent;
bottom: 100%;
color: #fff;
font-size:13px;
display: none;
margin-bottom: 9px;
position: absolute;
text-align: center;
transform: translateX(-50%);
width: 36px;
}
.mejs__time-float-current {
display: block;
left: 0;
margin: 2px;
text-align: center;
width: 30px;
}
.mejs__time-float-corner {
border: solid 5px #eee;
border-color: #eee transparent transparent;
border-radius: 0;
display: block;
height: 0;
left: 50%;
line-height: 0;
position: absolute;
top: 100%;
transform: translateX(-50%);
width: 0;
}
.mejs__long-video .mejs__time-float {
margin-left: -23px;
width: 64px;
}
.mejs__long-video .mejs__time-float-current {
width: 60px;
}
.mejs__broadcast {
color: #fff;
height: 10px;
position: absolute;
top: 15px;
width: 100%;
}  .mejs__fullscreen-button > button {
background-position: -80px 0;
}
.mejs__unfullscreen > button {
background-position: -100px 0;
}  .mejs__mute > button {
background-position: -60px 0;
}
.mejs__unmute > button {
background-position: -40px 0;
}
.mejs__volume-button {
position: relative;
}
.mejs__volume-button > .mejs__volume-slider {
-webkit-backface-visibility: hidden;
background: rgba(50, 50, 50, 0.7);
border-radius: 0;
bottom: 100%;
display: none;
height: 115px;
left: 50%;
margin: 0;
position: absolute;
transform: translateX(-50%);
width: 25px;
z-index: 1;
}
.mejs__volume-button:hover {
border-radius: 0 0 4px 4px;
}
.mejs__volume-total {
background: rgba(255, 255, 255, 0.5);
height: 100px;
left: 50%;
margin: 0;
position: absolute;
top: 8px;
transform: translateX(-50%);
width: 2px;
}
.mejs__volume-current {
background: rgba(255, 255, 255, 0.9);
left: 0;
margin: 0;
position: absolute;
width: 100%;
}
.mejs__volume-handle {
background: rgba(255, 255, 255, 0.9);
border-radius: 1px;
cursor: ns-resize;
height: 6px;
left: 50%;
position: absolute;
transform: translateX(-50%);
width: 16px;
}
.mejs__horizontal-volume-slider {
display: block;
height: 42px;
position: relative;
vertical-align: middle;
width: 60px;
}
.mejs__horizontal-volume-total {
background:var(--light);
font-size: 1px;
height: 5px;
left: 0;
margin: 0;
padding: 0;
position: absolute;
top: 16px;
width: 100%;
}
.mejs__horizontal-volume-current {
background: var(--link_hover);
font-size: 1px;
height: 100%;
left: 0;
margin: 0;
padding: 0;
position: absolute;
top: 0;
width: 100%;
}
.mejs__horizontal-volume-handle {
display: none;
}  .mejs__captions-button,
.mejs__chapters-button {
position: relative;
}
.mejs__captions-button > button {
background-position: -140px 0;
}
.mejs__chapters-button > button {
background-position: -180px 0;
}
.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
background: rgba(50, 50, 50, 0.7);
border: solid 1px transparent;
border-radius: 0;
bottom: 100%;
margin-right: -43px;
overflow: hidden;
padding: 0;
position: absolute;
right: 50%;
visibility: visible;
width: 86px;
}
.mejs__chapters-button > .mejs__chapters-selector {
margin-right: -55px;
width: 110px;
}
.mejs__captions-selector-list,
.mejs__chapters-selector-list {
list-style-type: none !important;
margin: 0;
overflow: hidden;
padding: 0;
}
.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
color: #fff;
cursor: pointer;
display: block;
list-style-type: none !important;
margin: 0 0 6px;
overflow: hidden;
padding: 0;
}
.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
background-color: rgb(200, 200, 200) !important;
background-color: rgba(255, 255, 255, 0.4) !important;
}
.mejs__captions-selector-input,
.mejs__chapters-selector-input {
clear: both;
float: left;
left: -1000px;
margin: 3px 3px 0 5px;
position: absolute;
}
.mejs__captions-selector-label,
.mejs__chapters-selector-label {
cursor: pointer;
float: left;
font-size: 10px;
line-height: 15px;
padding: 4px 10px 0;
width: 100%;
}
.mejs__captions-selected,
.mejs__chapters-selected {
color: rgba(33, 248, 248, 1);
}
.mejs__captions-translations {
font-size: 10px;
margin: 0 0 5px;
}
.mejs__captions-layer {
bottom: 0;
color: #fff;
font-size: 16px;
left: 0;
line-height: 20px;
position: absolute;
text-align: center;
}
.mejs__captions-layer a {
color: #fff;
text-decoration: underline;
}
.mejs__captions-layer[lang=ar] {
font-size: 20px;
font-weight: normal;
}
.mejs__captions-position {
bottom: 15px;
left: 0;
position: absolute;
width: 100%;
}
.mejs__captions-position-hover {
bottom: 35px;
}
.mejs__captions-text,
.mejs__captions-text * {
background: rgba(20, 20, 20, 0.5);
box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
padding: 0;
white-space: pre-wrap;
}
.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
display: none;
}  .mejs__overlay-error {
position: relative;
}
.mejs__overlay-error > img {
left: 0;
max-width: 100%;
position: absolute;
top: 0;
z-index: -1;
}
.mejs__cannotplay,
.mejs__cannotplay a {
color: #fff;
font-size: 0.8em;
}
.mejs__cannotplay {
position: relative;
}
.mejs__cannotplay p,
.mejs__cannotplay a {
display: inline-block;
padding: 0 15px;
width: 100%;
}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}.html_inline{background:#fff;max-width:700px;margin:0 auto}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button.mfp-arrow{color:#fff;font-size:22px;background:#000;width:50px}button::-moz-focus-inner{padding:0;border:0}.mfp-close{position:absolute;right:0;top:0;font-family:Arial,Baskerville,monospace;width:40px;height:40px;line-height:40px;font-size:30px}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close-btn-in .mfp-close{color:#333}.mfp-close{right:0;text-align:center;background:#fff;color:#000}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:after{font-family:icomoon!important}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow-left{left:0}.mfp-arrow-right{right:0}.mfp-arrow-left:after{content:"\eb50"}.mfp-arrow-right:after{content:"\eb51"}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}@font-face {
font-family: 'jws-icon';
src: url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/jws-icon/jws-icon.eot?81776756);
src: url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/jws-icon/jws-icon.eot?81776756#iefix) format('embedded-opentype'),
url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/jws-icon/jws-icon.woff2?81776756) format('woff2'),
url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/jws-icon/jws-icon.woff?81776756) format('woff'),
url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/jws-icon/jws-icon.ttf?81776756) format('truetype'),
url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/jws-icon/jws-icon.svg?81776756#jws-icon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "jws-icon";
font-style: normal;
}
.icon-chevron-right:before { content: '\e800'; } .icon-chevron-left:before { content: '\e801'; } .icon-arrow-up:before { content: '\e802'; } .icon-arrow-left2:before { content: '\e803'; } .icon-arrow-right2:before { content: '\e804'; } .icon-search32:before { content: '\e805'; } .icon-user22:before { content: '\e806'; } .icon-tag2:before { content: '\e807'; } .icon-bubble32:before { content: '\e808'; } .icon-clock:before { content: '\e809'; } .icon-chevron-right-circle:before { content: '\e80a'; } .icon-arrow-right:before { content: '\e80b'; } .icon-arrow-left:before { content: '\e80c'; } .icon-map-marker:before { content: '\e80d'; } .icon-users:before { content: '\e80e'; } .icon-briefcase:before { content: '\e80f'; } .icon-clock-1:before { content: '\e810'; } .icon-diploma2:before { content: '\e811'; } .icon-quotes-left:before { content: '\e813'; } .icon-share:before { content: '\e814'; } .icon-link:before { content: '\e815'; } .icon-cross:before { content: '\e816'; } .icon-frame-expand:before { content: '\e817'; } .icon-heart:before { content: '\e818'; } .icon-eye:before { content: '\e819'; } .icon-move:before { content: '\e81a'; } .icon-gift:before { content: '\e81b'; } .icon-email:before { content: '\e81c'; } .icon-clock-2:before { content: '\e81d'; } .icon-folder:before { content: '\e81e'; } .icon-expand:before { content: '\e81f'; } .icon-heart-1:before { content: '\e820'; } .icon-download:before { content: '\e821'; } .icon-lock:before { content: '\e822'; } .icon-double-arrow:before { content: '\e823'; } .icon-icon_quotations:before { content: '\e824'; } .icon-chevron-down:before { content: '\e825'; } .icon-chevron-up:before { content: '\e826'; } .icon-menu:before { content: '\e827'; } .icon-cross-1:before { content: '\e828'; } .icon-link-1:before { content: '\e829'; } .icon-puzzle:before { content: '\eb8d'; } .icon-file-audio:before { content: '\f1c7'; }@font-face {
font-family: 'OPTICuento';
src: url(//ilgabbianodanza.com/wp-content/themes/atisa/assets/font/OPTICuento/OPTICuento.ttf);
font-weight: normal;
font-style: normal;
}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{display:inline-block;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-circle-logo);font-size:2.5em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3));height:100px;width:100px}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:2400px){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:1366px){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-inline:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-block-end:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-block-end:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:2400px){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:1366px){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1366px){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:2400px){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1366px){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1367px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:2400px){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:1366px){#elementor-device-mode:after{content:"laptop"}}@media (max-width:-1){#elementor-device-mode:after{content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con{margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}:is([data-widget_type="e-component.default"],[data-widget_type="e-component.default"]>.elementor-section-wrap)>.e-con{--margin-right:0px;--margin-left:0px}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-button-align-start .e-form__buttons,[dir=rtl] .elementor-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-button-align-end .e-form__buttons,[dir=rtl] .elementor-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;fill:#fff;font-size:15px;line-height:1;padding:12px 24px;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;fill:#fff;padding:.5em}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:1366px){.elementor .elementor-hidden-laptop{display:none}}@media (min-width:1367px) and (max-width:2399px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:2400px){.elementor .elementor-hidden-widescreen{display:none}}body {
font-family: var(--font2) !important;
}
body > #page {
overflow: hidden;
position: relative;
scroll-behavior: smooth;
}
body.archive:not(.woocommerce) .site-content {
border-top: 1px solid #0000001A;
padding: 90px 0;
}
body.archive:not(.woocommerce) .site-content .jws-title-bar-wrap {
margin-bottom: 30px;
}
body .secondary {
background: #090909;
}
.footer-parallax .site-content {
position: relative;
z-index: 1;
}
.dark-mode-on #preloader {
background: #000000;
}
body .secondary footer .elementor-heading-title {
color: #fefefe !important;
}
body .secondary footer .jws-menu-list .elementor-icon-list-item a:not(:hover),
body .secondary footer .elementor-widget-container,
body .secondary footer .jws-text-circle-animation .text-content .center-text {
color: #ececec !important;
}
body .secondary footer .jws-text-circle-animation .text-content .center-text {
fill: #ececec !important;
}
body .secondary footer #logo.elementor-view-default .elementor-icon svg {
fill: #fff;
}
body .secondary footer .elementor-social-icon {
background-color: #fff !important;
}
body .secondary footer .elementor-social-icon i {
color: #000 !important;
}
body .secondary footer .elementor-social-icon svg {
fill: #000 !important;
}
header.header_absolute_yes.site-header[data-arts-header-logo=secondary] .elementor-heading-title,
header.header_absolute_yes.site-header[data-arts-header-logo=secondary] .jws-offcanvas-action-wrap span,
header.header_absolute_yes.site-header[data-arts-header-logo=secondary] .jws-offcanvas-action-wrap i,
header.header_absolute_yes.site-header[data-arts-header-logo=secondary] .jws-offcanvas-action-wrap svg,
header.header_absolute_yes.site-header[data-arts-header-logo=secondary] .jws_main_menu .jws_main_menu_inner > ul > li > a,
header.header_absolute_yes.site-header[data-arts-header-logo=secondary] .logo-text,
header.header_absolute_yes.site-header[data-arts-header-logo=secondary] .jws_main_menu .jws_main_menu_inner > ul > li .btn-sub-menu {
color: #fff;
}
header.header_absolute_yes.site-header[data-arts-header-logo=secondary] .jws-offcanvas-action-wrap circle {
fill: #fff !important;
}
.elementor-accordion .elementor-tab-content {
border-top: 0px !important;
}
span.elementor-button-content-wrapper {
align-items: baseline;
}
.elementor-progress-percentage {
padding-right: 0 !important;
position: absolute;
top: -26px;
right: 0;
}
.single-portfolio-container .elementor-main-swiper {
overflow: hidden;
cursor: none !important;
}
#cursor.show {
display: block;
}
#cursor {
z-index: 999;
display: none;
position: absolute;
left: 0;
top: 0;
transform: translate(-50%, -50%);
width: 80px;
height: 80px;
background: #000;
border-radius: 50%;
transition: .15s;
pointer-events: none;
}
#cursor.show::after {
font-weight: 700;
font-size: 16px;
content: "Drag";
position: absolute;
left: 50%;
top: 50%;
color: #fff;
transform: translate(-50%, -50%);
}
.jws-cf7-container select {
background-position: right;
}
.wpcf7-spinner {
vertical-align: bottom;
margin-bottom: 18px !important;
}
.elementor-button:hover span.elementor-button-icon.elementor-align-icon-right {
transition: all .3s linear;
}
.elementor-button:hover span.elementor-button-icon.elementor-align-icon-right {
margin-left: 15px;
}
.elementor-progress-wrapper {
position: relative;
border-bottom: 1px solid rgba(0, 0, 0, 0.102);
background-color: transparent !important;
height: 5px !important;
margin-top: 6px;
}
.elementor-editor-active .blog_content,
.elementor-editor-active .jws_team,
.elementor-editor-active .jws_gallery,
.elementor-editor-active .portfolio_content {
height: auto !important;
}
@media (max-width: 767px) {
.text_horizontal_scroll .elementor-motion-effects-element {
width: 1300px;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.gallary_item_footer .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item {
max-width: 33.33% !important;
}
}
@media (max-width: 479px) {
.gallary_item_footer .elementor-image-gallery .gallery-columns-3 .gallery-item {
max-width: 33.33% !important;
}
}
#preloader {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 99999999999999;
overflow: hidden;
background: #ffffff;
-webkit-transition: all 0.7s ease-out;
-o-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
}
#preloader.fade-in {
opacity: 0;
visibility: hidden;
}
#preloader .preloader-cancel-btn {
cursor: pointer;
position: fixed;
right: 30px;
bottom: 30px;
}
#preloader .preloader-cancel-btn {
opacity: 0;
visibility: hidden;
}
#preloader .preloader-cancel-btn.fade-in {
opacity: 1;
visibility: visible;
}
#preloader .spinner {
width: 40px;
height: 40px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
#preloader .spinner:before {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: var(--main);
opacity: .6;
position: absolute;
top: 0;
left: 0;
animation: pulse-border3 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
-webkit-animation: pulse-border3 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
content: "";
}
#preloader .spinner:after {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: var(--main);
opacity: .6;
position: absolute;
top: 0;
left: 0;
animation: pulse-border3 1.5s 0.65s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
-webkit-animation: pulse-border3 1.5s 0.65s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
content: "";
}
#preloader.loaded {
opacity: 0;
visibility: hidden;
}
@-webkit-keyframes sk-bounce {
0%,
100% {
transform: scale(0);
-webkit-transform: scale(0);
}
50% {
transform: scale(1);
-webkit-transform: scale(1);
}
}
@keyframes sk-bounce {
0%,
100% {
transform: scale(0);
-webkit-transform: scale(0);
}
50% {
transform: scale(1);
-webkit-transform: scale(1);
}
}
.lazyloaded {
animation: fadeIn 0.35s both;
}
body h1 {
font-family: var(--font-h1);
}
body h2 {
font-family: var(--font-h2);
}
body h3 {
font-family: var(--font-h3);
}
body h4 {
font-family: var(--font-h4);
}
body h5 {
font-family: var(--font-h5);
}
body h6 {
font-family: var(--font-h6);
}
@media only screen and (max-width: 768px) {
body h1,
body .elementor-element.elementor-widget-heading.elementor-widget-heading h1,
body h1 span,
.elementor-widget-jws_heading h1 .jws-heading-title,
body .jws-portfolio-element h1.jws_portfolio_title {
font-size: var(--font-size-h1-ipad);
font-weigt: var(--font-weight-h1-ipad);
}
body h2,
body .elementor-element.elementor-widget-heading.elementor-widget-heading h2,
body h2 span,
.elementor-widget-jws_heading h2 .jws-heading-title,
body .jws-portfolio-element h2.jws_portfolio_title {
font-size: var(--font-size-h2-ipad);
font-weigt: var(--font-weight-h2-ipad);
}
body h3,
body .elementor-element.elementor-widget-heading.elementor-widget-heading h3,
body h3 span,
.elementor-widget-jws_heading h2 .jws-heading-title,
body .jws-portfolio-element h3.jws_portfolio_title {
font-size: var(--font-size-h3-ipad);
font-weigt: var(--font-weight-h3-ipad);
}
body h4,
body .elementor-element.elementor-widget-heading.elementor-widget-heading h4,
body h4 span,
.elementor-widget-jws_heading h2 .jws-heading-title,
body .jws-portfolio-element h4.jws_portfolio_title {
font-size: var(--font-size-h4-ipad);
font-weigt: var(--font-weight-h4-ipad);
}
body h5,
body .elementor-element.elementor-widget-heading.elementor-widget-heading h5,
body h5 span,
.elementor-widget-jws_heading h5 .jws-heading-title,
body .jws-portfolio-element h5.jws_portfolio_title {
font-size: var(--font-size-h5-ipad);
font-weigt: var(--font-weight-h5-ipad);
}
body h6,
body .elementor-element.elementor-widget-heading.elementor-widget-heading h6,
body h6 span,
.elementor-widget-jws_heading h6 .jws-heading-title,
body .jws-portfolio-element h6.jws_portfolio_title {
font-size: var(--font-size-h6-ipad);
font-weigt: var(--font-weight-h6-ipad);
}
body,
p {
font-size: var(--font-size-body-ipad);
font-weigt: var(--font-weight-body-ipad);
}
}
@media only screen and (max-width: 414px) {
body h1,
body .elementor-element.elementor-widget-heading.elementor-widget-heading h1,
body h1 span,
.elementor-widget-jws_heading h1 .jws-heading-title,
body .jws-portfolio-element h1.jws_portfolio_title {
font-size: var(--font-size-h1-mobile);
line-height: var(--line-height-h1-mobile);
font-weigt: var(--font-weight-h1-mobile);
}
body h2,
body .elementor-element.elementor-widget-heading.elementor-widget-heading h2,
body h2 span,
.elementor-widget-jws_heading h2 .jws-heading-title,
body .jws-portfolio-element h2.jws_portfolio_title {
font-size: var(--font-size-h2-mobile);
line-height: var(--line-height-h2-mobile);
font-weigt: var(--font-weight-h2-mobile);
}
body h3,
body .elementor-element.elementor-widget-heading.elementor-widget-heading h3,
body h3 span,
.elementor-widget-jws_heading h2 .jws-heading-title,
body .jws-portfolio-element h3.jws_portfolio_title {
font-size: var(--font-size-h3-mobile);
line-height: var(--line-height-h3-mobile);
font-weigt: var(--font-weight-h3-mobile);
}
body h4,
body .elementor-element.elementor-widget-heading.elementor-widget-heading h4,
body h4 span,
.elementor-widget-jws_heading h2 .jws-heading-title,
body .jws-portfolio-element h4.jws_portfolio_title {
font-size: var(--font-size-h4-mobile);
line-height: var(--line-height-h4-mobile);
font-weigt: var(--font-weight-h4-mobile);
}
body h5,
body .elementor-element.elementor-widget-heading.elementor-widget-heading h5,
body h5 span,
.elementor-widget-jws_heading h5 .jws-heading-title,
body .jws-portfolio-element h5.jws_portfolio_title {
font-size: var(--font-size-h5-mobile);
line-height: var(--line-height-h5-mobile);
font-weigt: var(--font-weight-h5-mobile);
}
body h6,
body .elementor-element.elementor-widget-heading.elementor-widget-heading h6,
body h6 span,
.elementor-widget-jws_heading h6 .jws-heading-title,
body .jws-portfolio-element h6.jws_portfolio_title {
font-size: var(--font-size-h6-mobile);
line-height: var(--line-height-h6-mobile);
font-weigt: var(--font-weight-h6-mobile);
}
body,
p {
font-size: var(--font-size-body-mobile);
line-height: var(--line-height-body-mobile);
font-weigt: var(--font-weight-body-mobile);
}
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
body .container,
body .site-content .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container,
.site-footer .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container,
.quick-view-main .popup-quick-view {
max-width: 480px !important;
}
}
@media only screen and (max-width: 479px) {
body .container,
body .site-content .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container,
.site-footer .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container,
.quick-view-main .popup-quick-view {
max-width: 360px !important;
}
}
a {
color: var(--main);
}
input:not([type="submit"]):focus,
select:focus,
textarea:focus {
border-color: var(--main) !important;
outline: none;
transition: 0.3s all;
}
.slick-slide:first-child {
display: block;
}
.slick-disabled {
opacity: 0.5;
}
a,
.slick-slide {
outline: none !important;
}
.jws-edit-user .submit {
background: var(--main);
border-color: var(--main);
color: #ffffff;
}
.jws-btn {
font-weight: 600;
color: #ffffff;
padding: 16px 35px;
background: #a3816a;
text-align: center;
border: none;
display: inline-block;
}
.jws-btn:hover {
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
} form.search-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
-webkit-align-items: center;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
overflow: hidden;
border: 0 solid transparent;
min-height: 60px;
border-radius: 5px;
}
form.search-form input,
form.search-form button {
margin: 0;
border: 0;
padding: 0;
display: inline-block;
vertical-align: middle;
white-space: normal;
background: none;
line-height: 1;
min-width: 0;
font-size: 15px;
-webkit-appearance: none;
-moz-appearance: none;
color: var(--color_body);
outline: none;
}
form.search-form input {
text-align: left;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-transition: color .2s;
-o-transition: color .2s;
transition: color .2s;
}
form.search-form input::-webkit-input-placeholder { color: var(--color_body);
}
form.search-form input:-ms-input-placeholder { color: var(--color_body);
}
form.search-form input:-moz-placeholder { color: var(--color_body);
}
form.search-form button {
min-width: 60px;
cursor: pointer;
height: 40px;
}
form.search-form button i {
font-weight: bold;
}
.jws_iframe iframe {
margin: 0 auto;
display: block;
}
#at-expanded-menu-host .at-expanded-menu {
animation: fadeIn 0.5s ease;
-webkit-animation: fadeIn 0.5s ease;
} body.search:not(.post-type-archive-product) .site-content {
border-top: 1px solid #0000001A;
padding: 90px 0;
}
body.search:not(.post-type-archive-product) .site-content .jws-title-bar-wrap {
margin-bottom: 30px;
}
.search-results .jws_search_wap {
margin-bottom: 40px;
}
.search-results .jws_search_wap .entry-title {
font-size: 24px;
line-height: 1.5em;
}
.search-results .jws_search_wap .entry-title a {
color: var(--main2);
}
.search-results .jws_search_wap .jws_search_meta {
font-size: 14px;
color: var(--main2);
}
.search-no-results .error-404,
.error404 .error-404 {
max-width: 500px;
margin: 0 auto;
text-align: center;
}
.search-no-results .page-title,
.error404 .page-title {
font-size: 124px;
line-height: 1.5em;
color: var(--main2);
}
.search-no-results p,
.error404 p {
margin-bottom: 0;
}
.search-no-results form.search-form,
.error404 form.search-form {
border-radius: 5px;
border: 1px solid #efefef;
margin-top: 30px;
}
.search-no-results form.search-form button > span,
.error404 form.search-form button > span {
font-size: 20px;
} .error404 .error-404 {
padding: 100px 0;
} @media screen and (min-width: 1024px) {
.sidebar-mobile-wap .mfp-content {
width: 350px;
}
}
@media screen and (max-width: 1023px) {
.sidebar-mobile-wap .mfp-content {
width: 300px;
}
}
.sidebar-mobile-wap .mfp-content {
position: fixed;
left: 0;
background: #ffffff;
height: 100%;
top: 0;
padding: 30px 15px;
overflow: auto;
transform: translatex(-100%);
-webkit-transform: translatex(-100%);
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
}
.sidebar-mobile-wap .mfp-content .mfp-close {
color: #ebebeb;
background: #000000;
top: 0;
}
.sidebar-mobile-wap.mfp-ready .mfp-content {
transform: translatex(0%);
-webkit-transform: translatex(0%);
}
.sidebar-mobile-wap.mfp-removing .mfp-content {
transform: translatex(-100%);
-webkit-transform: translatex(-100%);
}
.dark-mode-on .sidebar-mobile-wap .mfp-content {
background: #191919;
}
.dark-mode-on form.search-form input::-webkit-input-placeholder { color: #ffffff;
}
.dark-mode-on form.search-form input:-ms-input-placeholder { color: #ffffff;
}
.dark-mode-on form.search-form input:-moz-placeholder { color: #ffffff;
}
.dark-mode-on form.search-form input,
.dark-mode-on form.search-form button {
color: #ffffff;
}
.gallery-global .mfp-content {
max-width: 900px;
}
.gallery-global .mfp-close {
top: 0;
}
.gallery-global .mfp-bottom-bar {
display: none;
}   .mfp-zoom-in .mfp-figure,
.mfp-zoom-in .html_inline,
.mfp-zoom-in .mfp-figure,
.mfp-zoom-in .comment-respond,
.mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
opacity: 0;
transition: all 0.3s ease-out;
transform: scale(0.95);
}
.mfp-zoom-in .mfp-preloader {
opacity: 0;
transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure,
.mfp-zoom-in.mfp-ready .html_inline,
.mfp-zoom-in.mfp-ready .comment-respond,
.mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
opacity: 1;
transform: scale(1);
}
.mfp-zoom-in.mfp-ready .mfp-preloader {
opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure,
.mfp-zoom-in.mfp-removing .html_inline,
.mfp-zoom-in.mfp-removing .comment-respond,
.mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
transform: scale(0.95);
opacity: 0;
}
.mfp-zoom-in.mfp-removing .mfp-preloader {
opacity: 0;
}
.mfp-zoom-in,
.sidebar-mobile-wap {  }
.mfp-zoom-in.mfp-bg,
.sidebar-mobile-wap.mfp-bg {
opacity: 0;
transition: 0.3s ease;
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.sidebar-mobile-wap.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.sidebar-mobile-wap.mfp-removing.mfp-bg {
opacity: 0;
}
.mfp-content .comment-respond {
max-width: 700px;
margin: 0 auto;
}
.mfp-arrow-left {
transform: translatex(-100%);
}
.mfp-arrow-right {
transform: translatex(100%);
}
.mfp-ready .mfp-arrow-left {
transform: translatex(0%);
}
.mfp-ready .mfp-arrow-right {
transform: translatex(0%);
}
.mfp-removing .mfp-arrow-left {
transform: translatex(-100%);
}
.mfp-removing .mfp-arrow-right {
transform: translatex(100%);
}
.backToTop {
position: fixed;
right: 20px;
bottom: 20px;
width: 50px;
height: 50px;
border-radius: 100%;
line-height: 50px;
display: block;
text-align: center;
background: #ffffff;
z-index: 99;
opacity: 0;
}
.backToTop.with-shadow {
box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1);
color: #000000;
}
.backToTop.with-mancolor {
background: var(--main);
}
.backToTop.totop-show {
opacity: 1;
}
.backToTop:hover {
transform: translateY(-3px);
-webkit-transform: translateY(-3px);
}
.backToTop:hover:before {
animation: bounceAlphaUp 1s both;
-webkit-animation: bounceAlphaUp 1s both;
display: block;
}
.clb-popup {
background-color: rgba(23, 22, 26, 0.992);
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
bottom: 0;
z-index: 9999999;
overflow: hidden;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(-50vh);
-ms-transform: translateY(-50vh);
transform: translateY(-50vh);
}
.clb-popup.visible {
opacity: 1;
visibility: visible;
-webkit-transform: none;
-ms-transform: none;
transform: none;
-webkit-transition: opacity 0.5s ease-in-out;
-o-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}
.clb-popup .close-bar {
position: absolute;
width: 100%;
left: 0;
top: 0;
z-index: 11;
}
.clb-popup .close-bar .clb-close {
float: right;
color: #ffffff;
font-size: 25px;
padding: 15px;
}
.clb-popup .close-bar .btn-round {
color: #ffffff;
font-size: 25px;
padding: 15px;
cursor: pointer;
}
.clb-popup .custom-navs {
text-align: center;
padding: 30px 0;
}
.clb-popup .custom-navs button {
display: inline-block;
background: transparent;
color: #ffffff !important;
border: 0;
padding: 0 10px;
font-size: 18px;
}
.clb-popup .clb-popup-holder {
padding-top: 110px;
}
.clb-popup .clb-popup-holder .slider {
opacity: 0;
-webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
-o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.clb-popup .clb-popup-holder .slider img {
margin: 0 auto;
max-height: calc(100vh - 290px);
width: auto;
}
.clb-popup .clb-popup-holder .slider .slick-track {
display: flex;
}
.clb-popup .clb-popup-holder .slider .slick-track .slick-slide {
display: flex;
height: auto;
align-items: center;
justify-content: center;
}
.clb-popup .clb-popup-holder .slider.visible {
visibility: visible !important;
opacity: 1 !important;
}
.clb-popup .clb-popup-holder .slider.visible .image-wrap {
transition: 0.5s all;
transform: scale(0.6);
opacity: 0.6;
}
.clb-popup .clb-popup-holder .slider.visible .image-wrap.slick-current {
transform: scale(1);
opacity: 1;
}
.gallery-tmpimage {
position: fixed;
z-index: 9999999;
width: auto;
left: 50%;
-webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
-o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.page-mail {
padding: 90px 15px;
text-align: center;
}
.page-mail div {
font-size: 20px;
color: var(--main2);
line-height: 35px;
max-width: 600px;
margin: 0 auto;
}
.page-mail a {
color: #ffffff;
background-image: linear-gradient(to right, var(--main) 0%, var(--main2) 51%, var(--main) 100%);
background-size: 200% auto;
font-weight: 600;
border: none;
outline: none;
padding: 10px 55px;
transition: 0.7s all;
margin-top: 20px;
border-radius: 40px;
display: inline-block;
margin-right: 10px;
}
.page-mail a:hover {
background-position: right center;
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
}
.jws-load-more {
position: relative;
}
.jws-load-more:before {
width: 35px;
height: 35px;
border-radius: 50%;
background-color: var(--main);
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
margin-left: -17.5px;
margin-top: -17.5px;
animation: pulse-border3 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
-webkit-animation: pulse-border3 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
content: "";
visibility: hidden;
}
.jws-load-more:after {
width: 35px;
height: 35px;
border-radius: 50%;
background-color: var(--main);
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
margin-left: -17.5px;
margin-top: -17.5px;
animation: pulse-border3 1.5s 0.65s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
-webkit-animation: pulse-border3 1.5s 0.65s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
content: "";
visibility: hidden;
}
.jws-load-more.items-loading {
background: transparent !important;
border-color: transparent !important;
}
.jws-load-more.items-loading:before,
.jws-load-more.items-loading:after {
opacity: 0.6;
transition-delay: 0.3s;
visibility: visible;
}
.jws-load-more.items-loading span {
opacity: 0;
}
.jws-pagination-number ul {
list-style-type: none;
padding: 0;
margin: 0;
text-align: center;
}
.jws-pagination-number ul li {
display: inline-block;
vertical-align: middle;
margin: 0 3px;
padding: 0px 5px 0px 5px;
text-align: center;
}
.jws-pagination-number ul li:first-child {
margin-left: 0 !important;
padding-left: 0 !important;
}
.jws-pagination-number ul li:last-child {
margin-right: 0 !important;
padding-right: 0 !important;
}
.jws-pagination-number ul li > .next,
.jws-pagination-number ul li > .prev {
padding: 0 10px;
}
.jws-pagination-number ul li > a,
.jws-pagination-number ul li > span {
width: 44px;
height: 44px;
line-height: 40px;
color: var(--main2);
border-style: solid;
border-width: 2px 2px 2px 2px;
border-color: var(--main2);
font-size: 16px;
font-weight: 400;
font-family: var(--font2);
display: block;
}
.jws-pagination-number ul li > span.current,
.jws-pagination-number ul li > a:hover {
color: #ffffff;
background: var(--main2);
}
.jws-pagination-number ul li .dots {
background: transparent;
color: var(--color_body);
}
.search-submit svg.btn-dark-mode,
.elementor-icon-box-icon svg.btn-dark-mode {
fill: #fff;
}
.dark-mode .jws_mega_sub .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
border-top: var(--divider-border-width) var(--divider-border-style) rgba(255, 255, 255, 0.1) !important;
}
.container-dark-mode .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
border-top: var(--divider-border-width) var(--divider-border-style) var(--light) !important;
}
.container-dark-mode .elementor-shape-circle .elementor-icon {
background: var(--light) !important;
}
.container-dark-mode .elementor-widget-button span.elementor-button-text,
.container-dark-mode .elementor-widget-button span.elementor-button-icon svg path {
color: var(--light) !important;
fill: var(--light) !important;
}
.container-dark-mode .jws_main_menu .jws_main_menu_inner .nav > li > a:before,
.container-dark-mode .jws_main_menu .menu-item-design-standard .sub-menu li > a > span::before,
.container-dark-mode .elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li > a:after {
background: var(--light) !important;
}
.container-dark-mode a:hover span.elementor-icon-list-text {
color: var(--color_link_hover);
}
.container-dark-mode .jws_info_box_inner .number-text {
color: #f5d7c8 !important;
}
.container-dark-mode .jws_search:not(.has_popup) form.search-form input {
color: #fff !important;
}
.container-dark-mode .jws_search:not(.has_popup) form.search-form input::placeholder {
color: #fff !important;
}
.container-dark-mode .jws-button a {
background: var(--light) !important;
}
.container-dark-mode .jws-button a .button__horizontal::before {
border-top: 1px solid var(--light) !important;
border-bottom: 1px solid var(--light) !important;
}
.container-dark-mode .jws-button a .button__vertical {
border-left: 1px solid var(--light) !important;
border-right: 1px solid var(--light) !important;
}
.container-dark-mode .jws-button a .elementor-button-text {
color: var(--main2) !important;
}
.container-dark-mode .elementor-shape-circle .elementor-icon i {
fill: var(--main2);
color: var(--main2) !important;
}
.container-dark-mode .elementor-shape-circle .elementor-icon i,
.container-dark-mode .elementor-shape-circle .elementor-icon svg {
fill: var(--main2);
}
.container-dark-mode svg textPath,
.container-dark-mode .listitem path {
fill: var(--light) !important;
}
.container-dark-mode .listitem path {
fill: var(--light) !important;
}
.container-dark-mode section {
border-color: var(--light) !important;
}
.container-dark-mode .elementor-view-stacked .elementor-icon {
background-color: var(--light) !important;
}
.container-dark-mode .elementor-view-stacked .elementor-icon svg {
fill: #000 !important;
}
.dark-mode .social-icon .elementor-social-icon,
.dark-mode #colophon .elementor-social-icon {
background-color: #fff;
}
.dark-mode .social-icon .elementor-social-icon i,
.dark-mode #colophon .elementor-social-icon i {
color: #000;
}
.dark-mode .jws_footer #logo svg,
.container-dark-mode .jws_search .open svg,
.container-dark-mode .jws-offcanvas-action svg {
fill: #fff !important;
}
.dark-mode #colophon .elementor-social-icon svg,
.dark-mode #colophon .elementor-social-icon i {
mix-blend-mode: difference;
}
header.container-dark-mode .elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu,
header.container-dark-mode .is-sticky {
background-color: #161616 !important;
}
header.container-dark-mode .elementor-icon svg,
header.container-dark-mode .jws-offcanvas-action-wrap svg circle {
fill: #fff !important;
}
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub,
.container-dark-mode:not(.header_absolute_yes),
.dark-mode,
.dark-mode .jws-offcanvas-show.jws-offcanvas,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu {
background-color: #0C0C0C !important;
}
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub:not(.jws-button a span.elementor-button-content-wrapper span.elementor-button-text),
.container-dark-mode:not(.header_absolute_yes):not(.jws-button a span.elementor-button-content-wrapper span.elementor-button-text),
.dark-mode:not(.jws-button a span.elementor-button-content-wrapper span.elementor-button-text),
.dark-mode .jws-offcanvas-show.jws-offcanvas:not(.jws-button a span.elementor-button-content-wrapper span.elementor-button-text),
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu:not(.jws-button a span.elementor-button-content-wrapper span.elementor-button-text),
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub svg,
.container-dark-mode:not(.header_absolute_yes) svg,
.dark-mode svg,
.dark-mode .jws-offcanvas-show.jws-offcanvas svg,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu svg,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub .jws-button a span.elementor-button-content-wrapper span.elementor-button-text:not(.elementor-button-text),
.container-dark-mode:not(.header_absolute_yes) .jws-button a span.elementor-button-content-wrapper span.elementor-button-text:not(.elementor-button-text),
.dark-mode .jws-button a span.elementor-button-content-wrapper span.elementor-button-text:not(.elementor-button-text),
.dark-mode .jws-offcanvas-show.jws-offcanvas .jws-button a span.elementor-button-content-wrapper span.elementor-button-text:not(.elementor-button-text),
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu .jws-button a span.elementor-button-content-wrapper span.elementor-button-text:not(.elementor-button-text),
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub .circle-text span,
.container-dark-mode:not(.header_absolute_yes) .circle-text span,
.dark-mode .circle-text span,
.dark-mode .jws-offcanvas-show.jws-offcanvas .circle-text span,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu .circle-text span,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub p:not(.elementor-icon-box-description),
.container-dark-mode:not(.header_absolute_yes) p:not(.elementor-icon-box-description),
.dark-mode p:not(.elementor-icon-box-description),
.dark-mode .jws-offcanvas-show.jws-offcanvas p:not(.elementor-icon-box-description),
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu p:not(.elementor-icon-box-description),
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub i,
.container-dark-mode:not(.header_absolute_yes) i,
.dark-mode i,
.dark-mode .jws-offcanvas-show.jws-offcanvas i,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu i,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub li,
.container-dark-mode:not(.header_absolute_yes) li,
.dark-mode li,
.dark-mode .jws-offcanvas-show.jws-offcanvas li,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu li,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub .jws-button a.elementor-button-link.elementor-button.button.classic.elementor-size-sm:not(.elementor-button),
.container-dark-mode:not(.header_absolute_yes) .jws-button a.elementor-button-link.elementor-button.button.classic.elementor-size-sm:not(.elementor-button),
.dark-mode .jws-button a.elementor-button-link.elementor-button.button.classic.elementor-size-sm:not(.elementor-button),
.dark-mode .jws-offcanvas-show.jws-offcanvas .jws-button a.elementor-button-link.elementor-button.button.classic.elementor-size-sm:not(.elementor-button),
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu .jws-button a.elementor-button-link.elementor-button.button.classic.elementor-size-sm:not(.elementor-button),
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub .container-dark-mode .jws_post_meta:not(span),
.container-dark-mode:not(.header_absolute_yes) .container-dark-mode .jws_post_meta:not(span),
.dark-mode .container-dark-mode .jws_post_meta:not(span),
.dark-mode .jws-offcanvas-show.jws-offcanvas .container-dark-mode .jws_post_meta:not(span),
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu .container-dark-mode .jws_post_meta:not(span),
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub .container-dark-mode .jws_post_meta:not(a),
.container-dark-mode:not(.header_absolute_yes) .container-dark-mode .jws_post_meta:not(a),
.dark-mode .container-dark-mode .jws_post_meta:not(a),
.dark-mode .jws-offcanvas-show.jws-offcanvas .container-dark-mode .jws_post_meta:not(a),
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu .container-dark-mode .jws_post_meta:not(a),
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub .container-dark-mode .elementor-icon-box-wrapper h2 span,
.container-dark-mode:not(.header_absolute_yes) .container-dark-mode .elementor-icon-box-wrapper h2 span,
.dark-mode .container-dark-mode .elementor-icon-box-wrapper h2 span,
.dark-mode .jws-offcanvas-show.jws-offcanvas .container-dark-mode .elementor-icon-box-wrapper h2 span,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu .container-dark-mode .elementor-icon-box-wrapper h2 span,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub :not(.step_services) .elementor-icon-box-wrapper h2,
.container-dark-mode:not(.header_absolute_yes) :not(.step_services) .elementor-icon-box-wrapper h2,
.dark-mode :not(.step_services) .elementor-icon-box-wrapper h2,
.dark-mode .jws-offcanvas-show.jws-offcanvas :not(.step_services) .elementor-icon-box-wrapper h2,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu :not(.step_services) .elementor-icon-box-wrapper h2,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub .step_services .elementor-icon-box-wrapper p:not(.elementor-icon-box-description),
.container-dark-mode:not(.header_absolute_yes) .step_services .elementor-icon-box-wrapper p:not(.elementor-icon-box-description),
.dark-mode .step_services .elementor-icon-box-wrapper p:not(.elementor-icon-box-description),
.dark-mode .jws-offcanvas-show.jws-offcanvas .step_services .elementor-icon-box-wrapper p:not(.elementor-icon-box-description),
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu .step_services .elementor-icon-box-wrapper p:not(.elementor-icon-box-description),
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub :not(li.current-menu-item, li.current-menu-ancestor,li.active ) a:not(.elementor-button,.backToTop.with-shadow,.drop_text),
.container-dark-mode:not(.header_absolute_yes) :not(li.current-menu-item, li.current-menu-ancestor,li.active ) a:not(.elementor-button,.backToTop.with-shadow,.drop_text),
.dark-mode :not(li.current-menu-item, li.current-menu-ancestor,li.active ) a:not(.elementor-button,.backToTop.with-shadow,.drop_text),
.dark-mode .jws-offcanvas-show.jws-offcanvas :not(li.current-menu-item, li.current-menu-ancestor,li.active ) a:not(.elementor-button,.backToTop.with-shadow,.drop_text),
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu :not(li.current-menu-item, li.current-menu-ancestor,li.active ) a:not(.elementor-button,.backToTop.with-shadow,.drop_text),
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub .elementor-widget-jws_heading .jws-heading-title,
.container-dark-mode:not(.header_absolute_yes) .elementor-widget-jws_heading .jws-heading-title,
.dark-mode .elementor-widget-jws_heading .jws-heading-title,
.dark-mode .jws-offcanvas-show.jws-offcanvas .elementor-widget-jws_heading .jws-heading-title,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu .elementor-widget-jws_heading .jws-heading-title,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub .jws_portfolio_item span.num,
.container-dark-mode:not(.header_absolute_yes) .jws_portfolio_item span.num,
.dark-mode .jws_portfolio_item span.num,
.dark-mode .jws-offcanvas-show.jws-offcanvas .jws_portfolio_item span.num,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu .jws_portfolio_item span.num,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub .jws_portfolio_item span.number,
.container-dark-mode:not(.header_absolute_yes) .jws_portfolio_item span.number,
.dark-mode .jws_portfolio_item span.number,
.dark-mode .jws-offcanvas-show.jws-offcanvas .jws_portfolio_item span.number,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu .jws_portfolio_item span.number,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub .jws_main_menu .jws_main_menu_inner > ul > li .btn-sub-menu,
.container-dark-mode:not(.header_absolute_yes) .jws_main_menu .jws_main_menu_inner > ul > li .btn-sub-menu,
.dark-mode .jws_main_menu .jws_main_menu_inner > ul > li .btn-sub-menu,
.dark-mode .jws-offcanvas-show.jws-offcanvas .jws_main_menu .jws_main_menu_inner > ul > li .btn-sub-menu,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu .jws_main_menu .jws_main_menu_inner > ul > li .btn-sub-menu,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub .close-text,
.container-dark-mode:not(.header_absolute_yes) .close-text,
.dark-mode .close-text,
.dark-mode .jws-offcanvas-show.jws-offcanvas .close-text,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu .close-text,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub h1,
.container-dark-mode:not(.header_absolute_yes) h1,
.dark-mode h1,
.dark-mode .jws-offcanvas-show.jws-offcanvas h1,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu h1,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub h2.jws_portfolio_title,
.container-dark-mode:not(.header_absolute_yes) h2.jws_portfolio_title,
.dark-mode h2.jws_portfolio_title,
.dark-mode .jws-offcanvas-show.jws-offcanvas h2.jws_portfolio_title,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu h2.jws_portfolio_title,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub h3,
.container-dark-mode:not(.header_absolute_yes) h3,
.dark-mode h3,
.dark-mode .jws-offcanvas-show.jws-offcanvas h3,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu h3,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub h4,
.container-dark-mode:not(.header_absolute_yes) h4,
.dark-mode h4,
.dark-mode .jws-offcanvas-show.jws-offcanvas h4,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu h4,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub h2.elementor-heading-title,
.container-dark-mode:not(.header_absolute_yes) h2.elementor-heading-title,
.dark-mode h2.elementor-heading-title,
.dark-mode .jws-offcanvas-show.jws-offcanvas h2.elementor-heading-title,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu h2.elementor-heading-title,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub :not(.step_services) .elementor-icon-box-wrapper p:not(.elementor-icon-box-description),
.container-dark-mode:not(.header_absolute_yes) :not(.step_services) .elementor-icon-box-wrapper p:not(.elementor-icon-box-description),
.dark-mode :not(.step_services) .elementor-icon-box-wrapper p:not(.elementor-icon-box-description),
.dark-mode .jws-offcanvas-show.jws-offcanvas :not(.step_services) .elementor-icon-box-wrapper p:not(.elementor-icon-box-description),
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu :not(.step_services) .elementor-icon-box-wrapper p:not(.elementor-icon-box-description),
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub h5:not(.elementor-icon-box-title),
.container-dark-mode:not(.header_absolute_yes) h5:not(.elementor-icon-box-title),
.dark-mode h5:not(.elementor-icon-box-title),
.dark-mode .jws-offcanvas-show.jws-offcanvas h5:not(.elementor-icon-box-title),
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu h5:not(.elementor-icon-box-title),
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub li a:hover span:not(.menu-label),
.container-dark-mode:not(.header_absolute_yes) li a:hover span:not(.menu-label),
.dark-mode li a:hover span:not(.menu-label),
.dark-mode .jws-offcanvas-show.jws-offcanvas li a:hover span:not(.menu-label),
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu li a:hover span:not(.menu-label),
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub h6,
.container-dark-mode:not(.header_absolute_yes) h6,
.dark-mode h6,
.dark-mode .jws-offcanvas-show.jws-offcanvas h6,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu h6 {
color: var(--light) !important;
}
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub .jws-text-circle-animation svg.btn-dark-mode,
.container-dark-mode:not(.header_absolute_yes) .jws-text-circle-animation svg.btn-dark-mode,
.dark-mode .jws-text-circle-animation svg.btn-dark-mode,
.dark-mode .jws-offcanvas-show.jws-offcanvas .jws-text-circle-animation svg.btn-dark-mode,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu .jws-text-circle-animation svg.btn-dark-mode,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub .jws-offcanvas-close-icon svg,
.container-dark-mode:not(.header_absolute_yes) .jws-offcanvas-close-icon svg,
.dark-mode .jws-offcanvas-close-icon svg,
.dark-mode .jws-offcanvas-show.jws-offcanvas .jws-offcanvas-close-icon svg,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu .jws-offcanvas-close-icon svg {
fill: var(--light);
}
.bg_main {
background: var(--main);
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
color: var(--heading);
}
.average-rating .jws-star-rating {
font-family: 'remixicon';
font-weight: 400;
height: 20px;
line-height: 20px;
overflow: hidden;
position: relative;
text-align: left;
width: 71px;
letter-spacing: -1px;
display: inline-block;
vertical-align: middle;
margin-right: 15px;
}
.average-rating .jws-star-rating:before {
content: '\f18d\f18d\f18d\f18d\f18d';
left: 0;
top: 0;
position: absolute;
font-size: 15px;
color: #000;
opacity: 0.3;
}
.average-rating .jws-star-rating span {
overflow: hidden;
position: absolute;
text-indent: -999em;
color: #333;
padding-top: 1.5em;
left: 0;
}
.average-rating .jws-star-rating span:before {
content: '\f18d\f18d\f18d\f18d\f18d';
left: 0;
top: 0;
position: absolute;
font-size: 15px;
text-indent: 0;
color: #000;
}
.average-rating .rating-average {
font-size: 13px;
margin-bottom: -1px;
display: inline-block;
vertical-align: middle;
}
.single-space_location .site-main > .container {
padding: 0;
}
.elementor-image-carousel img.swiper-slide-image {
opacity: 1;
transition: opacity 0.4s ease-in-out;
}
.elementor-image-carousel img.swiper-slide-image:hover {
opacity: 0.5;
} .group-count {
overflow: hidden;
} @media (max-width: 768px) {
.search-no-results .page-title,
.error404 .page-title {
font-size: 64px;
}
}
@media (max-width: 480px) {
.search-no-results .page-title,
.error404 .page-title {
font-size: 50.8px;
}
}
@media (max-width: 768px) {
.content-portfolio div.inline,
.sl-readmore div.inline {
width: 20px !important;
background-color: #242424;
height: 1px;
margin-right: 10px !important;
display: inline-block;
}
}
.content-portfolio .read_more {
display: inline-block;
}
.content-portfolio div.inline,
.sl-readmore div.inline {
vertical-align: middle;
width: 0px;
transition: width 0.3s linear;
}
.read_more:hover div.inline,
.sl-readmore:hover div.inline {
margin-left: 0px !important;
background-color: #242424;
width: 30px;
margin-right: 14px;
display: inline-block;
height: 1px;
margin-left: 20px;
}
.container-dark-mode h1.content_heading.black {
color: #000 !important;
}
.entry-content rs-module a,
rs-module a {
padding-left: 5px;
}
header#masthead\ vertical_header {
z-index: 1000;
}
.site-header {
position: relative;
}
header.header_absolute_yes {
position: absolute;
width: 100%;
z-index: 2;
top: 0;
}
header .jws_header.has-mega-full {
transition: background 400ms linear;
}
header .jws_header.has-mega-full.mega-has-hover {
background: #161616;
}
header .jws_header.has-mega-full.mega-has-hover section.is-sticky.cafe-row-sticky {
background: #161616;
}
header .jws_header.has-mega-full.mega-has-hover svg:not(.toggle_mode) {
fill: #fff;
}
header .jws_header.has-mega-full.mega-has-hover .elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line .jws_main_menu .jws_main_menu_inner .nav > li > a:before {
background: #fff;
}
header .jws_header.has-mega-full.mega-has-hover .jws_main_menu .jws_main_menu_inner > ul.nav > li > a,
header .jws_header.has-mega-full.mega-has-hover .jws-menu-list .line_sm li a,
header .jws_header.has-mega-full.mega-has-hover .elementor-heading-title,
header .jws_header.has-mega-full.mega-has-hover .logo-inner > .logo-text {
color: #fff;
}
.header-notes-top {
position: relative;
}
.header-notes-top > span {
position: absolute;
cursor: pointer;
top: 50%;
color: var(--light);
right: 50px;
margin-top: -15px;
font-size: 18px;
} .jws-title-bar-wrap.jws-title-bar-shop {
padding-top: 62px;
border-top: 1px solid #e5e5e5;
}
.jws-title-bar-wrap .nav_woo {
float: right;
}
.jws-title-bar-wrap .nav_woo span.nav-previous {
margin-right: 10px;
}
.jws-title-bar-wrap .nav_woo span.nav-next {
margin-left: 10px;
}
.jws-title-bar-wrap .nav_woo span.nav-previous a,
.jws-title-bar-wrap .nav_woo span.nav-next a {
font-size: 15px;
color: var(--main2);
opacity: 0.5;
}
.jws-title-bar-wrap .nav_woo span.nav-previous a [class*="ri-arrow"],
.jws-title-bar-wrap .nav_woo span.nav-next a [class*="ri-arrow"] {
vertical-align: middle;
transition: all .3s ease;
display: inline-block;
font-size: 18px;
}
.jws-title-bar-wrap .nav_woo span.nav-previous a [class*="ri-arrow"] i.ri-arrow-right-line,
.jws-title-bar-wrap .nav_woo span.nav-next a [class*="ri-arrow"] i.ri-arrow-right-line {
margin-left: 8px;
}
.jws-title-bar-wrap .nav_woo span.nav-previous a [class*="ri-arrow"] i.ri-arrow-left-line,
.jws-title-bar-wrap .nav_woo span.nav-next a [class*="ri-arrow"] i.ri-arrow-left-line {
margin-right: 8px;
}
.jws-title-bar-wrap .nav_woo span.nav-previous a:hover,
.jws-title-bar-wrap .nav_woo span.nav-next a:hover {
opacity: 1;
}
.jws-title-bar-wrap .jws-title-bar {
text-align: left;
display: inline-block;
}
.jws-title-bar-wrap .jws-title-bar .jws-path {
font-size: 15px;
color: var(--main2);
}
.jws-title-bar-wrap .jws-title-bar .jws-path .delimiter {
color: var(--color_body);
}
.jws-title-bar-wrap .jws-title-bar .jws-path .current {
color: #000;
}
.jws-title-bar-wrap .jws-title-bar .jws-path a {
color: var(--color_body);
}
.jws-title-bar-wrap .jws-title-bar .jws-path a:hover {
color: var(--main2);
}
@media (max-width: 525px) {
.jws-title-bar-wrap .nav_woo.alignright {
float: none;
margin-top: 20px;
}
}
@media (max-width: 767px) {
.header-notes-top > span {
right: 10px;
}
}
.site-footer {
clear: both;
}
.site-footer.footer-parallax {
position: fixed;
bottom: 0;
width: 100%;
z-index: 0;
}
body[data-elementor-device-mode="mobile"] .site-footer.footer-parallax {
position: relative;
}
body[data-elementor-device-mode="mobile"] .site-content.content-margin {
margin-bottom: 0 !important;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
animation-name: fadeIn;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes jws_fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 50px, 0);
transform: translate3d(0, 50px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes jws_fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 50px, 0);
transform: translate3d(0, 50px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.jws_fadeInUp {
-webkit-animation-name: jws_fadeInUp;
animation-name: jws_fadeInUp;
}
@keyframes pulse {
0% {
transform: scale3d(1, 1, 1);
opacity: 1;
}
100% {
transform: scale3d(2.2, 2.2, 1);
opacity: 0;
}
}
@-webkit-keyframes fadeInRight2 {
from {
opacity: 0;
-webkit-transform: translate3d(50px, 0, 0);
transform: translate3d(50px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight2 {
from {
opacity: 0;
-webkit-transform: translate3d(50px, 0, 0);
transform: translate3d(50px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight2 {
-webkit-animation-name: fadeInRight2;
animation-name: fadeInRight2;
}
#pulse:before,
#pulse:after {
animation: 3s ease-out 0s normal none infinite running pulse;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
border-radius: 24px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
content: "";
height: 48px;
left: 50%;
margin: -24px 0 0 -24px;
pointer-events: none;
position: absolute;
top: 50%;
width: 48px;
z-index: -1;
}
#pulse:after {
animation-delay: 1.5s;
}
#pulse {
width: 50px;
height: 50px;
background: #ffffff url(http://www.blogher.com/files/imagecache/tiny_thumb/user_pictures/picture-196261.jpg) no-repeat center center;
position: relative;
border-radius: 25px;
text-align: center;
font: bold 14px/50px tahoma;
} @-webkit-keyframes btnIconRipple {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.8;
}
20% {
opacity: 0.8;
}
100% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0;
}
}
@keyframes btnIconRipple {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.8;
}
20% {
opacity: 0.8;
}
100% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0;
}
}
@keyframes animatedBackground {
from {
background-position: 0 0;
}
to {
background-position: 100% 0;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translatey(50px);
-webkit-transform: translatey(50px);
}
to {
opacity: 1;
transform: translatey(0px);
-webkit-transform: translatey(0px);
}
}
.fadeInUp {
animation-name: fadeInUp;
}
@keyframes fadeInDown {
from {
opacity: 0;
transform: translatey(-50px);
-webkit-transform: translatey(-50px);
}
to {
opacity: 1;
transform: translatey(0px);
-webkit-transform: translatey(0px);
}
}
.fadeInDown {
animation-name: fadeInDown;
}
@keyframes fadeInRight {
from {
opacity: 0;
transform: translatex(150px);
-webkit-transform: translatex(150px);
}
to {
opacity: 1;
transform: translatex(0px);
-webkit-transform: translatex(0px);
}
}
.fadeInRight {
animation-name: fadeInRight;
}
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translatex(-50px);
-webkit-transform: translatex(-50px);
}
to {
opacity: 1;
transform: translatex(0px);
-webkit-transform: translatex(0px);
}
}
.fadeInLeft {
animation-name: fadeInLeft;
}
@keyframes MoveLeft {
from {
transform: translatex(0px);
-webkit-transform: translatex(0px);
}
to {
transform: translatex(100px);
-webkit-transform: translatex(100px);
}
}
@keyframes MoveRight {
from {
transform: translatex(0px);
-webkit-transform: translatex(0px);
}
to {
transform: translatex(-100px);
-webkit-transform: translatex(-100px);
}
}
@keyframes MoveTop {
from {
transform: translatey(0px);
-webkit-transform: translatey(0px);
}
to {
transform: translatey(-100px);
-webkit-transform: translatey(-100px);
}
}
@keyframes MoveBottom {
from {
transform: translatey(0px);
-webkit-transform: translatey(0px);
}
to {
transform: translatey(100px);
-webkit-transform: translatey(100px);
}
}
@keyframes MoveZoomIn {
from {
transform: scale(0.7);
-webkit-transform: scale(0.7);
}
to {
transform: scale(1);
-webkit-transform: scale(1);
}
}
@keyframes MoveZoomOut {
from {
transform: scale(1);
-webkit-transform: scale(1);
}
to {
transform: scale(0.7);
-webkit-transform: scale(0.7);
}
}
@keyframes MoveCircle {
0% {
transform: rotate(0deg) translate(-100%) rotate(0deg);
-webkit-transform: rotate(0deg) translate(-100%) rotate(0deg);
}
100% {
transform: rotate(360deg) translate(-100%) rotate(-360deg);
-webkit-transform: rotate(360deg) translate(-100%) rotate(-360deg);
}
}
@keyframes MoveCircleSmall {
0% {
transform: rotate(0deg) translate(-10%) rotate(0deg);
-webkit-transform: rotate(0deg) translate(-10%) rotate(0deg);
}
100% {
transform: rotate(360deg) translate(-10%) rotate(-360deg);
-webkit-transform: rotate(360deg) translate(-10%) rotate(-360deg);
}
}
@keyframes MoveCircle360 {
100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
}
@keyframes width100 {
0% {
opacity: 0;
transform: scaleX(0);
}
100% {
opacity: 1;
transform: scaleX(1);
}
}
@keyframes bounceAlpha {
0% {
opacity: 1;
transform: translateX(0px) scale(1);
}
25% {
opacity: 0;
transform: translateX(10px) scale(0.9);
}
26% {
opacity: 0;
transform: translateX(-10px) scale(0.9);
}
55% {
opacity: 1;
transform: translateX(0px) scale(1);
}
}
@keyframes bounceAlpha2 {
0% {
opacity: 1;
transform: translateX(0px) scale(1);
}
25% {
opacity: 0;
transform: translateX(-10px) scale(0.9);
}
26% {
opacity: 0;
transform: translateX(10px) scale(0.9);
}
55% {
opacity: 1;
transform: translateX(0px) scale(1);
}
}
@keyframes bounceAlphaUp {
0% {
opacity: 1;
transform: translateY(0px) scale(1);
}
25% {
opacity: 0;
transform: translateY(-10px) scale(0.9);
}
26% {
opacity: 0;
transform: translateY(10px) scale(0.9);
}
55% {
opacity: 1;
transform: translateY(0px) scale(1);
}
}
@-webkit-keyframes jwsWave {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.8;
}
20% {
opacity: 0.8;
}
100% {
-webkit-transform: scale(5.5);
transform: scale(5.5);
opacity: 0;
}
}
@keyframes jwsWave {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.8;
}
20% {
opacity: 0.8;
}
100% {
-webkit-transform: scale(5.5);
transform: scale(5.5);
opacity: 0;
}
} @-webkit-keyframes rollIn {
0% {
-webkit-transform: translateY(60px) translateZ(-130px) rotateX(-90deg);
transform: translateY(60px) translateZ(-130px) rotateX(-90deg);
opacity: 0;
}
100% {
-webkit-transform: translatey(0), rotateX(0deg);
transform: translatey(0) rotateX(0deg);
opacity: 1;
}
}
@keyframes rollIn {
0% {
-webkit-transform: translateY(60px) translateZ(-130px) rotateX(-90deg);
transform: translateY(60px) translateZ(-130px) rotateX(-90deg);
opacity: 0;
}
100% {
-webkit-transform: translatey(0) rotateX(0deg);
transform: translatey(0) rotateX(0deg);
opacity: 1;
}
}
@-webkit-keyframes zoomInDown {
0% {
-webkit-transform: translateY(-60px) rotateX(90deg);
transform: translateY(-60px) rotateX(90deg);
opacity: 0;
}
100% {
-webkit-transform: translatey(0), rotateX(0deg);
transform: translatey(0) rotateX(0deg);
opacity: 1;
}
}
@keyframes zoomInDown {
0% {
-webkit-transform: translateY(-60px) rotateX(90deg);
transform: translateY(-60px) rotateX(90deg);
opacity: 0;
}
100% {
-webkit-transform: translatey(0) rotateX(0deg);
transform: translatey(0) rotateX(0deg);
opacity: 1;
}
}
@-webkit-keyframes zoomInUp {
0% {
-webkit-transform: translateY(100px) scaleX(0.7) scaleY(0.7);
transform: translateY(100px) scaleX(0.7) scaleY(0.7);
opacity: 0;
}
100% {
-webkit-transform: translateY(0) scaleX(1) scaleY(1);
transform: translateY(0) scaleX(1) scaleY(1);
opacity: 1;
}
}
@keyframes zoomInUp {
0% {
-webkit-transform: translateY(100px) scaleX(0.7) scaleY(0.7);
transform: translateY(100px) scaleX(0.7) scaleY(0.7);
opacity: 0;
}
100% {
-webkit-transform: translateY(0) scaleX(1) scaleY(1);
transform: translateY(0) scaleX(1) scaleY(1);
opacity: 1;
}
}
@-webkit-keyframes zoomInRight {
0% {
-webkit-transform: translateX(160px) translateZ(-130px) rotateY(90deg);
transform: translateX(160px) translateZ(-130px) rotateY(90deg);
opacity: 0;
}
100% {
-webkit-transform: translateX(0), rotateY(0deg);
transform: translateX(0) rotateY(0deg);
opacity: 1;
}
}
@keyframes zoomInRight {
0% {
-webkit-transform: translateX(160px) translateZ(-130px) rotateY(90deg);
transform: translateX(160px) translateZ(-130px) rotateY(90deg);
opacity: 0;
}
100% {
-webkit-transform: translateX(0) rotateY(0deg);
transform: translateX(0) rotateY(0deg);
opacity: 1;
}
}
@-webkit-keyframes zoomInLeft {
0% {
-webkit-transform: translateX(-160px) translateZ(130px) rotateY(-90deg);
transform: translateX(-160px) translateZ(130px) rotateY(-90deg);
opacity: 0;
}
100% {
-webkit-transform: translateX(0), rotateY(0deg);
transform: translateX(0) rotateY(0deg);
opacity: 1;
}
}
@keyframes zoomInLeft {
0% {
-webkit-transform: translateX(-160px) translateZ(130px) rotateY(-90deg);
transform: translateX(-160px) translateZ(130px) rotateY(-90deg);
opacity: 0;
}
100% {
-webkit-transform: translateX(0) rotateY(0deg);
transform: translateX(0) rotateY(0deg);
opacity: 1;
}
}
[data-settings='{"_animation":"bounceInLeft"}'] img,
[data-settings='{"_animation":"bounceInDown"}'] img,
[data-settings='{"_animation":"bounceInUp"}'] img,
[data-settings='{"_animation":"bounceInRight"}'] img {
opacity: 0;
transition: 0.2s all;
}
[data-settings='{"_animation":"bounceInLeft"}']:before,
[data-settings='{"_animation":"bounceInDown"}']:before,
[data-settings='{"_animation":"bounceInUp"}']:before,
[data-settings='{"_animation":"bounceInRight"}']:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: calc(100% + 1px);
background: #fafafa;
pointer-events: none;
opacity: 0;
transition: 0.8s ease-in-out, opacity 0s;
content: "";
z-index: 1;
}
[data-settings='{"_animation":"bounceInLeft"}'].animated:before,
[data-settings='{"_animation":"bounceInDown"}'].animated:before,
[data-settings='{"_animation":"bounceInUp"}'].animated:before,
[data-settings='{"_animation":"bounceInRight"}'].animated:before {
background: #fafafa;
opacity: 1;
transition-delay: 0.6s;
}
[data-settings='{"_animation":"bounceInLeft"}'].animated img,
[data-settings='{"_animation":"bounceInDown"}'].animated img,
[data-settings='{"_animation":"bounceInUp"}'].animated img,
[data-settings='{"_animation":"bounceInRight"}'].animated img {
opacity: 1;
transition-delay: 0.6s;
}
[data-settings='{"_animation":"bounceInLeft"}']:before {
transform-origin: 100% 50%;
}
[data-settings='{"_animation":"bounceInLeft"}'].animated:before {
transform: scaleX(0);
}
[data-settings='{"_animation":"bounceInDown"}']:before {
transform-origin: 50% 100%;
}
[data-settings='{"_animation":"bounceInDown"}'].animated:before {
transform: scaleY(0);
}
[data-settings='{"_animation":"bounceInUp"}']:before {
transform-origin: 50% 0%;
}
[data-settings='{"_animation":"bounceInUp"}'].animated:before {
transform: scaleY(0);
}
[data-settings='{"_animation":"bounceInRight"}']:before {
transform-origin: 0% 50%;
}
[data-settings='{"_animation":"bounceInRight"}'].animated:before {
transform: scaleX(0);
}
.dark-mode-on [data-settings='{"_animation":"bounceInLeft"}']:before,
.dark-mode-on [data-settings='{"_animation":"bounceInDown"}']:before,
.dark-mode-on [data-settings='{"_animation":"bounceInUp"}']:before,
.dark-mode-on [data-settings='{"_animation":"bounceInRight"}']:before {
background: #000000;
}
.bounceInLeft,
.bounceInDown,
.bounceInUp,
.bounceInRight {
animation-name: none;
}
.perspective {
-webkit-perspective: 1800px;
perspective: 1800px;
}
.animated {
animation-timing-function: ease-in-out;
-webkit-animation-timing-function: ease-in-out;
}
@keyframes pulse-border-simple {
0% {
-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0);
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0);
opacity: 1;
}
20% {
opacity: 1;
}
100% {
-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
opacity: 0;
}
}
@keyframes pulse-border {
0% {
-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0);
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0);
opacity: 0.8;
}
20% {
opacity: 0.8;
}
100% {
-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
opacity: 0;
}
}
@keyframes pulse-border2 {
0% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.4);
-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.4);
}
}
@keyframes pulse-border3 {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1;
}
20% {
opacity: 1;
}
100% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
opacity: 0;
}
}
@keyframes loc {
from {
transform: rotate(0deg) scale(0);
}
to {
transform: rotate(-360deg) scale(1);
}
}
.scalein {
animation-name: scaleIn;
}
@keyframes scaleIn {
0% {
transform: translateY(20px) scale(1.1);
transform-origin: 50% 0;
}
100% {
transform: translate3d(0px, 0px, 0px) scale(1);
}
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes lds-dual-ring {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.lds-dual-ring {
-webkit-animation-name: lds-dual-ring;
animation-name: lds-dual-ring;
} .shade_animation {
opacity: 0;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.shade_animation .shade_wrap_inner {
position: absolute;
}
.shade_animation .shade_wrap_inner.alternate {
animation-direction: alternate;
}
.shade_animation .shade_wrap_inner.infinite {
animation-iteration-count: infinite;
}
.jws-shade-yes > .shade_animation {
opacity: 1;
}
.elementor-widget-wrap {
transition: 0.3s all;
}
.animated {
-webkit-animation-duration: 1.25s;
animation-duration: 1.25s;
}
.line_animation {
opacity: 0;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.line_animation > section > .elementor-container {
z-index: 1;
}
.line_animation .line_wrap {
position: absolute;
background: rgba(255, 255, 255, 0.1);
height: 100%;
width: 1px;
left: 50%;
}
.line_animation .line_wrap .line_wrap_inner {
position: absolute;
-webkit-animation: MoveUpDown 1s infinite;
animation: MoveUpDown 10s infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
left: -2px;
width: 5px;
}
.line_animation .line_wrap .line_wrap_inner .circle_animation {
width: 5px;
height: 5px;
background: rgba(255, 255, 255, 0.6);
border-radius: 100%;
display: block;
}
.line_animation .line_wrap .line_wrap_inner .circle_animation:nth-child(2) {
margin-top: 285px;
}
.jws-line-yes > .line_animation {
opacity: 1;
}
@-webkit-keyframes MoveUpDown {
0% {
top: -50%;
}
100% {
top: 110%;
}
}
@keyframes MoveUpDown {
0% {
top: -50%;
}
100% {
top: 110%;
}
}
.elementor-social-icon i {
transition: 0.3s all;
}
body .elementor-social-icon {
font-size: 14px;
vertical-align: middle;
}
body .elementor-social-icon {
background: transparent;
}
.elementor-widget-heading .elementor-heading-title {
line-height: 1.2;
}
.is-sticky {
width: 100% !important;
}
.slider_image_grey img {
opacity: 0.7;
transition: 0.3s all;
}
.slider_image_grey img:hover {
opacity: 1;
} .wpcf7-submit {
position: relative;
}
.wpcf7-form .apply-form .row {
border-bottom: 1px solid #f4f4f4;
padding: 50px 0 27px;
}
.wpcf7-form .apply-form .row > .right {
padding-right: 16%;
}
.wpcf7-form .apply-form .row > .left h3 {
color: #000000;
font-family: var(--font1);
font-weight: bold;
font-size: 18px;
margin-bottom: 2px;
}
.wpcf7-form .apply-form .row > .left p {
font-size: 14px;
color: #959595;
}
.wpcf7-form .form_footer1 .wpcf7-form-control-wrap {
margin-bottom: 0;
}
.wpcf7-form .form_footer1 input:not(.wpcf7-submit) {
border: 1px solid #d9d9de;
border-radius: 40px;
background: transparent;
color: var(--colorbody);
font-size: 16px;
height: 50px;
line-height: 50px;
padding: 0 20px;
font-style: italic;
}
.wpcf7-form .form_footer1 input:not(.wpcf7-submit)::-webkit-input-placeholder { color: var(--colorbody);
}
.wpcf7-form .form_footer1 input:not(.wpcf7-submit):-ms-input-placeholder { color: var(--colorbody);
}
.wpcf7-form .form_footer1 input:not(.wpcf7-submit):-moz-placeholder { color: var(--colorbody);
}
.wpcf7-form .form_footer1 .wpcf7-submit {
height: 42px;
line-height: 42px;
width: 60px;
padding: 0;
position: absolute;
top: 4px;
right: 4px;
box-shadow: none;
border-radius: 40px;
background: var(--main);
border: none;
color: #ffffff;
}
.jws-cf7btn-align-left .wpcf7-form .wpcf7-submit {
margin: 0;
}
.jws-cf7btn-align-right .wpcf7-form .wpcf7-submit {
margin: 0;
margin-left: auto;
}
body .elementor-widget-text-editor {
color: var(--colorbody);
} .box_hover .btn_hover {
display: none;
}
.box_hover .btn_hover .elementor-button-content-wrapper {
align-items: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-0-align-items: center;
}
.box_hover .btn_hover .elementor-button-content-wrapper .elementor-button-icon {
font-size: 30px;
}
.box_hover:hover .btn_hover {
display: block;
animation: fadeInUp 0.5s both;
-webkit-animation: fadeInUp 0.5s both;
animation-delay: 0.3s;
}
.box_hover:hover .heading_hover {
animation: fadeInUp 0.5s both;
-webkit-animation: fadeInUp 0.5s both;
display: block;
}
.elementor-widget-wp-widget-archives h5,
.elementor-widget-wp-widget-categories h5 {
display: none;
}
.elementor-widget-wp-widget-archives ul,
.elementor-widget-wp-widget-categories ul {
list-style: none;
padding: 0;
margin: 0;
}
.elementor-widget-wp-widget-archives ul li,
.elementor-widget-wp-widget-categories ul li {
margin-bottom: 6px;
}
.elementor-widget-wp-widget-archives ul li:last-child,
.elementor-widget-wp-widget-categories ul li:last-child {
margin-bottom: 0px;
}
.elementor-widget-wp-widget-archives ul li.current-cat a,
.elementor-widget-wp-widget-categories ul li.current-cat a {
color: var(--main);
}
.elementor-widget-wp-widget-archives ul li a,
.elementor-widget-wp-widget-categories ul li a {
font-weight: 300;
color: var(--colorbody);
}
.elementor-widget-wp-widget-archives ul li a:hover,
.elementor-widget-wp-widget-categories ul li a:hover {
color: var(--main);
}
.elementor-widget-wp-widget-tag_cloud h5 {
display: none;
}
.elementor-widget-wp-widget-tag_cloud .tagcloud a {
font-size: 13px !important;
color: #959595;
font-family: var(--font1);
padding: 8px 20px;
box-shadow: 3px 4px 15px rgba(28, 31, 28, 0.05);
display: inline-block;
border-radius: 40px;
background: #ffffff;
margin-bottom: 15px;
margin-right: 10px;
font-weight: 600;
}
.elementor-widget-wp-widget-tag_cloud .tagcloud a:hover {
color: var(--colorbody);
background: #f5f5f5;
}
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon i,
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg {
transition: fill 0.5s ease, color 0.5s ease;
}
.single-elementor_library .post_sidebar {
display: none;
}
.single-elementor_library .post_content {
-ms-flex: 0 0 100% !important;
flex: 0 0 100% !important;
max-width: 100% !important;
}
.jws-particle-wrapper {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
top: 0;
left: 0;
}
#icon_size i {
font-size: 12px;
}
.elementor-accordion .elementor-tab-content {
border-top: 0;
}
.custom_icon_box2 .elementor-icon-box-icon > span {
position: relative;
}
.custom_icon_box2 .elementor-icon-box-icon > span:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f00c";
font-size: 14px;
width: 40px;
height: 40px;
line-height: 35px;
text-align: center;
border: 3px solid #ffffff;
background: #ff9800;
color: #ffffff;
display: block;
position: absolute;
border-radius: 100%;
right: -5px;
bottom: -10px;
}
.vercical_text {
-webkit-transform-origin: 0 0;
transform-origin: 3px 10px;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.vertical_icon .elementor-icon {
display: block;
margin-bottom: 22px;
}
.tab_custom_border .elementor-tab-title a {
position: relative;
}
.tab_custom_border .elementor-tab-title a:before {
content: "";
width: 100%;
height: 10px;
background: var(--main);
width: calc(100% + 14px);
position: absolute;
bottom: 3px;
left: -7px;
z-index: -1;
transition: 0.3s all;
transform: scaley(0);
-webkit-transform: scaley(0);
}
.tab_custom_border .elementor-tab-title.elementor-active a:before {
transform: scaley(1);
-webkit-transform: scaley(1);
}
.elementor-tabs-view-vertical .elementor-tabs .elementor-tab-content {
padding: 0 !important;
animation: fadeInRight2 0.7s ease;
-webkit-animation: fadeInRight2 0.7s ease;
} .elementor-element .elementor-widget-icon-box.elementor-view-framed .elementor-icon,
.elementor-element .elementor-widget-icon-box.elementor-view-default .elementor-icon {
color: var(--main);
}
.elementor-element.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item:hover .elementor-icon-list-text {
color: var(--main);
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
padding: 10px 15px;
}
.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper {
display: block !important;
}
.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-item {
flex-basis: 0 !important;
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
display: inline-block;
}
body[data-elementor-device-mode="mobile"] .wpcf7-form .apply-form .row > .right {
padding: 0 15px;
}
body[data-elementor-device-mode="mobile"] .wpcf7-form .apply-form .row > .left {
margin-bottom: 20px;
}
.tooltipster-light {
background: var(--main);
color: var(--light) !important;
}
.tooltipster-light {
border: none;
letter-spacing: 0.5px;
}
.tooltipster-light .tooltipster-content {
font-family: inherit;
font-size: 12px;
}
body {
-webkit-tap-highlight-color: transparent;
}
.menu-label {
top: -5px;
position: absolute;
line-height: 13px;
padding: 3px 10px;
font-size: 13px;
margin-bottom: 2px;
margin-left: 10px;
}
.jws-offcanvas .elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner ul > li > .btn-sub-menu,
.jws-offcanvas .elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner ul > li > .btn-sub-menu {
transition: transform 650ms cubic-bezier(0.4, 0, 0.1, 1);
transform: translateY(100px);
display: inline-block;
overflow: hidden;
}
.jws-offcanvas .elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner ul > li > a,
.jws-offcanvas .elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner ul > li > a {
overflow: hidden;
}
.jws-offcanvas .elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner ul > li > a > span,
.jws-offcanvas .elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner ul > li > a > span {
transition: transform 650ms cubic-bezier(0.4, 0, 0.1, 1);
transform: translateY(100px);
display: inline-block;
}
.jws-offcanvas .elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner.hide_dropdown_icon button.btn-sub-menu.icon-chevron-right::before,
.jws-offcanvas .elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner.hide_dropdown_icon button.btn-sub-menu.icon-chevron-right::before {
content: '';
display: none;
}
.jws-offcanvas.jws-offcanvas-show .elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner ul > li > a > span,
.jws-offcanvas.jws-offcanvas-show .elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner ul > li > a > span,
.jws-offcanvas.jws-offcanvas-show .elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner ul > li > .btn-sub-menu,
.jws-offcanvas.jws-offcanvas-show .elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner ul > li > .btn-sub-menu {
transform: translateY(0);
transition: transform 650ms cubic-bezier(0.4, 0, 0.1, 1);
display: inline-block;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line-top .jws_main_menu .jws_main_menu_inner .nav > li.current-menu-item:before,
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line-top .jws_main_menu .jws_main_menu_inner .nav > li.current-menu-ancestor:before {
height: calc(50% - 22px);
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line-top .jws_main_menu .jws_main_menu_inner .nav > li:before {
content: "";
width: 1px;
height: 0px;
background: var(--main);
top: 0;
position: absolute;
transition: 0.3s all;
left: 50%;
margin-left: -1px;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line-top .jws_main_menu .jws_main_menu_inner .nav > li:hover:before {
height: calc(50% - 22px);
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-square .jws_main_menu .jws_main_menu_inner {
position: relative;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-square .jws_main_menu .jws_main_menu_inner > span#magic_line {
width: 40px;
height: 40px;
background: var(--main);
transition: 0.5s all;
position: absolute;
z-index: -1;
top: 50%;
margin-top: -20px;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line .jws_main_menu .jws_main_menu_inner .nav > li.current-menu-item > a:before,
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line .jws_main_menu .jws_main_menu_inner .nav > li.current-menu-ancestor > a:before {
width: 100%;
left: 0;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line .jws_main_menu .jws_main_menu_inner .nav > li > a {
position: relative;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line .jws_main_menu .jws_main_menu_inner .nav > li > a:before {
content: "";
right: 0;
width: 0%;
height: 1px;
background: var(--main);
bottom: 0;
position: absolute;
transition: 0.3s all;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line .jws_main_menu .jws_main_menu_inner .nav > li > a:hover:before {
width: 100%;
left: 0;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin1 .jws_main_menu_inner > ul > li .sub-menu li a:before {
content: "";
background: var(--main);
width: 20px;
height: 2px;
margin-top: -2px;
transition: 0.3s all;
position: absolute;
top: 50%;
left: 0;
opacity: 0;
transform: scale(0);
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin1 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-item > a,
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin1 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-ancestor > a,
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin1 .jws_main_menu_inner > ul > li .sub-menu li a:hover {
padding-left: 10px;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin1 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-item > a:before,
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin1 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-ancestor > a:before,
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin1 .jws_main_menu_inner > ul > li .sub-menu li a:hover:before {
opacity: 1;
transform: scale(1);
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.menu-item-has-children:after {
content: "\ea54";
font-family: 'remixicon' !important;
font-size: 18px;
float: right;
color: #fff;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-item > a,
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-ancestor > a {
transform: translateX(10px);
-webkit-transform: translateX(10px);
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-item > a:before,
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-ancestor > a:before {
width: 100%;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a {
position: relative;
width: auto;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a:before {
background: var(--main);
content: "";
bottom: 15%;
right: 0;
position: absolute;
height: 1px;
width: 0%;
transition: 0.3s all;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a span {
position: relative;
z-index: 1;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a:hover:before {
width: 100%;
left: 0;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul {
list-style-type: none;
padding: 0;
margin-bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li {
display: inline-block;
list-style: none;
margin: 0;
padding: 0;
position: relative;
padding: 0 15px;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li.menu-item-design-mega_menu_full_width {
position: unset;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li.menu-item-design-mega_menu_full_width .sub-menu-dropdown {
left: 0;
width: 100%;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li a > span {
display: inline-block;
transition: color 0.3s ease;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li a i {
display: inline-block;
vertical-align: middle;
margin-right: 10px;
font-size: 6px;
color: #6d6d6d;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li:last-child > a {
border-bottom: 0 !important;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li.menu-item-design-standard > .sub-menu li {
position: relative;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li.menu-item-design-standard > .sub-menu li.menu-item-has-children:after {
content: "\ea54";
font-family: 'remixicon' !important;
font-size: 18px;
float: right;
color: #fff;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li.menu-item-design-standard > .sub-menu li .sub-menu {
position: absolute;
left: 100%;
top: -5px;
opacity: 0;
transition: 0.3s all;
visibility: hidden;
pointer-events: none;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li.menu-item-design-standard > .sub-menu li .sub-menu li > .sub-menu {
top: 70%;
left: 265px;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li.menu-item-design-standard > .sub-menu li:hover > .sub-menu {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu {
background: #0e0e0f;
padding: 25px 0;
list-style-type: none;
min-width: 270px;
border-radius: 5px;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu li {
padding: 5px 40px;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu li.current-menu-item a {
padding-left: 10px;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu li a {
color: #ffffff;
font-family: var(--font1);
position: relative;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu li a:hover {
padding-left: 10px;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu,
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu-dropdown {
left: -17px;
position: absolute;
top: 100%;
opacity: 0;
z-index: 5;
visibility: hidden;
transform: translatey(30px);
-webkit-transform: translatey(30px);
pointer-events: none;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu.mega_menu_full_width,
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu-dropdown.mega_menu_full_width {
top: 80%;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li .mega_menu_full_width {
transition: all 400ms ease;
-moz-transition: all 400ms ease;
-webkit-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li:hover .sub-menu,
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li:hover .sub-menu-dropdown {
opacity: 1;
visibility: visible;
pointer-events: auto;
transform: translatey(0px);
-webkit-transform: translatey(0px);
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li.menu-item:first-child {
margin-left: 0 !important;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li.menu-item:last-child {
margin-right: 0 !important;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li > a {
color: #ffffff;
border-radius: 10px;
transition: 0.3s all;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li > a > i {
margin-left: 5px;
font-size: 12px;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li > a:hover {
color: var(--main);
}
.elementor-jws-menu-align-right ul.nav {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-left: auto;
}
.elementor-jws-menu-align-center ul.nav {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-left: auto;
margin-right: auto;
}
.elementor-jws-menu-align-left ul.nav {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-right: auto;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li {
margin: 7px 25px 7px 25px;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li > a {
position: relative;
display: inline;
text-decoration: none;
transition: 0.5s;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li > a:after {
position: absolute;
width: 100%;
height: 1px;
bottom: 0;
left: 0;
background: #000;
transition: transform 0.5s;
transform: scaleX(0);
transform-origin: right;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li > a:hover::after {
transform: scaleX(1);
transform-origin: left;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li > a > i {
display: none;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu li > ul.sub-menu {
margin-left: 15px;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu li:hover > a > span {
position: relative;
display: inline;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu li:hover > a > span:before {
right: auto;
width: 100%;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu li a {
color: #000;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu li a span {
position: relative;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu li a span:before {
content: "";
right: 0;
width: 0%;
height: 1px;
background: var(--main);
bottom: 0;
position: absolute;
transition: 0.3s all;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul {
padding: 0;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li {
list-style-type: none;
transition: 0.3s all;
position: relative;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .btn-sub-menu {
background: none;
border: none;
font-size: 15px;
width: auto;
height: 30px;
position: absolute;
right: 0;
top: 0;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .btn-sub-menu:before {
display: block;
transition: 0.3s ease;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .sub-menu-dropdown {
display: none;
width: 100% !important;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .sub-menu {
width: 100% !important;
display: none;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .sub-menu li a {
padding: 5px 35px 5px 35px;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .sub-menu li a i {
display: none;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .sub-menu li:last-child a {
border-bottom: 0 !important;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li a {
display: block;
-ms-flex-positive: 1;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li.active > .btn-sub-menu:before {
transition: 0.3s ease;
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner.hide_dropdown_icon button.btn-sub-menu.icon-chevron-right::before,
.elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner.hide_dropdown_icon button.btn-sub-menu.icon-chevron-right::before {
content: '';
display: none;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner > ul.opacity_text li a {
opacity: 0.5;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner > ul.opacity_text li a:hover {
opacity: 1;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner > ul > li {
overflow: hidden;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner > ul > li > a > i {
display: none;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu li a {
color: #333333;
vertical-align: middle;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner > ul > li > a {
vertical-align: middle;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner > ul > li > a > span {
transition: transform 650ms cubic-bezier(0.4, 0, 0.1, 1);
transform: translateY(100px);
display: inline-block;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner > ul > li > a > span > span {
font-size: 14px;
font-family: var(--font2);
margin-right: 10px;
transform: translateY(-50%);
display: inline-block;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner > ul > li .btn-sub-menu {
vertical-align: middle;
font-weight: bold;
font-size: 12px;
margin-left: 10px;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul {
padding: 0;
list-style-type: none;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li .btn-sub-menu-back {
font-weight: 500;
font-size: 13px;
color: var(--main);
letter-spacing: 1px;
cursor: pointer;
display: block;
margin-bottom: 18px;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li .btn-sub-menu-back i {
font-size: 16px;
font-weight: bold;
margin-right: 15px;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li .btn-sub-menu {
background: transparent;
border: 0;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu-dropdown {
width: 100% !important;
height: 100%;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu {
width: 100% !important;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #ffffff;
opacity: 0;
pointer-events: none;
transition: 0.3s all;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu li {
opacity: 0;
transition: 0.3s all;
margin-top: 35px;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu li a i {
display: none;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu li:last-child a {
border-bottom: 0 !important;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu.active {
pointer-events: auto;
opacity: 1;
z-index: 1;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li.active > .btn-sub-menu:before {
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
}
.has-mega-full .elementor-section .elementor-container,
.has-mega-full .elementor-column,
.has-mega-full .elementor-column-wrap,
.has-mega-full .elementor-widget-wrap,
.has-mega-full .elementor-widget {
position: unset;
}
@media (min-width: 1025px) {
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .btn-sub-menu {
display: none;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu.menu_scroll {
height: 150px;
overflow-y: scroll;
-ms-overflow-style: none; scrollbar-width: none; }
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu.menu_scroll::-webkit-scrollbar {
width: 5px;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu.menu_scroll::-webkit-scrollbar-track {
background: #f1f1f1;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu.menu_scroll::-webkit-scrollbar-thumb {
background: #000;
}
}
.jws-text-circle-animation .text-content {
margin: auto;
width: 112px;
height: 112px;
position: relative;
}
.jws-text-circle-animation .text-content .circle-text {
width: 112px;
height: 112px;
font-size: 12px;
border-radius: 50%;
animation: jws-rotate 20s linear infinite;
text-align: center;
}
.jws-text-circle-animation .text-content .circle-text .letter {
position: absolute;
display: inline-block;
left: 0;
right: 0;
top: 0;
bottom: 0;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 6.5px;
transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}
.jws-text-circle-animation .text-content .center-text {
border: none;
background: transparent;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-size: 14px;
text-align: center;
font-weight: 800;
text-transform: uppercase;
line-height: 14px;
margin: 0px 4px;
}
.jws-text-circle-animation .text-content .center-text svg {
vertical-align: middle;
}
.jws-text-circle-animation .text-content .center-text > p {
vertical-align: middle;
display: inline;
}
.jws-text-circle-animation .text-content .center-text.scroll_right p {
padding-right: 15px;
}
@keyframes jws-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.jws_video_popup.has_text .jws_video_popup_inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
}
.jws_video_popup.has_text .content_text {
display: inline-block;
vertical-align: middle;
padding-left: 37px;
}
.jws_video_popup.has_text .content_text h4 {
font-size: 18px;
font-family: var(--font1);
}
.jws_video_popup.video-border_ani .jws_video_popup_inner a:before {
position: absolute;
transform: translateX(-50%) translateY(-50%);
display: block;
border-radius: 50%;
top: 50%;
left: 50%;
content: "";
border: 1px solid rgba(255, 255, 255, 0.1);
}
.jws_video_popup.video-border_ani .jws_video_popup_inner a:after {
position: absolute;
display: block;
border-radius: 50%;
top: -5px;
left: -5px;
content: "";
border: 1px solid #ffffff;
border-right-color: transparent !important;
border-bottom-color: transparent !important;
-webkit-animation: load-spin 3s infinite linear;
animation: load-spin 3s infinite linear;
}
.jws_video_popup.video-border .jws_video_popup_inner a:before {
position: absolute;
transform: translateX(-50%) translateY(-50%);
display: block;
border-radius: 50%;
top: 50%;
left: 50%;
content: "";
border: 1px solid #ffffff;
animation: pulse-border-simple 1.5s ease-out infinite;
-webkit-animation: pulse-border-simple 1.5s ease-out infinite;
}
.jws_video_popup.video-overlay .jws_video_popup_inner a:after,
.jws_video_popup.video-overlay .jws_video_popup_inner a:before {
background: #fff;
position: relative;
display: block;
text-align: center;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
padding-left: 5px;
opacity: 0.8;
}
.jws_video_popup.video-overlay .jws_video_popup_inner a:before {
position: absolute;
transform: translateX(-50%) translateY(-50%);
display: block;
border-radius: 50%;
top: 50%;
left: 50%;
animation: pulse-border 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
-webkit-animation: pulse-border 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
content: "";
}
.jws_video_popup.video-overlay .jws_video_popup_inner a:after {
position: absolute;
transform: translateX(-50%) translateY(-50%);
display: block;
border-radius: 50%;
top: 50%;
left: 50%;
animation: pulse-border 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
-webkit-animation: pulse-border 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
content: "";
}
.jws_video_popup .jws_video_popup_inner a {
display: inline-block;
position: relative;
transition: 0s all;
}
.jws_video_popup .jws_video_popup_inner a .video_icon {
font-size: 24px;
height: 50px;
line-height: 50px;
width: 50px;
text-align: center;
border-radius: 100%;
-webkit-border-radius: 100%;
position: relative;
z-index: 1;
display: block;
transition: 0.3s all;
}
.mfp-fade-in-down {   }
.mfp-fade-in-down .mfp-content > div {
opacity: 0;
transition: 0.5s ease;
transform: translatey(-50px);
-webkit-transform: translatey(-50px);
}
.mfp-fade-in-down.mfp-bg {
opacity: 0;
transition: 0.3s ease;
}
.mfp-fade-in-down.mfp-ready .mfp-content > div {
opacity: 1;
transform: translatey(0);
-webkit-transform: translatey(0);
}
.mfp-fade-in-down.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-fade-in-down.mfp-removing .mfp-content > div {
transform: translatey(50px);
-webkit-transform: translatey(50px);
opacity: 0;
}
.mfp-fade-in-down.mfp-removing.mfp-bg {
opacity: 0;
}
@keyframes load-spin {
100% {
transform: rotate(360deg);
}
}
@-o-keyframes load-spin {
100% {
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-ms-keyframes load-spin {
100% {
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes load-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes load-spin {
100% {
-moz-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.jws_info_box {
transition: 0.3s all;
}
.jws_info_box.layout1 {
padding: 50px 30px;
overflow: hidden;
position: relative;
box-shadow: 3px 4px 26.4px 3.6px rgba(62, 62, 62, 0.15);
}
.jws_info_box.layout1 .jws_info_box_inner .box_icon {
position: absolute;
right: 5px;
bottom: 10px;
font-size: 72px;
opacity: 0.2;
}
.jws_info_box.layout1 .jws_info_box_inner .box_icon i {
display: block;
}
.jws_info_box.layout1 .jws_info_box_inner .box_content p {
margin-bottom: 0;
}
.jws_info_box.layout1:hover {
box-shadow: 3px 4px 26.4px 3.6px rgba(62, 62, 62, 0.25);
}
.jws_info_box.layout2 {
padding: 47px 30px 70px;
position: relative;
border: 2px solid #f2f2f4;
border-radius: 5px;
}
.jws_info_box.layout2 .jws_info_box_inner {
text-align: center;
}
.jws_info_box.layout2 .jws_info_box_inner .box_icon {
margin-bottom: 26px;
font-size: 30px;
background: #d9eeff;
padding: 15px;
color: #180cb9;
border-radius: 100%;
display: inline-block;
}
.jws_info_box.layout2 .jws_info_box_inner .box_icon i {
width: 1em;
height: 1em;
display: block;
}
.jws_info_box.layout2 .jws_info_box_inner .box_icon img {
display: block;
width: 30px;
}
.jws_info_box.layout2 .jws_info_box_inner .box_title {
color: var(--color1);
font-weight: 700;
font-size: 20px;
margin-bottom: 10px;
}
.jws_info_box.layout2 .jws_info_box_inner .box_link {
position: absolute;
width: 100%;
bottom: -30px;
left: 0;
opacity: 0;
transition: 0.3s all;
}
.jws_info_box.layout2 .jws_info_box_inner .box_link span {
display: inline-block;
}
.jws_info_box.layout2 .jws_info_box_inner .box_link a {
color: #ffffff;
font-size: 18px;
width: 60px;
height: 60px;
line-height: 60px;
display: inline-block;
border-radius: 100%;
background: var(--main);
}
.jws_info_box.layout2 .jws_info_box_inner .box_link a:hover span {
animation: bounceAlpha 1s both;
-webkit-animation: bounceAlpha 1s both;
}
.jws_info_box.layout2:hover {
border-color: var(--main);
}
.jws_info_box.layout2:hover .jws_info_box_inner .box_link {
opacity: 1;
}
.jws_info_box.layout2:hover .jws_info_box_inner .box_link span {
animation: fadeInLeft 0.3s both;
}
.jws_info_box.layout3 {
text-align: center;
border-radius: 5px;
padding: 41px;
transition: 0.3s all;
-webkit-transition: 0.3s all;
}
.jws_info_box.layout3 .jws_info_box_inner .box_icon {
margin-bottom: 11px;
}
.jws_info_box.layout3 .jws_info_box_inner .box_icon img {
width: 110px;
}
.jws_info_box.layout3 .jws_info_box_inner .box_title {
font-size: 18px;
font-weight: 600;
color: var(--color1);
line-height: 30px;
margin-bottom: 7px;
letter-spacing: 0.6px;
}
.jws_info_box.layout3 .jws_info_box_inner .box_content {
margin-bottom: 22px;
}
.jws_info_box.layout3 .jws_info_box_inner .box_link {
font-size: 12px;
font-weight: 700;
}
.jws_info_box.layout3 .jws_info_box_inner .box_link a {
color: var(--color1);
letter-spacing: 0.5px;
}
.jws_info_box.layout3 .jws_info_box_inner .box_link a:hover {
color: var(--main);
}
.jws_info_box.layout3 .jws_info_box_inner .box_link a:hover span {
transform: translateX(5px);
-webkit-transform: translateX(5px);
}
.jws_info_box.layout3 .jws_info_box_inner .box_link span {
margin-left: 5px;
transition: 0.3s all;
display: inline-block;
}
.jws_info_box.layout3:hover {
box-shadow: 0px 5px 27.9px 2.1px rgba(51, 51, 102, 0.1);
}
.jws_info_box.layout4 {
text-align: center;
}
.jws_info_box.layout4 .jws_info_box_inner .box_icon {
display: inline-block;
background: var(--color1);
color: var(--color_body);
padding: 25px;
border-radius: 100%;
font-size: 30px;
position: relative;
transition: 0.7s ease;
}
.jws_info_box.layout4 .jws_info_box_inner .box_icon:before {
pointer-events: none;
position: absolute;
content: '';
top: 90%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform, opacity;
transition-property: transform, opacity;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
.jws_info_box.layout4 .jws_info_box_inner .box_title {
font-size: 24px;
font-weight: bold;
color: var(--color_body);
margin-top: 34px;
margin-bottom: 11px;
}
.jws_info_box.layout4 .jws_info_box_inner .box_content {
margin-bottom: 22px;
}
.jws_info_box.layout4:hover .box_icon {
transform: translateY(-20px);
-webkit-transform: translateY(-20px);
}
.jws_info_box.layout4:hover .box_icon:before {
opacity: 1;
-webkit-transform: translateY(25px);
transform: translateY(25px);
}
.jws_info_box.layout5 {
background-color: transparent;
}
.jws_info_box.layout5 .jws_info_box_inner .box_icon {
font-size: 48px;
margin-bottom: 12px;
}
.jws_info_box.layout5 .jws_info_box_inner .box_title {
font-size: 24px;
font-weight: 700;
color: #000;
position: relative;
margin-bottom: 10px;
}
.jws_info_box.layout5 .jws_info_box_inner .box_title span:last-child {
position: relative;
}
.jws_info_box.layout5 .jws_info_box_inner .box_content {
margin-bottom: 23px;
font-size: 18px;
}
.jws_info_box.layout5 .jws_info_box_inner .box_link a {
color: #616161;
}
.jws_info_box.layout6 .jws_info_box_inner {
text-align: left;
display: inline-flex;
}
.jws_info_box.layout6 .jws_info_box_inner .box_icon {
display: inline;
margin-right: 15px;
margin-top: 10px;
}
.jws_info_box.layout6 .jws_info_box_inner .box_icon .number-text {
font-size: 91px;
font-weight: 600;
color: #d3d3d3;
}
.jws_info_box.layout6 .jws_info_box_inner .box_title {
color: var(--color1);
font-weight: bold;
font-size: 20px;
margin-bottom: 10px;
}
.jws_info_box.layout6 .jws_info_box_inner .box_content {
margin-bottom: 22px;
line-height: 24px;
font-size: 15px;
font-family: 'Space Grotesk';
}
.jws_info_box.layout6 .jws_info_box_inner .box_link a {
color: var(--color1);
font-weight: 600;
letter-spacing: 0.5px;
position: relative;
padding: 0 7px;
}
.jws_info_box.layout6 .jws_info_box_inner .box_link a .lnr {
margin-left: 5px;
display: inline;
vertical-align: middle;
}
.jws_info_box.layout6 .jws_info_box_inner .box_link a span {
position: relative;
}
.jws_info_box.layout6 .jws_info_box_inner .box_link a:hover .lnr {
display: inline-block;
animation: bounceAlpha 1s both;
-webkit-animation: bounceAlpha 1s both;
}
.jws_info_box.layout7 {
border: 1px solid #d1d1d1;
transition: 0.3s all;
overflow: hidden;
position: relative;
}
.jws_info_box.layout7 .sha1 {
position: absolute;
top: 12.5%;
}
.jws_info_box.layout7 .sha1:before,
.jws_info_box.layout7 .sha1:after {
content: "";
background: rgba(0, 0, 0, 0.1);
border-radius: 100%;
display: block;
transition: 0.3s all;
transform: scale(0);
-webkit-transform: scale(0);
opacity: 0;
}
.jws_info_box.layout7 .sha1:before {
height: 24px;
width: 24px;
position: absolute;
right: -16px;
top: 6px;
}
.jws_info_box.layout7 .sha1:after {
height: 70px;
width: 70px;
}
.jws_info_box.layout7 .sha2 {
position: absolute;
bottom: -55px;
right: -15px;
}
.jws_info_box.layout7 .sha2:before,
.jws_info_box.layout7 .sha2:after {
content: "";
background: rgba(0, 0, 0, 0.1);
border-radius: 100%;
display: block;
transition: 0.3s all;
transform: scale(0);
-webkit-transform: scale(0);
opacity: 0;
}
.jws_info_box.layout7 .sha2:before {
height: 47px;
width: 47px;
position: absolute;
right: 0;
top: -50px;
}
.jws_info_box.layout7 .sha2:after {
height: 137px;
width: 137px;
}
.jws_info_box.layout7:hover {
background: var(--main);
border-color: transparent;
}
.jws_info_box.layout7:hover .box_title,
.jws_info_box.layout7:hover .box_icon,
.jws_info_box.layout7:hover .box_content {
color: #ffffff !important;
}
.jws_info_box.layout7:hover .sha1:before,
.jws_info_box.layout7:hover .sha2:before,
.jws_info_box.layout7:hover .sha1:after,
.jws_info_box.layout7:hover .sha2:after {
transform: scale(1);
-webkit-transform: scale(1);
opacity: 1;
}
.jws_info_box.layout8 {
padding: 39px 45px 40px;
position: relative;
border: 1px solid #e7e8ea;
border-radius: 5px;
transition: 0.3s all;
}
.jws_info_box.layout8 .jws_info_box_inner {
text-align: center;
}
.jws_info_box.layout8 .jws_info_box_inner .box_icon {
margin-bottom: 20px;
font-size: 24px;
background: #e1edfa;
padding: 17px;
color: var(--main);
border-radius: 100%;
display: inline-block;
transition: 0.3s all;
}
.jws_info_box.layout8 .jws_info_box_inner .box_icon i {
width: 1em;
height: 1em;
display: block;
}
.jws_info_box.layout8 .jws_info_box_inner .box_icon img {
display: block;
width: 30px;
}
.jws_info_box.layout8 .jws_info_box_inner .box_title {
color: var(--color1);
font-weight: 700;
font-size: 18px;
margin-bottom: 10px;
transition: 0.3s all;
}
.jws_info_box.layout8 .jws_info_box_inner .box_content {
color: var(--color_body);
}
.jws_info_box.layout8:hover {
transform: translate3d(0, -13px, 0);
-webkit-transform: translate3d(0, -13px, 0);
}
.jws_info_box.layout8:hover .jws_info_box_inner .box_icon {
color: #ffffff;
background: var(--main);
}
.jws_info_box.layout8:hover .jws_info_box_inner .box_title {
color: var(--main);
}
.jws_info_box.layout9 {
padding: 33px;
position: relative;
}
.jws_info_box.layout9 .box_title {
color: var(--light);
font-size: 18px;
line-height: 26px;
font-family: var(--font1);
transition: 0.3s all;
}
.jws_info_box.layout9 a {
color: var(--light);
}
.jws_info_box.layout9 .box_icon {
font-size: 58px;
margin-bottom: 13px;
transition: 0.3s all;
}
.jws_info_box.layout9 .box_icon_bottom {
position: absolute;
right: -105px;
opacity: 0.05;
font-size: 165px;
top: 20px;
opacity: 0;
transition: 0.3s all;
}
.jws_info_box.layout9 .box_link a {
position: absolute;
bottom: -20px;
width: 35px;
height: 35px;
border-radius: 100%;
border: 5px solid var(--light);
text-align: center;
font-size: 11px;
background: var(--main);
opacity: 0;
}
.jws_info_box.layout9:hover .box_link a {
opacity: 1;
}
.jws_info_box.layout9:hover .box_icon_bottom {
opacity: 0.1;
}
.jws_info_box.layout10 {
position: relative;
padding: 73px 33px 49px;
}
.jws_info_box.layout10 .box_hover {
transition: 0.3s all;
opacity: 0;
}
.jws_info_box.layout10 .box_title {
position: absolute;
top: 50%;
text-align: center;
width: 100%;
transform: translateY(-50%);
transition: 0.3s all;
left: 0;
}
.jws_info_box.layout10:hover .box_title {
opacity: 0;
}
.jws_info_box.layout10:hover .box_hover {
opacity: 1;
}
.box_icon svg {
width: 1em;
height: 1em;
}
.jws-marquee-animate ul.jws-marquee {
position: relative;
display: inline-block;
list-style: none;
padding: 0;
margin: 0;
}
.jws-marquee-animate ul.jws-marquee li {
font-family: var(--font1);
font-size: 64px;
float: left;
padding-left: 9px;
}
.jws-marquee-animate ul.jws-marquee li span.elementor-list-icon {
margin: 0px 32px;
}
.jws-marquee-animate ul.jws-marquee li:nth-child(even) {
font-style: italic;
}
.jws-marquee-animate ul.cloned {
position: absolute;
top: 0px;
left: 0px;
}
.jws-award-list {
position: relative;
}
.jws-award-list ul.list-content.layout1 li.animate.border_bottom.animate {
padding: 5px;
}
.jws-award-list ul.list-content.layout1 .list_year {
width: 30%;
}
.jws-award-list ul.list-content.layout1 .list_title {
width: 70%;
}
.jws-award-list ul.list-content.layout1 .list_title .jws_year {
color: var(--main);
display: none;
}
.jws-award-list ul.list-content.layout1 .elementor-icon-list-text h3.title_heading {
transition: all 0.5s ease-in-out;
}
.jws-award-list ul.list-content.layout1 .elementor-icon-list-text h3.title_heading .list-title.elementor-title-list-item:hover {
cursor: pointer;
color: var(--link_hover);
}
.jws-award-list ul.list-content.layout2 li.animate {
flex-direction: row-reverse;
}
.jws-award-list ul.list-content.layout2 li.animate .list_title {
text-align: left;
width: 70%;
}
.jws-award-list ul.list-content.layout2 li.animate .list_year {
width: 30%;
text-align: right;
}
.jws-award-list ul.list-content {
padding-left: 0px;
}
.jws-award-list ul.list-content a {
cursor: none;
}
.jws-award-list ul.list-content li.animate {
list-style-type: none;
position: relative;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
overflow: hidden;
display: flex;
}
.jws-award-list ul.list-content li.animate:not(.award_title) .elementor-icon-list-text {
padding-top: 45px;
padding-bottom: 45px;
}
.jws-award-list ul.list-content li.animate .elementor-icon-list-text {
-ms-flex-item-align: center;
align-self: center;
transition: all 0.5s ease-in-out;
display: block;
}
.jws-award-list ul.list-content li.animate .circle {
width: 90px;
height: 90px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: fixed;
top: -2.8125rem;
left: -2.8125rem;
z-index: 100;
pointer-events: none;
transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.jws-award-list ul.list-content li.animate .circle .text-content {
width: 100%;
height: 100%;
display: inline-block;
position: relative;
animation: loc 1s both;
display: none;
}
.jws-award-list ul.list-content li.animate .circle .text-content button {
border: none;
background: transparent;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-size: 14px;
text-align: center;
font-weight: 800;
text-transform: uppercase;
line-height: 14px;
}
.jws-award-list ul.list-content li.animate .circle .text-content .circle-text {
width: 100%;
height: 100%;
border-radius: 50%;
transform: rotate(-70deg);
text-align: center;
}
.jws-award-list ul.list-content li.animate .circle .text-content .circle-text .letter {
color: #000000;
font-family: var(--font1);
font-size: 16px;
font-weight: 400;
position: absolute;
display: inline-block;
left: 0;
right: 0;
top: 0;
bottom: 0;
text-transform: uppercase;
letter-spacing: 6.5px;
transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}
.jws-award-list ul.list-content li.animate .year,
.jws-award-list ul.list-content li.animate .title {
border: none !important;
font-family: var(--font2);
font-size: 15px;
font-weight: 400;
line-height: 28px;
}
.jws-award-list ul.list-content li.animate [data-scroll-animation=scaleRight] {
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: left center;
transform-origin: left center;
will-change: transform;
}
.jws-award-list ul.list-content li.animate .jws-award-separator {
transition: all 1s linear;
position: absolute;
left: 0;
width: 0%;
height: 1Px;
background-color: #e4e4e4;
bottom: 0;
}
.jws-award-list ul.list-content li.animate .elementor-icon-list-text {
animation: fadeInLeftBig;
animation-duration: 1.5s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}
.jws-award-list .img-wrapper {
visibility: hidden;
opacity: 0;
transition: 0.5s all;
}
.jws-award-list .img-wrapper .overlay-bg {
content: "";
background: #fe5a1e;
width: 263px;
height: 373px;
transform: rotate(0deg);
position: absolute;
right: 0;
top: 142px;
z-index: 0;
transition: all 0.5s linear, transform 1s linear;
}
.jws-award-list .img-wrapper img {
max-width: 100%;
visibility: hidden;
clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
transition: all 0.5s ease, transform 0.5s ease;
position: absolute;
top: 142px;
right: 0;
width: 263px;
height: 373px;
object-fit: cover;
}
.jws-award-list .show {
visibility: visible;
opacity: 1;
}
.jws-award-list .show .overlay-bg {
transform: rotate(-8deg);
}
.jws-award-list .show img {
visibility: visible;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
z-index: 1;
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
transform: translate3d(-75%, 8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
transform-style: preserve-3d;
}
to {
opacity: 1;
transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
transform-style: preserve-3d;
}
}
.fadeInLeftBig {
animation-name: fadeInLeftBig;
}
.animated {
animation-duration: 1s;
animation-fill-mode: both;
}
@media (max-width: 1024px) {
.jws-award-list nav .img-wrapper img,
.jws-award-list nav .img-wrapper .overlay-bg {
right: 20px;
}
}
@media screen and (max-width: 600px) {
.circle,
.img-wrapper {
display: none;
}
ul.list-content a {
cursor: default;
}
.jws-award-list ul.list-content.layout1 .list_year {
display: none !important;
}
.jws-award-list ul.list-content.layout1 .list_title {
width: 100%;
}
.jws-award-list ul.list-content.layout1 .list_title .jws_year {
display: block;
}
}
body[data-elementor-device-mode="mobile"] ul.list-content.layout2 li.animation-element .list_title {
text-align: left;
width: 60%;
}
body[data-elementor-device-mode="mobile"] ul.list-content.layout2 li.animation-element .list_year {
width: 40%;
text-align: right;
}
.jws_heading .home-tagline .attachment-thumbnail {
vertical-align: top;
width: 107;
height: 70;
}
.jws_heading .home-tagline .animate-elementor {
animation: circle 3s;
clip-path: circle(75%);
}
.jws_heading .home-tagline h1 .highlight_text.jws-heading-title,
.jws_heading .home-tagline h2 .highlight_text.jws-heading-title,
.jws_heading .home-tagline h3 .highlight_text.jws-heading-title,
.jws_heading .home-tagline h4 .highlight_text.jws-heading-title,
.jws_heading .home-tagline h5 .highlight_text.jws-heading-title {
text-decoration-thickness: 2px !important;
}
.jws_heading .home-tagline .highlight_text.jws-heading-title {
text-decoration: underline;
}
@keyframes circle {
0% {
clip-path: circle(25%);
}
100% {
clip-path: circle(75%);
}
}
@media only screen and (max-width: 1024px) {
.jws_heading .home-tagline .attachment-thumbnail {
width: 44px;
vertical-align: baseline;
}
}
.container-dark-mode .categories.portfolio_cat,
.container-dark-mode .categories.portfolio_cat a,
.container-dark-mode .categories.portfolio_cat span {
color: var(--color_body) !important;
}
.container-dark-mode .categories.portfolio_cat a:hover {
color: var(--link_hover) !important;
}
.container-dark-mode .jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item .jws_text_holder {
background: #0C0C0C;
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 {
height: auto !important;
display: block;
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 .jws_portfolio_item.portfolio-1 {
height: 650px;
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 .jws_portfolio_item {
height: 325px;
position: relative !important;
float: left;
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 .jws_portfolio_item .bg-image {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #F4F3F4;
-webkit-transform: translateZ(0);
transform: translateZ(0);
background-size: cover;
background-position: center center;
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 .jws_portfolio_item video#myVideo {
object-fit: cover;
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 .jws_portfolio_item .hide {
visibility: hidden;
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 .jws_portfolio_item .jws_portfolio_overlay {
visibility: hidden;
transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 .jws_portfolio_item .jws_portfolio_overlay h3.jws_portfolio_title {
font-family: var(--font1);
font-size: 32px;
-webkit-clip-path: inset(0 100% 0 0);
clip-path: inset(0 100% 0 0);
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 .jws_portfolio_item .jws_portfolio_overlay h3.jws_portfolio_title a {
background: #fff;
padding: 0px 4px 0px 4px;
display: inline-block;
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 .jws_portfolio_item .jws_portfolio_overlay .portfolio_cat {
-webkit-clip-path: inset(0 100% 0 0);
clip-path: inset(0 100% 0 0);
font-family: var(--font2);
font-size: 14.05px;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 400;
margin-bottom: 8px;
background: #fff;
display: inline-block;
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 .jws_portfolio_item .jws_portfolio_overlay .portfolio_cat a {
padding: 0px 6px 0px 6px;
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 .jws_portfolio_item:hover .jws_portfolio_overlay {
visibility: visible;
position: relative;
display: inline-block;
text-align: left;
width: fit-content;
z-index: 9999;
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 .jws_portfolio_item:hover .jws_portfolio_overlay a {
color: #000;
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 .jws_portfolio_item:hover .jws_portfolio_overlay h3.jws_portfolio_title {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
-webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
-o-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 .jws_portfolio_item:hover .jws_portfolio_overlay .portfolio_cat {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
-webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
-o-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
}
.jws-portfolio-element .jws_portfolio_layout2 {
padding: 10px;
position: unset !important;
height: auto !important;
}
.jws-portfolio-element .jws_portfolio_layout2 .container-dark-mode .entry-media .post-thumbnail::before {
background: #000 !important;
}
.jws-portfolio-element .jws_portfolio_layout2 .container-dark-mode .categories a:hover {
color: #ff6422 !important;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item {
position: unset !important;
width: 100%;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-media {
position: relative;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-media .link-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-media .post-thumbnail {
display: inline-block;
position: relative;
overflow: hidden;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-media .post-thumbnail .wrapper {
-webkit-transform: translate(0, 100%) scale(1);
-ms-transform: translate(0, 100%) scale(1);
transform: translate(0, 100%) scale(1);
-webkit-transition: all 1.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
-ms-transition: all 1.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: all 1.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
overflow: hidden;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-media .post-thumbnail .wrapper video {
object-fit: fill;
margin-bottom: -10px !important;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-media .post-thumbnail .wrapper video,
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-media .post-thumbnail .wrapper img {
margin: 0;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
-ms-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-media .post-thumbnail:before {
-webkit-transform: translate(0, 0%);
-ms-transform: translate(0, 0%);
transform: translate(0, 0%);
content: "";
background: #fff3ed;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-content {
-webkit-transform: translate(0, 0px);
-ms-transform: translate(0, 0px);
transform: translate(0, 0px);
opacity: 1;
-webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
-ms-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
animation-delay: .6s;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-content .post-meta {
font-family: var(--font2);
margin-top: 64px;
display: flex;
justify-content: space-between;
font-weight: 500;
font-size: 14px;
line-height: 24px;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-content .post-meta .categories {
text-transform: uppercase;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-content .post-meta .categories a {
color: #000;
-webkit-transition: color 200ms cubic-bezier(0.78, 0.14, 0.2, 0.86), background-color 200ms cubic-bezier(0.78, 0.14, 0.2, 0.86);
-moz-transition: color 200ms cubic-bezier(0.78, 0.14, 0.2, 0.86), background-color 200ms cubic-bezier(0.78, 0.14, 0.2, 0.86);
-o-transition: color 200ms cubic-bezier(0.78, 0.14, 0.2, 0.86), background-color 200ms cubic-bezier(0.78, 0.14, 0.2, 0.86);
transition: color 200ms cubic-bezier(0.78, 0.14, 0.2, 0.86), background-color 200ms cubic-bezier(0.78, 0.14, 0.2, 0.86);
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-content .post-meta .categories a:hover {
color: #ff6422;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-content .title {
position: relative;
display: flex;
align-items: center;
height: 100px;
margin-top: 24px;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-content .title h2 {
font-family: var(--font1);
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-content .title .number {
font-family: var(--font2);
position: absolute;
left: 0;
top: 0;
font-weight: 400;
font-size: 120px;
line-height: 100px;
letter-spacing: -.04em;
opacity: 10%;
color: #000;
z-index: 0;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item:hover .entry-media .post-thumbnail {
--image-ratio-x: 0.95;
--image-ratio-y: 0.9166;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item:hover .entry-media .post-thumbnail .wrapper {
-webkit-transform: scale(0.95, 0.9166);
-ms-transform: scale(0.95, 0.9166);
transform: scale(0.95, 0.9166);
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item:hover .entry-media .post-thumbnail .wrapper img {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.jws-portfolio-element .jws_portfolio_layout2 .ce-animation-start .entry-media .post-thumbnail .wrapper {
-webkit-transform: translate(0, 0) scale(1);
-ms-transform: translate(0, 0) scale(1);
transform: translate(0, 0) scale(1);
}
.jws-portfolio-element .jws_portfolio_layout3 {
position: relative;
height: auto !important;
display: block;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item:first-child {
margin-top: 0px;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item {
padding: 15px;
position: static !important;
margin-top: 53px;
transition: all 0.4s ease 0.25s;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media {
right: 68px;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .wrap-content {
padding: 5px 0px 5px 0px;
z-index: 9;
position: relative;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .wrap-content a h2 {
font-size: 100px;
font-family: 'OPTICuento';
color: #000;
font-weight: 400;
line-height: 100px;
transition: all 0.5s ease;
text-transform: capitalize;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .wrap-content a:hover .jws_portfolio_title {
color: #fff;
font-weight: 400;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #fb741a;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .wrap-content .lock-wrap-2.portfolio_cat a {
font-size: 18px;
line-height: 26px;
font-family: var(--font2);
color: rgba(0, 0, 0, 0.6);
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .wrap-content .lock-wrap-2.portfolio_cat a:hover {
color: var(--main1);
}
.jws-portfolio-element .jws_portfolio_layout4 {
height: unset !important;
}
.jws-portfolio-element .jws_portfolio_layout4 .jws_portfolio_item {
position: relative !important;
width: 100%;
max-width: 100%;
overflow: hidden;
min-height: 50px;
}
.jws-portfolio-element .jws_portfolio_layout4 .jws_portfolio_item .wrap-text {
z-index: 1000;
}
.jws-portfolio-element .jws_portfolio_layout4 .jws_portfolio_item .wrap-text .portfolio_appear {
animation: animate_appear 0.8s cubic-bezier(0.16, 0.09, 0, 1.02) 0.3s, opacity 0.3s 0.3s;
}
.jws-portfolio-element .jws_portfolio_layout4 .jws_portfolio_item .wrap-text .portfolio-custom-text {
transition: transform 0.8s cubic-bezier(0.16, 0.09, 0, 1.02) 0.3s, opacity 0.3s 0.3s;
opacity: 0;
transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.2);
transform-origin: top left;
}
.jws-portfolio-element .jws_portfolio_layout5 {
min-height: 100vh;
}
.jws-portfolio-element .jws_portfolio_layout5 .jws_portfolio_item .jws_post_content {
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
}
.jws-portfolio-element .jws_portfolio_layout5 .jws_portfolio_item .jws_post_content .portfolio_cat a {
font-family: var(--font2);
font-size: 14.05px;
line-height: 66.23px;
color: #000;
text-transform: uppercase;
letter-spacing: 1px;
}
.jws-portfolio-element .jws_portfolio_layout5 .jws_portfolio_item .jws_post_content .portfolio_cat a:hover {
color: var(--main);
}
.jws-portfolio-element .jws_portfolio_layout5 .jws_portfolio_item .jws_post_content h3.jws_portfolio_title a {
font-weight: 400;
font-family: var(--font1);
font-size: 64px;
line-height: 83px;
color: #000;
text-transform: uppercase;
}
.jws-portfolio-element .jws_portfolio_layout5 .jws_portfolio_item .jws_post_content h3.jws_portfolio_title a:hover {
color: var(--main);
}
.jws-portfolio-element .jws_portfolio_layout5 .jws_portfolio_item .jws_post_content .jws_post_excerpt {
padding-top: 29px;
font-size: 16px;
font-family: var(--font2);
line-height: 26px;
}
.jws-portfolio-element .jws_portfolio_layout5 .jws_portfolio_item .jws_post_content a.jws_post_readmore {
padding-top: 10px;
font-family: var(--font2);
font-weight: 600;
color: #000;
}
.jws-portfolio-element .jws_portfolio_layout5 .jws_portfolio_item .jws_post_content a.jws_post_readmore :hover {
color: var(--main);
}
.jws-portfolio-element .jws_portfolio_layout5 .jws_portfolio_item .jws_post_image {
min-height: 100vh;
}
.jws-portfolio-element .jws_portfolio_layout5 .jws_portfolio_item .jws_post_image img {
position: absolute;
width: 100%;
object-fit: cover;
top: 0;
height: 100%;
left: 0;
}
.jws-portfolio-element .jws_portfolio_layout6 .jws_portfolio_item .entry-media .post-thumbnail {
display: inline-block;
position: relative;
overflow: hidden;
}
.jws-portfolio-element .jws_portfolio_layout6 .jws_portfolio_item .entry-media .post-thumbnail .wrapper {
-webkit-transform: translate(0, 100%) scale(1);
-ms-transform: translate(0, 100%) scale(1);
transform: translate(0, 100%) scale(1);
-webkit-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
-ms-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
overflow: hidden;
}
.jws-portfolio-element .jws_portfolio_layout6 .jws_portfolio_item .entry-media .post-thumbnail .wrapper img {
margin: 0;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
-ms-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.jws-portfolio-element .jws_portfolio_layout6 .jws_portfolio_item .entry-media .post-thumbnail .wrapper .image-link {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
}
.jws-portfolio-element .jws_portfolio_layout6 .jws_portfolio_item .entry-media .post-thumbnail::before {
background-color: #eee;
content: "";
background: #f8ded2;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.jws-portfolio-element .jws_portfolio_layout6 .jws_portfolio_item:hover .entry-media .post-thumbnail {
--image-ratio-x: 0.9028;
--image-ratio-y: 0.95;
}
.jws-portfolio-element .jws_portfolio_layout6 .jws_portfolio_item:hover .entry-media .post-thumbnail .wrapper {
-webkit-transform: scale(0.95, 0.9166);
-ms-transform: scale(0.95, 0.9166);
transform: scale(0.95, 0.9166);
}
.jws-portfolio-element .jws_portfolio_layout6 .jws_portfolio_item:hover .entry-media .post-thumbnail .wrapper img {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.jws-portfolio-element .jws_portfolio_layout6 .ce-animation-start .entry-media .post-thumbnail .wrapper {
-webkit-transform: translate(0, 0) scale(1);
-ms-transform: translate(0, 0) scale(1);
transform: translate(0, 0) scale(1);
}
.jws-portfolio-element .jws_portfolio_layout6 .ce-animation-start .entry-media .post-thumbnail::before {
-webkit-transform: translate(0, 0%);
-ms-transform: translate(0, 0%);
transform: translate(0, 0%);
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item {
height: 100vh;
width: 1300px;
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner {
display: grid;
grid-template-columns: 2fr 1fr repeat(4, minmax(150px, 1fr)) 1fr;
grid-template-rows: 1fr repeat(3, min-content) 12.5vh;
height: 100%;
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner .jws-e-custom-image {
grid-column: 1 / 4;
grid-row: 1 / -1;
overflow: hidden;
display: flex;
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner .jws-e-custom-image img {
object-fit: cover;
width: 120%;
height: auto;
max-width: 155%;
-webkit-transition: -webkit-transform 2s cubic-bezier(0.2, 0.84, 0.5, 1);
transition: -webkit-transform 2s cubic-bezier(0.2, 0.84, 0.5, 1);
-o-transition: transform 2s cubic-bezier(0.2, 0.84, 0.5, 1);
transition: transform 2s cubic-bezier(0.2, 0.84, 0.5, 1);
transition: transform 2s cubic-bezier(0.2, 0.84, 0.5, 1), -webkit-transform 2s cubic-bezier(0.2, 0.84, 0.5, 1);
will-change: transform;
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner .jws-portfolio-gallery-item.first {
grid-column: 3 / 5;
grid-row: 4 / 5;
padding: 25px;
z-index: 2;
opacity: 0;
transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.2);
transform-origin: top left;
transition: transform 0.8s cubic-bezier(0.16, 0.09, 0, 1.02) 0.1s, opacity 0.3s 0.1s;
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner .jws-portfolio-gallery-item.second {
grid-column: 5 / 7;
grid-row: 4 / 5;
padding: 25px;
z-index: 2;
opacity: 0;
transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.2);
transform-origin: top left;
transition: transform 0.8s cubic-bezier(0.16, 0.09, 0, 1.02) 0.4s, opacity 0.3s 0.4s;
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner .jws-portfolio-gallery-item img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50% 100%;
object-position: 50% 100%;
width: 100%;
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner h3.jws-e-title.entry-title {
grid-column: 4 / 7;
grid-row: 3 / 4;
margin: 5px 0 14px 50px;
font-size: 32px;
font-family: 'OPTICuento';
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner .jws-e-categories {
font-size: 14px;
letter-spacing: .05em;
line-height: 2em;
font-family: var(--font2);
font-weight: 400;
text-transform: uppercase;
grid-column: 4 / 7;
grid-row: 2 / 3;
margin: 0 0 0 50px;
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner .jws-e-categories a {
color: #000;
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner .jws-e-categories a:hover {
color: var(--main2);
}
.jws-portfolio-element .jws_portfolio_layout8 .container-dark-mode {
background: transparent !important;
}
.jws-portfolio-element .jws_portfolio_layout8 .jws_portfolio_item {
margin-bottom: 30px;
position: static !important;
}
.jws-portfolio-element .jws_portfolio_layout8 .jws_portfolio_item:nth-child(even) a {
flex-direction: row-reverse;
}
.jws-portfolio-element .jws_portfolio_layout8 .jws_portfolio_item a {
display: flex;
align-items: flex-end;
justify-content: center;
position: relative;
z-index: 99999;
}
.jws-portfolio-element .jws_portfolio_layout8 .jws_portfolio_item a .num,
.jws-portfolio-element .jws_portfolio_layout8 .jws_portfolio_item a h2.jws_portfolio_title {
opacity: 0.2;
color: #000;
}
.jws-portfolio-element .jws_portfolio_layout8 .jws_portfolio_item a .num {
font-size: 18px;
font-family: var(--font2);
padding-left: 10px;
}
.jws-portfolio-element .jws_portfolio_layout8 .jws_portfolio_item a h2.jws_portfolio_title {
font-size: 100px;
font-family: 'OPTICuento';
margin-bottom: 0px;
font-weight: 400;
line-height: 100px;
transition: opacity .5s ease;
text-transform: capitalize;
}
.jws-portfolio-element .jws_portfolio_layout8 .jws_portfolio_item a:hover .num,
.jws-portfolio-element .jws_portfolio_layout8 .jws_portfolio_item a:hover .jws_portfolio_title {
color: #000;
font-weight: 400;
opacity: 1;
}
.jws-portfolio-element .jws_portfolio_layout8 .jws_portfolio_item .image-wrapper {
position: absolute !important;
z-index: -1;
left: 0;
top: 0;
width: 30vw;
height: 0;
visibility: hidden;
transition: transform calc(0.25s * 8) cubic-bezier(0.19, 1, 0.22, 1), opacity calc(0.25s * 2) ease-out, mix-blend-mode ease-out, filter ease-out;
opacity: 0;
}
.jws-portfolio-element .jws_portfolio_layout8 .jws_portfolio_item .image-wrapper .preview-image {
width: 100%;
opacity: 0;
position: relative;
}
.jws-portfolio-element .jws_portfolio_layout8 .jws_portfolio_item:hover .visible {
opacity: 1;
visibility: visible;
}
.jws-portfolio-element .jws_portfolio_layout8 .jws_portfolio_item:hover .visible .preview-image {
opacity: 1;
}
.jws-portfolio-element .jws_portfolio_layout9 {
height: auto !important;
padding: 15px;
}
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item {
position: static !important;
}
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media {
left: 50%;
}
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .wrap-content {
display: inline-flex;
align-items: baseline;
padding: 12px 60px 12px 0;
flex-wrap: wrap;
}
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .wrap-content .jws_portfolio_title {
font-size: 50.8px;
margin-right: 6px;
font-family: var(--font1);
line-height: 66px;
}
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .wrap-content .categories.portfolio_cat {
padding-left: 10px;
}
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .wrap-content .categories.portfolio_cat a {
font-size: 14px;
text-transform: uppercase;
font-family: var(--font2);
letter-spacing: 1px;
color: var(--color_body);
}
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .wrap-content .categories.portfolio_cat a:hover {
color: var(--link_hover);
}
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item:hover .wrap-content {
z-index: 9;
position: relative;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media {
position: fixed;
top: 50%;
transform: translateY(-50%) translateX(-50%);
width: 450px;
height: 300px;
overflow: hidden;
pointer-events: none;
z-index: 1;
opacity: 0;
visibility: hidden;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper {
position: relative;
width: 100%;
height: 100%;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper.visible .media > span,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper.visible .media > span,
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-top .media > span,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-top .media > span,
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-bottom .media > span,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-bottom .media > span {
-webkit-transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
-moz-transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
-o-transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-top .media,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-top .media,
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-top .media > span,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-top .media > span {
top: 0;
bottom: auto;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-bottom .media,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-bottom .media,
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-bottom .media > span,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-bottom .media > span {
bottom: 0;
top: auto;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper.from-top .media > span,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper.from-top .media > span {
transform: translateY(-25%);
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper.from-bottom .media > span,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper.from-bottom .media > span {
transform: translateY(25%);
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-top .media > span,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-top .media > span {
transform: translateY(-25%);
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-bottom .media > span,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-bottom .media > span {
transform: translateY(25%);
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper .media,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper .media {
position: absolute;
width: 100%;
display: inline-block;
max-height: 100%;
overflow: hidden;
height: 0;
transition: all 749ms cubic-bezier(0.4, 0.4, 0, 1) 0.25s;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper .media .media-image,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper .media .media-image {
transform: translateY(-25%);
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper .media .media-image .preview-image,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper .media .media-image .preview-image {
max-width: inherit;
max-height: inherit;
width: 100% !important;
height: 100% !important;
object-fit: cover;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .to-top .media,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .to-top .media {
left: 0;
position: absolute;
top: 0;
bottom: auto;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .to-top .media > span,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .to-top .media > span {
top: 0;
bottom: auto;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .top-bottom .media,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .top-bottom .media {
position: absolute;
bottom: 0;
top: auto;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .top-bottom .media > span,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .top-bottom .media > span {
bottom: 0;
top: auto;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .visible .media,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .visible .media {
height: 100%;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .visible.from-top .media,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .visible.from-top .media,
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .visible.from-top .media > span,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .visible.from-top .media > span {
top: 0;
bottom: auto;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .visible.from-bottom .media > span,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .visible.from-bottom .media > span,
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .visible.from-bottom .media,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .visible.from-bottom .media {
bottom: 0;
top: auto;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item:hover .visible,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item:hover .visible {
opacity: 1;
visibility: visible;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item:hover .visible .media,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item:hover .visible .media {
height: 300px;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item:hover .visible .media .media-image,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item:hover .visible .media .media-image {
transform: translateY(-25%);
-webkit-transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
-moz-transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
-o-transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
}
.jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item .jws-holder-inner,
.jws-portfolio-element .jws_portfolio_layout10 .jws_portfolio_item .jws-holder-inner {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0, 0%, 0);
transform: translate3d(0, 0%, 0);
-webkit-transition: -webkit-transform 2s cubic-bezier(0.2, 0.84, 0.5, 1);
transition: -webkit-transform 2s cubic-bezier(0.2, 0.84, 0.5, 1);
-o-transition: transform 2s cubic-bezier(0.2, 0.84, 0.5, 1);
transition: transform 2s cubic-bezier(0.2, 0.84, 0.5, 1);
transition: transform 2s cubic-bezier(0.2, 0.84, 0.5, 1), -webkit-transform 2s cubic-bezier(0.2, 0.84, 0.5, 1);
will-change: transform;
}
.jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item .jws-holder-inner .wrap-content .jws_portfolio_title,
.jws-portfolio-element .jws_portfolio_layout10 .jws_portfolio_item .jws-holder-inner .wrap-content .jws_portfolio_title {
font-size: 32px;
font-family: var(--font1);
line-height: 41.6px;
}
.jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item .jws-holder-inner .wrap-content .portfolio_cat,
.jws-portfolio-element .jws_portfolio_layout10 .jws_portfolio_item .jws-holder-inner .wrap-content .portfolio_cat {
font-size: 14px;
text-transform: uppercase;
font-family: var(--font2);
letter-spacing: 1px;
}
.jws-portfolio-element .jws_portfolio_layout11 .ce-animation-start .entry-media .post-thumbnail .wrapper,
.jws-portfolio-element .jws_portfolio_layout10 .ce-animation-start .entry-media .post-thumbnail .wrapper {
-webkit-transform: translate(0, 0) scale(1);
-ms-transform: translate(0, 0) scale(1);
transform: translate(0, 0) scale(1);
}
.jws-portfolio-element .jws_portfolio_layout11 .ce-animation-start .entry-media .post-thumbnail::before,
.jws-portfolio-element .jws_portfolio_layout10 .ce-animation-start .entry-media .post-thumbnail::before {
-webkit-transform: translate(0, 0%);
-ms-transform: translate(0, 0%);
transform: translate(0, 0%);
}
.jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item .jws-holder-inner .wrapper-image .preview-image {
max-width: 100%;
width: 100%;
margin: 0;
line-height: 1;
border: none;
}
.jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item .jws-holder-inner .wrapper-image .image-link {
position: absolute;
width: 100%;
height: 100%;
left: 0;
}
.jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item .jws_text_holder {
position: absolute;
display: block;
width: 100%;
height: auto;
bottom: 0;
left: 0;
padding: 20px 0px 0px;
background-color: #fff;
overflow: hidden;
transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
transform: translateY(100%);
box-sizing: border-box;
}
.jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item .jws_text_holder .wrap-content {
transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
transform: translateY(-150%);
opacity: 0;
}
.jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item .jws_text_holder .wrap-content .portfolio_cat a {
color: var(--main2);
}
.jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item .jws_text_holder .wrap-content .portfolio_cat a:hover {
color: var(--link_hover);
}
.jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item:hover .jws_text_holder {
transform: translateY(0);
transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}
.jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item:hover .jws_text_holder .wrap-content {
opacity: 1;
transform: translateY(0);
-webkit-transition: 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
-o-transition: 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
transition: 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.jws-portfolio-element .jws_portfolio_layout10 .jws_portfolio_item .wrapper-image .image-link {
position: absolute;
width: 100%;
height: 100%;
left: 0;
}
.jws-portfolio-element .jws_portfolio_layout10 .jws_portfolio_item .wrap-content {
margin-top: 20px;
-webkit-transform: translate3d(0, 40px, 0) skewY(-8deg);
transform: translate3d(0, 40px, 0) skewY(-8deg);
-webkit-transition: opacity 0.3s, -webkit-transform 0s 0.3s;
transition: opacity 0.3s, -webkit-transform 0s 0.3s;
-o-transition: transform 0s .3s,opacity .3s;
transition: transform 0s .5s,opacity .3s;
transition: transform 0s 0.5s, opacity 0.3s, -webkit-transform 0s 0.3s;
opacity: 0;
}
.jws-portfolio-element .jws_portfolio_layout10 .jws_portfolio_item .wrap-content .portfolio_cat a {
color: var(--main2);
}
.jws-portfolio-element .jws_portfolio_layout10 .jws_portfolio_item .wrap-content .portfolio_cat a:hover {
color: var(--link_hover);
}
.jws-portfolio-element .jws_portfolio_layout10 .jws_portfolio_item:hover .wrap-content {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: 0.6s cubic-bezier(0.11, 0.29, 0.03, 0.88);
-o-transition: 0.6s cubic-bezier(0.11, 0.29, 0.03, 0.88);
transition: 0.6s cubic-bezier(0.11, 0.29, 0.03, 0.88);
}
.jws-portfolio-element .slick-dots .slick-active {
border-color: #242424;
}
.jws-portfolio-element .slick-dots li {
position: relative;
vertical-align: middle;
width: 16px;
height: 16px;
border: 1px solid transparent;
transition: 0.3s all;
border-radius: 100%;
line-height: 7px;
text-align: center;
display: inline-block;
margin: 0 5px;
cursor: pointer;
background: transparent;
opacity: 1;
}
.jws-portfolio-element .slick-dots li:after {
content: '';
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
margin: auto;
display: block;
width: 6px;
height: 6px;
border-radius: 100%;
background-color: #242424;
transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.jws-portfolio-element .slick-dots li button {
display: none;
}
.slider__counter {
font-family: var(--font2);
font-size: 30px;
line-height: 90px;
color: #000;
}
.slider__counter-divider {
background-color: #000000;
opacity: 0.502;
width: 50px;
height: 1px;
z-index: 31;
position: absolute;
left: 24%;
bottom: 10%;
transform: rotate(-45deg);
transform-origin: left center;
}
.slider__counter_total {
position: absolute;
bottom: 0;
right: 0;
text-align: right;
line-height: 1;
font-family: var(--font2);
font-size: 16px;
color: rgba(0, 0, 0, 0.502);
}
.slider__wrapper-counter {
position: absolute;
bottom: 15%;
transform: translateY(-10%);
}
.slider__counter_content {
width: 64px;
margin-left: 80px;
position: relative;
margin-top: 67px;
}
.slick-vertical .slick-slide {
transition: 5;
}
.jws_portfolio_layout5 .jws_post_wap .jws_post_content {
padding-top: var(--gutter-vertical);
padding-bottom: var(--gutter-vertical);
padding-left: var(--gutter-horizontal);
}
a.jws_post_readmore i {
vertical-align: middle;
font-size: 0px;
transition: font-size 0.3s;
}
a.jws_post_readmore:hover i {
font-size: 20px;
}
html:not(.no-cssanimations) .ce-animation.ce-animation-start:not(.ce-animation--zoom-reverse).ce-animation--bottom-t-top {
-webkit-animation-name: anim_btt;
-moz-animation-name: anim_btt;
-o-animation-name: anim_btt;
animation-name: anim_btt;
opacity: 1;
}
html:not(.no-cssanimations) .ce-animation[data-speed="300"] {
-webkit-animation-duration: .3s;
-moz-animation-duration: .3s;
-o-animation-duration: .3s;
animation-duration: .3s;
}
.jws-portfolio-element ul.slick-dots {
padding-left: 0px;
left: 80px;
display: flex;
flex-direction: column;
justify-content: space-between;
position: absolute;
top: 50%;
transform: translateY(-50%);
height: 155px;
z-index: 100;
}
ul.portfolio_nav {
list-style-type: none;
display: inline-block;
}
ul.portfolio_nav li {
padding-top: 15px;
transition: all .3s ease;
}
ul.portfolio_nav li a {
color: #000;
font-family: var(--font1);
font-size: 32px;
line-height: 41.6px;
transition: all .3s ease;
display: block;
}
ul.portfolio_nav li a span::before {
content: "";
right: 0;
width: 0%;
height: 1px;
background: var(--main);
bottom: 0;
position: absolute;
transition: 0.3s all;
}
ul.portfolio_nav li a:hover span:before {
width: 100%;
left: 0;
}
ul.portfolio_nav li a:hover:not(a.filter-active) {
transform: skew(-10deg);
color: #fe5a1e;
}
ul.portfolio_nav li a.filter-active {
transform: skew(-10deg);
color: #fe5a1e;
}
ul.portfolio_nav li a span {
position: relative;
}
ul.portfolio_nav li a.filter-active span:before {
width: 100%;
}
@media (max-width: 1025px) {
ul.portfolio_nav {
padding-left: 0px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
ul.portfolio_nav li {
margin-left: calc(5px);
margin-right: calc(5px);
}
ul.portfolio_nav li a {
padding: 0px 20px;
}
.jws-portfolio-element ul.slick-dots {
left: 20px;
}
.slider__counter_content {
margin-left: 20px;
}
.jws_portfolio_layout5 .jws_post_wap .jws_post_content {
padding-left: 50px;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-content .title h2 {
font-size: 40.31px;
line-height: 48px;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-content .title {
margin-top: 0px;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-content .post-meta {
margin-top: 20px;
}
.jws-portfolio-element .jws_portfolio_layout10 .jws_portfolio_item {
padding: 20px 30px !important;
}
.jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item {
padding: 0 25px;
margin: 0 0 50px;
}
.jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item:nth-child(-n+3) {
padding-right: 30px !important;
padding-left: 30px !important;
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item {
width: auto !important;
height: inherit !important;
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner {
display: flex !important;
justify-content: center;
flex-wrap: wrap;
height: auto !important;
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner .jws-portfolio-gallery-item.first img {
padding-right: 20px;
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner .jws-portfolio-gallery-item.second img {
padding-left: 20px;
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner .jws-e-custom-image {
width: calc(100vw - 2 * 40px);
display: flex;
align-items: center;
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner .jws-portfolio-gallery-item.first {
height: calc(50vw - 65px);
margin-top: calc(-17vw);
padding: 10px !important;
width: calc(50vw - 40px);
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner .jws-portfolio-gallery-item.second {
height: calc(50vw - 65px);
margin-top: calc(-17vw);
padding: 10px !important;
width: calc(50vw - 40px);
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner .jws-e-categories {
margin: 18px 0 0 40px !important;
width: 100%;
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner h3.jws-e-title.entry-title {
margin: 8px 0 0 40px !important;
width: 100%;
}
}
@media screen and (max-width: 1024px) {
.jws-portfolio-element .jws_portfolio_layout6 .jws_portfolio_item {
padding: 30px;
}
}
@media (min-width: 1024px) {
.jws-portfolio-element nav.custom_navs {
padding-left: 0px;
left: 68px;
display: flex;
flex-direction: column;
justify-content: space-between;
position: absolute;
top: 50%;
transform: translateY(-50%);
height: 50%;
z-index: 100;
}
.jws-portfolio-element nav.custom_navs .nav_left {
transform: rotate(90deg);
}
.jws-portfolio-element nav.custom_navs .nav_right {
transform: rotate(90deg);
}
.jws_portfolio_layout1 .jws_portfolio_item.portfolio-1 {
width: 50%;
}
.jws_portfolio_layout1 .jws_portfolio_item {
width: 25%;
}
.jws_portfolio_layout2[data-module=predefined].portfolio_content {
display: grid;
grid-template-columns: repeat(16, calc(100% / 16));
grid-row-gap: 140px;
}
.jws_portfolio_layout2[data-columns="2"] .jws_portfolio_item {
width: 50%;
}
.jws_portfolio_layout2[data-columns="3"] .jws_portfolio_item {
width: calc(100% / 3);
}
.jws_portfolio_layout2[data-columns="4"] .jws_portfolio_item {
width: 25%;
}
.jws_portfolio_layout2[data-columns="5"] .jws_portfolio_item {
width: 20%;
}
.jws_portfolio_layout2[data-module=predefined].portfolio_content .jws_portfolio_item:nth-child(9n+1) {
grid-column: 1 / 8;
}
.jws_portfolio_layout2[data-module=predefined].portfolio_content .jws_portfolio_item:nth-child(9n+2) {
grid-column: 13 / 17;
}
.jws_portfolio_layout2[data-module=predefined].portfolio_content .jws_portfolio_item:nth-child(3n+3) {
grid-column: 2 / 15;
}
.jws_portfolio_layout2[data-module=predefined].portfolio_content .jws_portfolio_item:nth-child(3n+3) .grid-holder-inner {
display: flex;
align-items: center;
}
.jws_portfolio_layout2[data-module=predefined].portfolio_content .jws_portfolio_item:nth-child(3n+3) .grid-holder-inner .entry-media {
flex: 10;
padding-right: 65px;
}
.jws_portfolio_layout2[data-module=predefined].portfolio_content .jws_portfolio_item:nth-child(3n+3) .grid-holder-inner .entry-wrapper-content {
padding-left: 40px;
flex: 6;
}
.jws_portfolio_layout2[data-module=predefined].portfolio_content .jws_portfolio_item:nth-child(9n+4) {
grid-column: 1 / 5;
}
.jws_portfolio_layout2[data-module=predefined].portfolio_content .jws_portfolio_item:nth-child(9n+5) {
grid-column: 11 / 15;
}
.jws_portfolio_layout2[data-module=predefined].portfolio_content .jws_portfolio_item:nth-child(9n+7) {
grid-column: 1 / 5;
}
.jws_portfolio_layout2[data-module=predefined].portfolio_content .jws_portfolio_item:nth-child(9n+8) {
grid-column: 11 / 17;
}
.jws_portfolio_layout5 .jws_post_wap .row-eq-height {
padding-left: 80px;
}
.jws_portfolio_layout6 .jws_portfolio_item {
width: calc(33.33333333%);
}
.jws_portfolio_layout11 .jws_portfolio_item,
.jws_portfolio_layout10 .jws_portfolio_item {
width: calc(33.33333333%);
}
}
@media (max-width: 991px) {
.jws-portfolio-element .slick-dots,
.custom_navs {
display: none !important;
}
.jws_portfolio_layout1 .jws_portfolio_item.portfolio-1 {
width: 100%;
}
.jws_portfolio_layout1 .jws_portfolio_item {
width: 50%;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-content .title {
margin-top: 0px;
}
.jws_portfolio_layout2[data-module=predefined].portfolio_content .jws_portfolio_item {
margin-bottom: 60px;
}
.jws_portfolio_layout2[data-module=predefined].portfolio_content .jws_portfolio_item.rellax {
transform: translate3d(0, 0, 0) !important;
}
.jws_portfolio_layout2[data-module=predefined].portfolio_content .jws_portfolio_item .grid-holder {
display: flex;
justify-content: center;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-content .post-meta {
margin-top: 10px;
}
.jws_portfolio_layout3 .jws_portfolio_item .image-wrapper {
position: relative;
overflow: hidden;
visibility: visible;
opacity: 1;
}
.jws_portfolio_layout3 .jws_portfolio_item .image-wrapper .preview-image {
width: 100%;
position: unset;
}
.jws_portfolio_layout3 .jws_portfolio_item .lock-wrap-2.portfolio_cat {
padding-top: 15px;
}
.jws_portfolio_layout4 .jws_portfolio_item .jws_portfolio_title {
font-size: 30px;
line-height: 38px;
}
.jws_portfolio_layout5 .jws_post_wap .jws_post_content {
padding-top: auto;
padding-bottom: auto;
padding-left: 0px;
}
.jws_post_wap {
position: relative;
}
.jws_portfolio_layout5 .wrap-content {
border-radius: 50%;
position: absolute;
top: 50%;
left: 0px;
width: 90%;
height: auto;
transform: translateY(-50%); z-index: 1000;
}
.jws_portfolio_layout5 .wrap-content:before {
content: "";
left: -45px;
position: absolute;
top: 0;
width: 100%;
height: 364px;
top: 50%;
transform: translateY(-50%);
background: #fff;
z-index: -1;
border-radius: 50%;
}
.jws_portfolio_layout5 .jws_portfolio_item .jws_post_content .jws_post_excerpt {
display: none;
}
.slider__wrapper-counter {
bottom: 10%;
right: 0px;
}
.jws-portfolio-element .jws_portfolio_layout4 .jws_portfolio_item .wrap-text h3 {
font-size: 30px;
}
}
@media (min-width: 1025px) {
.jws-portfolio-element.flex-jws-portfolio-element {
display: flex;
align-items: center;
}
.jws-portfolio-element.flex-jws-portfolio-element .portfolio_nav_container {
width: 15%;
}
.jws-portfolio-element.flex-jws-portfolio-element .portfolio_content {
width: 85%;
}
.jws-portfolio-element .jws_portfolio_layout6 .jws_portfolio_item {
padding: 67px;
}
.jws-portfolio-element .jws_portfolio_layout10 .jws_portfolio_item {
padding: 67px;
}
.jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item {
padding: 40px 22px;
}
}
@media (max-width: 375px) {
ul.portfolio_nav li a {
font-size: 26px;
}
}
@-webkit-keyframes anim_btt {
0% {
-webkit-transform: translate3d(0, 100px, 0);
opacity: 0;
}
100% {
-webkit-transform: translate3d(0, 100px, 0);
opacity: 1;
}
}
@-moz-keyframes anim_btt {
0% {
-moz-transform: translate3d(0, 100px, 0);
opacity: 0;
}
100% {
-moz-transform: translate3d(0, 100px, 0);
opacity: 1;
}
}
@-o-keyframes anim_btt {
0% {
-o-transform: translate3d(0, 100px, 0);
opacity: 0;
}
100% {
-o-transform: translate3d(0, 100px, 0);
opacity: 1;
}
}
@keyframes anim_btt {
0% {
transform: translate3d(0, 100px, 0);
opacity: 0;
}
100% {
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.container-dark-mode rs-group-wrap.rs-parallax-wrap {
mix-blend-mode: difference;
}
body[data-elementor-device-mode="mobile"] .jws-portfolio-element .jws_portfolio_layout10 .jws_portfolio_item,
[data-elementor-device-mode="tablet"] .jws-portfolio-element .jws_portfolio_layout10 .jws_portfolio_item {
padding: 0px;
}
body[data-elementor-device-mode="mobile"] .jws_portfolio_layout10 .jws_portfolio_item .jws-holder-inner .wrap-content,
[data-elementor-device-mode="tablet"] .jws_portfolio_layout10 .jws_portfolio_item .jws-holder-inner .wrap-content {
transform: translate3d(0, 0, 0) skewY(0deg);
opacity: 1;
}
[data-elementor-device-mode="tablet"] .jws-portfolio-element .jws_portfolio_layout8 .jws_portfolio_item .image-wrapper {
display: none;
}
[data-elementor-device-mode="tablet"] .jws-portfolio-element .jws_portfolio_layout1 .jws_portfolio_item .jws_portfolio_overlay,
[data-elementor-device-mode="mobile"] .jws-portfolio-element .jws_portfolio_layout1 .jws_portfolio_item .jws_portfolio_overlay,
[data-elementor-device-mode="tablet"] .portfolio-hover-media.visible,
[data-elementor-device-mode="mobile"].portfolio-hover-media.visible {
display: none;
}
[data-elementor-device-mode="mobile"] .jws_portfolio_layout11 .jws_portfolio_item,
[data-elementor-device-mode="mobile"] .jws_portfolio_layout10 .jws_portfolio_item {
width: 100%;
max-width: 100%;
}
li#magic_line {
display: none;
}
[data-elementor-device-mode="tablet"] .jws_portfolio_layout11 .jws_portfolio_item,
[data-elementor-device-mode="tablet"] .jws_portfolio_layout10 .jws_portfolio_item {
width: calc(50%);
}
.jws_testimonials_slider_wrap .testimonials_slider_thumbnail header .image_testimonial {
margin: auto;
border: 5px solid var(--light);
border-radius: 100%;
width: 80px;
height: 80px;
display: block;
overflow: hidden;
transition: transform 0.5s ease;
}
.jws_testimonials_slider_wrap .testimonials_slider_thumbnail header .image_testimonial img {
margin-bottom: 19px;
object-fit: cover;
}
.jws_testimonials_slider_wrap #banner {
opacity: 0;
position: fixed;
width: 100vw;
min-height: 100%;
background: url(http://atisa.jwsuperthemes.com/wp-content/uploads/2021/12/adomas.jpg);
background-position: bottom center;
transition: clip-path 0.2s ease, opacity 0.2s ease;
display: block;
clip-path: circle(var(--r) at var(--x) var(--y));
}
.jws_testimonials_slider_wrap .show {
opacity: 1;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slick-slide {
padding: 30px 0;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slick-slide.slick-active img {
animation: fadeInLeft 0.3s both;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slick-slide.slick-active .testimonials_title {
animation: fadeInUp 0.5s both;
-webkit-animation: fadeInUp 0.5s both;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slick-slide.slick-active .testimonials_job {
animation: fadeInUp 0.5s both;
-webkit-animation: fadeInUp 0.5s both;
animation-delay: 0.3s;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .heading {
color: var(--main);
font-size: 14px;
font-weight: 700;
letter-spacing: 3px;
margin-bottom: 15px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .heading2 {
font-size: 36px;
color: #ffffff;
font-weight: 800;
font-family: var(--font1);
margin-bottom: 60px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .testimonials_description {
margin-bottom: 35px;
position: relative;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content {
text-align: center;
position: relative;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content .testimonials_icon {
position: absolute;
left: -57px;
top: -8px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content .testimonials_author {
display: inline-block;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content .testimonials_author .testimonials_job,
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content .testimonials_author .testimonials_title {
font-size: 16px;
color: #8d8d8d;
display: inline-block;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content .testimonials_author .testimonials_job {
text-transform: upercase;
margin: 0;
}
@media (min-width: 1441px) {
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 {
margin: 0 -25px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 ~ .custom_navs {
width: 130%;
}
}
@media (max-width: 1440px) {
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 {
max-width: calc(100% - 160px);
margin: 0 auto;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 ~ .custom_navs {
width: 100%;
}
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .slick-slide {
padding: 0 25px 25px;
display: grid;
grid-template-columns: 2fr 1fr repeat(4, minmax(150px, 1fr)) 1fr;
grid-template-rows: 1fr repeat(3, min-content) 14.5vh;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .slider_content {
position: relative;
grid-row: 1 / -1;
overflow: hidden;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .hover-icon {
grid-column: 7 / 7;
grid-row: 2 / 2;
padding: 25px;
z-index: 2;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .hover-icon svg path {
opacity: 0.2;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 header {
margin-bottom: 33px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 header .testimonials_icon {
font-size: 42px;
color: #cccccc;
display: inline-block;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 header .testimonials_icon .icon-header {
margin-bottom: 40px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 header .testimonials_icon i {
line-height: 1;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 footer .testimonials_image {
-webkit-box-flex: 0;
-ms-flex: 0 0 60px;
flex: 0 0 60px;
max-width: 60px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 footer .testimonials_image img {
object-fit: cover;
width: 60px;
height: 60px;
border-radius: 100%;
box-shadow: 0px 7px 27.9px 2.1px rgba(5, 60, 55, 0.1);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 footer .testimonials_info {
align-items: center;
max-width: calc(100% - 60px);
padding-left: 2%;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 footer .testimonials_info .testimonials_title {
display: inline;
font-size: 20px;
color: var(--color1);
margin-bottom: 0px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 footer .testimonials_info .testimonials_job {
display: inline;
font-size: 20px;
color: var(--color1);
font-weight: bold;
margin: 0;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 ~ .custom_dots .slick-dots {
text-align: center;
position: relative;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 ~ .custom_dots .slick-dots li:before {
background: var(--light);
opacity: 0.1;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 ~ .custom_dots .slick-dots li.slick-active:before {
background: var(--light);
opacity: 1;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .slick-slide {
margin-top: 0;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .slider_content {
border: 1px solid #e0e2ed;
padding: 50px 30px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 footer .testimonials_info .testimonials_job {
margin: 0;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 header .testimonials_icon {
display: block;
color: #ffffff;
background: var(--main);
border-radius: 100%;
width: 50px;
height: 50px;
line-height: 50px;
box-shadow: 0px 8px 21px 9px rgba(86, 110, 244, 0.15);
text-align: center;
margin-bottom: 41px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 header .testimonials_description {
margin-bottom: 36px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 .slider_content {
text-align: center;
padding: 0% 7% 0% 7%;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 .slider_content header .testimonials_description {
position: relative;
margin-bottom: 32px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 .slider_content header .testimonials_description::after {
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0.1;
background: url(https://ilgabbianodanza.hostingwebsite.eu/wp-content/themes/atisa/assets/image/Atisa_icon/double-quotes-l.png) no-repeat center center;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 .slider_content footer .testimonials_info {
margin-top: 45px;
text-align: center;
letter-spacing: 0.5px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 .slider_content footer .testimonials_info .testimonials_title {
display: inline;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 .slider_content footer .testimonials_info .testimonials_title,
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 .slider_content footer .testimonials_info .testimonials_job {
color: #8d8d8d;
font-size: 16px;
font-family: var(--font2);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 ~ .custom_dots {
margin-top: 16px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 ~ .custom_dots .slick-dots {
text-align: center;
margin-top: 0px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 ~ .custom_dots .slick-dots li {
margin: 0 0px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 ~ .custom_dots .slick-dots li:before {
background: #000;
opacity: 10%;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 ~ .custom_dots .slick-dots li.slick-active {
border-color: transparent;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 ~ .custom_dots .slick-dots li.slick-active:before {
opacity: 100%;
background: #000;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 .slider_content {
position: relative;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 .slider_content a {
display: block;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 .slider_content a:before {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.4);
opacity: 0;
transition: 0.4s all;
content: "";
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 .slider_content header img {
width: 100%;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 .slider_content footer {
position: absolute;
top: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-0-align-items: center;
height: 100%;
width: 100%;
text-align: center;
opacity: 0;
transform: translatey(50px);
-webkit-transform: translatey(50px);
transition: 0.9s all;
padding: 0 13%;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 .slider_content footer .testimonials_info {
width: 100%;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 .slider_content footer .testimonials_info .testimonials_title {
color: #ffffff;
font-weight: 400;
display: block;
margin-bottom: 15px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 .slider_content footer .testimonials_info .testimonials_job {
font-size: 16px;
color: #ffffff;
line-height: 30px;
font-weight: 400;
display: block;
letter-spacing: 3px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 .slick-slide {
margin-top: 0;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 .slick-active .slider_content a:before {
opacity: 1;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 .slick-active .slider_content footer {
opacity: 1;
transform: translatey(0px);
-webkit-transform: translatey(0px);
transition-delay: 0.5s;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 ~ .custom_navs {
margin: 0;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 ~ .custom_navs .slick-arrow {
position: absolute;
top: 50%;
color: #ffffff;
font-size: 30px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 ~ .custom_navs .slick-arrow.nav_left span:before {
content: '\e80c';
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 ~ .custom_navs .slick-arrow.nav_right {
right: 0;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 ~ .custom_navs .slick-arrow.nav_right span:before {
content: '\e80b';
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 {
margin: 0 -25px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 .slick-list {
padding: 0 15px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 .slick-slide {
padding: 0px 25px 40px;
opacity: 0;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 .slick-slide.slick-active {
opacity: 1;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 .testimonials_description {
text-align: center;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 header {
text-align: center;
display: flex;
flex-direction: column;
margin-bottom: 27px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 header .testimonials_image {
width: 70px;
position: relative;
height: 70px;
overflow: hidden;
border-radius: 100%;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 header .testimonials_info {
margin-top: 19px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 header .testimonials_info .testimonials_title {
font-size: 18px;
color: var(--main2);
font-weight: 500;
display: block;
margin-bottom: 0px;
font-family: var(--font2);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 header .testimonials_info .testimonials_job {
margin: 0;
font-size: 15px;
font-weight: 400;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 ~ .custom_dots .slick-dots {
text-align: center;
margin-top: -29px;
position: relative;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 ~ .custom_dots .slick-dots li:before {
background: var(----color_body);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 ~ .custom_dots .slick-dots li.slick-active {
border-color: var(----color_body);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 ~ .custom_dots .slick-dots li.slick-active:before {
background: var(--color1);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout7 .slider_content {
text-align: center;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout7 .testimonials_description {
margin-bottom: 48px;
color: #ffffff;
font-size: 24px;
font-weight: 600;
line-height: 36px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout7 footer:after {
content: "";
display: table;
clear: both;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout7 .testimonials_image {
margin-bottom: 26px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout7 .testimonials_image img {
border-radius: 100%;
max-width: 80px;
display: inline-block;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout7 .testimonials_info .testimonials_title {
color: #ffffff;
font-size: 18px;
font-weight: 600;
letter-spacing: 0.7px;
margin-bottom: 6px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout7 .testimonials_info .testimonials_job {
color: #e3e3e3;
font-weight: 300;
font-size: 14px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout7 ~ .custom_dots .slick-dots {
text-align: center;
margin-top: 14px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout8 ~ .custom_dots .slick-dots {
text-align: center;
margin-top: 26px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout8 ~ .custom_dots .slick-dots li {
margin: 0 0px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout8 ~ .custom_dots .slick-dots li.slick-active:before {
background: var(--heading);
transition-delay: 0s;
opacity: 1;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout8 .slider_content {
text-align: center;
border-radius: 3px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout8 .slider_content footer .testimonials_description {
margin-top: 38px;
margin-bottom: 26px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout8 .slider_content footer .testimonials_info {
color: var(--color_body);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout8 .slider_content footer span,
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout8 .slider_content footer span {
font-family: var(--font2);
color: var(--color_body);
font-weight: 400;
font-size: 16px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout8 .slider_content footer .testimonials_job {
display: inline-block;
text-transform: uppercase;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout8 .slider_content footer .testimonials_job {
display: inline-block;
text-transform: capitalize;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout9 header {
display: inline-block;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout9 footer {
float: right;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout9 .testimonials_title {
display: block;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout9 .testimonials_description {
border-bottom: 1px solid #e5e5e5;
padding-bottom: 23px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout9 .average-rating .jws-star-rating {
margin: 0;
margin-top: 44px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout9 .average-rating .jws-star-rating:before {
color: var(--main);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout9 .average-rating .jws-star-rating span:before {
color: var(--main);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout9 .slider_content {
box-shadow: 0px 3px 31.5px 3.5px rgba(0, 0, 0, 0.07000000000000001);
background: var(--light);
border-radius: 5px;
padding: 57px 30px 38px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout9 .slick-list {
overflow: unset;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout9 .slick-slide {
opacity: 0;
transition: 0.3s all;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout9 .slick-active {
opacity: 1;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout9 .testimonials_image {
max-width: 80px;
border-radius: 100%;
overflow: hidden;
position: absolute;
top: -27px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout10 .testimonials_image {
max-width: 80px;
border-radius: 100%;
overflow: hidden;
border: 3px solid var(--main);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout10 .testimonials_title {
display: block;
margin-bottom: -3px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout10 .testimonials_info {
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding-top: 23px;
margin-top: 19px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout10 .average-rating {
margin-top: 30px;
display: block;
margin-bottom: 19px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout10 .average-rating .jws-star-rating:before {
color: var(--main);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout10 .average-rating .jws-star-rating span:before {
color: var(--main);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout10 ~ .custom_navs {
position: absolute;
right: 0;
top: 0;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout10 ~ .custom_navs button {
width: 30px;
height: 30px;
border: 1px solid var(--light);
font-size: 10px;
color: var(--light);
opacity: 0.5;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout10 ~ .custom_navs button:hover {
opacity: 1;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout11 header {
margin-bottom: 33px;
position: relative;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout11 header .testimonials_icon {
font-size: 48px;
color: #cccccc;
display: inline-block;
position: absolute;
right: 0;
top: 26px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout11 header .testimonials_description {
border-left: 5px solid var(--main);
padding-left: 37px;
padding-top: 20px;
padding-bottom: 16px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout11 footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
border-top: 1px solid #dadbdd;
padding-top: 20px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout11 footer .testimonials_image {
-webkit-box-flex: 0;
-ms-flex: 0 0 50px;
flex: 0 0 50px;
max-width: 50px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout11 footer .testimonials_image img {
border-radius: 100%;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout11 footer .average-rating {
-webkit-box-flex: 0;
-ms-flex: 0 0 100px;
flex: 0 0 100px;
max-width: 100px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout11 footer .average-rating .jws-star-rating:before {
color: var(--main);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout11 footer .average-rating .jws-star-rating span:before {
color: var(--main);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout11 footer .testimonials_info {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 150px);
flex: 0 0 calc(100% - 150px);
max-width: calc(100% - 150px);
padding-left: 20px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout11 footer .testimonials_info .testimonials_title {
font-size: 20px;
color: var(--color1);
margin-bottom: 6px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout11 footer .testimonials_info .testimonials_job {
font-size: 20px;
color: var(--color1);
font-weight: bold;
margin: 0;
}
.jws_testimonials_slider_wrap .testimonials_slider ~ .custom_dots .slick-dots {
text-align: left;
}
.jws_testimonials_slider_wrap .testimonials_slider ~ .custom_dots li.slick-active {
border-color: transparent;
}
.jws_testimonials_slider_wrap .testimonials_slider ~ .custom_dots li:before {
background: var(--heading);
}
.custom_navs {
display: flex;
margin-top: 17px;
justify-content: space-between;
position: absolute;
width: 105%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.custom_navs button {
border-radius: 50%;
background-color: #000;
border: none;
min-width: 50px;
min-height: 50px;
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
vertical-align: middle;
cursor: pointer;
outline: none;
padding: 0;
}
.custom_navs button span {
color: #fff;
}
.custom_navs button:hover span {
color: var(--link_hover);
}
.custom_navs button.nav_left .arrow,
.custom_navs button.nav_right .arrow {
border-color: var(--light);
border-style: solid;
width: 12px;
height: 12px;
border: solid var(--light);
border-width: 0 1px 1px 0;
position: absolute;
transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.custom_navs button.nav_left svg .circle,
.custom_navs button.nav_right svg .circle {
stroke-width: 1px;
stroke: var(--light);
transform-origin: 0px 0px;
stroke-dashoffset: -9.3776;
stroke-dasharray: 163.457px,18.8553px;
transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.custom_navs button.nav_left .line-arrow,
.custom_navs button.nav_right .line-arrow {
height: 1px;
background: var(--light);
display: block;
position: absolute;
width: 100%;
right: 30px;
top: 0;
bottom: 0;
margin: auto;
transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transform-origin: right center;
}
.custom_navs button:hover .line-arrow {
width: 23px;
}
.custom_navs button:hover.nav_left svg .circle,
.custom_navs button:hover.nav_right svg .circle {
stroke-dasharray: 0;
}
.custom_navs button:hover.nav_left {
transform: translateX(-3px);
}
.custom_navs button:hover.nav_right {
transform: translateX(3px);
}
.custom_navs button.nav_left {
margin-right: 5px;
}
.custom_navs button.nav_left .arrow-left2 {
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
.custom_navs button.nav_left svg {
transform: rotate(180deg);
}
.custom_navs button.nav_left .line-arrow {
left: 24px;
}
.custom_navs button.nav_right {
margin-right: 5px;
}
.custom_navs button.nav_right .arrow-right2 {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
.custom_navs button.nav_right .line-arrow {
right: 24px;
}
.custom_navs.style2 button {
width: 60px;
height: 60px;
text-align: center;
border: 0px;
border-radius: 100%;
}
.custom_navs.style2 button:hover {
color: #ffffff;
}
.custom_dots .slick-dots {
list-style-type: none;
padding: 0;
text-align: right;
margin: 0;
}
.custom_dots .slick-dots li {
width: 15px;
height: 15px;
border: 1px solid transparent;
transition: 0.3s all;
border-radius: 100%;
position: relative;
text-align: center;
display: inline-block;
margin: 0 5px;
cursor: pointer;
}
.custom_dots .slick-dots li:before {
opacity: 0.1;
width: 5px;
height: 5px;
background: #959595;
padding: 0;
border: 0;
outline: 0;
cursor: pointer;
content: "";
display: inline-block;
position: absolute;
left: 4px;
top: 3px;
}
.custom_dots .slick-dots li.slick-active {
border-color: #8b8b8b;
}
.custom_dots .slick-dots li.slick-active:before {
background: var(--main);
}
.custom_dots .slick-dots li button {
display: none;
}
body[data-elementor-device-mode="mobile"] .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 .slick-list {
padding: 0;
}
body[data-elementor-device-mode="mobile"] .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 img {
width: 100%;
margin-bottom: 30px;
}
body[data-elementor-device-mode="mobile"] .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .heading,
body[data-elementor-device-mode="mobile"] .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .heading2 {
display: none;
}
@media (max-width: 1365px) {
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 ~ .custom_navs {
width: 100%;
}
}
@media (min-width: 999px) {
.slider_layout_layout2 .slider_content {
grid-column: 1 / 6;
grid-row: 1 / -1;
overflow: hidden;
}
.slider_layout_layout2 .hover-icon {
grid-column: 7 / 7;
grid-row: 2 / 2;
padding: 25px;
z-index: 2;
}
.slider_layout_layout2 .hover-icon svg path {
opacity: 0.2;
}
}
@media (max-width: 768px) {
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 {
max-width: 100%;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 ~ .custom_navs {
display: none;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .slick-slide {
display: flex;
flex-direction: column;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 ~ .custom_dots .slick-dots {
margin-top: 0px;
}
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 ~ .custom_dots .slick-dots li {
margin: 0 0px;
}
@media (min-width: 767px) {
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 .slick-slide {
transition: 0.3s all;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 ~ .custom_navs {
width: 130%;
}
.testimonials_slider_thumbnail {
max-width: 360px;
margin: 0 auto;
}
.testimonials_slider_thumbnail .slider-nav {
margin: 0 -10px;
}
.testimonials_slider_thumbnail .slider-nav.slick-current.slick-active .image_testimonial {
transform: scale(1.1);
}
}
[data-elementor-device-mode="tablet"] .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .slick-slide,
[data-elementor-device-mode="mobile"] .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .slick-slide {
display: flex;
}
[data-elementor-device-mode="tablet"] .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .banner,
[data-elementor-device-mode="mobile"] .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .banner,
[data-elementor-device-mode="tablet"] .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .hover-icon,
[data-elementor-device-mode="mobile"] .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .hover-icon,
[data-elementor-device-mode="tablet"] .custom_navs,
[data-elementor-device-mode="mobile"] .custom_navs {
display: none;
}
.container-dark-mode .jws_post_excerpt {
color: #cecece !important;
}
.container-dark-mode .jws_post_wap .jws_post_image .post_cat a {
color: #000 !important;
}
.container-dark-mode .jws_post_meta span,
.container-dark-mode .jws_post_meta span a {
color: #cecece !important;
}
.container-dark-mode span:not(.post_cat) a:hover {
color: var(--link_hover) !important;
}
.jws-blog-element .jws-blog-layout1.jws_blog_layout1 .jws_post_wap .jws_post_content .entry-title,
.jws-blog-element .jws-blog-layout2.jws_blog_layout1 .jws_post_wap .jws_post_content .entry-title {
margin-top: 3px;
}
.jws-blog-element .jws-pagination-number ul li > a:hover {
background: transparent;
border-color: var(--main);
color: var(--main2);
}
@media only screen and (min-width: 769px) {
.jws-blog-element .jws-blog-layout1.jws_blog_layout1 .jws_post_wap .jws_post_content .entry-title a {
font-size: 50.8px;
line-height: 66px;
}
.jws-blog-element .jws_blog_layout4 .jws_blog_item:not(.quote,.link) .jws_post_wap .jws_post_image {
-webkit-box-flex: 0;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%;
}
.jws-blog-element .jws_blog_layout4 .jws_blog_item:not(.quote,.link) .jws_post_wap .jws_post_content {
padding: 30px;
-webkit-box-flex: 0;
-ms-flex: 0 0 55%;
flex: 0 0 55%;
max-width: 55%;
}
.jws-blog-element .jws_blog_item.link .jws_post_wap .jws_info_content {
padding: 45px 5% 45px 6%;
}
.jws-blog-element .jws_blog_item.quote .jws_post_wap .jws_info_content {
padding: 62px 5% 62px 6%;
}
}
@media only screen and (max-width: 768px) {
.jws-blog-element .jws_blog_layout4 .jws_blog_item .jws_post_wap .jws_post_image {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.jws-blog-element .jws_blog_layout4 .jws_blog_item .jws_post_wap .jws_post_content {
padding-top: 30px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.jws-blog-element .jws_blog_item.quote .jws_post_wap .jws_post_content.jws_info_content,
.jws-blog-element .jws_blog_item.link .jws_post_wap .jws_post_content.jws_info_content {
padding: 40px 4%;
}
}
.jws-blog-element .jws_blog_item {
margin-bottom: 50px;
}
.jws-blog-element .jws_blog_item .jws_post_image {
overflow: hidden;
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_excerpt {
margin: 0px 0px 13px 0px;
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_readmore {
color: #000000;
font-family: var(--font2);
font-size: 15px;
font-weight: 500;
line-height: 28px;
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_readmore span {
margin-left: 12px;
transition: all .2s linear;
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_readmore:hover a {
color: var(--link);
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_readmore:hover a span {
margin-left: 22px;
}
.jws-blog-element .jws_blog_item .jws_post_content .post_cat {
background: var(--main2);
color: #ffffff;
font-family: var(--font2);
font-size: 14px;
text-transform: capitalize;
padding: 7px 12px;
}
.jws-blog-element .jws_blog_item .jws_post_content .post_cat a {
color: #ffffff;
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta {
display: flex;
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta .post_author {
display: flex;
float: left;
align-items: center;
margin-right: 26px;
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta .post_author span {
vertical-align: middle;
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta .post_author a {
color: var(--color_body);
font-family: var(--font2);
font-size: 14px;
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta .post_author a:hover {
color: var(--main2);
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta .post_author,
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta .entry-date {
display: flex;
float: left;
align-items: center;
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta .post_author span,
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta .entry-date span {
vertical-align: middle;
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta .post_author a,
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta .entry-date a {
text-transform: capitalize;
color: var(--color_body);
font-family: var(--font2);
font-size: 14px;
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta .post_author a:hover,
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta .entry-date a:hover {
color: var(--main2);
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta .post_author span,
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta .entry-date span {
color: var(--color_body);
margin-right: 5px;
}
.jws-blog-element .jws_blog_item:not(.no_format,.audio,.video,.gallery,.quote) .jws_post_content {
display: flex;
}
.jws-blog-element .jws_blog_item:not(.no_format,.audio,.video,.gallery,.quote) .jws_post_content .icon_infor {
margin-right: 34px;
}
.jws-blog-element .jws_blog_item.link.col-xl-3 .jws_post_wap .jws_post_content {
flex-direction: column;
text-align: center;
}
.jws-blog-element .jws_blog_item.link .jws_post_wap span.ri-links-line {
font-size: 30px;
color: var(--light);
}
.jws-blog-element .jws_blog_item.link .jws_post_wap .jws_info_content {
background-image: url(http://atisa.jwsuperthemes.com/wp-content/themes/atisa/assets/image/link_background.jpg) !important;
padding: 45px 5% 45px 6%;
}
.jws-blog-element .jws_blog_item.link .jws_post_wap .jws_post_content {
align-items: center;
}
.jws-blog-element .jws_blog_item.link .jws_post_wap .jws_post_content .entry-title:hover a {
color: var(--light) !important;
}
.jws-blog-element .jws_blog_item.link .jws_post_wap .jws_post_content .entry-title a {
color: var(--light);
}
.jws-blog-element .jws_blog_item.gallery .jws-post-gallery.slick-initialized.slick-slider button.slick-next.slick-arrow,
.jws-blog-element .jws_blog_item.gallery .jws-post-gallery.slick-initialized.slick-slider button.slick-prev.slick-arrow {
background: transparent;
border: none;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: 16px;
color: var(--main2);
}
.jws-blog-element .jws_blog_item.gallery .jws-post-gallery.slick-initialized.slick-slider button.slick-next.slick-arrow {
right: 5%;
}
.jws-blog-element .jws_blog_item.gallery .jws-post-gallery.slick-initialized.slick-slider button.slick-prev.slick-arrow {
left: 5%;
}
.jws-blog-element .jws_blog_item.audio audio.blog-audio-player {
height: 50px;
background: #000;
width: 100%;
position: absolute;
bottom: 0;
}
.jws-blog-element .jws_blog_item.quote .jws_post_wap .jws_info_content {
background: var(--main2);
}
.jws-blog-element .jws_blog_item.quote .jws_post_wap .jws_post_content {
display: flex;
}
.jws-blog-element .jws_blog_item.quote .jws_post_wap .jws_post_content span.quote-icon {
margin-right: 34px;
}
.jws-blog-element .jws_blog_item.quote .jws_post_wap .jws_post_content span.quote-icon i.ri-double-quotes-l {
font-size: 28px;
color: var(--link_hover);
}
.jws-blog-element .jws_blog_item.quote .jws_post_wap .jws_post_content .entry-title a {
color: var(--light);
font-size: 20px !important;
line-height: 36px;
font-family: var(--font2) !important;
}
.jws-blog-element .jws_blog_item.quote .jws_post_wap .jws_post_content .jws-post-author {
color: var(--light);
font-size: 15px;
line-height: 24px;
}
.jws-blog-element .jws_blog_item.quote .jws_post_wap .jws_post_content .jws-post-author .minus {
display: inline-block;
background-color: #ffffff;
width: 10px;
height: 1px;
vertical-align: super;
}
.jws-blog-element .jws_post_image img {
width: 100%;
}
.jws-blog-element.has-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.jws-blog-element.has-nav .post_nav_container {
-webkit-box-flex: 0;
-ms-flex: 0 0 36%;
flex: 0 0 36%;
max-width: 36%;
}
.jws-blog-element.has-nav .post_nav_container .post_nav {
padding: 0;
list-style-type: none;
margin: 0;
}
.jws-blog-element.has-nav .post_nav_container .post_nav li {
font-size: 16px;
font-weight: 600;
letter-spacing: 1px;
margin: 0px 0px 18px 0px;
}
.jws-blog-element.has-nav .post_nav_container .post_nav li a {
color: var(--color1);
position: relative;
}
.jws-blog-element.has-nav .blog_content {
-webkit-box-flex: 0;
-ms-flex: 0 0 64%;
flex: 0 0 64%;
max-width: 64%;
}
.jws-blog-element .jws_blog_slider.row .jws_blog_item {
padding: 0 15px;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item:not(.gallery) .jws_post_wap:hover .jws_post_image img {
transform: scale(1.1);
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item.blog-left {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .entry-title a {
color: var(--main2);
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_image {
overflow: hidden;
position: relative;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_image img {
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_image .post_cat_position {
position: relative !important;
bottom: 0px !important;
left: 0px !important;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_image .post_cat {
background: var(--main2);
color: #ffffff;
font-family: var(--font2);
font-size: 14px;
text-transform: capitalize;
padding: 2px 12px;
position: absolute;
bottom: 15px;
left: 20px;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_image .post_cat a {
color: #ffffff;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_content .entry-title {
font-size: 24px;
font-weight: bold;
margin-top: 23px;
margin-bottom: 17px;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_content .entry-title a {
line-height: 41.6px;
font-family: 'OPTICuento';
font-weight: 400;
font-size: 32px;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_readmore {
color: #000000;
font-family: "Space Grotesk", Sans-serif;
font-size: 15px;
font-weight: 500;
line-height: 28px;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_readmore span {
margin-left: 12px;
transition: all .2s linear;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_readmore:hover span {
margin-left: 22px;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .post_author {
vertical-align: middle;
margin-right: 26px;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .post_author span {
vertical-align: middle;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .post_author a {
color: var(--color_body);
font-family: var(--font2);
font-size: 14px;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .post_author a:hover {
color: var(--main2);
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .entry-date {
vertical-align: middle;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .entry-date span {
vertical-align: middle;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .entry-date a {
color: var(--color_body);
font-family: var(--font2);
font-size: 14px;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .entry-date a:hover {
color: var(--main2);
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .entry-date span {
color: var(--color_body);
margin-right: 5px;
}
.jws-blog-element .jws_blog_layout2.jws_blog_slider .jws_blog_item.quote,
.jws-blog-element .jws_blog_layout2.jws_blog_slider .jws_blog_item.video {
display: none;
}
.jws-blog-element .jws_blog_layout2 .jws_blog_item .jws_post_wap {
position: relative;
}
.jws-blog-element .jws_blog_layout2 .jws_blog_item .jws_post_wap .jws_post_content {
position: absolute;
top: 50%;
left: 50%;
display: block;
text-align: center;
transform: translate(-50%, -50%);
padding: 30px;
}
.jws-blog-element .jws_blog_layout2 .jws_blog_item .jws_post_wap .jws_post_content .entry-title {
margin-top: 4px;
margin-bottom: 7px;
}
.jws-blog-element .jws_blog_layout2 .jws_blog_item .jws_post_wap .jws_post_content .entry-title a {
color: var(--light);
}
.jws-blog-element .jws_blog_layout2 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta {
justify-content: center;
}
.jws-blog-element .jws_blog_layout2 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .post_author {
vertical-align: middle;
margin-right: 26px;
}
.jws-blog-element .jws_blog_layout2 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .post_author span {
vertical-align: middle;
color: #ececec;
}
.jws-blog-element .jws_blog_layout2 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .post_author a {
color: #ececec;
font-family: var(--font2);
font-size: 14px;
}
.jws-blog-element .jws_blog_layout2 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .entry-date a {
color: #ececec;
font-family: var(--font2);
font-size: 14px;
}
.jws-blog-element .jws_blog_layout2 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .entry-date span {
color: #ececec;
margin-right: 5px;
}
.jws-blog-element .jws_blog_layout2 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_readmore a {
color: var(--light);
}
.jws-blog-element .jws_blog_layout2 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_readmore span {
margin-left: 5px;
}
.jws-blog-element .jws_blog_layout2 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_readmore:hover span {
animation: bounceAlpha 1s both;
-webkit-animation: bounceAlpha 1s both;
display: inline-block;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item:not(.quote, .link) .jws_post_content {
justify-content: space-between;
display: flex;
align-items: center;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item:not(.quote, .link) .jws_post_content .entry-title {
width: 70%;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item:not(.quote, .link) .jws_post_content .jws_post_meta {
width: 15%;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap {
position: relative;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image {
position: fixed;
top: 50%;
right: 52px;
transform: translate(-50%, -50%);
width: 520px;
height: 320px;
overflow: hidden;
pointer-events: none;
z-index: 1;
opacity: 0;
visibility: hidden;
transition: opacity 0.2s ease,visibility 0.2s ease;
transition-delay: 0.8s;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper.visible .media > span,
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper.to-top .media > span,
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper.to-bottom .media > span {
-webkit-transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
-moz-transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
-o-transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper.to-top .media,
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper.to-top .media > span {
top: 0;
bottom: auto;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper.to-bottom .media,
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper.to-bottom .media > span {
bottom: 0;
top: auto;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper.from-top .media > span {
transform: translateY(-25%) scale(1.1);
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper.from-bottom .media > span {
transform: translateY(25%) scale(1.1);
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper.to-top .media > span {
transform: translateY(-25%) scale(1.1);
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper.to-bottom .media > span {
transform: translateY(25%) scale(1.1);
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper::before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
width: 0;
margin-right: -7px;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper .media {
width: 100%;
display: inline-block;
max-height: 100%;
vertical-align: middle;
overflow: hidden;
height: 0;
-webkit-transition: height 749ms cubic-bezier(0.4, 0.4, 0, 1) 0.25s;
-moz-transition: height 749ms cubic-bezier(0.4, 0.4, 0, 1) 0.25s;
-o-transition: height 749ms cubic-bezier(0.4, 0.4, 0, 1) 0.25s;
transition: height 749ms cubic-bezier(0.4, 0.4, 0, 1) 0.25s;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper .media .media-image {
transform: translateY(-25%) scale(1.1);
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper .media .media-image .preview-image {
max-width: inherit;
max-height: inherit;
width: 100% !important;
height: 100% !important;
object-fit: cover;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .to-top .media,
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .to-top .media > span {
top: 0;
bottom: auto;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .top-bottom .media,
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .top-bottom .media > span {
bottom: 0;
top: auto;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .visible {
transition-delay: 0.1s;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .visible .media {
height: 100%;
transition-delay: 0.2s;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .visible.from-top .media,
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .visible.from-top .media > span {
top: 0;
bottom: auto;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .visible.from-bottom .media > span,
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .visible.from-bottom .media {
bottom: 0;
top: auto;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap:hover .visible {
opacity: 1;
visibility: visible;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap:hover .visible .media {
height: 320px;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap:hover .visible .media .media-image {
transform: translateY(-25%) scale(1.1);
-webkit-transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
-moz-transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
-o-transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_content .entry-title {
margin-bottom: 4px;
font-size: 40.32px;
font-family: "OPTICuento";
line-height: 1.3;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_content .entry-title a {
color: var(--light);
transition: 0.3s ease-out;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_content .entry-title:hover a {
color: var(--link_hover);
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_excerpt {
margin-bottom: 13px;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_readmore span {
margin-left: 5px;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_readmore:hover span {
animation: bounceAlpha 1s both;
-webkit-animation: bounceAlpha 1s both;
display: inline-block;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta {
display: block;
margin-top: 0px;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .entry-date {
float: none;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .entry-date a {
font-family: var(--font1);
color: var(--light);
font-size: 25.4px;
line-height: 33px;
display: block;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .post_cat {
display: block;
background: transparent;
font-family: var(--font2);
color: var(--colorbody);
font-size: 16px;
margin-top: 8px;
padding: 0px;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .post_cat a {
color: var(--colorbody);
}
.jws-blog-element .jws_blog_layout4 .jws_blog_item:not(.link,.quote) .jws_post_wap {
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-0-align-items: center;
}
.jws-blog-element .jws_blog_layout4 .jws_blog_item:not(.link,.quote) .jws_post_wap .jws_post_content .entry-title {
margin-bottom: 1px;
}
.jws-blog-element .jws_blog_layout4 .jws_blog_item:not(.link,.quote) .jws_post_wap .jws_post_content .entry-title a {
color: var(--main2);
}
.jws-blog-element .jws_blog_layout5 .jws_post_wap {
display: -webkit-box;
display: -ms-flexbox;
flex-direction: row;
display: flex;
overflow: hidden;
align-items: center;
}
.jws-blog-element .jws_blog_layout5 .jws_post_wap .jws_post_image {
overflow: hidden;
}
.jws-blog-element .jws_blog_layout5 .jws_post_wap .jws_post_content .entry-title {
margin-bottom: 30px;
font-size: 28px;
color: var(--main2);
font-weight: 500;
font-family: var(--font1);
line-height: 36px;
}
.jws-blog-element .jws_blog_layout5 .jws_post_wap .jws_post_content .entry-title a {
color: var(--color1);
}
.jws-blog-element .jws_blog_layout5 .jws_post_wap .jws_post_content .jws_post_meta {
margin-top: 0px;
font-size: 14px;
color: var(--main2);
}
.jws-blog-element .jws_blog_layout5 .jws_post_wap .jws_post_content .post_cat {
color: var(--main);
font-size: 14px;
text-transform: uppercase;
font-family: var(--font1);
margin-bottom: 35px;
display: block;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .entry-title a {
color: var(--main2);
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_image {
overflow: hidden;
position: relative;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_image img {
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_image .post_cat_position {
display: -webkit-inline-box;
position: relative !important;
bottom: 0px !important;
left: 0px !important;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_image .post_cat {
background: var(--main2);
color: #ffffff;
font-family: var(--font2);
font-size: 14px;
text-transform: capitalize;
padding: 2px 12px;
position: absolute;
bottom: 15px;
left: 20px;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_image .post_cat a {
color: #ffffff;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content:not(.jws_info_content) {
padding-top: 25px;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .entry-title {
font-size: 24px;
font-weight: bold;
margin-top: 23px;
margin-bottom: 17px;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .entry-title a {
line-height: 41.6px;
font-family: var(--font1);
font-weight: 400;
font-size: 32px;
color: var(--main2);
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_readmore {
color: #000000;
font-family: "Space Grotesk", Sans-serif;
font-size: 15px;
font-weight: 500;
line-height: 28px;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_readmore span {
margin-left: 12px;
transition: all .2s linear;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_readmore:hover span {
margin-left: 22px;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_meta .post_author {
vertical-align: middle;
margin-right: 26px;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_meta .post_author span {
vertical-align: middle;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_meta .post_author a {
color: var(--color_body);
font-family: var(--font2);
font-size: 14px;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_meta .post_author a:hover {
color: var(--main2);
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_meta .entry-date {
vertical-align: middle;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_meta .entry-date span {
vertical-align: middle;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_meta .entry-date a {
color: var(--color_body);
font-family: var(--font2);
font-size: 14px;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_meta .entry-date a:hover {
color: var(--main2);
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_meta .entry-date span {
color: var(--color_body);
margin-right: 5px;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap:hover .jws_post_image:not(.jws-post-gallery-item) > img {
transform: scale(1.1);
}
.jws-blog-element .custom_navs {
margin-top: 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.jws-blog-element .custom_navs button {
vertical-align: middle;
}
.jws-blog-element .slick-dots {
list-style-type: none;
padding: 0;
text-align: center;
margin: 0;
}
.jws-blog-element .slick-dots li {
width: 15px;
height: 15px;
border: 1px solid transparent;
transition: 0.3s all;
border-radius: 100%;
line-height: 1px;
text-align: center;
display: inline-block;
margin: 0 5px;
cursor: pointer;
vertical-align: top;
}
.jws-blog-element .slick-dots li.slick-active {
border-color: #8b8b8b;
}
.jws-blog-element .slick-dots li.slick-active button {
background: var(--main);
}
.jws-blog-element .slick-dots li button {
font-size: 0;
width: 5px;
height: 5px;
background: #959595;
border-radius: 100%;
padding: 0;
border: 0;
outline: 0;
cursor: pointer;
}
.jws-blog-element .jws_pagination {
text-align: center;
}
.jws_pagination {
display: block;
text-align: center;
margin-top: 100px;
}
.jws_pagination .jws-load-more .has-loaded {
display: none;
}
.jws_pagination .jws-load-more.all-items-loaded {
pointer-events: none;
cursor: no-drop;
}
.jws_pagination .jws-load-more.all-items-loaded .has-loaded {
display: inline-block;
}
.jws_pagination .jws-load-more.all-items-loaded .has-loading {
display: none;
} .jws_post_image {
position: relative;
}
.video_format {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.video_format a.url {
display: inline-block;
position: relative;
transition: 0s all;
}
.video_format a.url .video_icon {
font-size: 24px;
height: 50px;
line-height: 50px;
width: 50px;
text-align: center;
border-radius: 100%;
-webkit-border-radius: 100%;
position: relative;
z-index: 1;
display: block;
transition: 0.3s all;
font-size: 12px;
background: transparent;
color: var(--light);
}
.video_format a.url:before {
position: absolute;
transform: translateX(-50%) translateY(-50%);
display: block;
border-radius: 50%;
top: 50%;
left: 50%;
content: "";
border: 1px solid rgba(255, 255, 255, 0.1);
height: calc(50px + 10px);
width: calc(50px + 10px);
}
.video_format a.url:after {
position: absolute;
display: block;
border-radius: 50%;
top: -5px;
left: -5px;
content: "";
border: 1px solid #ffffff;
border-right-color: transparent !important;
border-bottom-color: transparent !important;
-webkit-animation: load-spin 3s infinite linear;
animation: load-spin 3s infinite linear;
height: calc(50px + 10px);
width: calc(50px + 10px);
}
.elementor-nav-slider-align-center .custom_navs {
margin: 0 auto;
}
.elementor-nav-slider-align-right .custom_navs {
margin-left: auto;
}
.blog-audio-player {
height: 50px !important;
background: var(--main2);
}
.jws-offcanvas-content .blog_content {
height: auto !important;
}
.jws-offcanvas-content .jws_blog_item {
position: unset !important;
}
@media (max-width: 767px) {
.jws-blog-element .jws_blog_layout6 .jws_blog_item.audio,
.jws-blog-element .jws_blog_layout6 .jws_blog_item.blog-left {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.jws-blog-element .jws_blog_layout3 .jws_post_wap .jws_post_content .jws_post_meta {
display: block;
}
.jws-blog-element .jws_blog_layout3 .jws_post_wap .jws_post_content .jws_post_meta > div {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.jws-blog-element .jws_blog_layout3 .jws_post_wap .jws_post_content .jws_post_meta .right {
text-align: left;
}
.jws-blog-element .jws_blog_layout3 .jws_post_wap .jws_post_content .jws_post_meta .right > a,
.jws-blog-element .jws_blog_layout3 .jws_post_wap .jws_post_content .jws_post_meta .right > span {
margin-left: 0;
margin-right: 15px;
}
.jws-blog-element .jws_blog_layout5 .jws_post_wap .jws_post_content {
margin-left: 0;
}
.jws-blog-element .jws_blog_layout2 .jws_post_wap {
position: relative;
}
.jws-blog-element .jws_blog_layout2 .jws_post_wap .jws_post_image {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.jws-blog-element .jws_blog_layout2 .jws_post_wap .jws_post_content {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;
display: block;
text-align: center;
width: 100%;
height: 100%;
padding: 50px;
}
.jws-blog-element .jws_blog_layout2 .jws_post_wap .jws_post_content .post_cat {
font-size: 14px;
text-transform: capitalize;
}
.jws-blog-element .jws_blog_layout2 .jws_post_wap .jws_post_content .post_cat a {
color: var(--light);
}
.jws-blog-element .jws_blog_layout2 .jws_post_wap .jws_post_content .entry-title {
margin-bottom: 1px;
}
.jws-blog-element .jws_blog_layout2 .jws_post_wap .jws_post_content .entry-title a {
color: var(--light);
}
.jws-blog-element.has-nav {
display: block;
}
.jws-blog-element.has-nav .post_nav_container {
max-width: 100%;
}
.jws-blog-element.has-nav .post_nav_container .post_nav li {
display: inline-block;
margin: 0 5px;
}
.jws-blog-element.has-nav .blog_content {
max-width: 100%;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item:not(.link,.quote) .jws_post_wap .jws_post_content .entry-title {
width: 60%;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item:not(.link,.quote) .jws_post_wap .jws_post_content .jws_post_meta {
width: 32%;
}
}
[data-elementor-device-mode="tablet"] .jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image,
[data-elementor-device-mode="mobile"] .jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image {
display: none;
}
.jws_team { }
.jws_team.masonry .jws_team_item:nth-child(1),
.jws_team.masonry .jws_team_item:nth-child(3),
.jws_team.masonry .jws_team_item:nth-child(8),
.jws_team.masonry .jws_team_item:nth-child(9) {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.jws_team.masonry .jws_team_item:nth-child(2),
.jws_team.masonry .jws_team_item:nth-child(6) {
-webkit-box-flex: 0;
-ms-flex: 0 0 33%;
flex: 0 0 33%;
max-width: 33%;
}
.jws_team.masonry .jws_team_item:nth-child(4) {
-webkit-box-flex: 0;
-ms-flex: 0 0 17%;
flex: 0 0 17%;
max-width: 17%;
}
.jws_team.layout1 .jws_team_inner {
text-align: center;
}
.jws_team.layout1 .jws_team_inner .jws_team_image {
overflow: hidden;
position: relative;
}
.jws_team.layout1 .jws_team_inner .jws_team_image img {
transform: translateY(20px);
-webkit-transform: translateY(20px);
transition: 0.6s all;
}
.jws_team.layout1 .jws_team_inner .jws_team_image:before {
content: "";
position: absolute;
background: #f5f5f5;
width: 100%;
height: calc(100% - 80px);
bottom: 0;
left: 0;
transition: 0.6s all;
}
.jws_team.layout1 .jws_team_inner .jws_team_content {
width: calc(100% - 5vw);
position: relative;
margin-left: 2.5vw;
transform: translatey(-50%);
-webkit-transform: translatey(-50%);
margin-bottom: -15%;
border-radius: 5px;
background: #ffffff;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
padding: 17px 15px 13px;
}
.jws_team.layout1 .jws_team_inner .jws_team_content .team_title {
margin-bottom: 10px;
}
.jws_team.layout1 .jws_team_inner .jws_team_content .team_icon {
padding: 0;
margin-bottom: 5px;
}
.jws_team.layout1 .jws_team_inner .jws_team_content .team_icon li {
display: inline-block;
list-style: none;
margin: 0 8px;
}
.jws_team.layout1 .jws_team_inner .jws_team_content .team_icon li a {
font-size: 16px;
}
.jws_team.layout1 .jws_team_inner:hover .jws_team_image img {
transform: translateY(0);
-webkit-transform: translateY(0);
}
.jws_team.layout1 .jws_team_inner:hover .jws_team_image:before {
transform: translateY(60px);
-webkit-transform: translateY(60px);
}
.jws_team.layout2 .jws_team_inner .jws_team_image {
position: relative;
}
.jws_team.layout2 .jws_team_inner .jws_team_image > a {
display: block;
border-radius: 5px;
overflow: hidden;
}
.jws_team.layout2 .jws_team_inner .jws_team_image img {
width: 100%;
transition: 0.5s all;
}
.jws_team.layout2 .jws_team_inner .jws_team_image .team_icon {
padding: 0;
margin: 0;
list-style-type: none;
position: absolute;
bottom: 0;
right: 20px;
background: #ffffff;
width: 40px;
text-align: center;
font-size: 14px;
padding-top: 12px;
border-top-left-radius: 40px;
border-top-right-radius: 40px;
padding-bottom: 24px;
transition: 0.3s all;
opacity: 0;
}
.jws_team.layout2 .jws_team_inner .jws_team_image .team_icon li {
margin-bottom: 6.5px;
transition: 0.3s all;
opacity: 0;
transform: translatey(10px);
-webkit-transform: translatey(10px);
}
.jws_team.layout2 .jws_team_inner .jws_team_image .team_icon li a {
color: #3a3a3a;
}
.jws_team.layout2 .jws_team_inner .jws_team_image .team_icon li a:hover {
color: var(--main);
}
.jws_team.layout2 .jws_team_inner .jws_team_image .team_icon li.show {
opacity: 1;
transform: translatey(0);
-webkit-transform: translatey(0);
}
.jws_team.layout2 .jws_team_inner .jws_team_image .team_icon.opened {
opacity: 1;
}
.jws_team.layout2 .jws_team_inner .jws_team_image .team_show_social {
position: absolute;
width: 40px;
height: 40px;
background: var(--main);
border-radius: 100%;
bottom: -20px;
right: 20px;
cursor: pointer;
}
.jws_team.layout2 .jws_team_inner .jws_team_image .team_show_social::before {
transform: rotate(0deg);
}
.jws_team.layout2 .jws_team_inner .jws_team_image .team_show_social::after {
opacity: 1;
transform: rotate(-90deg);
}
.jws_team.layout2 .jws_team_inner .jws_team_image .team_show_social::before,
.jws_team.layout2 .jws_team_inner .jws_team_image .team_show_social::after {
position: absolute;
top: 50%;
left: 38%;
width: 10px;
height: 2px;
background: #ffffff;
content: '';
transition: all 0.4s ease-in-out;
}
.jws_team.layout2 .jws_team_inner .jws_team_image .team_show_social.opened::before {
transform: rotate(180deg);
}
.jws_team.layout2 .jws_team_inner .jws_team_image .team_show_social.opened::after {
opacity: 0;
transform: rotate(90deg);
}
.jws_team.layout2 .jws_team_inner .jws_team_content {
text-align: center;
margin-top: 20px;
}
.jws_team.layout2 .jws_team_inner .jws_team_content .team_title {
font-weight: bold;
font-size: 18px;
margin-bottom: 4px;
}
.jws_team.layout2 .jws_team_inner .jws_team_content .team_title a {
color: var(--color1);
}
.jws_team.layout2 .jws_team_inner .jws_team_content .team_title a:hover {
color: var(--main);
}
.jws_team.layout2 .jws_team_inner:hover .jws_team_image img {
transform: scale(1.1);
-webkit-transform: scale(1.1);
}
.jws_team.layout3 .jws_team_item .jws_team_inner {
transition: 0.3s all;
margin-bottom: -57px;
}
.jws_team.layout3 .jws_team_item .jws_team_inner .jws_team_image img {
border-radius: 5px;
transition: 0.3s all;
width: 100%;
z-index: 1;
position: relative;
}
.jws_team.layout3 .jws_team_item .jws_team_inner .jws_team_content {
text-align: center;
padding: 27px 15px 19px 15px;
transition: 0.3s all;
}
.jws_team.layout3 .jws_team_item .jws_team_inner .jws_team_content .team_info {
transition: 0.3s all;
transform: translateY(-57px);
-webkit-transform: translateY(-57px);
}
.jws_team.layout3 .jws_team_item .jws_team_inner .jws_team_content .team_title {
font-size: 14px;
font-weight: bold;
margin-top: 4px;
}
.jws_team.layout3 .jws_team_item .jws_team_inner .jws_team_content .team_title a {
color: var(--color1);
}
.jws_team.layout3 .jws_team_item .jws_team_inner .jws_team_content .team_job {
font-size: 14px;
font-family: var(--font1);
color: var(----color_body);
}
.jws_team.layout3 .jws_team_item .jws_team_inner .jws_team_content .team_icon {
list-style-type: none;
padding: 0;
margin: 0;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-left: auto;
margin-right: auto;
transition: 0.3s all;
opacity: 0;
margin-bottom: 22px;
transform: translateY(-77px);
-webkit-transform: translateY(-77px);
}
.jws_team.layout3 .jws_team_item .jws_team_inner .jws_team_content .team_icon li {
display: inline-block;
vertical-align: middle;
margin: 0 6px;
}
.jws_team.layout3 .jws_team_item .jws_team_inner .jws_team_content .team_icon li a {
color: #ffffff;
display: block;
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 100%;
font-size: 10px;
background: #0a0f21;
}
.jws_team.layout3 .jws_team_item .jws_team_inner .jws_team_content .team_icon li a:hover {
background: var(--main);
}
.jws_team.layout3 .jws_team_item .jws_team_inner:hover {
box-shadow: 0px 5px 27px 3px rgba(11, 11, 115, 0.1);
transform: translatey(-57px);
-webkit-transform: translatey(-57px);
}
.jws_team.layout3 .jws_team_item .jws_team_inner:hover .jws_team_image img {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.jws_team.layout3 .jws_team_item .jws_team_inner:hover .jws_team_content {
background: #f7f7f7;
}
.jws_team.layout3 .jws_team_item .jws_team_inner:hover .jws_team_content .team_icon {
opacity: 1;
transform: translateY(0px);
-webkit-transform: translateY(0px);
}
.jws_team.layout3 .jws_team_item .jws_team_inner:hover .jws_team_content .team_info {
transform: translateY(0);
-webkit-transform: translateY(0);
}
.jws_team.jws_team_slider .slick-list {
padding: 60px 20px 35px 20px;
margin: 0 -20px;
}
.jws_team.jws_team_slider .slick-list .slick-slide {
opacity: 0;
transition: 0.4s all;
}
.jws_team.jws_team_slider .slick-list .slick-slide.slick-active {
opacity: 1;
}
.jws_team.jws_team_slider .slick-dots {
text-align: center;
margin-top: -22px;
z-index: 1;
position: relative;
padding: 0;
}
.jws_team.jws_team_slider .slick-dots li {
width: 10px;
height: 6px;
transition: 0.4s all;
background: var(--main);
opacity: 0.5;
border-radius: 5px;
display: inline-block;
margin: 0 5px;
cursor: pointer;
}
.jws_team.jws_team_slider .slick-dots li.slick-active {
opacity: 1;
width: 30px;
}
.jws_team.jws_team_slider .slick-dots li button {
display: none;
}
.jws_team.team-3d-slider {
justify-content: center;
margin: 0;
}
.jws_team.team-3d-slider .carousel-items {
display: block;
overflow: visible;
position: relative;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 1200px;
perspective: 1200px;
}
.jws_team.team-3d-slider .carousel-item {
flex-grow: 0;
flex-shrink: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
will-change: transform;
}
.jws_team.team-3d-slider.carousel-initialized .carousel-item {
width: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
transition: visibility 0.45s step-end;
}
.jws_team.team-3d-slider.carousel-initialized .carousel-item.is-active,
.jws_team.team-3d-slider.carousel-initialized .carousel-item.is-top,
.jws_team.team-3d-slider.carousel-initialized .carousel-item.is-bottom {
opacity: 1;
visibility: visible;
}
.jws_team.team-3d-slider.carousel-initialized .carousel-item.is-top,
.jws_team.team-3d-slider.carousel-initialized .carousel-item.is-bottom {
cursor: pointer;
transition-timing-function: step-start;
}
.jws_team.team-3d-slider.carousel-initialized .carousel-item.is-active {
position: relative;
top: auto;
left: auto;
z-index: 1;
}
.jws_team.layout4 .jws_team_item .jws_team_inner {
position: relative;
}
.jws_team.layout4 .jws_team_item .jws_team_inner .jws_team_image {
overflow: hidden;
}
.jws_team.layout4 .jws_team_item .jws_team_inner .jws_team_image img {
width: 100%;
transition: .5s all;
}
.jws_team.layout4 .jws_team_item .jws_team_inner .jws_team_content {
position: absolute;
top: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-0-align-items: center;
height: 100%;
width: 100%;
}
.jws_team.layout4 .jws_team_item .jws_team_inner .jws_team_content:before {
position: absolute;
content: "";
background: rgba(0, 0, 0, 0.6);
width: 100%;
height: 100%;
transition: 0.5s all;
opacity: 0;
}
.jws_team.layout4 .jws_team_item .jws_team_inner .jws_team_content .jws_team_border {
position: absolute;
border: 2px solid #ffffff;
width: calc(100% - 40px);
bottom: 20px;
left: 20px;
opacity: 0;
height: calc(100% - 40px);
transition: 0.2s all , height 0.3s ease;
}
.jws_team.layout4 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner {
width: 100%;
text-align: center;
font-family: var(--font1);
position: relative;
z-index: 1;
padding: 40px;
opacity: 0;
transform: translateY(20px);
-webkit-transform: translateY(20px);
transition: 0.3s all;
}
.jws_team.layout4 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_title {
font-size: 18px;
font-weight: 700;
letter-spacing: 0.5px;
}
.jws_team.layout4 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_title a {
color: #ffffff;
}
.jws_team.layout4 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_job {
display: inline-block;
color: var(--main);
font-family: var(--font1);
background: #101010;
padding: 2px 7px;
font-weight: 400;
letter-spacing: 0.5px;
margin-bottom: 20px;
}
.jws_team.layout4 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_icon {
margin: 0;
list-style-type: none;
padding: 0;
margin-bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-left: auto;
margin-right: auto;
}
.jws_team.layout4 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_icon li {
display: inline-block;
margin: 0 6.5px;
}
.jws_team.layout4 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_icon li a {
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
display: block;
border-radius: 100%;
color: #ffffff;
background: var(--main);
font-size: 12px;
}
.jws_team.layout4 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_icon li a:hover {
background: #ffffff;
color: #101010;
}
.jws_team.layout4 .jws_team_item .jws_team_inner:hover .jws_team_image img {
transform: scale(1.1);
-webkit-transform: scale(1.1);
}
.jws_team.layout4 .jws_team_item .jws_team_inner:hover .jws_team_content:before {
opacity: 1;
}
.jws_team.layout4 .jws_team_item .jws_team_inner:hover .jws_team_content .jws_team_border {
opacity: 1;
}
.jws_team.layout4 .jws_team_item .jws_team_inner:hover .jws_team_content .jws_team_content_inner {
opacity: 1;
transform: translateY(0px);
-webkit-transform: translateY(0px);
}
.jws_team.layout5 .jws_team_item .jws_team_inner .jws_team_image {
position: relative;
margin-bottom: 33px;
}
.jws_team.layout5 .jws_team_item .jws_team_inner .jws_team_image .team_icon {
padding: 0;
margin: 0;
list-style-type: none;
position: absolute;
top: 50%;
margin-top: -70px;
right: 0;
background: #ffffff;
border-radius: 40px;
-webkit-border-radius: 40px;
padding: 10px 10px;
padding: 15px 16px;
text-align: center;
}
.jws_team.layout5 .jws_team_item .jws_team_inner .jws_team_image .team_icon li {
margin-bottom: 5px;
}
.jws_team.layout5 .jws_team_item .jws_team_inner .jws_team_image .team_icon li:last-child {
margin-bottom: 0px;
}
.jws_team.layout5 .jws_team_item .jws_team_inner .jws_team_image .team_icon li a {
font-size: 14px;
color: var(--color1);
}
.jws_team.layout5 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner {
text-align: center;
}
.jws_team.layout5 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_title {
font-weight: 700;
font-size: 18px;
margin-bottom: 3px;
}
.jws_team.layout5 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_title a {
color: var(--color1);
}
.jws_team.layout5 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_title a:hover {
color: var(--main);
}
.jws_team.layout5 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_job {
font-size: 16px;
font-weight: 400;
}
.jws_team.layout5.carousel-initialized .jws_team_item .team_icon {
opacity: 0;
transition: 0.3s all;
transform: translateY(20px);
-webkit-transform: translateY(20px);
}
.jws_team.layout5.carousel-initialized .jws_team_item .jws_team_content {
opacity: 0;
transition: 0.3s all;
transform: translateY(50px);
-webkit-transform: translateY(50px);
}
.jws_team.layout5.carousel-initialized .jws_team_item.is-active .team_icon {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
}
.jws_team.layout5.carousel-initialized .jws_team_item.is-active .jws_team_content {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
}
.jws_team.layout6 .jws_team_item .jws_team_inner {
position: relative;
}
.jws_team.layout6 .jws_team_item .jws_team_inner .jws_team_image img {
width: 100%;
}
.jws_team.layout6 .jws_team_item .jws_team_inner .overlay {
position: absolute;
background: rgba(255, 255, 255, 0.95);
width: calc(100% - 50px);
height: 0;
bottom: 25px;
left: 25px;
transition: 0.3s all;
transition-delay: 0.3s;
}
.jws_team.layout6 .jws_team_item .jws_team_inner .jws_team_content {
position: absolute;
top: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-0-align-items: center;
height: 100%;
width: 100%;
transition: 0.3s all;
opacity: 0;
transform: translatey(20px);
-webkit-transform: translatey(20px);
}
.jws_team.layout6 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner {
position: relative;
width: 100%;
text-align: center;
}
.jws_team.layout6 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_info .team_title {
font-weight: 700;
font-size: 18px;
letter-spacing: 0.5px;
margin-bottom: 6px;
}
.jws_team.layout6 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_info .team_title a {
color: var(--color1);
}
.jws_team.layout6 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_info .team_job {
font-weight: 300;
font-size: 14px;
letter-spacing: 0.5px;
}
.jws_team.layout6 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_icon {
list-style-type: none;
padding: 0;
margin: 0;
margin-bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 8px;
}
.jws_team.layout6 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_icon li {
display: inline-block;
margin: 0 8.5px;
}
.jws_team.layout6 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_icon li a {
color: var(--main);
}
.jws_team.layout6 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_icon li a:hover {
color: var(--color1);
}
.jws_team.layout6 .jws_team_item .jws_team_inner:hover .overlay {
height: calc(100% - 50px);
transition-delay: 0.2s;
}
.jws_team.layout6 .jws_team_item .jws_team_inner:hover .jws_team_content {
opacity: 1;
transform: translatey(0px);
-webkit-transform: translatey(0px);
transition-delay: 0.3s;
}
.jws_team.layout7 .jws_team_item .jws_team_inner .jws_team_image {
position: relative;
margin-bottom: 27px;
transition: 0.3s all;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1200px;
perspective: 1200px;
overflow: visible;
}
.jws_team.layout7 .jws_team_item .jws_team_inner .jws_team_image .team_hover3d {
-webkit-transform-style: inherit;
transform-style: inherit;
-webkit-backface-visibility: inherit;
backface-visibility: inherit;
-webkit-perspective: inherit;
perspective: inherit;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.jws_team.layout7 .jws_team_item .jws_team_inner .jws_team_image img {
width: 100%;
}
.jws_team.layout7 .jws_team_item .jws_team_inner .jws_team_image .team_icon_container {
position: absolute;
top: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-0-align-items: center;
height: 100%;
width: 100%;
transition: 0.3s all;
opacity: 0;
-webkit-transform: translate3d(0, 0, 51px);
transform: translate3d(0, 0, 51px);
}
.jws_team.layout7 .jws_team_item .jws_team_inner .jws_team_image .team_icon {
list-style-type: none;
padding: 0;
margin-left: auto;
margin-right: auto;
margin-bottom: 8px;
display: block;
position: relative;
}
.jws_team.layout7 .jws_team_item .jws_team_inner .jws_team_image .team_icon li {
display: inline-block;
margin: 0 8.5px;
}
.jws_team.layout7 .jws_team_item .jws_team_inner .jws_team_image .team_icon li a {
color: var(--main);
}
.jws_team.layout7 .jws_team_item .jws_team_inner .jws_team_image .team_icon li a:hover {
color: var(--color1);
}
.jws_team.layout7 .jws_team_item .jws_team_inner .overlay {
position: absolute;
background: rgba(255, 255, 255, 0.95);
width: calc(100% - 50px);
height: 0;
bottom: 25px;
left: 25px;
transition: 0.3s all;
transition-delay: 0.3s;
-webkit-transform: translate3d(0, 0, 50px);
transform: translate3d(0, 0, 50px);
}
.jws_team.layout7 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_info .team_title {
font-weight: 700;
font-size: 18px;
letter-spacing: 0.5px;
margin-bottom: 6px;
}
.jws_team.layout7 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_info .team_title a {
color: var(--color1);
}
.jws_team.layout7 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_info .team_job {
font-weight: 300;
font-size: 14px;
letter-spacing: 0.5px;
}
.jws_team.layout7 .jws_team_item .jws_team_inner:hover .overlay {
height: calc(100% - 50px);
transition-delay: 0.2s;
}
.jws_team.layout7 .jws_team_item .jws_team_inner:hover .jws_team_image .team_hover3d {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.07000000000000001);
}
.jws_team.layout7 .jws_team_item .jws_team_inner:hover .jws_team_image .team_icon_container {
opacity: 1;
transition-delay: 0.3s;
}
.jws_team.layout8 .jws_team_inner .jws_team_image {
border-radius: 5px;
overflow: hidden;
}
.jws_team.layout8 .jws_team_inner .jws_team_image img {
width: 100%;
transition: 0.3s all;
}
.jws_team.layout8 .jws_team_inner .team_icon {
bottom: 32px;
right: 20px;
list-style-type: none;
}
.jws_team.layout8 .jws_team_inner .team_icon li {
margin-bottom: 5px;
transition: 0.3s all;
opacity: 0;
transform: translatey(10px);
-webkit-transform: translatey(10px);
}
.jws_team.layout8 .jws_team_inner .team_icon li a {
font-size: 13px;
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 100%;
display: block;
text-align: center;
}
.jws_team.layout8 .jws_team_inner:hover .jws_team_image img {
transform: scale(1.1);
-webkit-transform: scale(1.1);
}
.jws_team.layout8 .jws_team_inner:hover .team_icon li {
opacity: 1;
transform: translatey(0px);
-webkit-transform: translatey(0px);
}
.jws_team.layout8 .jws_team_inner:hover .team_icon li:nth-child(2) {
transition-delay: 0.1s;
}
.jws_team.layout8 .jws_team_inner:hover .team_icon li:nth-child(3) {
transition-delay: 0.2s;
}
.jws_team.layout8 .jws_team_inner:hover .team_icon li:nth-child(4) {
transition-delay: 0.3s;
}
.jws_team.layout9 .jws_team_item:hover {
height: 100%;
}
.jws_team.layout9 .jws_team_item:hover img {
width: calc(100% - 50px);
transform: scale(1.1);
-webkit-transform: scale(1.1);
}
.jws_team.layout9 .jws_team_item:hover .team_icon li {
opacity: 1;
transform: translateX(0px);
-webkit-transform: translatex(0px);
}
.jws_team.layout9 .jws_team_item:hover .team_icon li:nth-child(2) {
transition-delay: 0.1s;
}
.jws_team.layout9 .jws_team_item:hover .team_icon li:nth-child(3) {
transition-delay: 0.2s;
}
.jws_team.layout9 .jws_team_item:hover .team_icon li:nth-child(4) {
transition-delay: 0.3s;
}
.jws_team.layout9 .jws_team_inner .jws_team_image {
overflow: hidden;
position: relative;
}
.jws_team.layout9 .jws_team_inner .team_icon {
top: 0px;
right: 0px;
list-style-type: none;
padding: 0;
margin: 0;
z-index: 2;
}
.jws_team.layout9 .jws_team_inner .team_icon li {
margin-bottom: 8px;
transition: 0.3s all;
opacity: 0;
transform: translateX(-20px);
-webkit-transform: translateX(-20px);
}
.jws_team.layout9 .jws_team_inner .team_icon li a {
font-size: 13px;
border-radius: 100%;
display: block;
text-align: center;
color: #000;
}
.jws_team.layout9 .jws_team_inner .team_icon li a:hover {
opacity: 0.5;
}
.jws_team.layout10 .jws_team_inner .jws_team_image {
position: relative;
}
.jws_team.layout10 .jws_team_inner .jws_team_image > span {
position: absolute;
opacity: 0;
transition: 0.3s all;
}
.jws_team.layout10 .jws_team_inner .jws_team_image .img_hover1 {
right: -34px;
bottom: 13px;
transform: translate(-35px, -22px);
}
.jws_team.layout10 .jws_team_inner .jws_team_image .img_hover2 {
left: -17px;
top: -20px;
transform: translate(35px, 22px);
}
.jws_team.layout10 .jws_team_inner .jws_team_image .img_hover3 {
top: 0px;
left: -9px;
transform: scale(0.6);
}
.jws_team.layout10 .jws_team_inner .jws_team_image > a {
display: block;
border-radius: 5px;
overflow: hidden;
}
.jws_team.layout10 .jws_team_inner .jws_team_image a img {
width: 100%;
transition: 0.5s all;
border-radius: 100%;
}
.jws_team.layout10 .jws_team_inner .jws_team_content {
text-align: center;
margin-top: 20px;
}
.jws_team.layout10 .jws_team_inner .jws_team_content .team_title {
font-weight: bold;
font-size: 20px;
margin-bottom: 4px;
}
.jws_team.layout10 .jws_team_inner .jws_team_content .team_title a {
color: var(--color1);
}
.jws_team.layout10 .jws_team_inner .jws_team_content .team_title a:hover {
color: var(--main);
}
.jws_team.layout10 .jws_team_inner:hover .jws_team_image > span {
opacity: 1;
}
.jws_team.layout10 .jws_team_inner:hover .jws_team_image .img_hover3 {
transform: scale(1);
}
.jws_team.layout10 .jws_team_inner:hover .jws_team_image .img_hover1,
.jws_team.layout10 .jws_team_inner:hover .jws_team_image .img_hover2 {
transform: none;
}
.add-to-team {
text-align: center;
}
.add-to-team h3 {
font-weight: 500;
font-size: 18px;
color: var(--color1);
margin-bottom: 15px;
}
.add-to-team a {
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
display: inline-block;
border: 1px solid var(--color1);
border-radius: 100%;
}
.add-to-team a .icon-add {
display: inline-block;
width: 13px;
height: 13px;
position: relative;
}
.add-to-team a .icon-add:before,
.add-to-team a .icon-add:after {
content: '';
position: absolute;
height: 1px;
width: 100%;
top: 50%;
left: 0;
margin-top: -1px;
background: var(--color1);
transition: 0.3s all;
}
.add-to-team a .icon-add:after {
transform: rotate(90deg);
}
.add-to-team a:hover {
background: var(--color1);
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 180deg);
transform: rotate3d(0, 0, 1, 180deg);
}
.add-to-team a:hover .icon-add:before,
.add-to-team a:hover .icon-add:after {
background: #ffffff;
}
.jws_team_image img {
width: 100%;
transition: .3s all;
will-change: transform;
}
[data-elementor-device-mode="mobile"] .jws_team .jws_team_inner .jws_team_content .team_title {
margin: 15px 0px 10px 0px;
}
.jws_header.mega-has-hover #toggleDayOrNight svg circle {
stroke: #fff;
}
#toggleDayOrNight,
.jws-toggle-item {
border: unset;
background: transparent;
padding: 0px;
}
#toggleDayOrNight svg,
.jws-toggle-item svg {
vertical-align: middle;
}
#toggleDayOrNight svg path,
.jws-toggle-item svg path {
transform-origin: center center;
}
#toggleDayOrNight svg.btn-dark-mode,
.jws-toggle-item svg.btn-dark-mode {
fill: #fff;
}
#toggleDayOrNight svg.btn-dark-mode circle,
.jws-toggle-item svg.btn-dark-mode circle {
stroke: #000;
}
#toggleDayOrNight svg.btn-dark-mode path,
.jws-toggle-item svg.btn-dark-mode path {
fill: #000;
}
.jws-toggle-item .checkbox {
width: 100%;
z-index: 9;
height: 100%;
opacity: 0;
position: absolute;
}
.jws-toggle-item .checkbox:checked ~ .label > .ball {
transform: translateX(-57px);
}
.btn-dark-mode .label .ball {
background-color: #000000;
box-shadow: 0px 0px 4px 0px rgba(93, 93, 93, 0.16);
}
.btn-dark-mode .label span.text.dark i {
color: #000 !important;
font-size: unset;
vertical-align: middle;
}
.btn-dark-mode .label span.text.light i {
font-size: 0px;
}
.label.mode {
display: flex;
align-items: center;
justify-content: space-between;
width: 130px;
height: 30px;
background: #ddddde;
border-radius: 50px;
padding: 3px 10px;
position: relative;
cursor: pointer;
}
.label.mode .ball {
cursor: pointer;
position: absolute;
top: 0;
right: 0;
width: 60%;
height: 100%;
background: #fff;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
border-radius: 50px;
z-index: 1;
transition: transform 0.2s linear;
}
.label.mode .dark i {
font-size: 0px;
}
.label.mode .text {
z-index: 2;
position: relative;
font-family: var(--font2);
font-size: 15px;
font-weight: 700;
color: #000;
}
.jws-breadcrumbs {
list-style-type: none;
padding: 0;
margin: 0;
}
.jws-breadcrumbs li {
display: inline;
}
.jws-breadcrumbs li:first-child {
margin-left: 0 !important;
}
.jws-breadcrumbs li i {
display: inline-block;
}
.jws_tab_wrap.display_right .tab_nav_container {
order: 12;
}
.jws_tab_wrap.display_left,
.jws_tab_wrap.display_right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.jws_tab_wrap.display_left .tab_nav_container,
.jws_tab_wrap.display_right .tab_nav_container {
-ms-flex: 0 0 33%;
flex: 0 0 33%;
max-width: 33%;
}
.jws_tab_wrap.display_left .tab_nav_container .tab_nav_wrap,
.jws_tab_wrap.display_right .tab_nav_container .tab_nav_wrap {
display: block;
}
.jws_tab_wrap.display_left .tab_nav_container .tab_nav_wrap .tab_nav li,
.jws_tab_wrap.display_right .tab_nav_container .tab_nav_wrap .tab_nav li {
display: block;
}
.jws_tab_wrap.display_left .tab_content,
.jws_tab_wrap.display_right .tab_content {
padding: 0 30px;
}
.jws_tab_wrap .tab_nav_wrap {
background: #f5f5f5;
padding: 8px;
border-radius: 40px;
display: inline-block;
}
.jws_tab_wrap .tab_absolute {
position: absolute;
z-index: 1;
}
.jws_tab_wrap .tab_nav {
list-style-type: none;
padding: 0;
margin: 0;
}
.jws_tab_wrap .tab_nav li {
display: inline-block;
}
.jws_tab_wrap .tab_nav li a {
position: relative;
z-index: 1;
color: var(--color1);
font-size: 12px;
font-family: var(--font1);
display: block;
padding: 4px 35px 4px 35px;
font-weight: 600;
}
.jws_tab_wrap .tab_nav li a i {
display: inline;
}
.jws_tab_wrap .tab_nav li a .elementor-align-icon-right {
float: right;
}
.jws_tab_wrap .tab_nav li a span {
display: inline;
}
.jws_tab_wrap .tab_nav li.current a {
color: #ffffff;
}
.jws_tab_wrap .tab_nav #magic_line {
background: var(--main);
position: absolute;
transition: 0.5s all;
border-radius: 40px;
}
.jws_tab_wrap .tab_content .jws_tab_item {
display: none;
}
.jws_tab_wrap .tab_content .jws_tab_item.current {
display: block;
animation: jws_fadeInUp 0.7s both;
-webkit-animation: jws_fadeInUp 0.7s both;
}
.jws_tab_wrap .layout_layout2 .tab_nav_wrap .tab_nav {
position: relative;
}
.jws_tab_wrap .layout_layout2 .tab_nav_wrap .tab_nav li {
margin-right: 35px;
}
.jws_tab_wrap .layout_layout2 .tab_nav_wrap .tab_nav #magic_line {
border-radius: 0;
height: 4px !important;
}
body[data-elementor-device-mode="mobile"] .jws_tab_wrap .tab_absolute,
body[data-elementor-device-mode="tablet"] .jws_tab_wrap .tab_absolute {
position: unset;
}
@media (max-width: 767px) {
.jws_tab_wrap .tab_nav #magic_line.hidden-mobile {
display: none;
}
.jws_tab_wrap.display_right .tab_nav_container {
order: 0;
}
.jws_tab_wrap.display_left,
.jws_tab_wrap.display_right {
display: block;
}
.jws_tab_wrap.display_left .tab_nav_container,
.jws_tab_wrap.display_right .tab_nav_container {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
.jws-price-table {
text-align: left;
border-radius: 10px;
padding: 60px 50px;
border: 0;
box-sizing: border-box;
box-shadow: inset 0 0 0 1px #0e0e0e;
position: relative;
transition: color 0.3s;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-o-transition: color 0.3s;
}
.jws-price-table::after,
.jws-price-table::before {
box-sizing: inherit;
content: '';
position: absolute;
border: 2px solid transparent;
width: 0;
height: 0;
}
.jws-price-table::before {
top: 0;
left: 0;
}
.jws-price-table::after {
bottom: 0;
right: 0;
}
.jws-price-table:hover::before,
.jws-price-table:hover::after {
width: 100%;
height: 100%;
}
.jws-price-table:hover::before {
border-top-color: #000;
border-right-color: #000;
transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}
.jws-price-table:hover::after {
border-bottom-color: #000;
border-left-color: #000;
transition: border-color 0s ease-out 0.5s, width 0.3s ease-out 0.5s, height 0.3s ease-out 0.75s;
}
.jws-price-table .jws-price-table__header .jws-price-table__top_heading {
font-family: var(--font1);
font-weight: bold;
font-size: 14px;
color: #959595;
display: block;
padding-bottom: 5px;
}
.jws-price-table .jws-price-table__header .jws-price-table__heading {
font-size: 24px;
font-weight: 600;
color: var(--color1);
font-family: var(--font1);
margin-bottom: 6px;
}
.jws-price-table .jws-price-table__header .jws-price-table__subheading {
font-family: var(--font1);
color: #959595;
}
.jws-price-table .jws-price-table__price {
font-size: 30px;
font-weight: 600;
color: var(--color1);
font-family: var(--font1);
padding: 36px 0px 29px 0px;
}
.jws-price-table .jws-price-table__price .jws-price-table__period {
font-size: 16px;
font-weight: 400;
}
.jws-price-table .jws-price-table__features-list {
padding: 41px 0px 30px 0px;
list-style-type: none;
padding: 0;
margin: 0;
font-size: 14px;
}
.jws-price-table .jws-price-table__feature-inner {
display: flex;
align-content: center;
padding: 10px 0px;
}
.jws-price-table .jws-price-table__feature-inner span {
margin-left: 10px;
}
.jws-price-table .jws-price-table__footer .jws-price-table__button {
width: 100%;
background: var(--main);
border-radius: 40px;
color: #ffffff;
font-size: 14px;
font-weight: 600;
font-family: var(--font1);
display: inline-block;
padding: 10px 40px;
box-: 3px 4px 6.3px 0.7px rgba(52, 0, 0, 0.15);
}
.jws-price-table .jws-price-table__footer .jws-price-table__button:hover {
background: var(--color1);
}
.jws-price-table .jws-price-table__footer .jws-price-footer_detail {
display: block;
font-size: 14px;
font-weight: 600;
font-family: var(--font1);
margin: 30px 0px 0px 0px;
}
.jws-price-table .jws-price-table__footer .jws-price-footer_detail span {
margin-left: 5px;
}
.jws-price-table .jws-price-table__footer .jws-price-footer_detail:hover span {
display: inline-block;
animation: bounceAlpha 1s both;
-webkit-animation: bounceAlpha 1s both;
}
.jws-price-table.layout2 {
border: none;
transition: 0.3s all;
}
.jws-price-table.layout2 header {
border: 1px solid #f0f3fc;
transition: 0.3s all;
}
.jws-price-table.layout2 footer {
border: 1px solid #f0f3fc;
border-top: 0;
}
.jws-price-table.layout2 .jws-price-table__header {
padding: 50px 15px 0px;
}
.jws-price-table.layout2 .jws-price-table__header .jws-price-table__top_heading {
margin-bottom: 35px;
}
.jws-price-table.layout2 .jws-price-table__price {
padding: 30px 0px 42px 0px;
}
.jws-price-table.layout2 .jws-price-table__price .jws-price-table__period {
display: block;
margin-top: 6px;
}
.jws-price-table.layout2 .jws-price-table__features-list {
text-align: left;
padding: 41px 30px 0px;
}
.jws-price-table.layout2 .jws-price-table__features-list li:not(:last-child) {
margin-bottom: 10px;
}
.jws-price-table.layout2 .jws-price-table__features-list i {
color: var(--main);
margin-right: 11px;
font-size: 16px;
}
.jws-price-table.layout2 .jws-price-table__footer .jws-price-table__button {
display: block;
}
.jws-price-table.layout2:hover {
margin-top: -20px;
}
.jws-price-table.layout2:hover header {
padding-top: 20px;
background: var(--main);
border-color: var(--main);
}
.jws-price-table.layout2:hover header * {
color: var(--light) !important;
}
.Rectangle_2 {
background-color: #ffffff;
box-shadow: 0px 0px 45px 5px rgba(28, 31, 28, 0.05);
position: absolute;
left: 777px;
top: 4620px;
width: 371px;
height: 670px;
z-index: 223;
}
.jws_progress {
position: relative;
}
.jws_progress.layout_grid_number_top {
text-align: center;
}
.jws_progress.layout_grid_number_top .progress_top {
display: inline-block;
position: relative;
margin-bottom: 18px;
}
.jws_progress.layout_grid_number_top .progress_number {
position: absolute;
background: var(--heading);
width: 30px;
height: 30px;
line-height: 30px;
color: var(--light);
font-family: var(--font1);
font-weight: 500;
border-radius: 100%;
top: -5px;
left: -2px;
}
.jws_progress.layout_grid_number_top .progress_title {
margin-bottom: 15px;
}
.jws_progress.layout_grid_number_top .box_icon {
padding: 25px;
display: inline-block;
border-radius: 100%;
background: #f3f4f9;
}
.jws_progress.layout_grid_number_top svg {
width: 1em;
height: 1em;
display: block;
}
.jws_progress.layout_list_hover .progress_item {
border-radius: 5px;
transition: 0.3s all;
}
.jws_progress.layout_list_hover .progress_item .progress_title {
margin-bottom: 12px;
transition: 0.3s all;
}
.jws_progress.layout_list_hover .progress_item .progress_description {
transition: 0.3s all;
}
.jws_progress.layout_list:before {
width: 1px;
height: calc(100% - 90px);
left: 45px;
top: 45px;
content: "";
position: absolute;
background: #d8d8d8;
}
.jws_progress.layout_list .progress_item {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-0-align-items: center;
margin-bottom: 58px;
}
.jws_progress.layout_list .progress_item:last-child {
margin-bottom: 0;
}
.jws_progress.layout_list .progress_item .progress_left {
-ms-flex: 0 0 90px;
flex: 0 0 90px;
max-width: 90px;
}
.jws_progress.layout_list .progress_item .progress_left .progress_number {
display: block;
width: 90px;
height: 90px;
line-height: 90px;
text-align: center;
background: #ffffff;
border: 1px solid #dadada;
font-family: var(--font1);
font-size: 30px;
font-weight: 700;
color: var(--color1);
border-radius: 100%;
position: relative;
}
.jws_progress.layout_list .progress_item .progress_left .progress_number.active {
background: var(--main);
border-color: var(--main);
color: #ffffff;
}
.jws_progress.layout_list .progress_item .progress_left .progress_number.active i {
background: transparent;
}
.jws_progress.layout_list .progress_item .progress_left .progress_number i {
color: #222222;
position: absolute;
bottom: -3px;
right: -5px;
font-size: 35px;
background: #f5f5f5;
padding: 0px 4px;
}
.jws_progress.layout_list .progress_item .progress_right {
-ms-flex: 0 0 calc(100% - 90px);
flex: 0 0 calc(100% - 90px);
max-width: calc(100% - 90px);
padding-left: 6.4%;
}
.jws_progress.layout_list .progress_item .progress_right .progress_title {
color: var(--color1);
font-family: var(--font1);
font-size: 20px;
font-weight: 600;
margin-bottom: 17px;
}
.jws_progress.layout_list .progress_item .progress_right .progress_description {
color: #959595;
}
.jws_progress.layout_list2 .progress_item {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-0-align-items: center;
}
.jws_progress.layout_list2 .progress_item:last-child {
margin-bottom: 0;
}
.jws_progress.layout_list2 .progress_item .dots {
margin-left: 48px;
}
.jws_progress.layout_list2 .progress_item .dots > span {
height: 4px;
width: 4px;
border-radius: 100%;
background-color: #ffffff;
display: block;
margin: 13px 0;
}
.jws_progress.layout_list2 .progress_item:last-child .dots {
display: none;
}
.jws_progress.layout_list2 .progress_item .progress_left {
-ms-flex: 0 0 100px;
flex: 0 0 100px;
max-width: 100px;
}
.jws_progress.layout_list2 .progress_item .progress_left .progress_number {
display: block;
width: 100px;
height: 100px;
line-height: 100px;
text-align: center;
background: #ffffff;
font-family: var(--font1);
font-size: 30px;
font-weight: 500;
color: var(--color1);
border-radius: 100%;
position: relative;
}
.jws_progress.layout_list2 .progress_item .progress_left .progress_number.active {
background: var(--main);
border-color: var(--main);
color: #ffffff;
}
.jws_progress.layout_list2 .progress_item .progress_left .progress_number.active i {
background: transparent;
}
.jws_progress.layout_list2 .progress_item .progress_left .progress_number i {
color: #222222;
position: absolute;
bottom: -3px;
right: -5px;
font-size: 35px;
background: #f5f5f5;
padding: 0px 4px;
}
.jws_progress.layout_list2 .progress_item .progress_right {
-ms-flex: 0 0 calc(100% - 100px);
flex: 0 0 calc(100% - 100px);
max-width: calc(100% - 100px);
padding-left: 6.4%;
}
.jws_progress.layout_list2 .progress_item .progress_right .progress_title {
color: var(--color1);
font-family: var(--font1);
font-size: 20px;
font-weight: 600;
margin-bottom: 11px;
}
.jws_progress.layout_list2 .progress_item .progress_right .progress_description {
color: #959595;
}
.jws_progress.layout_tab .process_content .progress_item {
display: none;
}
.jws_progress.layout_tab .process_content .progress_item.current {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.jws_progress.layout_tab .process_content .progress_item.current .progress_right .progress_step_big {
animation: fadeInUp 0.5s both;
animation-delay: 0.1s;
}
.jws_progress.layout_tab .process_content .progress_item .progress_left img {
border-radius: 5px;
box-shadow: 0px 5px 27.9px 2.1px rgba(51, 51, 102, 0.3);
animation: fadeInUp 0.5s both;
display: block;
}
.jws_progress.layout_tab .process_content .progress_item .progress_right .propress {
position: relative;
}
.jws_progress.layout_tab .process_content .progress_item .progress_right .progress_step_big {
color: #f4f4f4;
font-size: 176px;
font-weight: bold;
font-family: var(--font1);
position: absolute;
top: 45%;
z-index: 0;
left: 0;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
.jws_progress.layout_tab .process_content .progress_item .progress_right .progress_step {
font-family: var(--font1);
}
.jws_progress.layout_tab .process_content .progress_item .progress_right .progress_title {
font-size: 20px;
font-weight: bold;
color: var(--color1);
margin-bottom: 45px;
}
.jws_progress.layout_tab .process_content .progress_item .progress_right .progress_description {
letter-spacing: 0.6px;
}
.jws_progress.layout_tab .process_content .progress_item .progress_right .progress_description ul {
padding: 0;
list-style-type: none;
}
.jws_progress.layout_tab .process_content .progress_item .progress_right .progress_description ul li:before {
content: "";
background: var(--main);
width: 4px;
height: 4px;
border-radius: 100%;
display: inline-block;
margin-right: 10px;
vertical-align: middle;
}
.jws_progress.layout_tab .process_nav {
z-index: 1;
position: relative;
}
.jws_progress.layout_tab .process_nav .process_nav_inner {
display: inline-block;
position: relative;
}
.jws_progress.layout_tab .process_nav .process_nav_inner:before {
content: "";
position: absolute;
left: 0;
width: 100%;
border-top: 1px dashed #dce1fc;
top: 50%;
z-index: -1;
}
.jws_progress.layout_tab .process_nav .progress_item {
display: inline-block;
margin: 0 1.8vw;
}
.jws_progress.layout_tab .process_nav .progress_item:first-child {
margin-left: 0 !important;
}
.jws_progress.layout_tab .process_nav .progress_item:last-child {
margin-right: 0 !important;
}
.jws_progress.layout_tab .process_nav .progress_item .progress_number {
display: block;
width: 60px;
height: 60px;
line-height: 60px;
border-radius: 100%;
text-align: center;
box-shadow: 0px 5px 47.5px 2.5px rgba(51, 51, 102, 0.1);
font-size: 18px;
background: #ffffff;
color: var(--color1);
font-weight: bold;
}
.jws_progress.layout_tab .process_nav .progress_item.current a {
background: var(--main);
color: #ffffff;
box-shadow: 0px 5px 27.9px 2.1px rgba(51, 51, 102, 0.3);
}
.jws_progress.layout_slider .progress_item .row {
margin: 0;
}
.jws_progress.layout_slider .progress_item .row > div {
padding: 0;
}
.jws_progress.layout_slider .progress_item img {
width: 100%;
}
.jws_progress.layout_slider .progress_item .progress_content {
background: var(--color2);
padding: 11%;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.jws_progress.layout_slider .progress_item .progress_content .progress_number {
font-family: var(--font1);
color: var(--main);
position: relative;
margin-right: 12px;
}
.jws_progress.layout_slider .progress_item .progress_content .progress_number:before {
content: "";
display: inline-block;
vertical-align: middle;
margin-right: 10px;
width: 30px;
height: 1px;
background: var(--main);
}
.jws_progress.layout_slider .progress_item .progress_content .progress_top_title {
font-family: var(--font1);
font-weight: 500;
font-size: 12px;
letter-spacing: 0.5px;
}
.jws_progress.layout_slider .progress_item .progress_content .progress_title {
font-size: 30px;
font-weight: 500;
font-family: var(--font1);
margin-top: 25px;
margin-bottom: 21px;
}
.jws_progress.layout_slider .progress_item .progress_content .progress_description {
margin-bottom: 25px;
}
.jws_progress.layout_slider .progress_item .progress_content .progress_button {
font-size: 16px;
font-weight: 500;
font-family: var(--font1);
}
.jws_progress.layout_slider .progress_item .progress_content .progress_button span {
display: inline-block;
vertical-align: middle;
}
.jws_progress.layout_slider .progress_item .progress_content .progress_button span.lnr {
font-size: 30px;
display: inline-block;
margin-right: 10px;
}
.jws_progress.layout_slider .progress_item .progress_content .progress_button:hover span.lnr {
animation: bounceAlpha 1s both;
-webkit-animation: bounceAlpha 1s both;
}
.jws_progress.layout_slider .slider-nav-wrap {
text-align: right;
margin-top: -58px;
width: 50%;
padding-right: 3%;
}
.jws_progress.layout_slider .slider-nav {
min-width: 170px;
display: inline-block;
position: relative;
text-align: center;
}
.jws_progress.layout_slider .slider-nav .slick-arrow {
font-size: 14px;
color: var(--main);
cursor: pointer;
position: absolute;
top: 6px;
}
.jws_progress.layout_slider .slider-nav .slick-arrow.slick-prev {
left: 0;
}
.jws_progress.layout_slider .slider-nav .slick-arrow.slick-next {
right: 0;
}
.jws_progress.layout_slider .slider-nav .custom_paging {
padding: 0;
margin: 0;
}
.jws_progress.layout_slider .slider-nav .custom_paging li {
display: none;
}
.jws_progress.layout_slider .slider-nav .custom_paging li .custom-dot {
font-size: 14px;
color: var(--main);
font-family: var(--font1);
}
.jws_progress.layout_slider .slider-nav .custom_paging li .custom-dot .total {
color: var(--colorbody);
padding: 0 5px;
}
.jws_progress.layout_slider .slider-nav .custom_paging li .custom-dot .string {
font-size: 24px;
color: var(--color1);
font-weight: 500;
padding: 0 5px;
}
.jws_progress.layout_slider .slider-nav .custom_paging li.slick-active {
display: block;
}
.jws_progress.layout_slider .slider-nav .custom_paging li.slick-active .string {
animation: fadeIn 0.3s both;
-webkit-animation: fadeIn 0.3s both;
}
.jws_progress.layout_grid_animation .progress_item {
position: relative;
}
.jws_progress.layout_grid_animation .progress_item .overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
transition: 0.5s all;
}
.jws_progress.layout_grid_animation .progress_item .process_content {
position: relative;
}
.jws_progress.layout_grid_animation .progress_item .progress_number {
font-size: 36px;
font-weight: 700;
color: #ffffff;
display: block;
margin-bottom: 23px;
}
.jws_progress.layout_grid_animation .progress_item .progress_title {
font-size: 24px;
font-weight: 700;
color: #ffffff;
margin-bottom: 22px;
}
.jws_progress.layout_grid_animation .progress_item .progress_description {
color: #e3e3e3;
}
.jws_progress.layout_grid_animation .progress_item.active .overlay {
width: 0%;
}
body[data-elementor-device-mode="mobile"] .jws_progress.layout_tab .process_content .progress_item .progress_right .progress_title {
margin-bottom: 15px;
}
body[data-elementor-device-mode="mobile"] .jws_progress.layout_tab .process_nav .process_nav_inner:before {
display: none;
}
body[data-elementor-device-mode="mobile"] .jws_progress.layout_slider .slider-nav-wrap {
text-align: left;
margin-top: 30px;
width: 100%;
padding-right: 0;
}
@media (max-width: 767px) {
.jws_progress.layout_tab .process_nav .progress_item .progress_number {
width: 43px;
height: 43px;
line-height: 43px;
font-size: 14px;
}
}
@media (max-width: 1024px) {
.jws_progress.layout_slider .slider-nav-wrap {
width: 100%;
padding-right: 0;
margin-top: 25px;
}
.jws_progress.layout_tab .process_nav {
margin: 30px 0px 0px 0px !important;
text-align: left !important;
}
} .jws-cf7-container {
position: relative;
}
.jws-cf7-style span.wpcf7-list-item {
margin: 0 1em 0 0em;
}
.jws-cf7-loader-active span.ajax-loader.is-active {
display: inline-block;
} .jws-cf7-style select {
-webkit-appearance: none;
}
.jws-cf7-style .jws-cf7-select-custom {
display: block;
position: relative;
}
.jws-cf7-style .jws-cf7-select-custom:after {
content: "\f078";
font-family: 'Font Awesome 5 Free';
font-weight: 800;
position: absolute;
font-size: 0.7em;
line-height: 1;
top: 45%;
-webkit-transform: translateY(-45%);
-ms-transform: translateY(-45%);
transform: translateY(-45%);
right: 0.5em;
z-index: 5;
pointer-events: none;
}
.jws-cf7-highlight-style-default .wpcf7-not-valid-tip {
display: none;
}
.jws-cf7-highlight-style-tooltip .wpcf7-form-control-wrap {
display: block;
}
.jws-cf7-highlight-style-tooltip .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
position: absolute;
top: 0;
transform: translateY(calc(-100% - 5px));
}
.jws-cf7-highlight-style-tooltip .wpcf7-form-control-wrap .wpcf7-not-valid-tip:after {
width: 0;
height: 0;
border-top: 5px solid rgba(255, 0, 0, 0.6);
border-left: 5px solid transparent;
content: "";
position: absolute;
right: 0;
bottom: -5px;
}
.jws-cf7-highlight-style-tooltip span.jws-cf7-alert {
display: block;
text-align: right;
} .jws-cf7-btn-size-xs .jws-cf7-style input[type=submit] {
font-size: 13px;
padding: 10px 20px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.jws-cf7-input-size-xs .jws-cf7-style input:not([type="submit"]),
.jws-cf7-input-size-xs .jws-cf7-style .wpcf7 textarea,
.jws-cf7-input-size-xs .jws-cf7-style select {
font-size: 13px;
padding: 8px 10px;
}
.jws-cf7-input-size-xs .jws-cf7-style select[multiple="multiple"] {
padding: 0;
}
.jws-cf7-input-size-xs .jws-cf7-style select[multiple="multiple"] option {
padding: 8px 10px;
}
.jws-cf7-input-size-xs .jws-cf7-select-custom {
font-size: 13px;
}
.jws-cf7-input-size-xs .jws-cf7-style input[type="checkbox"] + span:before,
.jws-cf7-input-size-xs .jws-cf7-style input[type="radio"] + span:before {
height: 10px;
width: 10px;
}
.jws-cf7-input-size-xs .jws-cf7-style input[type="checkbox"]:checked + span:before {
font-size: -webkit-calc(8.33333333px);
font-size: calc(8.33333333px);
}
.jws-cf7-input-size-xs input[type=range]::-webkit-slider-thumb {
font-size: 10px;
}
.jws-cf7-input-size-xs input[type=range]::-moz-range-thumb {
font-size: 10px;
}
.jws-cf7-input-size-xs input[type=range]::-ms-thumb {
font-size: 10px;
}
.jws-cf7-btn-size-sm .jws-cf7-style input[type=submit] {
font-size: 15px;
padding: 12px 24px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.jws-cf7-input-size-sm .jws-cf7-style input:not([type="submit"]),
.jws-cf7-input-size-sm .jws-cf7-style .wpcf7 textarea,
.jws-cf7-input-size-sm .jws-cf7-style select {
font-size: 15px;
padding: 12px 10px;
}
.jws-cf7-input-size-sm .jws-cf7-style select[multiple="multiple"] {
padding: 0;
}
.jws-cf7-input-size-sm .jws-cf7-style select[multiple="multiple"] option {
padding: 12px 10px;
}
.jws-cf7-input-size-sm .jws-cf7-select-custom {
font-size: 15px;
}
.jws-cf7-input-size-sm .jws-cf7-style input[type="checkbox"] + span:before,
.jws-cf7-input-size-sm .jws-cf7-style input[type="radio"] + span:before {
height: 12px;
width: 12px;
}
.jws-cf7-input-size-sm .jws-cf7-style input[type="checkbox"]:checked + span:before {
font-size: -webkit-calc(10px);
font-size: calc(10px);
}
.jws-cf7-input-size-sm input[type=range]::-webkit-slider-thumb {
font-size: 12px;
}
.jws-cf7-input-size-sm input[type=range]::-moz-range-thumb {
font-size: 12px;
}
.jws-cf7-input-size-sm input[type=range]::-ms-thumb {
font-size: 12px;
}
.wpcf7-submit .elementor-button-icon {
position: absolute;
right: 20px;
font-size: 20px;
}
.jws-cf7-style .wpcf7-list-item-label a.jws-link {
text-decoration: underline;
}
.jws-cf7-btn-size-md .jws-cf7-style input[type=submit] {
font-size: 16px;
padding: 15px 30px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.jws-cf7-input-size-md .jws-cf7-style input:not([type="submit"]),
.jws-cf7-input-size-md .jws-cf7-style .wpcf7 textarea,
.jws-cf7-input-size-md .jws-cf7-style select {
font-size: 16px;
padding: 15px 10px;
}
.jws-cf7-input-size-md .jws-cf7-style select[multiple="multiple"] {
padding: 0;
}
.jws-cf7-input-size-md .jws-cf7-style select[multiple="multiple"] option {
padding: 15px 10px;
}
.jws-cf7-input-size-md .jws-cf7-select-custom {
font-size: 16px;
}
.jws-cf7-input-size-md .jws-cf7-style input[type="checkbox"] + span:before,
.jws-cf7-input-size-md .jws-cf7-style input[type="radio"] + span:before {
height: 15px;
width: 15px;
}
.jws-cf7-input-size-md .jws-cf7-style input[type="checkbox"]:checked + span:before {
font-size: -webkit-calc(12.5px);
font-size: calc(12.5px);
}
.jws-cf7-input-size-md input[type=range]::-webkit-slider-thumb {
font-size: 15px;
}
.jws-cf7-input-size-md input[type=range]::-moz-range-thumb {
font-size: 15px;
}
.jws-cf7-input-size-md input[type=range]::-ms-thumb {
font-size: 15px;
}
.jws-cf7-btn-size-lg .jws-cf7-style input[type=submit] {
font-size: 18px;
padding: 20px 40px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.jws-cf7-input-size-lg .jws-cf7-style input:not([type="submit"]),
.jws-cf7-input-size-lg .jws-cf7-style .wpcf7 textarea,
.jws-cf7-input-size-lg .jws-cf7-style select {
font-size: 18px;
padding: 20px 10px;
}
.jws-cf7-input-size-lg .jws-cf7-style select[multiple="multiple"] {
padding: 0;
}
.jws-cf7-input-size-lg .jws-cf7-style select[multiple="multiple"] option {
padding: 20px 10px;
}
.jws-cf7-input-size-lg .jws-cf7-select-custom {
font-size: 18px;
}
.jws-cf7-input-size-lg .jws-cf7-style input[type="checkbox"] + span:before,
.jws-cf7-input-size-lg .jws-cf7-style input[type="radio"] + span:before {
height: 20px;
width: 20px;
}
.jws-cf7-input-size-lg .jws-cf7-style input[type="checkbox"]:checked + span:before {
font-size: -webkit-calc(16.66666667px);
font-size: calc(16.66666667px);
}
.jws-cf7-input-size-lg input[type=range]::-webkit-slider-thumb {
font-size: 20px;
}
.jws-cf7-input-size-lg input[type=range]::-moz-range-thumb {
font-size: 20px;
}
.jws-cf7-input-size-lg input[type=range]::-ms-thumb {
font-size: 20px;
}
.jws-cf7-btn-size-xl .jws-cf7-style input[type=submit] {
font-size: 20px;
padding: 25px 50px;
-webkit-border-radius: 6px;
border-radius: 6px;
}
.jws-cf7-input-size-xl .jws-cf7-style input:not([type="submit"]),
.jws-cf7-input-size-xl .jws-cf7-style .wpcf7 textarea,
.jws-cf7-input-size-xl .jws-cf7-style select {
font-size: 20px;
padding: 25px 10px;
}
.jws-cf7-input-size-xl .jws-cf7-style select[multiple="multiple"] {
padding: 0;
}
.jws-cf7-input-size-xl .jws-cf7-style select[multiple="multiple"] option {
padding: 25px 10px;
}
.jws-cf7-input-size-xl .jws-cf7-select-custom {
font-size: 20px;
}
.jws-cf7-input-size-xl .jws-cf7-style input[type="checkbox"] + span:before,
.jws-cf7-input-size-xl .jws-cf7-style input[type="radio"] + span:before {
height: 25px;
width: 25px;
}
.jws-cf7-input-size-xl .jws-cf7-style input[type="checkbox"]:checked + span:before {
font-size: -webkit-calc(20.83333333px);
font-size: calc(20.83333333px);
}
.jws-cf7-input-size-xl input[type=range]::-webkit-slider-thumb {
font-size: 25px;
}
.jws-cf7-input-size-xl input[type=range]::-moz-range-thumb {
font-size: 25px;
}
.jws-cf7-input-size-xl input[type=range]::-ms-thumb {
font-size: 25px;
}  .jws-cf7-style input[type=range] {
background: transparent !important;
border: none !important;
padding-left: 0 !important;
padding-right: 0 !important;
} .jws-cf7-style input[type=range]::-ms-track {
background: transparent;
border-color: transparent;
color: transparent;
}
.jws-cf7-style input[type=range]::-webkit-slider-runnable-track {
height: 0.35em;
}
.jws-cf7-style input[type=range]::-moz-range-track {
height: 0.35em;
}
.jws-cf7-style input[type=range]::-ms-fill-lower {
height: 0.35em;
}
.jws-cf7-style input[type=range]::-ms-fill-upper {
height: 0.35em;
} .jws-cf7-style input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
height: 1em;
width: 1em;
margin-top: -0.35em;
}
.jws-cf7-style input[type=range]::-moz-range-thumb {
height: 1em;
width: 1em;
margin-top: -0.35em;
}
.jws-cf7-style input[type=range]::-ms-thumb {
height: 1em;
width: 1em;
margin-top: -0.35em;
}
.jws-cf7-style .wpcf7-radio input[type="radio"] + span:before {
-webkit-border-radius: 100%;
border-radius: 100%;
}
.jws-cf7-style .wpcf7 div.wpcf7-response-output {
margin: 10px 0px 0px 0px;
}
div.wpcf7-mail-sent-ok {
color: #FFFFFF;
background-color: #008000;
border-color: #008000;
}
div.wpcf7-validation-errors {
color: #FFFFFF;
background-color: #F04040;
border-color: #F04040;
}
.jws-cf7-style-box .wpcf7-checkbox input[type="checkbox"]:checked + span:before,
.jws-cf7-style-box .wpcf7-checkbox input[type="checkbox"] + span:before,
.jws-cf7-style-box .wpcf7-acceptance input[type="checkbox"]:checked + span:before,
.jws-cf7-style-box .wpcf7-acceptance input[type="checkbox"] + span:before,
.jws-cf7-style-box .wpcf7-radio input[type="radio"] + span:before {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.jws-cf7-button-center input.wpcf7-form-control.wpcf7-submit,
.jws-cf7-button-left input.wpcf7-form-control.wpcf7-submit,
.jws-cf7-button-right input.wpcf7-form-control.wpcf7-submit,
.jws-cf7-button-justify input.wpcf7-form-control.wpcf7-submit {
display: -webkit-box;
display: -ms-flexbox;
-js-display: flex;
display: -webkit-flex;
display: -moz-box;
display: flex;
width: auto;
}
.jws-cf7-button-center input.wpcf7-form-control.wpcf7-submit {
margin-left: auto !important;
margin-right: auto !important;
}
.jws-cf7-button-center .jws-cf7-loader-active {
text-align: center;
}
.jws-cf7-button-left input.wpcf7-form-control.wpcf7-submit {
margin-left: 0;
margin-right: auto;
}
.jws-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
margin-left: auto !important;
margin-right: 0 !important;
}
.jws-cf7-button-right .jws-cf7-loader-active {
text-align: right;
}
.jws-cf7-button-justify input.wpcf7-form-control.wpcf7-submit {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center;
width: 100%;
}
.jws-cf7-button-justify .jws-cf7-loader-active {
text-align: center;
}
.jws-cf7-style .wpcf7-checkbox input[type='checkbox'],
.jws-cf7-style .wpcf7-acceptance input[type='checkbox'],
.jws-cf7-style .wpcf7-radio input[type='radio'] {
display: none;
}
.jws-cf7-style .wpcf7-checkbox input[type='checkbox'] + span:before,
.jws-cf7-style .wpcf7-radio input[type='radio'] + span:before,
.jws-cf7-style .wpcf7-acceptance input[type='checkbox'] + span:before {
content: '';
display: inline-block;
vertical-align: middle;
margin-right: 10px;
text-align: center;
}
.jws-cf7-style .wpcf7-radio input[type='radio'] + span:before {
border: 2px solid var(--main) !important;
border-radius: 100%;
width: 13px !important;
height: 13px !important;
display: inline-block;
background: transparent !important;
margin-top: -5px;
}
.jws-cf7-style .wpcf7-radio input[type='radio'] + span:after {
background: var(--main) !important;
border-radius: 100%;
width: 9px !important;
height: 9px !important;
content: "";
position: absolute;
left: 4px;
top: 3.5px;
opacity: 0;
transition: 0.3s all;
}
.jws-cf7-style .wpcf7-radio input[type='radio']:checked + span {
position: relative;
}
.jws-cf7-style .wpcf7-radio input[type='radio']:checked + span:after {
opacity: 1;
}
.jws-cf7-style .wpcf7-checkbox input[type='checkbox']:checked + span:before,
.jws-cf7-style .wpcf7-acceptance input[type='checkbox']:checked + span:before {
content: "\2714";
line-height: 1.2;
}
@media only screen and (min-width: 769px) {
.jws-cf7-col {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
.jws-cf7-col label,
.jws-cf7-col > span {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding: 0 10px;
}
} @media only screen and (max-width: 976px) {
.jws-tablet-cf7-button-center input.wpcf7-form-control.wpcf7-submit {
margin-left: auto;
margin-right: auto;
width: auto;
}
.jws-tablet-cf7-button-left input.wpcf7-form-control.wpcf7-submit {
margin-left: 0;
margin-right: auto;
width: auto;
}
.jws-tablet-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
margin-left: auto;
margin-right: 0;
width: auto;
}
.jws-tablet-cf7-button-justify input.wpcf7-form-control.wpcf7-submit {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center;
width: 100%;
}
}
@media only screen and (max-width: 767px) {
.jws-mobile-cf7-button-center input.wpcf7-form-control.wpcf7-submit {
margin-left: auto;
margin-right: auto;
width: auto;
}
.jws-mobile-cf7-button-left input.wpcf7-form-control.wpcf7-submit {
margin-left: 0;
margin-right: auto;
width: auto;
}
.jws-mobile-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
margin-left: auto;
margin-right: 0;
width: auto;
}
.jws-mobile-cf7-button-justify input.wpcf7-form-control.wpcf7-submit {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center;
width: 100%;
}
.form_style1 input[type=submit],
.form_style1 button {
position: relative !important;
margin-left: auto !important;
margin-right: auto !important;
}
}
div.wpcf7 .ajax-loader {
background-image: none;
width: 0px;
height: 0px;
display: block;
transition: 0.3s all;
}
div.wpcf7 .submitting .ajax-loader,
div.wpcf7.resetting .ajax-loader {
transform: scale(1);
-webkit-transform: scale(1);
width: 24px;
height: 24px;
margin-left: 0;
margin-top: 10px;
}
div.wpcf7 .ajax-loader {
transform: scale(0);
-webkit-transform: scale(0);
}
div.wpcf7 .ajax-loader.is-active:after {
border: 3px solid #fafafa;
border-radius: 50%;
border-top: 3px solid #000000;
width: 30px;
height: 30px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
content: "";
display: block;
} .form_style1 input[type=submit],
.form_style1 button {
position: absolute;
top: 3px;
right: 3px;
}
.jws_search {
position: relative;
}
.jws_search.has_popup > button {
width: 100%;
border: 0;
background: transparent;
text-align: left;
position: relative;
line-height: 20px;
}
.jws_search.has_popup > button svg {
vertical-align: middle;
}
.jws_search.has_popup > button .open {
display: inline-block;
}
.jws_search.has_popup > button .remove {
display: none;
}
.jws_search.has_popup .form_content {
position: absolute;
background: #ffffff;
z-index: 2;
top: 100%;
right: 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 20px;
-webkit-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
-webkit-transform: scale3d(0.8, 0.8, 0.8);
-moz-transform: scale3d(0.8, 0.8, 0.8);
transform: scale3d(0.8, 0.8, 0.8);
opacity: 0;
visibility: hidden;
-webkit-transition: .3s;
-o-transition: .3s;
-moz-transition: .3s;
transition: .3s;
}
.jws_search.has_popup .form_content form {
background: rgba(0, 0, 0, 0.03);
}
.jws_search.has_popup .form_content form .search-submit:hover {
color: var(--main);
}
.jws_search.open > button .open {
display: none;
}
.jws_search.open > button .remove {
display: block;
}
.jws_search.open .form_content {
opacity: 1;
visibility: visible;
-webkit-transform: scale3d(1, 1, 1);
-moz-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
form.search-form input {
padding-left: 20px;
}
#header_mode .jws_search input[type="search"] {
width: 100px;
-webkit-transition: width 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
-ms-transition: width 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: width 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
text-align: left;
}
#header_mode .jws_search input[type="search"]:focus {
width: 200px;
}
.jws_timeline .jws_timeline_main {
position: relative;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field {
position: relative;
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-moz-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 35px;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field.active .jws_timeline_content .jws_timeline_content_inner {
background: transparent;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field.active .jws_timeline_circle:before {
-webkit-animation: btnIconRipple 1.5s cubic-bezier(0.23, 1, 0.9, 1) both infinite;
animation: btnIconRipple 1.5s cubic-bezier(0.23, 1, 0.9, 1) both infinite;
width: 200%;
height: 200%;
background: #566ef4;
border-radius: 100%;
content: "";
position: absolute;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field.animation_show .jws_timeline_content {
opacity: 1;
transform: translatex(0) !important;
-webkit-transform: translatex(0) !important;
transition-delay: 0.5s;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field.position_right {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-moz-box-orient: horizontal;
-moz-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field.position_right .jws_timeline_content {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-moz-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
padding-right: 60px;
transform: translatex(-50px);
-webkit-transform: translatex(-50px);
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field.position_right .jws_timeline_date {
text-align: left;
padding-left: 30px;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field.position_left .jws_timeline_content {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-moz-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
padding-left: 60px;
transform: translatex(50px);
-webkit-transform: translatex(50px);
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field.position_left .jws_timeline_content:after {
left: 0;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field.position_left .jws_timeline_date {
text-align: right;
padding-right: 30px;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field .jws_timeline_circle {
width: 20px;
height: 20px;
border-radius: 100%;
background: var(--main);
position: relative;
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 1;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-moz-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-flex: 0;
-webkit-flex-grow: 0;
-moz-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field .jws_timeline_content {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 100%;
position: relative;
transition: 0.5s all;
opacity: 0;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field .jws_timeline_content:after {
content: "";
position: absolute;
border-bottom: 1px dashed var(--main);
width: 60px;
right: 0;
top: 50%;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field .jws_timeline_content .jws_timeline_content_inner {
text-align: center;
padding: 35px 45px;
background: var(--color_body);
border: 2px solid var(--color_body);
border-radius: 10px;
position: relative;
z-index: 2;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field .jws_timeline_content .jws_timeline_date_inner {
display: none;
margin-bottom: 15px;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field .jws_timeline_content .jws_timeline_title {
font-size: 20px;
color: #fffefe;
font-weight: bold;
letter-spacing: 0.7px;
margin-bottom: 19px;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field .jws_timeline_content .jws_timeline_desc {
color: #ffffff;
letter-spacing: 0.7px;
font-weight: 300;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field .jws_timeline_date {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 100%;
position: relative;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field .jws_timeline_date .jws_timeline_date_inner {
display: inline-block;
text-align: center;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field .jws_timeline_date_inner .jws_timeline_month {
color: var(--main2);
font-weight: 300;
margin-bottom: -5px;
display: block;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field .jws_timeline_date_inner .jws_timeline_year {
font-size: 36px;
font-weight: 600;
color: #ffffff;
font-family: var(--font1);
margin: 0;
}
.jws_timeline .jws_timeline_line {
width: 3px;
left: 50%;
bottom: 0;
right: auto;
position: absolute;
-webkit-transform: translateX(-3px);
-ms-transform: translateX(-3px);
transform: translateX(-3px);
background: var(--main);
margin-left: 1.5px;
}
.jws_timeline .jws_timeline_line:after {
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 14px solid var(--main);
content: "";
bottom: -14px;
position: absolute;
left: -5.6px;
}
@media (max-width: 767px) {
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field .jws_timeline_date {
display: none;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field .jws_timeline_content .jws_timeline_date_inner {
display: block;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field.position_right {
-webkit-box-orient: unset;
-webkit-box-direction: unset;
-webkit-flex-direction: unset;
-moz-box-orient: unset;
-moz-box-direction: unset;
-ms-flex-direction: unset;
flex-direction: unset;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field .jws_timeline_circle {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-moz-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-flex: 0;
-webkit-flex-grow: 0;
-moz-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
max-width: 100%;
position: relative;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field.position_right .jws_timeline_content {
-webkit-box-ordinal-group: unset;
-webkit-order: unset;
-moz-box-ordinal-group: unset;
-ms-flex-order: unset;
order: unset;
padding-left: 30px;
padding-right: 0;
transform: translatex(0) !important;
-webkit-transform: translatex(0) !important;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field.position_right .jws_timeline_content:after {
left: 0;
width: 30px;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field.position_left .jws_timeline_content {
padding-left: 30px;
transform: translatex(0) !important;
-webkit-transform: translatex(0) !important;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field.position_left .jws_timeline_content:after {
width: 30px;
}
.jws_timeline .jws_timeline_line {
left: 10px;
}
}
.jws-twitter-feed-wrapper .jws-social-feed-element .jws-content .media-body {
animation: fadeIn 0.5s both;
}
.jws-twitter-feed-wrapper .jws-social-feed-element .jws-content .media-body .jws-social-feed-text {
border-radius: 5px;
position: relative;
background: #161B2C;
margin: 20px 0;
}
.jws-twitter-feed-wrapper .jws-social-feed-element .jws-content .media-body .jws-social-feed-text:before {
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 12px solid #161B2C;
content: "";
top: -12px;
position: absolute;
left: 40px;
}
.jws-loading-feed.jws-show-loading .jws-loader {
border: 2px solid #fafafa;
border-radius: 50%;
border-top: 2px solid var(--main);
width: 30px;
height: 30px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
display: block;
position: absolute;
}
.jws_dropdown_text .drop_top {
font-size: 14px;
color: #ffffff;
font-weight: 400;
margin: 0;
transition: 0.3s all;
line-height: 76px;
}
.jws_dropdown_text .drop_top img {
max-width: 25px;
margin-right: 6px;
margin-top: -4px;
}
.jws_dropdown_text .drop_top:after {
content: "\f0d7";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-left: 4px;
}
.jws_dropdown_text .dropdown_sub {
position: absolute;
right: 0;
background: #ffffff;
border-top: 5px solid var(--main);
width: 105px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
opacity: 0;
transform: translateY(20px);
-webkit-transform: translateY(20px);
transition: 0.3s all;
box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
pointer-events: none;
overflow: hidden;
z-index: 1;
}
.jws_dropdown_text .dropdown_sub .drop_item a {
color: var(--main2);
font-size: 12px;
line-height: 25px;
display: block;
padding: 5px 15px;
transition: 0.1s;
}
.jws_dropdown_text .dropdown_sub .drop_item a img {
width: 25px;
margin-right: 15px;
}
.jws_dropdown_text .dropdown_sub .drop_item a:hover {
color: #ffffff;
background: var(--main);
}
.jws_dropdown_text:hover .dropdown_sub {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
pointer-events: auto;
}
.jws-table-wrapper {
overflow: auto;
}
.jws-table-wrapper .jws-advance-heading {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
}
.jws-table-wrapper .jws-advance-heading .jws-table-info {
display: inline-block;
}
.jws-table-wrapper .jws-advance-heading .jws-table-info select {
margin: 0 10px;
}
.jws-table-wrapper .jws-advance-heading .jws-table-info input {
margin-left: 10px;
}
.jws-table-wrapper .paging_simple_numbers {
text-align: center;
margin-top: 30px;
}
.jws-table-wrapper .paging_simple_numbers span a {
width: 34px;
}
.jws-table-wrapper .paging_simple_numbers a {
height: 34px;
line-height: 34px;
color: #848484;
margin-right: 10px;
background: rgba(35, 35, 35, 0);
border-radius: 0px 0px 0px 0px;
font-weight: 400;
cursor: pointer;
display: inline-block;
text-align: center;
}
.jws-table-wrapper .paging_simple_numbers a.current {
background: #232323;
color: #ffffff;
}
.jws-table {
width: 100%;
}
.jws-table thead .jws-table__text span {
vertical-align: middle;
}
.jws-table thead .jws-table__text span:not(.jws-table__text-inner) {
line-height: 1px;
display: inline-block;
}
.jws-table tbody td.jws-table-col .jws-table__text {
display: block;
}
.jws-table .fa-window-minimize {
font-size: 5px !important;
font-family: 'icomoon' !important;
}
.jws-table .fa-window-minimize:before {
display: block;
margin-top: -70%;
content: "\ea0b" !important;
}
.jws-table i.eci {
display: inline;
}
@media (max-width: 767px) {
.jws-table-wrapper .jws-advance-heading {
display: block;
}
} .container-dark-mode .jws-offcanvas-icon-bg::after,
.container-dark-mode .jws-offcanvas-icon-bg::before {
background: #fff;
}
.container-dark-mode .jws-offcanvas-action-wrap .elementor-button-content-wrapper .elementor-button-text {
color: #fff;
}
.jws-offcanvas-action-wrap .jws-elementor-button {
vertical-align: middle;
display: inline-block;
}
.jws-offcanvas-action-wrap .jws-elementor-button.active .elementor-button-content-wrapper .hambuger {
transform: rotate(90deg);
}
.jws-offcanvas-action-wrap .jws-elementor-button.active .elementor-button-content-wrapper .hambuger::before {
opacity: 1;
transform: rotate(90deg);
}
.jws-offcanvas-action-wrap .jws-elementor-button.active .elementor-button-content-wrapper .hambuger::after {
transform: rotate(180deg);
}
.jws-offcanvas-action-wrap .elementor-button-content-wrapper {
align-items: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-0-align-items: center;
}
.jws-offcanvas-action-wrap .elementor-button-content-wrapper .elementor-button-icon .hambuger {
position: relative;
width: 30px;
height: 22px;
transition: all 0.3s cubic-bezier(0.2, 0, 0.1, 1), background 0.25s ease;
order: 2;
}
.jws-offcanvas-action-wrap .elementor-button-content-wrapper .elementor-button-icon .hambuger::before {
content: "";
display: block;
width: 100%;
height: 2px;
background: #000;
position: absolute;
top: 50%;
margin-top: 0px;
right: 0;
transition: all 0.6s cubic-bezier(0.2, 0, 0.1, 1), background 0.45s ease;
transform: translateY(0px);
}
.jws-offcanvas-action-wrap .elementor-button-content-wrapper .elementor-button-icon .hambuger::after {
content: "";
display: block;
width: 100%;
height: 2px;
background: #000;
position: absolute;
top: 50%;
margin-top: -1px;
right: 0;
transition: all 0.6s cubic-bezier(0.2, 0, 0.1, 1), background 0.45s ease;
transform: translateY(7px);
}
.jws-offcanvas-action-wrap .elementor-button-content-wrapper .elementor-button-text {
font-weight: 600;
font-family: var(--font2);
font-size: 18px;
line-height: 30px;
overflow: hidden;
width: auto;
padding: 0 10px;
color: #000;
-webkit-transition: color 0.05s ease-in-out;
transition: color 0.05s ease-in-out;
}
.jws-offcanvas-action-wrap .elementor-button-content-wrapper .elementor-button-text span {
position: relative;
display: inline-block;
-webkit-transition: -webkit-transform 0.2s;
transition: transform 0.2s;
width: auto;
text-align: center;
transform-origin: 100% 0%;
}
.jws-offcanvas-action-wrap .elementor-button-content-wrapper .elementor-button-text span::before {
position: absolute;
width: auto;
top: 100%;
left: 0;
content: attr(data-hover);
}
.jws-offcanvas-action-wrap .elementor-button-content-wrapper .elementor-button-text:hover span {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
transform-origin: 0% 0%;
}
.jws-offcanvas {
position: fixed;
width: 0;
margin: 0;
top: 0;
bottom: 0;
height: 100%;
height: 100vh;
overflow: auto;
background-color: #ffffff;
visibility: visible;
z-index: 100;
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
}
.jws-offcanvas.jws-offcanvas-type-fade {
opacity: 0;
right: 50% !important;
left: 50% !important;
visibility: hidden;
transform: none;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
transition: all 0.6s cubic-bezier(0.2, 0, 0.1, 1), background-color 0.6s ease;
top: 50%;
height: calc(100% + 1px);
margin-top: -1px;
pointer-events: none;
}
.jws-offcanvas.jws-offcanvas-type-fade.jws-offcanvas-show {
transition: all 0.6s cubic-bezier(0.2, 0, 0.1, 1), background 0.6s ease;
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.jws-offcanvas::-webkit-scrollbar {
display: none;
}
.elementor-align-icon-right + .elementor-button-text {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.elementor-editor-active .jws-offcanvas-trigger-align-floating .jws-offcanvas-action-wrap .elementor-button-text,
.elementor-editor-preview .jws-offcanvas-trigger-align-floating .jws-offcanvas-action-wrap .elementor-button-text {
display: unset;
}
.admin-bar .jws-offcanvas {
margin-top: 32px;
}
.jws-offcanvas-icon-wrap.active .jws-offcanvas-icon-bg {
transform: rotate(45deg);
}
.jws-offcanvas-icon-wrap.active .jws-offcanvas-icon-bg svg,
.jws-offcanvas-icon-wrap.active .jws-offcanvas-icon-bg i {
visibility: hidden;
opacity: 0;
}
.jws-offcanvas-icon-wrap.active .jws-offcanvas-icon-bg::before,
.jws-offcanvas-icon-wrap.active .jws-offcanvas-icon-bg::after {
visibility: visible;
}
.jws-offcanvas-icon-wrap.active .jws-offcanvas-icon-bg::before {
opacity: 1;
transform: rotate(90deg);
}
.jws-offcanvas-icon-wrap.active .jws-offcanvas-icon-bg::after {
transform: rotate(180deg);
}
.jws-offcanvas-icon-bg {
display: inline-block;
position: relative;
width: 30px;
height: 22px;
transition: all 0.3s cubic-bezier(0.2, 0, 0.1, 1), background 0.25s ease;
order: 2;
}
.jws-offcanvas-icon-bg svg,
.jws-offcanvas-icon-bg i {
visibility: visible;
opacity: 1;
transition: all 0.9s cubic-bezier(0.2, 0, 0.1, 1);
}
.jws-offcanvas-icon-bg.show_bar::before,
.jws-offcanvas-icon-bg.show_bar::after {
visibility: visible;
}
.jws-offcanvas-icon-bg::before,
.jws-offcanvas-icon-bg::after {
visibility: hidden;
}
.jws-offcanvas-icon-bg::before {
content: "";
display: block;
width: 100%;
height: 2px;
background: #000;
position: absolute;
top: 50%;
margin-top: 0px;
right: 0;
transition: all 0.6s cubic-bezier(0.2, 0, 0.1, 1), background 0.45s ease;
transform: translateY(0px);
}
.jws-offcanvas-icon-bg::after {
content: "";
display: block;
width: 100%;
height: 2px;
background: #000;
position: absolute;
top: 50%;
margin-top: -1px;
right: 0;
transition: all 0.6s cubic-bezier(0.2, 0, 0.1, 1), background 0.45s ease;
transform: translateY(7px);
}
.position-at-right {
right: 0;
transform: translateX(100%);
-webkit-transform: translateX(100%);
}
.position-at-left {
transform: translateX(-100%);
-webkit-transform: translateX(-100%);
left: 0;
} .jws-offcanvas-shadow-normal.position-at-right.jws-offcanvas-show,
.jws-offcanvas-shadow-normal.position-at-left.jws-offcanvas-show {
-webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
}
.jws-offcanvas-action-wrap .jws-offcanvas-action .jws-offcanvas-icon {
text-align: center;
} .jws-offcanvas-action-wrap .jws-button-wrapper .jws-offcanvas-action-alignment-left,
.jws-offcanvas-action-wrap .jws-offcanvas-icon-wrap .jws-offcanvas-action-alignment-left {
top: 50%;
left: 0em;
right: auto;
position: fixed;
z-index: 999;
}
.jws-offcanvas-action-wrap .jws-button-wrapper .jws-offcanvas-action-alignment-right,
.jws-offcanvas-action-wrap .jws-offcanvas-icon-wrap .jws-offcanvas-action-alignment-right {
top: 50%;
right: 0em;
left: auto;
position: fixed;
z-index: 999;
}
.jws-offcanvas-overlay {
position: fixed;
width: 100%;
height: 100%;
visibility: hidden;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 98;
opacity: 0;
transition: 0.3s all;
}
.jws-offcanvas-parent-wrapper .jws-offcanvas-overlay {
cursor: pointer;
}
.jws-offcanvas-content {
position: relative;
width: 100%;
}
.jws-offcanvas img {
max-width: 100%;
}
.jws-offcanvas-full {
pointer-events: none;
min-height: 100%;
}
.jws-offcanvas-action {
cursor: pointer;
position: relative;
}
.jws-offcanvas-full .jws-offcanvas-close {
pointer-events: auto;
}
.jws-offcanvas-show,
.jws-offcanvas-show .jws-offcanvas-close,
.jws-offcanvas-show + .jws-offcanvas-close {
visibility: visible;
}
.jws-offcanvas-show {
transform: translatex(0);
-webkit-transform: translatex(0);
}
.jws-offcanvas-close-icon-wrapper {
position: absolute;
top: 0;
right: 0;
z-index: 10;
} .jws-offcanvas-content .jws-offcanvas-menu,
.jws-offcanvas-content .jws-offcanvas-menu .sub-menu {
list-style: none;
}
.jws-offcanvas-content .jws-offcanvas-menu li a,
.jws-offcanvas-content .jws-offcanvas-menu .sub-menu li a {
padding: 5px 0px 5px 0px;
display: block;
}
.jws-offcanvas-content .jws-offcanvas-menu {
margin-left: 0px;
}
.jws-offcanvas-content .jws-offcanvas-menu .menu-item a:hover,
.jws-offcanvas-content .jws-offcanvas-menu .menu-item a:focus {
-webkit-transition: background 150ms linear, color 150ms linear;
transition: background 150ms linear, color 150ms linear;
} .jws-offcanvas-close-icon-wrapper .jws-offcanvas-close-icon,
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close-icon {
cursor: pointer;
fill: #000000;
display: inline-block;
vertical-align: baseline;
}
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close {
display: block;
float: right;
padding: 8px;
-webkit-border-radius: 0px;
border-radius: 0px;
cursor: pointer;
vertical-align: middle;
text-align: center;
}
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close .jws-offcanvas-close-icon svg {
vertical-align: middle;
}
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close .close-text {
margin-right: 18px;
vertical-align: middle;
}
.jws-offcanvas-close-icon-wrapper.jws-offcanvas-close-icon-position-left-top {
left: 0;
right: auto;
}
.jws-offcanvas-close-icon-wrapper.jws-offcanvas-close-icon-position-right-top {
right: 0;
left: auto;
} .jws-offcanvas-show ~ .jws-offcanvas-overlay {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
visibility: visible;
}
.jws-offcanvas-close {
z-index: 99999;
}
.fa-times-thin:before {
content: '\00d7';
}
@media (min-width: 1024px) {
.jws-offcanvas-parent-wrapper.jws-offcanvas-hide-desktop {
display: none;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.jws-offcanvas-parent-wrapper.jws-offcanvas-hide-tablet {
display: none;
}
.jws-offcanvas-enabled {
min-height: 100vh;
}
}
@media (max-width: 767px) {
.jws-offcanvas-parent-wrapper.jws-offcanvas-hide-phone {
display: none;
}
.jws-offcanvas-enabled {
min-height: 100vh;
}
}
.jws-login-container .message-error {
background: #ff5757;
}
.jws-login-container .message-error a {
color: #ffffff;
text-decoration: underline;
}
.jws-login-container .message-succes {
background: #1fcb74;
}
.jws-login-container .message-warning {
background: #e9c35a;
}
.jws-login-container .message-warning a {
color: #ffffff;
text-decoration: underline;
}
.jws-login-container .jws-password-hint {
display: none;
}
.jws-login-container .meter {
display: none;
}
.jws-login-container .meter .text-meter {
margin-left: 10px;
color: #d8b50b;
}
.jws-login-container .meter .meter-box {
margin-top: 20px;
margin-bottom: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
-webkit-align-items: center;
}
.jws-login-container .meter span:not(.text-meter) {
background: #ebebeb;
height: 3px;
width: 35px;
position: relative;
margin-right: 5px;
}
.jws-login-container .meter span:not(.text-meter):before {
content: "";
left: 0;
top: 0;
transition: 0.3s all;
width: 0;
height: 100%;
background: #e8e114;
position: absolute;
}
.jws-login-container .meter span {
display: inline-block;
}
.jws-login-container .meter[meter="1"] .box1:before {
width: 100%;
}
.jws-login-container .meter[meter="2"] .box1:before,
.jws-login-container .meter[meter="2"] .box2:before {
width: 100%;
}
.jws-login-container .meter[meter="3"] .box1:before,
.jws-login-container .meter[meter="3"] .box2:before,
.jws-login-container .meter[meter="3"] .box3:before {
width: 100%;
background: #49ac20;
}
.jws-login-container .meter[meter="3"] .text-meter {
color: #4cb91f;
}
.jws-login-container .meter[meter="4"] .box1:before,
.jws-login-container .meter[meter="4"] .box2:before,
.jws-login-container .meter[meter="4"] .box3:before,
.jws-login-container .meter[meter="4"] .box4:before {
width: 100%;
background: #49ac20;
}
.jws-login-container .meter[meter="4"] .box1 .text-meter,
.jws-login-container .meter[meter="4"] .box2 .text-meter,
.jws-login-container .meter[meter="4"] .box3 .text-meter,
.jws-login-container .meter[meter="4"] .box4 .text-meter {
color: #4cb91f;
}
#jws-login-form .login-password,
#jws-login-form .register-password {
position: relative;
}
#jws-login-form .toggle-password2,
#jws-login-form .toggle-password {
position: absolute;
right: 0;
top: 16px;
cursor: pointer;
color: #232323;
}
#jws-login-form .message {
color: #ffffff;
animation: fadeInLeft 0.5s both;
padding: 5px 15px;
margin-top: 30px;
}
#jws-login-form .message-success {
background: #00a200;
}
#jws-login-form .jws-login-container.loading .active {
opacity: 0 !important;
animation: none;
}
#jws-login-form .jws-login-container.loading:after {
border: 3px solid #fafafa;
border-radius: 50%;
border-top: 3px solid #000000;
width: 60px;
height: 60px;
-webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite;
content: "";
display: block;
position: absolute;
left: 50%;
top: 50%;
margin-left: -30px;
margin-top: -30px;
}
#jws-login-form .jws-animation {
display: inline-block;
width: 100%;
position: relative;
overflow: hidden;
}
#jws-login-form .jws-animation h4 {
margin-bottom: 35px;
}
#jws-login-form .jws-animation > div {
display: none;
}
#jws-login-form .jws-animation > div.active {
display: block;
animation: fadeIn 0.3s both;
}
#jws-login-form .jws-animation form[name="registerformpopup"] .input[name="repeat_password"] {
margin-bottom: 0;
}
#jws-login-form .jws-animation form .lost-pass-link {
display: block;
float: right;
color: var(--colorbody);
}
#jws-login-form .jws-animation form .lost-pass-link:hover {
color: var(--main);
}
#jws-login-form .jws-animation form #popupRememberme {
display: inline-block;
vertical-align: middle;
margin-right: 4px;
max-width: 14px;
margin-top: -4px;
}
#jws-login-form .jws-animation form .input {
width: 100%;
border: 0;
height: auto;
line-height: initial;
border-bottom: 1px solid #bdbdbd;
padding-bottom: 15px;
padding-top: 15px;
margin-bottom: 50px;
}
#jws-login-form .jws-animation form .input.invalid {
border-color: #d72b1d !important;
}
#jws-login-form .jws-animation form .button {
border: 0;
margin: 37px 0;
font-size: 16px;
font-weight: 600;
display: inline-block;
padding: 17px 52px;
}
#jws-login-form .jws-animation form .button:hover {
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
}
#jws-login-form .jws-animation .link-bottom {
font-weight: 600;
color: var(--color1);
}
#jws-login-form .jws-animation .link-bottom a {
color: var(--color1);
border-bottom: 1px solid;
}
.jws_banner.layout1 {
position: relative;
}
.jws_banner.layout1 .jws_banner_inner {
position: absolute;
top: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-0-align-items: center;
height: 100%;
}
.jws_banner.layout1 .jws_banner_inner .jws_banner_content .banner_title {
font-size: 24px;
font-weight: 500;
font-family: var(--font1);
transition: 0.5s all;
transform: translatey(28px);
-webkit-transform: translatey(28px);
line-height: 30px;
letter-spacing: 1px;
margin-bottom: 39px;
}
.jws_banner.layout1 .jws_banner_inner .jws_banner_content .banner_title a {
color: #ffffff;
}
.jws_banner.layout1 .jws_banner_inner .jws_banner_content .banner_button {
font-size: 16px;
font-weight: 500;
font-family: var(--font1);
color: var(--main);
display: block;
transition: 0.5s all;
transform: translatey(40px);
-webkit-transform: translatey(40px);
opacity: 0;
letter-spacing: 1px;
}
.jws_banner.layout1 .jws_banner_inner .jws_banner_content .banner_button i {
margin-right: 10px;
font-size: 30px;
display: inline-block;
vertical-align: middle;
margin-top: -5px;
}
.jws_banner.layout1:hover .jws_banner_inner .jws_banner_content .banner_title {
transform: translatey(0);
-webkit-transform: translatey(0);
}
.jws_banner.layout1:hover .jws_banner_inner .jws_banner_content .banner_title a {
background-size: 100% 96%;
}
.jws_banner.layout1:hover .jws_banner_inner .jws_banner_content .banner_button {
transform: translatey(0);
-webkit-transform: translatey(0);
opacity: 1;
}
.jws_banner.layout2 {
transition: 0.3s all;
}
.jws_banner.layout2:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
}
.jws_banner.layout2:hover {
transform: translateY(-17px);
}
.jws_banner.layout2 .jws_banner_inner {
position: relative;
}
.jws_banner.layout2 .banner_title {
font-size: 22px;
margin-bottom: 18px;
}
.jws_banner.layout2 .banner_title a {
color: var(--light);
}
.jws_banner.layout2 .banner_content {
min-height: 173px;
}
.jws_banner.layout2 .banner_button {
font-size: 13px;
letter-spacing: 1px;
color: var(--light);
}
.jws_banner.layout2 .banner_button i {
margin-left: 10px;
}
.jws_banner.layout3 {
position: relative;
height: 300px;
}
.jws_banner.layout3:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
background: var(--main2);
transition: 0.3s all;
}
.jws_banner.layout3:hover:before {
transform: translateY(0);
opacity: 0.5;
}
.jws_banner.layout3:hover .jws_banner_content {
transform: translateY(0);
opacity: 1;
}
.jws_banner.layout3 .jws_banner_inner {
position: relative;
width: 100%;
height: 100%;
}
.jws_banner.layout3 .banner_content {
color: var(--light);
}
.jws_banner.layout3 .banner_title {
font-size: 24px;
font-weight: 600;
margin-bottom: 4px;
}
.jws_banner.layout3 .banner_title a {
color: var(--light);
}
.jws_banner.layout3 .jws_banner_content {
transition: 0.3s all;
position: absolute;
bottom: 0;
width: 100%;
opacity: 0;
left: 0;
padding: 30px 32px;
transform: translatey(12px);
}
.jws_gallery_element .slider.row {
display: block;
}
.jws_gallery_element .metro_2 .jws_gallery_image a {
display: block;
position: relative;
}
.jws_gallery_element .metro_2 .jws_gallery_image a:before {
background: rgba(0, 0, 0, 0.4);
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
content: "";
transition: 0.5s all;
z-index: 1;
}
.jws_gallery_element .metro_2 .jws_gallery_image a:hover:before {
opacity: 0;
}
.jws_gallery_element .slider2 .jws_gallery_item:nth-child(odd) .jws_gallery_image {
padding: 50px;
}
.jws_gallery_element .jws_gallery .jws_gallery_image {
position: relative;
vertical-align: top;
}
.jws_gallery_element .jws_gallery .jws_gallery_image img {
transform: translateZ(0px);
}
.jws_gallery_element .jws_gallery .jws_gallery_item {
margin-top: 0;
}
.jws_gallery_element .jws_gallery .jws_gallery_item span.jws-image {
line-height: 0;
position: relative;
display: inline-block;
vertical-align: top;
}
.jws_gallery_element .jws_gallery .jws_gallery_item span.jws-image span.jws-logo {
width: auto;
opacity: 1;
will-change: opacity;
transition: opacity 0.35s ease-out;
display: inline-block;
}
.jws_gallery_element .jws_gallery .jws_gallery_item span.jws-image span.jws-hover-logo {
position: absolute;
top: 0;
left: 0;
width: auto;
opacity: 0;
will-change: opacity;
transition: opacity 0.35s ease-out;
}
.jws_gallery_element .jws_gallery .jws_gallery_item span.jws-image:hover span.jws-hover-logo {
opacity: 1;
}
.jws_gallery_element .jws_gallery .jws_gallery_item span.jws-image:hover span.jws-logo {
opacity: 0;
}
.jws_gallery_element .jws_gallery button {
background: transparent;
border: 1px solid #232323;
border-radius: 100%;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
position: absolute;
top: 50%;
z-index: 1;
margin-top: -50px;
}
.jws_gallery_element .jws_gallery button.prev-button {
left: -80px;
}
.jws_gallery_element .jws_gallery button.next-button {
right: -80px;
}
.jws_gallery_element .jws_gallery .slick-dots {
list-style-type: none;
padding: 0;
text-align: center;
margin: 0;
margin-top: 34px;
position: relative;
bottom: 0;
}
.jws_gallery_element .jws_gallery .slick-dots li {
width: 15px;
height: 15px;
border: 1px solid transparent;
transition: 0.3s all;
border-radius: 100%;
line-height: 7px !important;
text-align: center;
display: inline-block;
margin: 0 5px;
cursor: pointer;
background: transparent;
opacity: 1;
}
.jws_gallery_element .jws_gallery .slick-dots li:before {
width: 5px;
height: 5px;
background: #000000;
border-radius: 100%;
padding: 0;
border: 0;
outline: 0;
cursor: pointer;
content: "";
display: block;
margin: 4px;
}
.jws_gallery_element .jws_gallery .slick-dots li button {
display: none;
}
.jws_gallery_element .jws_gallery .slick-dots li.slick-active {
border-color: #000000;
}
.jws_gallery_element .jws_gallery .slick-dots li.slick-active:before {
background: #000000;
}
.jws_gallery_element .jws_gallery.dots-in .slick-dots {
position: absolute;
margin-top: 0;
bottom: 17px;
width: 100%;
}
.jws_gallery_element .jws_gallery.dots-in .slick-dots li:before {
background: #ffffff;
}
.jws_gallery_element .jws_gallery.dots-in .slick-dots li.slick-active {
border-color: #ffffff;
}
.jws_gallery_element .jws_gallery.dots-in .slick-dots li.slick-active:before {
background: #ffffff;
}
.jws_gallery_element .layout_hover .jws_gallery_image a {
display: block;
}
.jws_gallery_element .layout_hover .jws_gallery_image .jws_overlay_before:before {
background: rgba(0, 0, 0, 0.3);
opacity: 0;
z-index: 1;
}
.jws_gallery_element .layout_hover .jws_gallery_image:hover a:before {
opacity: 1;
}
.jws_gallery_element .layout_hover .jws_gallery_image:hover p,
.jws_gallery_element .layout_hover .jws_gallery_image:hover h3 {
opacity: 1;
transform: translatey(0);
}
.jws_gallery_element .layout_hover .info-images {
position: absolute;
top: 50%;
text-align: center;
width: 100%;
transform: translatey(-50%);
padding: 0 15px;
}
.jws_gallery_element .layout_hover .info-images h3 {
font-size: 22px;
line-height: 32px;
font-family: var(--font1);
color: var(--light);
letter-spacing: 2px;
margin-bottom: 0;
transition: 0.3s all;
opacity: 0;
transform: translatey(15px);
}
.jws_gallery_element .layout_hover .info-images p {
color: var(--light);
font-size: 18px;
font-family: var(--font1);
font-style: italic;
max-width: 480px;
padding: 0 15px;
display: inline-block;
line-height: 24px;
margin-top: 17px;
transition: 0.3s all;
opacity: 0;
transform: translatey(15px);
}
@media (max-width: 767px) {
.jws_gallery_element .slider2 .jws_gallery_item:nth-child(odd) .jws_gallery_image {
padding: 0;
}
}
.container-dark-mode .jws-menu-list li.elementor-icon-list-item:hover a span {
color: var(--link_hover);
}
.container-dark-mode .jws-menu-list .line_sm li a .elementor-icon-list-text:before {
background: var(--link_hover) !important;
}
.jws-menu-list li {
list-style-type: none;
}
.jws-menu-list li .elementor-icon-list-item a {
display: unset;
}
.jws-menu-list .line_sm {
margin-bottom: 0px;
}
.jws-menu-list .line_sm li {
list-style-type: none;
}
.jws-menu-list .line_sm li a {
display: unset;
}
.jws-menu-list .line_sm li a .elementor-icon-list-text {
position: relative;
}
.jws-menu-list .line_sm li a:hover .elementor-icon-list-text {
border-style: none !important;
}
.jws-menu-list .line_pd li {
list-style-type: none;
transition: 0.3s all;
}
.jws-menu-list .line_pd li .elementor-icon-list-text {
position: relative;
width: auto;
}
.jws-menu-list .line_pd li .elementor-icon-list-text:before {
background: var(--main);
content: "";
bottom: 15%;
right: 0;
position: absolute;
height: 10px;
width: 0%;
transition: 0.3s all;
}
.jws-menu-list .line_pd li .elementor-icon-list-text span {
position: relative;
z-index: 1;
}
.jws-menu-list .line_pd li:focus,
.jws-menu-list .line_pd li:hover,
.jws-menu-list .line_pd li.active {
transform: translateX(10px);
-webkit-transform: translateX(10px);
}
.jws-menu-list .line_pd li:focus .elementor-icon-list-text,
.jws-menu-list .line_pd li:hover .elementor-icon-list-text,
.jws-menu-list .line_pd li.active .elementor-icon-list-text {
padding: 0 3px;
}
.jws-menu-list .line_pd li:focus .elementor-icon-list-text:before,
.jws-menu-list .line_pd li:hover .elementor-icon-list-text:before,
.jws-menu-list .line_pd li.active .elementor-icon-list-text:before {
width: 100%;
left: 0;
}
.elementor-logo .logo-inner {
font-size: 36px;
line-height: 36px;
}
.elementor-logo a.logo-text {
font-family: var(--font1);
vertical-align: middle;
color: #000;
text-transform: uppercase;
}
.elementor-logo .logo-sticky {
display: none;
}
.elementor-logo.has_logo_sticky a {
position: relative;
}
.elementor-logo.has_logo_sticky a > span {
transition: 0.3s all;
}
.elementor-logo.has_logo_sticky .logo-sticky {
display: none;
}
.jws_account a .jws_a_icon {
transition: 0.3s all;
}
.jws-button .elementor-button {
cursor: pointer;
--offset: 5px;
--border-size: 2px;
position: relative;
appearance: none;
border: 0;
outline: none !important;
font-family: var(--font2);
font-weight: 700;
font-size: 16px;
color: #fff;
background: var(--main2);
border-radius: 0px 0px 0px 0px;
padding: 20px 40px 20px 40px;
transition: background .8s ease !important;
}
.jws-button .elementor-button .elementor-button-content-wrapper {
align-items: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-0-align-items: center;
}
.jws-button .elementor-button .button__horizontal,
.jws-button .elementor-button .button__vertical {
position: absolute;
top: var(--horizontal-offset, 0);
right: var(--vertical-offset, 0);
bottom: var(--horizontal-offset, 0);
left: var(--vertical-offset, 0);
transition: transform .8s ease;
will-change: transform;
}
.jws-button .elementor-button .button__horizontal {
--vertical-offset: calc(var(--offset) * -1);
margin-left: 10px;
margin-right: 10px;
}
.jws-button .elementor-button .button__horizontal:before {
margin-top: 1px;
margin-bottom: 1px;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
content: "";
position: absolute;
top: calc(var(--vertical-offset) - var(--border-size));
bottom: calc(var(--vertical-offset) - var(--border-size));
left: calc(var(--vertical-offset) * -1);
right: calc(var(--vertical-offset) * -1);
}
.jws-button .elementor-button .button__vertical {
margin-left: 10px;
margin-right: 10px;
--horizontal-offset: calc(var(--offset) * -1);
border-left: 1px solid #000;
border-right: 1px solid #000;
}
.jws-button .elementor-button .button__vertical:before {
content: "";
position: absolute;
border: inherit;
}
.jws-button .elementor-button:hover .button__horizontal {
transform: scaleX(0);
}
.jws-button .elementor-button:hover .button__vertical {
transform: scaleY(0);
}
.map_pin_jws {
position: absolute;
width: 18px;
height: 18px;
border-radius: 50em;
background-color: var(--main);
}
.map_pin_jws > div {
content: '';
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border-radius: 50em;
opacity: 1;
background-color: var(--main);
}
.map_pin_jws > div:first-child {
-webkit-animation: jwsWave 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
animation: jwsWave 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
}
.map_pin_jws > div:last-child {
-webkit-animation: jwsWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
animation: jwsWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
}
.jws-google-map {
height: 500px;
background: gray;
}
.jws_demo_element .jws_demo_item.has-comming-soon .jws_column_content .jws_image a {
pointer-events: none;
}
.jws_demo_element .jws_demo_item.has-comming-soon .jws_column_content .jws_image .jws_image_content {
opacity: 1;
background: rgba(255, 255, 255, 0.8);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
.jws_demo_element .jws_demo_item.has-comming-soon .jws_column_content .jws_image .jws_image_content .jws_image_content_inner {
font-size: 20px;
font-weight: 700;
color: #232323;
}
.jws_demo_element .jws_demo_item .jws_column_content {
width: 100%;
}
.jws_demo_element .jws_demo_item .jws_column_content .jws_headline {
margin-top: 24px;
overflow: hidden;
}
.jws_demo_element .jws_demo_item .jws_column_content .jws_headline h4 a {
font-size: 20px;
color: #232323;
font-weight: bold;
transform: translateX(-38px);
-webkit-transform: translateX(-38px);
display: block;
}
.jws_demo_element .jws_demo_item .jws_column_content .jws_headline h4 a span {
font-size: 28px;
margin-right: 10px;
vertical-align: middle;
color: #ffcac2;
margin-top: -10px;
display: inline-block;
}
.jws_demo_element .jws_demo_item .jws_column_content .jws_image {
transform: scale(1);
transition: 300ms ease all;
transform-origin: 50% 100%;
position: relative;
box-shadow: 2px 3.464px 18.4px 1.6px rgba(7, 20, 118, 0.1);
}
.jws_demo_element .jws_demo_item .jws_column_content .jws_image .demo-label {
color: #fff;
padding: 1px 15px;
border-radius: 3px;
position: absolute;
top: -15px;
z-index: 3;
right: -14px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
font-size: 15px;
min-width: 75px;
text-align: center;
}
.jws_demo_element .jws_demo_item .jws_column_content .jws_image .jws_image_content {
pointer-events: none;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
opacity: 0;
transition: transform 300ms ease-in-out, opacity 300ms ease-in-out !important;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
.jws_demo_element .jws_demo_item .jws_column_content .jws_image .jws_image_content .jws_image_content_flex {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 3em;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
overflow: hidden;
}
.jws_demo_element .jws_demo_item .jws_column_content .jws_image .jws_image_content .jws_image_content_flex .jws_image_content_inner {
width: 100%;
display: block;
text-align: center;
}
.jws_demo_element .jws_demo_item .jws_column_content .jws_image .jws_image_content .jws_image_content_flex .jws_image_content_inner .jws_icon {
width: 115px;
height: 115px;
border-radius: 50%;
box-shadow: 0 2px 10px rgba(24, 24, 24, 0.75);
color: #FFF;
background: rgba(78, 27, 226, 0.9);
pointer-events: none !important;
display: inline-block;
line-height: 1;
padding: 17px;
max-width: 100%;
text-align: center;
}
.jws_demo_element .jws_demo_item .jws_column_content .jws_image .jws_image_content .jws_image_content_flex .jws_image_content_inner .jws_icon svg {
color: #ffffff;
fill: #ffffff;
font-size: 20px;
width: 50px;
display: block;
margin: 0 auto;
}
.jws_demo_element .jws_demo_item .jws_column_content .jws_image .jws_image_content .jws_image_content_flex .jws_image_content_inner .jws_icon span {
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
line-height: 16px;
letter-spacing: 0.5px;
display: inline-block;
margin-top: 1px;
}
.jws_demo_element .jws_demo_item .jws_column_content .jws_image a {
height: 545px;
overflow-y: auto;
overflow-x: hidden;
display: block;
}
.jws_demo_element .jws_demo_item .jws_column_content .jws_image a::-webkit-scrollbar {
display: none;
}
.jws_demo_element .jws_demo_item .jws_column_content .jws_image a img {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition: transform 5000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
-moz-transition: transform 5000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
transition: transform 5000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
width: 100%;
}
.jws_demo_element .jws_demo_item:hover .jws_column_content .jws_headline h4 a {
transform: translatex(0px);
-webkit-transform: translatex(0px);
}
.jws_demo_element .jws_demo_item:hover .jws_column_content .jws_image {
transform: translateY(-15px);
-webkit-transform: translateY(-15px);
box-shadow: 2px 3.464px 54.28px 4.72px rgba(7, 20, 118, 0.2);
}
.jws_demo_element .jws_demo_item:hover .jws_column_content .jws_image .jws_image_content {
-webkit-transform: scale3d(1, 1, 1);
-moz-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
@media (max-width: 767px) {
.jws_demo_element .jws_demo_item .jws_column_content {
max-width: 380px;
margin: 0 auto;
}
}
.tooltip-content {
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, -100%);
-webkit-transform: translate(-50%, -100%);
width: 150px;
z-index: 9;
pointer-events: none;
}
.tooltip-content .elementor-icon-list-text {
display: block;
opacity: 0;
transform: translateY(-20px);
-webkit-transform: translateY(-20px);
transition: 0.3s all;
pointer-events: none;
}
.tooltip-content .elementor-icon-list-text:after {
width: 0;
height: 0;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 5px solid;
content: "";
bottom: -5px;
position: absolute;
left: 50%;
}
.elementor-tooltip-list-item:hover .tooltip-content {
pointer-events: auto;
}
.elementor-tooltip-list-item:hover .tooltip-content .elementor-icon-list-text {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
pointer-events: auto;
}
.jws-tooltip-list .elementor-tooltip-list-icon {
display: inline-block;
border-radius: 100%;
}
.jws-tooltip-list .elementor-tooltip-list-icon i {
width: 1em;
height: 1em;
display: block;
}
.jws-price-list ul {
padding: 0;
margin: 0;
list-style-type: none;
}
.jws-price-list ul li .name {
color: var(--heading);
font-weight: bold;
}
.jws-price-list ul li .price {
float: right;
color: var(--main2);
font-weight: bold;
} .jws_header.has-mega-full.mega-has-hover .jws_mini_cart > .jws-cart-nav a .jws_cart_count {
background: var(--main) !important;
}
.jws-cart-animating {
transition: 0.35s ease;
}
.elementor-menu-cart--show-quantity-bt-button-yes .jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws_cart_item_inner .quanty-ajax {
display: block;
}
.elementor-menu-cart--show-quantity-count-item-yes .jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .jws_mini_cart_item {
display: block;
}
.jws-mini-cart-wrapper.active .jws-cart-overlay {
opacity: 1;
visibility: visible;
}
.jws-mini-cart-wrapper.active .jws-cart-sidebar {
-webkit-transform: translateX(0%);
-o-transform: translateX(0%);
-ms-transform: translateX(0%);
-moz-transform: translateX(0%);
transform: translateX(0%);
}
.jws-cart-overlay {
position: fixed;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.73);
transition: 0.3s all;
visibility: hidden;
z-index: 9998;
opacity: 0;
}
.jws-cart-sidebar {
position: fixed;
top: 0;
right: 0;
z-index: 9999;
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
-webkit-transform: translateX(105%);
-o-transform: translateX(105%);
-ms-transform: translateX(105%);
-moz-transform: translateX(105%);
transform: translateX(105%);
background-color: #ffffff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
height: 100%;
width: 320px;
}
.jws_cart_content {
display: flex;
flex-direction: column;
flex: 1;
overflow: auto;
height: 100%;
}
.jws_cart_content .jws-cart-panel {
display: flex;
flex-direction: column;
flex: 1;
}
.jws_cart_content .jws-cart-panel.jws-cart-panel-empty .jws-cart-panel-list-wrap .cart_list li {
display: block;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary {
margin-top: auto;
padding: 25px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .total-cart {
margin-bottom: 25px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .total-cart .jws-cart-panel-summary-subtotal {
float: right;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .total-cart strong {
font-weight: 600;
color: var(--main2);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons {
margin-bottom: 10px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons:not(.in_product) a {
background: #101010;
color: #ffffff;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons a {
display: block;
text-align: center;
padding: 10px 10px;
background: transparent;
color: #000;
border: 2px solid #101010;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons a:hover {
color: #fff;
border: 2px solid var(--main);
background: var(--main);
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap {
padding: 25px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .jws_mini_cart_item {
margin-bottom: 25px;
display: none;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list {
padding: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .cart_empty {
text-align: center;
padding-top: 20px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .cart_empty span {
color: var(--color_body);
display: block;
margin-bottom: 10px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .cart_empty span:before {
font-size: 85px;
line-height: 85px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li {
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
align-items: center;
margin-bottom: 20px;
position: relative;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws_cart_item_inner {
position: relative;
width: 100%;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center; align-items: center;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li:last-child {
margin-bottom: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-thumbnail {
flex: 0 0 90px;
max-width: 90px;
margin-right: 30px;
position: relative;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .jws-cart-panel-product-title {
color: var(--main2);
display: inline-block;
line-height: 22px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .jws-cart-panel-product-title:hover {
color: var(--main);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .jws-cart-panel-item-price {
margin-bottom: 10px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove {
width: 30px;
height: 30px;
text-align: center;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
background: var(--main2);
left: 30px;
top: 39%;
display: inline-block;
position: absolute;
opacity: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:before,
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:after {
content: '';
position: absolute;
height: 2px;
width: 14px;
top: 15px;
left: 8px;
margin-top: -1px;
background: #ffffff;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:before {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:after {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li.loading .remove {
opacity: 1;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li.loading .remove:before {
opacity: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li.loading .remove:after {
content: " ";
display: block;
width: 20px;
height: 20px;
background: transparent !important;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
border: 2px solid var(--main2);
border-color: var(--main) var(--main) transparent transparent;
-webkit-animation: lds-dual-ring 0.5s linear infinite;
-o-animation: lds-dual-ring 0.5s linear infinite;
-ms-animation: lds-dual-ring 0.5s linear infinite;
-moz-animation: lds-dual-ring 0.5s linear infinite;
animation: lds-dual-ring 0.5s linear infinite;
opacity: 1;
position: absolute;
top: 20%;
left: 17%;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax {
display: none;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax .quantity > div {
display: inline-block;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax .quantity > div > span {
width: 24px;
height: 24px;
line-height: 21px;
border: 1px solid #d8d8d8;
display: block;
border-radius: 100%;
font-size: 10px;
cursor: pointer;
text-align: center;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li:hover .remove {
opacity: 1;
}
.jws_mini_cart > .jws-cart-nav a {
position: relative;
display: block;
}
.jws_mini_cart > .jws-cart-nav a .cart_icon {
display: inline-block;
position: relative;
font-size: 30px;
color: #ffffff;
margin-right: 3px;
transition: 0.3s all;
}
.jws_mini_cart > .jws-cart-nav a .cart_text {
font-size: 14px;
font-family: var(--font1);
color: #ffffff;
display: inline-block;
line-height: 11px;
letter-spacing: 0.5px;
}
.jws_mini_cart > .jws-cart-nav a .jws_cart_count {
width: 20px;
height: 20px;
line-height: 20px;
display: block;
text-align: center;
font-size: 12px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
top: -6px;
right: -9px;
position: absolute;
background: var(--main);
color: var(--color2);
}
.jws_mini_cart .jws-cart-sidebar {
height: 100%;
min-width: 300px;
}
body[data-elementor-device-mode="tablet"] .jws_mini_cart.content-skin1 .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-thumbnail,
body[data-elementor-device-mode="mobile"] .jws_mini_cart.content-skin1 .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-thumbnail {
margin-right: 15px;
}
.dark-mode-on .jws-cart-sidebar {
background-color: #1C1C1C;
}
.dark-mode-on .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:before,
.dark-mode-on .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:after {
background: #191919;
}
.dark-mode-on .jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons a:hover {
color: #191919;
}
.admin-bar .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap {
padding-top: 66px;
}
.jws_wishlist > .jws-wishlist-nav a {
position: relative;
display: block;
}
.jws_wishlist > .jws-wishlist-nav a .wishlist_icon {
display: inline-block;
vertical-align: bottom;
position: relative;
font-size: 30px;
color: #ffffff;
margin-right: 3px;
}
.jws_wishlist > .jws-wishlist-nav a .wishlist_text {
font-size: 14px;
font-family: var(--font1);
color: #ffffff;
display: inline-block;
vertical-align: bottom;
line-height: 11px;
letter-spacing: 0.5px;
}
.jws_wishlist > .jws-wishlist-nav a .jws_wishlist_count {
width: 20px;
height: 20px;
line-height: 20px;
display: block;
text-align: center;
font-size: 12px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
top: -6px;
right: -9px;
position: absolute;
background: var(--main);
color: var(--color2);
}
.jws_wishlist > .jws-wishlist-nav a .jws_wishlist_count .blockUI {
display: none !important;
} .jws_categories .jws_list_categories {
list-style-type: none;
padding: 0;
margin: 0;
}
.jws_categories.skin_with_bg .jws_list_categories li.current-cat a {
color: var(--main2);
padding: 0 7px;
}
.jws_categories.skin_with_bg .jws_list_categories li.current-cat a:before {
width: 100%;
}
.jws_categories.skin_with_bg .jws_list_categories li a {
position: relative;
}
.jws_categories.skin_with_bg .jws_list_categories li a span {
position: relative;
}
.jws_categories.skin_with_bg .jws_list_categories li a:before {
background: var(--color_body);
width: 0;
height: 100%;
transition: .3s all;
content: "";
left: 0;
position: absolute;
z-index: 0;
top: 0;
border-radius: 3px;
}
.jws_categories.skin_with_bg .jws_list_categories li a:hover {
color: var(--main2);
padding: 0 7px;
}
.jws_categories.skin_with_bg .jws_list_categories li a:hover:before {
width: 100%;
}
.jws_categories.skin_with_border .jws_list_categories li.current-cat a {
padding: 0 7px;
}
.jws_categories.skin_with_border .jws_list_categories li.current-cat a:before {
transform: scaley(1);
-webkit-transform: scaley(1);
}
.jws_categories.skin_with_border .jws_list_categories li a {
z-index: 1;
position: relative;
}
.jws_categories.skin_with_border .jws_list_categories li a:before {
content: "";
height: 10px;
background: var(--main);
width: 100%;
position: absolute;
bottom: 2px;
left: 0;
z-index: -1;
transition: 0.3s all;
transform: scaley(0);
-webkit-transform: scaley(0);
}
.jws_categories.skin_with_border .jws_list_categories li a:hover {
padding: 0 7px;
}
.jws_categories.skin_with_border .jws_list_categories li a:hover:before {
transform: scaley(1);
-webkit-transform: scaley(1);
}
.jws_categories.skin_with_icon .jws_list_categories li {
font-family: var(--font1);
font-size: 14px;
color: #848484;
margin-bottom: 8px;
}
.jws_categories.skin_with_icon .jws_list_categories li.current-cat a {
color: var(--main);
}
.jws_categories.skin_with_icon .jws_list_categories li:before {
content: "\f105";
font-family: "Font Awesome 5 Free";
font-weight: 900;
display: inline-block;
margin-right: 32px;
vertical-align: middle;
}
.jws_categories.skin_with_icon .jws_list_categories li a {
color: var(--colorbody);
}
.jws_categories.skin_with_icon .jws_list_categories li a:hover {
color: var(--main);
}
.tagcloud-list a {
font-size: 12px;
color: var(--color1);
font-family: var(--font1);
background: var(--color2);
border-radius: 5px;
display: inline-block;
padding: 1px 15px;
margin: 0 5px 5px 0;
}
.tagcloud-list a:hover {
color: var(--main);
}
.elementor-widget-wp-widget-archives ul li a {
border-radius: 3px;
}
.elementor-widget-wp-widget-archives ul li a:hover {
color: var(--main2);
background: var(--color_body);
padding: 3px 7px;
} .jws-portfolio-element.archive_portfolio video {
max-width: 100%;
width: 100%;
margin: 0;
line-height: 1;
border: none;
}
.jws-portfolio-element.archive_portfolio .jws_portfolio_layout1 {
height: unset !important;
display: flex !important;
margin-bottom: 60px;
}
.jws-portfolio-element.archive_portfolio .jws_portfolio_layout1 .jws_portfolio_item .jws_portfolio_overlay {
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
}
.jws-portfolio-element.archive_portfolio .jws_portfolio_layout2 {
margin-bottom: 60px;
}
.jws-portfolio-element.archive_portfolio .jws_portfolio_layout2 .jws_portfolio_item .entry-content .post-meta {
margin-top: 25px;
}
.jws-portfolio-element.archive_portfolio .jws_portfolio_layout3,
.jws-portfolio-element.archive_portfolio .jws_portfolio_layout8,
.jws-portfolio-element.archive_portfolio .jws_portfolio_layout9 {
margin-bottom: 50px;
}
.jws-portfolio-element.archive_portfolio .jws_portfolio_layout8 {
display: flex;
flex-direction: column;
}
.jws-portfolio-element.archive_portfolio .jws_portfolio_layout8 .jws_portfolio_item {
margin-bottom: 30px;
}
.jws-portfolio-element.archive_portfolio .jws_portfolio_layout10 .jws_portfolio_item {
padding: 30px;
}
@media (min-width: 1024px) {
.jws-portfolio-element.archive_portfolio .jws_portfolio_layout2 .jws_portfolio_item .entry-content .title h2 {
font-size: 50.8px;
}
} .single-portfolio-container.layout1 .portfolio_content .portfolio_bottom {
margin-top: 245px;
}
.single-portfolio-container.layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio {
position: relative;
}
.single-portfolio-container.layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio:before,
.single-portfolio-container.layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio:after {
content: "";
clear: both;
display: table;
}
.single-portfolio-container.layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right {
display: block;
width: 100%;
}
.single-portfolio-container.layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav {
position: relative;
text-align: center;
}
.single-portfolio-container.layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle {
position: relative;
overflow: hidden;
}
.single-portfolio-container.layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle .btn-next {
background: transparent;
border: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.single-portfolio-container.layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle > svg {
height: 135px;
}
.single-portfolio-container.layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle > svg text {
font-family: var(--font2);
font-size: 22px;
letter-spacing: 2px;
font-weight: 400;
}
.single-portfolio-container.layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav .text_nav {
font-size: 18px;
color: var(--main2);
display: block;
opacity: 0.6;
text-transform: capitalize;
}
.single-portfolio-container.layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav .title {
color: var(--main2);
text-transform: capitalize;
font-weight: 400;
transition: 0.3s all;
margin: 0;
margin-top: 3px;
margin-bottom: 55px;
font-family: var(--font1);
}
.single-portfolio-container.layout1 .portfolio_header {
position: relative;
overflow: hidden;
width: 100%;
max-width: 100%;
margin: 0 auto;
transition: all 0.7s ease;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.single-portfolio-container.layout1 .portfolio_header .post_content {
max-width: 1110px;
text-align: center;
}
.single-portfolio-container.layout1 .portfolio_header .post_thumbnail {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: -1;
overflow: hidden;
}
.single-portfolio-container.layout1 .portfolio_header .post_thumbnail img {
min-width: 100%;
width: 100%;
min-height: 100%;
position: absolute;
top: 0px;
object-fit: cover;
}
.single-portfolio-container.layout1 .portfolio_header .short_des {
color: #ececec;
font-size: 18px;
margin-top: 6px;
}
.single-portfolio-container.layout1 .portfolio_header .entry-title {
color: var(--light);
font-family: var(--font1);
margin: 0;
text-align: center;
}
.single-portfolio-container.layout1 .portfolio_content .entry_content {
margin: 0 auto;
}
.single-portfolio-container.layout1 .portfolio_content .portfolio_top {
padding: 110px 0 0px;
max-width: 800px;
margin: 0 auto;
}
.single-portfolio-container.layout1 .portfolio_content .portfolio_description {
font-size: 16px;
line-height: 24px;
padding: 0 56px;
}
.single-portfolio-container.layout1 .portfolio_content .portfolio_description p {
margin-bottom: 0px;
}
.single-portfolio-container.layout1 .portfolio_content .portfolio_description .portfolio_detail_label {
font-size: 24px;
color: var(--color1);
font-weight: bold;
margin-bottom: 14px;
}
.single-portfolio-container.layout1 .portfolio_meta > ul {
padding: 10px;
display: flex;
list-style-type: none;
flex-wrap: wrap;
justify-content: space-between;
}
.single-portfolio-container.layout1 .portfolio_meta > ul > li {
margin-bottom: 5px;
line-height: 26px;
}
.single-portfolio-container.layout1 .portfolio_meta > ul > li .title_meta {
font-size: 15px;
color: var(--color_body);
position: relative;
font-weight: 400;
letter-spacing: 1px;
}
.single-portfolio-container.layout1 .portfolio_meta > ul > li > p,
.single-portfolio-container.layout1 .portfolio_meta > ul > li a {
font-size: 16px;
font-weight: 500;
color: var(--main2);
position: relative;
}
.single-portfolio-container.layout1 .portfolio_meta > ul > li.cat_item a {
font-size: 16px;
font-weight: 500;
color: var(--main2);
position: relative;
}
@media (min-width: 1200px) {
.layout1 .portfolio_content .entry_content {
max-width: 1110px;
}
}
@media (max-width: 1199px) {
body .site-content .layout1 .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 100% !important;
}
.layout1 .portfolio_content .entry_content,
.layout1 .portfolio_content .post_content {
max-width: calc(100% - 160px);
}
}
@media (min-width: 1024px) {
.layout1 .portfolio_content .entry_content {
padding-bottom: 225px;
}
.layout1 .portfolio_content .entry_content .portfolio_top .portfolio_meta > ul > li {
width: 25%;
}
}
@media (min-width: 1023px) {
.layout1 .entry_content .portfolio_top .portfolio_meta > ul > li {
width: 50%;
}
}
@media (min-width: 768px) {
.layout1 .portfolio_header .entry-title {
font-size: 100px;
}
.layout1 .portfolio_content .entry_content {
padding-bottom: 85px;
}
}
@media (max-width: 767px) {
body .site-content .layout1 .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 100% !important;
}
.layout1 .portfolio_header .entry-title {
font-size: 40px;
}
.layout1 .portfolio_content .entry_content,
.layout1 .portfolio_content .post_content {
padding-bottom: 50px;
max-width: calc(100% - 60px);
}
.layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio {
padding: 17px 0;
}
.layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio .portfolio_back {
display: none;
}
.layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav .title {
font-size: 30px;
}
.layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav #circle {
display: none;
}
.layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav:after {
top: 0 !important;
}
.layout1 .portfolio_content .portfolio_top {
padding: 33px 0 33px;
}
.layout1 .portfolio_content .portfolio_top .portfolio_meta > ul > li {
width: 100%;
}
.layout1 .portfolio_content .portfolio_top .portfolio_description {
padding: 0 15px;
margin-bottom: 30px;
}
}
@media only screen and (max-width: 540px) {
body .site-content .layout1 .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 100% !important;
}
.layout1 .single-portfolio-container .portfolio_content .entry_content,
.layout1 .single-portfolio-container .portfolio_content .post_content {
max-width: calc(100% - 60px);
}
}
.single-portfolio-container.layout2 .portfolio_header {
position: relative;
overflow: hidden;
width: 100%;
max-width: 100%;
margin: 0 auto;
transition: all 0.7s ease;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.single-portfolio-container.layout2 .portfolio_header .post_content {
max-width: 1300px;
text-align: center;
}
.single-portfolio-container.layout2 .portfolio_header .post_thumbnail {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: -1;
overflow: hidden;
}
.single-portfolio-container.layout2 .portfolio_header .post_thumbnail img {
min-width: 100%;
width: 100%;
min-height: 100%;
position: absolute;
top: 0px;
object-fit: cover;
}
.single-portfolio-container.layout2 .portfolio_header .short_des {
color: #000;
font-size: 18px;
}
.single-portfolio-container.layout2 .portfolio_header .entry-title {
color: var(--main2);
font-family: var(--font1);
margin: 0;
text-align: center;
}
.single-portfolio-container.layout2 .portfolio_content .entry_content {
margin: 0 auto;
}
.single-portfolio-container.layout2 .portfolio_content .portfolio_description {
font-size: 16px;
line-height: 24px;
padding: 0 56px;
}
.single-portfolio-container.layout2 .portfolio_content .portfolio_description p {
margin-bottom: 0px;
}
.single-portfolio-container.layout2 .portfolio_content .portfolio_description .portfolio_detail_label {
font-size: 24px;
color: var(--color1);
font-weight: bold;
margin-bottom: 14px;
}
.single-portfolio-container.layout2 .portfolio_meta {
float: right;
}
.single-portfolio-container.layout2 .portfolio_meta > ul {
padding: 0;
list-style-type: none;
margin: 0 20px;
}
.single-portfolio-container.layout2 .portfolio_meta > ul > li {
margin-bottom: 5px;
line-height: 26px;
}
.single-portfolio-container.layout2 .portfolio_meta > ul > li .title_meta {
font-size: 15px;
color: var(--color_body);
position: relative;
font-weight: 400;
letter-spacing: 1px;
}
.single-portfolio-container.layout2 .portfolio_meta > ul > li > p,
.single-portfolio-container.layout2 .portfolio_meta > ul > li a {
font-size: 16px;
font-weight: 500;
color: var(--main2);
position: relative;
}
.single-portfolio-container.layout2 .portfolio_meta > ul > li.cat_item a {
font-size: 16px;
font-weight: 500;
color: var(--main2);
position: relative;
}
@media (min-width: 768px) {
.layout2 .portfolio_header {
min-height: 100vh;
}
.layout2 .portfolio_header .entry-title {
font-size: 120px;
}
.layout2 .portfolio_content .entry_content {
padding-bottom: 85px;
}
}
@media (max-width: 767px) {
.layout2 .portfolio_header {
min-height: calc(100vh - 300px);
position: relative;
transform: translateY(0%);
-webkit-transform: translateY(0%);
padding: 40px 0 0;
width: 100%;
left: 0;
}
.layout2 .portfolio_header .entry-title {
font-size: 40px;
}
.layout2 .portfolio_content .entry_content {
padding-bottom: 50px;
}
.layout2 .portfolio_content .portfolio_bottom .nav_change_portfolio {
padding: 17px 0;
}
.layout2 .portfolio_content .portfolio_bottom .nav_change_portfolio .portfolio_back {
display: none;
}
.layout2 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav .title {
font-size: 30px;
}
.layout2 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav #circle {
display: none;
}
.layout2 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav:after {
top: 0 !important;
}
}
.single-portfolio-container {
margin: 0 auto;
overflow: hidden;
}
.single-portfolio-container .scroll_more #circle {
display: block;
position: relative;
overflow: hidden;
text-align: center;
}
.single-portfolio-container .scroll_more #circle .btn-next {
background: transparent;
border: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.single-portfolio-container .scroll_more #circle > svg {
height: 135px;
animation: rotate 10s infinite linear;
}
.single-portfolio-container .scroll_more #circle > svg text {
font-family: var(--font2);
font-size: 22px;
letter-spacing: 2px;
font-weight: 400;
}
.single-portfolio-container .portfolio_content .portfolio_bottom {
padding-top: 145px;
}
.single-portfolio-container .portfolio_content .portfolio_bottom .nav_change_portfolio {
position: relative;
}
.single-portfolio-container .portfolio_content .portfolio_bottom .nav_change_portfolio:before,
.single-portfolio-container .portfolio_content .portfolio_bottom .nav_change_portfolio:after {
content: "";
clear: both;
display: table;
}
.single-portfolio-container .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right {
display: block;
width: 100%;
}
.single-portfolio-container .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav {
position: relative;
text-align: center;
}
.single-portfolio-container .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle {
position: relative;
overflow: hidden;
}
.single-portfolio-container .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle .btn-next {
background: transparent;
border: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.single-portfolio-container .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle > svg {
height: 135px;
}
.single-portfolio-container .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle > svg text {
font-family: var(--font2);
font-size: 22px;
letter-spacing: 2px;
font-weight: 400;
}
.single-portfolio-container .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav .text_nav {
font-size: 18px;
color: var(--main2);
display: block;
opacity: 0.6;
text-transform: capitalize;
}
.single-portfolio-container .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav .title {
color: var(--main2);
text-transform: capitalize;
font-weight: 400;
transition: 0.3s all;
margin: 0;
margin-top: 3px;
margin-bottom: 55px;
font-family: var(--font1);
}
.single-portfolio-container.layout3 .portfolio_header {
margin: 0 auto;
}
.single-portfolio-container.layout3 .portfolio_header .portfolio_meta p a,
.single-portfolio-container.layout3 .portfolio_header .short_des {
color: var(--main2);
font-size: 16px;
line-height: 26px;
font-weight: 400;
}
.single-portfolio-container.layout3 .portfolio_header .entry-title {
color: var(--main2);
font-family: var(--font1);
margin: 0;
}
.single-portfolio-container.layout3 .portfolio_content .entry_content {
overflow: hidden;
}
.single-portfolio-container.layout3 .portfolio_content .portfolio_top {
padding: 70px 0 0px;
display: flex;
flex-wrap: wrap;
}
.single-portfolio-container.layout3 .portfolio_content .portfolio_top .title_meta,
.single-portfolio-container.layout3 .portfolio_content .portfolio_top .title_des {
font-size: 15px;
line-height: 26px;
text-transform: uppercase;
letter-spacing: 1px;
color: var(--color_body);
}
@media only screen and (max-width: 1440px) {
.single-portfolio-container.layout3 {
max-width: calc(100% - 160px);
}
.single-portfolio-container.layout3 .scroll_more {
flex: 0 0 100%;
margin-top: 30px;
}
}
@media only screen and (min-width: 1441px) {
.single-portfolio-container.layout3 {
max-width: calc(100% - 160px);
margin: 0 auto;
}
.single-portfolio-container.layout3 .portfolio_top .scroll_more {
right: 4.5%;
position: absolute;
}
.single-portfolio-container.layout3 .portfolio_content .portfolio_header {
max-width: 780px;
}
.single-portfolio-container.layout3 section.elementor-section.entry_content_block > .elementor-container {
max-width: 1280px !important;
margin-right: 0 !important;
margin-left: auto;
}
}
@media (min-width: 768px) {
.single-portfolio-container.layout3 .portfolio_header {
padding-top: 225px;
}
.single-portfolio-container.layout3 .portfolio_header .entry-title {
font-size: 100px;
line-height: 100px;
}
.single-portfolio-container.layout3 .portfolio_top .portfolio_meta {
flex: 0 0 39%;
}
.single-portfolio-container.layout3 .portfolio_top .portfolio_description {
flex: 0 0 61%;
}
.single-portfolio-container.layout3 .portfolio_content .entry_content {
padding-bottom: 46px;
}
.single-portfolio-container .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav .title {
font-size: 100px;
line-height: 100px;
}
}
@media (max-width: 767px) {
.single-portfolio-container.layout3 {
max-width: calc(100% - 120px);
}
.single-portfolio-container.layout3 .portfolio_header {
position: relative;
padding-top: 150px;
}
.single-portfolio-container.layout3 .portfolio_header .entry-title {
font-size: 40px;
}
.single-portfolio-container.layout3 .portfolio_content .entry_content {
padding-bottom: 46px;
}
.single-portfolio-container.layout3 .portfolio_content .portfolio_bottom .nav_change_portfolio {
padding: 17px 0;
}
.single-portfolio-container.layout3 .portfolio_content .portfolio_bottom .nav_change_portfolio .portfolio_back {
display: none;
}
.single-portfolio-container.layout3 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav .title {
font-size: 30px;
}
.single-portfolio-container.layout3 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav #circle {
display: none;
}
.single-portfolio-container.layout3 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav:after {
top: 0 !important;
}
.single-portfolio-container.layout3 .portfolio_content .portfolio_top {
flex-direction: column;
padding: 33px 0 33px;
}
.single-portfolio-container.layout3 .portfolio_content .portfolio_top .portfolio_meta {
flex: 0 0 100%;
}
.single-portfolio-container.layout3 .portfolio_content .portfolio_top .portfolio_description {
flex: 0 0 100%;
margin-top: 20px;
}
}
@media only screen and (max-width: 540px) {
.single-portfolio-container.layout3 {
max-width: calc(100% - 60px);
}
}
@keyframes rotate {
from {
transform: rotate(0);
}
to {
transform: rotate(360deg);
}
}
@media only screen and (min-width: 1441px) {
.layout4 .container,
.layout4 .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1130px !important;
}
}
.single-portfolio-container.layout4 .portfolio_content .portfolio_bottom {
margin-top: 225px;
}
.single-portfolio-container.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio {
position: relative;
}
.single-portfolio-container.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio:before,
.single-portfolio-container.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio:after {
content: "";
clear: both;
display: table;
}
.single-portfolio-container.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right {
display: block;
width: 100%;
}
.single-portfolio-container.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav {
position: relative;
text-align: center;
}
.single-portfolio-container.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle {
position: relative;
overflow: hidden;
}
.single-portfolio-container.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle .btn-next {
background: transparent;
border: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.single-portfolio-container.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle .btn-next path#arrow-down {
stroke: var(--light);
}
.single-portfolio-container.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle > svg {
height: 135px;
}
.single-portfolio-container.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle > svg text {
font-family: var(--font2);
font-size: 22px;
letter-spacing: 2px;
font-weight: 400;
fill: var(--light);
}
.single-portfolio-container.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav .text_nav {
font-size: 18px;
color: var(--light);
display: block;
opacity: 0.6;
text-transform: capitalize;
}
.single-portfolio-container.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav .title {
color: var(--light);
text-transform: capitalize;
font-weight: 400;
transition: 0.3s all;
margin: 0;
margin-top: 3px;
margin-bottom: 55px;
font-family: var(--font1);
}
.layout4 .portfolio_header {
position: relative;
overflow: hidden;
width: 100%;
max-width: 100%;
margin: 0 auto;
transition: all 0.7s ease;
min-height: 600px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.layout4 .portfolio_header .post_content {
text-align: center;
z-index: 2;
}
.layout4 .portfolio_header .post_thumbnail {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 1;
overflow: hidden;
}
.layout4 .portfolio_header .post_thumbnail img {
min-width: 100%;
width: 100%;
min-height: 100%;
position: absolute;
top: 0px;
object-fit: cover;
}
.layout4 .portfolio_header .entry-title {
color: var(--light);
font-family: var(--font1);
margin: 0;
text-align: center;
}
.layout4 .portfolio_content {
margin-top: 170px;
}
.layout4 .portfolio_content .entry_content {
margin: 0 auto;
}
.layout4 .portfolio_content .portfolio_top {
padding: 50px 0 0px;
}
.layout4 .portfolio_content .portfolio_description {
font-size: 16px;
line-height: 24px;
padding: 0 56px;
}
.layout4 .portfolio_content .portfolio_description p {
margin-bottom: 0px;
}
.layout4 .portfolio_content .portfolio_description .portfolio_detail_label {
font-size: 24px;
color: var(--color1);
font-weight: bold;
margin-bottom: 14px;
}
.layout4 .portfolio_meta {
display: flex;
padding: 10px;
max-width: 1757px;
margin: 0 auto;
}
.layout4 .portfolio_meta .elementor-column.elementor-col-50 {
align-items: center;
}
.layout4 .portfolio_meta .meta_cat a,
.layout4 .portfolio_meta .meta_cat p {
font-size: 16px;
font-weight: 500;
}
.layout4 .portfolio_meta .meta_cat p {
margin-bottom: 0px;
color: var(--color_body);
}
.layout4 .portfolio_meta .meta_cat a {
color: var(--light);
}
.layout4 .portfolio_meta .meta_provide .inline {
background-color: var(--main);
width: 100px;
display: inline-block;
height: 1px;
margin: 0px 15px;
}
.layout4 .portfolio_meta .meta_provide span {
font-size: 16px;
font-weight: 500;
color: var(--light);
display: inline;
}
@media (max-width: 1199px) {
.layout4 .portfolio_content .entry_content,
.layout4 .portfolio_content .post_content {
max-width: calc(100% - 160px);
}
}
@media (min-width: 1024px) {
.layout4 .portfolio_header .entry-title {
font-size: 150px;
line-height: 160px;
}
.layout4 .portfolio_meta {
padding: 50px 68px 0px 68px;
}
.layout4 .portfolio_content .entry_content {
padding-bottom: 85px;
}
}
@media (min-width: 768px) {
.layout4 .portfolio_top .portfolio_meta .meta_provide {
justify-content: flex-end;
}
.layout4 .portfolio_header .entry-title {
font-size: 100px;
line-height: 100px;
}
.layout4 .portfolio_content .entry_content {
padding-bottom: 85px;
}
}
@media (max-width: 767px) {
.layout4 .portfolio_header .entry-title {
font-size: 40px;
line-height: 48px;
}
.layout4 .portfolio_content .entry_content,
.layout4 .portfolio_content .post_content {
padding-bottom: 50px;
max-width: calc(100% - 120px);
}
.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio {
padding: 17px 0;
}
.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio .portfolio_back {
display: none;
}
.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav .title {
font-size: 30px;
}
.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav #circle {
display: none;
}
.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav:after {
top: 0 !important;
}
.layout4 .portfolio_content .portfolio_top .portfolio_meta {
flex-wrap: wrap;
}
.layout4 .portfolio_content .portfolio_top .portfolio_meta .meta_provide {
justify-content: flex-start;
margin-top: 30px;
}
}
@media only screen and (max-width: 540px) {
.single-portfolio-container.layout4 .portfolio_content .entry_content,
.single-portfolio-container.layout4 .portfolio_content .post_content {
max-width: calc(100% - 60px);
}
}
.single-portfolio-container.layout5 .portfolio_content .portfolio_bottom {
margin-top: 225px;
}
.single-portfolio-container.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio {
position: relative;
}
.single-portfolio-container.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio:before,
.single-portfolio-container.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio:after {
content: "";
clear: both;
display: table;
}
.single-portfolio-container.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right {
display: block;
width: 100%;
}
.single-portfolio-container.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav {
position: relative;
text-align: center;
}
.single-portfolio-container.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle {
position: relative;
overflow: hidden;
}
.single-portfolio-container.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle .btn-next {
background: transparent;
border: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.single-portfolio-container.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle .btn-next path#arrow-down {
stroke: var(--light);
}
.single-portfolio-container.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle > svg {
height: 135px;
}
.single-portfolio-container.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle > svg text {
font-family: var(--font2);
font-size: 22px;
letter-spacing: 2px;
font-weight: 400;
fill: var(--light);
}
.single-portfolio-container.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav .text_nav {
font-size: 18px;
color: var(--light);
display: block;
opacity: 0.6;
text-transform: capitalize;
}
.single-portfolio-container.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav .title {
color: var(--light);
text-transform: capitalize;
font-weight: 400;
transition: 0.3s all;
margin: 0;
margin-top: 3px;
margin-bottom: 55px;
font-family: var(--font1);
}
.single-portfolio-container.layout5.layout5 .portfolio_header {
margin-right: auto !important;
margin-left: auto !important;
position: relative;
overflow: hidden;
transition: all 0.7s ease;
min-height: 100vh;
}
.single-portfolio-container.layout5.layout5 .portfolio_header .section-image__wrapper .post_thumbnail {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
overflow: hidden;
}
.single-portfolio-container.layout5.layout5 .portfolio_header .section-image__wrapper .post_thumbnail img {
object-fit: cover;
min-height: 130%;
position: absolute;
top: 0px;
}
.single-portfolio-container.layout5.layout5 .portfolio_header .short_des {
color: #ececec;
font-size: 16px;
margin-top: 35px;
line-height: 26px;
}
.single-portfolio-container.layout5.layout5 .portfolio_header .entry-title {
color: var(--light);
font-family: var(--font1);
margin: 0;
}
.single-portfolio-container.layout5.layout5 .portfolio_content .portfolio_cate a {
font-size: 16px;
font-family: var(--font2);
color: var(--light);
}
.single-portfolio-container.layout5.layout5 .portfolio_content .scroll_more {
position: absolute;
right: 4.5%;
}
.single-portfolio-container.layout5.layout5 .portfolio_content .scroll_more #circle {
display: block;
position: relative;
overflow: hidden;
text-align: center;
}
.single-portfolio-container.layout5.layout5 .portfolio_content .scroll_more #circle .btn-next {
background: transparent;
border: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.single-portfolio-container.layout5.layout5 .portfolio_content .scroll_more #circle .btn-next svg path#arrow-down {
stroke: #fff;
}
.single-portfolio-container.layout5.layout5 .portfolio_content .scroll_more #circle > svg {
height: 135px;
animation: rotate 10s infinite linear;
}
.single-portfolio-container.layout5.layout5 .portfolio_content .scroll_more #circle > svg text {
font-family: var(--font2);
font-size: 22px;
letter-spacing: 2px;
font-weight: 400;
fill: var(--light);
}
.single-portfolio-container.layout5.layout5 .portfolio_content .portfolio_description {
font-size: 16px;
line-height: 24px;
padding: 0 56px;
}
.single-portfolio-container.layout5.layout5 .portfolio_content .portfolio_description p {
margin-bottom: 0px;
}
.single-portfolio-container.layout5.layout5 .portfolio_content .portfolio_description .portfolio_detail_label {
font-size: 24px;
color: var(--color1);
font-weight: bold;
margin-bottom: 14px;
}
.single-portfolio-container.layout5.layout5 .portfolio_meta > ul {
padding: 0px;
}
.single-portfolio-container.layout5.layout5 .portfolio_meta > ul > li {
list-style-type: none;
margin-bottom: 5px;
line-height: 26px;
}
.single-portfolio-container.layout5.layout5 .portfolio_meta > ul > li:not(:first-child) {
margin-top: 58px;
}
.single-portfolio-container.layout5.layout5 .portfolio_meta > ul > li:first-child {
margin-top: 67px;
}
.single-portfolio-container.layout5.layout5 .portfolio_meta > ul > li .title_meta {
font-size: 15px;
color: var(--color_body);
position: relative;
font-weight: 400;
letter-spacing: 1px;
list-style-type: none;
}
.single-portfolio-container.layout5.layout5 .portfolio_meta > ul > li > p,
.single-portfolio-container.layout5.layout5 .portfolio_meta > ul > li a {
font-size: 16px;
font-weight: 500;
color: var(--light);
position: relative;
}
@media screen and (min-width: 992px) {
.layout5 .col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.layout5 .portfolio_top {
max-width: 445px;
padding-left: 115px;
padding-top: 110px;
}
.layout5 .portfolio_top.align-self-end {
align-self: center;
}
}
@media (max-width: 991px) {
.layout5 .col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.layout5 .portfolio_top .portfolio_meta > ul > li:not(:first-child) {
margin-top: 28px;
}
.layout5 .portfolio_top .portfolio_meta > ul > li:first-child {
margin-top: 37px;
}
.layout5 .portfolio_header {
min-height: 0;
}
.layout5 .portfolio_header .section-image__wrapper {
min-height: calc(5.71px * 100);
height: 100%;
}
}
@media (min-width: 768px) {
.layout5 .portfolio_header {
margin-bottom: 130px;
}
.layout5 .portfolio_header .scroll_more {
bottom: 4rem;
}
.layout5 .portfolio_header .entry-title {
font-size: 64px;
}
.layout5 .portfolio_content .entry_content {
padding-bottom: 85px;
}
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
.layout5 .scroll_more {
bottom: 0;
}
.layout5 .portfolio_top {
padding-top: 30px;
max-width: 480px;
margin: 0 auto;
}
}
@media only screen and (max-width: 820px) and (min-width: 768px) {
.layout5 .portfolio_top {
max-width: 650px;
margin: 50px auto 0px;
}
}
@media only screen and (max-width: 479px) {
.layout5 .scroll_more {
bottom: 0;
}
.layout5 .portfolio_top {
padding-top: 30px;
max-width: 360px;
margin: 0 auto;
}
}
@media (max-width: 767px) {
.layout5 .portfolio_header {
position: relative;
margin-bottom: 75px;
}
.layout5 .portfolio_header .entry-title {
font-size: 40px;
}
.layout5 .portfolio_content .entry_content {
padding-bottom: 50px;
}
.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio {
padding: 17px 0;
}
.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio .portfolio_back {
display: none;
}
.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav .title {
font-size: 30px;
}
.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav #circle {
display: none;
}
.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav:after {
top: 0 !important;
}
.layout5 .portfolio_content .portfolio_top .portfolio_description {
padding: 0 15px;
margin-bottom: 30px;
}
}
.single-portfolio-container.layout6 {
position: relative;
}
.single-portfolio-container.layout6 .scroll_more #circle {
display: block;
position: relative;
overflow: hidden;
text-align: center;
}
.single-portfolio-container.layout6 .scroll_more #circle .btn-next {
background: transparent;
border: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.single-portfolio-container.layout6 .scroll_more #circle > svg {
height: 135px;
animation: rotate 10s infinite linear;
}
.single-portfolio-container.layout6 .scroll_more #circle > svg text {
font-family: var(--font2);
font-size: 22px;
letter-spacing: 2px;
font-weight: 400;
}
.single-portfolio-container.layout6 .portfolio_content {
margin-top: 150px;
}
.single-portfolio-container.layout6 .portfolio_content .portfolio_bottom .nav_change_portfolio {
position: relative;
}
.single-portfolio-container.layout6 .portfolio_content .portfolio_bottom .nav_change_portfolio:before,
.single-portfolio-container.layout6 .portfolio_content .portfolio_bottom .nav_change_portfolio:after {
content: "";
clear: both;
display: table;
}
.single-portfolio-container.layout6 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right {
display: block;
width: 100%;
}
.single-portfolio-container.layout6 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav {
position: relative;
text-align: center;
}
.single-portfolio-container.layout6 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle {
position: relative;
overflow: hidden;
}
.single-portfolio-container.layout6 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle .btn-next {
background: transparent;
border: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.single-portfolio-container.layout6 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle > svg {
height: 135px;
}
.single-portfolio-container.layout6 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle > svg text {
font-family: var(--font2);
font-size: 22px;
letter-spacing: 2px;
font-weight: 400;
}
.single-portfolio-container.layout6 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav .text_nav {
font-size: 18px;
color: var(--main2);
display: block;
opacity: 0.6;
text-transform: capitalize;
}
.single-portfolio-container.layout6 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav .title {
color: var(--main2);
text-transform: capitalize;
font-weight: 400;
transition: 0.3s all;
margin: 0;
margin-top: 3px;
margin-bottom: 55px;
font-family: var(--font1);
}
.single-portfolio-container.layout6.layout6 {
margin: 0 auto;
}
.single-portfolio-container.layout6.layout6 .portfolio_header {
text-align: center;
position: relative;
width: 100%;
max-width: 100%;
padding: 10px;
transition: all 0.7s ease;
}
.single-portfolio-container.layout6.layout6 .portfolio_header .post_content {
margin-bottom: 42px;
}
.single-portfolio-container.layout6.layout6 .portfolio_header .post_content .portfolio_cate {
margin-bottom: 0;
}
.single-portfolio-container.layout6.layout6 .portfolio_header .post_content .portfolio_cate a {
font-size: 16px;
font-weight: 500;
color: var(--color_body);
position: relative;
}
.single-portfolio-container.layout6.layout6 .short_des {
color: #ececec;
font-size: 18px;
margin-top: 6px;
}
.single-portfolio-container.layout6.layout6 .entry-title {
color: var(--main2);
font-family: var(--font1);
margin: 0;
}
.single-portfolio-container.layout6.layout6 .portfolio_content .portfolio_top {
max-width: 780px;
margin: 0 auto;
text-align: left;
}
.single-portfolio-container.layout6.layout6 .portfolio_content .portfolio_description {
font-size: 16px;
line-height: 24px;
padding: 0 56px;
}
.single-portfolio-container.layout6.layout6 .portfolio_content .portfolio_description p {
margin-bottom: 0px;
}
.single-portfolio-container.layout6.layout6 .portfolio_content .portfolio_description .portfolio_detail_label {
font-size: 24px;
color: var(--color1);
font-weight: bold;
margin-bottom: 14px;
}
.single-portfolio-container.layout6.layout6 .portfolio_meta > ul {
flex-wrap: wrap;
display: flex;
padding: 0;
list-style-type: none;
}
.single-portfolio-container.layout6.layout6 .portfolio_meta > ul > li {
min-height: 1px;
margin-bottom: 5px;
line-height: 26px;
}
.single-portfolio-container.layout6.layout6 .portfolio_meta > ul > li .title_meta {
font-size: 15px;
color: var(--color_body);
position: relative;
font-weight: 400;
letter-spacing: 1px;
}
.single-portfolio-container.layout6.layout6 .portfolio_meta > ul > li > p,
.single-portfolio-container.layout6.layout6 .portfolio_meta > ul > li a {
margin: 12px 0px;
font-size: 16px;
font-weight: 500;
color: var(--main2);
position: relative;
}
@media only screen and (min-width: 1620px) {
.layout6 .scroll_more {
position: absolute;
right: 3.5%;
bottom: 14rem;
}
}
@media only screen and (max-width: 1619px) {
.layout6 .scroll_more {
padding-top: 44px;
}
}
@media only screen and (min-width: 1199px) {
.single-portfolio-container.layout6 .entry_content,
.single-portfolio-container.layout6 .post_thumbnail,
.single-portfolio-container.layout6 .post_content {
margin: 0 auto;
max-width: 1080px;
}
}
@media only screen and (max-width: 1200px) {
.single-portfolio-container.layout6 {
max-width: calc(100% - 160px);
}
}
@media (min-width: 768px) {
.layout6 .portfolio_header .post_thumbnail {
position: relative;
min-height: 670px;
overflow: hidden;
}
.layout6 .portfolio_header .post_thumbnail img {
object-fit: cover;
min-height: 130%;
position: absolute;
top: 0px;
left: 0;
}
.layout6 .portfolio_header .entry-title {
font-size: 64px;
}
.layout6 .portfolio_content .portfolio_top {
padding: 80px 0 0px;
}
.layout6 .portfolio_content .portfolio_top .portfolio_meta > ul > li {
width: calc(33.33% - 13.33px);
}
.layout6 .portfolio_content .portfolio_top .portfolio_meta > ul > li:not(:last-child) {
margin-right: 20px;
}
.layout6 .portfolio_content .entry_content {
padding-bottom: 85px;
}
.layout6 .portfolio_content .portfolio_bottom {
margin-top: 277px;
}
}
@media (max-width: 767px) {
.single-portfolio-container.layout6 {
max-width: calc(100% - 120px);
}
.single-portfolio-container.layout6 .scroll_more {
padding-top: 20px;
}
.single-portfolio-container.layout6 .portfolio_top {
padding: 40px 0px 0px;
}
.single-portfolio-container.layout6 .portfolio_top .portfolio_meta > ul > li {
width: 100%;
}
.single-portfolio-container.layout6 .portfolio_top .portfolio_meta > ul > li:not(:last-child) {
margin-bottom: 20px;
}
.portfolio_header {
position: relative;
}
.portfolio_header .entry-title {
font-size: 40px;
}
.portfolio_content .entry_content {
padding-bottom: 50px;
}
.portfolio_content .portfolio_bottom {
margin-top: 100px;
}
.portfolio_content .portfolio_bottom .nav_change_portfolio {
padding: 17px 0;
}
.portfolio_content .portfolio_bottom .nav_change_portfolio .portfolio_back {
display: none;
}
.portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav .title {
font-size: 30px;
}
.portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav #circle {
display: none;
}
.portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav:after {
top: 0 !important;
}
}
@media only screen and (max-width: 540px) {
.single-portfolio-container.layout6 {
max-width: calc(100% - 60px);
}
}
@keyframes rotate {
from {
transform: rotate(0);
}
to {
transform: rotate(360deg);
}
}
.single-portfolio-container .portfolio_content .scroll_more #circle .btn-next {
cursor: pointer;
}
.elementor-editor-active .portfolio-loader {
display: none;
}
.elementor-editor-active.single-portfolio #page {
opacity: 1;
}
.image_next_portfolio {
text-align: center;
}
.image_next_portfolio img {
max-width: 460px;
}
.loading .portfolio-loader {
opacity: 1;
}
.loading > i,
.loading:before {
opacity: 0;
}
.portfolio-loader {
position: fixed;
margin: 0 auto;
width: 50px;
height: 50px;
margin-left: -25px;
margin-top: -25px;
top: 50%;
left: 50%;
}
.portfolio-loader:before {
content: '';
display: block;
padding-top: 100%;
}
.portfolio-loader .circular {
animation: rotatekey 2s linear infinite;
height: 100%;
transform-origin: center center;
width: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.portfolio-loader .path {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
animation: dash 1.5s ease-in-out infinite;
stroke: #000;
stroke-linecap: round;
}
@keyframes rotatekey {
100% {
transform: rotate(360deg);
}
}
@keyframes dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -35px;
}
100% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -124px;
}
}
.single-portfolio #page {
opacity: 0;
transition: 0.5s all;
}
.single-portfolio #page.loaded {
opacity: 1;
} .single-blog header .jws_post_meta > span {
display: inline-block;
margin-right: 20px;
font-size: 14px;
font-family: var(--font2);
font-weight: 400;
text-transform: capitalize;
}
.single-blog header .jws_post_meta > span [class^="ri-"],
.single-blog header .jws_post_meta > span [class*="ri-"] {
font-size: 16px;
margin-right: 6px;
vertical-align: top;
}
.single-blog header .jws_post_meta > span a {
color: var(--main3);
}
.single-blog header .jws_post_meta > span a:hover {
color: var(--main2);
}
.single-blog .post_related {
padding-bottom: 44px;
}
.single-blog.has_sidebar footer {
max-width: 100%;
}
.single.single-post .site-content {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 60px;
}
.single.single-post .site-content .jws-title-bar-wrap ~ .single_blog_layout1,
.single.single-post .site-content .jws-title-bar-wrap ~ .single_blog_layout2 {
margin-top: 31px;
}
.single.single-post .site-content .single_blog_layout1,
.single.single-post .site-content .single_blog_layout2 {
margin-top: 40px;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comments-title,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comments-title {
font-size: 40px;
color: var(--main2);
margin-bottom: 33px;
font-family: var(--font1);
font-weight: 400;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list {
list-style-type: none;
padding: 0;
margin: 0;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li .comment-form,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li .comment-form {
margin-bottom: 60px;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li ol,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li ol {
list-style-type: none;
padding: 0;
margin: 0;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li .children,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li .children {
padding-left: 110px;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li .comment-body,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body {
margin-bottom: 23px;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li .comment-body .comment-avatar,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body .comment-avatar {
max-width: 80px;
display: inline-block;
vertical-align: top;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li .comment-body .comment-avatar img,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body .comment-avatar img {
border-radius: 100%;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li .comment-body .comment-info,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body .comment-info {
width: calc(100% - 90px);
display: inline-block;
vertical-align: top;
padding-left: 27px;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li .comment-body .comment-info > p,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body .comment-info > p {
font-size: 15px;
line-height: 24px;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info {
margin-bottom: 14px;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .comment-author,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .comment-author {
font-family: var(--font1);
color: var(--main2);
font-size: 25px;
text-transform: capitalize;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .comment-date,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .comment-date {
font-size: 13px;
color: #525252;
letter-spacing: 1px;
text-transform: uppercase;
display: inline-block;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply {
float: right;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply a,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply a {
font-family: var(--font2);
color: var(--main2);
font-size: 13px;
font-weight: 400;
padding: 2px 12px;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply a .reply-icon,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply a .reply-icon {
vertical-align: middle;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply a:hover,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply a:hover {
background: #000;
color: var(--light);
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-reply-title,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-reply-title {
font-size: 40px;
color: var(--main2);
margin-bottom: 10px;
font-family: var(--font1);
font-weight: 400;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond #cancel-comment-reply-link,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond #cancel-comment-reply-link {
font-family: var(--font1);
color: var(--color1);
font-size: 12px;
font-weight: 700;
letter-spacing: 3px;
text-transform: uppercase;
margin-left: 10%;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond #cancel-comment-reply-link:hover,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond #cancel-comment-reply-link:hover {
color: var(--main);
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form input[type="text"],
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form input[type="text"],
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form textarea,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form textarea {
border: 1px solid #dedede;
width: 100%;
padding: 0 15px;
font-size: 14px;
margin-bottom: 9px;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form input[type="text"]::-webkit-input-placeholder,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form input[type="text"]::-webkit-input-placeholder,
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form textarea::-webkit-input-placeholder,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form textarea::-webkit-input-placeholder { color: var(--color2);
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form input[type="text"]::-moz-placeholder,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form input[type="text"]::-moz-placeholder,
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form textarea::-moz-placeholder,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form textarea::-moz-placeholder { color: var(--color2);
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form input[type="text"]:-ms-input-placeholder,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form input[type="text"]:-ms-input-placeholder,
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form textarea:-ms-input-placeholder,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form textarea:-ms-input-placeholder { color: var(--color2);
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form input[type="text"]:-moz-placeholder,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form input[type="text"]:-moz-placeholder,
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form textarea:-moz-placeholder,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form textarea:-moz-placeholder { color: var(--color2);
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form textarea,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form textarea {
padding-top: 9px;
height: 150px;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form input[type="text"],
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form input[type="text"] {
height: 50px;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form .comment-form-cookies-consent label,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form .comment-form-cookies-consent label {
color: var(--main2);
font-size: 14px;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form .comment-notes,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form .comment-notes {
font-size: 14px;
color: #959595;
margin-bottom: 27px;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form .submit,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form .submit {
color: #ffffff;
background: #090909;
font-weight: bold;
font-size: 15px;
text-transform: capitalize;
border: none;
outline: none;
padding: 11px 52px;
font-family: var(--font2);
transition: 0.3s all;
margin-top: 8px;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer,
.single.single-post .site-content .single_blog_layout2 .single-blog footer,
.single.single-post .site-content .single_blog_layout1 .single-blog header,
.single.single-post .site-content .single_blog_layout2 .single-blog header,
.single.single-post .site-content .single_blog_layout1 .single-blog .entry_content,
.single.single-post .site-content .single_blog_layout2 .single-blog .entry_content {
max-width: 770px;
margin: 0 auto;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer,
.single.single-post .site-content .single_blog_layout2 .single-blog footer {
margin-bottom: 100px;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .tag-share,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .tag-share {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-tags,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-tags {
margin-bottom: 16px;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-tags > span,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-tags > span {
font-weight: bold;
margin-right: 15px;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-tags a,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-tags a {
border-style: solid;
border-width: 1px 1px 1px 1px;
margin: 0px 10px 10px 0px;
padding: 4px 9px;
border-radius: 0px 0px 0px 0px;
color: #000000;
font-family: var(--font2);
font-size: 15px;
font-weight: 600;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-tags a:hover,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-tags a:hover {
background: var(--main);
color: #ffffff;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-navigation,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-navigation {
margin-top: 45px;
padding: 19px 0px;
display: flex;
margin-bottom: 65px;
border-top: 1px solid rgba(9, 9, 9, 0.1);
border-bottom: 1px solid rgba(9, 9, 9, 0.1);
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-navigation a .text_nav,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-navigation a .text_nav {
color: var(--color_body);
letter-spacing: 1px;
font-size: 13px;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-navigation a .title,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-navigation a .title {
margin-top: 5px;
font-size: 25.4px;
line-height: 33px;
font-family: var(--font1);
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-navigation a.left,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-navigation a.left,
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-navigation a.right,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-navigation a.right {
width: 50%;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-navigation a.right,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-navigation a.right {
text-align: right;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-share,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-share {
text-align: right;
margin-bottom: 14px;
color: var(--main2);
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-share .social_label,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-share .social_label {
margin-right: 16px;
display: inline-block;
font-size: 15px;
font-weight: 600;
font-family: var(--font2);
line-height: 26px;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-share a,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-share a {
color: var(--color1);
font-size: 16px;
margin: 0 11px;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-share a:hover,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-share a:hover {
color: var(--main);
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-about-author,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-about-author {
background: #f5f5f5;
padding: 36px 20px;
margin-bottom: 56px;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-about-author .post-author-avatar,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-about-author .post-author-avatar {
text-align: center;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-about-author .post-author-avatar img,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-about-author .post-author-avatar img {
max-width: 120px;
border-radius: 100%;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-about-author .post-author-info .at-name,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-about-author .post-author-info .at-name {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
font-family: var(--font1);
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-about-author .post-author-info .at-name a,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-about-author .post-author-info .at-name a {
color: var(--color1);
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-about-author .post-author-info .at-name a:hover,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-about-author .post-author-info .at-name a:hover {
color: var(--main);
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-about-author .post-author-info .at-job,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-about-author .post-author-info .at-job {
margin-bottom: 15px;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-about-author .post-author-info .description,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-about-author .post-author-info .description {
font-size: 14px;
line-height: 24px;
margin-bottom: 17px;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-about-author .post-author-info .icon-author a,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-about-author .post-author-info .icon-author a {
color: var(--color1);
font-size: 14px;
margin-right: 12px;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-about-author .post-author-info .icon-author a:hover,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-about-author .post-author-info .icon-author a:hover {
color: var(--main);
}
.single.single-post .site-content .single_blog_layout1 .single-blog.has_sidebar footer,
.single.single-post .site-content .single_blog_layout2 .single-blog.has_sidebar footer,
.single.single-post .site-content .single_blog_layout1 .single-blog.has_sidebar header,
.single.single-post .site-content .single_blog_layout2 .single-blog.has_sidebar header,
.single.single-post .site-content .single_blog_layout1 .single-blog.has_sidebar .entry_content,
.single.single-post .site-content .single_blog_layout2 .single-blog.has_sidebar .entry_content {
max-width: 100%;
}
@media only screen and (min-width: 1441px) {
.single.single-post .site-content .jws-title-bar-wrap .container {
max-width: 100% !important;
padding: 0px 49px 0px 68px;
}
}
.blog-content.jws-blog-layout2 .post_content .post-format-wrap .jws-post-link a > span,
.single-blog .post_content .post-format-wrap .jws-post-link a > span {
font-size: 30px;
display: inline;
margin-right: 34px;
}
.blog-content.jws-blog-layout2 .post_content .post-format-wrap .jws-post-link a .entry_title,
.single-blog .post_content .post-format-wrap .jws-post-link a .entry_title {
color: var(--light);
display: inherit;
}
.blog-content.jws-blog-layout2 .post_content .post-format-wrap,
.single-blog .post_content .post-format-wrap {
overflow: hidden;
position: relative;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-audio,
.single-blog .post_content .jws-post-audio {
margin-bottom: 21px;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-video,
.single-blog .post_content .jws-post-video {
margin-bottom: 21px;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-video p,
.single-blog .post_content .jws-post-video p {
text-align: center;
font-size: 14px;
font-style: italic;
margin-bottom: 0;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-gallery .jws-post-gallery-item,
.single-blog .post_content .jws-post-gallery .jws-post-gallery-item {
width: 100%;
text-align: center;
margin-top: 0;
overflow: hidden;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-gallery .jws-post-gallery-item:first-child,
.single-blog .post_content .jws-post-gallery .jws-post-gallery-item:first-child {
display: block;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-gallery button.slick-next.slick-arrow,
.single-blog .post_content .jws-post-gallery button.slick-next.slick-arrow {
right: 5%;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-gallery button.slick-prev.slick-arrow,
.single-blog .post_content .jws-post-gallery button.slick-prev.slick-arrow {
left: 5%;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-gallery button.slick-next.slick-arrow,
.single-blog .post_content .jws-post-gallery button.slick-next.slick-arrow,
.blog-content.jws-blog-layout2 .post_content .jws-post-gallery button.slick-prev.slick-arrow,
.single-blog .post_content .jws-post-gallery button.slick-prev.slick-arrow {
background: transparent;
border: none;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: 16px;
color: var(--main2);
}
.blog-content.jws-blog-layout2 .post_content .jws-post-gallery .slick-dots,
.single-blog .post_content .jws-post-gallery .slick-dots {
list-style-type: none;
padding: 0;
text-align: center;
margin: 0;
position: absolute;
bottom: 25px;
width: 100%;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-gallery .slick-dots li,
.single-blog .post_content .jws-post-gallery .slick-dots li {
width: 15px;
height: 15px;
border: 1px solid transparent;
transition: 0.3s all;
border-radius: 100%;
line-height: 7px;
text-align: center;
display: inline-block;
margin: 0 5px;
cursor: pointer;
background: transparent;
opacity: 1;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-gallery .slick-dots li button,
.single-blog .post_content .jws-post-gallery .slick-dots li button {
display: none;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-gallery .slick-dots li:before,
.single-blog .post_content .jws-post-gallery .slick-dots li:before {
width: 5px;
height: 5px;
background: #ffffff;
border-radius: 100%;
padding: 0;
border: 0;
outline: 0;
cursor: pointer;
content: "";
display: inline-block;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-gallery .slick-dots li.slick-active,
.single-blog .post_content .jws-post-gallery .slick-dots li.slick-active {
border-color: #ffffff;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-gallery .slick-dots li.slick-active:before,
.single-blog .post_content .jws-post-gallery .slick-dots li.slick-active:before {
background: #ffffff;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-quote,
.single-blog .post_content .jws-post-quote {
background: var(--main2);
padding: 50px 5% 50px 4%;
position: relative;
margin-bottom: 26px;
display: flex;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-quote > span,
.single-blog .post_content .jws-post-quote > span {
font-size: 34px;
color: var(--link_hover);
display: inline;
vertical-align: top;
margin-right: 34px;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-quote .quote-description,
.single-blog .post_content .jws-post-quote .quote-description {
color: var(--light);
font-size: 15px;
line-height: 24px;
display: inline-block;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-quote .quote-description h3,
.single-blog .post_content .jws-post-quote .quote-description h3 {
display: inline-block;
font-family: var(--font2);
color: var(--light);
font-size: 20px;
font-weight: 400;
line-height: 30px;
margin-bottom: 11px;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-quote .quote-description .minus,
.single-blog .post_content .jws-post-quote .quote-description .minus {
display: inline-block;
background-color: #ffffff;
width: 10px;
height: 1px;
vertical-align: middle;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-quote .quote-description .jws-post-author,
.single-blog .post_content .jws-post-quote .quote-description .jws-post-author {
color: var(--light);
}
.blog-content.jws-blog-layout2 .post_content .jws-post-quote .quote-description p,
.single-blog .post_content .jws-post-quote .quote-description p {
font-size: 14px;
margin: 0;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-link,
.single-blog .post_content .jws-post-link {
background: url(https://atisa.jwsuperthemes.com/wp-content/themes/atisa/assets/image/link_background.jpg);
padding: 70px 50px;
position: relative;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-link a,
.single-blog .post_content .jws-post-link a {
color: var(--light);
font-size: 24px;
font-weight: 400;
font-family: var(--font1);
}
.comment-form-cookies-consent input,
.comment-form-cookies-consent label {
display: inline;
}
.post-navigation .left .content_nav:hover:after {
animation: bounceAlpha2 1s both;
-webkit-animation: bounceAlpha2 1s both;
}
.post-navigation .right .content_nav:hover:after {
animation: bounceAlpha 1s both;
-webkit-animation: bounceAlpha 1s both;
}
.post-related {
padding-bottom: 35px;
}
.post-related .title-related h3 {
font-family: var(--font1);
font-size: 40px;
line-height: 24px;
margin-bottom: 40px;
}
.post-related .blog-content {
margin-bottom: -30px;
}
.post-related .blog-content .jws-blog-item {
margin-bottom: 30px;
}
.post-related .jws-post-readmore,
.post-related .jws-post-excerpt {
display: none;
}
@media (max-width: 767px) {
.content-area .single-blog .post-about-author .post-author-avatar {
margin-bottom: 15px;
text-align: left !important;
}
.content-area .single-blog .post-navigation > a .content_nav .title span {
display: none;
}
.content-area .single-blog .post-navigation > a .content_nav:after {
top: 0 !important;
}
.content-area .comments-area .comment_top .comment-list li .children {
padding-left: 20px !important;
}
.content-area .comments-area .comment_top .comment-list li .comment-body .comment-info {
width: 100% !important;
padding-left: 0 !important;
padding-top: 10px;
min-height: auto !important;
}
.content-area.single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body {
position: relative;
}
.content-area.single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body .comment-info {
padding-left: 16px !important;
padding-top: 10px;
}
.content-area.single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body .comment-avatar {
margin-top: 0;
max-width: 50px;
top: 15px;
left: 15px;
}
}
.single-blog .post_related {
padding-bottom: 44px;
}
.single-blog.has_sidebar footer {
max-width: 100%;
}
.single_blog_layout1 .single-blog .post_cat {
background: var(--main2);
color: #ffffff;
font-family: var(--font2);
font-size: 14px;
text-transform: capitalize;
padding: 2px 12px;
position: absolute;
bottom: 20px;
left: 20px;
}
.single_blog_layout1 .single-blog .post_cat a {
color: var(--light);
}
.single_blog_layout1 .single-blog .post_thumbnail,
.single_blog_layout1 .single-blog .post-format-wrap {
margin-bottom: 26px;
overflow: hidden;
position: relative;
}
.single_blog_layout1 .single-blog header .jws_post_meta {
margin-top: 25px;
}
.single_blog_layout1 .single-blog header .entry_title {
color: var(--main2);
font-size: 50.8px;
font-family: var(--font1);
font-weight: 400;
margin-bottom: 8px;
line-height: 66px;
}
.single_blog_layout1 .single-blog .entry_content {
padding-bottom: 31px;
}
.single_blog_layout1 .single-blog .entry_content .elementor-section.elementor-section-stretched {
width: 100% !important;
left: 0 !important;
}
@media (max-width: 767px) {
.single_blog_layout1 .single-blog header .entry_title {
font-size: 40px;
line-height: 48px;
}
} .no_container {
padding: 0 78px;
}
.jws_pr_labels {
position: absolute;
top: 15px;
right: 20px;
z-index: 2;
font-size: 13px;
color: #ffffff;
letter-spacing: 1px;
height: 50px;
width: 50px;
border-radius: 100%;
font-weight: 500;
overflow: hidden;
}
.jws_pr_labels .jws_pr_label {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.jws_pr_labels .jws_pr_label.onsale {
background: var(--main);
}
.jws_pr_labels .jws_pr_label#new {
background-size: cover;
}
.jws_pr_labels .jws_pr_label.new {
background-repeat: no-repeat;
background-position: center center;
background: url(http://atisa.jwsuperthemes.com/wp-content/uploads/2021/11/new.svg);
}
.jws_pr_labels .jws_pr_label.out-of-stock {
background: #000000;
color: #fff;
}
nav.woocommerce-pagination .jws_pagination {
margin-top: 20px;
}
.woocommerce-product-gallery .jws_pr_labels {
right: 20px;
}
.woocommerce-page:not(.single) .shop-page {
padding: 80px 0 90px;
}
.woocommerce-page:not(.single) .jws-title-bar-wrap ~ .shop-page {
padding: 0px 0px 90px;
}
.shop-page .shop-sidebar.main-sidebar.hidden_desktop.has_sidebar {
display: none;
}
.product-item-inner {
position: relative;
}
.product-item-inner .product-image img {
width: 100%;
}
.product-button-inner .button.added {
display: none;
}
.product-button-inner .button .loading {
opacity: 0;
position: absolute;
left: 0;
}
.product-button-inner .button span {
transition: 0.3s all;
}
.product-button-inner .button.loading .loading {
opacity: 1;
transition-delay: 0.2s;
position: absolute;
left: 0;
}
.product-button-inner .button.loading .text,
.product-button-inner .button.loading:after {
opacity: 0;
}
.shop-nav-top {
margin-bottom: 30px;
}
.shop-nav-top .woocommerce-ordering {
text-align: right;
}
.shop-nav-top .woocommerce-ordering select {
border-color: #e5e5e5;
min-width: 170px;
display: inline-block;
width: auto;
background-color: transparent;
height: 50px;
line-height: 50px;
color: var(--color_body);
padding: 0 40px 0 15px;
background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
background-position: right 10px top 50%;
background-size: 10px;
font-family: var(--font2);
font-size: 15px;
}
.shop-nav-top .woocommerce-ordering select option {
color: var(--color_body);
}
.products .product-item {
margin-bottom: 45px;
}
.products .product-item .product-item-inner {
text-align: center;
}
.products .product-item .product-item-inner .added_to_cart,
.products .product-item .product-item-inner .button {
color: var(--main2);
font-weight: 500;
}
.products .product-item .product-item-inner .added_to_cart:hover,
.products .product-item .product-item-inner .button:hover {
color: var(--main);
}
.products .product-item .product-item-inner .woocommerce-loop-product__title {
font-family: var(--font1);
font-size: 25.4px;
line-height: 33px;
font-weight: 400;
margin-bottom: 10px;
text-transform: capitalize;
text-align: left;
}
.products .product-item .product-item-inner .woocommerce-loop-product__title a {
color: var(--color1);
}
.products .product-item .product-item-inner .woocommerce-loop-product__title a:hover {
color: var(--main);
}
.products .product-item .product-item-inner .jws_product_action {
display: flex;
align-content: center;
justify-content: space-between;
}
.products .product-item .product-item-inner .star-rating {
display: none;
margin: 5px auto 5px;
}
.products .product-item .product-item-inner .price {
color: var(--color_body);
font-family: var(--font2);
font-size: 15px;
font-weight: 400;
line-height: 24px;
}
.products .product-item .product-item-inner del .amount {
font-size: 15px;
opacity: 0.5;
}
.products .product-item .product-item-inner ins {
text-decoration: none;
}
.products .product-item .product-item-inner .product-image {
position: relative;
margin-bottom: 20px;
overflow: hidden;
}
.products .product-item .product-item-inner .product-image .woo_link {
width: 100%;
position: absolute;
height: 100%;
top: 0;
z-index: 2;
left: 0;
}
.products .product-item .product-item-inner .product-image .nxl_product_image_gallery {
position: absolute;
top: 0;
opacity: 0;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
width: 100%;
}
.products .product-item .product-item-inner .product-image img {
-webkit-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
width: 100%;
transform: translateZ(0);
will-change: transform;
}
.products .product-item .product-item-inner .product-image .overlay {
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.8);
position: absolute;
transition: 0.3s all;
opacity: 0;
z-index: 1;
}
.products .product-item .product-item-inner .product-image:hover .nxl_product_image_gallery {
z-index: 1;
opacity: 1;
}
.products .product-item .product-item-inner .product-image:hover .woocommerce-loop-product__link img {
transform: scale(1.1);
}
.products .product-item .product-item-inner:hover .product-image .overlay {
opacity: 1;
}
.products .product-item .product-item-inner:hover .product-image .product-button-inner .button {
transform: translatey(0);
-webkit-transform: translatey(0);
opacity: 1;
}
.woocommerce-pagination .jws-pagination-number ul li > span,
.woocommerce-pagination .jws-pagination-number ul li > a {
width: 44px;
height: 44px;
line-height: 40px;
border-style: solid;
border-width: 2px 2px 2px 2px;
font-size: 16px;
font-weight: 400;
color: var(--main2);
font-family: var(--font2);
}
.woocommerce-pagination .jws-pagination-number ul li > span:hover,
.woocommerce-pagination .jws-pagination-number ul li > a:hover {
border-color: var(--main);
background: unset;
}
.woocommerce-pagination .jws-pagination-number ul li > span.current,
.woocommerce-pagination .jws-pagination-number ul li > a.current {
background: var(--main2);
color: var(--light);
}
.shop-sidebar ul {
padding: 0px;
}
.shop-sidebar ul li {
list-style-type: none;
}
.shop-sidebar ul li a {
color: var(--color_body);
}
.shop-sidebar ul li a:hover {
color: var(--main);
}
.shop-sidebar .widget.widget_seach_by .search-form {
border-width: 0px 0px 1px 0px;
border-color: #00000080;
border-radius: 0;
padding-bottom: 9px;
min-height: 1px;
}
.shop-sidebar .widget.widget_seach_by .search-form input.search-field {
padding: 0px;
}
.shop-sidebar .widget.widget_seach_by .search-form button {
text-align: right;
font-weight: 600;
font-size: 18px;
color: #000;
height: auto;
}
.shop-sidebar .widget.woocommerce.widget_price_filter {
margin-bottom: 80px;
}
.shop-sidebar .price_slider_amount .price_label {
color: var(--color_body);
float: left;
font-size: 15px;
}
.shop-sidebar .price_slider_amount button {
text-align: right;
float: right;
color: var(--main2);
font-weight: bold;
font-size: 15px;
min-width: 90px;
background: transparent;
border: none;
}
.shop-sidebar .widget {
display: block;
margin-bottom: 50px;
}
.shop-sidebar .widget:last-child {
margin-bottom: 0;
}
.shop-sidebar .widget a.tag-cloud-link {
display: inline-block;
border: 1px solid;
margin: 0px 10px 10px 0px;
padding: 0px 10px 0px 10px;
border-radius: 0px 0px 0px 0px;
color: #000000;
font-family: var(--font2);
font-size: 15px;
font-weight: 500;
}
.shop-sidebar .widget a.tag-cloud-link:hover {
background: var(--main2);
color: var(--light);
}
.shop-sidebar .widget.widget_product_categorie ul li a {
font-size: 15px;
line-height: 24px;
}
.shop-sidebar .widget.widget_seach_by .widget-title {
margin-bottom: 15px;
}
.shop-sidebar .widget .widget-title {
text-transform: uppercase;
font-family: var(--font2);
font-weight: 500;
color: var(--main2);
font-size: 16px;
line-height: 24px;
margin-bottom: 31px;
letter-spacing: 1px;
}
.shop-sidebar .widget.widget_products .product_list_widget {
padding: 0;
list-style-type: none;
}
.shop-sidebar .widget.widget_products .product_list_widget li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-0-align-items: center;
margin-bottom: 15px;
}
.shop-sidebar .widget.widget_products .product_list_widget li .product-image {
-webkit-box-flex: 0;
-ms-flex: 0 0 70px;
flex: 0 0 70px;
max-width: 70px;
}
.shop-sidebar .widget.widget_products .product_list_widget li .product-content {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 70px);
flex: 0 0 calc(100% - 70px);
max-width: calc(100% - 70px);
padding-left: 32px;
}
.shop-sidebar .widget.widget_products .product_list_widget li .product-content .amount {
font-family: var(--font2);
font-weight: 400;
font-size: 15px;
line-height: 22px;
}
.shop-sidebar .widget.widget_products .product_list_widget li .product-content del .amount {
opacity: .5;
font-size: 13px;
color: var(--color_body);
}
.shop-sidebar .widget.widget_products .product_list_widget li .product-content ins {
text-decoration: none;
}
.shop-sidebar .widget.widget_products .product_list_widget li .product-content .star-rating {
display: block;
}
.shop-sidebar .widget.widget_products .product_list_widget li .product-content .product-title {
font-family: var(--font1);
font-weight: 400;
font-size: 21px;
line-height: 26px;
margin-bottom: 2px;
}
.shop-sidebar .widget.widget_products .product_list_widget li .product-content .product-title a {
color: var(--main2);
}
.shop-sidebar .widget.widget_products .product_list_widget li .product-content .product-title a:hover {
color: var(--main);
}
.shop-sidebar .widget.widget_product_categories .product-categories {
padding: 0;
list-style-type: none;
margin-top: -7px;
}
.shop-sidebar .widget.widget_product_categories .product-categories .children {
list-style-type: none;
display: none;
}
.shop-sidebar .widget.widget_product_categories .product-categories li {
position: relative;
font-family: var(--font2);
}
.shop-sidebar .widget.widget_product_search form {
position: relative;
}
.shop-sidebar .widget.widget_product_search form button {
background: transparent;
border: none;
position: absolute;
right: 9px;
top: 6px;
padding: 0;
font-size: 0;
width: 40px;
height: 40px;
line-height: 40px;
}
.shop-sidebar .widget.widget_product_search form button:before {
font-size: 16px;
color: var(--color1);
content: '\e805';
font-family: "jws-icon";
font-weight: bold;
}
.shop-sidebar .widget.widget_product_search form .search-field {
width: 100%;
display: inline-block;
background-color: transparent;
height: 50px;
line-height: 50px;
border: solid 1px var(--colorbody);
padding: 0 16px;
font-family: var(--font1);
font-size: 14px;
letter-spacing: 0.5px;
}
.shop-sidebar .widget.widget_product_search form .search-field::-webkit-input-placeholder { color: var(--colorbody);
}
.shop-sidebar .widget.widget_product_search form .search-field::-moz-placeholder { color: var(--colorbody);
}
.shop-sidebar .widget.widget_product_search form .search-field:-ms-input-placeholder { color: var(--colorbody);
}
.shop-sidebar .widget.widget_product_search form .search-field:-moz-placeholder { color: var(--colorbody);
}
.price_slider {
margin-bottom: 1em;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 6px;
height: 6px;
cursor: pointer;
background: var(--main2);
outline: none;
top: -2px;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background: var(--main2);
}
.price_slider_wrapper .ui-widget-content {
background: #d6d6d6;
}
.ui-slider-horizontal {
height: 1px;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: -1px;
}
.ui-slider-horizontal .ui-slider-range-max {
right: -1px;
}
.sidebar-mobile {
display: none;
margin: 15px 0 20px;
}
.sidebar-mobile.yes {
margin-right: 60px;
display: inline-block;
}
.sidebar-mobile.yes a span:first-child {
padding-right: 5px;
font-size: 16px;
}
.sidebar-mobile a {
background: unset;
color: var(--main2);
font-size: 15px;
line-height: 24px;
}
.sidebar-mobile a span:first-child {
padding-right: 5px;
font-size: 16px;
}
.woocommerce-result-count {
display: inline-block;
}
@media (min-width: 1023px) {
.shop-sidebar.main-sidebar.layout1.has_sidebar:not(.hidden_desktop) {
padding-left: 55px;
}
}
@media (max-width: 1024px) {
.sidebar-mobile {
display: block;
}
.shop-sidebar {
display: none;
}
}
@media (max-width: 767px) {
.shop-nav-top .woocommerce-ordering {
text-align: left !important;
}
}
@media (max-width: 768px) {
.no_container {
padding: 0 10px;
}
}
.shop-sidebar-click .mfp-content .shop-sidebar {
display: block;
position: unset;
padding: 0;
}
.dark-mode-on .jws_pr_labels .jws_pr_label {
background: #ffc107;
color: #191919;
font-weight: 600;
text-transform: uppercase;
font-size: 12px;
}
.dark-mode-on .price_slider_amount .button {
color: #191919;
}
.dark-mode-on .sidebar-mobile a {
color: #191919;
}
@media only screen and (max-width: 767px) {
.products .product-item .product-item-inner .jws_product_action {
flex-direction: column;
text-align: left;
}
}
.wishlist_table .product-add-to-cart a.button {
display: inline-block !important;
margin-right: 25px;
background-image: linear-gradient(90deg, var(--main2) 0%, var(--main) 100%);
background-color: transparent;
color: #ffffff;
border: 0;
border-radius: 40px;
font-family: var(--font1);
font-size: 14px;
font-weight: 500;
padding: 8px 52px !important;
min-width: 143px;
letter-spacing: 0.5px;
position: relative;
text-align: center;
}
.wishlist_table .product-add-to-cart a.button .loading {
opacity: 0;
position: absolute;
width: 100%;
left: 0;
}
.wishlist_table .product-add-to-cart a.button span {
transition: 0.3s all;
}
.wishlist_table .product-add-to-cart a.button.loading .loading {
opacity: 1;
transition-delay: 0.2s;
}
.wishlist_table .product-add-to-cart a.button.loading .text {
opacity: 0;
}
.wishlist_table .product-add-to-cart a.button:hover {
background-image: linear-gradient(90deg, var(--main2) 0%, var(--main) 100%);
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
}
ul.wishlist_table.mobile {
padding: 0;
margin: 0;
list-style-type: none;
}
ul.wishlist_table.mobile li {
margin-bottom: 30px;
position: relative;
border: 1px solid #ebebeb;
padding: 30px;
}
ul.wishlist_table.mobile li .product-thumbnail {
max-width: 200px;
margin-bottom: 20px;
}
ul.wishlist_table.mobile li .item-details .product-name h3 {
color: var(--color1);
font-size: 16px;
font-weight: bold;
}
ul.wishlist_table.mobile li .item-details .item-details-table .label {
color: var(--color1);
font-weight: 500;
}
ul.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a {
margin: 0;
margin-top: 15px;
}
ul.wishlist_table.mobile li .additional-info-wrapper .remove_from_wishlist {
color: var(--color1);
position: absolute;
top: 0;
right: 0;
width: 50px;
height: 30px;
line-height: 50px;
text-align: center;
}
ul.wishlist_table.mobile li .additional-info-wrapper .additional-info .label {
color: var(--color1);
font-weight: 500;
}
table.wishlist_table {
width: 100%;
font-size: 16px;
font-family: var(--font1);
}
table.wishlist_table .product-stock-status span.wishlist-in-stock {
color: #4fb64f;
}
table.wishlist_table tr {
border-bottom: 1px solid #ebebeb;
}
table.wishlist_table tr th {
color: var(--color1);
font-family: var(--font1);
font-weight: 600;
}
table.wishlist_table tr td,
table.wishlist_table tr th {
background: transparent;
border: 0;
padding: 10px 15px;
}
table.wishlist_table tr td.product-name a {
color: var(--color1);
max-width: 290px;
display: block;
}
table.wishlist_table tr td.product-name a:hover {
color: var(--main);
}
table.wishlist_table tr td.product-add-to-cart span.dateadded {
margin-bottom: 10px;
margin-right: 15px;
}
.yith_wcwl_wishlist_footer .share-button .fa {
font-family: "Font Awesome 5 Brands";
}
.wishlist-title .fa-pencil {
display: none;
}
.wishlist-title.wishlist-title-with-form h2 {
font-size: 18px;
font-weight: 500;
color: var(--color1);
font-family: var(--font1);
}
.wishlist-title.wishlist-title-with-form .show-title-form {
color: var(--main) !important;
}
.wishlist-title.wishlist-title-with-form h2:hover {
background: transparent;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover {
background-color: transparent;
}
#yith-wcwl-popup-message {
color: #ffffff;
letter-spacing: 0.5px;
background: #2ecc71;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.22);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.22);
font-weight: 400;
line-height: 45px;
width: 100%;
max-width: 300px;
margin-left: -150px !important;
margin-top: -40px;
position: fixed;
left: 50%;
top: 50%;
z-index: 99;
text-align: center;
padding: 10px;
animation: width100 0.8s both;
transform-origin: 0% 100%;
-webkit-transform-origin: 0% 100%;
}
.dark-mode-on table.wishlist_table tr {
border-color: #2d2d2d;
}
.dark-mode-on .wishlist_table .product-add-to-cart a.button {
color: #191919;
}
.quick-view-main.mfp-bg {
background: #ffffff;
opacity: .95;
}
.quick-view-main .popup-quick-view {
max-width: 1050px;
margin: 0 auto;
transition: 0.4s all;
}
.quick-view-main .popup-quick-view .mfp-close {
color: var(--color1);
font-size: 50px;
border-radius: 100%;
position: fixed;
right: 10px;
top: 10px;
}
.quick-view-main .popup-quick-view .mfp-close:hover {
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
}
.quick-view-main .popup-quick-view .shop-single {
padding: 0;
position: relative;
}
.quick-view-main .popup-quick-view .shop-single .jws-summary {
margin: 15px 0;
}
.quick-view-main .popup-quick-view figure {
margin: 0;
}
.quick-view-main .popup-quick-view .jws-summary-wrap > * {
opacity: 0;
transition: 0.4s all;
transform: translatey(50px);
-webkit-transform: translatey(50px);
}
.quick-view-main .popup-quick-view .jws-summary-wrap > *.show {
transform: translatey(0px);
-webkit-transform: translatey(0px);
opacity: 1;
}
.quick-view-main .woocommerce-review-link {
pointer-events: none;
}
.quickview-loading {
position: fixed;
width: 100%;
height: 100%;
background: #ffffff;
left: 0;
top: 0;
bottom: 0;
right: 0;
opacity: 0.95;
z-index: 999;
}
.quickview-loading:before {
width: 35px;
height: 35px;
border-radius: 50%;
background-color: var(--main);
opacity: 0.6;
position: absolute;
top: 50%;
left: 50%;
margin-left: -17.5px;
margin-top: -17.5px;
animation: pulse-border3 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
-webkit-animation: pulse-border3 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
content: "";
}
.quickview-loading:after {
width: 35px;
height: 35px;
border-radius: 50%;
background-color: var(--main);
opacity: 0.6;
position: absolute;
top: 50%;
left: 50%;
margin-left: -17.5px;
margin-top: -17.5px;
animation: pulse-border3 1.5s 0.65s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
-webkit-animation: pulse-border3 1.5s 0.65s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
content: "";
}
.quick-view-main.mfp-bg {
opacity: 0;
transition: 0.3s ease;
}
.quick-view-main.mfp-ready .mfp-content > div {
opacity: 1;
}
.quick-view-main.mfp-ready .jws-product-image .images {
transform: translateX(0px);
opacity: 1;
transition-delay: 0.5s;
}
.quick-view-main.mfp-ready.mfp-bg {
opacity: 1;
}
.quick-view-main .jws-product-image .images {
transform: translateX(-20px);
opacity: 0;
transition: 0.3s all;
}
.quick-view-main.mfp-removing .mfp-content > div {
opacity: 0;
}
.quick-view-main.mfp-removing .jws-product-image .images {
transform: translateX(-20px);
opacity: 0;
transition: 0.3s all;
}
.quick-view-main.mfp-removing.mfp-bg {
opacity: 0;
}
.dark-mode-on .woocommerce .woocommerce-MyAccount-navigation {
border-color: #232323;
}
.dark-mode-on .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
background-color: var(--main) !important;
color: #191919;
}
.dark-mode-on .woocommerce .woocommerce-MyAccount-navigation ul li a {
color: #D6D6D6;
}
.dark-mode-on .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
background-color: #000000;
}
.woocommerce .woocommerce-MyAccount-navigation {
width: 30%;
display: inline-block;
vertical-align: top;
border-right: 1px solid #eee;
padding-right: 30px;
padding-bottom: 10px;
padding-top: 10px;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
list-style: none;
padding: 0;
margin: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
background-color: rgba(136, 136, 136, 0.12) !important;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
display: block;
color: rgba(0, 0, 0, 0.9);
padding: 10px 15px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
background-color: #f8f8f8;
}
.woocommerce .woocommerce-MyAccount-content {
width: 69%;
display: inline-block;
padding: 0 30px;
}
.woocommerce .woocommerce-MyAccount-content form h3 {
font-size: 24px;
color: var(--color1);
font-weight: 500;
line-height: 1.7em;
margin-bottom: 9px;
text-transform: uppercase;
}
.woocommerce .woocommerce-MyAccount-content form label {
color: var(--color1);
margin-bottom: 10px;
}
.woocommerce .woocommerce-MyAccount-content form .input-text,
.woocommerce .woocommerce-MyAccount-content form select {
border: 1px solid #aaaaaa;
height: 45px;
line-height: 45px;
padding: 0 15px;
margin-bottom: 20px;
width: 100%;
transition: 0.3s all;
background: transparent;
color: var(--colorbody);
}
.woocommerce .woocommerce-MyAccount-content form button {
display: block;
position: relative;
text-align: center;
margin-top: 30px;
background-image: linear-gradient(to right, var(--main) 0%, var(--main2) 51%, var(--main) 100%) !important;
background-size: 200% auto !important;
transition: 0.7s all;
color: #ffffff;
min-width: 100%;
height: 50px;
line-height: 50px;
border-radius: 40px;
-webkit-border-radius: 40px;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
-ms-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
letter-spacing: 0.7px;
font-weight: 600;
font-size: 16px;
border: none;
outline: none;
}
.woocommerce .woocommerce-MyAccount-content form button:hover {
background-position: right center;
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
}
.woocommerce .woocommerce-MyAccount-content form fieldset .form-row .password-input {
display: block;
}
@media (max-width: 767px) {
.woocommerce .woocommerce-MyAccount-navigation {
width: 100%;
border: 0;
padding: 15px 0;
}
.woocommerce .woocommerce-MyAccount-content {
width: 100%;
padding: 0;
}
} .woocommerce-cart .cart-checkout-dark .shop_table tr.cart_item {
border-bottom: 1px solid #e5e5e5;
}
.woocommerce-cart .cart-checkout-dark .shop_table thead {
border-bottom: 1px solid #e5e5e5;
}
.woocommerce-cart .cart-checkout-dark .shop_table thead th {
color: #191919;
font-weight: bold;
}
.woocommerce-cart .cart-checkout-dark .shop_table tr .actions .col-right .button[disabled] {
background: #191919;
color: #ffffff !important;
}
.woocommerce-cart .cart-checkout-dark .shop_table tr .actions .col-right .button {
background: #000000;
}
.woocommerce-cart .cart-checkout-dark .shop_table tr .actions .col-right .button:hover {
color: #191919;
}
.woocommerce-cart .cart-checkout-dark .shop_table tr .actions .col-right a:hover {
color: #191919;
background: var(--main);
border-color: var(--main);
}
.woocommerce-cart .cart-checkout-dark .shop_table tr .product-quantity .quantity .input-text,
.woocommerce-cart .cart-checkout-dark .shop_table tr .actions .coupon .input-text {
border: 1px solid #2d2d2d;
}
.woocommerce-cart .cart-checkout-dark .shop_table tr .actions .col-right a {
border: 1px solid #2d2d2d;
}
.woocommerce-cart .cart-checkout-dark ~ .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
color: #191919;
}
.woocommerce-cart .woocommerce .cart-empty {
text-align: center;
position: relative;
font-size: 30px;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 1.5;
padding: 250px 0 0px 0;
font-weight: bold !important;
margin-bottom: 30px;
background: transparent;
border: 0;
color: var(--main2);
}
.woocommerce-cart .woocommerce .cart-empty:after,
.woocommerce-cart .woocommerce .cart-empty:before {
position: absolute;
color: rgba(142, 142, 142, 0.2);
left: 50%;
font-weight: normal;
transform: translateX(-50%);
-o-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-sand-transform: translateX(-50%);
}
.woocommerce-cart .woocommerce .cart-empty:before {
content: "\eb5b";
font-size: 180px;
top: -17px;
font-family: 'icomoon' !important;
}
.woocommerce-cart .woocommerce .cart-empty:after {
content: "\e870";
font-size: 70px;
top: 95px;
font-family: 'Linearicons-Free';
}
.woocommerce-cart .woocommerce .return-to-shop {
text-align: center;
margin-bottom: 50px;
}
.woocommerce-cart .woocommerce .button.wc-backward {
background: #000;
color: #ffffff;
border: 0;
font-size: 16px;
font-weight: 600;
padding: 0px 52px !important;
min-width: 143px;
letter-spacing: 0.5px;
position: relative;
text-align: center;
line-height: 50px;
display: inline-block;
height: 50px;
}
.woocommerce-cart .woocommerce .button.wc-backward:hover {
background: var(--main);
}
.woocommerce-cart .woocommerce .cart-emtry-text {
text-align: center;
}
.woocommerce-cart .shop_table thead {
border-bottom: 1px solid #e5e5e5;
}
.woocommerce-cart .shop_table thead th {
font-size: 15px;
color: var(--main2);
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 500;
padding: 38px 13px;
}
.woocommerce-cart .shop_table tr.cart_item {
border-bottom: 1px solid #e5e5e5;
}
.woocommerce-cart .shop_table tr .actions {
padding: 72px 0px;
}
.woocommerce-cart .shop_table tr .actions:after {
display: table;
content: " ";
clear: both;
}
.woocommerce-cart .shop_table tr .actions .col-right {
float: right;
}
.woocommerce-cart .shop_table tr .actions .col-right .button {
font-weight: 600;
color: #ffffff;
background: var(--main2);
height: 50px;
line-height: 50px;
width: 196px;
border: none;
transition: 0.3s all;
}
.woocommerce-cart .shop_table tr .actions .col-right .button:not([disabled]):hover {
background: var(--main);
}
.woocommerce-cart .shop_table tr .actions .col-right .button[disabled] {
cursor: no-drop;
}
.woocommerce-cart .shop_table tr .actions .col-right a {
font-weight: 600;
color: var(--color1);
border: 1px solid #919191;
border-radius: 40px;
-webkit-border-radius: 40px;
display: inline-block;
height: 50px;
line-height: 50px;
width: 220px;
margin-right: 12px;
margin-bottom: 10px;
margin-left: 12px;
}
.woocommerce-cart .shop_table tr .actions .col-right a:hover {
background: var(--color1);
border-color: var(--color1);
color: #ffffff;
}
.woocommerce-cart .shop_table tr .actions .coupon {
display: flex;
float: left;
position: relative;
}
.woocommerce-cart .shop_table tr .actions .coupon label {
display: none;
}
.woocommerce-cart .shop_table tr .actions .coupon button {
background: #000;
border: none;
display: inline;
right: 12px;
top: 12px;
height: 50px;
font-weight: 600;
font-size: 15px;
color: #fff;
padding: 0px 38px;
margin-left: 5px;
}
.woocommerce-cart .shop_table tr .actions .coupon .input-text {
border: 1px solid #e9e9e9;
height: 50px;
padding-left: 15px;
font-size: 15px;
min-width: 196px;
width: 196px;
display: inline;
background: transparent;
}
.woocommerce-cart .shop_table tr .actions .coupon .input-text::-webkit-input-placeholder { color: var(--color_body);
}
.woocommerce-cart .shop_table tr .actions .coupon .input-text::-moz-placeholder { color: var(--color_body);
}
.woocommerce-cart .shop_table tr .actions .coupon .input-text:-ms-input-placeholder { color: var(--color_body);
}
.woocommerce-cart .shop_table tr .actions .coupon .input-text:-moz-placeholder { color: var(--color_body);
}
.woocommerce-cart .shop_table tr .product-name > a,
.woocommerce-cart .shop_table tr .product-name .variation-Material {
font-family: var(--font1);
font-size: 25.4px;
color: var(--main2);
}
.woocommerce-cart .shop_table tr .product-price .amount,
.woocommerce-cart .shop_table tr .product-subtotal .amount {
color: var(--color_body);
font-size: 15px;
}
.woocommerce-cart .shop_table tr .product-quantity .quantity {
position: relative;
max-width: 112px;
display: inline-block;  }
.woocommerce-cart .shop_table tr .product-quantity .quantity .screen-reader-text {
display: none;
}
.woocommerce-cart .shop_table tr .product-quantity .quantity input::-webkit-outer-spin-button,
.woocommerce-cart .shop_table tr .product-quantity .quantity input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woocommerce-cart .shop_table tr .product-quantity .quantity input[type=number] {
-moz-appearance: textfield;
}
.woocommerce-cart .shop_table tr .product-quantity .quantity > span {
position: absolute;
top: 6px;
width: 30px;
height: 30px;
overflow: hidden;
cursor: pointer;
}
.woocommerce-cart .shop_table tr .product-quantity .quantity > span:before {
content: '';
position: absolute;
height: 1px;
width: 8px;
top: 50%;
left: 10px;
margin-top: -1px;
background: var(--main2);
transition: 0.3s all;
}
.woocommerce-cart .shop_table tr .product-quantity .quantity > span.jws-qty-minus {
left: 0;
}
.woocommerce-cart .shop_table tr .product-quantity .quantity > span.jws-qty-plus {
right: 0;
}
.woocommerce-cart .shop_table tr .product-quantity .quantity > span.jws-qty-plus:after {
content: '';
position: absolute;
height: 1px;
width: 8px;
top: 50%;
left: 10px;
margin-top: -1px;
background: var(--main2);
transition: 0.3s all;
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
}
.woocommerce-cart .shop_table tr .product-quantity .quantity .input-text {
border: 1px solid;
width: 100px;
height: 40px;
text-align: center;
color: var(--main2);
font-size: 15px;
font-weight: 600;
}
.cart-collaterals {
margin-bottom: 55px;
}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
position: relative;
width: auto;
display: inline-block;
margin-bottom: 2px;
color: var(--main2);
font-weight: 400;
}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button:hover:before {
width: 100%;
left: 0;
}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button:before {
background: var(--main2);
content: "";
bottom: 15%;
right: 0;
position: absolute;
height: 1px;
width: 0%;
transition: 0.3s all;
}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
text-align: left;
margin-bottom: 30px;
}
.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single {
border-radius: 0;
border: 1px solid #333333;
height: 40px;
padding-left: 24px;
}
.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #666666;
line-height: 40px;
padding: 0;
}
.cart-collaterals .woocommerce-shipping-calculator select,
.cart-collaterals .woocommerce-shipping-calculator .input-text {
border: 1px solid #d1d1d1;
height: 40px;
padding-left: 24px;
width: 100%;
margin-bottom: 15px;
background-color: #ffffff;
}
.cart-collaterals .woocommerce-shipping-calculator button {
display: block;
position: relative;
text-align: center;
cursor: pointer;
background: var(--main);
color: #ffffff;
min-width: 100%;
height: 50px;
line-height: 50px;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
font-weight: 600;
font-size: 16px;
border: none;
outline: none;
text-transform: uppercase;
}
.cart-collaterals .cross-sells > h2 {
font-size: 16px;
font-weight: 600;
padding-bottom: 20px;
text-align: center;
letter-spacing: 0;
}
.cart-collaterals .continue {
font-size: 18px;
font-weight: 500;
}
.cart-collaterals .continue i {
margin-left: 10px;
}
.cart-collaterals .cart_totals {
max-width: 500px;
background: #fff3ed;
margin: 0px 0 0 auto;
padding: 48px 71px;
}
.cart-collaterals .cart_totals .wc-continue-shopping {
text-align: center;
margin-top: 15px;
}
.cart-collaterals .cart_totals .wc-continue-shopping a {
color: var(--main2);
}
.cart-collaterals .cart_totals .wc-continue-shopping a:hover .ri-arrow-right-line {
margin-left: 10px;
}
.cart-collaterals .cart_totals .wc-continue-shopping a:hover .continue-shop:before {
width: 100%;
left: 0;
}
.cart-collaterals .cart_totals .wc-continue-shopping a .continue-shop {
position: relative;
width: auto;
display: inline-block;
}
.cart-collaterals .cart_totals .wc-continue-shopping a .continue-shop:before {
background: var(--main2);
content: "";
bottom: 15%;
right: 0;
position: absolute;
height: 1px;
width: 0%;
transition: 0.3s all;
}
.cart-collaterals .cart_totals .wc-continue-shopping a span {
transition: 0.3s all;
vertical-align: bottom;
margin-left: 5px;
}
.cart-collaterals .cart_totals h2 {
line-height: 30px;
margin: 0;
font-size: 32px;
color: var(--main2);
font-family: var(--font1);
margin-bottom: 17px;
}
.cart-collaterals .cart_totals .shop_table {
margin-bottom: 20px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a {
display: block;
position: relative;
text-align: center;
cursor: pointer;
background-size: 200% auto !important;
transition: 0.7s all;
color: #ffffff;
min-width: 180px;
background: #000;
height: 50px;
line-height: 50px;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
-ms-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
font-weight: 600;
font-size: 16px;
border: none;
outline: none;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
background-position: right center;
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
}
.cart-collaterals .cart_totals .respon-table {
padding: 9px 30px 9px 30px;
background: #f6f6f6;
margin-top: 27px;
}
.cart-collaterals .cart_totals table tr.woocommerce-shipping-totals {
border-top: 1px solid #e5dad5;
border-bottom: 1px solid #e5dad5;
}
.cart-collaterals .cart_totals table tr.order-total th,
.cart-collaterals .cart_totals table tr.order-total td {
font-size: 15px;
padding-top: 26px;
padding-bottom: 0px;
}
.cart-collaterals .cart_totals table tr.order-total td {
font-size: 15px;
color: var(--main2);
}
.cart-collaterals .cart_totals table tr.order-total td strong {
font-weight: 600;
}
.cart-collaterals .cart_totals table tr .woocs_special_price_code {
font-weight: 400;
}
.cart-collaterals .cart_totals table tr th {
vertical-align: top;
font-weight: 400;
padding: 15px 0px;
font-size: 15px;
padding-right: 10px;
color: var(--main2);
}
.cart-collaterals .cart_totals table tr td {
padding: 15px 0px;
text-align: right;
}
.cart-collaterals .cart_totals table tr td[data-title="Subtotal"] {
color: var(--main2);
font-weight: 600;
}
.cart-collaterals .cart_totals table tr td .woocommerce-shipping-destination {
margin-bottom: 0;
color: var(--main2);
}
.cart-collaterals .cart_totals table tr td .woocommerce-shipping-methods {
margin-bottom: -7px;
list-style-type: none;
padding: 0;
}
.cart-collaterals .cart_totals table tr td .woocommerce-shipping-methods li:last-child {
margin-top: 13px;
}
.cart-collaterals .cart_totals table tr td .woocommerce-shipping-methods li:last-child label {
margin-left: 12px;
}
.cart-collaterals .cart_totals table tr td strong {
font-weight: 600;
color: var(--main2);
}
.cart-collaterals .cart_totals table tr td label {
font-weight: 600;
color: var(--main2);
}
.cart-collaterals .cart_totals table tr td input[type="radio"] {
position: relative;
top: 2px;
margin-right: 7px;
}
.shop_table tr.order-total .includes_tax {
display: block;
margin-top: 5px;
}
.shop_table {
width: 100%;
}
.woocommerce-cart-form .shop_table tr td {
padding: 15px 15px;
border: none;
}
.shop_table th.product-thumbnail {
width: 10px;
}
.shop_table th.product-remove {
width: 40px;
}
.shop_table td.order-status {
text-align: center !important;
}
.shop_table td.product-remove {
padding: 0;
text-align: center;
}
.shop_table td.product-remove a {
position: relative;
font-size: 0px;
display: inline-block;
border-radius: 50%;
width: 20px;
cursor: pointer;
padding-right: 16px;
padding-right: 0;
}
.shop_table td.product-remove a:before {
content: "\eb99";
position: absolute;
font-size: 26px;
color: #ff0000;
left: 0;
font-family: "remixicon";
}
.shop_table td.product-name .variation {
display: inline-block;
margin-bottom: 0;
}
.shop_table td.product-name .variation dt {
font-weight: 400;
}
.shop_table td.product-name .variation dt.variation-Material {
display: none;
}
.shop_table td.product-name .variation .variation-Vendor {
display: inline-block;
margin: 0;
}
.shop_table td.product-thumbnail img {
max-width: 80px;
height: auto;
}
@media (max-width: 767px) {
.woocommerce-checkout .woocommerce .woocommerce-info {
font-size: 14px;
}
.cart-collaterals .continue {
margin-bottom: 15px;
display: block;
}
.cart-actions .coupon_col,
.cart-actions .update_col {
float: none;
}
.update_col {
margin-top: 10px;
}
.cart-actions .coupon .input-text {
margin-bottom: 15px;
}
.woocommerce-cart-form.cart-checkout-dark .shop_table tbody tr {
border-color: #2d2d2d;
}
.woocommerce-cart-form.cart-checkout-dark .shop_table tbody tr td {
border-color: #2d2d2d;
}
.woocommerce-cart-form .shop_table {
width: 100%;
display: block;
}
.woocommerce-cart-form .shop_table thead {
display: none;
}
.woocommerce-cart-form .shop_table thead th {
width: 25%;
}
.woocommerce-cart-form .shop_table thead th.product-remove,
.woocommerce-cart-form .shop_table thead th.product-thumbnail {
display: none;
}
.woocommerce-cart-form .shop_table tbody {
display: block;
}
.woocommerce-cart-form .shop_table tbody tr {
display: block;
margin: 30px 0px;
}
.woocommerce-cart-form .shop_table tbody tr.cart_item {
border: 1px solid #efefef;
}
.woocommerce-cart-form .shop_table tbody tr td {
width: 100%;
display: block;
position: relative;
text-align: right;
}
.woocommerce-cart-form .shop_table tbody tr td.product-subtotal {
border: 0;
}
.woocommerce-cart-form .shop_table tbody tr td.product-quantity:before {
padding-top: 4px;
}
.woocommerce-cart-form .shop_table tbody tr td.actions {
text-align: center;
}
.woocommerce-cart-form .shop_table tbody tr td.actions .coupon {
float: none;
margin-bottom: 20px;
}
.woocommerce-cart-form .shop_table tbody tr td.actions .coupon .input-text {
margin-bottom: 10px;
}
.woocommerce-cart-form .shop_table tbody tr td.actions .button {
float: none;
}
.woocommerce-cart-form .shop_table tbody tr td:before {
content: attr(data-title);
font-weight: 600;
float: left;
color: var(--main2);
}
.woocommerce-cart-form .shop_table tbody tr td.product-thumbnail {
text-align: center;
}
.woocommerce-cart-form .shop_table tbody tr td.product-remove:before,
.woocommerce-cart-form .shop_table tbody tr td.product-thumbnail:before {
content: "";
}
} .nxl-cart-content {
position: fixed;
top: 0;
right: 0;
z-index: 9999;
-webkit-transition: 0.7s all;
-o-transition: 0.7s all;
-ms-transition: 0.7s all;
-moz-transition: 0.7s all;
transition: 0.7s all;
-webkit-transform: translateX(105%);
-o-transform: translateX(105%);
-ms-transform: translateX(105%);
-moz-transform: translateX(105%);
transform: translateX(105%);
min-width: 300px;
background-color: #ffffff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
height: 100%;
overflow: auto;
}
.nxl-cart-content.active {
-webkit-transform: translateX(0%);
-o-transform: translateX(0%);
-ms-transform: translateX(0%);
-moz-transform: translateX(0%);
transform: translateX(0%);
}
.nxl-cart-content .blockUI.blockOverlay:before {
content: "";
width: 50px;
height: 50px;
margin: 1px;
border-radius: 50%;
border: 2px solid #ffffff;
border-color: #ffffff transparent #ffffff transparent;
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
margin-left: -25px;
margin-top: -25px;
-webkit-transition: opacity .2s ease;
transition: opacity .2s ease;
-webkit-animation: lds-dual-ring 1.2s linear infinite;
animation: lds-dual-ring 1.2s linear infinite;
}
.nxl-cart-content > h6 {
display: block;
text-align: center;
background: #000000;
color: #ffffff;
font-family: var(--font1);
font-size: 17px;
margin: 0;
margin-bottom: 30px;
padding: 15px 0;
}
.nxl-cart-content .woocommerce-mini-cart__empty-message {
text-align: center;
position: relative;
font-size: 15px;
line-height: 1.5;
padding: 250px 0 0px 0;
margin-bottom: 30px;
}
.nxl-cart-content .woocommerce-mini-cart__empty-message:before {
font-size: 180px;
top: -17px;
font-family: Flaticon;
content: "\f100";
}
.nxl-cart-content .woocommerce-mini-cart__empty-message:after {
content: "\f00d";
font-size: 60px;
top: 100px;
font-family: "FontAwesome";
}
.nxl-cart-content .woocommerce-mini-cart__empty-message:before,
.nxl-cart-content .woocommerce-mini-cart__empty-message:after {
position: absolute;
color: rgba(142, 142, 142, 0.2);
left: 50%;
font-weight: normal;
transform: translateX(-50%);
-o-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-sand-transform: translateX(-50%);
}
.nxl-cart-content .woocommerce-mini-cart__total {
position: absolute;
bottom: 48px;
height: 50px;
line-height: 50px;
margin: 0;
text-align: center;
display: block;
width: 100%;
border-top: 1px solid #f5f5f5;
background-color: #ffffff;
}
.nxl-cart-content .woocommerce-mini-cart__total strong {
color: var(--color_courses);
}
.nxl-cart-content .woocommerce-mini-cart__buttons {
position: absolute;
bottom: 0;
margin: 0;
width: 100%;
}
.nxl-cart-content .woocommerce-mini-cart__buttons a {
padding: 10px 20px;
font-size: 14px;
color: #ffffff;
display: inline-block;
width: 50%;
text-align: center;
font-family: var(--font1);
text-transform: uppercase;
font-weight: 600;
background: var(--main);
}
.nxl-cart-content .woocommerce-mini-cart__buttons a:first-child {
background: #000000;
}
.nxl-cart-content ul {
padding: 0 30px;
width: 100%;
overflow: auto;
position: absolute;
scrollbar-width: none; -ms-overflow-style: none; height: calc(100% - 120px);
}
.nxl-cart-content ul::-webkit-scrollbar {
width: 0px; }
.nxl-cart-content ul li {
border-bottom: 1px dashed #d6d6d6;
padding: 20px;
margin-bottom: 20px;
-webkit-transition: 0.35s all;
-o-transition: 0.35s all;
-ms-transition: 0.35s all;
-moz-transition: 0.35s all;
transition: 0.35s all;
}
.nxl-cart-content ul li:last-child {
border: none;
}
.nxl-cart-content ul li:hover {
border-color: #000000;
}
.nxl-cart-content ul li .remove {
font-size: 20px;
width: 22px;
height: 22px;
display: block;
text-align: center;
line-height: 22px;
margin: 0 auto;
margin-bottom: 20px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
color: #ffffff;
background: var(--main);
}
.nxl-cart-content ul li .remove:hover {
background: #000000;
}
.nxl-cart-content ul li a {
font-size: 14px;
text-align: center;
display: block;
font-family: var(--font1);
color: var(--color_courses);
font-weight: 500;
}
.nxl-cart-content ul li a img {
max-width: 75px;
display: block;
margin: 0 auto;
margin-bottom: 15px;
}
.nxl-cart-content ul li .quantity {
display: block;
text-align: center;
}
.dark-mode-on.woocommerce-cart .woocommerce .button.wc-backward {
color: #191919;
}
@media (min-width: 768px) {
.cart-collaterals .cart_totals {
padding: 48px 71px;
}
}
@media (max-width: 768px) {
.woocommerce-cart .shop_table tr .product-name > a,
.woocommerce-cart .shop_table tr .product-name .variation-Material {
font-size: 16px;
}
.cart-collaterals .cart_totals {
padding: 48px 20px;
}
}
@media (max-width: 767px) {
.woocommerce-cart .shop_table tr .actions .coupon .input-text {
min-width: 50%;
width: 100%;
}
.woocommerce-cart .shop_table tr .actions .col-right {
float: none;
}
.woocommerce-cart .shop_table tr .actions .col-right .button {
width: 100%;
}
}
form.woocommerce-checkout {
margin-top: 25px;
margin-bottom: 83px;
}
form.woocommerce-checkout .required {
color: #000;
text-decoration: none;
}
form.woocommerce-checkout .woocommerce-account-fields label {
font-size: 15px;
color: var(--main2);
}
form.woocommerce-checkout .woocommerce-shipping-fields h3 {
font-size: 15px;
color: var(--main2);
font-weight: 400;
}
form.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
margin-top: 32px;
}
form.woocommerce-checkout .woocommerce-billing-fields h3 {
font-size: 32px;
color: var(--main2);
line-height: 1.7em;
margin-bottom: 9px;
font-family: var(--font1);
text-transform: capitalize;
}
form.woocommerce-checkout .woocommerce-additional-fields {
margin-top: 40px;
}
form.woocommerce-checkout .woocommerce-additional-fields label {
font-size: 15px;
color: var(--main2);
margin-bottom: 20px;
}
form.woocommerce-checkout .woocommerce-additional-fields textarea {
border-width: 0px 0px 1px 0px;
border-color: #a7aca9;
height: 92px;
font-size: 15px;
padding-left: 10px;
background: transparent;
}
form.woocommerce-checkout .woocommerce-account-fields,
form.woocommerce-checkout .woocommerce-billing-fields,
form.woocommerce-checkout .woocommerce-shipping-fields {
margin-bottom: 5px;
}
form.woocommerce-checkout .woocommerce-account-fields input.woocommerce-form__input-checkbox,
form.woocommerce-checkout .woocommerce-billing-fields input.woocommerce-form__input-checkbox,
form.woocommerce-checkout .woocommerce-shipping-fields input.woocommerce-form__input-checkbox {
transform: scale(1.5);
}
form.woocommerce-checkout .woocommerce-account-fields input ~ span,
form.woocommerce-checkout .woocommerce-billing-fields input ~ span,
form.woocommerce-checkout .woocommerce-shipping-fields input ~ span {
font-size: 15px;
font-family: var(--font2);
margin-left: 10px;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row,
form.woocommerce-checkout .woocommerce-billing-fields .form-row,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row {
margin-bottom: 9px;
position: relative;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row label,
form.woocommerce-checkout .woocommerce-billing-fields .form-row label,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row label {
color: var(--main2);
margin-bottom: 10px;
font-size: 15px;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row .screen-reader-text,
form.woocommerce-checkout .woocommerce-billing-fields .form-row .screen-reader-text,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row .screen-reader-text {
width: auto;
height: auto;
overflow: unset;
clip: unset;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row input,
form.woocommerce-checkout .woocommerce-billing-fields .form-row input,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row input {
background: transparent;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row input:not(.input-checkbox),
form.woocommerce-checkout .woocommerce-billing-fields .form-row input:not(.input-checkbox),
form.woocommerce-checkout .woocommerce-shipping-fields .form-row input:not(.input-checkbox),
form.woocommerce-checkout .woocommerce-account-fields .form-row select,
form.woocommerce-checkout .woocommerce-billing-fields .form-row select,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row select {
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 1px solid #a7aca9;
height: 33px;
line-height: 33px;
font-size: 15px;
margin-bottom: 20px;
width: 100%;
transition: 0.3s all;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row select,
form.woocommerce-checkout .woocommerce-billing-fields .form-row select,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row select {
padding: 0px 0px 0px 10px;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row .selection .select2-selection--single .select2-selection__rendered,
form.woocommerce-checkout .woocommerce-billing-fields .form-row .selection .select2-selection--single .select2-selection__rendered,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row .selection .select2-selection--single .select2-selection__rendered {
line-height: 50px;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row .selection .select2-selection--single .select2-selection__arrow,
form.woocommerce-checkout .woocommerce-billing-fields .form-row .selection .select2-selection--single .select2-selection__arrow,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row .selection .select2-selection--single .select2-selection__arrow {
height: 50px;
right: 20px;
}
.woocommerce-checkout .select2-dropdown {
border: 1px solid #aaa !important;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-form-login .form-inner,
.woocommerce-checkout .cart-checkout-dark .woocommerce-form-coupon .form-inner {
border-color: #2d2d2d;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-form-login .form-inner .form-row input.input-text,
.woocommerce-checkout .cart-checkout-dark .woocommerce-form-coupon .form-inner .form-row input.input-text {
border-color: #2d2d2d;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table th .shop_table td,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table td,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table th .shop_table th,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table th {
border-color: #2d2d2d;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table th .place-order button.button,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order button.button {
color: #191919;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table th .woocommerce-checkout-payment li .payment_box,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li .payment_box {
background: #000000;
border: 1px solid #2d2d2d;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-additional-fields textarea {
border: 1px solid #2d2d2d;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-account-fields .form-row .selection .select2-selection--single,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-billing-fields .form-row .selection .select2-selection--single,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-shipping-fields .form-row .selection .select2-selection--single,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-account-fields .form-row input:not(.input-checkbox),
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-billing-fields .form-row input:not(.input-checkbox),
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-shipping-fields .form-row input:not(.input-checkbox),
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-account-fields .form-row select,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-billing-fields .form-row select,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-shipping-fields .form-row select {
border: 1px solid #2d2d2d;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-account-fields .form-row select,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-billing-fields .form-row select,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-shipping-fields .form-row select {
background-color: transparent;
background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}
.woocommerce-checkout .cart-checkout-dark select option {
color: var(--color2);
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-form-login-toggle,
.woocommerce-checkout .cart-checkout-dark .woocommerce-form-coupon-toggle {
background: var(--color2);
}
.woocommerce-checkout .cart-checkout-dark .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-inner,
.woocommerce-checkout .cart-checkout-dark .jws_woo_your_order .woocommerce-checkout-review-order .shop_table {
background: var(--color2);
}
.woocommerce-checkout .jws_woo_your_order h3 {
padding: 0px 30px;
font-size: 32px;
color: var(--main2);
line-height: 1.7em;
margin-bottom: 9px;
font-family: var(--font1);
text-transform: capitalize;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table ul {
list-style: none;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table ul li:last-child label {
margin-left: 17px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table ul li label {
margin-left: 5px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order button.button {
display: block;
position: relative;
text-align: center;
cursor: pointer;
background: #000;
background-size: 200% auto !important;
transition: 0.7s all;
color: #ffffff;
min-width: 100%;
height: 50px;
line-height: 50px;
text-transform: capitalize;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
-ms-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
font-weight: 600;
font-size: 16px;
border: none;
outline: none;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order button.button:hover {
background-position: right center;
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-wrapper {
font-size: 80%;
line-height: 1.8;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
margin-bottom: 41px;
font-size: 15px;
line-height: 24px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a {
color: var(--main2);
font-weight: 600;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
border: 1px solid #ececec;
padding: 15px;
margin: 20px 0;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment h3 {
font-size: 20px;
font-family: var(--font2);
font-weight: 600;
padding: 0px 30px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-inner {
padding: 7px 30px 35px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods {
padding: 0px;
list-style-type: none;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li {
margin-bottom: 12px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li label {
margin-bottom: 0;
font-weight: 500;
color: var(--main2);
display: inline;
font-size: 15px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li input {
margin-right: 5px;
margin-top: 8px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li .payment_box {
margin: 10px 0 4px;
font-size: 15px;
line-height: 24px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li .payment_box p {
margin: 0px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li.payment_method_paypal img {
width: 145px;
margin: 0 15px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li.payment_method_paypal a {
font-size: 14px;
color: var(--main2);
text-decoration: underline;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table {
padding: 12px 30px;
border-collapse: unset;
border-spacing: 0;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table th,
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table td {
text-align: left;
padding: 13px 0;
color: var(--main2);
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table th {
font-weight: 400;
font-size: 15px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table td.product-name {
font-family: var(--font1);
font-weight: 400;
font-size: 20.3px;
color: var(--heading);
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table td.product-name .product-quantity {
font-size: 20px;
font-weight: 400;
font-family: 'Space Grotesk';
color: #000000;
line-height: 1.637;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table td.product-total .woocommerce-Price-amount.amount {
font-weight: 400;
color: var(--color_body);
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table td:last-of-type {
text-align: right;
font-size: 15px;
font-weight: 600;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table thead th {
font-size: 15px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table thead th:last-of-type {
text-align: right;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tfoot th,
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tfoot td {
border-top: 1px solid #e5e5e5;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tfoot tr:last-child th {
font-size: 15px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tfoot tr:last-child td {
font-size: 15px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tfoot tr:last-child td strong {
font-weight: 600;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-form-login-toggle {
margin-top: 25px;
margin-bottom: 10px;
background: #fff3ed;
padding: 24px 13px 24px 46px;
font-size: 18px;
color: var(--main2);
padding: 24px 40px;
letter-spacing: 0.5px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle > div,
.woocommerce-checkout .woocommerce-form-login-toggle > div {
display: inline-block;
background: transparent;
border: 0;
margin: 0;
color: var(--main2);
padding: 0;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle > div.woocommerce-info,
.woocommerce-checkout .woocommerce-form-login-toggle > div.woocommerce-info {
display: inline-block;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle > div.form-remove,
.woocommerce-checkout .woocommerce-form-login-toggle > div.form-remove {
position: relative;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle > div.form-remove .remove,
.woocommerce-checkout .woocommerce-form-login-toggle > div.form-remove .remove {
cursor: pointer;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle > div.form-remove .remove:before,
.woocommerce-checkout .woocommerce-form-login-toggle > div.form-remove .remove:before {
right: 10px;
position: absolute;
font-size: 20px;
color: #000;
font-family: "remixicon";
}
.woocommerce-checkout .woocommerce-form-coupon-toggle a,
.woocommerce-checkout .woocommerce-form-login-toggle a {
color: var(--main2);
font-weight: 600;
background: transparent;
padding: 0;
margin: 0;
}
.woocommerce-checkout .woocommerce-form-coupon,
.woocommerce-checkout .woocommerce-form-login {
padding: 30px 0;
}
.woocommerce-checkout .woocommerce-form-coupon .form-inner,
.woocommerce-checkout .woocommerce-form-login .form-inner {
border: 1px solid #ececec;
padding: 30px 30px;
}
.woocommerce-checkout .woocommerce-form-coupon > p,
.woocommerce-checkout .woocommerce-form-login > p {
padding: 0 5px;
}
.woocommerce-checkout .woocommerce-form-coupon p:first-child,
.woocommerce-checkout .woocommerce-form-login p:first-child {
margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-form-coupon .lost_password a,
.woocommerce-checkout .woocommerce-form-login .lost_password a {
color: var(--main2);
}
.woocommerce-checkout .woocommerce-form-coupon .lost_password a:hover,
.woocommerce-checkout .woocommerce-form-login .lost_password a:hover {
color: var(--main);
}
.woocommerce-checkout .woocommerce-form-coupon .form-row .woocommerce-form-login__rememberme,
.woocommerce-checkout .woocommerce-form-login .form-row .woocommerce-form-login__rememberme {
margin-right: 10px;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row .woocommerce-input-wrapper .input-text,
.woocommerce-checkout .woocommerce-form-login .form-row .woocommerce-input-wrapper .input-text {
padding: 0px 0px 0px 10px;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row input.input-text,
.woocommerce-checkout .woocommerce-form-login .form-row input.input-text {
border: 1px solid #ececec;
height: 50px;
line-height: 50px;
padding: 0 10px;
margin-bottom: 10px;
display: block;
width: 100%;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row button,
.woocommerce-checkout .woocommerce-form-login .form-row button {
position: relative;
text-align: center;
color: #ffffff;
min-width: 100%;
display: block;
height: 50px;
line-height: 50px;
-webkit-transition: 0.35s ease;
-o-transition: 0.35s ease;
-ms-transition: 0.35s ease;
-moz-transition: 0.35s ease;
transition: 0.35s ease;
font-weight: 700;
background: #000000;
font-size: 14px;
border: none;
outline: none;
text-transform: uppercase;
padding: 0 30px;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row button:hover,
.woocommerce-checkout .woocommerce-form-login .form-row button:hover {
background: var(--main);
}
.woocommerce-checkout .woocommerce-form-login .form-row button {
margin: 10px 0;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row {
display: inline-block;
vertical-align: top;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row.form-row-first {
min-width: calc(100% - 210px);
}
.woocommerce-checkout .woocommerce-form-coupon .form-row.form-row-last {
min-width: 200px;
}
body.dark-mode-on .woocommerce-success,
body.dark-mode-on .woocommerce-info,
body.dark-mode-on .woocommerce-message,
body.dark-mode-on .woocommerce-error {
background: #191919;
}
body.dark-mode-on .woocommerce .blockUI.blockOverlay,
body.dark-mode-on .blockUI.blockOverlay {
background: rgba(19, 19, 19, 0.8) !important;
}
.woocommerce-success,
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
font-size: 15px;
display: table;
width: 100%;
padding: 20px;
border-top: 2px solid;
background-color: #f7f7f7;
margin-bottom: 15px;
}
.woocommerce-success .notice_body,
.woocommerce-info .notice_body,
.woocommerce-message .notice_body,
.woocommerce-error .notice_body {
display: table-cell;
vertical-align: middle;
padding: 10px;
}
.woocommerce-success .notice_icon,
.woocommerce-info .notice_icon,
.woocommerce-message .notice_icon,
.woocommerce-error .notice_icon {
text-align: center;
display: table-cell;
vertical-align: middle;
width: 70px;
}
.woocommerce-success .notice_icon:before,
.woocommerce-info .notice_icon:before,
.woocommerce-message .notice_icon:before,
.woocommerce-error .notice_icon:before {
width: 70px;
font-family: FontAwesome;
}
.woocommerce-success trong,
.woocommerce-info trong,
.woocommerce-message trong,
.woocommerce-error trong {
font-weight: bold;
}
.woocommerce-success a,
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-error a {
display: inline-block;
color: #ffffff;
background: rgba(0, 0, 0, 0.3);
padding: 5px 15px;
margin: 0 5px 0 0;
}
.woocommerce-info {
border-color: #E0B252;
color: #E0B252;
}
.woocommerce-info a {
background: #E0B252;
}
.woocommerce-info .notice_icon:before {
content: "\f05a";
}
.woocommerce-error[role="alert"] {
border-color: #ff4136;
color: #ff4136;
}
.woocommerce-error[role="alert"] a {
background: #ff4136;
}
.woocommerce-error[role="alert"] .notice_icon:before {
content: "\f071";
}
.woocommerce-message[role="alert"] {
border-color: #2ab039;
color: #2ab039;
}
.woocommerce-message[role="alert"] a {
background: #2ab039;
}
.woocommerce-message[role="alert"] .notice_icon:before {
content: "\f00c";
}
ul[role="alert"] {
list-style-type: none;
} .woocommerce-order-received .site-content .entry-content > .woocommerce {
max-width: 800px;
margin: 0 auto;
padding: 10px;
}
.woocommerce-order-received .responsive-table {
margin-bottom: 60px;
}
.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-received {
background: transparent;
border: 2px dashed var(--main2);
color: var(--main2);
font-weight: 600;
width: 100%;
text-align: center;
font-size: 16px;
margin-bottom: 30px;
line-height: 1.4;
padding: 15px 25px;
}
.woocommerce-order-details {
margin-bottom: 50px;
}
.woocommerce-order-received ul.order_details {
margin-left: 0;
}
.woocommerce-order-details__title,
.wc-bacs-bank-details-heading {
text-transform: uppercase;
font-weight: 600;
margin-bottom: 5px;
text-align: center;
}
.woocommerce-order-details__title + h3,
.wc-bacs-bank-details-heading + h3 {
font-size: 16px;
opacity: 0.8;
margin-bottom: 30px;
text-align: center;
}
.woocommerce-customer-details > h2,
.woocommerce-customer-details > h3 {
text-transform: uppercase;
font-weight: 600;
text-align: center;
}
.woocommerce-customer-details .woocommerce-column__title {
font-size: 18px;
letter-spacing: 0;
font-weight: 600;
line-height: 30px;
margin-top: 12px;
color: var(--main2);
margin-bottom: 20px;
}
.woocommerce-order-received .woocommerce {
max-width: 800px;
margin: 0 auto;
}
.woocommerce-order-details h2 {
margin-bottom: 19px;
font-size: 24px;
font-weight: 700;
color: var(--main2);
margin-top: 20px;
}
.woocommerce-order-details table tbody tr .product-name .product-quantity {
font-size: 14px;
font-weight: 400;
}
.woocommerce-order-details table tbody tr th,
.woocommerce-order-details table tbody tr td {
padding: 15px 12px;
border: none;
border-bottom: 1px solid #e6e6e6;
}
.woocommerce-order-details table tbody tr th {
text-align: left;
}
.woocommerce-order-details table tfoot tr th,
.woocommerce-order-details table tfoot tr td {
padding: 15px 12px;
border: none;
border-bottom: 1px solid #e6e6e6;
color: var(--main2);
text-align: left;
}
.woocommerce-order-details table tfoot tr td {
text-align: right;
}
.woocommerce-order-details table thead {
background: none;
}
.woocommerce-order-details table thead tr th {
padding: 15px 10px;
letter-spacing: 1px;
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
line-height: 1.4;
color: var(--main2);
vertical-align: middle;
border: none;
border-bottom: 2px solid #efefef;
text-align: left;
}
.woocommerce-order-details table .product-name a {
display: inline-block;
}
.woocommerce-order-details table .product-total {
text-align: right;
}
.woocommerce-columns--addresses,
.woocommerce-Addresses {
margin: 20px -15px 0;
}
.woocommerce-columns--addresses .col-1,
.woocommerce-Addresses .col-1,
.woocommerce-columns--addresses .col-2,
.woocommerce-Addresses .col-2 {
float: left;
width: 48%;
max-width: 100%;
}
.woocommerce-columns--addresses .col-1 address,
.woocommerce-Addresses .col-1 address,
.woocommerce-columns--addresses .col-2 address,
.woocommerce-Addresses .col-2 address {
padding: 25px 30px 30px 30px;
border: 2px dashed var(--main2);
line-height: 30px;
font-style: italic;
}
.woocommerce-columns--addresses .col-1 h3,
.woocommerce-Addresses .col-1 h3,
.woocommerce-columns--addresses .col-2 h3,
.woocommerce-Addresses .col-2 h3 {
font-size: 22px;
margin-bottom: 20px;
color: var(--main2);
}
.woocommerce-columns--addresses .col-1,
.woocommerce-Addresses .col-1 {
margin-right: 30px;
margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
.woocommerce-checkout .jws_woo_your_order h3#order_review_heading {
padding: 0px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table {
padding: 12px 0px;
}
}
@media screen and (max-width: 375px) {
.woocommerce-order-received ul.order_details {
list-style-type: none;
padding: 0;
display: block;
}
.woocommerce-order-received ul.order_details li {
text-align: left;
padding-left: 0px;
padding-right: 0px;
}
.woocommerce-order-received ul.order_details li strong {
display: inline-block;
padding-left: 10px;
}
}
.woocommerce-thankyou-order-details {
list-style-type: none;
padding: 0;
display: flex;
-webkit-display: flex;
display: -webkit-flex;
-ms-display: flex;
flex-direction: row;
-webkit-flex-direction: row;
-ms-flex-direction: row;
justify-content: space-between;
-webkit-justify-content: space-between;
}
.woocommerce-thankyou-order-details + p {
font-size: 16px;
background-color: #f6f6f6;
padding-top: 20px;
padding-bottom: 20px;
padding-right: 15px;
padding-left: 15px;
margin-bottom: 30px;
text-align: center;
}
.woocommerce-thankyou-order-details li {
flex-grow: 1;
-ms-flex-grow: 1;
-webkit-flex-grow: 1;
padding-left: 20px;
padding-right: 20px;
margin-bottom: 20px;
border-right: 1px solid #dfdfdf;
text-align: center;
}
.woocommerce-thankyou-order-details li strong {
display: block;
color: var(--main2);
line-height: 24px;
}
.shipping_address .form-row .woocommerce-input-wrapper .input-text,
form.woocommerce-checkout .woocommerce-billing-fields .form-row .woocommerce-input-wrapper .input-text {
padding: 0px 0px 0px 10px;
}
@media (max-width: 767px) {
form.woocommerce-checkout .row > div,
form.woocommerce-checkout .woocommerce-billing-fields,
form.woocommerce-checkout .woocommerce-shipping-fields {
margin-bottom: 25px;
}
.woocommerce-checkout .woocommerce-form-login .form-row.form-row-first,
.woocommerce-checkout .woocommerce-form-login .form-row.form-row-last {
width: 100%;
}
.woocommerce-checkout .woocommerce-form-coupon,
.woocommerce-checkout .woocommerce-form-login {
padding: 15px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order {
padding: 6% 0px;
}
form.woocommerce-checkout .woocommerce-billing-fields .form-row .selection .select2-selection--single,
form.woocommerce-checkout .woocommerce-billing-fields .form-row input,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row .selection .select2-selection--single,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row input {
font-size: 14px;
padding: 0 20px;
}
form.woocommerce-checkout .woocommerce-additional-fields textarea {
font-size: 14px;
padding: 20px;
height: 150px;
}
.woocommerce-checkout .jws_woo_your_order h3,
form.woocommerce-checkout .woocommerce-billing-fields h3,
form.woocommerce-checkout .woocommerce-shipping-fields h3 {
font-size: 30px;
margin-bottom: 25px;
}
form.woocommerce-checkout .woocommerce-additional-fields .form-row label,
form.woocommerce-checkout .woocommerce-billing-fields .form-row label,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row label {
left: 21px;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row {
display: block;
width: 100%;
}
}
.woocommerce .blockUI.blockOverlay {
opacity: 1 !important;
background: rgba(255, 255, 255, 0.6) !important;
}
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
border: 2px solid #fafafa;
border-radius: 50%;
border-top: 2px solid var(--main);
width: 40px;
height: 40px;
-webkit-animation: spin 1s linear infinite;
animation: spin 1s linear infinite;
content: "";
display: block;
position: absolute;
left: 50%;
top: 50%;
margin-left: -20px;
margin-top: -20px;
}
form.woocommerce-ResetPassword.lost_reset_password {
max-width: 375px;
margin: 50px auto;
padding: 10px;
}
form.woocommerce-ResetPassword.lost_reset_password input {
width: 100%;
border: 0;
height: auto;
line-height: initial;
border-bottom: 1px solid #bdbdbd;
padding-bottom: 15px;
padding-top: 15px;
margin-bottom: 20px;
}
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button {
padding: 10px 30px;
background: #000;
border: none;
outline: none;
color: #fff;
font-weight: 500;
}
.dark-mode-on .woocommerce-order-details table thead tr th {
border-color: #2d2d2d;
}
.dark-mode-on .woocommerce-order-details table tbody tr th,
.dark-mode-on .woocommerce-order-details table tfoot tr th,
.dark-mode-on .woocommerce-order-details table tbody tr td,
.dark-mode-on .woocommerce-order-details table tfoot tr td {
border-color: #2d2d2d;
} .shop-single div.product .main-product .summary .product_title {
line-height: 83px;
font-weight: 400;
font-size: 64px;
color: var(--main2);
font-family: var(--font1);
}
.shop-single div.product .main-product .summary .woocommerce-product-rating {
margin-bottom: 10px;
margin-top: 6px;
}
.shop-single div.product .main-product .summary .woocommerce-product-rating .woocommerce-review-link {
font-size: 15px;
color: var(--color_body);
}
.shop-single div.product .main-product .summary .woocommerce-product-rating .woocommerce-review-link:hover {
color: var(--main);
}
.shop-single div.product .main-product .summary .star-rating {
margin-right: 15px;
}
.shop-single div.product .main-product .summary .price {
font-size: 18px;
margin-bottom: 0px;
color: var(--main2);
}
.shop-single div.product .main-product .summary .price del {
text-decoration-thickness: 2px;
text-decoration-color: rgba(103, 103, 103, 0.502);
}
.shop-single div.product .main-product .summary .price del .amount {
font-size: 18px;
color: rgba(103, 103, 103, 0.502);
}
.shop-single div.product .main-product .summary .price ins {
margin-left: 10px;
text-decoration: none;
}
.shop-single div.product .main-product .summary .woocommerce-product-details__short-description {
margin-top: 10px;
color: var(--color_body);
font-size: 15px;
line-height: 24px;
}
.shop-single div.product .main-product .summary .woocommerce-product-details__short-description p {
margin-bottom: 30px;
}
.shop-single div.product .main-product .summary .stock.out-of-stock {
margin-top: 44px;
margin-bottom: 40px;
font-size: 15px;
font-weight: 600;
color: #000;
}
.shop-single div.product .main-product .summary .product_meta {
margin-top: 32px;
line-height: 24px;
}
.shop-single div.product .main-product .summary .product_meta > span {
margin-top: 5px;
display: block;
}
.shop-single div.product .main-product .summary .product_meta > span > .label {
height: 30px;
color: var(--main2);
padding: 0px 10px 3px 0px;
position: relative;
cursor: pointer;
background: 0px;
display: unset;
font-size: 15px;
font-weight: 500;
}
.shop-single div.product .main-product .summary .product_meta > span span {
color: var(--color_body);
font-size: 15px;
}
.shop-single div.product .main-product .summary .product_meta a {
color: var(--color_body);
}
.shop-single div.product .main-product .summary .product_meta a:hover {
color: var(--main);
}
.shop-single div.product .main-product .summary .product-meta-custom .yith-wcwl-add-to-wishlist {
display: inline-block;
font-family: var(--font1);
font-size: 16px;
letter-spacing: 0.5px;
margin: 0;
}
.shop-single div.product .main-product .summary .product-meta-custom .yith-wcwl-add-to-wishlist > div > a {
color: var(--main2);
font-weight: 600;
}
.shop-single div.product .main-product .summary .product-meta-custom .yith-wcwl-add-to-wishlist > div > a:before {
font-family: 'Font Awesome 5 Free';
font-weight: 400;
content: "\f004";
margin-right: 7px;
}
.shop-single div.product .main-product .summary .product-meta-custom .product-meta-top {
margin-bottom: 34px;
}
.shop-single div.product .main-product .summary .product-meta-custom .product-meta-top .product-meta-top-right {
text-align: right;
}
.shop-single div.product .main-product .summary .product-meta-custom .popup-list .item {
display: inline-block;
margin-right: 55px;
}
.shop-single div.product .main-product .summary .product-meta-custom .popup-list a {
color: var(--colorbody);
}
.shop-single div.product .main-product .summary .product-meta-custom .popup-list a span {
margin-right: 9px;
font-size: 14px;
}
.shop-single div.product .main-product .summary .product-meta-custom .popup-list a:hover {
color: var(--main2);
}
.shop-single div.product .main-product .summary .product-meta-custom .product-share {
display: inline-block;
position: relative;
}
.shop-single div.product .main-product .summary form.cart {
margin-bottom: 24px;
}
.shop-single div.product .main-product .summary form.cart .group_table {
width: 100%;
margin-bottom: 30px;
}
.shop-single div.product .main-product .summary form.cart .group_table .woocommerce-grouped-product-list-item {
border-top: 1px solid rgba(22, 22, 25, 0.1);
border-bottom: 1px solid rgba(22, 22, 25, 0.1);
}
.shop-single div.product .main-product .summary form.cart .group_table tr td {
padding: 15px 8px;
}
.shop-single div.product .main-product .summary form.cart .group_table tr td.woocommerce-grouped-product-list-item__image img {
max-width: 80px;
}
.shop-single div.product .main-product .summary form.cart .group_table tr td span.woocommerce-Price-amount.amount {
font-size: 15px;
color: var(--color_body);
}
.shop-single div.product .main-product .summary form.cart .group_table tr td a {
color: var(--main2);
font-size: 25px;
font-family: Var(--font1);
line-height: 32px;
}
.shop-single div.product .main-product .summary form.cart .woocommerce-variation-add-to-cart {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.shop-single div.product .main-product .summary form.cart .jws-quantity-wrap {
display: inline-block;
margin-right: 15px;
}
.shop-single div.product .main-product .summary form.cart .jws-quantity-wrap .quantity {
position: relative;  }
.shop-single div.product .main-product .summary form.cart .jws-quantity-wrap .quantity .screen-reader-text {
display: none;
}
.shop-single div.product .main-product .summary form.cart .jws-quantity-wrap .quantity input::-webkit-outer-spin-button,
.shop-single div.product .main-product .summary form.cart .jws-quantity-wrap .quantity input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.shop-single div.product .main-product .summary form.cart .jws-quantity-wrap .quantity input[type=number] {
-moz-appearance: textfield;
}
.shop-single div.product .main-product .summary form.cart .jws-quantity-wrap .quantity > span {
position: absolute;
top: 6px;
width: 35px;
height: 40px;
overflow: hidden;
cursor: pointer;
background: #fff;
}
.shop-single div.product .main-product .summary form.cart .jws-quantity-wrap .quantity > span:before {
content: '';
position: absolute;
height: 1px;
width: 8px;
top: 50%;
left: 15px;
margin-top: -1px;
background: var(--main2);
transition: 0.3s all;
}
.shop-single div.product .main-product .summary form.cart .jws-quantity-wrap .quantity > span.jws-qty-minus {
left: 2px;
}
.shop-single div.product .main-product .summary form.cart .jws-quantity-wrap .quantity > span.jws-qty-plus {
right: 2px;
}
.shop-single div.product .main-product .summary form.cart .jws-quantity-wrap .quantity > span.jws-qty-plus:after {
content: '';
position: absolute;
height: 1px;
width: 8px;
top: 50%;
left: 15px;
margin-top: -1px;
background: var(--main2);
transition: 0.3s all;
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
}
.shop-single div.product .main-product .summary form.cart .jws-quantity-wrap .quantity .input-text {
font-weight: 700;
border: 1px solid #000;
width: 112px;
max-width: 112px;
height: 50px;
text-align: center;
color: var(--main2);
font-size: 15px;
border-radius: 0;
background: transparent;
}
.shop-single div.product .main-product .summary form.cart button {
display: inline-block;
background: var(--main2);
color: #ffffff;
border: 0;
font-size: 15px;
border-radius: 0;
font-family: var(--font2);
font-weight: 600;
padding: 0px 35px;
height: 50px;
min-width: 160px;
letter-spacing: 0.5px;
}
.shop-single div.product .main-product .summary form.cart button:hover {
background: var(--main);
-webkit-transform: translate3d(0, -3px, 0);
transform: translate3d(0, -3px, 0);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
}
.shop-single div.product .main-product .woocommerce-product-gallery {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_main_image {
-webkit-box-flex: 0;
-ms-flex: 0 0 78%;
flex: 0 0 78%;
max-width: 78%;
position: relative;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_main_image .jws-show-product-gallery-wrap {
background: #c8c8c8;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 100%;
text-align: center;
position: absolute;
right: 33px;
top: 18px;
z-index: 1;
transition: 0.3s all;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_main_image .jws-show-product-gallery-wrap .jws-show-product-gallery {
color: #ffffff;
display: block;
font-size: 18px;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_main_image .jws-show-product-gallery-wrap:hover {
background: var(--main);
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image {
-webkit-box-flex: 0;
-ms-flex: 0 0 22%;
flex: 0 0 22%;
max-width: 22%;
padding: 0 12.5px;
position: relative;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .thumbnails {
opacity: 0;
height: 0;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .thumbnails.slick-initialized,
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .thumbnails.owl-loaded {
opacity: 1;
height: auto;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .thumbnails.slick-slider {
display: flex;
align-items: stretch;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .thumbnails.slick-slider > button {
-ms-flex-order: 2;
order: 2;
padding: 0;
width: 48%;
height: 30px;
border: none;
background: var(--main);
color: #ffffff;
font-size: 0;
line-height: 30px;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
-ms-transition: 0.3s ease;
-moz-transition: 0.3s ease;
transition: 0.3s ease;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .thumbnails.slick-slider > button.slick-next:before {
content: "\f078";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 16px;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .thumbnails.slick-slider > button.slick-prev:before {
content: "\f077";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 16px;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .product-image-thumbnail {
max-width: 130px;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .product-image-thumbnail:not(:last-child) {
margin: 0;
margin-bottom: 10px;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .product-image-thumbnail img {
border: 1px solid transparent;
transition: 0.3s all;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .active-thumb img {
border-color: #959595 !important;
}
.shop-single div.product .main-product .related {
margin-top: 80px;
}
.shop-single div.product .main-product .related h2 {
text-transform: capitalize;
font-family: var(--font1);
color: var(--main2);
font-size: 40.32px;
font-weight: 500;
margin-bottom: 22px;
}
.shop-single div.product .main-product .related .product-item {
padding: 0 15px;
margin-bottom: 0px;
}
.shop-single div.product .main-product .related .slick-arrow {
position: absolute;
top: 45%;
cursor: pointer;
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
height: 40px;
text-align: center;
line-height: 40px;
z-index: 10;
color: #000000;
width: 40px;
}
.shop-single div.product .main-product .related .slick-arrow.fa-chevron-left {
left: 0;
}
.shop-single div.product .main-product .related .slick-arrow.fa-chevron-right {
right: 0;
}
.shop-single div.product .main-product .product-tabs .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
padding: 0 !important;
}
.shop-single div.product .main-product .woocommerce-tabs .jws-group-accordion-wap {
transition: height 0.5s cubic-bezier(0.2, 0.35, 0.25, 1) 0s;
overflow: hidden;
padding: 20px 0px 0px;
}
.shop-single div.product .main-product .woocommerce-tabs .jws-group-accordion-wap .woocommerce-Tabs-panel--description {
font-size: 15px;
}
.shop-single div.product .main-product .woocommerce-tabs .tab-heading {
display: none;
font-family: var(--font1);
color: var(--main2);
text-transform: uppercase;
font-size: 16px;
border-bottom: 1px solid #ebebeb;
padding: 15px 0;
margin: 0;
}
.shop-single div.product .main-product .woocommerce-tabs .tab-heading .toggle-visible {
cursor: pointer;
width: 30px;
height: 30px;
padding: 1px;
position: relative;
float: right;
}
.shop-single div.product .main-product .woocommerce-tabs .tab-heading .toggle-visible:before {
font-family: 'jws-icon';
content: '\e825';
display: block;
}
.shop-single div.product .main-product .woocommerce-tabs .zoo-group-accordion.accordion-active .tab-heading .toggle-visible:before {
transform: rotateX(180deg);
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-product-attributes {
max-width: 650px;
margin-bottom: 35px;
width: 100%;
border-spacing: 0;
border-collapse: collapse;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-product-attributes tr th {
color: var(--main2);
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-product-attributes tr td,
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-product-attributes tr th {
border-bottom: 1px solid #2f2f2f;
padding: 10px 0;
}
.shop-single div.product .main-product .woocommerce-tabs .list-item {
border-bottom: 0.8px solid #2f2f2f;
padding: 0.5em 0;
max-width: 100%;
}
.shop-single div.product .main-product .woocommerce-tabs .list-item #label {
color: var(--main2);
}
.shop-single div.product .main-product .woocommerce-tabs .list-item .half {
width: 49%;
display: inline-block;
vertical-align: top;
position: relative;
}
.shop-single div.product .main-product .woocommerce-tabs .list-item:last-child {
border: none;
}
.shop-single div.product .main-product .woocommerce-tabs .row h2 {
margin-bottom: 14px;
}
.shop-single div.product .main-product .woocommerce-tabs .row .col-left .h-last-child {
margin-top: 34px;
}
.shop-single div.product .main-product .woocommerce-tabs > * {
animation: fadeIn 0.2s both;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews label {
color: var(--main2);
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond {
margin-top: 15px;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-reply-title {
font-size: 18px;
color: var(--main2);
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-comment {
margin-bottom: 15px;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form > p {
margin-bottom: 0px;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form > p.comment-form-cookies-consent {
margin: 0px 0px 30px;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form textarea,
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form input[type="text"],
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form input[type="email"] {
border: 1px solid #f5f5f5;
background: transparent;
font-family: var(--font2);
padding-bottom: 2px;
padding: 0 15px;
color: var(--colorbody);
background-color: #F5F5F5;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form textarea {
height: 150px;
padding-top: 10px !important;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form input[type="text"],
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form input[type="email"] {
height: 45px;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .submit {
display: inline-block;
margin-right: 25px;
background: #000;
background-size: 200% auto !important;
color: #ffffff;
border: 0;
font-family: var(--font2);
font-size: 16px;
font-weight: 500;
padding: 17px 52px;
min-width: 143px;
line-height: 1;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .submit:hover {
background-position: right center;
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating label {
margin-bottom: 0;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars {
margin-bottom: 47px;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars [class*="star"] {
text-indent: -999em;
display: block;
position: absolute;
display: inline-block;
letter-spacing: -2px;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars [class*="star"]:before {
position: absolute;
font-family: 'remixicon';
font-weight: 400;
left: 0;
text-indent: 0;
font-size: 15px;
color: #000;
opacity: 0.3;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-1 {
width: 15px;
z-index: 50;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-1.active:before,
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-1:hover:before {
opacity: 1;
content: '\f18d';
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-2 {
width: 30px;
z-index: 40;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-2.active:before,
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-2:hover:before {
opacity: 1;
content: '\f18d\f18d';
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-3 {
width: 45px;
z-index: 30;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-3.active:before,
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-3:hover:before {
opacity: 1;
content: '\f18d\f18d\f18d';
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-4 {
width: 60px;
z-index: 20;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-4.active:before,
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-4:hover:before {
opacity: 1;
content: '\f18d\f18d\f18d\f18d';
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-5 {
width: 75px;
z-index: 10;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-5.active:before,
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-5:hover:before {
opacity: 1;
content: '\f18d\f18d\f18d\f18d\f18d';
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-5:before {
content: '\f18d\f18d\f18d\f18d\f18d';
color: #000;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #comments .commentlist {
padding: 0;
list-style-type: none;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #comments .commentlist li .comment_container img {
display: inline-block;
width: 60px;
vertical-align: top;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text {
margin-top: -8px;
display: inline-block;
width: calc(100% - 80px);
padding-left: 15px;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .meta {
margin-bottom: 0;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__author {
font-weight: 600;
color: var(--main2);
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .description p {
margin-bottom: 0;
}
.shop-single div.product .main-product .woocommerce-tabs ul.tabs {
padding: 0;
list-style-type: none;
display: inline-block;
padding-bottom: 6px;
position: relative;
margin: 0;
}
.shop-single div.product .main-product .woocommerce-tabs ul.tabs #magic_line {
position: absolute;
background: var(--main2);
height: 1px;
bottom: -1px;
transition: all 0.7s ease 0s;
}
.shop-single div.product .main-product .woocommerce-tabs ul.tabs li {
border-radius: 0;
background: transparent;
border: 0;
display: inline-block;
padding-right: 30px;
}
.shop-single div.product .main-product .woocommerce-tabs ul.tabs li::before {
display: none;
}
.shop-single div.product .main-product .woocommerce-tabs ul.tabs li::after {
display: none;
}
.shop-single div.product .main-product .woocommerce-tabs ul.tabs li a {
font-family: var(--font1);
color: var(--main2);
font-size: 32px;
text-transform: capitalize;
font-weight: 400;
}
.shop-single div.product .main-product .woocommerce-tabs ul.tabs::before {
display: none;
}
.shop-single div.product .main-product .woocommerce-tabs ul.tabs li.active a {
border-bottom: 1px solid var(--main);
}
.shop-single div.product .main-product.layout1 .product-tabs {
margin-top: 10px;
}
.shop-single div.product .main-product.layout1 .accordions {
list-style-type: none;
padding: 0;
}
.shop-single div.product .main-product.layout1 .accordions .accordion {
border-bottom: 1px solid rgba(22, 22, 25, 0.1);
padding: 15px 0;
}
.shop-single div.product .main-product.layout1 .accordions .accordion.active {
padding-top: 15px;
padding-bottom: 0px;
}
.shop-single div.product .main-product.layout1 .accordions .accordion.active .cont-content p {
margin-bottom: 5px;
}
.shop-single div.product .main-product.layout1 .accordions .accordion.active .cont-header .tongle::before {
opacity: 0;
-webkit-transform: translate(-50%, -50%) rotate(90deg);
-o-transform: translate(-50%, -50%) rotate(90deg);
-ms-transform: translate(-50%, -50%) rotate(90deg);
-moz-transform: translate(-50%, -50%) rotate(90deg);
transform: translate(-50%, -50%) rotate(90deg);
}
.shop-single div.product .main-product.layout1 .accordions .accordion.active .cont-header .tongle::after {
height: 11px;
-webkit-transform: translate(-50%, -50%) rotate(90deg);
-o-transform: translate(-50%, -50%) rotate(90deg);
-ms-transform: translate(-50%, -50%) rotate(90deg);
-moz-transform: translate(-50%, -50%) rotate(90deg);
transform: translate(-50%, -50%) rotate(90deg);
}
.shop-single div.product .main-product.layout1 .accordions .accordion .cont-header {
font-family: var(--font1);
color: var(--main2);
font-size: 32px;
padding-right: 60px;
line-height: 41px;
text-transform: capitalize;
font-weight: 400;
position: relative;
}
.shop-single div.product .main-product.layout1 .accordions .accordion .cont-header .tongle {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
right: -7px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
z-index: 99;
cursor: pointer;
user-select: none;
transition: .3s;
}
.shop-single div.product .main-product.layout1 .accordions .accordion .cont-header .tongle::before {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) rotate(0);
-o-transform: translate(-50%, -50%) rotate(0);
-ms-transform: translate(-50%, -50%) rotate(0);
-moz-transform: translate(-50%, -50%) rotate(0);
transform: translate(-50%, -50%) rotate(0);
content: '';
width: 15px;
height: 1px;
background: #161619;
transition: all 0.3s ease-in-out;
opacity: 1;
}
.shop-single div.product .main-product.layout1 .accordions .accordion .cont-header .tongle::after {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) rotate(0);
-o-transform: translate(-50%, -50%) rotate(0);
-ms-transform: translate(-50%, -50%) rotate(0);
-moz-transform: translate(-50%, -50%) rotate(0);
transform: translate(-50%, -50%) rotate(0);
content: '';
width: 1px;
height: 15px;
background: #161619;
transition: all 0.3s ease-in-out;
}
.shop-single div.product .main-product.layout1 .accordions .accordion .cont-content {
display: none;
padding: 25px 0px 25px 0px;
font-size: 15px;
color: var(--color_body);
line-height: 28px;
}
.thumbnail_position_bottom .jws_thumbnail_image {
overflow: hidden;
margin: 0 -10px;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image {
width: 100%;
float: none;
position: relative;
height: 100%;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .product-share {
position: absolute;
bottom: 40px;
height: 50px;
border-radius: 100%;
right: 20px;
background: #fff;
width: 50px;
z-index: 2;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .product-share button {
font-size: 16px;
color: #000;
background: transparent;
letter-spacing: 1px;
font-weight: 500;
border: none;
width: 100%;
height: 100%;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .product-share .addthis_inline_share_toolbox {
border-radius: 25px;
padding: 0;
margin: 0;
list-style-type: none;
position: absolute;
right: 0px;
width: 50px;
bottom: 25px;
background: #fff;
text-align: center;
font-size: 14px;
transition: 0.3s all;
opacity: 0;
transform: translateY(25px);
-webkit-transform: translateY(25px);
visibility: hidden;
z-index: -1;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .product-share .addthis_inline_share_toolbox .post-share-inner {
white-space: nowrap;
margin-top: 15px;
margin-bottom: 65px;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .product-share .addthis_inline_share_toolbox .post-share-inner a {
display: block;
height: 40px;
font-size: 14px;
color: #000;
opacity: 0;
transform: translatey(50px);
-webkit-transform: translatey(50px);
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .product-share .addthis_inline_share_toolbox .post-share-inner a span,
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .product-share .addthis_inline_share_toolbox .post-share-inner a i {
vertical-align: middle;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .product-share.opened .addthis_inline_share_toolbox {
opacity: 1;
transform: translateY(25px);
-webkit-transform: translateY(25px);
visibility: visible;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .product-share.opened .addthis_inline_share_toolbox .post-share-inner a.show {
opacity: 1;
transform: translateY(25px);
-webkit-transform: translateY(25px);
}
.shop-single {
padding: 30px 0 80px;
}
.shop-single .entry-summary .woocommerce-variation-price {
margin-bottom: 10px;
}
.shop-single .entry-summary .variations {
width: 55%;
margin-bottom: 28px;
}
.shop-single .entry-summary .variations .pa_weight select,
.shop-single .entry-summary .variations .pa_weight select {
width: 100%;
}
.shop-single .entry-summary .variations tr {
display: block;
vertical-align: baseline;
}
.shop-single .entry-summary .variations tr > th.label label {
margin-right: 15px;
color: #000;
font-weight: 400;
font-size: 15px;
}
.shop-single .entry-summary .variations tr:last-child {
margin-top: 15px;
}
.shop-single .entry-summary .variations tr > td {
position: relative;
}
.shop-single .entry-summary .variations tr > td .reset_variations {
visibility: visible;
position: absolute;
right: 0px;
bottom: 97%;
color: currentcolor;
opacity: 0.6;
font-size: 11px;
text-transform: uppercase;
display: block;
}
.shop-single .entry-summary .variations tr > td .reset_variations:before {
content: "\eb99";
font-family: 'remixicon';
float: right;
}
.shop-single .entry-summary .variations tr > td.label > label {
color: #000;
font-size: 15px;
margin-right: 20px;
margin-bottom: 0px;
vertical-align: baseline;
}
.shop-single .entry-summary .variations tr > td.value select {
padding: 10px 40px 10px 20px;
border-color: #e5e5e5;
box-shadow: none;
color: var(--color_body);
font-size: 15px;
border: 1px solid #e5e5e5;
}
.shop-single .entry-summary .variations .tawcvs-swatches .swatch-item-wrapper {
display: inline-block;
vertical-align: middle;
height: 45px;
width: 50px;
}
.shop-single .entry-summary .variations .tawcvs-swatches .swatch-item-wrapper .swatch-color {
text-indent: -9999px;
position: relative;
border: 1px solid transparent;
}
.shop-single .entry-summary .variations .tawcvs-swatches .swatch-item-wrapper .swatch-color.swatch-shape-circle {
width: 35px;
height: 35px;
border-radius: 100%;
margin-right: 15px;
cursor: pointer;
}
.shop-single .entry-summary .variations .tawcvs-swatches .swatch-item-wrapper .swatch-color.selected {
border-color: #000;
box-shadow: inset 0px 0px 0px 3px white;
}
.shop-single .main-product .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image .product-image-thumbnail {
padding: 0 10px;
}
.woocommerce-product-gallery__wrapper {
margin-bottom: 0px;
position: relative;
}
.woocommerce-product-gallery__wrapper:hover .owl-nav > div {
opacity: 1;
visibility: visible;
-webkit-transform: none;
-o-transform: none;
-ms-transform: none;
-moz-transform: none;
transform: none;
}
.woocommerce-product-gallery__wrapper .owl-nav > div {
position: absolute;
top: 50%;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
margin-top: -20px;
font-size: 25px !important;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
-ms-transition: 0.3s ease;
-moz-transition: 0.3s ease;
transition: 0.3s ease;
opacity: 0;
visibility: hidden;
}
.woocommerce-product-gallery__wrapper .owl-nav > div.owl-next {
right: 0;
}
.woocommerce-product-gallery__wrapper .owl-nav > div.owl-prev.disabled,
.woocommerce-product-gallery__wrapper .owl-nav > div.owl-next.disabled {
cursor: not-allowed;
}
.woocommerce-product-gallery__wrapper .owl-nav .nav-left:before {
font-family: 'jws-icon' !important;
content: '\e801';
}
.woocommerce-product-gallery__wrapper .owl-nav .nav-right:before {
font-family: 'jws-icon' !important;
content: '\e800';
}
.star-rating {
font-family: 'remixicon';
font-weight: 400;
height: 20px;
line-height: 20px;
overflow: hidden;
position: relative;
text-align: left;
width: 63px;
letter-spacing: -3px;
display: inline-block;
vertical-align: middle;
}
.star-rating:before {
content: '\f18d\f18d\f18d\f18d\f18d';
left: 0;
top: 0;
position: absolute;
font-size: 15px;
color: #000;
opacity: 0.3;
}
.star-rating span {
overflow: hidden;
position: absolute;
text-indent: -999em;
color: #333;
padding-top: 1.5em;
left: 0;
}
.star-rating span:before {
content: '\f18d\f18d\f18d\f18d\f18d';
left: 0;
top: 0;
position: absolute;
font-size: 15px;
text-indent: 0;
color: #000;
}
@media (min-width: 1025px) {
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left {
padding-right: 35px;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_bottom {
padding-right: 60px;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_main_image {
-ms-flex-order: 13;
order: 13;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image {
-ms-flex-order: -1;
order: -1;
}
}
@media (max-width: 1024px) {
.shop-single .entry-summary .variations {
width: unset;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left {
display: block;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image {
margin: 0 -10px;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .thumbnails.slick-slider {
display: block;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .product-image-thumbnail {
max-width: unset;
padding: 0 10px;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_main_image,
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image {
flex: 0 0 calc(100% + 20px);
max-width: calc(100% + 20px);
padding: 0px;
}
}
.layout2 .product-tabs {
margin-top: 60px;
}
@media (max-width: 767px) {
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .product-image-thumbnail {
max-width: none;
}
.shop-single div.product .main-product.layout2 .woocommerce-tabs .woocommerce-Tabs-panel {
padding: 0px;
}
.shop-single div.product .main-product .woocommerce-tabs ul.tabs {
display: block;
}
.shop-single div.product .main-product .woocommerce-tabs ul.tabs li {
border-bottom: 1px solid #ebebeb;
padding: 15px 0;
display: block;
}
.shop-single div.product .main-product .woocommerce-tabs ul.tabs li.active {
border-bottom: 1px solid var(--main);
}
.shop-single div.product .main-product .woocommerce-tabs ul.tabs li.active a {
border-bottom: none;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Tabs-panel {
padding: 45px 0px;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Tabs-panel .list-item .half {
width: 100%;
}
}
@media screen and (max-width: 991px) {
.shop-single .main-product .entry-summary {
padding-top: 30px;
}
.shop-single div.product .main-product .summary h2.product_title {
font-size: 50.8px;
line-height: 60px;
margin-bottom: 10px;
}
}
@media (max-width: 374px) {
.shop-single div.product .main-product.layout2 .summary form.cart .woocommerce-variation-add-to-cart .jws-quantity-wrap {
min-width: 70px;
}
.shop-single div.product .main-product .summary form.cart .group_table tr td.woocommerce-grouped-product-list-item__quantity .jws-quantity-wrap {
min-width: auto;
margin-right: 0;
display: block;
}
.shop-single div.product .main-product .summary form.cart .jws-quantity-wrap .quantity > span {
width: unset;
}
.shop-single div.product .main-product .summary form.cart .group_table tr td a {
font-size: 20px;
}
}
@media (max-width: 500px) {
.shop-single div.product .main-product .summary form.cart .group_table tr td.woocommerce-grouped-product-list-item__label {
padding: 0 15px;
}
.shop-single div.product .main-product .summary form.cart .group_table tr td.woocommerce-grouped-product-list-item__label label {
margin-bottom: 0px;
}
.shop-single div.product .main-product .summary form.cart .group_table tr td.woocommerce-grouped-product-list-item__quantity {
width: 100px;
}
.shop-single div.product .main-product .summary form.cart .group_table tr td.woocommerce-grouped-product-list-item__quantity .jws-quantity-wrap {
margin-bottom: 0px;
}
.shop-single div.product .main-product .summary form.cart .group_table tr td.woocommerce-grouped-product-list-item__image {
display: none;
}
.shop-single div.product .main-product .summary form.cart .group_table tr td tr a {
font-size: 20px;
line-height: 20px;
}
.shop-single div.product .main-product.layout2 .summary form.cart .jws-quantity-wrap {
min-width: 120px;
margin-right: 10px;
}
.shop-single div.product .main-product.layout2 .summary form.cart .jws-quantity-wrap .quantity input[type=number] {
width: 100%;
}
.shop-single div.product .main-product.layout2 .summary form.cart .button {
margin-right: 0;
margin-bottom: 24px;
}
.shop-single div.product .main-product .summary form.cart .jws-quantity-wrap {
display: block;
margin: 0 0 20px;
}
.shop-single div.product .main-product .summary form.cart .jws-quantity-wrap .quantity .input-text {
width: 100%;
max-width: 100%;
}
.shop-single div.product .main-product .summary form.cart button {
width: 100%;
}
}
.dark-mode-on .shop-single div.product .main-product .woocommerce-tabs .tab-heading {
border-color: #2D2D2D;
}
.dark-mode-on .shop-single div.product .main-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form textarea {
background: transparent;
}
.dark-mode-on .shop-single div.product .main-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form input:not([name="submit"]) {
background: transparent;
} .jws-button .elementor-button-content-wrapper #underline_text {
text-decoration: underline;
}
body.button-default .jws-button .elementor-button,
body.button-default .jws-cf7-style .wpcf7-submit,
body.button-default .elementor-button.rev-btn {
background: var(--button_bgcolor);
color: var(--button_color);
}
body.button-default .jws-button .elementor-button:hover,
body.button-default .jws-cf7-style .wpcf7-submit:hover,
body.button-default .elementor-button.rev-btn:hover {
background: var(--button_bgcolor2);
color: var(--button_color2);
}
.jws-button .elementor-button,
.jws-cf7-style .wpcf7-submit,
.elementor-button.rev-btn {
transition: 0.3s all;
}
body.button-with_border .jws-button .elementor-button,
body.button-with_border .jws-cf7-style .wpcf7-submit,
body.button-with_border .elementor-button.rev-btn {
background: var(--button_bgcolor);
color: var(--button_color);
border: 1px solid var(--button_border_color);
}
body.button-with_border .jws-button .elementor-button:hover,
body.button-with_border .jws-cf7-style .wpcf7-submit:hover,
body.button-with_border .elementor-button.rev-btn:hover {
background: var(--button_bgcolor2);
color: var(--button_color2);
border-color: var(--button_border_color2);
}
.jws-button a#custom-buttonbr {
overflow: hidden;
}
.jws-button a#custom-buttonbr:before {
transition: all .3s;
background-image: linear-gradient(to right, var(--button_color) 0%, var(--button_color2) 51%, var(--button_color) 100%);
background-size: 200% auto;
position: absolute;
width: 100%;
height: 100%;
content: " ";
z-index: 0;
left: 0;
top: 0;
}
.jws-button a#custom-buttonbr span.elementor-button-content-wrapper {
display: block;
padding: 14px 52px 14px 52px;
background: #ffffff;
position: relative;
border: 1px solid transparent;
border-radius: 40px;
}
.jws-button a#custom-buttonbr:hover .elementor-button-content-wrapper {
background: transparent;
color: #ffffff;
}
.jws-button a#custom-buttonbr:hover:before {
background-position: right center;
}@font-face{font-family:dashicons;src:url(//ilgabbianodanza.com/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url(//ilgabbianodanza.com/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url(//ilgabbianodanza.com/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}