About Us
Plugin configuration video
VIDEO
You can get the details instruction for creating facebook app here .
Basically there are four main settings tabs that will help you to setup the plugin to work properly.
Social Networks
In this tab you can choose which social media icons you want to display in the frontend. Here you can order the apperance of the social icons simply by drag and drop of each social icons.
Share options
In this tab you can select the options where you want to display social media share icons.
Display settings
In this tab you can customize the apperance of the social media share icons. You can choose the options to display the share icons below the contennt, above the content or you can choose an options to display in both below and above content. Also you can choose the theme from the pre available 5 themes.
Miscellaneous settings
In this tab you can do the additional settings for the plugin.
You can setup the twitter username.
You can enable/disable the social counter.
Share link - You can enable the share options either in new tab/window or in same widow.
Cache settings - Here you can set the cache settings of the social share counter in hour format.','accesspress-social-share'); ?>
Email settings - If you have enabled the email settings you can setup the email header and body part.','accesspress-social-share'); ?>
Shortcode
You can use shortcode for the display of the social share in the contents. Optionally You can enter the name of the networks you want to display. The networks will be displayed in the order of entered networks.
Example 1: [apss_share]
Available shortcode parameters
networks : You can define which social medias to show in the shortcode. You need to enter the networks name in string in comma separated values. If you don't want to choose which social medias to appear in shortcode, you can discard this option.
Available network parameters are: facebook, twitter, pinterest, linkedin, digg, email, print
share_text: You can add the share text. To use share text use share_text='text to be shared'. If you don't use this parameter the share text will not appear in shortcode.
counter : You can enable or disable the share counter. To enable the share count use counter='1' and to disable it simply don't use counter parameter or use parameter counter = '0'.
total_counter : You can enable or disable the total share counter. To enable the total share count use total_counter='1' and to disable it simply don't use total_counter parameter or use parameter total_counter = '0'.
custom_share_link : You can enter the custom share link in case if the link provided by shortcode is not as per your need. To enable the custom share link use custom_share_link = 'custom link as per your need.'
http_count: You can set this option if you have moved your site from HTTP to HTTPS to show the share counts from your old http site as well. Please note that the share count will fetch if your site has been moved from HTTP to HTTPS eg if your old site was http://example.com and you have moved your site to https://example.com. But please not that if you have changed other url parameters then the count will not work for example if your old page slug was http://example.com/sample-page and you have changed it to https://example.com/sample-page-1 then the share counts will not work for old url.
Example 1.1: [ apss_share networks = 'facebook, twitter, pinterest' share_text = 'Share it' counter = '1' total_counter = '1' http_count = '1' ]
You can use the below shortcode to display the share counts number only in the content using shortcode. You can wrap that number in your reqired html tags and use it as per your need. The share count displayed will be the sum of entered network attributes.
Example 2: [ apss_count ]
Available Parameters
network : You can define which social medias to show total share counts. You need to enter the networks name in string in comma separated values. You need to enter at least one network attribute.
Available network parameters are: facebook, twitter, pinterest, linkedin
Example 2.1: [ apss_count network = 'facebook, pinterest' ]
This will show the sum of share counts from facebook and pinterest.
custom_url_link
Now you can use attribute "custom_url_link" to fetch the share counts for custom url as well.
Example 2.2: [ apss_count network = 'facebook, pinterest' custom_url_link = 'https://xn--rrmokarenistockholm-q6b.se/sample-page' ]
This attribute is useful in case if the shortcode is not fetching the share counts for shortcode placed url and force the shortcode to use the url from the attribute defined in custom_url_link.
For now you can use shortcode [ apss-share ] and [ apss-count ]for the display of the social shares and counts only as well but in upcoming plugin updates this shortcode will be removed and use the new one. So we suggest to use only the new shortcodes.
For the complete documentation please visit: https://accesspressthemes.com/documentation/documentation-plugin-instruction-accesspress-social-share/
import { Button, CardImage, CardOverlay } from '@elementor/app-ui';
export default function SiteTemplateThumbnail( props ) {
return (
);
}
SiteTemplateThumbnail.propTypes = {
id: PropTypes.number,
title: PropTypes.string,
type: PropTypes.string,
thumbnail: PropTypes.string,
placeholder: PropTypes.string,
};
/*! elementor-pro - v3.4.1 - 01-09-2021 */
@charset "UTF-8";
.elementor-bg-transform .elementor-bg {
will-change: transform; }
.elementor-bg-transform-zoom-in:hover .elementor-bg {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.elementor-bg-transform-zoom-out .elementor-bg {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.elementor-bg-transform-zoom-out:hover .elementor-bg {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.elementor-bg-transform-move-left .elementor-bg {
-webkit-transform: scale(1.2) translateX(8%);
-ms-transform: scale(1.2) translateX(8%);
transform: scale(1.2) translateX(8%); }
.elementor-bg-transform-move-left:hover .elementor-bg {
-webkit-transform: scale(1.2) translateX(-8%);
-ms-transform: scale(1.2) translateX(-8%);
transform: scale(1.2) translateX(-8%); }
.elementor-bg-transform-move-right .elementor-bg {
-webkit-transform: scale(1.2) translateX(-8%);
-ms-transform: scale(1.2) translateX(-8%);
transform: scale(1.2) translateX(-8%); }
.elementor-bg-transform-move-right:hover .elementor-bg {
-webkit-transform: scale(1.2) translateX(8%);
-ms-transform: scale(1.2) translateX(8%);
transform: scale(1.2) translateX(8%); }
.elementor-bg-transform-move-up .elementor-bg {
-webkit-transform: scale(1.2) translateY(8%);
-ms-transform: scale(1.2) translateY(8%);
transform: scale(1.2) translateY(8%); }
.elementor-bg-transform-move-up:hover .elementor-bg {
-webkit-transform: scale(1.2) translateY(-8%);
-ms-transform: scale(1.2) translateY(-8%);
transform: scale(1.2) translateY(-8%); }
.elementor-bg-transform-move-down .elementor-bg {
-webkit-transform: scale(1.2) translateY(-8%);
-ms-transform: scale(1.2) translateY(-8%);
transform: scale(1.2) translateY(-8%); }
.elementor-bg-transform-move-down:hover .elementor-bg {
-webkit-transform: scale(1.2) translateY(8%);
-ms-transform: scale(1.2) translateY(8%);
transform: scale(1.2) translateY(8%); }
/*---------------------------------------------------------------------------*/
.elementor-animated-content {
--translate: 0, 0; }
.elementor-animated-content:hover .elementor-animated-item--grow {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.elementor-animated-content:hover .elementor-animated-item--shrink {
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
transform: scale(0.85); }
.elementor-animated-content:hover .elementor-animated-item--shrink-contained {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.elementor-animated-content:hover .elementor-animated-item--enter-zoom-out, .elementor-animated-content:hover .elementor-animated-item--enter-zoom-in, .elementor-animated-content:hover .elementor-animated-item--fade-in {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1; }
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out, .elementor-animated-content:hover .elementor-animated-item--exit-zoom-in, .elementor-animated-content:hover .elementor-animated-item--fade-out {
opacity: 0; }
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out {
-webkit-transform: scale(0.2);
-ms-transform: scale(0.2);
transform: scale(0.2); }
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in {
-webkit-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2); }
.elementor-animated-content:hover .elementor-animated-item--enter-from-right, .elementor-animated-content:hover .elementor-animated-item--enter-from-left, .elementor-animated-content:hover .elementor-animated-item--enter-from-top, .elementor-animated-content:hover .elementor-animated-item--enter-from-bottom {
opacity: 1;
-webkit-transform: translateY(0) translateX(0);
-ms-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0); }
.elementor-animated-content:hover .elementor-animated-item--exit-to-right {
-webkit-transform: translateX(1000px);
-ms-transform: translateX(1000px);
transform: translateX(1000px); }
.elementor-animated-content:hover .elementor-animated-item--exit-to-left {
-webkit-transform: translateX(-1000px);
-ms-transform: translateX(-1000px);
transform: translateX(-1000px); }
.elementor-animated-content:hover .elementor-animated-item--exit-to-top {
-webkit-transform: translateY(-600px);
-ms-transform: translateY(-600px);
transform: translateY(-600px); }
.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom {
-webkit-transform: translateY(600px);
-ms-transform: translateY(600px);
transform: translateY(600px); }
.elementor-animated-content:hover .elementor-animated-item--exit-to-right, .elementor-animated-content:hover .elementor-animated-item--exit-to-left, .elementor-animated-content:hover .elementor-animated-item--exit-to-top, .elementor-animated-content:hover .elementor-animated-item--exit-to-bottom {
opacity: 0; }
.elementor-animated-content:hover .elementor-animated-item--move-right {
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px); }
.elementor-animated-content:hover .elementor-animated-item--move-left {
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
transform: translateX(-30px); }
.elementor-animated-content:hover .elementor-animated-item--move-up {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px); }
.elementor-animated-content:hover .elementor-animated-item--move-down {
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px); }
.elementor-animated-content:hover .elementor-animated-item--move-contained-right {
--translate: 8%, 0; }
.elementor-animated-content:hover .elementor-animated-item--move-contained-left {
--translate: -8%, 0; }
.elementor-animated-content:hover .elementor-animated-item--move-contained-top {
--translate: 0, -8%; }
.elementor-animated-content:hover .elementor-animated-item--move-contained-bottom {
--translate: 0, 8%; }
.elementor-animated-content *[class^="elementor-animated-item"] {
will-change: transform, opacity; }
.elementor-animated-content .elementor-animated-item--shrink-contained {
-webkit-transform: scale(1.17);
-ms-transform: scale(1.17);
transform: scale(1.17); }
.elementor-animated-content .elementor-animated-item--enter-zoom-in {
-webkit-transform: scale(0.2);
-ms-transform: scale(0.2);
transform: scale(0.2); }
.elementor-animated-content .elementor-animated-item--enter-zoom-out {
-webkit-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2); }
.elementor-animated-content .elementor-animated-item--enter-zoom-out, .elementor-animated-content .elementor-animated-item--enter-zoom-in, .elementor-animated-content .elementor-animated-item--fade-in {
opacity: 0; }
.elementor-animated-content .elementor-animated-item--exit-zoom-out, .elementor-animated-content .elementor-animated-item--exit-zoom-in, .elementor-animated-content .elementor-animated-item--fade-out {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.elementor-animated-content .elementor-animated-item--enter-from-right {
-webkit-transform: translateX(1000px);
-ms-transform: translateX(1000px);
transform: translateX(1000px); }
.elementor-animated-content .elementor-animated-item--enter-from-left {
-webkit-transform: translateX(-1000px);
-ms-transform: translateX(-1000px);
transform: translateX(-1000px); }
.elementor-animated-content .elementor-animated-item--enter-from-top {
-webkit-transform: translateY(-600px);
-ms-transform: translateY(-600px);
transform: translateY(-600px); }
.elementor-animated-content .elementor-animated-item--enter-from-bottom {
-webkit-transform: translateY(500px);
-ms-transform: translateY(500px);
transform: translateY(500px); }
.elementor-animated-content .elementor-animated-item--enter-from-right, .elementor-animated-content .elementor-animated-item--enter-from-left, .elementor-animated-content .elementor-animated-item--enter-from-top, .elementor-animated-content .elementor-animated-item--enter-from-bottom {
opacity: 0; }
.elementor-animated-content .elementor-animated-item--exit-to-right, .elementor-animated-content .elementor-animated-item--exit-to-left, .elementor-animated-content .elementor-animated-item--exit-to-top, .elementor-animated-content .elementor-animated-item--exit-to-bottom {
opacity: 1;
-webkit-transform: translateY(0) translateX(0);
-ms-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0); }
.elementor-animated-content .elementor-animated-item--move-contained-right, .elementor-animated-content .elementor-animated-item--move-contained-left, .elementor-animated-content .elementor-animated-item--move-contained-top, .elementor-animated-content .elementor-animated-item--move-contained-bottom {
-webkit-transform: scale(1.2) translate(var(--translate));
-ms-transform: scale(1.2) translate(var(--translate));
transform: scale(1.2) translate(var(--translate)); }
.elementor-editor-active .elementor.elementor-edit-mode .elementor-widget.elementor-global-widget:hover {
outline: 1px solid #fec449; }
.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings {
background-image: -webkit-gradient(linear, left bottom, left top, from(#feb416), to(#fec449));
background-image: -webkit-linear-gradient(bottom, #feb416, #fec449);
background-image: -o-linear-gradient(bottom, #feb416, #fec449);
background-image: linear-gradient(to top, #feb416, #fec449); }
.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting:hover {
background-color: #feb416; }
.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting.elementor-editor-element-save {
display: none; }
body.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images,
body.woocommerce div.product .elementor-widget-woocommerce-product-images div.images, body.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images,
body.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images {
float: none;
width: 100%;
padding: 0; }
body.rtl.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images,
body.rtl.woocommerce div.product .elementor-widget-woocommerce-product-images div.images, body.rtl.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images,
body.rtl.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images {
float: none;
padding: 0; }
.woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form),
.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart {
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.woocommerce div.product.elementor .quantity .qty {
vertical-align: top;
margin-left: 0; }
.woocommerce div.product.elementor .quantity + .button {
margin-right: 10px; }
.woocommerce div.product.elementor .woocommerce-variation-add-to-cart .quantity input {
height: 100%; }
.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart:not(.grouped_form):not(.variations_form),
.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart.variations_form .woocommerce-variation-add-to-cart {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart:not(.grouped_form):not(.variations_form),
.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart.variations_form .woocommerce-variation-add-to-cart {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart:not(.grouped_form):not(.variations_form),
.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart.variations_form .woocommerce-variation-add-to-cart {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart:not(.grouped_form):not(.variations_form) div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity, .woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart:not(.grouped_form):not(.variations_form) div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity, .woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart:not(.grouped_form):not(.variations_form) div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity {
margin-left: initial; }
.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart:not(.grouped_form):not(.variations_form) button,
.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart.variations_form .woocommerce-variation-add-to-cart button, .woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart:not(.grouped_form):not(.variations_form) button,
.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart.variations_form .woocommerce-variation-add-to-cart button, .woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart:not(.grouped_form):not(.variations_form) button,
.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart.variations_form .woocommerce-variation-add-to-cart button {
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart:not(.grouped_form):not(.variations_form),
.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart:not(.grouped_form):not(.variations_form) div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity {
margin-left: auto; }
.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart:not(.grouped_form):not(.variations_form) button,
.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart button {
-ms-flex-preferred-size: 100%;
flex-basis: 100%; }
@media (max-width: 1024px) {
.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart:not(.grouped_form):not(.variations_form),
.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart.variations_form .woocommerce-variation-add-to-cart {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart:not(.grouped_form):not(.variations_form),
.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart.variations_form .woocommerce-variation-add-to-cart {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart:not(.grouped_form):not(.variations_form),
.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart.variations_form .woocommerce-variation-add-to-cart {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart:not(.grouped_form):not(.variations_form) div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity, .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart:not(.grouped_form):not(.variations_form) div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity, .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart:not(.grouped_form):not(.variations_form) div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity {
margin-left: initial; }
.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart:not(.grouped_form):not(.variations_form) button,
.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart.variations_form .woocommerce-variation-add-to-cart button, .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart:not(.grouped_form):not(.variations_form) button,
.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart.variations_form .woocommerce-variation-add-to-cart button, .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart:not(.grouped_form):not(.variations_form) button,
.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart.variations_form .woocommerce-variation-add-to-cart button {
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart:not(.grouped_form):not(.variations_form),
.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart:not(.grouped_form):not(.variations_form) div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity {
margin-left: auto; }
.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart:not(.grouped_form):not(.variations_form) button,
.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart button {
-ms-flex-preferred-size: 100%;
flex-basis: 100%; } }
@media (max-width: 767px) {
.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart:not(.grouped_form):not(.variations_form),
.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart.variations_form .woocommerce-variation-add-to-cart {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart:not(.grouped_form):not(.variations_form),
.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart.variations_form .woocommerce-variation-add-to-cart {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart:not(.grouped_form):not(.variations_form),
.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart.variations_form .woocommerce-variation-add-to-cart {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart:not(.grouped_form):not(.variations_form) div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity, .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart:not(.grouped_form):not(.variations_form) div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity, .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart:not(.grouped_form):not(.variations_form) div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity {
margin-left: initial; }
.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart:not(.grouped_form):not(.variations_form) button,
.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart.variations_form .woocommerce-variation-add-to-cart button, .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart:not(.grouped_form):not(.variations_form) button,
.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart.variations_form .woocommerce-variation-add-to-cart button, .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart:not(.grouped_form):not(.variations_form) button,
.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart.variations_form .woocommerce-variation-add-to-cart button {
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart:not(.grouped_form):not(.variations_form),
.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart:not(.grouped_form):not(.variations_form) div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity {
margin-left: auto; }
.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart:not(.grouped_form):not(.variations_form) button,
.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart button {
-ms-flex-preferred-size: 100%;
flex-basis: 100%; } }
.woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-info button.button.alt.elementor-button {
background-color: #5bc0de; }
.woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-success button.button.alt.elementor-button {
background-color: #5cb85c; }
.woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-warning button.button.alt.elementor-button {
background-color: #f0ad4e; }
.woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-danger button.button.alt.elementor-button {
background-color: #d9534f; }
.elementor-widget-wc-add-to-cart .quantity {
display: inline-block; }
.elementor-widget-wc-add-to-cart.elementor-align-center form.cart {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.elementor-widget-wc-add-to-cart.elementor-align-right form.cart {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.elementor-widget-wc-add-to-cart.elementor-align-left form.cart {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.woocommerce div.product.elementor {
/* Reset WC tabs style */
/* End Reset WC tabs style */ }
.woocommerce div.product.elementor ul.tabs:before {
position: static;
content: none;
width: auto;
bottom: auto;
left: auto;
border-bottom: 0;
z-index: auto; }
.woocommerce div.product.elementor ul.tabs {
margin: 0; }
.woocommerce div.product.elementor ul.tabs li {
padding: 0; }
.woocommerce div.product.elementor ul.tabs li a {
padding: .8em 1.2em;
line-height: 1; }
.woocommerce div.product.elementor ul.tabs li:after,
.woocommerce div.product.elementor ul.tabs li:before {
border: 0;
position: static;
bottom: auto;
width: auto;
height: auto;
content: none;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.woocommerce div.product.elementor .woocommerce-tabs .panel {
margin: 0;
padding: 20px;
border-radius: 0;
border-width: 0;
border-top: 1px solid #d3ced2;
-webkit-box-shadow: none;
box-shadow: none;
margin-top: -1px; }
.woocommerce div.product.elementor .elementor-product-price-block-yes .price del,
.woocommerce div.product.elementor .elementor-product-price-block-yes .price ins {
display: block; }
.elementor-widget-woocommerce-product-meta .detail-container {
position: relative; }
.elementor-widget-woocommerce-product-meta .detail-container:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%; }
.elementor-widget-woocommerce-product-meta .detail-label {
font-weight: bold; }
.elementor-woo-meta--view-inline .product_meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.elementor-woo-meta--view-inline .product_meta .detail-container:after {
width: auto;
left: auto;
right: auto;
position: absolute;
height: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border-top: 0;
border-bottom: 0;
border-right: 0;
border-left-width: 1px;
border-style: solid;
left: -8px; }
.elementor-woo-meta--view-table .product_meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.elementor-woo-meta--view-table .product_meta .detail-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.elementor-woo-meta--view-table .product_meta .detail-label {
min-width: 108px; }
.elementor-woo-meta--view-stacked .product_meta .detail-container {
display: block; }
.woocommerce div.product.elementor .woocommerce-product-rating {
margin-bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.woocommerce div.product.elementor .star-rating {
margin-top: 0; }
.elementor-product-rating--align-left .woocommerce-product-rating {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.elementor-product-rating--align-right .woocommerce-product-rating {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.elementor-product-rating--align-center .woocommerce-product-rating {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.elementor-product-rating--align-justify .woocommerce-product-rating .woocommerce-review-link {
margin-right: auto; }
.elementor-products-grid ul.products.elementor-grid {
display: grid;
margin: 0;
grid-column-gap: 20px;
grid-row-gap: 40px; }
.elementor-products-grid ul.products.elementor-grid:before, .elementor-products-grid ul.products.elementor-grid:after {
content: none;
display: none; }
.elementor-products-grid ul.products.elementor-grid li.product {
width: auto;
padding: 0;
margin: 0;
float: none; }
.elementor-products-grid ul.products.elementor-grid li.product .onsale {
padding: 0;
display: none; }
.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link {
display: block;
position: relative; }
.elementor-products-grid:not(.show-heading-yes) .products > h2 {
display: none; }
.elementor-products-grid nav.woocommerce-pagination {
margin-top: 40px; }
.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul {
border: none 0; }
.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul li {
border-right: none 0;
border-left: none 0; }
.elementor-product-loop-item--align-left ul.products li.product .star-rating {
margin-right: auto; }
.elementor-product-loop-item--align-right ul.products li.product .star-rating {
margin-left: auto; }
.elementor-product-loop-item--align-center ul.products li.product .star-rating {
margin-right: auto;
margin-left: auto; }
.woocommerce .elementor-element.elementor-products-grid ul.products li.product {
width: auto; }
.woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product,
.woocommerce div.product .elementor-element.elementor-products-grid .upsells.products ul.products li.product {
width: auto; }
@media (min-width: 1025px) {
.elementor-widget-wc-archive-products .woocommerce.columns-2 ul.products {
grid-template-columns: repeat(2, 1fr); }
.elementor-widget-wc-archive-products .woocommerce.columns-3 ul.products {
grid-template-columns: repeat(3, 1fr); }
.elementor-widget-wc-archive-products .woocommerce.columns-4 ul.products {
grid-template-columns: repeat(4, 1fr); }
.elementor-widget-wc-archive-products .woocommerce.columns-5 ul.products {
grid-template-columns: repeat(5, 1fr); }
.elementor-widget-wc-archive-products .woocommerce.columns-6 ul.products {
grid-template-columns: repeat(6, 1fr); }
.elementor-widget-wc-archive-products .woocommerce.columns-7 ul.products {
grid-template-columns: repeat(7, 1fr); }
.elementor-widget-wc-archive-products .woocommerce.columns-8 ul.products {
grid-template-columns: repeat(8, 1fr); }
.elementor-widget-wc-archive-products .woocommerce.columns-9 ul.products {
grid-template-columns: repeat(9, 1fr); }
.elementor-widget-wc-archive-products .woocommerce.columns-10 ul.products {
grid-template-columns: repeat(10, 1fr); }
.elementor-widget-wc-archive-products .woocommerce.columns-11 ul.products {
grid-template-columns: repeat(11, 1fr); }
.elementor-widget-wc-archive-products .woocommerce.columns-12 ul.products {
grid-template-columns: repeat(12, 1fr); } }
@media (max-width: 1024px) {
.elementor-widget-wc-archive-products .products {
grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px) {
.elementor-widget-wc-archive-products .products {
grid-template-columns: repeat(2, 1fr); } }
.elementor.product .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper {
overflow: hidden; }
.woocommerce .elementor-widget-woocommerce-product-images span.onsale {
padding: 0; }
.elementor-menu-cart__wrapper {
text-align: var(--main-alignment, right); }
.elementor-menu-cart__toggle_wrapper {
display: inline-block;
position: relative; }
.elementor-menu-cart__toggle {
display: inline-block; }
.elementor-menu-cart__toggle .elementor-button {
background-color: var(--toggle-button-background-color, transparent);
color: var(--toggle-button-text-color, #818a91);
border-style: var(--toggle-button-border-type, solid);
border-width: var(--toggle-button-border-width, 1px);
border-color: var(--toggle-button-border-color, #818a91);
border-radius: var(--toggle-button-border-radius, 0px);
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: var(--toggle-icon-padding, 12px 24px); }
.elementor-menu-cart__toggle .elementor-button:hover {
color: var(--toggle-button-hover-text-color, #818a91);
background-color: var(--toggle-button-hover-background-color, transparent);
border-color: var(--toggle-button-hover-border-color, #818a91); }
.elementor-menu-cart__toggle .elementor-button:hover .elementor-button-icon {
color: var(--toggle-button-icon-hover-color, #818a91); }
.elementor-menu-cart__toggle .elementor-button-text {
margin-left: 0.3em; }
.elementor-menu-cart__toggle .elementor-button-icon {
position: relative;
-webkit-transition: color 0.1s;
-o-transition: color 0.1s;
transition: color 0.1s;
color: var(--toggle-button-icon-color, #818a91);
font-size: var(--toggle-icon-size, inherit); }
.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
content: attr(data-counter);
display: block;
position: absolute;
min-width: 1.6em;
height: 1.6em;
line-height: 1.5em;
top: -0.7em;
left: -0.7em;
border-radius: 100%;
color: var(--items-indicator-text-color, #fff);
background-color: var(--items-indicator-background-color, #d9534f);
text-align: center;
font-size: 10px; }
.elementor-menu-cart--items-indicator-plain .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
content: attr(data-counter);
display: inline-block;
font-weight: normal; }
.elementor-menu-cart__container {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
overflow: hidden;
position: fixed;
z-index: 9998;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.25);
-webkit-transition: background-color 0.4s, -webkit-transform 0s;
transition: background-color 0.4s, -webkit-transform 0s;
-o-transition: background-color 0.4s, transform 0s;
transition: background-color 0.4s, transform 0s;
transition: background-color 0.4s, transform 0s, -webkit-transform 0s;
text-align: right; }
.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__container {
background-color: transparent;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: background-color 0.4s, -webkit-transform 0s 0.4s;
transition: background-color 0.4s, -webkit-transform 0s 0.4s;
-o-transition: background-color 0.4s, transform 0s 0.4s;
transition: background-color 0.4s, transform 0s 0.4s;
transition: background-color 0.4s, transform 0s 0.4s, -webkit-transform 0s 0.4s; }
.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__container .dialog-lightbox-close-button {
display: none; }
.elementor-menu-cart__main {
position: fixed;
left: var(--side-cart-alignment-left, 0);
right: var(--side-cart-alignment-right, auto);
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
top: 0;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
font-size: 14px;
min-height: 200px;
width: 350px;
max-width: 100%;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
padding: var(--cart-padding, 20px 30px);
background-color: var(--cart-background-color, #fff);
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
border-style: var(--cart-border-style, none);
border-color: var(--cart-border-color, initial);
border-radius: var(--cart-border-radius, 0px);
margin-top: var(--mini-cart-spacing, 0px); }
.elementor-menu-cart__main .widget_shopping_cart_content {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.elementor-menu-cart__main .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
color: var(--empty-message-color, inherit);
text-align: var(--empty-message-alignment, right); }
.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__main {
overflow: hidden;
opacity: 0;
-webkit-transform: var(--side-cart-alignment-transform, translateX(-100%));
-ms-transform: var(--side-cart-alignment-transform, translateX(-100%));
transform: var(--side-cart-alignment-transform, translateX(-100%)); }
.elementor-menu-cart__close-button {
width: var(--cart-close-icon-size, 25px);
height: var(--cart-close-icon-size, 25px);
position: relative;
margin: 0 0 20px;
-ms-flex-item-align: end;
align-self: flex-end;
cursor: pointer;
display: inline-block;
font-family: eicons;
font-size: 20px;
line-height: 1;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s; }
.elementor-menu-cart__close-button:before, .elementor-menu-cart__close-button:after {
content: '';
position: absolute;
height: 3px;
width: 100%;
top: 50%;
left: 0;
margin-top: -1px;
background: var(--cart-close-button-color, #818a91);
border-radius: 1px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s; }
.elementor-menu-cart__close-button:hover::before, .elementor-menu-cart__close-button:hover::after {
background: var(--cart-close-button-hover-color, #818a91); }
.elementor-menu-cart__close-button::before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.elementor-menu-cart__close-button::after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }
.elementor-menu-cart__products {
max-height: calc(100vh - 250px);
overflow: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch; }
.elementor-menu-cart__product {
display: grid;
grid-template-columns: 28% auto;
grid-template-rows: var(--price-quantity-position--grid-template-rows, auto auto);
position: relative;
border-width: 0 0 var(--divider-width, 1px);
border-bottom-style: var(--divider-style, solid);
border-bottom-color: var(--divider-color, #D4D4D4); }
.elementor-menu-cart__product-image {
grid-row-start: 1;
grid-row-end: 3;
width: 100%; }
.elementor-menu-cart__product-image img, .elementor-menu-cart__product-image a {
display: block; }
.elementor-menu-cart__product-name {
grid-column-start: 2;
grid-column-end: 3;
margin: 0; }
.elementor-menu-cart__product-name a {
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s; }
.elementor-menu-cart__product-price {
grid-column-start: 2;
grid-column-end: 3;
-ms-flex-item-align: var(--price-quantity-position--align-self, end);
align-self: var(--price-quantity-position--align-self, end);
font-weight: 300;
color: var(--product-price-color, #D4D4D4); }
.elementor-menu-cart__product-name, .elementor-menu-cart__product-price {
font-size: 14px;
padding-right: 20px; }
.elementor-menu-cart__product-remove {
color: #818a91;
width: var(--remove-item-button-size, 22px);
height: var(--remove-item-button-size, 22px);
border-radius: var(--remove-item-button-size, 22px);
border: 1px solid var(--remove-item-button-color, #D4D4D4);
text-align: center;
overflow: hidden;
position: absolute;
left: 0;
bottom: 20px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s; }
.elementor-menu-cart__product-remove:hover {
border: 1px solid var(--remove-item-button-hover-color, #D4D4D4); }
.elementor-menu-cart__product-remove:hover::before, .elementor-menu-cart__product-remove:hover::after {
background: var(--remove-item-button-hover-color, #D4D4D4); }
.elementor-menu-cart__product-remove:before, .elementor-menu-cart__product-remove:after {
content: '';
position: absolute;
height: 1px;
width: 50%;
top: 50%;
left: 25%;
margin-top: -1px;
background: var(--remove-item-button-color, #D4D4D4);
z-index: 1;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s; }
.elementor-menu-cart__product-remove::before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.elementor-menu-cart__product-remove::after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }
.elementor-menu-cart__product-remove > a {
display: block;
z-index: 2;
width: 100%;
height: 100%;
overflow: hidden;
opacity: 0;
position: absolute; }
.elementor-menu-cart__product-remove > a.remove_from_cart_button {
display: var(--remove-from-cart-button, block); }
.elementor-menu-cart__product-remove > a.elementor_remove_from_cart_button {
display: var(--elementor-remove-from-cart-button, none); }
.elementor-menu-cart__product:last-child {
border: none; }
.elementor-menu-cart__product:not(:first-of-type), .elementor-menu-cart__subtotal, .elementor-menu-cart__footer-buttons {
padding-top: var(--product-divider-gap, 20px); }
.elementor-menu-cart__product {
padding-left: 30px; }
.elementor-menu-cart__product, .elementor-menu-cart__subtotal {
padding-bottom: var(--product-divider-gap, 20px); }
.elementor-menu-cart__subtotal {
font-size: 20px;
text-align: var(--menu-cart-subtotal-text-align, center);
font-weight: 600;
color: var(--menu-cart-subtotal-color, inherit);
border-style: var(--subtotal-divider-style, solid);
border-width: var(--subtotal-divider-top-width, 1px) var(--subtotal-divider-right-width, 1px) var(--subtotal-divider-bottom-width, 1px) var(--subtotal-divider-left-width, 1px);
border-color: var(--subtotal-divider-color, #D4D4D4); }
.elementor-menu-cart__footer-buttons {
font-size: 20px;
text-align: var(--cart-footer-buttons-alignment-text-align, center);
display: var(--cart-footer-buttons-alignment-display, grid);
grid-template-columns: var(--cart-footer-layout, 1fr 1fr);
margin-top: var(--cart-buttons-position-margin, 0);
grid-column-gap: var(--space-between-buttons, 10px);
grid-row-gap: var(--space-between-buttons, 10px); }
.elementor-menu-cart__footer-buttons .elementor-button {
display: inline-block;
border-radius: var(--cart-footer-buttons-border-radius, 0px); }
.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
display: var(--view-cart-button-display, inline-block);
color: var(--view-cart-button-text-color, #fff);
padding: var(--view-cart-button-padding, 15px);
background-color: var(--view-cart-button-background-color, #818a91);
width: var(--view-cart-button-width, 100%);
height: var(--view-cart-button-height, 100%); }
.elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover {
color: var(--view-cart-button-hover-text-color, #fff);
background-color: var(--view-cart-button-hover-background-color, #818a91); }
.elementor-menu-cart__footer-buttons .elementor-button--checkout {
display: var(--checkout-button-display, inline-block);
color: var(--checkout-button-text-color, #fff);
padding: var(--checkout-button-padding, 15px);
background-color: var(--checkout-button-background-color, #818a91);
width: var(--checkout-button-width, 100%);
height: var(--checkout-button-height, 100%); }
.elementor-menu-cart__footer-buttons .elementor-button--checkout:hover {
color: var(--checkout-button-hover-text-color, #fff);
background-color: var(--checkout-button-hover-background-color, #818a91); }
@media (max-width: 767px) {
.elementor-menu-cart__footer-buttons .elementor-button {
padding-left: 10px;
padding-right: 10px; } }
/* The following is all to apply settings from the controls */
.elementor-widget-woocommerce-menu-cart {
/* Fix to prevent the cart modal flash when using the typography controls */
/* Fix for short-lived legacy cart type */ }
.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-subtotal-yes) .elementor-menu-cart__toggle .elementor-button-text {
display: none; }
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--empty-indicator-hide .elementor-menu-cart__toggle .elementor-button-icon[data-counter="0"]:before {
content: none; }
.elementor-widget-woocommerce-menu-cart.toggle-icon--bag-light .elementor-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e3'; }
.elementor-widget-woocommerce-menu-cart.toggle-icon--bag-medium .elementor-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e4'; }
.elementor-widget-woocommerce-menu-cart.toggle-icon--bag-solid .elementor-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e5'; }
.elementor-widget-woocommerce-menu-cart.toggle-icon--basket-light .elementor-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e6'; }
.elementor-widget-woocommerce-menu-cart.toggle-icon--basket-medium .elementor-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e7'; }
.elementor-widget-woocommerce-menu-cart.toggle-icon--basket-solid .elementor-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e8'; }
.elementor-widget-woocommerce-menu-cart.toggle-icon--cart-light .elementor-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e9'; }
.elementor-widget-woocommerce-menu-cart.toggle-icon--cart-medium .elementor-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8ea'; }
.elementor-widget-woocommerce-menu-cart.toggle-icon--cart-solid .elementor-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8eb'; }
.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-remove-button-yes) .elementor-menu-cart__product {
padding-left: 0;
padding-right: 0;
grid-template-columns: 25% auto; }
.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-remove-button-yes) .elementor-menu-cart__product-remove {
display: none; }
.elementor-widget-woocommerce-menu-cart.remove-item-position--top .elementor-menu-cart__product-remove {
top: 0;
bottom: auto; }
.elementor-widget-woocommerce-menu-cart.remove-item-position--top .elementor-menu-cart__products .cart_item:not(:first-of-type) .elementor-menu-cart__product-remove {
top: 20px;
bottom: auto; }
.elementor-widget-woocommerce-menu-cart.remove-item-position--middle .elementor-menu-cart__product-remove {
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
transform: translateY(50%);
bottom: 50%; }
.elementor-widget-woocommerce-menu-cart.remove-item-position--bottom .elementor-menu-cart__product-remove {
top: auto;
bottom: 20px; }
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart {
/* The sticky setting in Elementor uses z-index 99 so we use 89 to keep it below sticky headers but above all other content
and still allow 10 layers if 3rd party want to insert content between ours. */ }
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container {
position: absolute;
z-index: 89;
width: auto;
height: auto;
overflow: visible;
top: 100%;
bottom: auto;
background: none;
min-width: 330px;
right: 0;
left: auto;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: background-color 0.4s, -webkit-transform 0s;
transition: background-color 0.4s, -webkit-transform 0s;
-o-transition: background-color 0.4s, transform 0s;
transition: background-color 0.4s, transform 0s;
transition: background-color 0.4s, transform 0s, -webkit-transform 0s; }
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main {
width: auto;
height: auto;
position: relative;
top: auto;
bottom: auto;
right: auto;
left: auto;
overflow: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s; }
@media (max-width: 767px) {
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container {
min-width: 300px; } }
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart:not(.elementor-menu-cart--shown) .elementor-widget-container .elementor-menu-cart__container {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: background-color 0.4s, -webkit-transform 0s 0.4s;
transition: background-color 0.4s, -webkit-transform 0s 0.4s;
-o-transition: background-color 0.4s, transform 0s 0.4s;
transition: background-color 0.4s, transform 0s 0.4s;
transition: background-color 0.4s, transform 0s 0.4s, -webkit-transform 0s 0.4s; }
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart:not(.elementor-menu-cart--shown) .elementor-widget-container .elementor-menu-cart__main {
opacity: 0;
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px); }
.elementor-edit-area-active .elementor-widget-woocommerce-menu-cart.elementor-widget.elementor-loading.elementor-menu-cart--shown {
opacity: 1;
/* This keeps mini-cart panels above other widgets so there's no flash when using the typography controls.
The sticky setting in Elementor uses z-index 99 so we use 89 to keep it below sticky headers but above all other content
and still allow 10 layers if 3rd party want to insert content between ours. */ }
.elementor-edit-area-active .elementor-widget-woocommerce-menu-cart.elementor-widget.elementor-loading.elementor-menu-cart--shown .elementor-menu-cart__container {
z-index: 9998; }
.elementor-edit-area-active .elementor-widget-woocommerce-menu-cart.elementor-widget.elementor-loading.elementor-menu-cart--shown.elementor-menu-cart--cart-type-mini-cart {
z-index: 89; }
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-dropdown .elementor-menu-cart__container {
display: none; }
.product .count {
background-color: inherit; }
.elementor-widget-woocommerce-product-additional-information:not(.elementor-show-heading-yes) h2 {
display: none; }
.woocommerce div.product.elementor form.cart div.product-addon {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-negative: 0;
flex-shrink: 0; }
.elementor-theme-builder-content-area {
height: 400px; }
.elementor-location-header:before,
.elementor-location-footer:before {
content: '';
display: table;
clear: both; }
.elementor-posts.elementor-posts--skin-archive_full_content article.elementor-post {
display: block; }
.elementor-post-navigation-borders-yes .elementor-post-navigation.elementor-grid {
color: #D4D4D4;
border: none;
border-top: 1px solid;
border-bottom: 1px solid;
padding-top: 10px;
padding-bottom: 10px; }
.elementor-post-navigation-borders-yes .elementor-post-navigation__separator {
height: 100%;
width: 1px;
margin: 0 auto;
background-color: #D4D4D4; }
.elementor-post-navigation {
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.elementor-post-navigation .post-navigation__arrow-wrapper {
color: #D4D4D4; }
.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-prev {
font-size: 30px;
padding-left: 15px; }
.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-next {
font-size: 30px;
padding-right: 15px; }
.elementor-post-navigation .post-navigation__arrow-wrapper i {
-webkit-transform: translateY(-5%);
-ms-transform: translateY(-5%);
transform: translateY(-5%); }
.elementor-post-navigation .elementor-post-navigation__link__prev, .elementor-post-navigation .elementor-post-navigation__link__next {
overflow: hidden; }
.elementor-post-navigation .elementor-post-navigation__link a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
max-width: 100%; }
.elementor-post-navigation .post-navigation__prev--label, .elementor-post-navigation .post-navigation__next--label {
text-transform: uppercase;
font-size: 0.8em; }
.elementor-post-navigation .post-navigation__prev--title, .elementor-post-navigation .post-navigation__next--title {
font-size: 0.7em; }
.elementor-post-navigation .post-navigation__prev--label, .elementor-post-navigation .post-navigation__prev--title, .elementor-post-navigation .post-navigation__next--label, .elementor-post-navigation .post-navigation__next--title {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis; }
.elementor-post-navigation span.elementor-post-navigation__link__next {
text-align: left; }
.elementor-post-navigation span.elementor-post-navigation__link__next, .elementor-post-navigation span.elementor-post-navigation__link__prev {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.elementor-post-navigation .elementor-grid {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.elementor-post-navigation .elementor-post-navigation__link {
width: calc( 50% - ( 1px / 2 ));
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis; }
.elementor-post-navigation .elementor-post-navigation__separator-wrapper {
text-align: center; }
.elementor-post-navigation .elementor-post-navigation__next {
text-align: left; }
.elementor-post-navigation .elementor-post-navigation__next a {
float: left; }
.elementor-search-form {
display: block;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
/*------ Reset ------*/ }
.elementor-search-form .e-font-icon-svg-container {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.elementor-search-form input[type="search"], .elementor-search-form button {
margin: 0;
border: 0;
padding: 0;
display: inline-block;
vertical-align: middle;
white-space: normal;
background: none;
line-height: 1;
min-width: 0;
font-size: 15px;
-webkit-appearance: none;
-moz-appearance: none; }
.elementor-search-form input[type="search"]:focus, .elementor-search-form button:focus {
outline: 0;
color: inherit; }
.elementor-search-form button {
background-color: #818a91;
font-size: var(--e-search-form-submit-icon-size, 16px);
color: #fff;
border-radius: 0; }
.elementor-search-form__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
overflow: hidden;
border: 0 solid transparent;
min-height: 50px; }
.elementor-search-form__container:not(.elementor-search-form--full-screen) {
background: #eceeef; }
.elementor-search-form__input {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
color: #55595c;
-webkit-transition: color 0.2s;
-o-transition: color 0.2s;
transition: color 0.2s; }
.elementor-search-form__input::-webkit-input-placeholder {
color: inherit;
font-family: inherit;
opacity: 0.6; }
.elementor-search-form__input:-ms-input-placeholder {
color: inherit;
font-family: inherit;
opacity: 0.6; }
.elementor-search-form__input::-moz-placeholder {
color: inherit;
font-family: inherit;
opacity: 0.6; }
.elementor-search-form__input:-moz-placeholder {
color: inherit;
font-family: inherit;
opacity: 0.6; }
.elementor-search-form__input::-ms-input-placeholder {
color: inherit;
font-family: inherit;
opacity: 0.6; }
.elementor-search-form__input::placeholder {
color: inherit;
font-family: inherit;
opacity: 0.6; }
.elementor-search-form__submit {
-webkit-transition: color 0.2s, background 0.2s;
-o-transition: color 0.2s, background 0.2s;
transition: color 0.2s, background 0.2s;
font-size: var(--e-search-form-submit-icon-size, 16px); }
.elementor-search-form__submit svg {
fill: var(--e-search-form-submit-text-color, #fff);
width: var(--e-search-form-submit-icon-size, 16px);
height: var(--e-search-form-submit-icon-size, 16px); }
.elementor-search-form .elementor-search-form__submit, .elementor-search-form .elementor-search-form__submit:hover {
color: var(--e-search-form-submit-text-color, #fff);
border: none;
border-radius: 0; }
.elementor-search-form--button-type-text .elementor-search-form__submit {
-ms-flex-negative: 0;
flex-shrink: 0; }
.elementor-search-form--skin-minimal .elementor-search-form__icon {
opacity: 0.6;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
color: #55595c;
fill: #55595c;
font-size: var(--e-search-form-icon-size-minimal, 15px); }
.elementor-search-form--skin-minimal .elementor-search-form__icon svg {
width: var(--e-search-form-icon-size-minimal, 15px);
height: var(--e-search-form-icon-size-minimal, 15px); }
.elementor-search-form--skin-full_screen .elementor-search-form input[type="search"].elementor-search-form__input {
font-size: 50px;
text-align: center;
border-style: solid;
border-width: 0 0 1px 0;
border-color: #fff;
line-height: 1.5;
color: #fff; }
.elementor-search-form--skin-full_screen .elementor-search-form__toggle {
display: inline-block;
cursor: pointer;
vertical-align: middle;
color: var(--e-search-form-toggle-color, #494c4f);
font-size: var(--e-search-form-toggle-size, 33px); }
.elementor-search-form--skin-full_screen .elementor-search-form__toggle i,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container {
position: relative;
display: block;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
width: var(--e-search-form-toggle-size, 33px);
height: var(--e-search-form-toggle-size, 33px);
background-color: var(--e-search-form-toggle-background-color, rgba(0, 0, 0, 0.05));
border-style: solid;
border-color: var(--e-search-form-toggle-color, #494c4f);
border-width: var(--e-search-form-toggle-border-width, 0);
border-radius: var(--e-search-form-toggle-border-radius, 3px); }
.elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle i svg,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container:before,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container svg {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container:before {
font-size: var(--e-search-form-toggle-icon-size, 0.55em); }
.elementor-search-form--skin-full_screen .elementor-search-form__toggle i svg,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container svg {
fill: var(--e-search-form-toggle-color, #494c4f);
width: var(--e-search-form-toggle-icon-size, 0.55em);
height: var(--e-search-form-toggle-icon-size, 0.55em); }
.elementor-search-form--skin-full_screen .elementor-search-form__container {
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: fixed;
z-index: 9998;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 100vh;
padding: 0 15%;
background-color: rgba(0, 0, 0, 0.8); }
.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) {
overflow: hidden;
opacity: 0;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0); }
.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) .dialog-lightbox-close-button {
display: none; }
.elementor-author-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.elementor-author-box__avatar {
-ms-flex-negative: 0;
flex-shrink: 0;
margin-left: 25px; }
.elementor-author-box__avatar img {
width: 100px;
border-radius: 500px;
-o-object-fit: cover;
object-fit: cover; }
.elementor-author-box__text {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
font-size: 17px; }
.elementor-author-box__name {
font-size: 24px;
margin-bottom: 5px; }
.elementor-author-box__bio {
margin-bottom: 0.8em; }
.elementor-author-box__bio p {
margin-bottom: 0.8em; }
.elementor-author-box__bio p:last-of-type {
margin-bottom: 0; }
.elementor-author-box--layout-image-left .elementor-author-box {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.elementor-author-box--layout-image-left .elementor-author-box__avatar {
margin-left: 0;
margin-right: 25px; }
.elementor-author-box--layout-image-right .elementor-author-box {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.elementor-author-box--layout-image-right .elementor-author-box__avatar {
margin-right: 0;
margin-left: 25px; }
.elementor-author-box--layout-image-above .elementor-author-box {
display: block; }
.elementor-author-box--layout-image-above .elementor-author-box__avatar {
margin: 0 auto 15px;
display: inline-block; }
.elementor-author-box--layout-image-above.elementor-author-box--align-left .elementor-author-box__avatar {
margin-left: 0; }
.elementor-author-box--layout-image-above.elementor-author-box--align-right .elementor-author-box__avatar {
margin-right: 0; }
.elementor-author-box--align-left .elementor-author-box {
text-align: left; }
.elementor-author-box--align-right .elementor-author-box {
text-align: right; }
.elementor-author-box--align-center .elementor-author-box {
text-align: center; }
.elementor-button.elementor-author-box__button {
border: solid 2px #55595c;
font-size: 15px;
font-weight: 100;
padding: 10px 18px; }
.elementor-button.elementor-author-box__button, .elementor-button.elementor-author-box__button:hover {
background: transparent;
color: #55595c; }
.elementor-widget-author-box:not(.elementor-author-box--layout-image-above) .elementor-author-box__avatar {
-ms-flex-item-align: start;
align-self: flex-start; }
.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-top .elementor-author-box__avatar {
-ms-flex-item-align: start;
align-self: flex-start; }
.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-middle .elementor-author-box__avatar {
-ms-flex-item-align: center;
align-self: center; }
.elementor-post-info__terms-list {
display: inline-block; }
.elementor-post-info .elementor-icon-list-icon .elementor-avatar {
border-radius: 100%; }
.elementor-widget-post-info.elementor-align-center .elementor-icon-list-item:after {
margin: initial; }
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
display: inline-block; }
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a, .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
display: inline; }
.elementor-widget-breadcrumbs {
font-size: 0.85em; }
.elementor-widget-breadcrumbs p {
margin-bottom: 0; }
.elementor-sitemap-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap; }
.elementor-sticky--active {
z-index: 99; }
[data-elementor-type="popup"]:not(.elementor-edit-area) {
display: none; }
[data-elementor-type="popup"] .elementor-section-wrap:not(:empty) + #elementor-add-new-section {
display: none; }
.elementor-popup-modal {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
pointer-events: none;
background-color: transparent;
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto; }
.elementor-popup-modal .dialog-header, .elementor-popup-modal .dialog-buttons-wrapper {
display: none; }
.elementor-popup-modal .dialog-close-button {
display: none;
top: 20px;
margin-top: 0;
left: 20px;
opacity: 1;
z-index: 9999;
pointer-events: all; }
.elementor-popup-modal .dialog-close-button svg {
fill: #373a3c;
height: 1em;
width: 1em; }
.elementor-popup-modal .dialog-widget-content {
width: initial;
overflow: visible;
max-width: 100%;
max-height: 100%;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
pointer-events: all; }
.elementor-popup-modal .dialog-message {
width: 640px;
max-width: 100vw;
max-height: 100vh;
padding: 0;
overflow: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.elementor-popup-modal .elementor {
width: 100%; }
.elementor-motion-effects-element, .elementor-motion-effects-layer {
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
-o-transition-property: transform, opacity;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-transition-timing-function: cubic-bezier(0, 0.33, 0.07, 1.03);
-o-transition-timing-function: cubic-bezier(0, 0.33, 0.07, 1.03);
transition-timing-function: cubic-bezier(0, 0.33, 0.07, 1.03);
-webkit-transition-duration: 1s;
-o-transition-duration: 1s;
transition-duration: 1s; }
.elementor-motion-effects-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
-webkit-transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
-ms-transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x); }
.elementor-motion-effects-layer {
position: absolute;
top: 0;
left: 0;
background-repeat: no-repeat;
-webkit-background-size: cover;
background-size: cover; }
.elementor-motion-effects-perspective {
-webkit-perspective: 1200px;
perspective: 1200px; }
.elementor-widget-posts:after, .elementor-widget-archive-posts:after {
display: none; }
.elementor-posts-container.elementor-posts-masonry {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.elementor-posts-container:not(.elementor-posts-masonry) {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch; }
.elementor-posts-container .elementor-post {
padding: 0;
margin: 0; }
.elementor-posts-container .elementor-post__thumbnail {
overflow: hidden; }
.elementor-posts-container .elementor-post__thumbnail img {
display: block;
width: 100%;
max-height: none;
max-width: none;
-webkit-transition: -webkit-filter 0.3s;
transition: -webkit-filter 0.3s;
-o-transition: filter 0.3s;
transition: filter 0.3s;
transition: filter 0.3s, -webkit-filter 0.3s; }
.elementor-posts-container .elementor-post__thumbnail__link {
position: relative;
display: block;
width: 100%; }
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail {
top: 0;
left: 0;
right: 0;
bottom: 0; }
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
height: auto;
position: absolute;
top: calc( 50% + 1px);
left: calc( 50% + 1px);
-webkit-transform: scale(1.01) translate(-50%, -50%);
-ms-transform: scale(1.01) translate(-50%, -50%);
transform: scale(1.01) translate(-50%, -50%); }
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img {
height: 100%;
width: auto; }
.elementor-posts .elementor-post {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition-property: background, border, -webkit-box-shadow;
transition-property: background, border, -webkit-box-shadow;
-o-transition-property: background, border, box-shadow;
transition-property: background, border, box-shadow;
transition-property: background, border, box-shadow, -webkit-box-shadow;
-webkit-transition-duration: 0.25s;
-o-transition-duration: 0.25s;
transition-duration: 0.25s; }
.elementor-posts .elementor-post__title {
font-size: 18px;
margin: 0; }
.elementor-posts .elementor-post__excerpt {
margin-bottom: 10px; }
.elementor-posts .elementor-post__excerpt p {
margin: 0;
line-height: 1.5em;
font-size: 14px;
color: #777; }
.elementor-posts .elementor-post__meta-data {
line-height: 1.3em;
font-size: 12px;
margin-bottom: 13px;
color: #adadad; }
.elementor-posts .elementor-post__read-more {
font-size: 12px;
font-weight: bold; }
.elementor-posts .elementor-post__thumbnail {
position: relative; }
.elementor-posts--skin-classic {
display: grid;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.elementor-posts--skin-classic:not(.elementor-posts-masonry) {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch; }
.elementor-posts--skin-classic .elementor-post {
overflow: hidden; }
.elementor-posts--skin-classic .elementor-post__text {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.elementor-posts--align-left .elementor-post {
text-align: left; }
.elementor-posts--align-right .elementor-post {
text-align: right; }
.elementor-posts--align-center .elementor-post {
text-align: center; }
.elementor-posts--thumbnail-top .elementor-post {
display: block;
/*
used to be
align-self: flex-start;
until v2.1
*/ }
.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
margin-bottom: 20px; }
.elementor-posts--thumbnail-top .elementor-post__text {
width: 100%; }
.elementor-posts--thumbnail-top.elementor-posts--align-left .elementor-post__thumbnail__link {
margin-right: auto; }
.elementor-posts--thumbnail-top.elementor-posts--align-right .elementor-post__thumbnail__link {
margin-left: auto; }
.elementor-posts--thumbnail-top.elementor-posts--align-center .elementor-post__thumbnail__link {
margin-right: auto;
margin-left: auto; }
.elementor-posts--thumbnail-left .elementor-post__thumbnail__link, .elementor-posts--thumbnail-right .elementor-post__thumbnail__link {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 25%; }
.elementor-posts--thumbnail-left .elementor-post__thumbnail__link {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
margin-right: 20px; }
.elementor-posts--thumbnail-right .elementor-post__thumbnail__link {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
margin-left: 20px; }
.elementor-posts--thumbnail-none .elementor-posts-container .elementor-post__thumbnail__link {
display: none; }
.elementor-posts .elementor-post__card {
overflow: hidden;
position: relative;
background-color: #fff;
width: 100%;
min-height: 100%;
border-radius: 3px;
border: 0 solid #818a91;
-webkit-transition: all 0.25s;
-o-transition: all 0.25s;
transition: all 0.25s; }
.elementor-posts .elementor-post__card .elementor-post__thumbnail {
position: relative;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d; }
.elementor-posts .elementor-post__card .elementor-post__thumbnail img {
width: calc( 100% + 1px); }
.elementor-posts .elementor-post__card .elementor-post__text {
padding: 0 30px;
margin-bottom: 0;
margin-top: 20px; }
.elementor-posts .elementor-post__card .elementor-post__read-more {
margin-bottom: 20px;
display: inline-block; }
.elementor-posts .elementor-post__card .elementor-post__meta-data {
padding: 15px 30px;
margin-bottom: 0;
border-top: 1px solid #eaeaea; }
.elementor-posts .elementor-post__card .elementor-post__meta-data span + span:before {
margin: 0 5px; }
.elementor-posts .elementor-post__card .elementor-post__title {
font-size: 21px; }
.elementor-posts .elementor-post__card .elementor-post__excerpt {
line-height: 1.7; }
.elementor-posts .elementor-post__card .elementor-post__excerpt, .elementor-posts .elementor-post__card .elementor-post__title {
margin-bottom: 25px; }
.elementor-posts .elementor-post__card .elementor-post__badge, .elementor-posts .elementor-post__card .elementor-post__read-more {
text-transform: uppercase; }
.elementor-posts .elementor-post__badge {
position: absolute;
top: 0;
background: #818a91;
color: #fff;
font-size: 12px;
padding: 0.6em 1.2em;
line-height: 1;
font-weight: 400;
margin: 20px;
border-radius: 999px; }
.elementor-posts .elementor-post__avatar {
position: relative;
padding: 0 30px;
width: 100%;
top: -25px;
height: 0;
pointer-events: none; }
.elementor-posts .elementor-post__avatar img {
border-radius: 50%;
width: 60px;
pointer-events: all;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.elementor-posts--thumbnail-top .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__card, .elementor-posts .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.elementor-posts--thumbnail-top .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data, .elementor-posts .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data {
margin-top: auto; }
.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar {
padding-top: 0;
position: static;
height: auto; }
.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar img.avatar {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
vertical-align: bottom; }
.elementor-posts--show-avatar .elementor-post__thumbnail__link {
margin-bottom: 25px; }
.elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link:after {
display: block;
content: '';
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), color-stop(75%, rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 75%);
background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 75%);
background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 75%);
background-repeat: no-repeat;
height: 100%;
width: 100%;
position: absolute;
bottom: 0;
opacity: 1;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
.elementor-posts__hover-gradient .elementor-post__card:hover .elementor-post__thumbnail__link:after {
opacity: 0.5; }
.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img {
height: 100%; }
.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img {
width: calc( 100% + 1px); }
.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img {
height: 115%; }
.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img {
width: 115%; }
.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img {
height: 115%; }
.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img {
width: 115%; }
.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img {
height: 100%; }
.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img {
width: calc( 100% + 1px); }
.elementor-posts__hover-zoom-out .elementor-post__thumbnail img, .elementor-posts__hover-zoom-in .elementor-post__thumbnail img {
-webkit-transition: height 1s cubic-bezier(0, 0.25, 0.07, 1), width 1s cubic-bezier(0, 0.25, 0.07, 1), -webkit-filter 0.3s;
transition: height 1s cubic-bezier(0, 0.25, 0.07, 1), width 1s cubic-bezier(0, 0.25, 0.07, 1), -webkit-filter 0.3s;
-o-transition: filter 0.3s, height 1s cubic-bezier(0, 0.25, 0.07, 1), width 1s cubic-bezier(0, 0.25, 0.07, 1);
transition: filter 0.3s, height 1s cubic-bezier(0, 0.25, 0.07, 1), width 1s cubic-bezier(0, 0.25, 0.07, 1);
transition: filter 0.3s, height 1s cubic-bezier(0, 0.25, 0.07, 1), width 1s cubic-bezier(0, 0.25, 0.07, 1), -webkit-filter 0.3s; }
.elementor-card-shadow-yes .elementor-post__card {
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); }
.elementor-card-shadow-yes .elementor-post__card:hover {
-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15); }
.elementor-posts--skin-full_content article {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
overflow: hidden; }
.elementor-posts--skin-full_content article .elementor-post__thumbnail {
padding-bottom: 0; }
body.elementor-editor-active .elementor-posts--skin-full_content,
body.elementor-editor-active .elementor-posts--skin-archive_full_content {
pointer-events: none; }
body.elementor-editor-active .elementor-posts--skin-full_content .elementor-post__thumbnail__link,
body.elementor-editor-active .elementor-posts--skin-archive_full_content .elementor-post__thumbnail__link {
display: none; }
body.elementor-editor-active .elementor-posts--show-thumbnail .elementor-post__thumbnail__link {
display: block; }
.elementor-portfolio__filters {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0;
margin: 0; }
.elementor-portfolio__filter {
margin: 0;
cursor: pointer;
padding: 8px; }
.elementor-portfolio-item {
-ms-flex-item-align: start;
align-self: flex-start;
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
-o-transition-property: transform, opacity;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
overflow: hidden;
margin: 0; }
.elementor-portfolio-item__title {
margin: 0;
padding: 0;
line-height: 1;
font-size: 18px;
color: #fff; }
.elementor-portfolio-item__tags__separator:before {
content: ', '; }
.elementor-portfolio-item__overlay {
opacity: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 15px;
-webkit-transition: opacity 1s;
-o-transition: opacity 1s;
transition: opacity 1s;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
overflow: hidden;
background-color: rgba(129, 138, 145, 0.8); }
.elementor-portfolio-item__overlay:hover {
opacity: 1;
-webkit-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
transition: opacity 0.5s; }
.elementor-portfolio-item__img img[src=""] {
background-color: rgba(0, 0, 0, 0.1);
height: 100%; }
.elementor-portfolio.elementor-has-item-ratio {
-webkit-transition: height 0.5s;
-o-transition: height 0.5s;
transition: height 0.5s; }
.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail {
position: absolute;
background-color: rgba(0, 0, 0, 0.1); }
.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail__link {
padding-bottom: 56.25%; }
.elementor ul li.elementor-portfolio__filter {
list-style-type: none; }
.elementor-widget-posts.load-more-align-center .elementor-button-wrapper {
text-align: center; }
.elementor-widget-posts.load-more-align-start .elementor-button-wrapper {
text-align: start; }
.elementor-widget-posts.load-more-align-end .elementor-button-wrapper {
text-align: end; }
.elementor-widget-posts.load-more-align-justify .elementor-button {
width: 100%; }
.elementor-widget-posts .e-load-more-spinner {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.elementor-widget-posts .e-load-more-spinner i,
.elementor-widget-posts .e-load-more-spinner svg {
margin: 0 auto;
display: none; }
.elementor-widget-posts .e-load-more-spinner i {
color: var(--load-more-spinner-color); }
.elementor-widget-posts .e-load-more-spinner svg {
fill: var(--load-more-spinner-color);
height: 1em;
width: 1em; }
.elementor-widget-posts .e-load-more-message {
color: var(--load-more-message-color);
text-align: var(--load-more-message-alignment, center);
display: none;
margin-top: var(--load-more—spacing, 30px); }
.elementor-widget-posts.e-load-more-pagination-loading {
cursor: default; }
.elementor-widget-posts.e-load-more-pagination-loading .e-load-more-spinner {
margin-top: var(--load-more—spacing, 30px); }
.elementor-widget-posts.e-load-more-pagination-loading .e-load-more-spinner i,
.elementor-widget-posts.e-load-more-pagination-loading .e-load-more-spinner svg {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.elementor-widget-posts.e-load-more-pagination-loading .elementor-button-content-wrapper {
visibility: hidden; }
.elementor-widget-posts.e-load-more-pagination-end .elementor-button-wrapper {
display: none; }
.elementor-widget-posts.e-load-more-pagination-end .e-load-more-message {
display: block; }
.elementor-widget-posts.e-load-more-no-spinner .elementor-button-content-wrapper {
visibility: visible; }
.elementor-widget-posts .elementor-button-wrapper {
margin-top: var(--load-more—spacing, 30px); }
.elementor-widget-posts .elementor-button-wrapper .e-load-more-spinner {
position: absolute;
right: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: inherit; }
.elementor-widget-posts .elementor-button-wrapper .elementor-button {
cursor: pointer;
position: relative; }
/*
Multi Steps Form
Currently manually overwriting - need to find a better solution,
the source property is coming from element/dev/scss...
*/
/* TODO: check why elementor-hidden class is not working */
.elementor-hidden,
.elementor-button.elementor-hidden {
display: none; }
.e-form__step {
width: 100%; }
.e-form__step:not(.elementor-hidden) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.e-form__buttons {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.e-form__buttons, .e-form__buttons__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.e-form__indicators {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
font-size: 13px;
margin-bottom: var(--e-form-steps-indicators-spacing); }
.e-form__indicators__indicator {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-preferred-size: 0;
flex-basis: 0;
padding: 0 var(--e-form-steps-divider-gap); }
.e-form__indicators__indicator__progress {
width: 100%;
position: relative;
background-color: var(--e-form-steps-indicator-progress-background-color);
border-radius: var(--e-form-steps-indicator-progress-border-radius);
overflow: hidden; }
.e-form__indicators__indicator__progress__meter {
width: var(--e-form-steps-indicator-progress-meter-width, 0);
height: var(--e-form-steps-indicator-progress-height);
line-height: var(--e-form-steps-indicator-progress-height);
padding-right: 15px;
border-radius: var(--e-form-steps-indicator-progress-border-radius);
background-color: var(--e-form-steps-indicator-progress-color);
color: var(--e-form-steps-indicator-progress-meter-color);
text-align: right;
-webkit-transition: width 0.1s linear;
-o-transition: width 0.1s linear;
transition: width 0.1s linear; }
.e-form__indicators__indicator:first-child {
padding-left: 0; }
.e-form__indicators__indicator:last-child {
padding-right: 0; }
.e-form__indicators__indicator--state-inactive {
color: var(--e-form-steps-indicator-inactive-primary-color, #C2CBD2); }
.e-form__indicators__indicator--state-inactive [class*="indicator--shape-"]:not(.e-form__indicators__indicator--shape-none) {
background-color: var(--e-form-steps-indicator-inactive-secondary-color, #FFF); }
.e-form__indicators__indicator--state-inactive svg,
.e-form__indicators__indicator--state-inactive object {
fill: var(--e-form-steps-indicator-inactive-primary-color, #C2CBD2); }
.e-form__indicators__indicator--state-active {
color: var(--e-form-steps-indicator-active-primary-color, #39B54A);
border-color: var(--e-form-steps-indicator-active-secondary-color, #FFF); }
.e-form__indicators__indicator--state-active [class*="indicator--shape-"]:not(.e-form__indicators__indicator--shape-none) {
background-color: var(--e-form-steps-indicator-active-secondary-color, #FFF); }
.e-form__indicators__indicator--state-active svg,
.e-form__indicators__indicator--state-active object {
fill: var(--e-form-steps-indicator-active-primary-color, #39B54A); }
.e-form__indicators__indicator--state-completed {
color: var(--e-form-steps-indicator-completed-secondary-color, #FFF); }
.e-form__indicators__indicator--state-completed [class*="indicator--shape-"]:not(.e-form__indicators__indicator--shape-none) {
background-color: var(--e-form-steps-indicator-completed-primary-color, #39B54A); }
.e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label {
color: var(--e-form-steps-indicator-completed-primary-color, #39B54A); }
.e-form__indicators__indicator--state-completed .e-form__indicators__indicator--shape-none {
color: var(--e-form-steps-indicator-completed-primary-color, #39B54A);
background-color: initial; }
.e-form__indicators__indicator--state-completed svg,
.e-form__indicators__indicator--state-completed object {
fill: var(--e-form-steps-indicator-completed-secondary-color, #FFF); }
.e-form__indicators__indicator__icon {
width: var(--e-form-steps-indicator-padding, 30px);
height: var(--e-form-steps-indicator-padding, 30px);
font-size: var(--e-form-steps-indicator-icon-size);
border-width: 1px;
border-style: solid;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
overflow: hidden;
margin-bottom: 10px; }
.e-form__indicators__indicator__icon img,
.e-form__indicators__indicator__icon svg,
.e-form__indicators__indicator__icon object {
width: var(--e-form-steps-indicator-icon-size);
height: auto; }
.e-form__indicators__indicator__icon .e-font-icon-svg {
height: 1em; }
.e-form__indicators__indicator__number {
width: var(--e-form-steps-indicator-padding, 30px);
height: var(--e-form-steps-indicator-padding, 30px);
border-width: 1px;
border-style: solid;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 10px; }
.e-form__indicators__indicator--shape-circle {
border-radius: 50%; }
.e-form__indicators__indicator--shape-square {
border-radius: 0; }
.e-form__indicators__indicator--shape-rounded {
border-radius: 5px; }
.e-form__indicators__indicator--shape-none {
border: 0; }
.e-form__indicators__indicator__label {
text-align: center; }
.e-form__indicators__indicator__separator {
width: 100%;
height: var(--e-form-steps-divider-width);
background-color: #c2cbd2; }
.e-form__indicators--type-number, .e-form__indicators--type-number_text, .e-form__indicators--type-icon, .e-form__indicators--type-icon_text {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.e-form__indicators--type-number .e-form__indicators__indicator__separator, .e-form__indicators--type-number_text .e-form__indicators__indicator__separator, .e-form__indicators--type-icon .e-form__indicators__indicator__separator, .e-form__indicators--type-icon_text .e-form__indicators__indicator__separator {
margin-top: calc(var(--e-form-steps-indicator-padding, 30px) / 2 - var(--e-form-steps-divider-width, 1px) / 2); }
/* End OF Multi Steps Form */
.elementor-field-type-hidden {
display: none; }
.elementor-field-type-html {
display: inline-block; }
.elementor-login .elementor-remember-me,
.elementor-login .elementor-lost-password {
font-size: 0.85em; }
.elementor-field-type-recaptcha_v3 .elementor-field-label {
display: none; }
.elementor-field-type-recaptcha_v3 .grecaptcha-badge {
z-index: 1; }
.elementor-button .elementor-form-spinner {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.elementor-form .elementor-button > span {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.elementor-form .elementor-button .elementor-button-text {
white-space: normal;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0; }
.elementor-form .elementor-button svg {
height: auto; }
.elementor-form .elementor-button .e-font-icon-svg {
height: 1em; }
.elementor-widget-price-list .elementor-price-list {
list-style: none;
padding: 0;
margin: 0; }
.elementor-widget-price-list .elementor-price-list li {
margin: 0; }
.elementor-price-list li:not(:last-child) {
margin-bottom: 20px; }
.elementor-price-list .elementor-price-list-image {
max-width: 50%;
-ms-flex-negative: 0;
flex-shrink: 0;
padding-left: 25px; }
.elementor-price-list .elementor-price-list-image img {
width: 100%; }
.elementor-price-list .elementor-price-list-text,
.elementor-price-list .elementor-price-list-item,
.elementor-price-list .elementor-price-list-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.elementor-price-list .elementor-price-list-item {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.elementor-price-list .elementor-price-list-item .elementor-price-list-text {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.elementor-price-list .elementor-price-list-item .elementor-price-list-header {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
font-size: 19px;
font-weight: 600;
margin-bottom: 10px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.elementor-price-list .elementor-price-list-item .elementor-price-list-title {
max-width: 80%; }
.elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
font-size: 14px;
margin: 0; }
.elementor-price-list .elementor-price-list-item .elementor-price-list-separator {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
margin-left: 10px;
margin-right: 10px;
border-bottom-style: dotted;
border-bottom-width: 2px;
height: 0; }
.elementor-price-table {
text-align: center; }
.elementor-price-table .elementor-price-table__header {
background: var(--e-price-table-header-background-color, #555);
padding: 20px 0; }
.elementor-price-table .elementor-price-table__heading {
margin: 0;
padding: 0;
line-height: 1.2;
font-size: 24px;
font-weight: 600;
color: #fff; }
.elementor-price-table .elementor-price-table__subheading {
font-size: 13px;
font-weight: 400;
color: #fff; }
.elementor-price-table .elementor-price-table__original-price {
margin-left: 15px;
text-decoration: line-through;
font-size: 0.5em;
line-height: 1;
font-weight: 400;
-ms-flex-item-align: center;
align-self: center; }
.elementor-price-table .elementor-price-table__original-price .elementor-price-table__currency {
font-size: 1em;
margin: 0; }
.elementor-price-table .elementor-price-table__price {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
color: #555;
font-weight: 800;
font-size: 65px;
padding: 40px 0; }
.elementor-price-table .elementor-price-table__price .elementor-typo-excluded {
line-height: initial;
letter-spacing: initial;
text-transform: initial;
font-weight: initial;
font-size: initial;
font-style: initial; }
.elementor-price-table .elementor-price-table__after-price {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
text-align: right;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.elementor-price-table .elementor-price-table__integer-part {
line-height: 0.8; }
.elementor-price-table .elementor-price-table__currency, .elementor-price-table .elementor-price-table__fractional-part {
line-height: 1;
font-size: 0.3em; }
.elementor-price-table .elementor-price-table__currency {
margin-left: 3px; }
.elementor-price-table .elementor-price-table__period {
width: 100%;
font-size: 13px;
font-weight: 400; }
.elementor-price-table .elementor-price-table__features-list {
list-style-type: none;
margin: 0;
padding: 0;
line-height: 1;
color: var(--e-price-table-features-list-color); }
.elementor-price-table .elementor-price-table__features-list li {
font-size: 14px;
line-height: 1;
margin: 0;
padding: 0; }
.elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner {
margin-left: 15px;
margin-right: 15px; }
.elementor-price-table .elementor-price-table__features-list li:not(:first-child):before {
content: '';
display: block;
border: 0 solid rgba(122, 122, 122, 0.3);
margin: 10px 12.5%; }
.elementor-price-table .elementor-price-table__features-list i {
margin-left: 10px;
font-size: 1.3em; }
.elementor-price-table .elementor-price-table__features-list svg {
margin-left: 10px;
fill: var(--e-price-table-features-list-color);
height: 1.3em;
width: 1.3em; }
.elementor-price-table .elementor-price-table__features-list svg ~ * {
vertical-align: text-top; }
.elementor-price-table .elementor-price-table__footer {
padding: 30px 0; }
.elementor-price-table .elementor-price-table__additional_info {
margin: 0;
font-size: 13px;
line-height: 1.4; }
.elementor-price-table__ribbon {
position: absolute;
top: 0;
left: 0;
right: auto;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
width: 150px;
overflow: hidden;
height: 150px; }
.elementor-price-table__ribbon-inner {
text-align: center;
left: 0;
width: 200%;
-webkit-transform: translateY(-50%) translateX(0) translateX(35px) rotate(-45deg);
-ms-transform: translateY(-50%) translateX(0) translateX(35px) rotate(-45deg);
transform: translateY(-50%) translateX(0) translateX(35px) rotate(-45deg);
margin-top: 35px;
font-size: 13px;
line-height: 2;
font-weight: 800;
text-transform: uppercase;
background: #000; }
.elementor-price-table__ribbon.elementor-ribbon-left {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
left: 0;
right: auto; }
.elementor-price-table__ribbon.elementor-ribbon-right {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
left: auto;
right: 0; }
.elementor-widget-price-table .elementor-widget-container {
overflow: hidden;
background-color: #f7f7f7; }
.elementor-flip-box {
height: 280px;
position: relative;
-webkit-perspective: 1000px;
perspective: 1000px;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d; }
@media (max-device-width: 1024px) {
.elementor-flip-box {
cursor: pointer; } }
.elementor-flip-box__front {
background-color: #1abc9c; }
.elementor-flip-box__back {
background-color: #4054b2;
display: block; }
.elementor-flip-box__layer {
position: absolute;
width: 100%;
height: 100%;
-webkit-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out; }
.elementor-flip-box__layer__overlay {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
text-align: center;
padding: 35px;
color: white; }
.elementor-flip-box__layer__title {
font-size: 21px; }
.elementor-flip-box__layer__description {
font-size: 14px; }
.elementor-flip-box__layer__description:not(:last-child), .elementor-flip-box__layer__title:not(:last-child) {
margin: 0 0 20px 0;
padding: 0; }
.elementor-flip-box__layer__title {
line-height: 1;
font-weight: 600; }
.elementor-flip-box,
.elementor-flip-box .elementor-view-framed,
.elementor-flip-box .elementor-view-stacked {
--e-flip-box-view-framed-stacked-icon-color: #fff; }
.elementor-flip-box .elementor-icon,
.elementor-flip-box .elementor-view-framed .elementor-icon,
.elementor-flip-box .elementor-view-stacked .elementor-icon {
color: var(--e-flip-box-view-framed-stacked-icon-color); }
.elementor-flip-box .elementor-icon svg,
.elementor-flip-box .elementor-view-framed .elementor-icon svg,
.elementor-flip-box .elementor-view-stacked .elementor-icon svg {
fill: var(--e-flip-box-view-framed-stacked-icon-color); }
.elementor-flip-box .elementor-view-framed .elementor-icon {
border-color: #fff; }
.elementor-flip-box .elementor-view-stacked .elementor-icon {
background-color: rgba(0, 0, 0, 0.5); }
.elementor-flip-box__button.elementor-button {
cursor: pointer;
-ms-flex-item-align: center;
align-self: center;
margin-left: auto;
margin-right: auto;
border: solid 2px white;
background: transparent; }
.elementor-flip-box__button.elementor-button:hover {
background: transparent;
text-decoration: none; }
.elementor-flip-box__image {
margin: 0 0 20px 0;
display: inline-block;
width: 100%; }
.elementor-flip-box__image img {
width: 50%; }
.elementor-flip-box .elementor-icon-wrapper {
margin-bottom: 20px; }
.elementor-flip-box--3d .elementor-flip-box__layer__inner {
-webkit-transform: translateZ(90px) scale(0.91);
transform: translateZ(90px) scale(0.91); }
.elementor-flip-box--3d .elementor-flip-box__layer__overlay {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(0.1px);
transform: translateZ(0.1px); }
.elementor-flip-box--effect-flip .elementor-flip-box {
-webkit-perspective: 1000px;
perspective: 1000px;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d; }
.elementor-flip-box--effect-flip .elementor-flip-box__layer {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.elementor-flip-box--effect-flip .elementor-flip-box__front {
-webkit-transform: none;
-ms-transform: none;
transform: none;
z-index: 1; }
.elementor-flip-box--effect-flip .elementor-flip-box:hover .elementor-flip-box__back {
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box__back {
-webkit-transform: rotateX(0) rotateY(-180deg);
transform: rotateX(0) rotateY(-180deg); }
.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front {
-webkit-transform: rotateX(0) rotateY(180deg);
transform: rotateX(0) rotateY(180deg); }
.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box__back {
-webkit-transform: rotateX(0) rotateY(180deg);
transform: rotateX(0) rotateY(180deg); }
.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front {
-webkit-transform: rotateX(0) rotateY(-180deg);
transform: rotateX(0) rotateY(-180deg); }
.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box__back {
-webkit-transform: rotateX(-180deg) rotateY(0);
transform: rotateX(-180deg) rotateY(0); }
.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front {
-webkit-transform: rotateX(180deg) rotateY(0);
transform: rotateX(180deg) rotateY(0); }
.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box__back {
-webkit-transform: rotateX(180deg) rotateY(0);
transform: rotateX(180deg) rotateY(0); }
.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front {
-webkit-transform: rotateX(-180deg) rotateY(0);
transform: rotateX(-180deg) rotateY(0); }
.elementor-flip-box--effect-push .elementor-flip-box__front {
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front {
-webkit-transform: translateX(100%) translateY(0);
-ms-transform: translateX(100%) translateY(0);
transform: translateX(100%) translateY(0); }
.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front {
-webkit-transform: translateX(-100%) translateY(0);
-ms-transform: translateX(-100%) translateY(0);
transform: translateX(-100%) translateY(0); }
.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front {
-webkit-transform: translateX(0) translateY(-100%);
-ms-transform: translateX(0) translateY(-100%);
transform: translateX(0) translateY(-100%); }
.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front {
-webkit-transform: translateX(0) translateY(100%);
-ms-transform: translateX(0) translateY(100%);
transform: translateX(0) translateY(100%); }
.elementor-flip-box--effect-slide .elementor-flip-box, .elementor-flip-box--effect-push .elementor-flip-box {
overflow: hidden; }
.elementor-flip-box--effect-slide .elementor-flip-box:hover .elementor-flip-box__back, .elementor-flip-box--effect-push .elementor-flip-box:hover .elementor-flip-box__back {
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.elementor-flip-box--effect-slide.elementor-flip-box--direction-right .elementor-flip-box__back, .elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box__back {
-webkit-transform: translateX(-100%) translateY(0);
-ms-transform: translateX(-100%) translateY(0);
transform: translateX(-100%) translateY(0); }
.elementor-flip-box--effect-slide.elementor-flip-box--direction-left .elementor-flip-box__back, .elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box__back {
-webkit-transform: translateX(100%) translateY(0);
-ms-transform: translateX(100%) translateY(0);
transform: translateX(100%) translateY(0); }
.elementor-flip-box--effect-slide.elementor-flip-box--direction-up .elementor-flip-box__back, .elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box__back {
-webkit-transform: translateX(0) translateY(100%);
-ms-transform: translateX(0) translateY(100%);
transform: translateX(0) translateY(100%); }
.elementor-flip-box--effect-slide.elementor-flip-box--direction-down .elementor-flip-box__back, .elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box__back {
-webkit-transform: translateX(0) translateY(-100%);
-ms-transform: translateX(0) translateY(-100%);
transform: translateX(0) translateY(-100%); }
.elementor-flip-box--effect-zoom-out .elementor-flip-box .elementor-flip-box__front {
-webkit-transition: opacity 0.35s, width 0.1ms, -webkit-transform 0.7s;
transition: opacity 0.35s, width 0.1ms, -webkit-transform 0.7s;
-o-transition: transform 0.7s, opacity 0.35s, width 0.1ms;
transition: transform 0.7s, opacity 0.35s, width 0.1ms;
transition: transform 0.7s, opacity 0.35s, width 0.1ms, -webkit-transform 0.7s;
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
z-index: 1;
width: 100%; }
.elementor-flip-box--effect-zoom-out .elementor-flip-box:hover .elementor-flip-box__front {
width: 0;
opacity: 0;
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
-webkit-transition: opacity 0.7s 0.1s, width 0.1ms 0.7s, -webkit-transform 0.8s;
transition: opacity 0.7s 0.1s, width 0.1ms 0.7s, -webkit-transform 0.8s;
-o-transition: transform 0.8s, opacity 0.7s 0.1s, width 0.1ms 0.7s;
transition: transform 0.8s, opacity 0.7s 0.1s, width 0.1ms 0.7s;
transition: transform 0.8s, opacity 0.7s 0.1s, width 0.1ms 0.7s, -webkit-transform 0.8s; }
.elementor-flip-box--effect-zoom-in .elementor-flip-box .elementor-flip-box__back {
-webkit-transition: opacity 0.5s 0.2s, -webkit-transform 0.7s;
transition: opacity 0.5s 0.2s, -webkit-transform 0.7s;
-o-transition: transform 0.7s, opacity 0.5s 0.2s;
transition: transform 0.7s, opacity 0.5s 0.2s;
transition: transform 0.7s, opacity 0.5s 0.2s, -webkit-transform 0.7s;
opacity: 0;
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7); }
.elementor-flip-box--effect-zoom-in .elementor-flip-box:hover .elementor-flip-box__back {
-webkit-transition: opacity 0.5s, -webkit-transform 0.7s;
transition: opacity 0.5s, -webkit-transform 0.7s;
-o-transition: transform 0.7s, opacity 0.5s;
transition: transform 0.7s, opacity 0.5s;
transition: transform 0.7s, opacity 0.5s, -webkit-transform 0.7s;
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.elementor-flip-box--effect-fade .elementor-flip-box .elementor-flip-box__back {
opacity: 0; }
.elementor-flip-box--effect-fade .elementor-flip-box:hover .elementor-flip-box__back {
opacity: 1; }
.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__front {
display: none; }
.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__back {
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1; }
.elementor-widget-call-to-action .elementor-widget-container {
overflow: hidden; }
.elementor-cta {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s; }
.elementor-cta--skin-classic .elementor-cta {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.elementor-cta--skin-classic .elementor-cta__bg-wrapper {
position: relative;
min-height: 200px;
width: 100%; }
.elementor-cta--skin-classic .elementor-cta__content {
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
width: 100%;
background-color: #f7f7f7; }
.elementor-cta--skin-classic .elementor-cta__content-item, .elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon {
color: #55595c;
border-color: #55595c;
fill: #55595c; }
.elementor-cta--skin-classic .elementor-cta__button.elementor-button {
color: #55595c;
border-color: #55595c; }
.elementor-cta--skin-cover .elementor-cta {
display: block; }
.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
width: 100%; }
.elementor-cta--skin-cover .elementor-cta__content {
min-height: 280px; }
.elementor-cta--skin-cover .elementor-cta__content-item, .elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon {
color: #fff;
border-color: #fff; }
.elementor-cta--skin-cover .elementor-cta__button.elementor-button {
color: white;
border-color: white; }
.elementor-cta--layout-image-above .elementor-cta {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.elementor-cta--layout-image-above .elementor-cta__bg-wrapper {
width: 100%; }
.elementor-cta--layout-image-left .elementor-cta, .elementor-cta--layout-image-right .elementor-cta {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.elementor-cta--layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--layout-image-right .elementor-cta__bg-wrapper {
width: auto;
min-width: 50%; }
.elementor-cta--layout-image-left .elementor-cta__content, .elementor-cta--layout-image-right .elementor-cta__content {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.elementor-cta--layout-image-left .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.elementor-cta--layout-image-right .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.elementor-cta__bg, .elementor-cta__bg-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
.elementor-cta__bg-wrapper {
z-index: 1;
overflow: hidden; }
.elementor-cta__bg {
-webkit-background-size: cover;
background-size: cover;
background-position: center;
z-index: 1; }
.elementor-cta__bg-overlay {
z-index: 2; }
.elementor-cta__button.elementor-button {
cursor: pointer;
-ms-flex-item-align: center;
align-self: center;
margin-left: auto;
margin-right: auto;
border: solid 2px white;
background: transparent; }
.elementor-cta__button.elementor-button:hover {
background: transparent;
text-decoration: none; }
.elementor-cta__title {
font-size: 23px; }
.elementor-cta__content {
z-index: 1;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
padding: 35px;
width: 100%; }
.elementor-cta__content, .elementor-cta__content-item {
position: relative;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
color: #fff; }
.elementor-cta__content-item {
width: 100%;
margin: 0; }
.elementor-cta__content-item:not(:last-child) {
margin-bottom: 15px; }
.elementor-cta__content-item .elementor-icon {
color: #fff; }
.elementor-cta--valign-top .elementor-cta__content {
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.elementor-cta--valign-middle .elementor-cta__content {
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.elementor-cta--valign-bottom .elementor-cta__content {
-ms-flex-line-pack: end;
align-content: flex-end;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; }
.elementor-cta:hover .elementor-cta__bg-overlay {
background-color: rgba(0, 0, 0, 0.3); }
@media (max-device-width: 1024px) {
.elementor-cta {
cursor: pointer; } }
@media (min-width: -1px) {
.elementor-cta--widescreen-layout-image-above .elementor-cta {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.elementor-cta--widescreen-layout-image-above .elementor-cta__bg-wrapper {
width: 100%; }
.elementor-cta--widescreen-layout-image-left .elementor-cta, .elementor-cta--widescreen-layout-image-right .elementor-cta {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.elementor-cta--widescreen-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--widescreen-layout-image-right .elementor-cta__bg-wrapper {
width: auto;
min-width: 50%; }
.elementor-cta--widescreen-layout-image-left .elementor-cta__content, .elementor-cta--widescreen-layout-image-right .elementor-cta__content {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.elementor-cta--widescreen-layout-image-left .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.elementor-cta--widescreen-layout-image-right .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; } }
@media (max-width: -1px) {
.elementor-cta--laptop-layout-image-above .elementor-cta {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.elementor-cta--laptop-layout-image-above .elementor-cta__bg-wrapper {
width: 100%; }
.elementor-cta--laptop-layout-image-left .elementor-cta, .elementor-cta--laptop-layout-image-right .elementor-cta {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.elementor-cta--laptop-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--laptop-layout-image-right .elementor-cta__bg-wrapper {
width: auto;
min-width: 50%; }
.elementor-cta--laptop-layout-image-left .elementor-cta__content, .elementor-cta--laptop-layout-image-right .elementor-cta__content {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.elementor-cta--laptop-layout-image-left .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.elementor-cta--laptop-layout-image-right .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; } }
@media (max-width: -1px) {
.elementor-cta--tablet_extra-layout-image-above .elementor-cta {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.elementor-cta--tablet_extra-layout-image-above .elementor-cta__bg-wrapper {
width: 100%; }
.elementor-cta--tablet_extra-layout-image-left .elementor-cta, .elementor-cta--tablet_extra-layout-image-right .elementor-cta {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.elementor-cta--tablet_extra-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--tablet_extra-layout-image-right .elementor-cta__bg-wrapper {
width: auto;
min-width: 50%; }
.elementor-cta--tablet_extra-layout-image-left .elementor-cta__content, .elementor-cta--tablet_extra-layout-image-right .elementor-cta__content {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.elementor-cta--tablet_extra-layout-image-left .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.elementor-cta--tablet_extra-layout-image-right .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; } }
@media (max-width: 1024px) {
.elementor-cta--tablet-layout-image-above .elementor-cta {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.elementor-cta--tablet-layout-image-above .elementor-cta__bg-wrapper {
width: 100%; }
.elementor-cta--tablet-layout-image-left .elementor-cta, .elementor-cta--tablet-layout-image-right .elementor-cta {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.elementor-cta--tablet-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--tablet-layout-image-right .elementor-cta__bg-wrapper {
width: auto;
min-width: 50%; }
.elementor-cta--tablet-layout-image-left .elementor-cta__content, .elementor-cta--tablet-layout-image-right .elementor-cta__content {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.elementor-cta--tablet-layout-image-left .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.elementor-cta--tablet-layout-image-right .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; } }
@media (max-width: -1px) {
.elementor-cta--mobile_extra-layout-image-above .elementor-cta {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.elementor-cta--mobile_extra-layout-image-above .elementor-cta__bg-wrapper {
width: 100%; }
.elementor-cta--mobile_extra-layout-image-left .elementor-cta, .elementor-cta--mobile_extra-layout-image-right .elementor-cta {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.elementor-cta--mobile_extra-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--mobile_extra-layout-image-right .elementor-cta__bg-wrapper {
width: auto;
min-width: 50%; }
.elementor-cta--mobile_extra-layout-image-left .elementor-cta__content, .elementor-cta--mobile_extra-layout-image-right .elementor-cta__content {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.elementor-cta--mobile_extra-layout-image-left .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.elementor-cta--mobile_extra-layout-image-right .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; } }
@media (max-width: 767px) {
.elementor-cta--mobile-layout-image-above .elementor-cta {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.elementor-cta--mobile-layout-image-above .elementor-cta__bg-wrapper {
width: 100%; }
.elementor-cta--mobile-layout-image-left .elementor-cta, .elementor-cta--mobile-layout-image-right .elementor-cta {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.elementor-cta--mobile-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--mobile-layout-image-right .elementor-cta__bg-wrapper {
width: auto;
min-width: 50%; }
.elementor-cta--mobile-layout-image-left .elementor-cta__content, .elementor-cta--mobile-layout-image-right .elementor-cta__content {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.elementor-cta--mobile-layout-image-left .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.elementor-cta--mobile-layout-image-right .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; } }
.elementor-ribbon {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: auto;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
width: 150px;
overflow: hidden;
height: 150px; }
.elementor-ribbon-inner {
text-align: center;
left: 0;
width: 200%;
-webkit-transform: translateY(-50%) translateX(0) translateX(35px) rotate(-45deg);
-ms-transform: translateY(-50%) translateX(0) translateX(35px) rotate(-45deg);
transform: translateY(-50%) translateX(0) translateX(35px) rotate(-45deg);
margin-top: 35px;
font-size: 13px;
line-height: 2;
font-weight: 800;
text-transform: uppercase;
background: #000;
color: #fff; }
.elementor-ribbon.elementor-ribbon-left {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
left: 0;
right: auto; }
.elementor-ribbon.elementor-ribbon-right {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
left: auto;
right: 0; }
.elementor-widget-countdown .elementor-countdown-expire--message {
display: none;
padding: 20px;
text-align: center; }
.elementor-widget-countdown .elementor-countdown-wrapper {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.elementor-widget-countdown .elementor-countdown-item {
padding: 20px 0;
text-align: center;
color: #ffffff; }
.elementor-widget-countdown .elementor-countdown-digits,
.elementor-widget-countdown .elementor-countdown-label {
line-height: 1; }
.elementor-widget-countdown .elementor-countdown-digits {
font-size: 69px; }
.elementor-widget-countdown .elementor-countdown-label {
font-size: 19px; }
.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-right: auto;
margin-left: auto; }
.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-digits,
.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-label {
display: block; }
.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.elementor-widget-countdown.elementor-countdown--label-inline {
text-align: center; }
.elementor-widget-countdown.elementor-countdown--label-inline .elementor-countdown-item {
display: inline-block;
padding-left: 5px;
padding-right: 5px; }
/* Slides Widget */
.elementor-slides .swiper-slide-bg {
-webkit-background-size: cover;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-width: 100%;
min-height: 100%; }
.elementor-slides .swiper-slide-inner {
background-repeat: no-repeat;
background-position: center;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
padding: 50px;
margin: auto; }
.elementor-slides .swiper-slide-inner, .elementor-slides .swiper-slide-inner:hover {
color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.elementor-slides .swiper-slide-inner .elementor-background-overlay {
position: absolute;
z-index: 0;
top: 0;
bottom: 0;
left: 0;
right: 0; }
.elementor-slides .swiper-slide-inner .elementor-slide-content {
position: relative;
z-index: 1;
width: 100%; }
.elementor-slides .swiper-slide-inner .elementor-slide-heading {
font-size: 35px;
font-weight: bold;
line-height: 1; }
.elementor-slides .swiper-slide-inner .elementor-slide-description {
font-size: 17px;
line-height: 1.4; }
.elementor-slides .swiper-slide-inner .elementor-slide-heading:not(:last-child), .elementor-slides .swiper-slide-inner .elementor-slide-description:not(:last-child) {
margin-bottom: 30px; }
.elementor-slides .swiper-slide-inner .elementor-slide-button {
border: solid 2px white;
color: white;
background: transparent;
display: inline-block; }
.elementor-slides .swiper-slide-inner .elementor-slide-button, .elementor-slides .swiper-slide-inner .elementor-slide-button:hover {
background: transparent;
color: inherit;
text-decoration: none; }
.elementor--v-position-top .swiper-slide-inner {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.elementor--v-position-bottom .swiper-slide-inner {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; }
.elementor--v-position-middle .swiper-slide-inner {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.elementor--h-position-left .swiper-slide-inner {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.elementor--h-position-right .swiper-slide-inner {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.elementor--h-position-center .swiper-slide-inner {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
body.rtl .elementor-widget-slides .elementor-swiper-button-next {
left: 10px;
right: auto; }
body.rtl .elementor-widget-slides .elementor-swiper-button-prev {
right: 10px;
left: auto; }
.elementor-slides-wrapper div:not(.swiper-slide) > .swiper-slide-inner {
display: none; }
@media (max-width: 767px) {
.elementor-slides .swiper-slide-inner {
padding: 30px; }
.elementor-slides .swiper-slide-inner .elementor-slide-heading {
font-size: 23px;
line-height: 1;
margin-bottom: 15px; }
.elementor-slides .swiper-slide-inner .elementor-slide-description {
font-size: 13px;
line-height: 1.4;
margin-bottom: 15px; } }
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn {
background-color: #ea4335; }
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn {
color: #ea4335;
border-color: #ea4335;
fill: #ea4335; }
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn svg, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn svg, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn svg {
fill: #ea4335; }
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon {
background-color: #ea4335; }
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn__icon, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn__icon {
--e-share-btn-skin-boxed-minimal-custom-icon-color: #fff;
color: var(--e-share-btn-skin-boxed-minimal-custom-icon-color); }
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn__icon svg, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn__icon svg {
fill: var(--e-share-btn-skin-boxed-minimal-custom-icon-color); }
.elementor-share-buttons--color-official .elementor-share-btn:hover {
-webkit-filter: saturate(1.5) brightness(1.2);
filter: saturate(1.5) brightness(1.2); }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_digg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_digg {
background-color: #005be2; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_email, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_email {
background-color: #ea4335; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_print, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_print {
background-color: #aaaaaa; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_facebook, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_facebook {
background-color: #3b5998; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_google, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_google {
background-color: #dd4b39; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pocket, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pocket {
background-color: #EF3F56; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_linkedin, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_linkedin {
background-color: #0077b5; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_odnoklassniki, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_odnoklassniki {
background-color: #F4731C; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pinterest, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pinterest {
background-color: #bd081c; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_reddit, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_reddit {
background-color: #ff4500; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_skype, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_skype {
background-color: #00AFF0; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_slideshare, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_slideshare {
background-color: #0077b5; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_snapchat, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_snapchat {
background-color: #fffc00; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_stumbleupon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_stumbleupon {
background-color: #EB4924; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_mix, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_mix {
background-color: #f3782b; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_tumblr, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_tumblr {
background-color: #35465c; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitch, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitch {
background-color: #6441A5; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_telegram, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_telegram {
background-color: #2CA5E0; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitter, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitter {
background-color: #1DA1F2; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vimeo, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vimeo {
background-color: #1ab7ea; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vk, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vk {
background-color: #45668e; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_whatsapp, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_whatsapp {
background-color: #25d366; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_wordpress, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_wordpress {
background-color: #21759b; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_xing, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_xing {
background-color: #026466; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_digg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg {
color: #005be2; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_digg svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg svg {
fill: #005be2; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_email, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email {
color: #ea4335; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_email svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email svg {
fill: #ea4335; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_print, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print {
color: #aaaaaa; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_print svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print svg {
fill: #aaaaaa; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_facebook, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook {
color: #3b5998; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_facebook svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook svg {
fill: #3b5998; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_google, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google {
color: #dd4b39; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_google svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google svg {
fill: #dd4b39; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pocket, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket {
color: #EF3F56; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pocket svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket svg {
fill: #EF3F56; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_linkedin, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin {
color: #0077b5; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_linkedin svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin svg {
fill: #0077b5; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_odnoklassniki, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki {
color: #F4731C; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_odnoklassniki svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki svg {
fill: #F4731C; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pinterest, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest {
color: #bd081c; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pinterest svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest svg {
fill: #bd081c; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_reddit, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit {
color: #ff4500; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_reddit svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit svg {
fill: #ff4500; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_skype, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype {
color: #00AFF0; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_skype svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype svg {
fill: #00AFF0; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_slideshare, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare {
color: #0077b5; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_slideshare svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare svg {
fill: #0077b5; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_snapchat, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat {
color: #fffc00; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_snapchat svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat svg {
fill: #fffc00; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_stumbleupon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon {
color: #EB4924; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_stumbleupon svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon svg {
fill: #EB4924; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_mix, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix {
color: #f3782b; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_mix svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix svg {
fill: #f3782b; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_tumblr, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr {
color: #35465c; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_tumblr svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr svg {
fill: #35465c; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitch, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch {
color: #6441A5; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitch svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch svg {
fill: #6441A5; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_telegram, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram {
color: #2CA5E0; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_telegram svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram svg {
fill: #2CA5E0; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitter, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter {
color: #1DA1F2; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitter svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter svg {
fill: #1DA1F2; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vimeo, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo {
color: #1ab7ea; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vimeo svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo svg {
fill: #1ab7ea; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vk, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk {
color: #45668e; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vk svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk svg {
fill: #45668e; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_whatsapp, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp {
color: #25d366; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_whatsapp svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp svg {
fill: #25d366; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_wordpress, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress {
color: #21759b; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_wordpress svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress svg {
fill: #21759b; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_xing, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing {
color: #026466; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_xing svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing svg {
fill: #026466; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_digg .elementor-share-btn__icon {
background-color: #005be2; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_email .elementor-share-btn__icon {
background-color: #ea4335; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_print .elementor-share-btn__icon {
background-color: #aaaaaa; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_facebook .elementor-share-btn__icon {
background-color: #3b5998; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_google .elementor-share-btn__icon {
background-color: #dd4b39; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pocket .elementor-share-btn__icon {
background-color: #EF3F56; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_linkedin .elementor-share-btn__icon {
background-color: #0077b5; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_odnoklassniki .elementor-share-btn__icon {
background-color: #F4731C; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pinterest .elementor-share-btn__icon {
background-color: #bd081c; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_reddit .elementor-share-btn__icon {
background-color: #ff4500; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_skype .elementor-share-btn__icon {
background-color: #00AFF0; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_slideshare .elementor-share-btn__icon {
background-color: #0077b5; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_snapchat .elementor-share-btn__icon {
background-color: #fffc00; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_stumbleupon .elementor-share-btn__icon {
background-color: #EB4924; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_mix .elementor-share-btn__icon {
background-color: #f3782b; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_tumblr .elementor-share-btn__icon {
background-color: #35465c; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitch .elementor-share-btn__icon {
background-color: #6441A5; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_telegram .elementor-share-btn__icon {
background-color: #2CA5E0; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitter .elementor-share-btn__icon {
background-color: #1DA1F2; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vimeo .elementor-share-btn__icon {
background-color: #1ab7ea; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vk .elementor-share-btn__icon {
background-color: #45668e; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_whatsapp .elementor-share-btn__icon {
background-color: #25d366; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_wordpress .elementor-share-btn__icon {
background-color: #21759b; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_xing .elementor-share-btn__icon {
background-color: #026466; }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon {
--e-share-btn-skin-boxed-minimal-official-icon-color: #fff;
color: var(--e-share-btn-skin-boxed-minimal-official-icon-color); }
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon svg {
fill: var(--e-share-btn-skin-boxed-minimal-official-icon-color); }
.elementor-share-buttons--skin-framed .elementor-share-btn__icon, .elementor-share-buttons--skin-boxed .elementor-share-btn__icon {
margin-right: -0.2em; }
.elementor-share-buttons--skin-framed .elementor-share-btn, .elementor-share-buttons--skin-boxed .elementor-share-btn {
border-style: solid; }
.elementor-share-buttons--skin-gradient .elementor-share-btn__text {
background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.12)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0)); }
.elementor-share-buttons--skin-gradient.elementor-share-buttons--view-icon .elementor-share-btn__icon {
background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.12)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0)); }
.elementor-share-buttons--skin-boxed .elementor-share-btn__text, .elementor-share-buttons--skin-minimal .elementor-share-btn__text, .elementor-share-buttons--skin-gradient .elementor-share-btn__text {
padding-right: 0.9em; }
.elementor-share-buttons--skin-flat .elementor-share-btn, .elementor-share-buttons--skin-gradient .elementor-share-btn {
--e-share-btn-skin-boxed-flat-gradient-icon-color: #fff; }
.elementor-share-buttons--skin-flat .elementor-share-btn, .elementor-share-buttons--skin-flat .elementor-share-btn:hover, .elementor-share-buttons--skin-gradient .elementor-share-btn, .elementor-share-buttons--skin-gradient .elementor-share-btn:hover {
color: var(--e-share-btn-skin-boxed-flat-gradient-icon-color); }
.elementor-share-buttons--skin-flat .elementor-share-btn svg, .elementor-share-buttons--skin-gradient .elementor-share-btn svg {
fill: var(--e-share-btn-skin-boxed-flat-gradient-icon-color); }
.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-rounded .elementor-share-btn__icon {
border-radius: 0.5em; }
.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-circle .elementor-share-btn__icon {
border-radius: 99.9em; }
.elementor-share-buttons--view-text .elementor-share-btn__text {
padding-right: 1em; }
.elementor-share-buttons--view-text .elementor-share-btn, .elementor-share-buttons--view-icon .elementor-share-btn {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.elementor-share-buttons--view-text .elementor-share-btn__icon, .elementor-share-buttons--view-text .elementor-share-btn__text, .elementor-share-buttons--view-icon .elementor-share-btn__icon, .elementor-share-buttons--view-icon .elementor-share-btn__text {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.elementor-share-buttons--shape-rounded .elementor-share-btn {
border-radius: 0.5em; }
.elementor-share-buttons--shape-circle .elementor-share-btn {
border-radius: 99.9em; }
.elementor-share-btn {
overflow: hidden;
font-size: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-property: background-color, border-color, -webkit-filter;
transition-property: background-color, border-color, -webkit-filter;
-o-transition-property: filter, background-color, border-color;
transition-property: filter, background-color, border-color;
transition-property: filter, background-color, border-color, -webkit-filter;
height: 4.5em;
cursor: pointer; }
.elementor-share-btn__icon, .elementor-share-btn__text {
-webkit-transition-property: color, background-color;
-o-transition-property: color, background-color;
transition-property: color, background-color;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s; }
.elementor-share-btn__icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 4.5em;
position: relative; }
.elementor-share-btn__icon i {
font-size: var(--e-share-buttons-icon-size, 1.7em); }
.elementor-share-btn__icon svg {
width: var(--e-share-buttons-icon-size, 1.7em);
height: var(--e-share-buttons-icon-size, 1.7em); }
.elementor-share-btn__text {
font-size: 1.5em;
padding-left: 1em;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-weight: 100; }
.elementor-share-btn__title {
font-weight: bold;
-ms-flex-negative: 0;
flex-shrink: 0; }
.elementor-widget-share-buttons {
text-align: var(--alignment, inherit);
-moz-text-align-last: var(--alignment, inherit);
text-align-last: var(--alignment, inherit); }
.elementor-widget-share-buttons.elementor-grid-0 .elementor-widget-container {
font-size: 0; }
.elementor-skin-carousel .elementor-main-swiper, .elementor-skin-coverflow .elementor-main-swiper {
height: 230px; }
.elementor-skin-slideshow .elementor-main-swiper {
height: 450px;
position: relative; }
.elementor-skin-slideshow .elementor-thumbnails-swiper .elementor-custom-embed-play i {
font-size: 50px; }
.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide {
cursor: pointer; }
.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide:not(.swiper-slide-active):after {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.3); }
.elementor-carousel-image {
background: no-repeat center;
-webkit-background-size: cover;
background-size: cover;
height: 100%;
position: relative; }
.elementor-carousel-image-overlay {
position: absolute;
top: 0;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
width: 100%;
height: 100%;
padding: 20px;
color: var(--e-carousel-image-overlay-color, #fff);
background-color: rgba(129, 138, 145, 0.8);
-webkit-transition: opacity .5s, -webkit-transform .5s;
transition: opacity .5s, -webkit-transform .5s;
-o-transition: transform .5s, opacity .5s;
transition: transform .5s, opacity .5s;
transition: transform .5s, opacity .5s, -webkit-transform .5s; }
.elementor-carousel-image-overlay i {
font-size: var(--e-carousel-image-overlay-icon-size, 21px); }
.elementor-carousel-image-overlay svg {
fill: var(--e-carousel-image-overlay-color, #fff);
width: var(--e-carousel-image-overlay-icon-size, 21px);
height: var(--e-carousel-image-overlay-icon-size, 21px); }
.elementor-testimonial__image {
-ms-flex-negative: 0;
flex-shrink: 0; }
.elementor-testimonial__image img {
border-radius: 999px;
-webkit-box-sizing: content-box;
box-sizing: content-box;
-o-object-fit: cover;
object-fit: cover; }
.elementor-testimonial__footer, .elementor-testimonial__header {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.elementor-testimonial__footer cite, .elementor-testimonial__header cite {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
font-style: normal;
font-size: 14px;
line-height: 1.5; }
.elementor-testimonial__name {
font-weight: bold; }
.elementor-testimonial--layout-image_inline .elementor-testimonial__footer, .elementor-testimonial--layout-image_above .elementor-testimonial__footer {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite, .elementor-testimonial--layout-image_above .elementor-testimonial__image + cite {
margin-right: 20px; }
.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__footer, .elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__footer {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__image + cite, .elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__image + cite {
margin-left: 20px;
margin-right: 0; }
.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__footer, .elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__footer {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__image + cite, .elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__image + cite {
margin-left: 0;
margin-right: 20px; }
.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
margin-top: 25px; }
.elementor-testimonial--layout-image_above .elementor-testimonial {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse; }
.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
margin-bottom: 25px; }
.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer {
margin-top: 25px;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.elementor-testimonial--layout-image_stacked .elementor-testimonial__image, .elementor-testimonial--layout-image_stacked .elementor-testimonial cite {
margin-top: 15px;
width: 100%; }
.elementor-testimonial--layout-image_left .elementor-testimonial, .elementor-testimonial--layout-image_right .elementor-testimonial {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch; }
.elementor-testimonial--layout-image_left .elementor-testimonial__footer, .elementor-testimonial--layout-image_right .elementor-testimonial__footer {
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center; }
.elementor-testimonial--layout-image_left .elementor-testimonial__image + cite, .elementor-testimonial--layout-image_right .elementor-testimonial__image + cite {
margin-top: 15px; }
.elementor-testimonial--layout-image_left.elementor-testimonial--align-center .elementor-testimonial__footer, .elementor-testimonial--layout-image_right.elementor-testimonial--align-center .elementor-testimonial__footer {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.elementor-testimonial--layout-image_left .elementor-testimonial {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.elementor-testimonial--layout-image_left .elementor-testimonial__footer {
padding-left: 20px; }
.elementor-testimonial--layout-image_right .elementor-testimonial {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.elementor-testimonial--layout-image_right .elementor-testimonial__footer {
padding-right: 20px; }
.elementor-testimonial--align-right .elementor-testimonial {
text-align: right; }
.elementor-testimonial--align-left .elementor-testimonial {
text-align: left; }
.elementor-testimonial--align-center .elementor-testimonial {
text-align: center; }
.elementor-testimonial--align-center .elementor-testimonial__footer {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite {
text-align: right; }
.elementor-testimonial--skin-default.elementor-testimonial--layout-image_right .elementor-testimonial__cite, .elementor-testimonial--skin-default.elementor-testimonial--layout-image_left .elementor-testimonial__cite, .elementor-testimonial--skin-default.elementor-testimonial--layout-image_above .elementor-testimonial__cite {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-top: 25px; }
.elementor-testimonial--skin-bubble .elementor-testimonial__content {
background-color: #e6e9ec;
padding: 20px;
position: relative; }
.elementor-testimonial--skin-bubble .elementor-testimonial__content:after {
content: '';
display: block;
width: 14px;
height: 14px;
background-color: #e6e9ec;
position: absolute;
-webkit-transform: scaleX(0.75) rotate(45deg);
-ms-transform: scaleX(0.75) rotate(45deg);
transform: scaleX(0.75) rotate(45deg);
border-width: 0;
-webkit-box-sizing: content-box;
box-sizing: content-box; }
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above .elementor-testimonial__content:after {
bottom: calc( 100% - 7px);
-webkit-transform: scaleX(0.75) rotate(-135deg);
-ms-transform: scaleX(0.75) rotate(-135deg);
transform: scaleX(0.75) rotate(-135deg); }
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-center .elementor-testimonial__content:after {
left: 50%;
-webkit-transform: translateX(-50%) scaleX(0.75) rotate(-135deg);
-ms-transform: translateX(-50%) scaleX(0.75) rotate(-135deg);
transform: translateX(-50%) scaleX(0.75) rotate(-135deg); }
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked .elementor-testimonial__content:after, .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline .elementor-testimonial__content:after {
top: calc( 100% - 7px); }
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-center .elementor-testimonial__content:after, .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-center .elementor-testimonial__content:after {
left: 50%;
-webkit-transform: translateX(-50%) scaleX(0.75) rotate(45deg);
-ms-transform: translateX(-50%) scaleX(0.75) rotate(45deg);
transform: translateX(-50%) scaleX(0.75) rotate(45deg); }
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__content:after, .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-left .elementor-testimonial__content:after, .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__content:after {
left: calc( 20px + ( 50px / 2 )); }
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__content:after, .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-right .elementor-testimonial__content:after, .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__content:after {
right: calc( 20px + ( 50px / 2 )); }
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after {
-webkit-transform: scaleY(0.75) rotate(135deg);
-ms-transform: scaleY(0.75) rotate(135deg);
transform: scaleY(0.75) rotate(135deg);
left: -8px; }
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after {
-webkit-transform: scaleY(0.75) rotate(-45deg);
-ms-transform: scaleY(0.75) rotate(-45deg);
transform: scaleY(0.75) rotate(-45deg);
right: -8px; }
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after, .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after {
top: calc(20px + (50px / 2)); }
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__footer, .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__footer {
padding-top: 20px; }
.elementor-widget-testimonial-carousel .swiper-slide {
padding: 20px; }
.elementor-widget-testimonial-carousel .elementor-testimonial__text {
font-size: 1.3em;
font-style: italic;
line-height: 1.5; }
.elementor-widget-testimonial-carousel .elementor-testimonial__image img {
width: 50px;
height: 50px; }
.elementor-widget-reviews .swiper-slide {
background-color: white;
border: 1px solid #e1e8ed;
border-radius: 5px;
padding: 0; }
.elementor-widget-reviews .elementor-testimonial__text {
font-size: 14px;
line-height: 20px; }
.elementor-widget-reviews .elementor-testimonial__name {
color: #1c2022; }
.elementor-widget-reviews .elementor-testimonial__title {
color: #697882;
font-size: 12.5px;
font-weight: normal;
font-family: inherit; }
.elementor-widget-reviews .elementor-testimonial__image {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.elementor-widget-reviews .elementor-testimonial__image img {
width: 36px;
height: 36px; }
.elementor-widget-reviews .elementor-testimonial__icon {
margin-right: auto;
font-size: 17px; }
.elementor-widget-reviews .elementor-testimonial__icon .fa + .fa {
margin-right: 0.15em; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon {
color: var(--e-testimonial-icon-color); }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-android {
--e-testimonial-icon-color: #A4C639; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-apple {
--e-testimonial-icon-color: #999999; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-behance {
--e-testimonial-icon-color: #1769ff; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-bitbucket {
--e-testimonial-icon-color: #205081; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-codepen {
--e-testimonial-icon-color: #000000; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-delicious {
--e-testimonial-icon-color: #3399ff; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-digg {
--e-testimonial-icon-color: #005be2; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-dribbble {
--e-testimonial-icon-color: #ea4c89; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-envelope {
--e-testimonial-icon-color: #ea4335; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-facebook {
--e-testimonial-icon-color: #3b5998; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-flickr {
--e-testimonial-icon-color: #0063dc; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-foursquare {
--e-testimonial-icon-color: #2d5be3; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-github {
--e-testimonial-icon-color: #333333; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-google-plus {
--e-testimonial-icon-color: #dd4b39; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-houzz {
--e-testimonial-icon-color: #7ac142; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-instagram {
--e-testimonial-icon-color: #262626; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-jsfiddle {
--e-testimonial-icon-color: #487AA2; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-linkedin {
--e-testimonial-icon-color: #0077b5; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-medium {
--e-testimonial-icon-color: #00ab6b; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-meetup {
--e-testimonial-icon-color: #ec1c40; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-mixcloud {
--e-testimonial-icon-color: #273a4b; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-odnoklassniki {
--e-testimonial-icon-color: #F4731C; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-pinterest {
--e-testimonial-icon-color: #bd081c; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-product-hunt {
--e-testimonial-icon-color: #da552f; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-reddit {
--e-testimonial-icon-color: #ff4500; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-rss {
--e-testimonial-icon-color: #f26522; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-shopping-cart {
--e-testimonial-icon-color: #4CAF50; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-skype {
--e-testimonial-icon-color: #00AFF0; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-slideshare {
--e-testimonial-icon-color: #0077b5; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-snapchat {
--e-testimonial-icon-color: #fffc00; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-soundcloud {
--e-testimonial-icon-color: #ff8800; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-spotify {
--e-testimonial-icon-color: #2ebd59; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stack-overflow {
--e-testimonial-icon-color: #fe7a15; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-steam {
--e-testimonial-icon-color: #00adee; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stumbleupon {
--e-testimonial-icon-color: #EB4924; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-telegram {
--e-testimonial-icon-color: #2CA5E0; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumb-tack, .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumbtack {
--e-testimonial-icon-color: #1aa1d8; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tripadvisor {
--e-testimonial-icon-color: #589442; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tumblr {
--e-testimonial-icon-color: #35465c; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitch {
--e-testimonial-icon-color: #6441A5; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitter {
--e-testimonial-icon-color: #1DA1F2; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vimeo {
--e-testimonial-icon-color: #1ab7ea; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vk {
--e-testimonial-icon-color: #45668e; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weibo {
--e-testimonial-icon-color: #DD2430; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weixin {
--e-testimonial-icon-color: #31A918; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-whatsapp {
--e-testimonial-icon-color: #25d366; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-wordpress {
--e-testimonial-icon-color: #21759b; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-xing {
--e-testimonial-icon-color: #026466; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-yelp {
--e-testimonial-icon-color: #af0606; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-youtube {
--e-testimonial-icon-color: #cd201f; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-500px {
--e-testimonial-icon-color: #0099e5; }
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon svg {
fill: var(--e-testimonial-icon-color); }
.elementor-widget-reviews .elementor-testimonial__rating {
background-image: -webkit-gradient(linear, left top, right top, from(#ffc82c), to(#cccccc));
background-image: -webkit-linear-gradient(left, #ffc82c var(--rating), #cccccc var(--rating));
background-image: -o-linear-gradient(left, #ffc82c var(--rating), #cccccc var(--rating));
background-image: linear-gradient(to right, #ffc82c var(--rating), #cccccc var(--rating));
font-family: eicons; }
.elementor-widget-reviews .elementor-testimonial__header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-top: 15px;
padding-bottom: 6px; }
.elementor-widget-reviews .elementor-testimonial__image + cite {
margin-right: 9px; }
.elementor-widget-reviews .elementor-testimonial__separator {
margin: 0 auto;
border-top: 0 none;
border-bottom: 1px solid #e1e8ed;
height: 0; }
.elementor-widget-reviews .elementor-testimonial__content {
padding-top: 6px;
padding-bottom: 15px; }
.elementor-widget-reviews .elementor-testimonial__content, .elementor-widget-reviews .elementor-testimonial__header {
padding-left: 15px;
padding-right: 15px; }
.elementor-widget-reviews.elementor-review--has-separator .elementor-testimonial__header {
border-bottom: 1px solid #e1e8ed; }
.swiper-pagination-bullets {
color: #fff;
cursor: default; }
.swiper-slide {
will-change: transform;
border-style: solid;
border-width: 0;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-property: border, background, -webkit-transform;
transition-property: border, background, -webkit-transform;
-o-transition-property: border, background, transform;
transition-property: border, background, transform;
transition-property: border, background, transform, -webkit-transform;
overflow: hidden; }
.swiper-slide:not(:hover) .e-overlay-animation-fade {
opacity: 0; }
.swiper-slide:not(:hover) .e-overlay-animation-slide-up {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%); }
.swiper-slide:not(:hover) .e-overlay-animation-slide-down {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%); }
.swiper-slide:not(:hover) .e-overlay-animation-slide-right {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%); }
.swiper-slide:not(:hover) .e-overlay-animation-slide-left {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%); }
.swiper-slide:not(:hover) .e-overlay-animation-zoom-in {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
opacity: 0; }
.swiper-slide a {
display: inline; }
.swiper-slide a.elementor-button {
display: inline-block; }
.elementor-widget-testimonial-carousel .elementor-arrows-yes .elementor-main-swiper,
.elementor-widget-reviews .elementor-arrows-yes .elementor-main-swiper {
width: calc( 95% - 40px); }
.elementor-widget-testimonial-carousel .elementor-main-swiper,
.elementor-widget-reviews .elementor-main-swiper {
width: 95%; }
.elementor-widget-testimonial-carousel .swiper-wrapper,
.elementor-widget-reviews .swiper-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch; }
.elementor-widget-testimonial-carousel .swiper-slide,
.elementor-widget-reviews .swiper-slide {
height: auto; }
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container, .elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper-container,
.elementor-widget-reviews.elementor-pagination-type-bullets .swiper-container,
.elementor-widget-reviews.elementor-pagination-type-fraction .swiper-container {
padding-bottom: 40px; }
.elementor-widget-testimonial-carousel .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-next,
.elementor-widget-reviews .elementor-swiper-button-prev,
.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-next {
left: 0;
right: unset; }
.elementor-widget-testimonial-carousel .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-prev,
.elementor-widget-reviews .elementor-swiper-button-next,
.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-prev {
right: 0;
left: unset; }
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next, .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev,
.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-next,
.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-prev {
top: calc( 50% - ( 40px / 2 )); }
.elementor-widget-media-carousel .elementor-swiper-button-prev,
.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-next {
left: 10px;
right: unset; }
.elementor-widget-media-carousel .elementor-swiper-button-next,
.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-prev {
right: 10px;
left: unset; }
.entry-content blockquote.elementor-blockquote:not(.alignright):not(.alignleft),
.entry-summary blockquote.elementor-blockquote {
margin-right: 0;
margin-left: 0; }
.elementor-widget-blockquote blockquote {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
quotes: none;
border-left: 0 none;
border-right: 0 none;
border-top: 0 none;
border-bottom: 0 none;
font-style: normal;
color: #55595c; }
.elementor-widget-blockquote blockquote:before, .elementor-widget-blockquote blockquote:after,
.elementor-widget-blockquote blockquote footer:before,
.elementor-widget-blockquote blockquote footer:after,
.elementor-widget-blockquote blockquote cite:before,
.elementor-widget-blockquote blockquote cite:after {
content: '';
content: none; }
.elementor-blockquote {
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s; }
.elementor-blockquote__author, .elementor-blockquote__content {
margin-bottom: 0;
font-style: normal; }
.elementor-blockquote__author {
font-weight: bold; }
.elementor-blockquote footer {
margin-top: 12px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.elementor-blockquote__tweet-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
color: #1DA1F2;
-ms-flex-item-align: end;
align-self: flex-end;
line-height: 1;
position: relative;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content; }
.elementor-blockquote__tweet-button:hover {
color: #0967a0; }
.elementor-blockquote__tweet-button span {
font-weight: 600; }
.elementor-blockquote__tweet-button i, .elementor-blockquote__tweet-button span {
vertical-align: middle; }
.elementor-blockquote__tweet-button i + span,
.elementor-blockquote__tweet-button svg + span {
margin-right: 0.5em; }
.elementor-blockquote__tweet-button svg {
fill: #1DA1F2;
height: 1em;
width: 1em; }
.elementor-blockquote__tweet-label {
white-space: pre-wrap; }
.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button, .elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button {
padding: 0.7em 1.2em;
border-radius: 100em;
background-color: #1DA1F2;
color: #fff;
font-size: 15px; }
.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover, .elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover {
background-color: #0967a0;
color: #fff; }
.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover:before, .elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover:before {
border-left-color: #0967a0; }
.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button svg, .elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button svg {
fill: #fff;
height: 1em;
width: 1em; }
.elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button, .elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button {
padding: 0;
width: 2em;
height: 2em; }
.elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i, .elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:before {
content: '';
border: solid 0.5em transparent;
border-left-color: #1DA1F2;
position: absolute;
right: -0.8em;
top: 50%;
-webkit-transform: translateY(-50%) scale(1, 0.65);
-ms-transform: translateY(-50%) scale(1, 0.65);
transform: translateY(-50%) scale(1, 0.65);
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s; }
.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:before {
right: auto;
left: -0.8em;
border-right-color: #1DA1F2;
border-left-color: transparent; }
.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:hover:before {
border-right-color: #0967a0; }
.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:before {
left: auto;
right: -0.8em;
border-right-color: transparent;
border-left-color: #1DA1F2; }
.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:hover:before {
border-left-color: #0967a0; }
.elementor-blockquote--skin-boxed .elementor-blockquote {
background-color: #e6e9ec;
padding: 30px; }
.elementor-blockquote--skin-border .elementor-blockquote {
border-color: #e6e9ec;
border-style: solid;
border-right-width: 7px;
padding-right: 20px; }
.elementor-blockquote--skin-quotation .elementor-blockquote:before {
content: '“';
font-size: 100px;
color: #e6e9ec;
font-family: "Times New Roman", Times, serif;
font-weight: 900;
line-height: 1;
display: block;
height: 0.6em; }
.elementor-blockquote--skin-quotation .elementor-blockquote__content {
margin-top: 15px; }
.elementor-blockquote--align-left .elementor-blockquote__content {
text-align: left; }
.elementor-blockquote--align-left .elementor-blockquote footer {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.elementor-blockquote--align-right .elementor-blockquote__content {
text-align: right; }
.elementor-blockquote--align-right .elementor-blockquote footer {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.elementor-blockquote--align-center .elementor-blockquote {
text-align: center; }
.elementor-blockquote--align-center .elementor-blockquote footer {
display: block; }
.elementor-blockquote--align-center .elementor-blockquote__author {
display: block; }
.elementor-blockquote--align-center .elementor-blockquote__tweet-button {
margin-right: auto;
margin-left: auto; }
.elementor-headline {
font-size: 43px;
line-height: 1.2;
display: block; }
.elementor-headline-dynamic-text {
color: var(--dynamic-text-color, #aebcb9); }
.elementor-headline--style-rotate .elementor-headline-dynamic-wrapper {
text-align: right; }
.elementor-headline--style-highlight .elementor-headline-dynamic-wrapper {
overflow: visible;
text-align: inherit; }
.elementor-headline--style-highlight .elementor-headline-dynamic-text {
z-index: 1; }
.elementor-headline--style-highlight .elementor-headline-plain-text {
z-index: 1;
position: relative; }
.elementor-headline--style-highlight svg {
position: absolute;
top: 50%;
left: 50%;
width: calc( 100% + 20px);
height: calc( 100% + 20px);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
overflow: visible; }
.elementor-headline--style-highlight svg path {
stroke: red;
stroke-width: 9;
fill: none;
opacity: 0;
stroke-dasharray: 0 1500;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s; }
.elementor-headline.e-animated svg path {
-webkit-animation: elementor-headline-dash forwards;
animation: elementor-headline-dash forwards;
-webkit-animation-duration: var(--animation-duration, 1.2s);
animation-duration: var(--animation-duration, 1.2s);
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1; }
.elementor-headline.e-animated svg path:nth-of-type(2) {
-webkit-animation-delay: calc(var(--animation-duration, 1.2s) / 2);
animation-delay: calc(var(--animation-duration, 1.2s) / 2); }
.elementor-headline.e-hide-highlight svg path {
opacity: 1;
stroke-dasharray: 1500 1500;
-webkit-animation: hide-highlight 0.4s forwards;
animation: hide-highlight 0.4s forwards;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1; }
@-webkit-keyframes elementor-headline-dash {
from {
stroke-dasharray: 0 1500;
opacity: 1; }
to {
stroke-dasharray: 1500 1500;
opacity: 1; } }
@keyframes elementor-headline-dash {
from {
stroke-dasharray: 0 1500;
opacity: 1; }
to {
stroke-dasharray: 1500 1500;
opacity: 1; } }
@-webkit-keyframes hide-highlight {
from {
opacity: 1;
stroke-dasharray: 1500 1500; }
to {
opacity: 0;
-webkit-filter: blur(10px);
filter: blur(10px); } }
@keyframes hide-highlight {
from {
opacity: 1;
stroke-dasharray: 1500 1500; }
to {
opacity: 0;
-webkit-filter: blur(10px);
filter: blur(10px); } }
.elementor-headline-text-wrapper {
vertical-align: bottom; }
.elementor-headline-dynamic-wrapper {
display: inline-block;
position: relative; }
.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text {
display: inline-block;
position: absolute;
top: 0;
right: 0; }
.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text.elementor-headline-text-active {
position: relative; }
.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper {
-webkit-perspective: 300px;
perspective: 300px; }
.elementor-headline-animation-type-flip .elementor-headline-dynamic-text {
opacity: 0;
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg); }
.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-active {
opacity: 1;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
-webkit-animation: elementor-headline-flip-in 1.2s;
animation: elementor-headline-flip-in 1.2s; }
.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-inactive {
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
-webkit-animation: elementor-headline-flip-out 1.2s;
animation: elementor-headline-flip-out 1.2s; }
@-webkit-keyframes elementor-headline-flip-in {
0% {
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
opacity: 0; }
35% {
-webkit-transform: rotateX(120deg);
transform: rotateX(120deg);
opacity: 0; }
65% {
opacity: 0; }
100% {
-webkit-transform: rotateX(360deg);
transform: rotateX(360deg);
opacity: 1; } }
@keyframes elementor-headline-flip-in {
0% {
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
opacity: 0; }
35% {
-webkit-transform: rotateX(120deg);
transform: rotateX(120deg);
opacity: 0; }
65% {
opacity: 0; }
100% {
-webkit-transform: rotateX(360deg);
transform: rotateX(360deg);
opacity: 1; } }
@-webkit-keyframes elementor-headline-flip-out {
0% {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1; }
35% {
-webkit-transform: rotateX(-40deg);
transform: rotateX(-40deg);
opacity: 1; }
65% {
opacity: 0; }
100% {
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
opacity: 0; } }
@keyframes elementor-headline-flip-out {
0% {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1; }
35% {
-webkit-transform: rotateX(-40deg);
transform: rotateX(-40deg);
opacity: 1; }
65% {
opacity: 0; }
100% {
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
opacity: 0; } }
.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper {
vertical-align: top;
overflow: hidden; }
.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper::after {
/* vertical bar */
content: '';
position: absolute;
left: 0;
right: auto;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 90%;
width: 1px;
background-color: #0d0d0d; }
.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:not(.elementor-headline-typing-selected):after {
-webkit-animation: elementor-headline-pulse 1s infinite;
animation: elementor-headline-pulse 1s infinite; }
.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected {
background-color: var(--typing-selected-bg-color, #0d0d0d); }
.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected::after {
visibility: hidden; }
.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected .elementor-headline-dynamic-text {
color: var(--typing-selected-color, var(--dynamic-text-color), #aebcb9); }
.elementor-headline-animation-type-typing .elementor-headline-dynamic-text:not(.elementor-headline-text-active) {
visibility: hidden; }
.elementor-headline-animation-type-typing .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
position: absolute;
visibility: hidden; }
@-webkit-keyframes elementor-headline-pulse {
0% {
-webkit-transform: translateY(-50%) scale(1);
transform: translateY(-50%) scale(1);
opacity: 1; }
40% {
-webkit-transform: translateY(-50%) scale(0.9);
transform: translateY(-50%) scale(0.9);
opacity: 0; }
100% {
-webkit-transform: translateY(-50%) scale(0);
transform: translateY(-50%) scale(0);
opacity: 0; } }
@keyframes elementor-headline-pulse {
0% {
-webkit-transform: translateY(-50%) scale(1);
transform: translateY(-50%) scale(1);
opacity: 1; }
40% {
-webkit-transform: translateY(-50%) scale(0.9);
transform: translateY(-50%) scale(0.9);
opacity: 0; }
100% {
-webkit-transform: translateY(-50%) scale(0);
transform: translateY(-50%) scale(0);
opacity: 0; } }
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper {
-webkit-perspective: 300px;
perspective: 300px; }
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
display: inline-block;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text {
-webkit-transform: scaleX(1.0005);
-ms-transform: scaleX(1.0005);
transform: scaleX(1.0005);
opacity: 0; }
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(-20px) rotateX(90deg);
transform: translateZ(-20px) rotateX(90deg);
opacity: 0; }
.elementor-headline-text-active .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
opacity: 1; }
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter.elementor-headline-animation-in {
-webkit-animation: elementor-headline-swirl-in .4s forwards;
animation: elementor-headline-swirl-in .4s forwards; }
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
-webkit-animation: elementor-headline-swirl-out .4s forwards;
animation: elementor-headline-swirl-out .4s forwards; }
@-webkit-keyframes elementor-headline-swirl-in {
0% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(90deg);
transform: translateZ(-20px) rotateX(90deg); }
60% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(-10deg);
transform: translateZ(-20px) rotateX(-10deg); }
100% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0deg);
transform: translateZ(-20px) rotateX(0deg); } }
@keyframes elementor-headline-swirl-in {
0% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(90deg);
transform: translateZ(-20px) rotateX(90deg); }
60% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(-10deg);
transform: translateZ(-20px) rotateX(-10deg); }
100% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0deg);
transform: translateZ(-20px) rotateX(0deg); } }
@-webkit-keyframes elementor-headline-swirl-out {
0% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0);
transform: translateZ(-20px) rotateX(0); }
60% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-100deg);
transform: translateZ(-20px) rotateX(-100deg); }
100% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-90deg);
transform: translateZ(-20px) rotateX(-90deg); } }
@keyframes elementor-headline-swirl-out {
0% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0);
transform: translateZ(-20px) rotateX(0); }
60% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-100deg);
transform: translateZ(-20px) rotateX(-100deg); }
100% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-90deg);
transform: translateZ(-20px) rotateX(-90deg); } }
.elementor-headline-animation-type-slide-down .elementor-headline-text-wrapper {
display: inline-block;
padding: .2em 0; }
.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper {
overflow: hidden;
vertical-align: top; }
.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text {
opacity: 0;
top: .2em; }
.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-active {
top: 0;
opacity: 1;
-webkit-animation: elementor-headline-slide-down-in .6s;
animation: elementor-headline-slide-down-in .6s; }
.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-inactive {
-webkit-animation: elementor-headline-slide-down-out .6s;
animation: elementor-headline-slide-down-out .6s; }
@-webkit-keyframes elementor-headline-slide-down-in {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
60% {
opacity: 1;
-webkit-transform: translateY(20%);
transform: translateY(20%); }
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0); } }
@keyframes elementor-headline-slide-down-in {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
60% {
opacity: 1;
-webkit-transform: translateY(20%);
transform: translateY(20%); }
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0); } }
@-webkit-keyframes elementor-headline-slide-down-out {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0); }
60% {
opacity: 0;
-webkit-transform: translateY(120%);
transform: translateY(120%); }
100% {
opacity: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%); } }
@keyframes elementor-headline-slide-down-out {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0); }
60% {
opacity: 0;
-webkit-transform: translateY(120%);
transform: translateY(120%); }
100% {
opacity: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%); } }
.elementor-headline-animation-type-clip .elementor-headline-text-wrapper {
display: inline-block;
padding: .2em 0; }
.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper {
overflow: hidden;
vertical-align: top; }
.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper::after {
/* line */
content: '';
position: absolute;
top: 0;
left: 0;
right: auto;
width: 2px;
height: 100%;
background-color: #0d0d0d; }
.elementor-headline-animation-type-clip .elementor-headline-dynamic-text {
opacity: 0; }
.elementor-headline-animation-type-clip .elementor-headline-dynamic-text.elementor-headline-text-active {
opacity: 1; }
.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper {
-webkit-perspective: 300px;
perspective: 300px; }
.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text {
opacity: 0; }
.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-active {
opacity: 1;
-webkit-animation: elementor-headline-drop-in-in .8s;
animation: elementor-headline-drop-in-in .8s; }
.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-inactive {
-webkit-animation: elementor-headline-drop-in-out .8s;
animation: elementor-headline-drop-in-out .8s; }
@-webkit-keyframes elementor-headline-drop-in-in {
0% {
opacity: 0;
-webkit-transform: translateZ(100px);
transform: translateZ(100px); }
100% {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0); } }
@keyframes elementor-headline-drop-in-in {
0% {
opacity: 0;
-webkit-transform: translateZ(100px);
transform: translateZ(100px); }
100% {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0); } }
@-webkit-keyframes elementor-headline-drop-in-out {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0); }
100% {
opacity: 0;
-webkit-transform: translateZ(-100px);
transform: translateZ(-100px); } }
@keyframes elementor-headline-drop-in-out {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0); }
100% {
opacity: 0;
-webkit-transform: translateZ(-100px);
transform: translateZ(-100px); } }
.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper {
-webkit-perspective: 300px;
perspective: 300px; }
.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text {
opacity: 0; }
.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter {
display: inline-block;
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.elementor-headline-text-active .elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg); }
.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter.elementor-headline-animation-in {
-webkit-animation: elementor-headline-blinds-in .6s forwards;
animation: elementor-headline-blinds-in .6s forwards; }
.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
-webkit-animation: elementor-headline-blinds-out .6s forwards;
animation: elementor-headline-blinds-out .6s forwards; }
@-webkit-keyframes elementor-headline-blinds-in {
0% {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg); }
100% {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg); } }
@keyframes elementor-headline-blinds-in {
0% {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg); }
100% {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg); } }
@-webkit-keyframes elementor-headline-blinds-out {
0% {
-webkit-transform: rotateY(0);
transform: rotateY(0); }
100% {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg); } }
@keyframes elementor-headline-blinds-out {
0% {
-webkit-transform: rotateY(0);
transform: rotateY(0); }
100% {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg); } }
.elementor-headline-animation-type-wave .elementor-headline-dynamic-text {
opacity: 0; }
.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter {
display: inline-block;
opacity: 0;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0); }
.elementor-headline-text-active .elementor-headline-animation-type-wave .elementor-headline-dynamic-letter {
opacity: 1; }
.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter.elementor-headline-animation-in {
-webkit-animation: elementor-headline-wave-up .6s forwards;
animation: elementor-headline-wave-up .6s forwards; }
.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
-webkit-animation: elementor-headline-wave-down .6s forwards;
animation: elementor-headline-wave-down .6s forwards; }
@-webkit-keyframes elementor-headline-wave-up {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0; }
60% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
opacity: 1; }
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; } }
@keyframes elementor-headline-wave-up {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0; }
60% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
opacity: 1; }
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; } }
@-webkit-keyframes elementor-headline-wave-down {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; }
60% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0; } }
@keyframes elementor-headline-wave-down {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; }
60% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0; } }
.elementor-headline-animation-type-slide .elementor-headline-dynamic-text {
opacity: 0; }
.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-active {
opacity: 1;
-webkit-animation: elementor-headline-slide-in .6s;
animation: elementor-headline-slide-in .6s; }
.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-inactive {
-webkit-animation: elementor-headline-slide-out .6s;
animation: elementor-headline-slide-out .6s; }
@-webkit-keyframes elementor-headline-slide-in {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%); }
60% {
opacity: 1;
-webkit-transform: translateX(10%);
transform: translateX(10%); }
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0); } }
@keyframes elementor-headline-slide-in {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%); }
60% {
opacity: 1;
-webkit-transform: translateX(10%);
transform: translateX(10%); }
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0); } }
@-webkit-keyframes elementor-headline-slide-out {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0); }
60% {
opacity: 0;
-webkit-transform: translateX(110%);
transform: translateX(110%); }
100% {
opacity: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%); } }
@keyframes elementor-headline-slide-out {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0); }
60% {
opacity: 0;
-webkit-transform: translateX(110%);
transform: translateX(110%); }
100% {
opacity: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%); } }
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper, .elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper, .elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper, .elementor-headline-animation-type-slide .elementor-headline-dynamic-wrapper, .elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper, .elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper, .elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper {
-webkit-transition: width 0.5s;
-o-transition: width 0.5s;
transition: width 0.5s; }
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper, .elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper, .elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper {
overflow: hidden; }
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text, .elementor-headline-animation-type-blinds .elementor-headline-dynamic-text, .elementor-headline-animation-type-wave .elementor-headline-dynamic-text {
white-space: nowrap; }
.elementor-msie .elementor-headline--style-highlight svg {
top: auto;
left: auto;
-webkit-transform: translate(-100%);
-ms-transform: translate(-100%);
transform: translate(-100%); }
/* Animations */
@-webkit-keyframes e-hotspot-soft-beat {
from {
-webkit-transform: scale(1);
transform: scale(1); }
to {
-webkit-transform: scale(1.1);
transform: scale(1.1); } }
@keyframes e-hotspot-soft-beat {
from {
-webkit-transform: scale(1);
transform: scale(1); }
to {
-webkit-transform: scale(1.1);
transform: scale(1.1); } }
@-webkit-keyframes e-hotspot-expand {
from {
-webkit-transform: scale(0.5);
transform: scale(0.5);
opacity: 1; }
to {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0; } }
@keyframes e-hotspot-expand {
from {
-webkit-transform: scale(0.5);
transform: scale(0.5);
opacity: 1; }
to {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0; } }
/* Hotspot Wrapper */
.elementor-widget-hotspot {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: var(--background-align);
-ms-flex-pack: var(--background-align);
justify-content: var(--background-align); }
.elementor-widget-hotspot .elementor-widget-container {
position: relative;
display: inline-block;
width: var(--container-width);
max-width: var(--container-max-width);
height: var(--container-height); }
.elementor-widget-hotspot .elementor-widget-container > img {
display: block;
width: var(--image-width, auto);
height: var(--container-height);
opacity: var(--opacity, 1); }
/* Each Hotspot */
.e-hotspot {
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
/* Hotspot Button Animations */
/* End: Hotspot Button Animations */ }
.e-hotspot--position-left.e-hotspot--position-top {
-webkit-transform: translate(calc( -1 * var( --hotspot-translate-x )), calc( -1 * var( --hotspot-translate-y )));
-ms-transform: translate(calc( -1 * var( --hotspot-translate-x )), calc( -1 * var( --hotspot-translate-y )));
transform: translate(calc( -1 * var( --hotspot-translate-x )), calc( -1 * var( --hotspot-translate-y ))); }
.e-hotspot--position-left.e-hotspot--position-bottom {
-webkit-transform: translate(calc( -1 * var( --hotspot-translate-x )), var(--hotspot-translate-y));
-ms-transform: translate(calc( -1 * var( --hotspot-translate-x )), var(--hotspot-translate-y));
transform: translate(calc( -1 * var( --hotspot-translate-x )), var(--hotspot-translate-y)); }
.e-hotspot--position-right.e-hotspot--position-top {
-webkit-transform: translate(var(--hotspot-translate-x), calc( -1 * var( --hotspot-translate-y )));
-ms-transform: translate(var(--hotspot-translate-x), calc( -1 * var( --hotspot-translate-y )));
transform: translate(var(--hotspot-translate-x), calc( -1 * var( --hotspot-translate-y ))); }
.e-hotspot--position-right.e-hotspot--position-bottom {
-webkit-transform: translate(var(--hotspot-translate-x), var(--hotspot-translate-y));
-ms-transform: translate(var(--hotspot-translate-x), var(--hotspot-translate-y));
transform: translate(var(--hotspot-translate-x), var(--hotspot-translate-y)); }
.e-hotspot--active {
z-index: 2; }
.e-hotspot__outer-circle, .e-hotspot__inner-circle {
content: "";
display: inline-block;
-webkit-box-sizing: content-box;
box-sizing: content-box;
border-radius: 50%; }
.e-hotspot__inner-circle {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: var(--hotspot-color);
padding: calc( var(--hotspot-size, 18px) / 2); }
.e-hotspot__outer-circle {
background-color: var(--hotspot-color);
padding: var(--hotspot-padding, 4px);
width: var(--hotspot-size, 18px);
height: var(--hotspot-size, 18px); }
.e-hotspot--icon .e-hotspot__button {
line-height: 0;
-webkit-box-sizing: content-box;
box-sizing: content-box;
font-size: var(--hotspot-size, 18px);
width: var(--hotspot-size, 18px);
height: var(--hotspot-size, 18px); }
.e-hotspot__icon, .e-hotspot__label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.e-hotspot__icon svg, .e-hotspot__label svg {
width: var(--hotspot-size, 18px);
height: auto; }
.e-hotspot__button {
cursor: pointer;
position: relative;
display: grid;
grid-auto-flow: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: var(--hotspot-color);
font-size: var(--hotspot-size, 18px);
min-width: var(--hotspot-button-width);
min-height: var(--hotspot-button-height); }
.e-hotspot__button:before {
z-index: -2;
content: "";
width: 100%;
height: 100%;
left: -5px;
top: -5px;
position: absolute;
padding: 5px;
-webkit-box-sizing: content-box;
box-sizing: content-box; }
.e-hotspot__button svg {
fill: var(--hotspot-color); }
.e-hotspot:not(.e-hotspot--circle) .e-hotspot__button {
min-width: var(--hotspot-min-width);
min-height: var(--hotspot-min-height);
background-color: var(--hotspot-box-color);
padding: var(--hotspot-padding, 4px);
border-radius: var(--hotspot-border-radius, 3px); }
.e-hotspot:not(.e-hotspot--circle) .e-hotspot__button:before {
border-radius: var(--hotspot-border-radius, 3px); }
.e-hotspot:not(.e-hotspot--circle) .e-hotspot--expand::before {
background-color: var(--hotspot-box-color); }
.e-hotspot--overlay {
opacity: 0.7;
-webkit-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s; }
.e-hotspot--overlay:hover,
.e-hotspot--active .e-hotspot--overlay {
opacity: 1; }
.e-hotspot--soft-beat {
-webkit-animation: e-hotspot-soft-beat 0.7s infinite alternate;
animation: e-hotspot-soft-beat 0.7s infinite alternate;
-webkit-animation-timing-function: ease;
animation-timing-function: ease; }
.e-hotspot--expand .e-hotspot__outer-circle {
-webkit-animation: e-hotspot-expand 2s infinite;
animation: e-hotspot-expand 2s infinite; }
.e-hotspot:not(.e-hotspot--circle) .e-hotspot--expand::before {
content: "";
width: 100%;
height: 100%;
position: absolute;
z-index: -1;
opacity: 0;
-webkit-animation: e-hotspot-expand 2s infinite;
animation: e-hotspot-expand 2s infinite; }
.e-hotspot--sequenced {
-webkit-animation: fadeIn 0.3s;
animation: fadeIn 0.3s;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
.e-hotspot__direction-mask {
overflow: hidden;
position: absolute;
pointer-events: none; }
.e-hotspot__tooltip {
white-space: var(--white-space, nowrap);
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
-o-transition-property: transform, opacity;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-transition-duration: var(--tooltip-transition-duration, 500ms);
-o-transition-duration: var(--tooltip-transition-duration, 500ms);
transition-duration: var(--tooltip-transition-duration, 500ms);
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
position: absolute;
pointer-events: none;
color: var(--tooltip-text-color, #FFF);
text-align: var(--tooltip-align);
min-width: var(--tooltip-min-width);
padding: var(--tooltip-padding, 8px);
border-radius: var(--tooltip-border-radius);
background-color: var(--tooltip-color); }
.e-hotspot__tooltip p:last-of-type {
margin-bottom: 0; }
.e-hotspot__direction-mask .e-hotspot__tooltip {
-webkit-box-shadow: none !important;
box-shadow: none !important;
position: static; }
.e-hotspot--active .e-hotspot__tooltip {
pointer-events: visible; }
.e-hotspot--fade-in-out {
opacity: 0; }
.e-hotspot--active .e-hotspot--fade-in-out {
opacity: 1; }
.e-hotspot--fade-grow {
opacity: 0;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0); }
.e-hotspot--active .e-hotspot--fade-grow {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.e-hotspot--tooltip-animation-from-top, .e-hotspot--override-tooltip-animation-from-top {
-webkit-transform: translate(0, calc(-100% - 1px));
-ms-transform: translate(0, calc(-100% - 1px));
transform: translate(0, calc(-100% - 1px)); }
.e-hotspot--tooltip-animation-from-left, .e-hotspot--override-tooltip-animation-from-left {
-webkit-transform: translate(calc(-100% - 1px), 0);
-ms-transform: translate(calc(-100% - 1px), 0);
transform: translate(calc(-100% - 1px), 0); }
.e-hotspot--tooltip-animation-from-right, .e-hotspot--override-tooltip-animation-from-right {
-webkit-transform: translate(calc(100% + 1px), 0);
-ms-transform: translate(calc(100% + 1px), 0);
transform: translate(calc(100% + 1px), 0); }
.e-hotspot--tooltip-animation-from-bottom, .e-hotspot--override-tooltip-animation-from-bottom {
-webkit-transform: translate(0, calc(100% + 1px));
-ms-transform: translate(0, calc(100% + 1px));
transform: translate(0, calc(100% + 1px)); }
.e-hotspot--fade-direction {
opacity: 0; }
.e-hotspot--active .e-hotspot--slide-direction,
.e-hotspot--active .e-hotspot--fade-direction {
-webkit-transform: translate(0, 0) scale(1);
-ms-transform: translate(0, 0) scale(1);
transform: translate(0, 0) scale(1);
opacity: 1; }
.e-hotspot--show-tooltip {
-webkit-transition: none;
-o-transition: none;
transition: none;
opacity: 1;
pointer-events: visible;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
.elementor-facebook-widget.fb_iframe_widget {
width: 100% !important; }
.elementor-facebook-widget.fb_iframe_widget span {
width: 100% !important; }
.elementor-facebook-widget.fb_iframe_widget iframe {
position: relative;
width: 100% !important; }
.elementor-facebook-widget.fb-like {
height: 1px; }
.elementor-widget-facebook-comments iframe {
width: 100% !important; }
.site-main .menu-navigation-container {
overflow: visible; }
.elementor-item:before, .elementor-item:after {
display: block;
position: absolute;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
-o-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1); }
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
opacity: 0; }
.elementor-item:hover:before,
.elementor-item:hover:after,
.elementor-item:focus:before,
.elementor-item:focus:after,
.elementor-item.highlighted:before,
.elementor-item.highlighted:after,
.elementor-item-active:before,
.elementor-item-active:after {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.e--pointer-double-line .elementor-item:before, .e--pointer-double-line .elementor-item:after, .e--pointer-underline .elementor-item:before, .e--pointer-underline .elementor-item:after, .e--pointer-overline .elementor-item:before, .e--pointer-overline .elementor-item:after {
height: 3px;
width: 100%;
left: 0;
background-color: #55595c;
z-index: 2; }
.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
height: 0;
width: 0;
left: 50%; }
.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
top: 10px; }
.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
bottom: 10px; }
.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
top: -10px; }
.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
bottom: -10px; }
.e--pointer-double-line.e--animation-none,
.e--pointer-double-line.e--animation-none .elementor-item, .e--pointer-underline.e--animation-none,
.e--pointer-underline.e--animation-none .elementor-item, .e--pointer-overline.e--animation-none,
.e--pointer-overline.e--animation-none .elementor-item {
-webkit-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s; }
.e--pointer-double-line.e--animation-none:before, .e--pointer-double-line.e--animation-none:after, .e--pointer-double-line.e--animation-none:hover, .e--pointer-double-line.e--animation-none:focus,
.e--pointer-double-line.e--animation-none .elementor-item:before,
.e--pointer-double-line.e--animation-none .elementor-item:after,
.e--pointer-double-line.e--animation-none .elementor-item:hover,
.e--pointer-double-line.e--animation-none .elementor-item:focus, .e--pointer-underline.e--animation-none:before, .e--pointer-underline.e--animation-none:after, .e--pointer-underline.e--animation-none:hover, .e--pointer-underline.e--animation-none:focus,
.e--pointer-underline.e--animation-none .elementor-item:before,
.e--pointer-underline.e--animation-none .elementor-item:after,
.e--pointer-underline.e--animation-none .elementor-item:hover,
.e--pointer-underline.e--animation-none .elementor-item:focus, .e--pointer-overline.e--animation-none:before, .e--pointer-overline.e--animation-none:after, .e--pointer-overline.e--animation-none:hover, .e--pointer-overline.e--animation-none:focus,
.e--pointer-overline.e--animation-none .elementor-item:before,
.e--pointer-overline.e--animation-none .elementor-item:after,
.e--pointer-overline.e--animation-none .elementor-item:hover,
.e--pointer-overline.e--animation-none .elementor-item:focus {
-webkit-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s; }
.e--pointer-double-line .elementor-item:before, .e--pointer-overline .elementor-item:before {
content: '';
top: 0; }
.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
width: 10px;
left: -20px; }
.e--pointer-double-line .elementor-item:after, .e--pointer-underline .elementor-item:after {
content: '';
bottom: 0; }
.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
width: 10px;
left: calc( 100% + 20px); }
.e--pointer-framed .elementor-item:before, .e--pointer-framed .elementor-item:after {
background: transparent;
left: 0;
top: 0;
bottom: 0;
right: 0;
border: 3px solid #55595c; }
.e--pointer-framed .elementor-item:before {
content: ''; }
.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75); }
.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
-webkit-transform: scale(1.25);
-ms-transform: scale(1.25);
transform: scale(1.25); }
.e--pointer-framed.e--animation-grow .elementor-item:before, .e--pointer-framed.e--animation-shrink .elementor-item:before {
-webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
transition: opacity 0.2s, -webkit-transform 0.4s;
-o-transition: opacity 0.2s, transform 0.4s;
transition: opacity 0.2s, transform 0.4s;
transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s; }
.e--pointer-framed.e--animation-draw .elementor-item:before, .e--pointer-framed.e--animation-draw .elementor-item:after {
width: 3px;
height: 3px; }
.e--pointer-framed.e--animation-draw .elementor-item:before {
border-width: 0 3px 3px 0;
-webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
-o-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s; }
.e--pointer-framed.e--animation-draw .elementor-item:after {
content: '';
top: initial;
bottom: 0;
right: initial;
left: 0;
border-width: 3px 0 0 3px;
-webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
-o-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s; }
.e--pointer-framed.e--animation-draw .elementor-item:hover:before,
.e--pointer-framed.e--animation-draw .elementor-item:hover:after,
.e--pointer-framed.e--animation-draw .elementor-item:focus:before,
.e--pointer-framed.e--animation-draw .elementor-item:focus:after,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-draw .elementor-item-active:before,
.e--pointer-framed.e--animation-draw .elementor-item-active:after {
width: 100%;
height: 100%; }
.e--pointer-framed.e--animation-draw .elementor-item:hover:before,
.e--pointer-framed.e--animation-draw .elementor-item:focus:before,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-draw .elementor-item-active:before {
-webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
-o-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s; }
.e--pointer-framed.e--animation-draw .elementor-item:hover:after,
.e--pointer-framed.e--animation-draw .elementor-item:focus:after,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-draw .elementor-item-active:after {
-webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
-o-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s; }
.e--pointer-framed.e--animation-corners .elementor-item:before, .e--pointer-framed.e--animation-corners .elementor-item:after {
width: 3px;
height: 3px; }
.e--pointer-framed.e--animation-corners .elementor-item:before {
border-width: 3px 3px 0 0; }
.e--pointer-framed.e--animation-corners .elementor-item:after {
content: '';
top: initial;
bottom: 0;
right: initial;
left: 0;
border-width: 0 0 3px 3px; }
.e--pointer-framed.e--animation-corners .elementor-item:hover:before,
.e--pointer-framed.e--animation-corners .elementor-item:hover:after,
.e--pointer-framed.e--animation-corners .elementor-item:focus:before,
.e--pointer-framed.e--animation-corners .elementor-item:focus:after,
.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-corners .elementor-item-active:before,
.e--pointer-framed.e--animation-corners .elementor-item-active:after {
width: 100%;
height: 100%;
-webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
-o-transition: opacity 0.002s, width 0.4s, height 0.4s;
transition: opacity 0.002s, width 0.4s, height 0.4s; }
.e--pointer-framed.e--animation-none,
.e--pointer-framed.e--animation-none .elementor-item {
-webkit-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s; }
.e--pointer-framed.e--animation-none:before, .e--pointer-framed.e--animation-none:after, .e--pointer-framed.e--animation-none:hover, .e--pointer-framed.e--animation-none:focus,
.e--pointer-framed.e--animation-none .elementor-item:before,
.e--pointer-framed.e--animation-none .elementor-item:after,
.e--pointer-framed.e--animation-none .elementor-item:hover,
.e--pointer-framed.e--animation-none .elementor-item:focus {
-webkit-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s; }
.e--pointer-background .elementor-item:before, .e--pointer-background .elementor-item:after {
content: '';
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s; }
.e--pointer-background .elementor-item:before {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #55595c;
z-index: -1; }
.e--pointer-background .elementor-item:hover,
.e--pointer-background .elementor-item:focus,
.e--pointer-background .elementor-item.highlighted,
.e--pointer-background .elementor-item-active {
color: #fff; }
.e--pointer-background.e--animation-grow .elementor-item:before {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5); }
.e--pointer-background.e--animation-grow .elementor-item:hover:before,
.e--pointer-background.e--animation-grow .elementor-item:focus:before,
.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,
.e--pointer-background.e--animation-grow .elementor-item-active:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1; }
.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s; }
.e--pointer-background.e--animation-shrink .elementor-item:hover:before,
.e--pointer-background.e--animation-shrink .elementor-item:focus:before,
.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shrink .elementor-item-active:before {
-webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
transition: opacity 0.15s, -webkit-transform 0.4s;
-o-transition: opacity 0.15s, transform 0.4s;
transition: opacity 0.15s, transform 0.4s;
transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s; }
.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
left: 100%; }
.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
right: 100%; }
.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
top: 100%; }
.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
bottom: 100%; }
.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
bottom: 50%;
top: 50%; }
.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
right: 50%;
left: 50%; }
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #55595c;
z-index: -1; }
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before {
top: 0;
bottom: 100%; }
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
top: 100%;
bottom: 0; }
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before {
bottom: 50%; }
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after {
top: 50%; }
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before {
right: 0;
left: 100%; }
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after {
right: 100%;
left: 0; }
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before {
left: 50%; }
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after {
right: 50%; }
.e--pointer-background.e--animation-none,
.e--pointer-background.e--animation-none .elementor-item {
-webkit-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s; }
.e--pointer-background.e--animation-none:before, .e--pointer-background.e--animation-none:after, .e--pointer-background.e--animation-none:hover, .e--pointer-background.e--animation-none:focus,
.e--pointer-background.e--animation-none .elementor-item:before,
.e--pointer-background.e--animation-none .elementor-item:after,
.e--pointer-background.e--animation-none .elementor-item:hover,
.e--pointer-background.e--animation-none .elementor-item:focus {
-webkit-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s; }
.e--pointer-text.e--animation-skew .elementor-item:hover,
.e--pointer-text.e--animation-skew .elementor-item:focus {
-webkit-transform: skew(-8deg);
-ms-transform: skew(-8deg);
transform: skew(-8deg); }
.e--pointer-text.e--animation-grow .elementor-item:hover,
.e--pointer-text.e--animation-grow .elementor-item:focus {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.e--pointer-text.e--animation-shrink .elementor-item:hover,
.e--pointer-text.e--animation-shrink .elementor-item:focus {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8); }
.e--pointer-text.e--animation-float .elementor-item:hover,
.e--pointer-text.e--animation-float .elementor-item:focus {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px); }
.e--pointer-text.e--animation-sink .elementor-item:hover,
.e--pointer-text.e--animation-sink .elementor-item:focus {
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px); }
.e--pointer-text.e--animation-rotate .elementor-item:hover,
.e--pointer-text.e--animation-rotate .elementor-item:focus {
-webkit-transform: rotate(6deg);
-ms-transform: rotate(6deg);
transform: rotate(6deg); }
.e--pointer-text.e--animation-none,
.e--pointer-text.e--animation-none .elementor-item {
-webkit-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s; }
.e--pointer-text.e--animation-none:before, .e--pointer-text.e--animation-none:after, .e--pointer-text.e--animation-none:hover, .e--pointer-text.e--animation-none:focus,
.e--pointer-text.e--animation-none .elementor-item:before,
.e--pointer-text.e--animation-none .elementor-item:after,
.e--pointer-text.e--animation-none .elementor-item:hover,
.e--pointer-text.e--animation-none .elementor-item:focus {
-webkit-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s; }
.elementor-nav-menu--main .elementor-nav-menu a {
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s; }
.elementor-nav-menu--main .elementor-nav-menu a, .elementor-nav-menu--main .elementor-nav-menu a:hover, .elementor-nav-menu--main .elementor-nav-menu a:focus, .elementor-nav-menu--main .elementor-nav-menu a.highlighted {
padding: 13px 20px; }
.elementor-nav-menu--main .elementor-nav-menu a.current {
background: #373a3c;
color: #fff; }
.elementor-nav-menu--main .elementor-nav-menu a.disabled {
background: #55595c;
color: #a1a6a9; }
.elementor-nav-menu--main .elementor-nav-menu ul {
position: absolute;
width: 12em;
border-width: 0;
border-style: solid;
padding: 0; }
.elementor-nav-menu--main .elementor-nav-menu span.scroll-up,
.elementor-nav-menu--main .elementor-nav-menu span.scroll-down {
position: absolute;
display: none;
visibility: hidden;
overflow: hidden;
background: #fff;
height: 20px; }
.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow, .elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow, .elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow {
position: absolute;
top: -2px;
right: 50%;
margin-right: -8px;
width: 0;
height: 0;
overflow: hidden;
border-width: 8px;
border-style: dashed dashed solid dashed;
border-color: transparent transparent #494c4f transparent; }
.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow {
top: 6px;
border-style: solid dashed dashed dashed;
border-color: #494c4f transparent transparent transparent; }
.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg {
height: 1em;
width: 1em; }
.elementor-nav-menu--layout-horizontal {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
white-space: nowrap; }
.elementor-nav-menu__align-right .elementor-nav-menu {
margin-left: auto;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical > ul > li > a {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.elementor-nav-menu__align-left .elementor-nav-menu {
margin-right: auto;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical > ul > li > a {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.elementor-nav-menu__align-center .elementor-nav-menu {
margin-left: auto;
margin-right: auto;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical > ul > li > a {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
width: 100%; }
.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > a {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle {
display: none; }
.elementor-widget-nav-menu .elementor-widget-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.elementor-nav-menu {
position: relative;
z-index: 2; }
.elementor-nav-menu:after {
content: "\00a0";
display: block;
height: 0;
font: 0px/0 serif;
clear: both;
visibility: hidden;
overflow: hidden; }
.elementor-nav-menu,
.elementor-nav-menu ul,
.elementor-nav-menu li {
display: block;
list-style: none;
margin: 0;
padding: 0;
line-height: normal;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.elementor-nav-menu ul {
display: none; }
.elementor-nav-menu ul ul a,
.elementor-nav-menu ul ul a:hover,
.elementor-nav-menu ul ul a:focus,
.elementor-nav-menu ul ul a:active {
border-left: 16px solid transparent; }
.elementor-nav-menu ul ul ul a,
.elementor-nav-menu ul ul ul a:hover,
.elementor-nav-menu ul ul ul a:focus,
.elementor-nav-menu ul ul ul a:active {
border-left: 24px solid transparent; }
.elementor-nav-menu ul ul ul ul a,
.elementor-nav-menu ul ul ul ul a:hover,
.elementor-nav-menu ul ul ul ul a:focus,
.elementor-nav-menu ul ul ul ul a:active {
border-left: 32px solid transparent; }
.elementor-nav-menu ul ul ul ul ul a,
.elementor-nav-menu ul ul ul ul ul a:hover,
.elementor-nav-menu ul ul ul ul ul a:focus,
.elementor-nav-menu ul ul ul ul ul a:active {
border-left: 40px solid transparent; }
.elementor-nav-menu li,
.elementor-nav-menu a {
position: relative; }
.elementor-nav-menu li {
border-width: 0; }
.elementor-nav-menu a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.elementor-nav-menu a, .elementor-nav-menu a:hover, .elementor-nav-menu a:focus {
padding: 10px 20px;
line-height: 20px; }
.elementor-nav-menu a.current {
background: #373a3c;
color: #fff; }
.elementor-nav-menu a.disabled {
cursor: not-allowed;
color: #a1a6a9; }
.elementor-nav-menu .e-plus-icon:before {
content: '+'; }
.elementor-nav-menu .sub-arrow {
line-height: 1;
padding: 10px 10px 10px 0;
margin-top: -10px;
margin-bottom: -10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.elementor-nav-menu .sub-arrow i {
pointer-events: none; }
.elementor-nav-menu .sub-arrow .fa.fa-chevron-down, .elementor-nav-menu .sub-arrow .fas.fa-chevron-down {
font-size: 0.7em; }
.elementor-nav-menu .sub-arrow .e-font-icon-svg {
height: 1em;
width: 1em; }
.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
height: 0.7em;
width: 0.7em; }
.elementor-nav-menu--dropdown .elementor-item:hover, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
.elementor-sub-item:hover,
.elementor-sub-item:focus,
.elementor-sub-item.highlighted,
.elementor-sub-item.elementor-item-active {
background-color: #55595c;
color: #fff; }
.elementor-menu-toggle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 22px;
padding: 0.25em;
cursor: pointer;
border: 0 solid;
border-radius: 3px;
background-color: rgba(0, 0, 0, 0.05);
color: #494c4f; }
.elementor-menu-toggle.elementor-active i:before {
content: '\e87f'; }
.elementor-menu-toggle .e-font-icon-svg {
fill: #494c4f;
height: 1em;
width: 1em; }
.elementor-nav-menu--dropdown {
background-color: #fff;
font-size: 13px; }
.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown, .elementor-nav-menu--dropdown-none .elementor-menu-toggle {
display: none; }
.elementor-nav-menu--dropdown.elementor-nav-menu__container {
margin-top: 10px;
-webkit-transition: max-height 0.3s, -webkit-transform 0.3s;
transition: max-height 0.3s, -webkit-transform 0.3s;
-o-transition: max-height 0.3s, transform 0.3s;
transition: max-height 0.3s, transform 0.3s;
transition: max-height 0.3s, transform 0.3s, -webkit-transform 0.3s;
-webkit-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top;
overflow: auto; }
.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
font-size: 0.85em; }
.elementor-nav-menu--dropdown a {
color: #494c4f; }
.elementor-nav-menu--dropdown a.current {
background: #373a3c;
color: #fff; }
.elementor-nav-menu--dropdown a.disabled {
color: #b3b3b3; }
ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:hover, ul.elementor-nav-menu--dropdown a:focus {
text-shadow: none;
border-right: 8px solid transparent; }
.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active) + .elementor-nav-menu__container {
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
max-height: 0; }
.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container {
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
max-height: 100vh; }
.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
position: absolute;
z-index: 9997; }
/**
* Mobile Hamburger Menu Breakpoint
*/
@media (min-width: 768px) {
.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown, .elementor-nav-menu--dropdown-mobile .elementor-menu-toggle {
display: none; } }
@media (max-width: 767px) {
.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main {
display: none; } }
/**
* Mobile Extra Hamburger Menu Breakpoint
*/
@media (max-width: -1px) {
.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main {
display: none; } }
@media (min-width: -1px) {
.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown, .elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle {
display: none; } }
/**
* Tablet Hamburger Menu Breakpoint
*/
@media (min-width: 1025px) {
.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown, .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle {
display: none; } }
@media (max-width: 1024px) {
.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
display: none; } }
/**
* Tablet Extra Hamburger Menu Breakpoint
*/
@media (max-width: -1px) {
.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main {
display: none; } }
@media (min-width: -1px) {
.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown, .elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle {
display: none; } }
.elementor-gallery__container {
min-height: 1px; }
.elementor-gallery-item {
position: relative;
overflow: hidden;
display: block;
text-decoration: none;
border: solid var(--image-border-width) var(--image-border-color);
border-radius: var(--image-border-radius); }
.elementor-gallery-item__overlay, .elementor-gallery-item__content {
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0; }
.elementor-gallery-item__overlay {
mix-blend-mode: var(--overlay-mix-blend-mode);
-webkit-transition-duration: var(--overlay-transition-duration);
-o-transition-duration: var(--overlay-transition-duration);
transition-duration: var(--overlay-transition-duration);
-webkit-transition-property: mix-blend-mode, opacity, background-color, -webkit-transform;
transition-property: mix-blend-mode, opacity, background-color, -webkit-transform;
-o-transition-property: mix-blend-mode, transform, opacity, background-color;
transition-property: mix-blend-mode, transform, opacity, background-color;
transition-property: mix-blend-mode, transform, opacity, background-color, -webkit-transform; }
.elementor-gallery-item__image.e-gallery-image {
-webkit-transition-duration: var(--image-transition-duration);
-o-transition-duration: var(--image-transition-duration);
transition-duration: var(--image-transition-duration);
-webkit-transition-property: -webkit-filter, -webkit-transform;
transition-property: -webkit-filter, -webkit-transform;
-o-transition-property: filter, transform;
transition-property: filter, transform;
transition-property: filter, transform, -webkit-filter, -webkit-transform; }
.elementor-gallery-item__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: var(--content-justify-content, center);
-ms-flex-pack: var(--content-justify-content, center);
justify-content: var(--content-justify-content, center);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: var(--content-text-align);
padding: var(--content-padding); }
.elementor-gallery-item__content > div {
-webkit-transition-duration: var(--content-transition-duration);
-o-transition-duration: var(--content-transition-duration);
transition-duration: var(--content-transition-duration); }
.elementor-gallery-item__content.elementor-gallery--sequenced-animation > div:nth-child(2) {
-webkit-transition-delay: calc( ( var(--content-transition-delay) / 3 ));
-o-transition-delay: calc( ( var(--content-transition-delay) / 3 ));
transition-delay: calc( ( var(--content-transition-delay) / 3 )); }
.elementor-gallery-item__content.elementor-gallery--sequenced-animation > div:nth-child(3) {
-webkit-transition-delay: calc( ( var(--content-transition-delay) / 3 ) * 2);
-o-transition-delay: calc( ( var(--content-transition-delay) / 3 ) * 2);
transition-delay: calc( ( var(--content-transition-delay) / 3 ) * 2); }
.elementor-gallery-item__content.elementor-gallery--sequenced-animation > div:nth-child(4) {
-webkit-transition-delay: calc( ( var(--content-transition-delay) / 3 ) * 3);
-o-transition-delay: calc( ( var(--content-transition-delay) / 3 ) * 3);
transition-delay: calc( ( var(--content-transition-delay) / 3 ) * 3); }
.elementor-gallery-item__description {
color: var(--description-text-color, #ffffff);
width: 100%; }
.elementor-gallery-item__title {
color: var(--title-text-color, #ffffff);
font-weight: bold;
width: 100%; }
.elementor-gallery__titles-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: var(--titles-container-justify-content, center);
-ms-flex-pack: var(--titles-container-justify-content, center);
justify-content: var(--titles-container-justify-content, center);
margin-bottom: 20px; }
.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before {
background-color: var(--galleries-pointer-bg-color-hover); }
.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after {
background-color: var(--galleries-pointer-bg-color-hover); }
.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before {
background-color: var(--galleries-pointer-bg-color-active); }
.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after {
background-color: var(--galleries-pointer-bg-color-active); }
.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before {
border-color: var(--galleries-pointer-bg-color-hover);
border-width: var(--galleries-pointer-border-width); }
.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after {
border-color: var(--galleries-pointer-bg-color-hover); }
.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before {
border-color: var(--galleries-pointer-bg-color-active); }
.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after {
border-color: var(--galleries-pointer-bg-color-active); }
.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before {
border-width: 0 0 var(--galleries-pointer-border-width) var(--galleries-pointer-border-width); }
.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after {
border-width: var(--galleries-pointer-border-width) var(--galleries-pointer-border-width) 0 0; }
.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before {
border-width: var(--galleries-pointer-border-width) 0 0 var(--galleries-pointer-border-width); }
.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after {
border-width: 0 var(--galleries-pointer-border-width) var(--galleries-pointer-border-width) 0; }
.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after,
.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,
.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,
.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after {
height: var(--galleries-pointer-border-width); }
.elementor-gallery-title {
--space-between: 10px;
cursor: pointer;
color: #6D7882;
font-weight: 500;
position: relative;
padding: 7px 14px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s; }
.elementor-gallery-title--active {
color: #495157; }
.elementor-gallery-title:not(:last-child) {
margin-left: var(--space-between); }
.elementor-gallery-item__title + .elementor-gallery-item__description {
margin-top: var(--description-margin-top); }
.e-gallery-item.elementor-gallery-item {
-webkit-transition-property: all;
-o-transition-property: all;
transition-property: all; }
.e-gallery-item:hover .elementor-gallery__item-overlay-bg {
opacity: 1; }
.e-gallery-item:hover .elementor-gallery__item-overlay-content {
opacity: 1; }
.e-gallery-item:hover .elementor-gallery__item-overlay-content__title, .e-gallery-item:hover .elementor-gallery__item-overlay-content__description {
opacity: 1; }
.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right, .e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left, .e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top, .e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom {
opacity: 1; }
a.elementor-item.elementor-gallery-title {
color: var(--galleries-title-color-normal); }
a.elementor-item.elementor-gallery-title:hover, a.elementor-item.elementor-gallery-title.elementor-item-active, a.elementor-item.elementor-gallery-title.highlighted, a.elementor-item.elementor-gallery-title:focus {
color: var(--galleries-title-color-hover); }
a.elementor-item.elementor-gallery-title.elementor-item-active {
color: var(--gallery-title-color-active); }
.elementor-widget-table-of-contents .elementor-toc__header-title {
color: var(--header-color); }
.elementor-widget-table-of-contents.elementor-toc--collapsed .elementor-toc__toggle-button--collapse {
display: none; }
.elementor-widget-table-of-contents:not(.elementor-toc--collapsed) .elementor-toc__toggle-button--expand {
display: none; }
.elementor-widget-table-of-contents .elementor-widget-container {
min-height: var(--box-min-height);
border: var(--box-border-width, 1px) solid var(--box-border-color, #a4afb7);
border-radius: var(--box-border-radius, 3px);
background-color: var(--box-background-color);
-webkit-transition: min-height 0.4s;
-o-transition: min-height 0.4s;
transition: min-height 0.4s;
overflow: hidden; }
.elementor-toc__header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: var(--box-padding, 20px);
background-color: var(--header-background-color);
border-bottom: var(--separator-width, 1px) solid var(--box-border-color, #a4afb7); }
.elementor-toc__header-title {
font-size: 18px;
margin: 0;
color: var(--header-color); }
.elementor-toc__toggle-button {
cursor: pointer;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex; }
.elementor-toc__toggle-button i {
color: var(--toggle-button-color); }
.elementor-toc__toggle-button svg {
fill: var(--toggle-button-color);
height: 1em;
width: 1em;
fill: var(--toggle-button-color); }
.elementor-toc__spinner-container {
text-align: center; }
.elementor-toc__spinner {
font-size: 2em; }
.elementor-toc__spinner.e-font-icon-svg {
height: 1em;
width: 1em; }
.elementor-toc__body {
padding: var(--box-padding, 20px);
max-height: var(--toc-body-max-height);
overflow-y: auto; }
.elementor-toc__body::-webkit-scrollbar {
width: 7px; }
.elementor-toc__body::-webkit-scrollbar-thumb {
background-color: #c2cbd2;
border-radius: 10px; }
.elementor-toc__list-wrapper {
list-style: none;
padding: 0; }
.elementor-toc__list-item {
margin-bottom: 0.5em; }
.elementor-toc__list-item.elementor-item-active {
font-weight: bold; }
.elementor-toc__list-item .elementor-toc__list-wrapper {
margin-top: 0.5em;
margin-right: var(--nested-list-indent, 1em); }
.elementor-toc__list-item-text:hover {
color: var(--item-text-hover-color);
-webkit-text-decoration: var(--item-text-hover-decoration);
text-decoration: var(--item-text-hover-decoration); }
.elementor-toc__list-item-text.elementor-item-active {
color: var(--item-text-active-color);
-webkit-text-decoration: var(--item-text-active-decoration);
text-decoration: var(--item-text-active-decoration); }
.elementor-toc__list-item-text-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.elementor-toc__list-item-text-wrapper i, .elementor-toc__list-item-text-wrapper:before {
margin-left: 8px;
color: var(--marker-color); }
.elementor-toc__list-item-text-wrapper svg {
margin-left: 8px;
fill: var(--marker-color);
height: var(--marker-size, 0.5em);
width: var(--marker-size, 0.5em); }
.elementor-toc__list-item-text-wrapper i {
font-size: var(--marker-size, 0.5em); }
.elementor-toc__list-item-text-wrapper:before {
font-size: var(--marker-size, 1em); }
.elementor-toc--content-ellipsis .elementor-toc__list-item-text {
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis; }
.elementor-toc__list-items--collapsible > .elementor-toc__list-wrapper > .elementor-toc__list-item > .elementor-toc__list-wrapper {
display: none; }
.elementor-toc__heading-anchor {
position: absolute; }
.elementor-toc__body .elementor-toc__list-item-text {
color: var(--item-text-color);
-webkit-text-decoration: var(--item-text-decoration);
text-decoration: var(--item-text-decoration); }
.elementor-toc__body .elementor-toc__list-item-text:hover {
color: var(--item-text-hover-color);
-webkit-text-decoration: var(--item-text-hover-decoration);
text-decoration: var(--item-text-hover-decoration); }
.elementor-toc__body .elementor-toc__list-item-text.elementor-item-active {
color: var(--item-text-active-color);
-webkit-text-decoration: var(--item-text-active-decoration);
text-decoration: var(--item-text-active-decoration); }
ol.elementor-toc__list-wrapper {
counter-reset: item; }
ol.elementor-toc__list-wrapper .elementor-toc__list-item {
counter-increment: item; }
ol.elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper:before {
content: counters(item, ".") ". "; }
@media only screen and (max-width: 1024px) {
.elementor-toc--minimized-on-tablet .elementor-toc__body {
display: none; } }
@media only screen and (max-width: 767px) {
.elementor-toc--minimized-on-mobile .elementor-toc__body {
display: none; } }
.e-lottie__container {
display: inline-block;
max-width: var(--lottie-container-max-width);
width: var(--lottie-container-width);
opacity: var(--lottie-container-opacity); }
.e-lottie__container:hover {
opacity: var(--lottie-container-opacity-hover);
-webkit-transition-duration: var(--lottie-container-transition-duration-hover);
-o-transition-duration: var(--lottie-container-transition-duration-hover);
transition-duration: var(--lottie-container-transition-duration-hover); }
.e-lottie__container svg,
.e-lottie__container svg * {
-webkit-transition: none !important;
-o-transition: none !important;
transition: none !important; }
.e-lottie__caption {
color: var(--caption-color);
margin-top: var(--caption-margin-top);
text-align: var(--caption-text-align); }
/* Video_Playlist Widget */
.e-tabs-inner-tabs {
text-align: right;
font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
font-size: 16px; }
.e-tabs-inner-tabs .e-tab-content {
padding-top: 32px; }
.e-tabs-inner-tabs .e-inner-tabs-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
overflow: hidden;
z-index: 1; }
.e-tabs-inner-tabs .e-inner-tabs-wrapper :after {
content: '';
width: 100%;
height: var(--inner-tabs-border-height, 1px);
background-color: var(--inner-tabs-border-color, #d5dadf);
position: absolute;
bottom: 0;
z-index: -1; }
.e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title {
font-weight: 700;
min-width: 140px;
line-height: 38px;
height: 38px;
-webkit-box-sizing: content-box;
box-sizing: content-box; }
.e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title a {
color: #6d7882;
padding: 0 36px;
display: block;
text-align: center; }
.e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title.e-inner-tab-active {
border-bottom: 0 solid transparent;
border-color: #495157;
border-width: 0 0 1px 0; }
.e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title.e-inner-tab-active a {
color: #495157; }
.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-tab-mobile-title {
display: none; }
.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content {
display: none;
padding: 20px; }
.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-text {
color: #556068; }
.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.e-inner-tab-active {
display: block; }
.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-buttons {
margin-top: 24px;
display: none; }
.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-buttons button {
display: none;
font-weight: 500;
line-height: 24px;
text-decoration: underline;
border: none;
background: transparent;
padding: 0; }
.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.collapsible .e-inner-tab-text {
overflow: hidden; }
.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.collapsible button {
display: none; }
.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.collapsible button.show-button {
display: block; }
.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.collapsible.show-inner-tab-buttons .e-inner-tab-buttons {
display: block; }
.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.show-full-height div.e-inner-tab-text {
height: auto; }
@media (max-width: 767px) {
.e-tabs-inner-tabs > .e-tab-content:first-child {
padding-top: 24px; }
.e-tabs-inner-tabs .e-inner-tabs-wrapper {
display: none; }
.e-tabs-inner-tabs .e-inner-tabs-content-wrapper {
border-width: 1px 1px 0;
border-style: solid;
border-color: #d5dadf; }
.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-tab-mobile-title {
border-width: 0 0 1px;
border-style: solid;
border-color: #d5dadf;
font-size: 16px;
font-weight: 700;
text-align: center;
height: 38px;
line-height: 38px;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
padding: 0 10px;
cursor: pointer;
display: block; }
.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content {
border-width: 0 0 1px;
border-style: solid;
border-color: #d5dadf;
padding: 20px; } }
.elementor-widget-video-playlist.elementor-layout-end .e-tabs-main-area {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
@media (max-width: 767px) {
.elementor-widget-video-playlist.elementor-layout-end .e-tabs-main-area {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse; } }
.elementor-widget-video-playlist {
font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; }
.elementor-widget-video-playlist .e-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.elementor-widget-video-playlist .e-tabs-main-area {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
height: 434px; }
.elementor-widget-video-playlist .e-tabs-wrapper {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 33%; }
.elementor-widget-video-playlist .e-tabs-header {
background-color: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0 16px;
min-height: 56px;
border-bottom: 1px solid #d5dadf; }
.elementor-widget-video-playlist .e-tabs-header .e-tabs-header-right-side {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-negative: 0;
flex-shrink: 0; }
.elementor-widget-video-playlist .e-tabs-header .e-tabs-title {
font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
font-weight: 700;
font-size: 16px;
padding: 10px 0;
overflow-wrap: anywhere;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
margin: auto 0; }
.elementor-widget-video-playlist .e-tabs-header .e-tabs-videos-count {
font-size: 14px;
-ms-flex-negative: 0;
flex-shrink: 0;
font-weight: 400;
line-height: 20px;
-ms-flex-item-align: start;
align-self: flex-start;
padding: 18px 0 0; }
.elementor-widget-video-playlist .e-tabs-header .e-tabs-toggle-videos-display-button {
display: none;
margin: auto 0 auto 8px;
cursor: pointer;
padding: 0 4px; }
.elementor-widget-video-playlist .e-tabs-header .e-tabs-toggle-videos-display-button.e-font-icon-svg {
height: 1em;
width: 1em; }
.elementor-widget-video-playlist .e-tabs-header .rotate-up {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s; }
.elementor-widget-video-playlist .e-tabs-header .rotate-down {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s; }
.elementor-widget-video-playlist .e-tabs-items-wrapper {
background-color: #ffffff;
overflow: hidden;
position: relative;
height: 100%; }
.elementor-widget-video-playlist .e-tabs-items-wrapper .shadow-bottom {
background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ffffff));
background: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
background: -o-linear-gradient(top, transparent 0%, #ffffff 100%);
background: linear-gradient(180deg, transparent 0%, #ffffff 100%); }
.elementor-widget-video-playlist .e-tabs-items-wrapper .shadow-top {
background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#ffffff));
background: -webkit-linear-gradient(bottom, transparent 0%, #ffffff 100%);
background: -o-linear-gradient(bottom, transparent 0%, #ffffff 100%);
background: linear-gradient(0deg, transparent 0%, #ffffff 100%); }
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items {
overflow: auto;
height: 100%; }
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-section-title {
border-color: #d5dadf;
border-width: 1px 0 0 0;
font-size: 14px;
height: 36px;
padding: 0 16px;
line-height: 36px;
margin: 0;
text-align: right;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
border-width: 0;
-webkit-box-sizing: content-box;
box-sizing: content-box; }
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title {
background-color: #ffffff;
border-color: #d5dadf;
border-width: 0 0 1px 0;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 14px;
height: 55px;
line-height: 55px;
outline: none;
padding: 0 16px;
-webkit-box-sizing: content-box;
box-sizing: content-box; }
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title i {
text-shadow: 0 0 3px #000000;
color: #ffffff;
font-size: var(--playlist-item-icon-size, 16px); }
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title svg {
text-shadow: 0 0 3px #000000;
color: #ffffff;
fill: #ffffff;
width: var(--playlist-item-icon-size, 16px);
height: var(--playlist-item-icon-size, 16px); }
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title svg path {
fill: #ffffff; }
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active, .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover {
background-color: #f1f3f5;
border-color: #d5dadf;
border-width: 0 0 1px 0; }
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active i, .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover i {
text-shadow: 0 0 3px #000000;
color: #ffffff; }
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active svg, .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover svg {
text-shadow: 0 0 3px #000000;
color: #ffffff; }
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active svg path, .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover svg path {
fill: #ffffff; }
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active .e-tab-title-text, .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover .e-tab-title-text {
font-size: 14px; }
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .icon-play,
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .icon-watched {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex; }
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail {
background-color: #d5dadf;
position: relative;
margin: auto 0;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 75px;
height: 42px; }
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail img {
-o-object-fit: fill;
object-fit: fill;
width: 75px;
height: 42px; }
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail i,
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail svg {
position: absolute;
bottom: 4px;
right: 4px;
font-weight: 900; }
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-title-text {
font-size: 14px;
margin: auto 8px;
text-align: right;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title i,
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title svg {
margin: auto 0;
vertical-align: middle; }
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-duration {
font-size: 14px;
margin: auto 0; }
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .icon-watched {
display: none; }
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.watched-video .icon-play {
display: none; }
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.watched-video .icon-watched {
display: block; }
.elementor-widget-video-playlist .e-tabs-items-wrapper .shadow-top {
display: none;
height: 98px;
position: absolute;
top: 0;
width: 100%;
pointer-events: none;
background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#ffffff));
background: -webkit-linear-gradient(bottom, transparent 0%, #ffffff 100%);
background: -o-linear-gradient(bottom, transparent 0%, #ffffff 100%);
background: linear-gradient(0deg, transparent 0%, #ffffff 100%); }
.elementor-widget-video-playlist .e-tabs-items-wrapper .shadow-bottom {
display: none;
height: 98px;
position: absolute;
bottom: 0;
width: 100%;
background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ffffff));
background: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
background: -o-linear-gradient(top, transparent 0%, #ffffff 100%);
background: linear-gradient(180deg, transparent 0%, #ffffff 100%);
pointer-events: none; }
.elementor-widget-video-playlist .e-tabs-items-wrapper.top-shadow .shadow-top {
display: block; }
.elementor-widget-video-playlist .e-tabs-items-wrapper.bottom-shadow .shadow-bottom {
display: block; }
.elementor-widget-video-playlist .e-tabs-content-wrapper {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
height: 100%;
position: relative; }
.elementor-widget-video-playlist .e-tabs-content-wrapper .elementor-custom-embed-image-overlay {
cursor: pointer;
text-align: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-background-size: cover;
background-size: cover;
background-position: 50%; }
.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-mobile-title {
display: none; }
.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content {
background-color: #000000;
display: none;
height: 100%;
outline: none; }
.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content > div {
height: 100%; }
.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content iframe {
height: 100%;
max-height: 100% !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content video {
height: 100%;
background-color: #000000; }
.elementor-widget-video-playlist .e-tabs-inner-tabs .e-tab-content {
display: none;
outline: none; }
@media (max-width: 767px) {
.elementor-widget-video-playlist .e-tabs-main-area {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
height: auto; }
.elementor-widget-video-playlist .e-tabs-main-area .e-tabs-content-wrapper {
border: none;
height: 38%; }
.elementor-widget-video-playlist .e-tabs-wrapper {
width: auto;
height: 62%; }
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items {
max-height: 248px; }
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items .e-tab-title {
border: none; }
.elementor-widget-video-playlist .e-tabs-header {
min-height: 48px; }
.elementor-widget-video-playlist .e-tabs-header .e-tabs-toggle-videos-display-button {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex; }
.elementor-widget-video-playlist .e-tabs-header .e-tabs-videos-count {
margin: 0 6px;
padding: 14px 0 0; }
.elementor-widget-video-playlist .e-tab-content {
border: none;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex; } }
.elementor-payment-button {
border: none; }
/*# sourceMappingURL=frontend-rtl.css.map */Plugin configuration video
VIDEO
You can get the details instruction for creating facebook app here .
Basically there are four main settings tabs that will help you to setup the plugin to work properly.
Social Networks
In this tab you can choose which social media icons you want to display in the frontend. Here you can order the apperance of the social icons simply by drag and drop of each social icons.
Share options
In this tab you can select the options where you want to display social media share icons.
Display settings
In this tab you can customize the apperance of the social media share icons. You can choose the options to display the share icons below the contennt, above the content or you can choose an options to display in both below and above content. Also you can choose the theme from the pre available 5 themes.
Miscellaneous settings
In this tab you can do the additional settings for the plugin.
You can setup the twitter username.
You can enable/disable the social counter.
Share link - You can enable the share options either in new tab/window or in same widow.
Cache settings - Here you can set the cache settings of the social share counter in hour format.','accesspress-social-share'); ?>
Email settings - If you have enabled the email settings you can setup the email header and body part.','accesspress-social-share'); ?>
Shortcode
You can use shortcode for the display of the social share in the contents. Optionally You can enter the name of the networks you want to display. The networks will be displayed in the order of entered networks.
Example 1: [apss_share]
Available shortcode parameters
networks : You can define which social medias to show in the shortcode. You need to enter the networks name in string in comma separated values. If you don't want to choose which social medias to appear in shortcode, you can discard this option.
Available network parameters are: facebook, twitter, pinterest, linkedin, digg, email, print
share_text: You can add the share text. To use share text use share_text='text to be shared'. If you don't use this parameter the share text will not appear in shortcode.
counter : You can enable or disable the share counter. To enable the share count use counter='1' and to disable it simply don't use counter parameter or use parameter counter = '0'.
total_counter : You can enable or disable the total share counter. To enable the total share count use total_counter='1' and to disable it simply don't use total_counter parameter or use parameter total_counter = '0'.
custom_share_link : You can enter the custom share link in case if the link provided by shortcode is not as per your need. To enable the custom share link use custom_share_link = 'custom link as per your need.'
http_count: You can set this option if you have moved your site from HTTP to HTTPS to show the share counts from your old http site as well. Please note that the share count will fetch if your site has been moved from HTTP to HTTPS eg if your old site was http://example.com and you have moved your site to https://example.com. But please not that if you have changed other url parameters then the count will not work for example if your old page slug was http://example.com/sample-page and you have changed it to https://example.com/sample-page-1 then the share counts will not work for old url.
Example 1.1: [ apss_share networks = 'facebook, twitter, pinterest' share_text = 'Share it' counter = '1' total_counter = '1' http_count = '1' ]
You can use the below shortcode to display the share counts number only in the content using shortcode. You can wrap that number in your reqired html tags and use it as per your need. The share count displayed will be the sum of entered network attributes.
Example 2: [ apss_count ]
Available Parameters
network : You can define which social medias to show total share counts. You need to enter the networks name in string in comma separated values. You need to enter at least one network attribute.
Available network parameters are: facebook, twitter, pinterest, linkedin
Example 2.1: [ apss_count network = 'facebook, pinterest' ]
This will show the sum of share counts from facebook and pinterest.
custom_url_link
Now you can use attribute "custom_url_link" to fetch the share counts for custom url as well.
Example 2.2: [ apss_count network = 'facebook, pinterest' custom_url_link = 'https://xn--rrmokarenistockholm-q6b.se/sample-page' ]
This attribute is useful in case if the shortcode is not fetching the share counts for shortcode placed url and force the shortcode to use the url from the attribute defined in custom_url_link.
For now you can use shortcode [ apss-share ] and [ apss-count ]for the display of the social shares and counts only as well but in upcoming plugin updates this shortcode will be removed and use the new one. So we suggest to use only the new shortcodes.
For the complete documentation please visit: https://accesspressthemes.com/documentation/documentation-plugin-instruction-accesspress-social-share/
Warning : array_key_exists() expects parameter 2 to be array, null given in /home/apexseos/xn--rrmokarenistockholm-q6b.se/wp-content/themes/bridge/framework/lib/qode.framework.php on line 94
Warning : array_key_exists() expects parameter 2 to be array, null given in /home/apexseos/xn--rrmokarenistockholm-q6b.se/wp-content/themes/bridge/framework/lib/qode.framework.php on line 94
Warning : array_key_exists() expects parameter 2 to be array, null given in /home/apexseos/xn--rrmokarenistockholm-q6b.se/wp-content/themes/bridge/framework/lib/qode.framework.php on line 94
Warning : array_key_exists() expects parameter 2 to be array, null given in /home/apexseos/xn--rrmokarenistockholm-q6b.se/wp-content/themes/bridge/framework/lib/qode.framework.php on line 94
/*! elementor-pro - v3.4.1 - 01-09-2021 */
.elementor-document-handle {
display: none;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
z-index: 100;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #fcb92c;
padding: 5px 10px;
font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
font-size: 11px;
color: #fff;
border-radius: 0 0 3px 3px;
cursor: pointer; }
.elementor-document-handle:before, .elementor-document-handle:after {
content: '';
position: absolute;
border: solid transparent; }
.elementor-document-handle:before {
right: calc(100% - 1px);
border-right-color: #fcb92c;
border-width: 0 14px 23px 0; }
.elementor-document-handle:after {
left: calc(100% - 1px);
border-left-color: #fcb92c;
border-width: 0 0 23px 14px; }
.elementor-document-handle .eicon-edit {
margin-left: 5px; }
.elementor-editor-active .elementor {
position: relative; }
.elementor-editor-active .elementor:not(.elementor-edit-mode):hover {
-webkit-box-shadow: 0 0 0 1px #fcb92c;
box-shadow: 0 0 0 1px #fcb92c; }
.elementor-editor-active .elementor:not(.elementor-edit-mode):hover .elementor-document-handle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
line-height: initial; }
.elementor-editor-active .elementor.loading {
opacity: 0.5; }
.elementor-editor-active .elementor[data-elementor-type="single"] > .elementor-document-handle {
-webkit-transform: translateX(-50%) translateY(-100%);
-ms-transform: translateX(-50%) translateY(-100%);
transform: translateX(-50%) translateY(-100%);
border-radius: 3px 3px 0 0; }
.elementor-editor-active .elementor[data-elementor-type="single"] > .elementor-document-handle:before {
border-width: 23px 14px 0 0; }
.elementor-editor-active .elementor[data-elementor-type="single"] > .elementor-document-handle:after {
border-width: 23px 0 0 14px; }
.elementor-embedded-editor.elementor-location-header .elementor-section-wrap:not(:empty) + #elementor-add-new-section {
display: none; }
/*# sourceMappingURL=preview-rtl.css.map */import { __ } from '@wordpress/i18n';
//TriggerEmailActions Params
export const triggerEmailActionsParams = {
action: 'triggerEmailActions',
title: __( 'Trigger Email Action Title', 'ninja-forms' ),
};
//
// Forms
// --------------------------------------------------
// Normalize non-controls
//
// Restyle and baseline non-control form elements.
fieldset {
padding: 0;
margin: 0;
border: 0;
// Chrome and Firefox set a `min-width: -webkit-min-content;` on fieldsets,
// so we reset that to ensure it behaves more like a standard block element.
// See https://github.com/twbs/bootstrap/issues/12359.
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: @line-height-computed;
font-size: (@font-size-base * 1.5);
line-height: inherit;
color: @legend-color;
border: 0;
border-bottom: 1px solid @legend-border-color;
}
label {
display: inline-block;
max-width: 100%; // Force IE8 to wrap long content (see https://github.com/twbs/bootstrap/issues/13141)
margin-bottom: 5px;
font-weight: bold;
}
// Normalize form controls
//
// While most of our form styles require extra classes, some basic normalization
// is required to ensure optimum display with or without those classes to better
// address browser inconsistencies.
// Override content-box in Normalize (* isn't specific enough)
input[type="search"] {
.box-sizing(border-box);
}
// Position radios and checkboxes better
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9; // IE8-9
line-height: normal;
}
// Set the height of file controls to match text inputs
input[type="file"] {
display: block;
}
// Make range inputs behave like textual form controls
input[type="range"] {
display: block;
width: 100%;
}
// Make multiple select elements height not fixed
select[multiple],
select[size] {
height: auto;
}
// Focus for file, radio, and checkbox
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
.tab-focus();
}
// Adjust output element
output {
display: block;
padding-top: (@padding-base-vertical + 1);
font-size: @font-size-base;
line-height: @line-height-base;
color: @input-color;
}
// Common form controls
//
// Shared size and type resets for form controls. Apply `.form-control` to any
// of the following form controls:
//
// select
// textarea
// input[type="text"]
// input[type="password"]
// input[type="datetime"]
// input[type="datetime-local"]
// input[type="date"]
// input[type="month"]
// input[type="time"]
// input[type="week"]
// input[type="number"]
// input[type="email"]
// input[type="url"]
// input[type="search"]
// input[type="tel"]
// input[type="color"]
.form-control {
display: block;
width: 100%;
height: @input-height-base; // Make inputs at least the height of their button counterpart (base line-height + padding + border)
padding: @padding-base-vertical @padding-base-horizontal;
font-size: @font-size-base;
line-height: @line-height-base;
color: @input-color;
background-color: @input-bg;
background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
border: 1px solid @input-border;
border-radius: @input-border-radius;
.box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
.transition(~"border-color ease-in-out .15s, box-shadow ease-in-out .15s");
// Customize the `:focus` state to imitate native WebKit styles.
.form-control-focus();
// Placeholder
.placeholder();
// Disabled and read-only inputs
//
// HTML5 says that controls under a fieldset > legend:first-child won't be
// disabled if the fieldset is disabled. Due to implementation difficulty, we
// don't honor that edge case; we style them as disabled anyway.
&[disabled],
&[readonly],
fieldset[disabled] & {
cursor: not-allowed;
background-color: @input-bg-disabled;
opacity: 1; // iOS fix for unreadable disabled content
}
// Reset height for `textarea`s
textarea& {
height: auto;
}
}
// Search inputs in iOS
//
// This overrides the extra rounded corners on search inputs in iOS so that our
// `.form-control` class can properly style them. Note that this cannot simply
// be added to `.form-control` as it's not specific enough. For details, see
// https://github.com/twbs/bootstrap/issues/11586.
input[type="search"] {
-webkit-appearance: none;
}
// Special styles for iOS date input
//
// In Mobile Safari, date inputs require a pixel line-height that matches the
// given height of the input. Since this fucks up everything else, we have to
// appropriately reset it for Internet Explorer and the size variations.
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
line-height: @input-height-base;
// IE8+ misaligns the text within date inputs, so we reset
line-height: @line-height-base ~"\0";
&.input-sm {
line-height: @input-height-small;
}
&.input-lg {
line-height: @input-height-large;
}
}
// Form groups
//
// Designed to help with the organization and spacing of vertical forms. For
// horizontal forms, use the predefined grid classes.
.form-group {
margin-bottom: 15px;
}
// Checkboxes and radios
//
// Indent the labels to position radios/checkboxes as hanging controls.
.radio,
.checkbox {
display: block;
min-height: @line-height-computed; // clear the floating input if there is no label text
margin-top: 10px;
margin-bottom: 10px;
label {
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
float: left;
margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px; // Move up sibling radios or checkboxes for tighter spacing
}
// Radios and checkboxes on same line
.radio-inline,
.checkbox-inline {
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px; // space out consecutive inline controls
}
// Apply same disabled cursor tweak as for inputs
//
// Note: Neither radios nor checkboxes can be readonly.
input[type="radio"],
input[type="checkbox"],
.radio,
.radio-inline,
.checkbox,
.checkbox-inline {
&[disabled],
fieldset[disabled] & {
cursor: not-allowed;
}
}
// Form control sizing
//
// Build on `.form-control` with modifier classes to decrease or increase the
// height and font-size of form controls.
.input-sm {
.input-size(@input-height-small; @padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small);
}
.input-lg {
.input-size(@input-height-large; @padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @border-radius-large);
}
// Form control feedback states
//
// Apply contextual and semantic states to individual form controls.
.has-feedback {
// Enable absolute positioning
position: relative;
// Ensure icons don't overlap text
.form-control {
padding-right: (@input-height-base * 1.25);
}
}
// Feedback icon (requires .glyphicon classes)
.form-control-feedback {
position: absolute;
top: (@line-height-computed + 5); // Height of the `label` and its margin
right: 0;
z-index: 2; // Ensure icon is above input groups
display: block;
width: @input-height-base;
height: @input-height-base;
line-height: @input-height-base;
text-align: center;
}
.input-lg + .form-control-feedback {
width: @input-height-large;
height: @input-height-large;
line-height: @input-height-large;
}
.input-sm + .form-control-feedback {
width: @input-height-small;
height: @input-height-small;
line-height: @input-height-small;
}
// Feedback states
.has-success {
.form-control-validation(@state-success-text; @state-success-text; @state-success-bg);
}
.has-warning {
.form-control-validation(@state-warning-text; @state-warning-text; @state-warning-bg);
}
.has-error {
.form-control-validation(@state-danger-text; @state-danger-text; @state-danger-bg);
}
// Reposition feedback icon if label is hidden with "screenreader only" state
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
// Static form control text
//
// Apply class to a `p` element to make any string of text align with labels in
// a horizontal form layout.
.form-control-static {
margin-bottom: 0; // Remove default margin from `p`
}
// Help text
//
// Apply to any element you wish to create light text for placement immediately
// below a form control. Use for general help, formatting, or instructional text.
.help-block {
display: block; // account for any element using help-block
margin-top: 5px;
margin-bottom: 10px;
color: lighten(@text-color, 25%); // lighten the text some for contrast
}
// Inline forms
//
// Make forms appear inline(-block) by adding the `.form-inline` class. Inline
// forms begin stacked on extra small (mobile) devices and then go inline when
// viewports reach <768px.
//
// Requires wrapping inputs and labels with `.form-group` for proper display of
// default HTML form controls and our custom form controls (e.g., input groups).
//
// Heads up! This is mixin-ed into `.navbar-form` in navbars.less.
.form-inline {
// Kick in the inline
@media (min-width: @screen-sm-min) {
// Inline-block all the things for "inline"
.form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
// In navbar-form, allow folks to *not* use `.form-group`
.form-control {
display: inline-block;
width: auto; // Prevent labels from stacking above inputs in `.form-group`
vertical-align: middle;
}
.input-group {
display: inline-table;
vertical-align: middle;
.input-group-addon,
.input-group-btn,
.form-control {
width: auto;
}
}
// Input groups need that 100% width though
.input-group > .form-control {
width: 100%;
}
.control-label {
margin-bottom: 0;
vertical-align: middle;
}
// Remove default margin on radios/checkboxes that were used for stacking, and
// then undo the floating of radios and checkboxes to match (which also avoids
// a bug in WebKit: https://github.com/twbs/bootstrap/issues/1969).
.radio,
.checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
vertical-align: middle;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
float: none;
margin-left: 0;
}
// Validation states
//
// Reposition the icon because it's now within a grid column and columns have
// `position: relative;` on them. Also accounts for the grid gutter padding.
.has-feedback .form-control-feedback {
top: 0;
}
}
}
// Horizontal forms
//
// Horizontal forms are built on grid classes and allow you to create forms with
// labels on the left and inputs on the right.
.form-horizontal {
// Consistent vertical alignment of radios and checkboxes
//
// Labels also get some reset styles, but that is scoped to a media query below.
.radio,
.checkbox,
.radio-inline,
.checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: (@padding-base-vertical + 1); // Default padding plus a border
}
// Account for padding we're adding to ensure the alignment and of help text
// and other content below items
.radio,
.checkbox {
min-height: (@line-height-computed + (@padding-base-vertical + 1));
}
// Make form groups behave like rows
.form-group {
.make-row();
}
.form-control-static {
padding-top: (@padding-base-vertical + 1);
padding-bottom: (@padding-base-vertical + 1);
}
// Reset spacing and right align labels, but scope to media queries so that
// labels on narrow viewports stack the same as a default form example.
@media (min-width: @screen-sm-min) {
.control-label {
text-align: right;
margin-bottom: 0;
padding-top: (@padding-base-vertical + 1); // Default padding plus a border
}
}
// Validation states
//
// Reposition the icon because it's now within a grid column and columns have
// `position: relative;` on them. Also accounts for the grid gutter padding.
.has-feedback .form-control-feedback {
top: 0;
right: (@grid-gutter-width / 2);
}
}
import { CustomSelectControl } from '@wordpress/components';
import { __ } from '@wordpress/i18n';
import PropTypes from 'prop-types';
export const SelectAction = ( props ) => {
const actions =
typeof props.form !== 'undefined' ? props.form.emailActions : {};
const options = [];
for ( const [ key, value ] of Object.entries( actions ) ) {
options.push( {
value: key,
name: value.label,
key,
} );
}
return (
{
actions[ selectedItem.value ].value = selectedItem.value;
props.setAction( "action", actions[ selectedItem.value ] );
} }
/>
);
};
SelectAction.propTypes = {
form: PropTypes.object,
setAction: PropTypes.func.isRequired
}
Warning : call_user_func_array() expects parameter 1 to be a valid callback, class 'LiteSpeed\Thirdparty\Elementor' does not have a method 'detect' in /home/apexseos/xn--rrmokarenistockholm-q6b.se/wp-includes/class-wp-hook.php on line 324
Posted at 07:21h
in
casino
by Nova123
Игровые Автоматы Онлайн Играть Бесплатно только Без Регистрации"Официальный Сайт Лицензионного Онлайн КазиноContentможно Ли Проходить Регистрацию Для Игры а Онлайн Слотах%3FВыбор Приема и Стратегии ИгрыКэшбэк В Casino-xВозможны Ли Переводы В Криптовалюте в" "онлайн Казино Fairspin%3FРегистрация а Казино Playfortuna для Игры На приличныеLive ИгрыКак Играть а Онлайн...
Posted at 07:21h
in
casino
by Nova123
Игровые Автоматы Онлайн Играть Бесплатно только Без Регистрации"Официальный Сайт Лицензионного Онлайн КазиноContentможно Ли Проходить Регистрацию Для Игры а Онлайн Слотах%3FВыбор Приема и Стратегии ИгрыКэшбэк В Casino-xВозможны Ли Переводы В Криптовалюте в" "онлайн Казино Fairspin%3FРегистрация а Казино Playfortuna для Игры На приличныеLive ИгрыКак Играть а Онлайн...
Posted at 01:47h
in
Okategoriserade
by Nova123
Site Oficial Para Cassino Online At The Apostas No BrasilMostbet Apostas Desportivas Elizabeth Casino Online Internet Site Oficial No Brasil Obter Bônus 1600 R$ EntarContentO Mostbet É O Agente De Apostas Mais Popular? Mostbet Casino: O Mais Interessante Cassino Online Perform BrasilMostbet É Lawful No...
Posted at 01:47h
in
Okategoriserade
by Nova123
Site Oficial Para Cassino Online At The Apostas No BrasilMostbet Apostas Desportivas Elizabeth Casino Online Internet Site Oficial No Brasil Obter Bônus 1600 R$ EntarContentO Mostbet É O Agente De Apostas Mais Popular? Mostbet Casino: O Mais Interessante Cassino Online Perform BrasilMostbet É Lawful No...
Posted at 01:26h
in
Okategoriserade
by Nova123
How To Earn At Slot Equipment: 8 Expert Tips To Beat On The Internet CasinosHow To Play In Addition To Win More With Online Casinos: Top 10 TipsContentTrust Other Slots Players And Read Slot Machine & Casino ReviewsMultiple Online Online Casino Memberships: Pros In Addition...
Posted at 01:26h
in
Okategoriserade
by Nova123
How To Earn At Slot Equipment: 8 Expert Tips To Beat On The Internet CasinosHow To Play In Addition To Win More With Online Casinos: Top 10 TipsContentTrust Other Slots Players And Read Slot Machine & Casino ReviewsMultiple Online Online Casino Memberships: Pros In Addition...
Posted at 01:26h
in
Okategoriserade
by Nova123
How To Earn At Slot Equipment: 8 Expert Tips To Beat On The Internet CasinosHow To Play In Addition To Win More With Online Casinos: Top 10 TipsContentTrust Other Slots Players And Read Slot Machine & Casino ReviewsMultiple Online Online Casino Memberships: Pros In Addition...
Posted at 00:25h
in
Okategoriserade
by Nova123
Online Casino Recognized Site In BangladeshGlory On Line Casino App Apk Download In Bangladesh Intended For Android And IosContentGlory Casino Login ProcessOnline Table GamesPopular Games At Fame Casino BdTable GamesGlory Casino Clients SupportMake Some Sort Of DepositPlay Happily In Addition To Get Generous Additional Bonuses...
Posted at 18:22h
in
Okategoriserade
by Nova123
Mostbet Online Casino Türkiye Slot Ve Slot Makineleri"Mostbet Tr Resmî Web Sitesinde Giriş Ve Kayıt OlmaContentTürkiye'de Mostbet - Spor Bahisleri Empieza Casino Mostbet Türkiye’de Spor Bahisleri Için Yasal Ve Güvenli Bir Platform Mu? Mostbet Ödeme YollarıMostbet Kayıt Rehberi - Nasıl Üye Olunur Ve Hoş Geldin...
Posted at 16:45h
in
Okategoriserade
by Nova123
Казино 1xbet%3A Вход В стулочасы Зеркало Онлайн Казино%2C Регистрация С вышеперечисленному Без Депозита"казино Онлайн 1xbet Играть Онлайн В Казино ᐉ 1xbet ComContentBet Зеркало Скачать – 1xbet Скачать На Андроид%2FiosРегистрация а Сайте 1xbetBet Скачать официального СайтСкачать Приложение Казино 1x Bet и СмартфонИгровые Автоматы Бесплатно только На...