2023-08-16 12:37:17 -07:00
|
|
|
@import url("https://fonts.bunny.net/css?family=damion:400|oxygen:400");
|
2023-08-28 17:43:48 -07:00
|
|
|
::-moz-selection {
|
|
|
|
background-color: var(--selector);
|
|
|
|
}
|
2023-08-16 12:37:17 -07:00
|
|
|
::selection {
|
|
|
|
background-color: var(--selector);
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
::-webkit-scrollbar,
|
|
|
|
.comment-form-url {
|
2023-08-16 12:37:17 -07:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,
|
|
|
|
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
|
2023-08-16 12:37:17 -07:00
|
|
|
border-color: var(--href);
|
|
|
|
background-color: var(--background-darker);
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
#site-navigation ul li a,
|
|
|
|
.byline a,
|
|
|
|
.entry-footer > span.tags-links,
|
|
|
|
.entry-footer > span.tags-links a,
|
|
|
|
.entry-title a,
|
|
|
|
.menu-toggle a,
|
|
|
|
.mt-author-bio,
|
|
|
|
.mt-author-website a,
|
|
|
|
.mt-related-post-title,
|
|
|
|
.mt-search-icon a,
|
|
|
|
.mt-social-menu-wrapper,
|
|
|
|
.page-title,
|
|
|
|
.posted-on time,
|
|
|
|
.site-info,
|
|
|
|
.tagcloud a:hover,
|
|
|
|
.tags-links a,
|
|
|
|
.widget-title,
|
|
|
|
a.comment-edit-link,
|
|
|
|
article.hentry .entry-footer > span,
|
|
|
|
body,
|
|
|
|
button,
|
|
|
|
h1.entry-title,
|
|
|
|
h2.entry-title a,
|
|
|
|
h3#reply-title.comment-reply-title,
|
|
|
|
hr,
|
|
|
|
input,
|
|
|
|
label,
|
|
|
|
li,
|
|
|
|
section ul li a,
|
|
|
|
select,
|
|
|
|
span.screen-reader-text,
|
|
|
|
textarea,
|
|
|
|
time,
|
|
|
|
ul#primary-menu.menu.nav-menu:after {
|
2023-08-16 12:37:17 -07:00
|
|
|
color: var(--text-color) !important;
|
|
|
|
font-family: var(--main-font);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*** Background Start ***/
|
2023-09-01 01:05:36 -07:00
|
|
|
#site-navigation ul li a::after,
|
|
|
|
.front-slider-block .post-info-wrap .entry-meta .posted-on a:before,
|
|
|
|
.has-thumbnail .post-info-wrap .entry-meta .posted-on a:before,
|
|
|
|
.posted-on a:before {
|
2023-08-16 12:37:17 -07:00
|
|
|
background-color: var(--text-color);
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
#site-navigation,
|
|
|
|
.wp-comment-cookies-consent,
|
|
|
|
div#wpadminbar.nojq,
|
|
|
|
div.custom-header.no-bg-img,
|
|
|
|
div.cwv3_btns,
|
|
|
|
div.logo-ads-wrap,
|
|
|
|
div.mt-logo-row-wrapper.mt-clearfix,
|
|
|
|
div.site-branding,
|
|
|
|
div.sticky-wrapper,
|
|
|
|
footer#colophon.site-footer,
|
|
|
|
nav#site-navigation.main-navigation.isActive,
|
|
|
|
.gdrf-success,
|
|
|
|
.gdrf-errors,
|
|
|
|
#site-navigation ul li .sub-menu,
|
|
|
|
#site-navigation ul li .children,
|
|
|
|
.comment-list .comment-body,
|
|
|
|
#respond,
|
|
|
|
.mt-author-box,
|
|
|
|
textarea#comment {
|
2023-08-16 12:37:17 -07:00
|
|
|
background-color: var(--background-darker) !important;
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
#colophon .widget .widget-title:before,
|
|
|
|
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a,
|
|
|
|
#secondary .widget .widget-title:before,
|
|
|
|
#site-navigation .menu-item-description,
|
|
|
|
.edit-link .post-edit-link,
|
|
|
|
.features-post-title:before,
|
|
|
|
.front-slider-block .lSAction > a:hover,
|
|
|
|
.mt-live-link a,
|
|
|
|
.mt-menu-search .mt-form-wrap .search-form .search-submit,
|
|
|
|
.mt-related-post-title:before,
|
|
|
|
.post-cats-list a,
|
|
|
|
.reply .comment-reply-link,
|
|
|
|
.top-featured-post-wrap .post-thumbnail .post-number,
|
|
|
|
.widget.widget_tag_cloud a:hover,
|
|
|
|
.widget_search .search-submit,
|
|
|
|
.widget_tag_cloud .tagcloud a:hover,
|
|
|
|
article .post-thumbnail:before,
|
|
|
|
article.sticky:before,
|
|
|
|
div.mt-live-link a,
|
|
|
|
input.search-submit {
|
2023-08-16 12:37:17 -07:00
|
|
|
background-color: var(--href);
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active,
|
|
|
|
.bttn:hover,
|
|
|
|
.mt-live-link a:focus,
|
|
|
|
.mt-live-link a:hover,
|
|
|
|
.navigation .nav-links a:hover,
|
|
|
|
.post-edit-link:hover,
|
|
|
|
button,
|
|
|
|
div.mt-live-link a:hover,
|
|
|
|
input.search-submit:hover,
|
|
|
|
input[type=button]:hover,
|
|
|
|
input[type=reset]:hover,
|
|
|
|
input[type=submit]:hover {
|
2023-08-16 12:37:17 -07:00
|
|
|
color: var(--text-color);
|
|
|
|
background-color: var(--href-dark);
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
div#bottom-footer,
|
|
|
|
div#page.site,
|
|
|
|
div#top-header.top-header-wrap.mt-clearfix,
|
|
|
|
textarea#comment,
|
|
|
|
input#author,
|
|
|
|
input#email,
|
|
|
|
input#url {
|
2023-08-16 12:37:17 -07:00
|
|
|
background-color: var(--background) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.category-button[class*=cbd-cat-] a {
|
|
|
|
background-color: var(--href) !important;
|
|
|
|
color: var(--text-color);
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.category-button[class*=cbd-cat-] a:hover {
|
|
|
|
background-color: var(--href-dark) !important;
|
|
|
|
color: inherit;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*** Background End ***/
|
2023-09-01 01:05:36 -07:00
|
|
|
#colophon,
|
|
|
|
.mt-social-menu-wrapper {
|
2023-08-16 13:45:13 -07:00
|
|
|
border-top: 1px solid var(--href-dark);
|
2023-08-16 12:37:17 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.is-sticky .mt-social-menu-wrapper {
|
|
|
|
background: var(--background-darker);
|
|
|
|
z-index: 9999;
|
2023-08-16 13:45:13 -07:00
|
|
|
box-shadow: none !important;
|
2023-08-16 12:37:17 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
color: var(--text-color);
|
|
|
|
font-family: var(--main-font);
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
2023-08-16 12:37:17 -07:00
|
|
|
clear: both;
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: 1.5;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
font-family: var(--main-font);
|
|
|
|
color: var(--text-color);
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
.entry-title,
|
|
|
|
.page-title,
|
|
|
|
b,
|
|
|
|
strong {
|
2023-08-16 12:37:17 -07:00
|
|
|
color: var(--text-color);
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
.mt-disclaimer-text,
|
|
|
|
p em,
|
|
|
|
p i {
|
2023-08-16 12:37:17 -07:00
|
|
|
color: var(--text-color);
|
|
|
|
font-family: var(--main-font);
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
p em a,
|
|
|
|
p i a {
|
2023-08-16 12:37:17 -07:00
|
|
|
color: #f5a9b8;
|
|
|
|
font-family: var(--main-font);
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
p em a:hover,
|
|
|
|
p i a:hover {
|
2023-08-16 12:37:17 -07:00
|
|
|
color: #c48793;
|
|
|
|
font-family: var(--main-font);
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
.mt-author-name a:hover,
|
|
|
|
.mt-author-website a:hover,
|
|
|
|
em a,
|
|
|
|
h3.entry-title a:active,
|
|
|
|
h3.entry-title a:hover,
|
|
|
|
i a,
|
|
|
|
section ul li a:hover,
|
|
|
|
.pojo-skip-link:focus {
|
2023-08-16 12:37:17 -07:00
|
|
|
color: var(--href) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
overflow: auto;
|
|
|
|
padding-left: 3px;
|
|
|
|
vertical-align: top;
|
|
|
|
color: var(--text-color);
|
|
|
|
background-color: var(--background-darker);
|
|
|
|
height: 160px;
|
|
|
|
max-width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
input,
|
|
|
|
input.search-field,
|
|
|
|
input[type=email],
|
|
|
|
input[type=password],
|
|
|
|
input[type=search],
|
|
|
|
input[type=text],
|
|
|
|
input[type=url],
|
|
|
|
p.comment-form-cookies-consent #wp-comment-cookies-consent {
|
2023-08-26 10:59:09 -07:00
|
|
|
color: var(--text-color) !important;
|
2023-08-16 12:37:17 -07:00
|
|
|
background-color: var(--background-darker);
|
|
|
|
border-bottom: none;
|
|
|
|
border: none;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-no-results #primary .search-submit {
|
|
|
|
margin-top: 40px;
|
|
|
|
border: 0;
|
|
|
|
font-size: 20px;
|
|
|
|
color: var(--text-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
font-weight: 400;
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
line-height: 1.8;
|
|
|
|
background: var(--background);
|
|
|
|
}
|
|
|
|
|
|
|
|
* {
|
|
|
|
cursor: var(--cursor), default !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-title {
|
|
|
|
margin: 0;
|
|
|
|
font-family: var(--special-font);
|
|
|
|
line-height: 1.5;
|
|
|
|
font-weight: 1;
|
|
|
|
color: var(--text-color);
|
|
|
|
text-shadow: 0 0 3px var(--href-dark), 0 0 10px var(--href), 0 0 20px var(--href), 0 0 30px var(--href);
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-title a:hover {
|
|
|
|
color: var(--href);
|
|
|
|
cursor: url("data:image/webp;base64,UklGRkgDAABXRUJQVlA4WAoAAAAQAAAAHwAAHwAAQUxQSHEBAAABkENtm2k738ze58ROKlSubNROdavYSW/bto3KrFLatm0be2a+rzjs0kbEBACxRb4GZlPz0R2QZxoAogwbx9amsEhH1KNd2VxDzo9pBCC2yN4gUL9e3E/B2Di2Ft0lf2xQOaBcu2Ez125ZdUYhePVGCtmrXVOQHo9Y/lrZgyi3sR3SrYfOXrN/ArYp8U6ZPnEu8aJI6cBNZY5HN4oMzgVmShIlR0n+X/haC4PlSZGicpOiC6TTIaCjSBWX9OoLVHyrUKygDzUAHJcvkpx2wqL8K4UiMag7ItT+KxZLfxvAoPp3kcUKrWFhr8gXh9S/OjARFigRixL0MA1YNPinIBZGJVqJCIgwVQlF5kcq6F9DWGTukvckmQcp7zUcEQAYYI3kHElREkmGRJoJg6wGKLkliYnzPgTvkiB9HoA8jUWqx5EvyvfN4pqweQARgBpdxm4+evnWrYuHF5ZUASIUGBlkRqmUBYDIoHBjY4usUWTw/wwAVlA4ILABAAAQCQCdASogACAAPl0kjkWjoiEb9AA4BcS2AE6ZjZEIwGeq/sBlpO8l+TlbEvIVvoHEC3gagHRwY/B2xe6y9F3KJmUjAchCd03m3WTJKM9lNj4A/v8r8P/Xx1meVrJSUMxTcc9AZUbxa7RBza8/X22RkP/ZT/WPJvC/31XXNWdX4IQcymLxSHwk/AOQot/Vy51SPpLByvi2Nw/WnY//Vvw5/K7sTv6L7lhx/paRR3x7/+tT8U7rqW3wZ27YUH+0pH8BfxU3qX+XPAYKa6+B7G4rKTErNTD8yHKRmzxi2SPCI+D3qFvHklOO5NEXQtwKgi/wwBymnoBsApVtopJHEfLWHvHs/Eu4wS6evuaq8pp+kHsTtkQg1Me+n5+IeVXrNyMhb46InSX+nR1VuVapmbHqeZ6IHBGivUs802afX4E4iF+92dw02gf5u/ohS9TFeaQxq5IRp7wmrHCYX+FN3B93Ku8jhEuLfGC7g5E85Eyxf5EGte35Fh7f69epPL/rnhnOP3JhPlxCEaAK0kD3Khpl3U+zmQunDE3bYwA+bicyd0CPQ4vqv92TaZ1G/TQAAAA="), default !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single .mt-author-box .mt-author-info .mt-author-name a {
|
|
|
|
font-family: var(--special-font);
|
|
|
|
color: var(--text-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
.error-num {
|
|
|
|
margin: 0;
|
|
|
|
font-family: var(--special-font);
|
|
|
|
line-height: 1.5;
|
|
|
|
font-weight: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-description {
|
|
|
|
margin: 0;
|
|
|
|
font-size: 15px;
|
|
|
|
font-family: var(--main-font);
|
|
|
|
line-height: 1.5;
|
|
|
|
font-weight: 1;
|
|
|
|
color: var(--text-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
.features-post-title {
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 700;
|
|
|
|
margin-bottom: 25px;
|
|
|
|
position: relative;
|
|
|
|
padding-left: 40px;
|
|
|
|
font-family: var(--main-font);
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
.btn-wrapper a,
|
|
|
|
.entry-footer .mt-readmore-btn,
|
|
|
|
.mt-readmore-btn {
|
2023-08-16 12:37:17 -07:00
|
|
|
display: inline-block;
|
|
|
|
padding: 0;
|
|
|
|
font-size: 14px;
|
|
|
|
color: var(--text-color);
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
.wp-block-code,
|
|
|
|
code {
|
2023-08-16 12:37:17 -07:00
|
|
|
background-color: #343434;
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
#wpadminbar .ab-top-menu > li.hover > .ab-item,
|
|
|
|
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
|
|
|
|
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
|
|
|
|
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item {
|
2023-08-16 12:37:17 -07:00
|
|
|
background: var(--background-darker);
|
|
|
|
color: var(--href);
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .quicklinks a span#ab-updates {
|
|
|
|
background: var(--background-darker);
|
|
|
|
color: #2c3338;
|
|
|
|
display: inline;
|
|
|
|
padding: 2px 5px;
|
|
|
|
font-size: 10px;
|
|
|
|
font-weight: 600;
|
|
|
|
border-radius: 10px;
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
#wpadminbar .menupop .ab-sub-wrapper,
|
|
|
|
#wpadminbar .shortlink-input {
|
2023-08-16 12:37:17 -07:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
|
|
|
|
background: var(--background-darker);
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
#cancel-comment-reply-link:before,
|
|
|
|
#site-navigation li.menu-item-has-children > a:before,
|
|
|
|
#site-navigation li.page_item_has_children > a:before,
|
|
|
|
.edit-link .post-edit-link:before,
|
|
|
|
.nav-links .nav-next a:after,
|
|
|
|
.nav-links .nav-previous a:before,
|
|
|
|
.widget_archive a:before,
|
|
|
|
.widget_categories a:before,
|
|
|
|
.widget_meta a:before,
|
|
|
|
.widget_nav_menu li a:before,
|
|
|
|
.widget_pages li a:before,
|
|
|
|
.widget_recent_comments li:before,
|
|
|
|
.widget_recent_entries a:before,
|
|
|
|
.widget_rss li:before,
|
|
|
|
.wp-block-archives li a:before,
|
|
|
|
.wp-block-categories li a:before,
|
|
|
|
.wp-block-latest-comments li:before,
|
|
|
|
.wp-block-latest-posts li a:before,
|
|
|
|
.wp-block-page-list li a:before,
|
|
|
|
blockquote:after,
|
|
|
|
blockquote:before,
|
|
|
|
li.recentcomments:before,
|
|
|
|
q:after,
|
|
|
|
q:before {
|
2023-08-16 12:37:17 -07:00
|
|
|
font-family: ForkAwesome !important;
|
|
|
|
color: var(--text-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
#mt-scrollup:before {
|
|
|
|
content: "\f061";
|
|
|
|
font-family: "ForkAwesome";
|
|
|
|
transition: none;
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
a:hover,
|
|
|
|
em a:active,
|
|
|
|
em a:focus,
|
|
|
|
em a:hover,
|
|
|
|
.pojo-skip-link:focus {
|
2023-08-16 12:37:17 -07:00
|
|
|
color: var(--href);
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
#cancel-comment-reply-link,
|
|
|
|
#cancel-comment-reply-link:before,
|
|
|
|
#footer-menu li a:hover,
|
|
|
|
#mt-scrollup:hover,
|
|
|
|
#site-navigation ul li.current-menu-ancestor > a,
|
|
|
|
#site-navigation ul li.current-menu-item > a,
|
|
|
|
#site-navigation ul li.current-menu-parent > a,
|
|
|
|
#site-navigation ul li.current_page_ancestor > a,
|
|
|
|
#site-navigation ul li.current_page_item > a,
|
|
|
|
#site-navigation ul li.focus > a,
|
|
|
|
#site-navigation ul li:hover > a,
|
|
|
|
#top-footer a:hover,
|
|
|
|
#top-navigation ul li a:hover,
|
|
|
|
.banner-sub-title,
|
|
|
|
.breadcrumbs .trail-items li a:hover,
|
|
|
|
.btn-wrapper a:hover,
|
|
|
|
.cat-links a:hover,
|
|
|
|
.color_blog_dark_latest_posts .mt-post-title a:hover,
|
|
|
|
.comment-author .fn .url:hover,
|
|
|
|
.commentmetadata .comment-edit-link,
|
|
|
|
.entry-cat .cat-links a:hover,
|
|
|
|
.entry-cat a:hover,
|
|
|
|
.entry-footer .mt-readmore-btn:hover,
|
|
|
|
.entry-footer a:hover,
|
|
|
|
.entry-meta a:hover,
|
|
|
|
.entry-title a:hover,
|
|
|
|
.front-slider-block .banner-title a:hover,
|
|
|
|
.front-slider-block .post-info-wrap .entry-title a:hover,
|
|
|
|
.has-thumbnail .post-info-wrap .entry-title a:hover,
|
|
|
|
.logged-in-as a,
|
|
|
|
.menu-toggle:hover,
|
|
|
|
.mt-readmore-btn:hover,
|
|
|
|
.mt-search-icon:hover,
|
|
|
|
.mt-social-icon-wrap li a:focus,
|
|
|
|
.mt-social-icon-wrap li a:hover,
|
|
|
|
.navigation.pagination .nav-links .page-numbers.current,
|
|
|
|
.navigation.pagination .nav-links a.page-numbers:hover,
|
|
|
|
.post-info-wrap .entry-meta a:hover,
|
|
|
|
.single .mt-single-related-posts .entry-title a:hover,
|
|
|
|
.widget a:hover,
|
|
|
|
.widget a:hover:before,
|
|
|
|
.widget li:hover:before,
|
|
|
|
.wrap-label i,
|
|
|
|
a,
|
|
|
|
a:focus {
|
2023-08-16 12:37:17 -07:00
|
|
|
color: var(--href);
|
|
|
|
}
|
|
|
|
|
|
|
|
#site-navigation ul li[class*=cbd-cat-] .menu-item-description:after {
|
|
|
|
border-top-color: var(--href);
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
.color_blog_dark_social_media a:hover,
|
|
|
|
.custom-header,
|
|
|
|
.error-404.not-found,
|
|
|
|
.navigation.pagination .nav-links .page-numbers.current,
|
|
|
|
.navigation.pagination .nav-links a.page-numbers:hover,
|
|
|
|
.widget.widget_tag_cloud a:hover,
|
|
|
|
.widget_search .search-submit,
|
|
|
|
.widget_search .search-submit:hover,
|
|
|
|
.widget_tag_cloud .tagcloud a:hover {
|
2023-08-16 12:37:17 -07:00
|
|
|
border-color: var(--href);
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt-menu-search .mt-form-wrap .search-form .search-field:focus {
|
|
|
|
outline-color: var(--href);
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
.entry-footer > span.tags-links a:hover,
|
|
|
|
ul.trail-items span {
|
2023-08-16 12:37:17 -07:00
|
|
|
color: var(--href) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.trail-items span:hover {
|
|
|
|
color: var(--href-dark) !important;
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
.mt-menu-search .mt-form-wrap .search-form .search-submit:hover,
|
|
|
|
.tagcloud a:hover,
|
|
|
|
.wp-block-search__button:hover {
|
2023-08-16 12:37:17 -07:00
|
|
|
border-radius: 0;
|
|
|
|
background-color: var(--href-dark) !important;
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
.mt-menu-search .mt-form-wrap .search-form .search-field,
|
|
|
|
textarea,
|
|
|
|
.comment-list .comment-body,
|
|
|
|
#respond,
|
|
|
|
.mt-author-box {
|
2023-08-16 12:37:17 -07:00
|
|
|
border: none !important;
|
|
|
|
border-bottom: none !important;
|
|
|
|
border-top: none !important;
|
|
|
|
border-left: none !important;
|
|
|
|
border-right: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.required {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt-author-box {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt-author-box .mt-author__avatar img {
|
|
|
|
border-radius: 50% !important;
|
|
|
|
border: 1px var(--href) solid;
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
.mt-live-link a:focus,
|
|
|
|
.mt-live-link a:hover,
|
|
|
|
.search article,
|
|
|
|
.pojo-skip-link:focus {
|
2023-08-16 12:37:17 -07:00
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-info {
|
|
|
|
float: unset;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt-copyright-text {
|
|
|
|
background-image: linear-gradient(to right, #E61D25, #F46F22, #F7924E, #E05AA3, #C34E95, #B21E6A);
|
|
|
|
-webkit-background-clip: text;
|
2023-08-16 13:50:42 -07:00
|
|
|
background-clip: text;
|
2023-08-16 12:37:17 -07:00
|
|
|
-webkit-text-fill-color: transparent;
|
|
|
|
animation: gradientR 1000s linear infinite;
|
2023-08-16 13:45:13 -07:00
|
|
|
}
|
|
|
|
@keyframes gradientR {
|
|
|
|
to {
|
|
|
|
background-position: 4500vh;
|
|
|
|
}
|
2023-08-16 12:37:17 -07:00
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
#mt-scrollup,
|
|
|
|
.mt-author__avatar,
|
|
|
|
.mt-copyright-text,
|
|
|
|
.nav-links,
|
|
|
|
.post-thumbnail img,
|
|
|
|
.site-info,
|
|
|
|
.wp-block-image {
|
2023-08-16 12:37:17 -07:00
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
video {
|
|
|
|
max-width: 100%;
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
.bttn,
|
|
|
|
.navigation .nav-links a,
|
|
|
|
.search-submit,
|
|
|
|
.tagcloud a,
|
|
|
|
.wp-block-search__button,
|
|
|
|
button,
|
|
|
|
input.search-submit[type=submit],
|
|
|
|
input[type=button],
|
|
|
|
input[type=reset],
|
|
|
|
input[type=submit] {
|
2023-08-16 12:37:17 -07:00
|
|
|
background-color: var(--href);
|
|
|
|
border: none !important;
|
2023-08-26 10:59:09 -07:00
|
|
|
color: var(--text-color) !important;
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
.bttn,
|
|
|
|
.comment-reply-link,
|
|
|
|
.mt-menu-search .mt-form-wrap .search-form .search-field,
|
|
|
|
.navigation .nav-links a,
|
|
|
|
.page-numbers.current,
|
|
|
|
.tagcloud a:hover,
|
|
|
|
button,
|
|
|
|
input.search-submit,
|
|
|
|
input.search-submit:hover,
|
|
|
|
input[type=button],
|
|
|
|
input[type=reset],
|
|
|
|
input[type=submit],
|
|
|
|
textarea {
|
2023-08-16 12:37:17 -07:00
|
|
|
border-radius: 5px !important;
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
img,
|
|
|
|
.pojo-skip-link {
|
2023-08-16 12:37:17 -07:00
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-numbers.current {
|
|
|
|
background-color: var(--href-dark);
|
|
|
|
border: none !important;
|
2023-08-26 10:59:09 -07:00
|
|
|
color: var(--text-color) !important;
|
2023-08-16 12:37:17 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
div#cwv3_dialog.cwv3_dialog.js {
|
|
|
|
background-color: var(--background) !important;
|
|
|
|
border-color: var(--background-darker) !important;
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
.recentcomments,
|
|
|
|
.widget_recent_comments li {
|
2023-08-16 12:37:17 -07:00
|
|
|
display: block !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment-author img {
|
|
|
|
border-radius: 50% !important;
|
|
|
|
padding: none;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
.screen-reader-text:active,
|
|
|
|
.screen-reader-text:focus,
|
|
|
|
.screen-reader-text:hover {
|
2023-08-16 13:45:13 -07:00
|
|
|
background-color: var(--background) !important;
|
|
|
|
box-shadow: none !important;
|
|
|
|
color: var(--href) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 979px) {
|
2023-09-01 01:05:36 -07:00
|
|
|
#site-navigation ul li a,
|
|
|
|
.is-sticky #site-navigation ul li a {
|
2023-08-16 13:45:13 -07:00
|
|
|
border-bottom: 1px solid var(--href-dark);
|
|
|
|
}
|
|
|
|
}
|
2023-09-01 01:05:36 -07:00
|
|
|
#site-navigation ul li a.sub-toggle,
|
|
|
|
#site-navigation ul li a.sub-toggle:hover {
|
2023-08-26 10:59:09 -07:00
|
|
|
background: var(--background) none repeat scroll 0 0;
|
|
|
|
color: var(--text-color);
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2023-09-01 01:05:36 -07:00
|
|
|
.search article .post-thumbnail {
|
|
|
|
border-radius: 10px;
|
|
|
|
}
|
|
|
|
|
2023-08-16 12:37:17 -07:00
|
|
|
:root {
|
|
|
|
--text-color:#fff;
|
|
|
|
--background:#333333;
|
|
|
|
--background-darker:#262626;
|
|
|
|
--href:#A80030;
|
|
|
|
--href-dark:#860026;
|
|
|
|
--selector: #454FBF;
|
|
|
|
--main-font:"Oxygen",sans-serif;
|
|
|
|
--special-font:"Damion",handwriting;
|
|
|
|
--cursor:url("data:image/png;base64,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");
|
2023-08-28 17:43:48 -07:00
|
|
|
}
|