Initial commit: Atomaste website

This commit is contained in:
2025-12-10 12:17:30 -05:00
commit 0b9e5d1605
19260 changed files with 5206382 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
.e-global__preview-item.e-global__color[data-global-id="astratextcolor"] {
border-top: 2px solid #404349;
}
.e-global__color[data-global-id^="astra"] {
background: rgb(64 67 73 / 30%);
padding-top: 8px;
padding-bottom: 8px;
border-bottom: 0;
border-top: 0;
margin-top: 0;
margin-bottom: 0;
}
.e-global__preview-item.e-global__color[data-global-id="astraextracolor4"] {
border-bottom: 2px solid #404349;
}

View File

@@ -0,0 +1,15 @@
.e-global__preview-item.e-global__color[data-global-id="astratextcolor"] {
border-top: 2px solid #404349;
}
.e-global__color[data-global-id^="astra"] {
background: rgb(64 67 73 / 30%);
padding-top: 8px;
padding-bottom: 8px;
border-bottom: 0;
border-top: 0;
margin-top: 0;
margin-bottom: 0;
}
.e-global__preview-item.e-global__color[data-global-id="astraextracolor4"] {
border-bottom: 2px solid #404349;
}

View File

@@ -0,0 +1,15 @@
.e-global__preview-item.e-global__color[data-global-id="astratextcolor"] {
border-top: 2px solid #c3cbd2;
}
.e-global__color[data-global-id^="astra"] {
background: rgb(241 243 245 / 40%);
padding-top: 8px;
padding-bottom: 8px;
border-bottom: 0;
border-top: 0;
margin-top: 0;
margin-bottom: 0;
}
.e-global__preview-item.e-global__color[data-global-id="astraextracolor4"] {
border-bottom: 2px solid rgb(195 203 210);
}

View File

@@ -0,0 +1,15 @@
.e-global__preview-item.e-global__color[data-global-id="astratextcolor"] {
border-top: 2px solid #c3cbd2;
}
.e-global__color[data-global-id^="astra"] {
background: rgb(241 243 245 / 40%);
padding-top: 8px;
padding-bottom: 8px;
border-bottom: 0;
border-top: 0;
margin-top: 0;
margin-bottom: 0;
}
.e-global__preview-item.e-global__color[data-global-id="astraextracolor4"] {
border-bottom: 2px solid rgb(195 203 210);
}

View File

@@ -0,0 +1,92 @@
/**
* CSS code for all Astra Extensions admin screens
*
* @package Astra
* @since 1.0.0
*/
.ast-clear:before, .ast-clear:after {
content: " ";
display: table;
}
.ast-clear:after {
clear: both;
}
/**
* Error Message
*/
#message {
display: block;
margin-right: 0;
}
/**
* Astra Welcome Page
*/
.ast-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
}
.ast-container .ast-normal-cursor.hndle{
cursor: initial;
}
.ast-container .postbox .hndle{
background: #ffffff;
border-bottom: 1px solid #e6e6e6;
}
.ast-container div.notice,
.ast-container div.updated,
.ast-container div.error{
margin-top: 0;
}
.ast-container #poststuff h2{
padding: 12px 12px;
}
.ast-flex{
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
/**
* Astra Welcome screen sidebar
*/
.ast-sidebar .hndle .dashicons{
margin: 0 0 0 5px;
}
/**
* Astra Custom Notice for static position
*/
.ast-notice{
margin-bottom: 20px;
}
.ast-notice.ast-notice-error{
border-right-color: #dc3232;
}
.ast-notice{
background: #fff;
border-right: 4px solid #fff;
box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
padding: 1px 12px;
}
.ast-notice p{
margin: 0.5em 0;
padding: 2px;
}

View File

@@ -0,0 +1,92 @@
/**
* CSS code for all Astra Extensions admin screens
*
* @package Astra
* @since 1.0.0
*/
.ast-clear:before, .ast-clear:after {
content: " ";
display: table;
}
.ast-clear:after {
clear: both;
}
/**
* Error Message
*/
#message {
display: block;
margin-left: 0;
}
/**
* Astra Welcome Page
*/
.ast-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
}
.ast-container .ast-normal-cursor.hndle{
cursor: initial;
}
.ast-container .postbox .hndle{
background: #ffffff;
border-bottom: 1px solid #e6e6e6;
}
.ast-container div.notice,
.ast-container div.updated,
.ast-container div.error{
margin-top: 0;
}
.ast-container #poststuff h2{
padding: 12px 12px;
}
.ast-flex{
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
/**
* Astra Welcome screen sidebar
*/
.ast-sidebar .hndle .dashicons{
margin: 0 5px 0 0;
}
/**
* Astra Custom Notice for static position
*/
.ast-notice{
margin-bottom: 20px;
}
.ast-notice.ast-notice-error{
border-left-color: #dc3232;
}
.ast-notice{
background: #fff;
border-left: 4px solid #fff;
box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
padding: 1px 12px;
}
.ast-notice p{
margin: 0.5em 0;
padding: 2px;
}

View File

@@ -0,0 +1,276 @@
.astra-review-notice-container {
display: flex;
align-items: center;
padding-top: 10px;
}
.astra-review-notice-container .dashicons {
font-size: 1.4em;
padding-right: 10px;
}
.astra-review-notice-container a {
padding-right: 5px;
text-decoration: none;
}
.astra-review-notice-container .dashicons:first-child {
padding-right: 0;
}
.notice-image img {
max-width: 90px;
}
.notice-content .notice-heading {
padding-bottom: 5px;
}
.notice-content {
margin-right: 15px;
}
.notice-container {
padding-top: 10px;
padding-bottom: 10px;
display: flex;
justify-content: left;
align-items: center;
}
#astra-sites-on-active .notice-image img,
#astra-upgrade-pro-wc .notice-image img {
max-width: 50px;
margin-right: 5px;
}
#astra-sites-on-active .notice-content .notice-heading,
#astra-upgrade-pro-wc .notice-content .notice-heading {
margin: 0 0 10px;
padding: 0;
font-weight: 600;
font-size: 1.3em;
color: #1e293b;
}
#astra-sites-on-active .notice-content p,
#astra-upgrade-pro-wc .notice-content p {
padding-top: 0;
margin-top: 0;
margin-bottom: 6px;
color: #475569;
}
#astra-sites-on-active .notice-container,
#astra-upgrade-pro-wc .notice-container {
padding: 18px 0 18px;
align-items: start;
}
#astra-sites-on-active .button.button-hero {
font-size: 13px;
min-height: 30px;
line-height: 26px;
padding: 0 12px;
height: 30px;
}
#astra-sites-on-active .astra-review-notice-container,
#astra-upgrade-pro-wc .astra-review-notice-container {
padding-top: 5px;
}
#astra-sites-on-active .button-primary,
#astra-upgrade-pro-wc .button-primary {
box-shadow: 0 1px 0 #006799;
}
#astra-sites-on-active .button.updating-message:before,
#astra-sites-on-active .button.updated-message:before,
#astra-sites-on-active .button.installed:before,
#astra-sites-on-active .button.installing:before {
margin: 4px -1px 0px 5px;
}
.wp-core-ui .astra-notice-wrapper:has(.ast-welcome-banner) {
padding-left: 0;
}
.ast-welcome-banner {
width: 100%;
display: flex;
gap: 40px;
justify-content: center;
overflow: hidden;
}
.ast-col-left {
width: 50%;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
padding: 40px 28px 40px 0px;
}
.ast-col-right {
width: 50%;
display: flex;
position: relative;
flex-direction: column;
justify-content: center;
align-items: center;
}
.ast-col-right > img {
width: 100%;
position: relative;
}
.ast-welcome-banner .notice-title {
color: #1e293b;
font-size: 30px;
font-weight: 600;
line-height: 40px;
letter-spacing: -0.2px;
margin-top: 12px;
margin-bottom: 12px;
padding: 0;
}
.ast-welcome-banner .description {
color: #475569;
font-size: 16px;
line-height: 28px;
margin-top: 0px;
margin-bottom: 32px;
padding: 0px;
}
#astra-sites-on-active .astra-notice-container .notice-actions > button {
border-radius: 6px;
background: #046bd2;
padding: 12px 24px;
/* shadow/sm */
color: white;
box-shadow: none;
border: none;
font-size: 16px;
font-weight: 500;
line-height: 24px;
}
.ast-welcome-banner .sub-notice-title {
display: flex;
flex-direction: column;
align-self: stretch;
color: #646970;
font-size: 14px;
line-height: 22px;
margin: 0;
padding: 0;
}
.astra-notice-container:has(.ast-welcome-banner) {
padding-top: 0;
padding-bottom: 0;
}
.ast-welcome-banner .notice-actions button {
font-size: 14px;
line-height: 22px;
font-weight: 500;
padding: 12px 24px;
}
p.sub-notice-description {
color: #475569;
font-size: 13px;
line-height: 20px;
text-decoration: underline;
cursor: pointer;
margin: 0;
padding: 16px 0 0;
}
.ast-st-sites-cta {
border: 1px solid #fff;
border-radius: 9999px;
display: flex;
gap: 12px;
justify-content: center;
align-items: center;
align-content: center;
box-shadow: 0px 16px 40px -16px #00000040;
z-index: 9;
padding: 12px;
position: absolute;
bottom: 40px;
background: rgb(228 228 228 / 50%);
backdrop-filter: blur(4px);
}
.ast-st-sites-cta .ast-page-builder-ico {
padding: 8px;
background: #fff;
border-radius: 24px;
width: 20px;
height: 20px;
}
.ast-st-sites-cta span {
font-size: 16px;
line-height: 20px;
color: #0F172A;
font-weight: 700;
width: 100px;
text-align: center;
padding-left: 6px;
border-left: 1px solid #fff;
}
#astra-sites-on-active {
padding: 0;
}
@media screen and (max-width: 1199px) {
.ast-col-right {
display: none;
}
.ast-col-left {
width: 100%;
padding: 20px 24px;
align-items: unset;
}
#astra-sites-on-active .astra-notice-container .notice-actions > button {
width: 100%;
}
}
@media screen and (max-width: 782px) {
.ast-col-left {
width: 100%;
font-size: 14px;
align-items: unset;
padding-right: 15px;
padding-left: 15px;
}
#astra-sites-on-active .astra-notice-container .notice-actions > button {
font-size: 14px;
width: 100%;
}
.ast-welcome-banner .notice-title {
font-size: 22px;
}
.ast-welcome-banner .sub-notice-title,
.ast-welcome-banner .description {
font-size: 14px;
line-height: 24px;
}
}
@media screen and (min-width: 1199px) and (max-width: 1700px) {
.ast-welcome-banner {
max-height: 350px;
}
.ast-col-left {
width: 45%;
}
.ast-col-right {
width: 65%;
}
#astra-sites-on-active .astra-notice-container .notice-actions > button {
font-size: 14px;
}
.ast-welcome-banner .notice-title {
font-size: 24px;
line-height: 36px;
}
.ast-welcome-banner .sub-notice-title {
font-size: 13px;
}
}

View File

@@ -0,0 +1,276 @@
.astra-review-notice-container {
display: flex;
align-items: center;
padding-top: 10px;
}
.astra-review-notice-container .dashicons {
font-size: 1.4em;
padding-left: 10px;
}
.astra-review-notice-container a {
padding-left: 5px;
text-decoration: none;
}
.astra-review-notice-container .dashicons:first-child {
padding-left: 0;
}
.notice-image img {
max-width: 90px;
}
.notice-content .notice-heading {
padding-bottom: 5px;
}
.notice-content {
margin-left: 15px;
}
.notice-container {
padding-top: 10px;
padding-bottom: 10px;
display: flex;
justify-content: left;
align-items: center;
}
#astra-sites-on-active .notice-image img,
#astra-upgrade-pro-wc .notice-image img {
max-width: 50px;
margin-left: 5px;
}
#astra-sites-on-active .notice-content .notice-heading,
#astra-upgrade-pro-wc .notice-content .notice-heading {
margin: 0 0 10px;
padding: 0;
font-weight: 600;
font-size: 1.3em;
color: #1e293b;
}
#astra-sites-on-active .notice-content p,
#astra-upgrade-pro-wc .notice-content p {
padding-top: 0;
margin-top: 0;
margin-bottom: 6px;
color: #475569;
}
#astra-sites-on-active .notice-container,
#astra-upgrade-pro-wc .notice-container {
padding: 18px 0 18px;
align-items: start;
}
#astra-sites-on-active .button.button-hero {
font-size: 13px;
min-height: 30px;
line-height: 26px;
padding: 0 12px;
height: 30px;
}
#astra-sites-on-active .astra-review-notice-container,
#astra-upgrade-pro-wc .astra-review-notice-container {
padding-top: 5px;
}
#astra-sites-on-active .button-primary,
#astra-upgrade-pro-wc .button-primary {
box-shadow: 0 1px 0 #006799;
}
#astra-sites-on-active .button.updating-message:before,
#astra-sites-on-active .button.updated-message:before,
#astra-sites-on-active .button.installed:before,
#astra-sites-on-active .button.installing:before {
margin: 4px 5px 0px -1px;
}
.wp-core-ui .astra-notice-wrapper:has(.ast-welcome-banner) {
padding-right: 0;
}
.ast-welcome-banner {
width: 100%;
display: flex;
gap: 40px;
justify-content: center;
overflow: hidden;
}
.ast-col-left {
width: 50%;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
padding: 40px 0px 40px 28px;
}
.ast-col-right {
width: 50%;
display: flex;
position: relative;
flex-direction: column;
justify-content: center;
align-items: center;
}
.ast-col-right > img {
width: 100%;
position: relative;
}
.ast-welcome-banner .notice-title {
color: #1e293b;
font-size: 30px;
font-weight: 600;
line-height: 40px;
letter-spacing: -0.2px;
margin-top: 12px;
margin-bottom: 12px;
padding: 0;
}
.ast-welcome-banner .description {
color: #475569;
font-size: 16px;
line-height: 28px;
margin-top: 0px;
margin-bottom: 32px;
padding: 0px;
}
#astra-sites-on-active .astra-notice-container .notice-actions > button {
border-radius: 6px;
background: #046bd2;
padding: 12px 24px;
/* shadow/sm */
color: white;
box-shadow: none;
border: none;
font-size: 16px;
font-weight: 500;
line-height: 24px;
}
.ast-welcome-banner .sub-notice-title {
display: flex;
flex-direction: column;
align-self: stretch;
color: #646970;
font-size: 14px;
line-height: 22px;
margin: 0;
padding: 0;
}
.astra-notice-container:has(.ast-welcome-banner) {
padding-top: 0;
padding-bottom: 0;
}
.ast-welcome-banner .notice-actions button {
font-size: 14px;
line-height: 22px;
font-weight: 500;
padding: 12px 24px;
}
p.sub-notice-description {
color: #475569;
font-size: 13px;
line-height: 20px;
text-decoration: underline;
cursor: pointer;
margin: 0;
padding: 16px 0 0;
}
.ast-st-sites-cta {
border: 1px solid #fff;
border-radius: 9999px;
display: flex;
gap: 12px;
justify-content: center;
align-items: center;
align-content: center;
box-shadow: 0px 16px 40px -16px #00000040;
z-index: 9;
padding: 12px;
position: absolute;
bottom: 40px;
background: rgb(228 228 228 / 50%);
backdrop-filter: blur(4px);
}
.ast-st-sites-cta .ast-page-builder-ico {
padding: 8px;
background: #fff;
border-radius: 24px;
width: 20px;
height: 20px;
}
.ast-st-sites-cta span {
font-size: 16px;
line-height: 20px;
color: #0F172A;
font-weight: 700;
width: 100px;
text-align: center;
padding-right: 6px;
border-right: 1px solid #fff;
}
#astra-sites-on-active {
padding: 0;
}
@media screen and (max-width: 1199px) {
.ast-col-right {
display: none;
}
.ast-col-left {
width: 100%;
padding: 20px 24px;
align-items: unset;
}
#astra-sites-on-active .astra-notice-container .notice-actions > button {
width: 100%;
}
}
@media screen and (max-width: 782px) {
.ast-col-left {
width: 100%;
font-size: 14px;
align-items: unset;
padding-left: 15px;
padding-right: 15px;
}
#astra-sites-on-active .astra-notice-container .notice-actions > button {
font-size: 14px;
width: 100%;
}
.ast-welcome-banner .notice-title {
font-size: 22px;
}
.ast-welcome-banner .sub-notice-title,
.ast-welcome-banner .description {
font-size: 14px;
line-height: 24px;
}
}
@media screen and (min-width: 1199px) and (max-width: 1700px) {
.ast-welcome-banner {
max-height: 350px;
}
.ast-col-left {
width: 45%;
}
.ast-col-right {
width: 65%;
}
#astra-sites-on-active .astra-notice-container .notice-actions > button {
font-size: 14px;
}
.ast-welcome-banner .notice-title {
font-size: 24px;
line-height: 36px;
}
.ast-welcome-banner .sub-notice-title {
font-size: 13px;
}
}

View File

@@ -0,0 +1,767 @@
html {
font-size: 93.75%;
}
/* Variables */
/*---------- Media Query min-width Structure ----------*/
/*---------- Media Query max-width Structure ----------*/
/*---------- Break-point min-width Structure ----------*/
/*---------- Break-point max-width Structure ----------*/
/*---------- Font Size ----------*/
/*---------- Line Height ----------*/
/*---------- Site Basic Structure ----------*/
/*---------- z-index Structure ----------*/
/*
* Button mixin- creates a button effect with correct
* highlights/shadows, based on a base color.
*/
.ast-highlight-wpblock-onhover .block-editor-block-list__layout .block-editor-block-list__block {
transition: all 0.2s;
}
.ast-highlight-wpblock-onhover .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted, .ast-highlight-wpblock-onhover .block-editor-block-list__layout .block-editor-block-list__block:hover {
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.ast-highlight-wpblock-onhover .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted:after {
box-shadow: none;
}
.edit-post-visual-editor {
/* must have higher specificity than alternative color schemes inline styles */
}
.edit-post-visual-editor ::selection {
color: #fff;
background: royalblue;
}
.edit-post-visual-editor body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.edit-post-visual-editor body:not(.logged-in) {
position: relative;
}
.edit-post-visual-editor #page {
position: relative;
}
.edit-post-visual-editor a,
.edit-post-visual-editor a:focus {
text-decoration: none;
}
.edit-post-visual-editor a,
.edit-post-visual-editor .site-header a *,
.edit-post-visual-editor .site-footer a *,
.edit-post-visual-editor .secondary a * {
transition: all 0.2s linear;
}
.edit-post-visual-editor .capitalize {
text-transform: uppercase;
}
.edit-post-visual-editor img {
vertical-align: middle;
}
.edit-post-visual-editor .entry-content h1,
.edit-post-visual-editor .entry-content h2,
.edit-post-visual-editor .entry-content h3,
.edit-post-visual-editor .entry-content h4,
.edit-post-visual-editor .entry-content h5,
.edit-post-visual-editor .entry-content h6 {
margin-bottom: 20px;
}
.edit-post-visual-editor p {
margin-bottom: 1.75em;
}
.edit-post-visual-editor blockquote {
margin: 1.5em 3em 1.5em 1em;
font-size: 1.1em;
line-height: inherit;
position: relative;
}
.edit-post-visual-editor .ast-button,
.edit-post-visual-editor .button,
.edit-post-visual-editor input[type="button"],
.edit-post-visual-editor input[type="submit"] {
border-radius: 0;
padding: 18px 30px;
border: 0;
box-shadow: none;
text-shadow: none;
}
.edit-post-visual-editor .ast-button:hover,
.edit-post-visual-editor .button:hover,
.edit-post-visual-editor input[type="button"]:hover,
.edit-post-visual-editor input[type="submit"]:hover {
box-shadow: none;
}
.edit-post-visual-editor .ast-button:active, .edit-post-visual-editor .ast-button:focus,
.edit-post-visual-editor .button:active,
.edit-post-visual-editor .button:focus,
.edit-post-visual-editor input[type="button"]:active,
.edit-post-visual-editor input[type="button"]:focus,
.edit-post-visual-editor input[type="submit"]:active,
.edit-post-visual-editor input[type="submit"]:focus {
box-shadow: none;
}
.edit-post-visual-editor .site-title {
font-weight: normal;
}
.edit-post-visual-editor .site-title,
.edit-post-visual-editor .site-description {
margin-bottom: 0;
}
.edit-post-visual-editor .site-title a,
.edit-post-visual-editor .site-title:hover a,
.edit-post-visual-editor .site-title:focus a,
.edit-post-visual-editor .site-description a,
.edit-post-visual-editor .site-description:hover a,
.edit-post-visual-editor .site-description:focus a {
transition: all 0.2s linear;
}
.edit-post-visual-editor .site-title a,
.edit-post-visual-editor .site-title a:focus,
.edit-post-visual-editor .site-title a:hover,
.edit-post-visual-editor .site-title a:visited {
color: #222;
}
.edit-post-visual-editor .site-description a,
.edit-post-visual-editor .site-description a:focus,
.edit-post-visual-editor .site-description a:hover,
.edit-post-visual-editor .site-description a:visited {
color: #999;
}
.edit-post-visual-editor .search-form .search-field {
outline: none;
}
.edit-post-visual-editor .ast-search-menu-icon {
position: relative;
z-index: 3;
}
.edit-post-visual-editor .site .skip-link {
background-color: #f1f1f1;
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
color: #21759b;
display: block;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-size: 14px;
font-weight: 700;
right: -9999em;
outline: none;
padding: 15px 23px 14px;
text-decoration: none;
text-transform: none;
top: -9999em;
}
.edit-post-visual-editor .site .skip-link:focus {
clip: auto;
height: auto;
right: 6px;
top: 7px;
width: auto;
z-index: 100000;
outline: thin dotted;
}
.logged-in .edit-post-visual-editor .site .skip-link {
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
font-family: "Open Sans", sans-serif;
}
.edit-post-visual-editor h1, .edit-post-visual-editor h2, .edit-post-visual-editor h3, .edit-post-visual-editor h4, .edit-post-visual-editor h5, .edit-post-visual-editor h6 {
clear: both;
}
.edit-post-visual-editor h1,
.edit-post-visual-editor .entry-content h1 {
color: #808285;
font-size: 2em;
line-height: 1.2;
}
.edit-post-visual-editor h2,
.edit-post-visual-editor .entry-content h2 {
color: #808285;
font-size: 1.7em;
line-height: 1.3;
}
.edit-post-visual-editor h3,
.edit-post-visual-editor .entry-content h3 {
color: #808285;
font-size: 1.5em;
line-height: 1.4;
}
.edit-post-visual-editor h4,
.edit-post-visual-editor .entry-content h4 {
color: #808285;
line-height: 1.5;
font-size: 1.3em;
}
.edit-post-visual-editor h5,
.edit-post-visual-editor .entry-content h5 {
color: #808285;
line-height: 1.6;
font-size: 1.2em;
}
.edit-post-visual-editor h6,
.edit-post-visual-editor .entry-content h6 {
color: #808285;
line-height: 1.7;
font-size: 1.1em;
}
.edit-post-visual-editor .wp-block-heading h1 {
line-height: 1.2;
}
.edit-post-visual-editor .wp-block-heading h2 {
line-height: 1.3;
}
.edit-post-visual-editor .wp-block-heading h3 {
line-height: 1.4;
}
.edit-post-visual-editor .wp-block-heading h4 {
line-height: 1.5;
}
.edit-post-visual-editor .wp-block-heading h5 {
line-height: 1.6;
}
.edit-post-visual-editor .wp-block-heading h6 {
line-height: 1.7;
}
.edit-post-visual-editor button.components-button {
color: inherit;
}
#editor .edit-post-visual-editor.responsive-enabled {
background-color: #2f2f2f;
}
.editor-styles-wrapper .block-editor-block-list__block h1 {
line-height: 1.2;
}
.editor-styles-wrapper .block-editor-block-list__block h2 {
line-height: 1.3;
}
.editor-styles-wrapper .block-editor-block-list__block h3 {
line-height: 1.4;
}
.editor-styles-wrapper .block-editor-block-list__block h4 {
line-height: 1.5;
}
.editor-styles-wrapper .block-editor-block-list__block h5 {
line-height: 1.6;
}
.editor-styles-wrapper .block-editor-block-list__block h6 {
line-height: 1.7;
}
.edit-post-visual-editor p,
.block-editor-block-list__block p,
.editor-default-block-appender textarea.editor-default-block-appender__content {
font-size: 15px;
font-size: 1rem;
}
.editor-post-title__block .editor-post-title__input {
font-size: 30px;
font-size: 2rem;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
font-weight: normal;
}
@media (min-width: 600px) {
.edit-post-visual-editor .block-editor-block-list__block {
padding-right: 0;
padding-left: 0;
}
}
.edit-post-visual-editor .block-editor-block-list__block .editor-block-list__block-edit {
margin-right: 0;
margin-left: 0;
}
.edit-post-visual-editor .block-editor-block-list__block > .editor-block-mover {
right: -50px;
top: -5px;
}
@media (min-width: 600px) {
.edit-post-visual-editor .block-editor-block-list__block.wp-block-quote {
padding: 1.2em;
}
}
.block-editor-block-list__block[data-align=full] {
max-width: none;
}
@media (min-width: 600px) {
.block-editor-block-list__block[data-align=full] .editor-block-list__block-edit {
padding-right: 0;
padding-left: 0;
}
}
.block-editor-block-list__block[data-align=wide] {
max-width: 1400px;
}
.editor-default-block-appender__content {
margin-top: 32px;
}
.wp-block-latest-posts.is-grid {
list-style: none;
}
.blocks-gallery-grid {
margin: 0;
}
.wp-block-gallery {
margin: 0;
}
.wp-block-gallery.is-cropped .blocks-gallery-item img {
height: 100%;
}
.edit-post-visual-editor .blocks-gallery-grid {
margin: 0;
}
.wp-block-latest-posts {
margin-right: 0;
}
.wp-block-latest-posts li {
list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: inherit;
}
.mce-widget i {
font-style: normal;
}
#elementor-editor-button {
background: #0073aa;
border-color: #0073aa;
color: #fff;
font-size: 14px;
height: 46px;
line-height: 44px;
padding: 0 36px;
display: inline-block;
border-width: 1px;
border-style: solid;
-webkit-appearance: none;
border-radius: 3px;
white-space: nowrap;
box-sizing: border-box;
box-shadow: 0 2px 0 #006799;
}
#elementor-editor-button:hover, #elementor-editor-button:focus {
background: #007db9;
border-color: #00699b;
color: #fff;
}
#elementor-editor-button:focus {
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0073aa;
}
#elementor-editor-button:active {
background: #006291;
border-color: #006291;
color: #fff;
}
#elementor-editor-button.active, #elementor-editor-button.active:focus, #elementor-editor-button.active:hover {
background: #0073aa;
color: #fff;
border-color: #003f5e;
box-shadow: inset 0 2px 5px -3px black;
}
#elementor-editor-button i {
font-style: normal;
color: white;
}
.editor-media-placeholder button,
.fl-builder-layout-launch-view button {
margin: 2px;
}
.fl-builder-layout-launch-view .is-primary.is-primary {
color: white;
}
.ast-separate-container #wpwrap .edit-post-visual-editor {
background-color: #f5f5f5;
}
/**
* Woocommerce Gutenberg Blocks Product Grid CSS Compatibility.
*/
.wc-block-grid .wc-block-grid__products .wc-block-grid__product {
text-align: right;
margin-bottom: 2.5em;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product.product-category > a {
display: inline-block;
position: relative;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product a img {
width: 100%;
height: auto;
display: block;
margin: 0 0 .8em 0;
box-shadow: none;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
margin-bottom: .5em;
padding: 0;
font-size: 1em;
line-height: 1.2;
font-weight: inherit;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .star-rating {
margin: 0 0 .5em auto;
backface-visibility: hidden;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__link {
position: relative;
display: block;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__link:hover .ast-shop-product-out-of-stock {
background-color: white;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product.product-category > a:hover .woocommerce-loop-category__title {
background-color: white;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title {
bottom: 1.8em;
font-size: 0.9em;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title .count {
font-size: .7em;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .price {
line-height: 1.3;
margin-bottom: 0;
font-weight: 700;
margin-bottom: .5em;
font-size: .9em;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .price del {
display: initial;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
margin-top: .5em;
margin-bottom: .5em;
white-space: normal;
line-height: 1.3;
font-size: 100%;
font-weight: 700;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.added {
margin-bottom: 0;
transition: margin 0s;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title {
text-transform: uppercase;
font-weight: bold;
line-height: 1.5;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title .count {
display: block;
background: none;
opacity: .5;
font-size: .75em;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale {
min-width: 3em;
min-height: 3em;
line-height: 3em;
padding: 0;
font-size: 1em;
font-weight: normal;
text-transform: capitalize;
position: absolute;
text-align: center;
border-radius: 100%;
z-index: 9;
top: 0;
left: 15px;
right: auto;
margin: -0.5em 0 0 -0.5em;
}
.edit-post-visual-editor__post-title-wrapper {
position: relative;
max-width: var(--wp--custom--ast-content-width-size);
margin-right: auto !important;
margin-left: auto !important;
margin-bottom: 1.5em;
}
.edit-post-visual-editor__post-title-wrapper.invisible {
opacity: 0.5;
}
.edit-post-visual-editor__post-title-wrapper .title-visibility {
cursor: pointer;
font-size: 18px;
width: 36px;
height: 100%;
text-align: center;
color: var(--wp-admin-theme-color);
vertical-align: middle;
position: absolute;
right: -37px;
bottom: 0;
opacity: 0;
margin: 0 !important;
padding: 0 !important;
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
transition: all 0.2s;
}
.edit-post-visual-editor__post-title-wrapper .title-visibility:before {
width: 100%;
height: 100%;
display: inline-flex;
align-items: center;
justify-content: center;
}
.edit-post-visual-editor__post-title-wrapper .title-visibility:after {
content: attr(data-tooltip);
white-space: nowrap;
border-radius: 2px;
pointer-events: none;
color: #fff;
background: #1e1e1e;
opacity: 0;
visibility: hidden;
width: max-content;
line-height: 26px;
margin-right: -1px;
display: flex;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
align-items: flex-start;
padding: 0 6px;
font-size: 12px;
transition: all 0.2s;
}
.edit-post-visual-editor__post-title-wrapper h1.editor-post-title__input {
padding: 10px 6px;
transition: all 0.2s;
}
.edit-post-visual-editor__post-title-wrapper h1.editor-post-title__input.is-selected {
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
}
.edit-post-visual-editor__post-title-wrapper h1.editor-post-title__input.is-selected + .title-visibility {
opacity: 1;
color: var(--wp-admin-theme-color);
}
.edit-post-visual-editor__post-title-wrapper .ast-show-visibility-icon {
opacity: 1;
color: var(--wp-admin-theme-color);
}
.edit-post-visual-editor__post-title-wrapper .ast-show-editor-title-outline {
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
}
.ast-page-builder-template .edit-post-visual-editor__post-title-wrapper, .ast-stacked-title-visibility .edit-post-visual-editor__post-title-wrapper {
max-width: none;
padding: 0 20px;
}
.ast-page-builder-template .edit-post-visual-editor__post-title-wrapper .title-visibility, .ast-stacked-title-visibility .edit-post-visual-editor__post-title-wrapper .title-visibility {
right: unset;
top: -41px;
height: 40px;
}
/**
* Gutenberg editor improving UI/UX.
*/
.edit-post-visual-editor ul.block-editor-block-list__block,
.edit-post-visual-editor ol.block-editor-block-list__block {
margin-right: 20px;
}
.block-editor-block-list__block.wp-block.wp-social-link {
font-size: inherit;
}
.edit-post-visual-editor .block-editor-block-list__block.wp-social-link {
padding: 0;
}
.wp-block ol, .wp-block ul {
margin-right: 20px;
margin-left: 20px;
}
.edit-post-visual-editor .wp-block.wp-block-shortcode {
padding: 20px;
}
.wp-block-table td, .wp-block-table th {
padding: 0.5em;
border: 1px solid;
word-break: normal;
}
.edit-post-visual-editor pre.wp-block, .edit-post-visual-editor .wp-block.wp-block-query-title {
padding-right: 20px;
}
.block-editor-block-list__layout .block-editor-block-list__block.wp-block-button:not(:first-child) {
padding-right: 0;
padding-left: 0;
}
.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon {
margin: 6px 0 0 -2px;
border-radius: 0;
}
.components-dropdown__content .components-popover__content {
min-width: 290px;
}
.components-color-palette__custom-color-dropdown-content .components-popover__content {
min-width: auto;
}
.wp-block-buttons > .wp-block.wp-block-button {
padding-left: 0;
}
.wp-block .wp-block-categories__list {
padding-right: 0;
}
.wp-block-latest-comments .wp-block-latest-comments {
margin-right: 0;
}
.wp-block-quote.is-style-large cite {
text-align: right;
}
.editor-styles-wrapper p {
line-height: 1.85714285714286;
}
.wp-block-paragraph.has-background {
padding: 1.25em 2.375em;
}
.ast-theme-block-color-name {
mix-blend-mode: difference;
}
.components-color-palette__custom-color {
text-align: right;
padding-right: 5px;
}
h1.wp-block.has-background,
h2.wp-block.has-background,
h3.wp-block.has-background,
h4.wp-block.has-background,
h5.wp-block.has-background,
h6.wp-block.has-background {
padding: 1.25em 2.375em;
}
/**
* 6.3 Compatibility fixes in block editor.
*/
span.title-visibility svg {
position: absolute;
top: 50%;
right: 50%;
transform: translate(50%, -50%);
width: 16px;
height: 40px;
fill: var(--wp-admin-theme-color);
}
#astra_settings_meta_box .components-button.is-primary:hover:not(:disabled),
.ast-meta-settings-content .components-button.is-primary:hover:not(:disabled) {
background: var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6)) !important;
color: var(--wp-components-color-accent-inverted, #fff) !important;
}

View File

@@ -0,0 +1,767 @@
html {
font-size: 93.75%;
}
/* Variables */
/*---------- Media Query min-width Structure ----------*/
/*---------- Media Query max-width Structure ----------*/
/*---------- Break-point min-width Structure ----------*/
/*---------- Break-point max-width Structure ----------*/
/*---------- Font Size ----------*/
/*---------- Line Height ----------*/
/*---------- Site Basic Structure ----------*/
/*---------- z-index Structure ----------*/
/*
* Button mixin- creates a button effect with correct
* highlights/shadows, based on a base color.
*/
.ast-highlight-wpblock-onhover .block-editor-block-list__layout .block-editor-block-list__block {
transition: all 0.2s;
}
.ast-highlight-wpblock-onhover .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted, .ast-highlight-wpblock-onhover .block-editor-block-list__layout .block-editor-block-list__block:hover {
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.ast-highlight-wpblock-onhover .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted:after {
box-shadow: none;
}
.edit-post-visual-editor {
/* must have higher specificity than alternative color schemes inline styles */
}
.edit-post-visual-editor ::selection {
color: #fff;
background: royalblue;
}
.edit-post-visual-editor body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.edit-post-visual-editor body:not(.logged-in) {
position: relative;
}
.edit-post-visual-editor #page {
position: relative;
}
.edit-post-visual-editor a,
.edit-post-visual-editor a:focus {
text-decoration: none;
}
.edit-post-visual-editor a,
.edit-post-visual-editor .site-header a *,
.edit-post-visual-editor .site-footer a *,
.edit-post-visual-editor .secondary a * {
transition: all 0.2s linear;
}
.edit-post-visual-editor .capitalize {
text-transform: uppercase;
}
.edit-post-visual-editor img {
vertical-align: middle;
}
.edit-post-visual-editor .entry-content h1,
.edit-post-visual-editor .entry-content h2,
.edit-post-visual-editor .entry-content h3,
.edit-post-visual-editor .entry-content h4,
.edit-post-visual-editor .entry-content h5,
.edit-post-visual-editor .entry-content h6 {
margin-bottom: 20px;
}
.edit-post-visual-editor p {
margin-bottom: 1.75em;
}
.edit-post-visual-editor blockquote {
margin: 1.5em 1em 1.5em 3em;
font-size: 1.1em;
line-height: inherit;
position: relative;
}
.edit-post-visual-editor .ast-button,
.edit-post-visual-editor .button,
.edit-post-visual-editor input[type="button"],
.edit-post-visual-editor input[type="submit"] {
border-radius: 0;
padding: 18px 30px;
border: 0;
box-shadow: none;
text-shadow: none;
}
.edit-post-visual-editor .ast-button:hover,
.edit-post-visual-editor .button:hover,
.edit-post-visual-editor input[type="button"]:hover,
.edit-post-visual-editor input[type="submit"]:hover {
box-shadow: none;
}
.edit-post-visual-editor .ast-button:active, .edit-post-visual-editor .ast-button:focus,
.edit-post-visual-editor .button:active,
.edit-post-visual-editor .button:focus,
.edit-post-visual-editor input[type="button"]:active,
.edit-post-visual-editor input[type="button"]:focus,
.edit-post-visual-editor input[type="submit"]:active,
.edit-post-visual-editor input[type="submit"]:focus {
box-shadow: none;
}
.edit-post-visual-editor .site-title {
font-weight: normal;
}
.edit-post-visual-editor .site-title,
.edit-post-visual-editor .site-description {
margin-bottom: 0;
}
.edit-post-visual-editor .site-title a,
.edit-post-visual-editor .site-title:hover a,
.edit-post-visual-editor .site-title:focus a,
.edit-post-visual-editor .site-description a,
.edit-post-visual-editor .site-description:hover a,
.edit-post-visual-editor .site-description:focus a {
transition: all 0.2s linear;
}
.edit-post-visual-editor .site-title a,
.edit-post-visual-editor .site-title a:focus,
.edit-post-visual-editor .site-title a:hover,
.edit-post-visual-editor .site-title a:visited {
color: #222;
}
.edit-post-visual-editor .site-description a,
.edit-post-visual-editor .site-description a:focus,
.edit-post-visual-editor .site-description a:hover,
.edit-post-visual-editor .site-description a:visited {
color: #999;
}
.edit-post-visual-editor .search-form .search-field {
outline: none;
}
.edit-post-visual-editor .ast-search-menu-icon {
position: relative;
z-index: 3;
}
.edit-post-visual-editor .site .skip-link {
background-color: #f1f1f1;
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
color: #21759b;
display: block;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-size: 14px;
font-weight: 700;
left: -9999em;
outline: none;
padding: 15px 23px 14px;
text-decoration: none;
text-transform: none;
top: -9999em;
}
.edit-post-visual-editor .site .skip-link:focus {
clip: auto;
height: auto;
left: 6px;
top: 7px;
width: auto;
z-index: 100000;
outline: thin dotted;
}
.logged-in .edit-post-visual-editor .site .skip-link {
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
font-family: "Open Sans", sans-serif;
}
.edit-post-visual-editor h1, .edit-post-visual-editor h2, .edit-post-visual-editor h3, .edit-post-visual-editor h4, .edit-post-visual-editor h5, .edit-post-visual-editor h6 {
clear: both;
}
.edit-post-visual-editor h1,
.edit-post-visual-editor .entry-content h1 {
color: #808285;
font-size: 2em;
line-height: 1.2;
}
.edit-post-visual-editor h2,
.edit-post-visual-editor .entry-content h2 {
color: #808285;
font-size: 1.7em;
line-height: 1.3;
}
.edit-post-visual-editor h3,
.edit-post-visual-editor .entry-content h3 {
color: #808285;
font-size: 1.5em;
line-height: 1.4;
}
.edit-post-visual-editor h4,
.edit-post-visual-editor .entry-content h4 {
color: #808285;
line-height: 1.5;
font-size: 1.3em;
}
.edit-post-visual-editor h5,
.edit-post-visual-editor .entry-content h5 {
color: #808285;
line-height: 1.6;
font-size: 1.2em;
}
.edit-post-visual-editor h6,
.edit-post-visual-editor .entry-content h6 {
color: #808285;
line-height: 1.7;
font-size: 1.1em;
}
.edit-post-visual-editor .wp-block-heading h1 {
line-height: 1.2;
}
.edit-post-visual-editor .wp-block-heading h2 {
line-height: 1.3;
}
.edit-post-visual-editor .wp-block-heading h3 {
line-height: 1.4;
}
.edit-post-visual-editor .wp-block-heading h4 {
line-height: 1.5;
}
.edit-post-visual-editor .wp-block-heading h5 {
line-height: 1.6;
}
.edit-post-visual-editor .wp-block-heading h6 {
line-height: 1.7;
}
.edit-post-visual-editor button.components-button {
color: inherit;
}
#editor .edit-post-visual-editor.responsive-enabled {
background-color: #2f2f2f;
}
.editor-styles-wrapper .block-editor-block-list__block h1 {
line-height: 1.2;
}
.editor-styles-wrapper .block-editor-block-list__block h2 {
line-height: 1.3;
}
.editor-styles-wrapper .block-editor-block-list__block h3 {
line-height: 1.4;
}
.editor-styles-wrapper .block-editor-block-list__block h4 {
line-height: 1.5;
}
.editor-styles-wrapper .block-editor-block-list__block h5 {
line-height: 1.6;
}
.editor-styles-wrapper .block-editor-block-list__block h6 {
line-height: 1.7;
}
.edit-post-visual-editor p,
.block-editor-block-list__block p,
.editor-default-block-appender textarea.editor-default-block-appender__content {
font-size: 15px;
font-size: 1rem;
}
.editor-post-title__block .editor-post-title__input {
font-size: 30px;
font-size: 2rem;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
font-weight: normal;
}
@media (min-width: 600px) {
.edit-post-visual-editor .block-editor-block-list__block {
padding-left: 0;
padding-right: 0;
}
}
.edit-post-visual-editor .block-editor-block-list__block .editor-block-list__block-edit {
margin-left: 0;
margin-right: 0;
}
.edit-post-visual-editor .block-editor-block-list__block > .editor-block-mover {
left: -50px;
top: -5px;
}
@media (min-width: 600px) {
.edit-post-visual-editor .block-editor-block-list__block.wp-block-quote {
padding: 1.2em;
}
}
.block-editor-block-list__block[data-align=full] {
max-width: none;
}
@media (min-width: 600px) {
.block-editor-block-list__block[data-align=full] .editor-block-list__block-edit {
padding-left: 0;
padding-right: 0;
}
}
.block-editor-block-list__block[data-align=wide] {
max-width: 1400px;
}
.editor-default-block-appender__content {
margin-top: 32px;
}
.wp-block-latest-posts.is-grid {
list-style: none;
}
.blocks-gallery-grid {
margin: 0;
}
.wp-block-gallery {
margin: 0;
}
.wp-block-gallery.is-cropped .blocks-gallery-item img {
height: 100%;
}
.edit-post-visual-editor .blocks-gallery-grid {
margin: 0;
}
.wp-block-latest-posts {
margin-left: 0;
}
.wp-block-latest-posts li {
list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: inherit;
}
.mce-widget i {
font-style: normal;
}
#elementor-editor-button {
background: #0073aa;
border-color: #0073aa;
color: #fff;
font-size: 14px;
height: 46px;
line-height: 44px;
padding: 0 36px;
display: inline-block;
border-width: 1px;
border-style: solid;
-webkit-appearance: none;
border-radius: 3px;
white-space: nowrap;
box-sizing: border-box;
box-shadow: 0 2px 0 #006799;
}
#elementor-editor-button:hover, #elementor-editor-button:focus {
background: #007db9;
border-color: #00699b;
color: #fff;
}
#elementor-editor-button:focus {
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0073aa;
}
#elementor-editor-button:active {
background: #006291;
border-color: #006291;
color: #fff;
}
#elementor-editor-button.active, #elementor-editor-button.active:focus, #elementor-editor-button.active:hover {
background: #0073aa;
color: #fff;
border-color: #003f5e;
box-shadow: inset 0 2px 5px -3px black;
}
#elementor-editor-button i {
font-style: normal;
color: white;
}
.editor-media-placeholder button,
.fl-builder-layout-launch-view button {
margin: 2px;
}
.fl-builder-layout-launch-view .is-primary.is-primary {
color: white;
}
.ast-separate-container #wpwrap .edit-post-visual-editor {
background-color: #f5f5f5;
}
/**
* Woocommerce Gutenberg Blocks Product Grid CSS Compatibility.
*/
.wc-block-grid .wc-block-grid__products .wc-block-grid__product {
text-align: left;
margin-bottom: 2.5em;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product.product-category > a {
display: inline-block;
position: relative;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product a img {
width: 100%;
height: auto;
display: block;
margin: 0 0 .8em 0;
box-shadow: none;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
margin-bottom: .5em;
padding: 0;
font-size: 1em;
line-height: 1.2;
font-weight: inherit;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .star-rating {
margin: 0 auto .5em 0;
backface-visibility: hidden;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__link {
position: relative;
display: block;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__link:hover .ast-shop-product-out-of-stock {
background-color: white;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product.product-category > a:hover .woocommerce-loop-category__title {
background-color: white;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title {
bottom: 1.8em;
font-size: 0.9em;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title .count {
font-size: .7em;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .price {
line-height: 1.3;
margin-bottom: 0;
font-weight: 700;
margin-bottom: .5em;
font-size: .9em;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .price del {
display: initial;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
margin-top: .5em;
margin-bottom: .5em;
white-space: normal;
line-height: 1.3;
font-size: 100%;
font-weight: 700;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.added {
margin-bottom: 0;
transition: margin 0s;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title {
text-transform: uppercase;
font-weight: bold;
line-height: 1.5;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title .count {
display: block;
background: none;
opacity: .5;
font-size: .75em;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale {
min-width: 3em;
min-height: 3em;
line-height: 3em;
padding: 0;
font-size: 1em;
font-weight: normal;
text-transform: capitalize;
position: absolute;
text-align: center;
border-radius: 100%;
z-index: 9;
top: 0;
right: 15px;
left: auto;
margin: -0.5em -0.5em 0 0;
}
.edit-post-visual-editor__post-title-wrapper {
position: relative;
max-width: var(--wp--custom--ast-content-width-size);
margin-left: auto !important;
margin-right: auto !important;
margin-bottom: 1.5em;
}
.edit-post-visual-editor__post-title-wrapper.invisible {
opacity: 0.5;
}
.edit-post-visual-editor__post-title-wrapper .title-visibility {
cursor: pointer;
font-size: 18px;
width: 36px;
height: 100%;
text-align: center;
color: var(--wp-admin-theme-color);
vertical-align: middle;
position: absolute;
left: -37px;
bottom: 0;
opacity: 0;
margin: 0 !important;
padding: 0 !important;
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
transition: all 0.2s;
}
.edit-post-visual-editor__post-title-wrapper .title-visibility:before {
width: 100%;
height: 100%;
display: inline-flex;
align-items: center;
justify-content: center;
}
.edit-post-visual-editor__post-title-wrapper .title-visibility:after {
content: attr(data-tooltip);
white-space: nowrap;
border-radius: 2px;
pointer-events: none;
color: #fff;
background: #1e1e1e;
opacity: 0;
visibility: hidden;
width: max-content;
line-height: 26px;
margin-left: -1px;
display: flex;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
align-items: flex-start;
padding: 0 6px;
font-size: 12px;
transition: all 0.2s;
}
.edit-post-visual-editor__post-title-wrapper h1.editor-post-title__input {
padding: 10px 6px;
transition: all 0.2s;
}
.edit-post-visual-editor__post-title-wrapper h1.editor-post-title__input.is-selected {
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
}
.edit-post-visual-editor__post-title-wrapper h1.editor-post-title__input.is-selected + .title-visibility {
opacity: 1;
color: var(--wp-admin-theme-color);
}
.edit-post-visual-editor__post-title-wrapper .ast-show-visibility-icon {
opacity: 1;
color: var(--wp-admin-theme-color);
}
.edit-post-visual-editor__post-title-wrapper .ast-show-editor-title-outline {
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
}
.ast-page-builder-template .edit-post-visual-editor__post-title-wrapper, .ast-stacked-title-visibility .edit-post-visual-editor__post-title-wrapper {
max-width: none;
padding: 0 20px;
}
.ast-page-builder-template .edit-post-visual-editor__post-title-wrapper .title-visibility, .ast-stacked-title-visibility .edit-post-visual-editor__post-title-wrapper .title-visibility {
left: unset;
top: -41px;
height: 40px;
}
/**
* Gutenberg editor improving UI/UX.
*/
.edit-post-visual-editor ul.block-editor-block-list__block,
.edit-post-visual-editor ol.block-editor-block-list__block {
margin-left: 20px;
}
.block-editor-block-list__block.wp-block.wp-social-link {
font-size: inherit;
}
.edit-post-visual-editor .block-editor-block-list__block.wp-social-link {
padding: 0;
}
.wp-block ol, .wp-block ul {
margin-left: 20px;
margin-right: 20px;
}
.edit-post-visual-editor .wp-block.wp-block-shortcode {
padding: 20px;
}
.wp-block-table td, .wp-block-table th {
padding: 0.5em;
border: 1px solid;
word-break: normal;
}
.edit-post-visual-editor pre.wp-block, .edit-post-visual-editor .wp-block.wp-block-query-title {
padding-left: 20px;
}
.block-editor-block-list__layout .block-editor-block-list__block.wp-block-button:not(:first-child) {
padding-left: 0;
padding-right: 0;
}
.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon {
margin: 6px -2px 0 0;
border-radius: 0;
}
.components-dropdown__content .components-popover__content {
min-width: 290px;
}
.components-color-palette__custom-color-dropdown-content .components-popover__content {
min-width: auto;
}
.wp-block-buttons > .wp-block.wp-block-button {
padding-right: 0;
}
.wp-block .wp-block-categories__list {
padding-left: 0;
}
.wp-block-latest-comments .wp-block-latest-comments {
margin-left: 0;
}
.wp-block-quote.is-style-large cite {
text-align: left;
}
.editor-styles-wrapper p {
line-height: 1.85714285714286;
}
.wp-block-paragraph.has-background {
padding: 1.25em 2.375em;
}
.ast-theme-block-color-name {
mix-blend-mode: difference;
}
.components-color-palette__custom-color {
text-align: left;
padding-left: 5px;
}
h1.wp-block.has-background,
h2.wp-block.has-background,
h3.wp-block.has-background,
h4.wp-block.has-background,
h5.wp-block.has-background,
h6.wp-block.has-background {
padding: 1.25em 2.375em;
}
/**
* 6.3 Compatibility fixes in block editor.
*/
span.title-visibility svg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 16px;
height: 40px;
fill: var(--wp-admin-theme-color);
}
#astra_settings_meta_box .components-button.is-primary:hover:not(:disabled),
.ast-meta-settings-content .components-button.is-primary:hover:not(:disabled) {
background: var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6)) !important;
color: var(--wp-components-color-accent-inverted, #fff) !important;
}

View File

@@ -0,0 +1,198 @@
/**
* Customizer Header-n-Footer section edit highligheting CSS.
*
* With new design improvements.
*/
.ast-primary-header-bar, .ast-above-header-bar, .ast-below-header-bar, .site-footer-focus-item, .customizer-item-block-preview {
outline: 1px solid transparent;
position: relative;
transition: outline 0.15s ease;
outline-offset: -1px;
}
.site-header-focus-item .customize-partial-edit-shortcut, .site-footer-focus-item .customize-partial-edit-shortcut, .customizer-item-block-preview .customize-partial-edit-shortcut{
opacity: 0;
transition: all 0.2s;
top: 5px;
}
.ast-builder-grid-row-container > .customize-partial-edit-shortcut.row-editor-shortcut, .customize-partial-edit-shortcut.row-editor-shortcut {
right: 26px;
}
/**
* Customizer edit icon custom positioning.
*/
.ast-builder-layout-element.site-header-focus-item .customize-partial-edit-shortcut button, .site-footer-focus-item .customize-partial-edit-shortcut button {
right: 0;
top: 5px;
border-radius: 2px;
}
body.customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut button {
width: 26px;
height: 26px;
min-width: 26px;
min-height: 26px;
border-width: 1px;
border-radius: 2px;
box-shadow: none;
text-shadow: none;
}
.site-footer-focus-item .customize-partial-edit-shortcut button {
top: 0;
}
.ast-below-header .ast-header-button-2 .customize-partial-edit-shortcut-button, .ast-below-header .ast-header-button-1 .customize-partial-edit-shortcut-button {
top: -10px;
}
.ast-builder-layout-element.site-header-focus-item[data-section="title_tagline"] .customize-partial-edit-shortcut {
top: 25px;
}
.site-header-focus-item[data-section="section-header-mobile-trigger"] .customize-partial-edit-shortcut {
top: -10px;
right: 0px;
}
.ast-primary-header-bar:hover, .ast-above-header-bar:hover, .ast-below-header-bar:hover,
.site-primary-footer-wrap.site-footer-focus-item:hover, .site-above-footer-wrap.site-footer-focus-item:hover, .site-below-footer-wrap.site-footer-focus-item:hover,.customizer-item-block-preview:hover {
outline: 1px solid #007cba;
}
.site-footer-focus-item:hover > * > .customize-partial-edit-shortcut,.site-footer-focus-item:hover > div.customize-partial-edit-shortcut, .ast-primary-header-bar:hover .row-editor-shortcut, .customizer-item-block-preview:hover .row-editor-shortcut, .ast-above-header-bar:hover .row-editor-shortcut, .ast-below-header-bar:hover .row-editor-shortcut, .site-header-focus-item:hover > * > .customize-partial-edit-shortcut, .site-header-focus-item:hover > .customize-partial-edit-shortcut, .customizer-item-block-preview:hover > .customize-partial-edit-shortcut {
opacity: 1;
}
.customize-partial-edit-shortcut-astra-settings-disable-primary-nav, .customize-partial-edit-shortcut-custom_logo {
display: none;
}
.customize-partial-edit-shortcut.row-editor-shortcut > button {
box-shadow: unset;
border: unset;
top: -3px;
right: -24px;
border-radius: 0 0 0 2px;
}
.customize-partial-edit-shortcut > button {
width: 26px;
height: 26px;
min-width: 26px;
min-height: 26px;
border: 1px solid #fff;
box-shadow: none;
text-shadow: none;
}
.elementor-page .customize-partial-edit-shortcut button {
width: 26px !important;
height: 26px !important;
min-width: 26px !important;
min-height: 26px !important;
border-radius: 2px !important;
border: 1px solid #fff !important;
box-shadow: none !important;
text-shadow: none !important;
padding: 3px !important;
}
.customize-partial-edit-shortcut > button svg {
min-width: 16px;
min-height: 16px;
width: 16px;
height: 16px;
}
/**
* Footer widget edit icon compatible CSS.
*/
.footer-widget-area .widget {
position: relative;
}
.footer-widget-area .widget:hover > .customize-partial-edit-shortcut {
opacity: 1;
}
/**
* Customizer Edit pencil - Set Position
*/
.customize-partial-edit-shortcut-blogname button.customize-partial-edit-shortcut-button, .customize-partial-edit-shortcut-blogdescription button.customize-partial-edit-shortcut-button, .customize-partial-edit-shortcut-astra-settings-display-site-title-responsive button.customize-partial-edit-shortcut-button, .customize-partial-edit-shortcut-astra-settings-display-site-tagline-responsive button.customize-partial-edit-shortcut-button, .customize-partial-edit-shortcut-custom_logo button.customize-partial-edit-shortcut-button, .customize-partial-edit-shortcut-astra-settings-disable-primary-nav button.customize-partial-edit-shortcut-button, .ast-related-posts-title .customize-partial-edit-shortcut-button {
display: none;
}
.ast-site-title-wrap:hover .customize-partial-edit-shortcut-blogname button.customize-partial-edit-shortcut-button, .ast-site-title-wrap:hover .customize-partial-edit-shortcut-blogdescription button.customize-partial-edit-shortcut-button, .site-logo-img:hover .customize-partial-edit-shortcut-custom_logo button.customize-partial-edit-shortcut-button, .main-navigation:hover .customize-partial-edit-shortcut-astra-settings-disable-primary-nav button.customize-partial-edit-shortcut-button, .ast-related-posts-title:hover .customize-partial-edit-shortcut-button {
display: inline-block;
}
/* Sticky Header CSS */
.ast-primary-sticky-header-active .customize-partial-edit-shortcut-astra-settings-header-main-stick .customize-partial-edit-shortcut-button {
right: 100px;
}
.ast-primary-sticky-header-active.ast-full-width-header .customize-partial-edit-shortcut-astra-settings-header-main-stick .customize-partial-edit-shortcut-button {
right: 5px;
}
/* Primary Header common CSS */
.customize-partial-edit-shortcut-astra-settings-disable-primary-nav .customize-partial-edit-shortcut-button {
top: 15px;
}
/* Above Header common CSS */
.ast-above-header .customize-partial-edit-shortcut {
top: 0.3em;
}
.customize-partial-edit-shortcut-astra-settings-above-header-layout .customize-partial-edit-shortcut-button,
.customize-partial-edit-shortcut-astra-settings-below-header-layout .customize-partial-edit-shortcut-button {
right: -60px;
}
.customize-partial-edit-shortcut-astra-settings-header-desktop-items,
.customize-partial-edit-shortcut-astra-settings-header-mobile-items,
.customize-partial-edit-shortcut-astra-settings-header-mobile-popup-items {
display: none;
}
/* Mobile popup content - Edit shortcuts compatibility */
.ast-mobile-popup-content .ast-builder-layout-element, .ast-mobile-header-wrap .ast-builder-layout-element, .ast-desktop-popup-content .ast-builder-layout-element, .ast-desktop-header-wrap .ast-builder-layout-element {
position: relative;
}
/** EDD & Woo cart Pencil icon */
.ast-builder-layout-element.site-header-focus-item.ast-header-edd-cart .customize-partial-edit-shortcut button,
.ast-builder-layout-element.site-header-focus-item.ast-header-woo-cart .customize-partial-edit-shortcut button {
right: -25px;
}
/*Hiding footer builder pencil icon as we converted section into builder layout, so no longer this needed.*/
.customize-partial-edit-shortcut-astra-settings-footer-desktop-items > button.customize-partial-edit-shortcut-button {
display: none;
}
.ast-post-banner-highlight:hover {
outline: 1px solid #007cba;
z-index: 9;
}
.ast-post-banner-highlight .banner-editor-shortcut {
top: -2px;
right: 30px;
}
.ast-post-banner-highlight .banner-editor-shortcut > button {
box-shadow: unset;
border: unset;
border-radius: 0 0 2px 0;
}
.ast-archive-entry-banner .customize-partial-edit-shortcut button, .ast-single-entry-banner .customize-partial-edit-shortcut button {
font-size: 20px;
line-height: 1em;
}
/* Hide Scroll to Top button for non Astra theme customizer previews */
body:not(.astra-theme) #ast-scroll-top {
display: none;
}

View File

@@ -0,0 +1,198 @@
/**
* Customizer Header-n-Footer section edit highligheting CSS.
*
* With new design improvements.
*/
.ast-primary-header-bar, .ast-above-header-bar, .ast-below-header-bar, .site-footer-focus-item, .customizer-item-block-preview {
outline: 1px solid transparent;
position: relative;
transition: outline 0.15s ease;
outline-offset: -1px;
}
.site-header-focus-item .customize-partial-edit-shortcut, .site-footer-focus-item .customize-partial-edit-shortcut, .customizer-item-block-preview .customize-partial-edit-shortcut{
opacity: 0;
transition: all 0.2s;
top: 5px;
}
.ast-builder-grid-row-container > .customize-partial-edit-shortcut.row-editor-shortcut, .customize-partial-edit-shortcut.row-editor-shortcut {
left: 26px;
}
/**
* Customizer edit icon custom positioning.
*/
.ast-builder-layout-element.site-header-focus-item .customize-partial-edit-shortcut button, .site-footer-focus-item .customize-partial-edit-shortcut button {
left: 0;
top: 5px;
border-radius: 2px;
}
body.customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut button {
width: 26px;
height: 26px;
min-width: 26px;
min-height: 26px;
border-width: 1px;
border-radius: 2px;
box-shadow: none;
text-shadow: none;
}
.site-footer-focus-item .customize-partial-edit-shortcut button {
top: 0;
}
.ast-below-header .ast-header-button-2 .customize-partial-edit-shortcut-button, .ast-below-header .ast-header-button-1 .customize-partial-edit-shortcut-button {
top: -10px;
}
.ast-builder-layout-element.site-header-focus-item[data-section="title_tagline"] .customize-partial-edit-shortcut {
top: 25px;
}
.site-header-focus-item[data-section="section-header-mobile-trigger"] .customize-partial-edit-shortcut {
top: -10px;
left: 0px;
}
.ast-primary-header-bar:hover, .ast-above-header-bar:hover, .ast-below-header-bar:hover,
.site-primary-footer-wrap.site-footer-focus-item:hover, .site-above-footer-wrap.site-footer-focus-item:hover, .site-below-footer-wrap.site-footer-focus-item:hover,.customizer-item-block-preview:hover {
outline: 1px solid #007cba;
}
.site-footer-focus-item:hover > * > .customize-partial-edit-shortcut,.site-footer-focus-item:hover > div.customize-partial-edit-shortcut, .ast-primary-header-bar:hover .row-editor-shortcut, .customizer-item-block-preview:hover .row-editor-shortcut, .ast-above-header-bar:hover .row-editor-shortcut, .ast-below-header-bar:hover .row-editor-shortcut, .site-header-focus-item:hover > * > .customize-partial-edit-shortcut, .site-header-focus-item:hover > .customize-partial-edit-shortcut, .customizer-item-block-preview:hover > .customize-partial-edit-shortcut {
opacity: 1;
}
.customize-partial-edit-shortcut-astra-settings-disable-primary-nav, .customize-partial-edit-shortcut-custom_logo {
display: none;
}
.customize-partial-edit-shortcut.row-editor-shortcut > button {
box-shadow: unset;
border: unset;
top: -3px;
left: -24px;
border-radius: 0 0 2px 0;
}
.customize-partial-edit-shortcut > button {
width: 26px;
height: 26px;
min-width: 26px;
min-height: 26px;
border: 1px solid #fff;
box-shadow: none;
text-shadow: none;
}
.elementor-page .customize-partial-edit-shortcut button {
width: 26px !important;
height: 26px !important;
min-width: 26px !important;
min-height: 26px !important;
border-radius: 2px !important;
border: 1px solid #fff !important;
box-shadow: none !important;
text-shadow: none !important;
padding: 3px !important;
}
.customize-partial-edit-shortcut > button svg {
min-width: 16px;
min-height: 16px;
width: 16px;
height: 16px;
}
/**
* Footer widget edit icon compatible CSS.
*/
.footer-widget-area .widget {
position: relative;
}
.footer-widget-area .widget:hover > .customize-partial-edit-shortcut {
opacity: 1;
}
/**
* Customizer Edit pencil - Set Position
*/
.customize-partial-edit-shortcut-blogname button.customize-partial-edit-shortcut-button, .customize-partial-edit-shortcut-blogdescription button.customize-partial-edit-shortcut-button, .customize-partial-edit-shortcut-astra-settings-display-site-title-responsive button.customize-partial-edit-shortcut-button, .customize-partial-edit-shortcut-astra-settings-display-site-tagline-responsive button.customize-partial-edit-shortcut-button, .customize-partial-edit-shortcut-custom_logo button.customize-partial-edit-shortcut-button, .customize-partial-edit-shortcut-astra-settings-disable-primary-nav button.customize-partial-edit-shortcut-button, .ast-related-posts-title .customize-partial-edit-shortcut-button {
display: none;
}
.ast-site-title-wrap:hover .customize-partial-edit-shortcut-blogname button.customize-partial-edit-shortcut-button, .ast-site-title-wrap:hover .customize-partial-edit-shortcut-blogdescription button.customize-partial-edit-shortcut-button, .site-logo-img:hover .customize-partial-edit-shortcut-custom_logo button.customize-partial-edit-shortcut-button, .main-navigation:hover .customize-partial-edit-shortcut-astra-settings-disable-primary-nav button.customize-partial-edit-shortcut-button, .ast-related-posts-title:hover .customize-partial-edit-shortcut-button {
display: inline-block;
}
/* Sticky Header CSS */
.ast-primary-sticky-header-active .customize-partial-edit-shortcut-astra-settings-header-main-stick .customize-partial-edit-shortcut-button {
left: 100px;
}
.ast-primary-sticky-header-active.ast-full-width-header .customize-partial-edit-shortcut-astra-settings-header-main-stick .customize-partial-edit-shortcut-button {
left: 5px;
}
/* Primary Header common CSS */
.customize-partial-edit-shortcut-astra-settings-disable-primary-nav .customize-partial-edit-shortcut-button {
top: 15px;
}
/* Above Header common CSS */
.ast-above-header .customize-partial-edit-shortcut {
top: 0.3em;
}
.customize-partial-edit-shortcut-astra-settings-above-header-layout .customize-partial-edit-shortcut-button,
.customize-partial-edit-shortcut-astra-settings-below-header-layout .customize-partial-edit-shortcut-button {
left: -60px;
}
.customize-partial-edit-shortcut-astra-settings-header-desktop-items,
.customize-partial-edit-shortcut-astra-settings-header-mobile-items,
.customize-partial-edit-shortcut-astra-settings-header-mobile-popup-items {
display: none;
}
/* Mobile popup content - Edit shortcuts compatibility */
.ast-mobile-popup-content .ast-builder-layout-element, .ast-mobile-header-wrap .ast-builder-layout-element, .ast-desktop-popup-content .ast-builder-layout-element, .ast-desktop-header-wrap .ast-builder-layout-element {
position: relative;
}
/** EDD & Woo cart Pencil icon */
.ast-builder-layout-element.site-header-focus-item.ast-header-edd-cart .customize-partial-edit-shortcut button,
.ast-builder-layout-element.site-header-focus-item.ast-header-woo-cart .customize-partial-edit-shortcut button {
left: -25px;
}
/*Hiding footer builder pencil icon as we converted section into builder layout, so no longer this needed.*/
.customize-partial-edit-shortcut-astra-settings-footer-desktop-items > button.customize-partial-edit-shortcut-button {
display: none;
}
.ast-post-banner-highlight:hover {
outline: 1px solid #007cba;
z-index: 9;
}
.ast-post-banner-highlight .banner-editor-shortcut {
top: -2px;
left: 30px;
}
.ast-post-banner-highlight .banner-editor-shortcut > button {
box-shadow: unset;
border: unset;
border-radius: 0 0 0 2px;
}
.ast-archive-entry-banner .customize-partial-edit-shortcut button, .ast-single-entry-banner .customize-partial-edit-shortcut button {
font-size: 20px;
line-height: 1em;
}
/* Hide Scroll to Top button for non Astra theme customizer previews */
body:not(.astra-theme) #ast-scroll-top {
display: none;
}

View File

@@ -0,0 +1,18 @@
/* Intentionally hiding the other NPS popups when enabled at the same time with Astra. */
body:has([data-id="nps-survey-astra"]) .nps-survey-root:not([data-id="nps-survey-astra"]) {
display: none;
}
/* Bring the Astra NPS popup in front on the theme builder pages. */
.ast-theme-builder [data-id="nps-survey-astra"] {
position: relative;
z-index: 9999999;
}
/* Prevent stacking of the Astra NPS popup, make it placed correctly */
[data-id="nps-survey-astra"] .nps-survey-wrapper > div {
right: auto !important;
left: 8px !important;
bottom: 8px !important;
max-width: min(30rem, calc(100vw - 16px));
}

View File

@@ -0,0 +1,18 @@
/* Intentionally hiding the other NPS popups when enabled at the same time with Astra. */
body:has([data-id="nps-survey-astra"]) .nps-survey-root:not([data-id="nps-survey-astra"]) {
display: none;
}
/* Bring the Astra NPS popup in front on the theme builder pages. */
.ast-theme-builder [data-id="nps-survey-astra"] {
position: relative;
z-index: 9999999;
}
/* Prevent stacking of the Astra NPS popup, make it placed correctly */
[data-id="nps-survey-astra"] .nps-survey-wrapper > div {
left: auto !important;
right: 8px !important;
bottom: 8px !important;
max-width: min(30rem, calc(100vw - 16px));
}

View File

@@ -0,0 +1,751 @@
html {
font-size: 93.75%;
}
/* Variables */
/*---------- Media Query min-width Structure ----------*/
/*---------- Media Query max-width Structure ----------*/
/*---------- Break-point min-width Structure ----------*/
/*---------- Break-point max-width Structure ----------*/
/*---------- Font Size ----------*/
/*---------- Line Height ----------*/
/*---------- Site Basic Structure ----------*/
/*---------- z-index Structure ----------*/
/*
* Button mixin- creates a button effect with correct
* highlights/shadows, based on a base color.
*/
.edit-post-visual-editor {
/* must have higher specificity than alternative color schemes inline styles */
}
.edit-post-visual-editor ::selection {
color: #fff;
background: royalblue;
}
.edit-post-visual-editor body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.edit-post-visual-editor body:not(.logged-in) {
position: relative;
}
.edit-post-visual-editor #page {
position: relative;
}
.edit-post-visual-editor a,
.edit-post-visual-editor a:focus {
text-decoration: none;
}
.edit-post-visual-editor a,
.edit-post-visual-editor .site-header a *,
.edit-post-visual-editor .site-footer a *,
.edit-post-visual-editor .secondary a * {
transition: all 0.2s linear;
}
.edit-post-visual-editor .capitalize {
text-transform: uppercase;
}
.edit-post-visual-editor img {
vertical-align: middle;
}
.edit-post-visual-editor .entry-content h1,
.edit-post-visual-editor .entry-content h2,
.edit-post-visual-editor .entry-content h3,
.edit-post-visual-editor .entry-content h4,
.edit-post-visual-editor .entry-content h5,
.edit-post-visual-editor .entry-content h6 {
margin-bottom: 20px;
}
.edit-post-visual-editor p {
margin-bottom: 1.75em;
}
.edit-post-visual-editor blockquote {
margin: 1.5em 3em 1.5em 1em;
font-size: 1.1em;
line-height: inherit;
position: relative;
}
.edit-post-visual-editor .ast-button,
.edit-post-visual-editor .button,
.edit-post-visual-editor input[type="button"],
.edit-post-visual-editor input[type="submit"] {
border-radius: 0;
padding: 18px 30px;
border: 0;
box-shadow: none;
text-shadow: none;
}
.edit-post-visual-editor .ast-button:hover,
.edit-post-visual-editor .button:hover,
.edit-post-visual-editor input[type="button"]:hover,
.edit-post-visual-editor input[type="submit"]:hover {
box-shadow: none;
}
.edit-post-visual-editor .ast-button:active, .edit-post-visual-editor .ast-button:focus,
.edit-post-visual-editor .button:active,
.edit-post-visual-editor .button:focus,
.edit-post-visual-editor input[type="button"]:active,
.edit-post-visual-editor input[type="button"]:focus,
.edit-post-visual-editor input[type="submit"]:active,
.edit-post-visual-editor input[type="submit"]:focus {
box-shadow: none;
}
.edit-post-visual-editor .site-title {
font-weight: normal;
}
.edit-post-visual-editor .site-title,
.edit-post-visual-editor .site-description {
margin-bottom: 0;
}
.edit-post-visual-editor .site-title a,
.edit-post-visual-editor .site-title:hover a,
.edit-post-visual-editor .site-title:focus a,
.edit-post-visual-editor .site-description a,
.edit-post-visual-editor .site-description:hover a,
.edit-post-visual-editor .site-description:focus a {
transition: all 0.2s linear;
}
.edit-post-visual-editor .site-title a,
.edit-post-visual-editor .site-title a:focus,
.edit-post-visual-editor .site-title a:hover,
.edit-post-visual-editor .site-title a:visited {
color: #222;
}
.edit-post-visual-editor .site-description a,
.edit-post-visual-editor .site-description a:focus,
.edit-post-visual-editor .site-description a:hover,
.edit-post-visual-editor .site-description a:visited {
color: #999;
}
.edit-post-visual-editor .search-form .search-field {
outline: none;
}
.edit-post-visual-editor .ast-search-menu-icon {
position: relative;
z-index: 3;
}
.edit-post-visual-editor .site .skip-link {
background-color: #f1f1f1;
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
color: #21759b;
display: block;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-size: 14px;
font-weight: 700;
right: -9999em;
outline: none;
padding: 15px 23px 14px;
text-decoration: none;
text-transform: none;
top: -9999em;
}
.edit-post-visual-editor .site .skip-link:focus {
clip: auto;
height: auto;
right: 6px;
top: 7px;
width: auto;
z-index: 100000;
outline: thin dotted;
}
.logged-in .edit-post-visual-editor .site .skip-link {
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
font-family: "Open Sans", sans-serif;
}
.edit-post-visual-editor .editor-styles-wrapper > .is-root-container {
padding-top: 20px;
}
/**
* Responsive view management CSS.
*/
.responsive-enabled #editor .edit-post-visual-editor {
background-color: #2f2f2f;
}
.wp-embed-responsive.editor-styles-wrapper {
padding-right: 10px;
padding-left: 10px;
}
.wp-embed-responsive.editor-styles-wrapper .wp-block-pullquote {
border: none;
}
.ast-highlight-wpblock-onhover .block-editor-block-list__layout .block-editor-block-list__block {
transition: all 0.2s;
}
.ast-highlight-wpblock-onhover .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted, .ast-highlight-wpblock-onhover .block-editor-block-list__layout .block-editor-block-list__block:not(.editor-post-title__input):hover {
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.ast-highlight-wpblock-onhover .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted:after {
box-shadow: none;
}
/**
* Editor core layout supportive CSS.
*/
.edit-post-visual-editor__post-title-wrapper {
position: relative;
max-width: calc(var(--wp--custom--ast-content-width-size) + 10px) !important;
margin-right: auto !important;
margin-left: auto !important;
margin-bottom: 1.5em;
}
.edit-post-visual-editor__post-title-wrapper .title-visibility {
cursor: pointer;
font-size: 18px;
width: 36px;
height: 100%;
text-align: center;
color: var(--wp-admin-theme-color);
vertical-align: middle;
position: absolute;
right: -37px;
bottom: 0;
opacity: 0;
margin: 0 !important;
padding: 0 !important;
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
transition: all 0.2s;
}
.edit-post-visual-editor__post-title-wrapper .title-visibility:before {
width: 100%;
height: 100%;
display: inline-flex;
align-items: center;
justify-content: center;
}
.edit-post-visual-editor__post-title-wrapper .title-visibility:after {
content: attr(data-tooltip);
white-space: nowrap;
border-radius: 2px;
pointer-events: none;
color: #fff;
background: #1e1e1e;
opacity: 0;
visibility: hidden;
width: max-content;
line-height: 26px;
margin-right: -1px;
display: flex;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
align-items: flex-start;
padding: 0 6px;
font-size: 12px;
transition: all 0.2s;
}
.edit-post-visual-editor__post-title-wrapper > .wp-block-post-title {
max-width: 100% !important;
}
.edit-post-visual-editor__post-title-wrapper h1.editor-post-title__input {
padding: 10px 6px;
transition: all 0.2s;
}
.edit-post-visual-editor__post-title-wrapper h1.editor-post-title__input.is-selected {
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
}
.edit-post-visual-editor__post-title-wrapper h1.editor-post-title__input.is-selected + .title-visibility {
opacity: 1;
color: var(--wp-admin-theme-color);
}
.edit-post-visual-editor__post-title-wrapper .ast-show-visibility-icon {
opacity: 1;
color: var(--wp-admin-theme-color);
}
.edit-post-visual-editor__post-title-wrapper .ast-show-editor-title-outline {
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
}
.edit-post-visual-editor__post-title-wrapper.invisible {
opacity: 0.5;
}
.ast-page-builder-template .edit-post-visual-editor__post-title-wrapper, .ast-stacked-title-visibility .edit-post-visual-editor__post-title-wrapper {
max-width: none;
}
.ast-page-builder-template .edit-post-visual-editor__post-title-wrapper .title-visibility, .ast-stacked-title-visibility .edit-post-visual-editor__post-title-wrapper .title-visibility {
right: unset;
top: -41px;
height: 40px;
}
/**
* For widget screen.
*/
html .edit-widgets-main-block-list :where(.wp-block) {
margin-bottom: 28px;
}
/**
* ast-separate-container layout compatibility.
*/
.ast-separate-container .edit-post-visual-editor__content-area, .ast-separate-container .edit-post-visual-editor {
padding: 20px !important;
}
/**
* Color control's name adjustment.
*/
.ast-theme-block-color-name {
mix-blend-mode: difference;
}
/**
* Page builder triggers support.
*/
#elementor-editor-button {
background: #0073aa;
border-color: #0073aa;
color: #fff;
font-size: 14px;
height: 46px;
line-height: 44px;
padding: 0 36px;
display: inline-block;
border-width: 1px;
border-style: solid;
-webkit-appearance: none;
border-radius: 3px;
white-space: nowrap;
box-sizing: border-box;
box-shadow: 0 2px 0 #006799;
}
#elementor-editor-button:hover, #elementor-editor-button:focus {
background: #007db9;
border-color: #00699b;
color: #fff;
}
#elementor-editor-button:focus {
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0073aa;
}
#elementor-editor-button:active {
background: #006291;
border-color: #006291;
color: #fff;
}
#elementor-editor-button.active, #elementor-editor-button.active:focus, #elementor-editor-button.active:hover {
background: #0073aa;
color: #fff;
border-color: #003f5e;
box-shadow: inset 0 2px 5px -3px black;
}
#elementor-editor-button i {
font-style: normal;
color: white;
}
.editor-media-placeholder button,
.fl-builder-layout-launch-view button {
margin: 2px;
}
.fl-builder-layout-launch-view .is-primary.is-primary {
color: white;
}
/**
* Modern Gutenberg editor improved UI/UX.
*/
body .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper > * + *, body .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > * + * {
margin-block-start: 0;
}
.wp-block-separator {
height: 0;
}
.wp-block-separator:not(.is-style-wide) {
margin-right: auto;
margin-left: auto;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
width: 100px;
}
.editor-styles-wrapper hr {
margin-bottom: 1.5em;
padding: 0;
}
.editor-styles-wrapper .wp-block-columns {
margin-bottom: 0;
}
.editor-styles-wrapper cite {
font-style: initial;
}
.editor-styles-wrapper .block-editor-block-variation-picker {
margin-right: auto;
margin-left: auto;
}
.editor-styles-wrapper .is-root-container > .wp-block-buttons,
.editor-styles-wrapper .is-root-container > .wp-block:has(.uagb-buttons__wrap) {
/* Spacing for WP Core and Spectra's buttons block */
margin-bottom: 1.5em;
}
.wp-block-cover:not([class*='background-color']) .wp-block-cover__inner-container, .wp-block-cover:not([class*='background-color']) .wp-block-cover-image-text, .wp-block-cover:not([class*='background-color']) .wp-block-cover-text, .wp-block-cover:not([class*='background-color']) .block-editor-block-list__block, .wp-block-cover-image:not([class*='background-color']) .wp-block-cover__inner-container, .wp-block-cover-image:not([class*='background-color']) .wp-block-cover-image-text,
.wp-block-cover-image:not([class*='background-color']) .wp-block-cover-text, .wp-block-cover-image:not([class*='background-color']) .block-editor-block-list__block {
color: var(--ast-global-color-5);
}
.wp-block-file__content-wrapper {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
}
pre.wp-block {
background: #ECEFF3;
overflow: auto;
max-width: 100%;
padding: 1.6em;
font-size: 1em;
line-height: 1.8;
}
pre.wp-block.wp-block-preformatted {
font-family: "Courier 10 Pitch", Courier, monospace;
}
pre.wp-block code {
font-size: 15px;
font-family: "Courier 10 Pitch", Courier, monospace;
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote {
border-right: 5px solid rgba(0, 0, 0, 0.05);
padding: 0 1.2em 1.2em;
}
.editor-styles-wrapper blockquote {
padding: 20px 20px 20px;
margin: 1.5em;
border: none;
}
.editor-styles-wrapper blockquote.has-text-align-left,
.editor-styles-wrapper .has-text-align-left blockquote {
border-right: 5px solid rgba(0, 0, 0, 0.05);
}
.editor-styles-wrapper blockquote.has-text-align-right,
.editor-styles-wrapper .has-text-align-right blockquote {
border-left: 5px solid rgba(0, 0, 0, 0.05);
}
.wp-block-pullquote blockquote:before {
content: "\201D";
font-family: "Helvetica",sans-serif;
display: flex;
transform: rotate(-180deg);
font-size: 6rem;
font-style: normal;
line-height: 1;
font-weight: bold;
align-items: center;
justify-content: center;
}
.wp-block-pullquote.has-text-align-left blockquote:before {
justify-content: flex-end;
}
.wp-block-pullquote.has-text-align-right blockquote:before {
justify-content: flex-start;
}
.wp-block-media-text .wp-block-media-text__content {
padding: 0 8% 0 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
padding: 0 0 0 8%;
}
.wp-block-media-text.has-background .wp-block-media-text__content {
padding: 8%;
}
@media (max-width: 600px) {
.wp-block-media-text .wp-block-media-text__content {
padding: 8% 0;
}
}
.editor-styles-wrapper .wp-block-latest-posts > li > *:first-child,
.editor-styles-wrapper .wp-block-latest-posts:not(.is-grid) > li:first-child {
margin-top: 0;
}
.editor-styles-wrapper .wp-block-latest-posts > li > *,
.editor-styles-wrapper .wp-block-latest-posts:not(.is-grid) > li {
margin-top: 15px;
margin-bottom: 15px;
}
.editor-styles-wrapper .wp-block-latest-posts > li > *:last-child,
.editor-styles-wrapper .wp-block-latest-posts:not(.is-grid) > li:last-child {
margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-latest-posts .wp-block-latest-posts__post-author, .editor-styles-wrapper .wp-block-latest-posts .wp-block-latest-posts__post-date {
font-size: 15px;
}
.editor-styles-wrapper .wp-block-latest-posts > li > a {
font-size: 28px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
width: 100%;
}
.wp-block-table td, .wp-block-table th {
padding: 0.5em;
border: 1px solid;
word-break: normal;
}
.wp-block-quote.is-style-large cite {
text-align: right;
}
.components-color-palette__custom-color {
text-align: right;
padding-right: 5px;
}
/**
* Woocommerce Gutenberg Blocks Product Grid CSS Compatibility.
*/
.wc-block-grid .wc-block-grid__products .wc-block-grid__product {
text-align: right;
margin-bottom: 2.5em;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product.product-category > a {
display: inline-block;
position: relative;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product a img {
width: 100%;
height: auto;
display: block;
margin: 0 0 .8em 0;
box-shadow: none;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
margin-bottom: .5em;
padding: 0;
font-size: 1em;
line-height: 1.2;
font-weight: inherit;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .star-rating {
margin: 0 0 .5em auto;
backface-visibility: hidden;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__link {
position: relative;
display: block;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__link:hover .ast-shop-product-out-of-stock {
background-color: white;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product.product-category > a:hover .woocommerce-loop-category__title {
background-color: white;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title {
bottom: 1.8em;
font-size: 0.9em;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title .count {
font-size: .7em;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .price {
line-height: 1.3;
font-weight: 700;
margin-bottom: .5em;
font-size: .9em;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .price del {
display: initial;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
margin-top: .5em;
margin-bottom: .5em;
white-space: normal;
line-height: 1.3;
font-size: 100%;
font-weight: 700;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.added {
margin-bottom: 0;
transition: margin 0s;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title {
text-transform: uppercase;
font-weight: bold;
line-height: 1.5;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title .count {
display: block;
background: none;
opacity: .5;
font-size: .75em;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale {
min-width: 3em;
min-height: 3em;
line-height: 3em;
padding: 0;
font-size: 1em;
font-weight: normal;
text-transform: capitalize;
position: absolute;
text-align: center;
border-radius: 100%;
z-index: 9;
top: 0;
left: 15px;
right: auto;
margin: -0.5em 0 0 -0.5em;
}
.wp-core-ui .components-angle-picker-control .components-input-control__container .components-input-control__input {
padding-right: 10px;
padding-left: 10px;
}
.editor-styles-wrapper .is-root-container .wp-block-code, .editor-styles-wrapper .is-root-container pre.wp-block {
margin-bottom: 1.6em;
}
.editor-styles-wrapper .is-root-container .wp-block-image, .editor-styles-wrapper .is-root-container .wp-block-gallery, .editor-styles-wrapper .is-root-container .wp-block-audio, .editor-styles-wrapper .is-root-container .wp-block-video, .editor-styles-wrapper .is-root-container .wp-block-table, .editor-styles-wrapper .is-root-container .wp-block-pullquote {
margin-bottom: 1em;
}
.editor-styles-wrapper .is-root-container .wp-block-quote {
margin-top: 1.5em;
margin-bottom: 1.5em;
}
.editor-styles-wrapper .is-root-container .wp-block-file {
margin-bottom: 1.5em;
}
.editor-styles-wrapper .is-root-container ol, .editor-styles-wrapper .is-root-container ul {
line-height: 1.85714285714286;
}
.editor-styles-wrapper .is-root-container .wp-block-separator {
margin-top: 20px;
margin-bottom: 20px;
}
body .editor-styles-wrapper > .block-editor-block-list__layout.is-root-container > .wp-block + .wp-block-separator {
margin-top: 20px;
}
body .editor-styles-wrapper > .block-editor-block-list__layout.is-root-container > .wp-block + .wp-block-list {
margin-top: 1em;
margin-bottom: 1em;
}
body .editor-styles-wrapper > .block-editor-block-list__layout.edit-post-visual-editor__post-title-wrapper {
padding-top: 0;
}
.wp-block-table table {
margin-bottom: 1.5em;
}
.wp-block-table figcaption {
font-size: 1rem;
}
.wp-block-button button {
border-radius: 2px;
}
/**
* 6.3 Compatibility fixes in block editor.
*/
span.title-visibility svg {
position: absolute;
top: 50%;
right: 50%;
transform: translate(50%, -50%);
width: 16px;
height: 40px;
fill: var(--wp-admin-theme-color);
}
#astra_settings_meta_box .components-button.is-primary:hover:not(:disabled),
.ast-meta-settings-content .components-button.is-primary:hover:not(:disabled) {
background: var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6)) !important;
color: var(--wp-components-color-accent-inverted, #fff) !important;
}

View File

@@ -0,0 +1,751 @@
html {
font-size: 93.75%;
}
/* Variables */
/*---------- Media Query min-width Structure ----------*/
/*---------- Media Query max-width Structure ----------*/
/*---------- Break-point min-width Structure ----------*/
/*---------- Break-point max-width Structure ----------*/
/*---------- Font Size ----------*/
/*---------- Line Height ----------*/
/*---------- Site Basic Structure ----------*/
/*---------- z-index Structure ----------*/
/*
* Button mixin- creates a button effect with correct
* highlights/shadows, based on a base color.
*/
.edit-post-visual-editor {
/* must have higher specificity than alternative color schemes inline styles */
}
.edit-post-visual-editor ::selection {
color: #fff;
background: royalblue;
}
.edit-post-visual-editor body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.edit-post-visual-editor body:not(.logged-in) {
position: relative;
}
.edit-post-visual-editor #page {
position: relative;
}
.edit-post-visual-editor a,
.edit-post-visual-editor a:focus {
text-decoration: none;
}
.edit-post-visual-editor a,
.edit-post-visual-editor .site-header a *,
.edit-post-visual-editor .site-footer a *,
.edit-post-visual-editor .secondary a * {
transition: all 0.2s linear;
}
.edit-post-visual-editor .capitalize {
text-transform: uppercase;
}
.edit-post-visual-editor img {
vertical-align: middle;
}
.edit-post-visual-editor .entry-content h1,
.edit-post-visual-editor .entry-content h2,
.edit-post-visual-editor .entry-content h3,
.edit-post-visual-editor .entry-content h4,
.edit-post-visual-editor .entry-content h5,
.edit-post-visual-editor .entry-content h6 {
margin-bottom: 20px;
}
.edit-post-visual-editor p {
margin-bottom: 1.75em;
}
.edit-post-visual-editor blockquote {
margin: 1.5em 1em 1.5em 3em;
font-size: 1.1em;
line-height: inherit;
position: relative;
}
.edit-post-visual-editor .ast-button,
.edit-post-visual-editor .button,
.edit-post-visual-editor input[type="button"],
.edit-post-visual-editor input[type="submit"] {
border-radius: 0;
padding: 18px 30px;
border: 0;
box-shadow: none;
text-shadow: none;
}
.edit-post-visual-editor .ast-button:hover,
.edit-post-visual-editor .button:hover,
.edit-post-visual-editor input[type="button"]:hover,
.edit-post-visual-editor input[type="submit"]:hover {
box-shadow: none;
}
.edit-post-visual-editor .ast-button:active, .edit-post-visual-editor .ast-button:focus,
.edit-post-visual-editor .button:active,
.edit-post-visual-editor .button:focus,
.edit-post-visual-editor input[type="button"]:active,
.edit-post-visual-editor input[type="button"]:focus,
.edit-post-visual-editor input[type="submit"]:active,
.edit-post-visual-editor input[type="submit"]:focus {
box-shadow: none;
}
.edit-post-visual-editor .site-title {
font-weight: normal;
}
.edit-post-visual-editor .site-title,
.edit-post-visual-editor .site-description {
margin-bottom: 0;
}
.edit-post-visual-editor .site-title a,
.edit-post-visual-editor .site-title:hover a,
.edit-post-visual-editor .site-title:focus a,
.edit-post-visual-editor .site-description a,
.edit-post-visual-editor .site-description:hover a,
.edit-post-visual-editor .site-description:focus a {
transition: all 0.2s linear;
}
.edit-post-visual-editor .site-title a,
.edit-post-visual-editor .site-title a:focus,
.edit-post-visual-editor .site-title a:hover,
.edit-post-visual-editor .site-title a:visited {
color: #222;
}
.edit-post-visual-editor .site-description a,
.edit-post-visual-editor .site-description a:focus,
.edit-post-visual-editor .site-description a:hover,
.edit-post-visual-editor .site-description a:visited {
color: #999;
}
.edit-post-visual-editor .search-form .search-field {
outline: none;
}
.edit-post-visual-editor .ast-search-menu-icon {
position: relative;
z-index: 3;
}
.edit-post-visual-editor .site .skip-link {
background-color: #f1f1f1;
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
color: #21759b;
display: block;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-size: 14px;
font-weight: 700;
left: -9999em;
outline: none;
padding: 15px 23px 14px;
text-decoration: none;
text-transform: none;
top: -9999em;
}
.edit-post-visual-editor .site .skip-link:focus {
clip: auto;
height: auto;
left: 6px;
top: 7px;
width: auto;
z-index: 100000;
outline: thin dotted;
}
.logged-in .edit-post-visual-editor .site .skip-link {
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
font-family: "Open Sans", sans-serif;
}
.edit-post-visual-editor .editor-styles-wrapper > .is-root-container {
padding-top: 20px;
}
/**
* Responsive view management CSS.
*/
.responsive-enabled #editor .edit-post-visual-editor {
background-color: #2f2f2f;
}
.wp-embed-responsive.editor-styles-wrapper {
padding-left: 10px;
padding-right: 10px;
}
.wp-embed-responsive.editor-styles-wrapper .wp-block-pullquote {
border: none;
}
.ast-highlight-wpblock-onhover .block-editor-block-list__layout .block-editor-block-list__block {
transition: all 0.2s;
}
.ast-highlight-wpblock-onhover .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted, .ast-highlight-wpblock-onhover .block-editor-block-list__layout .block-editor-block-list__block:not(.editor-post-title__input):hover {
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.ast-highlight-wpblock-onhover .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted:after {
box-shadow: none;
}
/**
* Editor core layout supportive CSS.
*/
.edit-post-visual-editor__post-title-wrapper {
position: relative;
max-width: calc(var(--wp--custom--ast-content-width-size) + 10px) !important;
margin-left: auto !important;
margin-right: auto !important;
margin-bottom: 1.5em;
}
.edit-post-visual-editor__post-title-wrapper .title-visibility {
cursor: pointer;
font-size: 18px;
width: 36px;
height: 100%;
text-align: center;
color: var(--wp-admin-theme-color);
vertical-align: middle;
position: absolute;
left: -37px;
bottom: 0;
opacity: 0;
margin: 0 !important;
padding: 0 !important;
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
transition: all 0.2s;
}
.edit-post-visual-editor__post-title-wrapper .title-visibility:before {
width: 100%;
height: 100%;
display: inline-flex;
align-items: center;
justify-content: center;
}
.edit-post-visual-editor__post-title-wrapper .title-visibility:after {
content: attr(data-tooltip);
white-space: nowrap;
border-radius: 2px;
pointer-events: none;
color: #fff;
background: #1e1e1e;
opacity: 0;
visibility: hidden;
width: max-content;
line-height: 26px;
margin-left: -1px;
display: flex;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
align-items: flex-start;
padding: 0 6px;
font-size: 12px;
transition: all 0.2s;
}
.edit-post-visual-editor__post-title-wrapper > .wp-block-post-title {
max-width: 100% !important;
}
.edit-post-visual-editor__post-title-wrapper h1.editor-post-title__input {
padding: 10px 6px;
transition: all 0.2s;
}
.edit-post-visual-editor__post-title-wrapper h1.editor-post-title__input.is-selected {
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
}
.edit-post-visual-editor__post-title-wrapper h1.editor-post-title__input.is-selected + .title-visibility {
opacity: 1;
color: var(--wp-admin-theme-color);
}
.edit-post-visual-editor__post-title-wrapper .ast-show-visibility-icon {
opacity: 1;
color: var(--wp-admin-theme-color);
}
.edit-post-visual-editor__post-title-wrapper .ast-show-editor-title-outline {
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
}
.edit-post-visual-editor__post-title-wrapper.invisible {
opacity: 0.5;
}
.ast-page-builder-template .edit-post-visual-editor__post-title-wrapper, .ast-stacked-title-visibility .edit-post-visual-editor__post-title-wrapper {
max-width: none;
}
.ast-page-builder-template .edit-post-visual-editor__post-title-wrapper .title-visibility, .ast-stacked-title-visibility .edit-post-visual-editor__post-title-wrapper .title-visibility {
left: unset;
top: -41px;
height: 40px;
}
/**
* For widget screen.
*/
html .edit-widgets-main-block-list :where(.wp-block) {
margin-bottom: 28px;
}
/**
* ast-separate-container layout compatibility.
*/
.ast-separate-container .edit-post-visual-editor__content-area, .ast-separate-container .edit-post-visual-editor {
padding: 20px !important;
}
/**
* Color control's name adjustment.
*/
.ast-theme-block-color-name {
mix-blend-mode: difference;
}
/**
* Page builder triggers support.
*/
#elementor-editor-button {
background: #0073aa;
border-color: #0073aa;
color: #fff;
font-size: 14px;
height: 46px;
line-height: 44px;
padding: 0 36px;
display: inline-block;
border-width: 1px;
border-style: solid;
-webkit-appearance: none;
border-radius: 3px;
white-space: nowrap;
box-sizing: border-box;
box-shadow: 0 2px 0 #006799;
}
#elementor-editor-button:hover, #elementor-editor-button:focus {
background: #007db9;
border-color: #00699b;
color: #fff;
}
#elementor-editor-button:focus {
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0073aa;
}
#elementor-editor-button:active {
background: #006291;
border-color: #006291;
color: #fff;
}
#elementor-editor-button.active, #elementor-editor-button.active:focus, #elementor-editor-button.active:hover {
background: #0073aa;
color: #fff;
border-color: #003f5e;
box-shadow: inset 0 2px 5px -3px black;
}
#elementor-editor-button i {
font-style: normal;
color: white;
}
.editor-media-placeholder button,
.fl-builder-layout-launch-view button {
margin: 2px;
}
.fl-builder-layout-launch-view .is-primary.is-primary {
color: white;
}
/**
* Modern Gutenberg editor improved UI/UX.
*/
body .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper > * + *, body .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > * + * {
margin-block-start: 0;
}
.wp-block-separator {
height: 0;
}
.wp-block-separator:not(.is-style-wide) {
margin-left: auto;
margin-right: auto;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
width: 100px;
}
.editor-styles-wrapper hr {
margin-bottom: 1.5em;
padding: 0;
}
.editor-styles-wrapper .wp-block-columns {
margin-bottom: 0;
}
.editor-styles-wrapper cite {
font-style: initial;
}
.editor-styles-wrapper .block-editor-block-variation-picker {
margin-left: auto;
margin-right: auto;
}
.editor-styles-wrapper .is-root-container > .wp-block-buttons,
.editor-styles-wrapper .is-root-container > .wp-block:has(.uagb-buttons__wrap) {
/* Spacing for WP Core and Spectra's buttons block */
margin-bottom: 1.5em;
}
.wp-block-cover:not([class*='background-color']) .wp-block-cover__inner-container, .wp-block-cover:not([class*='background-color']) .wp-block-cover-image-text, .wp-block-cover:not([class*='background-color']) .wp-block-cover-text, .wp-block-cover:not([class*='background-color']) .block-editor-block-list__block, .wp-block-cover-image:not([class*='background-color']) .wp-block-cover__inner-container, .wp-block-cover-image:not([class*='background-color']) .wp-block-cover-image-text,
.wp-block-cover-image:not([class*='background-color']) .wp-block-cover-text, .wp-block-cover-image:not([class*='background-color']) .block-editor-block-list__block {
color: var(--ast-global-color-5);
}
.wp-block-file__content-wrapper {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
}
pre.wp-block {
background: #ECEFF3;
overflow: auto;
max-width: 100%;
padding: 1.6em;
font-size: 1em;
line-height: 1.8;
}
pre.wp-block.wp-block-preformatted {
font-family: "Courier 10 Pitch", Courier, monospace;
}
pre.wp-block code {
font-size: 15px;
font-family: "Courier 10 Pitch", Courier, monospace;
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote {
border-left: 5px solid rgba(0, 0, 0, 0.05);
padding: 0 1.2em 1.2em;
}
.editor-styles-wrapper blockquote {
padding: 20px 20px 20px;
margin: 1.5em;
border: none;
}
.editor-styles-wrapper blockquote.has-text-align-left,
.editor-styles-wrapper .has-text-align-left blockquote {
border-left: 5px solid rgba(0, 0, 0, 0.05);
}
.editor-styles-wrapper blockquote.has-text-align-right,
.editor-styles-wrapper .has-text-align-right blockquote {
border-right: 5px solid rgba(0, 0, 0, 0.05);
}
.wp-block-pullquote blockquote:before {
content: "\201D";
font-family: "Helvetica",sans-serif;
display: flex;
transform: rotate(180deg);
font-size: 6rem;
font-style: normal;
line-height: 1;
font-weight: bold;
align-items: center;
justify-content: center;
}
.wp-block-pullquote.has-text-align-left blockquote:before {
justify-content: flex-end;
}
.wp-block-pullquote.has-text-align-right blockquote:before {
justify-content: flex-start;
}
.wp-block-media-text .wp-block-media-text__content {
padding: 0 0 0 8%;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
padding: 0 8% 0 0;
}
.wp-block-media-text.has-background .wp-block-media-text__content {
padding: 8%;
}
@media (max-width: 600px) {
.wp-block-media-text .wp-block-media-text__content {
padding: 8% 0;
}
}
.editor-styles-wrapper .wp-block-latest-posts > li > *:first-child,
.editor-styles-wrapper .wp-block-latest-posts:not(.is-grid) > li:first-child {
margin-top: 0;
}
.editor-styles-wrapper .wp-block-latest-posts > li > *,
.editor-styles-wrapper .wp-block-latest-posts:not(.is-grid) > li {
margin-top: 15px;
margin-bottom: 15px;
}
.editor-styles-wrapper .wp-block-latest-posts > li > *:last-child,
.editor-styles-wrapper .wp-block-latest-posts:not(.is-grid) > li:last-child {
margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-latest-posts .wp-block-latest-posts__post-author, .editor-styles-wrapper .wp-block-latest-posts .wp-block-latest-posts__post-date {
font-size: 15px;
}
.editor-styles-wrapper .wp-block-latest-posts > li > a {
font-size: 28px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
width: 100%;
}
.wp-block-table td, .wp-block-table th {
padding: 0.5em;
border: 1px solid;
word-break: normal;
}
.wp-block-quote.is-style-large cite {
text-align: left;
}
.components-color-palette__custom-color {
text-align: left;
padding-left: 5px;
}
/**
* Woocommerce Gutenberg Blocks Product Grid CSS Compatibility.
*/
.wc-block-grid .wc-block-grid__products .wc-block-grid__product {
text-align: left;
margin-bottom: 2.5em;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product.product-category > a {
display: inline-block;
position: relative;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product a img {
width: 100%;
height: auto;
display: block;
margin: 0 0 .8em 0;
box-shadow: none;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
margin-bottom: .5em;
padding: 0;
font-size: 1em;
line-height: 1.2;
font-weight: inherit;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .star-rating {
margin: 0 auto .5em 0;
backface-visibility: hidden;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__link {
position: relative;
display: block;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__link:hover .ast-shop-product-out-of-stock {
background-color: white;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product.product-category > a:hover .woocommerce-loop-category__title {
background-color: white;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title {
bottom: 1.8em;
font-size: 0.9em;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title .count {
font-size: .7em;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .price {
line-height: 1.3;
font-weight: 700;
margin-bottom: .5em;
font-size: .9em;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .price del {
display: initial;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
margin-top: .5em;
margin-bottom: .5em;
white-space: normal;
line-height: 1.3;
font-size: 100%;
font-weight: 700;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.added {
margin-bottom: 0;
transition: margin 0s;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title {
text-transform: uppercase;
font-weight: bold;
line-height: 1.5;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title .count {
display: block;
background: none;
opacity: .5;
font-size: .75em;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale {
min-width: 3em;
min-height: 3em;
line-height: 3em;
padding: 0;
font-size: 1em;
font-weight: normal;
text-transform: capitalize;
position: absolute;
text-align: center;
border-radius: 100%;
z-index: 9;
top: 0;
right: 15px;
left: auto;
margin: -0.5em -0.5em 0 0;
}
.wp-core-ui .components-angle-picker-control .components-input-control__container .components-input-control__input {
padding-left: 10px;
padding-right: 10px;
}
.editor-styles-wrapper .is-root-container .wp-block-code, .editor-styles-wrapper .is-root-container pre.wp-block {
margin-bottom: 1.6em;
}
.editor-styles-wrapper .is-root-container .wp-block-image, .editor-styles-wrapper .is-root-container .wp-block-gallery, .editor-styles-wrapper .is-root-container .wp-block-audio, .editor-styles-wrapper .is-root-container .wp-block-video, .editor-styles-wrapper .is-root-container .wp-block-table, .editor-styles-wrapper .is-root-container .wp-block-pullquote {
margin-bottom: 1em;
}
.editor-styles-wrapper .is-root-container .wp-block-quote {
margin-top: 1.5em;
margin-bottom: 1.5em;
}
.editor-styles-wrapper .is-root-container .wp-block-file {
margin-bottom: 1.5em;
}
.editor-styles-wrapper .is-root-container ol, .editor-styles-wrapper .is-root-container ul {
line-height: 1.85714285714286;
}
.editor-styles-wrapper .is-root-container .wp-block-separator {
margin-top: 20px;
margin-bottom: 20px;
}
body .editor-styles-wrapper > .block-editor-block-list__layout.is-root-container > .wp-block + .wp-block-separator {
margin-top: 20px;
}
body .editor-styles-wrapper > .block-editor-block-list__layout.is-root-container > .wp-block + .wp-block-list {
margin-top: 1em;
margin-bottom: 1em;
}
body .editor-styles-wrapper > .block-editor-block-list__layout.edit-post-visual-editor__post-title-wrapper {
padding-top: 0;
}
.wp-block-table table {
margin-bottom: 1.5em;
}
.wp-block-table figcaption {
font-size: 1rem;
}
.wp-block-button button {
border-radius: 2px;
}
/**
* 6.3 Compatibility fixes in block editor.
*/
span.title-visibility svg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 16px;
height: 40px;
fill: var(--wp-admin-theme-color);
}
#astra_settings_meta_box .components-button.is-primary:hover:not(:disabled),
.ast-meta-settings-content .components-button.is-primary:hover:not(:disabled) {
background: var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6)) !important;
color: var(--wp-components-color-accent-inverted, #fff) !important;
}