/* * Gautenberg Style for blocks */ /* responsive settings */ /* responsive landscape tablet */ /* responsive portrait tablet */ /* responsive portrait phone */ .editor-styles-wrapper .block-library-list ol, .editor-styles-wrapper .block-library-list ul { padding-left: 0; margin-left: 0; } html :where(.wp-block.wp-block-navigation-item) { margin-top: 0; margin-bottom: 0; } .wp-block, .wp-block .wp-block-freeform { font-size: 15px; line-height: 1.74; } .wp-block-buttons { padding: 8px 15px; } .wp-block-buttons > .wp-block-button { display: inline-block; margin: inherit; } .wp-block-button__link { font-family: var(--secondary-font); font-size: 16px; color: #fff; box-sizing: inherit; font-weight: 600; text-align: center; display: inline-block; word-wrap: break-word; cursor: pointer; } .dark-mode .wp-block-button__link { background-color: #9c9c9c; color: #fff; } .wp-block-button__link:hover { color: #fff; background-color: #484848; } .wp-block-heading h1, .wp-block-heading h2, .wp-block-heading h3, .wp-block-heading h4, .wp-block-heading h5, .wp-block-heading h6 { font-family: inherit; } .wp-block-heading h2 { font-size: 1.2em; } .wp-block-heading h3 { font-size: 1.1em; } .wp-block-heading h4 { font-size: 1em; } .wp-block-heading h5 { font-size: .9em; } .wp-block-heading h6 { font-size: .8em; } .wp-block-image img:not(.image-logo) { margin: 0; width: 100%; } .dark-mode .wp-block-image .aligncenter>figcaption, .dark-mode .wp-block-image .alignleft>figcaption, .dark-mode .wp-block-image .alignright>figcaption, .dark-mode .wp-block-image.aligncenter>figcaption, .dark-mode .wp-block-image.alignleft>figcaption, .dark-mode .wp-block-image.alignright>figcaption { color: #fff; } .wp-block-code { margin: 2px 15px; background-color: #f9f9f9; } .dark-mode .wp-block-code { background-color: revert; } .wp-block-code code { font-family: inherit; display: block; overflow-wrap: break-word; white-space: pre-wrap; border-radius: 5px; padding: 4px 6px; } .wp-block-quote { border-left: none; position: relative; margin: 0 14px; padding-left: 4px; overflow-wrap: break-word; background-color: #f9f9f9 } .dark-mode .wp-block-quote { background-color: #181818; } .wp-block-query-title, .wp-block-quote { box-sizing: inherit; } .wp-block-quote::before, .wp-block-quote p::after { font-size: 30px; color: black; position: absolute; } .dark-mode .wp-block-quote::before, .dark-mode .wp-block-quote p::after { color: #fff; } .wp-block-quote::before { content: "\201C"; top: -16px; left: -6px; } .blockquote p { font-style: italic; } .wp-block-quote p::after { content: "\201D"; margin: 0 3px; } .wp-block-quote cite, .wp-block-quote footer { color: inherit; font-style: italic; font-weight: 600; position: relative; margin-left: 48px; } .wp-block-quote cite::before { content: "_____"; position: absolute; left: -32px; } .wp-block-search__input { appearance: none; border: 1px solid #656565; flex-grow: 1; margin-left: 0; margin-right: -4px; min-width: 1em; text-decoration: none!important; } .wp-block-search__button { margin-left: 0; word-break: keep-all; background-color: var(--primary-color); color: #fff; font-weight: 900; } .wp-element-button { cursor: pointer; border: 1px solid #282828; } .wp-block-latest-posts.wp-block-latest-posts__list { list-style: inherit; padding-left: 0; } .wp-block-image { margin: 0 0 1em; } .wp-block-image img { height: auto; max-width: 100%; vertical-align: middle; } .wp-block-preformatted { white-space: pre-wrap; font-family: Verdana, Geneva, Tahoma, sans-serif; padding: 0 15px; line-height: 1.4; color: #3B3B3B; font-size: 17px; } .dark-mode .wp-block-preformatted { color: white; } .wp-block-table { margin: 0 0 1em; padding: 6px 15px; } .wp-block-table table { border-collapse: collapse; } .wp-block-table td, .wp-block-table th { word-break: normal; border: 1px solid; padding: 0.8em; } .wp-block-details { overflow: hidden; padding: 5px 15px; } .wp-block-details summary { cursor: pointer; } .wp-block-latest-comments__comment-author { font-family: var(--primary-font); font-family: var(--font-wieght); color: #0c0c0c; } .footer-widgets .wp-block-social-links { display: inline-block !important; } .footer-widgets .widget_text p, .wp-block-media-text__content p { color: #fff; }