123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690 |
- 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 [data-block] {
- margin-top: 15px;
- margin-bottom: 15px;
- }
- .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: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:hover h1.editor-post-title__input {
- box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
- }
- .edit-post-visual-editor__post-title-wrapper:hover .title-visibility {
- opacity: 1;
- }
- .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:hover {
- opacity: 1;
- color: var(--wp-admin-theme-color);
- }
- .edit-post-visual-editor__post-title-wrapper .title-visibility:hover:after {
- opacity: 1;
- visibility: visible;
- }
- .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.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;
- 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;
- }
- /**
- * 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 {
- 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;
- }
- .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: #eee;
- margin-bottom: 1.6em;
- 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.wp-block-code {
- font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", 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: 0 1.2em 1.2em;
- 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;
- }
- .editor-styles-wrapper p {
- line-height: 1.85714285714286;
- }
- .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;
- }
|