* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
} article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
:focus {
outline: 0;
}
input[type="submit"] {
-webkit-appearance: none;
}
html,
body {
width: 100%; }
html {
font-size: var(--jd-body-font-size);
}
body {
position: relative;
background-color: var(--jd-body-background);
color: var(--jd-body-color);
font-family: var(--jd-body-font);
font-size: 1rem;
font-weight: normal;
line-height: 1.75;
background-repeat: repeat-x;
background-size: cover;
background-attachment: fixed;
background-position: top center;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
::-moz-selection {
background: var(--jd-body-color);
color: var(--jd-body-background);
}
::selection {
background: var(--jd-body-color);
color: var(--jd-body-background);
}
ol,
ul {
list-style: none;
}
input[type="text"]::-ms-clear {
display: none;
}
sup {
font-size: 0.85rem;
vertical-align: super;
}
sub {
font-size: 0.85rem;
vertical-align: sub;
}
strong {
font-weight: 700;
}
em {
font-style: italic;
}
p:empty {
display: none;
}
hr {
border: none;
border-top: 2px dotted;
opacity: 0.2;
height: 2px;
margin: 0 auto;
width: 100%;
}
a {
text-decoration: none;
color: var(--jd-accent-color);
-webkit-transition: color 0.2s ease, background 0.2s ease;
-moz-transition: color 0.2s ease, background 0.2s ease;
-ms-transition: color 0.2s ease, background 0.2s ease;
-o-transition: color 0.2s ease, background 0.2s ease;
transition: color 0.2s ease, background 0.2s ease;
}
a:hover {
color: var(--jd-body-color);
} blockquote,
q {
position: relative;
display: block;
margin-bottom: 24px;
padding: 24px 0 24px 56px;
font-size: 1.5rem;
border: none;
box-shadow: none;
font-family: var(--jd-headings-font);
border-top: 2px solid rgba(128, 128, 128, 0.1);
border-bottom: 2px solid rgba(128, 128, 128, 0.1);
}
blockquote:before,
q:before {
overflow: hidden;
display: block;
font-family: FontAwesome;
content: "\f097";
position: absolute;
left: 0;
top: 24px;
line-height: 1;
font-size: 2.5rem;
min-width: 100px;
text-align: left;
color: var(--jd-accent-color);
z-index: 0;
}
blockquote p,
q p {
margin-bottom: 0;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
margin-bottom: 24px;
padding: 24px 0 24px 56px;
}
.wp-block-quote.is-large:before,
.wp-block-quote.is-style-large:before {
font-size: 3rem;
}
blockquote cite,
q cite,
pre cite {
position: relative;
font-size: 1rem;
}
blockquote cite:before,
q cite:before,
pre cite:before {
content: "\2015";
margin-right: 8px;
font-size: 1.5rem;
color: var(--jd-accent-color);
} table,
dl {
margin-bottom: 24px;
width: 100%;
border: 2px solid rgba(128, 128, 128, 0.1);
}
table thead,
dt {
font-weight: bold;
background: rgba(128, 128, 128, 0.1);
}
table th,
table td,
dt,
dd {
padding: 8px;
border: 1px solid rgba(128, 128, 128, 0.1);
} pre,
address,
code {
display: block;
position: relative;
padding: 24px 24px 24px 64px;
margin-bottom: 24px;
overflow: auto;
max-width: 100%;
background: rgba(128, 128, 128, 0.1);
}
address:before,
code:before {
overflow: hidden;
display: block;
font-family: FontAwesome;
position: absolute;
left: 24px;
top: 24px;
line-height: 1;
font-size: 1.6rem;
min-width: 100px;
text-align: left;
color: var(--jd-accent-color);
z-index: 0;
}
address:before {
content: "\f041";
}
code:before {
content: "\f121";
}
pre {
padding: 24px;
}
fieldset {
margin: 16px 0;
padding: 16px;
border: 2px solid rgba(128, 128, 128, 0.1);
}
legend {
font-size: 1.2rem;
font-weight: 700;
padding: 0 16px;
} input,
textarea,
select,
button {
font-family: var(--jd-body-font);
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="search"],
textarea,
select {
border: 2px solid rgba(128, 128, 128, 0.1);
background: var(--jd-input-background);
color: var(--jd-body-color);
padding: 8px;
width: 100%;
margin: 0;
border-radius: 0;
outline: none;
box-shadow: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
border-color: var(--jd-accent-color);
} input[type="radio"],
input[type="checkbox"] {
width: 24px;
height: 24px;
margin-right: 8px;
cursor: pointer;
display: inline-block;
vertical-align: bottom !important;
background-repeat: no-repeat;
background-position: center;
background: var(--jd-input-background);
color: var(--jd-body-color);
border: 2px solid rgba(128, 128, 128, 0.2);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-print-color-adjust: exact;
}
input[type="radio"] {
border-radius: 50%;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
background-color: var(--jd-accent-color);
border-color: var(--jd-accent-color);
}
input[type="radio"]:checked {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-allowed-tags {
display: block;
}
input[type="submit"],
button,
.button {
padding: 8px 16px;
text-transform: uppercase;
font-size: 0.8rem;
letter-spacing: 1px;
line-height: 1.7;
color: #ffffff;
border-radius: 0;
box-shadow: none;
outline: none;
font-family: var(--jd-headings-font);
font-weight: var(--jd-headings-font-weight);
background: var(--jd-button-background);
border: none;
cursor: pointer;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
input[type="submit"]:hover,
button:hover,
.button:hover {
background: var(--jd-accent-color);
color: #ffffff;
} .wp-block-button {
text-align: center;
margin-bottom: 24px;
}
.wp-block-button__link {
background-color: var(--jd-button-background);
}
.wp-block-button__link:hover {
background-color: var(--jd-accent-color);
}
.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
color: var(--jd-button-background);
}
.is-style-outline > .wp-block-button__link:not(.has-text-color):hover,
.wp-block-button__link.is-style-outline:not(.has-text-color):hover {
color: var(--jd-accent-color);
}
.wp-block-button.is-style-squared .wp-block-button__link {
border-radius: 0;
} .wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
color: #ffffff;
}
.wp-block-cover,
.wp-block-cover-image {
margin-bottom: 24px;
} .wp-block-image,
.wp-block-embed {
margin-bottom: 24px;
}
.jd-post-content .blocks-gallery-grid,
.jd-post-content .wp-block-gallery {
list-style: none;
margin: 0;
padding: 0;
}
.jd-post-content .wp-block-gallery {
margin-bottom: 24px;
}
.jd-post-content .wp-block-gallery.alignleft {
margin-right: 24px;
}
.jd-post-content .wp-block-gallery.alignright {
margin-left: 24px;
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
font-size: 0.9em;
line-height: 1.4;
}
.wp-block-image figcaption,
.wp-block-gallery figcaption,
.wp-block-embed figcaption,
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
line-height: 1.4;
font-size: 0.9rem;
}
.wp-block-image figcaption:before,
.wp-block-gallery figcaption:before,
.wp-block-embed figcaption:before,
.wp-caption .wp-caption-text:before,
.entry-caption:before,
.gallery-caption:before {
content: "\2015";
margin-right: 8px;
font-size: 1.2rem;
color: var(--jd-accent-color);
}
.blocks-gallery-grid figcaption {
opacity: 1;
}
.blocks-gallery-grid figcaption:before {
display: none;
}
.gallery-item dt.gallery-icon {
line-height: 0;
}
.gallery-item dt.gallery-icon img {
border: none;
} .jd-post-content .wp-block-archives,
.jd-post-content .wp-block-latest-comments,
.jd-post-content .wp-block-latest-posts,
.jd-post-content .wp-block-categories,
.jd-post-content .wp-block-rss {
margin-left: 0;
list-style: none;
}
.jd-post-content .wp-block-archives a,
.jd-post-content .wp-block-latest-comments a,
.jd-post-content .wp-block-latest-posts a,
.jd-post-content .wp-block-categories a,
.jd-post-content .wp-block-rss a {
color: var(--jd-body-color);
}
.jd-post-content .wp-block-archives a:hover,
.jd-post-content .wp-block-latest-comments a:hover,
.jd-post-content .wp-block-latest-posts a:hover,
.jd-post-content .wp-block-categories a:hover,
.jd-post-content .wp-block-rss a:hover {
color: var(--jd-accent-color);
}
.jd-post-content .wp-block-search,
.jd-post-content .wp-block-calendar,
.jd-post-content .wp-block-categories,
.jd-post-content .wp-block-archives-dropdown {
margin-bottom: 24px;
}
.wp-block-search .wp-block-search__input {
border: 2px solid rgba(128, 128, 128, 0.1);
}
.wp-block-search .wp-block-search__button {
margin-left: 0;
background-color: var(--jd-button-background);
color: #ffffff;
border: none;
padding: 8px 16px;
}
.wp-block-search .wp-block-search__button:hover {
background-color: var(--jd-accent-color);
}
.wp-block-search.wp-block-search__button-inside
.wp-block-search__inside-wrapper
.wp-block-search__button {
padding: 8px;
}
.wp-block-search .wp-block-search__button svg {
fill: #ffffff;
}
.wp-block-search.wp-block-search__button-inside
.wp-block-search__inside-wrapper {
border: 2px solid rgba(128, 128, 128, 0.1);
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date,
.wp-block-latest-comments__comment-date {
color: var(--jd-meta-color);
}
.wp-block-calendar table {
border-collapse: inherit;
}
.wp-block-calendar table th {
background: rgba(128, 128, 128, 0.1);
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
border: 1px solid rgba(128, 128, 128, 0.1);
}
.wp-block-loginout {
padding: 16px;
border: 2px solid rgba(128, 128, 128, 0.1);
}
.wp-block-loginout p {
margin-bottom: 8px;
}
.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
justify-content: center;
}
.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
padding: 0;
}
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
fill: #ffffff;
}
.wp-block-latest-posts li a {
display: block;
font-size: 1rem;
font-weight: var(--jd-headings-font-weight);
line-height: 1.3;
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
display: inline-block;
margin-right: 4px;
}
.wp-block-latest-posts__post-excerpt {
margin-top: 8px;
margin-bottom: 0;
font-size: 0.9rem;
}
.wp-block-latest-posts__featured-image {
margin-bottom: 8px;
}
.wp-block-latest-posts__featured-image img {
line-height: 0;
border-radius: 50%;
border: 2px solid rgba(128, 128, 128, 0.1);
} .wp-block-group p:last-child {
margin-bottom: 0;
}
.wp-block-group.has-background {
padding: 24px;
margin-bottom: 24px;
}
.wp-block-media-text {
margin-bottom: 24px;
}
pre code {
padding: 0 0 0 40px;
margin-bottom: 0;
}
pre code:before {
left: 0;
top: 0;
}
.wp-block-table.is-style-stripes {
margin-bottom: 24px;
}
.wp-block-pullquote {
text-align: initial;
margin: auto;
padding: 0;
}
.wp-block-columns {
margin-top: 2em;
}
.wp-block-separator {
border-top: 2px dotted;
border-bottom: none;
}
.wp-block-separator.is-style-dots {
opacity: 0.4;
}
.wp-block-separator.is-style-dots:before {
font-size: 3em;
letter-spacing: 24px;
padding-left: 24px;
} .wp-block-image .alignleft,
.alignleft {
float: left;
margin-left: 0;
margin-right: 24px;
}
.wp-block-image .alignright,
.alignright {
float: right;
margin-right: 0;
margin-left: 24px;
}
.wp-block-image .aligncenter,
.aligncenter {
margin-left: auto;
margin-right: auto;
}
#jd-post-container.no-sidebar .alignwide {
width: 1140px;
margin-left: -171px;
}
#jd-post-container.no-sidebar .alignfull {
margin-left: calc(50% - 50vw);
width: 100vw;
padding: 0 32px;
}
@media only screen and (max-width: 1224px) {
#jd-post-container.no-sidebar .alignwide {
width: calc(100vw - 64px);
margin-left: calc(50% - 50vw + 32px);
}
}
@media only screen and (max-width: 768px) {
#jd-post-container.no-sidebar .alignwide {
width: 100%;
margin-left: 0;
margin-right: 0;
}
#jd-post-container.no-sidebar .alignfull {
padding: 0 16px;
}
} img,
.wp-caption {
height: auto;
max-width: 100%;
}
.wp-post-image {
display: block;
margin: 0 auto;
}
img.alignright,
.wp-caption.alignright {
margin: 8px 0 8px 24px;
}
img.alignleft,
.wp-caption.alignleft {
margin: 8px 24px 8px 0;
}
img.aligncenter {
} embed,
iframe,
object,
video {
max-width: 100%;
} form.post-password-form p {
display: flex;
flex-flow: row wrap;
align-items: flex-end;
}
form.post-password-form label {
flex: 1;
}
form.post-password-form input[type="submit"] {
line-height: 1.4;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute;
width: 1px;
word-wrap: normal;
}  h1 {
font-size: 2rem;
}
h2 {
font-size: 1.77rem;
}
h3 {
font-size: 1.57rem;
}
h4 {
font-size: 1.39rem;
}
h5 {
font-size: 1.23rem;
}
h6 {
font-size: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 1.2;
margin-bottom: 1.38rem;
font-family: var(--jd-headings-font);
font-weight: var(--jd-headings-font-weight);
word-wrap: break-word;
word-break: break-word;
color: var(--jd-headings-color);
}
p {
margin-bottom: 24px;
}
small {
font-size: 0.75rem;
}
.single-title {
text-align: center;
padding-top: 5px;
}
@media (max-width: 400px) {
.single-title {
text-align: left;
}
}  .jd-container {
position: relative;
display: block;
max-width: 1188px;
padding: 0 24px;
margin: 0 auto;
}
.jd-flex {
display: flex;
}
.clearfix:after {
content: "\0020";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#jd-main-warp {
padding-top: 64px;
}
#jd-content {
position: relative;
display: block;
margin-top: 64px;
}
#jd-post-container {
width: 70%;
display: block;
float: left;
position: relative;
}
.jd-left {
float: left !important;
}
.jd-right {
float: right !important;
}
.jd-full-width {
width: 100% !important;
}
#jd-post-container.no-sidebar {
float: none;
margin: 0 auto;
}  #jd-header {
height: 64px;
background: var(--jd-header-background);
color: var(--jd-header-color);
position: fixed;
display: block;
text-transform: uppercase;
width: 100%;
border-bottom: 1px solid rgba(128, 128, 128, 0.1);
z-index: 900;
font-family: var(--jd-headings-font);
}
#jd-header a {
color: var(--jd-header-color);
}
#jd-header a:hover,
#jd-header .jd-post:hover .title,
#jd-topsearch:hover {
color: var(--jd-accent-color);
} #jd-drawer-icon {
position: relative;
display: block;
float: left;
height: 64px;
margin-right: 16px;
padding-right: 16px;
cursor: pointer;
}
#jd-drawer-icon .icon {
position: relative;
display: inline-block;
vertical-align: top;
width: 24px;
height: 64px;
margin-top: 0;
padding: 0;
background-color: transparent !important;
overflow: hidden;
font-size: 0;
}
#jd-drawer-icon .icon:hover {
background-color: transparent !important;
}
#jd-drawer-icon .icon span {
background-color: var(--jd-header-color);
display: block;
height: 2px;
margin: auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
#jd-drawer-icon .icon span:before,
#jd-drawer-icon .icon span:after {
transition-duration: 0.2s, 0.2s;
transition-delay: 0.2s, 0s;
content: "";
background-color: var(--jd-header-color);
display: block;
height: 2px;
position: absolute;
left: 0;
right: 0;
}
#jd-drawer-icon .icon span:before {
transition-property: top, transform;
top: -8px;
}
#jd-drawer-icon .icon span:after {
transition-property: bottom, transform;
bottom: -8px;
}
#jd-drawer-icon.active .icon span,
#jd-drawer-icon.active:hover .icon span {
background: transparent;
}
#jd-drawer-icon.active .icon span:before {
top: 0;
transform: rotate(45deg);
}
#jd-drawer-icon.active .icon span:after {
bottom: 0;
transform: rotate(-45deg);
}
#jd-drawer-icon .text {
display: inline-block;
padding-left: 8px;
line-height: 64px;
font-size: 1.5rem;
}
#jd-drawer-icon:hover {
color: var(--jd-accent-color);
}
#jd-drawer-icon:hover .icon span,
#jd-drawer-icon:hover .icon span:before,
#jd-drawer-icon:hover .icon span:after {
background: var(--jd-accent-color);
} #jd-logo {
position: relative;
display: block;
float: left;
margin-right: 16px;
overflow: hidden;
height: 64px;
border-bottom: 1px solid rgba(128, 128, 128, 0.1);
background: var(--jd-header-background);
}
#jd-logo a {
display: block;
}
#jd-logo h1,
#jd-logo p {
font-size: 2rem;
line-height: 64px;
font-weight: var(--jd-headings-font-weight);
padding: 0;
margin: 0;
}
#jd-logo img {
max-height: 30px;
width: auto;
margin: 20px 0;
}
#jd-logo .dark-logo {
display: none;
}
html[data-theme="dark"] #jd-logo .light-logo {
display: none;
}
html[data-theme="dark"] #jd-logo .dark-logo {
display: inline-block;
} #jd-topmenu {
display: block;
float: left;
height: 64px;
border-bottom: 1px solid rgba(128, 128, 128, 0.1);
background: var(--jd-header-background);
}
#jd-topmenu li {
position: relative;
display: inline-block;
}
#jd-topmenu li a {
position: relative;
display: block;
font-size: 0.75rem;
padding: 0 8px;
letter-spacing: 1px;
font-weight: var(--jd-headings-font-weight);
line-height: 64px;
}
#jd-topmenu li.current-menu-item > a {
color: var(--jd-accent-color);
}
#jd-topmenu li.menu-item-has-children a,
#jd-topmenu li.jd-megamenu a {
padding: 0 24px 0 16px;
}
#jd-topmenu li.menu-item-has-children > a:after,
#jd-topmenu li.jd-megamenu > a:after {
position: absolute;
font-family: FontAwesome;
content: "\f078";
font-size: 0.65rem;
margin-left: 8px;
font-weight: 400;
}
#jd-topmenu li .sub-menu {
display: none;
position: absolute;
background: var(--jd-submenu-background);
text-transform: none;
min-width: 200px;
z-index: 800;
left: 0;
height: 0;
opacity: 0;
visibility: hidden;
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#jd-topmenu li .sub-menu li {
display: block;
position: relative;
padding: 0;
margin-right: 0;
}
#jd-topmenu li .sub-menu li a {
position: relative;
display: block;
margin: 0;
line-height: 40px;
font-weight: 400;
color: var(--jd-submenu-color);
letter-spacing: normal;
padding: 0 24px;
border-right: none;
border-bottom: 1px solid rgba(128, 128, 128, 0.1);
white-space: nowrap;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
#jd-topmenu li .sub-menu li:last-child a,
#jd-topmenu li .sub-menu li.menu-item-has-children:last-child li:last-child a {
border-bottom: none;
}
#jd-topmenu li .sub-menu li.menu-item-has-children:last-child li a {
border-bottom: 1px solid rgba(128, 128, 128, 0.1);
}
#jd-topmenu li .sub-menu li.menu-item-has-children > a:after {
content: "\f105";
position: absolute;
right: 24px;
font-size: 0.75rem;
}
#jd-topmenu li .sub-menu li a:hover {
background: rgba(128, 128, 128, 0.1);
color: var(--jd-submenu-color);
}
#jd-topmenu li:hover > .sub-menu {
display: block;
visibility: visible;
height: auto;
opacity: 1;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
#jd-topmenu li .sub-menu li ul {
left: 100%;
margin: 0;
top: 0;
border-top: none;
z-index: 800;
} @keyframes fadeAnimation {
0% {
opacity: 1;
}
50% {
opacity: 0.1;
}
100% {
opacity: 1;
}
}
@-o-keyframes fadeAnimation {
0% {
opacity: 1;
}
50% {
opacity: 0.1;
}
100% {
opacity: 1;
}
}
@-moz-keyframes fadeAnimation {
0% {
opacity: 1;
}
50% {
opacity: 0.1;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeAnimation {
0% {
opacity: 1;
}
50% {
opacity: 0.1;
}
100% {
opacity: 1;
}
}
.animate-loading {
-webkit-animation: fadeAnimation 1s infinite;
-moz-animation: fadeAnimation 1s infinite;
-o-animation: fadeAnimation 1s infinite;
animation: fadeAnimation 1s infinite;
}
#jd-topmenu li.jd-megamenu {
position: inherit;
}
#jd-topmenu li.jd-megamenu.menu-item-has-children {
position: relative;
}
#jd-topmenu li.jd-megamenu .megamenu {
display: none;
position: absolute;
background: var(--jd-submenu-background);
z-index: 800;
left: 24px;
right: 24px;
height: 0;
opacity: 0;
visibility: hidden;
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#jd-topmenu li.jd-megamenu:hover > .megamenu {
display: block;
visibility: visible;
height: auto;
opacity: 1;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
#jd-topmenu li.jd-megamenu .megamenu .cats-list {
text-align: center;
background: var(--jd-button-background);
}
#jd-topmenu li.jd-megamenu .megamenu .cats-list .cat-link {
display: inline-block;
padding: 0 24px;
line-height: 40px;
color: #ffffff;
opacity: 0.5;
border-right: 1px solid rgba(128, 128, 128, 0.3);
}
#jd-topmenu li.jd-megamenu .megamenu .cats-list .cat-link:last-child {
border-right: none;
}
#jd-topmenu li.jd-megamenu .megamenu .cats-list .active,
#jd-topmenu li.jd-megamenu .megamenu .cats-list .cat-link:hover {
opacity: 1;
border-color: rgba(128, 128, 128, 0.15);
}
#jd-topmenu li.jd-megamenu .megamenu .cats-list .active:after {
content: "";
display: block;
position: absolute;
border-top: 4px solid var(--jd-button-background);
border-right: 8px solid transparent !important;
border-left: 8px solid transparent !important;
bottom: -4px;
left: 50%;
width: 0;
height: 0;
margin-left: -8px;
}
.jd-loading,
.jd-error {
display: block;
text-align: center;
font-size: 3.5rem;
letter-spacing: 4px;
}
#jd-topmenu li.jd-megamenu .megamenu .error {
font-size: 12px;
letter-spacing: normal;
}
#jd-topmenu li.jd-megamenu .megamenu-list {
float: left;
width: 100%;
padding: 24px 12px 16px 12px;
display: none;
}
#jd-topmenu li.jd-megamenu .megamenu-list.ajax-loaded {
display: block;
}
#jd-topmenu li.jd-megamenu .megamenu-list li {
display: block;
float: left;
overflow: hidden;
width: 20%;
padding: 0 12px;
}
#jd-topmenu li.jd-megamenu .megamenu-list li a {
padding: 0;
}
#jd-topmenu li.jd-megamenu .megamenu-list li .title {
background: none;
padding-top: 8px;
font-size: 0.75rem;
text-transform: none;
line-height: 1.6;
color: var(--jd-submenu-color);
letter-spacing: normal;
}
#jd-topmenu li.jd-megamenu .megamenu-list .jd-post:hover .title {
color: var(--jd-accent-color);
}
#jd-header .header-icons {
position: absolute;
right: 24px;
display: block;
z-index: -1;
} #jd-header .social-icons {
position: relative;
display: inline-block;
vertical-align: top;
}
#jd-header .social-icons a {
display: inline-block;
font-size: 0.9rem;
width: 24px;
text-align: center;
line-height: 64px;
}
#jd-header .social-icons a span {
font-size: 0;
line-height: 0;
} #jd-topsearch {
display: inline-block;
font-size: 1rem;
line-height: 64px;
height: 64px;
width: 24px;
text-align: center;
cursor: pointer;
vertical-align: top;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
transition: all 0.25s ease;
}
#jd-topsearch .fa-times {
display: none;
} #jd-search-overlay {
display: none;
position: fixed;
background: rgba(6, 25, 35, 0.9);
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 700;
}
.overlay-table {
display: table;
height: 100%;
width: 100%;
}
.overlay-cell {
display: table-cell;
vertical-align: middle;
}
.overlay-search {
display: block;
max-width: 800px;
margin: 0 auto;
}
.overlay-search form {
position: relative;
display: block;
line-height: 0;
color: var(--jd-headings-color);
}
.overlay-search form:before {
position: absolute;
font-family: FontAwesome;
content: "\f002";
left: 0;
top: 0;
font-size: 1.5rem;
line-height: 64px;
width: 64px;
text-align: center;
}
.overlay-search .searchform input[type="text"] {
border: none;
font-size: 1.2rem;
line-height: 64px;
height: 64px;
margin: 0;
padding: 0 160px 0 64px;
background: var(--jd-input-background);
border: none;
}
.overlay-search .searchform button {
position: absolute;
font-size: 1rem;
right: 0;
top: 0;
height: 64px;
margin: 0;
padding: 0 40px;
}
.overlay-search .searchform button:hover {
background: var(--jd-accent-color);
}
.overlay-search .cats {
display: block;
position: relative;
margin-top: 24px;
text-align: center;
font-family: var(--jd-headings-font);
}
.overlay-search .cat-link {
display: inline-block;
font-weight: var(--jd-headings-font-weight);
font-size: 0.875rem;
color: #ffffff;
padding: 4px 16px;
margin: 8px 0;
}
.overlay-search .cat-link:hover {
background: var(--jd-accent-color);
} #jd-header .cart-contents,
#jd-header .my-account {
position: relative;
display: inline-block;
width: 24px;
height: 64px;
line-height: 64px;
text-align: center;
font-size: 1rem;
vertical-align: top;
}
#jd-header .cart-contents .cart-count {
position: absolute;
display: block;
width: 100%;
height: 16px;
line-height: 16px;
z-index: 1;
bottom: 4px;
border-radius: 8px;
font-size: 0.6rem;
font-weight: var(--jd-headings-font-weight);
text-align: center;
background: var(--jd-accent-color);
color: #ffffff;
} .jd-theme-switch {
display: inline-block;
line-height: 64px;
height: 64px;
width: 24px;
text-align: center;
font-size: 1rem;
cursor: pointer;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.jd-theme-switch:hover {
color: var(--jd-accent-color);
}
.jd-theme-switch input {
display: none;
}
.jd-theme-switch .fa-sun-o {
display: none;
}
html[data-theme="dark"] .jd-theme-switch .fa-moon-o {
display: none;
}
html[data-theme="dark"] .jd-theme-switch .fa-sun-o {
display: inline-block;
}
#jd-drawer {
display: block;
background: var(--jd-submenu-background);
color: var(--jd-submenu-color);
max-width: 75%;
width: 360px; top: 64px;
height: calc(100% - 64px);
z-index: 800;
position: fixed;
overflow-x: hidden;
overflow-y: auto;
-webkit-transform: translateX(-360px);
-ms-transform: translateX(-360px);
transform: translateX(-360px);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#jd-drawer a {
color: var(--jd-submenu-color);
}
#jd-drawer a:hover {
color: var(--jd-accent-color);
}
#jd-drawer.open {
-webkit-transform: translateX(0px);
-ms-transform: translateX(0px);
transform: translateX(0px);
}
#jd-drawer .jd-widget:last-child {
margin-bottom: 16px;
}
.push-overlay {
position: fixed;
z-index: 700;
top: 0;
width: 0;
height: 0;
background: rgb(244 244 244 / 92%);
content: "";
opacity: 0;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
.push-overlay.open {
width: 100%;
height: 100%;
opacity: 1;
left: 0;
} #jd-top {
display: block;
position: fixed;
bottom: -48px;
right: 8px;
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
background: var(--jd-button-background);
color: #ffffff;
font-size: 1.25rem;
cursor: pointer;
z-index: 900;
-webkit-box-shadow: 0 0 5px 2px rgba(128, 128, 128, 0.2);
-moz-box-shadow: 0 0 5px 2px rgba(128, 128, 128, 0.2);
box-shadow: 0 0 5px 2px rgba(128, 128, 128, 0.2);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
#jd-top:hover {
background: var(--jd-accent-color);
}    #jd-featured .post-1 .jd-post {
position: relative;
height: 480px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
#jd-featured .post-1 .jd-post .content {
display: block;
position: absolute;
text-align: center;
width: 544px;
left: 50%;
margin-left: -272px;
bottom: -12px;
z-index: 2;
}
#jd-featured .jd-category {
display: block;
}
#jd-featured .jd-category a {
padding: 0 16px;
}
#jd-featured .post-1 .jd-post .content .inner {
position: relative;
display: block;
float: left;
width: 100%;
padding: 24px 24px 0;
background: var(--jd-body-background);
}
#jd-featured .post-1 .jd-post .content .inner .title {
display: block;
font-size: 1.5rem;
margin-bottom: 16px;
}
#jd-featured .post-1 .jd-post .content .inner .title a {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
line-clamp: 3;
-webkit-box-orient: vertical;
}
#jd-featured .post-1 .jd-post .content .inner .jd-meta {
margin: 0 8px;
line-height: 24px;
}
#jd-featured .post-1 .jd-post .jd-picture {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
}
#jd-featured .post-1 .jd-post .jd-picture a {
display: block;
width: 100%;
height: 100%;
} #jd-featured .posts-5 {
display: block;
position: relative;
margin-top: 56px;
}
#jd-featured .posts-5 .jd-post {
width: 32%;
position: relative;
display: block;
float: left;
clear: left;
}
#jd-featured .posts-5 .jd-post .jd-picture {
display: block;
width: 48%;
margin-right: 6%;
float: left;
}
#jd-featured .posts-5 .jd-post .jd-picture img {
object-fit: cover;
height: 150px;
}
#jd-featured .posts-5 .jd-post .content {
display: block;
width: 46%;
float: left;
}
#jd-featured .posts-5 .jd-post .category {
font-size: 0.7rem;
display: block;
letter-spacing: 1px;
font-family: var(--jd-headings-font);
font-weight: var(--jd-headings-font-weight);
}
#jd-featured .posts-5 .jd-post .meta {
font-size: 0.7rem;
display: block;
letter-spacing: 1px;
font-style: italic;
color: var(--jd-meta-color);
}
#jd-featured .posts-5 .jd-post .content .title {
display: block;
margin-top: 8px;
margin-bottom: 0;
word-break: break-word;
font-size: 1rem;
}
#jd-featured .posts-5 .jd-post .content .title a {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
line-clamp: 4;
-webkit-box-orient: vertical;
}
#jd-featured .posts-5 .jd-post:nth-child(1) {
position: absolute;
left: 32%;
margin: 0 2%;
padding: 0 2%;
border-left: 1px solid rgba(128, 128, 128, 0.1);
border-right: 1px solid rgba(128, 128, 128, 0.1);
}
#jd-featured .posts-5 .jd-post:nth-child(1) .jd-picture img {
height: 270px;
}
#jd-featured .posts-5 .jd-post:nth-child(1) .jd-picture,
#jd-featured .posts-5 .jd-post:nth-child(1) .content {
width: 100%;
text-align: center;
}
#jd-featured .posts-5 .jd-post:nth-child(1) .content .category {
margin-top: 12px;
}
#jd-featured .posts-5 .jd-post:nth-child(odd) {
float: right;
clear: right;
}
#jd-featured .posts-5 .jd-post:nth-child(2),
#jd-featured .posts-5 .jd-post:nth-child(3) {
padding-bottom: 38px;
border-bottom: 1px solid rgba(128, 128, 128, 0.1);
}
#jd-featured .posts-5 .jd-post:nth-child(4),
#jd-featured .posts-5 .jd-post:nth-child(5) {
padding-top: 38px;
}
#jd-featured .posts-5 .jd-post:nth-child(3),
#jd-featured .posts-5 .jd-post:nth-child(4) {
text-align: right;
}
#jd-featured .posts-5 .jd-post:nth-child(3) .jd-picture,
#jd-featured .posts-5 .jd-post:nth-child(4) .jd-picture {
float: right;
margin-left: 6%;
margin-right: 0;
} #jd-featured .posts-4 .post-wrap {
display: block;
width: 50%;
float: left;
padding: 0 1px 2px;
}
#jd-featured .posts-4 .post-wrap .jd-post {
position: relative;
overflow: hidden;
height: 271px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
#jd-featured .posts-4 .post-wrap .jd-post .content {
position: absolute;
left: 24px;
right: 8px;
bottom: 16px;
}
#jd-featured .posts-4 .post-wrap .jd-post .content .title {
margin: 8px 0;
}
#jd-featured .posts-4 .post-wrap .jd-post .content .title a {
color: #ffffff;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
line-clamp: 3;
-webkit-box-orient: vertical;
}
#jd-featured .posts-4 .post-wrap .jd-post .content .jd-meta {
color: #f3f3f3;
margin-left: 0;
margin-right: 10px;
line-height: 24px;
}
#jd-featured .posts-4 .post-wrap .jd-post .content .jd-meta:last-child {
margin-right: 0;
}
#jd-featured .posts-4 .post-wrap .jd-post .content .jd-meta a {
color: #f3f3f3;
}
#jd-featured .posts-4 .post-wrap:nth-child(1) .jd-post {
height: 544px;
}
#jd-featured
.posts-4
.post-wrap:nth-child(n + 2)
.jd-post
.content
.jd-category
a {
padding: 0 8px;
line-height: 24px;
font-size: 10px;
}
#jd-featured .posts-4 .post-wrap:nth-child(n + 2) .jd-post .content .title {
font-size: 1.25rem;
padding: 8px 0 0 0;
}
#jd-featured .posts-4 .post-wrap:nth-child(n + 3) {
width: 25%;
}
#jd-featured .posts-4 .post-wrap:nth-child(n + 3) .jd-post .content .title {
font-size: 0.95rem;
}
#jd-featured .posts-4 .post-wrap .jd-post .jd-picture {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.2);
background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
background: linear-gradient(transparent, rgba(0, 0, 0, 0.4));
}
#jd-featured .posts-4 .post-wrap .jd-post .jd-picture .format-overlay {
top: 24px;
right: 24px;
left: auto;
margin-left: 0;
margin-top: 0;
} .jd-loop-tabs {
position: sticky;
background: var(--jd-body-background);
margin-bottom: 40px;
display: flex;
z-index: 77;
}
.jd-loop-tabs a {
position: relative;
flex: 1;
padding: 8px;
font-size: 14px;
text-align: center;
white-space: nowrap;
letter-spacing: 1px;
text-transform: uppercase;
font-family: var(--jd-headings-font);
font-weight: var(--jd-headings-font-weight);
color: var(--jd-headings-color);
background: rgba(128, 128, 128, 0.1);
border-right: 1px solid rgba(128, 128, 128, 0.1);
}
.jd-loop-tabs a:last-child {
border-right: none;
}
.jd-loop-tabs a i {
margin-right: 8px;
}
.jd-loop-tabs a:hover,
.jd-loop-tabs a.active {
background: var(--jd-accent-color);
color: #ffffff;
}
.jd-loop-tabs a.active:after {
content: "";
display: block;
position: absolute;
border-top: 4px solid var(--jd-accent-color);
border-right: 8px solid transparent !important;
border-left: 8px solid transparent !important;
bottom: -4px;
left: 50%;
width: 0;
height: 0;
margin-left: -8px;
}   .jd-loop-section .jd-post .title {
font-size: 1.2rem;
display: block;
margin: 24px 0 16px 0;
}
.jd-post .title a {
display: block;
color: var(--jd-headings-color);
}
.jd-post .title a:hover {
color: var(--jd-accent-color);
}
.jd-post .post-meta {
background: rgba(128, 128, 128, 0.1);
height: 32px;
font-size: 0;
overflow: hidden;
padding-right: 4px;
}
.jd-category {
font-size: 0;
display: inline-block;
overflow: hidden;
}
.jd-category a {
display: inline-block;
background: var(--jd-button-background);
color: #ffffff;
line-height: 32px;
padding: 0 8px;
text-transform: uppercase;
border-right: 1px solid rgba(128, 128, 128, 0.1);
font-size: 10px;
letter-spacing: 1px;
font-family: var(--jd-headings-font);
font-weight: var(--jd-headings-font-weight);
}
.jd-category a:last-child {
border-right: none;
}
.jd-category a:hover {
background: var(--jd-accent-color);
} .jd-post .jd-category a:nth-child(n + 3) {
display: none;
} .jd-post .post-meta .sticky {
display: inline-block;
overflow: hidden;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
font-size: 1.1rem;
font-family: "FontAwesome";
content: "\f08d";
color: #ffffff;
background: var(--jd-accent-color);
}
.jd-meta {
display: inline-block;
overflow: hidden;
color: var(--jd-meta-color);
font-size: 0.7rem;
margin-left: 16px;
line-height: 32px;
font-weight: var(--jd-headings-font-weight);
}
.jd-meta i {
margin-right: 4px;
}
.jd-meta a {
color: var(--jd-meta-color);
}
.jd-meta i img {
border-radius: 50%;
vertical-align: bottom;
}
.jd-excerpt {
font-size: 0.75rem;
}
.jd-excerpt p {
opacity: 0.75;
}
.jd-excerpt p:last-child {
margin-bottom: 0;
} .jd-list .jd-post {
display: block;
overflow: hidden;
vertical-align: top;
padding-bottom: 32px;
margin-bottom: 32px;
border-bottom: 1px solid rgba(128, 128, 128, 0.1);
}
.jd-list .jd-post .jd-picture {
width: 42%;
margin-right: 4%;
position: relative;
float: left;
}
.jd-list .jd-post .content {
width: 54%;
float: left;
position: relative;
display: block;
}
.jd-list .jd-post .title {
font-size: 1.25rem;
} .jd-grid .jd-loop-section {
margin: 0 -16px;
font-size: 0;
}
.jd-grid .jd-post {
position: relative;
display: inline-block;
vertical-align: top;
float: none;
width: 50%;
margin-bottom: 40px;
padding: 0 16px;
box-sizing: border-box;
}
.jd-grid.col-3 .jd-post {
width: 33.33333%;
width: calc(100% / 3);
}  .jd-standard .jd-post {
margin-bottom: 48px;
}
.jd-standard .jd-post .content {
max-width: 80%;
margin: 0 auto;
} .jd-standard .jd-post.has-post-thumbnail {
position: relative;
padding-bottom: 72px;
}
.jd-standard .jd-post.has-post-thumbnail .content {
position: absolute;
z-index: 1;
min-height: 104px;
bottom: 0;
width: 80%;
left: 10%;
}
.jd-standard .jd-post .content .post-meta {
margin: 0 32px;
background: transparent;
}
.jd-standard .jd-post .content .post-meta .jd-category a {
padding: 0 16px;
}
.jd-standard .jd-post.has-post-thumbnail .content .post-meta .jd-meta,
.jd-standard .jd-post.has-post-thumbnail .content .post-meta .jd-meta a {
color: #ffffff;
text-shadow: 0 0 3px #000;
}
.jd-standard .jd-post .content .title {
margin: 0;
padding: 24px 32px 16px 32px;
font-size: 1.6rem;
background: var(--jd-body-background);
}
.jd-standard .jd-post .content .jd-excerpt {
padding: 0 32px;
background: var(--jd-body-background);
font-size: 0.9rem;
}  #jd-sidebar {
position: relative;
float: right;
display: block;
width: calc(30% - 32px);
padding-left: 15px;
}
.widget {
background: var(--jd-blog-background);
}
.jd-widget a,
.widget a {
color: var(--jd-body-color);
}
.jd-widget a:hover,
.widget a:hover {
color: var(--jd-accent-color);
}
#jd-sidebar .jd-widget:last-child {
margin-bottom: 0;
}
.jd-widget a.wp-block-button__link,
.widget a.wp-block-button__link {
color: #ffffff;
} .jd-widget,
.widget {
display: block;
position: relative;
font-size: 0.875rem;
margin-bottom: 40px;
}
.jd-widget-title,
.widgettitle {
position: relative;
display: flex;
font-size: 1.2rem;
text-transform: uppercase;
margin-bottom: 16px;
align-items: center;
gap: 16px;
}
.jd-widget-title:after,
.widgettitle:after {
position: relative;
flex: 1;
height: 6px;
background: rgba(128, 128, 128, 0.1);
content: " ";
} .jd-widget ul li,
.widget ul li {
position: relative;
display: block;
border-bottom: 1px dotted rgba(128, 128, 128, 0.1);
padding: 8px 0;
}
.jd-widget ul li ul,
.widget ul li ul {
margin-top: 8px;
padding: 0 24px;
background: rgba(128, 128, 128, 0.05);
}
.jd-widget ul li a,
.widget ul li a {
font-weight: var(--jd-headings-font-weight);
}
.jd-widget ul li ul li a,
.widget ul li ul li a {
font-weight: 400;
}
.jd-widget ul li ul li:last-child,
.widget ul li ul li:last-child {
border-bottom: none;
}
.jd-widget p:last-child,
.jd-widget table:last-child,
.widget p:last-child,
.widget table:last-child {
margin-bottom: 0;
}
.jd-widget .wp-block-image,
.jd-widget .wp-block-embed {
margin-bottom: 0;
} .jd-widget ul.menu li,
.widget ul.menu li {
display: flex;
flex-flow: row wrap;
align-items: center;
padding: 0;
}
.jd-widget ul.menu li ul.sub-menu,
.widget ul.menu li ul.sub-menu {
width: 100%;
display: none;
margin-top: 0;
}
.jd-widget ul.menu li a,
.widget ul.menu li a {
flex: 1;
font-family: var(--jd-headings-font);
letter-spacing: 0.5px;
padding: 8px 0;
}
.jd-widget ul.menu li a:before,
.widget ul.menu li a:before {
font-size: 1.4em;
content: "\203a";
padding-right: 8px;
line-height: 1;
font-weight: 400;
}
.jd-widget ul.menu li span.arrow,
.widget ul.menu li span.arrow {
width: 48px;
font-size: 1.4em;
cursor: pointer;
text-align: center;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.jd-widget ul.menu li span.line,
.widget ul.menu li span.line {
content: "";
width: 1px;
margin: 8px 0;
align-self: stretch;
background: rgba(128, 128, 128, 0.1);
}
.jd-widget ul.menu li span.arrow:hover,
.widget ul.menu li span.arrow:hover {
color: var(--jd-accent-color);
}
.jd-widget ul.menu li span.arrow.open,
.widget ul.menu li span.arrow.open {
transform: rotate(90deg);
} .tagcloud a,
.wp-block-tag-cloud a {
display: inline-block;
padding: 0 16px;
margin: 2px;
line-height: 32px;
color: var(--jd-body-color);
background: rgba(128, 128, 128, 0.1);
font-size: 0.875rem !important;
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
-o-border-radius: 16px;
border-radius: 16px;
}
.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
color: #ffffff;
background: var(--jd-accent-color);
} .widget_calendar {
overflow: auto;
}
.widget_calendar table {
margin-bottom: 8px;
text-align: center;
}
.widget_calendar table td {
padding: 4px 0;
}
.widget_calendar nav {
text-align: center;
} form.searchform {
display: flex;
} .jd-posts-widget {
overflow: inherit;
}
.jd-posts-widget .jd-post {
display: flex;
align-items: center;
margin-bottom: 16px;
padding-bottom: 16px;
border-bottom: 1px solid rgba(128, 128, 128, 0.1);
}
.jd-posts-widget .jd-post:last-child {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: 0;
}
.jd-posts-widget .jd-picture {
max-width: 120px;
margin-right: 16px;
}
.jd-posts-widget .jd-picture a {
height: 100%;
}
.jd-posts-widget .jd-picture a img {
object-fit: cover;
height: 100%;
}
.jd-posts-widget .jd-post:not(.trend) .jd-picture .format-overlay {
margin-left: -20px;
margin-top: -20px;
width: 40px;
height: 40px;
line-height: 40px;
}
.jd-posts-widget .jd-post .content {
flex: 1;
}
.jd-posts-widget .jd-post .content .title {
margin-bottom: 8px;
font-size: 0.875rem;
}
.jd-posts-widget .jd-post .content .title a {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4; line-clamp: 4;
-webkit-box-orient: vertical;
}
.jd-posts-widget .jd-post .content .jd-meta {
margin-left: 0;
margin-right: 8px;
line-height: 1;
} .jd-posts-widget {
list-style-type: none;
counter-reset: css-counter 0;
}
.jd-posts-widget .jd-post.count,
.jd-posts-widget .jd-post.trend {
counter-increment: css-counter 1;
}
.jd-posts-widget .jd-post.count .jd-picture a:before {
content: counter(css-counter);
position: relative;
background: transparent;
color: var(--jd-accent-color);
font-size: 2.2rem;
font-weight: 400;
font-style: italic;
} .jd-posts-widget .jd-post.trend {
display: block;
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
margin-top: 32px;
}
.jd-posts-widget .jd-post.trend .jd-picture {
max-width: 100%;
margin-right: 0;
overflow: inherit;
}
.jd-posts-widget .jd-post.trend .jd-picture a:after {
position: absolute;
content: counter(css-counter);
z-index: 1;
top: -20px;
left: 20px;
width: 40px;
height: 40px;
font-size: 1.5rem;
font-style: italic;
line-height: 40px;
text-align: center;
border-radius: 50%;
color: #ffffff;
background: var(--jd-accent-color);
}
.jd-posts-widget .jd-post.trend .title {
padding-top: 8px;
font-size: 1rem;
} .jd-about {
display: block;
position: relative;
overflow: hidden;
}
.jd-about .profile {
position: relative;
}
.jd-about .profile .title {
position: absolute;
bottom: 0;
width: 80%;
left: 10%;
background: var(--jd-body-background);
padding-top: 8px;
margin-bottom: 0;
text-align: center;
}
.jd-about p {
margin-top: 20px;
padding-bottom: 0;
}
.jd-about .jd-meta {
display: block;
margin-left: 0;
margin-top: 8px;
line-height: 1.3;
font-size: 0.8rem;
text-align: center;
}
.jd-about .desc {
display: block;
margin-top: 8px;
font-size: 0.8rem;
}
.jd-about .signing {
display: table;
margin: 16px auto 0 auto;
max-width: 120px;
}
html[data-theme="dark"] .jd-about .signing {
filter: invert(100%);
} .jd-socials .social-icons {
padding: 0;
text-align: center;
}
.jd-socials .social-icons a {
display: inline-block;
margin: 4px;
font-size: 18px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
background: rgba(128, 128, 128, 0.1);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
}
.jd-socials .social-icons a:hover {
background: var(--jd-accent-color);
color: #ffffff !important;
}
.jd-socials .social-icons a span {
font-size: 0;
} .widget_mc4wp_form_widget {
position: relative;
text-align: center;
padding: 40px 32px 24px;
border: 4px solid rgba(128, 128, 128, 0.1);
border-radius: 8px;
}
.widget_mc4wp_form_widget:before {
content: "\f0e0";
font-family: Fontawesome;
position: absolute;
display: block;
width: 48px;
height: 48px;
font-size: 1.4rem;
line-height: 48px;
top: -24px;
left: 50%;
margin-left: -24px;
background: rgba(128, 128, 128, 0.1);
color: var(--jd-headings-color);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.widget_mc4wp_form_widget .jd-widget-title:before,
.widget_mc4wp_form_widget .widgettitle:before {
position: relative;
flex: 1;
height: 6px;
background: rgba(128, 128, 128, 0.1);
content: " ";
}
.mc4wp-form .mc4wp-alert {
font-size: 0.75rem;
margin-top: 8px;
}
.mc4wp-form .mc4wp-form-fields input[type="email"] {
text-align: center;
}
.mc4wp-form .mc4wp-form-fields input[type="submit"] {
display: block;
margin-top: 0;
width: 100%;
}   .gallery-slider {
width: 100%;
display: block;
position: relative;
overflow: hidden;
}
.jd-picture {
position: relative;
display: block;
overflow: hidden;
font-size: 0;
max-width: 100%;
}
.jd-picture img {
height: 230px;
width: 100%;
object-fit: cover;
}
.jd-picture img {
width: 100%;
height: auto;
display: block;
}
.jd-picture a:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(6, 25, 35, 0.15);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.jd-picture .format-overlay {
position: absolute;
display: block;
top: 50%;
left: 50%;
margin-left: -24px;
margin-top: -24px;
width: 48px;
height: 48px;
line-height: 48px;
font-size: 14px;
text-align: center;
background: var(--jd-button-background);
color: #ffffff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.jd-post:hover .jd-picture a:before {
background: rgba(6, 25, 35, 0);
}
.jd-post:hover .jd-picture .format-overlay {
background: var(--jd-accent-color);
}
.jd-post:hover .title,
.jd-post:hover .title a {
color: var(--jd-accent-color);
}
.jd-video,
.jd-audio {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
z-index: 0;
line-height: 0;
}
.jd-audio iframe,
.jd-video iframe {
margin: 0;
padding: 0;
z-index: 0;
width: 100%;
} .jd-ad {
margin-top: 40px;
}
.jd-ad .adtitle {
display: block;
text-align: center;
margin-bottom: 8px;
font-size: 0.75rem;
font-weight: 400;
opacity: 0.7;
}  .jd-ajax-end {
display: block;
max-width: 400px;
text-align: center;
font-size: 0.75rem;
margin: 32px auto 0;
background: rgba(128, 128, 128, 0.1);
padding: 8px;
text-transform: uppercase;
letter-spacing: 1px;
border-radius: 24px;
}
.jd-load-more,
.jd-comments-toggle {
display: table;
background: rgba(128, 128, 128, 0.1);
color: var(--jd-headings-color);
padding: 16px 32px;
margin: 32px auto 0;
font-size: 0.875rem;
text-align: center;
text-transform: uppercase;
letter-spacing: 1px;
font-family: var(--jd-headings-font);
font-weight: var(--jd-headings-font-weight);
-webkit-border-radius: 32px;
-moz-border-radius: 32px;
-o-border-radius: 32px;
border-radius: 32px;
}
.jd-load-more:hover,
.jd-comments-toggle:hover {
background: var(--jd-accent-color);
color: #ffffff;
}
.jd-load-more i,
.jd-comments-toggle i {
margin-right: 8px;
}
.jd-comments-toggle {
display: block;
width: 240px;
margin: 48px auto;
}   #jd-content.jd-single {
margin-top: 0;
}
.jd-article .jd-category {
display: block;
}
.jd-article .jd-category a {
padding: 0 16px;
}
.jd-post-header {
padding-top: 24px;
}
body.page .jd-post-header {
padding-top: 0;
}
.jd-post-header .jd-excerpt {
margin-bottom: 24px;
font-size: 0.9rem;
}
.jd-post-header .jd-meta {
font-size: 0.875rem;
margin-left: 0;
margin-right: 16px;
line-height: 40px;
}
.jd-post-header .jd-meta i {
margin-right: 8px;
}
.jd-media-wrap {
margin-bottom: 40px;
} .negative-margin .jd-article {
margin-top: -180px;
z-index: 1;
}
.negative-margin .jd-post-header,
body.page .negative-margin .jd-post-header {
background: var(--jd-body-background);
padding: 0px 32px 0 32px;
margin: 0 -32px;
} .jd-post-content {
position: relative;
display: block;
font-size: 16px;
}
.jd-post-content.template {
padding-top: 0;
border-top: 0;
}
.jd-post-content h1,
.jd-post-content h2,
.jd-post-content h3,
.jd-post-content h4,
.jd-post-content h5,
.jd-post-content h6 {
padding-top: 16px;
}
.jd-post-content hr {
margin-bottom: 24px;
} .jd-post-content ul {
list-style: disc;
margin-left: 48px;
margin-bottom: 24px;
}
.jd-post-content ol {
list-style: decimal;
margin-left: 48px;
margin-bottom: 24px;
}
.jd-post-content ul ul,
.jd-post-content ol ol,
.jd-post-content ul ol,
.jd-post-content ol ul {
margin-bottom: 0;
margin-left: 40px;
} .owl-carousel {
z-index: 0;
}
.owl-carousel .owl-nav {
position: absolute;
bottom: 0;
right: 0;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
height: 40px;
line-height: 40px;
margin: 0;
padding: 0 16px;
color: var(--jd-headings-color);
background-color: var(--jd-body-background);
text-align: center;
overflow: hidden;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.owl-carousel .owl-nav button:hover {
background-color: var(--jd-headings-color);
color: var(--jd-body-background);
}
.owl-carousel .owl-nav button.owl-prev {
border-right: 1px solid rgba(128, 128, 128, 0.1);
}
.owl-carousel .owl-nav button:before {
display: block;
overflow: hidden;
font: normal normal normal 16px/40px FontAwesome;
}
.owl-carousel .owl-nav button.owl-prev:before {
content: "\f177";
}
.owl-carousel .owl-nav button.owl-next:before {
content: "\f178";
} .jd-page-links {
display: block;
position: relative;
overflow: hidden;
padding: 32px 0;
text-align: center;
}
.jd-page-links a {
display: inline-block;
line-height: 40px;
width: 140px;
font-size: 0.875rem;
font-weight: var(--jd-headings-font-weight);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
background: rgba(128, 128, 128, 0.1);
color: var(--jd-headings-color);
}
.jd-page-links a:hover {
background: var(--jd-accent-color);
color: #ffffff;
}
.jd-page-links a span,
.jd-page-links a i {
padding: 0 4px;
}
.jd-page-links .page-link-sep {
display: inline-block;
font-size: 1.2rem;
font-weight: var(--jd-headings-font-weight);
padding: 0 16px;
}
.jd-page-links .page-link-sep span {
display: block;
color: var(--jd-meta-color);
font-size: 0.875rem;
} .mashsb-container {
margin-bottom: 32px;
}
.jd-tags {
display: block;
margin-top: 40px;
}
.jd-tags .tag,
.jd-tags a {
display: inline-block;
padding: 0 16px;
margin: 2px;
line-height: 32px;
background: rgba(128, 128, 128, 0.1);
color: var(--jd-meta-color);
font-size: 0.875rem;
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
-o-border-radius: 16px;
border-radius: 16px;
}
.jd-tags .tag {
margin: 0;
background: var(--jd-headings-color);
color: var(--jd-body-background);
font-weight: var(--jd-headings-font-weight);
}
.jd-tags a:hover {
color: #ffffff;
background: var(--jd-accent-color);
} body.single .jd-box {
padding: 24px;
gap: 24px;
margin-top: 48px;
margin-bottom: 0;
border-radius: 8px;
} .jd-related {
margin-top: 48px;
}
.jd-related .jd-loop-section {
margin: 0 -12px;
font-size: 0;
}
.jd-related .jd-loop-section .jd-post {
padding: 0 12px;
margin-bottom: 24px;
border-bottom: 0;
}
.jd-related .jd-loop-section .jd-post .title {
font-size: 0.875rem;
margin: 0;
padding: 12px 0 8px;
}
.jd-related .jd-loop-section .jd-post .jd-meta {
line-height: 1.75;
margin-left: 0;
margin-right: 12px;
}
.jd-related .jd-loop-section .jd-post .jd-meta:last-child {
margin-right: 0;
}
.jd-related .jd-loop-section .jd-post .jd-meta.category a {
color: var(--jd-accent-color);
}
.jd-related p {
display: none;
} .jd-related.picks {
margin-top: 32px;
}
.jd-related .jd-list .jd-post {
display: inline-block;
width: 50%;
}
.jd-related .jd-list .jd-loop-section .jd-post .title {
padding: 0 0 8px 0;
}
#jd-post-container.no-sidebar .jd-related.alignwide .jd-list .jd-post,
body.error404 .jd-related.alignwide .jd-list .jd-post {
width: 33.33333%;
width: calc(100% / 3);
}  .jd-comments {
display: none;
}
.jd-comment-list {
display: block;
position: relative;
overflow: hidden;
}
.jd-comment-list li.comment,
.jd-comment-list li.trackback,
.jd-comment-list li.pingback {
position: relative;
display: block;
overflow: hidden;
padding-left: 76px;
margin-bottom: 40px;
}
.jd-comment-list li.comment:before,
.jd-comment-list li.trackback:before,
.jd-comment-list li.pingback:before {
content: "";
position: absolute;
left: 28px;
top: 60px;
bottom: 0;
width: 2px;
background: rgba(128, 128, 128, 0.1);
}
.jd-comment-list li.comment:after,
.jd-comment-list li.trackback:after,
.jd-comment-list li.pingback:after {
content: "";
position: absolute;
left: 28px;
right: 0;
bottom: 0;
height: 2px;
background: rgba(128, 128, 128, 0.1);
}
.jd-comment-list li.trackback,
.jd-comment-list li.pingback {
padding-left: 58px;
padding-bottom: 8px;
}
.jd-comment-list li.comment div.comment-author img.avatar {
position: absolute;
top: 0;
left: 0;
border: 2px solid rgba(128, 128, 128, 0.1);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.jd-comment-list li.comment:not(.bypostauthor) div.comment-author img.avatar {
border: 2px solid rgba(128, 128, 128, 0.1);
}
.jd-comment-list li.comment div.comment-author .fn,
.jd-comment-list li.comment div.comment-author .fn a {
display: inline-block;
margin-top: 4px;
font-size: 1rem;
font-weight: var(--jd-headings-font-weight);
color: var(--jd-headings-color);
}
.jd-comment-list li.comment div.comment-author .says {
display: none;
}
.jd-comment-list li.comment .comment-meta {
display: block;
font-size: 0.85rem;
line-height: 1;
margin-top: 4px;
margin-bottom: 24px;
}
.jd-comment-list li.comment .comment-meta a {
color: var(--jd-meta-color);
} .jd-comment-list li.bypostauthor:before,
.jd-comment-list li.bypostauthor:after {
background: var(--jd-accent-color);
}
.jd-comment-list li.bypostauthor div.comment-author img.avatar {
border-color: var(--jd-accent-color);
}
.jd-comment-list div.comment-body ul {
list-style: disc;
margin-left: 24px;
margin-bottom: 24px;
}
.jd-comment-list div.comment-body ol {
list-style: decimal;
margin-left: 24px;
margin-bottom: 24px;
}
.jd-comment-list div.comment-body ul ul,
.jd-comment-list div.comment-body ol ol,
.jd-comment-list div.comment-body ul ol,
.jd-comment-list div.comment-body ol ul {
margin-bottom: 0;
margin-left: 24px;
}
.reply a {
position: absolute;
bottom: 4px;
right: 0;
font-size: 0.75rem;
line-height: 32px;
padding: 0 16px;
font-weight: var(--jd-headings-font-weight);
background: rgba(128, 128, 128, 0.1);
color: var(--jd-body-color);
border-radius: 16px;
}
.reply a:hover {
color: #ffffff;
background: var(--jd-accent-color);
}
.jd-comments .jd-pagination {
padding-top: 0;
}
.jd-comments .jd-no-comments {
text-align: center;
} #respond {
border: 2px solid rgba(128, 128, 128, 0.1);
padding: 24px;
}
#jd-reply-title {
position: relative;
}
#jd-reply-title small {
display: block;
margin-top: 8px;
}
#respond form {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
gap: 16px;
}
#respond form p {
margin-bottom: 0;
flex: 1;
}
#respond form .comment-notes,
#respond form .comment-form-comment,
#respond form .comment-form-cookies-consent {
flex: 100%;
}
#respond form .form-submit {
margin-bottom: 0;
flex: 100%;
}
#respond form .form-submit input[type="submit"] {
display: table;
margin: 0 auto;
border-radius: 24px;
}
.jd-comment-list li.comment #respond {
margin-bottom: 40px;
}  .jd-ad.footer {
margin-top: 80px;
}
#jd-footer {
position: relative;
display: block;
margin-top: 80px;
overflow: hidden;
background-color: var(--jd-footer-background);
color: var(--jd-footer-color);
}
#jd-footer a {
color: var(--jd-footer-color);
}
#jd-footer a:hover,
#jd-footer .title a:hover,
#jd-footer .jd-widget.widget_mc4wp_form_widget:before,
#jd-footer h1,
#jd-footer h2,
#jd-footer h3,
#jd-footer h4,
#jd-footer h5,
#jd-footer h6 {
color: var(--jd-footer-headings-color);
}
#jd-footer input[type="submit"],
#jd-footer button {
background: var(--jd-accent-color);
}
#jd-footer input[type="submit"]:hover,
#jd-footer button:hover {
opacity: 0.8;
}
#jd-footer-widgets {
padding-top: 56px;
}
#jd-footer-widgets .widget-column {
position: relative;
display: block;
float: left;
width: 30%;
margin-right: 5%;
}
#jd-footer-widgets .widget-column:last-child {
margin-right: 0;
}
#jd-footer-widgets .jd-widget .jd-meta {
opacity: 0.7;
}
#jd-footer-widgets .jd-widget .jd-meta,
#jd-footer-widgets .jd-widget .jd-meta a,
#jd-footer-widgets #jd-footer {
color: var(--jd-footer-color);
}
#jd-copyright {
font-size: 0.75rem;
padding: 24px 0;
border-top: 1px solid rgba(128, 128, 128, 0.1);
}
#jd-copyright .footer-menu {
float: right;
display: block;
}
#jd-copyright .copyright {
display: block;
float: left;
}
#jd-copyright .footer-menu li {
position: relative;
display: inline-block;
}
#jd-copyright .footer-menu li a {
position: relative;
display: block;
padding: 0 8px;
font-weight: var(--jd-headings-font-weight);
}   .jd-box {
display: flex;
flex-flow: row wrap;
background: rgba(128, 128, 128, 0.1);
padding: 40px;
margin-bottom: 40px;
gap: 32px;
align-items: center;
}
.jd-box .head .title {
margin-bottom: 0;
text-transform: uppercase;
}
.jd-box .jd-category a {
margin: 0 4px;
padding: 0 16px;
border-radius: 16px;
}
.jd-box div.avatar img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.jd-box .info {
flex: 1;
}
.jd-box .info .title {
margin-bottom: 8px;
}
.jd-box .info a {
color: var(--jd-body-color);
}
.jd-box .info a:hover {
color: var(--jd-accent-color);
}
.jd-box .jd-meta {
display: block;
margin-left: 0;
font-size: 0.875rem;
}
.jd-box .info p {
opacity: 0.8;
margin-bottom: 8px;
font-size: 0.875rem;
}
.jd-box .info p:last-child {
margin-bottom: 0;
}
.jd-box .social a {
display: inline-block;
padding: 0 8px;
font-size: 0.9rem;
}
body.error404 .jd-box .head .title {
font-size: 3rem;
}  @media only screen and (max-width: 1024px) {
#jd-topmenu {
display: none;
}
#jd-drawer-icon {
display: block !important;
}  #jd-featured .posts-4 .post-wrap .jd-post {
height: 239px;
}
#jd-featured .posts-4 .post-wrap:nth-child(1) .jd-post {
height: 480px;
} #jd-featured .posts-5 .jd-post:nth-child(2),
#jd-featured .posts-5 .jd-post:nth-child(3) {
padding-bottom: 16px;
}
#jd-featured .posts-5 .jd-post:nth-child(4),
#jd-featured .posts-5 .jd-post:nth-child(5) {
padding-top: 16px;
}
#jd-featured .posts-5 .jd-post .category,
#jd-featured .posts-5 .jd-post .meta {
font-size: 10px;
}
#jd-featured .posts-5 .jd-post .content .title {
margin-top: 4px;
font-size: 14px;
}
#jd-featured .posts-5 .jd-post .jd-picture img {
height: 120px;
}
#jd-featured .posts-5 .jd-post:nth-child(1) .jd-picture img {
height: 184px;
}
.jd-loop-tabs a {
font-size: 12px;
}
.jd-meta {
margin-left: 8px;
}
.jd-standard .jd-post.has-post-thumbnail {
padding-bottom: 96px;
}
.jd-standard .jd-post.has-post-thumbnail .content {
min-height: 128px;
}
}
@media only screen and (max-width: 768px) {
#jd-header .jd-container {
padding: 0;
}
#jd-drawer-icon {
padding: 0 16px;
}
#jd-header .header-icons {
right: 0;
}
#jd-topsearch,
#jd-header .cart-contents,
#jd-header .my-account,
.jd-theme-switch {
width: 32px;
}
#jd-drawer-icon .text {
display: none;
}
.jd-container {
padding: 0 16px;
}
#jd-drawer {
padding: 16px;
}
.overlay-search {
max-width: 576px;
}
.overlay-search form:before {
font-size: 16px;
line-height: 48px;
width: 48px;
}
.overlay-search .searchform input[type="text"] {
font-size: 0.875rem;
line-height: 48px;
height: 48px;
padding: 0 120px 0 48px;
}
.overlay-search .searchform button {
font-size: 0.8rem;
height: 48px;
padding: 0 24px;
}  #jd-featured .post-1 {
padding: 0;
margin-bottom: 24px;
}
#jd-featured .post-1 .jd-post {
height: 360px;
}
#jd-featured .post-1 .jd-post .jd-picture .format-overlay {
top: 40%;
}
#jd-featured .post-1 .jd-post .content .inner {
padding: 16px 8px 0;
}
#jd-featured .post-1 .jd-post .content .inner .title {
font-size: 18px;
}
#jd-featured .post-1 .jd-post .content .inner .jd-meta {
margin: 0 4px;
} #jd-featured .posts-4 {
margin: 0;
padding: 0;
}
#jd-featured .posts-4 .post-wrap .jd-post {
height: 200px;
}
#jd-featured .posts-4 .post-wrap:nth-child(1) .jd-post {
height: 402px;
}
#jd-featured .posts-4 .post-wrap .jd-post .content {
left: 16px;
}
#jd-featured .posts-4 .post-wrap .jd-post .jd-picture .format-overlay {
top: 16px;
right: 16px;
} #jd-featured .posts-5 {
max-width: 576px;
margin-top: 0;
}
#jd-featured .posts-5 .jd-post {
width: 100%;
padding: 16px 0 !important;
border-bottom: 1px solid rgba(128, 128, 128, 0.1);
}
#jd-featured .posts-5 .jd-post .jd-picture,
#jd-featured .posts-5 .jd-post:nth-child(1) .jd-picture {
width: 160px;
}
#jd-featured .posts-5 .jd-post .jd-picture img,
#jd-featured .posts-5 .jd-post:nth-child(1) .jd-picture img {
height: auto;
}
#jd-featured .posts-5 .jd-post .content,
#jd-featured .posts-5 .jd-post:nth-child(1) .content {
width: calc(100% - 176px);
overflow: hidden;
text-overflow: ellipsis;
}
#jd-featured .posts-5 .jd-post:nth-child(1) {
position: relative;
left: auto;
right: auto;
margin: 0;
padding: 0;
border-left: none;
border-right: none;
}
#jd-featured .posts-5 .jd-post:nth-child(1) .content .category {
margin-top: 0;
}
#jd-featured .posts-5 .jd-post:nth-child(even) .jd-picture {
float: right;
margin-left: 16px;
margin-right: 0;
}
#jd-featured .posts-5 .jd-post:nth-child(odd) .jd-picture {
float: left;
margin-right: 16px;
margin-left: 0;
}
#jd-featured .posts-5 .jd-post:nth-child(even) .content {
text-align: right;
}
#jd-featured .posts-5 .jd-post:nth-child(odd) .content {
text-align: left;
} .jd-ad {
margin-top: 24px;
} #jd-content {
margin-top: 24px;
}
#jd-post-container {
width: 100%;
float: none;
}
#jd-sidebar {
width: 100%;
float: none;
margin-top: 48px;
}
#jd-sidebar {
width: 100%;
float: none;
margin-top: 48px;
display: none;
}
.jd-left,
.jd-right {
float: none !important;
}
.jd-widget {
max-width: 500px;
width: 100%;
margin: 0 auto 40px;
} .jd-loop-tabs {
margin: 0 -16px 32px;
}
.jd-loop-tabs a {
padding: 12px 0 8px;
font-size: 8px;
white-space: normal;
}
.jd-loop-tabs a i {
display: block;
margin-right: 0;
margin-bottom: 4px;
font-size: 16px;
} .jd-grid.col-3 .jd-post {
width: 50%;
} .jd-media-wrap {
margin: 0 -16px 40px -16px;
}
.negative-margin .jd-article {
margin-top: -72px;
}
body.page .negative-margin .jd-article {
margin-top: -40px;
}
.negative-margin .jd-post-header,
body.page .negative-margin .jd-post-header {
padding: 5px 0 0 0;
margin: 0;
}
.owl-carousel .owl-nav {
bottom: 32px;
right: 16px !important;
left: auto !important;
} .jd-related .jd-loop-section .jd-post {
width: 33.33333%;
width: calc(100% / 3);
} .jd-related .jd-list .jd-post,
#jd-post-container.no-sidebar .jd-related.alignwide .jd-list .jd-post,
body.error404 .jd-related.alignwide .jd-list .jd-post {
width: 50%;
} .jd-ad.footer {
margin-top: 48px;
}
#jd-footer {
margin-top: 48px;
}
#jd-footer-widgets {
padding-top: 40px;
}
#jd-footer-widgets .widget-column {
display: block;
width: 100%;
}
#jd-copyright {
padding: 16px 0;
}
#jd-copyright .footer-menu,
#jd-copyright .copyright {
float: none;
text-align: center;
}
#jd-copyright .footer-menu {
margin-bottom: 8px;
} .jd-box {
padding: 24px 16px;
margin: 0 -16px 24px -16px;
gap: 16px;
}
.jd-box .info {
flex: 100%;
}
body.single .jd-box {
margin-left: 0;
margin-right: 0;
}
body.single .jd-box .info {
flex: 1;
}
}
@media only screen and (max-width: 576px) { h1 {
font-size: 1.77rem;
}
h2 {
font-size: 1.57rem;
}
h3 {
font-size: 1.39rem;
}
h4 {
font-size: 1.23rem;
}
h5 {
font-size: 1rem;
}
#jd-header .social-icons {
display: none;
}  #jd-featured .post-1 .jd-post .content {
width: auto;
right: 16px;
left: 16px;
margin-left: 0;
} #jd-featured .posts-4 .post-wrap {
width: 100%;
padding: 0 0 2px;
}
#jd-featured .posts-4 .post-wrap:nth-child(1) .jd-post {
height: 360px;
}
#jd-featured .posts-4 .post-wrap:nth-child(n + 3) {
width: 50%;
padding: 0 1px;
} .jd-loop-section .jd-post .title {
margin: 16px 0 8px 0;
}
.jd-grid .jd-loop-section {
margin: 0;
}
.jd-grid .jd-post,
.jd-grid.col-3 .jd-post {
display: block;
width: 100%;
padding: 0;
} .jd-list .jd-post {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 40px;
}
.jd-list .jd-post .jd-picture,
.jd-list .jd-post .content {
width: 100%;
margin: 0;
float: none;
}  .jd-standard .jd-post .content {
max-width: 100%;
margin: 0 auto 40px auto;
} .jd-standard .jd-post.has-post-thumbnail {
padding-bottom: 0;
}
.jd-standard .jd-post.has-post-thumbnail .content {
position: relative;
min-height: auto;
bottom: auto;
width: 100%;
left: auto;
}
.jd-standard .jd-post .content .post-meta {
margin: 0;
background: rgba(128, 128, 128, 0.1);
}
.jd-standard .jd-post .content .post-meta .jd-category a {
padding: 0 8px;
}
.jd-standard .jd-post.has-post-thumbnail .content .post-meta .jd-meta,
.jd-standard .jd-post.has-post-thumbnail .content .post-meta .jd-meta a {
color: var(--jd-meta-color);
text-shadow: none;
}
.jd-standard .jd-post .content .title {
padding: 16px 0 8px 0;
font-size: 1.2rem;
}
.jd-standard .jd-post .content .jd-excerpt {
padding: 0;
font-size: 0.75rem;
} .jd-post-header .jd-meta {
font-size: 0.8rem;
margin-right: 8px;
}
.jd-post-header .jd-meta i {
margin-right: 4px;
}
.jd-page-links a {
width: 104px;
}
.jd-box {
gap: 8px !important;
}
.jd-box div.avatar {
width: 100%;
text-align: center;
}
.jd-box .jd-category a {
padding: 0 10px;
margin: 0 4px;
} .jd-related .jd-loop-section {
margin: 0 -8px;
}
.jd-related .jd-loop-section .jd-post {
padding: 0 8px;
width: 50%;
display: inline-block;
}
.jd-related .jd-loop-section .jd-post .jd-meta {
margin-right: 8px;
} .jd-related .jd-list .jd-post,
#jd-post-container.no-sidebar .jd-related.alignwide .jd-list .jd-post,
body.error404 .jd-related.alignwide .jd-list .jd-post {
display: block;
width: 100%;
}
.jd-related .jd-list .jd-post .jd-picture {
width: 42%;
margin-right: 4%;
position: relative;
float: left;
}
.jd-related .jd-list .jd-post .content {
width: 54%;
float: left;
position: relative;
display: block;
} .jd-comment-list li.comment,
.jd-comment-list li.trackback,
.jd-comment-list li.pingback {
padding-left: 58px;
margin-bottom: 32px;
}
.jd-comment-list li.comment:before,
.jd-comment-list li.trackback:before,
.jd-comment-list li.pingback:before {
left: 23px;
top: 50px;
}
.jd-comment-list li.comment:after,
.jd-comment-list li.trackback:after,
.jd-comment-list li.pingback:after {
left: 23px;
}
.jd-comment-list li.comment div.comment-author img.avatar {
width: 50px;
}
.jd-comment-list li.comment .comment-meta {
margin-bottom: 16px;
}
#respond {
padding: 16px;
}
#respond form p {
flex: 100%;
}
} @media screen and (max-width: 400px) {
.jd-sticky-sidebar {
display: none !important;
}
}
.wp-block-image {
text-align: center;
}
@media (max-width: 768px) {
#jd-logo {
width: 63% !important;
}
#jd-logo img {
display: block;
margin-left: auto;
margin-right: auto;
}
}