Add initial files and structure for Essential Addons for Elementor Lite plugin
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,137 @@
|
||||
.essential-addons_page_template-cloud #wpwrap,
|
||||
.essential-addons_page_template-cloud #wpcontent,
|
||||
.essential-addons_page_template-cloud #wpcontent #wpbody,
|
||||
.essential-addons_page_template-cloud #wpcontent #wpbody-content,
|
||||
.essential-addons_page_template-cloud #wpcontent #wpbody #wpbody-content,
|
||||
.essential-addons_page_template-cloud #wpcontent #wpbody #wpbody-content .wrap,
|
||||
.essential-addons_page_template-cloud
|
||||
#wpcontent
|
||||
#wpbody
|
||||
#wpbody-content
|
||||
.wrap
|
||||
.template-cloud,
|
||||
.essential-addons_page_template-cloud
|
||||
#wpcontent
|
||||
#wpbody
|
||||
#wpbody-content
|
||||
.wrap
|
||||
.template-cloud-body {
|
||||
height: 100%;
|
||||
}
|
||||
.essential-addons_page_template-cloud #wpcontent {
|
||||
padding-left: 0px;
|
||||
}
|
||||
.essential-addons_page_template-cloud #wpcontent #wpbody #wpbody-content {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
.essential-addons_page_template-cloud #wpcontent #wpbody #wpbody-content .wrap {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.template-cloud-header {
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
box-shadow: 0px 0px 10px 0px #00000024;
|
||||
overflow: visible;
|
||||
z-index: 99;
|
||||
position: relative;
|
||||
background-color: #fff;
|
||||
padding: 15px 20px;
|
||||
}
|
||||
|
||||
.template-cloud-body {
|
||||
box-sizing: border-box;
|
||||
height: calc(100% - 80px) !important;
|
||||
}
|
||||
.template-cloud-install {
|
||||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
width: 100%;
|
||||
background-image: url(../images/templately/login-bg.png);
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
color: white;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
box-sizing: border-box;
|
||||
height: 100%;
|
||||
max-height: 88vh;
|
||||
}
|
||||
|
||||
.templately-left {
|
||||
padding: 10px;
|
||||
}
|
||||
.templately-right {
|
||||
padding: 10px;
|
||||
max-width: 550px;
|
||||
}
|
||||
|
||||
.templately-admin-title {
|
||||
font-size: 16px;
|
||||
text-align: left;
|
||||
}
|
||||
.templately-cloud-title {
|
||||
text-align: center;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
.templately-installer-wrapper {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
}
|
||||
.templately-cloud-title h1 {
|
||||
color: #fff;
|
||||
font-size: 50px;
|
||||
font-weight: 700;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.templately-cloud-title p {
|
||||
font-size: 18px;
|
||||
line-height: 1.6;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.templately-admin-install {
|
||||
background-color: transparent;
|
||||
color: #fff;
|
||||
padding: 50px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.templately-admin-install p {
|
||||
font-size: 18px;
|
||||
color: #fff;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.templately-admin-install button.eae-activate-templately {
|
||||
background-color: #fff;
|
||||
border: 1px solid rgb(96, 114, 255, 0);
|
||||
padding: 15px 30px;
|
||||
border-radius: 50px;
|
||||
color: rgb(96, 114, 255);
|
||||
font-size: 18px;
|
||||
margin: 10px 0;
|
||||
font-weight: 600;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.templately-admin-install button.eae-activate-templately:hover {
|
||||
background-color: rgb(250, 145, 150);
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
.templately-cloud-video-container {
|
||||
background-color: #fff;
|
||||
padding: 8px;
|
||||
width: 620px;
|
||||
max-width: 100%;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.templately-cloud-video-container iframe {
|
||||
width: 100%;
|
||||
}
|
||||
@@ -0,0 +1,217 @@
|
||||
#eael-gb-eb-popup-overlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-color: rgba(0, 0, 0, .35);
|
||||
z-index: 100000;
|
||||
}
|
||||
|
||||
#eael-eb-popup-button {
|
||||
background: rgba(98, 0, 238, .1);
|
||||
color: #5E2EFF;
|
||||
transition: .3s;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
#eael-eb-popup-button:hover {
|
||||
border-color: #5E2EFF;
|
||||
}
|
||||
|
||||
#eael-eb-popup-button img {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 312px;
|
||||
height: 80vh;
|
||||
max-height: 595px;
|
||||
background: #fff;
|
||||
box-shadow: 0 10px 10px rgba(0, 0, 0, .25);
|
||||
transform: translate(-50%, -50%);
|
||||
border-radius: 3px;
|
||||
z-index: 100001;
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup img {
|
||||
max-width: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup .eael-gb-eb-popup-content {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup .eael-gb-eb-header {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
right: 5px;
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup .eael-gb-eb-header img {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup .eael-gb-eb-header .eael-gb-eb-tooltip {
|
||||
background: #000;
|
||||
color: #fff;
|
||||
position: absolute;
|
||||
white-space: nowrap;
|
||||
padding: 3px 7px;
|
||||
border-radius: 5px;
|
||||
left: 50%;
|
||||
bottom: calc(100% + 2px);
|
||||
transform: translateX(-50%);
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
transition: .3s;
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup .eael-gb-eb-header:hover .eael-gb-eb-tooltip {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
transition-delay: .7s;
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup .eael-gb-eb-content-image {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 240px;
|
||||
padding: 0;
|
||||
border-radius: 3px 3px 0 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup .--page-1 .eael-gb-eb-content-image {
|
||||
background: linear-gradient(206.26deg, #A181F7 -16.35%, #1C3AA7 102.55%);
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup .--page-2 .eael-gb-eb-content-image {
|
||||
background: linear-gradient(212.59deg, #AF7381 -13.93%, #435193 30.64%, #4E328D 72.14%, #A24485 122.52%, #AA7082 160.1%);
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup .--page-3 .eael-gb-eb-content-image {
|
||||
background: linear-gradient(218.13deg, #5737A8 -11.9%, #2F2F91 107.64%);
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup .--page-4 .eael-gb-eb-content-image {
|
||||
background: linear-gradient(223.65deg, #2673FF -9.93%, #A383F8 107.17%);
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup .--page-5 .eael-gb-eb-content-image {
|
||||
background: linear-gradient(223.71deg, #8437A8 -9.91%, #2673FF 127.03%);
|
||||
padding: 0 35px;
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup .eael-gb-eb-content-pagination {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup .eael-gb-eb-content-pagination span {
|
||||
display: block;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border-radius: 50%;
|
||||
background: #2673FF;
|
||||
cursor: pointer;
|
||||
opacity: .4;
|
||||
margin: 0 6px;
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup .eael-gb-eb-content-pagination span.active {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup .eael-gb-eb-content-info {
|
||||
padding: 0 30px;
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup .eael-gb-eb-content-info h3 {
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
line-height: 1.4;
|
||||
margin: 16px 0;
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup .eael-gb-eb-content-info p {
|
||||
font-size: 13px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup .eael-gb-eb-content-info button {
|
||||
display: block;
|
||||
position: relative;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
background: #6200ee;
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup .eael-gb-eb-content-info button.eael-gb-eb-install[disabled],
|
||||
.eael-gb-eb-popup .eael-gb-eb-content-info button.eael-gb-eb-install:hover {
|
||||
background: #7d42e3;
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup .eael-gb-eb-content-info button.eael-gb-eb-never-show {
|
||||
background: transparent;
|
||||
border: transparent;
|
||||
font-size: 13px;
|
||||
color: #6A72A5;
|
||||
cursor: pointer;
|
||||
padding: 0;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup .eael-gb-eb-footer {
|
||||
padding: 10px 30px 20px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup .--page-1.hide-eael-gb-eb-never-show-button .eael-gb-eb-footer {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup .eael-gb-eb-footer button {
|
||||
background: transparent;
|
||||
border: transparent;
|
||||
font-size: 13px;
|
||||
color: #6A72A5;
|
||||
cursor: pointer;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup .eael-gb-eb-footer button.eael-gb-eb-next,
|
||||
.eael-gb-eb-popup .eael-gb-eb-footer button.eael-gb-eb-install {
|
||||
color: #2673FF;
|
||||
font-weight: 700;
|
||||
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup .eael-gb-eb-footer button:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup .eael-gb-eb-footer button.eael-gb-eb-install,
|
||||
.eael-gb-eb-popup .--page-1 .eael-gb-eb-footer button.eael-gb-eb-prev,
|
||||
.eael-gb-eb-popup .--page-5 .eael-gb-eb-footer button.eael-gb-eb-prev,
|
||||
.eael-gb-eb-popup .--page-5 .eael-gb-eb-footer button.eael-gb-eb-next,
|
||||
.eael-gb-eb-popup .eael-gb-eb-footer button.eael-gb-eb-never-show,
|
||||
.eael-gb-eb-popup .--page-1.hide-eael-gb-eb-never-show-button .eael-gb-eb-footer button.eael-gb-eb-never-show {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.eael-gb-eb-popup .--page-5 .eael-gb-eb-footer button.eael-gb-eb-install,
|
||||
.eael-gb-eb-popup .--page-1 .eael-gb-eb-footer button.eael-gb-eb-never-show {
|
||||
display: block;
|
||||
}
|
||||
@@ -0,0 +1,225 @@
|
||||
.elementor-add-new-section .elementor-add-templately-promo-button {
|
||||
background-color: red;
|
||||
background-image: url(../images/templately/logo-icon.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
.elementor-add-new-section .elementor-add-templately-promo-button > i {
|
||||
height: 12px;
|
||||
}
|
||||
|
||||
body .elementor-add-new-section .elementor-add-section-area-button {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#eael-templately-promo-popup.dialog-type-lightbox .dialog-widget-content {
|
||||
width: 1060px;
|
||||
min-height: 80%;
|
||||
}
|
||||
|
||||
.eael-promo-temp-wrap {
|
||||
line-height: 1.7;
|
||||
font-weight: 400;
|
||||
letter-spacing: 0;
|
||||
min-height: 100%;
|
||||
font-family: "Roboto", sans-serif;
|
||||
}
|
||||
|
||||
.eael-promo-temp-wrapper {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background: rgba(0, 0, 0, 0.87);
|
||||
}
|
||||
.eael-promo-temp-wrapper.show {
|
||||
display: block;
|
||||
}
|
||||
.eael-promo-temp-wrapper .eael-promo-temp {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
-webkit-transform: translate(-50%, -50%);
|
||||
transform: translate(-50%, -50%);
|
||||
background: #fff;
|
||||
width: 1060px;
|
||||
max-height: 90%;
|
||||
border-radius: 10px;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.eael-promo-temp-wrapper .eael-promo-temp .eael-promo-temp__times {
|
||||
position: absolute;
|
||||
top: 12px;
|
||||
right: 16px;
|
||||
font-size: 18px;
|
||||
color: #222;
|
||||
}
|
||||
|
||||
.eael-promo-temp-wrapper .eael-promo-temp .eael-promo-temp--left {
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0 0 calc(100% - 755px);
|
||||
flex: 0 0 calc(100% - 755px);
|
||||
padding: 45px 30px 30px;
|
||||
width: 310px;
|
||||
text-align: center;
|
||||
}
|
||||
.eael-promo-temp-wrapper .eael-promo-temp .eael-promo-temp--left .eael-promo-temp__logo {
|
||||
margin-bottom: 35px;
|
||||
text-align: left;
|
||||
}
|
||||
.eael-promo-temp-wrapper .eael-promo-temp .eael-promo-temp--left .eael-promo-temp__feature__list {
|
||||
margin: 0;
|
||||
margin-bottom: 50px;
|
||||
list-style: none;
|
||||
text-align: left;
|
||||
}
|
||||
.eael-promo-temp-wrapper .eael-promo-temp .eael-promo-temp--left .eael-promo-temp__feature__list li {
|
||||
font-size: 15px;
|
||||
color: #727272;
|
||||
font-family: "Roboto", sans-serif;
|
||||
position: relative;
|
||||
padding-left: 18px;
|
||||
}
|
||||
.eael-promo-temp-wrapper .eael-promo-temp .eael-promo-temp--left .eael-promo-temp__feature__list li:not(:last-child) {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.eael-promo-temp-wrapper .eael-promo-temp .eael-promo-temp--left .eael-promo-temp__feature__list li:before {
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
left: 0;
|
||||
height: 10px;
|
||||
width: 10px;
|
||||
border-radius: 50%;
|
||||
background: #c0bbcf;
|
||||
content: "";
|
||||
}
|
||||
.eael-promo-temp-wrapper .eael-promo-temp .eael-promo-temp--left .eael-promo-temp__form {
|
||||
background: #f3f6fb;
|
||||
padding: 30px 20px;
|
||||
border-radius: 5px;
|
||||
text-align: left;
|
||||
}
|
||||
.eael-promo-temp-wrapper .eael-promo-temp .eael-promo-temp--left .eael-promo-temp__form label {
|
||||
display: block;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.eael-promo-temp-wrapper .eael-promo-temp .eael-promo-temp--left .eael-promo-temp__form label:not(:last-child) {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.eael-promo-temp-wrapper .eael-promo-temp .eael-promo-temp--left .eael-promo-temp__form label input {
|
||||
display: none;
|
||||
}
|
||||
.eael-promo-temp-wrapper .eael-promo-temp .eael-promo-temp--left .eael-promo-temp__form label input:checked ~ span:before {
|
||||
background: #5725ff;
|
||||
}
|
||||
.eael-promo-temp-wrapper .eael-promo-temp .eael-promo-temp--left .eael-promo-temp__form label span {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
padding-left: 23px;
|
||||
cursor: pointer;
|
||||
color: #6d7882;
|
||||
}
|
||||
.eael-promo-temp-wrapper .eael-promo-temp .eael-promo-temp--left .eael-promo-temp__form label span:before {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
left: 0;
|
||||
height: 15px;
|
||||
width: 15px;
|
||||
border-radius: 50%;
|
||||
content: "";
|
||||
background: #d2d3e0;
|
||||
-webkit-transition: all 0.3s ease;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
.eael-promo-temp-wrapper .eael-promo-temp .eael-promo-temp--left .eael-promo-temp__form label span:after {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 5px;
|
||||
height: 5px;
|
||||
width: 5px;
|
||||
border-radius: 50%;
|
||||
content: "";
|
||||
background: #ffffff;
|
||||
}
|
||||
.eael-promo-temp-wrapper .eael-promo-temp .eael-promo-temp--left button {
|
||||
font-size: 15px;
|
||||
font-weight: 400;
|
||||
font-family: "Roboto", sans-serif;
|
||||
color: #fff;
|
||||
padding: 12px 24px;
|
||||
border-radius: 5px;
|
||||
margin-top: 20px;
|
||||
-webkit-box-shadow: 0px 14px 15px 0px rgba(0, 5, 41, 0.08);
|
||||
box-shadow: 0px 14px 15px 0px rgba(0, 5, 41, 0.08);
|
||||
cursor: pointer;
|
||||
-webkit-transition: all 0.3s ease;
|
||||
transition: all 0.3s ease;
|
||||
background: -webkit-gradient(linear, left top, right top, from(#5725ff), to(#9271ff));
|
||||
background: linear-gradient(to right, #5725ff, #9271ff);
|
||||
border: none;
|
||||
}
|
||||
.eael-promo-temp-wrapper .eael-promo-temp .eael-promo-temp--left button:hover {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
.eael-promo-temp-wrapper .eael-promo-temp .eael-promo-temp--right {
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0 0 755px;
|
||||
flex: 0 0 755px;
|
||||
}
|
||||
.eael-promo-temp-wrapper .eael-promo-temp .eael-promo-temp--right img {
|
||||
display: block;
|
||||
height: 550px;
|
||||
}
|
||||
@media all and (max-width: 1300px) {
|
||||
.eael-promo-temp-wrapper .eael-promo-temp {
|
||||
width: 900px;
|
||||
}
|
||||
.eael-promo-temp-wrapper .eael-promo-temp .eael-promo-temp--right {
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0 0 600px;
|
||||
flex: 0 0 600px;
|
||||
}
|
||||
.eael-promo-temp-wrapper .eael-promo-temp .eael-promo-temp--left {
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0 0 calc(100% - 600px);
|
||||
flex: 0 0 calc(100% - 600px);
|
||||
width: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
.eael-promo-temp-wrapper .eael-promo-temp::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
}
|
||||
.eael-promo-temp-wrapper .eael-promo-temp::-webkit-scrollbar-track {
|
||||
-webkit-box-shadow: inset 0 0 6px rgba(51, 51, 51, 0.1);
|
||||
box-shadow: inset 0 0 6px rgba(51, 51, 51, 0.1);
|
||||
background: #dbe0e9;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.eael-promo-temp-wrapper .eael-promo-temp::-webkit-scrollbar-thumb {
|
||||
background: #5725ff;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.eael-promo-temp-wrapper .eael-promo-temp .eael-promo-temp--left button.eael-prmo-status-submit:disabled,
|
||||
.eael-promo-temp-wrapper .eael-promo-temp .eael-promo-temp--left button.eael-prmo-status-submit[disabled]{
|
||||
cursor: wait;
|
||||
}
|
||||
|
||||
#eael-templately-promo-popup .dialog-widget-content.dialog-lightbox-widget-content {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
/*#eael-templately-promo-popup.dialog-type-lightbox,*/
|
||||
#eael-templately-promo-popup.dialog-type-lightbox .dialog-widget-content,
|
||||
#eael-templately-promo-popup .eael-promo-temp-wrapper {
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,440 @@
|
||||
@font-face {
|
||||
font-family: 'eaicon';
|
||||
src: url('../fonts/eaicon.eot?pbdto8');
|
||||
src: url('../fonts/eaicon.eot?pbdto8#iefix') format('embedded-opentype'),
|
||||
url('../fonts/eaicon.ttf?pbdto8') format('truetype'),
|
||||
url('../fonts/eaicon.woff?pbdto8') format('woff'),
|
||||
url('../fonts/eaicon.svg?pbdto8#eaicon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
}
|
||||
|
||||
[class^="eaicon-"],
|
||||
[class*=" eaicon-"] {
|
||||
font-family: "eaicon" !important;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
speak: none;
|
||||
}
|
||||
|
||||
.eaicon-easyjobs:before {
|
||||
content: "\e952";
|
||||
}
|
||||
.eaicon-reviewx:before {
|
||||
content: "\e951";
|
||||
}
|
||||
.eaicon-login:before {
|
||||
content: "\e900";
|
||||
}
|
||||
.eaicon-advance-tooltip:before {
|
||||
content: "\e901";
|
||||
}
|
||||
.eaicon-advanced-accordion:before {
|
||||
content: "\e902";
|
||||
}
|
||||
.eaicon-advanced-data-table:before {
|
||||
content: "\e903";
|
||||
}
|
||||
.eaicon-advanced-google-maps:before {
|
||||
content: "\e904";
|
||||
}
|
||||
.eaicon-advanced-menu:before {
|
||||
content: "\e905";
|
||||
}
|
||||
.eaicon-advanced-tabs:before {
|
||||
content: "\e906";
|
||||
}
|
||||
.eaicon-badge:before {
|
||||
content: "\e907";
|
||||
}
|
||||
.eaicon-betterdocs-category-box:before {
|
||||
content: "\e908";
|
||||
}
|
||||
.eaicon-betterdocs-category-grid:before {
|
||||
content: "\e909";
|
||||
}
|
||||
.eaicon-betterdocs-search-form:before {
|
||||
content: "\e90a";
|
||||
}
|
||||
.eaicon-caldera-forms:before {
|
||||
content: "\e90b";
|
||||
}
|
||||
.eaicon-call-to-action:before {
|
||||
content: "\e90c";
|
||||
}
|
||||
.eaicon-contact-form-7:before {
|
||||
content: "\e90d";
|
||||
}
|
||||
.eaicon-content-ticker:before {
|
||||
content: "\e90e";
|
||||
}
|
||||
.eaicon-content-timeline:before {
|
||||
content: "\e90f";
|
||||
}
|
||||
.eaicon-content-toggle:before {
|
||||
content: "\e910";
|
||||
}
|
||||
.eaicon-countdown:before {
|
||||
content: "\e911";
|
||||
}
|
||||
.eaicon-counter:before {
|
||||
content: "\e912";
|
||||
}
|
||||
.eaicon-creative-button:before {
|
||||
content: "\e913";
|
||||
}
|
||||
.eaicon-data-table:before {
|
||||
content: "\e914";
|
||||
}
|
||||
.eaicon-divider:before {
|
||||
content: "\e915";
|
||||
}
|
||||
.eaicon-dual-color-heading:before {
|
||||
content: "\e916";
|
||||
}
|
||||
.eaicon-duplicator:before {
|
||||
content: "\e917";
|
||||
}
|
||||
.eaicon-dynamic-gallery:before {
|
||||
content: "\e918";
|
||||
}
|
||||
.eaicon-embedpress:before {
|
||||
content: "\e919";
|
||||
}
|
||||
.eaicon-event-calendar:before {
|
||||
content: "\e91a";
|
||||
}
|
||||
.eaicon-facebook-feed-carousel:before {
|
||||
content: "\e91b";
|
||||
}
|
||||
.eaicon-facebook-feed:before {
|
||||
content: "\e91c";
|
||||
}
|
||||
.eaicon-fancy-text:before {
|
||||
content: "\e91d";
|
||||
}
|
||||
.eaicon-feature-list:before {
|
||||
content: "\e91e";
|
||||
}
|
||||
.eaicon-filterable-gallery:before {
|
||||
content: "\e91f";
|
||||
}
|
||||
.eaicon-flip-box:before {
|
||||
content: "\e920";
|
||||
}
|
||||
.eaicon-flip-carousel:before {
|
||||
content: "\e921";
|
||||
}
|
||||
.eaicon-fluent-forms:before {
|
||||
content: "\e922";
|
||||
}
|
||||
.eaicon-formstack:before {
|
||||
content: "\e923";
|
||||
}
|
||||
.eaicon-gravity-form:before {
|
||||
content: "\e924";
|
||||
}
|
||||
.eaicon-image-accrodion:before {
|
||||
content: "\e925";
|
||||
}
|
||||
.eaicon-image-comparison:before {
|
||||
content: "\e926";
|
||||
}
|
||||
.eaicon-image-hotspots:before {
|
||||
content: "\e927";
|
||||
}
|
||||
.eaicon-image-scroller:before {
|
||||
content: "\e928";
|
||||
}
|
||||
.eaicon-info-box:before {
|
||||
content: "\e929";
|
||||
}
|
||||
.eaicon-instagram-feed:before {
|
||||
content: "\e92a";
|
||||
}
|
||||
.eaicon-interactive-cards:before {
|
||||
content: "\e92b";
|
||||
}
|
||||
.eaicon-interactive-promo:before {
|
||||
content: "\e92c";
|
||||
}
|
||||
.eaicon-learndash:before {
|
||||
content: "\e92d";
|
||||
}
|
||||
.eaicon-lightbox-modal:before {
|
||||
content: "\e92e";
|
||||
}
|
||||
.eaicon-logo-carousel:before {
|
||||
content: "\e92f";
|
||||
}
|
||||
.eaicon-logo:before {
|
||||
content: "\e930";
|
||||
}
|
||||
.eaicon-mailchimp:before {
|
||||
content: "\e931";
|
||||
}
|
||||
.eaicon-ninja-forms:before {
|
||||
content: "\e932";
|
||||
}
|
||||
.eaicon-offcanvas:before {
|
||||
content: "\e933";
|
||||
}
|
||||
.eaicon-one-page-navigaton:before {
|
||||
content: "\e934";
|
||||
}
|
||||
.eaicon-parallax-effects:before {
|
||||
content: "\e935";
|
||||
}
|
||||
.eaicon-particle-effects:before {
|
||||
content: "\e936";
|
||||
}
|
||||
.eaicon-post-block:before {
|
||||
content: "\e937";
|
||||
}
|
||||
.eaicon-post-carousel:before {
|
||||
content: "\e938";
|
||||
}
|
||||
.eaicon-post-grid:before {
|
||||
content: "\e939";
|
||||
}
|
||||
.eaicon-post-timeline:before {
|
||||
content: "\e93a";
|
||||
}
|
||||
.eaicon-price-menu:before {
|
||||
content: "\e93b";
|
||||
}
|
||||
.eaicon-pricing-table:before {
|
||||
content: "\e93c";
|
||||
}
|
||||
.eaicon-product-grid:before {
|
||||
content: "\e93d";
|
||||
}
|
||||
.eaicon-progress-bar:before {
|
||||
content: "\e93e";
|
||||
}
|
||||
.eaicon-protected-content:before {
|
||||
content: "\e93f";
|
||||
}
|
||||
.eaicon-reading-progress-bar:before {
|
||||
content: "\e940";
|
||||
}
|
||||
.eaicon-smart-post-list:before {
|
||||
content: "\e941";
|
||||
}
|
||||
.eaicon-static-product:before {
|
||||
content: "\e942";
|
||||
}
|
||||
.eaicon-sticky-video:before {
|
||||
content: "\e943";
|
||||
}
|
||||
.eaicon-table-of-content:before {
|
||||
content: "\e944";
|
||||
}
|
||||
.eaicon-team-mamber:before {
|
||||
content: "\e945";
|
||||
}
|
||||
.eaicon-team-member-carousel:before {
|
||||
content: "\e946";
|
||||
}
|
||||
.eaicon-testimonial-slider:before {
|
||||
content: "\e947";
|
||||
}
|
||||
.eaicon-testimonial:before {
|
||||
content: "\e948";
|
||||
}
|
||||
.eaicon-tooltip:before {
|
||||
content: "\e949";
|
||||
}
|
||||
.eaicon-twitter-feed-carousel:before {
|
||||
content: "\e94a";
|
||||
}
|
||||
.eaicon-twitter-feed:before {
|
||||
content: "\e94b";
|
||||
}
|
||||
.eaicon-weforms:before {
|
||||
content: "\e94c";
|
||||
}
|
||||
.eaicon-woo-product-collections:before {
|
||||
content: "\e94d";
|
||||
}
|
||||
.eaicon-wpforms:before {
|
||||
content: "\e94e";
|
||||
}
|
||||
.eaicon-woo-checkout:before {
|
||||
content: "\e94f";
|
||||
}
|
||||
.eaicon-typeform:before {
|
||||
content: "\e950";
|
||||
}
|
||||
.eaicon-product-compare:before {
|
||||
content: "\e953";
|
||||
}
|
||||
|
||||
.eaicon-product-carousel:before {
|
||||
font-size: 40px;
|
||||
content: "\e954";
|
||||
}
|
||||
|
||||
.eaicon-crowdfundly-campaign:before {
|
||||
content: "\e955";
|
||||
}
|
||||
|
||||
.eaicon-crowdfundly-organization:before {
|
||||
content: "\e956";
|
||||
}
|
||||
|
||||
.eaicon-crowdfundly-single-campaign:before {
|
||||
content: "\e957";
|
||||
}
|
||||
|
||||
.eaicon-product-slider:before {
|
||||
font-size: 39px;
|
||||
content: "\e958";
|
||||
}
|
||||
|
||||
.eaicon-simple-menu:before {
|
||||
content: "\e959";
|
||||
}
|
||||
|
||||
.eaicon-product-gallery:before {
|
||||
content: "\e95a";
|
||||
}
|
||||
|
||||
.eaicon-interactive-circle:before {
|
||||
content: "\e95c";
|
||||
}
|
||||
|
||||
.eaicon-woo-cart:before {
|
||||
content: "\e95b";
|
||||
}
|
||||
|
||||
.eaicon-advanced-search:before {
|
||||
content: "\e95d";
|
||||
}
|
||||
|
||||
.eaicon-better-payment:before {
|
||||
content: "\e95e";
|
||||
}
|
||||
|
||||
.eaicon-eye-solid:before {
|
||||
content: "\e95f";
|
||||
}
|
||||
|
||||
.eaicon-eye-slash-solid:before {
|
||||
content: "\e960";
|
||||
}
|
||||
|
||||
.eaicon-ban-solid:before {
|
||||
content: "\e961";
|
||||
}
|
||||
|
||||
.eaicon-dice-six-solid:before {
|
||||
content: "\e962";
|
||||
}
|
||||
|
||||
.eaicon-dice-one-solid:before {
|
||||
content: "\e963";
|
||||
}
|
||||
|
||||
.eaicon-equals-solid:before {
|
||||
content: "\e964";
|
||||
}
|
||||
|
||||
.eaicon-not-equal-solid:before {
|
||||
content: "\e965";
|
||||
}
|
||||
|
||||
.eaicon-folder-open-solid:before {
|
||||
content: "\e966";
|
||||
}
|
||||
|
||||
.eaicon-folder-open-regular:before {
|
||||
content: "\e967";
|
||||
}
|
||||
|
||||
.eaicon-user-solid:before {
|
||||
content: "\e968";
|
||||
}
|
||||
|
||||
.eaicon-user-slash-solid:before {
|
||||
content: "\e969";
|
||||
}
|
||||
.eaicon-xmark-solid:before {
|
||||
content: "\e96a";
|
||||
}
|
||||
.eaicon-check-solid:before {
|
||||
content: "\e96b";
|
||||
}
|
||||
.eaicon-users-solid:before {
|
||||
content: "\e96c";
|
||||
}
|
||||
.eaicon-user-plus-solid:before {
|
||||
content: "\e96d";
|
||||
}
|
||||
.eaicon-nft-gallery:before {
|
||||
content: "\e96e";
|
||||
}
|
||||
.eaicon-business-reviews:before {
|
||||
content: "\e96f";
|
||||
}
|
||||
.eaicon-svg-draw:before {
|
||||
content: "\e970";
|
||||
}
|
||||
.eaicon-thank-you:before {
|
||||
content: "\e971";
|
||||
}
|
||||
.eaicon-woo-cross-sells:before {
|
||||
content: "\e972";
|
||||
}
|
||||
.eaicon-account:before {
|
||||
content: "\e973";
|
||||
}
|
||||
.eaicon-dashboard-fill:before {
|
||||
content: "\e974";
|
||||
}
|
||||
.eaicon-checkbox-circle:before {
|
||||
content: "\e975";
|
||||
}
|
||||
.eaicon-download-fill:before {
|
||||
content: "\e976";
|
||||
}
|
||||
.eaicon-download:before {
|
||||
content: "\e977";
|
||||
}
|
||||
.eaicon-edit-fill:before {
|
||||
content: "\e978";
|
||||
}
|
||||
.eaicon-eye-line:before {
|
||||
content: "\e979";
|
||||
}
|
||||
.eaicon-infinity-line:before {
|
||||
content: "\e97a";
|
||||
}
|
||||
.eaicon-login-box:before {
|
||||
content: "\e97b";
|
||||
}
|
||||
.eaicon-map-2:before {
|
||||
content: "\e97c";
|
||||
}
|
||||
.eaicon-not-alowed:before {
|
||||
content: "\e97d";
|
||||
}
|
||||
.eaicon-orders:before {
|
||||
content: "\e97e";
|
||||
}
|
||||
.eaicon-woo-account-dashboard:before {
|
||||
content: "\e97f";
|
||||
}
|
||||
.eaicon-fancy-chart:before {
|
||||
content: "\e980";
|
||||
}
|
||||
.eaicon-woo-product-list:before {
|
||||
content: "\e981";
|
||||
font-size: 40px;
|
||||
}
|
||||
@@ -0,0 +1,238 @@
|
||||
.eael-warning {
|
||||
font-size: 13px;
|
||||
line-height: 18px;
|
||||
background-color: #f3f0ca;
|
||||
color: #886726;
|
||||
padding: 10px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.elementor-panel .pro-feature,
|
||||
.elementor-panel .pro-feature a {
|
||||
color: #a4afb7;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
line-height: 1.8;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.elementor-panel .pro-feature a {
|
||||
text-decoration: underline;
|
||||
color: #f54 !important;
|
||||
}
|
||||
.elementor-control .eael-static-product-layout-two-dependency-error,
|
||||
.elementor-panel .elementor-control-eael_section_pro .elementor-panel-heading-title.elementor-panel-heading-title,
|
||||
.elementor-panel .elementor-control-eael_section_pro .elementor-panel-heading-toggle,
|
||||
.elementor-control-data_table_header_colspan_pro_alert .elementor-control-title,
|
||||
.elementor-control-data_table_header_img_pro_alert .elementor-control-title,
|
||||
.elementor-control-data_table_content_rowspan_pro_alert .elementor-control-title,
|
||||
.elementor-control-data_table_content_colspan_pro_alert .elementor-control-title,
|
||||
.elementor-control-data_table_content_template_pro_alert .elementor-control-title {
|
||||
color: #f54;
|
||||
}
|
||||
|
||||
.elementor-panel .elementor-control-eael_control_get_pro .elementor-control-field {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.elementor-control-eael_pricing_table_style_pro_alert .elementor-control-title,
|
||||
.elementor-control-eael_section_countdown_style_pro_alert .elementor-control-title,
|
||||
.elementor-control-eael_fancy_text_style_pro_alert .elementor-control-title,
|
||||
.elementor-control-eael_section_data_table_enabled_pro_alert .elementor-control-title,
|
||||
.elementor-control-eael_img_accordion_type_pro_alert .elementor-control-title,
|
||||
.elementor-control-eael_ticker_type_pro_alert .elementor-control-title,
|
||||
.elementor-control-eael_event_calendar_pro_enable_warning .elementor-control-title a,
|
||||
.elementor-control-eael_team_members_preset_pro_alert .elementor-control-title,
|
||||
.elementor-control-eael_adv_data_table_pro_enable_warning .elementor-control-title a,
|
||||
.elementor-control-eael_woo_checkout_pro_enable_warning .elementor-control-title a{
|
||||
color: #f54 !important;
|
||||
}
|
||||
|
||||
.elementor-control-eael_pricing_table_style_pro_alert .elementor-control-title a:hover,
|
||||
.elementor-control-eael_section_countdown_style_pro_alert .elementor-control-title a:hover,
|
||||
.elementor-control-eael_fancy_text_style_pro_alert .elementor-control-title a:hover,
|
||||
.elementor-control-eael_section_data_table_enabled_pro_alert .elementor-control-title a:hover,
|
||||
.elementor-control-eael_img_accordion_type_pro_alert .elementor-control-title a:hover,
|
||||
.elementor-control-eael_ticker_type_pro_alert .elementor-control-title a:hover,
|
||||
.elementor-control-eael_event_calendar_pro_enable_warning .elementor-control-title a:hover,
|
||||
.elementor-control-eael_team_members_preset_pro_alert .elementor-control-title a:hover,
|
||||
.elementor-control-eael_adv_data_table_pro_enable_warning .elementor-control-title a:hover,
|
||||
.elementor-control-eael_woo_checkout_pro_enable_warning .elementor-control-title a:hover{
|
||||
color: #f54;
|
||||
}
|
||||
|
||||
.ea-dialog-buttons-action {
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.ea-dialog-buttons-action:not([style="display: none;"]) + button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.elementor-element-wrapper .icon {
|
||||
max-height: 28px;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
.elementor-element-wrapper:not(.elementor-element--promotion) [class^="eaicon-"]:after,
|
||||
.elementor-element-wrapper:not(.elementor-element--promotion) [class*=" eaicon-"]:after {
|
||||
content: "\e907";
|
||||
font-family: "eaicon" !important;
|
||||
speak: none;
|
||||
font-size: 14px;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
right: 6px;
|
||||
color: #cdcfd2;
|
||||
}
|
||||
|
||||
#elementor-panel__editor__help__link[href^="https://essential-addons.com/elementor/docs"]:before {
|
||||
content: "\e930";
|
||||
font-family: "eaicon" !important;
|
||||
font-size: 190%;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
/* section heading */
|
||||
.elementor-section-title [class^="eaicon-"],
|
||||
.elementor-section-title [class*=" eaicon-"] {
|
||||
font-size: 13px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
/* nerd box */
|
||||
.ea-nerd-box {
|
||||
padding: 15px;
|
||||
text-align: center;
|
||||
}
|
||||
.ea-nerd-box-icon img {
|
||||
max-width: 120px !important;
|
||||
}
|
||||
.ea-nerd-box-title {
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
line-height: 1.4;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.ea-nerd-box-message {
|
||||
line-height: 1.8;
|
||||
font-size: 11px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.ea-nerd-box .elementor-button.ea-nerd-box-link {
|
||||
background-color: #d30c5c;
|
||||
color: #fff;
|
||||
padding: 7px 25px;
|
||||
margin-top: 20px;
|
||||
border: none;
|
||||
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
|
||||
-webkit-transition: 0.5s;
|
||||
-o-transition: 0.5s;
|
||||
transition: 0.5s;
|
||||
}
|
||||
.ea-nerd-box .elementor-button.ea-nerd-box-link:hover {
|
||||
background-color: #f22074;
|
||||
}
|
||||
.elementor-control-ea_woo_checkout_notices_border_color {
|
||||
display: none;
|
||||
}
|
||||
/*hide popup reset button for login register general control as they are used only for grouping controls*/
|
||||
.elementor-control-gen_lgn_content_po_toggle .elementor-control-popover-toggle-reset-label,
|
||||
.elementor-control-gen_reg_content_po_toggle .elementor-control-popover-toggle-reset-label,
|
||||
.elementor-control-gen_lostpassword_content_po_toggle .elementor-control-popover-toggle-reset-label {
|
||||
display: none !important;
|
||||
}
|
||||
.elementor-control-gen_lgn_content_po_toggle .elementor-control-popover-toggle-toggle:checked + .elementor-control-popover-toggle-toggle-label,
|
||||
.elementor-control-gen_reg_content_po_toggle .elementor-control-popover-toggle-toggle:checked + .elementor-control-popover-toggle-toggle-label,
|
||||
.elementor-control-gen_lostpassword_content_po_toggle .elementor-control-popover-toggle-toggle:checked + .elementor-control-popover-toggle-toggle-label {
|
||||
color: inherit !important;
|
||||
}
|
||||
/* post block */
|
||||
.elementor-control-eael_post_block_tiled_preset_1_note .elementor-control-title,
|
||||
.elementor-control-eael_post_block_tiled_preset_5_note .elementor-control-title,
|
||||
.elementor-control-eael_post_block_tiled_preset_2_note .elementor-control-title,
|
||||
.elementor-control-eael_post_block_tiled_preset_4_note .elementor-control-title {
|
||||
background-color: transparent;
|
||||
padding: 15px;
|
||||
border-left: 3px solid #71d7f7;
|
||||
position: relative;
|
||||
font-size: 12px !important;
|
||||
font-weight: 300 !important;
|
||||
font-style: italic;
|
||||
line-height: 1.5 !important;
|
||||
text-align: left;
|
||||
-webkit-border-radius: 0 3px 3px 0;
|
||||
border-radius: 0 3px 3px 0;
|
||||
-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
|
||||
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
|
||||
}
|
||||
|
||||
.elementor-control.eael-pro-control::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
z-index: 99;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.elementor-control.eael-pro-control .eael-pro-label {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
font-size: 11px;
|
||||
}
|
||||
.elementor-control.eael-pro-control .eicon-pro-icon:before {
|
||||
color:#b4b5b7;
|
||||
margin-left: 4px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.elementor-control-eael_cl_logics [data-setting="user_role_operand_multi"] + .select2 ul.select2-selection__rendered > li:nth-child(2).select2-search--inline > input.select2-search__field {
|
||||
width: auto !important;
|
||||
}
|
||||
.elementor-control-eael_cl_logics .elementor-control-dynamic_field label.elementor-control-title,
|
||||
.elementor-control-eael_cl_logics .elementor-control-dynamic_field input[data-setting="dynamic_field"] {
|
||||
pointer-events: none;
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
/*Hide repeater duplicate and remove options*/
|
||||
|
||||
.elementor-control-ea_billing_fields_list.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-tool-duplicate,
|
||||
.elementor-control-ea_shipping_fields_list.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-tool-duplicate,
|
||||
.elementor-control-ea_billing_fields_list.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-tool-remove,
|
||||
.elementor-control-ea_shipping_fields_list.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-tool-remove,
|
||||
.elementor-control-ea_billing_fields_list.elementor-control-type-repeater .elementor-repeater-add,
|
||||
.elementor-control-ea_shipping_fields_list.elementor-control-type-repeater .elementor-repeater-add {
|
||||
display: none !important;
|
||||
}
|
||||
.elementor-context-menu-list__item.elementor-context-menu-list__item-ea_copy_all,
|
||||
.elementor-context-menu-list__item.elementor-context-menu-list__item-ea_paste_all {
|
||||
padding-right: 10px;
|
||||
}
|
||||
.elementor-control-unit-2[data-setting="eael_evergreen_counter_hours"],
|
||||
.elementor-control-unit-2[data-setting="eael_evergreen_counter_minutes"],
|
||||
.elementor-control-unit-2[data-setting="eael_evergreen_counter_recurring_restart_after"] {
|
||||
width: 70px;
|
||||
}
|
||||
@@ -0,0 +1,205 @@
|
||||
/* review notice */
|
||||
|
||||
#wpnotice-essential-addons-for-elementor-black_friday_notice .wpnotice-content-wrapper {
|
||||
padding: 0 !important;
|
||||
}
|
||||
#wpnotice-essential-addons-for-elementor-black_friday_notice .wpnotice-content-wrapper p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.wpnotice-content-wrapper .button {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.wpdeveloper-review-notice {
|
||||
padding: 10px;
|
||||
background-color: #fff;
|
||||
border-radius: 3px;
|
||||
margin: 15px;
|
||||
border-left: 4px solid transparent;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
.wpdeveloper-review-notice:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
.wpdeveloper-notice-thumbnail {
|
||||
width: 90px;
|
||||
float: left;
|
||||
padding: 5px;
|
||||
text-align: center;
|
||||
border-right: 4px solid transparent;
|
||||
}
|
||||
.wpdeveloper-notice-thumbnail img {
|
||||
width: 72px;
|
||||
opacity: 0.85;
|
||||
-webkit-transition: all 0.3s;
|
||||
-o-transition: all 0.3s;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.wpdeveloper-notice-thumbnail img:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
.wpdeveloper-update-notice .wpdeveloper-notice-thumbnail img,
|
||||
.wpdeveloper-update_400k-notice .wpdeveloper-notice-thumbnail img {
|
||||
width: 32px;
|
||||
}
|
||||
.wpdeveloper-update-notice .wpdeveloper-notice-thumbnail,
|
||||
.wpdeveloper-update_400k-notice .wpdeveloper-notice-thumbnail {
|
||||
width: auto;
|
||||
padding: 7px;
|
||||
}
|
||||
.wpdeveloper-update-notice .wpdeveloper-notice-message,
|
||||
.wpdeveloper-update_400k-notice .wpdeveloper-notice-message {
|
||||
padding: 5px 0;
|
||||
}
|
||||
.wpdeveloper-update-notice,
|
||||
.wpdeveloper-update_400k-notice {
|
||||
border-color: #6648fe;
|
||||
padding: 0
|
||||
}
|
||||
a.ea-notice-cta {
|
||||
background-color: #4d18ff;
|
||||
background: linear-gradient(-30deg, #4d18ff, #9a7cff);
|
||||
margin-top: 30px;
|
||||
color: #fff;
|
||||
padding: 8px 20px;
|
||||
outline: none;
|
||||
text-decoration: none;
|
||||
border-radius: 3px;
|
||||
margin-left: 10px;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
a.ea-notice-cta:hover {
|
||||
opacity: 0.85;
|
||||
}
|
||||
span.coupon-code {
|
||||
background: #ebebeb;
|
||||
padding: 5px 10px;
|
||||
letter-spacing: 0.035em;
|
||||
}
|
||||
.eael-review-text {
|
||||
overflow: hidden;
|
||||
}
|
||||
.eael-review-text h3 {
|
||||
font-size: 24px;
|
||||
margin: 0 0 5px;
|
||||
font-weight: 400;
|
||||
line-height: 1.3;
|
||||
}
|
||||
.eael-review-text p {
|
||||
font-size: 13px;
|
||||
margin: 0 0 5px;
|
||||
}
|
||||
.wpdeveloper-notice-link {
|
||||
margin: 8px 0 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
.wpdeveloper-notice-link li {
|
||||
display: inline-block;
|
||||
margin-right: 15px;
|
||||
}
|
||||
.wpdeveloper-notice-link li a {
|
||||
display: inline-block;
|
||||
color: #10738b;
|
||||
text-decoration: none;
|
||||
padding-left: 26px;
|
||||
position: relative;
|
||||
}
|
||||
.wpdeveloper-notice-link li a span {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: -2px;
|
||||
}
|
||||
.wpdeveloper-notice-message {
|
||||
padding: 10px 0;
|
||||
}
|
||||
.wpdeveloper-upsale-notice .wpdeveloper-notice-message {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
padding: 10px 0;
|
||||
}
|
||||
.wpdeveloper-upsale-notice .wpdeveloper-notice-message + .notice-dismiss {
|
||||
top: 10px;
|
||||
}
|
||||
.wpdeveloper-upsale-notice #plugin-install-core {
|
||||
margin-left: 10px;
|
||||
}
|
||||
.notice.notice-has-thumbnail {
|
||||
padding-left: 0;
|
||||
}
|
||||
.wpdeveloper-upsale-notice {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
}
|
||||
.wpdeveloper-upsale-notice .wpdeveloper-notice-thumbnail {
|
||||
padding: 10px;
|
||||
width: 40px;
|
||||
}
|
||||
.wpdeveloper-upsale-notice .wpdeveloper-notice-thumbnail img {
|
||||
width: 32px;
|
||||
}
|
||||
.toplevel_page_eael-settings .wp-menu-image img {
|
||||
max-width: 20px;
|
||||
padding-top: 8px !important;
|
||||
}
|
||||
.wpdeveloper-upsale-notice .wpdeveloper-notice-message .button {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.eael-menu-notice {
|
||||
background: red;
|
||||
position: absolute;
|
||||
bottom: 24px;
|
||||
right: 0px;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
box-sizing: border-box;
|
||||
margin: 1px 0 -1px 2px;
|
||||
padding: 0 5px;
|
||||
min-width: 18px;
|
||||
height: 18px;
|
||||
border-radius: 9px;
|
||||
background-color: #D63638;
|
||||
color: #fff;
|
||||
font-size: 11px;
|
||||
line-height: 1.6;
|
||||
text-align: center;
|
||||
z-index: 26;
|
||||
display:none;
|
||||
}
|
||||
|
||||
.notice-essential-addons-for-elementor-black_friday_notice {
|
||||
border-left-color: #3557FF;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.notice-essential-addons-for-elementor-black_friday_notice .button {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.notice-essential-addons-for-elementor-black_friday_notice .gift-icon {
|
||||
font-size: 20px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#wpnotice-essential-addons-for-elementor-review {
|
||||
display: grid !important;
|
||||
grid-template-columns: 80px 1fr !important;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#wpnotice-essential-addons-for-elementor-review a {
|
||||
text-decoration: none;
|
||||
}
|
||||
Reference in New Issue
Block a user