/*Custom CSS */

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

body {
    background-color: #2c3338;
    color: #ccc;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    box-sizing: border-box;
}

#page {
    max-width: 1100px;
    margin: auto;
    background: #212121;
}

main {
    padding: 0 10px;
}

.videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

a.video {
    list-style: none;
    max-width: 400px;
    width: 300px;
    background: #565D69;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    flex: auto;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
}

.time {
    position: absolute;
    top: 5px;
    left: 10px;
    color: #f2f2f2;
    background: #0000008c;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 5px;
}

.ago {
    right: 10px;
    top: 5px;
    position: absolute;
    opacity: 0.9;
    font-weight: normal;
    text-shadow: 0px 0px 4px #000;
    color: #f2f2f2;
    background: #0000008c;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 5px;
}

h2.vtitle {
    color: #fff;
    padding: 5px;
    position: absolute;
    background: #0000007a;
    margin: 0px;
    bottom: 0px !important;
    width: -webkit-fill-available;
    font-weight: 400;
    transition: all .25s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 110%;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
}

header {}

.logo {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.logo {
    background: #212121;
}

.logo a {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    padding: 0 5px;
}

form.search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2d3338;
    border-radius: 5px;
    color: #fff;
}

input.search-field {
    margin: 0px;
    background: transparent;
    border: 0;
    padding: 0;
    line-height: unset;
    outline: 0px;
    padding-left: 20px;
    color: #fff;
    height: 36px;
}

button.search-submit {
    background: transparent;
    border: 0;
    margin: 0;
    line-height: unset;
    color: #ffffff7a;
    border-left: 1px solid #ffffff42;
    padding: 8px 13px 3px;
    font-size: 18px;
    cursor: pointer;
}

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 {
    color: #ffffff;
}

input:-internal-autofill-selected {
    background-color: transparent;
}

.menu {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    background: #171717;
    margin-bottom: 10px;
    overflow-x: scroll;
    scrollbar-width: none;
}

.menu a {
    color: #fff;
    font-size: 17px;
    padding: 10px;
    white-space: nowrap;
}

footer {
    padding: 10px 0;
    text-align: center;
    margin-top: 20px;
    background: #171717;
    color: #cccccc;
}

@media only screen and (max-width: 600px) {
    .menu {
        scrollbar-width: thin;
    }
}


/* Buttons */

.button {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.button:hover {
    background-color: #555;
}


/* Form Styles */

input,
textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

video {
    outline: 0;
    aspect-ratio: 16 / 9;
    background: #000000;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
    margin-top: 10px;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 500;
}

h1 {
    font-size: 22px;
}

h2.h {
    font-size: 18px;
    background: #171717;
    padding: 5px;
    margin: 0 -10px 10px -10px;
    text-align: center;
}

p {
    margin-bottom: 10px;
    margin-top: 0;
}

a {
    text-decoration: none;
    color: #8daaff;
}




/* Single Post */

.taxonomy {
    display: flex;
    gap: 5px;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: scroll;
    scrollbar-width: none;
    margin-bottom: 10px;
}

.taxonomy a {
    border: 1px solid #0069ff;
    color: #ccc;
    padding: 3px 15px;
    border-radius: 23px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.taxonomy1 {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
	justify-content: center; 
}

.taxonomy1 a {
    border: 1px solid #0069ff;
    color: #ccc;
    padding: 3px 15px;
    border-radius: 23px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.cat:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h4.981l2 2h7.789q.69 0 1.153.463T21 8.616v8.769q0 .69-.462 1.153T19.385 19z'/%3E%3C/svg%3E");
    background-size: 16px 16px;
    margin-right: 2px;
}

.tag:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 256 256'%3E%3Cpath fill='white' d='M243.31 136L144 36.69A15.86 15.86 0 0 0 132.69 32H40a8 8 0 0 0-8 8v92.69A15.86 15.86 0 0 0 36.69 144L136 243.31a16 16 0 0 0 22.63 0l84.68-84.68a16 16 0 0 0 0-22.63m-96 96L48 132.69V48h84.69L232 147.31ZM96 84a12 12 0 1 1-12-12a12 12 0 0 1 12 12'/%3E%3C/svg%3E");
    background-size: 16px 16px;
    margin-right: 2px;
}

.tag-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.tag-list a {
    min-width: 135px;
    background: #2e3338;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 8px;
    text-align: center;
    flex: auto;
}

.tag-list a:hover {
    background: #000000;
}

span.num {
    font-size: 14px;
    padding-left: 5px;
    color: #7c7c7c;
}

.breadcrumb {
    padding: 0px 0px 10px 10px;
    white-space: nowrap;
    overflow: hidden;
}

.taxonomy-meta {
    margin-bottom: 10px;
}

a.btnx {
    padding: 8px;
    display: block;
    width: 150px;
    border-radius: 99px;
    margin: auto;
    margin-top: 15px;
    border: 1px solid #0069ff;
    white-space: nowrap;
    text-align: center;
}

span.name {
    font-size: 20px;
}

span.count {
    background: #00000047;
    padding: 5px 10px;
    text-align: center;
    border-radius: 8px;
    font-size: 12px;
}

a.blk {
    aspect-ratio: 16 / 4;
}

span.blur {
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    background: #33333373;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

span.blur:hover {
    backdrop-filter: blur(55px);
}

a.video.blk:hover {
    color: #fff;
}

h1.page-title {
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff3d;
}

h1.stitle {
    overflow-x: scroll;
    white-space: nowrap;
    scrollbar-width: none;
}

.nav-previous a {
    color: #fff;
    background: #0049b1;
    padding: 5px 10px;
    display: block;
    text-align: center;
}

.nav-next a {
    color: #fff;
    background: #028b1d;
    padding: 5px 10px;
    display: block;
    text-align: center;
}

form.search-form {
    display: flex
;
	background: #0000004d;
}
    justify-content: center;
    align-items: center;
    border-radius: 5px;
   color: #ffffff7a!important;
}

input.search-field {
    margin: 0px;
    background: transparent;
    border: 0;
    padding: 0;
    line-height: unset;
    outline: 0px;
    padding-left: 20px;
    color: #fff!important;
    height: 36px;
}

button.search-submit {
    background: transparent;
    border: 0;
    margin: 0;
    line-height: unset;
    color: #ffffff7a;
    border-left: 1px solid #ffffff42;
    padding: 8px 13px 3px;
    font-size: 18px;
    cursor: pointer;
}

::placeholder {
  color: #ccc;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ccc;
}	

h1.page-title {
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff3d;
    padding-top: 10px;
}

.post {
    list-style: none;
    max-width: 400px;
    width: 300px;
    background: #565D69;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    flex: auto;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
    margin: 10px;
	  display: flex;
    flex-direction: column!important;
}

.time {
    position: absolute;
    top: 5px;
    left: 10px;
    color: #f2f2f2;
    background: #0000008c;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 5px;
}

.ago {
    right: 10px;
    top: 5px;
    position: absolute;
    opacity: 0.9;
    font-weight: normal;
    text-shadow: 0px 0px 4px #000;
    color: #f2f2f2;
    background: #0000008c;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 5px;
}



.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 20px 0;
    width: 100%;
}

h1 {
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff3d;
}

h1.site-title {
    border: none!important;
}

/* categories page */

.page .breadcrumb {
    display:none;
}

.videos1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.videos1 a {
    list-style: none;
    max-width: 400px;
    width: 300px;
	  height: 100px!important;
    background: #565D69;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    flex: auto;
    aspect-ratio: 16 / 9!important;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    background-size: cover;
    background-position: top;
}

.videos1 a:hover {
    color: #fff!important;
}


.videos1 a span.blur {
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    background: #33333373; /* Semi-transparent background */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute; /* Position it over the parent */
    top: 0;
    left: 0;
    z-index: 2;
}

.videos1 a:hover span.blur {
    backdrop-filter: blur(10px); /* Increase blur on hover for effect */
}

.videosr {
    flex-wrap: wrap;
    justify-content: center;
	  max-width: calc(33% - 10px);
    display: inline-flex;
    margin-right: 5px;
	  margin-left: 5px;
}

.videosr a {
    list-style: none;
    max-width: 400px;
    width: 375px;
    background: #565D69;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    flex: auto;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
}

a:hover,
a:focus,
a:active {
    color: #255cff;
}

.breadcrumb a:visited {
  color: #255cff;
}

a:hover.btnx  {
    color: #255cff!important;
}

a.btnx {
     color: #8daaff!important;
}

h2.h {
    font-size: 18px;
    background: #171717;
    padding: 5px;
    margin: 0 -10px 10px -10px;
    text-align: center;
    width: 100%;
}

.taxonomy a:hover {
    color: #ccc;
}

a.language {
    border-color: #27ff00;
}

.language:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 14c1.66 0 2.99-1.34 2.99-3L15 5c0-1.66-1.34-3-3-3S9 3.34 9 5v6c0 1.66 1.34 3 3 3m5.3-3c0 3-2.54 5.1-5.3 5.1S6.7 14 6.7 11H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c3.28-.48 6-3.3 6-6.72z'/%3E%3C/svg%3E");
    background-size: 16px 16px;
    margin-right: 2px;
}

a.place {
    border-color: #ff5d00;
}

.place:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M256 32C167.67 32 96 96.51 96 176c0 128 160 304 160 304s160-176 160-304c0-79.49-71.67-144-160-144m0 224a64 64 0 1 1 64-64a64.07 64.07 0 0 1-64 64'/%3E%3C/svg%3E");
    background-size: 16px 16px;
    margin-right: 2px;
}

.wp-editor-area {
    background-color: #fff !important;
    color: #000 !important;
}

h1.stitle {
    overflow-x: scroll;
    white-space: nowrap;
    scrollbar-width: none;
}

.model:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V21h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V21h6v-2.5c0-2.33-4.67-3.5-7-3.5z'/%3E%3C/svg%3E");
    background-size: 16px 16px;
    margin-right: 4px;
    vertical-align: middle;
}

a.model {
    border-color: #27ff00;
}

.series:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M4 4v16h16V4H4zm4 14H6v-2h2v2zm0-4H6v-2h2v2zm0-4H6V8h2v2zm0-4H6V4h2v2zm10 12h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V8h2v2zm0-4h-2V4h2v2zM14 20h-4v-2h4v2zm0-4h-4v-2h4v2zm0-4h-4V8h4v2zm0-4h-4V4h4v2z'/%3E%3C/svg%3E");
    background-size: 16px 16px;
    margin-right: 4px;
    vertical-align: middle;
}

a.series {
    border-color: #ff5d00;
}

.taxonomy-label {
    font-weight: bold;
    color: #fff;
    margin-right: 8px;
    white-space: nowrap;
}
