:root {
  --qode-main-color: rgb(179, 179, 179);
  --qode-header-light-color: #ffffff;
  --qode-header-light-hover-color: rgb(179, 179, 179);
  --qode-header-dark-color: #1b1b1b;
  --qode-header-dark-hover-color: #ffffff;
}
@keyframes qode-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes qode-fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes qode-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes qode-ball-fall {
  0% {
    opacity: 0;
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: translateY(145%);
  }
}
@keyframes qode-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes qode-double-pulse {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes qode-cube {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes qode-rotating-cubes {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes qode-stretch-delay {
  0%,
  100%,
  40% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
@keyframes qode-bounce-delay {
  0%,
  100%,
  80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes qode-rotate-circles {
  to {
    transform: rotate(360deg);
  }
}
@keyframes qode-atom-position {
  50% {
    top: 80px;
    left: 80px;
  }
}
@keyframes qode-atom-size {
  50% {
    transform: scale(0.5);
  }
}
@keyframes qode-atom-zindex {
  100% {
    z-index: 10;
  }
}
@keyframes qode-atom-shrink {
  50% {
    transform: scale(0.8);
  }
}
@keyframes qode-clock {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes qode-clock-1 {
  0% {
    transform: rotate(-135deg);
  }
  30% {
    transform: rotate(-450deg);
  }
  100% {
    transform: rotate(-450deg);
  }
}
@keyframes qode-clock-2 {
  5% {
    transform: rotate(-90deg);
  }
  35% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes qode-clock-3 {
  10% {
    transform: rotate(-45deg);
  }
  40% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes qode-clock-4 {
  15% {
    transform: rotate(0);
  }
  45% {
    transform: rotate(-315deg);
  }
  100% {
    transform: rotate(-315deg);
  }
}
@keyframes qode-mitosis-invert {
  100% {
    transform: rotate(180deg);
  }
}
@keyframes qode-mitosis-ball-1 {
  12% {
    transform: none;
  }
  26% {
    transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    transform: translate(50%, 25%) scale(0.6, 0.8);
  }
  88% {
    transform: translate(50%, 50%) scale(0.6, 0.6);
  }
  100% {
    transform: translate(50%, 50%) scale(0.6, 0.6);
  }
}
@keyframes qode-mitosis-ball-2 {
  12% {
    transform: none;
  }
  26% {
    transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    transform: translate(50%, -25%) scale(0.6, 0.8);
  }
  88% {
    transform: translate(50%, -50%) scale(0.6, 0.6);
  }
  100% {
    transform: translate(50%, -50%) scale(0.6, 0.6);
  }
}
@keyframes qode-mitosis-ball-3 {
  12% {
    transform: none;
  }
  26% {
    transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    transform: translate(-50%, 25%) scale(0.6, 0.8);
  }
  88% {
    transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
  100% {
    transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
}
@keyframes qode-mitosis-ball-4 {
  12% {
    transform: none;
  }
  26% {
    transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    transform: translate(-50%, -25%) scale(0.6, 0.8);
  }
  88% {
    transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
}
@keyframes qode-lines-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes qode-fussion-ball-1 {
  50% {
    top: -100%;
    left: 200%;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
  }
}
@keyframes qode-fussion-ball-2 {
  50% {
    top: 200%;
    left: 200%;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
  }
}
@keyframes qode-fussion-ball-3 {
  50% {
    top: 200%;
    left: -100%;
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
  }
}
@keyframes qode-fussion-ball-4 {
  50% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
  }
}
@keyframes qode-wave-jump-1 {
  12% {
    transform: translate(20px, -40px);
    animation-timing-function: ease-in;
  }
  100%,
  24% {
    transform: translate(40px, 0);
  }
}
@keyframes qode-wave-jump-2 {
  12% {
    transform: translate(0, 0);
  }
  24% {
    transform: translate(20px, -40px);
    animation-timing-function: ease-in;
  }
  100%,
  36% {
    transform: translate(40px, 0);
  }
}
@keyframes qode-wave-jump-3 {
  24% {
    transform: translate(0, 0);
  }
  36% {
    transform: translate(20px, -40px);
    animation-timing-function: ease-in;
  }
  100%,
  48% {
    transform: translate(40px, 0);
  }
}
@keyframes qode-wave-wipe {
  100%,
  48% {
    transform: translateX(-120px);
  }
}
@keyframes qode-pulse-circles-pulse {
  0% {
    transform: scale(0.1);
    opacity: 1;
    border-width: 50px;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
    border-width: 0;
  }
}
@keyframes qode-bounce {
  20%,
  53%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes qode-pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes acmelog-image-fade-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@keyframes acmelog-image-fade-out {
  0% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
  }
}
@keyframes acmelog-content-fade-in {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes acmelog-content-fade-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(40px);
  }
}
@keyframes acmelog-image-slide-in {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes acmelog-image-slide-out {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  scroll-behavior: smooth;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: 0 0;
  border: 0;
  outline: 0;
}
* {
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
del {
  text-decoration: line-through;
}
pre {
  max-width: 100%;
  margin: 15px 0;
  padding: 15px;
  background-color: #dfdfdf;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: monospace;
  font-size: 1em;
  color: #5b5b5b;
}
code {
  background-color: #dfdfdf;
  padding: 0;
  font-family: monospace, monospace;
  font-size: 1em;
  color: #5b5b5b;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  width: 100%;
  vertical-align: middle;
  border: medium none;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
table tr {
  border: 1px solid #a6a6a6;
}
table th {
  padding: 5px 7px;
  text-align: left;
  border-right: 1px solid #a6a6a6;
}
table td {
  padding: 5px 10px;
  text-align: left;
  border: 0;
  border-right: 1px solid #a6a6a6;
}
table td br {
  display: none;
}
hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
hr:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}
body:not([class*="acme-core"]) hr {
  clear: both;
}
ol,
ul {
  list-style-position: inside;
  margin-bottom: 1.5em;
  padding: 0;
}
ol.wp-block,
ul.wp-block {
  margin-bottom: 1.5em;
}
ol:not(.wp-block),
ul:not(.wp-block) {
  margin: 0 0 1.5em;
}
li > ol:not(.wp-block),
li > ul:not(.wp-block) {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
a img {
  border: none;
}
.wp-caption,
img {
  height: auto;
  max-width: 100%;
}
img {
  vertical-align: middle;
  border-style: none;
}
figure {
  margin: 0;
}
embed,
iframe,
object {
  display: block;
  max-width: 100%;
}
video {
  display: block;
}
embed,
object {
  height: auto;
}
label {
  display: block;
  margin-bottom: 0.5em;
}
fieldset {
  margin-bottom: 1em;
  padding: 0.35em 0.75em 0.625em;
}
input[type="submit"] {
  -webkit-appearance: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
  background-color: #dfdfdf;
}
small {
  font-size: 80%;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
template {
  display: none;
}
.gallery-caption,
.wp-caption,
figcaption {
  display: block;
  max-width: 100%;
  font-size: 13px !important;
  line-height: 1em !important;
  color: #5b5b5b;
  text-align: center;
  opacity: 1;
  margin: 0.5em auto 1em;
}
.gallery-caption a,
.wp-caption a,
figcaption a {
  color: inherit;
}
.wp-caption .wp-caption-text {
  opacity: 1;
}
blockquote.instagram-media,
iframe.instagram-media {
  margin: auto !important;
}
.bypostauthor,
.sticky {
  opacity: 1;
}
::selection {
  color: #fff;
  background: var(--qode-main-color);
}
::-moz-selection {
  color: #fff;
  background: var(--qode-main-color);
}
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  line-height: 1;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
  word-wrap: normal !important;
  overflow: hidden;
}
.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  color: #21759b;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  z-index: 100000;
}
#acmelog-page-content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  float: left;
  text-align: left;
  margin: 0.5em 1em 0.5em 0 !important;
  clear: left;
}
.aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  text-align: right;
  margin: 0.5em 0 0.5em 1em !important;
  clear: right;
}
.acmelog-content-alignment-left {
  text-align: left;
}
.acmelog-content-alignment-center {
  text-align: center;
}
.acmelog-content-alignment-right {
  text-align: right;
}
.clear:after,
.clear:before,
.comment-author:after,
.comment-author:before,
.comment-content:after,
.comment-content:before,
.comment-meta:after,
.comment-meta:before,
.nav-links:after,
.nav-links:before,
.pagination:after,
.pagination:before,
.widget-area:after,
.widget-area:before,
.widget:after,
.widget:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.comment-author:after,
.comment-content:after,
.comment-meta:after,
.nav-links:after,
.pagination:after,
.widget-area:after,
.widget:after {
  clear: both;
}
body {
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  line-height: 1.444em;
  font-weight: 400;
  color: #5b5b5b;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.acmelog-h1,
h1 {
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1b1b1b;
  font-size: 65px;
  line-height: 1.107em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.acmelog-h1 a,
h1 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
.acmelog-h1 a:focus,
.acmelog-h1 a:hover,
h1 a:focus,
h1 a:hover {
  color: var(--qode-main-color);
}
.acmelog-h2,
h2 {
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1b1b1b;
  font-size: 45px;
  line-height: 1.155em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.acmelog-h2 a,
h2 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
.acmelog-h2 a:focus,
.acmelog-h2 a:hover,
h2 a:focus,
h2 a:hover {
  color: var(--qode-main-color);
}
.acmelog-h3,
h3 {
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1b1b1b;
  font-size: 32px;
  line-height: 1.25em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.acmelog-h3 a,
h3 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
.acmelog-h3 a:focus,
.acmelog-h3 a:hover,
h3 a:focus,
h3 a:hover {
  color: var(--qode-main-color);
}
.acmelog-h4,
h4 {
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1b1b1b;
  font-size: 22px;
  line-height: 1.181em;
  margin: 5px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.acmelog-h4 a,
h4 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
.acmelog-h4 a:focus,
.acmelog-h4 a:hover,
h4 a:focus,
h4 a:hover {
  color: var(--qode-main-color);
}
.acmelog-h5,
h5 {
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1b1b1b;
  font-size: 17px;
  line-height: 1.294em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.acmelog-h5 a,
h5 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
.acmelog-h5 a:focus,
.acmelog-h5 a:hover,
h5 a:focus,
h5 a:hover {
  color: var(--qode-main-color);
}
.acmelog-h6,
h6 {
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1b1b1b;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 500;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.acmelog-h6 a,
h6 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
.acmelog-h6 a:focus,
.acmelog-h6 a:hover,
h6 a:focus,
h6 a:hover {
  color: var(--qode-main-color);
}
a,
p a {
  color: #1b1b1b;
  text-decoration: none;
  transition: color 0.2s ease-out;
  cursor: pointer;
}
a:focus,
a:hover,
p a:focus,
p a:hover {
  color: var(--qode-main-color);
}
p {
  margin: 10px 0;
}
p.has-large-font-size {
  font-size: 36px;
  line-height: 1.444em;
}
p.has-large-font-size + p {
  line-height: 1.444em;
}
p.has-background {
  padding: 20px 30px;
}
.wp-block-quote,
blockquote {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1b1b1b;
  font-size: 32px;
  line-height: 1.25em;
  border: none;
  display: inline-block;
  min-height: 62px;
  padding: 0 0 0 115px;
  position: relative;
  margin: 0;
  quotes: none;
  z-index: 1;
}
@media only screen and (max-width: 680px) {
  .wp-block-quote,
  blockquote {
    padding: 82px 0 0 0;
  }
}
.wp-block-quote.wp-block-quote.is-large,
.wp-block-quote.wp-block-quote.is-style-large,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large {
  margin: 0;
  padding: 18px 0 20px 115px;
}
@media only screen and (max-width: 680px) {
  .wp-block-quote.wp-block-quote.is-large,
  .wp-block-quote.wp-block-quote.is-style-large,
  blockquote.wp-block-quote.is-large,
  blockquote.wp-block-quote.is-style-large {
    padding: 82px 0 0 0;
  }
}
.wp-block-quote.wp-block-pullquote,
blockquote.wp-block-pullquote {
  padding: 25px 0 25px 115px !important;
  text-align: center;
}
.wp-block-quote.wp-block-pullquote p,
blockquote.wp-block-pullquote p {
  font-size: 28px !important;
  line-height: 1.6 !important;
}
.wp-block-quote.wp-block-pullquote.alignleft,
blockquote.wp-block-pullquote.alignleft {
  max-width: 420px;
}
.wp-block-quote.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.alignright {
  max-width: 420px;
}
.wp-block-quote.has-text-align-right,
blockquote.has-text-align-right {
  padding: 0 115px 0 0;
}
.wp-block-quote.has-text-align-right:before,
blockquote.has-text-align-right:before {
  left: auto;
  right: 0;
}
.wp-block-quote:before,
blockquote:before {
  background-color: currentColor;
  content: "";
  height: 62px;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NS4xNzIiIGhl aWdodD0iNjIuNDYyIiB2aWV3Qm94PSIwIDAgNzUuMTcyIDYyLjQ2MiI+CiAgPGcgdHJhbnNmb3Jt PSJ0cmFuc2xhdGUoLTc2Mi45MzggLTEwNzkuMTI5KSI+CiAgICA8ZyB0cmFuc2Zvcm09InRyYW5z bGF0ZSg3NjMuNDM4IDEwNzkuNjM0KSI+CiAgICAgIDxnPgogICAgICAgIDxwYXRoIGQ9Ik04MDgu NywxMTQxLjA5MUg4MzcuNjF2LTI3LjY1N0g4MjQuNDI0YTEuMTU5LDEuMTU5LDAsMCwxLTEuMTQ5 LTEuMTd2LTIuODNjMC0xMC41NjUsMy45OC0xNi4wMzQsMTEuODMyLTE2LjI2MXYtMTMuNTM4Yy0x MC4wMDcuMTA2LTE3LjcsMy4yNzQtMjIuODY1LDkuNDIxLTUuMjc4LDYuMjc1LTcuOTU0LDE0LjY5 LTcuOTU0LDI1LjAxQTg5LjE4NSw4OS4xODUsMCwwLDAsODA4LjcsMTE0MS4wOTFabS00MC42MzEs MGgyOC45MjF2LTI3LjY1N0g3ODMuNTc0YTEuMTU5LDEuMTU5LDAsMCwxLTEuMTUtMS4xN3YtMi44 M2MwLTEwLjU3LDQuMDU2LTE2LjAzOSwxMi4wNi0xNi4yNjJ2LTEzLjUzN2MtMTAuMDEuMTA1LTE3 LjczOSwzLjI3NS0yMi45ODQsOS40MjQtNS4zNTEsNi4yNzctOC4wNjMsMTQuNjkxLTguMDYzLDI1 LjAwOEE4NC4wNDYsODQuMDQ2LDAsMCwwLDc2OC4wNjUsMTE0MS4wOTFaIiB0cmFuc2Zvcm09InRy YW5zbGF0ZSgtNzYzLjQzOCAtMTA3OS42MzQpIiBmaWxsPSJub25lIiBzdHJva2U9IiMxYjFiMWIi IHN0cm9rZS13aWR0aD0iMSIvPgogICAgICA8L2c+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NS4xNzIiIGhl aWdodD0iNjIuNDYyIiB2aWV3Qm94PSIwIDAgNzUuMTcyIDYyLjQ2MiI+CiAgPGcgdHJhbnNmb3Jt PSJ0cmFuc2xhdGUoLTc2Mi45MzggLTEwNzkuMTI5KSI+CiAgICA8ZyB0cmFuc2Zvcm09InRyYW5z bGF0ZSg3NjMuNDM4IDEwNzkuNjM0KSI+CiAgICAgIDxnPgogICAgICAgIDxwYXRoIGQ9Ik04MDgu NywxMTQxLjA5MUg4MzcuNjF2LTI3LjY1N0g4MjQuNDI0YTEuMTU5LDEuMTU5LDAsMCwxLTEuMTQ5 LTEuMTd2LTIuODNjMC0xMC41NjUsMy45OC0xNi4wMzQsMTEuODMyLTE2LjI2MXYtMTMuNTM4Yy0x MC4wMDcuMTA2LTE3LjcsMy4yNzQtMjIuODY1LDkuNDIxLTUuMjc4LDYuMjc1LTcuOTU0LDE0LjY5 LTcuOTU0LDI1LjAxQTg5LjE4NSw4OS4xODUsMCwwLDAsODA4LjcsMTE0MS4wOTFabS00MC42MzEs MGgyOC45MjF2LTI3LjY1N0g3ODMuNTc0YTEuMTU5LDEuMTU5LDAsMCwxLTEuMTUtMS4xN3YtMi44 M2MwLTEwLjU3LDQuMDU2LTE2LjAzOSwxMi4wNi0xNi4yNjJ2LTEzLjUzN2MtMTAuMDEuMTA1LTE3 LjczOSwzLjI3NS0yMi45ODQsOS40MjQtNS4zNTEsNi4yNzctOC4wNjMsMTQuNjkxLTguMDYzLDI1 LjAwOEE4NC4wNDYsODQuMDQ2LDAsMCwwLDc2OC4wNjUsMTE0MS4wOTFaIiB0cmFuc2Zvcm09InRy YW5zbGF0ZSgtNzYzLjQzOCAtMTA3OS42MzQpIiBmaWxsPSJub25lIiBzdHJva2U9IiMxYjFiMWIi IHN0cm9rZS13aWR0aD0iMSIvPgogICAgICA8L2c+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 75px;
}
@media only screen and (max-width: 680px) {
  .wp-block-quote:before,
  blockquote:before {
    top: 0;
    transform: translateY(0);
  }
}
.wp-block-quote > *,
blockquote > * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
  margin: 0;
}
.wp-block-quote p,
blockquote p {
  margin: 0 !important;
}
.wp-block-quote:after,
blockquote:after {
  content: "";
  display: none;
}
.wp-block-quote .wp-block-pullquote__citation,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote cite,
blockquote .wp-block-pullquote__citation,
blockquote .wp-block-quote__citation,
blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 400 !important;
  margin: 10px 0 0;
  text-align: inherit !important;
  text-transform: uppercase !important;
}
.acmelog-e-info > * {
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 500;
  align-items: center;
  color: #777;
  display: inline-flex;
  flex-wrap: wrap;
}
.acmelog-e-info > a:hover {
  color: #1b1b1b;
}
.acmelog-e-info .acmelog-info-separator-end,
.acmelog-e-info .acmelog-info-separator-single {
  color: #777;
}
.acmelog-e-info .acmelog-info-separator-end:after,
.acmelog-e-info .acmelog-info-separator-single:after {
  content: "/";
  margin: 0 10px;
}
.acmelog-e-info .acmelog-info-separator-end:last-of-type {
  display: none;
}
label {
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 500;
  color: #777;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: transparent;
  border-radius: 0;
  box-sizing: border-box;
  color: #1b1b1b;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 24px;
  margin: 0 0 48px;
  outline: 0;
  position: relative;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  width: 100%;
}
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  background-color: transparent;
  border-color: #1b1b1b;
  color: #1b1b1b;
}
input[type="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  opacity: 1;
}
input[type="date"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="url"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: inherit;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  opacity: 1;
}
input[type="date"],
input[type="email"]:not(.acmelog-m-newsletter-input),
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"]:not(.acmelog-m-newsletter-input),
input[type="url"],
textarea {
  border: none;
  border-bottom-color: rgba(27, 27, 27, 0.35);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 11px 0;
}
input[type="email"].acmelog-m-newsletter-input,
input[type="search"],
input[type="text"].acmelog-m-newsletter-input,
select {
  border-style: solid;
  border-width: 1px;
  padding: 14px 30px 20px;
}
.wp-block-loginout input {
  margin: 0 0 1em 0;
}
.wp-block-loginout input:not(.button) {
  border-style: solid !important;
  border-width: 1px !important;
}
.wp-block-loginout input:not(.button):not([type="checkbox"]) {
  padding: 14px 30px 20px !important;
}
select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PScwcHgnIHk9JzBweCcgd2lkdGg9JzEwLjhweCcgaGVpZ2h0PSc2LjJweCcgdmlld0JveD0nMCAwIDEwLjggNi4yJyBzdHlsZT0nZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMC44IDYuMjsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxwYXRoIHN0eWxlPSdmaWxsOiAjQThBN0E3JyBkPSdNMTAuNiwwLjNjMC4zLDAuMywwLjMsMC43LDAsMUw1LjksNS45QzUuOCw2LjEsNS42LDYuMiw1LjQsNi4yQzUuMiw2LjIsNSw2LjEsNC45LDUuOUwwLjIsMS4zIGMtMC4zLTAuMy0wLjMtMC43LDAtMWMwLjMtMC4zLDAuNy0wLjMsMSwwbDQuMiw0LjFsNC4yLTQuMUM5LjktMC4xLDEwLjItMC4xLDEwLjYsMC4zeicvPjwvc3ZnPg==);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  font-weight: inherit;
  letter-spacing: inherit;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
select option {
  color: #1b1b1b;
}
.acmelog-m-input-holder label {
  display: flex;
  margin: 0 0 48px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .acmelog-m-input-holder label {
    flex-direction: column;
  }
}
.acmelog-m-input-holder .acmelog-m-input-label {
  line-height: 24px;
  padding: 11px 0;
  position: absolute;
  width: 120px;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .acmelog-m-input-holder .acmelog-m-input-label {
    padding: 0;
    position: relative;
    width: 100%;
  }
}
.acmelog-m-input-holder input:not([type="checkbox"]):not([type="radio"]),
.acmelog-m-input-holder textarea {
  margin: 0;
  padding-left: 120px;
}
@media only screen and (max-width: 480px) {
  .acmelog-m-input-holder input:not([type="checkbox"]):not([type="radio"]),
  .acmelog-m-input-holder textarea {
    padding-left: 0;
  }
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
}
.post-password-form input[type="password"] {
  margin-top: 0.5em;
}
@media only screen and (min-width: 769px) {
  .post-password-form input[type="password"] {
    display: block;
    max-width: 50%;
  }
}
.acmelog-theme-button.acmelog-layout--textual {
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1b1b1b;
  font-size: 17px;
  line-height: 1.294em;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  margin: 0;
  text-decoration: none;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  background-color: transparent;
  border: 0;
  color: #1b1b1b;
  padding: 0 !important;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.133em;
}
.acmelog-theme-button.acmelog-layout--textual .acmelog-m-button-icon {
  align-items: center;
  background-color: var(--qode-main-color);
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 54px;
  justify-content: center;
  margin: 0;
  width: 54px;
  margin: 0 19px 0 0;
}
.acmelog-theme-button.acmelog-layout--textual .acmelog-m-button-icon > svg {
  transform: rotate(0);
  transform-origin: center;
  transition: transform 0.2s ease-out;
}
.acmelog-theme-button.acmelog-layout--textual:hover {
  color: #000;
}
.acmelog-theme-button.acmelog-layout--textual:hover .acmelog-m-button-icon > svg {
  transform: rotate(90deg);
}
.acmelog-theme-button,
button[type="button"],
button[type="submit"],
input[type="submit"] {
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1b1b1b;
  font-size: 17px;
  line-height: 1.294em;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  margin: 0;
  text-decoration: none;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  padding: 18px 40px;
  color: #1b1b1b;
  background-color: var(--qode-main-color);
  border: 1px solid transparent;
  cursor: pointer;
}
.acmelog-theme-button .acmelog-m-button-icon,
button[type="button"] .acmelog-m-button-icon,
button[type="submit"] .acmelog-m-button-icon,
input[type="submit"] .acmelog-m-button-icon {
  margin: 0 14px 0 0;
}
.acmelog-theme-button .acmelog-m-button-icon > svg,
button[type="button"] .acmelog-m-button-icon > svg,
button[type="submit"] .acmelog-m-button-icon > svg,
input[type="submit"] .acmelog-m-button-icon > svg {
  transform: rotate(0);
  transform-origin: center;
  transition: transform 0.2s ease-out;
}
.acmelog-theme-button:hover,
button[type="button"]:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
  color: #000;
}
.acmelog-theme-button:hover .acmelog-m-button-icon > svg,
button[type="button"]:hover .acmelog-m-button-icon > svg,
button[type="submit"]:hover .acmelog-m-button-icon > svg,
input[type="submit"]:hover .acmelog-m-button-icon > svg {
  transform: rotate(90deg);
}
.acmelog-theme-button span,
button[type="button"] span,
button[type="submit"] span {
  display: block;
  line-height: inherit;
}
.acmelog-theme-button span:before,
button[type="button"] span:before,
button[type="submit"] span:before {
  display: block;
  line-height: inherit;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid currentColor;
  box-sizing: border-box;
  height: 14px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 14px;
}
input[type="checkbox"]:after,
input[type="radio"]:after {
  background-color: transparent;
  border: 2px solid #fff;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease-out;
  width: 12px;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background-color: var(--qode-main-color);
}
input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after {
  opacity: 1;
}
input[type="radio"] {
  border-radius: 50%;
}
input[type="radio"]:after {
  border-radius: 50%;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input[type="search"]::-ms-clear,
input[type="text"]::-ms-clear {
  display: none;
}
input:-webkit-autofill {
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: acmelogAutofillFix;
}
#acmelog-page-wrapper {
  position: relative;
  overflow: hidden;
}
#acmelog-page-outer {
  position: relative;
}
#acmelog-page-inner {
  position: relative;
  padding: 130px 0 100px;
}
#acmelog-page-content.acmelog-layout--template
  .acmelog-page-content-section.acmelog-col--12 {
  margin-bottom: 0;
}
.acmelog--boxed {
  background-color: #dfdfdf;
}
.acmelog--boxed #acmelog-page-wrapper {
  display: block;
  background-color: #fff;
}
.acmelog--boxed #acmelog-page-inner {
  width: 100% !important;
  padding-left: 30px;
  padding-right: 30px;
}
.acmelog--passepartout #acmelog-page-wrapper {
  background-color: #fff;
}
.acmelog-parallax-item {
  will-change: transform;
}
button.mfp-arrow {
  top: calc(50% - 25px) !important;
  width: 26px !important;
  height: 51px !important;
  margin: 0 !important;
  color: #fff;
  transition: color 0.2s ease-out;
  opacity: 1 !important;
}
button.mfp-arrow svg {
  display: block;
  width: 100%;
  pointer-events: none;
}
button.mfp-arrow:after,
button.mfp-arrow:before {
  display: none !important;
}
button.mfp-arrow:hover {
  color: rgba(255, 255, 255, 0.4);
}
button.mfp-arrow.mfp-arrow-left {
  left: 30px;
}
button.mfp-arrow.mfp-arrow-right {
  right: 30px;
}
button.mfp-arrow.mfp-arrow-right svg {
  transform: rotate(180deg);
}
button.mfp-close {
  top: 6px !important;
  right: -32px !important;
  width: 32px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff;
  transition: color 0.2s ease-out;
  opacity: 1 !important;
}
button.mfp-close:hover {
  color: rgba(255, 255, 255, 0.4);
}
button.mfp-close:after,
button.mfp-close:before {
  display: none !important;
}
button.mfp-close svg {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.mfp-figure:after {
  background: 0 0 !important;
  box-shadow: none !important;
}
.mfp-bottom-bar .mfp-counter,
.mfp-bottom-bar .mfp-title {
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1b1b1b;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 500;
  color: #fff;
}
.acmelog-swiper-container {
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  visibility: hidden;
  z-index: 1;
}
.acmelog-swiper-container .swiper-slide img {
  width: 100%;
}
.acmelog-swiper-container.acmelog-blog .acmelog-blog-item {
  margin-bottom: 0;
}
.acmelog-swiper-container.acmelog-swiper--initialized {
  visibility: visible;
}
.acmelog-swiper-container.acmelog--no-bottom-space {
  margin-bottom: 0 !important;
}
.swiper-pagination-bullets {
  align-items: center;
  display: flex;
  justify-content: center;
  width: auto;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0 !important;
  height: 30px;
  margin-top: 30px;
  position: relative !important;
  width: 30px;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  flex-direction: column;
  height: auto;
  right: 0 !important;
  width: 30px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  align-items: center;
  background-color: #1b1b1b;
  border-radius: 50%;
  display: flex;
  height: 12px;
  justify-content: center;
  margin: 0 16px !important;
  opacity: 1;
  padding: 0;
  position: relative;
  transition: background-color 0.2s ease-out;
  width: 12px;
}
.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: var(--qode-main-color);
}
.swiper-button-next,
.swiper-button-prev {
  background-image: none !important;
  color: #1b1b1b;
  width: 90px !important;
  height: 90px !important;
  margin: 0 !important;
  transform: translateY(-50%);
  transition: all 0.35s ease;
}
.swiper-container-horizontal.acmelog-swiper-pagination--on .swiper-button-next,
.swiper-container-horizontal.acmelog-swiper-pagination--on .swiper-button-prev {
  transform: translateY(calc(-50% - 30px));
}
.swiper-button-next:before,
.swiper-button-prev:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f7c600;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1), opacity 0.3s ease;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  overflow: visible;
  transform: translateX(0);
  transition: transform 0.3s ease;
}
.swiper-button-next svg .acmelog-m-oblique,
.swiper-button-prev svg .acmelog-m-oblique {
  width: 34px;
  height: 2px;
  transition: width 0.3s ease;
}
.swiper-button-next svg .acmelog-m-horizontal,
.swiper-button-prev svg .acmelog-m-horizontal {
  transition: -webkit-clip-path 0.3s ease;
  transition: clip-path 0.3s ease;
  transition: clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
}
.swiper-button-next:hover svg .acmelog-m-oblique,
.swiper-button-prev:hover svg .acmelog-m-oblique {
  width: 20px;
}
.swiper-button-next:hover svg .acmelog-m-horizontal,
.swiper-button-prev:hover svg .acmelog-m-horizontal {
  clip-path: inset(-1px 0 -1px 0);
  -webkit-clip-path: inset(-1px 0 -1px 0);
}
.swiper-button-prev {
  left: 30px !important;
}
.swiper-button-prev.swiper-button-outside {
  left: -56px !important;
}
@media only screen and (max-width: 768px) {
  .swiper-button-prev.swiper-button-outside {
    left: -40px !important;
  }
}
@media only screen and (max-width: 680px) {
  .swiper-button-prev.swiper-button-outside {
    left: -30px !important;
  }
}
.swiper-container-vertical .swiper-button-prev {
  left: 50% !important;
  top: 30px;
  transform: rotate(90deg) translate(0, -50%);
  transform-origin: 0 0;
}
.swiper-button-prev:before {
  transform: translateX(-5px) scale(0);
}
.swiper-button-prev svg .acmelog-m-horizontal {
  clip-path: inset(-1px 100% -1px 0);
  -webkit-clip-path: inset(-1px 100% -1px 0);
}
.swiper-button-prev:hover:before {
  opacity: 1;
  transform: translateX(-5px) scale(1);
}
.swiper-button-prev:hover svg {
  transform: translateX(-9px);
}
.swiper-button-next {
  right: 30px !important;
}
.swiper-button-next.swiper-button-outside {
  right: -56px !important;
}
@media only screen and (max-width: 768px) {
  .swiper-button-next.swiper-button-outside {
    right: -40px !important;
  }
}
@media only screen and (max-width: 680px) {
  .swiper-button-next.swiper-button-outside {
    right: -30px !important;
  }
}
.swiper-button-next:before {
  transform: translateX(5px) scale(0);
}
.swiper-container-vertical .swiper-button-next {
  bottom: 30px;
  right: 50% !important;
  top: auto;
  transform: rotate(90deg) translate(0, -50%);
  transform-origin: 0 50%;
}
.swiper-button-next svg .acmelog-m-horizontal {
  clip-path: inset(-1px 100% -1px 0);
  -webkit-clip-path: inset(-1px 100% -1px 0);
}
.swiper-button-next:hover:before {
  opacity: 1;
  transform: translateX(5px) scale(1);
}
.swiper-button-next:hover svg {
  transform: translateX(9px);
}
.swiper-container-vertical + .swiper-button-prev {
  left: 50% !important;
  top: -56px;
  transform: rotate(90deg) translate(0, -50%);
  transform-origin: 0 0;
}
.swiper-container-vertical + .swiper-button-prev + .swiper-button-next {
  bottom: -56px;
  right: 50% !important;
  top: auto;
  transform: rotate(90deg) translate(0, -50%);
  transform-origin: 0 50%;
}
.widget_icl_lang_sel_widget {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click:hover
  .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-flag,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
  position: relative;
  top: -1px;
}
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-legacy-dropdown,
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-legacy-dropdown {
  padding: 0;
  margin: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle {
  position: relative;
  display: flex;
  align-items: center;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle:after {
  content: "\33";
  font-family: ElegantIcons;
  line-height: 1;
  border: 0;
  position: initial;
  margin-left: auto;
}
body:not([class*="acme-core"])
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle:after,
body:not([class*="acme-core"])
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle:after {
  content: "\25BE";
  font-family: initial;
  font-size: 16px;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  list-style: none;
  margin: 0;
  border-top: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
}
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item,
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a,
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a {
  display: flex;
  align-items: center;
  border: 0;
  background-color: transparent;
  padding: 7px 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0 !important;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  padding: 0;
  display: block;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  display: block;
  margin: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  padding: 0;
  display: block;
}
#acmelog-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#acmelog-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 200px;
}
#acmelog-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle,
#acmelog-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: #5b5b5b;
  background-color: #fff;
  border: 1px solid transparent;
  font-size: 14px;
}
#acmelog-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle:hover,
#acmelog-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle:hover {
  color: var(--qode-main-color);
}
#acmelog-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu,
#acmelog-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: #fff;
}
#acmelog-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a,
#acmelog-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a {
  color: #5b5b5b;
  font-size: 14px;
}
#acmelog-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a:hover,
#acmelog-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a:hover {
  color: var(--qode-main-color);
}
#acmelog-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li {
  margin-right: 10px !important;
}
#acmelog-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a {
  color: #5b5b5b;
}
#acmelog-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a:hover {
  color: var(--qode-main-color);
}
#acmelog-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li:last-child {
  margin-right: 0;
}
#acmelog-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li {
  margin-bottom: 10px;
}
#acmelog-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li
  a {
  color: #5b5b5b;
}
#acmelog-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li
  a:hover {
  color: var(--qode-main-color);
}
#acmelog-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#acmelog-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click {
  width: 175px;
}
#acmelog-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle,
#acmelog-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: #5b5b5b;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 14px;
}
#acmelog-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle:hover,
#acmelog-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle:hover {
  color: var(--qode-main-color);
}
#acmelog-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu,
#acmelog-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: transparent;
}
#acmelog-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a,
#acmelog-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a {
  color: #5b5b5b;
  font-size: 14px;
}
#acmelog-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a:hover,
#acmelog-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a:hover {
  color: var(--qode-main-color);
}
#acmelog-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li {
  margin-right: 10px !important;
}
#acmelog-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a {
  color: #5b5b5b;
}
#acmelog-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a:hover {
  color: var(--qode-main-color);
}
#acmelog-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li:last-child {
  margin-right: 0;
}
#acmelog-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li {
  margin-bottom: 10px;
}
#acmelog-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li
  a {
  color: #5b5b5b;
}
#acmelog-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li
  a:hover {
  color: var(--qode-main-color);
}
#acmelog-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#acmelog-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 175px;
}
#acmelog-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle,
#acmelog-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle {
  padding: 8px 20px;
  height: 40px;
  line-height: 24px;
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
  font-size: 14px;
}
#acmelog-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle:hover,
#acmelog-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle:hover {
  color: #fff;
}
#acmelog-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu,
#acmelog-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: #000;
}
#acmelog-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a,
#acmelog-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a {
  color: #fff;
  font-size: 14px;
}
#acmelog-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a:hover,
#acmelog-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a:hover {
  color: #fff;
}
#acmelog-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li {
  margin-right: 10px !important;
}
#acmelog-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a {
  color: #fff;
}
#acmelog-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a:hover {
  color: #fff;
}
#acmelog-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li:last-child {
  margin-right: 0;
}
#acmelog-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li {
  margin-bottom: 10px;
}
#acmelog-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li
  a {
  color: #fff;
}
#acmelog-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li
  a:hover {
  color: #fff;
}
#acmelog-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#acmelog-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 100%;
}
#acmelog-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle,
#acmelog-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: #5b5b5b;
  background-color: #dfdfdf;
  border: 1px solid transparent;
  font-size: 14px;
}
#acmelog-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle:hover,
#acmelog-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle:hover {
  color: var(--qode-main-color);
}
#acmelog-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu,
#acmelog-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: #dfdfdf;
}
#acmelog-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a,
#acmelog-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a {
  color: #5b5b5b;
  font-size: 14px;
}
#acmelog-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a:hover,
#acmelog-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a:hover {
  color: var(--qode-main-color);
}
#acmelog-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li {
  margin-right: 10px !important;
}
#acmelog-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a {
  color: #5b5b5b;
}
#acmelog-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a:hover {
  color: var(--qode-main-color);
}
#acmelog-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li:last-child {
  margin-right: 0;
}
#acmelog-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li {
  margin-bottom: 10px;
}
#acmelog-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li
  a {
  color: #5b5b5b;
}
#acmelog-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li
  a:hover {
  color: var(--qode-main-color);
}
#acmelog-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#acmelog-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 100%;
}
#acmelog-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle,
#acmelog-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: #5b5b5b;
  background-color: #dfdfdf;
  border: 1px solid transparent;
  font-size: 14px;
}
#acmelog-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle:hover,
#acmelog-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle:hover {
  color: var(--qode-main-color);
}
#acmelog-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu,
#acmelog-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: #dfdfdf;
}
#acmelog-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a,
#acmelog-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a {
  color: #5b5b5b;
  font-size: 14px;
}
#acmelog-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a:hover,
#acmelog-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a:hover {
  color: var(--qode-main-color);
}
#acmelog-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li {
  margin-right: 10px !important;
}
#acmelog-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a {
  color: #fff;
}
#acmelog-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a:hover {
  color: #fff;
}
#acmelog-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li:last-child {
  margin-right: 0;
}
#acmelog-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li {
  margin-bottom: 10px;
}
#acmelog-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li
  a {
  color: #fff;
}
#acmelog-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li
  a:hover {
  color: #fff;
}
#acmelog-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#acmelog-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 100%;
}
#acmelog-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle,
#acmelog-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: #5b5b5b;
  background-color: #dfdfdf;
  border: 1px solid transparent;
  font-size: 14px;
}
#acmelog-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle:hover,
#acmelog-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle:hover {
  color: var(--qode-main-color);
}
#acmelog-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu,
#acmelog-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: #dfdfdf;
}
#acmelog-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a,
#acmelog-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a {
  color: #5b5b5b;
  font-size: 14px;
}
#acmelog-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a:hover,
#acmelog-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a:hover {
  color: var(--qode-main-color);
}
#acmelog-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li {
  margin-right: 10px !important;
}
#acmelog-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a {
  color: #fff;
}
#acmelog-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a:hover {
  color: #fff;
}
#acmelog-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li:last-child {
  margin-right: 0;
}
#acmelog-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li {
  margin-bottom: 10px;
}
#acmelog-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li
  a {
  color: #fff;
}
#acmelog-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li
  a:hover {
  color: #fff;
}
.error404 #acmelog-page-inner {
  padding: 0;
}
#acmelog-404-page {
  align-items: center;
  display: flex;
  padding: 0 15% 113px 13%;
}
#acmelog-404-page .acmelog-404-content {
  padding: 115px 25px 0 0;
}
#acmelog-404-page .acmelog-404-image {
  flex-shrink: 0;
  width: 62%;
}
#acmelog-404-page .acmelog-404-title {
  margin: 0 0 36px 0;
}
#acmelog-404-page .acmelog-404-text {
  display: block;
  margin: 0 0 40px 0;
}
.acmelog-blog {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.acmelog-blog .acmelog-blog-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 94px 0;
}
.acmelog-blog .acmelog-blog-item .acmelog-e-content,
.acmelog-blog .acmelog-blog-item .acmelog-e-inner,
.acmelog-blog .acmelog-blog-item .acmelog-e-media {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.acmelog-blog .acmelog-blog-item .acmelog-e-media > * {
  margin: 0 0 25px 0;
}
.acmelog-blog .acmelog-blog-item .acmelog-e-media iframe {
  background-color: #000;
  display: block;
  height: 100%;
}
.acmelog-blog .acmelog-blog-item .acmelog-e-media-image {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.acmelog-blog .acmelog-blog-item .acmelog-e-media-image a,
.acmelog-blog .acmelog-blog-item .acmelog-e-media-image img {
  display: block;
  width: 100%;
}
.acmelog-blog .acmelog-blog-item .acmelog-e-media-image.acmelog--background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.acmelog-blog .acmelog-blog-item .acmelog-e-media-image.acmelog--background img {
  visibility: hidden;
}
.acmelog-blog .acmelog-blog-item .acmelog-e-top-holder {
  margin: 0 0 8px 0;
}
.acmelog-blog .acmelog-blog-item .acmelog-e-text:after {
  clear: both;
  content: "";
  display: table;
}
.acmelog-blog .acmelog-blog-item .acmelog-e-title {
  margin: 0;
}
.acmelog-blog .acmelog-blog-item .acmelog-e-title a:hover {
  color: inherit;
}
.acmelog-blog .acmelog-blog-item .acmelog-e-excerpt {
  margin: 17px 0 0 0;
}
.acmelog-blog .acmelog-blog-item .acmelog-e-bottom-holder {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 29px 0 0 0;
}
.acmelog-blog .acmelog-blog-item .acmelog-e-read-more {
  line-height: 0;
}
.acmelog-blog .acmelog-blog-item .acmelog-e-post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.acmelog-blog .acmelog-blog-item.sticky .acmelog-e-title a {
  position: relative;
  text-decoration: underline;
}
.acmelog-blog .acmelog-blog-item.sticky .acmelog-e-title a:after {
  content: "*";
  font-size: 1.5em;
  position: absolute;
  right: -0.5em;
  top: 0;
}
@media only screen and (max-width: 680px) {
  .acmelog-blog .acmelog-blog-item.sticky .acmelog-e-title a {
    display: inline-flex;
    width: min-content;
  }
  .acmelog-blog .acmelog-blog-item.sticky .acmelog-e-title a:after {
    right: -0.75em;
  }
}
html.elementor-html .acmelog-blog .acmelog-blog-item.format-video .wp-video {
  max-width: 100%;
}
html.elementor-html .acmelog-blog .acmelog-blog-item.format-video video {
  height: auto;
}
html.elementor-html .acmelog-blog .acmelog-blog-item.format-audio audio {
  display: block;
}
.acmelog-blog .acmelog-blog-item.format-audio .acmelog-e-media-image {
  width: 100%;
}
.acmelog-blog .acmelog-blog-item.format-audio .acmelog-e-media-image img {
  width: 100%;
}
.acmelog-blog .acmelog-blog-item.format-audio .acmelog-e-media-audio {
  bottom: 25px;
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}
.acmelog-blog .acmelog-blog-item.format-link .acmelog-e-link {
  background-color: var(--qode-main-color);
  color: #1b1b1b;
  display: flex;
  padding: 7.7%;
}
.acmelog-blog .acmelog-blog-item.format-link .acmelog-e-link-icon {
  color: inherit;
  flex-shrink: 0;
  margin: 11px 40px 0 0;
  width: 74px;
}
.acmelog-blog .acmelog-blog-item.format-link .acmelog-e-link-text {
  color: inherit;
  margin: 0;
}
.acmelog-blog .acmelog-blog-item.format-link .acmelog-e-link-url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.acmelog-blog .acmelog-blog-item.format-quote .acmelog-e-quote {
  background-color: #1b1b1b;
  color: #fff;
  display: flex;
  padding: 7.7%;
}
.acmelog-blog .acmelog-blog-item.format-quote .acmelog-e-quote-icon {
  color: inherit;
  flex-shrink: 0;
  margin: 11px 40px 0 0;
  width: 74px;
}
.acmelog-blog .acmelog-blog-item.format-quote .acmelog-e-quote-text {
  color: inherit;
  margin: 0;
  position: relative;
}
.acmelog-blog .acmelog-blog-item.format-quote .acmelog-e-quote-author-name,
.acmelog-blog .acmelog-blog-item.format-quote .acmelog-e-quote-author-position {
  color: inherit;
  display: block;
}
.acmelog-blog .acmelog-blog-item.format-quote .acmelog-e-quote-author-position {
  margin: 26px 0 0 0;
}
.acmelog-blog .acmelog-blog-item.format-quote .acmelog-e-quote-author-name {
  font-size: 26px;
  margin: 3px 0 0 0;
}
.acmelog-blog .acmelog-blog-item.format-quote .acmelog-e-quote-url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.acmelog-blog.acmelog-items--fixed article .acmelog-e-media,
.acmelog-blog.acmelog-items--fixed article .acmelog-e-media-image {
  height: 100%;
}
.acmelog-blog.acmelog--list:not(.acmelog-shortcode)
  .acmelog-blog-item
  .acmelog-e-media
  > * {
  margin: 0 0 55px 0;
}
.acmelog-blog.acmelog--list:not(.acmelog-shortcode)
  .acmelog-blog-item
  .acmelog-e-excerpt {
  margin: 30px 0 0 0;
}
.acmelog-blog.acmelog--list:not(.acmelog-shortcode)
  .acmelog-blog-item.format-audio
  .acmelog-e-media-audio {
  bottom: 0;
}
.acmelog-blog.acmelog--list:not(.acmelog-shortcode) .acmelog-blog-item:last-of-type {
  margin-bottom: 0;
}
.acmelog-blog.acmelog--single > .acmelog-blog-item {
  margin: 0 0 80px 0;
}
.acmelog-blog.acmelog--single > .acmelog-blog-item .acmelog-e-media > * {
  margin: 0 0 55px 0;
}
.acmelog-blog.acmelog--single > .acmelog-blog-item .acmelog-e-title {
  margin: 0 0 38px 0;
}
.acmelog-blog.acmelog--single > .acmelog-blog-item .acmelog-e-bottom-holder {
  margin: 48px 0 0 0;
}
.acmelog-blog.acmelog--single
  > .acmelog-blog-item
  .acmelog-e-bottom-holder
  .acmelog-e-info
  > * {
  font-size: 18px;
}
.acmelog-blog.acmelog--single > .acmelog-blog-item.format-audio .acmelog-e-media-audio {
  bottom: 0;
}
.acmelog-blog.acmelog--single > .acmelog-blog-item.format-link .acmelog-e-link {
  margin: 0 0 55px 0;
}
.acmelog-blog.acmelog--single > .acmelog-blog-item.format-link .acmelog-e-top-holder {
  margin: 0 0 38px 0;
}
.acmelog-blog.acmelog--single > .acmelog-blog-item.format-quote .acmelog-e-quote {
  margin: 0 0 55px 0;
}
.acmelog-blog.acmelog--single > .acmelog-blog-item.format-quote .acmelog-e-top-holder {
  margin: 0 0 38px 0;
}
#acmelog-page-comments {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 79px 0 0 0;
}
#acmelog-page-comments .acmelog-page-comments-not-found {
  margin: 0;
}
#acmelog-page-comments-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 159px 0;
}
#acmelog-page-comments-list .acmelog-m-title {
  margin: 0 0 61px 0;
}
#acmelog-page-comments-list .acmelog-m-comments {
  list-style: none;
  margin: 0;
  padding: 0;
}
#acmelog-page-comments-list .acmelog-m-comments > .acmelog-comment-item:first-child {
  border: none;
  margin: 0;
  padding: 0;
}
#acmelog-page-comments-list .acmelog-m-pagination {
  margin-top: 50px;
}
#acmelog-page-comments-list .acmelog-comment-item {
  border-top: 1px solid #a6a6a6;
  margin: 35px 0 0 0;
  padding: 39px 0 0 0;
}
#acmelog-page-comments-list .acmelog-comment-item .children {
  list-style: none;
  margin: 0;
  padding: 0 0 0 120px;
}
#acmelog-page-comments-list .acmelog-comment-item .acmelog-e-inner {
  align-items: flex-start;
  display: flex;
}
#acmelog-page-comments-list .acmelog-comment-item .acmelog-e-image {
  flex-shrink: 0;
  margin-right: 20px;
}
#acmelog-page-comments-list .acmelog-comment-item .acmelog-e-image img {
  border-radius: 50%;
  display: block;
}
#acmelog-page-comments-list .acmelog-comment-item .acmelog-e-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 23px 0 0 0;
}
#acmelog-page-comments-list .acmelog-comment-item .acmelog-e-date {
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 500;
}
#acmelog-page-comments-list .acmelog-comment-item .acmelog-e-date a {
  color: #777;
}
#acmelog-page-comments-list .acmelog-comment-item .acmelog-e-date a:hover {
  color: #1b1b1b;
}
#acmelog-page-comments-list .acmelog-comment-item .acmelog-e-title {
  margin: 5px 0 0 0;
}
#acmelog-page-comments-list .acmelog-comment-item .acmelog-e-text {
  margin: 15px 0 0 0;
}
#acmelog-page-comments-list .acmelog-comment-item .acmelog-e-text p {
  margin: 0;
}
#acmelog-page-comments-list .acmelog-comment-item .acmelog-e-text img {
  margin: 5px 0;
}
#acmelog-page-comments-list .acmelog-comment-item .acmelog-e-links {
  margin: 24px 0 0 0;
}
#acmelog-page-comments-list .acmelog-comment-item .acmelog-e-links > * {
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 500;
  align-items: center;
  color: #777;
  display: inline-flex;
  flex-wrap: wrap;
  color: #1b1b1b;
  display: inline-block;
  font-weight: 700;
  margin: 0 50px 0 0;
  position: relative;
  vertical-align: top;
}
#acmelog-page-comments-list .acmelog-comment-item .acmelog-e-links > :last-child {
  margin-right: 0;
}
#acmelog-page-comments-list .acmelog-comment-item .acmelog-e-links > :after,
#acmelog-page-comments-list .acmelog-comment-item .acmelog-e-links > :before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: -32px;
  top: calc(50% + 1px);
  transform-origin: center;
  transition: transform 0.2s ease-out;
  width: 14px;
}
#acmelog-page-comments-list .acmelog-comment-item .acmelog-e-links > :before {
  transform: translate(-50%, -50%) rotate(90deg);
}
#acmelog-page-comments-list .acmelog-comment-item .acmelog-e-links > :after {
  transform: translate(-50%, -50%) rotate(0);
}
#acmelog-page-comments-list .acmelog-comment-item .acmelog-e-links > :hover:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
#acmelog-page-comments-list .acmelog-comment-item .acmelog-e-links > :hover:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
#respond {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.acmelog-comment-item #respond {
  margin: 50px 0 33px 0;
}
.acmelog-comment-item #respond .comment-reply-title {
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1b1b1b;
  font-size: 22px;
  line-height: 1.181em;
}
.acmelog-comment-item #respond .comment-reply-title a {
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 500;
  align-items: center;
  color: #777;
  display: inline-flex;
  flex-wrap: wrap;
  color: #1b1b1b;
  display: inline-block;
  font-weight: 700;
  margin: 0;
  position: relative;
}
#respond .comment-reply-title {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
#respond .acmelog-comment-form .comment-notes,
#respond .acmelog-comment-form .logged-in-as {
  margin: 43px 0 28px 0;
}
#respond .acmelog-comment-form .comment-form-author,
#respond .acmelog-comment-form .comment-form-comment,
#respond .acmelog-comment-form .comment-form-email,
#respond .acmelog-comment-form .comment-form-url,
#respond .acmelog-comment-form .form-submit {
  margin: 0;
}
#respond .acmelog-comment-form .comment-form-cookies-consent {
  align-items: center;
  display: flex;
  margin: -19px 0 36px 0;
  position: relative;
}
#respond .acmelog-comment-form .comment-form-cookies-consent > * {
  margin: 0;
}
#respond
  .acmelog-comment-form
  .comment-form-cookies-consent
  input[type="checkbox"] {
  flex-shrink: 0;
  margin: 2px 14px 0 0;
}
#respond .acmelog-comment-form .comment-form-cookies-consent label {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
.acmelog-filter--on .acmelog-grid-inner {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.acmelog-filter--on.acmelog--filter-loading .acmelog-grid-inner {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.acmelog-filter--on.acmelog--filter-loading .acmelog-m-pagination-spinner {
  bottom: calc(50% - 16px) !important;
}
.acmelog-m-filter {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 40px;
}
.acmelog-m-filter-items {
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: center;
  position: relative;
}
.acmelog-m-filter-item {
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: 17px;
  line-height: 1.294em;
  color: #1b1b1b;
  align-items: center;
  display: inline-flex;
  height: 100%;
  margin: 0;
  padding: 0 28px;
  position: relative;
}
.acmelog-m-filter-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--qode-main-color);
  transform: scale3d(0, 1, 1);
  transform-origin: left;
  transition: transform 0.2s;
}
.acmelog-m-filter-item.acmelog--active,
.acmelog-m-filter-item:hover {
  color: #1b1b1b;
}
.acmelog-m-filter-item.acmelog--active::before,
.acmelog-m-filter-item:hover::before {
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}
.acmelog-browser--firefox .acmelog-m-filter-item.acmelog--active::before,
.acmelog-browser--firefox .acmelog-m-filter-item:hover::before {
  transform: scale3d(1.003, 1, 1);
}
#acmelog-page-footer {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#acmelog-page-footer > * {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#acmelog-page-footer-bottom-area,
#acmelog-page-footer-middle-area,
#acmelog-page-footer-top-area {
  background-color: #1b1b1b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#acmelog-page-footer-bottom-area .acmelog-content-full-width,
#acmelog-page-footer-middle-area .acmelog-content-full-width,
#acmelog-page-footer-top-area .acmelog-content-full-width {
  padding-left: 70px;
  padding-right: 70px;
}
.acmelog--boxed #acmelog-page-footer-bottom-area,
.acmelog--boxed #acmelog-page-footer-middle-area,
.acmelog--boxed #acmelog-page-footer-top-area {
  padding-left: 30px;
  padding-right: 30px;
}
#acmelog-page-footer-bottom-area-inner:before,
#acmelog-page-footer-middle-area-inner:before,
#acmelog-page-footer-top-area-inner:before {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#acmelog-page-footer .acmelog-grid-inner {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
#acmelog-page-footer-top-area-inner {
  padding: 138px 0 45px 0;
}
#acmelog-page-footer-top-area-inner
  > .acmelog-grid
  > .acmelog-grid-inner
  > .acmelog-grid-item {
  margin: 0 0 60px 0;
}
#acmelog-page-footer-top-area-inner.acmelog-layout--predefined
  > .acmelog-grid
  > .acmelog-grid-inner
  > .acmelog-grid-item:first-child {
  width: 33.5%;
}
#acmelog-page-footer-top-area-inner.acmelog-layout--predefined
  > .acmelog-grid
  > .acmelog-grid-inner
  > .acmelog-grid-item:not(:first-child) {
  width: calc(100% - 33.5%);
}
#acmelog-page-footer-middle-area-inner {
  padding: 105px 0 29px 0;
}
#acmelog-page-footer-middle-area-inner
  > .acmelog-grid
  > .acmelog-grid-inner
  > .acmelog-grid-item {
  margin: 0 0 60px 0;
}
#acmelog-page-footer-middle-area-inner.acmelog-layout--predefined
  > .acmelog-grid
  > .acmelog-grid-inner
  > .acmelog-grid-item:first-child {
  width: 33.5%;
}
#acmelog-page-footer-middle-area-inner.acmelog-layout--predefined
  > .acmelog-grid
  > .acmelog-grid-inner
  > .acmelog-grid-item:not(:first-child) {
  width: calc((100% - 33.5%) / 4);
}
#acmelog-page-footer-bottom-area-inner {
  padding: 20px 0 0 0;
}
#acmelog-page-footer-bottom-area-inner
  > .acmelog-grid
  > .acmelog-grid-inner
  > .acmelog-grid-item {
  margin: 0 0 20px 0;
}
#acmelog-page-footer-bottom-area-inner.acmelog-layout--predefined
  > .acmelog-grid
  > .acmelog-grid-inner
  > .acmelog-grid-item:first-child {
  margin-left: 33.5%;
  width: calc((100% - 33.5%) / 4 * 3);
}
#acmelog-page-footer-bottom-area-inner.acmelog-layout--predefined
  > .acmelog-grid
  > .acmelog-grid-inner
  > .acmelog-grid-item:not(:first-child) {
  width: calc((100% - 33.5%) / 4);
}
.wp-block-button {
  float: none;
  margin: 1em 0;
}
.wp-block-button .wp-block-button__link {
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1b1b1b;
  font-size: 17px;
  line-height: 1.294em;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  margin: 0;
  text-decoration: none;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  padding: 18px 40px;
  color: #1b1b1b;
  background-color: var(--qode-main-color);
  border: 1px solid transparent;
  border-radius: 28px;
  cursor: pointer;
}
.wp-block-button.is-style-outline {
  border: none;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--qode-main-color);
  background-color: transparent;
  border: 1px solid var(--qode-main-color);
  border-width: 1px;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.wp-block-button.alignleft {
  text-align: left;
  margin-top: 0;
  margin-right: 2rem;
}
.wp-block-button.alignright {
  text-align: right;
  margin-top: 0;
  margin-left: 2rem;
}
.wp-block-image {
  margin-bottom: 0;
}
.wp-block-image .aligncenter {
  clear: both;
}
.wp-block-cover-image {
  float: none !important;
  max-width: 100% !important;
  margin: 0 !important;
}
.wp-block-cover-image h1,
.wp-block-cover-image h2,
.wp-block-cover-image h3,
.wp-block-cover-image h4,
.wp-block-cover-image h5,
.wp-block-cover-image h6,
.wp-block-cover-image p {
  z-index: 1 !important;
  margin: 0 auto !important;
  max-width: 580px !important;
  padding: 14px !important;
  text-align: center;
  line-height: 1em !important;
}
.wp-block-cover-image h1 a,
.wp-block-cover-image h2 a,
.wp-block-cover-image h3 a,
.wp-block-cover-image h4 a,
.wp-block-cover-image h5 a,
.wp-block-cover-image h6 a,
.wp-block-cover-image p a {
  color: #fff !important;
}
.wp-block-cover-image h1 a:hover,
.wp-block-cover-image h2 a:hover,
.wp-block-cover-image h3 a:hover,
.wp-block-cover-image h4 a:hover,
.wp-block-cover-image h5 a:hover,
.wp-block-cover-image h6 a:hover,
.wp-block-cover-image p a:hover {
  color: var(--qode-main-color) !important;
}
.wp-block-cover-image :not(.has-text-color):not(.has-inline-color):not(a) {
  color: #fff !important;
  font-size: 30px !important;
}
.wp-block-cover {
  margin-top: 10px !important;
}
.wp-block-cover.alignleft {
  margin-right: 2em !important;
}
.wp-block-cover.alignright {
  margin-left: 2em !important;
}
.wp-block-cover .wp-block-cover__inner-container {
  width: 100% !important;
}
.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6,
.wp-block-cover p {
  z-index: 1 !important;
  margin: 0 auto !important;
  max-width: 580px !important;
  padding: 14px !important;
  text-align: center;
  line-height: 1em !important;
}
.wp-block-cover h1 a,
.wp-block-cover h2 a,
.wp-block-cover h3 a,
.wp-block-cover h4 a,
.wp-block-cover h5 a,
.wp-block-cover h6 a,
.wp-block-cover p a {
  color: #fff !important;
}
.wp-block-cover h1 a:hover,
.wp-block-cover h2 a:hover,
.wp-block-cover h3 a:hover,
.wp-block-cover h4 a:hover,
.wp-block-cover h5 a:hover,
.wp-block-cover h6 a:hover,
.wp-block-cover p a:hover {
  color: var(--qode-main-color) !important;
}
.wp-block-cover :not(.has-text-color):not(.has-inline-color):not(a) {
  color: #fff !important;
  font-size: 30px !important;
}
.wp-block-gallery {
  display: flex;
  margin-bottom: 2em;
}
.wp-block-gallery ul.blocks-gallery-grid {
  margin: 0 !important;
}
.wp-block-gallery.alignleft {
  max-width: 420px;
}
.wp-block-gallery.alignright {
  max-width: 420px;
}
.wp-block-gallery figcaption {
  overflow-x: hidden;
}
.wp-caption {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.wp-block-pullquote {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: center !important;
  width: 100% !important;
  position: relative;
  z-index: -2;
}
.wp-block-pullquote blockquote {
  padding: 0 0 0 115px !important;
}
.wp-block-pullquote blockquote p {
  font-size: 28px !important;
  line-height: 1.6 !important;
}
.has-drop-cap:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}
.wp-block-file {
  display: flex;
  align-items: center;
  margin: 0;
  color: #1b1b1b;
  text-decoration: none;
  transition: color 0.2s ease-out;
  cursor: pointer;
}
.wp-block-file:focus,
.wp-block-file:hover {
  color: var(--qode-main-color);
}
.wp-block-group.has-background {
  padding: 20px 30px;
}
.gallery-item img {
  border: 0 !important;
}
.wp-block-search .wp-block-search__input {
  margin-bottom: 0;
}
.wp-block-rss .wp-block-rss__item-title {
  display: inline-block;
  vertical-align: top;
}
#acmelog-page-header {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #fff;
  height: 80px;
  z-index: 100;
}
#acmelog-page-header .acmelog-header-logo-link {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 80px;
  max-height: 100%;
  position: relative;
}
#acmelog-page-header .acmelog-header-logo-link img {
  display: block;
  margin: auto 0;
  max-height: 100%;
  transition: opacity 0.3s ease;
  width: auto;
}
#acmelog-page-header .acmelog-header-logo-link.acmelog-height--not-set img {
  max-height: 100%;
}
#acmelog-page-header-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 0 40px;
  position: relative;
}
#acmelog-page-mobile-header {
  position: relative;
  display: none;
  height: 80px;
  z-index: 100;
}
#acmelog-page-mobile-header .acmelog-mobile-header-logo-link {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
  max-height: 100%;
  padding: 0 0 0 40px;
}
#acmelog-page-mobile-header .acmelog-mobile-header-logo-link img {
  display: block;
  margin: auto 0;
  width: auto;
  max-height: 100%;
  transition: opacity 0.3s ease;
}
#acmelog-page-mobile-header
  .acmelog-mobile-header-logo-link.acmelog-height--not-set
  img {
  max-height: calc(50% * 100 / 70);
}
#acmelog-page-mobile-header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0;
}
#acmelog-page-mobile-header-inner.acmelog-content-grid {
  padding: 0;
}
.acmelog-mobile-header-opener {
  font-size: 20px;
  margin-left: 20px;
}
.acmelog-mobile-header-opener:not(.acmelog-source--predefined) svg {
  display: block;
  width: 26px;
  height: auto;
}
.acmelog-mobile-header-opener.acmelog-source--predefined {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  color: #fff;
  background-color: #1b1b1b;
}
.acmelog-mobile-header-opener.acmelog-source--predefined .acmelog-m-icon {
  display: flex;
  align-items: center;
  height: 100%;
  background-color: inherit;
  position: relative;
  visibility: visible;
}
.acmelog-mobile-header-opener.acmelog-source--predefined .acmelog-m-icon svg {
  z-index: 1;
}
.acmelog-mobile-header-opener.acmelog-source--predefined .acmelog-m-icon.acmelog--open {
  padding: 0 27px;
}
.acmelog-mobile-header-opener.acmelog-source--predefined
  .acmelog-m-icon.acmelog--close {
  padding: 0 30px;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.acmelog-mobile-header-opener.acmelog-source--predefined .acmelog-m-icon::before {
  content: "";
  position: absolute;
  background: var(--qode-main-color);
  width: 150%;
  height: 0;
  padding-bottom: 150%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1), opacity 0.3s;
}
.acmelog-browser--safari
  .acmelog-mobile-header-opener.acmelog-source--predefined
  .acmelog-m-icon::before {
  height: 100%;
}
.acmelog-mobile-header-opener.acmelog-source--predefined:hover {
  color: #fff;
}
.acmelog-mobile-header-opener.acmelog-source--predefined:hover
  .acmelog-m-icon.acmelog--open::before {
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  opacity: 1;
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), opacity 0.3s;
}
.acmelog-mobile-header-opener.acmelog-source--predefined.acmelog--opened
  .acmelog-m-icon.acmelog--open {
  visibility: hidden;
  position: absolute;
}
.acmelog-mobile-header-opener.acmelog-source--predefined.acmelog--opened
  .acmelog-m-icon.acmelog--close {
  visibility: visible;
  position: relative;
}
.acmelog-mobile-header-opener.acmelog-source--predefined.acmelog--opened:hover
  .acmelog-m-icon.acmelog--close::before {
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  opacity: 1;
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), opacity 0.3s;
}
.acmelog-mobile-header-navigation {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  max-height: calc(100vh - 80px);
  background-color: #fff;
  border-bottom: 1px solid #a6a6a6;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 10;
}
.acmelog-mobile-header-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.acmelog-mobile-header-navigation ul li {
  position: relative;
  margin: 12px 0;
  padding: 0;
}
.acmelog-mobile-header-navigation ul li a {
  position: relative;
  display: block;
}
.acmelog-mobile-header-navigation ul li a .acmelog-menu-item-text {
  display: inline-flex;
  align-items: center;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.acmelog-mobile-header-navigation ul li .acmelog-menu-item-arrow {
  position: absolute;
  top: 3px;
  right: 0;
  height: auto;
  color: currentColor;
  z-index: 9;
  cursor: pointer;
  transition: color 0.2s ease-out;
  transform: rotate(0);
  transition: transform 0.2s ease-out, color 0.2s ease-out;
}
.acmelog-mobile-header-navigation ul li .acmelog-menu-item-arrow:hover {
  color: currentColor;
}
.acmelog-mobile-header-navigation ul li ul {
  display: none;
  padding-top: 9px;
}
.acmelog-mobile-header-navigation ul li ul li {
  margin: 0;
  padding: 4px 0 5px;
}
.acmelog-mobile-header-navigation ul li ul li > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 14px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  padding-right: 28px;
  margin: 0;
  padding: 2px 0 3px;
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1b1b1b;
  font-size: 17px;
  line-height: 1.294em;
}
.acmelog-mobile-header-navigation ul li ul li > a .acmelog-menu-item-icon {
  flex-shrink: 0;
}
.acmelog-mobile-header-navigation ul li ul li > a .acmelog-menu-item-plus {
  position: absolute;
  transform: rotate(0);
  transition: left 0.2s ease-out, right 0.2s ease-out, transform 0.2s ease-out;
  left: -28px;
}
.acmelog-mobile-header-navigation ul li ul li > a:hover .acmelog-menu-item-text {
  background-size: 100% 1px;
}
.acmelog-mobile-header-navigation
  ul
  li
  ul
  li.current-menu-ancestor
  > a
  .acmelog-menu-item-text,
.acmelog-mobile-header-navigation
  ul
  li
  ul
  li.current-menu-item
  > a
  .acmelog-menu-item-text {
  background-size: 100% 1px;
}
.acmelog-mobile-header-navigation ul li.acmelog--opened > .acmelog-menu-item-arrow {
  transform: rotate(90deg);
}
.acmelog-mobile-header-navigation > ul {
  margin: 0 auto;
  padding: 18px 0 34px;
}
.acmelog-mobile-header-navigation > ul > li > a {
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1b1b1b;
  font-size: 17px;
  line-height: 1.294em;
}
.acmelog-mobile-header-navigation > ul > li > a:hover .acmelog-menu-item-text {
  background-size: 100% 1px;
}
.acmelog-mobile-header-navigation
  > ul
  > li.current-menu-ancestor
  > a
  .acmelog-menu-item-text,
.acmelog-mobile-header-navigation
  > ul
  > li.current-menu-item
  > a
  .acmelog-menu-item-text {
  background-size: 100% 1px;
}
.acmelog-mobile-header-navigation > ul:not(.acmelog-content-grid) {
  padding-left: 40px;
  padding-right: 40px;
}
.acmelog-header-navigation {
  height: 100%;
}
.acmelog-header-navigation ul {
  list-style: none;
  margin: 0 !important;
  padding: 0;
}
.acmelog-header-navigation ul li {
  margin: 0;
  padding: 0;
  position: relative;
}
.acmelog-header-navigation ul li a .acmelog-menu-item-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}
.acmelog-header-navigation ul li.acmelog--hide-link > a {
  cursor: default;
}
.acmelog-header-navigation ul li.acmelog-menu-item--narrow ul {
  background-color: #fff;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 18px 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 240px;
}
.acmelog-header-navigation ul li.acmelog-menu-item--narrow ul li {
  padding: 0 28px;
}
.acmelog-header-navigation ul li.acmelog-menu-item--narrow ul li a span {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.acmelog-header-navigation
  ul
  li.acmelog-menu-item--narrow
  ul
  li.menu-item-has-children:hover
  > ul {
  opacity: 1;
  visibility: visible;
}
.acmelog-header-navigation ul li.acmelog-menu-item--narrow ul ul {
  left: 100%;
  top: calc(-18px - 14px);
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
.acmelog-header-navigation
  ul
  li.acmelog-menu-item--narrow
  ul.acmelog-drop-down--right {
  left: auto;
  right: 0;
  text-align: right;
}
.acmelog-header-navigation
  ul
  li.acmelog-menu-item--narrow
  ul.acmelog-drop-down--right
  li
  a
  .acmelog-menu-item-arrow {
  top: unset;
  left: 0;
  right: auto;
  padding-bottom: 1px;
  transform: rotate(180deg);
}
.acmelog-header-navigation
  ul
  li.acmelog-menu-item--narrow
  ul.acmelog-drop-down--right
  ul {
  left: -100%;
}
.acmelog-header-navigation ul li.acmelog-menu-item--narrow:hover > ul {
  opacity: 1;
  transition: opacity 0.2s ease-out;
  visibility: visible;
}
.acmelog-header-navigation > ul {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
  white-space: nowrap;
}
.acmelog-header-navigation > ul > li {
  height: 100%;
  padding: 0 28px;
}
.acmelog-header-navigation > ul > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--qode-main-color);
  transform: scale3d(0, 1, 1);
  transform-origin: left;
  transition: transform 0.2s;
}
.acmelog-header-navigation > ul > li > a {
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1b1b1b;
  font-size: 17px;
  line-height: 1.294em;
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
}
.acmelog-header-navigation > ul > li > a .acmelog-menu-item-arrow {
  display: none;
}
.acmelog-header-navigation > ul > li.current-menu-ancestor::before,
.acmelog-header-navigation > ul > li.current-menu-item::before {
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}
.acmelog-browser--firefox
  .acmelog-header-navigation
  > ul
  > li.current-menu-ancestor::before,
.acmelog-browser--firefox
  .acmelog-header-navigation
  > ul
  > li.current-menu-item::before {
  transform: scale3d(1.003, 1, 1);
}
.acmelog-header-navigation > ul > li:hover::before {
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}
.acmelog-browser--firefox .acmelog-header-navigation > ul > li:hover::before {
  transform: scale3d(1.003, 1, 1);
}
.acmelog-header-navigation > ul > li.acmelog-menu-item--narrow ul li > a {
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1b1b1b;
  font-size: 17px;
  line-height: 1.294em;
}
.acmelog-header-navigation
  > ul
  > li.acmelog-menu-item--narrow
  ul:not(.acmelog-drop-down--right)
  li
  > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 14px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  padding-right: 28px;
}
.acmelog-header-navigation
  > ul
  > li.acmelog-menu-item--narrow
  ul:not(.acmelog-drop-down--right)
  li
  > a
  .acmelog-menu-item-icon {
  flex-shrink: 0;
}
.acmelog-header-navigation
  > ul
  > li.acmelog-menu-item--narrow
  ul:not(.acmelog-drop-down--right)
  li
  > a
  .acmelog-menu-item-plus {
  position: absolute;
  transform: rotate(0);
  transition: left 0.2s ease-out, right 0.2s ease-out, transform 0.2s ease-out;
  left: -28px;
}
.acmelog-header-navigation
  > ul
  > li.acmelog-menu-item--narrow
  ul:not(.acmelog-drop-down--right)
  li.current-menu-ancestor
  > a,
.acmelog-header-navigation
  > ul
  > li.acmelog-menu-item--narrow
  ul:not(.acmelog-drop-down--right)
  li.current-menu-item
  > a,
.acmelog-header-navigation
  > ul
  > li.acmelog-menu-item--narrow
  ul:not(.acmelog-drop-down--right)
  li:hover
  > a {
  padding-left: 28px;
  padding-right: 0;
}
.acmelog-header-navigation
  > ul
  > li.acmelog-menu-item--narrow
  ul:not(.acmelog-drop-down--right)
  li.current-menu-ancestor
  > a
  .acmelog-menu-item-plus,
.acmelog-header-navigation
  > ul
  > li.acmelog-menu-item--narrow
  ul:not(.acmelog-drop-down--right)
  li.current-menu-item
  > a
  .acmelog-menu-item-plus,
.acmelog-header-navigation
  > ul
  > li.acmelog-menu-item--narrow
  ul:not(.acmelog-drop-down--right)
  li:hover
  > a
  .acmelog-menu-item-plus {
  left: 0;
  transform: rotate(90deg);
  transition: left 0.2s ease-out, right 0.2s ease-out,
    transform 0.2s ease-out 80ms;
}
.acmelog-header-navigation
  > ul
  > li.acmelog-menu-item--narrow
  ul.acmelog-drop-down--right
  li
  > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 14px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  justify-content: flex-end;
  padding-left: 28px;
  padding-right: 0;
}
.acmelog-header-navigation
  > ul
  > li.acmelog-menu-item--narrow
  ul.acmelog-drop-down--right
  li
  > a
  .acmelog-menu-item-icon {
  flex-shrink: 0;
}
.acmelog-header-navigation
  > ul
  > li.acmelog-menu-item--narrow
  ul.acmelog-drop-down--right
  li
  > a
  .acmelog-menu-item-plus {
  position: absolute;
  transform: rotate(0);
  transition: left 0.2s ease-out, right 0.2s ease-out, transform 0.2s ease-out;
  left: auto;
  right: -28px;
}
.acmelog-header-navigation
  > ul
  > li.acmelog-menu-item--narrow
  ul.acmelog-drop-down--right
  li.current-menu-ancestor
  > a,
.acmelog-header-navigation
  > ul
  > li.acmelog-menu-item--narrow
  ul.acmelog-drop-down--right
  li.current-menu-item
  > a,
.acmelog-header-navigation
  > ul
  > li.acmelog-menu-item--narrow
  ul.acmelog-drop-down--right
  li:hover
  > a {
  padding-left: 0;
  padding-right: 28px;
}
.acmelog-header-navigation
  > ul
  > li.acmelog-menu-item--narrow
  ul.acmelog-drop-down--right
  li.current-menu-ancestor
  > a
  .acmelog-menu-item-plus,
.acmelog-header-navigation
  > ul
  > li.acmelog-menu-item--narrow
  ul.acmelog-drop-down--right
  li.current-menu-item
  > a
  .acmelog-menu-item-plus,
.acmelog-header-navigation
  > ul
  > li.acmelog-menu-item--narrow
  ul.acmelog-drop-down--right
  li:hover
  > a
  .acmelog-menu-item-plus {
  left: auto;
  right: 0;
  transform: rotate(-90deg);
  transition: left 0.2s ease-out, right 0.2s ease-out,
    transform 0.2s ease-out 80ms;
}
.acmelog-m-pagination {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
.acmelog-m-pagination.acmelog--wp {
  border-top: 1px solid #a6a6a6;
  margin: 81px 0 0 0;
  padding: 19px 0 0 0;
}
.acmelog-m-pagination.acmelog--wp .nav-links {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.acmelog-m-pagination.acmelog--wp .page-numbers {
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1b1b1b;
  font-size: 17px;
  line-height: 1.294em;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  margin: 0 20px;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .acmelog-m-pagination.acmelog--wp .page-numbers {
    margin: 0 10px;
  }
}
.acmelog-m-pagination.acmelog--wp .page-numbers * {
  display: block;
  line-height: inherit;
}
.acmelog-m-pagination.acmelog--wp .page-numbers:first-child {
  margin-left: 0;
}
.acmelog-m-pagination.acmelog--wp .page-numbers:last-child {
  margin-right: 0;
}
.acmelog-m-pagination.acmelog--wp .page-numbers.next,
.acmelog-m-pagination.acmelog--wp .page-numbers.prev {
  background: 0 0;
  display: flex;
  padding: 0;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 680px) {
  .acmelog-m-pagination.acmelog--wp .page-numbers.next,
  .acmelog-m-pagination.acmelog--wp .page-numbers.prev {
    top: 2px;
  }
}
.acmelog-m-pagination.acmelog--wp .page-numbers.next svg,
.acmelog-m-pagination.acmelog--wp .page-numbers.prev svg {
  display: block;
  height: auto;
  overflow: visible;
  will-change: transform;
  transition: margin-left 0.3s ease, margin-right 0.3s ease;
}
.acmelog-m-pagination.acmelog--wp .page-numbers.next svg .acmelog-m-oblique--1,
.acmelog-m-pagination.acmelog--wp .page-numbers.prev svg .acmelog-m-oblique--1 {
  width: 22px;
  height: 2px;
  transition: width 0.3s ease;
  will-change: transform;
}
.acmelog-m-pagination.acmelog--wp .page-numbers.next svg .acmelog-m-oblique--2,
.acmelog-m-pagination.acmelog--wp .page-numbers.prev svg .acmelog-m-oblique--2 {
  width: 2px;
  height: 22px;
  transition: height 0.3s ease;
  will-change: transform;
}
.acmelog-m-pagination.acmelog--wp .page-numbers.next svg .acmelog-m-horizontal,
.acmelog-m-pagination.acmelog--wp .page-numbers.prev svg .acmelog-m-horizontal {
  width: 2px;
  height: 0;
  transition: height 0.3s ease;
  will-change: transform;
}
.acmelog-m-pagination.acmelog--wp .page-numbers.next:hover svg .acmelog-m-oblique--1,
.acmelog-m-pagination.acmelog--wp .page-numbers.prev:hover svg .acmelog-m-oblique--1 {
  width: 12px;
}
.acmelog-m-pagination.acmelog--wp .page-numbers.next:hover svg .acmelog-m-oblique--2,
.acmelog-m-pagination.acmelog--wp .page-numbers.prev:hover svg .acmelog-m-oblique--2 {
  height: 12px;
}
.acmelog-m-pagination.acmelog--wp .page-numbers.next:hover svg .acmelog-m-horizontal,
.acmelog-m-pagination.acmelog--wp .page-numbers.prev:hover svg .acmelog-m-horizontal {
  height: 20px;
}
.acmelog-m-pagination.acmelog--wp .page-numbers.prev {
  flex-direction: row-reverse;
  left: 0;
}
@media only screen and (max-width: 680px) {
  .acmelog-m-pagination.acmelog--wp .page-numbers.prev .acmelog-m-pagination-label {
    display: none;
  }
}
.acmelog-m-pagination.acmelog--wp .page-numbers.prev svg {
  margin-right: 10px;
}
@media only screen and (max-width: 680px) {
  .acmelog-m-pagination.acmelog--wp .page-numbers.prev svg {
    margin-right: 0;
  }
}
.acmelog-m-pagination.acmelog--wp .page-numbers.prev:hover svg {
  margin-right: 21px;
}
.acmelog-m-pagination.acmelog--wp .page-numbers.next {
  right: 0;
}
@media only screen and (max-width: 680px) {
  .acmelog-m-pagination.acmelog--wp .page-numbers.next .acmelog-m-pagination-label {
    display: none;
  }
}
.acmelog-m-pagination.acmelog--wp .page-numbers.next svg {
  margin-left: 10px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 680px) {
  .acmelog-m-pagination.acmelog--wp .page-numbers.next svg {
    margin-left: 0;
  }
}
.acmelog-m-pagination.acmelog--wp .page-numbers.next:hover svg {
  margin-left: 21px;
}
.acmelog-m-pagination.acmelog--wp .page-numbers.current,
.acmelog-m-pagination.acmelog--wp .page-numbers:not(.acmelog--dots):hover {
  background-size: 100% 1px;
}
.acmelog-m-pagination.acmelog--standard {
  border-top: 1px solid #a6a6a6;
  padding: 19px 0 0 0;
}
.acmelog-m-pagination.acmelog--standard .acmelog-m-pagination-items {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.acmelog-m-pagination.acmelog--standard .acmelog-m-pagination-item {
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1b1b1b;
  font-size: 17px;
  line-height: 1.294em;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  margin: 0 20px;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .acmelog-m-pagination.acmelog--standard .acmelog-m-pagination-item {
    margin: 0 10px;
  }
}
.acmelog-m-pagination.acmelog--standard .acmelog-m-pagination-item * {
  display: block;
  line-height: inherit;
}
.acmelog-m-pagination.acmelog--standard .acmelog-m-pagination-item:first-child {
  margin-left: 0;
}
.acmelog-m-pagination.acmelog--standard .acmelog-m-pagination-item:last-child {
  margin-right: 0;
}
.acmelog-m-pagination.acmelog--standard .acmelog-m-pagination-item.acmelog--next,
.acmelog-m-pagination.acmelog--standard .acmelog-m-pagination-item.acmelog--prev {
  background: 0 0;
  display: flex;
  padding: 0;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 680px) {
  .acmelog-m-pagination.acmelog--standard .acmelog-m-pagination-item.acmelog--next,
  .acmelog-m-pagination.acmelog--standard .acmelog-m-pagination-item.acmelog--prev {
    top: 2px;
  }
}
.acmelog-m-pagination.acmelog--standard .acmelog-m-pagination-item.acmelog--next svg,
.acmelog-m-pagination.acmelog--standard .acmelog-m-pagination-item.acmelog--prev svg {
  display: block;
  height: auto;
  overflow: visible;
  will-change: transform;
  transition: margin-left 0.3s ease, margin-right 0.3s ease;
}
.acmelog-m-pagination.acmelog--standard
  .acmelog-m-pagination-item.acmelog--next
  svg
  .acmelog-m-oblique--1,
.acmelog-m-pagination.acmelog--standard
  .acmelog-m-pagination-item.acmelog--prev
  svg
  .acmelog-m-oblique--1 {
  width: 22px;
  height: 2px;
  transition: width 0.3s ease;
  will-change: transform;
}
.acmelog-m-pagination.acmelog--standard
  .acmelog-m-pagination-item.acmelog--next
  svg
  .acmelog-m-oblique--2,
.acmelog-m-pagination.acmelog--standard
  .acmelog-m-pagination-item.acmelog--prev
  svg
  .acmelog-m-oblique--2 {
  width: 2px;
  height: 22px;
  transition: height 0.3s ease;
  will-change: transform;
}
.acmelog-m-pagination.acmelog--standard
  .acmelog-m-pagination-item.acmelog--next
  svg
  .acmelog-m-horizontal,
.acmelog-m-pagination.acmelog--standard
  .acmelog-m-pagination-item.acmelog--prev
  svg
  .acmelog-m-horizontal {
  width: 2px;
  height: 0;
  transition: height 0.3s ease;
  will-change: transform;
}
.acmelog-m-pagination.acmelog--standard
  .acmelog-m-pagination-item.acmelog--next:hover
  svg
  .acmelog-m-oblique--1,
.acmelog-m-pagination.acmelog--standard
  .acmelog-m-pagination-item.acmelog--prev:hover
  svg
  .acmelog-m-oblique--1 {
  width: 12px;
}
.acmelog-m-pagination.acmelog--standard
  .acmelog-m-pagination-item.acmelog--next:hover
  svg
  .acmelog-m-oblique--2,
.acmelog-m-pagination.acmelog--standard
  .acmelog-m-pagination-item.acmelog--prev:hover
  svg
  .acmelog-m-oblique--2 {
  height: 12px;
}
.acmelog-m-pagination.acmelog--standard
  .acmelog-m-pagination-item.acmelog--next:hover
  svg
  .acmelog-m-horizontal,
.acmelog-m-pagination.acmelog--standard
  .acmelog-m-pagination-item.acmelog--prev:hover
  svg
  .acmelog-m-horizontal {
  height: 20px;
}
.acmelog-m-pagination.acmelog--standard .acmelog-m-pagination-item.acmelog--prev {
  flex-direction: row-reverse;
  left: 0;
}
@media only screen and (max-width: 680px) {
  .acmelog-m-pagination.acmelog--standard
    .acmelog-m-pagination-item.acmelog--prev
    .acmelog-m-pagination-label {
    display: none;
  }
}
.acmelog-m-pagination.acmelog--standard .acmelog-m-pagination-item.acmelog--prev svg {
  margin-right: 10px;
}
@media only screen and (max-width: 680px) {
  .acmelog-m-pagination.acmelog--standard .acmelog-m-pagination-item.acmelog--prev svg {
    margin-right: 0;
  }
}
.acmelog-m-pagination.acmelog--standard
  .acmelog-m-pagination-item.acmelog--prev:hover
  svg {
  margin-right: 21px;
}
.acmelog-m-pagination.acmelog--standard .acmelog-m-pagination-item.acmelog--next {
  right: 0;
}
@media only screen and (max-width: 680px) {
  .acmelog-m-pagination.acmelog--standard
    .acmelog-m-pagination-item.acmelog--next
    .acmelog-m-pagination-label {
    display: none;
  }
}
.acmelog-m-pagination.acmelog--standard .acmelog-m-pagination-item.acmelog--next svg {
  margin-left: 10px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 680px) {
  .acmelog-m-pagination.acmelog--standard .acmelog-m-pagination-item.acmelog--next svg {
    margin-left: 0;
  }
}
.acmelog-m-pagination.acmelog--standard
  .acmelog-m-pagination-item.acmelog--next:hover
  svg {
  margin-left: 21px;
}
.acmelog-m-pagination.acmelog--standard .acmelog-m-pagination-item.acmelog--active,
.acmelog-m-pagination.acmelog--standard
  .acmelog-m-pagination-item:not(.acmelog--dots):hover {
  background-size: 100% 1px;
}
.acmelog-m-pagination.acmelog--standard
  .acmelog-m-pagination-item.acmelog-prev--hidden {
  margin-left: 0;
}
.acmelog-m-pagination.acmelog--standard .acmelog-m-pagination-item.acmelog--hide {
  display: none;
}
.acmelog-m-pagination.acmelog--load-more {
  text-align: center;
}
.acmelog-m-pagination.acmelog--load-more .acmelog-m-pagination-inner {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.acmelog-m-pagination.acmelog--load-more .acmelog-load-more-button {
  opacity: 1;
}
.acmelog-m-pagination.acmelog--infinite-scroll {
  text-align: center;
}
.acmelog-filter-pagination-spinner,
.acmelog-pagination--on .acmelog-m-pagination-spinner {
  animation: qode-rotate 2s infinite linear;
  display: inline-block;
  height: auto;
  position: relative;
  vertical-align: top;
  visibility: hidden;
  width: 32px;
  z-index: -1;
}
.acmelog-filter-pagination-spinner {
  bottom: calc(50% - 32px / 2);
  left: calc(50% - 32px / 2);
  position: absolute;
}
.acmelog--loading .acmelog-filter-pagination-spinner {
  visibility: visible;
  z-index: 1;
}
.acmelog-pagination--on.acmelog-pagination-type--standard .acmelog-grid-inner {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.acmelog-pagination--on.acmelog-pagination-type--standard
  .acmelog-m-pagination-spinner {
  bottom: calc(50% - 32px / 2);
  left: calc(50% - 32px / 2);
  position: absolute;
}
.acmelog-pagination--on.acmelog-pagination-type--standard.acmelog--loading
  .acmelog-grid-inner {
  opacity: 0;
}
.acmelog-pagination--on.acmelog-pagination-type--standard.acmelog--loading
  .acmelog-m-pagination-inner {
  opacity: 0;
}
.acmelog-pagination--on.acmelog-pagination-type--load-more
  .acmelog-m-pagination-spinner {
  bottom: 10px;
  left: calc(50% - 32px / 2);
  position: absolute;
}
.acmelog-pagination--on.acmelog-pagination-type--load-more.acmelog--loading
  .acmelog-load-more-button {
  opacity: 0;
}
.acmelog-pagination--on.acmelog--loading .acmelog-m-pagination-spinner {
  visibility: visible;
  z-index: 1;
}
.acmelog-single-links {
  align-items: baseline;
  display: flex;
  margin: 15px 0;
  position: relative;
  width: 100%;
}
.acmelog-single-links .acmelog-m-single-links-title {
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1b1b1b;
  font-size: 17px;
  line-height: 1.294em;
  margin-right: 10px;
}
.acmelog-single-links a,
.acmelog-single-links > span:not(.acmelog-m-single-links-title) {
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1b1b1b;
  font-size: 17px;
  line-height: 1.294em;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  margin-right: 8px;
  padding: 0 3px;
}
.acmelog-single-links a:last-child,
.acmelog-single-links > span:not(.acmelog-m-single-links-title):last-child {
  margin-right: 0;
}
.acmelog-single-links a:hover,
.acmelog-single-links > span:not(.acmelog-m-single-links-title) {
  background-size: 100% 1px;
}
.acmelog-search {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 50px;
}
.acmelog-search .acmelog-e-search-heading {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 60px;
}
.acmelog-search .acmelog-e-search-heading-title {
  margin: 0 0 20px;
}
.acmelog-search .acmelog-e-search-heading-label {
  margin: 8px 0 0;
}
.acmelog-search .acmelog-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.acmelog-search .acmelog-search-form-field {
  margin: 0;
  padding-right: 50px;
  transition: border-color 0.3s ease;
  border-color: #afafaf;
}
.acmelog-search .acmelog-search-form-field:focus,
.acmelog-search .acmelog-search-form-field:hover {
  border-color: #1b1b1b;
}
.acmelog-search .acmelog-search-form-button {
  background-color: transparent;
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  color: #1b1b1b;
}
.acmelog-search .acmelog-search-form-button:hover {
  color: #1b1b1b;
}
.acmelog-search .acmelog-search-form-button svg {
  display: block;
  width: 19.1px;
  height: auto;
}
.acmelog-search article {
  margin-bottom: 50px;
}
.acmelog-search article:last-child {
  margin-bottom: 0;
}
.acmelog-search article .acmelog-e-inner {
  align-items: flex-start;
  display: flex;
  position: relative;
}
.acmelog-search article .acmelog-e-inner > * {
  width: 100%;
}
.acmelog-search article .acmelog-e-image {
  flex-basis: 180px;
  padding-right: 30px;
}
.acmelog-search article .acmelog-e-title {
  margin: 0;
}
.acmelog-search article .acmelog-e-excerpt {
  margin: 15px 0 0;
}
#acmelog-page-sidebar {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 60px 0;
}
.acmelog-svg--menu {
  fill: currentColor;
  stroke: none;
}
.acmelog-svg--search {
  fill: currentColor;
  stroke: none;
}
.acmelog-svg--star {
  fill: none;
  stroke: currentColor;
}
.acmelog-svg--menu-arrow {
  fill: currentColor;
  stroke: none;
}
.acmelog-svg--menu-arrow-big {
  fill: currentColor;
  stroke: none;
}
.acmelog-svg--plus {
  fill: currentColor;
  stroke: none;
}
.acmelog-svg--input-arrow-left,
.acmelog-svg--input-arrow-right {
  fill: currentColor;
  stroke: none;
}
.acmelog-svg--slider-arrow-left,
.acmelog-svg--slider-arrow-right {
  fill: currentColor;
  stroke: none;
}
.acmelog-svg--pagination-arrow-left,
.acmelog-svg--pagination-arrow-right {
  fill: currentColor;
  stroke: none;
}
.acmelog-svg--close {
  fill: currentColor;
  stroke: none;
}
.acmelog-svg--spinner {
  fill: var(--qode-main-color);
  stroke: none;
}
.acmelog-svg--link {
  fill: none;
  stroke: currentColor;
}
.acmelog-svg--quote {
  fill: none;
  stroke: currentColor;
}
.acmelog-svg--flag {
  fill: currentColor;
  stroke: none;
}
.acmelog-svg--tick {
  fill: currentColor;
  stroke: none;
}
.acmelog-svg--back-to-top {
  fill: currentColor;
  stroke: none;
}
.acmelog-page-title {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 240px;
  background-color: #dfdfdf;
}
.acmelog-page-title .acmelog-m-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100%;
}
.acmelog-page-title .acmelog-m-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.acmelog-page-title .acmelog-m-title {
  margin: 0;
}
.widget:last-child {
  margin-bottom: 0 !important;
}
.widget .acmelog-widget-title a {
  color: inherit;
}
.widget ul:not(.acmelog-shortcode-list) {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul:not(.acmelog-shortcode-list) li:last-child {
  margin-bottom: 0 !important;
}
.widget ul:not(.acmelog-shortcode-list) li ul {
  margin-left: 1em;
}
.widget select {
  max-width: 100%;
  width: 100%;
}
.widget .select2 {
  margin-bottom: 0;
}
.widget .select2-container--default .select2-selection--multiple,
.widget .select2-container--default .select2-selection--single {
  color: inherit !important;
}
.widget .wp-caption {
  color: inherit;
}
.widget .acmelog-search-form-inner {
  display: flex;
  max-width: 100%;
  position: relative;
}
.widget .acmelog-search-form-field {
  margin: 0;
}
.widget .acmelog-search-form-button {
  border: none;
  flex-shrink: 0;
}
.widget .acmelog-search-form-button:not(.acmelog--has-icon) {
  padding: 0 1em;
}
.widget .acmelog-search-form-button.acmelog--has-icon {
  padding: 0;
}
.widget .acmelog-search-form-button.acmelog--button-outside {
  margin-left: 1em;
}
.widget .acmelog-search-form-button.acmelog--button-inside {
  background-color: transparent !important;
  position: absolute;
  right: 0;
  top: 0;
}
.widget .tagcloud,
.widget .wp-block-tag-cloud {
  margin: 0;
}
.widget .tagcloud a,
.widget .wp-block-tag-cloud a {
  display: inline-block;
  font-family: inherit;
  font-size: 18px !important;
  font-weight: 500;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0 4px 1px 0;
  position: relative;
  text-transform: capitalize;
  vertical-align: top;
}
.widget .tagcloud a:not(:last-child):after,
.widget .wp-block-tag-cloud a:not(:last-child):after {
  content: "/";
  padding-left: 10px;
}
.widget .wp-block-calendar,
.widget.widget_calendar {
  width: 100%;
}
.widget .wp-block-calendar table,
.widget.widget_calendar table {
  table-layout: fixed;
}
.widget .wp-block-calendar caption,
.widget.widget_calendar caption {
  margin-bottom: 5px;
}
.widget .wp-block-calendar th,
.widget.widget_calendar th {
  background-color: transparent;
  font-weight: 600;
  padding: 5px 10px;
}
.widget .wp-block-calendar td,
.widget.widget_calendar td {
  padding: 5px 10px;
}
.widget .wp-block-calendar #today a,
.widget.widget_calendar #today a {
  color: inherit;
}
.widget .wp-block-calendar a,
.widget.widget_calendar a {
  text-decoration: none;
}
.widget .wp-block-calendar .wp-calendar-nav,
.widget.widget_calendar .wp-calendar-nav {
  margin: 5px 0 0 0;
  text-align: left;
}
.widget.widget_media_image {
  margin-bottom: 0;
}
.widget.widget_media_image a {
  display: inline-block;
  vertical-align: top;
}
.widget.widget_media_image img {
  display: block;
}
.widget.widget_custom_html {
  margin-bottom: 0;
}
.widget.widget_text img {
  display: block;
}
.widget.widget_nav_menu .acmelog-menu-item-arrow,
.widget.widget_nav_menu .acmelog-menu-item-plus {
  display: none;
}
.widget.widget_rss ul .rsswidget {
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 500;
  display: block;
}
.widget.widget_rss ul .rssSummary {
  margin-top: 15px;
}
.widget.widget_rss ul cite {
  display: block;
  margin-top: 8px;
}
.widget.widget_globerafer_core_title_widget {
  margin: 0;
}
.widget.widget_block .wp-block-columns,
.widget.widget_block .wp-block-group {
  margin: 0;
}
.widget.widget_block .wp-block-columns .widget,
.widget.widget_block .wp-block-group .widget {
  margin: 0 !important;
}
.widget.widget_block .wp-block-columns .acmelog-widget-title,
.widget.widget_block .wp-block-group .acmelog-widget-title {
  margin: 0 !important;
}
.widget.widget_block .wp-block-social-link {
  margin: 4px 8px 4px 0 !important;
}
.widget.widget_block .wp-block-social-link:last-child {
  margin-bottom: 4px !important;
}
.widget.widget_block .wp-block-latest-posts__featured-image {
  margin-bottom: 0.5em;
}
.widget.widget_block .wp-block-latest-posts__post-author,
.widget.widget_block .wp-block-latest-posts__post-date {
  color: inherit;
}
.widget.widget_block .wp-block-rss__item-author,
.widget.widget_block .wp-block-rss__item-publish-date {
  color: inherit;
}
.widget h1:not([class*="acmelog"]),
.widget h2:not([class*="acmelog"]),
.widget h3:not([class*="acmelog"]),
.widget h4:not([class*="acmelog"]),
.widget h5:not([class*="acmelog"]),
.widget h6:not([class*="acmelog"]) {
  margin: 0;
}
.widget:not(.widget_acme_core_title_widget) {
  margin: 0 0 60px;
}
.widget .acmelog-widget-title {
  margin: 0 0 25px;
}
.widget .acmelog-widget-title a:hover {
  color: #1b1b1b;
}
.widget a {
  color: #5b5b5b;
}
.widget a:hover {
  color: #1b1b1b;
}
.widget ul:not(.acmelog-shortcode-list) li {
  margin: 0 0 10px;
}
.widget ul:not(.acmelog-shortcode-list) li a {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  color: #1b1b1b;
}
.widget ul:not(.acmelog-shortcode-list) li a:hover {
  background-size: 100% 1px;
}
.widget ul:not(.acmelog-shortcode-list) li ul {
  margin-top: 10px;
}
.widget .wp-block-loginout input:not(.button),
.widget input[type="email"].acmelog-m-newsletter-input,
.widget input[type="text"].acmelog-m-newsletter-input,
.widget select {
  color: #1b1b1b;
  border-color: #afafaf;
}
.widget .select2,
.widget select {
  margin-top: 7px !important;
}
.widget .button,
.widget button {
  color: #1b1b1b;
  background-color: #5b5b5b;
}
.widget[class*="_search"] .acmelog-widget-title {
  margin-bottom: 32px;
}
.widget .acmelog-search-form-field {
  height: 60px;
  transition: border-color 0.3s ease;
  color: #1b1b1b;
  border-color: #afafaf;
}
.widget .acmelog-search-form-field:focus,
.widget .acmelog-search-form-field:hover {
  border-color: #1b1b1b;
}
.widget .acmelog-search-form-button {
  height: 60px;
}
.widget .acmelog-search-form-button:not(.acmelog--has-icon) {
  line-height: 58px;
}
.widget .acmelog-search-form-button.acmelog--has-icon.acmelog--button-inside {
  background-color: transparent;
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: #1b1b1b;
}
.widget .acmelog-search-form-button.acmelog--has-icon.acmelog--button-inside svg {
  display: block;
  width: 19.1px;
  height: auto;
}
.widget .acmelog-search-form-button.acmelog--has-icon.acmelog--button-outside {
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
}
.widget .acmelog-search-form-button.acmelog--has-icon.acmelog--button-outside svg {
  display: block;
  width: 19.1px;
  height: auto;
}
.widget .acmelog-search-form-button.acmelog--button-inside {
  color: #1b1b1b;
}
.widget .tagcloud a,
.widget .wp-block-tag-cloud a {
  color: #5b5b5b;
}
.widget .tagcloud a:after,
.widget .wp-block-tag-cloud a:after {
  color: #5b5b5b;
}
.widget .tagcloud a:hover,
.widget .wp-block-tag-cloud a:hover {
  color: #000;
}
.widget .wp-block-calendar #today,
.widget.widget_calendar #today {
  color: #fff;
  background-color: #1b1b1b;
}
.widget .wp-block-calendar .wp-calendar-nav a,
.widget.widget_calendar .wp-calendar-nav a {
  color: #5b5b5b;
}
.widget .wp-block-calendar .wp-calendar-nav a:hover,
.widget.widget_calendar .wp-calendar-nav a:hover {
  color: #1b1b1b;
}
.widget.widget_media_image .acmelog-widget-title {
  margin-bottom: 32px;
}
.widget.widget_media_gallery {
  margin-bottom: 55px;
}
.widget.widget_media_gallery .gallery {
  margin: 0 -5px;
}
.widget.widget_media_gallery .gallery-item {
  margin: 0 0 10px 0;
  padding: 0 5px;
}
.widget.widget_acme_core_contact_form_7 .acmelog-widget-title {
  margin-bottom: 32px;
}
.widget.widget_block .wp-block-columns h1:not([class*="acmelog"]),
.widget.widget_block .wp-block-columns h2:not([class*="acmelog"]),
.widget.widget_block .wp-block-columns h3:not([class*="acmelog"]),
.widget.widget_block .wp-block-columns h4:not([class*="acmelog"]),
.widget.widget_block .wp-block-columns h5:not([class*="acmelog"]),
.widget.widget_block .wp-block-columns h6:not([class*="acmelog"]),
.widget.widget_block .wp-block-group h1:not([class*="acmelog"]),
.widget.widget_block .wp-block-group h2:not([class*="acmelog"]),
.widget.widget_block .wp-block-group h3:not([class*="acmelog"]),
.widget.widget_block .wp-block-group h4:not([class*="acmelog"]),
.widget.widget_block .wp-block-group h5:not([class*="acmelog"]),
.widget.widget_block .wp-block-group h6:not([class*="acmelog"]) {
  margin: 0 0 25px;
}
#acmelog-page-header .widget:not(.widget_acme_core_title_widget) {
  margin: 0 0 60px;
}
#acmelog-page-header .widget .acmelog-widget-title {
  margin: 0 0 25px;
}
#acmelog-page-header .widget .acmelog-widget-title a:hover {
  color: #1b1b1b;
}
#acmelog-page-header .widget a:hover {
  color: #1b1b1b;
}
#acmelog-page-header .widget ul:not(.acmelog-shortcode-list) li {
  margin: 0 0 10px;
}
#acmelog-page-header .widget ul:not(.acmelog-shortcode-list) li a {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  color: #1b1b1b;
}
#acmelog-page-header .widget ul:not(.acmelog-shortcode-list) li a:hover {
  background-size: 100% 1px;
}
#acmelog-page-header .widget ul:not(.acmelog-shortcode-list) li ul {
  margin-top: 10px;
}
#acmelog-page-header .widget .wp-block-loginout input:not(.button),
#acmelog-page-header .widget input[type="email"].acmelog-m-newsletter-input,
#acmelog-page-header .widget input[type="text"].acmelog-m-newsletter-input,
#acmelog-page-header .widget select {
  color: #1b1b1b;
  border-color: #afafaf;
}
#acmelog-page-header .widget .select2,
#acmelog-page-header .widget select {
  margin-top: 7px !important;
}
#acmelog-page-header .widget .button,
#acmelog-page-header .widget button {
  color: #1b1b1b;
  background-color: var(--qode-main-color);
}
#acmelog-page-header .widget[class*="_search"] .acmelog-widget-title {
  margin-bottom: 32px;
}
#acmelog-page-header .widget .acmelog-search-form-field {
  height: 60px;
  transition: border-color 0.3s ease;
  color: #1b1b1b;
  border-color: #afafaf;
}
#acmelog-page-header .widget .acmelog-search-form-field:focus,
#acmelog-page-header .widget .acmelog-search-form-field:hover {
  border-color: #1b1b1b;
}
#acmelog-page-header .widget .acmelog-search-form-button {
  height: 60px;
}
#acmelog-page-header .widget .acmelog-search-form-button:not(.acmelog--has-icon) {
  line-height: 58px;
}
#acmelog-page-header
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-inside {
  background-color: transparent;
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: #1b1b1b;
}
#acmelog-page-header
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-inside
  svg {
  display: block;
  width: 19.1px;
  height: auto;
}
#acmelog-page-header
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-outside {
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
}
#acmelog-page-header
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-outside
  svg {
  display: block;
  width: 19.1px;
  height: auto;
}
#acmelog-page-header .widget .acmelog-search-form-button.acmelog--button-inside {
  color: #1b1b1b;
}
#acmelog-page-header .widget .tagcloud a:hover,
#acmelog-page-header .widget .wp-block-tag-cloud a:hover {
  color: #000;
}
#acmelog-page-header .widget .wp-block-calendar #today,
#acmelog-page-header .widget.widget_calendar #today {
  color: #fff;
  background-color: #1b1b1b;
}
#acmelog-page-header .widget .wp-block-calendar .wp-calendar-nav a:hover,
#acmelog-page-header .widget.widget_calendar .wp-calendar-nav a:hover {
  color: #1b1b1b;
}
#acmelog-page-header .widget.widget_media_image .acmelog-widget-title {
  margin-bottom: 32px;
}
#acmelog-page-header .widget.widget_media_gallery {
  margin-bottom: 55px;
}
#acmelog-page-header .widget.widget_media_gallery .gallery {
  margin: 0 -5px;
}
#acmelog-page-header .widget.widget_media_gallery .gallery-item {
  margin: 0 0 10px 0;
  padding: 0 5px;
}
#acmelog-page-header
  .widget.widget_acme_core_contact_form_7
  .acmelog-widget-title {
  margin-bottom: 32px;
}
#acmelog-page-header
  .widget.widget_block
  .wp-block-columns
  h1:not([class*="acmelog"]),
#acmelog-page-header
  .widget.widget_block
  .wp-block-columns
  h2:not([class*="acmelog"]),
#acmelog-page-header
  .widget.widget_block
  .wp-block-columns
  h3:not([class*="acmelog"]),
#acmelog-page-header
  .widget.widget_block
  .wp-block-columns
  h4:not([class*="acmelog"]),
#acmelog-page-header
  .widget.widget_block
  .wp-block-columns
  h5:not([class*="acmelog"]),
#acmelog-page-header
  .widget.widget_block
  .wp-block-columns
  h6:not([class*="acmelog"]),
#acmelog-page-header
  .widget.widget_block
  .wp-block-group
  h1:not([class*="acmelog"]),
#acmelog-page-header
  .widget.widget_block
  .wp-block-group
  h2:not([class*="acmelog"]),
#acmelog-page-header
  .widget.widget_block
  .wp-block-group
  h3:not([class*="acmelog"]),
#acmelog-page-header
  .widget.widget_block
  .wp-block-group
  h4:not([class*="acmelog"]),
#acmelog-page-header
  .widget.widget_block
  .wp-block-group
  h5:not([class*="acmelog"]),
#acmelog-page-header
  .widget.widget_block
  .wp-block-group
  h6:not([class*="acmelog"]) {
  margin: 0 0 25px;
}
#acmelog-page-sidebar .widget:not(.widget_acme_core_title_widget) {
  margin: 0 0 60px;
}
#acmelog-page-sidebar .widget .acmelog-widget-title {
  margin: 0 0 19px;
}
#acmelog-page-sidebar .widget .acmelog-widget-title a:hover {
  color: #1b1b1b;
}
#acmelog-page-sidebar .widget a {
  color: #777;
}
#acmelog-page-sidebar .widget a:hover {
  color: #1b1b1b;
}
#acmelog-page-sidebar .widget ul:not(.acmelog-shortcode-list) li {
  margin: 0 0 10px;
}
#acmelog-page-sidebar .widget ul:not(.acmelog-shortcode-list) li a {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1b1b1b;
}
#acmelog-page-sidebar .widget ul:not(.acmelog-shortcode-list) li ul {
  margin-top: 10px;
}
#acmelog-page-sidebar .widget .wp-block-loginout input:not(.button),
#acmelog-page-sidebar .widget input[type="email"].acmelog-m-newsletter-input,
#acmelog-page-sidebar .widget input[type="text"].acmelog-m-newsletter-input,
#acmelog-page-sidebar .widget select {
  color: #1b1b1b;
  border-color: #afafaf;
}
#acmelog-page-sidebar .widget .select2,
#acmelog-page-sidebar .widget select {
  margin-top: 7px !important;
}
#acmelog-page-sidebar .widget .button,
#acmelog-page-sidebar .widget button {
  color: #1b1b1b;
  background-color: #5b5b5b;
}
#acmelog-page-sidebar .widget.widget_archive li,
#acmelog-page-sidebar .widget.widget_categories li,
#acmelog-page-sidebar .widget.widget_meta li,
#acmelog-page-sidebar .widget.widget_pages li,
#acmelog-page-sidebar .widget.widget_recent_entries li {
  overflow: hidden;
}
#acmelog-page-sidebar .widget.widget_archive li a,
#acmelog-page-sidebar .widget.widget_categories li a,
#acmelog-page-sidebar .widget.widget_meta li a,
#acmelog-page-sidebar .widget.widget_pages li a,
#acmelog-page-sidebar .widget.widget_recent_entries li a {
  background: 0 0 !important;
  padding-right: 28px;
  position: relative;
  transition: padding 0.2s ease-out;
}
#acmelog-page-sidebar .widget.widget_archive li a:after,
#acmelog-page-sidebar .widget.widget_archive li a:before,
#acmelog-page-sidebar .widget.widget_categories li a:after,
#acmelog-page-sidebar .widget.widget_categories li a:before,
#acmelog-page-sidebar .widget.widget_meta li a:after,
#acmelog-page-sidebar .widget.widget_meta li a:before,
#acmelog-page-sidebar .widget.widget_pages li a:after,
#acmelog-page-sidebar .widget.widget_pages li a:before,
#acmelog-page-sidebar .widget.widget_recent_entries li a:after,
#acmelog-page-sidebar .widget.widget_recent_entries li a:before {
  background-color: currentColor;
  content: "";
  display: block;
  position: absolute;
  transform: rotate(0);
  transition: left 0.2s ease-out, transform 0.2s ease-out;
}
#acmelog-page-sidebar .widget.widget_archive li a:before,
#acmelog-page-sidebar .widget.widget_categories li a:before,
#acmelog-page-sidebar .widget.widget_meta li a:before,
#acmelog-page-sidebar .widget.widget_pages li a:before,
#acmelog-page-sidebar .widget.widget_recent_entries li a:before {
  height: 2px;
  left: -28px;
  top: 10px;
  width: 14px;
}
#acmelog-page-sidebar .widget.widget_archive li a:after,
#acmelog-page-sidebar .widget.widget_categories li a:after,
#acmelog-page-sidebar .widget.widget_meta li a:after,
#acmelog-page-sidebar .widget.widget_pages li a:after,
#acmelog-page-sidebar .widget.widget_recent_entries li a:after {
  height: 14px;
  left: -22px;
  top: 4px;
  width: 2px;
}
#acmelog-page-sidebar .widget.widget_archive li a:hover,
#acmelog-page-sidebar .widget.widget_categories li a:hover,
#acmelog-page-sidebar .widget.widget_meta li a:hover,
#acmelog-page-sidebar .widget.widget_pages li a:hover,
#acmelog-page-sidebar .widget.widget_recent_entries li a:hover {
  padding-left: 28px;
  padding-right: 0;
}
#acmelog-page-sidebar .widget.widget_archive li a:hover:before,
#acmelog-page-sidebar .widget.widget_categories li a:hover:before,
#acmelog-page-sidebar .widget.widget_meta li a:hover:before,
#acmelog-page-sidebar .widget.widget_pages li a:hover:before,
#acmelog-page-sidebar .widget.widget_recent_entries li a:hover:before {
  left: 0;
  transform: rotate(90deg);
  transition: left 0.2s ease-out, transform 0.2s ease-out 80ms;
}
#acmelog-page-sidebar .widget.widget_archive li a:hover:after,
#acmelog-page-sidebar .widget.widget_categories li a:hover:after,
#acmelog-page-sidebar .widget.widget_meta li a:hover:after,
#acmelog-page-sidebar .widget.widget_pages li a:hover:after,
#acmelog-page-sidebar .widget.widget_recent_entries li a:hover:after {
  left: 6px;
  transform: rotate(90deg);
  transition: left 0.2s ease-out, transform 0.2s ease-out 80ms;
}
#acmelog-page-sidebar .widget[class*="_search"] .acmelog-widget-title {
  margin-bottom: 26px;
}
#acmelog-page-sidebar .widget .acmelog-search-form-field {
  height: 60px;
  transition: border-color 0.3s ease;
  color: #1b1b1b;
  border-color: #afafaf;
}
#acmelog-page-sidebar .widget .acmelog-search-form-field:focus,
#acmelog-page-sidebar .widget .acmelog-search-form-field:hover {
  border-color: #1b1b1b;
}
#acmelog-page-sidebar .widget .acmelog-search-form-button {
  height: 60px;
}
#acmelog-page-sidebar .widget .acmelog-search-form-button:not(.acmelog--has-icon) {
  line-height: 58px;
}
#acmelog-page-sidebar
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-inside {
  background-color: transparent;
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: #1b1b1b;
}
#acmelog-page-sidebar
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-inside
  svg {
  display: block;
  width: 19.1px;
  height: auto;
}
#acmelog-page-sidebar
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-outside {
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
}
#acmelog-page-sidebar
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-outside
  svg {
  display: block;
  width: 19.1px;
  height: auto;
}
#acmelog-page-sidebar .widget .acmelog-search-form-button.acmelog--button-inside {
  color: #1b1b1b;
}
#acmelog-page-sidebar .widget .tagcloud a,
#acmelog-page-sidebar .widget .wp-block-tag-cloud a {
  color: #777;
}
#acmelog-page-sidebar .widget .tagcloud a:after,
#acmelog-page-sidebar .widget .wp-block-tag-cloud a:after {
  color: #777;
}
#acmelog-page-sidebar .widget .tagcloud a:hover,
#acmelog-page-sidebar .widget .wp-block-tag-cloud a:hover {
  color: #000;
}
#acmelog-page-sidebar .widget .wp-block-calendar #today,
#acmelog-page-sidebar .widget.widget_calendar #today {
  color: #fff;
  background-color: #1b1b1b;
}
#acmelog-page-sidebar .widget .wp-block-calendar .wp-calendar-nav a,
#acmelog-page-sidebar .widget.widget_calendar .wp-calendar-nav a {
  color: #777;
}
#acmelog-page-sidebar .widget .wp-block-calendar .wp-calendar-nav a:hover,
#acmelog-page-sidebar .widget.widget_calendar .wp-calendar-nav a:hover {
  color: #1b1b1b;
}
#acmelog-page-sidebar .widget.widget_media_image .acmelog-widget-title {
  margin-bottom: 26px;
}
#acmelog-page-sidebar .widget.widget_media_gallery {
  margin-bottom: 55px;
}
#acmelog-page-sidebar .widget.widget_media_gallery .gallery {
  margin: 0 -5px;
}
#acmelog-page-sidebar .widget.widget_media_gallery .gallery-item {
  margin: 0 0 10px 0;
  padding: 0 5px;
}
#acmelog-page-sidebar
  .widget.widget_acme_core_contact_form_7
  .acmelog-widget-title {
  margin-bottom: 26px;
}
#acmelog-page-sidebar .widget.widget_nav_menu {
  overflow: hidden;
}
#acmelog-page-sidebar .widget.widget_nav_menu .acmelog-widget-title {
  margin: 0 0 40px 0;
}
#acmelog-page-sidebar .widget.widget_nav_menu > div {
  border-bottom: 1px solid #a6a6a6;
}
#acmelog-page-sidebar .widget.widget_nav_menu li {
  margin: 0 !important;
  overflow: hidden;
  position: relative;
}
#acmelog-page-sidebar .widget.widget_nav_menu li:after {
  background-color: #a6a6a6;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
}
#acmelog-page-sidebar .widget.widget_nav_menu li ul {
  margin-top: 0 !important;
}
#acmelog-page-sidebar .widget.widget_nav_menu li a {
  background: 0 0 !important;
  display: inline-block;
  padding: 22px 28px 22px 0;
  position: relative;
  transition: padding 0.2s ease-out;
}
#acmelog-page-sidebar .widget.widget_nav_menu li a:after,
#acmelog-page-sidebar .widget.widget_nav_menu li a:before {
  background-color: currentColor;
  content: "";
  display: block;
  position: absolute;
  transform: rotate(0);
  transition: left 0.2s ease-out, right 0.2s ease-out, transform 0.2s ease-out;
}
#acmelog-page-sidebar .widget.widget_nav_menu li a:before {
  height: 2px;
  left: -28px;
  top: 34px;
  width: 14px;
}
#acmelog-page-sidebar .widget.widget_nav_menu li a:after {
  height: 14px;
  left: -22px;
  top: 28px;
  width: 2px;
}
#acmelog-page-sidebar .widget.widget_nav_menu li a:hover {
  padding-left: 28px;
  padding-right: 0;
}
#acmelog-page-sidebar .widget.widget_nav_menu li a:hover:before {
  left: 0;
  transform: rotate(90deg);
  transition: left 0.2s ease-out, right 0.2s ease-out,
    transform 0.2s ease-out 80ms;
}
#acmelog-page-sidebar .widget.widget_nav_menu li a:hover:after {
  left: 6px;
  transform: rotate(90deg);
  transition: left 0.2s ease-out, right 0.2s ease-out,
    transform 0.2s ease-out 80ms;
}
#acmelog-page-sidebar
  .widget.widget_block
  .wp-block-columns
  h1:not([class*="acmelog"]),
#acmelog-page-sidebar
  .widget.widget_block
  .wp-block-columns
  h2:not([class*="acmelog"]),
#acmelog-page-sidebar
  .widget.widget_block
  .wp-block-columns
  h3:not([class*="acmelog"]),
#acmelog-page-sidebar
  .widget.widget_block
  .wp-block-columns
  h4:not([class*="acmelog"]),
#acmelog-page-sidebar
  .widget.widget_block
  .wp-block-columns
  h5:not([class*="acmelog"]),
#acmelog-page-sidebar
  .widget.widget_block
  .wp-block-columns
  h6:not([class*="acmelog"]),
#acmelog-page-sidebar
  .widget.widget_block
  .wp-block-group
  h1:not([class*="acmelog"]),
#acmelog-page-sidebar
  .widget.widget_block
  .wp-block-group
  h2:not([class*="acmelog"]),
#acmelog-page-sidebar
  .widget.widget_block
  .wp-block-group
  h3:not([class*="acmelog"]),
#acmelog-page-sidebar
  .widget.widget_block
  .wp-block-group
  h4:not([class*="acmelog"]),
#acmelog-page-sidebar
  .widget.widget_block
  .wp-block-group
  h5:not([class*="acmelog"]),
#acmelog-page-sidebar
  .widget.widget_block
  .wp-block-group
  h6:not([class*="acmelog"]) {
  margin: 0 0 19px;
}
#acmelog-top-area .widget:not(.widget_acme_core_title_widget) {
  margin: 0 0 0;
  color: #fff;
}
#acmelog-top-area
  .widget:not(.widget_acme_core_title_widget)
  h1:not([class*="acmelog"]),
#acmelog-top-area
  .widget:not(.widget_acme_core_title_widget)
  h2:not([class*="acmelog"]),
#acmelog-top-area
  .widget:not(.widget_acme_core_title_widget)
  h3:not([class*="acmelog"]),
#acmelog-top-area
  .widget:not(.widget_acme_core_title_widget)
  h4:not([class*="acmelog"]),
#acmelog-top-area
  .widget:not(.widget_acme_core_title_widget)
  h5:not([class*="acmelog"]),
#acmelog-top-area
  .widget:not(.widget_acme_core_title_widget)
  h6:not([class*="acmelog"]) {
  color: #fff;
}
#acmelog-top-area .widget .acmelog-widget-title {
  margin: 0 0 25px;
  color: #fff;
}
#acmelog-top-area .widget .acmelog-widget-title a:hover {
  color: #fff;
}
#acmelog-top-area .widget a {
  color: #fff;
}
#acmelog-top-area .widget a:hover {
  color: #fff;
}
#acmelog-top-area .widget ul:not(.acmelog-shortcode-list) li {
  margin: 0 0 10px;
}
#acmelog-top-area .widget ul:not(.acmelog-shortcode-list) li a {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  color: #1b1b1b;
}
#acmelog-top-area .widget ul:not(.acmelog-shortcode-list) li a:hover {
  background-size: 100% 1px;
}
#acmelog-top-area .widget ul:not(.acmelog-shortcode-list) li ul {
  margin-top: 10px;
}
#acmelog-top-area .widget .wp-block-loginout input:not(.button),
#acmelog-top-area .widget input[type="email"].acmelog-m-newsletter-input,
#acmelog-top-area .widget input[type="text"].acmelog-m-newsletter-input,
#acmelog-top-area .widget select {
  color: #1b1b1b;
  border-color: #afafaf;
}
#acmelog-top-area .widget .select2,
#acmelog-top-area .widget select {
  margin-top: 7px !important;
}
#acmelog-top-area .widget .button,
#acmelog-top-area .widget button {
  color: #1b1b1b;
  background-color: #5b5b5b;
}
#acmelog-top-area .widget[class*="_search"] .acmelog-widget-title {
  margin-bottom: 32px;
}
#acmelog-top-area .widget .acmelog-search-form-field {
  height: 60px;
  transition: border-color 0.3s ease;
  color: #1b1b1b;
  border-color: #afafaf;
}
#acmelog-top-area .widget .acmelog-search-form-field:focus,
#acmelog-top-area .widget .acmelog-search-form-field:hover {
  border-color: #1b1b1b;
}
#acmelog-top-area .widget .acmelog-search-form-button {
  height: 60px;
}
#acmelog-top-area .widget .acmelog-search-form-button:not(.acmelog--has-icon) {
  line-height: 58px;
}
#acmelog-top-area
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-inside {
  background-color: transparent;
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: #1b1b1b;
}
#acmelog-top-area
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-inside
  svg {
  display: block;
  width: 19.1px;
  height: auto;
}
#acmelog-top-area
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-outside {
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
}
#acmelog-top-area
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-outside
  svg {
  display: block;
  width: 19.1px;
  height: auto;
}
#acmelog-top-area .widget .acmelog-search-form-button.acmelog--button-inside {
  color: #1b1b1b;
}
#acmelog-top-area .widget .tagcloud a,
#acmelog-top-area .widget .wp-block-tag-cloud a {
  color: #fff;
}
#acmelog-top-area .widget .tagcloud a:after,
#acmelog-top-area .widget .wp-block-tag-cloud a:after {
  color: #fff;
}
#acmelog-top-area .widget .tagcloud a:hover,
#acmelog-top-area .widget .wp-block-tag-cloud a:hover {
  color: #000;
}
#acmelog-top-area .widget .wp-block-calendar caption,
#acmelog-top-area .widget.widget_calendar caption {
  color: #fff;
}
#acmelog-top-area .widget .wp-block-calendar tbody,
#acmelog-top-area .widget.widget_calendar tbody {
  color: #fff;
}
#acmelog-top-area .widget .wp-block-calendar #today,
#acmelog-top-area .widget.widget_calendar #today {
  color: #fff;
  background-color: #fff;
}
#acmelog-top-area .widget .wp-block-calendar .wp-calendar-nav a,
#acmelog-top-area .widget.widget_calendar .wp-calendar-nav a {
  color: #fff;
}
#acmelog-top-area .widget .wp-block-calendar .wp-calendar-nav a:hover,
#acmelog-top-area .widget.widget_calendar .wp-calendar-nav a:hover {
  color: #fff;
}
#acmelog-top-area .widget.widget_media_image .acmelog-widget-title {
  margin-bottom: 32px;
}
#acmelog-top-area .widget.widget_media_gallery {
  margin-bottom: -5px;
}
#acmelog-top-area .widget.widget_media_gallery .gallery {
  margin: 0 -5px;
}
#acmelog-top-area .widget.widget_media_gallery .gallery-item {
  margin: 0 0 10px 0;
  padding: 0 5px;
}
#acmelog-top-area
  .widget.widget_acme_core_contact_form_7
  .acmelog-widget-title {
  margin-bottom: 32px;
}
#acmelog-top-area .widget.widget_block .wp-block-columns h1:not([class*="acmelog"]),
#acmelog-top-area .widget.widget_block .wp-block-columns h2:not([class*="acmelog"]),
#acmelog-top-area .widget.widget_block .wp-block-columns h3:not([class*="acmelog"]),
#acmelog-top-area .widget.widget_block .wp-block-columns h4:not([class*="acmelog"]),
#acmelog-top-area .widget.widget_block .wp-block-columns h5:not([class*="acmelog"]),
#acmelog-top-area .widget.widget_block .wp-block-columns h6:not([class*="acmelog"]),
#acmelog-top-area .widget.widget_block .wp-block-group h1:not([class*="acmelog"]),
#acmelog-top-area .widget.widget_block .wp-block-group h2:not([class*="acmelog"]),
#acmelog-top-area .widget.widget_block .wp-block-group h3:not([class*="acmelog"]),
#acmelog-top-area .widget.widget_block .wp-block-group h4:not([class*="acmelog"]),
#acmelog-top-area .widget.widget_block .wp-block-group h5:not([class*="acmelog"]),
#acmelog-top-area .widget.widget_block .wp-block-group h6:not([class*="acmelog"]) {
  margin: 0 0 25px;
}
#acmelog-page-footer .widget:not(.widget_acme_core_title_widget) {
  margin: 0 0 60px;
  color: #979797;
}
#acmelog-page-footer
  .widget:not(.widget_acme_core_title_widget)
  h1:not([class*="acmelog"]),
#acmelog-page-footer
  .widget:not(.widget_acme_core_title_widget)
  h2:not([class*="acmelog"]),
#acmelog-page-footer
  .widget:not(.widget_acme_core_title_widget)
  h3:not([class*="acmelog"]),
#acmelog-page-footer
  .widget:not(.widget_acme_core_title_widget)
  h4:not([class*="acmelog"]),
#acmelog-page-footer
  .widget:not(.widget_acme_core_title_widget)
  h5:not([class*="acmelog"]),
#acmelog-page-footer
  .widget:not(.widget_acme_core_title_widget)
  h6:not([class*="acmelog"]) {
  color: #fff;
}
#acmelog-page-footer .widget .acmelog-widget-title {
  margin: 0 0 29px;
  color: #fff;
}
#acmelog-page-footer .widget .acmelog-widget-title a:hover {
  color: var(--qode-main-color);
}
#acmelog-page-footer .widget a {
  color: #979797;
}
#acmelog-page-footer .widget a:hover {
  color: var(--qode-main-color);
}
#acmelog-page-footer .widget ul:not(.acmelog-shortcode-list) li {
  margin: 0 0 15px;
}
#acmelog-page-footer .widget ul:not(.acmelog-shortcode-list) li a {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  color: #979797;
}
#acmelog-page-footer .widget ul:not(.acmelog-shortcode-list) li a:hover {
  background-size: 100% 1px;
}
#acmelog-page-footer .widget ul:not(.acmelog-shortcode-list) li ul {
  margin-top: 15px;
}
#acmelog-page-footer .widget .wp-block-loginout input:not(.button),
#acmelog-page-footer .widget input[type="email"].acmelog-m-newsletter-input,
#acmelog-page-footer .widget input[type="text"].acmelog-m-newsletter-input,
#acmelog-page-footer .widget select {
  color: #979797;
  border-color: #afafaf;
}
#acmelog-page-footer .widget .select2,
#acmelog-page-footer .widget select {
  margin-top: 7px !important;
}
#acmelog-page-footer .widget .button,
#acmelog-page-footer .widget button {
  color: #1b1b1b;
  background-color: #5b5b5b;
}
#acmelog-page-footer .widget[class*="_search"] .acmelog-widget-title {
  margin-bottom: 36px;
}
#acmelog-page-footer .widget .acmelog-search-form-field {
  height: 60px;
  transition: border-color 0.3s ease;
  color: #979797;
  border-color: #afafaf;
}
#acmelog-page-footer .widget .acmelog-search-form-field:focus,
#acmelog-page-footer .widget .acmelog-search-form-field:hover {
  border-color: #777;
}
#acmelog-page-footer .widget .acmelog-search-form-button {
  height: 60px;
}
#acmelog-page-footer .widget .acmelog-search-form-button:not(.acmelog--has-icon) {
  line-height: 58px;
}
#acmelog-page-footer
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-inside {
  background-color: transparent;
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: #979797;
}
#acmelog-page-footer
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-inside:hover {
  color: #979797;
}
#acmelog-page-footer
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-inside
  svg {
  display: block;
  width: 19.1px;
  height: auto;
}
#acmelog-page-footer
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-outside {
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
}
#acmelog-page-footer
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-outside
  svg {
  display: block;
  width: 19.1px;
  height: auto;
}
#acmelog-page-footer .widget .acmelog-search-form-button.acmelog--button-inside {
  color: #979797;
}
#acmelog-page-footer
  .widget
  .acmelog-search-form-button.acmelog--button-inside:hover {
  color: #979797;
}
#acmelog-page-footer .widget .tagcloud a,
#acmelog-page-footer .widget .wp-block-tag-cloud a {
  color: #979797;
}
#acmelog-page-footer .widget .tagcloud a:after,
#acmelog-page-footer .widget .wp-block-tag-cloud a:after {
  color: #979797;
}
#acmelog-page-footer .widget .tagcloud a:hover,
#acmelog-page-footer .widget .wp-block-tag-cloud a:hover {
  color: #fff;
}
#acmelog-page-footer .widget .wp-block-calendar caption,
#acmelog-page-footer .widget.widget_calendar caption {
  color: #979797;
}
#acmelog-page-footer .widget .wp-block-calendar tbody,
#acmelog-page-footer .widget.widget_calendar tbody {
  color: #979797;
}
#acmelog-page-footer .widget .wp-block-calendar #today,
#acmelog-page-footer .widget.widget_calendar #today {
  color: #fff;
  background-color: var(--qode-main-color);
}
#acmelog-page-footer .widget .wp-block-calendar .wp-calendar-nav a,
#acmelog-page-footer .widget.widget_calendar .wp-calendar-nav a {
  color: #979797;
}
#acmelog-page-footer .widget .wp-block-calendar .wp-calendar-nav a:hover,
#acmelog-page-footer .widget.widget_calendar .wp-calendar-nav a:hover {
  color: var(--qode-main-color);
}
#acmelog-page-footer .widget.widget_media_image .acmelog-widget-title {
  margin-bottom: 36px;
}
#acmelog-page-footer .widget.widget_media_gallery {
  margin-bottom: 55px;
}
#acmelog-page-footer .widget.widget_media_gallery .gallery {
  margin: 0 -5px;
}
#acmelog-page-footer .widget.widget_media_gallery .gallery-item {
  margin: 0 0 10px 0;
  padding: 0 5px;
}
#acmelog-page-footer
  .widget.widget_acme_core_contact_form_7
  .acmelog-widget-title {
  margin-bottom: 36px;
}
#acmelog-page-footer
  .widget.widget_block
  .wp-block-columns
  h1:not([class*="acmelog"]),
#acmelog-page-footer
  .widget.widget_block
  .wp-block-columns
  h2:not([class*="acmelog"]),
#acmelog-page-footer
  .widget.widget_block
  .wp-block-columns
  h3:not([class*="acmelog"]),
#acmelog-page-footer
  .widget.widget_block
  .wp-block-columns
  h4:not([class*="acmelog"]),
#acmelog-page-footer
  .widget.widget_block
  .wp-block-columns
  h5:not([class*="acmelog"]),
#acmelog-page-footer
  .widget.widget_block
  .wp-block-columns
  h6:not([class*="acmelog"]),
#acmelog-page-footer
  .widget.widget_block
  .wp-block-group
  h1:not([class*="acmelog"]),
#acmelog-page-footer
  .widget.widget_block
  .wp-block-group
  h2:not([class*="acmelog"]),
#acmelog-page-footer
  .widget.widget_block
  .wp-block-group
  h3:not([class*="acmelog"]),
#acmelog-page-footer
  .widget.widget_block
  .wp-block-group
  h4:not([class*="acmelog"]),
#acmelog-page-footer
  .widget.widget_block
  .wp-block-group
  h5:not([class*="acmelog"]),
#acmelog-page-footer
  .widget.widget_block
  .wp-block-group
  h6:not([class*="acmelog"]) {
  margin: 0 0 29px;
}
#acmelog-page-footer
  .acmelog-skin--dark
  .widget:not(.widget_acme_core_title_widget) {
  margin: 0 0 60px;
  color: #777;
}
#acmelog-page-footer
  .acmelog-skin--dark
  .widget:not(.widget_acme_core_title_widget)
  h1:not([class*="acmelog"]),
#acmelog-page-footer
  .acmelog-skin--dark
  .widget:not(.widget_acme_core_title_widget)
  h2:not([class*="acmelog"]),
#acmelog-page-footer
  .acmelog-skin--dark
  .widget:not(.widget_acme_core_title_widget)
  h3:not([class*="acmelog"]),
#acmelog-page-footer
  .acmelog-skin--dark
  .widget:not(.widget_acme_core_title_widget)
  h4:not([class*="acmelog"]),
#acmelog-page-footer
  .acmelog-skin--dark
  .widget:not(.widget_acme_core_title_widget)
  h5:not([class*="acmelog"]),
#acmelog-page-footer
  .acmelog-skin--dark
  .widget:not(.widget_acme_core_title_widget)
  h6:not([class*="acmelog"]) {
  color: #1b1b1b;
}
#acmelog-page-footer .acmelog-skin--dark .widget .acmelog-widget-title {
  margin: 0 0 29px;
  color: #1b1b1b;
}
#acmelog-page-footer .acmelog-skin--dark .widget .acmelog-widget-title a:hover {
  color: var(--qode-main-color);
}
#acmelog-page-footer .acmelog-skin--dark .widget a {
  color: #777;
}
#acmelog-page-footer .acmelog-skin--dark .widget a:hover {
  color: var(--qode-main-color);
}
#acmelog-page-footer .acmelog-skin--dark .widget ul:not(.acmelog-shortcode-list) li {
  margin: 0 0 15px;
}
#acmelog-page-footer
  .acmelog-skin--dark
  .widget
  ul:not(.acmelog-shortcode-list)
  li
  a {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  color: #777;
}
#acmelog-page-footer
  .acmelog-skin--dark
  .widget
  ul:not(.acmelog-shortcode-list)
  li
  a:hover {
  background-size: 100% 1px;
}
#acmelog-page-footer
  .acmelog-skin--dark
  .widget
  ul:not(.acmelog-shortcode-list)
  li
  ul {
  margin-top: 15px;
}
#acmelog-page-footer
  .acmelog-skin--dark
  .widget
  .wp-block-loginout
  input:not(.button),
#acmelog-page-footer
  .acmelog-skin--dark
  .widget
  input[type="email"].acmelog-m-newsletter-input,
#acmelog-page-footer
  .acmelog-skin--dark
  .widget
  input[type="text"].acmelog-m-newsletter-input,
#acmelog-page-footer .acmelog-skin--dark .widget select {
  color: #1b1b1b;
  border-color: #afafaf;
}
#acmelog-page-footer .acmelog-skin--dark .widget .select2,
#acmelog-page-footer .acmelog-skin--dark .widget select {
  margin-top: 7px !important;
}
#acmelog-page-footer .acmelog-skin--dark .widget .button,
#acmelog-page-footer .acmelog-skin--dark .widget button {
  color: #1b1b1b;
  background-color: #5b5b5b;
}
#acmelog-page-footer
  .acmelog-skin--dark
  .widget[class*="_search"]
  .acmelog-widget-title {
  margin-bottom: 36px;
}
#acmelog-page-footer .acmelog-skin--dark .widget .acmelog-search-form-field {
  height: 60px;
  transition: border-color 0.3s ease;
  color: #1b1b1b;
  border-color: #afafaf;
}
#acmelog-page-footer .acmelog-skin--dark .widget .acmelog-search-form-field:focus,
#acmelog-page-footer .acmelog-skin--dark .widget .acmelog-search-form-field:hover {
  border-color: #1b1b1b;
}
#acmelog-page-footer .acmelog-skin--dark .widget .acmelog-search-form-button {
  height: 60px;
}
#acmelog-page-footer
  .acmelog-skin--dark
  .widget
  .acmelog-search-form-button:not(.acmelog--has-icon) {
  line-height: 58px;
}
#acmelog-page-footer
  .acmelog-skin--dark
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-inside {
  background-color: transparent;
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: #1b1b1b;
}
#acmelog-page-footer
  .acmelog-skin--dark
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-inside:hover {
  color: #1b1b1b;
}
#acmelog-page-footer
  .acmelog-skin--dark
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-inside
  svg {
  display: block;
  width: 19.1px;
  height: auto;
}
#acmelog-page-footer
  .acmelog-skin--dark
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-outside {
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
}
#acmelog-page-footer
  .acmelog-skin--dark
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-outside
  svg {
  display: block;
  width: 19.1px;
  height: auto;
}
#acmelog-page-footer
  .acmelog-skin--dark
  .widget
  .acmelog-search-form-button.acmelog--button-inside {
  color: #1b1b1b;
}
#acmelog-page-footer
  .acmelog-skin--dark
  .widget
  .acmelog-search-form-button.acmelog--button-inside:hover {
  color: #1b1b1b;
}
#acmelog-page-footer .acmelog-skin--dark .widget .tagcloud a,
#acmelog-page-footer .acmelog-skin--dark .widget .wp-block-tag-cloud a {
  color: #777;
}
#acmelog-page-footer .acmelog-skin--dark .widget .tagcloud a:after,
#acmelog-page-footer .acmelog-skin--dark .widget .wp-block-tag-cloud a:after {
  color: #777;
}
#acmelog-page-footer .acmelog-skin--dark .widget .tagcloud a:hover,
#acmelog-page-footer .acmelog-skin--dark .widget .wp-block-tag-cloud a:hover {
  color: #000;
}
#acmelog-page-footer .acmelog-skin--dark .widget .wp-block-calendar caption,
#acmelog-page-footer .acmelog-skin--dark .widget.widget_calendar caption {
  color: #777;
}
#acmelog-page-footer .acmelog-skin--dark .widget .wp-block-calendar tbody,
#acmelog-page-footer .acmelog-skin--dark .widget.widget_calendar tbody {
  color: #777;
}
#acmelog-page-footer .acmelog-skin--dark .widget .wp-block-calendar #today,
#acmelog-page-footer .acmelog-skin--dark .widget.widget_calendar #today {
  color: #fff;
  background-color: var(--qode-main-color);
}
#acmelog-page-footer
  .acmelog-skin--dark
  .widget
  .wp-block-calendar
  .wp-calendar-nav
  a,
#acmelog-page-footer
  .acmelog-skin--dark
  .widget.widget_calendar
  .wp-calendar-nav
  a {
  color: #777;
}
#acmelog-page-footer
  .acmelog-skin--dark
  .widget
  .wp-block-calendar
  .wp-calendar-nav
  a:hover,
#acmelog-page-footer
  .acmelog-skin--dark
  .widget.widget_calendar
  .wp-calendar-nav
  a:hover {
  color: var(--qode-main-color);
}
#acmelog-page-footer
  .acmelog-skin--dark
  .widget.widget_media_image
  .acmelog-widget-title {
  margin-bottom: 36px;
}
#acmelog-page-footer .acmelog-skin--dark .widget.widget_media_gallery {
  margin-bottom: 55px;
}
#acmelog-page-footer .acmelog-skin--dark .widget.widget_media_gallery .gallery {
  margin: 0 -5px;
}
#acmelog-page-footer
  .acmelog-skin--dark
  .widget.widget_media_gallery
  .gallery-item {
  margin: 0 0 10px 0;
  padding: 0 5px;
}
#acmelog-page-footer
  .acmelog-skin--dark
  .widget.widget_acme_core_contact_form_7
  .acmelog-widget-title {
  margin-bottom: 36px;
}
#acmelog-page-footer
  .acmelog-skin--dark
  .widget.widget_block
  .wp-block-columns
  h1:not([class*="acmelog"]),
#acmelog-page-footer
  .acmelog-skin--dark
  .widget.widget_block
  .wp-block-columns
  h2:not([class*="acmelog"]),
#acmelog-page-footer
  .acmelog-skin--dark
  .widget.widget_block
  .wp-block-columns
  h3:not([class*="acmelog"]),
#acmelog-page-footer
  .acmelog-skin--dark
  .widget.widget_block
  .wp-block-columns
  h4:not([class*="acmelog"]),
#acmelog-page-footer
  .acmelog-skin--dark
  .widget.widget_block
  .wp-block-columns
  h5:not([class*="acmelog"]),
#acmelog-page-footer
  .acmelog-skin--dark
  .widget.widget_block
  .wp-block-columns
  h6:not([class*="acmelog"]),
#acmelog-page-footer
  .acmelog-skin--dark
  .widget.widget_block
  .wp-block-group
  h1:not([class*="acmelog"]),
#acmelog-page-footer
  .acmelog-skin--dark
  .widget.widget_block
  .wp-block-group
  h2:not([class*="acmelog"]),
#acmelog-page-footer
  .acmelog-skin--dark
  .widget.widget_block
  .wp-block-group
  h3:not([class*="acmelog"]),
#acmelog-page-footer
  .acmelog-skin--dark
  .widget.widget_block
  .wp-block-group
  h4:not([class*="acmelog"]),
#acmelog-page-footer
  .acmelog-skin--dark
  .widget.widget_block
  .wp-block-group
  h5:not([class*="acmelog"]),
#acmelog-page-footer
  .acmelog-skin--dark
  .widget.widget_block
  .wp-block-group
  h6:not([class*="acmelog"]) {
  margin: 0 0 29px;
}
#acmelog-page-footer-bottom-area
  .widget:not(.widget_acme_core_title_widget) {
  margin: 0 0 20px;
  color: #979797;
}
#acmelog-page-footer-bottom-area
  .widget:not(.widget_acme_core_title_widget)
  h1:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .widget:not(.widget_acme_core_title_widget)
  h2:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .widget:not(.widget_acme_core_title_widget)
  h3:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .widget:not(.widget_acme_core_title_widget)
  h4:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .widget:not(.widget_acme_core_title_widget)
  h5:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .widget:not(.widget_acme_core_title_widget)
  h6:not([class*="acmelog"]) {
  color: #fff;
}
#acmelog-page-footer-bottom-area .widget .acmelog-widget-title {
  margin: 0 0 10px;
  color: #fff;
}
#acmelog-page-footer-bottom-area .widget .acmelog-widget-title a:hover {
  color: #979797;
}
#acmelog-page-footer-bottom-area .widget a {
  color: #979797;
}
#acmelog-page-footer-bottom-area .widget a:hover {
  color: #979797;
}
#acmelog-page-footer-bottom-area .widget ul:not(.acmelog-shortcode-list) li {
  margin: 0 0 15px;
}
#acmelog-page-footer-bottom-area .widget ul:not(.acmelog-shortcode-list) li a {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  color: #979797;
}
#acmelog-page-footer-bottom-area
  .widget
  ul:not(.acmelog-shortcode-list)
  li
  a:hover {
  background-size: 100% 1px;
}
#acmelog-page-footer-bottom-area .widget ul:not(.acmelog-shortcode-list) li ul {
  margin-top: 15px;
}
#acmelog-page-footer-bottom-area .widget .wp-block-loginout input:not(.button),
#acmelog-page-footer-bottom-area
  .widget
  input[type="email"].acmelog-m-newsletter-input,
#acmelog-page-footer-bottom-area
  .widget
  input[type="text"].acmelog-m-newsletter-input,
#acmelog-page-footer-bottom-area .widget select {
  color: #979797;
  border-color: #afafaf;
}
#acmelog-page-footer-bottom-area .widget .select2,
#acmelog-page-footer-bottom-area .widget select {
  margin-top: 7px !important;
}
#acmelog-page-footer-bottom-area .widget .button,
#acmelog-page-footer-bottom-area .widget button {
  color: #1b1b1b;
  background-color: #5b5b5b;
}
#acmelog-page-footer-bottom-area .widget[class*="_search"] .acmelog-widget-title {
  margin-bottom: 17px;
}
#acmelog-page-footer-bottom-area .widget .acmelog-search-form-field {
  height: 60px;
  transition: border-color 0.3s ease;
  color: #979797;
  border-color: #afafaf;
}
#acmelog-page-footer-bottom-area .widget .acmelog-search-form-field:focus,
#acmelog-page-footer-bottom-area .widget .acmelog-search-form-field:hover {
  border-color: #1b1b1b;
}
#acmelog-page-footer-bottom-area .widget .acmelog-search-form-button {
  height: 60px;
}
#acmelog-page-footer-bottom-area
  .widget
  .acmelog-search-form-button:not(.acmelog--has-icon) {
  line-height: 58px;
}
#acmelog-page-footer-bottom-area
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-inside {
  background-color: transparent;
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: #979797;
}
#acmelog-page-footer-bottom-area
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-inside:hover {
  color: #979797;
}
#acmelog-page-footer-bottom-area
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-inside
  svg {
  display: block;
  width: 19.1px;
  height: auto;
}
#acmelog-page-footer-bottom-area
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-outside {
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
}
#acmelog-page-footer-bottom-area
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-outside
  svg {
  display: block;
  width: 19.1px;
  height: auto;
}
#acmelog-page-footer-bottom-area
  .widget
  .acmelog-search-form-button.acmelog--button-inside {
  color: #979797;
}
#acmelog-page-footer-bottom-area
  .widget
  .acmelog-search-form-button.acmelog--button-inside:hover {
  color: #979797;
}
#acmelog-page-footer-bottom-area .widget .tagcloud a,
#acmelog-page-footer-bottom-area .widget .wp-block-tag-cloud a {
  color: #979797;
}
#acmelog-page-footer-bottom-area .widget .tagcloud a:after,
#acmelog-page-footer-bottom-area .widget .wp-block-tag-cloud a:after {
  color: #979797;
}
#acmelog-page-footer-bottom-area .widget .tagcloud a:hover,
#acmelog-page-footer-bottom-area .widget .wp-block-tag-cloud a:hover {
  color: #000;
}
#acmelog-page-footer-bottom-area .widget .wp-block-calendar caption,
#acmelog-page-footer-bottom-area .widget.widget_calendar caption {
  color: #979797;
}
#acmelog-page-footer-bottom-area .widget .wp-block-calendar tbody,
#acmelog-page-footer-bottom-area .widget.widget_calendar tbody {
  color: #979797;
}
#acmelog-page-footer-bottom-area .widget .wp-block-calendar #today,
#acmelog-page-footer-bottom-area .widget.widget_calendar #today {
  color: #fff;
  background-color: #979797;
}
#acmelog-page-footer-bottom-area .widget .wp-block-calendar .wp-calendar-nav a,
#acmelog-page-footer-bottom-area .widget.widget_calendar .wp-calendar-nav a {
  color: #979797;
}
#acmelog-page-footer-bottom-area
  .widget
  .wp-block-calendar
  .wp-calendar-nav
  a:hover,
#acmelog-page-footer-bottom-area
  .widget.widget_calendar
  .wp-calendar-nav
  a:hover {
  color: #979797;
}
#acmelog-page-footer-bottom-area .widget.widget_media_image .acmelog-widget-title {
  margin-bottom: 17px;
}
#acmelog-page-footer-bottom-area .widget.widget_media_gallery {
  margin-bottom: 15px;
}
#acmelog-page-footer-bottom-area .widget.widget_media_gallery .gallery {
  margin: 0 -5px;
}
#acmelog-page-footer-bottom-area .widget.widget_media_gallery .gallery-item {
  margin: 0 0 10px 0;
  padding: 0 5px;
}
#acmelog-page-footer-bottom-area
  .widget.widget_acme_core_contact_form_7
  .acmelog-widget-title {
  margin-bottom: 17px;
}
#acmelog-page-footer-bottom-area
  .widget.widget_block
  .wp-block-columns
  h1:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .widget.widget_block
  .wp-block-columns
  h2:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .widget.widget_block
  .wp-block-columns
  h3:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .widget.widget_block
  .wp-block-columns
  h4:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .widget.widget_block
  .wp-block-columns
  h5:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .widget.widget_block
  .wp-block-columns
  h6:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .widget.widget_block
  .wp-block-group
  h1:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .widget.widget_block
  .wp-block-group
  h2:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .widget.widget_block
  .wp-block-group
  h3:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .widget.widget_block
  .wp-block-group
  h4:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .widget.widget_block
  .wp-block-group
  h5:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .widget.widget_block
  .wp-block-group
  h6:not([class*="acmelog"]) {
  margin: 0 0 10px;
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget:not(.widget_acme_core_title_widget) {
  margin: 0 0 20px;
  color: #777;
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget:not(.widget_acme_core_title_widget)
  h1:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget:not(.widget_acme_core_title_widget)
  h2:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget:not(.widget_acme_core_title_widget)
  h3:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget:not(.widget_acme_core_title_widget)
  h4:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget:not(.widget_acme_core_title_widget)
  h5:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget:not(.widget_acme_core_title_widget)
  h6:not([class*="acmelog"]) {
  color: #1b1b1b;
}
#acmelog-page-footer-bottom-area .acmelog-skin--dark .widget .acmelog-widget-title {
  margin: 0 0 10px;
  color: #1b1b1b;
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget
  .acmelog-widget-title
  a:hover {
  color: var(--qode-main-color);
}
#acmelog-page-footer-bottom-area .acmelog-skin--dark .widget a {
  color: #777;
}
#acmelog-page-footer-bottom-area .acmelog-skin--dark .widget a:hover {
  color: var(--qode-main-color);
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget
  ul:not(.acmelog-shortcode-list)
  li {
  margin: 0 0 15px;
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget
  ul:not(.acmelog-shortcode-list)
  li
  a {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  color: #777;
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget
  ul:not(.acmelog-shortcode-list)
  li
  a:hover {
  background-size: 100% 1px;
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget
  ul:not(.acmelog-shortcode-list)
  li
  ul {
  margin-top: 15px;
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget
  .wp-block-loginout
  input:not(.button),
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget
  input[type="email"].acmelog-m-newsletter-input,
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget
  input[type="text"].acmelog-m-newsletter-input,
#acmelog-page-footer-bottom-area .acmelog-skin--dark .widget select {
  color: #1b1b1b;
  border-color: #afafaf;
}
#acmelog-page-footer-bottom-area .acmelog-skin--dark .widget .select2,
#acmelog-page-footer-bottom-area .acmelog-skin--dark .widget select {
  margin-top: 7px !important;
}
#acmelog-page-footer-bottom-area .acmelog-skin--dark .widget .button,
#acmelog-page-footer-bottom-area .acmelog-skin--dark .widget button {
  color: #1b1b1b;
  background-color: #5b5b5b;
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget[class*="_search"]
  .acmelog-widget-title {
  margin-bottom: 17px;
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget
  .acmelog-search-form-field {
  height: 60px;
  transition: border-color 0.3s ease;
  color: #1b1b1b;
  border-color: #afafaf;
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget
  .acmelog-search-form-field:focus,
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget
  .acmelog-search-form-field:hover {
  border-color: #1b1b1b;
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget
  .acmelog-search-form-button {
  height: 60px;
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget
  .acmelog-search-form-button:not(.acmelog--has-icon) {
  line-height: 58px;
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-inside {
  background-color: transparent;
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: #1b1b1b;
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-inside:hover {
  color: #1b1b1b;
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-inside
  svg {
  display: block;
  width: 19.1px;
  height: auto;
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-outside {
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-outside
  svg {
  display: block;
  width: 19.1px;
  height: auto;
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget
  .acmelog-search-form-button.acmelog--button-inside {
  color: #1b1b1b;
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget
  .acmelog-search-form-button.acmelog--button-inside:hover {
  color: #1b1b1b;
}
#acmelog-page-footer-bottom-area .acmelog-skin--dark .widget .tagcloud a,
#acmelog-page-footer-bottom-area .acmelog-skin--dark .widget .wp-block-tag-cloud a {
  color: #777;
}
#acmelog-page-footer-bottom-area .acmelog-skin--dark .widget .tagcloud a:after,
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget
  .wp-block-tag-cloud
  a:after {
  color: #777;
}
#acmelog-page-footer-bottom-area .acmelog-skin--dark .widget .tagcloud a:hover,
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget
  .wp-block-tag-cloud
  a:hover {
  color: #000;
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget
  .wp-block-calendar
  caption,
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget.widget_calendar
  caption {
  color: #777;
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget
  .wp-block-calendar
  tbody,
#acmelog-page-footer-bottom-area .acmelog-skin--dark .widget.widget_calendar tbody {
  color: #777;
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget
  .wp-block-calendar
  #today,
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget.widget_calendar
  #today {
  color: #fff;
  background-color: var(--qode-main-color);
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget
  .wp-block-calendar
  .wp-calendar-nav
  a,
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget.widget_calendar
  .wp-calendar-nav
  a {
  color: #777;
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget
  .wp-block-calendar
  .wp-calendar-nav
  a:hover,
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget.widget_calendar
  .wp-calendar-nav
  a:hover {
  color: var(--qode-main-color);
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget.widget_media_image
  .acmelog-widget-title {
  margin-bottom: 17px;
}
#acmelog-page-footer-bottom-area .acmelog-skin--dark .widget.widget_media_gallery {
  margin-bottom: 15px;
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget.widget_media_gallery
  .gallery {
  margin: 0 -5px;
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget.widget_media_gallery
  .gallery-item {
  margin: 0 0 10px 0;
  padding: 0 5px;
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget.widget_acme_core_contact_form_7
  .acmelog-widget-title {
  margin-bottom: 17px;
}
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget.widget_block
  .wp-block-columns
  h1:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget.widget_block
  .wp-block-columns
  h2:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget.widget_block
  .wp-block-columns
  h3:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget.widget_block
  .wp-block-columns
  h4:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget.widget_block
  .wp-block-columns
  h5:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget.widget_block
  .wp-block-columns
  h6:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget.widget_block
  .wp-block-group
  h1:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget.widget_block
  .wp-block-group
  h2:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget.widget_block
  .wp-block-group
  h3:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget.widget_block
  .wp-block-group
  h4:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget.widget_block
  .wp-block-group
  h5:not([class*="acmelog"]),
#acmelog-page-footer-bottom-area
  .acmelog-skin--dark
  .widget.widget_block
  .wp-block-group
  h6:not([class*="acmelog"]) {
  margin: 0 0 10px;
}
#acmelog-side-area .widget:not(.widget_acme_core_title_widget) {
  margin: 0 0 35px;
  color: #979797;
}
#acmelog-side-area
  .widget:not(.widget_acme_core_title_widget)
  h1:not([class*="acmelog"]),
#acmelog-side-area
  .widget:not(.widget_acme_core_title_widget)
  h2:not([class*="acmelog"]),
#acmelog-side-area
  .widget:not(.widget_acme_core_title_widget)
  h3:not([class*="acmelog"]),
#acmelog-side-area
  .widget:not(.widget_acme_core_title_widget)
  h4:not([class*="acmelog"]),
#acmelog-side-area
  .widget:not(.widget_acme_core_title_widget)
  h5:not([class*="acmelog"]),
#acmelog-side-area
  .widget:not(.widget_acme_core_title_widget)
  h6:not([class*="acmelog"]) {
  color: #fff;
}
#acmelog-side-area .widget .acmelog-widget-title {
  margin: 0 0 25px;
  color: #fff;
}
#acmelog-side-area .widget .acmelog-widget-title a:hover {
  color: var(--qode-main-color);
}
#acmelog-side-area .widget a {
  color: #979797;
}
#acmelog-side-area .widget a:hover {
  color: var(--qode-main-color);
}
#acmelog-side-area .widget ul:not(.acmelog-shortcode-list) li {
  margin: 0 0 10px;
}
#acmelog-side-area .widget ul:not(.acmelog-shortcode-list) li a {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  color: #979797;
}
#acmelog-side-area .widget ul:not(.acmelog-shortcode-list) li a:hover {
  background-size: 100% 1px;
}
#acmelog-side-area .widget ul:not(.acmelog-shortcode-list) li ul {
  margin-top: 10px;
}
#acmelog-side-area .widget .wp-block-loginout input:not(.button),
#acmelog-side-area .widget input[type="email"].acmelog-m-newsletter-input,
#acmelog-side-area .widget input[type="text"].acmelog-m-newsletter-input,
#acmelog-side-area .widget select {
  color: #979797;
  border-color: #afafaf;
}
#acmelog-side-area .widget .select2,
#acmelog-side-area .widget select {
  margin-top: 7px !important;
}
#acmelog-side-area .widget .button,
#acmelog-side-area .widget button {
  color: #1b1b1b;
  background-color: #5b5b5b;
}
#acmelog-side-area .widget[class*="_search"] .acmelog-widget-title {
  margin-bottom: 32px;
}
#acmelog-side-area .widget .acmelog-search-form-field {
  height: 60px;
  transition: border-color 0.3s ease;
  color: #979797;
  border-color: #afafaf;
}
#acmelog-side-area .widget .acmelog-search-form-field:focus,
#acmelog-side-area .widget .acmelog-search-form-field:hover {
  border-color: #1b1b1b;
}
#acmelog-side-area .widget .acmelog-search-form-button {
  height: 60px;
}
#acmelog-side-area .widget .acmelog-search-form-button:not(.acmelog--has-icon) {
  line-height: 58px;
}
#acmelog-side-area
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-inside {
  background-color: transparent;
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: #979797;
}
#acmelog-side-area
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-inside:hover {
  color: #777;
}
#acmelog-side-area
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-inside
  svg {
  display: block;
  width: 19.1px;
  height: auto;
}
#acmelog-side-area
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-outside {
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
}
#acmelog-side-area
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-outside
  svg {
  display: block;
  width: 19.1px;
  height: auto;
}
#acmelog-side-area .widget .acmelog-search-form-button.acmelog--button-inside {
  color: #979797;
}
#acmelog-side-area .widget .acmelog-search-form-button.acmelog--button-inside:hover {
  color: #777;
}
#acmelog-side-area .widget .tagcloud a,
#acmelog-side-area .widget .wp-block-tag-cloud a {
  color: #979797;
}
#acmelog-side-area .widget .tagcloud a:after,
#acmelog-side-area .widget .wp-block-tag-cloud a:after {
  color: #979797;
}
#acmelog-side-area .widget .tagcloud a:hover,
#acmelog-side-area .widget .wp-block-tag-cloud a:hover {
  color: #000;
}
#acmelog-side-area .widget .wp-block-calendar caption,
#acmelog-side-area .widget.widget_calendar caption {
  color: #979797;
}
#acmelog-side-area .widget .wp-block-calendar tbody,
#acmelog-side-area .widget.widget_calendar tbody {
  color: #979797;
}
#acmelog-side-area .widget .wp-block-calendar #today,
#acmelog-side-area .widget.widget_calendar #today {
  color: #fff;
  background-color: var(--qode-main-color);
}
#acmelog-side-area .widget .wp-block-calendar .wp-calendar-nav a,
#acmelog-side-area .widget.widget_calendar .wp-calendar-nav a {
  color: #979797;
}
#acmelog-side-area .widget .wp-block-calendar .wp-calendar-nav a:hover,
#acmelog-side-area .widget.widget_calendar .wp-calendar-nav a:hover {
  color: var(--qode-main-color);
}
#acmelog-side-area .widget.widget_media_image .acmelog-widget-title {
  margin-bottom: 32px;
}
#acmelog-side-area .widget.widget_media_gallery {
  margin-bottom: 30px;
}
#acmelog-side-area .widget.widget_media_gallery .gallery {
  margin: 0 -5px;
}
#acmelog-side-area .widget.widget_media_gallery .gallery-item {
  margin: 0 0 10px 0;
  padding: 0 5px;
}
#acmelog-side-area
  .widget.widget_acme_core_contact_form_7
  .acmelog-widget-title {
  margin-bottom: 32px;
}
#acmelog-side-area
  .widget.widget_block
  .wp-block-columns
  h1:not([class*="acmelog"]),
#acmelog-side-area
  .widget.widget_block
  .wp-block-columns
  h2:not([class*="acmelog"]),
#acmelog-side-area
  .widget.widget_block
  .wp-block-columns
  h3:not([class*="acmelog"]),
#acmelog-side-area
  .widget.widget_block
  .wp-block-columns
  h4:not([class*="acmelog"]),
#acmelog-side-area
  .widget.widget_block
  .wp-block-columns
  h5:not([class*="acmelog"]),
#acmelog-side-area
  .widget.widget_block
  .wp-block-columns
  h6:not([class*="acmelog"]),
#acmelog-side-area .widget.widget_block .wp-block-group h1:not([class*="acmelog"]),
#acmelog-side-area .widget.widget_block .wp-block-group h2:not([class*="acmelog"]),
#acmelog-side-area .widget.widget_block .wp-block-group h3:not([class*="acmelog"]),
#acmelog-side-area .widget.widget_block .wp-block-group h4:not([class*="acmelog"]),
#acmelog-side-area .widget.widget_block .wp-block-group h5:not([class*="acmelog"]),
#acmelog-side-area .widget.widget_block .wp-block-group h6:not([class*="acmelog"]) {
  margin: 0 0 25px;
}
.acmelog-mega-menu-widget-holder
  .widget:not(.widget_acme_core_title_widget) {
  margin: 0 0 60px;
  color: #fff;
}
.acmelog-mega-menu-widget-holder
  .widget:not(.widget_acme_core_title_widget)
  h1:not([class*="acmelog"]),
.acmelog-mega-menu-widget-holder
  .widget:not(.widget_acme_core_title_widget)
  h2:not([class*="acmelog"]),
.acmelog-mega-menu-widget-holder
  .widget:not(.widget_acme_core_title_widget)
  h3:not([class*="acmelog"]),
.acmelog-mega-menu-widget-holder
  .widget:not(.widget_acme_core_title_widget)
  h4:not([class*="acmelog"]),
.acmelog-mega-menu-widget-holder
  .widget:not(.widget_acme_core_title_widget)
  h5:not([class*="acmelog"]),
.acmelog-mega-menu-widget-holder
  .widget:not(.widget_acme_core_title_widget)
  h6:not([class*="acmelog"]) {
  color: #fff;
}
.acmelog-mega-menu-widget-holder .widget .acmelog-widget-title {
  margin: 0 0 25px;
  color: #fff;
}
.acmelog-mega-menu-widget-holder .widget .acmelog-widget-title a:hover {
  color: #1b1b1b;
}
.acmelog-mega-menu-widget-holder .widget a {
  color: #fff;
}
.acmelog-mega-menu-widget-holder .widget a:hover {
  color: #1b1b1b;
}
.acmelog-mega-menu-widget-holder .widget ul:not(.acmelog-shortcode-list) li {
  margin: 0 0 10px;
}
.acmelog-mega-menu-widget-holder .widget ul:not(.acmelog-shortcode-list) li a {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  color: #1b1b1b;
}
.acmelog-mega-menu-widget-holder
  .widget
  ul:not(.acmelog-shortcode-list)
  li
  a:hover {
  background-size: 100% 1px;
}
.acmelog-mega-menu-widget-holder .widget ul:not(.acmelog-shortcode-list) li ul {
  margin-top: 10px;
}
.acmelog-mega-menu-widget-holder .widget .wp-block-loginout input:not(.button),
.acmelog-mega-menu-widget-holder
  .widget
  input[type="email"].acmelog-m-newsletter-input,
.acmelog-mega-menu-widget-holder
  .widget
  input[type="text"].acmelog-m-newsletter-input,
.acmelog-mega-menu-widget-holder .widget select {
  color: #1b1b1b;
  border-color: #afafaf;
}
.acmelog-mega-menu-widget-holder .widget .select2,
.acmelog-mega-menu-widget-holder .widget select {
  margin-top: 7px !important;
}
.acmelog-mega-menu-widget-holder .widget .button,
.acmelog-mega-menu-widget-holder .widget button {
  color: #1b1b1b;
  background-color: #5b5b5b;
}
.acmelog-mega-menu-widget-holder .widget[class*="_search"] .acmelog-widget-title {
  margin-bottom: 32px;
}
.acmelog-mega-menu-widget-holder .widget .acmelog-search-form-field {
  height: 60px;
  transition: border-color 0.3s ease;
  color: #1b1b1b;
  border-color: #afafaf;
}
.acmelog-mega-menu-widget-holder .widget .acmelog-search-form-field:focus,
.acmelog-mega-menu-widget-holder .widget .acmelog-search-form-field:hover {
  border-color: #1b1b1b;
}
.acmelog-mega-menu-widget-holder .widget .acmelog-search-form-button {
  height: 60px;
}
.acmelog-mega-menu-widget-holder
  .widget
  .acmelog-search-form-button:not(.acmelog--has-icon) {
  line-height: 58px;
}
.acmelog-mega-menu-widget-holder
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-inside {
  background-color: transparent;
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: #1b1b1b;
}
.acmelog-mega-menu-widget-holder
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-inside
  svg {
  display: block;
  width: 19.1px;
  height: auto;
}
.acmelog-mega-menu-widget-holder
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-outside {
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
}
.acmelog-mega-menu-widget-holder
  .widget
  .acmelog-search-form-button.acmelog--has-icon.acmelog--button-outside
  svg {
  display: block;
  width: 19.1px;
  height: auto;
}
.acmelog-mega-menu-widget-holder
  .widget
  .acmelog-search-form-button.acmelog--button-inside {
  color: #1b1b1b;
}
.acmelog-mega-menu-widget-holder .widget .tagcloud a,
.acmelog-mega-menu-widget-holder .widget .wp-block-tag-cloud a {
  color: #fff;
}
.acmelog-mega-menu-widget-holder .widget .tagcloud a:after,
.acmelog-mega-menu-widget-holder .widget .wp-block-tag-cloud a:after {
  color: #fff;
}
.acmelog-mega-menu-widget-holder .widget .tagcloud a:hover,
.acmelog-mega-menu-widget-holder .widget .wp-block-tag-cloud a:hover {
  color: #000;
}
.acmelog-mega-menu-widget-holder .widget .wp-block-calendar caption,
.acmelog-mega-menu-widget-holder .widget.widget_calendar caption {
  color: #fff;
}
.acmelog-mega-menu-widget-holder .widget .wp-block-calendar tbody,
.acmelog-mega-menu-widget-holder .widget.widget_calendar tbody {
  color: #fff;
}
.acmelog-mega-menu-widget-holder .widget .wp-block-calendar #today,
.acmelog-mega-menu-widget-holder .widget.widget_calendar #today {
  color: #fff;
  background-color: #1b1b1b;
}
.acmelog-mega-menu-widget-holder .widget .wp-block-calendar .wp-calendar-nav a,
.acmelog-mega-menu-widget-holder .widget.widget_calendar .wp-calendar-nav a {
  color: #fff;
}
.acmelog-mega-menu-widget-holder
  .widget
  .wp-block-calendar
  .wp-calendar-nav
  a:hover,
.acmelog-mega-menu-widget-holder
  .widget.widget_calendar
  .wp-calendar-nav
  a:hover {
  color: #1b1b1b;
}
.acmelog-mega-menu-widget-holder .widget.widget_media_image .acmelog-widget-title {
  margin-bottom: 32px;
}
.acmelog-mega-menu-widget-holder .widget.widget_media_gallery {
  margin-bottom: 55px;
}
.acmelog-mega-menu-widget-holder .widget.widget_media_gallery .gallery {
  margin: 0 -5px;
}
.acmelog-mega-menu-widget-holder .widget.widget_media_gallery .gallery-item {
  margin: 0 0 10px 0;
  padding: 0 5px;
}
.acmelog-mega-menu-widget-holder
  .widget.widget_acme_core_contact_form_7
  .acmelog-widget-title {
  margin-bottom: 32px;
}
.acmelog-mega-menu-widget-holder
  .widget.widget_block
  .wp-block-columns
  h1:not([class*="acmelog"]),
.acmelog-mega-menu-widget-holder
  .widget.widget_block
  .wp-block-columns
  h2:not([class*="acmelog"]),
.acmelog-mega-menu-widget-holder
  .widget.widget_block
  .wp-block-columns
  h3:not([class*="acmelog"]),
.acmelog-mega-menu-widget-holder
  .widget.widget_block
  .wp-block-columns
  h4:not([class*="acmelog"]),
.acmelog-mega-menu-widget-holder
  .widget.widget_block
  .wp-block-columns
  h5:not([class*="acmelog"]),
.acmelog-mega-menu-widget-holder
  .widget.widget_block
  .wp-block-columns
  h6:not([class*="acmelog"]),
.acmelog-mega-menu-widget-holder
  .widget.widget_block
  .wp-block-group
  h1:not([class*="acmelog"]),
.acmelog-mega-menu-widget-holder
  .widget.widget_block
  .wp-block-group
  h2:not([class*="acmelog"]),
.acmelog-mega-menu-widget-holder
  .widget.widget_block
  .wp-block-group
  h3:not([class*="acmelog"]),
.acmelog-mega-menu-widget-holder
  .widget.widget_block
  .wp-block-group
  h4:not([class*="acmelog"]),
.acmelog-mega-menu-widget-holder
  .widget.widget_block
  .wp-block-group
  h5:not([class*="acmelog"]),
.acmelog-mega-menu-widget-holder
  .widget.widget_block
  .wp-block-group
  h6:not([class*="acmelog"]) {
  margin: 0 0 25px;
}
@media only screen and (max-width: 1024px) {
  #acmelog-404-page .acmelog-404-image {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  #acmelog-404-page {
    flex-direction: column-reverse;
  }
  #acmelog-404-page .acmelog-404-image {
    width: 100%;
  }
  #acmelog-404-page .acmelog-404-content {
    padding: 10% 0 0 0;
  }
}
@media only screen and (max-width: 680px) {
  .acmelog-blog .acmelog-blog-item.format-link .acmelog-e-link {
    flex-direction: column;
  }
  .acmelog-blog .acmelog-blog-item.format-link .acmelog-e-link-icon {
    margin: 0 0 40px 0;
  }
  .acmelog-blog .acmelog-blog-item.format-quote .acmelog-e-quote {
    flex-direction: column;
  }
  .acmelog-blog .acmelog-blog-item.format-quote .acmelog-e-quote-icon {
    margin: 0 0 40px 0;
  }
}
@media only screen and (max-width: 1024px) {
  #acmelog-page-comments {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 768px) {
  #acmelog-page-comments {
    margin: 59px 0 30px 0;
  }
}
@media only screen and (max-width: 1024px) {
  #acmelog-page-comments-list .acmelog-comment-item .children {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #acmelog-page-comments-list .acmelog-comment-item .children {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 680px) {
  #acmelog-page-comments-list .acmelog-comment-item .acmelog-e-inner {
    flex-wrap: wrap;
  }
  #acmelog-page-comments-list .acmelog-comment-item .acmelog-e-content {
    width: 100%;
  }
  #acmelog-page-comments-list .acmelog-comment-item .children {
    padding-left: 8%;
  }
}
@media only screen and (max-width: 680px) {
  #respond .comment-reply-title {
    flex-direction: column;
  }
  #respond .comment-reply-title a {
    margin: 15px 0 0 0 !important;
  }
}
@media only screen and (max-width: 680px) {
  .acmelog-m-filter .acmelog-m-filter-items {
    flex-direction: column;
  }
  .acmelog-m-filter .acmelog-m-filter-item {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 1024px) {
  #acmelog-page-footer-bottom-area .acmelog-content-full-width,
  #acmelog-page-footer-middle-area .acmelog-content-full-width,
  #acmelog-page-footer-top-area .acmelog-content-full-width {
    padding-left: 40px;
    padding-right: 40px;
  }
  #acmelog-page-footer-top-area-inner.acmelog-layout--predefined
    > .acmelog-grid
    > .acmelog-grid-inner
    > .acmelog-grid-item:first-child {
    width: 25%;
  }
  #acmelog-page-footer-top-area-inner.acmelog-layout--predefined
    > .acmelog-grid
    > .acmelog-grid-inner
    > .acmelog-grid-item:not(:first-child) {
    width: calc(100% - 25%);
  }
  #acmelog-page-footer-middle-area-inner.acmelog-layout--predefined
    > .acmelog-grid
    > .acmelog-grid-inner
    > .acmelog-grid-item:first-child {
    width: 100%;
  }
  #acmelog-page-footer-middle-area-inner.acmelog-layout--predefined
    > .acmelog-grid
    > .acmelog-grid-inner
    > .acmelog-grid-item:not(:first-child) {
    width: 25%;
  }
  #acmelog-page-footer-bottom-area-inner.acmelog-layout--predefined
    > .acmelog-grid
    > .acmelog-grid-inner
    > .acmelog-grid-item:first-child {
    margin-left: 25%;
    width: calc((100% - 25%) / 4 * 2);
  }
  #acmelog-page-footer-bottom-area-inner.acmelog-layout--predefined
    > .acmelog-grid
    > .acmelog-grid-inner
    > .acmelog-grid-item:not(:first-child) {
    width: calc((100% - 25%) / 4 * 2);
  }
}
@media only screen and (max-width: 768px) {
  #acmelog-page-footer-top-area-inner.acmelog-layout--predefined
    > .acmelog-grid
    > .acmelog-grid-inner
    > .acmelog-grid-item:first-child {
    width: 100%;
  }
  #acmelog-page-footer-top-area-inner.acmelog-layout--predefined
    > .acmelog-grid
    > .acmelog-grid-inner
    > .acmelog-grid-item:not(:first-child) {
    width: 100%;
  }
  #acmelog-page-footer-middle-area-inner.acmelog-layout--predefined
    > .acmelog-grid
    > .acmelog-grid-inner
    > .acmelog-grid-item:first-child {
    width: 100%;
  }
  #acmelog-page-footer-middle-area-inner.acmelog-layout--predefined
    > .acmelog-grid
    > .acmelog-grid-inner
    > .acmelog-grid-item:not(:first-child) {
    width: 50%;
  }
  #acmelog-page-footer-bottom-area-inner.acmelog-layout--predefined
    > .acmelog-grid
    > .acmelog-grid-inner
    > .acmelog-grid-item:first-child {
    margin-left: 0;
    width: 50%;
  }
  #acmelog-page-footer-bottom-area-inner.acmelog-layout--predefined
    > .acmelog-grid
    > .acmelog-grid-inner
    > .acmelog-grid-item:not(:first-child) {
    width: 50%;
  }
}
@media only screen and (max-width: 680px) {
  #acmelog-page-footer-bottom-area-inner.acmelog-layout--predefined
    > .acmelog-grid
    > .acmelog-grid-inner
    > .acmelog-grid-item:first-child,
  #acmelog-page-footer-middle-area-inner.acmelog-layout--predefined
    > .acmelog-grid
    > .acmelog-grid-inner
    > .acmelog-grid-item:first-child,
  #acmelog-page-footer-top-area-inner.acmelog-layout--predefined
    > .acmelog-grid
    > .acmelog-grid-inner
    > .acmelog-grid-item:first-child {
    width: 100%;
  }
  #acmelog-page-footer-bottom-area-inner.acmelog-layout--predefined
    > .acmelog-grid
    > .acmelog-grid-inner
    > .acmelog-grid-item:not(:first-child),
  #acmelog-page-footer-middle-area-inner.acmelog-layout--predefined
    > .acmelog-grid
    > .acmelog-grid-inner
    > .acmelog-grid-item:not(:first-child),
  #acmelog-page-footer-top-area-inner.acmelog-layout--predefined
    > .acmelog-grid
    > .acmelog-grid-inner
    > .acmelog-grid-item:not(:first-child) {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #acmelog-page-header {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  #acmelog-page-mobile-header {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  #acmelog-page-sidebar {
    margin: 40px 0 60px 0;
  }
}


.elementor-widget:not(:last-child) {
    margin-bottom: 5px !important;
}