/*!
Theme Name: BFVideo
Theme URI: https://onlyhindisex.com/
Author: OHS
Author URI: https://onlyhindisex.com/
Description: BFVideo is a theme for OnlyHindiSex.com
Version: 2.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bfvideo
Tags: custom-background, custom-logo, custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/* Normalize
--------------------------------------------- */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

h2 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/* Box sizing
--------------------------------------------- */


/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
    color: var(--bf-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 500;
}

p {
    margin-bottom: 1rem;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: var(--bf-surface-2);
    color: var(--bf-text);
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted var(--bf-muted);
    cursor: help;
}

mark,
ins {
    background: #5f4f17;
    color: #fff;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/* Elements
--------------------------------------------- */

ul,
ol {
    margin: 0 0 .5em 1em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: .5em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/* Links/Forms are defined in the custom dark theme block below. */


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Navigation
--------------------------------------------- */

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.nav-links a {
    padding: 10px 15px;
    display: block;
    text-align: center;
    color: var(--bf-text);
}

.nav-links a:visited {
    color: var(--bf-text);
}

.nav-links a:hover {
    color: var(--bf-primary);
    border-color: var(--bf-primary);
}

.pagination {
    padding: 5px;
    border-top: 1px solid var(--bf-border);
}

.pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

li.pagination-item {
    flex: auto;
}

.pagination .navlink {
    display: inline-flex;
    padding: 8px;
    border-radius: 6px;
    background: var(--bf-surface-2);
    color: var(--bf-text);
    text-decoration: none;
    font-size: 0.95rem;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.pagination .navlink:hover {
    background: var(--bf-bg);
    color: var(--bf-text);
}

.pagination .nav-current {
    background: var(--bf-bg);
    color: var(--bf-text);
    font-weight: 600;
}

.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--bf-border);
}

.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}


/* Posts and pages
--------------------------------------------- */

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/* Widgets
--------------------------------------------- */

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}


/* Widgets
--------------------------------------------- */

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}


/* Media
--------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure logo link wraps around logo image. */


/* Captions
--------------------------------------------- */

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/* Galleries
--------------------------------------------- */

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/


/* Jetpack infinite scroll
--------------------------------------------- */


/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}


/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/


/* Accessibility
--------------------------------------------- */


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
    outline: 0;
}


/* Alignments
--------------------------------------------- */

.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


/*--------------------------------------------------------------
# Custom Theme UI - Dark Boxed Responsive
--------------------------------------------------------------*/

:root {
    --bf-bg: #0b0f17;
    --bf-surface: #111827;
    --bf-surface-2: #182236;
    --bf-card: #1f2937;
    --bf-border: #2b3a51;
    --bf-text: #e5e7eb;
    --bf-muted: #b7c2d1;
    --bf-primary: #86bcfd;
    --bf-primary-hover: #93c5fd;
    --bf-radius: 8px;
    --bf-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

body {
    background: var(--bf-bg);
    color: var(--bf-text);
    min-height: 100vh;
}

a {
    color: var(--bf-primary);
    text-decoration: none;
    transition: color 0.2s ease;
}

a:visited {
    color: #a78bfa;
}

a:hover,
a:focus,
a:active {
    color: var(--bf-primary-hover);
    text-decoration: underline;
}

a:focus-visible,
.loop-card-link:focus-visible,
.main-navigation a:focus-visible,
.footer-navigation a:focus-visible,
.nav-links a:focus-visible {
    outline: 2px solid var(--bf-primary-hover);
    outline-offset: 2px;
    border-radius: 6px;
}

#page.site {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    background: var(--bf-surface);
    box-shadow: var(--bf-shadow);
}

.site-header {
    display: grid;
    border-bottom: 1px solid var(--bf-border);
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    padding: 10px;
}

.site-branding {
    display: flex;
    flex-direction: column;
    align-items: center;
}

img.custom-logo {
    height: 30px;
    width: auto;
    display: block;
}

.site-branding .site-title,
.site-branding .site-title a {
    margin: 0;
    line-height: 1.15;
    font-size: 11px;
    color: var(--bf-text);
    white-space: nowrap;
}

.header-search {
    min-width: 210px;
}

.header-search .search-form {
    display: flex;
    gap: 0;
    margin: 0;
    align-items: stretch;
    background: #0f172a;
    color: var(--bf-text);
    border: 1px solid var(--bf-border);
    border-radius: 8px;
    padding: 0;
    outline: none;
    overflow: hidden;
}

.header-search .search-field {
    width: 100%;
}

input.search-field:focus {
    color: var(--bf-text);
}

.header-search .search-submit {
    padding: 0.5rem 0.8rem;
}

.main-navigation {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    border-top: 1px solid var(--bf-border);
}

.main-navigation>div {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scrollbar-color: var(--bf-border) var(--bf-surface);
}

.main-navigation>div::-webkit-scrollbar {
    height: 6px;
}

.main-navigation>div::-webkit-scrollbar-thumb {
    background: var(--bf-border);
    border-radius: 999px;
}

#primary-menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    width: max-content;
    min-width: 100%;
}

.main-navigation #primary-menu>li {
    flex: 0 0 auto;
}

.main-navigation a {
    display: inline-flex;
    align-items: center;
    min-height: 2.1rem;
    padding: 0.45rem 0.7rem;
    color: var(--bf-text);
}

.main-navigation a:hover,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_item>a {
    background: var(--bf-surface-2);
    color: #fff;
}

.menu-toggle {
    display: none;
}

.page-header {
    padding: 10px;
}

.entry-title,
.entry-title a,
.page-title {
    color: var(--bf-text);
    margin: 0;
}

.entry-meta,
.entry-footer,
.entry-meta a,
.entry-footer a {
    color: var(--bf-muted);
    font-size: 0.92rem;
}

.entry-content,
.entry-summary,
.page-content,
.entry-footer,
.single-footer,
.single-content {
    padding: 0 10px;
    color: var(--bf-text);
}

video {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    background: #000;
    object-fit: contain;
    outline: none;
}

.single .single-header {
    padding: 10px;
}

.single-title {
    margin: 0 0 0.35rem;
    font-size: 20px;
    line-height: 1.2;
}

.single-meta {
    color: var(--bf-muted);
    font-size: 14px;
    line-height: 1.2;
}

.single-tax-row {
    margin: 0.28rem 0;
}

.single-tax-label {
    color: var(--bf-text);
    margin-right: 0.25rem;
}

.single-tax-value a {
    color: var(--bf-primary);
}

.single-divider {
    border: 0;
    border-top: 1px solid var(--bf-border);
    margin: 10px 0;
}

.single figure.wp-block-gallery.has-nested-images {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.4rem;
    margin-top: 10px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--bf-border) var(--bf-surface);
}

.single figure.wp-block-gallery.has-nested-images .wp-block-image {
    flex: 0 0 auto;
    width: auto;
    margin: 0;
    scroll-snap-align: start;
}

.single figure.wp-block-gallery.has-nested-images .wp-block-image img {
    display: block;
    width: auto;
    height: var(--gallery-landscape-height);
    max-width: none;
    border-radius: 6px;
    object-fit: cover;
}

.related-posts-title {
    padding: 0 10px;
    font-size: 1.1rem;
}

.related-posts-masonry {
    margin-top: 0.2rem;
}

.related-posts-masonry>article {
    background: var(--bf-surface-2);
    border-color: var(--bf-border);
}

.related-posts-masonry .entry-title {
    margin: 0;
    font-size: 1rem;
}

.related-posts-masonry a {
    color: #fff;
}

.widget ul,
.widget ol {
    margin: 0;
    list-style: none;
    padding: 0;
}

.widget li {
    margin-bottom: 8px;
}

.widget a,
a.widget-category-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    color: var(--bf-text);
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.widget a:hover,
a.widget-category-link:hover {
    background: var(--bf-surface-2);
    color: white;
}

.category-count {
    color: var(--bf-muted);
    background: var(--bf-bg);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    border-radius: 5px;
    width: 50px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-title {
    color: #fff;
    margin-top: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid transparent;
    color: var(--bf-text);
    padding: 0.65em 1em;
    cursor: pointer;
    outline: none;
    background: var(--bf-surface);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: var(--bf-bg);
    cursor: pointer;
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
    background: var(--bf-surface);
    color: var(--bf-text);
    border: 0;
    border-right: 1px solid var(--bf-border);
    padding: 0.55rem 0.7rem;
    outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
    outline: 1px solid var(--bf-primary);
    outline-offset: 1px;
}

.footer-about-text {
    padding: 10px;
    font-size: 0.9rem;
    text-align: center;
}

img.footer-about-icon {
    width: 100px;
    height: 100px;
    padding: 10px;
}

.footer-about-text p {
    margin: 0;
    font-size: 0.9rem;
}

.site-info a {
    color: var(--bf-primary);
}

.site-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    padding: 10px;
    border-top: 1px solid var(--bf-border);
}

.site-copyright {
    font-size: 0.9rem;
    white-space: nowrap;
}

.footer-navigation ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.2rem 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-navigation a {
    color: var(--bf-muted);
    font-size: 0.9rem;
}

.footer-navigation a:hover,
.footer-navigation .current-menu-item>a,
.footer-navigation .current_page_item>a {
    color: #fff;
}

.taxonomy-index-page {
    padding: 10px;
}

.taxonomy-index-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
	flex-wrap: wrap;
    gap: 8px;
}

.taxonomy-index-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 6px;
    background: var(--bf-surface-2);
    color: var(--bf-text);
}
li.taxonomy-index-item {
    flex: auto;
}
.taxonomy-index-item a:hover {
    background: var(--bf-bg);
    text-decoration: none;
}

.taxonomy-count {
    color: var(--bf-muted);
    font-size: 0.9rem;
}

.posts-masonry {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 5px;
    padding: 10px;
}

.posts-masonry>article {
    border: 1px solid var(--bf-border);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.posts-masonry>article>a:hover {
    text-decoration: none;
}

.posts-masonry>article .loop-image {
    transition: transform 0.3s ease;
    transform-origin: center center;
}

.posts-masonry>article:hover .loop-image,
.posts-masonry>article>a:hover .loop-image {
    transform: scale(1.05);
}

.loop-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

a.loop-card-link {
    color: var(--bf-text);
    background: #00000047;
    backdrop-filter: blur(26px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.loop-title {
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    padding: 5px 10px;
    display: block;
}

.loop-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    border-top: 1px solid var(--bf-border);
    color: var(--bf-muted);
    font-size: 12px;
    line-height: 1.2;
}

.loop-time,
.loop-duration,
.loop-views {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.loop-time::before,
.loop-duration::before,
.loop-views::before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
    opacity: 0.9;
}

.loop-time::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23fff' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' d='M7 4V2.5M17 4V2.5'/%3E%3Ccircle cx='16.5' cy='16.5' r='1.5'/%3E%3Cpath stroke-linecap='round' d='M21.5 9H10.75M2 9h3.875M14 22h-4c-3.771 0-5.657 0-6.828-1.172S2 17.771 2 14v-2c0-3.771 0-5.657 1.172-6.828S6.229 4 10 4h4c3.771 0 5.657 0 6.828 1.172S22 8.229 22 12v2c0 3.771 0 5.657-1.172 6.828c-.653.654-1.528.943-2.828 1.07'/%3E%3C/g%3E%3C/svg%3E");
}

.loop-duration::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.5'%3E%3Cpath stroke-linejoin='round' d='M12 8v4l2.5 2.5'/%3E%3Cpath d='M7 3.338A9.95 9.95 0 0 1 12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12c0-1.821.487-3.53 1.338-5'/%3E%3C/g%3E%3C/svg%3E");
}

.loop-views::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23fff' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' d='M9 4.46A9.8 9.8 0 0 1 12 4c4.182 0 7.028 2.5 8.725 4.704C21.575 9.81 22 10.361 22 12c0 1.64-.425 2.191-1.275 3.296C19.028 17.5 16.182 20 12 20s-7.028-2.5-8.725-4.704C2.425 14.192 2 13.639 2 12c0-1.64.425-2.191 1.275-3.296A14.5 14.5 0 0 1 5 6.821'/%3E%3Cpath d='M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z'/%3E%3C/g%3E%3C/svg%3E");
}

.posts-masonry .post-thumbnail,
.posts-masonry .post-thumbnail a {
    display: block;
    margin: 0;
}

.loop-card-link {
    display: block;
    color: inherit;
}

.pswp.pswp--open.pswp--has_mouse {
    backdrop-filter: blur(10px);
}

.pswp__bg {
    opacity: 0.005;
    background: #00000091;
}


@media screen and (min-width: 800px) {
    .single .site-main {
        float: left;
        width: 69.99%;
        border-right: 1px solid var(--bf-border);
    }
    #secondary.widget-area {
        float: right;
        width: 30%;
    }
    .site-footer {
        clear: both;
    }
    .home.blog .site-main,
    .blog .site-main {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .site-info {
        flex-direction: column;
        gap: 0.4rem;
    }
    .posts-masonry {
        padding: 5px;
    }
    .pagination .pagination-page {
        display: none;
    }
    .pagination .pagination-current {
        display: list-item;
    }
    .header-top {
        gap: 10px;
        padding: 5px;
    }
}