Initial commit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user