Initial commit
@@ -0,0 +1,230 @@
|
||||
:root {
|
||||
--woocommerce: #720eec;
|
||||
--wc-green: #7ad03a;
|
||||
--wc-red: #a00;
|
||||
--wc-orange: #ffba00;
|
||||
--wc-blue: #2ea2cc;
|
||||
--wc-primary: #720eec;
|
||||
--wc-primary-text: #fcfbfe;
|
||||
--wc-secondary: #e9e6ed;
|
||||
--wc-secondary-text: #515151;
|
||||
--wc-highlight: #958e09;
|
||||
--wc-highligh-text: #fff;
|
||||
--wc-content-bg: #fff;
|
||||
--wc-subtext: #767676;
|
||||
--wc-form-border-color: rgba(32, 7, 7, 0.8);
|
||||
--wc-form-border-radius: 4px;
|
||||
--wc-form-border-width: 1px;
|
||||
}
|
||||
.woocommerce table.shop_table_responsive thead,
|
||||
.woocommerce-page table.shop_table_responsive thead {
|
||||
display: none;
|
||||
}
|
||||
.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
|
||||
.woocommerce-page
|
||||
table.shop_table_responsive
|
||||
tbody
|
||||
tr:first-child
|
||||
td:first-child {
|
||||
border-top: 0;
|
||||
}
|
||||
.woocommerce table.shop_table_responsive tbody th,
|
||||
.woocommerce-page table.shop_table_responsive tbody th {
|
||||
display: none;
|
||||
}
|
||||
.woocommerce table.shop_table_responsive tr,
|
||||
.woocommerce-page table.shop_table_responsive tr {
|
||||
display: block;
|
||||
}
|
||||
.woocommerce table.shop_table_responsive tr td,
|
||||
.woocommerce-page table.shop_table_responsive tr td {
|
||||
display: block;
|
||||
text-align: right !important;
|
||||
}
|
||||
.woocommerce table.shop_table_responsive tr td.order-actions,
|
||||
.woocommerce-page table.shop_table_responsive tr td.order-actions {
|
||||
text-align: left !important;
|
||||
}
|
||||
.woocommerce table.shop_table_responsive tr td:before,
|
||||
.woocommerce-page table.shop_table_responsive tr td:before {
|
||||
content: attr(data-title) ": ";
|
||||
font-weight: 700;
|
||||
float: left;
|
||||
}
|
||||
.woocommerce table.shop_table_responsive tr td.actions:before,
|
||||
.woocommerce table.shop_table_responsive tr td.product-remove:before,
|
||||
.woocommerce-page table.shop_table_responsive tr td.actions:before,
|
||||
.woocommerce-page table.shop_table_responsive tr td.product-remove:before {
|
||||
display: none;
|
||||
}
|
||||
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
|
||||
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
|
||||
background-color: rgba(0, 0, 0, 0.025);
|
||||
}
|
||||
.woocommerce table.my_account_orders tr td.order-actions,
|
||||
.woocommerce-page table.my_account_orders tr td.order-actions {
|
||||
text-align: left;
|
||||
}
|
||||
.woocommerce table.my_account_orders tr td.order-actions:before,
|
||||
.woocommerce-page table.my_account_orders tr td.order-actions:before {
|
||||
display: none;
|
||||
}
|
||||
.woocommerce table.my_account_orders tr td.order-actions .button,
|
||||
.woocommerce-page table.my_account_orders tr td.order-actions .button {
|
||||
float: none;
|
||||
margin: 0.125em 0.25em 0.125em 0;
|
||||
}
|
||||
.woocommerce .col2-set .col-1,
|
||||
.woocommerce .col2-set .col-2,
|
||||
.woocommerce-page .col2-set .col-1,
|
||||
.woocommerce-page .col2-set .col-2 {
|
||||
float: none;
|
||||
width: 100%;
|
||||
}
|
||||
.woocommerce ul.products[class*="columns-"] li.product,
|
||||
.woocommerce-page ul.products[class*="columns-"] li.product {
|
||||
width: 48%;
|
||||
float: left;
|
||||
clear: both;
|
||||
margin: 0 0 2.992em;
|
||||
}
|
||||
.woocommerce ul.products[class*="columns-"] li.product:nth-child(2n),
|
||||
.woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
|
||||
float: right;
|
||||
clear: none !important;
|
||||
}
|
||||
.woocommerce #content div.product div.images,
|
||||
.woocommerce #content div.product div.summary,
|
||||
.woocommerce div.product div.images,
|
||||
.woocommerce div.product div.summary,
|
||||
.woocommerce-page #content div.product div.images,
|
||||
.woocommerce-page #content div.product div.summary,
|
||||
.woocommerce-page div.product div.images,
|
||||
.woocommerce-page div.product div.summary {
|
||||
float: none;
|
||||
width: 100%;
|
||||
}
|
||||
.woocommerce #content table.cart .product-thumbnail,
|
||||
.woocommerce table.cart .product-thumbnail,
|
||||
.woocommerce-page #content table.cart .product-thumbnail,
|
||||
.woocommerce-page table.cart .product-thumbnail {
|
||||
display: none;
|
||||
}
|
||||
.woocommerce #content table.cart td.actions,
|
||||
.woocommerce table.cart td.actions,
|
||||
.woocommerce-page #content table.cart td.actions,
|
||||
.woocommerce-page table.cart td.actions {
|
||||
text-align: left;
|
||||
}
|
||||
.woocommerce #content table.cart td.actions .coupon,
|
||||
.woocommerce table.cart td.actions .coupon,
|
||||
.woocommerce-page #content table.cart td.actions .coupon,
|
||||
.woocommerce-page table.cart td.actions .coupon {
|
||||
float: none;
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
.woocommerce #content table.cart td.actions .coupon:after,
|
||||
.woocommerce #content table.cart td.actions .coupon:before,
|
||||
.woocommerce table.cart td.actions .coupon:after,
|
||||
.woocommerce table.cart td.actions .coupon:before,
|
||||
.woocommerce-page #content table.cart td.actions .coupon:after,
|
||||
.woocommerce-page #content table.cart td.actions .coupon:before,
|
||||
.woocommerce-page table.cart td.actions .coupon:after,
|
||||
.woocommerce-page table.cart td.actions .coupon:before {
|
||||
content: " ";
|
||||
display: table;
|
||||
}
|
||||
.woocommerce #content table.cart td.actions .coupon:after,
|
||||
.woocommerce table.cart td.actions .coupon:after,
|
||||
.woocommerce-page #content table.cart td.actions .coupon:after,
|
||||
.woocommerce-page table.cart td.actions .coupon:after {
|
||||
clear: both;
|
||||
}
|
||||
.woocommerce #content table.cart td.actions .coupon .button,
|
||||
.woocommerce #content table.cart td.actions .coupon .input-text,
|
||||
.woocommerce #content table.cart td.actions .coupon input,
|
||||
.woocommerce table.cart td.actions .coupon .button,
|
||||
.woocommerce table.cart td.actions .coupon .input-text,
|
||||
.woocommerce table.cart td.actions .coupon input,
|
||||
.woocommerce-page #content table.cart td.actions .coupon .button,
|
||||
.woocommerce-page #content table.cart td.actions .coupon .input-text,
|
||||
.woocommerce-page #content table.cart td.actions .coupon input,
|
||||
.woocommerce-page table.cart td.actions .coupon .button,
|
||||
.woocommerce-page table.cart td.actions .coupon .input-text,
|
||||
.woocommerce-page table.cart td.actions .coupon input {
|
||||
width: 48%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.woocommerce #content table.cart td.actions .coupon .button.alt,
|
||||
.woocommerce #content table.cart td.actions .coupon .input-text + .button,
|
||||
.woocommerce table.cart td.actions .coupon .button.alt,
|
||||
.woocommerce table.cart td.actions .coupon .input-text + .button,
|
||||
.woocommerce-page #content table.cart td.actions .coupon .button.alt,
|
||||
.woocommerce-page #content table.cart td.actions .coupon .input-text + .button,
|
||||
.woocommerce-page table.cart td.actions .coupon .button.alt,
|
||||
.woocommerce-page table.cart td.actions .coupon .input-text + .button {
|
||||
float: right;
|
||||
}
|
||||
.woocommerce #content table.cart td.actions .coupon .coupon-error-notice,
|
||||
.woocommerce table.cart td.actions .coupon .coupon-error-notice,
|
||||
.woocommerce-page #content table.cart td.actions .coupon .coupon-error-notice,
|
||||
.woocommerce-page table.cart td.actions .coupon .coupon-error-notice {
|
||||
clear: left;
|
||||
color: var(--wc-red);
|
||||
float: left;
|
||||
font-size: 0.75em;
|
||||
margin-bottom: 0;
|
||||
text-align: left;
|
||||
width: 48%;
|
||||
}
|
||||
.woocommerce #content table.cart td.actions .button,
|
||||
.woocommerce table.cart td.actions .button,
|
||||
.woocommerce-page #content table.cart td.actions .button,
|
||||
.woocommerce-page table.cart td.actions .button {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
.woocommerce .cart-collaterals .cart_totals,
|
||||
.woocommerce .cart-collaterals .cross-sells,
|
||||
.woocommerce .cart-collaterals .shipping_calculator,
|
||||
.woocommerce-page .cart-collaterals .cart_totals,
|
||||
.woocommerce-page .cart-collaterals .cross-sells,
|
||||
.woocommerce-page .cart-collaterals .shipping_calculator {
|
||||
width: 100%;
|
||||
float: none;
|
||||
text-align: left;
|
||||
}
|
||||
.woocommerce-page.woocommerce-checkout form.login .form-row,
|
||||
.woocommerce.woocommerce-checkout form.login .form-row {
|
||||
width: 100%;
|
||||
float: none;
|
||||
}
|
||||
.woocommerce #payment .terms,
|
||||
.woocommerce-page #payment .terms {
|
||||
text-align: left;
|
||||
padding: 0;
|
||||
}
|
||||
.woocommerce #payment #place_order,
|
||||
.woocommerce-page #payment #place_order {
|
||||
float: none;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.woocommerce .lost_reset_password .form-row-first,
|
||||
.woocommerce .lost_reset_password .form-row-last,
|
||||
.woocommerce-page .lost_reset_password .form-row-first,
|
||||
.woocommerce-page .lost_reset_password .form-row-last {
|
||||
width: 100%;
|
||||
float: none;
|
||||
margin-right: 0;
|
||||
}
|
||||
.woocommerce-account .woocommerce-MyAccount-content,
|
||||
.woocommerce-account .woocommerce-MyAccount-navigation {
|
||||
float: none;
|
||||
width: 100%;
|
||||
}
|
||||
.single-product .twentythirteen .panel {
|
||||
padding-left: 20px !important;
|
||||
padding-right: 20px !important;
|
||||
}
|
||||
@@ -0,0 +1,716 @@
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-e6985e1:not(.elementor-motion-effects-element-type-background),
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-e6985e1
|
||||
> .elementor-motion-effects-container
|
||||
> .elementor-motion-effects-layer {
|
||||
background-image: url("http://gomoto.like-themes.com/wp-content/uploads/2020/04/slider-eclipse.png");
|
||||
background-position: bottom center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-e6985e1 {
|
||||
overflow: hidden;
|
||||
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-e6985e1
|
||||
> .elementor-background-overlay {
|
||||
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-9dc9081:not(.elementor-motion-effects-element-type-background),
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-9dc9081
|
||||
> .elementor-motion-effects-container
|
||||
> .elementor-motion-effects-layer {
|
||||
background-image: url("http://gomoto.like-themes.com/wp-content/uploads/2020/04/slider-glob.png");
|
||||
background-position: bottom center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-9dc9081 {
|
||||
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-9dc9081
|
||||
> .elementor-background-overlay {
|
||||
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-22b375f {
|
||||
--spacer-size: 300px;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-953a708
|
||||
> .elementor-widget-container {
|
||||
margin: 0 0 16px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-953a708 {
|
||||
text-align: left;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-b4dcd3b {
|
||||
width: var(--container-widget-width, 563px);
|
||||
max-width: 563px;
|
||||
--container-widget-width: 563px;
|
||||
--container-widget-flex-grow: 0;
|
||||
column-gap: 0;
|
||||
text-align: left;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-cd6f7b7 {
|
||||
--spacer-size: 50px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-3abb7e9 {
|
||||
text-align: left;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-2a188b7 {
|
||||
--spacer-size: 420px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-6916393 {
|
||||
margin-top: -100px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-f29c557 {
|
||||
--spacer-size: 40px;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-4bc9757
|
||||
> .elementor-widget-container {
|
||||
margin: 0 0 30px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-4bc9757 {
|
||||
text-align: center;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-23a754b {
|
||||
--spacer-size: 90px;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-81eac60:not(.elementor-motion-effects-element-type-background)
|
||||
> .elementor-widget-wrap,
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-81eac60
|
||||
> .elementor-widget-wrap
|
||||
> .elementor-motion-effects-container
|
||||
> .elementor-motion-effects-layer {
|
||||
background-image: url("http://gomoto.like-themes.com/wp-content/uploads/2019/06/sit-photo.jpg");
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 120% auto;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-81eac60
|
||||
> .elementor-element-populated {
|
||||
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-81eac60
|
||||
> .elementor-element-populated
|
||||
> .elementor-background-overlay {
|
||||
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-3dd85c8:not(.elementor-motion-effects-element-type-background)
|
||||
> .elementor-widget-wrap,
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-3dd85c8
|
||||
> .elementor-widget-wrap
|
||||
> .elementor-motion-effects-container
|
||||
> .elementor-motion-effects-layer {
|
||||
background-image: url("http://gomoto.like-themes.com/wp-content/uploads/2019/06/sit-bg.png");
|
||||
background-position: center right;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-3dd85c8
|
||||
> .elementor-element-populated {
|
||||
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
|
||||
padding: 0;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-3dd85c8
|
||||
> .elementor-element-populated
|
||||
> .elementor-background-overlay {
|
||||
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-f545343 {
|
||||
padding: 0 0 0 90px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-24547a3 {
|
||||
--spacer-size: 164px;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-feb1266
|
||||
> .elementor-widget-container {
|
||||
margin: 0 0 16px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-feb1266 {
|
||||
text-align: left;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-67f2bc7 {
|
||||
width: var(--container-widget-width, 550px);
|
||||
max-width: 550px;
|
||||
--container-widget-width: 550px;
|
||||
--container-widget-flex-grow: 0;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-6e9f717 {
|
||||
--spacer-size: 40px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-5c528e4 {
|
||||
width: var(--container-widget-width, 650px);
|
||||
max-width: 650px;
|
||||
--container-widget-width: 650px;
|
||||
--container-widget-flex-grow: 0;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-91f4ce2 {
|
||||
--spacer-size: 70px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-3f53236 {
|
||||
text-align: left;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-338906e {
|
||||
--spacer-size: 200px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-8ce6b0c {
|
||||
--spacer-size: 120px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-10c3b5d {
|
||||
text-align: center;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-33ce1c7 {
|
||||
--spacer-size: 30px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-2c3ed21 {
|
||||
--spacer-size: 60px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-acc0251 {
|
||||
text-align: center;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-89595ac {
|
||||
--spacer-size: 130px;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-9616803:not(.elementor-motion-effects-element-type-background),
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-9616803
|
||||
> .elementor-motion-effects-container
|
||||
> .elementor-motion-effects-layer {
|
||||
background-image: url("http://gomoto.like-themes.com/wp-content/uploads/2020/04/waves_white-15.png");
|
||||
background-position: center right;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-9616803 {
|
||||
overflow: hidden;
|
||||
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-9616803
|
||||
> .elementor-background-overlay {
|
||||
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-fcca7a9 {
|
||||
--spacer-size: 190px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-02b28ff {
|
||||
text-align: left;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-f3c2182 {
|
||||
width: var(--container-widget-width, 560px);
|
||||
max-width: 560px;
|
||||
--container-widget-width: 560px;
|
||||
--container-widget-flex-grow: 0;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-3e6da68 {
|
||||
--spacer-size: 70px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-fec08dc {
|
||||
text-align: left;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-4470eff {
|
||||
--spacer-size: 230px;
|
||||
}
|
||||
body:not(.rtl) .elementor-13198 .elementor-element.elementor-element-71ca6e2 {
|
||||
right: -378px;
|
||||
}
|
||||
body.rtl .elementor-13198 .elementor-element.elementor-element-71ca6e2 {
|
||||
left: -378px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-71ca6e2 {
|
||||
top: 280px;
|
||||
z-index: 6;
|
||||
}
|
||||
body:not(.rtl) .elementor-13198 .elementor-element.elementor-element-400832d {
|
||||
right: 195.2px;
|
||||
}
|
||||
body.rtl .elementor-13198 .elementor-element.elementor-element-400832d {
|
||||
left: 195.2px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-400832d {
|
||||
top: 402px;
|
||||
z-index: 6;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-2acc9c2 {
|
||||
width: var(--container-widget-width, 391px);
|
||||
max-width: 391px;
|
||||
--container-widget-width: 391px;
|
||||
--container-widget-flex-grow: 0;
|
||||
top: 552px;
|
||||
z-index: 6;
|
||||
}
|
||||
body:not(.rtl) .elementor-13198 .elementor-element.elementor-element-2acc9c2 {
|
||||
right: 531.9px;
|
||||
}
|
||||
body.rtl .elementor-13198 .elementor-element.elementor-element-2acc9c2 {
|
||||
left: 531.9px;
|
||||
}
|
||||
body:not(.rtl) .elementor-13198 .elementor-element.elementor-element-adf4ed8 {
|
||||
right: 339.9px;
|
||||
}
|
||||
body.rtl .elementor-13198 .elementor-element.elementor-element-adf4ed8 {
|
||||
left: 339.9px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-adf4ed8 {
|
||||
top: 316px;
|
||||
z-index: 6;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-c20ad92 {
|
||||
width: var(--container-widget-width, 236px);
|
||||
max-width: 236px;
|
||||
--container-widget-width: 236px;
|
||||
--container-widget-flex-grow: 0;
|
||||
top: 506px;
|
||||
z-index: 6;
|
||||
}
|
||||
body:not(.rtl) .elementor-13198 .elementor-element.elementor-element-c20ad92 {
|
||||
right: 322.9px;
|
||||
}
|
||||
body.rtl .elementor-13198 .elementor-element.elementor-element-c20ad92 {
|
||||
left: 322.9px;
|
||||
}
|
||||
body:not(.rtl) .elementor-13198 .elementor-element.elementor-element-141fb4b {
|
||||
left: -32px;
|
||||
}
|
||||
body.rtl .elementor-13198 .elementor-element.elementor-element-141fb4b {
|
||||
right: -32px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-141fb4b {
|
||||
top: 48px;
|
||||
z-index: 5;
|
||||
}
|
||||
body:not(.rtl) .elementor-13198 .elementor-element.elementor-element-5785742 {
|
||||
left: 232px;
|
||||
}
|
||||
body.rtl .elementor-13198 .elementor-element.elementor-element-5785742 {
|
||||
right: 232px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-5785742 {
|
||||
top: 146px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-313bbd6 {
|
||||
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-313bbd6
|
||||
> .elementor-background-overlay {
|
||||
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-c4a5850 {
|
||||
--spacer-size: 50px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-5f3e28a {
|
||||
text-align: center;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-f8f026d {
|
||||
--spacer-size: 90px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-a9aa17d {
|
||||
overflow: hidden;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-12e3154 {
|
||||
--spacer-size: 64px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-446c840 {
|
||||
text-align: left;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-e5a293d {
|
||||
width: var(--container-widget-width, 580px);
|
||||
max-width: 580px;
|
||||
--container-widget-width: 580px;
|
||||
--container-widget-flex-grow: 0;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-37fd43c {
|
||||
--spacer-size: 30px;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-ec80edb
|
||||
> .elementor-widget-container {
|
||||
padding: 0 0 0 30px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-62b66ee {
|
||||
--spacer-size: 40px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-edb3a82 {
|
||||
width: auto;
|
||||
max-width: auto;
|
||||
text-align: left;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-59e0a2c {
|
||||
width: auto;
|
||||
max-width: auto;
|
||||
text-align: left;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-59e0a2c
|
||||
> .elementor-widget-container {
|
||||
margin: 0 0 0 26px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-1d0906f {
|
||||
--spacer-size: 100px;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-f0ee617:not(.elementor-motion-effects-element-type-background)
|
||||
> .elementor-widget-wrap,
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-f0ee617
|
||||
> .elementor-widget-wrap
|
||||
> .elementor-motion-effects-container
|
||||
> .elementor-motion-effects-layer {
|
||||
background-image: url("http://gomoto.like-themes.com/wp-content/uploads/2019/06/app-bg.png");
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-f0ee617
|
||||
> .elementor-element-populated {
|
||||
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-f0ee617
|
||||
> .elementor-element-populated
|
||||
> .elementor-background-overlay {
|
||||
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-1e1e41c {
|
||||
--spacer-size: 100px;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-5d7559a
|
||||
> .elementor-widget-container {
|
||||
margin: 0 0 -190px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-5d7559a {
|
||||
text-align: center;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-39e331e
|
||||
> .elementor-container
|
||||
> .elementor-column
|
||||
> .elementor-widget-wrap {
|
||||
align-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-7836da0 {
|
||||
--spacer-size: 62px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-f7a5fcd {
|
||||
text-align: left;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-905f17c {
|
||||
--spacer-size: 62px;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-f2393f1.elementor-column
|
||||
> .elementor-widget-wrap {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-4841cd9 {
|
||||
--spacer-size: 0px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-a20eda9 {
|
||||
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-a20eda9
|
||||
> .elementor-background-overlay {
|
||||
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-d2bf675 {
|
||||
--spacer-size: 40px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-ba17eb5 {
|
||||
text-align: center;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-ad1e806 {
|
||||
--spacer-size: 20px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-9195d06 {
|
||||
--spacer-size: 60px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-4262bb2 {
|
||||
text-align: center;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-4bde9a9 {
|
||||
--spacer-size: 130px;
|
||||
}
|
||||
@media (max-width: 1199px) and (min-width: 768px) {
|
||||
.elementor-13198 .elementor-element.elementor-element-2aa57a9 {
|
||||
width: 100%;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-895faab {
|
||||
width: 100%;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-81eac60 {
|
||||
width: 40%;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-3dd85c8 {
|
||||
width: 60%;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-04ee0a8 {
|
||||
width: 100%;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-4764d44 {
|
||||
width: 100%;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-a75f740 {
|
||||
width: 100%;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-f0ee617 {
|
||||
width: 100%;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-b9c7bf7 {
|
||||
width: 100%;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-f2393f1 {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@media (max-width: 1199px) {
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-2aa57a9.elementor-column
|
||||
> .elementor-widget-wrap {
|
||||
justify-content: center;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-22b375f {
|
||||
--spacer-size: 160px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-953a708 {
|
||||
text-align: center;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-b4dcd3b {
|
||||
text-align: center;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-3abb7e9 {
|
||||
text-align: center;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-2a188b7 {
|
||||
--spacer-size: 0px;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-04ddb97
|
||||
> .elementor-widget-container {
|
||||
margin: 65px 0 34px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-6916393 {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-23a754b {
|
||||
--spacer-size: 48px;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-3dd85c8.elementor-column
|
||||
> .elementor-widget-wrap {
|
||||
justify-content: center;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-f545343 {
|
||||
padding: 0;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-24547a3 {
|
||||
--spacer-size: 64px;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-feb1266
|
||||
> .elementor-widget-container {
|
||||
margin: 0 0 16px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-feb1266 {
|
||||
text-align: center;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-67f2bc7 {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-91f4ce2 {
|
||||
--spacer-size: 24px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-3f53236 {
|
||||
text-align: center;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-338906e {
|
||||
--spacer-size: 100px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-8ce6b0c {
|
||||
--spacer-size: 70px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-2c3ed21 {
|
||||
--spacer-size: 20px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-89595ac {
|
||||
--spacer-size: 90px;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-04ee0a8.elementor-column
|
||||
> .elementor-widget-wrap {
|
||||
justify-content: center;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-fcca7a9 {
|
||||
--spacer-size: 0px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-02b28ff {
|
||||
text-align: center;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-f3c2182 {
|
||||
text-align: center;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-fec08dc {
|
||||
text-align: center;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-4470eff {
|
||||
--spacer-size: 80px;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-71ca6e2
|
||||
> .elementor-widget-container {
|
||||
margin: 0;
|
||||
}
|
||||
body:not(.rtl) .elementor-13198 .elementor-element.elementor-element-71ca6e2 {
|
||||
right: -409px;
|
||||
}
|
||||
body.rtl .elementor-13198 .elementor-element.elementor-element-71ca6e2 {
|
||||
left: -409px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-71ca6e2 {
|
||||
top: 12px;
|
||||
}
|
||||
body:not(.rtl) .elementor-13198 .elementor-element.elementor-element-400832d {
|
||||
right: 90.2px;
|
||||
}
|
||||
body.rtl .elementor-13198 .elementor-element.elementor-element-400832d {
|
||||
left: 90.2px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-400832d {
|
||||
top: 143px;
|
||||
}
|
||||
body:not(.rtl) .elementor-13198 .elementor-element.elementor-element-adf4ed8 {
|
||||
right: 253.9px;
|
||||
}
|
||||
body.rtl .elementor-13198 .elementor-element.elementor-element-adf4ed8 {
|
||||
left: 253.9px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-adf4ed8 {
|
||||
top: 96px;
|
||||
}
|
||||
body:not(.rtl) .elementor-13198 .elementor-element.elementor-element-141fb4b {
|
||||
left: -40px;
|
||||
}
|
||||
body.rtl .elementor-13198 .elementor-element.elementor-element-141fb4b {
|
||||
right: -40px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-141fb4b {
|
||||
top: -34px;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-5785742
|
||||
> .elementor-widget-container {
|
||||
margin: 0 -178px 0 0;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-c4a5850 {
|
||||
--spacer-size: 15px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-f8f026d {
|
||||
--spacer-size: 60px;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-a75f740.elementor-column
|
||||
> .elementor-widget-wrap {
|
||||
justify-content: center;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-12e3154 {
|
||||
--spacer-size: 0px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-446c840 {
|
||||
text-align: center;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-1d0906f {
|
||||
--spacer-size: 0px;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-f0ee617.elementor-column
|
||||
> .elementor-widget-wrap {
|
||||
justify-content: center;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-5d7559a {
|
||||
text-align: center;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-b9c7bf7.elementor-column
|
||||
> .elementor-widget-wrap {
|
||||
justify-content: center;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-f7a5fcd {
|
||||
text-align: center;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-905f17c {
|
||||
--spacer-size: 16px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-4841cd9 {
|
||||
--spacer-size: 64px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-d2bf675 {
|
||||
--spacer-size: 0px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-4bde9a9 {
|
||||
--spacer-size: 90px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.elementor-13198 .elementor-element.elementor-element-91f4ce2 {
|
||||
--spacer-size: 48px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-3e6da68 {
|
||||
--spacer-size: 24px;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-5785742
|
||||
> .elementor-widget-container {
|
||||
margin: -34px -81px 25px 0;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-e5a293d {
|
||||
text-align: center;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-ec80edb
|
||||
> .elementor-widget-container {
|
||||
margin: 0 0 0 -30px;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-59e0a2c
|
||||
> .elementor-widget-container {
|
||||
margin: 0 0 0 9px;
|
||||
}
|
||||
.elementor-13198
|
||||
.elementor-element.elementor-element-5d7559a
|
||||
> .elementor-widget-container {
|
||||
margin: -37px 0 -66px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-f7a5fcd {
|
||||
text-align: center;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-d2bf675 {
|
||||
--spacer-size: 0px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-9195d06 {
|
||||
--spacer-size: 40px;
|
||||
}
|
||||
.elementor-13198 .elementor-element.elementor-element-4bde9a9 {
|
||||
--spacer-size: 120px;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,576 @@
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 100;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
||||
U+FE2E-FE2F;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 100;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 100;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+1F00-1FFF;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 100;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
|
||||
U+03A3-03FF;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 100;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
||||
U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
|
||||
U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 100;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
|
||||
U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
|
||||
U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 100;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
||||
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
|
||||
U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 200;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
||||
U+FE2E-FE2F;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 200;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 200;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+1F00-1FFF;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 200;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
|
||||
U+03A3-03FF;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 200;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
||||
U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
|
||||
U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 200;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
|
||||
U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
|
||||
U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 200;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
||||
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
|
||||
U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
||||
U+FE2E-FE2F;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+1F00-1FFF;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
|
||||
U+03A3-03FF;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
||||
U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
|
||||
U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
|
||||
U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
|
||||
U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
||||
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
|
||||
U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
||||
U+FE2E-FE2F;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+1F00-1FFF;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
|
||||
U+03A3-03FF;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
||||
U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
|
||||
U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
|
||||
U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
|
||||
U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
||||
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
|
||||
U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
||||
U+FE2E-FE2F;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+1F00-1FFF;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
|
||||
U+03A3-03FF;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
||||
U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
|
||||
U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
|
||||
U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
|
||||
U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
||||
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
|
||||
U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
||||
U+FE2E-FE2F;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+1F00-1FFF;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
|
||||
U+03A3-03FF;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
||||
U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
|
||||
U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
|
||||
U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
|
||||
U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
||||
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
|
||||
U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
||||
U+FE2E-FE2F;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+1F00-1FFF;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
|
||||
U+03A3-03FF;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
||||
U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
|
||||
U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
|
||||
U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
|
||||
U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
||||
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
|
||||
U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
||||
U+FE2E-FE2F;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+1F00-1FFF;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
|
||||
U+03A3-03FF;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
||||
U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
|
||||
U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
|
||||
U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
|
||||
U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
||||
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
|
||||
U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
||||
U+FE2E-FE2F;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+1F00-1FFF;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
|
||||
U+03A3-03FF;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
||||
U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
|
||||
U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
|
||||
U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
|
||||
U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab";
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
src: url(http://gomoto.like-themes.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2)
|
||||
format("woff2");
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
||||
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
|
||||
U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
.elementor-kit-13200 {
|
||||
--e-global-color-primary: #6ec1e4;
|
||||
--e-global-color-secondary: #54595f;
|
||||
--e-global-color-text: #7a7a7a;
|
||||
--e-global-color-accent: #61ce70;
|
||||
--e-global-color-711655fe: #4054b2;
|
||||
--e-global-color-4f00e4c5: #23a455;
|
||||
--e-global-color-313fc4d3: #000;
|
||||
--e-global-color-74b56221: #fff;
|
||||
--e-global-typography-primary-font-family: "Roboto";
|
||||
--e-global-typography-primary-font-weight: 600;
|
||||
--e-global-typography-secondary-font-family: "Roboto Slab";
|
||||
--e-global-typography-secondary-font-weight: 400;
|
||||
--e-global-typography-text-font-family: "Roboto";
|
||||
--e-global-typography-text-font-weight: 400;
|
||||
--e-global-typography-accent-font-family: "Roboto";
|
||||
--e-global-typography-accent-font-weight: 500;
|
||||
}
|
||||
.elementor-section.elementor-section-boxed > .elementor-container {
|
||||
max-width: 1570px;
|
||||
}
|
||||
.e-con {
|
||||
--container-max-width: 1570px;
|
||||
}
|
||||
.elementor-widget:not(:last-child) {
|
||||
margin-block-end: 0px;
|
||||
}
|
||||
.elementor-element {
|
||||
--widgets-spacing: 0px 0px;
|
||||
--widgets-spacing-row: 0px;
|
||||
--widgets-spacing-column: 0px;
|
||||
}
|
||||
{
|
||||
}
|
||||
h1.entry-title {
|
||||
display: var(--page-title-display);
|
||||
}
|
||||
@media (max-width: 1199px) {
|
||||
.elementor-section.elementor-section-boxed > .elementor-container {
|
||||
max-width: 1024px;
|
||||
}
|
||||
.e-con {
|
||||
--container-max-width: 1024px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.elementor-section.elementor-section-boxed > .elementor-container {
|
||||
max-width: 767px;
|
||||
}
|
||||
.e-con {
|
||||
--container-max-width: 767px;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
/*! elementor - v3.29.0 - 28-05-2025 */
|
||||
"use strict";
|
||||
(self.webpackChunkelementorFrontend =
|
||||
self.webpackChunkelementorFrontend || []).push([
|
||||
[77],
|
||||
{
|
||||
2439: (e, t) => {
|
||||
Object.defineProperty(t, "__esModule", { value: !0 }),
|
||||
(t.default = void 0);
|
||||
class StretchedSection extends elementorModules.frontend.handlers
|
||||
.StretchedElement {
|
||||
getStretchedClass() {
|
||||
return "elementor-section-stretched";
|
||||
}
|
||||
getStretchSettingName() {
|
||||
return "stretch_section";
|
||||
}
|
||||
getStretchActiveValue() {
|
||||
return "section-stretched";
|
||||
}
|
||||
}
|
||||
t.default = StretchedSection;
|
||||
},
|
||||
},
|
||||
]);
|
||||
@@ -0,0 +1,378 @@
|
||||
/*! elementor - v3.29.0 - 28-05-2025 */
|
||||
"use strict";
|
||||
(self.webpackChunkelementorFrontend =
|
||||
self.webpackChunkelementorFrontend || []).push([
|
||||
[557],
|
||||
{
|
||||
628: (e, t, i) => {
|
||||
Object.defineProperty(t, "__esModule", { value: !0 }),
|
||||
(t.default = void 0),
|
||||
i(4846),
|
||||
i(9655);
|
||||
class BackgroundSlideshow extends elementorModules.frontend.handlers
|
||||
.SwiperBase {
|
||||
getDefaultSettings() {
|
||||
return {
|
||||
classes: {
|
||||
swiperContainer: "elementor-background-slideshow swiper",
|
||||
swiperWrapper: "swiper-wrapper",
|
||||
swiperSlide: "elementor-background-slideshow__slide swiper-slide",
|
||||
swiperPreloader: "swiper-lazy-preloader",
|
||||
slideBackground: "elementor-background-slideshow__slide__image",
|
||||
kenBurns: "elementor-ken-burns",
|
||||
kenBurnsActive: "elementor-ken-burns--active",
|
||||
kenBurnsIn: "elementor-ken-burns--in",
|
||||
kenBurnsOut: "elementor-ken-burns--out",
|
||||
},
|
||||
};
|
||||
}
|
||||
getSwiperOptions() {
|
||||
const e = this.getElementSettings(),
|
||||
t = {
|
||||
grabCursor: !1,
|
||||
slidesPerView: 1,
|
||||
slidesPerGroup: 1,
|
||||
loop: "yes" === e.background_slideshow_loop,
|
||||
speed: e.background_slideshow_transition_duration,
|
||||
autoplay: {
|
||||
delay: e.background_slideshow_slide_duration,
|
||||
stopOnLastSlide: !e.background_slideshow_loop,
|
||||
},
|
||||
handleElementorBreakpoints: !0,
|
||||
on: {
|
||||
slideChange: () => {
|
||||
e.background_slideshow_ken_burns && this.handleKenBurns();
|
||||
},
|
||||
},
|
||||
};
|
||||
switch (
|
||||
("yes" === e.background_slideshow_loop &&
|
||||
(t.loopedSlides = this.getSlidesCount()),
|
||||
e.background_slideshow_slide_transition)
|
||||
) {
|
||||
case "fade":
|
||||
(t.effect = "fade"), (t.fadeEffect = { crossFade: !0 });
|
||||
break;
|
||||
case "slide_down":
|
||||
(t.autoplay.reverseDirection = !0), (t.direction = "vertical");
|
||||
break;
|
||||
case "slide_up":
|
||||
t.direction = "vertical";
|
||||
}
|
||||
return (
|
||||
"yes" === e.background_slideshow_lazyload &&
|
||||
(t.lazy = { loadPrevNext: !0, loadPrevNextAmount: 1 }),
|
||||
t
|
||||
);
|
||||
}
|
||||
buildSwiperElements() {
|
||||
const e = this.getSettings("classes"),
|
||||
t = this.getElementSettings(),
|
||||
i =
|
||||
"slide_left" === t.background_slideshow_slide_transition
|
||||
? "ltr"
|
||||
: "rtl",
|
||||
o = jQuery("<div>", { class: e.swiperContainer, dir: i }),
|
||||
n = jQuery("<div>", { class: e.swiperWrapper }),
|
||||
s = t.background_slideshow_ken_burns,
|
||||
r = "yes" === t.background_slideshow_lazyload;
|
||||
let d = e.slideBackground;
|
||||
if (s) {
|
||||
d += " " + e.kenBurns;
|
||||
const i =
|
||||
"in" === t.background_slideshow_ken_burns_zoom_direction
|
||||
? "kenBurnsIn"
|
||||
: "kenBurnsOut";
|
||||
d += " " + e[i];
|
||||
}
|
||||
r && (d += " swiper-lazy"),
|
||||
(this.elements.$slides = jQuery()),
|
||||
t.background_slideshow_gallery.forEach((t) => {
|
||||
const i = jQuery("<div>", { class: e.swiperSlide });
|
||||
let o;
|
||||
if (r) {
|
||||
const i = jQuery("<div>", { class: e.swiperPreloader });
|
||||
(o = jQuery("<div>", { class: d, "data-background": t.url })),
|
||||
o.append(i);
|
||||
} else
|
||||
o = jQuery("<div>", {
|
||||
class: d,
|
||||
style: 'background-image: url("' + t.url + '");',
|
||||
});
|
||||
i.append(o),
|
||||
n.append(i),
|
||||
(this.elements.$slides = this.elements.$slides.add(i));
|
||||
}),
|
||||
o.append(n),
|
||||
this.$element.prepend(o),
|
||||
(this.elements.$backgroundSlideShowContainer = o);
|
||||
}
|
||||
async initSlider() {
|
||||
if (1 >= this.getSlidesCount()) return;
|
||||
const e = this.getElementSettings(),
|
||||
t = elementorFrontend.utils.swiper;
|
||||
(this.swiper = await new t(
|
||||
this.elements.$backgroundSlideShowContainer,
|
||||
this.getSwiperOptions()
|
||||
)),
|
||||
this.elements.$backgroundSlideShowContainer.data(
|
||||
"swiper",
|
||||
this.swiper
|
||||
),
|
||||
e.background_slideshow_ken_burns && this.handleKenBurns();
|
||||
}
|
||||
activate() {
|
||||
this.buildSwiperElements(), this.initSlider();
|
||||
}
|
||||
deactivate() {
|
||||
this.swiper &&
|
||||
(this.swiper.destroy(),
|
||||
this.elements.$backgroundSlideShowContainer.remove());
|
||||
}
|
||||
run() {
|
||||
"slideshow" === this.getElementSettings("background_background")
|
||||
? this.activate()
|
||||
: this.deactivate();
|
||||
}
|
||||
onInit() {
|
||||
super.onInit(),
|
||||
this.getElementSettings("background_slideshow_gallery") &&
|
||||
this.run();
|
||||
}
|
||||
onDestroy() {
|
||||
super.onDestroy(), this.deactivate();
|
||||
}
|
||||
onElementChange(e) {
|
||||
"background_background" === e && this.run();
|
||||
}
|
||||
}
|
||||
t.default = BackgroundSlideshow;
|
||||
},
|
||||
3031: (e, t, i) => {
|
||||
Object.defineProperty(t, "__esModule", { value: !0 }),
|
||||
(t.default = void 0),
|
||||
i(4846),
|
||||
i(6211);
|
||||
class BackgroundVideo extends elementorModules.frontend.handlers.Base {
|
||||
getDefaultSettings() {
|
||||
return {
|
||||
selectors: {
|
||||
backgroundVideoContainer: ".elementor-background-video-container",
|
||||
backgroundVideoEmbed: ".elementor-background-video-embed",
|
||||
backgroundVideoHosted: ".elementor-background-video-hosted",
|
||||
},
|
||||
};
|
||||
}
|
||||
getDefaultElements() {
|
||||
const e = this.getSettings("selectors"),
|
||||
t = {
|
||||
$backgroundVideoContainer: this.$element.find(
|
||||
e.backgroundVideoContainer
|
||||
),
|
||||
};
|
||||
return (
|
||||
(t.$backgroundVideoEmbed = t.$backgroundVideoContainer.children(
|
||||
e.backgroundVideoEmbed
|
||||
)),
|
||||
(t.$backgroundVideoHosted = t.$backgroundVideoContainer.children(
|
||||
e.backgroundVideoHosted
|
||||
)),
|
||||
t
|
||||
);
|
||||
}
|
||||
calcVideosSize(e) {
|
||||
let t = "16:9";
|
||||
"vimeo" === this.videoType && (t = e[0].width + ":" + e[0].height);
|
||||
const i = this.elements.$backgroundVideoContainer.outerWidth(),
|
||||
o = this.elements.$backgroundVideoContainer.outerHeight(),
|
||||
n = t.split(":"),
|
||||
s = n[0] / n[1],
|
||||
r = i / o > s;
|
||||
return { width: r ? i : o * s, height: r ? i / s : o };
|
||||
}
|
||||
changeVideoSize() {
|
||||
if ("hosted" !== this.videoType && !this.player) return;
|
||||
let e;
|
||||
if (
|
||||
("youtube" === this.videoType
|
||||
? (e = jQuery(this.player.getIframe()))
|
||||
: "vimeo" === this.videoType
|
||||
? (e = jQuery(this.player.element))
|
||||
: "hosted" === this.videoType &&
|
||||
(e = this.elements.$backgroundVideoHosted),
|
||||
!e)
|
||||
)
|
||||
return;
|
||||
const t = this.calcVideosSize(e);
|
||||
e.width(t.width).height(t.height);
|
||||
}
|
||||
startVideoLoop(e) {
|
||||
if (!this.player.getIframe().contentWindow) return;
|
||||
const t = this.getElementSettings(),
|
||||
i = t.background_video_start || 0,
|
||||
o = t.background_video_end;
|
||||
if (!t.background_play_once || e) {
|
||||
if ((this.player.seekTo(i), o)) {
|
||||
setTimeout(() => {
|
||||
this.startVideoLoop(!1);
|
||||
}, 1e3 * (o - i + 1));
|
||||
}
|
||||
} else this.player.stopVideo();
|
||||
}
|
||||
prepareVimeoVideo(e, t) {
|
||||
const i = this.getElementSettings(),
|
||||
o = {
|
||||
url: t,
|
||||
width: this.elements.$backgroundVideoContainer.outerWidth().width,
|
||||
autoplay: !0,
|
||||
loop: !i.background_play_once,
|
||||
transparent: !0,
|
||||
background: !0,
|
||||
muted: !0,
|
||||
};
|
||||
i.background_privacy_mode && (o.dnt = !0),
|
||||
(this.player = new e.Player(
|
||||
this.elements.$backgroundVideoContainer,
|
||||
o
|
||||
)),
|
||||
this.handleVimeoStartEndTimes(i),
|
||||
this.player.ready().then(() => {
|
||||
jQuery(this.player.element).addClass(
|
||||
"elementor-background-video-embed"
|
||||
),
|
||||
this.changeVideoSize();
|
||||
});
|
||||
}
|
||||
handleVimeoStartEndTimes(e) {
|
||||
e.background_video_start &&
|
||||
this.player.on("play", (t) => {
|
||||
0 === t.seconds &&
|
||||
this.player.setCurrentTime(e.background_video_start);
|
||||
}),
|
||||
this.player.on("timeupdate", (t) => {
|
||||
e.background_video_end &&
|
||||
e.background_video_end < t.seconds &&
|
||||
(e.background_play_once
|
||||
? this.player.pause()
|
||||
: this.player.setCurrentTime(e.background_video_start)),
|
||||
this.player.getDuration().then((i) => {
|
||||
e.background_video_start &&
|
||||
!e.background_video_end &&
|
||||
t.seconds > i - 0.5 &&
|
||||
this.player.setCurrentTime(e.background_video_start);
|
||||
});
|
||||
});
|
||||
}
|
||||
prepareYTVideo(e, t) {
|
||||
const i = this.elements.$backgroundVideoContainer,
|
||||
o = this.getElementSettings();
|
||||
let n = e.PlayerState.PLAYING;
|
||||
window.chrome && (n = e.PlayerState.UNSTARTED);
|
||||
const s = {
|
||||
videoId: t,
|
||||
events: {
|
||||
onReady: () => {
|
||||
this.player.mute(),
|
||||
this.changeVideoSize(),
|
||||
this.startVideoLoop(!0),
|
||||
this.player.playVideo();
|
||||
},
|
||||
onStateChange: (t) => {
|
||||
switch (t.data) {
|
||||
case n:
|
||||
i.removeClass("elementor-invisible elementor-loading");
|
||||
break;
|
||||
case e.PlayerState.ENDED:
|
||||
"function" == typeof this.player.seekTo &&
|
||||
this.player.seekTo(o.background_video_start || 0),
|
||||
o.background_play_once && this.player.destroy();
|
||||
}
|
||||
},
|
||||
},
|
||||
playerVars: {
|
||||
controls: 0,
|
||||
rel: 0,
|
||||
playsinline: 1,
|
||||
cc_load_policy: 0,
|
||||
},
|
||||
};
|
||||
o.background_privacy_mode &&
|
||||
((s.host = "https://www.youtube-nocookie.com"),
|
||||
(s.origin = window.location.hostname)),
|
||||
i.addClass("elementor-loading elementor-invisible"),
|
||||
(this.player = new e.Player(
|
||||
this.elements.$backgroundVideoEmbed[0],
|
||||
s
|
||||
));
|
||||
}
|
||||
activate() {
|
||||
let e,
|
||||
t = this.getElementSettings("background_video_link");
|
||||
const i = this.getElementSettings("background_play_once");
|
||||
if (
|
||||
(-1 !== t.indexOf("vimeo.com")
|
||||
? ((this.videoType = "vimeo"),
|
||||
(this.apiProvider = elementorFrontend.utils.vimeo))
|
||||
: t.match(
|
||||
/^(?:https?:\/\/)?(?:www\.)?(?:m\.)?(?:youtu\.be\/|youtube\.com)/
|
||||
) &&
|
||||
((this.videoType = "youtube"),
|
||||
(this.apiProvider = elementorFrontend.utils.youtube)),
|
||||
this.apiProvider)
|
||||
)
|
||||
(e = this.apiProvider.getVideoIDFromURL(t)),
|
||||
this.apiProvider.onApiReady((i) => {
|
||||
"youtube" === this.videoType && this.prepareYTVideo(i, e),
|
||||
"vimeo" === this.videoType && this.prepareVimeoVideo(i, t);
|
||||
});
|
||||
else {
|
||||
this.videoType = "hosted";
|
||||
const e = this.getElementSettings("background_video_start"),
|
||||
o = this.getElementSettings("background_video_end");
|
||||
(e || o) && (t += "#t=" + (e || 0) + (o ? "," + o : "")),
|
||||
this.elements.$backgroundVideoHosted
|
||||
.attr("src", t)
|
||||
.one("canplay", this.changeVideoSize.bind(this)),
|
||||
i &&
|
||||
this.elements.$backgroundVideoHosted.on("ended", () => {
|
||||
this.elements.$backgroundVideoHosted.hide();
|
||||
});
|
||||
}
|
||||
elementorFrontend.elements.$window.on(
|
||||
"resize elementor/bg-video/recalc",
|
||||
this.changeVideoSize
|
||||
);
|
||||
}
|
||||
deactivate() {
|
||||
("youtube" === this.videoType && this.player.getIframe()) ||
|
||||
"vimeo" === this.videoType
|
||||
? this.player.destroy()
|
||||
: this.elements.$backgroundVideoHosted
|
||||
.removeAttr("src")
|
||||
.off("ended"),
|
||||
elementorFrontend.elements.$window.off(
|
||||
"resize",
|
||||
this.changeVideoSize
|
||||
);
|
||||
}
|
||||
run() {
|
||||
const e = this.getElementSettings();
|
||||
(e.background_play_on_mobile ||
|
||||
"mobile" !== elementorFrontend.getCurrentDeviceMode()) &&
|
||||
("video" === e.background_background && e.background_video_link
|
||||
? this.activate()
|
||||
: this.deactivate());
|
||||
}
|
||||
onInit() {
|
||||
super.onInit(...arguments),
|
||||
(this.changeVideoSize = this.changeVideoSize.bind(this)),
|
||||
this.run();
|
||||
}
|
||||
onElementChange(e) {
|
||||
"background_background" === e && this.run();
|
||||
}
|
||||
}
|
||||
t.default = BackgroundVideo;
|
||||
},
|
||||
},
|
||||
]);
|
||||
@@ -0,0 +1,68 @@
|
||||
/*! elementor - v3.29.0 - 28-05-2025 */
|
||||
"use strict";
|
||||
(self.webpackChunkelementorFrontend =
|
||||
self.webpackChunkelementorFrontend || []).push([
|
||||
[212],
|
||||
{
|
||||
5362: (e, t, r) => {
|
||||
Object.defineProperty(t, "__esModule", { value: !0 }),
|
||||
(t.default = void 0),
|
||||
r(4846),
|
||||
r(6211);
|
||||
class TextEditor extends elementorModules.frontend.handlers.Base {
|
||||
getDefaultSettings() {
|
||||
return {
|
||||
selectors: { paragraph: "p:first" },
|
||||
classes: {
|
||||
dropCap: "elementor-drop-cap",
|
||||
dropCapLetter: "elementor-drop-cap-letter",
|
||||
},
|
||||
};
|
||||
}
|
||||
getDefaultElements() {
|
||||
const e = this.getSettings("selectors"),
|
||||
t = this.getSettings("classes"),
|
||||
r = jQuery("<span>", { class: t.dropCap }),
|
||||
p = jQuery("<span>", { class: t.dropCapLetter });
|
||||
return (
|
||||
r.append(p),
|
||||
{
|
||||
$paragraph: this.$element.find(e.paragraph),
|
||||
$dropCap: r,
|
||||
$dropCapLetter: p,
|
||||
}
|
||||
);
|
||||
}
|
||||
wrapDropCap() {
|
||||
if (!this.getElementSettings("drop_cap"))
|
||||
return void (
|
||||
this.dropCapLetter &&
|
||||
(this.elements.$dropCap.remove(),
|
||||
this.elements.$paragraph.prepend(this.dropCapLetter),
|
||||
(this.dropCapLetter = ""))
|
||||
);
|
||||
const e = this.elements.$paragraph;
|
||||
if (!e.length) return;
|
||||
const t = e.html().replace(/ /g, " "),
|
||||
r = t.match(/^ *([^ ] ?)/);
|
||||
if (!r) return;
|
||||
const p = r[1],
|
||||
s = p.trim();
|
||||
if ("<" === s) return;
|
||||
(this.dropCapLetter = p), this.elements.$dropCapLetter.text(s);
|
||||
const a = t
|
||||
.slice(p.length)
|
||||
.replace(/^ */, (e) => new Array(e.length + 1).join(" "));
|
||||
e.html(a).prepend(this.elements.$dropCap);
|
||||
}
|
||||
onInit() {
|
||||
super.onInit(...arguments), this.wrapDropCap();
|
||||
}
|
||||
onElementChange(e) {
|
||||
"drop_cap" === e && this.wrapDropCap();
|
||||
}
|
||||
}
|
||||
t.default = TextEditor;
|
||||
},
|
||||
},
|
||||
]);
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 676 KiB |
|
After Width: | Height: | Size: 103 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.7 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 182 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 43 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 46 KiB |
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 36 KiB |
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 41 KiB |
|
After Width: | Height: | Size: 9.8 KiB |
|
After Width: | Height: | Size: 946 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 40 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 790 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 294 KiB |
|
After Width: | Height: | Size: 542 KiB |