@charset "UTF-8";
:root{--joinchat-ico:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0s4.686 12.283 0 16.97a12 12 0 0 1-13.754 2.299l-5.814.735a.392.392 0 0 1-.438-.44l.748-5.788A12 12 0 0 1 3.517 3.517zm3.61 17.043.3.158a9.85 9.85 0 0 0 11.534-1.758c3.843-3.843 3.843-10.074 0-13.918s-10.075-3.843-13.918 0a9.85 9.85 0 0 0-1.747 11.554l.16.303-.51 3.942a.196.196 0 0 0 .219.22zm6.534-7.003-.933 1.164a9.84 9.84 0 0 1-3.497-3.495l1.166-.933a.79.79 0 0 0 .23-.94L9.561 6.96a.79.79 0 0 0-.924-.445l-2.023.524a.797.797 0 0 0-.588.88 11.754 11.754 0 0 0 10.005 10.005.797.797 0 0 0 .88-.587l.525-2.023a.79.79 0 0 0-.445-.923L14.6 13.327a.79.79 0 0 0-.94.23z'/%3E%3C/svg%3E");--joinchat-font:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif}.joinchat{--sep:20px;--bottom:var(--sep);--s:60px;--h:calc(var(--s)/2);--ch:142;--cs:70%;--cl:49%;--bw:1;--text:hsl(0deg 0% clamp(0%,var(--bw)*1000%,100%)/clamp(70%,var(--bw)*1000%,100%));--hover:hsl(var(--ch) var(--cs) calc(var(--cl) + 20%));--color:hsl(var(--ch) var(--cs) var(--cl));display:none;position:fixed;z-index:9000;right:var(--sep);bottom:var(--bottom);font:normal normal normal 16px/1.625em var(--joinchat-font);letter-spacing:0;animation:joinchat_show .5s cubic-bezier(.18,.89,.32,1.28) 10ms both;transform:scale3d(0,0,0);transform-origin:calc(var(--s)/-2) calc(var(--s)/-4);-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgb(0 0 0/0)}.joinchat *,.joinchat :after,.joinchat :before{box-sizing:border-box}.joinchat--show{display:block;transform:scaleX(1)}.joinchat--left{right:auto;left:var(--sep)}.joinchat--noanim{animation:none}.joinchat__button{position:absolute;z-index:2;bottom:8px;right:8px;height:var(--s);width:var(--s);background:#25d366 var(--joinchat-ico) 50%/60% no-repeat;color:inherit;border-radius:50%;box-shadow:1px 6px 24px 0 rgba(7,94,84,.24);cursor:pointer;transition:background-color .2s linear}.joinchat__button:hover{background-color:#128c7e}.joinchat__button:active{background-color:#128c7e;transition:none}.joinchat--left .joinchat__button{right:auto;left:8px}.joinchat__button__ico{position:absolute;inset:0;display:flex;border-radius:50%;overflow:hidden;color:var(--text)!important}.joinchat__button__ico svg{width:var(--ico-size,100%);height:var(--ico-size,100%);margin:calc((100% - var(--ico-size, 1))/2)}.joinchat__button:has(.joinchat__button__ico){background:var(--color);box-shadow:1px 6px 24px 0 hsl(var(--ch) var(--cs) calc(var(--cl) - 10%)/24%)}.joinchat__button:has(.joinchat__button__ico):active,.joinchat__button:has(.joinchat__button__ico):hover{background:var(--hover)}.joinchat__button__image{position:absolute;inset:1px;border-radius:50%;overflow:hidden;opacity:0}.joinchat__button__image img,.joinchat__button__image video{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.joinchat--show .joinchat__button__image{animation:joinchat_image_loop 20s linear 5s infinite normal both}.joinchat--img .joinchat__button__image{opacity:1;animation:none}.joinchat__tooltip{position:absolute;top:calc(var(--h) - 16px);right:calc(var(--s) + 16px);max-width:calc(100vw - var(--s) - 45px);height:32px;padding:0 14px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);line-height:31px;white-space:nowrap;opacity:0;transition:opacity .3s ease-out .4s;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));pointer-events:none}.joinchat__tooltip:after{content:"";display:block;position:absolute;top:10px;right:-6px;border:8px solid transparent;border-width:6px 0 6px 8px;border-left-color:#fff}.joinchat__tooltip div{width:-moz-max-content;width:max-content;max-width:100%;overflow:hidden;text-overflow:ellipsis}.joinchat--tooltip .joinchat__tooltip{animation:joinchat_tootlip 20s linear 5s 1 normal both}.joinchat--left .joinchat__tooltip{right:auto;left:calc(var(--s) + 16px)}.joinchat--left .joinchat__tooltip:after{left:-6px;right:auto;border-color:transparent;border-width:6px 8px 6px 0;border-right-color:#fff}.joinchat__qr{position:absolute;z-index:2;bottom:calc(var(--s) + 24px);right:8px;display:none;flex-direction:column-reverse;width:228px;min-height:200px;padding:14px 14px 10px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);text-align:center;white-space:nowrap;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));animation:joinchat_badge_in .4s cubic-bezier(.11,.84,.83,1.01) .5s both;pointer-events:none}.joinchat__qr:after{content:"";display:block;position:absolute;bottom:-6px;right:calc(var(--h) - 6px);border:8px solid transparent;border-width:8px 6px 0;border-top-color:#fff}.joinchat--left .joinchat__qr{left:8px;right:auto}.joinchat--left .joinchat__qr:after{left:calc(var(--h) - 6px);right:auto}.joinchat__qr div{font-size:14px;color:#4a4a4a;overflow:hidden;text-overflow:ellipsis}.joinchat__qr canvas{display:block;width:200px;height:200px;margin:0;image-rendering:pixelated}@keyframes joinchat_show{0%{transform:scale3d(0,0,0)}to{transform:scaleX(1)}}@keyframes joinchat_badge_in{0%{opacity:0;transform:translate3d(0,50px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes joinchat_image_loop{0%{opacity:0}3%,20%{opacity:1}25%,to{opacity:0}}@keyframes joinchat_tootlip{0%{opacity:0;transform:scaleY(0)}1%,20%{opacity:1;transform:scaleX(1)}25%,to{opacity:0;transform:scaleX(1)}}.joinchat__woo-btn__wrapper{clear:both}.joinchat__woo-btn{--s:40px;display:inline-block;box-sizing:border-box;height:var(--s);max-width:100%;padding:0 calc(var(--s)/2) 0 var(--s);background:#25d366 var(--joinchat-ico) calc(var(--s)*0.2) 50% no-repeat;background-size:calc(var(--s)*0.6);color:#fff;border-radius:calc(var(--s)/2);font:700 normal calc(var(--s)*0.35)/var(--s) var(--joinchat-font);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;transition:background-color .2s}.joinchat__woo-btn:empty{padding-right:0}.joinchat__woo-btn:hover{background-color:#128c7e}@media (orientation:landscape) and (height >= 481px),(orientation:portrait) and (width >= 481px){.joinchat--mobile{display:none!important}}@media (width <= 767px){.joinchat--footer-bar{--bottom:76px!important}}@media (orientation:landscape) and (height <= 480px),(width <= 480px){.joinchat{--sep:6px}}@media (hover:hover){.joinchat__button:hover .joinchat__tooltip{opacity:1;animation:none;transition:opacity .2s}.joinchat--btn .joinchat__button:hover~.joinchat__qr{display:flex}}@media (prefers-reduced-motion){.joinchat{animation:none}}html, body, div, span, applet, object, iframe, video, audio,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section {
font-family: inherit;
font-size: 100%;
line-height: inherit;
font-weight: inherit;
font-style: inherit;
outline: 0;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
applet, object, iframe, video, audio,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
}
html {
font-size: 100%;  -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html:not(.edit-post-visual-editor) {
height: 100%;
overflow-y: scroll !important;
overflow-x: hidden;
}
html:not(.edit-post-visual-editor),
body:not(.edit-post-visual-editor) {
margin: 0;
padding: 0;
width: 100%;
}
div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
font-family: inherit;
font-size: 1em;
line-height: inherit;
}
div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
color: inherit;
background: none;
border-style: none;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
div.ui-datepicker {
background-color: #fff;
}
div.ui-accordion .ui-accordion-header {
padding: 0;
}
div.ui-accordion .ui-accordion-header-icon {
display: none;
}
div.ui-tabs,
div.ui-tabs .ui-tabs-panel,
div.ui-tabs .ui-tabs-nav {
padding: 0;
}
div.ui-tabs .ui-tabs-nav li {
float: none;
margin: 0;
}
div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: none;
}  .rounded_none {
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.rounded_tiny {
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}
.rounded_small {
-webkit-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;
}
.rounded_medium {
-webkit-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
}
.rounded_large {
-webkit-border-radius: 15px;
-ms-border-radius: 15px;
border-radius: 15px;
}
.rounded {
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
} .overflow_hidden {
overflow: hidden !important;
}
.overflow_x_hidden {
overflow-x: hidden !important;
}
.overflow_y_hidden {
overflow-y: hidden !important;
}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.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,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;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{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(//www.trame-cristina.eu/wp-includes/js/mediaelement/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{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(//www.trame-cristina.eu/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(//www.trame-cristina.eu/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;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;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);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:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);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,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;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,.7);border:1px solid 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:#c8c8c8!important;background-color:hsla(0,0%,100%,.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:#21f8f8}.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:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.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:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}
  :root {
--theme-var-koef_narrow: 0.75;
--theme-var-page: var(--theme-var-page_width);
--theme-var-sidebar_width_max: 500px;
--theme-var-sidebar_width_min: 150px;
--theme-var-sidebar_gap_width_max: 100px;
--theme-var-sidebar_gap_width_min: 0px;
--theme-var-sidebar: clamp( var(--theme-var-sidebar_width_min, 150px), calc( var(--theme-var-page) * var(--theme-var-sidebar_prc) * var(--theme-var-sidebar_proportional) + var(--theme-var-sidebar_width) * ( 1 - var(--theme-var-sidebar_proportional) ) ), var(--theme-var-sidebar_width_max, 500px) );
--theme-var-sidebar_gap: clamp( var(--theme-var-sidebar_gap_width_min, 0px), calc( var(--theme-var-page) * var(--theme-var-sidebar_gap_prc) * var(--theme-var-sidebar_proportional) + var(--theme-var-sidebar_gap_width) * ( 1 - var(--theme-var-sidebar_proportional) ) ), var(--theme-var-sidebar_gap_width_max, 100px) );
--theme-var-sidebar_and_gap: calc( var(--theme-var-sidebar) + var(--theme-var-sidebar_gap) );
--theme-var-content: calc( var(--theme-var-page) - var(--theme-var-sidebar) - var(--theme-var-sidebar_gap) );
--theme-var-content_narrow: calc( var(--theme-var-content) * var(--theme-var-koef_narrow) );
--theme-var-padding_narrow: calc( var(--theme-var-content) * ( 1 - var(--theme-var-koef_narrow) ) );
--fixed-rows-height: 0px;
--theme-var-main_content_padding: 9rem;
--theme-var-single_post_block_margin: 5.8rem;
}
.body_style_boxed {
--theme-var-page_boxed: calc( var(--theme-var-page_width) + var(--theme-var-page_boxed_extra) * 2 );
--theme-var-page: calc( var(--theme-var-page_boxed) - var(--theme-var-page_boxed_extra) * 2 );
--theme-var-sidebar: clamp( var(--theme-var-sidebar_width_min, 150px), calc( var(--theme-var-page) * var(--theme-var-sidebar_prc) * var(--theme-var-sidebar_proportional) + var(--theme-var-sidebar_width) * ( 1 - var(--theme-var-sidebar_proportional) ) ), var(--theme-var-sidebar_width_max, 500px) );
--theme-var-sidebar_gap: clamp( var(--theme-var-sidebar_gap_width_min, 0px), calc( var(--theme-var-page) * var(--theme-var-sidebar_gap_prc) * var(--theme-var-sidebar_proportional) + var(--theme-var-sidebar_gap_width) * ( 1 - var(--theme-var-sidebar_proportional) ) ), var(--theme-var-sidebar_gap_width_max, 100px) );
--theme-var-sidebar_and_gap: calc( var(--theme-var-sidebar) + var(--theme-var-sidebar_gap) );
--theme-var-content: calc( var(--theme-var-page) - var(--theme-var-sidebar) - var(--theme-var-sidebar_gap) );
--theme-var-content_narrow: calc( var(--theme-var-content) * var(--theme-var-koef_narrow) );
--theme-var-padding_narrow: calc( var(--theme-var-content) * ( 1 - var(--theme-var-koef_narrow) ) );
}  html {
font-size: 16px;
}
body {
color: var(--theme-color-text);
background-color: var(--theme-color-bg_color);
scrollbar-color: var(--theme-color-bd_color) var(--theme-color-bg_color_2);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body::-webkit-scrollbar {
width: 16px;
}
body::-webkit-scrollbar-track {
background: var(--theme-color-bg_color_2);
}
body::-webkit-scrollbar-thumb {
background-color: var(--theme-color-bd_color);
border: 2px solid var(--theme-color-bg_color_2);
}
body.body_style_boxed .page_wrap {
background-color: var(--theme-color-bg_color);
}
article, aside, details, footer, header, hgroup, nav, section {
display: block;
} li > p + p {
margin-top: 0.5em;
}
ol, ul {
padding-left: 1.2em;
}
li > ol, li > ul, li > dl, dl > dl {
margin-bottom: 0 !important;
}
li > p {
margin-bottom: 0;
}
li a {
color: var(--theme-color-title);
}
li a:hover {
color: var(--theme-color-link);
}
ul > li:before {
color: var(--theme-color-link);
} a {
text-decoration: none;
background: transparent;
color: var(--theme-color-link);
}
a:hover {
color: var(--theme-color-hover);
}
a,
a:hover,
:focus, a:focus,
:active, a:active {
outline: 0;
}
:where([style*="text-decoration:"]) > a {
text-decoration: inherit;
}
body.show_outline :focus, body.show_outline a:focus {
outline: 1px dotted #888 !important;
}
a[href="javascript:void(0)"] {
cursor: default;
}
a img {
border: none;
}
a,
button,
input[type="button"],
input[type="submit"] {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
-ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
color: var(--theme-color-title);
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
color: var(--theme-color-link);
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
margin-top: 0;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
display: block;
} html :where([style*="border-width"]) {
border-style: solid;
}
.wp-block-table td, .wp-block-table th, table td, table th {
border: none;
border-color: var(--theme-color-bd_color);
padding: 1rem;
}
table {
border-collapse: collapse;
width: 100%;
}
table > p {
margin: 0 !important;
}
table th {
color: var(--theme-color-alt_title);
background-color: var(--theme-color-alt_bg_color);
}
table th b, table th strong {
color: var(--theme-color-alt_title);
}
table th a {
color: var(--theme-color-alt_link);
}
table th a:hover {
color: var(--theme-color-alt_hover);
}
table caption {
margin-bottom: 0.5em;
text-align: center;
}
table > tbody > tr:nth-child(2n+1) > td {
background-color: var(--theme-color-bg_color_2);
}
table > tbody > tr:nth-child(2n) > td {
background-color: var(--theme-color-bg_color);
} blockquote {
position: relative;
text-align: left;
overflow: hidden;
}
blockquote,
.wp-block-pullquote {
-webkit-border-radius: var(--theme-var-global-border-radius, 0);
-ms-border-radius: var(--theme-var-global-border-radius, 0);
border-radius: var(--theme-var-global-border-radius, 0);
}
.wp-block-pullquote > blockquote {
-webkit-border-radius: inherit;
-ms-border-radius: inherit;
border-radius: inherit;
}
blockquote,
blockquote[class*="wp-block-quote"][class*="is-style-"],
blockquote[class*="wp-block-quote"][class*="is-"],
.wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-freeform.block-library-rich-text__tinymce blockquote {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
blockquote:not(.is-style-plain),
blockquote[class*="wp-block-quote"][class*="is-style-"]:not(.is-style-plain),
blockquote[class*="wp-block-quote"][class*="is-"]:not(.is-style-plain),
.wp-block-quote:not(.is-large):not(.is-style-large):not(.is-style-plain),
.wp-block-freeform.block-library-rich-text__tinymce blockquote:not(.is-style-plain) {
padding: 3.2em 2.6em;
}
blockquote.is-style-plain,
blockquote[class*="wp-block-quote"][class*="is-style-"].is-style-plain,
blockquote[class*="wp-block-quote"][class*="is-"].is-style-plain,
.wp-block-quote:not(.is-large):not(.is-style-large).is-style-plain,
.wp-block-freeform.block-library-rich-text__tinymce blockquote.is-style-plain {
padding: 1em;
}
blockquote:not(.is-style-plain)[class*="wp-block-quote"][class*="is-style-large"],
blockquote:not(.is-style-plain)[class*="wp-block-quote"][class*="is-large"] {
margin-top: 0;
margin-bottom: 2em;
}
.wp-block-pullquote > blockquote,
.wp-block-column blockquote {
margin: 0 !important;
max-width: none !important;
}
.blog_mode_post blockquote:not(.is-style-plain),
.blog_mode_page blockquote:not(.is-style-plain) {
margin: var(--theme-font-p_margin-bottom) 0;
}
.blog_mode_post .comments_list blockquote:not(.is-style-plain),
.blog_mode_page .comments_list blockquote:not(.is-style-plain) {
margin: var(--theme-font-p_margin-bottom) 0;
}
blockquote p,
.wp-block-quote p {
margin: 0;
}
blockquote p + p,
.wp-block-quote p + p {
margin-top: 0.5em;
}
blockquote > cite, blockquote > p > cite,
blockquote > .wp-block-pullquote__citation,
.wp-block-quote .wp-block-quote__citation {
display: block;
margin-top: 1.2em;
}
blockquote .block-library-pullquote__content {
margin-bottom: 2.5em;
}
.wp-block-pullquote {
padding: 0;
border-width: 0;
}
.wp-block-pullquote[class*="align"] blockquote {
margin-left: 0;
margin-right: 0;
}
blockquote .wp-block-pullquote__citation {
margin-top: 0;
}
section > blockquote:not(.has-background):not(.is-style-plain),
div:not(.has-background) > blockquote:not(.has-background):not(.is-style-plain),
figure:not(.has-background) > blockquote:not(.has-background):not(.is-style-plain) {
background-color: var(--theme-color-bg_color_2);
}
section > blockquote:not(.has-text-color):not(.is-style-plain), section > blockquote:not(.has-text-color):not(.is-style-plain) p,
div:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain),
div:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) p,
figure:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain),
figure:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) p {
color: var(--theme-color-title) !important;
}
section > blockquote:not(.has-text-color):not(.is-style-plain) a,
div:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) a,
figure:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) a {
color: var(--theme-color-link);
}
section > blockquote:not(.has-text-color):not(.is-style-plain) a:hover,
div:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) a:hover,
figure:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) a:hover {
color: var(--theme-color-hover);
}
section > blockquote:not(.has-text-color):not(.is-style-plain) dt, section > blockquote:not(.has-text-color):not(.is-style-plain) b, section > blockquote:not(.has-text-color):not(.is-style-plain) strong, section > blockquote:not(.has-text-color):not(.is-style-plain) i, section > blockquote:not(.has-text-color):not(.is-style-plain) em, section > blockquote:not(.has-text-color):not(.is-style-plain) mark, section > blockquote:not(.has-text-color):not(.is-style-plain) ins,
div:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) dt,
div:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) b,
div:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) strong,
div:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) i,
div:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) em,
div:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) mark,
div:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) ins,
figure:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) dt,
figure:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) b,
figure:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) strong,
figure:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) i,
figure:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) em,
figure:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) mark,
figure:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) ins {
color: var(--theme-color-title);
}
section > blockquote:not(.has-text-color):not(.is-style-plain) s, section > blockquote:not(.has-text-color):not(.is-style-plain) strike, section > blockquote:not(.has-text-color):not(.is-style-plain) del,
div:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) s,
div:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) strike,
div:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) del,
figure:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) s,
figure:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) strike,
figure:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) del {
color: var(--theme-color-meta);
}
section > blockquote:not(.has-text-color):not(.is-style-plain) code,
div:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) code,
figure:not(.has-text-color) > blockquote:not(.has-text-color):not(.is-style-plain) code {
color: var(--theme-color-title);
background-color: var(--theme-color-bg_color);
border-color: var(--theme-color-bd_color);
} .has-drop-cap:not(:focus):first-letter {
padding: 0;
margin: 0.1em 0.25em -0.1em 0;
color: var(--theme-color-title);
} dd {
margin-left: 1.5em;
}
dt, b, strong {
font-weight: bold;
}
dfn, em, i {
font-style: italic;
}
pre, code, kbd, tt, var, samp {
font-family: "Courier New", Courier, monospace;
font-size: 1em;
letter-spacing: 0;
}
pre {
overflow: auto;
max-width: 100%;
white-space: pre-wrap;
}
code {
overflow: auto;
max-width: 100%;
padding: 0 1em;
display: inline-block;
vertical-align: middle;
word-wrap: break-word;
color: var(--theme-color-text);
background-color: var(--theme-color-bg_color_2);
border: 1px solid var(--theme-color-bd_color);
}
pre > code {
display: block;
padding: 0.7em 1em;
}
abbr, acronym {
border-bottom: 1px dotted;
cursor: help;
}
mark, ins {
background-color: transparent;
text-decoration: none;
}
sup, sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 80%;
}
big {
font-size: 120%;
}
[hidden], template {
display: none;
}
hr {
-webkit-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
height: 0;
border: none;
border-top: 1px solid var(--theme-color-bd_color);
margin-top: calc(var(--theme-var-main_content_padding) / 2) !important;
margin-bottom: calc(var(--theme-var-main_content_padding) / 2) !important;
}
.wp-block-separator:not([class*="is-style"]) {
width: 15%;
} [class^="icon-"]:before,
[class*=" icon-"]:before {
font-size: inherit;
line-height: inherit !important;
font-weight: inherit;
font-style: inherit;
display: inline-block;
width: auto;
margin: 0;
} img {
max-width: 100%;
height: auto; vertical-align: top;
}
.wp-block-gallery {
margin-top: 0;
margin-bottom: 1.4em;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}  figure.wp-block-gallery {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
figure,
.wp-caption,
.wp-caption-overlay .wp-caption {
border: 0;
margin: 0;
padding: 0;
overflow: hidden;
position: relative;
max-width: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
figure,
.wp-caption {
margin-bottom: 1em;
}
p figure,
p .wp-caption {
margin-bottom: 0;
}
figure figcaption,
.wp-block-image figcaption,
.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd,
.wp-caption-overlay .wp-caption .wp-caption-text,
.wp-caption-overlay .wp-caption .wp-caption-dd {
font-size: 0.9375em;
line-height: var(--theme-font-p_line-height);
font-weight: var(--theme-font-p_font-weight);
font-style: var(--theme-font-p_font-style);
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
position: relative;
top: auto;
bottom: auto;
left: auto;
right: auto;
display: block;
margin: 0;
text-align: left;
padding: 10px 0 0 !important;
color: var(--theme-color-meta);
background: none;
max-height: 6em;
overflow-x: hidden;
overflow-y: auto;
scrollbar-gutter: stable;
-webkit-flex-grow: 0;
-ms-flex-grow: 0;
flex-grow: 0;
-webkit-flex-basis: auto;
-ms-flex-basis: auto;
flex-basis: auto;
scrollbar-width: thin;
scrollbar-color: var(--theme-color-bd_color) var(--theme-color-bg_color_2);
}
figure figcaption::-webkit-scrollbar,
.wp-block-image figcaption::-webkit-scrollbar,
.wp-block-audio figcaption::-webkit-scrollbar,
.wp-block-video figcaption::-webkit-scrollbar,
.wp-block-embed figcaption::-webkit-scrollbar,
.wp-block-gallery .blocks-gallery-image figcaption::-webkit-scrollbar,
.wp-block-gallery .blocks-gallery-item figcaption::-webkit-scrollbar,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption::-webkit-scrollbar,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption::-webkit-scrollbar,
.wp-caption .wp-caption-text::-webkit-scrollbar,
.wp-caption .wp-caption-dd::-webkit-scrollbar,
.wp-caption-overlay .wp-caption .wp-caption-text::-webkit-scrollbar,
.wp-caption-overlay .wp-caption .wp-caption-dd::-webkit-scrollbar {
width: 6px;
}
figure figcaption::-webkit-scrollbar-track,
.wp-block-image figcaption::-webkit-scrollbar-track,
.wp-block-audio figcaption::-webkit-scrollbar-track,
.wp-block-video figcaption::-webkit-scrollbar-track,
.wp-block-embed figcaption::-webkit-scrollbar-track,
.wp-block-gallery .blocks-gallery-image figcaption::-webkit-scrollbar-track,
.wp-block-gallery .blocks-gallery-item figcaption::-webkit-scrollbar-track,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption::-webkit-scrollbar-track,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption::-webkit-scrollbar-track,
.wp-caption .wp-caption-text::-webkit-scrollbar-track,
.wp-caption .wp-caption-dd::-webkit-scrollbar-track,
.wp-caption-overlay .wp-caption .wp-caption-text::-webkit-scrollbar-track,
.wp-caption-overlay .wp-caption .wp-caption-dd::-webkit-scrollbar-track {
background: var(--theme-color-bg_color_2);
}
figure figcaption::-webkit-scrollbar-thumb,
.wp-block-image figcaption::-webkit-scrollbar-thumb,
.wp-block-audio figcaption::-webkit-scrollbar-thumb,
.wp-block-video figcaption::-webkit-scrollbar-thumb,
.wp-block-embed figcaption::-webkit-scrollbar-thumb,
.wp-block-gallery .blocks-gallery-image figcaption::-webkit-scrollbar-thumb,
.wp-block-gallery .blocks-gallery-item figcaption::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption::-webkit-scrollbar-thumb,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption::-webkit-scrollbar-thumb,
.wp-caption .wp-caption-text::-webkit-scrollbar-thumb,
.wp-caption .wp-caption-dd::-webkit-scrollbar-thumb,
.wp-caption-overlay .wp-caption .wp-caption-text::-webkit-scrollbar-thumb,
.wp-caption-overlay .wp-caption .wp-caption-dd::-webkit-scrollbar-thumb {
background-color: var(--theme-color-bd_color);
border: 1px solid var(--theme-color-bg_color_2);
-webkit-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;
}
figure figcaption a,
.wp-block-image figcaption a,
.wp-block-audio figcaption a,
.wp-block-video figcaption a,
.wp-block-embed figcaption a,
.wp-block-gallery .blocks-gallery-image figcaption a,
.wp-block-gallery .blocks-gallery-item figcaption a,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption a,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption a,
.wp-caption .wp-caption-text a,
.wp-caption .wp-caption-dd a,
.wp-caption-overlay .wp-caption .wp-caption-text a,
.wp-caption-overlay .wp-caption .wp-caption-dd a {
color: var(--theme-color-title);
}
figure figcaption a:hover,
.wp-block-image figcaption a:hover,
.wp-block-audio figcaption a:hover,
.wp-block-video figcaption a:hover,
.wp-block-embed figcaption a:hover,
.wp-block-gallery .blocks-gallery-image figcaption a:hover,
.wp-block-gallery .blocks-gallery-item figcaption a:hover,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a:hover,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption a:hover,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption a:hover,
.wp-caption .wp-caption-text a:hover,
.wp-caption .wp-caption-dd a:hover,
.wp-caption-overlay .wp-caption .wp-caption-text a:hover,
.wp-caption-overlay .wp-caption .wp-caption-dd a:hover {
color: var(--theme-color-link);
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover {
scrollbar-width: thin;
scrollbar-color: var(--theme-color-bd_color) var(--theme-color-bg_color_2);
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar {
width: 8px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-track {
background: var(--theme-color-bg_color_2);
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb {
background-color: var(--theme-color-bd_color);
border: 1px solid var(--theme-color-bg_color_2);
-webkit-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;
}
.wp-block-image .alignleft figcaption, img.alignleft figcaption,
.wp-block-image .alignright figcaption, img.alignright figcaption,
.wp-block-image .aligncenter figcaption, img.aligncenter figcaption,
.wp-block-image.is-resized figcaption {
display: block;
color: var(--theme-color-meta) !important;
}
.wp-block-freeform.block-library-rich-text__tinymce dd.wp-caption-dd a {
display: inline;
}
svg:not(:root) {
overflow: hidden;
} .gallery {
margin: 0 -5px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.gallery-item {
overflow: hidden;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding: 0 5px;
}
figure.gallery-item {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.gallery-columns-9 .gallery-item {
width: 11.1111111111% !important;
}
.gallery-columns-8 .gallery-item {
width: 12.5% !important;
}
.gallery-columns-7 .gallery-item {
width: 14.2857142857% !important;
}
.gallery-columns-6 .gallery-item {
width: 16.6666666667% !important;
}
.gallery-columns-5 .gallery-item {
width: 20% !important;
}
.gallery-columns-4 .gallery-item {
width: 25% !important;
}
.gallery-columns-3 .gallery-item {
width: 33.3333333333% !important;
}
.gallery-columns-2 .gallery-item {
width: 50% !important;
}
.gallery-columns-1 .gallery-item {
width: 100% !important;
}
.gallery-item a {
display: block;
}
.gallery-item a img {
border: none;
display: block;
width: 100%;
}
.gallery-columns-9 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-6 .gallery-caption {
font-size: 0.875em;
line-height: 1.5em;
} audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
video {
width: 100%;
height: auto;
}
video.wp-block-cover__video-background {
width: 100% !important;
height: 100% !important;
}
audio:not([controls]) {
display: none;
height: 0;
}
iframe, video, embed {
max-width: 100%;
min-height: 100px;
vertical-align: top;
}
.wp-block-embed.alignwide iframe,
.wp-block-embed.alignfull iframe {
width: 100%;
}
figure.wp-block-audio,
figure.wp-block-video,
figure.wp-block-embed {
overflow: visible;
}
figure.wp-block-audio {
display: block;
}
figure.wp-block-audio figcaption,
figure.wp-block-video figcaption,
figure.wp-block-embed figcaption {
margin: 1em 0 0 !important;
padding: 0 !important;
} .wp-block-embed.wp-has-aspect-ratio {
display: block;
}
.wp-block-embed .wp-block-embed__wrapper {
position: relative;
max-width: 100%;
}
.wp-block-embed.alignwide .wp-block-embed__wrapper iframe,
.wp-block-embed.alignfull .wp-block-embed__wrapper iframe,
.wp-block-embed[class*="wp-embed-aspect-"] .wp-block-embed__wrapper iframe {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.wp-block-embed.is-type-video.alignwide .wp-block-embed__wrapper:before,
.wp-block-embed.is-type-video.alignfull .wp-block-embed__wrapper:before,
.wp-block-embed.is-type-video[class*="wp-embed-aspect-"] .wp-block-embed__wrapper:before {
content: "";
display: block;
width: 0;
}
.wp-block-embed.is-type-video.alignwide .wp-block-embed__wrapper:before,
.wp-block-embed.is-type-video.alignfull .wp-block-embed__wrapper:before,
.wp-block-embed.is-type-video.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
padding-top: 56.25%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
padding-top: 42.85%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-block-embed.is-type-video.wp-embed-aspect-2-1 .wp-block-embed__wrapper:before {
padding-top: 50%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
padding-top: 75%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
padding-top: 100%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-3-4 .wp-block-embed__wrapper:before {
padding-top: 133.33%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
padding-top: 177.77%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-9-18 .wp-block-embed__wrapper:before,
.wp-block-embed.is-type-video.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
padding-top: 200%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-9-21 .wp-block-embed__wrapper:before {
padding-top: 233.33%;
} .wp-playlist-light {
background: var(--theme-color-bg_color);
border-color: var(--theme-color-bd_color);
color: var(--theme-color-title);
}
.wp-playlist-light .wp-playlist-caption {
color: var(--theme-color-title);
}
.wp-playlist-light .wp-playlist-playing {
background: transparent;
color: var(--theme-color-title);
}
.wp-playlist-item {
border-color: var(--theme-color-bd_color);
}
.wp-playlist .wp-playlist-current-item img {
background-color: var(--theme-color-bg_color);
} .wp-block-cover-image a,
.wp-block-cover a {
text-decoration: underline;
} .wp-block-media-text .has-medium-font-size {
line-height: 1.5em;
}
.wp-block-media-text .has-large-font-size {
line-height: 1.4em;
}
.wp-block-media-text .has-huge-font-size {
line-height: 1.3em;
} .has-large-font-size,
.has-huge-font-size,
.has-x-large-font-size {
line-height: 1.4em;
} .wp-block-group.has-background {
margin-bottom: var(--theme-font-p_margin-bottom);
} .alignleft {
display: inline-block;
vertical-align: top;
float: left;
margin-right: 2em !important;
margin-bottom: 1em !important;
margin-top: 0.5em !important;
}
.alignright {
display: inline-block;
vertical-align: top;
float: right;
margin-left: 2em !important;
margin-bottom: 1em !important;
margin-top: 0.5em !important;
}
.aligncenter {
display: block;
text-align: center;
clear: both;
margin-left: auto !important;
margin-right: auto !important;
margin-bottom: 1em !important;
}
figure.alignleft,
figure.alignright {
margin-top: 0.5em !important;
}
.wp-block-gallery[class*="align"] {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.has-left-content {
text-align: left;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.has-center-content {
text-align: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.has-right-content {
text-align: right;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
} .sidebar_hide.narrow_content .alignleft.is-style-alignfar,
.sidebar_hide.narrow_content .is-style-alignfar > .alignleft,
.sidebar_hide.narrow_content .alignright.is-style-alignfar,
.sidebar_hide.narrow_content .is-style-alignfar > .alignright {
max-width: calc( ( var(--theme-var-page) - var(--theme-var-content_narrow) ) / 2 - var(--theme-var-grid_gap) );
}
.sidebar_hide.narrow_content .alignleft.is-style-alignfar,
.sidebar_hide.narrow_content .is-style-alignfar > .alignleft {
float: left;
margin: 1em 1em 1em calc( ( var(--theme-var-page) - var(--theme-var-content_narrow) ) / -2 );
}
.sidebar_hide.narrow_content .alignright.is-style-alignfar,
.sidebar_hide.narrow_content .is-style-alignfar > .alignright {
float: right;
margin: 1em calc( ( var(--theme-var-page) - var(--theme-var-content_narrow) ) / -2 ) 1em 2em;
}
.sidebar_hide.narrow_content .wp-block-image > .alignleft.is-style-alignfar,
.sidebar_hide.narrow_content .wp-block-image.is-style-alignfar > .alignleft,
.sidebar_hide.narrow_content .wp-block-image > .alignright.is-style-alignfar,
.sidebar_hide.narrow_content .wp-block-image.is-style-alignfar > .alignright {
max-width: none !important;
} .sidebar_hide.normal_content .alignleft.is-style-alignfar,
.sidebar_hide.normal_content .is-style-alignfar > .alignleft {
float: left;
margin: 1em 1em 1em calc( ( var(--theme-var-page) - var(--theme-var-content) ) / -2 );
}
.sidebar_hide.normal_content .alignright.is-style-alignfar,
.sidebar_hide.normal_content .is-style-alignfar > .alignright {
float: right;
margin: 1em calc( ( var(--theme-var-page) - var(--theme-var-content) ) / -2 ) 1em 2em;
}
.sidebar_hide.normal_content .wp-block-image > .alignleft.is-style-alignfar,
.sidebar_hide.normal_content .wp-block-image.is-style-alignfar > .alignleft,
.sidebar_hide.normal_content .wp-block-image > .alignright.is-style-alignfar,
.sidebar_hide.normal_content .wp-block-image.is-style-alignfar > .alignright {
max-width: none !important;
} .alignfull > img,
.alignwide > img {
max-width: none;
width: 100%;
}
body.sidebar_hide .alignwide {
position: relative;
z-index: 1;
left: calc( -88vw / 2 + 100% / 2 );
width: 88vw;
max-width: none;
}
body.sidebar_hide.narrow_content .alignwide,
body.sidebar_hide.normal_content .alignwide {
left: calc( var(--theme-var-page) / -2 + 50% );
width: var(--theme-var-page);
}
body.sidebar_hide .alignfull {
position: relative;
z-index: 1;
margin-left: calc( -100vw / 2 + 100% / 2 + 8px );
margin-right: calc( -100vw / 2 + 100% / 2 + 8px );
width: calc( 100vw - 16px );
max-width: calc( 100vw - 16px );
}  form {
margin-bottom: 0;
position: relative;
}
button, input, optgroup, select, textarea, textarea.wp-editor-area {
font-family: inherit;
font-size: 1em; margin: 0; vertical-align: baseline; }
button {
overflow: visible;
} button:where(:not(.components-button):not([class*="wp-block-social"]):not([id="elementor-editor-button"])),
input[type="button"],
input[type="reset"],
input[type="submit"],
.theme_button,
.post_item .more-link,
.wp-block-button__link,
.elementor-button,
.sc_button_default {
-webkit-appearance: none;
cursor: pointer;
display: inline-block;
vertical-align: top;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box; height: auto;
max-width: 100%;
color: var(--theme-font-button_color, var(--theme-color-bg_color));
border-color: var(--theme-font-button_border-color, var(--theme-color-link));
background-color: var(--theme-font-button_background-color, var(--theme-color-link));
} .wp-block-button__link {
white-space: normal;
}
.wp-block-button.is-style-squared .wp-block-button__link {
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
} button:where(:not(.components-button):not([class*="wp-block-social"]):not([id="elementor-editor-button"])):hover,
button:where(:not(.components-button):not([class*="wp-block-social"]):not([id="elementor-editor-button"])):focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
.theme_button:hover,
.theme_button:focus,
.post_item .more-link:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus,
.elementor-button:hover,
.elementor-button:focus,
.sc_button_default:hover,
.sc_button_default:focus {
color: var(--theme-font-button_color-hover, var(--theme-color-bg_color));
border-color: var(--theme-font-button_border-color-hover, var(--theme-color-hover));
background-color: var(--theme-font-button_background-color-hover, var(--theme-color-hover));
} .elementor-button:visited {
color: var(--theme-font-button_color, var(--theme-color-bg_color));
} button[disabled],
input[type="submit"][disabled],
input[type="button"][disabled],
a.sc_button[disabled],
a.theme_button[disabled],
button[disabled]:hover,
input[type="submit"][disabled]:hover,
input[type="button"][disabled]:hover,
a.sc_button[disabled]:hover,
a.theme_button[disabled]:hover {
color: var(--theme-color-title) !important;
border-color: var(--theme-color-meta) !important;
background: var(--theme-color-meta) !important;
} .wp-block-button.is-style-outline .wp-block-button__link {
background: none;
border-width: 2px;
border-style: solid;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
color: var(--theme-color-link);
border-color: var(--theme-color-link);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus {
color: var(--theme-color-hover) !important;
border-color: var(--theme-color-hover) !important;
} .sc_button.sc_button_simple {
font-size: 1rem;
border: none !important;
background: transparent !important;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
padding: 0 1.8em 0 0;
color: var(--theme-color-link);
}
.sc_button.sc_button_simple:hover, .sc_button.sc_button_simple:focus {
color: var(--theme-color-hover);
} .theme_form_field_text,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="password"],
select,
.select2-container.select2-container--default span.select2-choice,
.select2-container.select2-container--default span.select2-selection,
.select2-container.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field,
textarea,
textarea.wp-editor-area {
color: var(--theme-font-input_color, var(--theme-color-text));
border-color: var(--theme-font-input_border-color, var(--theme-color-bd_color));
background-color: var(--theme-font-input_background-color, var(--theme-color-bg_color_2));
}
.theme_form_field_text:focus,
.theme_form_field_text.filled,
input[type="text"]:focus,
input[type="text"].filled,
input[type="number"]:focus,
input[type="number"].filled,
input[type="email"]:focus,
input[type="email"].filled,
input[type="url"]:focus,
input[type="url"].filled,
input[type="tel"]:focus,
input[type="tel"].filled,
input[type="search"]:focus,
input[type="search"].filled,
input[type="password"]:focus,
input[type="password"].filled,
select:hover,
select:focus,
select option:hover,
select option:focus,
select.select2-hidden-accessible.filled + .select2-container.select2-container--default span.select2-selection--single,
.select2-container.select2-container--default span.select2-selection--single:hover,
.select2-container.select2-container--focus span.select2-selection--single,
.select2-container.select2-container--open span.select2-selection--single,
select.select2-hidden-accessible.filled + .select2-container.select2-container--default span.select2-choice,
.select2-container.select2-container--default span.select2-choice:hover,
.select2-container.select2-container--focus span.select2-choice,
.select2-container.select2-container--open span.select2-choice,
select.select2-hidden-accessible.filled + .select2-container.select2-container--default span.select2-selection--multiple,
.select2-container.select2-container--default span.select2-selection--multiple:hover,
.select2-container.select2-container--focus span.select2-selection--multiple,
.select2-container.select2-container--open span.select2-selection--multiple,
.select2-container .select2-dropdown,
.select2-container.select2-container--focus span.select2-selection,
.select2-container.select2-container--open span.select2-selection,
textarea:focus,
textarea.filled,
textarea.wp-editor-area:focus,
textarea.wp-editor-area.filled {
color: var(--theme-font-input_color-focus, var(--theme-color-title));
border-color: var(--theme-font-input_border-color-focus, var(--theme-color-meta));
background-color: var(--theme-font-input_background-color-focus, var(--theme-color-bg_color_2));
}
textarea,
textarea.wp-editor-area {
overflow: auto; vertical-align: top; }
textarea.wp-editor-area {
-webkit-border-radius: var(--theme-font-input_border-radius, 0);
-ms-border-radius: var(--theme-font-input_border-radius, 0);
border-radius: var(--theme-font-input_border-radius, 0);
border-top-left-radius: 0;
border-top-right-radius: 0;
} input[type="password"][name="post_password"] {
outline: none;
} .theme_form_field_placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-meta);
}
input[placeholder]::-webkit-input-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-meta);
}
textarea[placeholder]::-webkit-input-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-meta);
}
input[placeholder]::-moz-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-meta);
}
textarea[placeholder]::-moz-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-meta);
}
input[placeholder]:-ms-input-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-meta);
}
textarea[placeholder]:-ms-input-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-meta);
}
input[placeholder]::placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-meta);
}
textarea[placeholder]::placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-meta);
}
textarea, textarea.wp-editor-area,
select, option,
.theme_form_field_text,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="checkbox"],
input[type="radio"] {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
-ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
option {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
color: var(--theme-color-title);
background-color: var(--theme-color-bg_color);
font-size: inherit;
font-weight: inherit;
}
optgroup {
font-style: normal;
}
optgroup > option {
font-weight: normal;
}
button[disabled],
html input[disabled] {
cursor: default !important;
}
.theme_form_field_text,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"],
select,
textarea,
textarea.wp-editor-area {
-webkit-appearance: none;
outline: none;
resize: none;
}
button:focus,
.theme_form_field_text:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus,
textarea.wp-editor-area:focus {
outline: 0;
}
.theme_form_field_text,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"] {
-webkit-appearance: textfield;
}
input[type="search"] {
-webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
body.show_outline button:focus,
body.show_outline input:focus,
body.show_outline select:focus,
body.show_outline textarea:focus,
body.show_outline textarea.wp-editor-area:focus {
outline: thin dotted !important;
} input[type="radio"],
input[type="checkbox"] {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
margin: 0;
padding: 0;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
color: var(--theme-color-meta);
position: relative;
padding-left: 24px;
font-size: 14px;
line-height: 20px;
display: inline-block;
vertical-align: top;
}
input[type="radio"] + label:before,
input[type="checkbox"] + label:before,
label > input[type="radio"]:before,
label > input[type="checkbox"]:before,
input[type="radio"].radio:before,
input[type="checkbox"].checkbox:before {
content: '';
font-size: 20px;
display: block;
text-align: center;
border: 1px solid var(--theme-color-bd_color);
width: 16px;
height: 16px;
line-height: 16px;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
position: absolute;
z-index: 1;
top: 2px;
left: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before,
label > input[type="radio"]:checked:before,
label > input[type="checkbox"]:checked:before,
input[type="radio"].radio:checked:before,
input[type="checkbox"].checkbox:checked:before {
background: radial-gradient(circle, var(--theme-color-title) 55%, var(--theme-color-bg_color) 65%);
box-shadow: inset 0 0 0 2px var(--theme-color-bg_color);
}
label > input[type="radio"],
label > input[type="checkbox"],
input[type="radio"].radio,
input[type="checkbox"].checkbox {
display: inline-block;
vertical-align: baseline;
position: static !important;
clip: auto;
-webkit-appearance: none;
-moz-appearance: none;
}
label > input[type="radio"]:before,
label > input[type="checkbox"]:before,
input[type="radio"].radio:before,
input[type="checkbox"].checkbox:before {
position: relative;
}
body.show_outline input[type="radio"]:focus + label:before,
body.show_outline input[type="checkbox"]:focus + label:before,
body.show_outline label > input[type="radio"]:focus:before,
body.show_outline label > input[type="checkbox"]:focus:before,
body.show_outline input[type="radio"].radio:focus:before,
body.show_outline input[type="checkbox"].checkbox:focus:before {
outline: 0 !important;
box-shadow: 0 0 0 1px var(--theme-color-title);
} select {
text-overflow: ellipsis;
white-space: nowrap;
max-width: 100%;
}
select::-ms-expand {
display: none;
}
select {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Ccircle cx='15' cy='15' r='15' fill='rgba(255, 255, 255, 0.3)'/%3E%3Cpath d='M9 13l6 6 6-6' stroke='rgba(0, 0, 0, 1)' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-position: right 10px center;
background-size: 18px;
background-repeat: no-repeat;
}
body select {
padding-right: 35px;
} .select2-container {
width: 100% !important;
}
.select_container .select2-container {
z-index: 1;
}
.select2-container .select2-selection--single {
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
margin: 0;
}
.select2-container .select2-dropdown {
overflow: hidden;
-webkit-border-radius: var(--theme-font-input_border-radius, 0);
-ms-border-radius: var(--theme-font-input_border-radius, 0);
border-radius: var(--theme-font-input_border-radius, 0);
}
.select2-results__option {
color: var(--theme-color-title);
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: inherit;
}
.select2-container--default .select2-selection--single span.select2-selection__rendered {
line-height: var(--theme-font-input_line-height);
padding-left: 0;
color: inherit;
padding: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
color: var(--theme-color-bg_color);
background: var(--theme-color-link);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
width: 20px;
height: 20px;
right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Ccircle cx='15' cy='15' r='15' fill='rgba(255, 255, 255, 0.3)'/%3E%3Cpath d='M9 13l6 6 6-6' stroke='rgba(0, 0, 0, 1)' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-position: center;
background-size: 18px;
background-repeat: no-repeat;
margin: 0;
border: none;
width: 100%;
height: 100%;
}
.select2-container--default.select2-container .select2-selection--single.select2-selection {
padding-right: 35px;
} label.required:after {
content: '*';
display: none;
vertical-align: text-top;
font-size: 80%;
color: red;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
margin: 0 !important;
padding: 0 !important;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
display: block;
top: 5px;
left: 5px;
width: auto;
height: auto;
font-size: 0.8em;
line-height: normal;
padding: 1em 1.5em;
color: #21759b;
background-color: #f1f1f1;
clip: auto !important;
text-decoration: none; z-index: 100000;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
-ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
.elementra_skip_link {
position: fixed;
z-index: 999999;
top: 6px;
left: 6px;
-webkit-transform: translateY(-300px);
-ms-transform: translateY(-300px);
transform: translateY(-300px);
-webkit-transition: -webkit-transform 0.3s ease 0s;
-ms-transition: -ms-transform 0.3s ease 0s;
transition: transform 0.3s ease 0s;
}
.elementra_skip_link:focus {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
outline-offset: -1px;
display: block;
width: auto;
height: auto;
font-size: 1em;
line-height: normal;
font-weight: 400;
padding: 1em 1.5em;
background: #f1f1f1;
color: #0073aa;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
a.elementra_skip_link_anchor {
position: absolute;
width: 0;
height: 0;
} .row, .columns_wrap, .trx_addons_columns_wrap {
margin-left: 0px;
margin-right: calc( -1 * var(--theme-var-grid_gap) );
}
.row > [class*="column-"],
.columns_wrap > [class*="column-"],
.trx_addons_columns_wrap > [class*="trx_addons_column-"] {
display: inline-block;
vertical-align: top;
position: relative;
z-index: 20;
min-height: 1px;
padding-left: 0px;
padding-right: var(--theme-var-grid_gap);
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.row.columns_padding_left,
.columns_wrap.columns_padding_left,
.trx_addons_columns_wrap.columns_padding_left {
margin-left: calc( -1 * var(--theme-var-grid_gap) );
margin-right: 0;
}
.row.columns_padding_left > [class*="column-"],
.row > [class*="column-"].columns_padding_left,
.columns_wrap.columns_padding_left > [class*="column-"],
.columns_wrap > [class*="column-"].columns_padding_left,
.trx_addons_columns_wrap.columns_padding_left > [class*="trx_addons_column-"],
.trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_left {
padding-left: var(--theme-var-grid_gap);
padding-right: 0;
}
.row.columns_padding_right,
.columns_wrap.columns_padding_right,
.trx_addons_columns_wrap.columns_padding_right {
margin-left: 0;
margin-right: calc( -1 * var(--theme-var-grid_gap) );
}
.row.columns_padding_right > [class*="column-"],
.row > [class*="column-"].columns_padding_right,
.columns_wrap.columns_padding_right > [class*="column-"],
.columns_wrap > [class*="column-"].columns_padding_right,
.trx_addons_columns_wrap.columns_padding_right > [class*="trx_addons_column-"],
.trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_right {
padding-left: 0;
padding-right: var(--theme-var-grid_gap);
}
.row.columns_padding_center,
.columns_wrap.columns_padding_center,
.trx_addons_columns_wrap.columns_padding_center {
margin-left: calc( -1 * var(--theme-var-grid_gap) / 2 );
margin-right: calc( -1 * var(--theme-var-grid_gap) / 2 );
}
.row.columns_padding_center > [class*="column-"],
.row > [class*="column-"].columns_padding_center,
.columns_wrap.columns_padding_center > [class*="column-"],
.columns_wrap > [class*="column-"].columns_padding_center,
.trx_addons_columns_wrap.columns_padding_center > [class*="trx_addons_column-"],
.trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_center {
padding-left: calc( var(--theme-var-grid_gap) / 2 );
padding-right: calc( var(--theme-var-grid_gap) / 2 );
}
.row.columns_padding_bottom > [class*="column-"],
.row > [class*="column-"].columns_padding_bottom,
.columns_wrap.columns_padding_bottom > [class*="column-"],
.columns_wrap > [class*="column-"].columns_padding_bottom,
.trx_addons_columns_wrap.columns_padding_bottom > [class*="trx_addons_column-"],
.trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_bottom {
padding-bottom: var(--theme-var-grid_gap);
}
.row.columns_padding_bottom.columns_in_single_row > [class*="column-"],
.columns_wrap.columns_padding_bottom.columns_in_single_row > [class*="column-"],
.trx_addons_columns_wrap.columns_padding_bottom.columns_in_single_row > [class*="trx_addons_column-"] {
padding-bottom: 0;
}
.row.no_margin,
.columns_wrap.no_margin,
.sc_blogger.no_margin .row,
.sc_blogger.no_margin .columns_wrap {
margin-left: 0 !important;
margin-right: 0 !important;
}
.row.no_margin > [class*="column-"],
.columns_wrap.no_margin > [class*="column-"],
.sc_blogger.no_margin .row > [class*="column-"],
.sc_blogger.no_margin .columns_wrap > [class*="column-"] {
padding: 0 !important;
} .column-1,
.column-1_1 {
width: 100%;
}
.column-1_2 {
width: 50%;
}
.push-1_2 {
left: 50%;
}
.pull-1_2 {
right: 50%;
}
.offset-1_2 {
margin-left: 50%;
}
.column-1_3 {
width: 33.3333333333%;
}
.push-1_3 {
left: 33.3333333333%;
}
.pull-1_3 {
right: 33.3333333333%;
}
.offset-1_3 {
margin-left: 33.3333333333%;
}
.column-1_4 {
width: 25%;
}
.push-1_4 {
left: 25%;
}
.pull-1_4 {
right: 25%;
}
.offset-1_4 {
margin-left: 25%;
}
.column-1_5 {
width: 20%;
}
.push-1_5 {
left: 20%;
}
.pull-1_5 {
right: 20%;
}
.offset-1_5 {
margin-left: 20%;
}
.column-1_6 {
width: 16.6666666667%;
}
.push-1_6 {
left: 16.6666666667%;
}
.pull-1_6 {
right: 16.6666666667%;
}
.offset-1_6 {
margin-left: 16.6666666667%;
}
.column-1_7 {
width: 14.2857142857%;
}
.push-1_7 {
left: 14.2857142857%;
}
.pull-1_7 {
right: 14.2857142857%;
}
.offset-1_7 {
margin-left: 14.2857142857%;
}
.column-1_8 {
width: 12.5%;
}
.push-1_8 {
left: 12.5%;
}
.pull-1_8 {
right: 12.5%;
}
.offset-1_8 {
margin-left: 12.5%;
}
.column-1_9 {
width: 11.1111111111%;
}
.push-1_9 {
left: 11.1111111111%;
}
.pull-1_9 {
right: 11.1111111111%;
}
.offset-1_9 {
margin-left: 11.1111111111%;
}
.column-1_10 {
width: 10%;
}
.push-1_10 {
left: 10%;
}
.pull-1_10 {
right: 10%;
}
.offset-1_10 {
margin-left: 10%;
}
.column-1_11 {
width: 9.0909090909%;
}
.push-1_11 {
left: 9.0909090909%;
}
.pull-1_11 {
right: 9.0909090909%;
}
.offset-1_11 {
margin-left: 9.0909090909%;
}
.column-1_12 {
width: 8.3333333333%;
}
.push-1_12 {
left: 8.3333333333%;
}
.pull-1_12 {
right: 8.3333333333%;
}
.offset-1_12 {
margin-left: 8.3333333333%;
}
.column-2_2 {
width: 100%;
}
.column-2_3 {
width: 66.6666666667%;
}
.push-2_3 {
left: 66.6666666667%;
}
.pull-2_3 {
right: 66.6666666667%;
}
.offset-2_3 {
margin-left: 66.6666666667%;
}
.column-2_4 {
width: 50%;
}
.push-2_4 {
left: 50%;
}
.pull-2_4 {
right: 50%;
}
.offset-2_4 {
margin-left: 50%;
}
.column-2_5 {
width: 40%;
}
.push-2_5 {
left: 40%;
}
.pull-2_5 {
right: 40%;
}
.offset-2_5 {
margin-left: 40%;
}
.column-2_6 {
width: 33.3333333333%;
}
.push-2_6 {
left: 33.3333333333%;
}
.pull-2_6 {
right: 33.3333333333%;
}
.offset-2_6 {
margin-left: 33.3333333333%;
}
.column-2_7 {
width: 28.5714285714%;
}
.push-2_7 {
left: 28.5714285714%;
}
.pull-2_7 {
right: 28.5714285714%;
}
.offset-2_7 {
margin-left: 28.5714285714%;
}
.column-2_8 {
width: 25%;
}
.push-2_8 {
left: 25%;
}
.pull-2_8 {
right: 25%;
}
.offset-2_8 {
margin-left: 25%;
}
.column-2_9 {
width: 22.2222222222%;
}
.push-2_9 {
left: 22.2222222222%;
}
.pull-2_9 {
right: 22.2222222222%;
}
.offset-2_9 {
margin-left: 22.2222222222%;
}
.column-2_10 {
width: 20%;
}
.push-2_10 {
left: 20%;
}
.pull-2_10 {
right: 20%;
}
.offset-2_10 {
margin-left: 20%;
}
.column-2_11 {
width: 18.1818181818%;
}
.push-2_11 {
left: 18.1818181818%;
}
.pull-2_11 {
right: 18.1818181818%;
}
.offset-2_11 {
margin-left: 18.1818181818%;
}
.column-2_12 {
width: 16.6666666667%;
}
.push-2_12 {
left: 16.6666666667%;
}
.pull-2_12 {
right: 16.6666666667%;
}
.offset-2_12 {
margin-left: 16.6666666667%;
}
.column-3_3 {
width: 100%;
}
.column-3_4 {
width: 75%;
}
.push-3_4 {
left: 75%;
}
.pull-3_4 {
right: 75%;
}
.offset-3_4 {
margin-left: 75%;
}
.column-3_5 {
width: 60%;
}
.push-3_5 {
left: 60%;
}
.pull-3_5 {
right: 60%;
}
.offset-3_5 {
margin-left: 60%;
}
.column-3_6 {
width: 50%;
}
.push-3_6 {
left: 50%;
}
.pull-3_6 {
right: 50%;
}
.offset-3_6 {
margin-left: 50%;
}
.column-3_7 {
width: 42.8571428571%;
}
.push-3_7 {
left: 42.8571428571%;
}
.pull-3_7 {
right: 42.8571428571%;
}
.offset-3_7 {
margin-left: 42.8571428571%;
}
.column-3_8 {
width: 37.5%;
}
.push-3_8 {
left: 37.5%;
}
.pull-3_8 {
right: 37.5%;
}
.offset-3_8 {
margin-left: 37.5%;
}
.column-3_9 {
width: 33.3333333333%;
}
.push-3_9 {
left: 33.3333333333%;
}
.pull-3_9 {
right: 33.3333333333%;
}
.offset-3_9 {
margin-left: 33.3333333333%;
}
.column-3_10 {
width: 30%;
}
.push-3_10 {
left: 30%;
}
.pull-3_10 {
right: 30%;
}
.offset-3_10 {
margin-left: 30%;
}
.column-3_11 {
width: 27.2727272727%;
}
.push-3_11 {
left: 27.2727272727%;
}
.pull-3_11 {
right: 27.2727272727%;
}
.offset-3_11 {
margin-left: 27.2727272727%;
}
.column-3_12 {
width: 25%;
}
.push-3_12 {
left: 25%;
}
.pull-3_12 {
right: 25%;
}
.offset-3_12 {
margin-left: 25%;
}
.column-4_4 {
width: 100%;
}
.column-4_5 {
width: 80%;
}
.push-4_5 {
left: 80%;
}
.pull-4_5 {
right: 80%;
}
.offset-4_5 {
margin-left: 80%;
}
.column-4_6 {
width: 66.6666666667%;
}
.push-4_6 {
left: 66.6666666667%;
}
.pull-4_6 {
right: 66.6666666667%;
}
.offset-4_6 {
margin-left: 66.6666666667%;
}
.column-4_7 {
width: 57.1428571429%;
}
.push-4_7 {
left: 57.1428571429%;
}
.pull-4_7 {
right: 57.1428571429%;
}
.offset-4_7 {
margin-left: 57.1428571429%;
}
.column-4_8 {
width: 50%;
}
.push-4_8 {
left: 50%;
}
.pull-4_8 {
right: 50%;
}
.offset-4_8 {
margin-left: 50%;
}
.column-4_9 {
width: 44.4444444444%;
}
.push-4_9 {
left: 44.4444444444%;
}
.pull-4_9 {
right: 44.4444444444%;
}
.offset-4_9 {
margin-left: 44.4444444444%;
}
.column-4_10 {
width: 40%;
}
.push-4_10 {
left: 40%;
}
.pull-4_10 {
right: 40%;
}
.offset-4_10 {
margin-left: 40%;
}
.column-4_11 {
width: 36.3636363636%;
}
.push-4_11 {
left: 36.3636363636%;
}
.pull-4_11 {
right: 36.3636363636%;
}
.offset-4_11 {
margin-left: 36.3636363636%;
}
.column-4_12 {
width: 33.3333333333%;
}
.push-4_12 {
left: 33.3333333333%;
}
.pull-4_12 {
right: 33.3333333333%;
}
.offset-4_12 {
margin-left: 33.3333333333%;
}
.column-5_5 {
width: 100%;
}
.column-5_6 {
width: 83.3333333333%;
}
.push-5_6 {
left: 83.3333333333%;
}
.pull-5_6 {
right: 83.3333333333%;
}
.offset-5_6 {
margin-left: 83.3333333333%;
}
.column-5_7 {
width: 71.4285714286%;
}
.push-5_7 {
left: 71.4285714286%;
}
.pull-5_7 {
right: 71.4285714286%;
}
.offset-5_7 {
margin-left: 71.4285714286%;
}
.column-5_8 {
width: 62.5%;
}
.push-5_8 {
left: 62.5%;
}
.pull-5_8 {
right: 62.5%;
}
.offset-5_8 {
margin-left: 62.5%;
}
.column-5_9 {
width: 55.5555555556%;
}
.push-5_9 {
left: 55.5555555556%;
}
.pull-5_9 {
right: 55.5555555556%;
}
.offset-5_9 {
margin-left: 55.5555555556%;
}
.column-5_10 {
width: 50%;
}
.push-5_10 {
left: 50%;
}
.pull-5_10 {
right: 50%;
}
.offset-5_10 {
margin-left: 50%;
}
.column-5_11 {
width: 45.4545454545%;
}
.push-5_11 {
left: 45.4545454545%;
}
.pull-5_11 {
right: 45.4545454545%;
}
.offset-5_11 {
margin-left: 45.4545454545%;
}
.column-5_12 {
width: 41.6666666667%;
}
.push-5_12 {
left: 41.6666666667%;
}
.pull-5_12 {
right: 41.6666666667%;
}
.offset-5_12 {
margin-left: 41.6666666667%;
}
.column-6_6 {
width: 100%;
}
.column-6_7 {
width: 85.7142857143%;
}
.push-6_7 {
left: 85.7142857143%;
}
.pull-6_7 {
right: 85.7142857143%;
}
.offset-6_7 {
margin-left: 85.7142857143%;
}
.column-6_8 {
width: 75%;
}
.push-6_8 {
left: 75%;
}
.pull-6_8 {
right: 75%;
}
.offset-6_8 {
margin-left: 75%;
}
.column-6_9 {
width: 66.6666666667%;
}
.push-6_9 {
left: 66.6666666667%;
}
.pull-6_9 {
right: 66.6666666667%;
}
.offset-6_9 {
margin-left: 66.6666666667%;
}
.column-6_10 {
width: 60%;
}
.push-6_10 {
left: 60%;
}
.pull-6_10 {
right: 60%;
}
.offset-6_10 {
margin-left: 60%;
}
.column-6_11 {
width: 54.5454545455%;
}
.push-6_11 {
left: 54.5454545455%;
}
.pull-6_11 {
right: 54.5454545455%;
}
.offset-6_11 {
margin-left: 54.5454545455%;
}
.column-6_12 {
width: 50%;
}
.push-6_12 {
left: 50%;
}
.pull-6_12 {
right: 50%;
}
.offset-6_12 {
margin-left: 50%;
}
.column-7_7 {
width: 100%;
}
.column-7_8 {
width: 87.5%;
}
.push-7_8 {
left: 87.5%;
}
.pull-7_8 {
right: 87.5%;
}
.offset-7_8 {
margin-left: 87.5%;
}
.column-7_9 {
width: 77.7777777778%;
}
.push-7_9 {
left: 77.7777777778%;
}
.pull-7_9 {
right: 77.7777777778%;
}
.offset-7_9 {
margin-left: 77.7777777778%;
}
.column-7_10 {
width: 70%;
}
.push-7_10 {
left: 70%;
}
.pull-7_10 {
right: 70%;
}
.offset-7_10 {
margin-left: 70%;
}
.column-7_11 {
width: 63.6363636364%;
}
.push-7_11 {
left: 63.6363636364%;
}
.pull-7_11 {
right: 63.6363636364%;
}
.offset-7_11 {
margin-left: 63.6363636364%;
}
.column-7_12 {
width: 58.3333333333%;
}
.push-7_12 {
left: 58.3333333333%;
}
.pull-7_12 {
right: 58.3333333333%;
}
.offset-7_12 {
margin-left: 58.3333333333%;
}
.column-8_8 {
width: 100%;
}
.column-8_9 {
width: 88.8888888889%;
}
.push-8_9 {
left: 88.8888888889%;
}
.pull-8_9 {
right: 88.8888888889%;
}
.offset-8_9 {
margin-left: 88.8888888889%;
}
.column-8_10 {
width: 80%;
}
.push-8_10 {
left: 80%;
}
.pull-8_10 {
right: 80%;
}
.offset-8_10 {
margin-left: 80%;
}
.column-8_11 {
width: 72.7272727273%;
}
.push-8_11 {
left: 72.7272727273%;
}
.pull-8_11 {
right: 72.7272727273%;
}
.offset-8_11 {
margin-left: 72.7272727273%;
}
.column-8_12 {
width: 66.6666666667%;
}
.push-8_12 {
left: 66.6666666667%;
}
.pull-8_12 {
right: 66.6666666667%;
}
.offset-8_12 {
margin-left: 66.6666666667%;
}
.column-9_9 {
width: 100%;
}
.column-9_10 {
width: 90%;
}
.push-9_10 {
left: 90%;
}
.pull-9_10 {
right: 90%;
}
.offset-9_10 {
margin-left: 90%;
}
.column-9_11 {
width: 81.8181818182%;
}
.push-9_11 {
left: 81.8181818182%;
}
.pull-9_11 {
right: 81.8181818182%;
}
.offset-9_11 {
margin-left: 81.8181818182%;
}
.column-9_12 {
width: 75%;
}
.push-9_12 {
left: 75%;
}
.pull-9_12 {
right: 75%;
}
.offset-9_12 {
margin-left: 75%;
}
.column-10_10 {
width: 100%;
}
.column-10_11 {
width: 90.9090909091%;
}
.push-10_11 {
left: 90.9090909091%;
}
.pull-10_11 {
right: 90.9090909091%;
}
.offset-10_11 {
margin-left: 90.9090909091%;
}
.column-10_12 {
width: 83.3333333333%;
}
.push-10_12 {
left: 83.3333333333%;
}
.pull-10_12 {
right: 83.3333333333%;
}
.offset-10_12 {
margin-left: 83.3333333333%;
}
.column-11_11 {
width: 100%;
}
.column-11_12 {
width: 91.6666666667%;
}
.push-11_12 {
left: 91.6666666667%;
}
.pull-11_12 {
right: 91.6666666667%;
}
.offset-11_12 {
margin-left: 91.6666666667%;
}
.column-12_12 {
width: 100%;
} .clearfix:after,
.row:after {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.affix {
position: fixed;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.visible {
visibility: visible;
}
.invisible {
visibility: hidden;
}
.show {
display: block !important;
}
.hide {
display: none !important;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.text-hide {
font-size: 0;
line-height: 0;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.elementra_loading,
.trx_addons_loading {
background-image: url(//www.trame-cristina.eu/wp-content/themes/elementra/images/preloader.png) !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
.theme_button_close,
.trx_addons_button_close,
.review-form a.close,
#cancel-comment-reply-link {
display: block;
cursor: pointer;
width: 3rem;
height: 3rem;
line-height: 3rem;
text-align: center;
position: absolute;
z-index: 1;
top: 0;
right: 0;
margin: 0 !important;
}
.review-form a.close,
#cancel-comment-reply-link {
width: 1.8rem;
height: 1.8rem;
line-height: 1.8rem;
text-align: center;
}
.mfp-close-icon,
.review-form a.close,
#cancel-comment-reply-link {
text-indent: -300px;
overflow: hidden !important;
-webkit-transition: -webkit-transform 0.3s ease 0s;
-ms-transition: -ms-transform 0.3s ease 0s;
transition: transform 0.3s ease 0s;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.mfp-close-icon,
.theme_button_close_icon,
.trx_addons_button_close_icon {
position: absolute;
z-index: 2;
top: 25%;
left: 25%;
width: 50%;
height: 50%;
line-height: 50%;
text-align: center;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: -webkit-transform 0.3s ease 0s;
-ms-transition: -ms-transform 0.3s ease 0s;
transition: transform 0.3s ease 0s;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.theme_button_close:hover .theme_button_close_icon,
.trx_addons_button_close:hover .trx_addons_button_close_icon,
.mfp-close:hover .mfp-close-icon,
.review-form a.close:hover,
#cancel-comment-reply-link:hover {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.theme_button_close_icon:before,
.theme_button_close_icon:after,
.trx_addons_button_close_icon:before,
.trx_addons_button_close_icon:after,
.mfp-close-icon:before,
.mfp-close-icon:after,
.review-form a.close:before,
.review-form a.close:after,
#cancel-comment-reply-link:before,
#cancel-comment-reply-link:after {
content: ' ';
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
width: 100%;
height: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin-top: -1px;
border-top: 2px solid var(--theme-color-title);
-webkit-transition: border-color 0.3s ease 0s;
-ms-transition: border-color 0.3s ease 0s;
transition: border-color 0.3s ease 0s;
}
.theme_button_close:hover .theme_button_close_icon:before, .theme_button_close:hover .theme_button_close_icon:after,
.theme_button_close:focus .theme_button_close_icon:before,
.theme_button_close:focus .theme_button_close_icon:after,
.trx_addons_button_close:focus .trx_addons_button_close_icon:before,
.trx_addons_button_close:focus .trx_addons_button_close_icon:after,
.trx_addons_button_close:hover .trx_addons_button_close_icon:before,
.trx_addons_button_close:hover .trx_addons_button_close_icon:after,
.mfp-close:focus .mfp-close-icon:before,
.mfp-close:focus .mfp-close-icon:after,
.mfp-close:hover .mfp-close-icon:before,
.mfp-close:hover .mfp-close-icon:after,
.review-form a.close:hover:before,
.review-form a.close:hover:after,
#cancel-comment-reply-link:hover:before,
#cancel-comment-reply-link:hover:after {
border-color: var(--theme-color-link);
}
.theme_button_close_icon:before,
.trx_addons_button_close_icon:before,
.mfp-close .mfp-close-icon:before,
.review-form a.close:before,
#cancel-comment-reply-link:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.theme_button_close_icon:after,
.trx_addons_button_close_icon:after,
.mfp-close .mfp-close-icon:after,
.review-form a.close:after,
#cancel-comment-reply-link:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
} .page_wrap {
min-height: 100vh;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.page_wrap,
.content_wrap {
margin: 0 auto;
}
body:where(.body_style_boxed) {
background-color: var(--theme-color-bg_color_2);
background-attachment: fixed;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}
body.body_style_boxed .page_wrap {
width: var(--theme-var-page_boxed);
max-width: 100%;
}
.page_content_wrap {
padding-top: var(--theme-var-main_content_padding);
padding-bottom: var(--theme-var-main_content_padding);
}
body.remove_margins .page_content_wrap {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.content_wrap,
.content_container {
width: var(--theme-var-page);
max-width: 100%;
margin: 0 auto;
}
.content_wrap .content_wrap,
.content_wrap .content_container,
.content_container .content_wrap,
.content_container .content_container {
width: 100%;
}
.content_wrap:after,
.content_wrap_fullscreen:after,
.content_container:after {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}
body.body_style_fullwide .content_wrap {
max-width: var(--theme-var-page_fullwide_max);
margin: 0 auto;
width: 100% !important;
padding-left: var(--theme-var-page_fullwide_extra);
padding-right: var(--theme-var-page_fullwide_extra);
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.content,
.sidebar,
.sidebar_inner {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.page_content_wrap .content_wrap,
.page_content_wrap .content_wrap_fullscreen {
position: relative;
}
#page_preloader,
body.custom-background .content_wrap > .content {
background-color: var(--theme-color-bg_color);
}
body.with_bg_canvas .page_content_wrap,
body.body_style_boxed.with_bg_canvas .page_wrap {
background-color: transparent;
}
.preloader_wrap > div {
background-color: var(--theme-color-link);
} body.body_style_wide:not(.expand_content) [class*="content_wrap"] > .content,
body.body_style_boxed:not(.expand_content) [class*="content_wrap"] > .content {
width: var(--theme-var-content);
}
[class*="content_wrap"] > .sidebar {
width: var(--theme-var-sidebar);
}
body.sidebar_hide [class*="content_wrap"] > .content,
.previous_post_content.sidebar_hide [class*="content_wrap"] > .content {
float: none;
margin-left: auto;
margin-right: auto;
}
body.sidebar_right [class*="content_wrap"] > .content {
float: left;
}
body.sidebar_right [class*="content_wrap"] > .sidebar {
float: right;
}
body.sidebar_left [class*="content_wrap"] > .content {
float: right;
}
body.sidebar_left [class*="content_wrap"] > .sidebar {
float: left;
} body.body_style_fullwide [class*="content_wrap"] > .content,
body.body_style_fullscreen [class*="content_wrap"] > .content {
width: 100%;
}
body.body_style_fullwide.sidebar_right [class*="content_wrap"] > .content,
body.body_style_fullscreen.sidebar_right [class*="content_wrap"] > .content {
padding-right: var(--theme-var-sidebar_and_gap);
}
body.body_style_fullwide.sidebar_right [class*="content_wrap"] > .sidebar,
body.body_style_fullscreen.sidebar_right [class*="content_wrap"] > .sidebar {
margin-left: calc( -1 * var(--theme-var-sidebar) );
}
body.body_style_fullwide.sidebar_left [class*="content_wrap"] > .content,
body.body_style_fullscreen.sidebar_left [class*="content_wrap"] > .content {
padding-left: var(--theme-var-sidebar_and_gap);
}
body.body_style_fullwide.sidebar_left [class*="content_wrap"] > .sidebar,
body.body_style_fullscreen.sidebar_left [class*="content_wrap"] > .sidebar {
margin-right: calc( -1 * var(--theme-var-sidebar) );
}  body.body_style_fullscreen .page_content_wrap {
position: relative;
}
body.body_style_fullscreen [class*="content_wrap"] > .content > article.page {
padding: 0;
} body.fixed_blocks_sticky .sidebar:not(.elementor-element) {
-webkit-position: sticky;
position: -webkit-sticky;
position: sticky;
top: var(--fixed-rows-height);
-webkit-transition: top 0.3s ease 0s;
-ms-transition: top 0.3s ease 0s;
transition: top 0.3s ease 0s;
will-change: top;
}
.sidebar_fixed_placeholder {
min-height: 1px;
}   .top_panel {
position: relative;
z-index: 8000;
padding: 0.02px 0;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.top_panel p {
margin-bottom: 0;
}
.top_panel .row > [class*="column-"],
.top_panel .columns_wrap > [class*="column-"] {
vertical-align: middle;
}
.top_panel.with_bg_image:before {
content: '';
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
}
.top_panel_default .top_panel_navi {
background-color: var(--theme-color-bg_color);
} #background_video {
object-fit: cover;
overflow: hidden;
position: absolute;
z-index: -1 !important;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
}
div#background_video {
position: absolute !important;
}
div#background_video:after {
content: ' ';
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.3);
}
div#background_video iframe,
div#background_video video {
position: absolute;
z-index: 1;
top: 50% !important;
left: 50% !important;
-webkit-transform: translate(-50%, 50%) !important;
-ms-transform: translate(-50%, 50%) !important;
transform: translate(-50%, 50%) !important;
max-width: none;
}
#tubular-container {
display: none;
}
.top_panel.with_bg_video {
background: #000;
} .header_position_over .page_wrap {
position: relative;
}
.header_position_over .top_panel {
position: absolute;
z-index: 8000;
top: 0;
left: 0;
width: 100%;
background-color: transparent;
}  .top_panel_default .sc_layouts_menu_nav > li.menu-item-has-children > a:after {
content: '\e828';
font-family: "fontello";
}
.top_panel_default .sc_layouts_menu_nav li li.menu-item-has-children > a:after {
content: '\e836';
font-family: "fontello";
}
.top_panel_default .sc_layouts_menu_mobile_button .sc_layouts_item_icon:before {
content: '\e8ba';
font-family: "fontello";
} .top_panel_default .top_panel_title {
padding: var(--theme-var-main_content_padding) 0;
}
.top_panel_default .top_panel_title .sc_layouts_item {
margin: 0 !important;
}
body:not(.custom-background) .top_panel_default:not(.with_bg_image) .top_panel_title {
padding-bottom: 0;
} .sc_layouts_menu_dir_vertical .sc_layouts_menu_nav li.menu-item-has-children > a > .open_child_menu {
display: none;
position: absolute;
z-index: 2;
top: 0;
right: 0;
bottom: 0;
width: 2.2em;
} .sc_layouts_row_delimiter {
border-color: var(--theme-color-bd_color);
}
:where(body.trx_addons_page_scrolled) .sc_layouts_row_fixed_on {
background-color: var(--theme-color-bg_color);
}
.sc_layouts_row_fixed_on:where(.sc_layouts_row_blur_on) {
background-color: var(--theme-color-bg_color_07);
} .sc_layouts_row.sc_layouts_row_type_narrow {
background-color: var(--theme-color-bg_color_2);
} .sc_layouts_logo b {
color: var(--theme-color-title);
}
.sc_layouts_logo i {
color: var(--theme-color-link);
}
.sc_layouts_logo_text,
.sc_layouts_logo .logo_text {
color: var(--theme-color-title);
}
.sc_layouts_logo_text:hover,
.sc_layouts_logo:hover .logo_text {
color: var(--theme-color-link);
}
.sc_layouts_logo_slogan,
.sc_layouts_logo .logo_slogan {
margin-top: 5px;
color: var(--theme-color-text);
} .sc_layouts_title .sc_layouts_title_caption {
margin: 0;
}
.sc_layouts_title * + .sc_layouts_title_breadcrumbs {
margin-top: 0.5em;
}
.sc_layouts_title .sc_layouts_title_meta,
.sc_layouts_title .sc_layouts_title_breadcrumbs,
.sc_layouts_title .sc_layouts_title_breadcrumbs a,
.sc_layouts_title .sc_layouts_title_description,
.sc_layouts_title .post_meta,
.sc_layouts_title .post_meta_item,
.sc_layouts_title .post_meta_item a,
.sc_layouts_title .post_meta_item:after,
.sc_layouts_title .post_meta_item:hover:after,
.sc_layouts_title .post_meta_item.post_meta_edit:after,
.sc_layouts_title .post_meta_item.post_meta_edit:hover:after,
.sc_layouts_title .post_meta_item.post_categories,
.sc_layouts_title .post_meta_item.post_categories a,
.sc_layouts_title .post_info .post_info_item,
.sc_layouts_title .post_info .post_info_item a,
.sc_layouts_title .post_info_counters .post_meta_item {
color: var(--theme-color-title);
}
.sc_layouts_title .post_meta_item a:hover,
.sc_layouts_title .post_meta_item a:focus,
.sc_layouts_title .sc_layouts_title_breadcrumbs a:hover,
.sc_layouts_title .sc_layouts_title_breadcrumbs a:focus,
.sc_layouts_title a.post_meta_item:hover,
.sc_layouts_title a.post_meta_item:focus,
.sc_layouts_title .post_meta_item.post_categories a:hover,
.sc_layouts_title .post_meta_item.post_categories a:focus,
.sc_layouts_title .post_info .post_info_item a:hover,
.sc_layouts_title .post_info .post_info_item a:focus,
.sc_layouts_title .post_info_counters .post_meta_item:hover,
.sc_layouts_title .post_info_counters .post_meta_item:focus {
color: var(--theme-color-hover);
} .sc_layouts_menu_nav > li > a {
color: var(--theme-color-title);
}
.sc_layouts_menu_nav > li > a:hover,
.sc_layouts_menu_nav > li.sfHover > a {
color: var(--theme-color-link) !important;
}
.sc_layouts_menu_nav > li.current-menu-item > a,
.sc_layouts_menu_nav > li.current-menu-parent > a,
.sc_layouts_menu_nav > li.current-menu-ancestor > a {
color: var(--theme-color-link) !important;
}
.sc_layouts_menu_nav .menu-collapse > a:before {
color: var(--theme-color-text);
}
.sc_layouts_menu_nav .menu-collapse > a:after {
background-color: var(--theme-color-bg_color_2);
}
.sc_layouts_menu_nav .menu-collapse > a:hover:before,
.sc_layouts_menu_nav .menu-collapse > a:focus:before {
color: var(--theme-color-link);
} .sc_layouts_menu_popup .sc_layouts_menu_nav,
.sc_layouts_menu_popup .sc_layouts_menu_nav > li > ul,
.sc_layouts_menu_nav > li > ul ul,
.sc_layouts_menu_nav > li ul:not(.sc_item_filters_tabs) {
background-color: var(--theme-color-bg_color_2);
}
.sc_layouts_menu_popup .sc_layouts_menu_nav,
.sc_layouts_menu_nav > li ul:not(.sc_item_filters_tabs) {
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.widget_nav_menu li.menu-delimiter,
.sc_layouts_menu_nav > li li.menu-delimiter {
border-color: var(--theme-color-bd_color);
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li > a,
.sc_layouts_menu_nav > li li > a {
color: var(--theme-color-title) !important;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li > a:hover,
.sc_layouts_menu_popup .sc_layouts_menu_nav > li.sfHover > a,
.sc_layouts_menu_nav > li li > a:hover,
.sc_layouts_menu_nav > li li.sfHover > a {
color: var(--theme-color-link) !important;
background-color: var(--theme-color-bg_color_2);
}
.sc_layouts_menu_nav > li li > a:hover:after {
color: var(--theme-color-link) !important;
}
.sc_layouts_menu_nav li[class*="columns-"] li.menu-item-has-children > a:hover,
.sc_layouts_menu_nav li[class*="columns-"] li.menu-item-has-children.sfHover > a {
color: var(--theme-color-text) !important;
background-color: transparent;
}
.sc_layouts_menu_nav > li li[class*="icon-"]:before {
color: var(--theme-color-link);
}
.sc_layouts_menu_nav > li li[class*="icon-"]:hover:before,
.sc_layouts_menu_nav > li li[class*="icon-"].shHover:before {
color: var(--theme-color-link);
}
.sc_layouts_menu_nav > li li.current-menu-item > a,
.sc_layouts_menu_nav > li li.current-menu-parent > a,
.sc_layouts_menu_nav > li li.current-menu-ancestor > a {
color: var(--theme-color-link) !important;
}
.sc_layouts_menu_nav > li li.current-menu-item:before,
.sc_layouts_menu_nav > li li.current-menu-parent:before,
.sc_layouts_menu_nav > li li.current-menu-ancestor:before {
color: var(--theme-color-link) !important;
}
body.body_style_fullwide .sc_layouts_menu_nav > li[class*="columns-"] > ul {
padding-left: var(--theme-var-page_fullwide_extra);
padding-right: var(--theme-var-page_fullwide_extra);
} .sc_layouts_menu_item_description {
color: var(--theme-color-text);
}
.menu_main_nav > li ul [class*="current-menu-"] > a .sc_layouts_menu_item_description,
.sc_layouts_menu_nav > li ul li[class*="current-menu-"] > a .sc_layouts_menu_item_description,
.menu_main_nav > li ul a:hover .sc_layouts_menu_item_description,
.sc_layouts_menu_nav > li ul a:hover .sc_layouts_menu_item_description {
color: var(--theme-color-meta);
}
.menu_main_nav > li[class*="current-menu-"] > a .sc_layouts_menu_item_description,
.sc_layouts_menu_nav > li[class*="current-menu-"] > a .sc_layouts_menu_item_description,
.menu_main_nav > li > a:hover .sc_layouts_menu_item_description,
.sc_layouts_menu_nav > li > a:hover .sc_layouts_menu_item_description {
color: var(--theme-color-text);
}  .menu_hover_fade_box .sc_layouts_menu_nav > li > a {
-webkit-border-radius: var(--theme-font-submenu_border-radius, 0);
-ms-border-radius: var(--theme-font-submenu_border-radius, 0);
border-radius: var(--theme-font-submenu_border-radius, 0);
}
.menu_hover_fade_box .sc_layouts_menu_nav > a:hover,
.menu_hover_fade_box .sc_layouts_menu_nav > li:not(.menu-collapse) > a:hover,
.menu_hover_fade_box .sc_layouts_menu_nav > li:not(.menu-collapse).sfHover > a {
background-color: var(--theme-color-bg_color_2);
} .menu_hover_slide_box .sc_layouts_menu_nav > li#blob {
background-color: var(--theme-color-bg_color_2);
-webkit-border-radius: var(--theme-font-submenu_border-radius, 0);
-ms-border-radius: var(--theme-font-submenu_border-radius, 0);
border-radius: var(--theme-font-submenu_border-radius, 0);
} .menu_hover_slide_line .sc_layouts_menu_nav > li#blob {
background-color: var(--theme-color-link);
} .menu_hover_color_line .sc_layouts_menu_nav > li:not(.menu-collapse) > a:before {
background-color: var(--theme-color-title);
}
.menu_hover_color_line .sc_layouts_menu_nav > li:not(.menu-collapse) > a:after,
.menu_hover_color_line .sc_layouts_menu_nav > li:not(.menu-collapse).menu-item-has-children > a:after {
background-color: var(--theme-color-link);
}
.menu_hover_color_line .sc_layouts_menu_nav > li:not(.menu-collapse).sfHover > a,
.menu_hover_color_line .sc_layouts_menu_nav > li:not(.menu-collapse) > a:hover,
.menu_hover_color_line .sc_layouts_menu_nav > li:not(.menu-collapse) > a:focus {
color: var(--theme-color-link);
} .menu_hover_zoom_line .sc_layouts_menu_nav > li:not(.menu-collapse) > a:before {
background-color: var(--theme-color-link);
} .menu_hover_path_line .sc_layouts_menu_nav > li:not(.menu-collapse):before,
.menu_hover_path_line .sc_layouts_menu_nav > li:not(.menu-collapse):after,
.menu_hover_path_line .sc_layouts_menu_nav > li:not(.menu-collapse) > a:before,
.menu_hover_path_line .sc_layouts_menu_nav > li:not(.menu-collapse) > a:after {
background-color: var(--theme-color-link);
} .menu_hover_roll_down .sc_layouts_menu_nav > li:not(.menu-collapse) > a:before {
background-color: var(--theme-color-link);
} .menu_mobile_overlay {
display: none !important;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.1);
z-index: 100000;
}
.menu_mobile {
position: fixed;
z-index: 100002;
top: 0;
left: 0;
width: 100%;
height: 0;
-webkit-transition: height 0.3s ease 0s;
-ms-transition: height 0.3s ease 0s;
transition: height 0.3s ease 0s;
}
.menu_mobile.opened {
height: 100%;
}
.admin-bar .menu_mobile {
top: 32px;
}
.admin-bar .menu_mobile.opened {
height: calc(100% - 32px);
}
@media (max-width: 782px) {
.admin-bar .menu_mobile {
top: 46px;
}
.admin-bar .menu_mobile.opened {
height: calc(100% - 46px);
}
}
@media (max-width: 600px) {
.admin-bar .menu_mobile {
top: 0;
}
.admin-bar .menu_mobile.opened {
height: 100%;
}
}
.menu_mobile_inner {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
text-align: left;
overflow: hidden;
overflow-y: auto;
scrollbar-width: none;
color: var(--theme-color-text);
background-color: var(--theme-color-bg_color);
}
.menu_mobile .menu_mobile_nav_area {
margin: 3em auto;
width: var(--theme-var-page);
}
.menu_mobile:not(.opened) .theme_button_close_icon {
-webkit-transform: scale(0.2) rotate(-45deg);
-ms-transform: scale(0.2) rotate(-45deg);
transform: scale(0.2) rotate(-45deg);
}
.menu_mobile_inner a,
.menu_mobile_inner .menu_mobile_nav_area li:before {
color: var(--theme-color-title);
}
.menu_mobile_inner a:hover,
.menu_mobile_inner .current-menu-ancestor > a,
.menu_mobile_inner .current-menu-item > a,
.menu_mobile_inner .menu_mobile_nav_area li:hover:before,
.menu_mobile_inner .menu_mobile_nav_area li.current-menu-ancestor:before,
.menu_mobile_inner .menu_mobile_nav_area li.current-menu-item:before {
color: var(--theme-color-link);
}
.menu_mobile .menu_mobile_nav_area ul {
margin: 0 auto;
padding: 0;
list-style: none;
width: auto;
}
.menu_mobile .menu_mobile_nav_area ul ul {
margin: 0;
display: none;
padding: 0.6em 0;
}
.menu_mobile li > ul.sc_layouts_submenu ul {
display: block;
}
.menu_mobile .menu_mobile_nav_area li {
margin-bottom: 0;
width: auto;
}
.menu_mobile .menu_mobile_nav_area .menu-item > a {
padding: 0.25em 2em 0.25em 0;
position: relative;
display: inline-block;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.menu_mobile .menu_mobile_nav_area > ul {
width: 100%;
}
.menu_mobile .menu_mobile_nav_area .menu-item[class*="icon-"] {
position: relative;
}
.menu_mobile .menu_mobile_nav_area .menu-item[class*="icon-"]:before {
display: inline-block;
padding: 0;
font-size: var(--theme-font-h2_font-size);
line-height: var(--theme-font-h2_line-height) !important;
width: 1em;
position: absolute;
z-index: 1;
top: 0.25em;
left: 0;
-webkit-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item[class*="icon-"] > a {
padding-left: 1.5em;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item[class*="columns-"][class*="icon-"]:before {
position: static;
margin: 0 0 0 0.5em;
float: left;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item[class*="columns-"][class*="icon-"] > a {
float: left;
margin-left: -1.5em;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item > a {
padding-left: 1em;
padding-top: 0.25em;
padding-bottom: 0.25em;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item[class*="icon-"]:before {
font-size: var(--theme-font-submenu_font-size);
line-height: var(--theme-font-submenu_line-height) !important;
margin-left: 1em;
top: 0.25em;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item[class*="icon-"] > a {
padding-left: 3em;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item .menu-item > a {
padding-left: 2em;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item .menu-item[class*="icon-"] > a {
padding-left: 4em;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item .menu-item[class*="icon-"]:before {
margin-left: 2em;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item .menu-item .menu-item > a {
padding-left: 3em;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item .menu-item .menu-item[class*="icon-"] > a {
padding-left: 5em;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item .menu-item .menu-item[class*="icon-"]:before {
margin-left: 3em;
}
.menu_mobile .menu_mobile_nav_area .open_child_menu:before {
font-family: "fontello";
content: '\e828';
}
.menu_mobile .menu_mobile_nav_area .menu-item.opened > a > .open_child_menu:before {
content: '\e835';
}
.menu_mobile .menu_mobile_nav_area .open_child_menu {
display: block;
position: absolute;
z-index: 1;
top: 0;
right: 0;
-webkit-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
text-align: center;
width: 1em;
line-height: var(--theme-font-h2_line-height) !important;
padding: 0.25em;
background-color: transparent;
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
-ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item.menu-delimiter {
margin-top: 0 !important;
padding-top: 0 !important;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item.menu-delimiter > a {
overflow: hidden;
padding-right: 0.5em;
height: 1px;
width: 100%;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item.menu-delimiter > a:before {
content: ' ';
display: block;
border-top: 1px solid var(--theme-color-bd_color);
width: 100%;
height: 0;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item.menu-delimiter > a > * {
display: none;
}
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu {
display: none;
padding: 1em 0;
margin: 0 auto;
}
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .sc_content {
width: 100% !important;
}
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .columns_wrap [class*="column-"],
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .wpb_column:not([class*="vc_col-xs-"]),
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .elementor-column:not([class*="elementor-xs-"]) {
width: 100%;
float: none;
}
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .wpb_column:not([class*="vc_col-xs-"]) + .wpb_column:not([class*="vc_col-xs-"]),
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .elementor-column:not([class*="elementor-xs-"]) + .elementor-column:not([class*="elementor-xs-"]) {
margin-top: 2em;
}  .blog_archive {
padding-bottom: calc( var(--theme-var-main_content_padding) / 2 );
}
.post_item .post_title {
margin: 0;
}
.post_item .post_title a:hover {
color: var(--theme-color-text);
}
.post_item .more-link {
margin-top: var(--theme-var-grid_gap);
} .post-password-form input[type="password"] {
display: block;
margin-top: 0.5em;
}
.post-password-form input[type="submit"] {
margin-top: 0.5em;
} .post_meta,
.post_meta_item,
.post_meta_item:after,
.post_meta_item:hover:after,
.post_meta_item a,
.post_info .post_info_item,
.post_info .post_info_item a,
.post_info_counters .post_meta_item {
color: var(--theme-color-meta);
}
.post_date a:hover, .post_date a:focus,
a.post_meta_item:hover, a.post_meta_item:focus,
.post_meta_item a:hover, .post_meta_item a:focus,
.post_info .post_info_item a:hover, .post_info .post_info_item a:focus,
.post_info_meta .post_meta_item:hover, .post_info_meta .post_meta_item:focus {
color: var(--theme-color-title);
}
.post_meta .post_meta_item {
display: inline-block;
margin-left: 0;
-webkit-transition: color 0.3s ease 0s;
-ms-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
}
.post_meta .post_meta_item:after, .post_meta .post_meta_item.post_edit:after {
content: '\e83c';
font-family: "fontello";
display: inline-block;
vertical-align: baseline;
font-size: inherit;
font-weight: 400;
font-style: normal;
margin: 0 0.5em;
}
.post_meta .post_meta_item:last-child:after, .post_meta .post_meta_item.post_edit:last-child:after {
display: none;
}
.post_meta .post_meta_item .post_author_by,
.post_meta .post_meta_item .post_author_avatar {
display: none;
}
.post_meta .post_meta_item .post_meta_number + .post_meta_label {
margin-left: 0.3em;
}
.post_meta a.post_meta_item:before,
.post_meta a.post_meta_item > .post_counters_number {
margin-right: 0.3em;
}
.post_meta .post_meta_item_label {
margin-right: 0.3em;
}
.post_meta_item.post_categories a {
color: var(--theme-color-title);
}
.post_meta_item.post_categories a:hover {
color: var(--theme-color-title);
}
.post_meta_item.post_categories > a + a {
margin-left: 0.3em;
}
.post_meta .post_meta_item:before,
.socials_share .socials_caption:before {
display: none;
} .page_content_wrap {
position: relative;
}
.custom-background .page_content_wrap {
background-color: transparent !important;
}
.custom-background:not(.body_style_boxed) .content_wrap > .content {
padding: calc(var(--theme-var-main_content_padding) / 3);
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
} .post_featured {
overflow: hidden;
position: relative;
margin-bottom: 1.8em;
-webkit-border-radius: var(--theme-var-global-border-radius, 0);
-ms-border-radius: var(--theme-var-global-border-radius, 0);
border-radius: var(--theme-var-global-border-radius, 0);
}
.post_featured > p {
margin: 0;
height: 0;
}
.post_featured.with_thumb img {
position: relative;
z-index: 2;
}
.post_featured.with_thumb .mask {
z-index: 3;
background-color: rgba(0, 0, 0, 0.4);
opacity: 0;
}
.post_featured.with_thumb:hover .mask {
opacity: 1;
}
body.sidebar_hide .post_featured.alignwide,
body.sidebar_hide .post_featured.alignfull {
z-index: 100;
}
.post_featured.with_gallery {
overflow: visible;
}
.post_featured.with_audio .post_info_audio {
text-align: left;
}
.post_featured_bg {
position: relative;
}
.post_featured_bg:before {
content: ' ';
width: 0;
height: 0;
padding-top: 56.25%;
display: inline-block;
vertical-align: top;
margin-left: -0.3em;
}
.post_featured_bg > .post_featured_bg_image, .post_featured_bg > .post_thumb {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.post_featured_right {
float: right;
width: 50%;
margin-left: 4.3478%;
}
.post_featured_left {
float: left;
width: 50%;
margin-right: 4.3478%;
}
.post_featured .mask {
background-color: rgba(0, 0, 0, 0.5);
}  .sticky {
position: relative;
}
.sticky:not(.post_layout_custom) {
border: 1px solid var(--theme-color-bd_color);
padding: var(--theme-var-grid_gap);
}
.sticky:not(.post_layout_custom) .label_sticky {
display: block;
position: absolute;
z-index: 1;
top: -13px;
right: -13px;
width: 0;
height: 0;
border: 12px solid transparent;
border-top-color: var(--theme-color-link);
-webkit-transform: rotate(225deg);
-ms-transform: rotate(225deg);
transform: rotate(225deg);
}
ul.sc_layouts_submenu .sticky {
border: none;
padding: 0;
}
ul.sc_layouts_submenu .sticky .label_sticky {
display: none;
} .post_layout_classic.format-gallery .post_featured.with_thumb > img,
.related_wrap .format-gallery .post_featured.with_thumb > img {
-webkit-transform: scale(0.998, 0.998);
-ms-transform: scale(0.998, 0.998);
transform: scale(0.998, 0.998);
}
.post_layout_classic.format-gallery .slider_container .swiper-pagination-bullets,
.related_wrap .format-gallery .slider_container .swiper-pagination-bullets {
bottom: 1.5em;
}
.post_layout_classic.format-gallery .slider_container .swiper-pagination-bullets .swiper-pagination-bullet,
.related_wrap .format-gallery .slider_container .swiper-pagination-bullets .swiper-pagination-bullet {
width: 7px;
height: 7px;
margin: 0 0.5rem;
border: none;
background-color: var(--theme-color-bg_color_07);
opacity: 1;
}
.post_layout_classic.format-gallery .slider_container .swiper-pagination-bullets .swiper-pagination-bullet-active,
.related_wrap .format-gallery .slider_container .swiper-pagination-bullets .swiper-pagination-bullet-active {
background-color: var(--theme-color-bg_color);
}
.post_layout_classic.format-gallery .slider_container .slider_controls_wrap > a,
.post_layout_classic.format-gallery .slider_container:hover .slider_controls_wrap > a,
.related_wrap .format-gallery .slider_container .slider_controls_wrap > a,
.related_wrap .format-gallery .slider_container:hover .slider_controls_wrap > a {
opacity: 1;
margin-left: 0;
margin-right: 0;
}
.post_layout_classic.format-gallery .slider_container .slider_controls_wrap > a,
.related_wrap .format-gallery .slider_container .slider_controls_wrap > a {
width: 2.1875rem;
height: 3rem;
line-height: 3rem;
-webkit-border-radius: var(--theme-var-global-border-radius-small, 0);
-ms-border-radius: var(--theme-var-global-border-radius-small, 0);
border-radius: var(--theme-var-global-border-radius-small, 0);
}
.post_layout_classic.format-gallery .slider_container .slider_controls_wrap > a.slider_prev, .post_layout_classic.format-gallery .slider_container .slider_controls_wrap > a.slider_next,
.related_wrap .format-gallery .slider_container .slider_controls_wrap > a.slider_prev,
.related_wrap .format-gallery .slider_container .slider_controls_wrap > a.slider_next {
margin-top: -1.5rem;
color: var(--theme-color-title);
background-color: var(--theme-color-bg_color);
}
.post_layout_classic.format-gallery .slider_container .slider_controls_wrap > a.slider_prev:hover, .post_layout_classic.format-gallery .slider_container .slider_controls_wrap > a.slider_next:hover,
.related_wrap .format-gallery .slider_container .slider_controls_wrap > a.slider_prev:hover,
.related_wrap .format-gallery .slider_container .slider_controls_wrap > a.slider_next:hover {
color: var(--theme-color-text);
}
.post_layout_classic.format-gallery .slider_container .slider_controls_wrap > a.slider_prev,
.related_wrap .format-gallery .slider_container .slider_controls_wrap > a.slider_prev {
left: 1rem;
}
.post_layout_classic.format-gallery .slider_container .slider_controls_wrap > a.slider_next,
.related_wrap .format-gallery .slider_container .slider_controls_wrap > a.slider_next {
right: 1rem;
} .me-plugin {
position: absolute;
width: 0;
height: 0;
}
.mejs-container * {
font-family: var(--theme-font-p_font-family);
font-weight: var(--theme-font-p_font-weight);
}
.mejs-time {
font-size: 12px;
line-height: 9px;
overflow: visible;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
background: var(--theme-color-link);
}
.mejs-controls button {
background-color: transparent;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
} .format-audio .post_featured .post_info {
display: none !important;
}
.format-audio .post_featured.with_thumb:after {
content: ' ';
display: block;
position: absolute;
z-index: 9;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: auto;
height: auto;
padding: 0;
margin: 0;
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.25) 66%, rgba(0, 0, 0, 0.5) 100%);
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.25) 66%, rgba(0, 0, 0, 0.5) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.25) 66%, rgba(0, 0, 0, 0.5) 100%);
}
.post_featured .post_audio.with_iframe .post_audio_author, .post_featured .post_audio.with_iframe .post_audio_title {
display: none;
}
.post_featured .post_audio_author {
font-size: 0.9375em;
}
.post_featured .post_audio_title {
margin-top: 5px;
}
.post_featured [class*="post_audio_"]:last-child {
margin-bottom: 1.2rem;
}
.post_featured .post_audio_author {
color: var(--theme-color-meta);
}
.post_featured.with_thumb .post_audio_author, .post_featured.with_thumb .post_audio_description, .post_featured.with_thumb .post_audio_title {
color: #ffffff;
}
.post_featured.with_thumb .post_audio {
position: absolute;
z-index: 1000;
top: auto;
right: var(--theme-var-grid_gap);
bottom: var(--theme-var-grid_gap);
left: var(--theme-var-grid_gap);
text-align: left;
}
.post_featured.without_thumb .post_audio {
border: 1px solid var(--theme-color-bd_color);
background-color: var(--theme-color-bg_color_2);
}
.post_featured.without_thumb .post_audio:not(.with_iframe) {
padding: var(--theme-var-grid_gap);
} .post_featured.with_thumb .post_video {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
z-index: 2;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
text-align: center;
opacity: 0;
overflow: hidden;
}
.trx_addons_video_player.with_cover .video_hover,
.post_featured.with_thumb .post_video_hover {
width: 2.8em;
height: 2.8em;
line-height: 2.8em;
text-align: center;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
position: absolute;
z-index: 2000;
top: 50%;
left: 50%;
-webkit-transform: none;
-ms-transform: none;
transform: none;
margin-left: -1.4em;
font-size: 1.2em;
opacity: 1;
cursor: pointer;
overflow: hidden;
color: var(--theme-color-title);
background-color: var(--theme-color-bg_color);
}
.trx_addons_video_player.with_cover .video_hover:before,
.post_featured.with_thumb .post_video_hover:before {
content: '\E8E1';
font-family: "fontello";
letter-spacing: -1px;
margin: 0;
}
.trx_addons_video_player.with_cover .video_hover:hover,
.post_featured.with_thumb .post_video_hover:hover {
color: var(--theme-color-text);
background-color: var(--theme-color-bg_color);
}
.trx_addons_video_player.with_cover .video_hover,
.post_featured.with_thumb .post_video_hover,
.trx_addons_video_player.with_cover:hover .video_hover,
.post_featured.with_thumb:hover .post_video_hover {
margin-top: -1.4em;
}
.post_featured.with_thumb .post_video_hover > a {
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.trx_addons_video_player.with_cover:hover .video_mask {
opacity: 0;
}
.post_featured.post_video_play .post_video {
opacity: 1;
z-index: 100;
}
.post_featured.post_video_play .mask {
opacity: 1;
background-color: #000;
}
.post_featured.post_video_play .post_video_hover {
display: none;
}
.trx_addons_video_player.with_cover.video_play {
background-color: #000;
}
.trx_addons_video_player.with_cover.video_play img {
opacity: 0;
} .format-gallery .post_featured.with_thumb .slider_outer {
position: absolute;
z-index: 1000;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
} .format-quote .post_content,
.format-aside .post_content,
.format-link .post_content,
.format-status .post_content {
padding: 0;
text-align: left;
}
.format-aside .post_content_inner,
.format-link .post_content_inner,
.format-status .post_content_inner {
font-size: 1.125rem;
}
.format-aside .post_content_inner {
padding: var(--theme-var-grid_gap);
color: var(--theme-color-title);
background-color: var(--theme-color-bg_color_2);
}
.format-link .post_content_inner,
.format-status .post_content_inner {
color: var(--theme-color-title);
}  .woocommerce-links-more,
.nav-links-more {
text-align: center;
margin-top: 1.5em;
}
.woocommerce-links-more [class*="-load-more"],
.nav-links-more [class*="-load-more"] {
position: relative;
-webkit-appearance: none;
cursor: pointer;
display: inline-block;
vertical-align: top;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box; height: auto;
max-width: 100%;
color: var(--theme-font-button_color, var(--theme-color-bg_color));
border-color: var(--theme-font-button_border-color, var(--theme-color-link));
background-color: var(--theme-font-button_background-color, var(--theme-color-link));
}
.woocommerce-links-more [class*="-load-more"]:hover,
.nav-links-more [class*="-load-more"]:hover {
color: var(--theme-font-button_color-hover, var(--theme-color-bg_color));
border-color: var(--theme-font-button_border-color-hover, var(--theme-color-hover));
background-color: var(--theme-font-button_background-color-hover, var(--theme-color-hover));
}
.woocommerce-links-more [class*="-load-more"]:before,
.nav-links-more [class*="-load-more"]:before {
content: '\E803';
font-family: "fontello";
font-size: 1.25rem;
font-weight: 400;
display: block;
margin-left: -0.5em;
margin-top: -0.5em;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
opacity: 0;
}
.woocommerce-links-more.loading span,
.nav-links-more.loading span {
opacity: 0;
}
.woocommerce-links-more.loading [class*="-load-more"]:before,
.nav-links-more.loading [class*="-load-more"]:before {
opacity: 1;
-webkit-animation: spin 2s infinite linear;
-ms-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
.woocommerce-links-more[class*="-links-infinite"],
.nav-links-more[class*="-links-infinite"] {
display: none;
}
.woocommerce-links-more[class*="-links-infinite"].loading,
.nav-links-more[class*="-links-infinite"].loading {
display: block;
}
.woocommerce-links-more[class*="-links-infinite"] [class*="-load-more"],
.nav-links-more[class*="-links-infinite"] [class*="-load-more"] {
padding: 0;
width: 3.125rem;
height: 3.125rem;
line-height: 3.125rem;
color: var(--theme-color-title);
background-color: var(--theme-color-bd_color);
}
.woocommerce-links-more[class*="-links-infinite"] a span,
.nav-links-more[class*="-links-infinite"] a span {
display: none;
} .nav-links-old {
font-size: 0.875rem;
line-height: 1.1875rem;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.07rem;
margin-top: 1.5em;
overflow: hidden;
color: var(--theme-color-title);
}
.nav-links-old a {
color: var(--theme-color-title);
}
.nav-links-old a:hover {
color: var(--theme-color-text);
}
.nav-links-old .nav-prev,
.nav-links-old .nav-next {
position: relative;
}
.nav-links-old .nav-prev a:before,
.nav-links-old .nav-next a:after {
font-family: "fontello";
font-size: 1.2rem;
font-weight: 400;
display: inline;
}
.nav-links-old .nav-prev {
float: left;
padding-left: 1rem;
}
.nav-links-old .nav-prev a:before {
content: '\E837';
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.nav-links-old .nav-next {
float: right;
padding-right: 1rem;
}
.nav-links-old .nav-next a:after {
content: '\E836';
position: absolute;
z-index: 1;
top: 0;
right: 0;
} .woocommerce nav.woocommerce-pagination ul,
.comments_pagination,
.nav-links,
.page_links,
.wp-block-query-pagination {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
gap: 6px;
font-weight: 500;
margin-top: 1.5em;
list-style-type: none;
clear: both;
}
.page_links {
margin-top: 0;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers,
.page_links > span:not(.page_links_title),
.page_links > a,
.comments_pagination .page-numbers,
.nav-links .page-numbers,
.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next {
display: inline-block;
vertical-align: top;
font-size: inherit;
font-weight: inherit;
padding: 0;
border: 1px solid;
text-align: center;
width: 3.125rem;
height: 3.125rem;
line-height: 3rem;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: var(--theme-var-blog-pagination-border-radius, 0);
-ms-border-radius: var(--theme-var-blog-pagination-border-radius, 0);
border-radius: var(--theme-var-blog-pagination-border-radius, 0);
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
-ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.dots,
.page_links > span:not(.page_links_title).dots,
.page_links > a.dots,
.comments_pagination .page-numbers.dots,
.nav-links .page-numbers.dots,
.wp-block-query-pagination .page-numbers.dots,
.wp-block-query-pagination .wp-block-query-pagination-previous.dots,
.wp-block-query-pagination .wp-block-query-pagination-next.dots {
border: none;
background: none;
line-height: 2.375rem;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers,
.page_links > a,
.comments_pagination .page-numbers,
.nav-links .page-numbers,
.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next {
color: var(--theme-color-title);
border-color: var(--theme-color-bd_color);
background-color: var(--theme-color-bg_color_2);
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current,
.page_links > span:not(.page_links_title),
.comments_pagination .page-numbers.current,
.nav-links .page-numbers.current,
.wp-block-query-pagination .page-numbers.current {
color: var(--theme-color-alt_title);
border-color: var(--theme-color-alt_bg_color);
background-color: var(--theme-color-alt_bg_color);
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.page_links > a:hover,
.comments_pagination a.page-numbers:hover,
.nav-links a.page-numbers:hover,
.wp-block-query-pagination a.page-numbers:hover,
.wp-block-query-pagination .wp-block-query-pagination-previous:hover,
.wp-block-query-pagination .wp-block-query-pagination-next:hover {
color: var(--theme-color-title);
border-color: var(--theme-color-bd_color);
background-color: var(--theme-color-bg_color);
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev, .woocommerce nav.woocommerce-pagination ul li .page-numbers.next, .woocommerce nav.woocommerce-pagination ul li .page-numbers.wp-block-query-pagination-previous, .woocommerce nav.woocommerce-pagination ul li .page-numbers.wp-block-query-pagination-next,
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next,
.nav-links .page-numbers.wp-block-query-pagination-previous,
.nav-links .page-numbers.wp-block-query-pagination-next,
.wp-block-query-pagination .page-numbers.prev,
.wp-block-query-pagination .page-numbers.next,
.wp-block-query-pagination .page-numbers.wp-block-query-pagination-previous,
.wp-block-query-pagination .page-numbers.wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-previous.prev,
.wp-block-query-pagination .wp-block-query-pagination-previous.next,
.wp-block-query-pagination .wp-block-query-pagination-previous.wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-previous.wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-next.prev,
.wp-block-query-pagination .wp-block-query-pagination-next.next,
.wp-block-query-pagination .wp-block-query-pagination-next.wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next.wp-block-query-pagination-next,
.comments_pagination .page-numbers.prev,
.comments_pagination .page-numbers.next,
.comments_pagination .page-numbers.wp-block-query-pagination-previous,
.comments_pagination .page-numbers.wp-block-query-pagination-next {
text-indent: -200px;
overflow: hidden;
position: relative;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev:before, .woocommerce nav.woocommerce-pagination ul li .page-numbers.next:before, .woocommerce nav.woocommerce-pagination ul li .page-numbers.wp-block-query-pagination-previous:before, .woocommerce nav.woocommerce-pagination ul li .page-numbers.wp-block-query-pagination-next:before,
.nav-links .page-numbers.prev:before,
.nav-links .page-numbers.next:before,
.nav-links .page-numbers.wp-block-query-pagination-previous:before,
.nav-links .page-numbers.wp-block-query-pagination-next:before,
.wp-block-query-pagination .page-numbers.prev:before,
.wp-block-query-pagination .page-numbers.next:before,
.wp-block-query-pagination .page-numbers.wp-block-query-pagination-previous:before,
.wp-block-query-pagination .page-numbers.wp-block-query-pagination-next:before,
.wp-block-query-pagination .wp-block-query-pagination-previous.prev:before,
.wp-block-query-pagination .wp-block-query-pagination-previous.next:before,
.wp-block-query-pagination .wp-block-query-pagination-previous.wp-block-query-pagination-previous:before,
.wp-block-query-pagination .wp-block-query-pagination-previous.wp-block-query-pagination-next:before,
.wp-block-query-pagination .wp-block-query-pagination-next.prev:before,
.wp-block-query-pagination .wp-block-query-pagination-next.next:before,
.wp-block-query-pagination .wp-block-query-pagination-next.wp-block-query-pagination-previous:before,
.wp-block-query-pagination .wp-block-query-pagination-next.wp-block-query-pagination-next:before,
.comments_pagination .page-numbers.prev:before,
.comments_pagination .page-numbers.next:before,
.comments_pagination .page-numbers.wp-block-query-pagination-previous:before,
.comments_pagination .page-numbers.wp-block-query-pagination-next:before {
font-family: "fontello";
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
text-align: center;
text-indent: 0;
}
.woocommerce nav.woocommerce-pagination ul li .prev:before,
.nav-links .page-numbers.prev:before,
.wp-block-query-pagination .page-numbers.prev:before,
.wp-block-query-pagination .wp-block-query-pagination-previous:before,
.comments_pagination .page-numbers.prev:before {
content: '\F007';
font-size: 0.875rem;
font-weight: 400;
letter-spacing: 0.06rem;
}
.woocommerce nav.woocommerce-pagination ul li .next:before,
.nav-links .page-numbers.next:before,
.wp-block-query-pagination .page-numbers.next:before,
.wp-block-query-pagination .wp-block-query-pagination-next:before,
.comments_pagination .page-numbers.next:before {
content: '\F006';
font-size: 0.875rem;
font-weight: 400;
letter-spacing: -0.06rem;
}
.wp-block-query-pagination > .wp-block-query-pagination-next,
.wp-block-query-pagination > .wp-block-query-pagination-numbers,
.wp-block-query-pagination > .wp-block-query-pagination-previous {
margin: 0;
}  .post_item_404 .post_content {
text-align: center;
}
.post_item_404 .page_title {
font-size: 17rem;
line-height: 0.9;
margin: 0;
hyphens: none;
}
.post_item_404 .page_info {
margin-top: 2.8rem;
}
.post_item_404 .page_subtitle {
margin: 0;
}
.post_item_404 .page_description {
margin-top: 1rem;
margin-bottom: 2.5rem;
} .post_item_none_search .page_info,
.post_item_none_archive .page_info {
width: 100%;
max-width: 33.125rem;
margin: 0 auto;
}
.post_item_none_search .search_wrap,
.post_item_none_archive .search_wrap {
display: inline-block;
width: 100%;
max-width: 25.625rem;
}
body.sidebar_show .post_item_none_search .post_content, body.sidebar_show
.post_item_none_archive .post_content {
text-align: left;
}
body.sidebar_show .post_item_none_search .post_content .page_info, body.sidebar_show
.post_item_none_archive .post_content .page_info {
max-width: 100%;
margin: 0;
} .author_page {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: calc(var(--theme-var-main_content_padding) / 2);
}
.author_page .author_avatar {
-webkit-border-radius: var(--theme-var-profile-image-border-radius, 50%);
-ms-border-radius: var(--theme-var-profile-image-border-radius, 50%);
border-radius: var(--theme-var-profile-image-border-radius, 50%);
margin-bottom: 1rem;
overflow: hidden;
}
.author_page .author_title {
margin-top: 0;
margin-bottom: 0.5rem;
}
.author_page .author_bio {
text-align: center;
margin-bottom: 1rem;
}
.author_page .author_bio p {
margin: 0;
}
.author_page .author_bio p + p {
margin-top: 0.6rem;
}
.author_page .author_details {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
gap: 0.4rem;
}
.author_page .author_details .author_posts_total,
.author_page .author_details .author_socials {
text-transform: capitalize;
}
.author_page .author_details .author_posts_total_value {
font-weight: bold;
color: var(--theme-color-title);
}
.author_page .author_details .author_socials {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 0.4rem;
}
.author_page .author_details .author_socials .author_socials_caption {
display: none;
}
.author_page .author_details .author_socials .socials_wrap {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: baseline;
-ms-flex-align: baseline;
align-items: baseline;
gap: 1rem;
}
.author_page .author_details .author_socials .socials_wrap .social_item {
color: var(--theme-color-title);
}
.author_page .author_details .author_socials .socials_wrap .social_item:hover {
color: var(--theme-color-link);
}  :root {
--theme-var-sidebar_paddings: calc( var(--theme-var-sidebar) * 0.14 );
}
.sidebar_default .widget + .widget, .elementor-widget-sidebar .widget + .widget {
margin-top: var(--theme-var-sidebar_paddings);
}
.widget p {
margin: 0;
}
.widget p + p,
.widget p + div,
.widget p + form {
margin-top: 1em;
}
.widget ul {
margin: 0;
}
.widget .widget_title,
.widget .widgettitle {
margin-top: 0;
margin-bottom: 1em;
}
:where(.footer_default, .sidebar_default, .elementor-widget-sidebar) .widget > *:last-child,
:where(.footer_default, .sidebar_default, .elementor-widget-sidebar) .widget > .wp-block-group > *:last-child {
margin-bottom: 0;
}
.wp-block-archives-list,
.wp-block-categories-list {
padding-left: 1.2em;
list-style-type: none;
}
.wp-block-archives-list > li,
.wp-block-categories-list > li {
position: relative;
overflow: visible;
}
.wp-block-archives-list > li:before,
.wp-block-categories-list > li:before {
content: ' ';
display: block;
width: 4px;
height: 4px;
line-height: 4px;
text-align: center;
position: absolute;
z-index: 1;
top: 0.75em;
left: -1.2em;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
background-color: var(--theme-color-title);
} .wp-block-latest-posts__post-date, .wp-block-latest-posts__post-author {
font-size: 0.875em;
line-height: 1.45em;
}
.wp-block-latest-posts:not(.is-grid) li + li {
margin-top: 0.8rem;
} .wp-block-latest-comments {
padding-left: 0;
}
.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
margin-top: 0.25em;
}
.wp-block-latest-comments__comment-date, .wp-block-latest-comments__comment-excerpt p {
font-size: 0.875em;
line-height: 1.45em;
}
.wp-block-latest-comments__comment-date {
color: var(--theme-color-meta);
} .wp-block-rss__item-author, .wp-block-rss__item-publish-date {
color: var(--theme-color-meta);
font-size: 0.875em;
line-height: 1.6em;
}
.wp-block-rss:not(.is-grid) li + li {
margin-top: 0.8rem;
} .widget_search form.search-form {
width: 100%;
overflow: hidden;
position: relative;
}
.widget_search form.search-form:after {
content: '\e83a';
font-family: "fontello";
display: block;
position: absolute;
z-index: 0;
top: 50%;
left: 1.1rem;
margin-top: -0.5rem;
width: 1rem;
height: 1rem;
line-height: 1rem;
text-align: center;
pointer-events: none;
cursor: pointer;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
color: var(--theme-color-text);
}
.widget_search form.search-form:hover:after {
color: var(--theme-color-title);
}
.widget_search form.search-form .search-field {
width: 100%;
padding-left: 2.6rem !important;
}
.widget_search form.search-form input.search-submit {
display: block;
overflow: hidden;
text-indent: -1000px;
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 2.6rem;
height: 100%;
padding: 0;
border: none !important;
background: none !important;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
} .wp-block-search .wp-block-search__label {
margin-bottom: 8px;
display: inline-block;
}
.wp-block-search input.wp-block-search__input {
max-height: 50px;
color: var(--theme-font-input_color, var(--theme-color-text));
border-color: var(--theme-font-input_border-color, var(--theme-color-bd_color));
background-color: var(--theme-font-input_background-color, var(--theme-color-bg_color_2));
}
.wp-block-search input.wp-block-search__input.filled, .wp-block-search input.wp-block-search__input:focus {
color: var(--theme-font-input_color-focus, var(--theme-color-title));
border-color: var(--theme-font-input_border-color-focus, var(--theme-color-meta));
background-color: var(--theme-font-input_background-color-focus, var(--theme-color-bg_color_2));
}
.wp-block-search button.wp-block-search__button {
-webkit-appearance: none;
cursor: pointer;
display: inline-block;
vertical-align: top;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box; height: auto;
max-width: 100%;
color: var(--theme-font-button_color, var(--theme-color-bg_color));
border-color: var(--theme-font-button_border-color, var(--theme-color-link));
background-color: var(--theme-font-button_background-color, var(--theme-color-link));
padding: 5px 20px !important;
-webkit-border-radius: var(--theme-font-input_border-radius, 0);
-ms-border-radius: var(--theme-font-input_border-radius, 0);
border-radius: var(--theme-font-input_border-radius, 0);
}
.wp-block-search button.wp-block-search__button:hover, .wp-block-search button.wp-block-search__button:focus {
color: var(--theme-font-button_color-hover, var(--theme-color-bg_color));
border-color: var(--theme-font-button_border-color-hover, var(--theme-color-hover));
background-color: var(--theme-font-button_background-color-hover, var(--theme-color-hover));
}
.wp-block-search button.wp-block-search__button.has-icon {
padding: 0 !important;
min-width: 50px;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__input {
margin-right: 4px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
border-color: var(--theme-font-input_border-color, var(--theme-color-bd_color));
-webkit-border-radius: var(--theme-font-input_border-radius, 0);
-ms-border-radius: var(--theme-font-input_border-radius, 0);
border-radius: var(--theme-font-input_border-radius, 0);
background: var(--theme-color-bg_color_2);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button.has-icon {
margin-left: 4px;
} .wp-block-calendar caption {
padding-bottom: 0.5em;
margin: 0;
}
.wp-block-calendar caption, .wp-block-calendar th {
color: var(--theme-color-title);
}
.wp-block-calendar th, .wp-block-calendar td {
font-size: 1em;
text-align: center;
border: none !important;
background-color: transparent !important;
}
.wp-block-calendar td#today {
font-weight: bold;
} .widget_product_tag_cloud,
.widget_tag_cloud {
overflow: hidden;
}
.wp-block-tag-cloud,
.widget_product_tag_cloud .tagcloud,
.widget_tag_cloud .tagcloud,
.post_item_single .post_tags_single {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 6px;
}
.wp-block-tag-cloud a,
.widget_product_tag_cloud a,
.widget_tag_cloud a,
.post_item_single .post_tags_single a {
margin: 0;
padding: 9px 20px;
font-size: 13px;
line-height: 17px;
-webkit-border-radius: var(--theme-var-global-border-radius-small, 0);
-ms-border-radius: var(--theme-var-global-border-radius-small, 0);
border-radius: var(--theme-var-global-border-radius-small, 0);
-webkit-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
transition: color 0.3s ease;
color: var(--theme-color-meta);
background-color: var(--theme-color-bg_color_2);
}
.wp-block-tag-cloud a:hover,
.widget_product_tag_cloud a:hover,
.widget_tag_cloud a:hover,
.post_item_single .post_tags_single a:hover {
color: var(--theme-color-title);
}
.wp-block-tag-cloud[style*="line-height:"] a {
line-height: inherit;
} .wp-block-archives-dropdown label {
margin-bottom: 8px;
} .wp-block-comments .wp-block-columns {
gap: 0;
margin-bottom: 1.5em;
}
.wp-block-comments .wp-block-columns .wp-block-comment-content p {
margin-bottom: 0.4em;
} .wp-block-post-comments-form .comment-form-cookies-consent {
display: inline-block;
} .footer_wrap {
position: relative;
}
.footer_wrap p {
margin: 0;
} .footer_wrap .widget[class*="column-"] {
margin: calc( var(--theme-var-grid_gap) / 2 * 1.25 ) 0;
padding-top: 0 !important;
}
.footer_widgets_wrap {
border-top: 1px solid var(--theme-color-bd_color);
padding: calc(var(--theme-var-main_content_padding) - calc( var(--theme-var-grid_gap) / 2 * 1.25 )) 0;
} .footer_copyright_inner {
font-size: 0.9375em;
padding: 2rem 0;
overflow: hidden;
text-align: center;
border-top: 1px solid var(--theme-color-bd_color);
}
.footer_copyright_inner p {
margin: 0;
}  .elementra_customizer_message {
padding: var(--theme-var-grid_gap);
margin: 0 auto;
max-width: 60%;
background-color: var(--theme-color-bg_color_2);
border-left: 3px solid var(--theme-color-link);
}
.elementra_customizer_message b {
color: var(--theme-color-title);
} form .trx_addons_message_box {
min-width: auto;
max-width: 90%;
}
form .error_field {
border-color: #E93C2A !important;
}
.trx_addons_message_box {
text-align: center;
padding: 0.8em 1em;
font-size: 0.9375em;
line-height: 1.3em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: var(--theme-var-global-border-radius-small, 0);
-ms-border-radius: var(--theme-var-global-border-radius-small, 0);
border-radius: var(--theme-var-global-border-radius-small, 0);
}
.trx_addons_message_box p + p {
margin-top: 0.25em;
}
.trx_addons_message_box.trx_addons_message_box_error {
color: #E93C2A;
border-color: #FAE1E1;
background-color: #FEF9F9;
-webkit-box-shadow: 0 2px 8px #F8EBEB94;
-ms-box-shadow: 0 2px 8px #F8EBEB94;
box-shadow: 0 2px 8px #F8EBEB94;
}
.trx_addons_message_box.trx_addons_message_box_success {
color: #71BA55;
border-color: #DCEFD5;
background-color: #F4FCF1;
-webkit-box-shadow: 0 2px 8px #EBF8F094;
-ms-box-shadow: 0 2px 8px #EBF8F094;
box-shadow: 0 2px 8px #EBF8F094;
}
.trx_addons_message_box.trx_addons_message_box_info {
color: #5DCCFF;
border-color: #CCE6F2;
background-color: #E5F3F9;
-webkit-box-shadow: 0 2px 8px #EBF4F894;
-ms-box-shadow: 0 2px 8px #EBF4F894;
box-shadow: 0 2px 8px #EBF4F894;
}  iframe[name="google_conversion_frame"] {
height: 1px;
min-height: 0px;
display: none;
} .mfp-bg {
z-index: 200001 !important;
background-color: var(--theme-color-bg_color_07);
}
.mfp-wrap {
z-index: 200002 !important;
}
.mfp-arrow {
background-color: transparent !important;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
right: -20px;
padding: 0;
width: 44px;
text-align: center;
color: var(--theme-color-link);
background: none !important;
}
.mfp-image-holder .mfp-close:hover,
.mfp-image-holder .mfp-close:focus,
.mfp-iframe-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:focus,
.mfp-close-btn-in .mfp-close:hover,
.mfp-close-btn-in .mfp-close:focus {
color: var(--theme-color-hover);
background: transparent;
}
.mfp-figure img.mfp-img {
padding-bottom: 0;
max-height: 75vh;
}
.mfp-title, .mfp-counter {
color: var(--theme-color-title);
} .mf-checkbox-option input[type="checkbox"] + span:before {
font-family: "fontello" !important;
font-weight: 400 !important;
padding: 0 1px;
content: '\e804';
}
.mf-checkbox-option input[type="checkbox"]:checked + span:before {
font-family: "fontello" !important;
content: '\e805';
}
.mf-response-msg-wrap {
background-color: transparent;
}
.mf-main-response-wrap:not(.mf_pro_activated) .mf-response-msg {
background-color: var(--theme-color-bg_color);
}
.mf-main-response-wrap .mf-response-msg {
-webkit-border-radius: var(--theme-var-global-border-radius-small, 0);
-ms-border-radius: var(--theme-var-global-border-radius-small, 0);
border-radius: var(--theme-var-global-border-radius-small, 0);
border-color: var(--theme-color-bd_color);
}
.mf-success-icon, .wf-error-res .mf-alert-icon {
font-size: 18px;
}
.mf-success-icon {
color: var(--theme-color-title);
}
.mf-response-msg p {
font-size: var(--theme-font-p_font-size);
color: var(--theme-color-title);
} .nowrap {
white-space: nowrap;
}.posts_container.columns_wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.posts_container.columns_wrap.classic_1 [class*="column-"] + [class*="column-"]{margin-top:var(--theme-var-grid_gap)}.posts_container.columns_wrap .post_layout_classic{display:inline-block;vertical-align:top;width:100%;height:100%;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.post_layout_classic{position:relative;border-color:var(--theme-color-bd_color)}.post_layout_classic .post_featured{margin-bottom:1.7em}.post_layout_classic .post_featured[class*="hover_"]{display:block}.post_layout_classic .post_featured img{width:100%}.post_layout_classic .post_header + .post_meta{margin-top:1em}.post_layout_classic .post_meta + .post_content{margin-top:1em}.post_layout_classic .post_meta .socials_share.socials_type_drop .social_items{border-color:var(--theme-color-bd_color);background-color:var(--theme-color-bg_color);-webkit-border-radius:calc(var(--theme-var-global-border-radius-small,0)* 0.6);-ms-border-radius:calc(var(--theme-var-global-border-radius-small,0)* 0.6);border-radius:calc(var(--theme-var-global-border-radius-small,0)* 0.6)}.post_layout_classic .post_meta .socials_share.socials_type_drop .social_items:before{border-bottom-color:var(--theme-color-bd_color);border-left-color:var(--theme-color-bd_color);background-color:var(--theme-color-bg_color)}.post_layout_classic .post_meta .socials_share.socials_type_drop .social_items .social_icon span{margin-right:0.5em}.post_layout_classic .post_meta .socials_share.socials_type_drop .social_items .social_icon i{font-style:normal}.post_layout_classic .post_category{margin-bottom:0.8em}.post_layout_classic .post_category .post_meta{margin-top:0}.post_layout_classic .post_category .post_meta .post_meta_item.post_categories{margin:0;font-size:0.875rem;line-height:1.1875rem;font-weight:400;text-transform:uppercase;letter-spacing:0.07rem;color:var(--theme-color-title)}.post_layout_classic .post_category .post_meta .post_meta_item.post_categories a,.post_layout_classic .post_category .post_meta .post_meta_item.post_categories a:hover,.post_layout_classic .post_category .post_meta .post_meta_item.post_categories a:focus{color:var(--theme-color-title)}.post_layout_classic .post_title{margin:0}.post_layout_classic blockquote{margin-left:0;margin-right:0}.post_layout_classic_2 .post_featured,.post_layout_classic_3 .post_featured{margin-bottom:1.4em}.post_layout_classic_2 .post_title,.post_layout_classic_3 .post_title{font-family:var(--theme-font-h4_font-family);font-size:var(--theme-font-h4_font-size);line-height:var(--theme-font-h4_line-height);font-weight:var(--theme-font-h4_font-weight);font-style:var(--theme-font-h4_font-style);text-decoration:var(--theme-font-h4_text-decoration);text-transform:var(--theme-font-h4_text-transform);letter-spacing:var(--theme-font-h4_letter-spacing)}.post_layout_classic_2 .post_category,.post_layout_classic_3 .post_category{margin-bottom:0.55em}.post_layout_classic_2 .post_header + .post_meta,.post_layout_classic_3 .post_header + .post_meta{margin-top:0.55em}.post_layout_classic_2 .post_meta + .post_content,.post_layout_classic_3 .post_meta + .post_content{margin-top:0.7em}.post_featured[class*="hover_"]{position:relative;-webkit-transition:all 0.35s ease-in-out;-ms-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.post_featured:not(.post_featured_bg)[class*="hover_"]{display:inline-block;vertical-align:top}.post_featured[class*="hover_"],.post_featured[class*="hover_"] *{-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.post_featured .mask{content:' ';position:absolute;z-index:4;top:0;left:0;right:0;bottom:0;opacity:0;pointer-events:none;-webkit-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease;-webkit-transform:translateZ(0) scale(1.005,1.005);-ms-transform:translateZ(0) scale(1.005,1.005);transform:translateZ(0) scale(1.005,1.005)}.post_featured .post_link{position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0}.post_featured .post_info{position:absolute;z-index:6;top:0;left:0;right:0;bottom:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease;display:none;opacity:0}.post_featured.hover_default:hover .mask{opacity:0}.post_featured.hover_default img,.post_featured.hover_default .post_thumb{will-change:transform;-webkit-transition:-webkit-transform 0.3s ease 0s;-ms-transition:-ms-transform 0.3s ease 0s;transition:transform 0.3s ease 0s;-webkit-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease;-webkit-transform:scale(1.01,1.01);-ms-transform:scale(1.01,1.01);transform:scale(1.01,1.01)}.post_featured.hover_default:hover>img,.post_featured.hover_default:hover .post_thumb,.post_featured.hover_default:hover .trx_addons_secondary_image{-webkit-transform:scale(1.07,1.07);-ms-transform:scale(1.07,1.07);transform:scale(1.07,1.07)}.post_featured.hover_default .cover-link{position:absolute;z-index:10;top:0;left:0;right:0;bottom:0}.post_featured.hover_dots:hover .mask{opacity:1}.post_featured.hover_dots img,.post_featured.hover_dots .post_thumb{will-change:transform;-webkit-transition:-webkit-transform 0.3s ease 0s;-ms-transition:-ms-transform 0.3s ease 0s;transition:transform 0.3s ease 0s;-webkit-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease;-webkit-transform:scale(1.01,1.01);-ms-transform:scale(1.01,1.01);transform:scale(1.01,1.01)}.post_featured.hover_dots:hover>img,.post_featured.hover_dots:hover .post_thumb,.post_featured.hover_dots:hover .trx_addons_secondary_image{-webkit-transform:scale(1.07,1.07);-ms-transform:scale(1.07,1.07);transform:scale(1.07,1.07)}.post_featured.hover_dots .icons{position:absolute;z-index:6;top:0;left:0;right:0;bottom:0}.post_featured.hover_dots .icons span{display:inline-block;opacity:0;position:absolute;z-index:5;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:6px;height:6px;-webkit-border-radius:50%;-ms-border-radius:50%;border-radius:50%;-webkit-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease;background-color:var(--theme-color-link)}.post_featured.hover_dots:hover .icons span{opacity:1;display:inline-block}.post_featured.hover_dots:hover .icons span:first-child{margin-left:-13px}.post_featured.hover_dots:hover .icons span + span + span{margin-left:13px}.trx_addons_audio_player{padding:var(--theme-var-grid_gap)}.trx_addons_audio_player .audio_now_playing{font-family:var(--theme-font-p_font-family);margin-top:0}.trx_addons_audio_player .audio_author{font-family:var(--theme-font-p_font-family);font-size:0.9375em;line-height:var(--theme-font-p_line-height);font-weight:var(--theme-font-p_font-weight);font-style:var(--theme-font-p_font-style);letter-spacing:var(--theme-font-p_letter-spacing);text-transform:var(--theme-font-p_text-transform)}.trx_addons_audio_wrap .trx_addons_audio_navigation{top:var(--theme-var-grid_gap);right:var(--theme-var-grid_gap)}.top_panel.with_bg_image .sc_layouts_row:not(.sc_layouts_row_fixed_on){background-color:transparent}body.body_style_boxed .sc_layouts_row_fixed_on.elementor-section,body.body_style_boxed .sc_layouts_row_fixed_on.e-con{right:calc( ( 100% - var(--theme-var-page_boxed) ) / 2 );left:calc( ( 100% - var(--theme-var-page_boxed) ) / 2 )}.search_wrap .search_submit{color:var(--theme-color-text)}.search_wrap .search_submit:hover,.search_wrap .search_submit:focus{color:var(--theme-color-title)}.search_wrap .search_results{background-color:var(--theme-color-bg_color);border-color:var(--theme-color-bd_color)}.search_wrap .search_results:after{background-color:var(--theme-color-bg_color);border-left-color:var(--theme-color-bd_color);border-top-color:var(--theme-color-bd_color)}.search_wrap .search_results .search_results_close{color:var(--theme-color-meta)}.search_wrap .search_results .search_results_close:hover{color:var(--theme-color-title)}.search_results.widget_area .post_item + .post_item{border-top-color:var(--theme-color-bd_color)}.post_item_none_search .search_wrap .search_field,.post_item_none_archive .search_wrap .search_field{padding:var(--theme-font-input_padding);padding-left:2.6rem;width:100%}.post_item_none_search .search_wrap .search_submit,.post_item_none_archive .search_wrap .search_submit{left:0;right:auto;top:0;bottom:0;padding:0 0.5rem 0 1.1rem}.post_item_none_search .search_wrap .search_submit:before,.post_item_none_archive .search_wrap .search_submit:before{font-family:"fontello";content:'\e83a'}.sc_switcher_controls_toggle_button{background-color:var(--theme-color-link)}.sc_switcher_controls_toggle_on .sc_switcher_controls_toggle_button{background-color:var(--theme-color-link)}.sc_hotspot_item_icon{background-color:var(--theme-color-link)}.sc_hotspot_item_icon span{color:var(--theme-color-bg_color)}.sc_hotspot_item_popup{background-color:var(--theme-color-bg_color)}.sc_hotspot_item_popup_close.trx_addons_button_close .trx_addons_button_close_icon:before,.sc_hotspot_item_popup_close.trx_addons_button_close .trx_addons_button_close_icon:after{border-color:var(--theme-color-title)}.trx_addons_bg_text_char{font-family:var(--theme-font-h1_font-family)}.sc_googlemap_content{color:var(--theme-color-text);background-color:var(--theme-color-bg_color)}.sc_googlemap_content :where(b,strong){color:var(--theme-color-title)}.sc_osmap_content{color:var(--theme-color-text);background-color:var(--theme-color-bg_color)}.sc_osmap_content :where(b,strong){color:var(--theme-color-title)}.sc_osmap button[class*="control"]{padding:0}.sc_osmap button[class*="control"]:hover,.sc_osmap button[class*="control"]:focus{background-color:inherit}.sc_osmap input[type="text"]{padding:0;border:none;height:30px}.trx-addons-main-nav-menu>.trx-addons-nav-menu-item>.trx-addons-menu-link{font-family:var(--theme-font-menu_font-family);font-size:var(--theme-font-menu_font-size);line-height:var(--theme-font-menu_line-height);font-weight:var(--theme-font-menu_font-weight);font-style:var(--theme-font-menu_font-style);letter-spacing:var(--theme-font-menu_letter-spacing);text-transform:var(--theme-font-menu_text-transform);text-decoration:var(--theme-font-menu_text-decoration)}.trx-addons-main-nav-menu .trx-addons-submenu .trx-addons-submenu-link{font-family:var(--theme-font-submenu_font-family);font-size:var(--theme-font-submenu_font-size);line-height:var(--theme-font-submenu_line-height);font-weight:var(--theme-font-submenu_font-weight);font-style:var(--theme-font-submenu_font-style);letter-spacing:var(--theme-font-submenu_letter-spacing);text-transform:var(--theme-font-submenu_text-transform);text-decoration:var(--theme-font-submenu_text-decoration)}.trx-addons-nav-menu-container .trx-addons-submenu,.trx-addons-mobile-menu-container .trx-addons-submenu{-webkit-border-radius:var(--theme-font-submenu_border-radius,0);-ms-border-radius:var(--theme-font-submenu_border-radius,0);border-radius:var(--theme-font-submenu_border-radius,0)}.trx_addons_scroll_to_top{color:var(--theme-color-alt_title);background-color:var(--theme-color-alt_bg_color_2);font-size:0.75rem;width:2.8rem;height:2.8rem;line-height:2.8rem;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-border-radius:var(--theme-font-button_border-radius);-ms-border-radius:var(--theme-font-button_border-radius);border-radius:var(--theme-font-button_border-radius)}.trx_addons_scroll_to_top:before{font-family:"fontello";content:'\F005'}.trx_addons_scroll_to_top.trx_addons_scroll_to_top.trx_addons_scroll_to_top{-webkit-transition:-webkit-transform 0.3s ease,bottom 0.3s ease,background-color 0.3s ease,opacity 0.3s ease;-ms-transition:-ms-transform 0.3s ease,bottom 0.3s ease,background-color 0.3s ease,opacity 0.3s ease;transition:transform 0.3s ease,bottom 0.3s ease,background-color 0.3s ease,opacity 0.3s ease}.trx_addons_scroll_to_top:hover{color:var(--theme-color-alt_title);-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.sc_layouts_popup,.sc_layouts_panel_inner{background-color:var(--theme-color-bg_color)}.trx_addons_range_slider_label_min,.trx_addons_range_slider_label_max{color:var(--theme-color-text)}div.ui-slider{background-color:var(--theme-color-bg_color_2)}div.ui-slider .ui-slider-range,div.ui-slider .ui-slider-handle{background-color:var(--theme-color-title)}:root{--theme-var-elm_gap_nogap:0px;--theme-var-elm_gap_narrow:10px;--theme-var-elm_gap_default:20px;--theme-var-elm_gap_extended:30px;--theme-var-elm_gap_wide:40px;--theme-var-elm_gap_wider:60px;--theme-var-elm_add_page_margins:var( --theme-var-elm_gap_extended )}body:not(.elementor-use-container){}body:not(.elementor-use-container) .post_content>.elementor,body:not(.elementor-use-container) [class*="type-cpt_"]>[class*="_page_content"]>.elementor,body:not(.elementor-use-container)[class*="type-cpt_"]>[class*="_page_content"]>.elementor{margin-left:calc( -1 * var(--theme-var-elm_add_page_margins) / 2 );margin-right:calc( -1 * var(--theme-var-elm_add_page_margins) / 2 )}body:not(.elementor-use-container).body_style_fullscreen .post_content>.elementor .elementor-section-full_width:not(.elementor-inner-section)>.elementor-column-gap-no,body:not(.elementor-use-container).body_style_fullscreen [class*="type-cpt_"]>[class*="_page_content"]>.elementor .elementor-section-full_width:not(.elementor-inner-section)>.elementor-column-gap-no{margin-left:calc( var(--theme-var-elm_add_page_margins) / 2 );margin-right:calc( var(--theme-var-elm_add_page_margins) / 2 )}.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated,.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:calc( var(--theme-var-elm_gap_narrow) / 2 )}.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated,.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:calc( var(--theme-var-elm_gap_default) / 2 )}.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated,.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:calc( var(--theme-var-elm_gap_extended) / 2 )}.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated,.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:calc( var(--theme-var-elm_gap_wide) / 2 )}.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated,.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:calc( var(--theme-var-elm_gap_wider) / 2 )}.elementor-container>.elementor-row>.elementor-column>.elementor-element-populated,.elementor-container>.elementor-column>.elementor-element-populated{padding-top:0;padding-bottom:0}.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container:not(.elementor-column-gap-no){max-width:none;position:relative}.elementor-section.elementor-section-boxed:not(.elementor-section-with-custom-width)>.elementor-column-gap-no{max-width:var(--theme-var-page)}.elementor-section.elementor-section-boxed:not(.elementor-section-with-custom-width)>.elementor-column-gap-narrow{max-width:calc( var(--theme-var-page) + var(--theme-var-elm_gap_narrow) )}.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-column-gap-narrow,.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-column-gap-narrow{width:calc( var(--theme-var-page) + var(--theme-var-elm_gap_narrow) )}.sidebar_show .content_wrap .elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-column-gap-narrow,.sidebar_show .content_wrap .elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-column-gap-narrow{width:calc( var(--theme-var-content) + var(--theme-var-elm_gap_narrow) )}.content_wrap .elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-column-gap-narrow,.content_wrap .elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-column-gap-narrow{left:calc( -1 * var(--theme-var-elm_gap_narrow) / 2 )}.content_wrap .elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section)>.elementor-column-gap-narrow{margin-left:calc( -1 * var(--theme-var-elm_gap_narrow) / 2 );margin-right:calc( -1 * var(--theme-var-elm_gap_narrow) / 2 )}.elementor-section.elementor-section-boxed:not(.elementor-section-with-custom-width)>.elementor-column-gap-default{max-width:calc( var(--theme-var-page) + var(--theme-var-elm_gap_default) )}.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-column-gap-default,.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-column-gap-default{width:calc( var(--theme-var-page) + var(--theme-var-elm_gap_default) )}.sidebar_show .content_wrap .elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-column-gap-default,.sidebar_show .content_wrap .elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-column-gap-default{width:calc( var(--theme-var-content) + var(--theme-var-elm_gap_default) )}.content_wrap .elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-column-gap-default,.content_wrap .elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-column-gap-default{left:calc( -1 * var(--theme-var-elm_gap_default) / 2 )}.content_wrap .elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section)>.elementor-column-gap-default{margin-left:calc( -1 * var(--theme-var-elm_gap_default) / 2 );margin-right:calc( -1 * var(--theme-var-elm_gap_default) / 2 )}.elementor-section.elementor-section-boxed:not(.elementor-section-with-custom-width)>.elementor-column-gap-extended{max-width:calc( var(--theme-var-page) + var(--theme-var-elm_gap_extended) )}.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-column-gap-extended,.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-column-gap-extended{width:calc( var(--theme-var-page) + var(--theme-var-elm_gap_extended) )}.sidebar_show .content_wrap .elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-column-gap-extended,.sidebar_show .content_wrap .elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-column-gap-extended{width:calc( var(--theme-var-content) + var(--theme-var-elm_gap_extended) )}.content_wrap .elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-column-gap-extended,.content_wrap .elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-column-gap-extended{left:calc( -1 * var(--theme-var-elm_gap_extended) / 2 )}.content_wrap .elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section)>.elementor-column-gap-extended{margin-left:calc( -1 * var(--theme-var-elm_gap_extended) / 2 );margin-right:calc( -1 * var(--theme-var-elm_gap_extended) / 2 )}.elementor-section.elementor-section-boxed:not(.elementor-section-with-custom-width)>.elementor-column-gap-wide{max-width:calc( var(--theme-var-page) + var(--theme-var-elm_gap_wide) )}.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-column-gap-wide,.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-column-gap-wide{width:calc( var(--theme-var-page) + var(--theme-var-elm_gap_wide) )}.sidebar_show .content_wrap .elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-column-gap-wide,.sidebar_show .content_wrap .elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-column-gap-wide{width:calc( var(--theme-var-content) + var(--theme-var-elm_gap_wide) )}.content_wrap .elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-column-gap-wide,.content_wrap .elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-column-gap-wide{left:calc( -1 * var(--theme-var-elm_gap_wide) / 2 )}.content_wrap .elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section)>.elementor-column-gap-wide{margin-left:calc( -1 * var(--theme-var-elm_gap_wide) / 2 );margin-right:calc( -1 * var(--theme-var-elm_gap_wide) / 2 )}.elementor-section.elementor-section-boxed:not(.elementor-section-with-custom-width)>.elementor-column-gap-wider{max-width:calc( var(--theme-var-page) + var(--theme-var-elm_gap_wider) )}.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-column-gap-wider,.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-column-gap-wider{width:calc( var(--theme-var-page) + var(--theme-var-elm_gap_wider) )}.sidebar_show .content_wrap .elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-column-gap-wider,.sidebar_show .content_wrap .elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-column-gap-wider{width:calc( var(--theme-var-content) + var(--theme-var-elm_gap_wider) )}.content_wrap .elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-column-gap-wider,.content_wrap .elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-column-gap-wider{left:calc( -1 * var(--theme-var-elm_gap_wider) / 2 )}.content_wrap .elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section)>.elementor-column-gap-wider{margin-left:calc( -1 * var(--theme-var-elm_gap_wider) / 2 );margin-right:calc( -1 * var(--theme-var-elm_gap_wider) / 2 )}h1.elementor-heading-title{line-height:var(--theme-font-h1_line-height,1)}h2.elementor-heading-title{line-height:var(--theme-font-h2_line-height,1)}h3.elementor-heading-title{line-height:var(--theme-font-h3_line-height,1)}h4.elementor-heading-title{line-height:var(--theme-font-h4_line-height,1)}h5.elementor-heading-title{line-height:var(--theme-font-h5_line-height,1)}h6.elementor-heading-title{line-height:var(--theme-font-h6_line-height,1)}.elementor-lightbox .elementor-slideshow__header{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.elementor-lightbox .elementor-slideshow__header .elementor-slideshow__counter{margin-left:10px;width:auto}.elementor-lightbox .elementor-slideshow__footer{-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.elementor-lightbox .elementor-slideshow__share-links{right:auto;left:1em}.elementor-lightbox .elementor-slideshow__share-links:before{right:auto;left:0.5em}.elementor-shape .elementor-shape-fill{fill:var(--theme-color-bg_color)}.elementor-widget-divider{--divider-border-color:var(--theme-color-bd_color);--divider-color:var(--theme-color-bd_color)}.elementor-widget-text-path svg{overflow:visible}.ta_fadeinup{-webkit-animation-name:ta_fadeinup;animation-name:ta_fadeinup;-webkit-animation-timing-function:ease;animation-timing-function:ease}@-webkit-keyframes ta_fadeinup{from{opacity:0;-webkit-transform:translateY(60px);transform:translateY(60px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes ta_fadeinup{from{opacity:0;-webkit-transform:translateY(60px);transform:translateY(60px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.ta_fadeinleft{-webkit-animation-name:ta_fadeinleft;animation-name:ta_fadeinleft;-webkit-animation-timing-function:ease;animation-timing-function:ease}@-webkit-keyframes ta_fadeinleft{from{opacity:0;-webkit-transform:translateX(-60px);transform:translateX(-60px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes ta_fadeinleft{from{opacity:0;-webkit-transform:translateX(-60px);transform:translateX(-60px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.ta_fadeinright{-webkit-animation-name:ta_fadeinright;animation-name:ta_fadeinright;-webkit-animation-timing-function:ease;animation-timing-function:ease}@-webkit-keyframes ta_fadeinright{from{opacity:0;-webkit-transform:translateX(60px);transform:translateX(60px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes ta_fadeinright{from{opacity:0;-webkit-transform:translateX(60px);transform:translateX(60px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.ta_fadeindown{-webkit-animation-name:ta_fadeindown;animation-name:ta_fadeindown;-webkit-animation-timing-function:ease;animation-timing-function:ease}@-webkit-keyframes ta_fadeindown{from{opacity:0;-webkit-transform:translateY(-60px);transform:translateY(-60px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes ta_fadeindown{from{opacity:0;-webkit-transform:translateY(-60px);transform:translateY(-60px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.ta_fadein{-webkit-animation-name:ta_fadein;animation-name:ta_fadein;-webkit-animation-timing-function:ease;animation-timing-function:ease}@-webkit-keyframes ta_fadein{from{opacity:0}to{opacity:1}}@keyframes ta_fadein{from{opacity:0}to{opacity:1}}.ta_popup{-webkit-animation-name:ta_popup;animation-name:ta_popup;-webkit-animation-timing-function:ease;animation-timing-function:ease}@-webkit-keyframes ta_popup{from{opacity:0;-webkit-transform:scale(70%);transform:scale(70%)}to{opacity:1;-webkit-transform:scale(100%);transform:scale(100%)}}@keyframes ta_popup{from{opacity:0;-webkit-transform:scale(70%);transform:scale(70%)}to{opacity:1;-webkit-transform:scale(100%);transform:scale(100%)}}.ta_infiniterotate{animation:ta_infiniterotate 10s linear infinite}@-webkit-keyframes ta_infiniterotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes ta_infiniterotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.wp-block-button.is-style-outline>.wp-block-button__link{border-color:currentColor}.has-bg-color-color,.wp-block-button.is-style-outline>.has-bg-color-color.wp-block-button__link{color:var(--theme-color-bg_color)}.has-bd-color-color,.wp-block-button.is-style-outline>.has-bd-color-color.wp-block-button__link{color:var(--theme-color-bd_color)}.has-text-color-color,.wp-block-button.is-style-outline>.has-text-color-color.wp-block-button__link{color:var(--theme-color-text)}.has-text-light-color,.wp-block-button.is-style-outline>.has-text-light-color.wp-block-button__link{color:var(--theme-color-text_light)}.has-text-dark-color,.wp-block-button.is-style-outline>.has-text-dark-color.wp-block-button__link{color:var(--theme-color-text_dark)}.has-text-link-color,.wp-block-button.is-style-outline>.has-text-link-color.wp-block-button__link{color:var(--theme-color-text_link)}.has-text-hover-color,.wp-block-button.is-style-outline>.has-text-hover-color.wp-block-button__link{color:var(--theme-color-text_hover)}.has-text-link-2-color,.wp-block-button.is-style-outline>.has-text-link-2-color.wp-block-button__link{color:var(--theme-color-text_link2)}.has-text-hover-2-color,.wp-block-button.is-style-outline>.has-text-hover-2-color.wp-block-button__link{color:var(--theme-color-text_hover2)}.has-text-link-3-color,.wp-block-button.is-style-outline>.has-text-link-3-color.wp-block-button__link{color:var(--theme-color-text_link3)}.has-text-hover-3-color,.wp-block-button.is-style-outline>.has-text-hover-3-color.wp-block-button__link{color:var(--theme-color-text_hover3)}.has-bg-color-background-color{background-color:var(--theme-color-bg_color)}.has-bd-color-background-color{background-color:var(--theme-color-bd_color)}.has-text-color-background-color{background-color:var(--theme-color-text)}.has-text-light-background-color{background-color:var(--theme-color-text_light)}.has-text-dark-background-color{background-color:var(--theme-color-text_dark)}.has-text-link-background-color{background-color:var(--theme-color-text_link)}.has-text-hover-background-color{background-color:var(--theme-color-text_hover)}.has-text-link-2-background-color{background-color:var(--theme-color-text_link2)}.has-text-hover-2-background-color{background-color:var(--theme-color-text_hover2)}.has-text-link-3-background-color{background-color:var(--theme-color-text_link3)}.has-text-hover-3-background-color{background-color:var(--theme-color-text_hover3)}.edit-post-visual-editor__post-title-wrapper>*,.is-root-container.block-editor-block-list__layout:not(.is-outline-mode):not(.edit-site-block-editor__block-list)>*:not([data-align="wide"]):not(.alignwide):not([data-align="full"]):not(.alignfull){max-width:var(--theme-var-content)}body.sidebar_position_hide.narrow_content .edit-post-visual-editor__post-title-wrapper>*,body.sidebar_position_hide.narrow_content .is-root-container.block-editor-block-list__layout:not(.is-outline-mode):not(.edit-site-block-editor__block-list)>*:not([data-align="wide"]):not(.alignwide):not([data-align="full"]):not(.alignfull){max-width:var(--theme-var-content_narrow)}body.sidebar_position_hide.expand_content .edit-post-visual-editor__post-title-wrapper>*,body.sidebar_position_hide.expand_content .is-root-container.block-editor-block-list__layout:not(.is-outline-mode):not(.edit-site-block-editor__block-list)>*:not([data-align="wide"]):not(.alignwide):not([data-align="full"]):not(.alignfull){max-width:var(--theme-var-page)}body.post-type-cpt_layouts .edit-post-visual-editor__post-title-wrapper>*,body.post-type-cpt_layouts .is-root-container.block-editor-block-list__layout:not(.is-outline-mode):not(.edit-site-block-editor__block-list)>*:not([data-align="wide"]):not(.alignwide):not([data-align="full"]):not(.alignfull){max-width:96% !important}body:not(.sidebar_position_hide) .block-editor-block-list__block.alignwide,body:not(.sidebar_position_hide) .block-editor-block-list__block.alignfull,body:not(.sidebar_position_hide) .wp-block[data-align="wide"],body:not(.sidebar_position_hide) .wp-block[data-align="full"]{max-width:var(--theme-var-content)}body.sidebar_position_hide.narrow_content .block-editor-block-list__block.alignwide,body.sidebar_position_hide.narrow_content .wp-block[data-align="wide"]{max-width:var(--theme-var-page)}body.sidebar_position_hide.normal_content .block-editor-block-list__block.alignwide,body.sidebar_position_hide.normal_content .wp-block[data-align="wide"]{max-width:var(--theme-var-page)}body.sidebar_position_hide.expand_content .block-editor-block-list__block.alignwide,body.sidebar_position_hide.expand_content .wp-block[data-align="wide"]{max-width:var(--theme-var-page)}body.sidebar_position_hide.narrow_content .block-editor-block-list__block.alignleft:not([data-type="core/image"]) .is-style-alignfar,body.sidebar_position_hide.narrow_content.block-editor-block-list__block.alignright:not([data-type="core/image"]) .is-style-alignfar,body.sidebar_position_hide.narrow_content.wp-block[data-align="left"]:not([data-type="core/image"]) .is-style-alignfar,body.sidebar_position_hide.narrow_content.wp-block[data-align="right"]:not([data-type="core/image"]) .is-style-alignfar{max-width:calc( ( var(--theme-var-page) - var(--theme-var-content_narrow) ) / 2 - var(--theme-var-grid_gap) )}body.sidebar_position_hide.narrow_content .block-editor-block-list__block.alignleft .is-style-alignfar,body.sidebar_position_hide.narrow_content.wp-block[data-align="left"] .is-style-alignfar{float:left;margin:1em 2em 1em calc( ( var(--theme-var-page) - var(--theme-var-content_narrow) ) / -2 )}body.sidebar_position_hide.narrow_content .block-editor-block-list__block.alignright .is-style-alignfar,body.sidebar_position_hide.narrow_content.wp-block[data-align="right"] .is-style-alignfar{float:right;margin:1em calc( ( var(--theme-var-page) - var(--theme-var-content_narrow) ) / -2 ) 1em 2em}body.sidebar_position_hide.normal_content .block-editor-block-list__block.alignleft .is-style-alignfar,body.sidebar_position_hide.normal_content.wp-block[data-align="left"] .is-style-alignfar{float:left;margin:1em 2em 1em calc( ( var(--theme-var-page) - var(--theme-var-content) ) / -2 )}body.sidebar_position_hide.normal_content .block-editor-block-list__block.alignright .is-style-alignfar,body.sidebar_position_hide.normal_content.wp-block[data-align="right"] .is-style-alignfar{float:right;margin:1em calc( ( var(--theme-var-page) - var(--theme-var-content) ) / -2 ) 1em 2em}.wp-block-columns.alignfull .wp-block-column p:not(.has-background),.wp-block-columns.alignfull .wp-block-column h1:not(.has-background),.wp-block-columns.alignfull .wp-block-column h2:not(.has-background),.wp-block-columns.alignfull .wp-block-column h3:not(.has-background),.wp-block-columns.alignfull .wp-block-column h4:not(.has-background),.wp-block-columns.alignfull .wp-block-column h5:not(.has-background),.wp-block-columns.alignfull .wp-block-column h6:not(.has-background){padding-left:var(--theme-var-grid_gap);padding-right:var(--theme-var-grid_gap)}.wp-block-pullquote{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;border-style:solid}.wp-block-pullquote:not([style*="border-radius"]){overflow:visible}.wp-block-pullquote blockquote{width:100%;margin:0 !important}blockquote.instagram-media:before{display:none}.wp-block-file__button{background:transparent;color:var(--theme-color-text_link)}:where(.wp-block-file__button){-webkit-border-radius:0;-ms-border-radius:0;border-radius:0;padding:0}:where(.wp-block-file__button):is(a){-webkit-transition:none;-ms-transition:none;transition:none}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{color:var(--theme-color-text_link);text-decoration:underline;opacity:1}:where(.wp-block-file__button):is(a):visited{color:var(--theme-color-text_hover)}.select_container.select_container_multirows:before,.select_container.select_container_multirows:after,.select_container.select_container_multiple:before,.select_container.select_container_multiple:after{display:none}.wp-block-group p:last-child,.wp-block-column p:last-child,.wp-block-columns p:last-child,.is-layout-constrained p:last-child{margin-bottom:0 !important}.wp-block-group.has-background,.wp-block-column.has-background,.wp-block-columns.has-background,.is-layout-constrained.has-background{padding:1em}.is-layout-constrained{margin-bottom:1.5em}.wp-block-media-text__content p:last-child{margin-bottom:0 !important}.has-background.is-layout-flow>:last-child,.has-background .is-layout-flow>:last-child{margin-bottom:0 !important}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{display:none}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{text-shadow:none;width:100%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{display:inline;width:unset;height:unset;object-fit:unset}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-width:thin;scrollbar-color:var(--theme-color-alter_bd_color) var(--theme-color-alter_bg_color)}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar{width:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-track{background:var(--theme-color-alter_bg_color)}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:var(--theme-color-alter_bd_hover);border:1px solid var(--theme-color-alter_bg_color);-webkit-border-radius:6px;-ms-border-radius:6px;border-radius:6px}.editor-post-title__block .editor-post-title__input,.editor-post-title__block .editor-post-title__input:focus{color:var(--theme-color-text_dark);min-height:1em}.edit-post-visual-editor__post-title-wrapper>*,.block-editor-block-list__layout.is-root-container>*{margin-left:auto;margin-right:auto}body.editor-styles-wrapper.sidebar_position_hide .sidebar,.editor-styles-wrapper.sidebar_position_hide .sidebar{display:none}body.edit-post-visual-editor:not(.sidebar_position_hide):not(.post-type-cpt_layouts),body.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts) .block-editor-writing-flow,body.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts).block-editor-writing-flow,.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts).block-editor-writing-flow{display:-webkit-flex;display:-ms-flexbox;display:flex}body.edit-post-visual-editor:not(.sidebar_position_hide):not(.post-type-cpt_layouts):not(.editor-post-sidebar-wrapper-present),body.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts) .block-editor-writing-flow:not(.editor-post-sidebar-wrapper-present),body.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts).block-editor-writing-flow:not(.editor-post-sidebar-wrapper-present),.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts).block-editor-writing-flow:not(.editor-post-sidebar-wrapper-present){-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}body.edit-post-visual-editor:not(.sidebar_position_hide):not(.post-type-cpt_layouts).editor-post-sidebar-wrapper-present,body.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts) .block-editor-writing-flow.editor-post-sidebar-wrapper-present,body.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts).block-editor-writing-flow.editor-post-sidebar-wrapper-present,.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts).block-editor-writing-flow.editor-post-sidebar-wrapper-present{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-shrink:0;-ms-flex-shrink:0;flex-shrink:0}body.edit-post-visual-editor:not(.sidebar_position_hide):not(.post-type-cpt_layouts) .edit-post-visual-editor__post-title-wrapper .editor-post-title,body.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts) .block-editor-writing-flow .edit-post-visual-editor__post-title-wrapper .editor-post-title,body.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts).block-editor-writing-flow .edit-post-visual-editor__post-title-wrapper .editor-post-title,.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts).block-editor-writing-flow .edit-post-visual-editor__post-title-wrapper .editor-post-title{max-width:var(--theme-var-page) !important}body.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts) .block-editor-writing-flow:not(.editor-post-sidebar-wrapper-present),body.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts).block-editor-writing-flow:not(.editor-post-sidebar-wrapper-present),.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts).block-editor-writing-flow:not(.editor-post-sidebar-wrapper-present){-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}body.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts) .block-editor-writing-flow:not(.editor-post-sidebar-wrapper-present) .edit-post-visual-editor__post-title-wrapper,body.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts).block-editor-writing-flow:not(.editor-post-sidebar-wrapper-present) .edit-post-visual-editor__post-title-wrapper,.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts).block-editor-writing-flow:not(.editor-post-sidebar-wrapper-present) .edit-post-visual-editor__post-title-wrapper{-webkit-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;order:1}body.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts) .block-editor-writing-flow.editor-post-sidebar-wrapper-present .edit-post-visual-editor__post-title-wrapper,body.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts).block-editor-writing-flow.editor-post-sidebar-wrapper-present .edit-post-visual-editor__post-title-wrapper,.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts).block-editor-writing-flow.editor-post-sidebar-wrapper-present .edit-post-visual-editor__post-title-wrapper{width:100%;order:1}body.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts) .block-editor-writing-flow .block-editor-block-list__layout.is-root-container,body.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts).block-editor-writing-flow .block-editor-block-list__layout.is-root-container,.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts).block-editor-writing-flow .block-editor-block-list__layout.is-root-container{order:2;flex-basis:var(--theme-var-content)}body.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts) .block-editor-writing-flow .editor-post-sidebar-holder,body.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts).block-editor-writing-flow .editor-post-sidebar-holder,.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts).block-editor-writing-flow .editor-post-sidebar-holder{order:3}body.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts) .block-editor-writing-flow:after,body.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts).block-editor-writing-flow:after,.editor-styles-wrapper:not(.sidebar_position_hide):not(.post-type-cpt_layouts).block-editor-writing-flow:after{order:4}body.editor-styles-wrapper.sidebar_position_left:not(.post-type-cpt_layouts) .block-editor-writing-flow .block-editor-block-list__layout.is-root-container,body.editor-styles-wrapper.sidebar_position_left:not(.post-type-cpt_layouts).block-editor-writing-flow .block-editor-block-list__layout.is-root-container,.editor-styles-wrapper.sidebar_position_left:not(.post-type-cpt_layouts).block-editor-writing-flow .block-editor-block-list__layout.is-root-container{order:3}body.editor-styles-wrapper.sidebar_position_left:not(.post-type-cpt_layouts) .block-editor-writing-flow .editor-post-sidebar-holder,body.editor-styles-wrapper.sidebar_position_left:not(.post-type-cpt_layouts).block-editor-writing-flow .editor-post-sidebar-holder,.editor-styles-wrapper.sidebar_position_left:not(.post-type-cpt_layouts).block-editor-writing-flow .editor-post-sidebar-holder{order:2}.editor-post-sidebar-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;order:2}.editor-post-sidebar-holder{width:var(--theme-var-sidebar);margin-left:var(--theme-var-sidebar_gap);background-color:var(--theme-color-alter_bg_color);min-height:75vh;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.editor-post-sidebar-holder:before{content:'Sidebar';display:inline-block;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);font-size:3em;line-height:1em;font-weight:bold;color:var(--theme-color-alter_light);text-shadow:0 0 10px rgba(0,0,0,0.1)}body.editor-styles-wrapper.sidebar_position_left .editor-post-sidebar-holder,.editor-styles-wrapper.sidebar_position_left .editor-post-sidebar-holder{margin-left:0;margin-right:var(--theme-var-sidebar_gap)}.sidebar_position_hide .editor-post-sidebar-holder,body.post-type-cpt_layouts .editor-post-sidebar-holder{display:none}body.editor-styles-wrapper[data-widget-area-id],.editor-styles-wrapper[data-widget-area-id]{font-size:14px;max-width:var(--theme-var-sidebar);margin:0 auto;background-color:var(--theme-color-alter_bg_color)}body.editor-styles-wrapper[data-widget-area-id][class*="scheme_"]>.block-editor-block-list__layout,.editor-styles-wrapper[data-widget-area-id][class*="scheme_"]>.block-editor-block-list__layout{padding-left:var(--theme-var-sidebar_paddings);padding-right:var(--theme-var-sidebar_paddings)}body.full_site_editor_present .content_wrap:after{position:static !important}.block-editor-block-list__block.content_wrap,.block-editor-block-list__block.content_wrap_fullscreen{overflow:hidden}.wp-block-query .wp-block-post-template,.wp-block-query .wp-block-template-part{margin:0 !important;max-width:none}.wp-block-group.header_wrap.has-background{padding:0;margin-bottom:0}.wp-block-post + .wp-block-post{margin-top:3em}.wp-block-post-title{margin-top:0}.wp-block-post-title:not(.editor-post-title){margin-bottom:0}.wp-block-post-featured-image{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.wp-block-post .wp-block.post_meta p,.wp-block-post .wp-block-post-excerpt p{margin:0 !important}.wp-block-post-excerpt{margin-top:1em}.wp-block-post-author__avatar,.wp-block-post-author__content{display:inline-block;vertical-align:middle;line-height:inherit}.wp-block-post-author__avatar{margin-right:0.3em}.wp-block-post-author__avatar img{width:1.25em;height:1.25em;line-height:1.25em;text-align:center;-webkit-border-radius:50%;-ms-border-radius:50%;border-radius:50%}.wp-block-post-author__name{font-weight:inherit;margin:0}.wp-block-group.footer_wrap.has-background{padding:0}.editor-post-sidebar-holder{background-color:var(--theme-color-bg_color_2)}.editor-post-sidebar-holder:before{color:var(--theme-color-text_light)}body.editor-styles-wrapper[data-widget-area-id],.editor-styles-wrapper[data-widget-area-id]{max-width:100%;background-color:transparent}:root{--theme-var-page_width:1290px;--theme-var-page_boxed_extra:60px;--theme-var-page_fullwide_max:1920px;--theme-var-page_fullwide_extra:60px;--theme-var-sidebar_width:370px;--theme-var-grid_gap:30px;--theme-var-sidebar_proportional:1;--theme-var-sidebar_prc:0.28682170542636;--theme-var-sidebar_gap_prc:0.054263565891473;--theme-var-sidebar_gap_width:70px}:root{--theme-var-blog-pagination-border-radius:0px;--theme-var-global-border-radius:0px;--theme-var-global-border-radius-small:0px;--theme-var-social-links-border-radius:50%;--theme-var-profile-image-border-radius:50%}.elementor-kit-3507{--e-global-typography-theme_font_p-font-family:Inter,sans-serif;--e-global-typography-theme_font_p-font-size:16px;--e-global-typography-theme_font_p-font-weight:400;--e-global-typography-theme_font_p-font-style:normal;--e-global-typography-theme_font_p-line-height:1.625em;--e-global-typography-theme_font_p-text-decoration:inherit;--e-global-typography-theme_font_p-text-transform:none;--e-global-typography-theme_font_p-letter-spacing:0px;--e-global-typography-theme_font_p-margin-top:0em;--e-global-typography-theme_font_p-margin-bottom:1.62em;--e-global-typography-theme_font_post-font-family:inherit;--e-global-typography-theme_font_post-font-size:inherit;--e-global-typography-theme_font_post-font-weight:inherit;--e-global-typography-theme_font_post-font-style:inherit;--e-global-typography-theme_font_post-line-height:inherit;--e-global-typography-theme_font_post-text-decoration:inherit;--e-global-typography-theme_font_post-text-transform:inherit;--e-global-typography-theme_font_post-letter-spacing:inherit;--e-global-typography-theme_font_post-margin-top:inherit;--e-global-typography-theme_font_post-margin-bottom:inherit;--e-global-typography-theme_font_h1-font-family:Marcellus,serif;--e-global-typography-theme_font_h1-font-size:57px;--e-global-typography-theme_font_h1-font-weight:400;--e-global-typography-theme_font_h1-font-style:normal;--e-global-typography-theme_font_h1-line-height:1.1052em;--e-global-typography-theme_font_h1-text-decoration:none;--e-global-typography-theme_font_h1-text-transform:none;--e-global-typography-theme_font_h1-letter-spacing:0px;--e-global-typography-theme_font_h1-margin-top:1.3em;--e-global-typography-theme_font_h1-margin-bottom:0.27em;--e-global-typography-theme_font_h2-font-family:Marcellus,serif;--e-global-typography-theme_font_h2-font-size:47px;--e-global-typography-theme_font_h2-font-weight:400;--e-global-typography-theme_font_h2-font-style:normal;--e-global-typography-theme_font_h2-line-height:1.1276em;--e-global-typography-theme_font_h2-text-decoration:none;--e-global-typography-theme_font_h2-text-transform:none;--e-global-typography-theme_font_h2-letter-spacing:0px;--e-global-typography-theme_font_h2-margin-top:0.93em;--e-global-typography-theme_font_h2-margin-bottom:0.35em;--e-global-typography-theme_font_h3-font-family:Marcellus,serif;--e-global-typography-theme_font_h3-font-size:35px;--e-global-typography-theme_font_h3-font-weight:400;--e-global-typography-theme_font_h3-font-style:normal;--e-global-typography-theme_font_h3-line-height:1.1142em;--e-global-typography-theme_font_h3-text-decoration:none;--e-global-typography-theme_font_h3-text-transform:none;--e-global-typography-theme_font_h3-letter-spacing:0px;--e-global-typography-theme_font_h3-margin-top:1.3em;--e-global-typography-theme_font_h3-margin-bottom:0.4em;--e-global-typography-theme_font_h4-font-family:Marcellus,serif;--e-global-typography-theme_font_h4-font-size:28px;--e-global-typography-theme_font_h4-font-weight:400;--e-global-typography-theme_font_h4-font-style:normal;--e-global-typography-theme_font_h4-line-height:1.2143em;--e-global-typography-theme_font_h4-text-decoration:none;--e-global-typography-theme_font_h4-text-transform:none;--e-global-typography-theme_font_h4-letter-spacing:0px;--e-global-typography-theme_font_h4-margin-top:1.6em;--e-global-typography-theme_font_h4-margin-bottom:0.45em;--e-global-typography-theme_font_h5-font-family:Marcellus,serif;--e-global-typography-theme_font_h5-font-size:23px;--e-global-typography-theme_font_h5-font-weight:400;--e-global-typography-theme_font_h5-font-style:normal;--e-global-typography-theme_font_h5-line-height:1.2174em;--e-global-typography-theme_font_h5-text-decoration:none;--e-global-typography-theme_font_h5-text-transform:none;--e-global-typography-theme_font_h5-letter-spacing:0px;--e-global-typography-theme_font_h5-margin-top:1.9em;--e-global-typography-theme_font_h5-margin-bottom:0.6em;--e-global-typography-theme_font_h6-font-family:Marcellus,serif;--e-global-typography-theme_font_h6-font-size:19px;--e-global-typography-theme_font_h6-font-weight:400;--e-global-typography-theme_font_h6-font-style:normal;--e-global-typography-theme_font_h6-line-height:1.2632em;--e-global-typography-theme_font_h6-text-decoration:none;--e-global-typography-theme_font_h6-text-transform:none;--e-global-typography-theme_font_h6-letter-spacing:0px;--e-global-typography-theme_font_h6-margin-top:2.25em;--e-global-typography-theme_font_h6-margin-bottom:0.5em;--e-global-typography-theme_font_logo-font-family:Marcellus,serif;--e-global-typography-theme_font_logo-font-size:35px;--e-global-typography-theme_font_logo-font-weight:400;--e-global-typography-theme_font_logo-font-style:normal;--e-global-typography-theme_font_logo-line-height:1.1142em;--e-global-typography-theme_font_logo-text-decoration:none;--e-global-typography-theme_font_logo-text-transform:none;--e-global-typography-theme_font_logo-letter-spacing:0px;--e-global-typography-theme_font_button-font-family:Inter,sans-serif;--e-global-typography-theme_font_button-font-size:16px;--e-global-typography-theme_font_button-font-weight:500;--e-global-typography-theme_font_button-font-style:normal;--e-global-typography-theme_font_button-line-height:19px;--e-global-typography-theme_font_button-text-decoration:none;--e-global-typography-theme_font_button-text-transform:uppercase;--e-global-typography-theme_font_button-letter-spacing:0.32px;--e-global-typography-theme_font_button-padding:18px 40px;--e-global-typography-theme_font_button-border-radius:0px;--e-global-typography-theme_font_button-border-width:0px;--e-global-typography-theme_font_button-border-style:inherit;--e-global-typography-theme_font_button-border-color:inherit;--e-global-typography-theme_font_button-background-color:inherit;--e-global-typography-theme_font_button-color:inherit;--e-global-typography-theme_font_button-border-color-hover:inherit;--e-global-typography-theme_font_button-background-color-hover:inherit;--e-global-typography-theme_font_button-color-hover:inherit;--e-global-typography-theme_font_input-font-family:inherit;--e-global-typography-theme_font_input-font-size:15px;--e-global-typography-theme_font_input-font-weight:400;--e-global-typography-theme_font_input-font-style:normal;--e-global-typography-theme_font_input-line-height:1.6em;--e-global-typography-theme_font_input-text-decoration:none;--e-global-typography-theme_font_input-text-transform:none;--e-global-typography-theme_font_input-letter-spacing:0px;--e-global-typography-theme_font_input-padding:13px 14px;--e-global-typography-theme_font_input-border-radius:0px;--e-global-typography-theme_font_input-border-width:1px;--e-global-typography-theme_font_input-border-style:solid;--e-global-typography-theme_font_input-border-color:inherit;--e-global-typography-theme_font_input-background-color:inherit;--e-global-typography-theme_font_input-color:inherit;--e-global-typography-theme_font_input-border-color-focus:inherit;--e-global-typography-theme_font_input-background-color-focus:inherit;--e-global-typography-theme_font_input-color-focus:inherit;--e-global-typography-theme_font_info-font-family:inherit;--e-global-typography-theme_font_info-font-size:14px;--e-global-typography-theme_font_info-font-weight:400;--e-global-typography-theme_font_info-font-style:normal;--e-global-typography-theme_font_info-line-height:1.5em;--e-global-typography-theme_font_info-text-decoration:none;--e-global-typography-theme_font_info-text-transform:none;--e-global-typography-theme_font_info-letter-spacing:0px;--e-global-typography-theme_font_info-margin-top:0.4em;--e-global-typography-theme_font_info-margin-bottom:inherit;--e-global-typography-theme_font_info-category-border-radius:0px;--e-global-typography-theme_font_menu-font-family:Marcellus,serif;--e-global-typography-theme_font_menu-font-size:16px;--e-global-typography-theme_font_menu-font-weight:400;--e-global-typography-theme_font_menu-font-style:normal;--e-global-typography-theme_font_menu-line-height:1.5em;--e-global-typography-theme_font_menu-text-decoration:none;--e-global-typography-theme_font_menu-text-transform:none;--e-global-typography-theme_font_menu-letter-spacing:0px;--e-global-typography-theme_font_submenu-font-family:Marcellus,serif;--e-global-typography-theme_font_submenu-font-size:15px;--e-global-typography-theme_font_submenu-font-weight:400;--e-global-typography-theme_font_submenu-font-style:normal;--e-global-typography-theme_font_submenu-line-height:1.4em;--e-global-typography-theme_font_submenu-text-decoration:none;--e-global-typography-theme_font_submenu-text-transform:none;--e-global-typography-theme_font_submenu-letter-spacing:0px;--e-global-typography-theme_font_submenu-border-radius:0px}@media (max-width:1679px){.elementor-kit-3507{}}@media (max-width:1279px){.elementor-kit-3507{--e-global-typography-theme_font_p-margin-bottom:1em;--e-global-typography-theme_font_h1-font-size:45px;--e-global-typography-theme_font_h1-margin-top:35px;--e-global-typography-theme_font_h2-font-size:36px;--e-global-typography-theme_font_h2-margin-top:35px;--e-global-typography-theme_font_h3-font-size:28px;--e-global-typography-theme_font_h3-margin-top:35px;--e-global-typography-theme_font_h4-font-size:22px;--e-global-typography-theme_font_h4-margin-top:35px;--e-global-typography-theme_font_h5-font-size:20px;--e-global-typography-theme_font_h5-margin-top:35px;--e-global-typography-theme_font_h6-font-size:18px;--e-global-typography-theme_font_h6-margin-top:35px;--e-global-typography-theme_font_logo-font-size:28px;--e-global-typography-theme_font_button-font-size:14px;--e-global-typography-theme_font_button-padding:16px 36px}}@media (max-width:767px){.elementor-kit-3507{--e-global-typography-theme_font_p-font-size:15px;--e-global-typography-theme_font_h1-font-size:36px;--e-global-typography-theme_font_h1-margin-top:22px;--e-global-typography-theme_font_h2-font-size:31px;--e-global-typography-theme_font_h2-margin-top:22px;--e-global-typography-theme_font_h3-font-size:26px;--e-global-typography-theme_font_h3-margin-top:22px;--e-global-typography-theme_font_h4-margin-top:22px;--e-global-typography-theme_font_h5-font-size:19px;--e-global-typography-theme_font_h5-margin-top:22px;--e-global-typography-theme_font_h6-font-size:17px;--e-global-typography-theme_font_h6-margin-top:22px;--e-global-typography-theme_font_logo-font-size:26px;--e-global-typography-theme_font_button-font-size:13px;--e-global-typography-theme_font_button-padding:14px 32px}}:root{--theme-font-p_font-family:Inter,sans-serif;--theme-font-p_font-size:16px;--theme-font-p_font-weight:400;--theme-font-p_font-style:normal;--theme-font-p_line-height:1.625em;--theme-font-p_text-decoration:inherit;--theme-font-p_text-transform:none;--theme-font-p_letter-spacing:0px;--theme-font-p_margin-top:0em;--theme-font-p_margin-bottom:1.62em;--theme-font-post_font-family:inherit;--theme-font-post_font-size:inherit;--theme-font-post_font-weight:inherit;--theme-font-post_font-style:inherit;--theme-font-post_line-height:inherit;--theme-font-post_text-decoration:inherit;--theme-font-post_text-transform:inherit;--theme-font-post_letter-spacing:inherit;--theme-font-post_margin-top:inherit;--theme-font-post_margin-bottom:inherit;--theme-font-h1_font-family:Marcellus,serif;--theme-font-h1_font-size:57px;--theme-font-h1_font-weight:400;--theme-font-h1_font-style:normal;--theme-font-h1_line-height:1.1052em;--theme-font-h1_text-decoration:none;--theme-font-h1_text-transform:none;--theme-font-h1_letter-spacing:0px;--theme-font-h1_margin-top:1.3em;--theme-font-h1_margin-bottom:0.27em;--theme-font-h2_font-family:Marcellus,serif;--theme-font-h2_font-size:47px;--theme-font-h2_font-weight:400;--theme-font-h2_font-style:normal;--theme-font-h2_line-height:1.1276em;--theme-font-h2_text-decoration:none;--theme-font-h2_text-transform:none;--theme-font-h2_letter-spacing:0px;--theme-font-h2_margin-top:0.93em;--theme-font-h2_margin-bottom:0.35em;--theme-font-h3_font-family:Marcellus,serif;--theme-font-h3_font-size:35px;--theme-font-h3_font-weight:400;--theme-font-h3_font-style:normal;--theme-font-h3_line-height:1.1142em;--theme-font-h3_text-decoration:none;--theme-font-h3_text-transform:none;--theme-font-h3_letter-spacing:0px;--theme-font-h3_margin-top:1.3em;--theme-font-h3_margin-bottom:0.4em;--theme-font-h4_font-family:Marcellus,serif;--theme-font-h4_font-size:28px;--theme-font-h4_font-weight:400;--theme-font-h4_font-style:normal;--theme-font-h4_line-height:1.2143em;--theme-font-h4_text-decoration:none;--theme-font-h4_text-transform:none;--theme-font-h4_letter-spacing:0px;--theme-font-h4_margin-top:1.6em;--theme-font-h4_margin-bottom:0.45em;--theme-font-h5_font-family:Marcellus,serif;--theme-font-h5_font-size:23px;--theme-font-h5_font-weight:400;--theme-font-h5_font-style:normal;--theme-font-h5_line-height:1.2174em;--theme-font-h5_text-decoration:none;--theme-font-h5_text-transform:none;--theme-font-h5_letter-spacing:0px;--theme-font-h5_margin-top:1.9em;--theme-font-h5_margin-bottom:0.6em;--theme-font-h6_font-family:Marcellus,serif;--theme-font-h6_font-size:19px;--theme-font-h6_font-weight:400;--theme-font-h6_font-style:normal;--theme-font-h6_line-height:1.2632em;--theme-font-h6_text-decoration:none;--theme-font-h6_text-transform:none;--theme-font-h6_letter-spacing:0px;--theme-font-h6_margin-top:2.25em;--theme-font-h6_margin-bottom:0.5em;--theme-font-logo_font-family:Marcellus,serif;--theme-font-logo_font-size:35px;--theme-font-logo_font-weight:400;--theme-font-logo_font-style:normal;--theme-font-logo_line-height:1.1142em;--theme-font-logo_text-decoration:none;--theme-font-logo_text-transform:none;--theme-font-logo_letter-spacing:0px;--theme-font-button_font-family:Inter,sans-serif;--theme-font-button_font-size:16px;--theme-font-button_font-weight:500;--theme-font-button_font-style:normal;--theme-font-button_line-height:19px;--theme-font-button_text-decoration:none;--theme-font-button_text-transform:uppercase;--theme-font-button_letter-spacing:0.32px;--theme-font-button_padding:18px 40px;--theme-font-button_border-radius:0px;--theme-font-button_border-width:0px;--theme-font-button_border-style:inherit;--theme-font-input_font-family:inherit;--theme-font-input_font-size:15px;--theme-font-input_font-weight:400;--theme-font-input_font-style:normal;--theme-font-input_line-height:1.6em;--theme-font-input_text-decoration:none;--theme-font-input_text-transform:none;--theme-font-input_letter-spacing:0px;--theme-font-input_padding:13px 14px;--theme-font-input_border-radius:0px;--theme-font-input_border-width:1px;--theme-font-input_border-style:solid;--theme-font-info_font-family:inherit;--theme-font-info_font-size:14px;--theme-font-info_font-weight:400;--theme-font-info_font-style:normal;--theme-font-info_line-height:1.5em;--theme-font-info_text-decoration:none;--theme-font-info_text-transform:none;--theme-font-info_letter-spacing:0px;--theme-font-info_margin-top:0.4em;--theme-font-info_margin-bottom:inherit;--theme-font-info_category-border-radius:0px;--theme-font-menu_font-family:Marcellus,serif;--theme-font-menu_font-size:16px;--theme-font-menu_font-weight:400;--theme-font-menu_font-style:normal;--theme-font-menu_line-height:1.5em;--theme-font-menu_text-decoration:none;--theme-font-menu_text-transform:none;--theme-font-menu_letter-spacing:0px;--theme-font-submenu_font-family:Marcellus,serif;--theme-font-submenu_font-size:15px;--theme-font-submenu_font-weight:400;--theme-font-submenu_font-style:normal;--theme-font-submenu_line-height:1.4em;--theme-font-submenu_text-decoration:none;--theme-font-submenu_text-transform:none;--theme-font-submenu_letter-spacing:0px;--theme-font-submenu_border-radius:0px}@media (max-width:1679px){:root{}}@media (max-width:1279px){:root{--theme-font-p_margin-bottom:1em;--theme-font-h1_font-size:45px;--theme-font-h1_margin-top:35px;--theme-font-h2_font-size:36px;--theme-font-h2_margin-top:35px;--theme-font-h3_font-size:28px;--theme-font-h3_margin-top:35px;--theme-font-h4_font-size:22px;--theme-font-h4_margin-top:35px;--theme-font-h5_font-size:20px;--theme-font-h5_margin-top:35px;--theme-font-h6_font-size:18px;--theme-font-h6_margin-top:35px;--theme-font-logo_font-size:28px;--theme-font-button_font-size:14px;--theme-font-button_padding:16px 36px}}@media (max-width:767px){:root{--theme-font-p_font-size:15px;--theme-font-h1_font-size:36px;--theme-font-h1_margin-top:22px;--theme-font-h2_font-size:31px;--theme-font-h2_margin-top:22px;--theme-font-h3_font-size:26px;--theme-font-h3_margin-top:22px;--theme-font-h4_margin-top:22px;--theme-font-h5_font-size:19px;--theme-font-h5_margin-top:22px;--theme-font-h6_font-size:17px;--theme-font-h6_margin-top:22px;--theme-font-logo_font-size:26px;--theme-font-button_font-size:13px;--theme-font-button_padding:14px 32px}}html{font-family:var(--theme-font-p_font-family);font-size:var(--theme-font-p_font-size);font-weight:var(--theme-font-p_font-weight);font-style:var(--theme-font-p_font-style);line-height:var(--theme-font-p_line-height);text-transform:var(--theme-font-p_text-transform);letter-spacing:var(--theme-font-p_letter-spacing)}p,ul,ol,dl,blockquote,address,.wp-block-button,.wp-block-cover,.wp-block-image,.wp-block-video,.wp-block-search,.wp-block-archives,.wp-block-categories,.wp-block-calendar,.wp-block-media-text,.wp-block-post-comments-form,.wp-block-avatar,.wp-block-site-logo,.wp-block-buttons{margin-top:var(--theme-font-p_margin-top);margin-bottom:var(--theme-font-p_margin-bottom)}p[style*="font-size"],.has-small-font-size,.has-normal-font-size,.has-medium-font-size{line-height:var(--theme-font-p_line-height)}h1{font-family:var(--theme-font-h1_font-family);font-size:var(--theme-font-h1_font-size);font-weight:var(--theme-font-h1_font-weight);font-style:var(--theme-font-h1_font-style);line-height:var(--theme-font-h1_line-height);text-decoration:var(--theme-font-h1_text-decoration);text-transform:var(--theme-font-h1_text-transform);letter-spacing:var(--theme-font-h1_letter-spacing);margin-top:var(--theme-font-h1_margin-top);margin-bottom:var(--theme-font-h1_margin-bottom)}h2{font-family:var(--theme-font-h2_font-family);font-size:var(--theme-font-h2_font-size);font-weight:var(--theme-font-h2_font-weight);font-style:var(--theme-font-h2_font-style);line-height:var(--theme-font-h2_line-height);text-decoration:var(--theme-font-h2_text-decoration);text-transform:var(--theme-font-h2_text-transform);letter-spacing:var(--theme-font-h2_letter-spacing);margin-top:var(--theme-font-h2_margin-top);margin-bottom:var(--theme-font-h2_margin-bottom)}h3{font-family:var(--theme-font-h3_font-family);font-size:var(--theme-font-h3_font-size);font-weight:var(--theme-font-h3_font-weight);font-style:var(--theme-font-h3_font-style);line-height:var(--theme-font-h3_line-height);text-decoration:var(--theme-font-h3_text-decoration);text-transform:var(--theme-font-h3_text-transform);letter-spacing:var(--theme-font-h3_letter-spacing);margin-top:var(--theme-font-h3_margin-top);margin-bottom:var(--theme-font-h3_margin-bottom)}h4{font-family:var(--theme-font-h4_font-family);font-size:var(--theme-font-h4_font-size);font-weight:var(--theme-font-h4_font-weight);font-style:var(--theme-font-h4_font-style);line-height:var(--theme-font-h4_line-height);text-decoration:var(--theme-font-h4_text-decoration);text-transform:var(--theme-font-h4_text-transform);letter-spacing:var(--theme-font-h4_letter-spacing);margin-top:var(--theme-font-h4_margin-top);margin-bottom:var(--theme-font-h4_margin-bottom)}h5{font-family:var(--theme-font-h5_font-family);font-size:var(--theme-font-h5_font-size);font-weight:var(--theme-font-h5_font-weight);font-style:var(--theme-font-h5_font-style);line-height:var(--theme-font-h5_line-height);text-decoration:var(--theme-font-h5_text-decoration);text-transform:var(--theme-font-h5_text-transform);letter-spacing:var(--theme-font-h5_letter-spacing);margin-top:var(--theme-font-h5_margin-top);margin-bottom:var(--theme-font-h5_margin-bottom)}h6{font-family:var(--theme-font-h6_font-family);font-size:var(--theme-font-h6_font-size);font-weight:var(--theme-font-h6_font-weight);font-style:var(--theme-font-h6_font-style);line-height:var(--theme-font-h6_line-height);text-decoration:var(--theme-font-h6_text-decoration);text-transform:var(--theme-font-h6_text-transform);letter-spacing:var(--theme-font-h6_letter-spacing);margin-top:var(--theme-font-h6_margin-top);margin-bottom:var(--theme-font-h6_margin-bottom)}.theme_form_field_text,input[type="text"],input[type="number"],input[type="email"],input[type="url"],input[type="tel"],input[type="search"],input[type="password"],textarea,textarea.wp-editor-area,select,.select2-container.select2-container--default span.select2-choice,.select2-container.select2-container--default span.select2-selection{font-size:var(--theme-font-input_font-size);font-weight:var(--theme-font-input_font-weight);font-style:var(--theme-font-input_font-style);line-height:var(--theme-font-input_line-height);text-decoration:var(--theme-font-input_text-decoration);text-transform:var(--theme-font-input_text-transform);letter-spacing:var(--theme-font-input_letter-spacing);padding:var(--theme-font-input_padding);border-radius:var(--theme-font-input_border-radius);border-width:var(--theme-font-input_border-width);border-style:var(--theme-font-input_border-style)}button:where(:not(.components-button):not([class*="wp-block-social"]):not([id="elementor-editor-button"])),input[type="button"],input[type="reset"],input[type="submit"],.theme_button,.sc_button_default,.elementor-button,.metform-btn,.wp-block-button__link,.post_item .more-link,.wp-block-search button.wp-block-search__button,.woocommerce-links-more [class*="-load-more"],.nav-links-more [class*="-load-more"]{font-family:var(--theme-font-button_font-family);font-size:var(--theme-font-button_font-size);font-weight:var(--theme-font-button_font-weight);font-style:var(--theme-font-button_font-style);line-height:var(--theme-font-button_line-height);text-decoration:var(--theme-font-button_text-decoration);text-transform:var(--theme-font-button_text-transform);letter-spacing:var(--theme-font-button_letter-spacing);padding:var(--theme-font-button_padding);border-radius:var(--theme-font-button_border-radius);border-width:var(--theme-font-button_border-width)}.wp-block-button.is-style-outline .wp-block-button__link{padding:var(--theme-font-button_padding)}.widget .widget_title,.widget .widgettitle{font-family:var(--theme-font-h6_font-family);font-size:var(--theme-font-h6_font-size);font-weight:var(--theme-font-h6_font-weight);font-style:var(--theme-font-h6_font-style);line-height:var(--theme-font-h6_line-height);text-decoration:var(--theme-font-h6_text-decoration);text-transform:var(--theme-font-h6_text-transform);letter-spacing:var(--theme-font-h6_letter-spacing)}table caption,table th,.mf-input-wrapper .mf-input-label,.mf-repeater-field-label,blockquote>cite,blockquote>p>cite,blockquote>.wp-block-pullquote__citation,.wp-block-quote .wp-block-quote__citation{font-family:var(--theme-font-h6_font-family);font-size:var(--theme-font-h6_font-size);font-weight:var(--theme-font-h6_font-weight);font-style:var(--theme-font-h6_font-style);line-height:var(--theme-font-h6_line-height);text-decoration:var(--theme-font-h6_text-decoration);text-transform:var(--theme-font-h6_text-transform);letter-spacing:var(--theme-font-h6_letter-spacing)}.has-drop-cap:not(:focus):first-letter{font-family:var(--theme-font-h1_font-family);font-size:var(--theme-font-h1_font-size);font-weight:var(--theme-font-h1_font-weight);font-style:var(--theme-font-h1_font-style);line-height:var(--theme-font-h1_line-height)}mark,ins,.logo_text{font-family:var(--theme-font-h5_font-family)}.post_meta{font-size:var(--theme-font-info_font-size);font-weight:var(--theme-font-info_font-weight);font-style:var(--theme-font-info_font-style);line-height:var(--theme-font-info_line-height);text-decoration:var(--theme-font-info_text-decoration);text-transform:var(--theme-font-info_text-transform);letter-spacing:var(--theme-font-info_letter-spacing);margin-top:var(--theme-font-info_margin-top)}.comments_list_wrap .comment_counters,.comments_list_wrap .comment_posted{font-size:var(--theme-font-info_font-size);font-weight:var(--theme-font-info_font-weight);font-style:var(--theme-font-info_font-style);line-height:var(--theme-font-info_line-height);text-decoration:var(--theme-font-info_text-decoration);text-transform:var(--theme-font-info_text-transform);letter-spacing:var(--theme-font-info_letter-spacing)}.post_meta_item,.post_item_single .post_content .post_meta{}.logo_text{font-family:var(--theme-font-logo_font-family);font-size:var(--theme-font-logo_font-size);font-weight:var(--theme-font-logo_font-weight);font-style:var(--theme-font-logo_font-style);line-height:var(--theme-font-logo_line-height);text-decoration:var(--theme-font-logo_text-decoration);text-transform:var(--theme-font-logo_text-transform);letter-spacing:var(--theme-font-logo_letter-spacing)}.menu_main_nav_area>ul,.sc_layouts_menu_nav,.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav{font-family:var(--theme-font-menu_font-family);font-size:var(--theme-font-menu_font-size);line-height:var(--theme-font-menu_line-height)}.menu_main_nav>li>a,.sc_layouts_menu_nav>li>a{font-weight:var(--theme-font-menu_font-weight);font-style:var(--theme-font-menu_font-style);text-decoration:var(--theme-font-menu_text-decoration);text-transform:var(--theme-font-menu_text-transform);letter-spacing:var(--theme-font-menu_letter-spacing)}.menu_main_nav>li[class*="current-menu-"]>a .sc_layouts_menu_item_description,.sc_layouts_menu_nav>li[class*="current-menu-"]>a .sc_layouts_menu_item_description{font-weight:var(--theme-font-menu_font-weight)}.menu_main_nav>li>ul,.sc_layouts_menu_nav>li>ul,.sc_layouts_menu_popup .sc_layouts_menu_nav{font-family:var(--theme-font-submenu_font-family);font-size:var(--theme-font-submenu_font-size);line-height:var(--theme-font-submenu_line-height)}.menu_main_nav>li ul>li>a,.sc_layouts_menu_nav>li ul>li>a,.sc_layouts_menu_popup .sc_layouts_menu_nav>li>a{font-weight:var(--theme-font-submenu_font-weight);font-style:var(--theme-font-submenu_font-style);text-decoration:var(--theme-font-submenu_text-decoration);text-transform:var(--theme-font-submenu_text-transform);letter-spacing:var(--theme-font-submenu_letter-spacing)}.sc_layouts_menu_popup .sc_layouts_menu_nav,.sc_layouts_menu_nav>li ul:not(.sc_item_filters_tabs){border-radius:var(--theme-font-submenu_border-radius)}.menu_mobile .menu_mobile_nav_area>ul>.menu-item>a{font-family:var(--theme-font-h2_font-family);font-size:var(--theme-font-h2_font-size);font-weight:var(--theme-font-h2_font-weight);font-style:var(--theme-font-h2_font-style);line-height:var(--theme-font-h2_line-height);text-decoration:var(--theme-font-h2_text-decoration);text-transform:var(--theme-font-h2_text-transform);letter-spacing:var(--theme-font-h2_letter-spacing)}.menu_mobile .menu_mobile_nav_area .menu-item>a{font-family:var(--theme-font-submenu_font-family);font-size:var(--theme-font-submenu_font-size);line-height:var(--theme-font-submenu_line-height);font-weight:var(--theme-font-submenu_font-weight);font-style:var(--theme-font-submenu_font-style);text-decoration:var(--theme-font-submenu_text-decoration);text-transform:var(--theme-font-submenu_text-transform);letter-spacing:var(--theme-font-submenu_letter-spacing)}body.edit-post-visual-editor{font-family:var(--theme-font-p_font-family) !important;font-size:var(--theme-font-p_font-size);font-weight:var(--theme-font-p_font-weight);font-style:var(--theme-font-p_font-style);line-height:var(--theme-font-p_line-height);text-transform:var(--theme-font-p_text-transform);letter-spacing:var(--theme-font-p_letter-spacing)}.editor-post-title__block .editor-post-title__input{font-family:var(--theme-font-h1_font-family);font-size:var(--theme-font-h1_font-size);font-weight:var(--theme-font-h1_font-weight);font-style:var(--theme-font-h1_font-style)}.block-editor-block-list__block{margin-top:var(--theme-font-p_margin-top);margin-bottom:var(--theme-font-p_margin-bottom)}.scheme_default,body.scheme_default,.scheme_default:where(.editor-styles-wrapper){--theme-color-bg_color:#f8efea;--theme-color-bg_color_2:#f8efea;--theme-color-bd_color:#E4D3C6;--theme-color-title:#032699;--theme-color-text:#000000;--theme-color-meta:#B4A9A1;--theme-color-link:#c49364;--theme-color-hover:#c49364;--theme-color-alt_bg_color:#032699;--theme-color-alt_bg_color_2:#032699;--theme-color-alt_bd_color:#032699;--theme-color-alt_title:#FFFEFE;--theme-color-alt_text:#c49364;--theme-color-alt_meta:#F2F4F6;--theme-color-alt_link:#c49364;--theme-color-alt_hover:#c49364;--theme-color-bg_color_0:rgba(248,239,234,0);--theme-color-bg_color_02:rgba(248,239,234,0.2);--theme-color-bg_color_05:rgba(248,239,234,0.5);--theme-color-bg_color_07:rgba(248,239,234,0.7);--theme-color-bg_color_09:rgba(248,239,234,0.9);--theme-color-bg_color_2_05:rgba(248,239,234,0.7);--theme-color-alt_bg_color_05:rgba(3,38,153,0.5);--theme-color-alt_title_08:rgba(255,254,254,0.8);--theme-color-link_07:rgba(196,147,100,0.7);--theme-color-link_blend:#d1a575}