/*
Theme Name: vistina
Theme URI: https://bootscore.me/
Author: bootScore
Author URI: https://bootscore.me
Description: A powerful Bootstrap 5 WordPress Starter Theme with WooCommerce Support. <a href="https://bootscore.me/category/documentation/" target="_blank">Documentation</a>. This theme gives you full control whatever you do and the full freedom to design whatever you want. It comes with a wide selection of category, page, post, author and archive templates as well as sidebar, header, footer and 404 widgets. There are no customizer settings in the backend. All settings can only be made by touching the code. Some CSS, HTML, PHP and JS Skills are required to customize it.
Version: 5.2.3.1
Tested up to: 6.1.1
Requires PHP: 5.6
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2022 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/

/* Container, Row, Column */
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
	padding: 0;
	margin-left: 5vw;
	margin-right: 5vw;
	width: inherit;
}
@media (min-width: 1540px) {
	.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width:576px){.container,.container-sm{max-width:100%}}
@media (min-width:768px){.container,.container-sm,.container-md{max-width:100%}}
@media (min-width:992px){.container,.container-sm,.container-md,.container-lg{max-width:100%}}
@media (min-width:1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1400px}}
@media (min-width:1440px){.container,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{max-width:1400px}}
.row {
	margin-right: -2.5vw;
    margin-left: -2.5vw;
}
.row > * {
	padding-left:  2.5vw;
	padding-right:  2.5vw;
}
@media (min-width: 576px) {
	.row {
		margin-right: -1.25vw;
		margin-left: -1.25vw;
	}
	.row > * {
		padding-left:  1.25vw;
		padding-right:  1.25vw;
	}
}
@media (min-width: 1540px) {
	.row {
		margin-right: -1vw;
		margin-left: -1vw;
	}
	.row > * {
		padding-left:  1vw;
		padding-right:  1vw;
	}
}

/* Navbar */
.spacer {
	width: 100%;
	height: 82px;
}
@media (min-width: 992px) {
	.spacer {
		height: 123px;
	}
}
.navbar {
	border-top: 1px solid rgb(242, 242, 242);
    border-bottom: 1px solid rgb(202, 204, 206);
	padding: 0;
}
.navbar-brand {
	width: 300px;
	height: 80px;
	padding: 5px;
	margin: 0 auto;
	text-align: center;
}
.navbar-brand .logo {
	height: 100%;
	width: auto;
}
@media (min-width: 992px) {
	.site-header .navbar-expand-lg {
		-webkit-transition: -webkit-transform .15s ease-out;
		transition: -webkit-transform .15s ease-out;
		transition: transform .15s ease-out;
		transition: transform .15s ease-out, -webkit-transform .15s ease-out;
		background: #fff;
	}
	.site-header.nav-down .navbar-expand-lg {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	.navbar-expand-lg .offcanvas {
		flex-grow: 0;
		margin-left: auto;
		margin-right: auto;
		margin-top: auto;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 0 0.625rem;
		height: 2.5rem;
		line-height: 2.5rem;
	}
	#nav-main .nav-link::before {
		display: none;
	}
	#nav-main .nav-link::after {
		display: none;
	}
	#nav-main .nav-item-46 .nav-link::after {
		content: "";
		font-family: serif;
		border: none;
		vertical-align: text-bottom;
		margin: 0 0.75rem;
	}
	.navbar-expand-lg .nav-item {
		position: relative;
		height: 40px;
		display: flex;
    	align-items: center;
	}
	.navbar-expand-lg .nav-item:hover .nav-link {
		color: var(--bs-primary);
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
		top: 100%;
		width:200px;
		background: var(--bs-primary);
		border-radius: 0;
		padding: 0;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
		color: #fff;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
		background-color: inherit;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item span {
		position: relative;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item span:before {
		content: "";
		display: block;
		position: absolute;
		bottom: -6px;
		opacity: 0;
		left: 0;
		right: 0;
		height: 2px;
		background-color: #fff;
		border-radius: 2px;
		-webkit-transition: all .15s;
		transition: all .15s;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover span:before {
		opacity: 1;
	}
	.navbar-expand-lg .navbar-nav #menu-item-29 .dropdown-menu, #menu-item-29 .nav-link::before {
		background: #c31158;
	}
	.navbar-expand-lg #menu-item-29.nav-item:hover .nav-link {
		color: #c31158;
	}
	.navbar-expand-lg .navbar-nav #menu-item-33 .dropdown-menu, #menu-item-33 .nav-link::before {
		background: #ff7f00;
	}
	.navbar-expand-lg #menu-item-33.nav-item:hover .nav-link {
		color: #ff7f00;
	}
	.navbar-expand-lg .navbar-nav #menu-item-40 .dropdown-menu, #menu-item-40 .nav-link::before {
		background: #008000;
	}
	.navbar-expand-lg #menu-item-40.nav-item:hover .nav-link {
		color: #008000;
	}
	.navbar-expand-lg .navbar-nav #menu-item-45 .dropdown-menu, #menu-item-45 .nav-link::before {
		background: #666;
	}
	.navbar-expand-lg #menu-item-45.nav-item:hover .nav-link {
		color: #666;
	}
	.navbar-expand-lg .navbar-nav #menu-item-46 .dropdown-menu, #menu-item-46 .nav-link::before {
		background: #666;
	}
	.navbar-expand-lg #menu-item-46.nav-item:hover .nav-link {
		color: #666;
	}
}
.nav-link {
	font-family: "Inter Tight", sans-serif;
	font-weight: 700;
	font-size: 0.875rem;
	text-transform: uppercase;
	color: #2d2e2f;
}
#menu-item-191 {
	display: none;
}

@media (min-width: 1200px) {
	.nav-link {
		font-size: 1rem;
	}
}
@media (min-width: 1300px) {
	.nav-link {
		font-size: 1rem;
	}
	#menu-item-191 {
		display: flex;
	}
}
@media (min-width: 1400px) {
	.nav-link {
		font-size: 1.125rem;
	}
}
.header-social {
	display: none;
}
@media (min-width: 992px) {
	.header-social {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0;
		padding: 0;
	}
	.header-social .social-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 1rem;
	}
	.header-social .social-link {
		width: 32px;
    	height: 32px;
    	display: block;
		-webkit-transition: background .5s;
    	-moz-transition: background .5s;
    	-o-transition: background .5s;
    	transition: background .5s;
	}
	.header-social .social-link-fb {
		background: url(img/facebook.svg) no-repeat 50% 50% / 24px 24px;
	}
	.header-social .social-link-fb:hover {
		background-image: url(img/facebook_hover.svg);
	}
	.header-social .social-link-tw {
		background: url(img/twitter.svg) no-repeat 50% 50% / 24px 24px;
	}
	.header-social .social-link-tw:hover {
		background-image: url(img/twitter_hover.svg);
	}
	.header-social .social-link-yt {
		background: url(img/youtube.svg) no-repeat 50% 50% / 24px 24px;
	}
	.header-social .social-link-yt:hover {
		background-image: url(img/youtube_hover.svg);
	}
}
.header-top {
	position: relative;
	z-index: 1020;
	border-bottom: 1px solid #fff;
	background: #fff;
}
.site-header.nav-down .header-top {
	border-color: #ccc;
}
.site-header .header-actions .btn {
	border: none;
	padding: 0.375rem;
}
.site-header .header-actions .search-toggle {
	display: none;
}
.site-header .header-actions .btn i {
	width: 1.5rem;
	height: 1.5rem;
	display: block;
	overflow: hidden;
	background-position: 50% 50%;
	background-size: 100%;
}
.site-header .header-right .search-toggle {
	display: block;
	border: none;
	padding: 0.375rem;
}
.site-header .header-right .search-toggle i {
	width: 1.5rem;
	height: 1.5rem;
	display: block;
	overflow: hidden;
	background-position: 50% 50%;
	background-size: 100%;
}
@media all and (min-width: 992px) {
	.site-header .header-right .search-toggle {
		display: none;
	}
	.site-header .header-actions .search-toggle {
		display: block;
	}
}
.site-header .header-top .today {
	font-size: 0.8125rem;
	line-height: 1.5rem;
	font-weight: 500;
	text-transform: capitalize;
	padding-left: 0.375rem;
}
.menu-toggle .icon-bars {
	background-image: url(img/hamburger.svg);
}
.search-toggle .icon-search {
	background-image: url(img/magnifying.svg);
}
.vremeplov-link .icon-24-hours {
	background-image: url(img/timer.svg);
	width: 1.25rem !important;
	height: 1.25rem !important;
}
.vremeplov-link span {
    padding-right: 0.3125rem;
	font-size: 0.875rem;
}
.vremeplov-link strong {
    padding-right: 0.3125rem;
	font-weight: 700;
}
.language-menu {
	margin-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}
.language-menu .btn {
	align-items: center;
	display: flex;
	padding: 0.75rem 0;
	gap: 0.25rem;
	border: none;
}
.language-menu .btn::after {
    display: block;
	background: url(img/down-arrow.svg) no-repeat 50% 50% / 100%;
	width: 16px;
	height: 16px;
	margin: 0;
    vertical-align: inherit;
    content: "";
	border: none;
}
.language-menu .btn, .language-menu .dropdown-item {
	font-weight: 500;
}
.language-menu .btn .country-flag {
	background: url(img/macedonia.svg) no-repeat 50% 50% / 100%;
	width: 24px;
	height: 24px;
	display: block;
}
.language-menu .dropdown-item {
	align-items: center;
	display: flex;
	padding: 0.75rem;
	gap: 0.25rem;
	border: none;
}
.language-menu .dropdown-menu .country-flag {
	background: url(img/united-kingdom.svg) no-repeat 50% 50% / 100%;
	width: 24px;
	height: 24px;
	display: block;
}
.language-menu .dropdown-menu {
	border-radius: 0;
	border-color: #ccc;
	padding: 0;
}
@media (min-width: 768px) {
	.language-menu {
		margin-right: 0.5rem;
	}
	.language-menu .btn {
		padding: 0.75rem;
	}
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu { display: none; }
	.navbar .nav-item:hover .dropdown-menu { display: block; }
}	
/* ============ desktop view .end// ============ */

/* Menu Modal */
#menuModal .header-top {
}
#menuModal .modal-body {
	padding: 1.25rem 0;
	border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
}
#menuModal .navbar-nav {
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0;
}
#menuModal .navbar-nav > li.nav-item {
	flex: 0 0 auto;
    width: 100%;
	padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
	margin: 0 0 1.5rem;
}
@media (min-width: 576px) {
	#menuModal .navbar-nav > li.nav-item {
		width: 50%;
	}
}
@media (min-width: 768px) {
	#menuModal .navbar-nav > li.nav-item {
		width: 33.33333333%;
	}
}
@media (min-width: 992px) {
	#menuModal .navbar-nav > li.nav-item {
		width: 25%;
	}
}
@media (min-width: 1200px) {
	#menuModal .navbar-nav > li.nav-item {
		width: 16.66666667%;
	}
}
#menuModal .navbar-nav .nav-link {
	color: var(--bs-primary);
}
#menuModal .navbar-nav .dropdown-menu {
	display: block;
	border: none;
	padding: 0;
	position: relative;
}
#menuModal .navbar-nav .dropdown-menu .dropdown-item {
	padding: 0.25rem 0;
}
#menuModal .navbar-nav .dropdown-menu .dropdown-item span {
	position: relative;
}
#menuModal .navbar-nav .dropdown-menu .dropdown-item span:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -6px;
	opacity: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: var(--bs-dropdown-link-color);
	border-radius: 2px;
	-webkit-transition: all .15s;
	transition: all .15s;
}
#menuModal .navbar-nav .dropdown-menu .dropdown-item:hover span:before {
	opacity: 1;
}
#menuModal .dropdown-toggle::after {
	display: none;
}
#menuModal .modal-footer {
	padding: 1rem 0;
	justify-content: flex-start;
}
#menuModal .modal-footer > * {
	margin: 0 auto;
}

#footer-menu .nav-link {
	font-family: inherit;
	font-weight: 500;
	font-size: 0.875rem;
	padding: 0.25rem 0.5rem;
}
#footer-menu .nav-item-1139, #footer-menu .nav-item-1140 {
	display: none;
}
@media (min-width: 992px) {
	#footer-menu .nav-item-1139, #footer-menu .nav-item-1140 {
		display: block;
	}
}

/* Search Modal */
#searchModal .header-top {
}
#searchModal .modal-body {
	padding: 4rem 0 0;
	border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
}
#searchModal .modal-body .container {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
	max-width: 1200px;
}
#searchModal .form-control {
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
    font-weight: 400;
}
#searchModal .btn {
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
}
#searchModal .header-actions .btn-close {
	display: none;
}
#searchModal .header-right .btn-close {
	display: block;
}
@media (min-width: 992px) {
	#searchModal .modal-body {
		padding: 1.25rem 0;
	}
	#searchModal .modal-body .container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		height: 100%;
		max-width: 1200px;
	}
	#searchModal .searchform {
		top: -100px;
	}
	#searchModal .form-control {
		padding: 0.625rem 1.25rem;
		font-size: 2rem;
		font-weight: 500;
	}
	#searchModal .btn {
		padding: 0.625rem 1.25rem;
		font-size: 2rem;
	}
	#searchModal .header-actions .btn-close {
		display: block;
	}
	#searchModal .header-right .btn-close {
		display: none;
	}
}

/* Card */
.bg {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: hidden;
    background-size: cover;
    background-position: left 50% top 50%;
    position: relative;
    background-repeat: no-repeat;
    height: 0;
}
.bg-55 {
	padding-top: 55%;
}
.bg-75 {
	padding-top: 75%;
}
.bg-100 {
	padding-top: 100%;
}
.bg-150 {
	padding-top: 150%;
}
.card {
	border: none;
}
.card__overlay .card__media {
    margin: 0;
}
.card__overlay .card__media__inner {
	position: relative;
}
.card__overlay .card__media__inner::before {
	content: "";
    display: block;
    width: 100%;
	padding-top: 150%;
}
@media (min-width: 576px) {
	.card__overlay .card__media__inner::before {
		padding-top: 66.6667%;
	}
}
@media (min-width: 992px) {
	.card__overlay .card__media__inner::before {
		padding-top: 150%;
	}
}
.card__overlay .card__media__inner img {
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
	mix-blend-mode: multiply;
	display: block;
    object-fit: cover;
    opacity: 1;
}
@media (min-width: 992px) {
	.card__overlay {
		height: 100vh;
	}
}
.card__overlay .card__inner {
	margin-bottom: 32px;
}
@media (min-width: 992px) {
	.card__overlay .card__inner {
		max-height: 100vh;
		margin-bottom: 56px;
	}
	.card__overlay .card__inner * {
		max-height: 100vh;
	}
}
.card__overlay .card__content {
	position: absolute;
    width: 100%;
    inset: 0px;
    align-self: flex-end;
    text-align: center;
}
.card__overlay .card__content__overlay {
	position: relative;
    width: 100%;
    height: 100%;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.17) 60%, rgba(0, 0, 0, 0.6));
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.17) 60%, rgba(0, 0, 0, 0.6));
	background-image: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.17) 60%, rgba(0, 0, 0, 0.6));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.17) 60%, rgba(0, 0, 0, 0.6));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.17) 60%, rgba(0, 0, 0, 0.6));
    -webkit-box-pack: center;
    justify-content: center;
    display: flex;
}
.card__overlay .card__content__inner {
	padding: 20px 24px 32px;
    align-self: flex-end;
    text-align: center;
	color: #fff;
}
.card__link {
	text-decoration: none;
	color: inherit;
	position: relative;
}
.card__link:hover {
	color: inherit;
}
.card__overlay .card__link:hover .card__title {
	color: #fff;
}
.card__link:hover .card__title {
	color: var(--bs-red);
}
.card__overlay .card__link:hover .card__headline, .card__overlay .card__link:hover .card__meta {
	color: #fff;
}
.card__link:hover .card__headline, .card__link:hover .card__meta {
	color: #6c6e70;
}
.itemGrid {
	margin-bottom: 1rem;
}
.itemGrid .col-4 {
	width: 37.5%;
}
.itemGrid .col-8 {
	width: 62.5%;
}
@media (min-width: 576px) {
	.itemGrid .col-4, .itemGrid .col-8 {
		width: 100%;
	}
}
#sectionTop .itemGrid .col-4, #sectionTop .itemGrid .col-8 {
	width: 100%;
}
#sectionTop .itemGrid .col-8 .card__content {
	position: relative;
    width: calc(100% - 5vw);
    margin: 0 0 0 5vw;
    padding: 1rem 0 0 0;
	top: 0;
}
@media (min-width: 576px) {
	#sectionTop .itemGrid .col-8 .card__content {
		width: calc(91.667% - 5vw);
    	margin-left: calc(8.333% + 5vw);
    	padding-top: 1.5rem;
	}
}
@media (min-width: 992px) {
	#sectionTop .itemGrid .col-8 .card__content {
		width: calc(83.333%);
		margin-left: 16.667%;
		padding-top: 1.5rem;
		margin-top: -140px;
	}
}
#sectionTop .itemGrid .col-8 .card__content::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgb(45, 46, 47);
}
#sectionTop .card__header, #sectionTop .card__meta {
	padding: 0px 8.333%;
}
@media (min-width: 576px) {
	#sectionTop .card__header, #sectionTop .card__meta {
		padding-left: 2.5rem;
	}
}
@media (min-width: 992px) {
	#sectionTop .card__header, #sectionTop .card__meta {
		padding-left: 1.5rem;
	}
}
@media (min-width: 1200px) {
	#sectionTop .card__header, #sectionTop .card__meta {
		padding-left: 2.5rem;
	}
}
#sectionTop .itemGrid .card__media {
	margin: 0;
}
#sectionTop .carousel-indicators {
	top: 0;
	bottom: auto;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}
#sectionTop .carousel-indicators [data-bs-target] {
  position: relative;
  width: 50px;
  height: 7px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
@media (min-width: 400px) {
	#sectionTop .carousel-indicators [data-bs-target] {
		width: 60px;
	}
}
@media (min-width: 576px) {
	#sectionTop .carousel-indicators [data-bs-target] {
		width: 75px;
	}
}
@media (min-width: 992px) {
	#sectionTop .carousel-indicators [data-bs-target] {
		width: 8rem;
	}
}

#sectionTop .carousel-indicators [data-bs-target] span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--bs-primary);
  border-radius: inherit;
}
#sectionTop .carousel-control-prev, #sectionTop .carousel-control-next {
	display: block;
	width: 3rem;
	height: 3rem;
	background: #282828;
	top: 100px;
	bottom: auto;
}
@media (min-width: 480px) {
	#sectionTop .carousel-control-prev, #sectionTop .carousel-control-next {
		top: 130px;
	}
}
@media (min-width: 576px) {
	#sectionTop .carousel-control-prev, #sectionTop .carousel-control-next {
		top: 30%;
	}
}
@media (min-width: 1440px) {
	#sectionTop .carousel-control-prev, #sectionTop .carousel-control-next {
		top: 240px;
	}
}
#sectionTop .carousel-control-prev {
	left: 1.25rem;
}
#sectionTop .carousel-control-next{
	right: 1.25rem;
}
#sectionTop .card__title {
	font-size: calc(1.375rem + 1vw);
	line-height: calc(1em + 4px);
	display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
@media (min-width: 992px) {
	#sectionTop .card__title {
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		height: 176px;
	}
}
@media (min-width: 1200px) {
	#sectionTop .card__title {
		font-size: 2rem;
	}
}
@media (min-width: 1400px) {
	#sectionTop .card__title {
		font-size: 2.5rem;
	}
}
#sectionTop .card__headline {
	font-size: 0.75rem;
	margin: 0 0 0.25rem;
}
@media (min-width: 992px) {
	#sectionTop .card__headline {
		font-size: 0.875rem;
		margin: 0 0 0.5rem;
	}
}
@media (min-width: 1200px) {
	#sectionTop .card__headline {
		font-size: 1rem;
	}
}
@media (min-width: 1400px) {
	#sectionTop .card__headline {
		font-size: 1.125rem;
	}
}
#sectionTop .card__meta {
	margin-bottom: 0; 
}

.card__media__inner {
    position: relative;
	background-color: rgb(242, 242, 242);
	transition: all 0.15s ease-in 0s;
}
.card__link:hover .card__media__inner {
	background-color: rgb(244, 244, 244);
    filter: grayscale(1);
}
.card__media__inner::before {
	content: "";
    display: block;
    width: 100%;
	padding-top: 100%;
}
.card__media__inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    display: block;
    object-fit: cover;
    opacity: 1;
}
.section-1 .card__3 .card__media__inner::before, .section-1 .card__4 .card__media__inner::before, .section-1 .card__5 .card__media__inner::before {
	padding-top: 100%;
}
@media (min-width: 576px) {
	.section-1 .card__3 .card__media__inner::before, .section-1 .card__4 .card__media__inner::before, .section-1 .card__5 .card__media__inner::before {
		padding-top: 150%;
	}
}
.section-2 .card__0 .card__media__inner::before, .section-2 .card__2 .card__media__inner::before {
	padding-top: 100%;
}
@media (min-width: 576px) {
	.section-2 .card__0 .card__media__inner::before, .section-2 .card__2 .card__media__inner::before {
		padding-top: 150%;
	}
}
@media (max-width: 575.98px) {
	.section-1 .card__0, .section-2 .card__0, .section-3 .card__0 {
		margin-left: -5vw;
    	margin-right: -5vw
	}
	.section-2 .card__0 .col-4, .section-2 .card__0 .col-8 {
		width: 100%;
	}
	.section-2 .card__0 .card__title.h3 {
		font-size: 1.625rem;
	}
	.section-2 .card__0 .itemGrid .card__content {
		width: 95%;
		display: inline-block;
		background: rgb(255, 255, 255);
		position: relative;
		margin-left: 5%;
		padding: 20px 16px 20px 28px;
		margin-top: -40px;
	}
}
.section-3 .card__0 .card__media__inner::before {
	padding-top: 56.25%;
}
.section-3 .itemGrid .col-4, .section-3 .itemGrid .col-8 {
	width: 100%;
}
.card__title {
	font-family: "Inter Tight", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	line-height: calc(1em + 4px);
	margin: 0;
	transition: all 0.1s ease-in 0s;
}
.card__title.h2 {
	font-size: calc(1.375rem + 1vw);
}
@media (min-width: 1200px) {
	.card__title.h2 {
		font-size: 2.5rem;
	}
}
@media (min-width: 1400px) {
	.card__title.h2 {
		font-size: 3rem;
	}
}
.card__title.h3 {
	font-size: 1.125rem;
}
@media (min-width: 576px) {
	.card__title.h3 {
		font-size: 1.375rem;
	}
}
@media (min-width: 992px) {
	.card__title.h3 {
		font-size: 1.125rem;
	}
}
@media (min-width: 1200px) {
	.card__title.h3 {
		font-size: 1.375rem;
	}
}
.card__overlay .card__headline, .card__overlay .card__meta {
	color: #fff;
}
.card__headline, .card__meta {
	font-family: "Inter Tight", sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	letter-spacing: 2.2px;
	color: var(--bs-gray-dark);
	text-transform: uppercase;
	margin: 0 0 0.25rem;
	transition: all 0.1s ease-in 0s;
}
.itemGrid .card__content {
	position: relative;
	background: rgb(255, 255, 255);
	align-self: flex-end;
}
@media (min-width: 1200px) {
	.itemGrid .card__content {
		width: calc(100% - 24px);
		margin-left: 24px;
		margin-top: calc(-0.625vw - 36px);
		padding: 20px 0px 0px 20px;
	}
}
.itemGrid .card__media {
	margin-bottom: 0.625vw;
}
.itemGrid .card__meta {
	margin-top: 1rem;
}
.itemGrid .card__meta:before {
	content: "";
    background: var(--bs-red);
    width: 40px;
    height: 4px;
    display: block;
    margin: 24px 0px 12px;
    transition: background-color 0.15s ease-in 0s;
}
.section-3 .itemGrid .card__media {
	margin-bottom: 0;
}
.section-3 .itemGrid .card__content {
	position: relative;
	width: calc(100% - 5vw);
	margin-left: 5vw;
	margin-top: 0;
	padding-top: 16px;
}
@media (min-width: 576px) {
	.section-3 .itemGrid .card__content {
		width: calc(100% - (5vw + 8.333%));
		margin-left: calc(5vw + 8.333%);
		padding-top: 24px;
	}
}
@media (min-width: 992px) {
	.section-3 .itemGrid .card__content {
		width: calc(83.333%);
		margin-left: 16.667%;
	}
}
.section-3 .itemGrid .card__content::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgb(45, 46, 47);
}
.section-3 .itemGrid .card__header, .section-3 .itemGrid .card__meta {
	padding: 0px 8.333%;
}
@media (min-width: 576px) {
	.section-3 .itemGrid .card__header, .section-3 .itemGrid .card__meta {
		padding-left: 40px;
	}
}
@media (min-width: 992px) {
	.section-3 .itemGrid .card__header, .section-3 .itemGrid .card__meta {
		padding-left: 24px;
		padding-right: 16.667%;
	}
}
@media (min-width: 1200px) {
	.section-3 .itemGrid .card__header, .section-3 .itemGrid .card__meta {
		padding-left: 40px;
    	padding-right: 25%;
	}
}
.section-3 .card__title {
	margin: 0;
	font-size: 1.75rem;
	font-feature-settings: normal;
    line-break: auto;
    font-synthesis: none;
	transition: all 0.1s ease-in 0s;
}
@media (min-width: 576px) {
	.section-3 .card__title {
		font-size: 2.25rem;
	}
}
@media (min-width: 992px) {
	.section-3 .card__title {
		font-size: 2.75rem;
	}
}
.section-4 .itemGrid .col-4, .section-4 .itemGrid .col-8 {
	width: 100%;
}
@media (min-width: 576px) {
	.section-4 .itemGrid .col-4, .section-4 .itemGrid .col-8 {
		width: 50%;
	}
}
@media (min-width: 992px) {
	.section-4 .itemGrid .col-4 {
		width: 58.333%;
	}
	.section-4 .itemGrid .col-8 {
		width: 41.667%;
	}
}
.section-4 .card__title {
	margin: 0;
	font-size: 1.625rem;
	font-feature-settings: normal;
    line-break: auto;
    font-synthesis: none;
	transition: all 0.1s ease-in 0s;
}
@media (min-width: 576px) {
	.section-4 .card__title {
		font-size: 1.75rem;
	}
}
@media (min-width: 768px) {
	.section-4 .card__title {
		font-size: 2rem;
	}
}
@media (min-width: 992px) {
	.section-4 .card__title {
		font-size: 2.5rem;
	}
}
@media (min-width: 1200px) {
	.section-4 .card__title {
		font-size: 2.75rem;
	}
}
.section-4 .itemGrid .card__content {
	width: 100%;
	margin: 0;
	padding: 20px 0 0 0;
}
@media (min-width: 1200px) {
	.section-4 .itemGrid .card__content {
		width: 100%;
		margin: 0;
		padding: 40px 0 0 0;
	}
}
.section-4 .card__0 .card__media__inner::before {
	padding-top: 66.6667%;
}
@media (min-width: 576px) {
	.section-4 .card__0 .card__media__inner::before {
		padding-top: 100%;
	}
}
@media (min-width: 768px) {
	.section-4 .card__0 .card__media__inner::before {
		padding-top: 75%;
	}
}
@media (min-width: 992px) {
	.section-4 .card__0 .card__media__inner::before {
		padding-top: 66.6667%;
	}
}

/* Ads */
.ad {
	background-color: rgb(242, 242, 242);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
	margin: 0 0 2rem;
	position: relative;
}
.ad__inner {
    background: rgb(242, 242, 242);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 30px;
    padding-top: 30px;
}
.ad__head {
	display: block;
	position: absolute;
	top: 7px;
	text-align: center;
	font-family: "Inter Tight", sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	letter-spacing: 2.2px;
	color: var(--bs-gray-dark);
	text-transform: uppercase;
}

/* Section */
.section {
	padding: 0 0 3.5rem;
	border-top: 1px solid rgb(0, 0, 0);
	position: relative;
}
@media (min-width: 1200px) {
	.section {
		padding: 0 0 4rem;
	}
}
.sectionTitle {
	font-family: "Inter Tight", sans-serif;
	color: #000;
	font-size: 2rem;
    line-height: 2.5rem;
	border-top: 8px solid rgb(0, 0, 0);
	margin: 0px 0px 24px;
	font-weight: 600;
	display: inline-block;
	position: relative;
}
@media (min-width: 576px) {
	.sectionTitle {
		font-size: 2.5rem;
		line-height: 3rem;
		margin-bottom: 32px;
	}
}
@media (min-width: 992px) {
	.sectionTitle {
		margin-bottom: 40px;
	}
}
@media (min-width: 1200px) {
	.sectionTitle {
		border-top-width: 10px;
		font-size: 4rem;
		line-height: 4rem;
		margin-bottom: 48px;
	}
}
.sectionTitle a {
	color: #000;
	display: block;
	text-decoration: none;
}
.sectionTitle a:hover {
	color: var(--bs-red);
}
.sectionTitle a {
	padding-left: 42px;
}
.sectionTitle a::before {
	content: "";
    background-image: url(img/megaphone.svg);
	background-size: 100%;
    position: absolute;
    top: 5px;
    left: 0;
	width: 32px;
	height: 32px;
}
@media (min-width: 576px) {
.sectionTitle a {
	padding-left: 48px;
}
.sectionTitle a::before {
	content: "";
	background-size: 100%;
    position: absolute;
    top: 6px;
    left: 0;
	width: 38px;
	height: 38px;
}
}
@media (min-width: 1200px) {
.sectionTitle a {
	padding-left: 65px;
}
.sectionTitle a::before {
	content: "";
	background-size: 100%;
    position: absolute;
    top: 5px;
    left: 0;
	width: 55px;
	height: 55px;
}
}

/* Section Top */
.section-top {
	padding-top: 1.5rem;
}
@media (min-width: 992px) {
	.section-top {
		padding-top: 2rem;
	}
}
#sectionTop .card__media__inner::before {
	padding-top: 56.25%;
}
#sectionTop .card__overlay {
	height: inherit;
}
#sectionTop .card__overlay .card__inner {
	max-height: inherit;
	margin-bottom: 0;
}
#sectionTop .card__overlay .card__inner * {
	max-height: inherit;
}
#sectionTop .card__overlay .card__content__inner {
	padding: 20px 24px 64px; 
}
@media (min-width: 1200px) {
	#sectionTop .card__overlay .card__content__inner {
		padding: 50px 50px 64px; 
	}
}
.card__overlay .card__headline {
	color: var(--bs-white);
}

/* Section Branding Colors */
.section-megafon .sectionTitle {
	border-color: var(--bs-red);
}
.section-radio-mileva .sectionTitle {
	border-color: #f1c40f;
}
.section-radio-mileva .itemGrid .card__meta:before {
	background: #f1c40f;
}
.section-radio-mileva .sectionTitle a::before {
    background-image: url(img/speaking.svg);
}
#menu-item-23 .nav-link:hover, .section-radio-mileva .sectionTitle a:hover, .section-radio-mileva .card__link:hover .card__title {
	color: #f1c40f;
}
.section-zivot-stil .sectionTitle {
	border-color: #e91e63;
}
.section-zivot-stil .itemGrid .card__meta:before {
	background: #e91e63;
}
#menu-item-38 .nav-link:hover, .section-zivot-stil .sectionTitle a:hover, .section-zivot-stil .card__link:hover .card__title {
	color: #e91e63;
}
.section-ljubov-seks .sectionTitle {
	border-color: #8e44ad;
}
.section-ljubov-seks .itemGrid .card__meta:before {
	background: #8e44ad;
}
#menu-item-39 .nav-link:hover, .section-ljubov-seks .sectionTitle a:hover, .section-ljubov-seks .card__link:hover .card__title {
	color: #8e44ad;
}
.section-promoter .sectionTitle {
	border-color: #009688;
}
.section-promoter .itemGrid .card__meta:before {
	background: #009688;
}
#menu-item-25 .nav-link:hover, .section-promoter .sectionTitle a:hover, .section-promoter .card__link:hover .card__title {
	color: #009688;
}
.section-lice-v-lice .sectionTitle {
	border-color: #1778f2;
}
.section-lice-v-lice .itemGrid .card__meta:before {
	background: #1778f2;
}
#menu-item-27 .nav-link:hover, .section-lice-v-lice .sectionTitle a:hover, .section-lice-v-lice .card__link:hover .card__title {
	color: #1778f2;
}
#menu-item-189 .nav-link:hover, .section-nisto-licno .sectionTitle a:hover {
	color: #95a5a6;
}
#menu-item-190 .nav-link:hover, .section-bilbord .sectionTitle a:hover {
	color: #27ae60;
}
#menu-item-191 .nav-link:hover, .section-story .sectionTitle a:hover {
	color: #fa7e1e;
}

/* Single */
.single .article__header {
	padding-bottom: 2.5rem;
}
.single .article__headline {
	font-family: "Inter Tight", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 0.75rem;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.2;
}
@media (min-width: 992px) {
	.single .article__headline {
		font-size: 1.125rem;
	}
}
.single .article__headline .category-badge {
	font-weight: 500;
	letter-spacing: 0.02em;
}
.single .article__headline .category-badge-link {
	text-decoration: none;
}
.single .article__headline .category-badge-link:hover {
	text-decoration: underline;
}
.single .article__headline .subtitle {
	display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
@media (min-width: 576px) {
	.single .article__headline .subtitle {
		-webkit-line-clamp: 1;
	}
}
.single .article__title {
	font-family: "Inter Tight", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.2;
	margin: 0.75rem 0 1.5rem;
}
@media (min-width: 576px) {
	.single .article__title {
		font-size: 2.25rem;
	}
}
@media (min-width: 768px) {
	.single .article__title {
		font-size: 2.5rem;
	}
}
@media (min-width: 992px) {
	.single .article__title {
		font-size: 2.75rem;
	}
}
@media (min-width: 1200px) {
	.single .article__title {
		font-size: 3rem;
		line-height: 1.15;
	}
}
.single .article__lead {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.125rem;
	font-weight: 500;
	font-style: normal;
	font-variation-settings: "slnt" 0;
	line-height: 1.4;
	color: #555;
}
@media (min-width: 992px) {
	.single .article__lead {
		font-size: 1.25rem;
	}
}
.single .article__lead p {
	margin: 0 0 1rem;
}
.single .article__meta {
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "slnt" 0;
	display: flex;
	align-items: center;
    flex-flow: row wrap;
    justify-content: space-between;
	gap: 1rem;
}
.single .article__date {
	display: flex;
	align-items: center;
	color: #666;
	font-size: 0.875rem;
	gap: 0.75rem;
}
.single .article__date .date {
	text-transform: capitalize;
}
.single .article__date .duration {
	display: flex;
	align-items: center;
}
.single .duration .icon-stopwatch {
	background-image: url(img/timer_2.svg);
	width: 1.25rem;
    height: 1.25rem;
    display: block;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: 100%;
	margin-right: 0.3125rem;
}
.single .article__image {
	display: flex;
	flex-direction: column;
	margin: 0 0 2.5rem;
	border-bottom: 1px solid #ccc;
}
.single .article__image .image__thumbnail {
	display: block;
	position: relative;
	overflow: hidden;
}
.single .article__image .image__metadata {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.single .article__image .image__credit {
	padding: 0.25rem 0;
	color: #666;
	font-size: 0.75rem;
	line-height: 1.2;
	order: 1;
	display: flex;
    justify-content: flex-end;
	gap: 0.3125rem;
	align-items: center;
}
.single .article__image .image__caption {
	padding: 0.25rem 0 0.5rem;
	color: #333;
	font-size: 0.875rem;
	line-height: 1.125rem;
	order: 2;
}
.image__credit .image__icon {
	width: 1.25rem;
	height: 1.25rem;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.image__credit .image__icon::before {
	background: url(img/camera_gray.svg) center center no-repeat;
    background-size: 100% !important;
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    display: block;
}
.single .article__content {
	max-width: 690px;
	width: 100%;
	margin: 0 auto;
}
.single .article__content p {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "slnt" 0;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0 0 1.5rem;
}
@media (min-width: 992px) {
	.single .article__content p {
		font-size: 1.1875rem;
	}
}
.single .article__content p b, .single .article__content p strong {
	font-weight: 700;
}
.single .article__content p a {
	color: var(--bs-primary);
	font-weight: 500;
	text-decoration: none;
    -webkit-box-shadow: 0 -1px 0 #dee2e6 inset;
    box-shadow: inset 0 -1px 0 #d6dfe8;
    -webkit-transition: color .2s,-webkit-box-shadow .2s;
    transition: color .2s,-webkit-box-shadow .2s;
    transition: color .2s,box-shadow .2s;
    transition: color .2s,box-shadow .2s,-webkit-box-shadow .2s;
	padding-bottom: 0.125rem;
}
.single .article__content p a:hover {
	color: var(--bs-body-color);
    -webkit-box-shadow: 0 -2px 0 var(--bs-body-color) inset;
    box-shadow: inset 0 -2px 0 #161f2d;
}
.single blockquote {
	border-top: 4px solid var(--bs-primary);
	border-bottom: 1px dotted #999;
	color: var(--bs-body-color);
	display: flex;
    margin: 2rem 0;
	padding: 1.25rem 0 1rem;
	position: relative;
}
.single .article__content blockquote p {
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 1.5;
	margin: 0;
	padding: 0 0 0 3.5rem;
}
.single blockquote:before {
	position: absolute;
	top: 1.25rem;
	left: 0;
	width: 2.25rem;
	height: 2.25rem;
	z-index: 1;
	content: "";
	background-image: url(img/quote.svg);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform:rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media (min-width: 992px) {
	.single .article__content blockquote p {
		font-size: 1.1875rem;
	}
	.single blockquote {
		margin: 2rem 0 2rem -3.5rem;
	}
}
.single .wp-caption-text {
	padding: 0.5rem 0;
	margin: 0;
    color: #666;
    font-size: 0.875rem;
    line-height: 1.125rem;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
.article__tags {
	position: relative;
	width: 100%;
	max-width: 690px;
	margin: 0 auto;
}
.article__tags .blockHeader .blockTitle {
	color: var(--bs-primary);
	font-size: 1.25rem;
	border-top: 2px solid #ccc;
	padding-top: 1.25rem;
}
.article__tags .tags__links {
	display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
	margin-bottom: 1.25rem;
}
.article__tags .tags__item {
    background-color: #f2f2f2;
    color: var(--bs-body-color);
    border-radius: 2rem;
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.375rem 1rem 0.25rem;
	font-size: 0.9rem;
    font-weight: 500;
	text-transform: uppercase;
	transition: all .3s;
	letter-spacing: -0.01em;
}
.article__tags .tags__item:hover {
	background: #e9e9e9;
}
.article__tags .tags__item:before {
    font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "slnt" 0;
	content: "#";
    color: var(--bs-primary);
    font-size: 1rem;
    font-weight: 500;
    margin-right: 0.1875rem;
    position: relative;
}

.article__share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	gap: 0.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 0.875rem;
}
.article__share a {
	width: 24px;
	height: 24px;
	display: block;
	text-indent: -9999px;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
}
.article__share .article__share__facebook {
	background: url(img/facebook2.svg) no-repeat 50% 50% / 24px 24px;
}
.article__share .article__share__facebook:hover {
	background-image: url(img/facebook2_hover.svg);
}
.article__share .article__share__twitter {
	background: url(img/twitter2.svg) no-repeat 50% 50% / 24px 24px;
}
.article__share .article__share__twitter:hover {
	background-image: url(img/twitter2_hover.svg);
}
.article__share .article__share__email {
	background: url(img/email2.svg) no-repeat 50% 50% / 24px 24px;
}
.article__share .article__share__email:hover {
	background-image: url(img/email2_hover.svg);
}

/* Single */
.single .entry-header h1 {
	font-family: "Inter Tight", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	margin: 1rem 0 0;
}
.single .accent-line::before {
    content: "";
    width: 100px;
    height: 2px;
    background-color: var(--bs-red);
    display: block;
    margin: 2rem 0;
}
.single .lead {
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -.015em;
	color: var(--bs-dark);
}
.single .lead p {
	margin-bottom: 2rem;
}
.single .entry-meta {
	margin-bottom: 2rem;
}
.single .entry-meta .meta-date {
	font-family: "Inter Tight", sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	letter-spacing: 2.2px;
	color: var(--bs-gray-dark);
	text-transform: uppercase;
	transition: all 0.1s ease-in 0s;
}
.single .article-headline {
	font-family: "Inter Tight", sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: 0.075em;
	color: var(--bs-dark);
	text-transform: uppercase;
}
.single .entry-content {
	max-width: 640px;
	margin: 0 auto;
}
@media (min-width: 1200px) {
	.single .entry-content {
		max-width: 720px;
	}
}
.single .entry-content p {
	font-family: "Inter Tight", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	font-size: 19px;
	line-height: 1.6;
	margin: 0 0 1.625rem;
}

/* Section Latest News */
.latest-news {
	margin: 0 0 0.625rem;
}
.single .latest-news {
	margin: 0 0 1.25rem;
}
.latest-news .latest-news-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 1rem;
	position: relative;
}
.latest-news .latest-news-header .latest-news-title {
	margin: 0;
	padding-left: 1.625rem;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "slnt" 0;
	font-size: 1.125rem;
	font-weight: 700;
	font-stretch: normal;
	line-height: 2rem;
	text-transform: uppercase;
}
.latest-news .latest-news-header .latest-news-title a:hover {
	text-decoration: underline;
}
.latest-news .itemList .card__content {
	display: flex;
	flex-direction: row-reverse;
}
.latest-news .card__title {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "slnt" 0;
	font-size: 1rem;
	font-weight: 500;
	font-style: normal;
	line-height: 1.125rem;
	margin: 0 0 1rem;
	padding: 0;
	width: calc(100% - 52px);
	letter-spacing: -0.02em;
}
.latest-news .card__inner:last-child .card__title {
	border: none;
	margin-bottom: 0;
}
.latest-news .card__meta {
	border-right: 1px solid #dee2e6;
    font-size: .875rem;
    line-height: 0;
    margin-right: 1rem;
    position: relative;
	top: 10px;
	width: 52px;
}
.latest-news .card__meta::after {
    content: "";
    border: 2px solid var(--bs-primary);
    border-radius: 50%;
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    right: -4px;
    background: #fff;
    top: -4px;
}
.latest-news .card__meta .category, .latest-news .card__meta .date {
	display: none;
}
.latest-news .latest-news-title::before, .latest-news .latest-news-title::after {
	content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #FFD6DA;
}
.latest-news .latest-news-title::before {
	top: 11px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #e72413;
    z-index: 2;
}
.latest-news .latest-news-title::after {
    -webkit-transform-origin: center center;
	transform-origin: center center;
    animation: latestcircle 2s infinite ease;
    -webkit-animation: latestcircle 2s infinite ease;
}
@-webkit-keyframes latestcircle {
0% {
-webkit-transform:scale(1);
transform:scale(1);
}
50% {
-webkit-transform:scale(1.4);
transform:scale(1.4);
}
100% {
-webkit-transform:scale(1);
transform:scale(1);
}
}
@keyframes latestcircle {
0% {
-webkit-transform:scale(1);
transform:scale(1);
}
50% {
-webkit-transform:scale(1.4);
transform:scale(1.4);
}
100% {
-webkit-transform:scale(1);
transform:scale(1);
}
}