body {
  font-family: "Montserrat", sans-serif;
  background-color: #f2f2f2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", serif;
  font-weight: 400;
}

h2.section-title {
  font-weight: 300;
  letter-spacing: 3px;
}

a {
  color: #333;
  text-decoration: none;
  position: relative;
}

.has-link a:hover {
  color: black;
}
.has-link a:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #333;
  bottom: -2px;
  left: 0;
  animation: left-to-right-width 1s;
}

.site-title a:hover::after {
  display: none;
}

.light-bg::-moz-selection {
  color: #f2f2f2;
  background-color: #333;
}

.light-bg::selection {
  color: #f2f2f2;
  background-color: #333;
}
.light-bg .main-btn {
  background-color: #333;
  border-color: #333;
}

.dark-bg::-moz-selection {
  color: #333;
  background-color: #f2f2f2;
}

.dark-bg::selection {
  color: #333;
  background-color: #f2f2f2;
}

.light-text {
  color: #f2f2f2;
}

.dark-text {
  color: #333;
}

.btn, .main-btn {
  text-align: center;
  color: #f2f2f2;
  font-weight: 400;
  border: 2px solid #f2f2f2;
  border-radius: 0;
  min-width: 200px;
  padding: 1.125em 0;
}
@media (max-width: 992px) {
  .btn, .main-btn {
    min-width: 150px;
    padding: 0.75em;
  }
}
.btn:hover, .main-btn:hover {
  background-color: #f2f2f2;
  color: #333;
}
.btn.main-btn--dark, .main-btn.main-btn--dark {
  color: #333;
  border-color: #333;
  background-color: #f2f2f2;
}
.btn.main-btn--dark:hover, .main-btn.main-btn--dark:hover {
  background-color: #333;
  color: #f2f2f2;
}

p.read-more {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
}
p.read-more a {
  text-decoration: none;
  color: inherit;
}
p.read-more:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #333;
  bottom: 0;
  left: 0;
}
p.read-more:hover::after {
  animation: left-to-right-width 1s;
}

html {
  margin-top: 0 !important;
}

.post-edit-link, #ae-admin-button {
  position: fixed;
  background: #fff;
  bottom: 20px;
  left: 120px;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  color: #333;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.post-edit-link:hover, #ae-admin-button:hover {
  text-decoration: underline;
}

#ae-admin-button {
  left: 20px;
}

#wpadminbar {
  display: none !important;
}

@keyframes left-to-right-width {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
body .uwy.userway_p5 .userway_buttons_wrapper {
  right: 13px !important;
  left: auto !important;
}

body .uwy.utb .uai {
  height: 50px !important;
  width: 50px !important;
}/*# sourceMappingURL=theme-styles.css.map */