html {
  font-size: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #ffffff;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
}

body {
  font-family: "Sora", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333333;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.3;
  color: #333333;
  padding: 0;
  margin: 0 0 0.625em 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1em;
  color: #333333;
}

a {
  color: #333333;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #008cff;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

small {
  font-size: 0.75rem;
}

.logo-advertisement {
  background: #ffffff;
}
@media (min-width: 768px) {
  .logo-advertisement.mobile {
    display: none;
  }
}
.logo-advertisement .bx-viewport {
  height: auto !important;
}
.logo-advertisement .desktop-advert--navigation, .logo-advertisement .tablet-advert--navigation {
  float: none;
}
.logo-advertisement .advertisement {
  padding: 0;
  margin: 0;
  border: none;
}

.advertisement {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  border-bottom: 1px solid #f0f0f0;
}
.advertisement--desktop {
  display: none;
}
@media (min-width: 991px) {
  .advertisement--desktop {
    display: block;
  }
}
@media (min-width: 1200px) {
  .advertisement--desktop {
    max-width: 825px;
    flex: 0 1 100%;
  }
}
@media (min-width: 991px) {
  .advertisement--tablet {
    display: none;
  }
}
.advertisement--vertical {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
}
@media (min-width: 1620px) {
  .advertisement--vertical {
    display: block;
    position: relative;
  }
  .advertisement--vertical .bx-wrapper {
    position: fixed;
    z-index: 2;
    top: 25%;
    width: 160px;
    height: 600px;
    transition: height 0.5s;
    overflow: hidden;
  }
  .advertisement--vertical .bx-wrapper:first-child {
    left: 30px;
  }
  .advertisement--vertical .bx-wrapper:last-child {
    right: 30px;
  }
}
@media (min-width: 1620px) {
  .advertisement--fixed {
    position: fixed;
    top: calc(50% - 300px);
    transition: transform 0.1s ease;
  }
  .advertisement--fixed.advertisement--left {
    left: 20px;
  }
  .advertisement--fixed.advertisement--right {
    right: 20px;
  }
}
.advertisement--fixed.stuck-to-footer {
  position: absolute !important;
  top: auto !important;
  bottom: 120px;
}
.advertisement--stopper {
  width: 100%;
  height: 1px;
  position: relative;
  z-index: -1;
}
.advertisement .mobile-advert, .advertisement .tablet-advert, .advertisement .desktop-advert {
  text-align: center;
  display: none;
}
.advertisement .mobile-advert {
  display: block;
}
@media (min-width: 768px) {
  .advertisement .mobile-advert {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .advertisement .tablet-advert {
    display: block;
  }
}
@media (min-width: 991px) {
  .advertisement .desktop-advert {
    display: block;
  }
}

.article-post .post-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
}
.article-post .post-content h2 a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333333;
  transition: color 0.2s ease;
}
.article-post .post-content h2 a:hover {
  color: #008cff;
}
.article-post .post-content .post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 991px) {
  .article-post .post-content .post-excerpt {
    -webkit-line-clamp: 4;
  }
}
.article-post .post-content button {
  background: none;
  border: none;
  font-size: small;
  color: #ffffff;
}

.load-more-container {
  text-align: center;
}
.load-more-container .loader {
  border: 6px solid #f0f0f0;
  border-radius: 50%;
  border-top: 6px solid #3498db;
  width: 34px;
  height: 34px;
  animation: spin 2s linear infinite;
}

.calendar-title-wrapper {
  flex-direction: column;
  padding: 0;
  margin: 93px 1rem 0;
  width: auto;
}
@media (min-width: 640px) {
  .calendar-title-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .calendar-title-wrapper {
    margin-top: 0;
  }
}
.calendar-title-wrapper::before, .calendar-title-wrapper::after {
  display: none;
}
@media (min-width: 640px) {
  .calendar-title-wrapper .calendar-title {
    margin-bottom: 0;
  }
}

.events-table {
  width: 100%;
  border-collapse: collapse;
}
.events-table th,
.events-table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  vertical-align: top;
}
.events-table.loading {
  opacity: 0.5;
  pointer-events: none;
  position: relative;
}

.show-more-events {
  margin-top: 10px;
  background-color: #008cff;
  color: #ffffff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.875rem;
  transition: all 0.3s;
  float: right;
}
.show-more-events:hover {
  background-color: #5ea1d8;
}

.hide-events {
  margin-top: 10px;
  background-color: #008cff;
  color: #ffffff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.875rem;
  transition: all 0.3s;
  margin-left: 0.5rem;
  float: right;
}
.hide-events:hover {
  background-color: #5ea1d8;
}

.event-item {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .event-item {
    max-width: 150px;
  }
}
.event-item:hover .event-tooltip {
  display: flex;
  flex-direction: column;
}

.event-tooltip-wrapper {
  display: inline-block;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  cursor: pointer;
}

.event-tooltip {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 260px;
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 12px;
  z-index: 9999;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  text-align: left;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  white-space: normal;
  color: inherit;
}
.event-tooltip:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  background-color: #f9f9f9;
}
.event-tooltip:hover a {
  text-decoration: none;
}
.event-tooltip-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  color: #222;
}
.event-tooltip .event-thumb {
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
  display: block;
  border-radius: 4px;
}
.event-tooltip .event-desc {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

.reset-button {
  display: inline-block;
  padding: 0.5em 1em;
  background: #008cff;
  border: 1px solid #5ea1d8;
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.75rem;
  transition: background 0.2s ease-in-out;
}
.reset-button:hover, .reset-button:active {
  background: #5ea1d8;
  text-decoration: none;
  color: #ffffff;
}
.reset-button:focus {
  text-decoration: none;
  color: #ffffff;
}

.calendar-filters {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.calendar-navigation__button {
  padding: 5px 10px;
  background: #eee;
  text-decoration: none;
  border-radius: 3px;
}
.calendar-navigation__button--prev {
  margin-right: 10px;
}
.calendar-navigation__button--next {
  margin-left: 10px;
}

.calendar-day__nav-button--prev {
  margin-right: 10px;
}
.calendar-day__nav-button--next {
  margin-left: 10px;
}
.calendar-day__current-date {
  font-size: 18px;
}

.no-events-message {
  background: #f9f9f9;
  border: 1px dashed #ccc;
  border-radius: 4px;
  padding: 8px;
  color: #888;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .event-tooltip,
  .event-tooltip-wrapper {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .navbar-header::before, .navbar-header::after {
    display: none;
  }
}
.navbar-header .navbar-brand {
  float: none;
  height: auto;
  order: -1;
  flex: 1 1 100%;
  max-width: 300px;
}
@media (min-width: 768px) {
  .navbar-header .navbar-brand {
    padding: 0;
  }
}

.pagination-box ul.pagination-list li a:hover, .pagination-box ul.pagination-list li a.active {
  border: 1px solid #008cff;
  background: #008cff;
}
.pagination-box ul.pagination-list .page-numbers.current {
  border: 1px solid #008cff;
  border-radius: 3px;
  background: #008cff;
  color: #ffffff;
  padding: 6px 11px;
}

.navbar-form {
  margin: 0 0 1rem 0;
  padding: 0;
}
@media (min-width: 640px) {
  .navbar-form {
    margin: 0;
    width: 300px;
  }
}
.navbar-form .form-wrapper {
  position: relative;
  max-width: 270px;
}
@media (min-width: 640px) {
  .navbar-form .form-wrapper {
    max-width: 300px;
  }
}
.navbar-form input[type=text] {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #cccccc;
  border-radius: 2px;
  font-size: 0.75rem;
  color: #666666;
}
.navbar-form button {
  position: absolute;
  top: 10px;
  right: 1rem;
  padding: 0;
  border: none;
  background: transparent;
  color: #666666;
}

.sidebar {
  padding: 2rem 0;
}
.sidebar .tab-posts-widget ul.nav-tabs {
  border-bottom: #008cff;
}
.sidebar .tab-posts-widget ul.nav-tabs li {
  width: 50%;
}
.sidebar .tab-posts-widget ul.nav-tabs li.active a,
.sidebar .tab-posts-widget ul.nav-tabs li a:hover {
  background: #008cff;
}
.sidebar .gallery-widget-content li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sidebar .gallery-widget-content li a img {
  width: 100%;
}
.sidebar .advertisement .sidebar-advert img {
  max-width: 100%;
  height: auto;
  display: block;
}
.sidebar .advertisement .sidebar-advert span {
  display: block;
  text-align: center;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  color: #333333;
}

.gallery-widget-title,
.promo-widget-title {
  color: #ffffff;
  background: #008cff;
  margin-bottom: 20px;
  padding: 11px 3px;
  font-size: 13px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  line-height: 1.42;
  text-transform: uppercase;
  text-align: center;
}

.subscribe-widget form {
  background: #333333;
  padding: 1rem;
}
.subscribe-widget h1 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.subscribe-widget input[type=text] {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: #666666;
  background: #ffffff;
  border: none;
  margin-bottom: 0.75rem;
  outline: none;
}
.subscribe-widget button {
  float: right;
  width: 40px;
  height: 40px;
  background: #333333;
  color: #008cff;
  border: none;
  font-size: 1.875rem;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  margin-top: -2.5rem;
}
.subscribe-widget button:hover {
  color: #c1001e;
}
.subscribe-widget p {
  font-size: 0.75rem;
  color: #666666;
  line-height: 1.25;
  margin-top: 0.75rem;
}

ul.list-posts > li {
  display: flex;
  gap: 1rem;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
ul.list-posts > li img {
  width: 80px;
  height: auto;
  object-fit: cover;
  flex-shrink: 0;
}
ul.list-posts > li .post-content {
  flex: 1;
}
ul.list-posts > li .post-content h2,
ul.list-posts > li .post-content h4 {
  color: #333333;
  font-family: "Sora", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 7px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
ul.list-posts > li .post-content h2 a,
ul.list-posts > li .post-content h4 a {
  text-decoration: none;
  color: #333333;
  transition: color 0.2s ease-in-out;
}
ul.list-posts > li .post-content h2 a:hover,
ul.list-posts > li .post-content h4 a:hover {
  color: #008cff;
}
ul.list-posts > li .post-content ul.post-tags li {
  color: #333333;
  font-size: 10px;
  flex-direction: row;
  align-items: center;
  gap: 0;
}

.heading-news2 {
  padding: 35px 0;
}
.heading-news2 .heading-news-box .news-post .hover-box {
  bottom: 0;
}
.heading-news2 .heading-news-box .news-post .hover-box:hover {
  background: rgba(0, 140, 255, 0.7);
}
.heading-news2 .heading-news-box .news-post .hover-box .inner-hover--slider {
  position: fixed;
}
.heading-news2 .heading-news-box .news-post .hover-box .inner-hover span.category-post {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-size: 11px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 2px;
}
.heading-news2 .heading-news-box .news-post .hover-box .inner-hover span.category-post.vijesti, .heading-news2 .heading-news-box .news-post .hover-box .inner-hover span.category-post.sport, .heading-news2 .heading-news-box .news-post .hover-box .inner-hover span.category-post.kultura, .heading-news2 .heading-news-box .news-post .hover-box .inner-hover span.category-post.obrazovanje, .heading-news2 .heading-news-box .news-post .hover-box .inner-hover span.category-post.politika, .heading-news2 .heading-news-box .news-post .hover-box .inner-hover span.category-post.communis, .heading-news2 .heading-news-box .news-post .hover-box .inner-hover span.category-post.nightlife {
  background: #69a3d8;
}
.heading-news2 .heading-news-box .news-post.default-size {
  height: 200px;
  overflow: hidden;
}

ul.post-tags li {
  color: #333333;
  font-size: 10px;
}

header {
  z-index: 99999 !important;
}

header.second-style {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1200px) {
  header.second-style {
    position: sticky;
    top: 0;
  }
}
header.second-style .nav-list-container {
  background: #0035a2;
}
header.second-style .nav-list-container .container {
  width: 100%;
}
header.second-style .navbar-default {
  border: none;
  margin: 0;
}
header.second-style .navbar-nav a {
  color: #ffffff;
}

@media (min-width: 768px) {
  .nav-block-wrapper {
    margin-top: calc(51px + 1rem);
    margin-bottom: 1rem;
  }
}
@media (min-width: 991px) {
  .nav-block-wrapper {
    margin-top: calc(61px + 2rem);
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .nav-block-wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.nav-block-wrapper--desktop {
  display: none;
}
@media (min-width: 768px) {
  .nav-block-wrapper--desktop {
    display: block;
  }
}
.nav-block-wrapper--desktop .remove-content {
  gap: 2rem;
}
@media (min-width: 768px) {
  .nav-block-wrapper--desktop .navbar-header {
    flex: 1 0 100%;
    max-width: 260px;
  }
}
@media (min-width: 991px) {
  .nav-block-wrapper--desktop .navbar-header {
    max-width: 300px;
  }
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  float: none;
  justify-content: center;
}
@media (min-width: 768px) {
  .navbar-nav {
    flex-direction: row;
  }
}
.navbar-nav .menu-item a {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 991px) {
  .navbar-nav .menu-item a {
    padding: 20px 14px;
  }
}
.navbar-nav .menu-item .current-menu-item a::before {
  height: 100%;
  background: #c1001e;
}
.navbar-nav > li > a::before {
  background: #c1001e;
}
.navbar-nav > li > a::after {
  content: "";
}
@media (max-width: 1200px) {
  .navbar-nav > li > a {
    font-size: 12px;
  }
}

.tablet-advert-link {
  display: none !important;
}

footer {
  background: #333333;
  padding-top: 4rem;
  color: #ffffff;
  font-size: 0.875rem;
}
footer .footer-widgets-part {
  padding-bottom: 2rem;
}
footer .footer-widgets-part .widget {
  margin-bottom: 2rem;
}
footer .footer-widgets-part .widget h1,
footer .footer-widgets-part .widget .widget-title {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  letter-spacing: 0.05em;
}
footer .footer-widgets-part .widget p {
  color: #666666;
}
footer .footer-widgets-part .widget-about ul {
  list-style: none;
  padding: 0;
}
footer .footer-widgets-part .widget-about ul li {
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}
footer .footer-widgets-part .widget-about ul li a {
  color: #666666;
  transition: color 0.3s ease;
}
footer .footer-widgets-part .widget-about ul li a:hover {
  color: #008cff;
  text-decoration: none;
}
footer .footer-widgets-part .categories-widget ul.category-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
footer .footer-widgets-part .categories-widget ul.category-list li {
  list-style: none;
  width: 50%;
  float: left;
  margin-bottom: 0.75rem;
}
footer .footer-widgets-part .categories-widget ul.category-list li:nth-child(2n) {
  padding-left: 12px;
}
footer .footer-widgets-part .categories-widget ul.category-list li a {
  display: flex;
  justify-content: space-between;
  color: #666666;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #000000;
  transition: all 0.2s ease;
}
footer .footer-widgets-part .categories-widget ul.category-list li a span {
  font-size: 0.75rem;
  width: 30px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 2px;
  transition: all 0.2s ease;
}
footer .footer-widgets-part .categories-widget ul.category-list li a:hover {
  color: #008cff;
}
footer .footer-widgets-part .categories-widget ul.category-list li a:hover span {
  background: #008cff;
  border-color: #008cff;
  color: #ffffff;
}
footer .footer-widgets-part .social-widget ul.social-icons {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
footer .footer-widgets-part .social-widget ul.social-icons li {
  list-style: none;
}
footer .footer-widgets-part .social-widget ul.social-icons li a {
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  border: 1px solid #000000;
  color: #666666;
  font-size: 1.25rem;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
}
footer .footer-widgets-part .social-widget ul.social-icons li a:hover {
  color: #ffffff;
}
footer .footer-widgets-part .social-widget ul.social-icons li a.facebook:hover {
  background: #1854dd;
  border-color: #1854dd;
}
footer .footer-widgets-part .social-widget ul.social-icons li a.twitter:hover {
  background: #18a3dd;
  border-color: #18a3dd;
}
footer .footer-widgets-part .social-widget ul.social-icons li a.instagram:hover {
  background: #a55900;
  border-color: #a55900;
}
footer .footer-widgets-part .social-widget ul.social-icons li a.youtube:hover {
  background: #d31708;
  border-color: #d31708;
}
footer .footer-last-line {
  padding: 2rem 0;
  border-top: 1px solid #000000;
}
footer .footer-last-line p {
  font-size: 0.75rem;
  color: #666666;
  margin: 0;
}
footer .footer-last-line p a {
  color: #008cff;
  text-decoration: none;
}
footer .footer-last-line p a:hover {
  color: #ffffff;
}
footer .footer-last-line .footer-nav {
  text-align: right;
}
footer .footer-last-line .footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-last-line .footer-nav ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.75rem;
  color: #666666;
}
footer .footer-last-line .footer-nav ul li a {
  color: #666666;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
footer .footer-last-line .footer-nav ul li a:hover {
  color: #ffffff;
}
footer .footer-last-line .footer-nav ul li:before {
  content: "|";
  margin-right: 13px;
  color: #666666;
}
footer .footer-last-line .footer-nav ul li:first-child {
  margin-left: 0;
}
footer .footer-last-line .footer-nav ul li:first-child:before {
  display: none;
}

.contact-info-box {
  margin-bottom: 2rem;
}
.contact-info-box #map {
  height: 360px;
  margin-bottom: 2rem;
}

.contact-form-box form {
  margin: 0;
}
.contact-form-box form label {
  display: block;
  color: #333333;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-bottom: 1rem;
  cursor: pointer;
}
.contact-form-box form input[type=text],
.contact-form-box form textarea {
  display: block;
  width: 100%;
  padding: 0.625rem 1.25rem;
  background: #f0f0f0;
  color: #333333;
  font-size: 0.8125rem;
  outline: none;
  border: 1px solid #e1e1e1;
  margin-bottom: 1rem;
  transition: border-color 0.2s ease-in-out;
}
.contact-form-box form input[type=text]:focus,
.contact-form-box form textarea:focus {
  border-color: #c1001e;
}
.contact-form-box form textarea {
  height: 130px;
  resize: vertical;
}
.contact-form-box form button {
  background-color: #008cff;
}

.block-wrapper__single-post {
  margin-top: 94px;
}
@media (min-width: 768px) {
  .block-wrapper__single-post {
    margin-top: 0;
  }
}

.single-post-box .title-post {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #f0f0f0;
}
.single-post-box .post-content blockquote::before {
  content: "";
}
.single-post-box .share-post-box ul.share-box li {
  vertical-align: middle;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.flex-dir-col {
  flex-direction: column;
}

.flex-dir-row {
  flex-direction: row;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.align-stretch {
  align-items: stretch;
}

.fg-1 {
  flex-grow: 1;
}

.flex-full-width {
  flex: 1 0 100%;
}

.remove-content::before, .remove-content::after {
  display: none;
}

.mlauto {
  margin-left: auto;
}

.mrauto {
  margin-right: auto;
}

.mxauto {
  margin-left: auto;
  margin-right: auto;
}

.m-0 {
  margin: 0rem;
}

.mt-0 {
  margin-top: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.p-0 {
  padding: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.gap-0 {
  gap: 0rem;
}

.m-1 {
  margin: 0.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.p-1 {
  padding: 0.25rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.gap-1 {
  gap: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.p-3 {
  padding: 0.75rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.gap-3 {
  gap: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.p-4 {
  padding: 1rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.gap-4 {
  gap: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.p-5 {
  padding: 1.25rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.gap-5 {
  gap: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.gap-6 {
  gap: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.p-7 {
  padding: 1.75rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.gap-7 {
  gap: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.p-8 {
  padding: 2rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.gap-8 {
  gap: 2rem;
}