/*
Theme Name: ABN-theme
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: ArtDruk
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.7.1.1682421339
Updated: 2023-04-25 14:15:39

*/

@charset "UTF-8";
main.site-main {
    padding-left: 10px;
    padding-right: 10px;
}

/* Display Posts */
div.display-posts-listing a,
div.alm-listing a {
	text-decoration: none;
}
h2.display-posts-title {
    font-size: 1.5rem;
    margin: 0 0 0.4rem 0;
    border-bottom: dotted 1px var(--e-global-color-secondary);
    text-transform: uppercase;
}
.listing-item {
    border-bottom: dotted 1px var(--e-global-color-secondary);
    margin-bottom: 5px;
    padding-bottom: 5px;
    display: flex;
    align-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.listing-item:last-child {
  border-bottom: none;
}
div.grid .display-posts-listing {
	display:flex;
	column-gap: 10px;
}
div.grid .listing-item {
	border-right: solid 1px var(--e-global-color-text);
	padding-right: 10px;
    margin-bottom:0;
	border-bottom: none;
}
div.grid .listing-item:last-child {
  border-right: none;
  padding-right: 0;
}
div.grid.w-img .display-posts-listing {
    flex-wrap: wrap;
}
div.grid.w-img .listing-item {
    flex: 1;
    border-right:none;
	position: relative;
}
div.grid.w-img a.image {
    flex: 1 1 100%;
    margin-bottom:5px;
}
div.grid.w-img a.image > img {
    width: 100%;
    height: 203px;
    -o-object-fit: cover;
    object-fit: cover;
}
div.grid.w-img span.hash-tag,
div.stories .listing-item > .image-container span.hash-tag,
.page-content.display-posts-listing .image-container span.hash-tag {
    position: absolute;
    top: 0;
    background: #ffffffd6;
    padding: 3px 10px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 8px;
}
div.grid.w-img span.hash-tag > a:before,
div.stories .listing-item > .image-container span.hash-tag > a:before {
    content: '#';
}
.listing-item a.title {
	font-size: 120%;
    flex-basis: 100%;
    font-weight: 500;
    line-height: 1.2;
    margin:0 0 8px;
}
.back-bl .listing-item a.title,
.back-bl .listing-item span.date,
.back-bl .listing-item span.author,
.back-bl .listing-item span.category-display a,
.back-bl .listing-item span.excerpt {
	color: var(--e-global-color-678bfb6);
}
.listing-item span.date, .listing-item span.author, .listing-item span.category-display {
  font-size: 80%;
  line-height: 1.3;
  margin-right: 5px;
}
span.excerpt {
    flex-basis: 100%;
    margin-top: 5px;
}
div.stories .listing-item {
	display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    gap: 20px;
}
div.stories .listing-item > .image-container {
    flex: 1 1 calc(66.66% - 10px);
    position: relative;
}
.image-container > a {
	display: flex;
}
div.stories .listing-item > .card-labels {
	flex: 1 1 calc(33.33% - 10px);
    min-width: 300px;
}
div.stories .listing-item > .card-labels h3 {
    margin-top:0;
}
div.image-container {
	width: 100%;
}
div.image-container img {
    width: 100%;
    height: 415px;
    -o-object-fit: cover;
    object-fit: cover;
}
div.image-container.max-content img,
.page-content.display-posts-listing .full-photo .image-container a > img {
	height: auto;
}
span.author {
    font-weight: 500;
}
span.author::before {
    content: "\f4ff";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 5px;
}
div.post-format-video span.date::before {
    content: "\f04b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 5px;
}
div.post-format-gallery span.date::before {
    content: "\f302";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 5px;
}
div.post-format-audio span.date::before {
    content: "\f130";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 5px;
}
.posts-date-view h4.display-posts-date {
	color: var(--e-global-color-primary );
    font-family: var(--e-global-typography-accent-font-family ), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size );
    font-weight: var(--e-global-typography-accent-font-weight );
    text-transform: var(--e-global-typography-accent-text-transform );
	margin-top: 0;
    margin-bottom: 0.5rem;
}
.posts-date-view .listing-item a.title {
	font-size: 110%;
    font-weight: inherit;
}
.posts-date-view .listing-item.importantly-en a.title {
    font-weight: 600;
}

/* Кінець Display Posts */



/* Category page-content */
.page-content.display-posts-listing,
main#content.post div.grid.w-img .display-posts-listing  {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}
.page-content.display-posts-listing .listing-item,
main#content.post .listing-item {
    flex: 1 1 360px;
}
main#content.post .listing-item {
    padding-right: 0;
	position: relative;
}
.image-container {
    position: relative;
}
.page-content.display-posts-listing .image-container a > img {
    height: 203px;
}
.ekit-wid-con .elementskit-post-image-card .elementskit-entry-header .elementskit-entry-thumb>img {
    width: 100%;
    height: 203px;
    -o-object-fit: cover;
    object-fit: cover;
}
.page-content.display-posts-listing .image-container {
    position: relative;
}
.page-content.display-posts-listing .listing-item:last-child {
    border-bottom: dotted 1px var(--e-global-color-secondary);
}
.search-results .post .wp-post-image {
    max-width: 380px;
}
nav.pagination {
    display: flex;
    justify-content: space-between;
}

/* Кінець Category page-content */


/* Page-post */
main#content.post {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
main#content.post header.page-header {
    flex: 100%;
}
main#content.post .page-content,
main#content.post .wp-post-image,
header.page-header .embed-container {
    flex: calc(66.66% - 10px);
    min-width: 65%;
}
.post .wp-post-image {
    max-height: 630px;
}
main#content.post .sidebar-r,
main#content.post figcaption.item-thumbnail-caption.wp-caption-text {
    flex: calc(33.33% - 10px);
    min-width: 300px;
}
.position-sticky {
    position: sticky;
    top: 30px;
}
.page-content figure, .page-header figure, .entry-header figure {
    width: 100%;
    position: relative;
}
.excerpt-text p {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
    font-size: 1.3rem;
    line-height: 1.3;
}
.itemDetails {
    display: flex;
    height: 42px;
    align-content: center;
    flex-wrap: wrap;
}
.itemDetails:before {
    border-top: 1px solid var(--e-global-color-secondary);
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}
.itemDetails:after {
    border-bottom: 1px solid var(--e-global-color-secondary);
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}
figure.wp-caption.max-content > .wp-post-image {
    max-height: max-content;
}
.page-header figure,
header.page-header .video {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 20px;
}
main#content.post .meta-latest {
    margin-bottom: 15px;
    padding-bottom: 3px;
    border-bottom: solid 1px;
    display: flex;
    flex-wrap: wrap;
}
main#content.post .meta-latest > span {
    font-size: 80%;
    line-height: 1.3;
    margin-right: 5px;
}
main#content.post .meta-latest > span.author {
    flex: 100%;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
main.format-gallery .embed-container,
main.format-audio .embed-container{
	padding-bottom: 0;
    margin-bottom: 0;
	min-height: 400px;
}
main.format-gallery .embed-container iframe, main.format-gallery .embed-container object, main.format-gallery .embed-container embed {
    position: inherit;
}
.post-tags {
    padding: 5px 0;
    margin-top: 15px;
    border-top: 1px solid;
}
.wpc-filter-header {
    display: none;
}
.page-content .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.page-content figure.gallery-item {
    width: inherit;
}

blockquote {
    border-left: 3px solid var( --e-global-color-primary );
    font-weight: bold;
    line-height: 1.6em;
    margin: 1.1em -1.5em;
    padding: 1em 1em;
    position: relative;
    transition: 0.2s border ease-in-out;
    z-index: 0;
}
blockquote:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  height: 2em;
  background-color: #fff;
  width: 5px;
  margin-top: -1em;
}
blockquote:after {
  content: "\f10d";
  position: absolute;
  top: 50%;
  left: -0.5em;
  color: var( --e-global-color-primary );
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  line-height: 1em;
  text-align: center;
  text-indent: -2px;
  width: 1em;
  margin-top: -0.5em;
  transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
}
blockquote.format:before, blockquote.format:after {
  display: none;
}
blockquote.book:after {
  content: "\f12e";
}
blockquote.podcast:after {
  content: "\f32d";
}
blockquote.lyrics:after {
  content: "\f333";
}
blockquote.favorite:after {
  content: "\f384";
}
blockquote:active:after {
  transform: rotateY(360deg);
}
blockquote span {
  display: block;
  font-size: 0.75em;
  line-height: 1.8em;
  margin-top: 1em;
}

@media (max-width: 980px) {
  blockquote {
    font-size: 1.1em;
    margin: 1.1em -2em;
  }
}
@media (max-width: 767px) {
  blockquote {
    border-top: 2px solid var( --e-global-color-primary );
    border-bottom: 2px solid var( --e-global-color-primary );
    border-left: none;
    margin: 1.5em 0;
    padding: 1.5em 1em;
  }
  blockquote:before {
    left: 50%;
    top: 0;
    height: 4px;
    margin-top: -3px;
    margin-left: -1.5em;
    width: 3em;
  }
  blockquote:after {
    font-size: 1.75em;
    left: 50%;
    top: 0;
    margin-top: -0.5em;
    margin-left: -0.5em;
  }
  blockquote span {
    text-align: right;
  }
}



/* Кінець Page-post */


@media (max-width: 767px) {
    div.grid .display-posts-listing {
    display: block;
}
div.grid .listing-item {
    border-right: none;
    padding-right: 0;
    border-bottom: dotted 1px var(--e-global-color-secondary);
    margin-bottom:10px;
    padding-bottom:10px;
}
.entry-title {
    padding: 0 !important;
	font-size: 1.8rem;
}
	main.format-gallery .embed-container,
main.format-audio .embed-container{
	min-height: 250px;
}
}


