/* Index */

/*general*/
/* Base Page Layout */
/* * login box */
/* Elementor  CSS */
/** Custom Blog Post */
/** Widgets */
/** Elementor Widgets */
/* newsletter forms base */
/** Blog Post Display Cards */
/** Widgets */
/*  breadcrumb */
/* GDPR Cookie Settings Button Styles */


/*general*/

:root {
  --red :  #EC2024;
  --red-lighter: #EC2024;
  --red-darker: #EC2024;
}

/* Link color: black, red on hover -- force override (front-end only, but NOT admin bar) */
a:not(#wpadminbar a):not(#wpadminbar a *):not(.elementor-button):not(.elementor-button *):not(.elementor-icon):not(.elementor-icon *),
a:visited:not(#wpadminbar a):not(#wpadminbar a *):not(.elementor-button):not(.elementor-button *):not(.elementor-icon):not(.elementor-icon *),
a:active:not(#wpadminbar a):not(#wpadminbar a *):not(.elementor-button):not(.elementor-button *):not(.elementor-icon):not(.elementor-icon *),
a:focus:not(#wpadminbar a):not(#wpadminbar a *):not(.elementor-button):not(.elementor-button *):not(.elementor-icon):not(.elementor-icon *) {
  color: #000;
  text-decoration: none !important;
  transition: color 0.2s;
}

a:hover:not(#wpadminbar a):not(#wpadminbar a *):not(.elementor-button):not(.elementor-button *):not(.elementor-icon):not(.elementor-icon *),
a:focus:not(#wpadminbar a):not(#wpadminbar a *):not(.elementor-button):not(.elementor-button *):not(.elementor-icon):not(.elementor-icon *) {
  color: #EC2024;
}

a, a:visited, a:active, a:focus, a:hover {
  text-decoration: none !important;
}


/* Base Page Layout */
.b4-page-content {
    background: #fff;
    padding: 0;
}
/* .b4-style-2 { } */
.b4-content-area {
    min-height: 400px;
}
.b4-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}
.b4-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.b4-sidebar-left {
    flex-direction: row-reverse;
}
.b4-main-col {
    padding: 0 8px;
}
.b4-main-col-inner {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 32px 24px;
    margin-bottom: 32px;
}
.b4-sidebar-col {
    padding: 0 8px;
}
@media (max-width: 991px) {
    .b4-row, .b4-sidebar-left { flex-direction: column; }
    .b4-main-col, .b4-sidebar-col { width: 100%; }
}

.b4-blog-listing { margin-bottom: 32px; }
.b4-blog__inner { background: #fff; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.b4-blog__content { padding: 24px; }
.b4-font-heading { font-family: var(--heading-font, inherit); }
.b4-no-icon { padding-left: 0; }
.b4-page-content-listing { margin-top: 24px; }

/* * login box */

body.modal-open {
padding-right: 0 !important;
width: 100%;
}
body.modal-open .modal {
padding-right: 0 !important;
}
body.modal-open .modal .modal-dialog {
background-color:none !important;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
body.modal-open .modal .modal-dialog {
  width: 90%;
  max-width: 400px;
  margin: auto;
}
}
body.modal-open .modal .modal-content {
background-color: #ffffff;
border: 3px solid #000000;
border-radius: 16px;
}
body.modal-open .modal .modal-content .modal-header,
body.modal-open .modal .modal-content .modal-footer {
padding: 0;
border-bottom: none;
}
body.modal-open .modal .modal-content .modal-header .close,
body.modal-open .modal .modal-content .modal-footer .close {
margin-top: 0;
position: absolute;
top: 10px;
right: 10px;
z-index: 9;
font-size: 35px;
color: #000000;
}
body.modal-open .modal .modal-content .modal-header .close:focus,
body.modal-open .modal .modal-content .modal-footer .close:focus {
outline: none;
}
body.modal-open .modal .modal-content .modal-body .login:not(.message) {
padding: 0 125px;
}
@media (max-width: 768px) {
body.modal-open .modal .modal-content .modal-body .login:not(.message) {
  padding: 0 15px;
}
}
body.modal-open .modal .modal-content .message {
color: #EC2024;
}
@media (max-width: 768px) {
body.modal-open .modal .modal-content .modal-body .login {
  padding: 0 15px;
}
}
body.modal-open .modal .modal-content .modal-body .login h3 {
text-align: center;
font-size: 20px;
text-transform: uppercase;
color: #000000;
}
body.modal-open .modal .modal-content .modal-body .login .submit {
float: left;
}
body.modal-open .modal .modal-content .modal-body .login .submit .wp-submit {
padding: 12px 30px;
border: none;
border-radius: 25px;
font-weight: 600;
color: #ffffff;
background-color: #EC2024;
transition: background-color 200ms ease;
}
body.modal-open .modal .modal-content .modal-body .login .submit .wp-submit:hover {
color: #ffffff;
background-color: #000000;
}
body.modal-open .modal .modal-content .modal-body .login .submit .wp-submit[disabled] {
background-color: #EC2024;
}
body.modal-open .modal .modal-content .modal-body .login label {
width: 100%;
max-width: 315px;
text-align: left;
color: #000000;
font-weight: 600;
margin-bottom: 14px;
}
body.modal-open .modal .modal-content .modal-body .login label[for=user_pass] {
margin-bottom: 20px;
}
body.modal-open .modal .modal-content .modal-body .login label[for="rememberme"] {
font-weight: normal;
}
@media (max-width: 600px) {
body.modal-open .modal .modal-content .modal-body .login label {
  margin-bottom: 0;
}
body.modal-open .modal .modal-content .modal-body .login label[for=user_pass] {
  margin-bottom: 0;
}
}
body.modal-open .modal .modal-content .modal-body .login p.nav {
margin-top: 5px;
}
body.modal-open .modal .modal-content .modal-body .login input[type="text"],
body.modal-open .modal .modal-content .modal-body .login input[type="email"],
body.modal-open .modal .modal-content .modal-body .login input[type="url"],
body.modal-open .modal .modal-content .modal-body .login input[type="password"],
body.modal-open .modal .modal-content .modal-body .login input[type="search"] {
width: 100%;
padding: 13px 15px;
border: 1px solid #111111;
border-radius: 5px;
margin-top: 14px;
background-color: #ffffff;
line-height: 14px;
}
body.modal-open .modal .modal-content .modal-body .login input[type="text"]:focus,
body.modal-open .modal .modal-content .modal-body .login input[type="email"]:focus,
body.modal-open .modal .modal-content .modal-body .login input[type="url"]:focus,
body.modal-open .modal .modal-content .modal-body .login input[type="password"]:focus,
body.modal-open .modal .modal-content .modal-body .login input[type="search"]:focus {
outline: none;
}
body.modal-open .modal .modal-content .modal-body .login #loginform {
font-size: 0;
}
body.modal-open .modal .modal-content .modal-body .login #loginform > * {
font-size: 14px;
color: #fff;
}
body.modal-open .modal .modal-content .modal-body .login #loginform:after {
display: table;
clear: both;
content: "";
}
body.modal-open .modal .modal-content .modal-body .login #loginform input[type=checkbox] {
display: inline-block;
}
body.modal-open .modal .modal-content .modal-body .login #loginform .forgetmenot,
body.modal-open .modal .modal-content .modal-body .login #loginform .submit {
display: inline-block;
width: 50%;
}
@media (max-width: 600px) {
body.modal-open .modal .modal-content .modal-body .login #loginform .forgetmenot,
body.modal-open .modal .modal-content .modal-body .login #loginform .submit {
  width: 100%;
}
}
body.modal-open .modal .modal-content .modal-body .login #loginform .forgetmenot {
float: right;
margin-top: 10px;
}
@media (max-width: 600px) {
body.modal-open .modal .modal-content .modal-body .login #loginform .forgetmenot {
  margin-top: 0;
}
}
body.modal-open .modal .modal-content .modal-body .login #loginform .forgetmenot #rememberme {
display: inline-block;
margin-top: -1px;
vertical-align: middle;
margin-right: 10px;
}
body.modal-open .modal .modal-content .modal-body .login #registerform:after {
display: table;
clear: both;
content: "";
}
body.modal-open .modal .modal-content .modal-body .login #resetform:after {
display: table;
clear: both;
content: "";
}

/* Elementor  CSS */

/* Base button style */
.elementor-button, .c-btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 8px;
  font-weight: 600;
  margin: 9px 8px 8px 9px;
  text-decoration: none;
}

/* Style 1: Solid black */
.elementor-button.c-btn_style-1, .c-btn.c-btn_style-1 {
  padding: 15px 40px;
  border: none;
  color: #fff;
  background-color: #000000;
  transition: all 200ms ease;
  text-decoration: none;
}
.elementor-button.c-btn_style-1:hover, .c-btn.c-btn_style-1:hover {
  color: #ffffff;
  background-color: #EC2024;
  text-decoration: none;
}

/* Style 2: Red solid with border */
.elementor-button.c-btn_style-2, .c-btn.c-btn_style-2 {
  padding: 12px 38px;
  border: 3px solid #EC2024;
  color: #ffffff;
  background-color: #EC2024;
  transition: all 200ms ease;
  text-decoration: none;
}
.elementor-button.c-btn_style-2:hover, .c-btn.c-btn_style-2:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}

/* Style 3: Grey outline, pill shape */
.elementor-button.c-btn_style-3, .c-btn.c-btn_style-3 {
  padding: 12px 25px;
  border: 2px solid #666;
  border-radius: 25px;
  font-weight: 600;
  color: #666;
  text-decoration: none;
}
.elementor-button.c-btn_style-3:hover, .c-btn.c-btn_style-3:hover {
  background-color: #0f0f0f;
  border-color: #0f0f0f;
  color: #ffffff;
  text-decoration: none;
}

/* comment button */
#madara-comments.comments-area #respond.comment-respond .comment-form .form-submit #submit {
padding: 12px 25px;
border: none;
border-radius: 8px;
font-weight: 600;
color: #fff;
background-color: #EC2024;
transition: background-color 200ms ease;
}
#madara-comments.comments-area #respond.comment-respond .comment-form .form-submit #submit:hover {
background-color: #0f0f0f;
cursor: pointer
}

/** Custom Blog Post */
/* Comment Box */
#manga-discussion #comments{margin-top:0}
#manga-discussion .comment-selection-wrapper {
  float: right;
  position: relative;
}
#manga-discussion .comment-selection-wrapper .comment-selection {
  height: 30px;
  padding: 0px 25px 0px 15px;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: none;
  border: 2px solid #ebebeb;
  color: #969494;
  font-weight: 600;
}
#manga-discussion .comment-selection-wrapper:after {
  content: "\f0dd";
  position: absolute;
  top: 1px;
  right: 10px;
  font-family: Font Awesome\ 5 Free; font-display: optional;
  font-weight: 900;
}
.c-blog__heading h2 > i, .c-blog__heading .h4 > i {
  font-size: 18px;
  width: 30px;
  height: 30px;
  background: #EC2024;
  /* Standard syntax */
  color: #fff;
  position: relative;
  margin-right: 16px;
  margin-bottom: -2px;
  vertical-align: left;
  display: inline-block;
}
.c-blog__heading h2 > i:before, .c-blog__heading .h4 > i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-blog__heading h2 > i:after, .c-blog__heading .h4 > i:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #EC2024;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

/* Comment Box */
#comments.comments-area h3.comments-title,
#comments.comments-area h3.comment-reply-title {
font-size: 14px;
margin-bottom: 20px;
}
#comments.comments-area ol.comment-list {
list-style: none;
margin: 0;
}
#comments.comments-area ol.comment-list li.comment {
background: none;
position: relative;
}
#comments.comments-area ol.comment-list li.comment article.comment-body {
margin-bottom: 30px;
padding: 30px;
}
#comments.comments-area ol.comment-list li.comment article.comment-body footer.comment-meta {
padding-bottom: 20px;
}
#comments.comments-area ol.comment-list li.comment article.comment-body footer.comment-meta * {
display: inline-block;
}
#comments.comments-area ol.comment-list li.comment article.comment-body footer.comment-meta .comment-author {
margin-right: 10px;
}
#comments.comments-area ol.comment-list li.comment article.comment-body footer.comment-meta .comment-author .avatar {
border-radius: 50%;
margin-right: 10px;
}
#comments.comments-area ol.comment-list li.comment article.comment-body footer.comment-meta .comment-author .says {
display: none;
}
#comments.comments-area ol.comment-list li.comment article.comment-body footer.comment-meta .comment-metadata a time:before {
margin-right: 6px;
}
#comments.comments-area ol.comment-list li.comment article.comment-body div.comment-content {
word-wrap: break-word;
}
#comments.comments-area ol.comment-list li.comment article.comment-body div.comment-content p {
margin-bottom: 0px;
}
#comments.comments-area ol.comment-list li.comment article.comment-body div.reply {
position: absolute;
top: 20px;
right: 30px;
}
#comments.comments-area ol.comment-list li.comment article.comment-body div.reply a.comment-reply-link:after {
margin-left: 10px;
}
#comments.comments-area ol.comment-list li.comment ol.children {
list-style: none;
padding-left: 40px;
}
#comments.comments-area ol.comment-list li.pingback .comment-body .block-left {
display: none;
}
#comments.comments-area #respond.comment-respond {
margin-bottom: 30px;
}
#comments.comments-area #respond.comment-respond .comment-form {
display: block;
}
#comments.comments-area #respond.comment-respond .comment-form label {
margin-bottom: 10px;
}
#comments.comments-area #respond.comment-respond .comment-form .comment-form-comment {
margin-bottom: 10px;
}
#comments.comments-area #respond.comment-respond .comment-form .comment-form-comment textarea {
width: 100%;
}


/* newsletter forms base */
.mc4wp-form {
display: block;
padding: 50px;
background-repeat: repeat;
}

.mc4wp-form label {
vertical-align: top;
margin-bottom: 6px;
display: inline-block;
}

.mc4wp-form input[type='text'],
.mc4wp-form input[type='email'],
.mc4wp-form input[type='url'],
.mc4wp-form input[type='tel'],
.mc4wp-form input[type='number'],
.mc4wp-form input[type='date'],
.mc4wp-form select,
.mc4wp-form textarea {
vertical-align: top;
margin-bottom: 6px;
padding: 6px 12px;
display: inline-block;
border-radius: 8px;
}

.mc4wp-form input[type='radio'],
.mc4wp-form input[type='checkbox'] {
margin-right: 6px;
display: inline-block
}

.mc4wp-form input[type='submit'],
.mc4wp-form input[type='button'],
.mc4wp-form input[type='reset'],
.mc4wp-form button {
vertical-align: top;
text-shadow: none;
padding: 6px 12px;
cursor: pointer;
text-align: center;
line-height: normal;
display: inline-block;
background:none; filter: none; background-color: #ffffff !important;
color: #000000 !important;
border: none;
border-radius: 8px;
}

.mc4wp-form input[type='submit']:focus,
.mc4wp-form input[type='button']:focus,
.mc4wp-form input[type='reset']:focus,
.mc4wp-form button:focus,
.mc4wp-form input[type='submit']:hover,
.mc4wp-form input[type='button']:hover,
.mc4wp-form input[type='reset']:hover,
.mc4wp-form button:hover {
background:none; filter: none; background-color: #ffffff !important;
color: #000000 !important;
}
.mc4wp-form .mc4wp-success p{
color: #ffffff;
}
.mc4wp-form .mc4wp-notice p{
color: #ffffff;
}
.mc4wp-form .mc4wp-error p{
color: #EC2024
}.mc4wp-form ::placeholder{
color: #242424;
font-size:18px;
}
.mc4wp-form input {
background: #ffffff;
font-size:18px;
}
.mc4wp-form :link {
color: #202020;
font-size:14px;
}
.mc4wp-form :hover {
color: #EC2024;
}

/* form #499 */
.mc4wp-form-499 input[type='submit']:focus,
.mc4wp-form-499 input[type='button']:focus,
.mc4wp-form-499 input[type='reset']:focus,
.mc4wp-form-499 button:focus,
.mc4wp-form-499 input[type='submit']:hover,
.mc4wp-form-499 input[type='button']:hover,
.mc4wp-form-499 input[type='reset']:hover,
.mc4wp-form-499 button:hover {
background:none; filter: none; background-color: #ffffff !important;
color: #1a1a1a !important;
border: none;
}
.mc4wp-form-499 :link {
color: #ffffff;
font-size:14px;
}
.mc4wp-form-499 :hover {
color: #1a1a1a;
}

/* form #2995 */
.mc4wp-form-2995 input[type='submit']:focus,
.mc4wp-form-2995 input[type='button']:focus,
.mc4wp-form-2995 input[type='reset']:focus,
.mc4wp-form-2995 button:focus,
.mc4wp-form-2995 input[type='submit']:hover,
.mc4wp-form-2995 input[type='button']:hover,
.mc4wp-form-2995 input[type='reset']:hover,
.mc4wp-form-2995 button:hover {
background:none; filter: none; background-color: #ffffff !important;
color: #ffffff !important;
border: none;
}
.mc4wp-form-2995 :link {
color: #ffffff;
font-size:14px;
}
.mc4wp-form-2995 :hover {
color: #EC2024;
}


/* form #3004 */
.mc4wp-form-3004 input[type='submit']:focus,
.mc4wp-form-3004 input[type='button']:focus,
.mc4wp-form-3004 input[type='reset']:focus,
.mc4wp-form-3004 button:focus,
.mc4wp-form-3004 input[type='submit']:hover,
.mc4wp-form-3004 input[type='button']:hover,
.mc4wp-form-3004 input[type='reset']:hover,
.mc4wp-form-3004 button:hover {
background:none; filter: none; background-color: none !important;
color: #1a1a1a !important;
border: none;
}
.mc4wp-form-3004 :link {
  color: #ffffff;
  font-size: 14px;
}
.mc4wp-form-3004 :link:hover {
  color: #000000; /* Change to your preferred color */
}


/* form #3006 */
.mc4wp-form-3006 input[type='submit']:focus,
.mc4wp-form-3006 input[type='button']:focus,
.mc4wp-form-3006 input[type='reset']:focus,
.mc4wp-form-3006 button:focus,
.mc4wp-form-3006 input[type='submit']:hover,
.mc4wp-form-3006 input[type='button']:hover,
.mc4wp-form-3006 input[type='reset']:hover,
.mc4wp-form-3006 button:hover {
background:none; filter: none; background-color: #EC2024 !important;
color: #ffffff !important;
border: none;
}
.mc4wp-form-3006 :link {
color: #ffffff;
font-size:14px;
}
.mc4wp-form-3006 :hover {
color: #EC2024;
}

/* Set background for the form */
.mc4wp-form-3006 {
  background: none important; /* Change to your desired color */
  padding: 24px 18px;
  border-radius: 10px;
}


/** Blog Post Display Cards */
/* --- Inline override for 2x2 grid on mobile and popup trigger --- */
.custom-blog-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 600px) {
  .custom-blog-posts {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .custom-blog-posts .post-item {
    min-width: 0;
  }
}

/* Popup styles */
.cbp-popup-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.cbp-popup {
  background: #fff;
  border-radius: 12px;
  max-width: 90vw;
  max-height: 90vh;
  padding: 32px 24px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  position: relative;
  overflow-y: auto;
}
.cbp-popup-close {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 2rem;
  color: #EC2024;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .custom-blog-posts {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .custom-blog-posts {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .custom-blog-posts {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  .custom-blog-posts {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

.post-item {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #ddd;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s ease-in-out;
  min-height: clamp(250px, 35vw, 350px); /* Auto-sizing based on viewport */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.custom-blog-posts .post-item {
  position: relative; /* Ensures child elements position relative to this */
}

.custom-blog-posts .post-item .post-category {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #EC2024;
  color: white;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 15px;
  z-index: 10; /* Ensures it's layered above the image */
}

/* Title Styling */
.post-item h2 {
  /*  font-family: 'Open', sans-serif; */
  font-size: clamp(14px, 2vw, 16px); /* Adjusts dynamically */
  font-weight: 600;
  color: #333;
  padding: 10px;
  text-align: center;
}

/* Hover effect for title */
.post-item:hover h2 {
  color: #EC2024;
  font-size: clamp(14px, 2.5vw, 16px);
  padding: 12px;
}

/* Thumbnail Styling */
.post-thumbnail img {
  width: 100%;
  height: clamp(150px, 25vw, 200px); /* Auto-resizes */
  object-fit: cover;
  border-radius: 8px;
}

/* Hover Effect */
.post-item:hover {
  transform: scale(1.08);
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.2);
  border: 2px solid #EC2024;
}

/* Learn More Button */
.learn-more-button {
  display: inline-block;
  padding: clamp(6px, 1vw, 10px) clamp(12px, 2vw, 18px);
  background: #000000;
  color: #fff;
  font-size: clamp(14px, 1.8vw, 16px);
  font-weight: normal;
  border-radius: 5px;
  transition: all 0.3s ease;
}

/* Button hover effect */
.learn-more-button:hover {
  background: #EC2024;
  color: #ffffff;
  transform: scale(1.05);
}

/* Masonry Layout Adjustments */
.custom-blog-posts.masonry-layout {
  column-count: 4;
  column-gap: 20px;
}

@media (max-width: 1024px) {
  .custom-blog-posts.masonry-layout {
    column-count: 3;
  }
}

@media (max-width: 768px) {
  .custom-blog-posts.masonry-layout {
    column-count: 2;
  }
}

@media (max-width: 480px) {
  .custom-blog-posts.masonry-layout {
    column-count: 1;
  }
}


/** Widgets */
.widget {
margin-bottom: 30px;
padding-left: 15px;
padding-right: 15px;
}
.widget.widget_tag_cloud .tagcloud {
margin: -5px;
}
.widget.widget_tag_cloud .tagcloud:after {
display: table;
content: "";
clear: both;
}
.widget.widget_tag_cloud .tag-cloud-link {
font-size: 12px !important;
font-weight: 600;
padding: 5px 15px;
background-color: #f3f3f3;
border-radius: 15px;
display: inline-block;
margin: 5px;
} */
.widget.widget_tag_cloud .tag-cloud-link:hover {
color: #fff;
background-color: #EC2024;
}
.widget.widget_search .search-form {
position: relative;
}
.widget.widget_search input[type="search"] {
width: 100%;
height: 38px;
border: 1px solid rgba(45, 45, 45, 0.3);
border-radius: 5px;
padding: 0 45px 0 15px;
background-color: transparent;
-webkit-transition: background-color 200ms ease;
-moz-transition: background-color 200ms ease;
-o-transition: background-color 200ms ease;
transition: background-color 200ms ease;
font-weight: normal;
}
.widget.widget_search input[type="search"]:hover,
.widget.widget_search input[type="search"]:active {
background-color: rgba(235, 235, 235, 0.3);
}
.widget.widget_search input[type=submit] {
position: absolute;
top: 5px;
right: 0;
font-size: 0;
background-color: transparent;
border: none;
padding: 14px 19px;
border-left: 1px solid rgba(45, 45, 45, 0.3);
border-radius: 0;
}
.widget.widget_search label:after {
content: "\f4a5";
display: inline-block;
font-family: "Ionicons";
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-rendering: auto;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
top: 7px;
right: 10px;
font-size: 24px;
}
#block-2.widget.widget_search label:after {content:'';display:none}
.widget:not(.default):not(.background) > .c-widget-wrap {
border: 3px solid #e1e1e1;
padding: 20px;
}
.widget:not(.default).c-popular .popular-item-wrap:last-of-type {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.widget.default.c-popular .popular-item-wrap:last-of-type {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.widget.hot-topics .hot-topics-item-wrap {
border-bottom: 1px solid #ebebeb;
padding-bottom: 20px;
margin-bottom: 20px;
}
.widget.hot-topics .hot-topics-item-wrap:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.widget.hot-topics .hot-topics-item-wrap .hot-topics-img img {
width: 100%;
}
.widget .my-history .my-history-item-wrap {
border-bottom: 1px solid #ebebeb;
padding-bottom: 14px;
margin-bottom: 13px;
font-size: 0;
}
.widget .my-history .my-history-item-wrap:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.widget .my-history .my-history-item-wrap > * {
display: inline-block;
font-size: 14px;
vertical-align: top;
}
.widget .my-history .my-history-item-wrap .my-history-title {
width: calc(100% - 62px);
padding-right: 30px;
}
.widget .my-history .my-history-item-wrap .my-history-page {
width: 62px;
border: 1px solid #000000;
border-radius: 20px;
font-size: 11px;
padding: 4px 0;
text-align: center;
}
.widget.c-popular .style-1 .popular-item-wrap .popular-img {
width: 25%;
overflow: hidden;
float: left;
margin-right: 20px;
max-width: 65px;
}
.widget.c-popular .style-1 .popular-item-wrap .popular-content .widget-title {
font-size: 12px;
}
.widget.c-popular .style-2 .popular-item-wrap {
padding-bottom: 15px;
}
.widget.c-popular .style-2 .popular-item-wrap .popular-img {
width: 100%;
margin-bottom: 20px;
}
.widget.c-popular .style-2 .popular-item-wrap .popular-content .widget-title {
font-size: 14px;
line-height: 18px;
color: #333333;
margin-bottom: 6px;
}
.widget.c-popular .style-2 .popular-item-wrap .popular-content .posts-date {
font-size: 11px;
line-height: 18px;
color: #000000;
}
.widget.c-popular .popular-item-wrap {
border-bottom: 1px solid #ebebeb;
padding-bottom: 20px;
margin-bottom: 20px;
}
.widget.c-popular .popular-item-wrap:after {
content: "";
clear: both;
display: table;
}
.widget.c-popular .popular-item-wrap .popular-content {
overflow: hidden;
}
.widget.c-popular .popular-item-wrap .popular-content .widget-title {
font-weight: 600;
margin-top: 0;
}
.widget.c-popular .popular-item-wrap .popular-content .chapter-item {
margin-bottom: 10px;
}
.widget.c-popular .popular-item-wrap .popular-content .chapter-item span {
display: inline-block;
margin-right: 15px;
}
.widget.c-popular .popular-item-wrap .popular-content .chapter-item span:last-child {
margin-right: 0;
}
.widget.c-popular .popular-item-wrap .popular-content .chapter-item .chapter {
background-color: #ebebeb;
padding: 2px 10px;
border-radius: 10px;
font-weight: 600;
-webkit-transition: background-color 200ms ease;
-moz-transition: background-color 200ms ease;
-o-transition: background-color 200ms ease;
transition: background-color 200ms ease;
}
.widget.c-popular .popular-item-wrap .popular-content .chapter-item .chapter:hover {
background-color: #EC2024;
}
.widget.c-popular .popular-item-wrap .popular-content .chapter-item .chapter:hover a {
color: #fff;
}
.widget.c-popular .popular-item-wrap .popular-content .chapter-item .chapter + .vol {
text-align: right;
margin-right: 0;
float: right;
}
.widget.c-popular .popular-item-wrap .popular-content .chapter-item .vol + .post-on {
display: block;
text-align: left;
margin: 3px 0 0 3px
}
.widget.c-popular .popular-item-wrap .popular-content .chapter-item:last-child {
margin-bottom: 0;
}
.widget.c-popular .widget-view-more {
background-color: #EC2024;
color: #fff;
font-size: 12px;
font-weight: 600;
display: block;
text-align: center;
margin-top: 20px;
padding: 6px 0px;
-webkit-transition: background-color 200ms ease;
-moz-transition: background-color 200ms ease;
-o-transition: background-color 200ms ease;
transition: background-color 200ms ease;
}
.widget.c-popular .widget-view-more:hover {
background-color: #0f0f0f;
}
.widget.c-released .released-item-wrap ul.list-released {
padding-left: 0;
list-style: none;
}
.widget.c-released .released-item-wrap ul.list-released li {
padding: 5px 0;
display: block;
border-bottom: 1px dashed;
text-align: center;
}
.widget.c-released .released-item-wrap ul.list-released li a {
font-weight: 600;
display: block;
width: 25%;
float: left;
}
.widget.c-released .released-item-wrap ul.list-released li:after {
display: table;
content: "";
clear: both;
}
.widget.c-released .released-item-wrap ul.list-released li:last-child {
border-bottom: none;
}
.widget.c-released .released-search form {
font-size: 0;
margin: 0 -5px;
}
.widget.c-released .released-search form > * {
display: inline-block;
font-size: 14px;
vertical-align: top;
margin: 5px;
}
.widget.c-released .released-search form input[type="text"] {
padding: 5px 15px;
border-radius: 5px;
border: 1px solid rgba(45, 45, 45, 0.3);
max-width: 140px;
}
.widget.c-released .released-search form [type="submit"] {
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
background-color: #EC2024;
font-weight: 600;
border: none;
padding: 6px 20px;
border-radius: 5px;
color: #fff;
}
.widget.c-released .released-search form [type="submit"]:hover {
cursor: pointer;
color: #fff;
background: #0f0f0f;
}
.widget.background > .c-widget-wrap {
border: none;
padding: 20px;
background-color: #f3f3f3;
}
.widget.background:after {
content: "";
display: block;
height: 4px;
background: #000000;
/* For browsers that do not support gradients */
background: -webkit-linear-gradient #000000;
/* For Safari 5.1 to 6.0 */
background: -o-linear-gradient #000000;
/* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient #000000;
/* For Firefox 3.6 to 15 */
background: linear-gradient #000000;
}
.widget.background.widget_tag_cloud .tag-cloud-link {
background-color: #fff;
-webkit-transition: background-color 200ms ease;
-moz-transition: background-color 200ms ease;
-o-transition: background-color 200ms ease;
transition: background-color 200ms ease;
}
.widget.background.widget_tag_cloud .tag-cloud-link:hover {
background-color: #EC2024;
}
.widget.heading-style-2.no-icon .c-blog__heading {
border-bottom: 1px solid #e1e1e1;
margin-bottom: 30px;
}
.widget.heading-style-2.no-icon .c-blog__heading h4 {
margin: 10px 0;
}
.widget.c-w-posts .widget-content img {
width: 100%;
height: auto;
}
.related-heading,
.widget-heading {
display: inline-block;
background: #EC2024;
/* For browsers that do not support gradients */
background: -webkit-linear-gradient #EC2024;
/* For Safari 5.1 to 6.0 */
background: -o-linear-gradient #EC2024;
/* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient #EC2024;
/* For Firefox 3.6 to 15 */
background: linear-gradient #EC2024;
color: #fff;
padding: 0 20px;
margin-bottom: 26px;
position: relative;
font-weight: 600;
letter-spacing: 1px;
}
.related-heading:after,
.widget-heading:after {
content: "";
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #EC2024;
position: absolute;
top: 100%;
left: 15px;
}
.related-heading > *,
.widget-heading > *,
.related-heading a,
.widget-heading a {
color: #fff;
font-size: 14px;
margin: 7px 0;
}
.related-heading i,
.widget-heading i {
margin-right: 5px;
}
.manga-genres-class-name.heading-style-1 .widget-heading,
.manga-history-widget.heading-style-1 .widget-heading,
.widget_archive.heading-style-1 .widget-heading,
.widget_categories.heading-style-1 .widget-heading,
.widget_pages.heading-style-1 .widget-heading,
.widget_meta.heading-style-1 .widget-heading,
.widget_recent_comments.heading-style-1 .widget-heading,
.widget_recent_entries.heading-style-1 .widget-heading,
.widget_rss.heading-style-1 .widget-heading,
.widget_nav_menu.heading-style-1 .widget-heading {
margin-bottom: 19px;
}
.c-released.heading-style-1 .widget-heading {
margin-bottom: 16px;
}
.widget_calendar.heading-style-1 .widget-heading {
margin-bottom: 11px;
}
.widget_calendar caption {
text-align: center;
}

.widget_product_search .search-field {
padding: 9px 15px 8px;
border-color: #ccc;
}
.widget_product_search button {
position: absolute;
top: 0;
bottom: 0;
right: 0;
background: transparent;
border: none;
color: transparent;
width: 40px;
}
.widget_product_search button:after {
content: "\f4a5";
display: inline-block;
font-family: Ionicons;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
text-rendering: auto;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
right: 0;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #000000;
font-size: 24px;
}
.widget_product_search button:before {
content: "";
width: 1px;
display: block;
position: absolute;
top: 4px;
bottom: 4px;
background-color: #cccccc;
left: 0;
}
.widget_product_search button:hover {
opacity: 0.5;
background-color: #ebebeb;
}
.widget_price_filter .price_slider.ui-slider .ui-slider-handle,
.widget_price_filter .price_slider.ui-slider .ui-slider-range {
background-color: #EC2024;
}
.widget_price_filter .price_slider_amount button {
padding: 11px 20px;
background: #EC2024;
color: #fff;
font-weight: 600;
transition: color 200ms ease, background-color 200ms ease;
}
.widget_price_filter .price_slider_amount button:hover {
background: #0f0f0f;
color: #fff;
}
.widget_product_categories .product-categories li {
line-height: 28px;
}
.widget_product_categories .product-categories li a {
position: relative;
padding-left: 18px;
color: #000000;
font-size: 13px;
}
.widget_product_categories .product-categories li a:before {
content: "\f10a";
display: inline-block;
font-family: Ionicons;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
text-rendering: auto;
line-height: 1;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
color: #000000;
font-size: 9px;
}
.widget_product_categories .product-categories li a:hover {
color: #EC2024;
}
.widget_product_categories .product-categories li a:hover:before {
color: #EC2024;
}

/*  breadcrumb */
.c-breadcrumb {
  margin: 0 -15px;
}
.c-breadcrumb .breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  display: inline-block;
}
.c-breadcrumb .breadcrumb li {
  font-size: 12px;
}
.c-breadcrumb .breadcrumb li a {
  color: rgba(0,0,0,0.53);
}
.c-breadcrumb .breadcrumb li a:hover {
  color: #EC2024;
}
.c-breadcrumb .breadcrumb li + li:before {
  content: "/";
  padding: 0 2px;
}
.c-breadcrumb-wrapper {
  padding-top: 16px;
}
@media (max-width: 480px) {
  .c-breadcrumb-wrapper {
    padding-top: 10px;
  }
  body.search .c-search-header__wrapper {
    padding-bottom: 5px;
  }
}


/* GDPR Cookie Settings Button Styles */
.gdpr-cookie-settings-btn {
    background: #000000;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 12px 28px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    margin: 12px 0;
    display: inline-block;
}
.gdpr-cookie-settings-btn:hover,
.gdpr-cookie-settings-btn:focus {
    background: #EC2024;
    color: #fff;
    outline: none;
    box-shadow: 0 4px 16px rgba(211,47,47,0.10);
}