/*
Theme Name: As-blog
Author: All Square
Author URI: https://www.allsquaregolf.com/
Description: Custom Theme made for the All Square Blog
Version: 1.0
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
}
body.active {
  overflow: hidden;
}

input:hover, input:focus, input:active {
  outline: none;
}

.rt-time {
  margin-left: 5px;
}

.wp-block-button {
  margin-bottom: 40px;
}

.wp-block-button__link {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#35c88b+0,35c8c1+100 */
  background: #35c88b; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #35c88b 0%, #35c8c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#35c88b", endColorstr="#35c8c1",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 15px;
}

.single-article__content strong {
  font-weight: 600;
}
.single-article__content em {
  font-style: italic;
}

.wp-block-gallery {
  padding-left: 0 !important;
}
.wp-block-gallery figure {
  align-items: unset !important;
}

.as-button {
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  background-color: transparent;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.as-button:hover {
  cursor: pointer;
}
.as-button.big {
  font-size: 14px;
  height: 44px;
  padding: 0 20px;
}
.as-button.medium {
  font-size: 12px;
  height: 32px;
  padding: 0 15px;
}
.as-button.small {
  font-size: 10px;
  height: 26px;
  padding: 0 10px;
}
.as-button.primary {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#35c88b+0,35c8c1+100 */
  background: #35c88b;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #35c88b 0%, #35c8c1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$primary, endColorstr=$primary,GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.as-button.primary:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#35c88b+0,35c8c1+100 */
  background: #35c88b;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #2aa06f 0%, #2aa09a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=darken($primary, 10%), endColorstr=darken($primary-variant, 10%),GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.as-button.primary-outline {
  color: #35c88b;
  border: 2px solid #35c88b;
}
.as-button.primary-outline:hover {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#35c88b+0,35c8c1+100 */
  background: #35c88b;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #35c88b 0%, #35c8c1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$primary, endColorstr=$primary,GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.as-button.primary-flat {
  color: #35c88b;
}
.as-button.black {
  color: #fff;
  background-color: #000;
}
.as-button.black-outline {
  color: #000;
  border: 2px solid #000;
}
.as-button.black-flat {
  color: #000;
}

.category {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) and (max-width: 1200px) {
  .category {
    padding: 0 40px;
    box-sizing: border-box;
  }
}
@media (max-width: 900px) {
  .category {
    padding: 0 40px;
    box-sizing: border-box;
  }
}
@media (max-width: 599px) {
  .category {
    margin-bottom: 10px;
    padding: 0;
  }
}

.category__tag-wrapper {
  flex: 100%;
}
@media (max-width: 599px) {
  .category__tag-wrapper {
    margin: 0 20px;
  }
}

.category_main-title {
  display: none;
}

.category-main-title__current {
  font-weight: 600;
}

.category-main-title__link {
  text-decoration: none;
  color: #666;
}

.category-main-title__separator {
  color: #666;
}

.category-title {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
  color: #888;
}

.category-filter {
  display: flex;
  flex-wrap: wrap;
  /* @include for-phone-only {
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
  } */
}
@media (max-width: 599px) {
  .category-filter {
    padding: 0 20px;
  }
}

.category-filter__list-item {
  margin-right: 10px;
  margin-bottom: 10px;
  /* @include for-phone-only {
    &:first-child {
      margin-left: 20px;
    }

    &:last-child {
      .category-filter__list-link {
        margin-right: 20px;
      }
    }
  } */
}

.category-filter__list-link {
  display: block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  background-color: #eee;
  border-radius: 5px;
  padding: 5px 10px;
}

.category-main-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 40px;
}

.blog-main-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
  height: 88px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (min-width: 900px) and (max-width: 1200px) {
  .blog-main-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 900px) {
  .blog-main-header {
    height: inherit;
    margin-bottom: 20px;
    border: none;
    box-shadow: none;
  }
}
@media (max-width: 599px) {
  .blog-main-header {
    margin-bottom: 0;
  }
}

.blog-main-header__container {
  height: 100%;
  padding: 0 60px;
  margin: 0 auto;
  display: flex;
  box-shadow: inset 0 -1px 0 0 #eee;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 900px) and (max-width: 1200px) {
  .blog-main-header__container {
    padding: 0 40px;
  }
}
@media (max-width: 900px) {
  .blog-main-header__container {
    width: 100%;
    height: 66px;
    padding: 0 40px;
    box-sizing: border-box;
  }
}
@media (max-width: 599px) {
  .blog-main-header__container {
    width: 100%;
    height: 66px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

.blog-main-header__title {
  width: 44px;
  height: 44px;
}
@media (max-width: 599px) {
  .blog-main-header__title {
    height: 32px;
    width: 32px;
    position: absolute;
    z-index: 20;
  }
}

.blog-main-header__nav {
  height: 100%;
  margin-right: auto;
}
@media (max-width: 900px) {
  .blog-main-header__nav {
    display: none;
  }
}

.blog-main-header__nav-close-btn {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (max-width: 599px) {
  .blog-main-header__nav-close-btn {
    display: block;
    background-color: transparent;
    border: none;
  }
}

.blog-main-header__nav-list {
  display: flex;
  height: 100%;
  align-items: center;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 599px) {
  .blog-main-header__nav-list {
    display: block;
    height: initial;
    width: 100%;
    box-sizing: border-box;
  }
}

.blog-main-header__nav-list-item {
  height: 100%;
}
.blog-main-header__nav-list-item:first-child {
  margin-left: 20px;
}
@media (max-width: 599px) {
  .blog-main-header__nav-list-item:first-child {
    margin-left: 0;
  }
}
@media (max-width: 599px) {
  .blog-main-header__nav-list-item:last-child {
    margin-bottom: 0;
  }
}
.blog-main-header__nav-list-item.active {
  box-shadow: inset 0 -2px 0 0 #37c88b;
}
.blog-main-header__nav-list-item.active .blog-main-header__nav-list-link {
  color: #000;
}
@media (max-width: 599px) {
  .blog-main-header__nav-list-item.active {
    border: none;
  }
}
@media (max-width: 599px) {
  .blog-main-header__nav-list-item {
    margin-left: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
  }
}

.blog-main-header__nav-list-link {
  font-size: 12px;
  font-weight: 700;
  color: #888;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.1s ease-in-out;
}
.blog-main-header__nav-list-link:hover, .blog-main-header__nav-list-link[hovered] {
  color: #000;
}
@media (max-width: 599px) {
  .blog-main-header__nav-list-link {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0;
  }
}

.blog-main-header__btn-wrapper {
  display: flex;
  margin-left: 20px;
}

.blog-main-header__search,
.blog-main-header__menu-btn {
  height: 44px;
  width: 44px;
  background-color: #fff;
  border: none;
  border-radius: 22px;
  transition: background-color 0.1s ease-in-out;
}
@media (hover) {
  .blog-main-header__search:hover,
.blog-main-header__menu-btn:hover {
    cursor: pointer;
    background-color: #eee;
  }
}
@media (max-width: 599px) {
  .blog-main-header__search,
.blog-main-header__menu-btn {
    justify-self: end;
    height: 32px;
    width: 32px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}

@media (max-width: 900px) {
  .blog-main-header__nav-signin-btn {
    margin-left: auto;
  }
}

.blog-main-header__menu-btn {
  margin-left: 10px;
  display: none;
}
@media (max-width: 599px) {
  .blog-main-header__menu-btn {
    display: block;
  }
}

.blog-main-header__dropdown {
  background-color: #fff;
  height: 420px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  transition: transform 0.4s ease-in-out;
  transform: translateY(-488px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
.blog-main-header__dropdown[active] {
  transform: translateY(88px);
}

.blog-main-header__dropdown-pan {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  padding: 40px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: 60% 40%;
}
.blog-main-header__dropdown-pan[active] {
  pointer-events: initial;
  visibility: visible;
  opacity: 1;
}

.dropdown-pan__list-container {
  display: flex;
}

.dropdown-pan__list {
  flex-basis: 100%;
}

.dropdown-pan__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
  grid-column-start: 1;
  grid-column-end: 3;
}

.dropdown-pan__list-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

.dropdown-pan__list-item h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.dropdown-pan__list-link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.dropdown-pan__list-link:hover {
  text-decoration: underline;
}

.dropdown-pan__picture-container {
  display: flex;
  justify-content: center;
}

.dropdown-pan__picture-wrapper {
  display: flex;
  width: 400px;
  height: 266px;
  position: relative;
  flex-direction: column;
}
.dropdown-pan__picture-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.45), transparent 87%);
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.dropdown-pan__picture-wrapper:hover {
  cursor: pointer;
}
.dropdown-pan__picture-wrapper:hover:before {
  opacity: 1;
}
.dropdown-pan__picture-wrapper:hover .dropdown-pan__picture-title {
  transform: translateY(-20px);
  text-shadow: 0 0 80px black;
  z-index: 2;
}
.dropdown-pan__picture-wrapper:hover .dropdown-pan__picture-subtitle {
  opacity: 1;
  transform: translateY(20px);
  text-shadow: 0 0 80px black;
  z-index: 2;
}

.dropdown-pan__picture {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  width: 400px;
  height: 266px;
  -o-object-fit: cover;
  object-fit: cover;
}

.dropdown-pan__picture-title,
.dropdown-pan__picture-subtitle {
  position: absolute;
  color: #fff;
  left: 0;
  transform: translateY(0);
  text-align: center;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.dropdown-pan__picture-title {
  font-size: 26px;
  font-weight: 600;
  top: calc(50% - 20px);
}

.dropdown-pan__picture-subtitle {
  font-size: 12px;
  font-weight: 600;
  opacity: 0;
  top: calc(50% - 10px);
}

.dropdown-pan__list-heading {
  font-weight: 600;
  font-size: 16px;
}
.dropdown-pan__list-heading a {
  font-size: inherit;
  font-weight: inherit;
}

.footer {
  background-color: #121221;
  padding-top: 60px;
}
@media (min-width: 900px) and (max-width: 1200px) {
  .footer {
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
  }
}
@media (max-width: 900px) {
  .footer {
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
  }
}
@media (max-width: 599px) {
  .footer {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}

.footer__container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .footer__container {
    display: block;
    padding: 0 20px;
  }
}

.footer-intro {
  margin-right: auto;
}
@media (min-width: 900px) and (max-width: 1200px) {
  .footer-intro {
    width: 220px;
  }
}
@media (max-width: 900px) {
  .footer-intro {
    width: 220px;
  }
}
@media (max-width: 599px) {
  .footer-intro {
    margin-bottom: 40px;
  }
}

.footer_title {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  max-width: 375px;
}
@media (max-width: 599px) {
  .footer_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.footer-social {
  display: flex;
}

.footer-list-wrapper {
  margin-right: 40px;
  margin-bottom: 40px;
  width: 165px;
}
.footer-list-wrapper.large {
  width: 270px;
}
.footer-list-wrapper.last {
  margin-right: 0;
}
@media (max-width: 599px) {
  .footer-list-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.footer-social__item {
  margin-right: 30px;
}
.footer-social__item:last-child {
  margin-right: 0;
}

@media (max-width: 599px) {
  .footer-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.footer-list-title {
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-list__item {
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .footer-list__item {
    margin-right: 40px;
    margin-bottom: 20px;
  }
}

.footer-list__link {
  color: #aaa;
  font-size: 14px;
  text-decoration: none;
}
.footer-list__link:hover {
  color: #fff;
}

.footer-badges {
  width: 100%;
  display: flex;
  margin-bottom: 40px;
}

.footer-badges__badge-link {
  display: flex;
  margin-right: 10px;
}
@media (max-width: 599px) {
  .footer-badges__badge-link {
    flex: 1;
  }
  .footer-badges__badge-link:last-child {
    margin-right: 0;
  }
}

.footer-badges__badge-img {
  height: 32px;
}
@media (max-width: 599px) {
  .footer-badges__badge-img {
    height: unset;
    width: 100%;
  }
}

.footer-bottom {
  border-top: 1px solid #222;
  display: flex;
  width: 100%;
}
@media (max-width: 599px) {
  .footer-bottom {
    flex-direction: column-reverse;
    padding: 20px 0;
  }
}

.footer-bottom__copy {
  color: #aaa;
  font-size: 12px;
  text-decoration: none;
  margin-right: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  .footer-bottom__copy {
    text-align: center;
    margin-right: unset;
  }
}

.footer-bottom__links {
  display: flex;
}
@media (max-width: 599px) {
  .footer-bottom__links {
    justify-content: space-between;
    margin-bottom: 30px;
  }
}

.footer-bottom__link-item {
  margin-right: 60px;
  height: 80px;
}
.footer-bottom__link-item:last-child {
  margin-right: 0;
}
.footer-bottom__link-item.has-list {
  position: relative;
}
.footer-bottom__link-item.has-list:hover {
  box-shadow: inset 0 1px 0 0 #fff;
}
.footer-bottom__link-item.has-list:hover .footer-bottom__link {
  color: #fff;
}
.footer-bottom__link-item.has-list:hover .footer-bottom__sub-list {
  display: flex;
}
@media (max-width: 599px) {
  .footer-bottom__link-item {
    margin-right: 0;
  }
}

.footer-bottom__link {
  color: #aaa;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  height: 100%;
  align-items: center;
}

.footer-bottom__sub-list {
  background-color: #333;
  position: absolute;
  bottom: 80px;
  left: 0;
  display: none;
  flex-direction: column;
  width: 270px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.25);
}

.footer-bottom__sub-item {
  margin-bottom: 20px;
}
.footer-bottom__sub-item:last-child {
  margin-bottom: 0;
}

.footer-bottom__sub-link {
  color: #aaa;
  font-size: 14px;
  text-decoration: none;
}
.footer-bottom__sub-link:hover {
  color: #fff;
}

.menu-category {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
.menu-category.category {
  width: initial;
  height: 44px;
  border-top: none;
  margin-bottom: 40px;
}
.menu-category.category .menu-category__list {
  justify-content: flex-start;
}
.menu-category.category .menu-category__list-item {
  flex: initial;
  margin-right: 20px;
}
@media (max-width: 599px) {
  .menu-category {
    border-radius: 0;
    border-bottom: 1px solid #eee;
    position: -webkit-sticky;
    position: sticky;
    top: 66px;
    z-index: 3;
    transition: box-shadow 0.2s ease-in-out;
  }
  .menu-category[sticky] {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
  }
}

.menu-category__list {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 599px) {
  .menu-category__list {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
}

.menu-category__list-item {
  position: relative;
  flex: 1;
}
.menu-category__list-item[current] .menu-category__list-link {
  color: #000;
}
@media (hover) {
  .menu-category__list-item:hover .menu-category__list-link {
    color: #000;
  }
}
@media (max-width: 599px) {
  .menu-category__list-item {
    display: inline-block;
  }
  .menu-category__list-item:first-child {
    margin-left: 10px;
  }
  .menu-category__list-item[current] .menu-category__list-link {
    color: #000;
    border-bottom: 2px solid #37c88b;
  }
}

.menu-category__list-link,
.menu-category__list-icon {
  transition: all 0.1s ease-in-out;
}

.menu-category__list-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #666;
  font-weight: 600;
  height: 44px;
  letter-spacing: 0.05em;
}
@media (max-width: 599px) {
  .menu-category__list-link {
    display: block;
    line-height: 44px;
    padding: 0 10px;
    letter-spacing: 1px;
    color: #888;
  }
}

.menu-category__list-icon {
  opacity: 0.5;
  margin-left: 5px;
}

.menu-category__sub {
  display: none;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  top: 44px;
  left: 0;
  z-index: 10;
  opacity: 0;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.newsletter {
  width: auto;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .newsletter {
    padding: 0 20px;
  }
}

.newsletter__form {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 20px;
}
.newsletter__form.success {
  pointer-events: none;
}
@media (max-width: 599px) {
  .newsletter__form {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.newsletter__input {
  position: relative;
  z-index: 1;
  background-color: #fff;
  height: 44px;
  width: 370px;
  border: none;
  border-radius: 22px;
  padding-left: 20px;
  padding-right: 44px;
  font-size: 16px;
  box-sizing: border-box;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  transition: width 0.2s ease-in-out;
}
.newsletter__input.validated {
  width: 44px;
  padding: 0;
}
.newsletter__input.validated::-moz-placeholder {
  color: transparent;
}
.newsletter__input.validated::placeholder {
  color: transparent;
}
.newsletter__input.error {
  border: 2px solid red;
}
@media (max-width: 599px) {
  .newsletter__input {
    min-width: inherit;
    width: 100%;
  }
}

.newsletter_error {
  display: none;
  font-size: 12px;
  position: absolute;
  width: 370px;
  top: 0;
  background-color: red;
  z-index: 0;
  height: 100px;
  padding-top: 54px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 22px;
  color: #fff;
  box-sizing: border-box;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.newsletter_error.active {
  display: block;
}
@media (max-width: 599px) {
  .newsletter_error {
    width: auto;
  }
}

.newsletter__submit {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: none;
  position: absolute;
  z-index: 2;
  right: 6px;
  top: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 4px 0 rgba(55, 200, 139, 0.25);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#35c88b+0,35c8c1+100 */
  background: #35c88b; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #35c88b 0%, #35c8c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#35c88b", endColorstr="#35c8c1",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  transition: all 0.2s ease-in-out;
}
.newsletter__submit:hover {
  cursor: pointer;
}
.newsletter__submit.success {
  height: 44px;
  width: 44px;
  top: 0;
  left: 0;
  border-radius: 22px;
  pointer-events: none;
}
@media (max-width: 599px) {
  .newsletter__submit.success {
    width: 100%;
  }
}

.newsletter__submit-arrow.active {
  display: block;
}
.newsletter__submit-arrow.unactive {
  display: none;
}

.newsletter__submit-check.active {
  display: block;
}
.newsletter__submit-check.unactive {
  display: none;
}

.main-newsletter {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 40px 0;
}
@media (min-width: 900px) and (max-width: 1200px) {
  .main-newsletter {
    padding: 40px;
    box-sizing: border-box;
  }
}
@media (max-width: 900px) {
  .main-newsletter {
    padding: 40px;
    box-sizing: border-box;
  }
}
@media (max-width: 599px) {
  .main-newsletter {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}

.newsletter-title {
  font-size: 24px;
  font-weight: 500;
  margin-right: 20px;
}
@media (max-width: 599px) {
  .newsletter-title {
    margin-right: 0;
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 20px;
  }
}

.newsletter-container {
  background-color: #eee;
}

.main-search {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  overflow-y: scroll;
}
@media (min-width: 900px) and (max-width: 1200px) {
  .main-search {
    padding: 0 40px;
    box-sizing: border-box;
  }
}
.main-search.active {
  display: flex;
  flex-direction: column;
}
.main-search .searchform {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  flex: auto;
  position: relative;
  padding-left: 40px;
  width: 100%;
  margin-bottom: 40px;
}
.main-search .searchform > div {
  position: relative;
}
@media (min-width: 900px) and (max-width: 1200px) {
  .main-search .searchform {
    box-sizing: border-box;
    margin-top: 150px;
  }
}
@media (max-width: 599px) {
  .main-search .searchform {
    flex: initial;
    width: 90%;
    box-sizing: border-box;
    padding-left: 0;
    margin-top: 100px;
  }
}
.main-search .searchInput {
  width: 100%;
  height: 88px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #eee;
  color: #000;
  font-size: 32px;
}
@media (max-width: 599px) {
  .main-search .searchInput {
    height: 44px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 44px;
    box-sizing: border-box;
  }
}
.main-search .searchInput::-moz-placeholder {
  color: #aaa;
}
.main-search .searchInput::placeholder {
  color: #aaa;
}
.main-search .searchform__icon {
  position: absolute;
  left: -40px;
  top: 37px;
}
@media (max-width: 599px) {
  .main-search .searchform__icon {
    top: 13px;
    left: 0;
  }
}
.main-search .searchForm_closeBtn {
  background-color: transparent;
  border: none;
  padding: 10px;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 10;
}
@media (max-width: 599px) {
  .main-search .searchForm_closeBtn {
    right: 20px;
    top: 20px;
    background-color: #fff;
    border-radius: 50%;
  }
}
.main-search .searchForm_closeBtn:hover {
  cursor: pointer;
}
.main-search .searchSubmit {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#35c88b+0,35c8c1+100 */
  background: #35c88b; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #35c88b 0%, #35c8c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#35c88b", endColorstr="#35c8c1",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  position: absolute;
  top: calc(50% - 22px);
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
@media (max-width: 599px) {
  .main-search .searchSubmit {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    top: calc(50% - 16px);
  }
}
.main-search .searchSubmit[disabled] {
  opacity: 0.5;
}

@media (max-width: 599px) {
  .home-intro__main-title.search-results__main-title {
    margin-bottom: 40px;
  }
}

.main-search__suggestions-title {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .main-search__suggestions-title {
    padding: 0 20px;
  }
}

/** Home Page **/
.home-intro {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 900px) {
  .home-intro {
    margin: 0 40px;
    padding-top: 20px;
  }
}
@media (max-width: 599px) {
  .home-intro {
    margin: 0 20px;
    padding-top: 20px;
  }
}

.home-intro__main-title {
  width: 75%;
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 900px) and (max-width: 1200px) {
  .home-intro__main-title {
    padding: 0 40px;
    font-size: 44px;
  }
}
@media (max-width: 900px) {
  .home-intro__main-title {
    font-size: 26px;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 599px) {
  .home-intro__main-title {
    font-size: 22px;
    width: 100%;
    margin-bottom: 10px;
  }
}

.home-intro__sub-title {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}
@media (min-width: 900px) and (max-width: 1200px) {
  .home-intro__sub-title {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .home-intro__sub-title {
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
  }
}

.home-articles {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
  display: grid;
  grid-column-gap: 40px;
  grid-gap: 40px;
  grid-row-gap: 40px;
}
@media (min-width: 900px) and (max-width: 1200px) {
  .home-articles {
    padding: 0 40px;
  }
}
@media (min-width: 900px) {
  .home-articles {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .home-articles {
    max-width: none;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 599px) {
  .home-articles {
    width: 100%;
    display: block;
    padding: 0;
  }
}

.home-articles__article {
  position: relative;
  max-height: 520px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
  /* &:nth-child(4n + 5) {
    grid-column: span 2;

    .home-articles__article-link {
      display: grid;
      grid-template-columns: 1fr 1fr;
      height: 100%;
      grid-column-gap: 40px;

      @include for-phone-only {
        grid-column-gap: 20px;
      }

      .home-articles__article-title {
        @include for-phone-only {
          margin-bottom: 10px;
        }
      }

      .home-articles__article-preview {
        line-clamp: 4;
        -webkit-line-clamp: 4;
        @include for-phone-only {
          margin-bottom: auto;
        }
      }

      .home-articles__article-cover {
        height: 100%;
        border-radius: 0;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;

        @include for-phone-only {
          height: 260px;
          border-radius: 10px;
          margin-bottom: 0;
        }
      }

      .home-articles__article-content {
        padding-left: 0;
      }
    }
  }

  &:nth-child(3n) {
    grid-column: span 1;

    .home-articles__article-link {
      display: block;

      .home-articles__article-title {
        @include for-phone-only {
          margin-bottom: 10px;
        }
      }

      .home-articles__article-preview {
        line-clamp: 2;
        -webkit-line-clamp: 2;
      }

      .home-articles__article-cover {
        height: 260px;
        border-radius: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;

        @include for-phone-only {
          border-radius: 10px;
          margin-bottom: 10px;
        }
      }

      .home-articles__article-content {
        padding-left: 30px;

        @include for-phone-only {
          padding: 0;
        }
      }
    }
  } */
}
.home-articles__article.inSearch {
  height: 100%;
}
@media (max-width: 599px) {
  .home-articles__article.inSearch {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .home-articles__article {
    margin: 0 20px 40px;
    background-color: transparent;
    box-shadow: none;
  }
}
.home-articles__article:hover {
  transform: translateY(-10px);
}
.home-articles__article:hover .home-articles__article-cover-icon {
  opacity: 1;
}

.home-articles__article-boxing {
  display: flex;
}

.home-articles__article-link {
  display: block;
  text-decoration: none;
}

.home-articles__article-cover {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
}
@media (max-width: 599px) {
  .home-articles__article-cover {
    border-radius: 10px;
    margin-bottom: 10px;
  }
}

.home-articles__article-cover-icon {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 20px;
  right: 20px;
  opacity: 0.5;
  transition: opacity 0.1s ease-in-out;
}

.home-articles__article-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  box-sizing: border-box;
}
.home-articles__article-content.inSearch {
  min-height: initial;
}
@media (max-width: 599px) {
  .home-articles__article-content {
    padding: 0;
    min-height: inherit;
  }
}

.home-articles__article-author {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  position: relative;
  left: -4px;
}

.home-articles__article-title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  display: -webkit-box;
  line-clamp: 2;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-articles__article-title.inSearch {
  font-size: 16px;
}
@media (max-width: 599px) {
  .home-articles__article-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.home-articles__article-category {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background-color: #35c88b;
  display: inline-flex;
  height: 20px;
  align-items: center;
  padding: 0 5px;
  border-radius: 5px;
  align-self: baseline;
  margin-bottom: 10px;
}

.home-articles__article-preview {
  display: -webkit-box;
  line-clamp: 2;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #666;
  margin-bottom: auto;
}
@media (max-width: 599px) {
  .home-articles__article-preview {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.home-slider {
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (max-width: 599px) {
  .home-slider {
    margin-bottom: 40px;
  }
}

.home-slider__main-carousel {
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .home-slider__main-carousel {
    margin-bottom: 20px;
  }
}

.home-slider .carousel-cell {
  width: 1300px;
  height: 600px;
  margin-right: 40px;
  background: #8c8;
  border-radius: 10px;
  box-sizing: border-box;
}
@media (min-width: 900px) and (max-width: 1200px) {
  .home-slider .carousel-cell {
    width: calc(100% - 40px);
    height: 520px;
    margin-right: 10px;
  }
}
@media (max-width: 900px) {
  .home-slider .carousel-cell {
    width: calc(100% - 40px);
    height: 470px;
    margin-right: 10px;
  }
}
@media (max-width: 599px) {
  .home-slider .carousel-cell {
    height: 370px;
  }
}
.home-slider .carousel-cell:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 50%;
  pointer-events: none;
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.75+0,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#bf000000", endColorstr="#00000000",GradientType=1 ); /* IE6-9 */
  z-index: 1;
  border-radius: 10px;
}
@media (max-width: 599px) {
  .home-slider .carousel-cell:before {
    width: 100%;
    height: 50%;
    top: inherit;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.75+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#bf000000",GradientType=0 ); /* IE6-9 */
  }
}

.home-slider__main-carousel-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.home-slider__main-carousel-date,
.home-slider__main-carousel-category,
.home-slider__main-carousel-title,
.home-slider__main-carousel-preview,
.home-slider__main-carousel-btn {
  position: relative;
  z-index: 1;
}

.home-slider__main-carousel-content {
  text-decoration: none;
  padding: 60px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .home-slider__main-carousel-content {
    padding: 20px;
    align-items: flex-end;
  }
}

.home-slider__main-carousel-category {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #35c88b;
  color: #fff;
  border-radius: 5px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  padding: 0 5px;
  margin-right: 15px;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .home-slider__main-carousel-category {
    margin-bottom: 10px;
  }
}

.home-slider__main-carousel-date {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  margin-left: 20px;
}
@media (max-width: 599px) {
  .home-slider__main-carousel-date {
    font-size: 12px;
    margin-left: -5px;
  }
}

.home-slider__main-carousel-title {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  max-width: 520px;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .home-slider__main-carousel-title {
    font-size: 24px;
    margin-bottom: 0;
  }
}

.home-slider__main-carousel-preview {
  font-size: 16px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  max-width: 520px;
  margin-bottom: 30px;
  display: -webkit-box;
  line-clamp: 3;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 599px) {
  .home-slider__main-carousel-preview {
    display: none;
  }
}

.home-slider__main-carousel-btn {
  height: 44px;
  border: 1px solid #fff;
  padding: 0 20px;
  background-color: transparent;
  border-radius: 22px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 599px) {
  .home-slider__main-carousel-btn {
    display: none;
  }
}
.home-slider__main-carousel-btn:hover {
  cursor: pointer;
  background-color: #fff;
  color: #000;
}

.home-slider__controls {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
@media (min-width: 900px) and (max-width: 1200px) {
  .home-slider__controls {
    padding: 0 40px;
  }
}

.home-slider__control {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  border: none;
  background-color: #eee;
}
.home-slider__control:hover {
  background-color: #ddd;
  cursor: pointer;
}
.home-slider__control:disabled {
  opacity: 0.5;
  background-color: #eee;
  cursor: not-allowed;
}

.home-slider__control-next {
  margin-left: 10px;
}

@media (max-width: 900px) {
  .home-slider__control-next,
.home-slider__control-prev {
    display: none;
  }
}

.home-slider__control-more {
  display: flex;
  align-items: center;
  margin-right: auto;
  height: 44px;
  border: none;
  background: none;
  text-transform: uppercase;
  text-decoration: none;
  color: #35c88b;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 900px) {
  .home-slider__control-more {
    margin-left: 40px;
  }
}
@media (max-width: 599px) {
  .home-slider__control-more {
    margin-left: 20px;
  }
}

.main-pagination {
  grid-column: span 3;
  margin-bottom: 40px;
}
.main-pagination h2 {
  display: none;
}
.main-pagination .navigation {
  justify-content: center;
  text-align: center;
}
.main-pagination .nav-links {
  display: inline-flex;
}
@media (max-width: 599px) {
  .main-pagination .nav-links {
    display: flex;
    padding: 0 20px;
  }
}
.main-pagination .page-numbers {
  text-decoration: none;
  height: 44px;
  width: 44px;
  text-transform: uppercase;
  font-weight: 700;
  color: #666;
  font-size: 14px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-pagination .page-numbers.current {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#35c88b+0,35c8c1+100 */
  background: #35c88b; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #35c88b 0%, #35c8c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#35c88b", endColorstr="#35c8c1",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color: #fff;
}
.main-pagination .page-numbers.prev {
  margin-right: 100px;
}
@media (max-width: 599px) {
  .main-pagination .page-numbers.prev {
    margin-right: auto;
  }
}
.main-pagination .page-numbers.next {
  margin-left: 100px;
}
@media (max-width: 599px) {
  .main-pagination .page-numbers.next {
    margin-left: auto;
  }
}

@media (min-width: 900px) and (max-width: 1200px) {
  .single-article {
    padding: 0 40px;
    padding-top: 40px;
    box-sizing: border-box;
  }
}
@media (max-width: 900px) {
  .single-article {
    padding: 0 40px;
    padding-top: 40px;
    box-sizing: border-box;
  }
}
@media (max-width: 599px) {
  .single-article {
    padding: 0;
    padding-top: 20px;
  }
}

.single-article__title {
  font-size: 44px;
  font-weight: 600;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .single-article__title {
    font-size: 22px;
    padding: 0 20px;
    margin-bottom: 10px;
  }
}

.single-article__author {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  color: #666;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  .single-article__author {
    font-size: 14px;
    display: flex;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
}

.single-article__author-avatar {
  display: block;
  margin-right: 10px;
  border-radius: 50%;
}
@media (max-width: 599px) {
  .single-article__author-avatar {
    width: 44px;
    height: 44px;
  }
}

.single-article__author-content {
  display: flex;
  flex-direction: column;
}

.single-article__author-name {
  color: #000;
}
@media (max-width: 599px) {
  .single-article__author-name {
    font-size: 14px;
  }
}

.single-article__author-time {
  font-size: 16px;
}
@media (max-width: 599px) {
  .single-article__author-time {
    font-size: 12px;
  }
}

.single-article__cover {
  display: block;
  width: 100%;
  max-width: 1300px;
  height: 600px;
  margin: 0 auto;
  margin-bottom: 80px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 900px) and (max-width: 1200px) {
  .single-article__cover {
    margin-bottom: 40px;
  }
}
@media (max-width: 900px) {
  .single-article__cover {
    margin-bottom: 40px;
  }
}
@media (max-width: 599px) {
  .single-article__cover {
    height: auto;
    border-radius: 0;
    margin-bottom: 30px;
  }
}

.single-article__category-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 599px) {
  .single-article__category-wrapper {
    padding: 0 20px;
    box-sizing: border-box;
  }
}

.single-article__category {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #35c88b;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 5px;
  align-self: baseline;
  margin-bottom: 20px;
  text-decoration: none;
  margin-right: 10px;
}
.single-article__category.category-purple {
  background-color: #5d00c1;
}
.single-article__category:last-child {
  margin-right: 0;
}
@media (max-width: 599px) {
  .single-article__category {
    padding: 2px 5px;
    margin-bottom: 10px;
  }
}

.single-article__content {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
@media (min-width: 900px) and (max-width: 1200px) {
  .single-article__content {
    max-width: none;
  }
}
@media (max-width: 599px) {
  .single-article__content {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.single-article__content h2, .single-article__content h3, .single-article__content h4, .single-article__content h5, .single-article__content h6 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .single-article__content h2, .single-article__content h3, .single-article__content h4, .single-article__content h5, .single-article__content h6 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.single-article__content video {
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .single-article__content video {
    margin-bottom: 10px;
  }
}
.single-article__content iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 599px) {
  .single-article__content iframe {
    height: 220px;
  }
}
.single-article__content p {
  font-size: 18px;
  margin-bottom: 40px;
  color: #000;
}
@media (max-width: 599px) {
  .single-article__content p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.single-article__content .wp-block-image {
  margin: 0;
}
.single-article__content .wp-block-image.caption img {
  margin-bottom: 0;
}
.single-article__content .wp-block-image.caption figcaption {
  text-align: center;
  margin-bottom: 40px;
  color: #666;
  font-size: 14px;
}
@media (max-width: 599px) {
  .single-article__content .wp-block-image.caption figcaption {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.single-article__content .wp-block-image.caption figcaption a {
  text-decoration: none;
  color: #666;
}
.single-article__content .wp-block-image.caption figcaption a:hover {
  text-decoration: underline;
}
.single-article__content .wp-block-image a {
  display: block;
}
.single-article__content blockquote {
  padding-left: 20px;
  border-left: 2px solid #35c88b;
  font-style: italic;
}
.single-article__content blockquote p {
  font-size: 24px;
  font-weight: 200;
  color: #000;
}
@media (max-width: 599px) {
  .single-article__content blockquote p {
    font-size: 18px;
  }
}
.single-article__content ul {
  padding-left: 20px;
  list-style-type: disc;
  font-size: 20px;
  margin-bottom: 40px;
  color: #666;
}
@media (max-width: 599px) {
  .single-article__content ul {
    font-size: 16px;
  }
}
.single-article__content a {
  color: #35c88b;
}
.single-article__content figure {
  display: block;
}
.single-article__content img {
  width: 100%;
  height: initial;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 40px;
  border-radius: 5px;
}
@media (max-width: 599px) {
  .single-article__content img {
    margin-bottom: 30px;
  }
}

.single-article__related-wrapper {
  width: 100%;
  box-sizing: border-box;
}

.single-article__wp-discuz {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 900px) and (max-width: 1200px) {
  .single-article__wp-discuz {
    max-width: none;
  }
}
@media (max-width: 599px) {
  .single-article__wp-discuz {
    padding: 0 20px;
  }
}

.single-article__related-main-title {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  box-sizing: border-box;
}
@media (min-width: 900px) and (max-width: 1200px) {
  .single-article__related-main-title {
    max-width: none;
  }
}
@media (max-width: 599px) {
  .single-article__related-main-title {
    padding: 0 20px;
  }
}

.single-article__related-title {
  font-size: 18px;
}

@media (max-width: 599px) {
  .single-article__related-item {
    margin-bottom: 20px;
  }
}

.single-article__related {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  grid-gap: 40px;
  margin-bottom: 80px;
}
@media (min-width: 900px) and (max-width: 1200px) {
  .single-article__related {
    max-width: none;
  }
}
@media (max-width: 599px) {
  .single-article__related {
    display: block;
  }
}

.single-article__related-link {
  text-decoration: none;
  color: #000;
  display: block;
}

.single-article__related-thumbnail {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .single-article__related-thumbnail {
    height: auto;
    min-height: 230px;
  }
}

.single-article__share {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 599px) {
  .single-article__share {
    display: none;
  }
}

.single-article__tags {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
  padding: 10px 0;
  box-sizing: border-box;
}
@media (min-width: 900px) and (max-width: 1200px) {
  .single-article__tags {
    max-width: none;
  }
}
@media (max-width: 599px) {
  .single-article__tags {
    max-width: 100%;
    padding: 10px 20px 0px 20px;
  }
}

.single-article__tag-list {
  display: flex;
  flex-wrap: wrap;
}

.single-article__tag-list-item {
  margin-right: 10px;
}
.single-article__tag-list-item:last-child {
  margin-right: 0;
}
@media (max-width: 599px) {
  .single-article__tag-list-item {
    margin-bottom: 10px;
  }
}

.single-article__tag-list-link {
  text-decoration: none;
  color: #444;
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 15px;
  background-color: #f8f8f8;
  text-transform: capitalize;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 600;
}

.single-article__newsletter {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .single-article__newsletter {
    padding: 0 20px;
  }
}

.single-article__newsletter-title {
  margin-bottom: 10px;
  font-weight: 600;
}

.single-article__gotop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 44px;
  height: 44px;
  background-color: #f8f8f8;
  border: none;
  outline: none;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.single-article__gotop.active {
  opacity: 1;
}
.single-article__gotop img {
  width: 16px;
  height: 16px;
}
/*# sourceMappingURL=style.css.map */
