body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
header .wp-block-navigation {
width: 100%;
}
.wp-block-navigation__responsive-container-open {
margin-left: auto !important;
}
.wp-block-navigation__responsive-container-close {
right: 10px;
}
.main-content {
width: 100%;
}
.wp-block-post-featured-image {
position: inherit;
}
.entry-content .wp-block-image {
margin: 1em 0;
}
.wp-block-comments.wp-block-comments-query-loop {
border-radius: 20px;
border: 1px solid var(--wp--preset--color--secondary);
}
.wp-block-post-comments-form .comment-reply-title {
margin-top: 0;
}
@media screen and (min-width: 1080px){
header {
max-width: 340px;
min-width: 340px;
}
}
@media screen and (min-width: 782px){
header.sticky {
position: sticky;
top: var(--wp--preset--spacing--small);
}
}
@media screen and (max-width: 1079px){
header {
max-width: 250px;
min-width: 280px;
}
}
@media screen and (max-width: 840px){
header {
min-width: 250px;
}
}
@media screen and (max-width: 781px){
.site-wrap > .wp-block-group {
flex-direction: column;
}
header {
max-width: 100%;
width: 100%;
}
}
.button,
.button:visited,
button,
.wp-block-search__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
font-family: inherit;
font-size: var(--wp--preset--font-size--base);
color: var(--wp--preset--color--white);
border: none;
border-radius: 5px;
background: var(--wp--preset--color--base);
line-height: 1;
padding: calc(0.667em + 2px) calc(1.333em + 2px);
text-decoration: none;
cursor: pointer;
transition: 0.4s ease-in-out;
}
.button:active,
.button:focus,
button:active,
button:focus,
.wp-block-search__button:active,
.wp-block-search__button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
background: var(--wp--preset--color--base);
color: var(--wp--preset--color--white);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
font-family: inherit;
font-size: var(--wp--preset--font-size--base);
color: var(--wp--preset--color--base);
border: none;
border: 1px solid var(--wp--preset--color--secondary);
border-radius: 5px;
padding: 0.5em;
width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
outline: 1px solid var(--wp--preset--color--secondary);
}