Changeset 3335355
- Timestamp:
- 07/28/2025 12:07:29 PM (5 months ago)
- Location:
- athemes-addons-for-elementor-lite/trunk
- Files:
-
- 10 edited
-
admin/helpers.php (modified) (1 diff)
-
assets/css/admin/admin.css (modified) (2 diffs)
-
assets/css/admin/admin.min.css (modified) (1 diff)
-
athemes-addons-elementor.php (modified) (2 diffs)
-
inc/class-athemes-addons-loader.php (modified) (1 diff)
-
inc/library/template-library.css (modified) (1 diff)
-
inc/library/template-library.min.css (modified) (1 diff)
-
inc/modules/widgets/advanced-social/class-advanced-social.php (modified) (2 diffs)
-
inc/modules/widgets/step-flow/class-step-flow.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
athemes-addons-for-elementor-lite/trunk/admin/helpers.php
r3300619 r3335355 15 15 ?> 16 16 <div class="athemes-addons-toggle-switch athemes-addons-module-page-button-action-<?php echo ( $value ) ? 'deactivate' : 'activate'; ?> " data-module="<?php echo esc_attr( $module_id ); ?>"> 17 <span class="saved-label"><?php echo esc_html__( 'Saved!', 'athemes-addons-for-elementor-lite' ); ?>< /span>17 <span class="saved-label"><?php echo esc_html__( 'Saved!', 'athemes-addons-for-elementor-lite' ); ?><span class="saved-label-emoji">🎉</span></span> 18 18 <input type="checkbox" id="<?php echo esc_attr( $module_id ); ?>" name="aafe[<?php echo esc_attr( $module_id ); ?>]" value="1" <?php checked( $value, 1, true ); ?> 19 19 class="toggle-switch-checkbox"/> -
athemes-addons-for-elementor-lite/trunk/assets/css/admin/admin.css
r3300619 r3335355 1742 1742 display: flex; 1743 1743 justify-content: flex-start; 1744 align-items: center; 1744 1745 } 1745 1746 .athemes-addons-header-type-select .saved-label, … … 1749 1750 font-weight: 600; 1750 1751 vertical-align: middle; 1752 } 1753 .athemes-addons-toggle-switch .saved-label-emoji { 1754 font-size: 20px; 1755 margin-left: 5px; 1751 1756 } 1752 1757 .athemes-addons-toggle-switch input { -
athemes-addons-for-elementor-lite/trunk/assets/css/admin/admin.min.css
r3300619 r3335355 1 .athemes-addons-tabs-nav{padding:0 20px;margin-bottom:-100%;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.athemes-addons-tabs-nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0}.athemes-addons-tabs-nav .athemes-addons-tabs-nav-item .athemes-addons-tabs-nav-link{position:relative;font-size:14px;line-height:20px;padding:16px;color:#6d7175;text-decoration:none;-webkit-transition:ease color .3s;transition:ease color .3s;outline:0;-webkit-box-shadow:none;box-shadow:none}.athemes-addons-tabs-nav .athemes-addons-tabs-nav-item .athemes-addons-tabs-nav-link:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background-color:transparent;border-radius:4px 4px 0 0}.athemes-addons-tabs-nav .athemes-addons-tabs-nav-item.active .athemes-addons-tabs-nav-link{color:#3858e9;font-weight:500}.athemes-addons-tabs-nav .athemes-addons-tabs-nav-item.active .athemes-addons-tabs-nav-link:after{background-color:#3858e9}.athemes-addons-tabs-nav .athemes-addons-tabs-nav-item:active .athemes-addons-tabs-nav-link,.athemes-addons-tabs-nav .athemes-addons-tabs-nav-item:focus .athemes-addons-tabs-nav-link,.athemes-addons-tabs-nav .athemes-addons-tabs-nav-item:hover .athemes-addons-tabs-nav-link{color:#3858e9}.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item .athemes-addons-tabs-nav-link{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;font-weight:600;line-height:26px;padding:9px 16px;border-bottom:0;color:#1e1e1e;-webkit-transition:ease color .2s;transition:ease color .2s}.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item .athemes-addons-tabs-nav-link svg{margin-right:8px}.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item .athemes-addons-tabs-nav-link svg path{-webkit-transition:ease fill .2s;transition:ease fill .2s}.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item .athemes-addons-tabs-nav-link:after{content:none}.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item .athemes-addons-tabs-nav-link:before{content:'';position:absolute;top:0;left:0;background-color:transparent;width:4px;height:100%;border-radius:0 4px 4px 0;opacity:0;visibility:hidden;-webkit-transition:ease opacity .2s;transition:ease opacity .2s}.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item:active .athemes-addons-tabs-nav-link,.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item:focus .athemes-addons-tabs-nav-link,.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item:hover .athemes-addons-tabs-nav-link{color:#757575}.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item:active .athemes-addons-tabs-nav-link svg path,.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item:focus .athemes-addons-tabs-nav-link svg path,.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item:hover .athemes-addons-tabs-nav-link svg path{fill:#757575}.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item:active .athemes-addons-tabs-nav-link:before,.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item:focus .athemes-addons-tabs-nav-link:before,.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item:hover .athemes-addons-tabs-nav-link:before{background-color:#e1e1e1;opacity:1;visibility:visible}.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item.active .athemes-addons-tabs-nav-link{color:#3858e9}.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item.active .athemes-addons-tabs-nav-link svg path{fill:#3858e9}.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item.active .athemes-addons-tabs-nav-link:before{background-color:#3858e9;opacity:1;visibility:visible}.athemes-addons-tabs-nav.athemes-addons-tabs-nav-vertical{padding:0;margin-left:-20px}.athemes-addons-tabs-nav.athemes-addons-tabs-nav-vertical ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0}.athemes-addons-tabs-nav.athemes-addons-tabs-nav-no-negative-margin{margin-bottom:0;-webkit-transform:none;transform:none}.athemes-addons-tab-content{display:none}.athemes-addons-tab-content.active{display:block}.toplevel_page_athemes-addons{background-color:#f3f5f8}.toplevel_page_athemes-addons #wpbody-content>.notice,.toplevel_page_athemes-addons #wpbody-content>.updated{display:none}.athemes-addons-top-bar{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;background-color:#fff;margin:0 0 30px -20px;padding:18px 20px}.athemes-addons-top-bar *{-webkit-box-sizing:border-box;box-sizing:border-box}.athemes-addons-top-bar * :after,.athemes-addons-top-bar * :before{-webkit-box-sizing:border-box;box-sizing:border-box}.athemes-addons-top-bar .athemes-addons-top-bar-infos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.athemes-addons-top-bar .athemes-addons-top-bar-infos .athemes-addons-top-bar-info-item{position:relative;padding:0 10px}.athemes-addons-top-bar .athemes-addons-top-bar-infos .athemes-addons-top-bar-info-item+.athemes-addons-top-bar-info-item:before{content:'';position:absolute;top:50%;left:0;height:17px;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-left:1px solid #f0f0f0}.athemes-addons-top-bar .athemes-addons-version{font-size:13px;line-height:13px;color:#97a3b6}.athemes-addons-top-bar .athemes-addons-version strong{position:relative;top:1px}.athemes-addons-top-bar .athemes-addons-version .athemes-addons-badge{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:5px;font-size:9px;line-height:10px}.athemes-addons-top-bar .athemes-addons-notifications{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:27px;height:27px;border:1px solid #dfdfdf;border-radius:35px}.athemes-addons-top-bar .athemes-addons-notifications:focus{-webkit-box-shadow:none;box-shadow:none}.athemes-addons-top-bar .athemes-addons-notifications .athemes-addons-notifications-count{position:absolute;top:-8px;right:-7px;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;width:16px;height:16px;color:#fff;background-color:#fa1212;border-radius:35px;font-size:10px;line-height:1}.athemes-addons-top-bar .athemes-addons-notifications.read .athemes-addons-notifications-count{display:none}.athemes-addons-top-bar .athemes-addons-website{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:13px;line-height:16px;color:#3858e9;text-decoration:none}.athemes-addons-notifications-sidebar{position:fixed;top:calc(32px + 64px);right:0;width:100%;max-width:500px;height:calc(100vh - 92px);background-color:#fff;-webkit-box-shadow:-10px 12px 14px rgba(0,0,0,.05);box-shadow:-10px 12px 14px rgba(0,0,0,.05);opacity:0;visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:ease transform .3s,ease opacity .3s;transition:ease transform .3s,ease opacity .3s;z-index:1000}.athemes-addons-notifications-sidebar.opened{opacity:1;visibility:visible;-webkit-transform:none;transform:none}.athemes-addons-notifications-sidebar.closing{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-close{position:absolute;top:15px;right:15px;-webkit-transition:ease opacity .3s;transition:ease opacity .3s}.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-close:hover{opacity:.7}.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;background-color:#eaeef2;padding:20px 22px}.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-header .athemes-addons-notifications-sidebar-header-icon{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;width:40px;height:40px;background-color:#fff;border:1px solid #ebedef;border-radius:35px}.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-header .athemes-addons-notifications-sidebar-header-icon svg{position:relative;top:-2px}.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-header .athemes-addons-notifications-sidebar-header-content h3{font-size:16px;line-height:26px;font-weight:600;color:#3858e9;margin:0}.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-header .athemes-addons-notifications-sidebar-header-content p{font-size:13px;line-height:18px;color:#757575;margin:0}.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-tabs{position:relative}.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-tabs:after{content:'';position:absolute;bottom:-10px;left:20px;width:calc(100% - 40px);border-bottom:1px solid #f0f0f1}.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-tabs+.athemes-addons-notifications-sidebar-body{max-height:calc(100vh - 232px)}.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-body{padding:20px;overflow-y:auto;max-height:calc(100vh - 230px)}.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-body::-webkit-scrollbar{width:5px}.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-body::-webkit-scrollbar-track{background:#e2e2e2}.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-body::-webkit-scrollbar-thumb{background-color:#ccc}.athemes-addons-notification .athemes-addons-notification-date{display:block;font-size:13px;line-height:18px;color:#757575}.athemes-addons-notification .athemes-addons-notification-date+.athemes-addons-notification-content{margin-top:20px}.athemes-addons-notification .changelog-tag{display:inline-block;font-size:10px;line-height:18px;color:#fff;padding:0 10px;background-color:#ccc;border-radius:3px;text-transform:uppercase;font-weight:600;margin-bottom:5px}.athemes-addons-notification .changelog-tag.changelog-added{background-color:#73b189}.athemes-addons-notification .changelog-tag.changelog-changed{background-color:#f6ca45}.athemes-addons-notification .changelog-tag.changelog-fixed{background-color:#967be3}.athemes-addons-notification .changelog-description{display:block;font-size:13px;line-height:21px;font-weight:400;color:#757575;margin-top:5px}.athemes-addons-notification .athemes-addons-notification-content ul{margin:0}.athemes-addons-notification .athemes-addons-notification-content ul li{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:start;-ms-flex-align:start;align-items:flex-start;font-size:16px;line-height:26px;font-weight:600;color:#101517}.athemes-addons-notification .athemes-addons-notification-content ul li+li{margin-top:15px;padding-top:15px;border-top:1px solid #e7e7e7}.athemes-addons-notification+.athemes-addons-notification{margin:20px -20px 0;padding:20px 20px 0;border-top:1px solid #e7e7e7}.athemes-addons-wrap{padding-left:5px;padding-right:5px}.athemes-addons-wrap *{-webkit-box-sizing:border-box;box-sizing:border-box}.athemes-addons-wrap * :after,.athemes-addons-wrap * :before{-webkit-box-sizing:border-box;box-sizing:border-box}.athemes-addons-modules-panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.athemes-addons-modules-header{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:30px}.athemes-addons-modules-header-left,.athemes-addons-modules-header-right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px;-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}.athemes-addons-modules-header-heading{font-size:24px;line-height:34px;font-weight:500;color:#101517}.athemes-addons-modules-header-subheading{font-size:16px;line-height:1.35em;color:#7b7b7b;font-weight:400}.athemes-addons-modules-header-shortlinks{margin:20px 0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:4px;border:2px solid #f0f0f1;background-color:#fff;border-radius:4px}.athemes-addons-modules-header-shortlinks li{margin:0 15px;border-bottom:1px solid #efefef}.athemes-addons-modules-header-shortlinks li:last-child{border-bottom:none;margin-bottom:5px}.athemes-addons-modules-header-shortlinks li:first-child{margin-top:5px}.athemes-addons-modules-header-shortlinks a{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#757575;text-decoration:none;padding:10px 0}.athemes-addons-modules-header-shortlinks a:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}.athemes-addons-modules-header-shortlinks span{-webkit-box-flex:1;-ms-flex:1;flex:1}.athemes-addons-modules-header-shortlinks strong{color:#101517;font-weight:500}.athemes-addons-modules-box{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px;background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.25);box-shadow:0 1px 3px rgba(0,0,0,.25);border-bottom-left-radius:4px;border-bottom-right-radius:4px}.athemes-addons-modules-box-heading{font-size:20px;font-weight:500;line-height:30px;color:#101517}.athemes-addons-modules-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px}.athemes-addons-modules-list-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px;padding:20px 20px 60px;text-decoration:none;border:2px solid #f0f0f1;background-color:#fff;border-radius:4px;-webkit-transition:all .2s;transition:all .2s}.athemes-addons-modules-list-item:hover{-webkit-box-shadow:0 8px 12px 0 rgba(240,240,241,.7);box-shadow:0 8px 12px 0 rgba(240,240,241,.7)}.athemes-addons-modules-list-item:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}.athemes-addons-badge{color:#99a5b8;padding:3px 6px;border:1px solid #dfdfdf;border-radius:2px;font-weight:700}.athemes-addons-badge.athemes-addons-badge-pro{color:#3858e9;border-color:#3858e9}.athemes-addons-pro-badge.athemes-addons-pro-tooltip{position:relative;font-size:15px}.athemes-addons-pro-badge.athemes-addons-pro-tooltip:before{content:attr(data-tooltip-message);position:absolute;right:-30px;bottom:calc(100% + 11px);color:#fff;font-size:13px;line-height:16px;padding:3px 6px;background-color:#1e1e1e;white-space:nowrap;opacity:0;visibility:hidden;-webkit-transform:translate3d(0,6px,0);transform:translate3d(0,6px,0);-webkit-transition:ease opacity .3s,ease transform .3s;transition:ease opacity .3s,ease transform .3s;z-index:2}.athemes-addons-pro-badge.athemes-addons-pro-tooltip:after{content:'';position:absolute;bottom:calc(100% + 3px);right:10px;width:0;height:0;border-style:solid;border-width:4px 4px 4px 4px;border-color:#1e1e1e transparent transparent transparent;opacity:0;visibility:hidden;-webkit-transform:translate3d(0,6px,0);transform:translate3d(0,6px,0);-webkit-transition:ease opacity .3s,ease transform .3s;transition:ease opacity .3s,ease transform .3s;z-index:2}.athemes-addons-pro-badge.athemes-addons-pro-tooltip:hover:after,.athemes-addons-pro-badge.athemes-addons-pro-tooltip:hover:before{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.athemes-addons-modules-list-item-badge-wrapper{position:absolute;top:20px;right:20px}.athemes-addons-modules-list-item-removed-by-bp .athemes-addons-pro-badge{padding:3px 7px;color:#fff;border:1px solid #212121;background-color:#212121;border-radius:3px;font-size:10px;line-height:1.2;font-weight:400;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;top:-2px;text-transform:uppercase}.athemes-addons-modules-list-item-removed-by-bp .athemes-addons-pro-badge:before{font-weight:400;text-transform:none}.athemes-addons-modules-list-item-woo-required .athemes-addons-pro-badge{padding:1px 2px;color:#674399;border:1px solid #674399;border-radius:3px;font-size:9px;line-height:1.2;font-weight:700;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;top:-2px}.athemes-addons-modules-list-item-woo-required .athemes-addons-pro-badge:before{font-weight:400}.athemes-addons-modules-list-item-woo-required+.athemes-addons-modules-list-item-upsell{right:53px}.athemes-addons-modules-list-item-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.athemes-addons-modules-list-item-icon svg{width:18px;height:26px;fill:#787c82}.athemes-addons-modules-list-item-icon svg.stroke-based{fill:none;stroke:#787c82}.athemes-addons-modules-list-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:8px;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.athemes-addons-modules-list-item-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:5px;font-size:16px;line-height:26px;font-weight:400;color:#101517}.athemes-addons-modules-indicator{width:10px;height:10px;border-radius:10px;background-color:#3c8733}.athemes-addons-modules-list-item-desc{color:#757575;font-size:13px;line-height:20px;max-width:400px;display:none}.athemes-addons-module-page{display:-webkit-box;display:-ms-flexbox;display:flex}.athemes-addons-module-page-back a{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .2s;transition:all .2s;text-decoration:none;color:#1d2327;font-weight:500}.athemes-addons-module-page-back a:active,.athemes-addons-module-page-back a:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.athemes-addons-module-page-content{width:50%;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.athemes-addons-module-page-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:0 1px 2px rgba(0,0,0,.15);border-radius:4px}.athemes-addons-module-page-header-content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:30px}body.athemes-addons-has-admin-preview .athemes-addons-module-page-desc{max-width:none}.athemes-addons-module-page-heading{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:12px}.athemes-addons-module-page-desc{font-size:18px;line-height:28px;font-weight:400;color:#757575;max-width:none}.athemes-addons-module-page-button{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:7px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:14px 25px;font-size:16px;line-height:1em;font-weight:500;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;border-radius:4px;border:none;color:#fff;border:1px solid transparent;background-color:#3858e9}.athemes-addons-module-page-button:focus,.athemes-addons-module-page-button:hover{outline:0;-webkit-box-shadow:none;box-shadow:none;color:#fff}.athemes-addons-module-page-button svg{width:8px;height:8px}.athemes-addons-module-deactivate{display:none}.athemes-addons-module-action{position:relative}.athemes-addons-module-action.athemes-addons-enabled .athemes-addons-module-activate{display:none}.athemes-addons-module-action.athemes-addons-enabled .athemes-addons-module-deactivate{display:block}.athemes-addons-module-page-actions-links{display:-webkit-box;display:-ms-flexbox;display:flex}.athemes-addons-module-page-link{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:5px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;font-size:13px;font-weight:500;text-decoration:none;color:#3858e9}.athemes-addons-module-page-link span{text-decoration:underline}.athemes-addons-module-page-link:focus,.athemes-addons-module-page-link:hover{outline:0;-webkit-box-shadow:none;box-shadow:none;color:#3858e9}body.athemes-addons-module-disabled .athemes-addons-module-page-link-preview{pointer-events:none;color:#ccc}body.athemes-addons-module-disabled .athemes-addons-module-page-link-preview span{text-decoration:none}body.athemes-addons-module-disabled .athemes-addons-module-page-link-preview svg path{fill:#ccc}.athemes-addons-license-form-wrapper .athemes-addons-license-form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:10px}.athemes-addons-license-form-wrapper .athemes-addons-license-form input{width:400px;max-width:100%;padding-left:36px;min-height:36px}.athemes-addons-license-form-wrapper .athemes-addons-license-form input::-webkit-input-placeholder{opacity:.75}.athemes-addons-license-form-wrapper .athemes-addons-license-form input::-moz-placeholder{opacity:.75}.athemes-addons-license-form-wrapper .athemes-addons-license-form input:-ms-input-placeholder{opacity:.75}.athemes-addons-license-form-wrapper .athemes-addons-license-form input::-ms-input-placeholder{opacity:.75}.athemes-addons-license-form-wrapper .athemes-addons-license-form input::placeholder{opacity:.75}.athemes-addons-license-form-wrapper .athemes-addons-license-key-input{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.athemes-addons-license-form-wrapper .athemes-addons-license-key-input i{position:absolute;z-index:1;top:50%;left:10px;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin-top:-1px;font-size:20px!important;color:#5c5f62}.athemes-addons-dashboard-license-success,.mechant-license-response-wrapper{display:block;margin-top:10px;color:#757575}.athemes-addons-dashboard-license-success span,.mechant-license-response-wrapper span{margin-left:5px}.athemes-addons-module-page-setting-field-multicheckbox label{margin-right:10px}.athemes-addons-module-page-setting-field-text{width:340px;max-width:100%}.athemes-addons-module-page-setting-field-number input,.athemes-addons-module-page-setting-field-text input,.athemes-addons-module-page-setting-field-text_readonly input{padding:12px;line-height:1.3em;width:100%;max-width:100%;min-height:auto;border:1px solid #d6d6d6}.athemes-addons-module-page-setting-field-number input:focus,.athemes-addons-module-page-setting-field-text input:focus,.athemes-addons-module-page-setting-field-text_readonly input:focus{outline:0;-webkit-box-shadow:none;box-shadow:none;border-color:#3858e9}.athemes-addons-module-page-setting-field-textarea textarea,.athemes-addons-module-page-setting-field-textarea_code textarea{padding:12px;line-height:1em;width:100%;max-width:100%;min-height:120px;border:1px solid #d6d6d6}.athemes-addons-module-page-setting-field-textarea textarea:focus,.athemes-addons-module-page-setting-field-textarea_code textarea:focus{outline:0;-webkit-box-shadow:none;box-shadow:none;border-color:#3858e9}.athemes-addons-code-snippets-textarea textarea,.athemes-addons-code-snippets-textarea_code textarea{min-height:200px}.athemes-addons-module-page-setting-field-checkbox div,.athemes-addons-module-page-setting-field-radio div,.athemes-addons-module-page-setting-field-radio_alt div{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px}.athemes-addons-module-page-setting-field-checkbox label,.athemes-addons-module-page-setting-field-radio label,.athemes-addons-module-page-setting-field-radio_alt label{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:6px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.athemes-addons-module-page-setting-field-checkbox span,.athemes-addons-module-page-setting-field-radio span,.athemes-addons-module-page-setting-field-radio_alt span{font-weight:400;color:#1d2327}.athemes-addons-module-page-setting-field-checkbox input,.athemes-addons-module-page-setting-field-radio input,.athemes-addons-module-page-setting-field-radio_alt input{-ms-flex-negative:0;flex-shrink:0;margin:0;width:15px;height:15px;min-width:15px;border:1px solid #d6d6d6;background-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:none;transition:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none}.athemes-addons-module-page-setting-field-checkbox input:checked,.athemes-addons-module-page-setting-field-radio input:checked,.athemes-addons-module-page-setting-field-radio_alt input:checked{-webkit-transition:none;transition:none}.athemes-addons-module-page-setting-field-checkbox input:checked::before,.athemes-addons-module-page-setting-field-radio input:checked::before,.athemes-addons-module-page-setting-field-radio_alt input:checked::before{content:"";margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:none;transition:none}.athemes-addons-module-page-setting-field-checkbox input[type=checkbox],.athemes-addons-module-page-setting-field-radio input[type=checkbox],.athemes-addons-module-page-setting-field-radio_alt input[type=checkbox]{border-radius:6px}.athemes-addons-module-page-setting-field-checkbox input[type=checkbox]:focus,.athemes-addons-module-page-setting-field-radio input[type=checkbox]:focus,.athemes-addons-module-page-setting-field-radio_alt input[type=checkbox]:focus{border-color:#fff;-webkit-box-shadow:0 0 0 2px #3858e9;box-shadow:0 0 0 2px #3858e9}.athemes-addons-module-page-setting-field-checkbox input[type=checkbox]:checked,.athemes-addons-module-page-setting-field-radio input[type=checkbox]:checked,.athemes-addons-module-page-setting-field-radio_alt input[type=checkbox]:checked{border-color:#fff;background-color:#3858e9}.athemes-addons-module-page-setting-field-checkbox input[type=checkbox]:checked::before,.athemes-addons-module-page-setting-field-radio input[type=checkbox]:checked::before,.athemes-addons-module-page-setting-field-radio_alt input[type=checkbox]:checked::before{width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='11' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.7.89-6 8.07-3.77-2.8.75-1L4.44 7.2 9.69.14l1 .75Z' fill='%23fff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:3px 4px}.athemes-addons-module-page-setting-field-checkbox input[type=radio],.athemes-addons-module-page-setting-field-radio input[type=radio],.athemes-addons-module-page-setting-field-radio_alt input[type=radio]{border-radius:100%}.athemes-addons-module-page-setting-field-checkbox input[type=radio]:focus,.athemes-addons-module-page-setting-field-radio input[type=radio]:focus,.athemes-addons-module-page-setting-field-radio_alt input[type=radio]:focus{border-color:#fff;-webkit-box-shadow:none;box-shadow:none}.athemes-addons-module-page-setting-field-checkbox input[type=radio]:checked,.athemes-addons-module-page-setting-field-radio input[type=radio]:checked,.athemes-addons-module-page-setting-field-radio_alt input[type=radio]:checked{border-color:#3858e9;background-color:#fff;-webkit-box-shadow:0 0 0 1px #3858e9;box-shadow:0 0 0 1px #3858e9}.athemes-addons-module-page-setting-field-checkbox input[type=radio]:checked::before,.athemes-addons-module-page-setting-field-radio input[type=radio]:checked::before,.athemes-addons-module-page-setting-field-radio_alt input[type=radio]:checked::before{width:8px;height:8px;border-radius:8px;background-color:#3858e9}@media (max-width:1300px){.athemes-addons-module-page-setting-field-radio div{grid-gap:20px}}.athemes-addons-module-page-setting-field-radio span{opacity:.8}.athemes-addons-module-page-setting-field-radio input[type=radio]:checked+span{opacity:1}.athemes-addons-module-page-setting-field-radio_alt div{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.athemes-addons-module-page-setting-field-radio_alt label span{font-size:14px;font-weight:400;color:#1d2327}.athemes-addons-module-page-setting-field-radio_alt p{margin:0;color:#757575}.athemes-addons-module-page-setting-field-radio_alt .athemes-addons-module-page-setting-field-inner{grid-gap:30px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.athemes-addons-module-page-setting-field-content{max-width:60vw}.athemes-addons-module-page-setting-field-content a{color:#3858e9}.athemes-addons-module-page-setting-field-content a:focus{-webkit-box-shadow:none;box-shadow:none}.athemes-addons-module-page-setting-field-range .athemes-addons-range{position:relative;width:100%;width:300px;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}.athemes-addons-module-page-setting-field-range input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:calc(100% - 105px);height:2px;border-radius:5px;outline:0;padding:0;margin:0;background-color:#ddd;background-image:-webkit-gradient(linear,left top,right top,from(#3858e9),color-stop(0,#3858e9),color-stop(0,#ddd),to(#ddd));background-image:linear-gradient(to right,#3858e9 0,#3858e9 0,#ddd 0,#ddd 100%)}.athemes-addons-module-page-setting-field-range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:15px;height:15px;border-radius:50%;background:#3858e9;cursor:pointer;-webkit-transition:background .15s ease-in-out;transition:background .15s ease-in-out}.athemes-addons-module-page-setting-field-range input[type=range]::-webkit-slider-thumb:hover{background:#3858e9}.athemes-addons-module-page-setting-field-range input[type=range]:active::-webkit-slider-thumb{background:#3858e9}.athemes-addons-module-page-setting-field-range input[type=range]::-moz-range-thumb{width:15px;height:15px;border:0;border-radius:50%;background:#3858e9;cursor:pointer;-moz-transition:background .15s ease-in-out;transition:background .15s ease-in-out}.athemes-addons-module-page-setting-field-range input[type=range]::-moz-range-thumb:hover{background:#3858e9}.athemes-addons-module-page-setting-field-range input[type=range]:active::-moz-range-thumb{background:#3858e9}.athemes-addons-module-page-setting-field-range input[type=range]:focus::-webkit-slider-thumb{-webkit-box-shadow:0 0 0 3px #fff,0 0 0 6px #3858e9;box-shadow:0 0 0 3px #fff,0 0 0 6px #3858e9}.athemes-addons-module-page-setting-field-range input[type=range]::-moz-range-track{border:0;background:#d7dcdf}.athemes-addons-module-page-setting-field-range input[type=number]{padding:12px 25px 12px 10px;line-height:1.3em;width:100%;max-width:85px;min-height:auto;border:1px solid #d6d6d6}.athemes-addons-module-page-setting-field-range input[type=number]:focus{outline:0;-webkit-box-shadow:none;box-shadow:none;border-color:#3858e9}.athemes-addons-module-page-setting-field-range .athemes-addons-range-unit{color:#3858e9;position:absolute;z-index:1;right:10px;font-size:11px;line-height:1em}.athemes-addons-module-page-setting-field-color input{padding:0 10px;line-height:1em;width:100%;max-width:254px;min-height:auto;border:1px solid #d6d6d6}.athemes-addons-module-page-setting-field-color input:focus{outline:0;-webkit-box-shadow:none;box-shadow:none;border-color:#3858e9}.athemes-addons-module-page-setting-field-color .athemes-addons-color{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px}.athemes-addons-module-page-setting-field-color .athemes-addons-color-picker{cursor:pointer;width:36px;height:36px;border:1px solid rgba(0,0,0,.1);border-radius:4px}.athemes-addons-module-page-settings-dimensions{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px}.athemes-addons-module-page-settings-dimensions>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.athemes-addons-module-page-settings-dimensions label{color:gray;font-size:12px;margin-top:7px}.athemes-addons-module-page-settings-dimensions input{max-width:70px;width:100%;font-size:12px;border:1px solid #d6d6d6}.athemes-addons-module-page-settings-unit{margin-bottom:10px}.athemes-addons-module-page-settings-unit select{font-size:13px;border:0}.athemes-addons-module-page-setting-field-warning{padding:8px 10px;font-size:14px;color:#1d2327;border-radius:4px;border:1px solid #d72c0d;background-color:#fff4f4}.athemes-addons-module-page-setting-field-divider{border-bottom:1px solid #f0f0f1}.athemes-addons-module-page-setting-field-divider .athemes-addons-module-page-setting-field-title{font-size:16px}.athemes-addons-module-page-setting-field-switcher .athemes-addons-toggle-switch{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.athemes-addons-module-page-setting-field-switcher input{display:none}.athemes-addons-module-page-setting-field-switcher input:checked+.toggle-switch-label .toggle-switch-inner{margin-left:0;background:#3858e9}.athemes-addons-module-page-setting-field-switcher input:checked+.toggle-switch-label .toggle-switch-switch{right:1px}.athemes-addons-module-page-setting-field-switcher .toggle-switch{float:right;position:relative;width:36px;margin-top:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.athemes-addons-module-page-setting-field-switcher .toggle-switch-label{position:relative;display:inline-block;overflow:hidden;cursor:pointer;border-radius:20px;padding:0;margin:0;width:36px}.athemes-addons-module-page-setting-field-switcher .toggle-switch-inner{display:block;width:200%;margin-left:-100%;background:#c8c8c8;height:18px}.athemes-addons-module-page-setting-field-switcher .toggle-switch-switch{display:block;width:12px;height:12px;margin:3px;background-color:#fff;position:absolute;top:0;bottom:0;right:18px;border-radius:20px;-webkit-transition:all .1s ease-in 0s;transition:all .1s ease-in 0s}.athemes-addons-height-auto{height:auto}.athemes-addons-admin-page .athemes-addons-admin-footer-text-link{display:inline-block;padding-right:5px;color:#3858e9}.athemes-addons-admin-page .athemes-addons-admin-footer-text-link:active,.athemes-addons-admin-page .athemes-addons-admin-footer-text-link:hover,.athemes-addons-admin-page .athemes-addons-admin-footer-text-link:visited{color:#3858e9}.athemes-addons-admin-page-module #wpfooter{display:none}.athemes-addons-admin-page-module #wpbody-content{padding-bottom:30px}.athemes-addons-module-footer-text{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:5px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;margin-top:37px}.athemes-addons-module-footer-text i{color:#3858e9}.athemes-addons-module-page-settings{border-bottom:1px solid #dedede;padding-bottom:20px}.athemes-addons-module-page-setting-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px}@media (max-width:991px){.athemes-addons-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:20px}.athemes-addons-modules-header-shortlinks{margin:0}.athemes-addons-modules-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:20px}.athemes-addons-module-page-header-content{width:100%}.athemes-addons-module-page-desc{max-width:none}.athemes-addons-module-page-header-placeholder{display:none}.athemes-addons-modules-header-image{display:none}.athemes-addons-modules-list{grid-template-columns:repeat(1,minmax(0,1fr))}.athemes-addons-modules-header-status{margin-bottom:0}.athemes-addons-module-page-setting-box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:20px}.athemes-addons-module-page-setting-title{min-width:130px}.athemes-addons-module-page-setting-fields,.athemes-addons-module-page-setting-title{width:100%}.athemes-addons-module-page-body{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.athemes-addons-module-page-content{width:100%}.athemes-addons-module-page-preview{margin-left:0;margin-bottom:20px;width:100%}}.athemes-addons-toggle-switch{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start }.athemes-addons-header-type-select .saved-label,.athemes-addons-toggle-switch .saved-label{opacity:0;-webkit-transition:all .3s;transition:all .3s;font-weight:600;vertical-align:middle}.athemes-addons-toggle-switch input{display:none}.athemes-addons-toggle-switch input:checked+.toggle-switch-label .toggle-switch-inner{margin-left:0;background:#3858e9}.athemes-addons-toggle-switch input:checked+.toggle-switch-label .toggle-switch-switch{right:1px}.athemes-addons-toggle-switch .toggle-switch{float:right;position:relative;width:36px;margin-top:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.athemes-addons-toggle-switch .toggle-switch-label{position:relative;display:inline-block;overflow:hidden;cursor:pointer;border-radius:20px;padding:0;margin:0;width:36px}.athemes-addons-toggle-switch .toggle-switch-inner{display:block;width:200%;margin-left:-100%;background:#c8c8c8;height:18px}.athemes-addons-toggle-switch .toggle-switch-switch{display:block;width:12px;height:12px;margin:3px;background-color:#fff;position:absolute;top:0;bottom:0;right:18px;border-radius:20px;-webkit-transition:all .1s ease-in 0s;transition:all .1s ease-in 0s}.athemes-addons-module-actions{position:absolute;bottom:20px;left:20px;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;width:calc(100% - 40px)}.athemes-addons-module-actions .lottie-container{max-width:35px;position:absolute;right:45px}.athemes-addons-module-actions .lottie-container svg:last-of-type{display:none}.athemes-addons-module-actions a{text-decoration:none}.athemes-addons-module-actions div{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.athemes-addons-module-help-link{position:relative}.athemes-addons-module-help-link .athemes-addons-module-tooltip{position:absolute;top:calc(-100% - 10px);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding:5px 10px;background:#333;color:#fff;border-radius:4px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);opacity:0;visibility:hidden;-webkit-transition:all .2s;transition:all .2s}.athemes-addons-module-help-link .athemes-addons-module-tooltip::before{content:'';position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border:5px solid transparent;border-top-color:#333}.athemes-addons-module-help-link a:hover+.athemes-addons-module-tooltip{opacity:1;visibility:visible}.athemes-addons-dashboard-tabs-nav{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.25);box-shadow:0 1px 3px rgba(0,0,0,.25);padding:0 20px;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom:2px solid #f0f0f1}.athemes-addons-dashboard-tabs-nav .athemes-addons-tab-nav-item{text-decoration:none;color:#757575;font-size:16px;font-weight:600;padding-bottom:4px;padding:20px;border-bottom:2px solid transparent;margin-bottom:-2px;-webkit-transition:all .2s;transition:all .2s}.athemes-addons-dashboard-tabs-nav .athemes-addons-tab-nav-item.active{color:#101517;border-bottom-color:#101517}.athemes-addons-dashboard-tabs-nav .athemes-addons-tab-nav-item:hover{color:#101517}.athemes-addons-dashboard-tabs-nav .athemes-addons-tab-nav-item:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.athemes-addons-module-filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px;background-color:#f5f6f8;border-bottom:2px solid #f0f0f1;margin:-20px -20px 0;position:sticky;top:32px;z-index:999}.athemes-addons-module-filter .filter-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.athemes-addons-modules-filter-button{color:#757575;font-weight:600}.athemes-addons-modules-filter-button.active{color:#101517;text-decoration:underline}.athemes-addons-module-filter select{padding:4px 24px 4px 16px;font-size:13px;border:1px solid #f0f0f1;background-color:#fff}.athemes-addons-module-filter input[type=search]{padding:4px 16px;font-size:13px;border:1px solid #f0f0f1;background-color:#fff}.athemes-addons-dashboard-tab-page{display:none}.athemes-addons-dashboard-tab-page.active{display:block}.module-filter-group{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.athemes-addons-module-page-setting-field-radio::before{content:'';width:20px;height:1px;background-color:#c0c0cb}.athemes-addons-theme-builder-elements{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.athemes-addons-theme-builder-elements .athemes-addons-tb-element{max-width:120px;position:relative;text-align:center;border:2px solid #f0f0f1;border-radius:4px;padding:10px;-webkit-transition:all .2s;transition:all .2s}.athemes-addons-theme-builder-elements .athemes-addons-tb-element:hover{-webkit-box-shadow:0 8px 12px 0 rgba(240,240,241,.7);box-shadow:0 8px 12px 0 rgba(240,240,241,.7)}.athemes-addons-theme-builder-elements .athemes-addons-tb-element img{width:100%;height:auto;-webkit-transition:all .3s;transition:all .3s}.athemes-addons-theme-builder-elements[data-type=parts] .athemes-addons-tb-element:hover{cursor:pointer}.athemes-addons-theme-builder-elements[data-type=templates]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.athemes-addons-theme-builder-elements[data-type=templates] .athemes-addons-tb-element{max-width:800px;text-align:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.athemes-addons-theme-builder-elements[data-type=templates] .athemes-addons-tb-element{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px}.athemes-addons-theme-builder-elements[data-type=templates] .athemes-addons-tb-element .tb-element-actions,.athemes-addons-theme-builder-elements[data-type=templates] .athemes-addons-tb-element .tb-element-name{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.athemes-addons-theme-builder-elements[data-type=templates] .athemes-addons-tb-element h4{margin:0}.athemes-addons-theme-builder-elements[data-type=templates] .athemes-addons-tb-element .template-label{background-color:#f0f1f6;padding:0 10px;border-radius:5px}.athemes-addons-tb-element-img{position:relative}.athemes-addons-tb-element-img .overlay-action{position:absolute;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;top:10px;left:0;width:100%;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;opacity:0;-webkit-transition:all .3s;transition:all .3s}.athemes-addons-tb-element:hover .overlay-action{opacity:1;top:0}.athemes-addons-tb-element:hover img{opacity:.2}.athemes-addons-tb-element h4{margin-bottom:0}.athemes-addons-tb-element-img .overlay-action>span{background:#3858e9;width:35px;height:35px;text-align:center;line-height:35px;color:#fff;border-radius:50%}.athemes-addons-tb-element-img .overlay-action span{line-height:35px}.athemes-addons-tb-element-img .overlay-action h6{margin:5px 0 0;font-size:14px}.aafe-create-template,.athemes-addons-tb-element-link{text-decoration:none;color:#101517}@-webkit-keyframes aafe-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes aafe-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.athemes-addons-header-type-select{position:relative;padding:0!important}.athemes-addons-header-type-select select{background-color:#f0f1f6;border:0;border-radius:5px}.tb-element-actions>:not(.athemes-addons-header-type-select){position:relative;cursor:pointer;width:30px;height:30px;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;border-radius:5px;background-color:#f0f1f6;-webkit-transition:background-color .3s;transition:background-color .3s}.tb-element-actions label{width:auto;padding:0 7px}.tb-element-actions>:not(.athemes-addons-header-type-select):hover{background-color:#3858e9;color:#fff}.tb-element-actions>:not(label):last-of-type:hover{background-color:#f86060}.tb-element-actions .dashicons{font-size:17px;height:auto}.athemes-addons-header-type-select .saved-label{margin-right:5px}.tb-element-actions .tooltip{visibility:hidden;width:100px;font-size:13px;background-color:#1c1c1c;color:#fff;text-align:center;border-radius:6px;padding:10px;position:absolute;z-index:1;bottom:125%;left:50%;margin-left:-50px;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.tb-element-actions label .tooltip{width:220px;margin-left:-110px}.tb-element-actions .tooltip::after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#1c1c1c transparent transparent transparent}.tb-element-actions>:hover .tooltip{visibility:visible;opacity:1}#athemes-addons-elementor-iframe{width:100%;height:100%;border:none}.athemes-addons-iframe-loader{position:absolute;top:0;left:0;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}.athemes-addons-iframe-loader span{width:75px;height:75px;font-size:75px;color:rgba(255,255,255,.7);-webkit-animation:aafe-spin 2s linear infinite;animation:aafe-spin 2s linear infinite}.athemes-addons-tb-upgrade-notice{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px;background-color:#f0f1f6;padding:10px 20px;border-radius:5px;max-width:740px}.athemes-addons-tb-upgrade-notice p{margin:0}.athemes-addons-display-conditions-control-buttons{display:-webkit-box;display:-ms-flexbox;display:flex}.athemes-addons-display-conditions-modal-toggle .dashicons{width:100%;height:100%;text-align:center;line-height:30px}.athemes-addons-display-conditions-modal-button{width:100%;text-align:center}.athemes-addons-display-conditions-modal,.athemes-addons-elementor-iframe-wrapper{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;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:fixed;z-index:999999;top:0;left:-999999em;width:100%;height:100%;background-color:transparent;color:#1c1c1c;-webkit-transition:background-color .3s;transition:background-color .3s}.athemes-addons-elementor-iframe-wrapper{background-color:rgba(0,0,0,.8)}.athemes-addons-elementor-iframe-wrapper #athemes-addons-elementor-iframe{width:90%;height:90%}.athemes-addons-elementor-iframe-wrapper .athemes-addons-close-modal{position:absolute;top:calc(5% - 45px);right:calc(5% - 55px);width:40px;height:40px;cursor:pointer;color:#fff;background-color:rgba(255,255,255,.3);z-index:9999;border-radius:50%;text-align:center;-webkit-transition:background-color .5s;transition:background-color .5s}.athemes-addons-elementor-iframe-wrapper .athemes-addons-close-modal:hover{background-color:#fff;color:#000}.athemes-addons-elementor-iframe-wrapper .athemes-addons-close-modal .dashicons{font-size:24px;line-height:40px;width:auto;height:auto}.athemes-addons-display-conditions-modal .athemes-addons-button-close{top:15px;right:15px}.select2-container{z-index:999999!important}.athemes-addons-display-conditions-modal.open,.athemes-addons-elementor-iframe-wrapper.open{left:0;background-color:rgba(0,0,0,.8)}.athemes-addons-display-conditions-modal .select2-container--default .select2-selection--single{padding:0;height:32px}.athemes-addons-display-conditions-modal .select2-container--default .select2-selection--single .select2-selection__arrow{height:32px}.athemes-addons-display-conditions-modal .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:32px}.athemes-addons-display-conditions-modal .select2-container--default .select2-selection--single .select2-selection__clear{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;height:100%;padding:0}.athemes-addons-display-conditions-modal .select2-container--default .select2-selection--single .select2-selection__clear span{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;width:14px;height:14px;font-size:14px;border-radius:14px;font-weight:400;color:#777;background-color:#eee}.athemes-addons-display-conditions-modal-outer{position:relative;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:600px;max-height:80vh;min-height:300px;background-color:#fff;border-radius:6px;-webkit-box-shadow:0 50px 200px rgba(0,0,0,.2);box-shadow:0 50px 200px rgba(0,0,0,.2);top:40px;opacity:0;-webkit-transition:.3s all .1s ease-in-out;transition:.3s all .1s ease-in-out}.athemes-addons-display-conditions-modal.open .athemes-addons-display-conditions-modal-outer{top:0;opacity:1}.athemes-addons-display-conditions-modal-header{position:relative;-ms-flex-negative:0;flex-shrink: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-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:20px;padding-right:70px;height:50px;border-bottom:1px solid #eee;background-color:#fdfdfd}.athemes-addons-display-conditions-modal-header h3{font-size:14px;margin:0}.athemes-addons-display-conditions-modal-header i{position:absolute;top:0;right:0;cursor:pointer;width:50px;height:100%;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;opacity:.5;-webkit-transition:opacity .2s;transition:opacity .2s}.athemes-addons-display-conditions-modal-header i:hover{opacity:1}.athemes-addons-display-conditions-modal-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:80vh;overflow:auto;padding:25px}.athemes-addons-display-conditions-modal-content ul{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.athemes-addons-display-conditions-modal-content ul li{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.athemes-addons-display-conditions-modal-content ul li+li{padding-bottom:20px;border-bottom:1px dashed #ccc}.athemes-addons-display-conditions-modal-content ul li.hidden{display:none}.athemes-addons-display-conditions-select2-type{width:125px;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:125px;flex-basis:125px}.athemes-addons-display-conditions-select2-type .select2-selection:before{content:"+";position:absolute;left:6px;top:50%;margin-top:-6px;font-size:12px;line-height:14px;width:14px;height:14px;border-radius:2px;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;background-color:#e5e5e5}.athemes-addons-display-conditions-select2-type[data-type=exclude] .select2-selection:before{content:"-"}.athemes-addons-display-conditions-select2-type .select2-container .select2-selection--single .select2-selection__rendered{padding-left:25px;padding-right:20px}.athemes-addons-display-conditions-select2-groupped{width:calc(100% - 125px - 10px - 32px);-ms-flex-preferred-size:calc(100% - 125px - 10px - 32px);flex-basis:calc(100% - 125px - 10px - 32px);display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px;margin-left:10px}.athemes-addons-display-conditions-select2-condition{width:100%}.athemes-addons-display-conditions-select2-id{-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%;max-width:50%}.athemes-addons-display-conditions-modal-remove{-ms-flex-negative:0;flex-shrink:0;cursor:pointer;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;width:32px;opacity:.5;-webkit-transition:opacity .2s;transition:opacity .2s}.athemes-addons-display-conditions-modal-remove:hover{opacity:1}.athemes-addons-display-conditions-modal-remove i{color:#a00;font-size:15px;width:auto;height:auto;line-height:1em}.athemes-addons-display-conditions-modal-content-footer{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:15px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.athemes-addons-display-conditions-modal-content-footer .button{width:100%;text-align:center}.athemes-addons-display-conditions-modal-footer{-ms-flex-negative:0;flex-shrink: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;height:60px;padding-left:20px;padding-right:20px;border-top:1px solid #eee;background-color:#f7f7f7}.athemes-addons-display-conditions-modal-footer .athemes-addons-button-save{padding-left:20px;padding-right:20px}.freevspro-table{border-radius:7px;max-width:800px}.freevspro-table__footer{border-top:1px solid #c2cff8;padding-top:30px;max-width:800px;text-align:center}.freevspro-table__header{background:#f9fafe;border:1px solid #c2cff8;border-radius:4px}@media screen and (min-width:768px){.freevspro-table__header{position:sticky;top:0;-webkit-transition:ease .3s top;transition:ease .3s top;z-index:1}.freevspro-table__header{top:0}.navbar-show .freevspro-table__header{top:59px}.has-second-nav .freevspro-table__header{top:87px}.dwpb-push-page .freevspro-table__header{top:40px}.dwpb-push-page.has-second-nav .freevspro-table__header{top:127px}.has-second-nav.navbar-show .freevspro-table__header{top:86px}.dwpb-push-page.navbar-show .freevspro-table__header{top:98px}.dwpb-push-page.has-second-nav.navbar-show .freevspro-table__header{top:185px}.admin-bar .freevspro-table__header{top:91px}.admin-bar.navbar-hide .freevspro-table__header{top:32px}.admin-bar.has-second-nav .freevspro-table__header{top:119px}.admin-bar.has-second-nav.navbar-show .freevspro-table__header{top:119px}}.freevspro-table__column{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}.freevspro-table__column strong{font-weight:500;text-align:left;color:#111827}.freevspro-table__header .freevspro-table__column{border-bottom:0}.freevspro-table__header .freevspro-table__column,.freevspro-table__header .freevspro-table__column--feature strong{font-size:20px;font-weight:500;line-height:23px;letter-spacing:0;color:#111827;margin:0}.freevspro-table__header .freevspro-table__column--feature p{color:#b5b5b5}.freevspro-table__header .freevspro-table__column--feature strong+p{margin-top:12px;margin-bottom:0}.freevspro-table__header .freevspro-table__column{border-color:#c2cff8}.freevspro-table__header .freevspro-table__column:first-child{border-top-left-radius:7px}.freevspro-table__header .freevspro-table__column{color:#212121}.freevspro-table__header .freevspro-table__column:nth-child(2) img{max-width:85%}.freevspro-table__header .freevspro-table__column:nth-child(4) img{max-width:90%}.freevspro-table__row{display:-webkit-box;display:-ms-flexbox;display:flex}.freevspro-table__column{width:100%;max-width:275px;padding:24px 23px;text-align:center;border-bottom:1px solid #e7e7e7;font-weight:600}.freevspro-table__column.freevspro-table__column--feature{font-size:16px;line-height:20px;letter-spacing:0;max-width:none;text-align:left;-ms-flex-wrap:wrap;flex-wrap:wrap}.freevspro-table__row.sub-item .freevspro-table__column.freevspro-table__column--feature{padding-left:25px!important}.freevspro-table__row.sub-item .freevspro-table__column.freevspro-table__column--feature svg{margin-right:10px}.freevspro-table__body .freevspro-table__column strong{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:16px;font-weight:400;line-height:20px;letter-spacing:0}.freevspro-table__body .freevspro-table__column:nth-child(2) strong,.freevspro-table__body .freevspro-table__column:nth-child(3) strong{margin-left:10px}.freevspro-table__body .freevspro-table__column:nth-child(1) strong{text-align:left!important}.freevspro-table__body .freevspro-table__column a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.freevspro-table__body .freevspro-table__column a svg{margin-top:1px;margin-left:5px}.freevspro-table__body .freevspro-table__column a:hover svg path{-webkit-transition:ease fill .3s;transition:ease fill .3s}.freevspro-table__body .freevspro-table__column a:hover svg path{fill:#4769d8}@media(max-width:767px){.freevspro-table__body .freevspro-table__column:not(.freevspro-table__column--feature) strong{padding-left:0!important}}.freevspro-table__body .freevspro-table__column.freevspro-table__column--feature p{font-size:12px;font-style:italic;margin-top:5px;width:100%}.freevspro-table__body .freevspro-table__row:first-child .freevspro-table__column,.freevspro-table__row+.freevspro-table__row .freevspro-table__column{border-top-width:0}.freevspro-table__body .freevspro-table__row:last-child .freevspro-table__column{border-bottom:0}.freevspro-table__body .freevspro-table__row:last-child .freevspro-table__column:first-child{border-bottom-left-radius:7px}.freevspro-table__body .freevspro-table__row:last-child .freevspro-table__column:last-child{border-bottom-right-radius:7px}.freevspro-table__tooltip{position:relative;display:inline-block;cursor:pointer}.freevspro-table__tooltip .freevspro-table__tooltip-text{position:absolute;bottom:calc(100% + 15px);left:50%;-webkit-transform:translate3d(-50%,10px,0);transform:translate3d(-50%,10px,0);-webkit-transition:ease transform .3s,ease opacity .3s;transition:ease transform .3s,ease opacity .3s;opacity:0;visibility:hidden;background-color:#182038;color:#fff;width:100%;min-width:300px;text-align:center;font-size:14px;padding:10px 15px;border-radius:4px;border:1px solid #323e60;z-index:2}.freevspro-table__tooltip:hover .freevspro-table__tooltip-text{opacity:1;visibility:visible;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}@media screen and (max-width:1239px){.freevspro-table__column.freevspro-table__column--feature{min-width:300px}}@media screen and (max-width:989px){.freevspro-table__column.freevspro-table__column--feature{min-width:230px}.freevspro-table__tooltip{display:none}}@media screen and (max-width:767px){.freevspro-table__header .freevspro-table__column--feature p{display:none}.freevspro-table-responsive{max-width:100%;overflow-x:auto}.freevspro-table{min-width:550px;font-size:14px}.freevspro-table__column{padding:20px}.freevspro-table__column:not(.freevspro-table__column--feature) svg{width:30px;height:30px}}.freevspro-table-cta{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;margin-top:30px}.freevspro-table-cta .btn{padding:17px 40px}.freevspro-table-cta .btn+.btn{margin-left:18px}@media(min-width:768px){.freevspro-table-cta .btn{width:190px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media(min-width:990px){.freevspro-table-cta .btn{width:254px}}.freevspro-table-cta .download-button{border-color:#4769d8!important;background-color:transparent!important;color:#4769d8!important}.freevspro-table-cta .download-button:hover{background-color:#4769d8!important;color:#fff!important}@media screen and (max-width:575px){.freevspro-table-cta{-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}.freevspro-table-cta .btn{padding:13px 25px;margin-top:20px}.freevspro-table-cta .btn+.btn{margin-left:0}}@media screen and (max-width:989px){.freevspro-table__row.sub-item .freevspro-table__column.freevspro-table__column--feature{position:relative}.freevspro-table__row.sub-item .freevspro-table__column.freevspro-table__column--feature svg{position:absolute;top:24px;left:20px}.freevspro-table__body .freevspro-table__row.sub-item .freevspro-table__column strong{padding-left:20px}}@media screen and (max-width:767px){.freevspro-table__row.sub-item .freevspro-table__column.freevspro-table__column--feature svg{top:20px}}.freevspro-table.freevspro-table-style-alt .freevspro-table__item+.freevspro-table__item{margin-top:30px}.freevspro-table.freevspro-table-style-alt .freevspro-table__header{border:none}.freevspro-table.freevspro-table-style-alt .freevspro-table__header .freevspro-table__column{border:1px solid #c2cff8}.freevspro-table.freevspro-table-style-alt .freevspro-table__header .freevspro-table__column:nth-child(1){border-right:0;border-bottom-left-radius:7px}.freevspro-table.freevspro-table-style-alt .freevspro-table__header .freevspro-table__column:nth-child(2){border-left:0;border-right:0}.freevspro-table.freevspro-table-style-alt .freevspro-table__header .freevspro-table__column:nth-child(3){background-color:#3c60d4;border-bottom-color:#7595ff;color:#fff;border-left:0;border-right:0;border-top:0;border-top-right-radius:7px}.freevspro-table.freevspro-table-style-alt .freevspro-table__header .freevspro-table__column:nth-child(3) strong{color:#fff}.freevspro-table.freevspro-table-style-alt .freevspro-table__body .freevspro-table__row .freevspro-table__column:last-child{background-color:#3c60d4;border-bottom-color:#3c60d4;color:#fff}.freevspro-table.freevspro-table-style-alt .freevspro-table__body .freevspro-table__row .freevspro-table__column:last-child strong{color:#fff}.freevspro-table.freevspro-table-style-alt .freevspro-table__body .freevspro-table__row .freevspro-table__column:last-child svg circle{fill:#fff;opacity:1}.freevspro-table.freevspro-table-style-alt .freevspro-table__body .freevspro-table__row .freevspro-table__column:last-child svg path{fill:#4769d8}.freevspro-table.freevspro-table-style-alt .freevspro-table__body .freevspro-table__row:nth-child(odd) .freevspro-table__column:last-child{background-color:#4769d8;border-bottom-color:#4769d8}.freevspro-table.freevspro-table-style-columns-narrow .freevspro-table__body .freevspro-table__column:nth-child(2),.freevspro-table.freevspro-table-style-columns-narrow .freevspro-table__body .freevspro-table__column:nth-child(3),.freevspro-table.freevspro-table-style-columns-narrow .freevspro-table__header .freevspro-table__column:nth-child(2),.freevspro-table.freevspro-table-style-columns-narrow .freevspro-table__header .freevspro-table__column:nth-child(3){max-width:110px;min-width:60px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:767px){.freevspro-table.freevspro-table-style-columns-narrow{min-width:0}}.module-filter-search{position:relative}.module-filter-search .search-icon{position:absolute;left:8px;top:50%;-webkit-transform:translateY(-42%) scaleX(-1);transform:translateY(-42%) scaleX(-1);color:#757575;font-size:18px}.module-filter-search input.athemes-addons-modules-search{padding-left:35px}.athemes-addons-modules-category-title{position:relative;padding-left:24px}.athemes-addons-modules-category-title:before{content:"\f109";font-family:dashicons;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:18px;color:#95999e}.athemes-addons-modules-category-title[data-category=posts]:before{content:"\f105"}.athemes-addons-modules-category-title[data-category=content]:before{content:"\f464"}.athemes-addons-modules-category-title[data-category=media]:before{content:"\f104"}.athemes-addons-modules-category-title[data-category=business-commerce]:before{content:"\f185"}.athemes-addons-modules-category-title[data-category=social-communications]:before{content:"\f125"}.athemes-addons-modules-category-title[data-category=forms]:before{content:"\f175"}.athemes-addons-modules-category-title[data-category=utilities]:before{content:"\f111"}1 .athemes-addons-tabs-nav{padding:0 20px;margin-bottom:-100%;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.athemes-addons-tabs-nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0}.athemes-addons-tabs-nav .athemes-addons-tabs-nav-item .athemes-addons-tabs-nav-link{position:relative;font-size:14px;line-height:20px;padding:16px;color:#6d7175;text-decoration:none;-webkit-transition:ease color .3s;transition:ease color .3s;outline:0;-webkit-box-shadow:none;box-shadow:none}.athemes-addons-tabs-nav .athemes-addons-tabs-nav-item .athemes-addons-tabs-nav-link:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background-color:transparent;border-radius:4px 4px 0 0}.athemes-addons-tabs-nav .athemes-addons-tabs-nav-item.active .athemes-addons-tabs-nav-link{color:#3858e9;font-weight:500}.athemes-addons-tabs-nav .athemes-addons-tabs-nav-item.active .athemes-addons-tabs-nav-link:after{background-color:#3858e9}.athemes-addons-tabs-nav .athemes-addons-tabs-nav-item:active .athemes-addons-tabs-nav-link,.athemes-addons-tabs-nav .athemes-addons-tabs-nav-item:focus .athemes-addons-tabs-nav-link,.athemes-addons-tabs-nav .athemes-addons-tabs-nav-item:hover .athemes-addons-tabs-nav-link{color:#3858e9}.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item .athemes-addons-tabs-nav-link{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;font-weight:600;line-height:26px;padding:9px 16px;border-bottom:0;color:#1e1e1e;-webkit-transition:ease color .2s;transition:ease color .2s}.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item .athemes-addons-tabs-nav-link svg{margin-right:8px}.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item .athemes-addons-tabs-nav-link svg path{-webkit-transition:ease fill .2s;transition:ease fill .2s}.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item .athemes-addons-tabs-nav-link:after{content:none}.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item .athemes-addons-tabs-nav-link:before{content:'';position:absolute;top:0;left:0;background-color:transparent;width:4px;height:100%;border-radius:0 4px 4px 0;opacity:0;visibility:hidden;-webkit-transition:ease opacity .2s;transition:ease opacity .2s}.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item:active .athemes-addons-tabs-nav-link,.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item:focus .athemes-addons-tabs-nav-link,.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item:hover .athemes-addons-tabs-nav-link{color:#757575}.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item:active .athemes-addons-tabs-nav-link svg path,.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item:focus .athemes-addons-tabs-nav-link svg path,.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item:hover .athemes-addons-tabs-nav-link svg path{fill:#757575}.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item:active .athemes-addons-tabs-nav-link:before,.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item:focus .athemes-addons-tabs-nav-link:before,.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item:hover .athemes-addons-tabs-nav-link:before{background-color:#e1e1e1;opacity:1;visibility:visible}.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item.active .athemes-addons-tabs-nav-link{color:#3858e9}.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item.active .athemes-addons-tabs-nav-link svg path{fill:#3858e9}.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item.active .athemes-addons-tabs-nav-link:before{background-color:#3858e9;opacity:1;visibility:visible}.athemes-addons-tabs-nav.athemes-addons-tabs-nav-vertical{padding:0;margin-left:-20px}.athemes-addons-tabs-nav.athemes-addons-tabs-nav-vertical ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0}.athemes-addons-tabs-nav.athemes-addons-tabs-nav-no-negative-margin{margin-bottom:0;-webkit-transform:none;transform:none}.athemes-addons-tab-content{display:none}.athemes-addons-tab-content.active{display:block}.toplevel_page_athemes-addons{background-color:#f3f5f8}.toplevel_page_athemes-addons #wpbody-content>.notice,.toplevel_page_athemes-addons #wpbody-content>.updated{display:none}.athemes-addons-top-bar{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;background-color:#fff;margin:0 0 30px -20px;padding:18px 20px}.athemes-addons-top-bar *{-webkit-box-sizing:border-box;box-sizing:border-box}.athemes-addons-top-bar * :after,.athemes-addons-top-bar * :before{-webkit-box-sizing:border-box;box-sizing:border-box}.athemes-addons-top-bar .athemes-addons-top-bar-infos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.athemes-addons-top-bar .athemes-addons-top-bar-infos .athemes-addons-top-bar-info-item{position:relative;padding:0 10px}.athemes-addons-top-bar .athemes-addons-top-bar-infos .athemes-addons-top-bar-info-item+.athemes-addons-top-bar-info-item:before{content:'';position:absolute;top:50%;left:0;height:17px;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-left:1px solid #f0f0f0}.athemes-addons-top-bar .athemes-addons-version{font-size:13px;line-height:13px;color:#97a3b6}.athemes-addons-top-bar .athemes-addons-version strong{position:relative;top:1px}.athemes-addons-top-bar .athemes-addons-version .athemes-addons-badge{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:5px;font-size:9px;line-height:10px}.athemes-addons-top-bar .athemes-addons-notifications{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:27px;height:27px;border:1px solid #dfdfdf;border-radius:35px}.athemes-addons-top-bar .athemes-addons-notifications:focus{-webkit-box-shadow:none;box-shadow:none}.athemes-addons-top-bar .athemes-addons-notifications .athemes-addons-notifications-count{position:absolute;top:-8px;right:-7px;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;width:16px;height:16px;color:#fff;background-color:#fa1212;border-radius:35px;font-size:10px;line-height:1}.athemes-addons-top-bar .athemes-addons-notifications.read .athemes-addons-notifications-count{display:none}.athemes-addons-top-bar .athemes-addons-website{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:13px;line-height:16px;color:#3858e9;text-decoration:none}.athemes-addons-notifications-sidebar{position:fixed;top:calc(32px + 64px);right:0;width:100%;max-width:500px;height:calc(100vh - 92px);background-color:#fff;-webkit-box-shadow:-10px 12px 14px rgba(0,0,0,.05);box-shadow:-10px 12px 14px rgba(0,0,0,.05);opacity:0;visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:ease transform .3s,ease opacity .3s;transition:ease transform .3s,ease opacity .3s;z-index:1000}.athemes-addons-notifications-sidebar.opened{opacity:1;visibility:visible;-webkit-transform:none;transform:none}.athemes-addons-notifications-sidebar.closing{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-close{position:absolute;top:15px;right:15px;-webkit-transition:ease opacity .3s;transition:ease opacity .3s}.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-close:hover{opacity:.7}.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;background-color:#eaeef2;padding:20px 22px}.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-header .athemes-addons-notifications-sidebar-header-icon{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;width:40px;height:40px;background-color:#fff;border:1px solid #ebedef;border-radius:35px}.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-header .athemes-addons-notifications-sidebar-header-icon svg{position:relative;top:-2px}.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-header .athemes-addons-notifications-sidebar-header-content h3{font-size:16px;line-height:26px;font-weight:600;color:#3858e9;margin:0}.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-header .athemes-addons-notifications-sidebar-header-content p{font-size:13px;line-height:18px;color:#757575;margin:0}.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-tabs{position:relative}.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-tabs:after{content:'';position:absolute;bottom:-10px;left:20px;width:calc(100% - 40px);border-bottom:1px solid #f0f0f1}.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-tabs+.athemes-addons-notifications-sidebar-body{max-height:calc(100vh - 232px)}.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-body{padding:20px;overflow-y:auto;max-height:calc(100vh - 230px)}.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-body::-webkit-scrollbar{width:5px}.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-body::-webkit-scrollbar-track{background:#e2e2e2}.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-body::-webkit-scrollbar-thumb{background-color:#ccc}.athemes-addons-notification .athemes-addons-notification-date{display:block;font-size:13px;line-height:18px;color:#757575}.athemes-addons-notification .athemes-addons-notification-date+.athemes-addons-notification-content{margin-top:20px}.athemes-addons-notification .changelog-tag{display:inline-block;font-size:10px;line-height:18px;color:#fff;padding:0 10px;background-color:#ccc;border-radius:3px;text-transform:uppercase;font-weight:600;margin-bottom:5px}.athemes-addons-notification .changelog-tag.changelog-added{background-color:#73b189}.athemes-addons-notification .changelog-tag.changelog-changed{background-color:#f6ca45}.athemes-addons-notification .changelog-tag.changelog-fixed{background-color:#967be3}.athemes-addons-notification .changelog-description{display:block;font-size:13px;line-height:21px;font-weight:400;color:#757575;margin-top:5px}.athemes-addons-notification .athemes-addons-notification-content ul{margin:0}.athemes-addons-notification .athemes-addons-notification-content ul li{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:start;-ms-flex-align:start;align-items:flex-start;font-size:16px;line-height:26px;font-weight:600;color:#101517}.athemes-addons-notification .athemes-addons-notification-content ul li+li{margin-top:15px;padding-top:15px;border-top:1px solid #e7e7e7}.athemes-addons-notification+.athemes-addons-notification{margin:20px -20px 0;padding:20px 20px 0;border-top:1px solid #e7e7e7}.athemes-addons-wrap{padding-left:5px;padding-right:5px}.athemes-addons-wrap *{-webkit-box-sizing:border-box;box-sizing:border-box}.athemes-addons-wrap * :after,.athemes-addons-wrap * :before{-webkit-box-sizing:border-box;box-sizing:border-box}.athemes-addons-modules-panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.athemes-addons-modules-header{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:30px}.athemes-addons-modules-header-left,.athemes-addons-modules-header-right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px;-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}.athemes-addons-modules-header-heading{font-size:24px;line-height:34px;font-weight:500;color:#101517}.athemes-addons-modules-header-subheading{font-size:16px;line-height:1.35em;color:#7b7b7b;font-weight:400}.athemes-addons-modules-header-shortlinks{margin:20px 0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:4px;border:2px solid #f0f0f1;background-color:#fff;border-radius:4px}.athemes-addons-modules-header-shortlinks li{margin:0 15px;border-bottom:1px solid #efefef}.athemes-addons-modules-header-shortlinks li:last-child{border-bottom:none;margin-bottom:5px}.athemes-addons-modules-header-shortlinks li:first-child{margin-top:5px}.athemes-addons-modules-header-shortlinks a{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#757575;text-decoration:none;padding:10px 0}.athemes-addons-modules-header-shortlinks a:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}.athemes-addons-modules-header-shortlinks span{-webkit-box-flex:1;-ms-flex:1;flex:1}.athemes-addons-modules-header-shortlinks strong{color:#101517;font-weight:500}.athemes-addons-modules-box{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px;background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.25);box-shadow:0 1px 3px rgba(0,0,0,.25);border-bottom-left-radius:4px;border-bottom-right-radius:4px}.athemes-addons-modules-box-heading{font-size:20px;font-weight:500;line-height:30px;color:#101517}.athemes-addons-modules-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px}.athemes-addons-modules-list-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px;padding:20px 20px 60px;text-decoration:none;border:2px solid #f0f0f1;background-color:#fff;border-radius:4px;-webkit-transition:all .2s;transition:all .2s}.athemes-addons-modules-list-item:hover{-webkit-box-shadow:0 8px 12px 0 rgba(240,240,241,.7);box-shadow:0 8px 12px 0 rgba(240,240,241,.7)}.athemes-addons-modules-list-item:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}.athemes-addons-badge{color:#99a5b8;padding:3px 6px;border:1px solid #dfdfdf;border-radius:2px;font-weight:700}.athemes-addons-badge.athemes-addons-badge-pro{color:#3858e9;border-color:#3858e9}.athemes-addons-pro-badge.athemes-addons-pro-tooltip{position:relative;font-size:15px}.athemes-addons-pro-badge.athemes-addons-pro-tooltip:before{content:attr(data-tooltip-message);position:absolute;right:-30px;bottom:calc(100% + 11px);color:#fff;font-size:13px;line-height:16px;padding:3px 6px;background-color:#1e1e1e;white-space:nowrap;opacity:0;visibility:hidden;-webkit-transform:translate3d(0,6px,0);transform:translate3d(0,6px,0);-webkit-transition:ease opacity .3s,ease transform .3s;transition:ease opacity .3s,ease transform .3s;z-index:2}.athemes-addons-pro-badge.athemes-addons-pro-tooltip:after{content:'';position:absolute;bottom:calc(100% + 3px);right:10px;width:0;height:0;border-style:solid;border-width:4px 4px 4px 4px;border-color:#1e1e1e transparent transparent transparent;opacity:0;visibility:hidden;-webkit-transform:translate3d(0,6px,0);transform:translate3d(0,6px,0);-webkit-transition:ease opacity .3s,ease transform .3s;transition:ease opacity .3s,ease transform .3s;z-index:2}.athemes-addons-pro-badge.athemes-addons-pro-tooltip:hover:after,.athemes-addons-pro-badge.athemes-addons-pro-tooltip:hover:before{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.athemes-addons-modules-list-item-badge-wrapper{position:absolute;top:20px;right:20px}.athemes-addons-modules-list-item-removed-by-bp .athemes-addons-pro-badge{padding:3px 7px;color:#fff;border:1px solid #212121;background-color:#212121;border-radius:3px;font-size:10px;line-height:1.2;font-weight:400;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;top:-2px;text-transform:uppercase}.athemes-addons-modules-list-item-removed-by-bp .athemes-addons-pro-badge:before{font-weight:400;text-transform:none}.athemes-addons-modules-list-item-woo-required .athemes-addons-pro-badge{padding:1px 2px;color:#674399;border:1px solid #674399;border-radius:3px;font-size:9px;line-height:1.2;font-weight:700;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;top:-2px}.athemes-addons-modules-list-item-woo-required .athemes-addons-pro-badge:before{font-weight:400}.athemes-addons-modules-list-item-woo-required+.athemes-addons-modules-list-item-upsell{right:53px}.athemes-addons-modules-list-item-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.athemes-addons-modules-list-item-icon svg{width:18px;height:26px;fill:#787c82}.athemes-addons-modules-list-item-icon svg.stroke-based{fill:none;stroke:#787c82}.athemes-addons-modules-list-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:8px;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.athemes-addons-modules-list-item-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:5px;font-size:16px;line-height:26px;font-weight:400;color:#101517}.athemes-addons-modules-indicator{width:10px;height:10px;border-radius:10px;background-color:#3c8733}.athemes-addons-modules-list-item-desc{color:#757575;font-size:13px;line-height:20px;max-width:400px;display:none}.athemes-addons-module-page{display:-webkit-box;display:-ms-flexbox;display:flex}.athemes-addons-module-page-back a{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .2s;transition:all .2s;text-decoration:none;color:#1d2327;font-weight:500}.athemes-addons-module-page-back a:active,.athemes-addons-module-page-back a:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.athemes-addons-module-page-content{width:50%;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.athemes-addons-module-page-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:0 1px 2px rgba(0,0,0,.15);border-radius:4px}.athemes-addons-module-page-header-content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:30px}body.athemes-addons-has-admin-preview .athemes-addons-module-page-desc{max-width:none}.athemes-addons-module-page-heading{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:12px}.athemes-addons-module-page-desc{font-size:18px;line-height:28px;font-weight:400;color:#757575;max-width:none}.athemes-addons-module-page-button{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:7px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:14px 25px;font-size:16px;line-height:1em;font-weight:500;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;border-radius:4px;border:none;color:#fff;border:1px solid transparent;background-color:#3858e9}.athemes-addons-module-page-button:focus,.athemes-addons-module-page-button:hover{outline:0;-webkit-box-shadow:none;box-shadow:none;color:#fff}.athemes-addons-module-page-button svg{width:8px;height:8px}.athemes-addons-module-deactivate{display:none}.athemes-addons-module-action{position:relative}.athemes-addons-module-action.athemes-addons-enabled .athemes-addons-module-activate{display:none}.athemes-addons-module-action.athemes-addons-enabled .athemes-addons-module-deactivate{display:block}.athemes-addons-module-page-actions-links{display:-webkit-box;display:-ms-flexbox;display:flex}.athemes-addons-module-page-link{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:5px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;font-size:13px;font-weight:500;text-decoration:none;color:#3858e9}.athemes-addons-module-page-link span{text-decoration:underline}.athemes-addons-module-page-link:focus,.athemes-addons-module-page-link:hover{outline:0;-webkit-box-shadow:none;box-shadow:none;color:#3858e9}body.athemes-addons-module-disabled .athemes-addons-module-page-link-preview{pointer-events:none;color:#ccc}body.athemes-addons-module-disabled .athemes-addons-module-page-link-preview span{text-decoration:none}body.athemes-addons-module-disabled .athemes-addons-module-page-link-preview svg path{fill:#ccc}.athemes-addons-license-form-wrapper .athemes-addons-license-form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:10px}.athemes-addons-license-form-wrapper .athemes-addons-license-form input{width:400px;max-width:100%;padding-left:36px;min-height:36px}.athemes-addons-license-form-wrapper .athemes-addons-license-form input::-webkit-input-placeholder{opacity:.75}.athemes-addons-license-form-wrapper .athemes-addons-license-form input::-moz-placeholder{opacity:.75}.athemes-addons-license-form-wrapper .athemes-addons-license-form input:-ms-input-placeholder{opacity:.75}.athemes-addons-license-form-wrapper .athemes-addons-license-form input::-ms-input-placeholder{opacity:.75}.athemes-addons-license-form-wrapper .athemes-addons-license-form input::placeholder{opacity:.75}.athemes-addons-license-form-wrapper .athemes-addons-license-key-input{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.athemes-addons-license-form-wrapper .athemes-addons-license-key-input i{position:absolute;z-index:1;top:50%;left:10px;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin-top:-1px;font-size:20px!important;color:#5c5f62}.athemes-addons-dashboard-license-success,.mechant-license-response-wrapper{display:block;margin-top:10px;color:#757575}.athemes-addons-dashboard-license-success span,.mechant-license-response-wrapper span{margin-left:5px}.athemes-addons-module-page-setting-field-multicheckbox label{margin-right:10px}.athemes-addons-module-page-setting-field-text{width:340px;max-width:100%}.athemes-addons-module-page-setting-field-number input,.athemes-addons-module-page-setting-field-text input,.athemes-addons-module-page-setting-field-text_readonly input{padding:12px;line-height:1.3em;width:100%;max-width:100%;min-height:auto;border:1px solid #d6d6d6}.athemes-addons-module-page-setting-field-number input:focus,.athemes-addons-module-page-setting-field-text input:focus,.athemes-addons-module-page-setting-field-text_readonly input:focus{outline:0;-webkit-box-shadow:none;box-shadow:none;border-color:#3858e9}.athemes-addons-module-page-setting-field-textarea textarea,.athemes-addons-module-page-setting-field-textarea_code textarea{padding:12px;line-height:1em;width:100%;max-width:100%;min-height:120px;border:1px solid #d6d6d6}.athemes-addons-module-page-setting-field-textarea textarea:focus,.athemes-addons-module-page-setting-field-textarea_code textarea:focus{outline:0;-webkit-box-shadow:none;box-shadow:none;border-color:#3858e9}.athemes-addons-code-snippets-textarea textarea,.athemes-addons-code-snippets-textarea_code textarea{min-height:200px}.athemes-addons-module-page-setting-field-checkbox div,.athemes-addons-module-page-setting-field-radio div,.athemes-addons-module-page-setting-field-radio_alt div{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px}.athemes-addons-module-page-setting-field-checkbox label,.athemes-addons-module-page-setting-field-radio label,.athemes-addons-module-page-setting-field-radio_alt label{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:6px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.athemes-addons-module-page-setting-field-checkbox span,.athemes-addons-module-page-setting-field-radio span,.athemes-addons-module-page-setting-field-radio_alt span{font-weight:400;color:#1d2327}.athemes-addons-module-page-setting-field-checkbox input,.athemes-addons-module-page-setting-field-radio input,.athemes-addons-module-page-setting-field-radio_alt input{-ms-flex-negative:0;flex-shrink:0;margin:0;width:15px;height:15px;min-width:15px;border:1px solid #d6d6d6;background-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:none;transition:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none}.athemes-addons-module-page-setting-field-checkbox input:checked,.athemes-addons-module-page-setting-field-radio input:checked,.athemes-addons-module-page-setting-field-radio_alt input:checked{-webkit-transition:none;transition:none}.athemes-addons-module-page-setting-field-checkbox input:checked::before,.athemes-addons-module-page-setting-field-radio input:checked::before,.athemes-addons-module-page-setting-field-radio_alt input:checked::before{content:"";margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:none;transition:none}.athemes-addons-module-page-setting-field-checkbox input[type=checkbox],.athemes-addons-module-page-setting-field-radio input[type=checkbox],.athemes-addons-module-page-setting-field-radio_alt input[type=checkbox]{border-radius:6px}.athemes-addons-module-page-setting-field-checkbox input[type=checkbox]:focus,.athemes-addons-module-page-setting-field-radio input[type=checkbox]:focus,.athemes-addons-module-page-setting-field-radio_alt input[type=checkbox]:focus{border-color:#fff;-webkit-box-shadow:0 0 0 2px #3858e9;box-shadow:0 0 0 2px #3858e9}.athemes-addons-module-page-setting-field-checkbox input[type=checkbox]:checked,.athemes-addons-module-page-setting-field-radio input[type=checkbox]:checked,.athemes-addons-module-page-setting-field-radio_alt input[type=checkbox]:checked{border-color:#fff;background-color:#3858e9}.athemes-addons-module-page-setting-field-checkbox input[type=checkbox]:checked::before,.athemes-addons-module-page-setting-field-radio input[type=checkbox]:checked::before,.athemes-addons-module-page-setting-field-radio_alt input[type=checkbox]:checked::before{width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='11' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.7.89-6 8.07-3.77-2.8.75-1L4.44 7.2 9.69.14l1 .75Z' fill='%23fff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:3px 4px}.athemes-addons-module-page-setting-field-checkbox input[type=radio],.athemes-addons-module-page-setting-field-radio input[type=radio],.athemes-addons-module-page-setting-field-radio_alt input[type=radio]{border-radius:100%}.athemes-addons-module-page-setting-field-checkbox input[type=radio]:focus,.athemes-addons-module-page-setting-field-radio input[type=radio]:focus,.athemes-addons-module-page-setting-field-radio_alt input[type=radio]:focus{border-color:#fff;-webkit-box-shadow:none;box-shadow:none}.athemes-addons-module-page-setting-field-checkbox input[type=radio]:checked,.athemes-addons-module-page-setting-field-radio input[type=radio]:checked,.athemes-addons-module-page-setting-field-radio_alt input[type=radio]:checked{border-color:#3858e9;background-color:#fff;-webkit-box-shadow:0 0 0 1px #3858e9;box-shadow:0 0 0 1px #3858e9}.athemes-addons-module-page-setting-field-checkbox input[type=radio]:checked::before,.athemes-addons-module-page-setting-field-radio input[type=radio]:checked::before,.athemes-addons-module-page-setting-field-radio_alt input[type=radio]:checked::before{width:8px;height:8px;border-radius:8px;background-color:#3858e9}@media (max-width:1300px){.athemes-addons-module-page-setting-field-radio div{grid-gap:20px}}.athemes-addons-module-page-setting-field-radio span{opacity:.8}.athemes-addons-module-page-setting-field-radio input[type=radio]:checked+span{opacity:1}.athemes-addons-module-page-setting-field-radio_alt div{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.athemes-addons-module-page-setting-field-radio_alt label span{font-size:14px;font-weight:400;color:#1d2327}.athemes-addons-module-page-setting-field-radio_alt p{margin:0;color:#757575}.athemes-addons-module-page-setting-field-radio_alt .athemes-addons-module-page-setting-field-inner{grid-gap:30px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.athemes-addons-module-page-setting-field-content{max-width:60vw}.athemes-addons-module-page-setting-field-content a{color:#3858e9}.athemes-addons-module-page-setting-field-content a:focus{-webkit-box-shadow:none;box-shadow:none}.athemes-addons-module-page-setting-field-range .athemes-addons-range{position:relative;width:100%;width:300px;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}.athemes-addons-module-page-setting-field-range input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:calc(100% - 105px);height:2px;border-radius:5px;outline:0;padding:0;margin:0;background-color:#ddd;background-image:-webkit-gradient(linear,left top,right top,from(#3858e9),color-stop(0,#3858e9),color-stop(0,#ddd),to(#ddd));background-image:linear-gradient(to right,#3858e9 0,#3858e9 0,#ddd 0,#ddd 100%)}.athemes-addons-module-page-setting-field-range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:15px;height:15px;border-radius:50%;background:#3858e9;cursor:pointer;-webkit-transition:background .15s ease-in-out;transition:background .15s ease-in-out}.athemes-addons-module-page-setting-field-range input[type=range]::-webkit-slider-thumb:hover{background:#3858e9}.athemes-addons-module-page-setting-field-range input[type=range]:active::-webkit-slider-thumb{background:#3858e9}.athemes-addons-module-page-setting-field-range input[type=range]::-moz-range-thumb{width:15px;height:15px;border:0;border-radius:50%;background:#3858e9;cursor:pointer;-moz-transition:background .15s ease-in-out;transition:background .15s ease-in-out}.athemes-addons-module-page-setting-field-range input[type=range]::-moz-range-thumb:hover{background:#3858e9}.athemes-addons-module-page-setting-field-range input[type=range]:active::-moz-range-thumb{background:#3858e9}.athemes-addons-module-page-setting-field-range input[type=range]:focus::-webkit-slider-thumb{-webkit-box-shadow:0 0 0 3px #fff,0 0 0 6px #3858e9;box-shadow:0 0 0 3px #fff,0 0 0 6px #3858e9}.athemes-addons-module-page-setting-field-range input[type=range]::-moz-range-track{border:0;background:#d7dcdf}.athemes-addons-module-page-setting-field-range input[type=number]{padding:12px 25px 12px 10px;line-height:1.3em;width:100%;max-width:85px;min-height:auto;border:1px solid #d6d6d6}.athemes-addons-module-page-setting-field-range input[type=number]:focus{outline:0;-webkit-box-shadow:none;box-shadow:none;border-color:#3858e9}.athemes-addons-module-page-setting-field-range .athemes-addons-range-unit{color:#3858e9;position:absolute;z-index:1;right:10px;font-size:11px;line-height:1em}.athemes-addons-module-page-setting-field-color input{padding:0 10px;line-height:1em;width:100%;max-width:254px;min-height:auto;border:1px solid #d6d6d6}.athemes-addons-module-page-setting-field-color input:focus{outline:0;-webkit-box-shadow:none;box-shadow:none;border-color:#3858e9}.athemes-addons-module-page-setting-field-color .athemes-addons-color{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px}.athemes-addons-module-page-setting-field-color .athemes-addons-color-picker{cursor:pointer;width:36px;height:36px;border:1px solid rgba(0,0,0,.1);border-radius:4px}.athemes-addons-module-page-settings-dimensions{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px}.athemes-addons-module-page-settings-dimensions>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.athemes-addons-module-page-settings-dimensions label{color:gray;font-size:12px;margin-top:7px}.athemes-addons-module-page-settings-dimensions input{max-width:70px;width:100%;font-size:12px;border:1px solid #d6d6d6}.athemes-addons-module-page-settings-unit{margin-bottom:10px}.athemes-addons-module-page-settings-unit select{font-size:13px;border:0}.athemes-addons-module-page-setting-field-warning{padding:8px 10px;font-size:14px;color:#1d2327;border-radius:4px;border:1px solid #d72c0d;background-color:#fff4f4}.athemes-addons-module-page-setting-field-divider{border-bottom:1px solid #f0f0f1}.athemes-addons-module-page-setting-field-divider .athemes-addons-module-page-setting-field-title{font-size:16px}.athemes-addons-module-page-setting-field-switcher .athemes-addons-toggle-switch{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.athemes-addons-module-page-setting-field-switcher input{display:none}.athemes-addons-module-page-setting-field-switcher input:checked+.toggle-switch-label .toggle-switch-inner{margin-left:0;background:#3858e9}.athemes-addons-module-page-setting-field-switcher input:checked+.toggle-switch-label .toggle-switch-switch{right:1px}.athemes-addons-module-page-setting-field-switcher .toggle-switch{float:right;position:relative;width:36px;margin-top:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.athemes-addons-module-page-setting-field-switcher .toggle-switch-label{position:relative;display:inline-block;overflow:hidden;cursor:pointer;border-radius:20px;padding:0;margin:0;width:36px}.athemes-addons-module-page-setting-field-switcher .toggle-switch-inner{display:block;width:200%;margin-left:-100%;background:#c8c8c8;height:18px}.athemes-addons-module-page-setting-field-switcher .toggle-switch-switch{display:block;width:12px;height:12px;margin:3px;background-color:#fff;position:absolute;top:0;bottom:0;right:18px;border-radius:20px;-webkit-transition:all .1s ease-in 0s;transition:all .1s ease-in 0s}.athemes-addons-height-auto{height:auto}.athemes-addons-admin-page .athemes-addons-admin-footer-text-link{display:inline-block;padding-right:5px;color:#3858e9}.athemes-addons-admin-page .athemes-addons-admin-footer-text-link:active,.athemes-addons-admin-page .athemes-addons-admin-footer-text-link:hover,.athemes-addons-admin-page .athemes-addons-admin-footer-text-link:visited{color:#3858e9}.athemes-addons-admin-page-module #wpfooter{display:none}.athemes-addons-admin-page-module #wpbody-content{padding-bottom:30px}.athemes-addons-module-footer-text{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:5px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;margin-top:37px}.athemes-addons-module-footer-text i{color:#3858e9}.athemes-addons-module-page-settings{border-bottom:1px solid #dedede;padding-bottom:20px}.athemes-addons-module-page-setting-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px}@media (max-width:991px){.athemes-addons-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:20px}.athemes-addons-modules-header-shortlinks{margin:0}.athemes-addons-modules-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:20px}.athemes-addons-module-page-header-content{width:100%}.athemes-addons-module-page-desc{max-width:none}.athemes-addons-module-page-header-placeholder{display:none}.athemes-addons-modules-header-image{display:none}.athemes-addons-modules-list{grid-template-columns:repeat(1,minmax(0,1fr))}.athemes-addons-modules-header-status{margin-bottom:0}.athemes-addons-module-page-setting-box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:20px}.athemes-addons-module-page-setting-title{min-width:130px}.athemes-addons-module-page-setting-fields,.athemes-addons-module-page-setting-title{width:100%}.athemes-addons-module-page-body{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.athemes-addons-module-page-content{width:100%}.athemes-addons-module-page-preview{margin-left:0;margin-bottom:20px;width:100%}}.athemes-addons-toggle-switch{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.athemes-addons-header-type-select .saved-label,.athemes-addons-toggle-switch .saved-label{opacity:0;-webkit-transition:all .3s;transition:all .3s;font-weight:600;vertical-align:middle}.athemes-addons-toggle-switch .saved-label-emoji{font-size:20px;margin-left:5px}.athemes-addons-toggle-switch input{display:none}.athemes-addons-toggle-switch input:checked+.toggle-switch-label .toggle-switch-inner{margin-left:0;background:#3858e9}.athemes-addons-toggle-switch input:checked+.toggle-switch-label .toggle-switch-switch{right:1px}.athemes-addons-toggle-switch .toggle-switch{float:right;position:relative;width:36px;margin-top:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.athemes-addons-toggle-switch .toggle-switch-label{position:relative;display:inline-block;overflow:hidden;cursor:pointer;border-radius:20px;padding:0;margin:0;width:36px}.athemes-addons-toggle-switch .toggle-switch-inner{display:block;width:200%;margin-left:-100%;background:#c8c8c8;height:18px}.athemes-addons-toggle-switch .toggle-switch-switch{display:block;width:12px;height:12px;margin:3px;background-color:#fff;position:absolute;top:0;bottom:0;right:18px;border-radius:20px;-webkit-transition:all .1s ease-in 0s;transition:all .1s ease-in 0s}.athemes-addons-module-actions{position:absolute;bottom:20px;left:20px;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;width:calc(100% - 40px)}.athemes-addons-module-actions .lottie-container{max-width:35px;position:absolute;right:45px}.athemes-addons-module-actions .lottie-container svg:last-of-type{display:none}.athemes-addons-module-actions a{text-decoration:none}.athemes-addons-module-actions div{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.athemes-addons-module-help-link{position:relative}.athemes-addons-module-help-link .athemes-addons-module-tooltip{position:absolute;top:calc(-100% - 10px);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding:5px 10px;background:#333;color:#fff;border-radius:4px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);opacity:0;visibility:hidden;-webkit-transition:all .2s;transition:all .2s}.athemes-addons-module-help-link .athemes-addons-module-tooltip::before{content:'';position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border:5px solid transparent;border-top-color:#333}.athemes-addons-module-help-link a:hover+.athemes-addons-module-tooltip{opacity:1;visibility:visible}.athemes-addons-dashboard-tabs-nav{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.25);box-shadow:0 1px 3px rgba(0,0,0,.25);padding:0 20px;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom:2px solid #f0f0f1}.athemes-addons-dashboard-tabs-nav .athemes-addons-tab-nav-item{text-decoration:none;color:#757575;font-size:16px;font-weight:600;padding-bottom:4px;padding:20px;border-bottom:2px solid transparent;margin-bottom:-2px;-webkit-transition:all .2s;transition:all .2s}.athemes-addons-dashboard-tabs-nav .athemes-addons-tab-nav-item.active{color:#101517;border-bottom-color:#101517}.athemes-addons-dashboard-tabs-nav .athemes-addons-tab-nav-item:hover{color:#101517}.athemes-addons-dashboard-tabs-nav .athemes-addons-tab-nav-item:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.athemes-addons-module-filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px;background-color:#f5f6f8;border-bottom:2px solid #f0f0f1;margin:-20px -20px 0;position:sticky;top:32px;z-index:999}.athemes-addons-module-filter .filter-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.athemes-addons-modules-filter-button{color:#757575;font-weight:600}.athemes-addons-modules-filter-button.active{color:#101517;text-decoration:underline}.athemes-addons-module-filter select{padding:4px 24px 4px 16px;font-size:13px;border:1px solid #f0f0f1;background-color:#fff}.athemes-addons-module-filter input[type=search]{padding:4px 16px;font-size:13px;border:1px solid #f0f0f1;background-color:#fff}.athemes-addons-dashboard-tab-page{display:none}.athemes-addons-dashboard-tab-page.active{display:block}.module-filter-group{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.athemes-addons-module-page-setting-field-radio::before{content:'';width:20px;height:1px;background-color:#c0c0cb}.athemes-addons-theme-builder-elements{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.athemes-addons-theme-builder-elements .athemes-addons-tb-element{max-width:120px;position:relative;text-align:center;border:2px solid #f0f0f1;border-radius:4px;padding:10px;-webkit-transition:all .2s;transition:all .2s}.athemes-addons-theme-builder-elements .athemes-addons-tb-element:hover{-webkit-box-shadow:0 8px 12px 0 rgba(240,240,241,.7);box-shadow:0 8px 12px 0 rgba(240,240,241,.7)}.athemes-addons-theme-builder-elements .athemes-addons-tb-element img{width:100%;height:auto;-webkit-transition:all .3s;transition:all .3s}.athemes-addons-theme-builder-elements[data-type=parts] .athemes-addons-tb-element:hover{cursor:pointer}.athemes-addons-theme-builder-elements[data-type=templates]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.athemes-addons-theme-builder-elements[data-type=templates] .athemes-addons-tb-element{max-width:800px;text-align:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.athemes-addons-theme-builder-elements[data-type=templates] .athemes-addons-tb-element{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px}.athemes-addons-theme-builder-elements[data-type=templates] .athemes-addons-tb-element .tb-element-actions,.athemes-addons-theme-builder-elements[data-type=templates] .athemes-addons-tb-element .tb-element-name{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.athemes-addons-theme-builder-elements[data-type=templates] .athemes-addons-tb-element h4{margin:0}.athemes-addons-theme-builder-elements[data-type=templates] .athemes-addons-tb-element .template-label{background-color:#f0f1f6;padding:0 10px;border-radius:5px}.athemes-addons-tb-element-img{position:relative}.athemes-addons-tb-element-img .overlay-action{position:absolute;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;top:10px;left:0;width:100%;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;opacity:0;-webkit-transition:all .3s;transition:all .3s}.athemes-addons-tb-element:hover .overlay-action{opacity:1;top:0}.athemes-addons-tb-element:hover img{opacity:.2}.athemes-addons-tb-element h4{margin-bottom:0}.athemes-addons-tb-element-img .overlay-action>span{background:#3858e9;width:35px;height:35px;text-align:center;line-height:35px;color:#fff;border-radius:50%}.athemes-addons-tb-element-img .overlay-action span{line-height:35px}.athemes-addons-tb-element-img .overlay-action h6{margin:5px 0 0;font-size:14px}.aafe-create-template,.athemes-addons-tb-element-link{text-decoration:none;color:#101517}@-webkit-keyframes aafe-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes aafe-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.athemes-addons-header-type-select{position:relative;padding:0!important}.athemes-addons-header-type-select select{background-color:#f0f1f6;border:0;border-radius:5px}.tb-element-actions>:not(.athemes-addons-header-type-select){position:relative;cursor:pointer;width:30px;height:30px;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;border-radius:5px;background-color:#f0f1f6;-webkit-transition:background-color .3s;transition:background-color .3s}.tb-element-actions label{width:auto;padding:0 7px}.tb-element-actions>:not(.athemes-addons-header-type-select):hover{background-color:#3858e9;color:#fff}.tb-element-actions>:not(label):last-of-type:hover{background-color:#f86060}.tb-element-actions .dashicons{font-size:17px;height:auto}.athemes-addons-header-type-select .saved-label{margin-right:5px}.tb-element-actions .tooltip{visibility:hidden;width:100px;font-size:13px;background-color:#1c1c1c;color:#fff;text-align:center;border-radius:6px;padding:10px;position:absolute;z-index:1;bottom:125%;left:50%;margin-left:-50px;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.tb-element-actions label .tooltip{width:220px;margin-left:-110px}.tb-element-actions .tooltip::after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#1c1c1c transparent transparent transparent}.tb-element-actions>:hover .tooltip{visibility:visible;opacity:1}#athemes-addons-elementor-iframe{width:100%;height:100%;border:none}.athemes-addons-iframe-loader{position:absolute;top:0;left:0;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}.athemes-addons-iframe-loader span{width:75px;height:75px;font-size:75px;color:rgba(255,255,255,.7);-webkit-animation:aafe-spin 2s linear infinite;animation:aafe-spin 2s linear infinite}.athemes-addons-tb-upgrade-notice{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px;background-color:#f0f1f6;padding:10px 20px;border-radius:5px;max-width:740px}.athemes-addons-tb-upgrade-notice p{margin:0}.athemes-addons-display-conditions-control-buttons{display:-webkit-box;display:-ms-flexbox;display:flex}.athemes-addons-display-conditions-modal-toggle .dashicons{width:100%;height:100%;text-align:center;line-height:30px}.athemes-addons-display-conditions-modal-button{width:100%;text-align:center}.athemes-addons-display-conditions-modal,.athemes-addons-elementor-iframe-wrapper{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;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:fixed;z-index:999999;top:0;left:-999999em;width:100%;height:100%;background-color:transparent;color:#1c1c1c;-webkit-transition:background-color .3s;transition:background-color .3s}.athemes-addons-elementor-iframe-wrapper{background-color:rgba(0,0,0,.8)}.athemes-addons-elementor-iframe-wrapper #athemes-addons-elementor-iframe{width:90%;height:90%}.athemes-addons-elementor-iframe-wrapper .athemes-addons-close-modal{position:absolute;top:calc(5% - 45px);right:calc(5% - 55px);width:40px;height:40px;cursor:pointer;color:#fff;background-color:rgba(255,255,255,.3);z-index:9999;border-radius:50%;text-align:center;-webkit-transition:background-color .5s;transition:background-color .5s}.athemes-addons-elementor-iframe-wrapper .athemes-addons-close-modal:hover{background-color:#fff;color:#000}.athemes-addons-elementor-iframe-wrapper .athemes-addons-close-modal .dashicons{font-size:24px;line-height:40px;width:auto;height:auto}.athemes-addons-display-conditions-modal .athemes-addons-button-close{top:15px;right:15px}.select2-container{z-index:999999!important}.athemes-addons-display-conditions-modal.open,.athemes-addons-elementor-iframe-wrapper.open{left:0;background-color:rgba(0,0,0,.8)}.athemes-addons-display-conditions-modal .select2-container--default .select2-selection--single{padding:0;height:32px}.athemes-addons-display-conditions-modal .select2-container--default .select2-selection--single .select2-selection__arrow{height:32px}.athemes-addons-display-conditions-modal .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:32px}.athemes-addons-display-conditions-modal .select2-container--default .select2-selection--single .select2-selection__clear{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;height:100%;padding:0}.athemes-addons-display-conditions-modal .select2-container--default .select2-selection--single .select2-selection__clear span{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;width:14px;height:14px;font-size:14px;border-radius:14px;font-weight:400;color:#777;background-color:#eee}.athemes-addons-display-conditions-modal-outer{position:relative;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:600px;max-height:80vh;min-height:300px;background-color:#fff;border-radius:6px;-webkit-box-shadow:0 50px 200px rgba(0,0,0,.2);box-shadow:0 50px 200px rgba(0,0,0,.2);top:40px;opacity:0;-webkit-transition:.3s all .1s ease-in-out;transition:.3s all .1s ease-in-out}.athemes-addons-display-conditions-modal.open .athemes-addons-display-conditions-modal-outer{top:0;opacity:1}.athemes-addons-display-conditions-modal-header{position:relative;-ms-flex-negative:0;flex-shrink: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-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:20px;padding-right:70px;height:50px;border-bottom:1px solid #eee;background-color:#fdfdfd}.athemes-addons-display-conditions-modal-header h3{font-size:14px;margin:0}.athemes-addons-display-conditions-modal-header i{position:absolute;top:0;right:0;cursor:pointer;width:50px;height:100%;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;opacity:.5;-webkit-transition:opacity .2s;transition:opacity .2s}.athemes-addons-display-conditions-modal-header i:hover{opacity:1}.athemes-addons-display-conditions-modal-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:80vh;overflow:auto;padding:25px}.athemes-addons-display-conditions-modal-content ul{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.athemes-addons-display-conditions-modal-content ul li{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.athemes-addons-display-conditions-modal-content ul li+li{padding-bottom:20px;border-bottom:1px dashed #ccc}.athemes-addons-display-conditions-modal-content ul li.hidden{display:none}.athemes-addons-display-conditions-select2-type{width:125px;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:125px;flex-basis:125px}.athemes-addons-display-conditions-select2-type .select2-selection:before{content:"+";position:absolute;left:6px;top:50%;margin-top:-6px;font-size:12px;line-height:14px;width:14px;height:14px;border-radius:2px;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;background-color:#e5e5e5}.athemes-addons-display-conditions-select2-type[data-type=exclude] .select2-selection:before{content:"-"}.athemes-addons-display-conditions-select2-type .select2-container .select2-selection--single .select2-selection__rendered{padding-left:25px;padding-right:20px}.athemes-addons-display-conditions-select2-groupped{width:calc(100% - 125px - 10px - 32px);-ms-flex-preferred-size:calc(100% - 125px - 10px - 32px);flex-basis:calc(100% - 125px - 10px - 32px);display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px;margin-left:10px}.athemes-addons-display-conditions-select2-condition{width:100%}.athemes-addons-display-conditions-select2-id{-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%;max-width:50%}.athemes-addons-display-conditions-modal-remove{-ms-flex-negative:0;flex-shrink:0;cursor:pointer;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;width:32px;opacity:.5;-webkit-transition:opacity .2s;transition:opacity .2s}.athemes-addons-display-conditions-modal-remove:hover{opacity:1}.athemes-addons-display-conditions-modal-remove i{color:#a00;font-size:15px;width:auto;height:auto;line-height:1em}.athemes-addons-display-conditions-modal-content-footer{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:15px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.athemes-addons-display-conditions-modal-content-footer .button{width:100%;text-align:center}.athemes-addons-display-conditions-modal-footer{-ms-flex-negative:0;flex-shrink: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;height:60px;padding-left:20px;padding-right:20px;border-top:1px solid #eee;background-color:#f7f7f7}.athemes-addons-display-conditions-modal-footer .athemes-addons-button-save{padding-left:20px;padding-right:20px}.freevspro-table{border-radius:7px;max-width:800px}.freevspro-table__footer{border-top:1px solid #c2cff8;padding-top:30px;max-width:800px;text-align:center}.freevspro-table__header{background:#f9fafe;border:1px solid #c2cff8;border-radius:4px}@media screen and (min-width:768px){.freevspro-table__header{position:sticky;top:0;-webkit-transition:ease .3s top;transition:ease .3s top;z-index:1}.freevspro-table__header{top:0}.navbar-show .freevspro-table__header{top:59px}.has-second-nav .freevspro-table__header{top:87px}.dwpb-push-page .freevspro-table__header{top:40px}.dwpb-push-page.has-second-nav .freevspro-table__header{top:127px}.has-second-nav.navbar-show .freevspro-table__header{top:86px}.dwpb-push-page.navbar-show .freevspro-table__header{top:98px}.dwpb-push-page.has-second-nav.navbar-show .freevspro-table__header{top:185px}.admin-bar .freevspro-table__header{top:91px}.admin-bar.navbar-hide .freevspro-table__header{top:32px}.admin-bar.has-second-nav .freevspro-table__header{top:119px}.admin-bar.has-second-nav.navbar-show .freevspro-table__header{top:119px}}.freevspro-table__column{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}.freevspro-table__column strong{font-weight:500;text-align:left;color:#111827}.freevspro-table__header .freevspro-table__column{border-bottom:0}.freevspro-table__header .freevspro-table__column,.freevspro-table__header .freevspro-table__column--feature strong{font-size:20px;font-weight:500;line-height:23px;letter-spacing:0;color:#111827;margin:0}.freevspro-table__header .freevspro-table__column--feature p{color:#b5b5b5}.freevspro-table__header .freevspro-table__column--feature strong+p{margin-top:12px;margin-bottom:0}.freevspro-table__header .freevspro-table__column{border-color:#c2cff8}.freevspro-table__header .freevspro-table__column:first-child{border-top-left-radius:7px}.freevspro-table__header .freevspro-table__column{color:#212121}.freevspro-table__header .freevspro-table__column:nth-child(2) img{max-width:85%}.freevspro-table__header .freevspro-table__column:nth-child(4) img{max-width:90%}.freevspro-table__row{display:-webkit-box;display:-ms-flexbox;display:flex}.freevspro-table__column{width:100%;max-width:275px;padding:24px 23px;text-align:center;border-bottom:1px solid #e7e7e7;font-weight:600}.freevspro-table__column.freevspro-table__column--feature{font-size:16px;line-height:20px;letter-spacing:0;max-width:none;text-align:left;-ms-flex-wrap:wrap;flex-wrap:wrap}.freevspro-table__row.sub-item .freevspro-table__column.freevspro-table__column--feature{padding-left:25px!important}.freevspro-table__row.sub-item .freevspro-table__column.freevspro-table__column--feature svg{margin-right:10px}.freevspro-table__body .freevspro-table__column strong{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:16px;font-weight:400;line-height:20px;letter-spacing:0}.freevspro-table__body .freevspro-table__column:nth-child(2) strong,.freevspro-table__body .freevspro-table__column:nth-child(3) strong{margin-left:10px}.freevspro-table__body .freevspro-table__column:nth-child(1) strong{text-align:left!important}.freevspro-table__body .freevspro-table__column a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.freevspro-table__body .freevspro-table__column a svg{margin-top:1px;margin-left:5px}.freevspro-table__body .freevspro-table__column a:hover svg path{-webkit-transition:ease fill .3s;transition:ease fill .3s}.freevspro-table__body .freevspro-table__column a:hover svg path{fill:#4769d8}@media(max-width:767px){.freevspro-table__body .freevspro-table__column:not(.freevspro-table__column--feature) strong{padding-left:0!important}}.freevspro-table__body .freevspro-table__column.freevspro-table__column--feature p{font-size:12px;font-style:italic;margin-top:5px;width:100%}.freevspro-table__body .freevspro-table__row:first-child .freevspro-table__column,.freevspro-table__row+.freevspro-table__row .freevspro-table__column{border-top-width:0}.freevspro-table__body .freevspro-table__row:last-child .freevspro-table__column{border-bottom:0}.freevspro-table__body .freevspro-table__row:last-child .freevspro-table__column:first-child{border-bottom-left-radius:7px}.freevspro-table__body .freevspro-table__row:last-child .freevspro-table__column:last-child{border-bottom-right-radius:7px}.freevspro-table__tooltip{position:relative;display:inline-block;cursor:pointer}.freevspro-table__tooltip .freevspro-table__tooltip-text{position:absolute;bottom:calc(100% + 15px);left:50%;-webkit-transform:translate3d(-50%,10px,0);transform:translate3d(-50%,10px,0);-webkit-transition:ease transform .3s,ease opacity .3s;transition:ease transform .3s,ease opacity .3s;opacity:0;visibility:hidden;background-color:#182038;color:#fff;width:100%;min-width:300px;text-align:center;font-size:14px;padding:10px 15px;border-radius:4px;border:1px solid #323e60;z-index:2}.freevspro-table__tooltip:hover .freevspro-table__tooltip-text{opacity:1;visibility:visible;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}@media screen and (max-width:1239px){.freevspro-table__column.freevspro-table__column--feature{min-width:300px}}@media screen and (max-width:989px){.freevspro-table__column.freevspro-table__column--feature{min-width:230px}.freevspro-table__tooltip{display:none}}@media screen and (max-width:767px){.freevspro-table__header .freevspro-table__column--feature p{display:none}.freevspro-table-responsive{max-width:100%;overflow-x:auto}.freevspro-table{min-width:550px;font-size:14px}.freevspro-table__column{padding:20px}.freevspro-table__column:not(.freevspro-table__column--feature) svg{width:30px;height:30px}}.freevspro-table-cta{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;margin-top:30px}.freevspro-table-cta .btn{padding:17px 40px}.freevspro-table-cta .btn+.btn{margin-left:18px}@media(min-width:768px){.freevspro-table-cta .btn{width:190px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media(min-width:990px){.freevspro-table-cta .btn{width:254px}}.freevspro-table-cta .download-button{border-color:#4769d8!important;background-color:transparent!important;color:#4769d8!important}.freevspro-table-cta .download-button:hover{background-color:#4769d8!important;color:#fff!important}@media screen and (max-width:575px){.freevspro-table-cta{-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}.freevspro-table-cta .btn{padding:13px 25px;margin-top:20px}.freevspro-table-cta .btn+.btn{margin-left:0}}@media screen and (max-width:989px){.freevspro-table__row.sub-item .freevspro-table__column.freevspro-table__column--feature{position:relative}.freevspro-table__row.sub-item .freevspro-table__column.freevspro-table__column--feature svg{position:absolute;top:24px;left:20px}.freevspro-table__body .freevspro-table__row.sub-item .freevspro-table__column strong{padding-left:20px}}@media screen and (max-width:767px){.freevspro-table__row.sub-item .freevspro-table__column.freevspro-table__column--feature svg{top:20px}}.freevspro-table.freevspro-table-style-alt .freevspro-table__item+.freevspro-table__item{margin-top:30px}.freevspro-table.freevspro-table-style-alt .freevspro-table__header{border:none}.freevspro-table.freevspro-table-style-alt .freevspro-table__header .freevspro-table__column{border:1px solid #c2cff8}.freevspro-table.freevspro-table-style-alt .freevspro-table__header .freevspro-table__column:nth-child(1){border-right:0;border-bottom-left-radius:7px}.freevspro-table.freevspro-table-style-alt .freevspro-table__header .freevspro-table__column:nth-child(2){border-left:0;border-right:0}.freevspro-table.freevspro-table-style-alt .freevspro-table__header .freevspro-table__column:nth-child(3){background-color:#3c60d4;border-bottom-color:#7595ff;color:#fff;border-left:0;border-right:0;border-top:0;border-top-right-radius:7px}.freevspro-table.freevspro-table-style-alt .freevspro-table__header .freevspro-table__column:nth-child(3) strong{color:#fff}.freevspro-table.freevspro-table-style-alt .freevspro-table__body .freevspro-table__row .freevspro-table__column:last-child{background-color:#3c60d4;border-bottom-color:#3c60d4;color:#fff}.freevspro-table.freevspro-table-style-alt .freevspro-table__body .freevspro-table__row .freevspro-table__column:last-child strong{color:#fff}.freevspro-table.freevspro-table-style-alt .freevspro-table__body .freevspro-table__row .freevspro-table__column:last-child svg circle{fill:#fff;opacity:1}.freevspro-table.freevspro-table-style-alt .freevspro-table__body .freevspro-table__row .freevspro-table__column:last-child svg path{fill:#4769d8}.freevspro-table.freevspro-table-style-alt .freevspro-table__body .freevspro-table__row:nth-child(odd) .freevspro-table__column:last-child{background-color:#4769d8;border-bottom-color:#4769d8}.freevspro-table.freevspro-table-style-columns-narrow .freevspro-table__body .freevspro-table__column:nth-child(2),.freevspro-table.freevspro-table-style-columns-narrow .freevspro-table__body .freevspro-table__column:nth-child(3),.freevspro-table.freevspro-table-style-columns-narrow .freevspro-table__header .freevspro-table__column:nth-child(2),.freevspro-table.freevspro-table-style-columns-narrow .freevspro-table__header .freevspro-table__column:nth-child(3){max-width:110px;min-width:60px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:767px){.freevspro-table.freevspro-table-style-columns-narrow{min-width:0}}.module-filter-search{position:relative}.module-filter-search .search-icon{position:absolute;left:8px;top:50%;-webkit-transform:translateY(-42%) scaleX(-1);transform:translateY(-42%) scaleX(-1);color:#757575;font-size:18px}.module-filter-search input.athemes-addons-modules-search{padding-left:35px}.athemes-addons-modules-category-title{position:relative;padding-left:24px}.athemes-addons-modules-category-title:before{content:"\f109";font-family:dashicons;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:18px;color:#95999e}.athemes-addons-modules-category-title[data-category=posts]:before{content:"\f105"}.athemes-addons-modules-category-title[data-category=content]:before{content:"\f464"}.athemes-addons-modules-category-title[data-category=media]:before{content:"\f104"}.athemes-addons-modules-category-title[data-category=business-commerce]:before{content:"\f185"}.athemes-addons-modules-category-title[data-category=social-communications]:before{content:"\f125"}.athemes-addons-modules-category-title[data-category=forms]:before{content:"\f175"}.athemes-addons-modules-category-title[data-category=utilities]:before{content:"\f111"} -
athemes-addons-for-elementor-lite/trunk/athemes-addons-elementor.php
r3300619 r3335355 4 4 * Plugin URI: https://athemes.com/addons-for-elementor 5 5 * Description: Widgets and extensions for the Elementor page builder 6 * Version: 1.1. 06 * Version: 1.1.1 7 7 * Author: aThemes 8 8 * Author URI: https://athemes.com … … 23 23 24 24 // AAFE constants. 25 define( 'ATHEMES_AFE_VERSION', '1.1. 0' );25 define( 'ATHEMES_AFE_VERSION', '1.1.1' ); 26 26 define( 'ATHEMES_AFE_FILE', __FILE__ ); 27 27 define( 'ATHEMES_AFE_BASE', trailingslashit( plugin_basename( ATHEMES_AFE_FILE ) ) ); -
athemes-addons-for-elementor-lite/trunk/inc/class-athemes-addons-loader.php
r3300619 r3335355 326 326 'AAFESettings', 327 327 array( 328 'ajaxurl' => esc_url( admin_url( 'admin-ajax.php' ) ),329 'admin_url' => esc_url( admin_url() ),330 'nonce' => wp_create_nonce( 'aafe-posts-widget-nonce' ),328 'ajaxurl' => esc_url( admin_url( 'admin-ajax.php' ) ), 329 'admin_url' => esc_url( admin_url() ), 330 'nonce' => wp_create_nonce( 'aafe-posts-widget-nonce' ), 331 331 'edit_template' => esc_html__( 'Edit Template', 'athemes-addons-for-elementor-lite' ), 332 332 'no_template_selected' => esc_html__( 'No template selected', 'athemes-addons-for-elementor-lite' ), -
athemes-addons-for-elementor-lite/trunk/inc/library/template-library.css
r3300619 r3335355 1 .elementor-templates-modal__header__menu-area {1 #aafeTemplateLibraryModal .elementor-templates-modal__header__menu-area { 2 2 display: none; /* Hide the menu until we have pages too */ 3 3 } 4 5 4 6 5 .athemes-addons-templateLibrary-preview { -
athemes-addons-for-elementor-lite/trunk/inc/library/template-library.min.css
r3242689 r3335355 1 .elementor-templates-modal__header__menu-area{display:none}.athemes-addons-templateLibrary-preview{overflow:hidden;margin:auto;width:100%;height:100%;-webkit-transition:width .2s,height .2s;transition:width .2s,height .2s}.athemes-addons-templateLibrary-preview>iframe{width:150%;height:150%;-webkit-transform:scale(.666) translateX(-25%) translateY(-25%);-ms-transform:scale(.666) translateX(-25%) translateY(-25%);transform:scale(.666) translateX(-25%) translateY(-25%)}#athemes-addons-templateLibrary-toolbar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}#athemes-addons-templateLibrary-toolbar-filter,#athemes-addons-templateLibrary-toolbar-search{position:relative;width:200px}#athemes-addons-templateLibrary-toolbar-search i,.athemes-addons-templateLibrary-filter-btn i{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.athemes-addons-templateLibrary-filter-btn{display:block;text-align:left;cursor:pointer}#athemes-addons-templateLibrary-search{border:none}#athemes-addons-templateLibrary-search,.athemes-addons-templateLibrary-filter-btn{padding:8px 15px 8px 0;border-bottom:1px solid #d5dadf;border-radius:0;text-transform:uppercase;font-size:11px}.athemes-addons-templateLibrary-header-logo{height:40px}.athemes-addons-templateLibrary-header-logo img{height:100%;max-width:26px}.elementor-templates-modal__header{height:60px}.athemes-addons-templateLibrary-template-title{bottom:0;left:0;padding:5px 0;background:#fff;width:100%;text-align:center}.athemes-addons-templateLibrary-template-title span{display:block;font-size:14px;color:#000}#elementor-template-athemes-addons-templateLibrary-header-menu .athemes-addons-TemplateLibrary-menu-item{display:inline-block;padding:12px 0;width:115px;cursor:pointer}.select2-container--default .select2-selection--single .select2-selection__arrow{top:-1px;right:5px}#athemes-addons-templateLibrary-toolbar-filter .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:36px}#athemes-addons-templateLibrary-toolbar-filter .select2-container.select2-container--default .select2-selection--single{height:36px;padding:0 10px}.athemes-addons-TemplateLibrary_header-menu .elementor-template-library-menu-item.elementor-active{border-color:#d63c3f}#athemes-addons-templateLibrary-templates{height:calc(100% + 30px)}.athemes-addons-templateLibrary-templates-window{position:relative;overflow-y:auto;margin:10px -15px 0;height:calc(100% - 45px)}#athemes-addons-templateLibrary-templates-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.athemes-addons-templateLibrary-template{position:relative;overflow:hidden;margin:15px;width:calc(33.333% - 30px);border-radius:2px;background-color:#fff;box-shadow:0 1px 20px 0 rgba(0,0,0,.07)}.athemes-addons-templateLibrary-template-body{position:relative}.athemes-addons-templateLibrary-template-preview{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;cursor:pointer;-webkit-transition:opacity .5s;transition:opacity .5s}.athemes-addons-templateLibrary-template-preview i{position:absolute;top:50%;left:50%;color:#d5dadf;font-size:20px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.athemes-addons-templateLibrary-template-badge{position:absolute;top:10px;right:10px;display:inline-block;padding:2px 4px;border-radius:2px;background-color:#e8357c;color:#fff;text-transform:uppercase;letter-spacing:.5px;font-size:10px}.athemes-addons-templateLibrary-template:hover .athemes-addons-templateLibrary-template-preview{opacity:1}.athemes-addons-templateLibrary-template-thumbnail{display:block;width:100%;height:100%;object-fit:cover;-o-object-fit:cover}.athemes-addons-templateLibrary-template-footer{position:absolute;bottom:0;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:10px;width:100%;background-color:#fff;font-size:11px;line-height:1;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.athemes-addons-templateLibrary-template:hover .athemes-addons-templateLibrary-template-footer{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.athemes-addons-templateLibrary-template .athemes-addons-templateLibrary-pro-button{color:#fff;background-color:#d63c3f}.athemes-addons-templateLibrary-template .athemes-addons-templateLibrary-pro-button:focus,.athemes-addons-templateLibrary-template .athemes-addons-templateLibrary-pro-button:hover{color:#fff;background-color:#962527}.athemes-addons-templateLibrary-template .athemes-addons-templateLibrary-insert-button{color:#d63c3f;background:0 0;padding:0}.athemes-addons-templateLibrary-template .athemes-addons-templateLibrary-insert-button:focus,.athemes-addons-templateLibrary-template .athemes-addons-templateLibrary-insert-button:hover{color:#d63c3f;background:0 0;padding:0}.athemes-addons-templateLibrary-template .athemes-addons-templateLibrary-preview-button{color:#495157;background:0 0;padding:0}.athemes-addons-templateLibrary-template .athemes-addons-templateLibrary-preview-button:focus,.athemes-addons-templateLibrary-template .athemes-addons-templateLibrary-preview-button:hover{color:#606b73;background:0 0;padding:0}#elementor-template-library-header-preview .athemes-addons-templateLibrary-pro-button{background-color:#d63c3f;color:#fff}#elementor-template-library-header-preview .athemes-addons-templateLibrary-pro-button:focus,#elementor-template-library-header-preview .athemes-addons-templateLibrary-pro-button:hover{background-color:#d63c3f;color:#fff}#elementor-template-library-header-preview .athemes-addons-templateLibrary-insert-button{background-color:#d63c3f;color:#fff}#elementor-template-library-header-preview .athemes-addons-templateLibrary-insert-button:focus,#elementor-template-library-header-preview .athemes-addons-templateLibrary-insert-button:hover{background-color:#d63c3f;color:#fff}#athemes-addons-templateLibrary-toolbar-filter .select2-container--default .select2-selection--single{border-width:0 0 1px 0;border-style:solid;border-color:#d5dadf;border-radius:0;font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;text-transform:uppercase;color:#e0e1e3;text-align:left}#athemes-addons-templateLibrary-toolbar-filter .select2-container--default .select2-selection--single .select2-selection__rendered{padding:0}#athemes-addons-templateLibrary-toolbar-filter .select2-container--default .select2-selection--single .select2-selection__placeholder{color:#e0e1e3!important;font-size:11px}.pro-label{position:absolute;top:15px;right:15px;background:#d63c3f;padding:5px 10px;line-height:1;color:#fff;border-radius:5px;text-transform:uppercase;letter-spacing:1px;font-size:11px}#aafeTemplateLibraryModal .elementor-template-library-menu-item[data-tab=footers],#aafeTemplateLibraryModal .elementor-template-library-menu-item[data-tab=headers]{position:relative}#aafeTemplateLibraryModal .elementor-template-library-menu-item[data-tab=footers]:after,#aafeTemplateLibraryModal .elementor-template-library-menu-item[data-tab=headers]:after{content:'PRO';position:absolute;top:4px;right:0;background:#d63c3f;padding:3px 5px;line-height:1;color:#fff;border-radius:5px;text-transform:uppercase;letter-spacing:1px;font-size:10px}#aafeTemplateLibraryModal .dialog-message{overflow:hidden}1 #aafeTemplateLibraryModal .elementor-templates-modal__header__menu-area{display:none}.athemes-addons-templateLibrary-preview{overflow:hidden;margin:auto;width:100%;height:100%;-webkit-transition:width .2s,height .2s;transition:width .2s,height .2s}.athemes-addons-templateLibrary-preview>iframe{width:150%;height:150%;-webkit-transform:scale(.666) translateX(-25%) translateY(-25%);-ms-transform:scale(.666) translateX(-25%) translateY(-25%);transform:scale(.666) translateX(-25%) translateY(-25%)}#athemes-addons-templateLibrary-toolbar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}#athemes-addons-templateLibrary-toolbar-filter,#athemes-addons-templateLibrary-toolbar-search{position:relative;width:200px}#athemes-addons-templateLibrary-toolbar-search i,.athemes-addons-templateLibrary-filter-btn i{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.athemes-addons-templateLibrary-filter-btn{display:block;text-align:left;cursor:pointer}#athemes-addons-templateLibrary-search{border:none}#athemes-addons-templateLibrary-search,.athemes-addons-templateLibrary-filter-btn{padding:8px 15px 8px 0;border-bottom:1px solid #d5dadf;border-radius:0;text-transform:uppercase;font-size:11px}.athemes-addons-templateLibrary-header-logo{height:40px}.athemes-addons-templateLibrary-header-logo img{height:100%;max-width:26px}.elementor-templates-modal__header{height:60px}.athemes-addons-templateLibrary-template-title{bottom:0;left:0;padding:5px 0;background:#fff;width:100%;text-align:center}.athemes-addons-templateLibrary-template-title span{display:block;font-size:14px;color:#000}#elementor-template-athemes-addons-templateLibrary-header-menu .athemes-addons-TemplateLibrary-menu-item{display:inline-block;padding:12px 0;width:115px;cursor:pointer}.select2-container--default .select2-selection--single .select2-selection__arrow{top:-1px;right:5px}#athemes-addons-templateLibrary-toolbar-filter .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:36px}#athemes-addons-templateLibrary-toolbar-filter .select2-container.select2-container--default .select2-selection--single{height:36px;padding:0 10px}.athemes-addons-TemplateLibrary_header-menu .elementor-template-library-menu-item.elementor-active{border-color:#d63c3f}#athemes-addons-templateLibrary-templates{height:calc(100% + 30px)}.athemes-addons-templateLibrary-templates-window{position:relative;overflow-y:auto;margin:10px -15px 0;height:calc(100% - 45px)}#athemes-addons-templateLibrary-templates-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.athemes-addons-templateLibrary-template{position:relative;overflow:hidden;margin:15px;width:calc(33.333% - 30px);border-radius:2px;background-color:#fff;box-shadow:0 1px 20px 0 rgba(0,0,0,.07)}.athemes-addons-templateLibrary-template-body{position:relative}.athemes-addons-templateLibrary-template-preview{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;cursor:pointer;-webkit-transition:opacity .5s;transition:opacity .5s}.athemes-addons-templateLibrary-template-preview i{position:absolute;top:50%;left:50%;color:#d5dadf;font-size:20px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.athemes-addons-templateLibrary-template-badge{position:absolute;top:10px;right:10px;display:inline-block;padding:2px 4px;border-radius:2px;background-color:#e8357c;color:#fff;text-transform:uppercase;letter-spacing:.5px;font-size:10px}.athemes-addons-templateLibrary-template:hover .athemes-addons-templateLibrary-template-preview{opacity:1}.athemes-addons-templateLibrary-template-thumbnail{display:block;width:100%;height:100%;object-fit:cover;-o-object-fit:cover}.athemes-addons-templateLibrary-template-footer{position:absolute;bottom:0;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:10px;width:100%;background-color:#fff;font-size:11px;line-height:1;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.athemes-addons-templateLibrary-template:hover .athemes-addons-templateLibrary-template-footer{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.athemes-addons-templateLibrary-template .athemes-addons-templateLibrary-pro-button{color:#fff;background-color:#d63c3f}.athemes-addons-templateLibrary-template .athemes-addons-templateLibrary-pro-button:focus,.athemes-addons-templateLibrary-template .athemes-addons-templateLibrary-pro-button:hover{color:#fff;background-color:#962527}.athemes-addons-templateLibrary-template .athemes-addons-templateLibrary-insert-button{color:#d63c3f;background:0 0;padding:0}.athemes-addons-templateLibrary-template .athemes-addons-templateLibrary-insert-button:focus,.athemes-addons-templateLibrary-template .athemes-addons-templateLibrary-insert-button:hover{color:#d63c3f;background:0 0;padding:0}.athemes-addons-templateLibrary-template .athemes-addons-templateLibrary-preview-button{color:#495157;background:0 0;padding:0}.athemes-addons-templateLibrary-template .athemes-addons-templateLibrary-preview-button:focus,.athemes-addons-templateLibrary-template .athemes-addons-templateLibrary-preview-button:hover{color:#606b73;background:0 0;padding:0}#elementor-template-library-header-preview .athemes-addons-templateLibrary-pro-button{background-color:#d63c3f;color:#fff}#elementor-template-library-header-preview .athemes-addons-templateLibrary-pro-button:focus,#elementor-template-library-header-preview .athemes-addons-templateLibrary-pro-button:hover{background-color:#d63c3f;color:#fff}#elementor-template-library-header-preview .athemes-addons-templateLibrary-insert-button{background-color:#d63c3f;color:#fff}#elementor-template-library-header-preview .athemes-addons-templateLibrary-insert-button:focus,#elementor-template-library-header-preview .athemes-addons-templateLibrary-insert-button:hover{background-color:#d63c3f;color:#fff}#athemes-addons-templateLibrary-toolbar-filter .select2-container--default .select2-selection--single{border-width:0 0 1px 0;border-style:solid;border-color:#d5dadf;border-radius:0;font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;text-transform:uppercase;color:#e0e1e3;text-align:left}#athemes-addons-templateLibrary-toolbar-filter .select2-container--default .select2-selection--single .select2-selection__rendered{padding:0}#athemes-addons-templateLibrary-toolbar-filter .select2-container--default .select2-selection--single .select2-selection__placeholder{color:#e0e1e3!important;font-size:11px}.pro-label{position:absolute;top:15px;right:15px;background:#d63c3f;padding:5px 10px;line-height:1;color:#fff;border-radius:5px;text-transform:uppercase;letter-spacing:1px;font-size:11px}#aafeTemplateLibraryModal .elementor-template-library-menu-item[data-tab=footers],#aafeTemplateLibraryModal .elementor-template-library-menu-item[data-tab=headers]{position:relative}#aafeTemplateLibraryModal .elementor-template-library-menu-item[data-tab=footers]:after,#aafeTemplateLibraryModal .elementor-template-library-menu-item[data-tab=headers]:after{content:'PRO';position:absolute;top:4px;right:0;background:#d63c3f;padding:3px 5px;line-height:1;color:#fff;border-radius:5px;text-transform:uppercase;letter-spacing:1px;font-size:10px}#aafeTemplateLibraryModal .dialog-message{overflow:hidden} -
athemes-addons-for-elementor-lite/trunk/inc/modules/widgets/advanced-social/class-advanced-social.php
r3300619 r3335355 750 750 751 751 if ( ! empty( $settings['hover_animation'] ) ) { 752 $class_animation = ' elementor-animation-' . $settings['hover_animation'];752 $class_animation = ' elementor-animation-' . esc_attr( $settings['hover_animation'] ); 753 753 } 754 754 … … 794 794 'elementor-icon', 795 795 'aafe-social-icon', 796 'aafe-social-icon-type-' . $settings['display_mode'],797 'aafe-social-icon-' . $social. $class_animation,798 'elementor-repeater-item-' . $item['_id'],796 'aafe-social-icon-type-' . esc_attr( $settings['display_mode'] ), 797 'aafe-social-icon-' . esc_attr( $social ) . $class_animation, 798 'elementor-repeater-item-' . esc_attr( $item['_id'] ), 799 799 ] ); 800 800 -
athemes-addons-for-elementor-lite/trunk/inc/modules/widgets/step-flow/class-step-flow.php
r3300619 r3335355 413 413 'default' => 'horizontal', 414 414 'options' => [ 415 'horizontal' => esc_html__( 'Horizontal', 'athemes-addons-for-elementor-lite' ),416 'vertical' => esc_html__( 'Vertical', 'athemes-addons-for-elementor-lite' ),415 'horizontal' => esc_html__( 'Horizontal', 'athemes-addons-for-elementor-lite' ), 416 'vertical' => esc_html__( 'Vertical', 'athemes-addons-for-elementor-lite' ), 417 417 ], 418 418 'prefix_class' => 'step-flow-layout-', -
athemes-addons-for-elementor-lite/trunk/readme.txt
r3300619 r3335355 4 4 Tested up to: 6.8 5 5 Requires PHP: 5.6 6 Stable tag: 1.1. 06 Stable tag: 1.1.1 7 7 Contributors: aThemes 8 8 License: GPLv3 or later License
Note: See TracChangeset
for help on using the changeset viewer.