/*
* Crohasit Theme
*/
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

/* latin */
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZqFCTx8cK.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiZQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html,
body {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  line-height: 23px;
  color: #777;
}

body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("/wp-content/themes/crohasit/img/crohasit-bg-2.webp");
  background-size: cover;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button,
select {
  text-transform: none;
}

.clear {
  clear: both;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

p {
  margin: 0 0 20px;
}

ol,
ul {
  list-style: none;
}

a {
  transition: all 0.2s linear;
}

a,
a:hover {
  color: #777;
}

a,
a:active,
a:link,
a:visited {
  text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 10px;
}

.h1,
h1 {
  font-size: 28px;
}

.h3,
h3 {
  font-size: 22px;
}

.h4,
h4 {
  font-size: 20px;
}

.h5,
h5 {
  font-size: 18px;
}

.h6,
h6 {
  font-size: 16px;
}

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

.scroll-disabled {
  overflow: hidden;
  position: fixed;
}

.container {
  max-width: 996px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.content {
  width: 65.864%;
  float: left;
  padding: 28px 2.712% 0;
}

.sidebar {
  float: right;
  width: 34.137%;
  background: #f5f5f5;
  padding: 31px 1.958% 1.958%;
  border-left: 1px solid #e8e8e8;
  box-sizing: border-box;
}
.sidebar .widget {
  margin-bottom: 27px;
  width: 100%;
}
.sidebar .widget-title {
  font-size: 28px;
  color: #555;
}

@media (max-width: 768px) {
  .content,
  .sidebar {
    float: none;
    width: 100%;
  }
}
.navigation ul {
  padding: 0;
  margin: 0;
}
.navigation ul li {
  text-transform: uppercase;
  transition: background 0.2s linear;
  float: left;
}
.navigation ul li a {
  color: #777;
  display: inline-block;
  font-size: 15px;
  text-decoration: none;
}
.navigation ul li a:hover {
  background-color: #0bf;
  color: #fff;
  text-decoration: none;
}

.primary-nav {
  background-color: #494951;
}
.primary-nav nav {
  margin: 0;
}
.primary-nav ul li a {
  color: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  padding: 9px 15px;
}

@media (max-width: 768px) {
  .primary-nav {
    display: none;
  }
}
.header .logo {
  display: block;
  float: left;
  margin: 30px 0;
  position: relative;
}

@media (max-width: 768px) {
  .header .logo {
    float: unset;
    text-align: center;
    width: 100%;
  }
}
.secondary-nav {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  clear: both;
}
.secondary-nav ul li a {
  color: #777;
  border-right: 1px solid #eee;
  padding: 12px 15px;
}
.secondary-nav .toggle-mobile-menu {
  display: none;
}
.secondary-nav .nav-search form {
  width: 100%;
  position: relative;
  display: flex;
  margin: 0;
}
.secondary-nav .nav-search form input {
  width: 100%;
  padding: 8px 10px;
  border: 2px solid #0bf;
  border-radius: 5px;
}
.secondary-nav .nav-search form button {
  background-color: transparent;
  border: none;
  border-radius: 5px;
  padding: 10px;
  margin-left: 10px;
  cursor: pointer;
  position: absolute;
  right: 5px;
}
.secondary-nav .nav-search form button svg {
  height: 20px;
  fill: #333;
}
.secondary-nav .nsfw-search-container {
  width: 100%;
  background-color: #fff;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.secondary-nav .nsfw-search-container .container {
  max-width: 996px;
  width: 100%;
  padding: 0 15px;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .secondary-nav > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0bf;
    padding: 10px;
  }
  .secondary-nav nav {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    touch-action: pan-y;
    transition: left 500ms ease;
    -webkit-backface-visibility: hidden;
    z-index: 1000;
    background-color: #494951;
    padding-bottom: 160px;
    margin-top: 0;
  }
  .secondary-nav nav.open {
    left: 0;
  }
  .secondary-nav nav ul {
    width: 100%;
  }
  .secondary-nav nav ul li {
    float: none;
  }
  .secondary-nav nav ul li a {
    color: #fff;
    border: none;
    margin-left: 10px;
    padding: 10px 15px !important;
    width: 100%;
  }
  .secondary-nav .nav-search-btn,
  .secondary-nav .search-toggle,
  .secondary-nav .navbar-toggle {
    display: block;
    background-color: transparent;
    border: none;
    color: #fff;
  }
  .secondary-nav .toggle-mobile-menu {
    display: block;
    background-color: #0bf;
    color: #fff;
    padding: 10px 0;
    text-indent: 15px;
    text-align: center;
  }
  .secondary-nav .nav-search {
    flex: 0 0 70%;
  }
}
@media (min-width: 769px) {
  .secondary-nav .nav-search-btn,
  .secondary-nav .search-toggle,
  .secondary-nav .navbar-toggle {
    display: none;
  }
  .body-nsfw .header .secondary-nav > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .body-nsfw .header .secondary-nav nav {
    margin-top: 0 !important;
    flex: 0 0 70%;
  }
  .body-nsfw .header .secondary-nav .nav-search {
    flex: 1 1 30%;
  }
  .body-nsfw .header .secondary-nav .nav-search form {
    width: 90% !important;
  }
  .body-default .nav-search {
    display: none;
  }
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #0bf; /* Set thumb color */
  border-radius: 2px; /* Optional: smooth the edges of the thumb */
}

::-webkit-scrollbar-thumb {
  background-color: orange; /* Set thumb color */
  border-radius: 2px; /* Optional: smooth the edges of the thumb */
}

footer {
  display: block;
  clear: both;
  border-top: 5px solid #0bf;
  margin-top: 20px;
  background-color: #494951;
}
footer .copyright {
  padding: 2.712%;
  font-family: "Noto Serif", serif;
}
footer .copyright a {
  color: #0bf;
}

.main-content {
  background-color: #f5f5f5;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

form.search-form {
  display: flex;
  width: 100%;
  padding: 7px;
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  align-items: center;
}
form.search-form input[type=search] {
  border: none;
  outline: none;
  flex: 1;
  display: flex;
  background: transparent;
}
form.search-form button[type=submit] {
  border: none;
  outline: 0;
  background: transparent;
  flex: 0 0 auto;
  height: 20px;
  color: inherit;
}
form.search-form button[type=submit] svg {
  display: block;
  height: 100%;
  width: 100%;
  fill: currentColor;
}

ul.popular-posts {
  margin: 0;
  padding: 0;
}
ul.popular-posts li {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  ul.popular-posts li .post-img {
    text-align: center;
  }
}
.content {
  position: relative;
  background: #fff;
  box-sizing: border-box;
}
.content--2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content--2 .category,
.content--2 .post {
  flex: 0 0 48%;
}
.content--3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content--3 .category,
.content--3 .post {
  flex: 0 0 32%;
}
.content .post .wp-post-image {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .content--2 .category,
  .content--2 .post, .content--3 .category,
  .content--3 .post {
    flex: 0 0 49%;
  }
}
article a {
  color: #0bf;
}
article .post-title {
  font-size: 28px;
  color: #555;
}
article .post-info {
  display: block;
  color: #aaa;
  margin-bottom: 15px;
}
article .post-info > * {
  font-family: "Noto Serif", serif;
  margin-right: 10px;
}
article .post-info .post-date {
  display: inline-block;
}
article .post-info__categories a {
  display: inline-block;
  background-color: #f5f5f5;
  color: #777;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid #eee;
  margin-right: 5px;
  text-decoration: none;
}
article .post-info__categories a:hover {
  background-color: #00ccff;
  color: #fff;
}
article .post-info ul.post-categories {
  margin: 0;
  padding: 0;
  display: inline-block;
}
article .post-info ul.post-categories li {
  display: inline-block;
}
article .post-info ul.post-categories li a:hover {
  text-decoration: underline;
}
article .post-content {
  font-family: "Noto Serif", serif;
}
article .post-content p {
  font-family: "Noto Serif", serif;
}
article .post-content .h1,
article .post-content h1,
article .post-content .h2,
article .post-content h2,
article .post-content .h3,
article .post-content h3,
article .post-content .h4,
article .post-content h4 {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
}
article .post-content ul {
  margin: 1.5em 0 1.571em 1.9em;
  list-style-type: square;
  padding: 0;
}
article .post-content ul li {
  padding: 0;
  margin: 0;
}
article .read-more {
  margin-bottom: 20px;
}
article .read-more a {
  float: right;
}
article .read-more a:hover {
  color: #0bf;
  text-decoration: underline;
}

article.post-nsfw .post-title {
  font-size: 18px;
}
article.post-nsfw .post-image .post-thumbnail img {
  margin-bottom: 0;
  border-radius: 4px;
}

@media (max-width: 768px) {
  article .read-more {
    margin-bottom: 15px;
  }
}
.category article .post-title a,
.home article .post-title a {
  color: #555;
}
.category article .post-title a:hover,
.home article .post-title a:hover {
  color: #0bf;
}
.category article .post-info .post-categories a,
.home article .post-info .post-categories a {
  color: #aaa;
}
.category article .post-info .post-categories a:hover,
.home article .post-info .post-categories a:hover {
  color: #0bf;
}

.page .post-content {
  font-family: "Noto Serif", serif;
}
.page .post-content a,
.page .post-content p {
  font-family: "Noto Serif", serif;
}
.page .post-content a {
  color: #0bf;
}
.page .post-content a:hover {
  text-decoration: underline;
}
.page .post-content .faq-items .faq-title a {
  color: #0bf;
}

@-webkit-keyframes btn-emphasize {
  0%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
a.btn-download {
  -webkit-animation: btn-emphasize 1.8s infinite;
  animation: btn-emphasize 1.8s infinite;
  border: 2px solid #0bf;
  border-radius: 5px;
  padding: 10px 25px 10px 26px;
  text-transform: uppercase;
  font-weight: 600;
  transition: background-color 0.2s ease-out;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  color: #34495e;
  max-width: 260px;
  font-size: 12px;
}

a.btn-download em {
  display: block;
  font-size: 12px;
  color: #34495e;
}

a.btn-download:hover {
  background-color: #0bf;
  color: #fff;
}

.related-posts {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAALCAQAAAAdbI8eAAAAE0lEQVR4AWNg0GbAANoEGZRrAwBwAQHa8TURRAAAAABJRU5ErkJggg==) repeat-x left bottom;
  padding-bottom: 30px;
}
.related-posts__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.related-posts__items .related-post {
  flex: 0 0 30%;
  margin-bottom: 20px;
  color: #777;
}
.related-posts__items .related-post .post-title {
  font-size: 16px;
  color: #5a5a5a;
}

.keyword-search form {
  width: 100%;
  position: relative;
  display: flex;
  margin-bottom: 20px;
}
.keyword-search form input {
  width: 100%;
  padding: 10px;
  border: 2px solid #0bf;
  border-radius: 5px;
}
.keyword-search form input button {
  background-color: transparent;
  border: none;
  border-radius: 5px;
  padding: 10px;
  margin-left: 10px;
  cursor: pointer;
  position: absolute;
  right: 5px;
}
.keyword-search form input button svg {
  height: 20px;
  fill: #333;
}

.alphabet-search {
  margin-bottom: 20px;
}
.alphabet-search button {
  font-size: 13px;
  padding: 5px 10px;
  margin-bottom: 5px;
}

.search-results.search-grouped-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.search-results.search-grouped-list .search-grouped-list__group {
  flex: 1 1 24%;
  margin-bottom: 10px;
}
.search-results.search-grouped-list .search-grouped-list__group b {
  font-size: 22px;
}
.search-results.search-grouped-list .search-grouped-list__group ul {
  padding-left: 15px;
}
.search-results.search-grouped-list .search-grouped-list__group ul li {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .search-results.search-grouped-list .search-grouped-list__group {
    flex: 1 1 49%;
  }
}
.post.post-nsfw .post-stats {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
  font-size: 13px;
}
.post.post-nsfw .post-stats span svg {
  height: 11px;
}

.single-nsfw .video-player {
  background-color: #000;
}
.single-nsfw .video-info-wrapper {
  padding: 10px 20px;
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
  display: block;
}
.single-nsfw .video-info-wrapper .video-details {
  margin-bottom: 15px;
  font-size: 14px;
  color: #555;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  overflow: hidden;
}
.single-nsfw .video-info-wrapper .video-details span {
  margin-right: 15px;
}
.single-nsfw .video-info-wrapper .video-details span svg {
  height: 0.8rem;
}
@media (max-width: 768px) {
  .single-nsfw .video-info-wrapper .video-details {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .single-nsfw .video-info-wrapper .video-details span {
    margin-right: 0 !important;
  }
}
.single-nsfw .video-info-wrapper .video-actions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.single-nsfw .video-info-wrapper .vote-buttons {
  display: flex;
  align-items: center;
  background-color: #e5e7eb;
  color: #333;
  border: none;
  border-radius: 5px;
  margin-bottom: 15px;
  overflow: hidden;
}
.single-nsfw .video-info-wrapper .vote-buttons .vote-button {
  border: none;
  padding: 8px 12px;
}
.single-nsfw .video-info-wrapper .vote-buttons .vote-button svg {
  height: 18px;
  fill: currentColor;
}
.single-nsfw .video-info-wrapper .vote-buttons .vote-button.vote-button--upvote {
  color: #00ce00;
}
.single-nsfw .video-info-wrapper .vote-buttons .vote-button.vote-button--downVote {
  rotate: 180deg;
}
.single-nsfw .video-info-wrapper .action-buttons {
  display: flex;
  gap: 15px;
  font-size: 14px;
}
.single-nsfw .video-info-wrapper .action-buttons .action-button {
  background-color: #e5e7eb;
  color: #333;
  padding: 8px 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  gap: 5px;
}
.single-nsfw .video-info-wrapper .action-buttons .action-button:hover {
  background-color: #d1d5db;
}
.single-nsfw .video-info-wrapper .action-buttons .action-button.report:hover {
  background-color: #f87171;
}
.single-nsfw .video-info-wrapper .action-buttons .action-button.share:hover {
  background-color: #60a5fa;
}
.single-nsfw .video-categories a {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 5px;
  background-color: #e5e7eb;
  color: #333;
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.single-nsfw .video-categories a:hover {
  background-color: #d1d5db;
}
.single-nsfw .btn-download svg {
  height: 20px;
  margin-bottom: 5px;
}

.contact-form input[type=text],
.contact-form textarea {
  padding: 7px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  display: block;
  width: 100%;
}
.contact-form input[type=submit] {
  padding: 10px 20px;
  border-radius: 3px;
  border: none;
  background: #0bf;
  color: #fff;
  display: block;
  margin-top: 10px;
}

.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.navigation a {
  color: #0bf;
}
.navigation a:hover {
  text-decoration: underline;
}

/*-[ Dots Loader ]--------------------------------*/
@-webkit-keyframes scale {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  45% {
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  45% {
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
}
.ball-pulse {
  float: none;
  margin-bottom: 15px;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.ball-pulse > div:nth-child(0) {
  -webkit-animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div {
  background-color: #3d8fe8;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 1px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

.age-verification {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  color: white;
  font-size: 1.5rem;
}
.age-verification__title {
  color: white;
}
.age-verification button {
  padding: 10px 20px;
  border-radius: 3px;
  border: 0;
  background: #0bf;
  color: #fff;
  display: inline-block;
}
.age-verification__action--no {
  background: #ff0000;
}

.age-verification__action--yes {
  margin-left: 1rem;
}

.age-verification__action--no {
  background: #ff0000;
}

/*# sourceMappingURL=style.css.map */
