/*
Theme Name: Pixelency
Theme URI: https://pixelency-wp.laptos.shop/
Author: Themetags
Author URI: https://themetags.com/
Description: pixelency is a modern and clean WordPress theme suitable for any Agency provider.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pixelency
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, 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 with others.
*/

:root {
  --primary_color: rgb(196, 240, 65);
  --secondary_color: #080f2c;
  --hostim_dark_bg_primary: #0b0b0f;
  --hostim_dark_bg_secondary: #13141d;
  --hostim_dark_text: #fff;
}
/* ===================== sidebar style ===============  */
.sidebar-container .sidebar {
  padding: 32px;
  background: #141414b8;
  border-radius: 0.5rem;
}
.search-widget .search-form .submit-btn,
.hostingard_blog_content .wp-block-search__button,
.sidebar-widget .wp-block-search .wp-element-button {
  background-color: var(--primary_color);
  color: #000;
  border-start-end-radius: 4px;
  border-end-end-radius: 4px;
  border: none;
  margin-left: 0;
  min-width: 50px;
}
.elementor-widget-wp-widget-tag_cloud h5,
.sidebar-widget .rss-widget-title,
.sidebar-widget .widget-title,
.sidebar-widget .wp-block-search .wp-block-search__label,
.sidebar-widget .wp-block-heading {
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 2rem;
  line-height: 26px;
  text-decoration: none;
  padding-bottom: 8px;
}
.sidebar-widget .wp-block-search .wp-block-search__label::before,
.sidebar-widget .wp-block-heading::before,
.sidebar-widget .widget-title::before {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background: rgb(145 158 171 / 0.08);
  position: absolute;
  bottom: 0;
  left: 0;
}
.sidebar-widget .wp-block-search .wp-block-search__label::after,
.sidebar-widget .wp-block-heading::after,
.sidebar-widget .widget-title::after {
  content: "";
  width: 112px;
  height: 2px;
  background: var(--primary_color);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.wp-block-latest-posts .wp-block-latest-posts__post-title {
  color: #ffffffc2;
  text-decoration: none;
  font-family: "Public Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.bg-white__ {
  background-color: #141414b8;
}

/* =========================== Here is single blog page style ------------------------------  */
.search-widget .search-field {
    height: 3.25rem;
    font-family: "Be Vietnam Pro", sans-serif;
    border-end-start-radius: 4px;
    border-start-start-radius: 4px;
    border: 1px solid #fff;
    color: #5f5f5f;
    min-width: 78%;
    padding-left: 10px;
}
button.primary-btn.submit-btn {
    background-color: var(--primary_color);
    color: #000;
    border-start-end-radius: 4px;
    border-end-end-radius: 4px;
    border: none;
    margin-left: 0;
    min-width: 50px;
    padding: 13px;
}
.blog-details-banner {
  padding-top: 220px;
  padding-bottom: 90px;
}

/* ===================== Blog pagination style  ========================= */
.hostingard_blog_content .template-pagination,
.hostingard_blog_content .page-links,
.wp-block-query-pagination .wp-block-query-pagination-numbers,
.blog-pagination > .page-numbers {
  display: flex;
  gap: 10px;
  margin-bottom: 0;
  padding: 0;
}
.hostingard_blog_content .template-pagination .page-numbers.current,
.hostingard_blog_content .template-pagination .page-numbers:hover,
.page-links .post-page-numbers:hover,
.page-links .post-page-numbers.current,
.wp-block-query-pagination .wp-block-query-pagination-next:hover,
.wp-block-query-pagination
  .wp-block-query-pagination-numbers
  .page-numbers.current,
.wp-block-query-pagination
  .wp-block-query-pagination-numbers
  .page-numbers:hover,
.blog-pagination .page-numbers .page-numbers.current,
.blog-pagination .page-numbers .page-numbers:hover {
  background-color: var(--primary_color);
  color: #000 !important;
  border-color: var(--primary_color);
}
.hostingard_blog_content .template-pagination .page-numbers,
.page-links .post-page-numbers,
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers,
.blog-pagination .page-numbers .page-numbers {
  min-width: 40px;
  line-height: 1;
  height: 35px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border: 1px solid #e1e1e1;
}
/* ================== blog details tag style ======== */
.d-flex.flex-wrap.align-items-center.gap-2.single_post_tags a {
  border: 1px solid rgb(255 255 255 / 11%);
  border-radius: 4px;
  padding: 2px 12px;
  font-size: 14px;
}
.d-flex.flex-wrap.align-items-center.gap-2.single_post_tags a:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}
/* ============= blog card categories hover style */
.card-body .hstack.gap-1.align-items-center.category_wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.post_wrapepr .card-body .hstack a:hover {
  color: var(--primary_color);
}
.post_wrapepr .card-body h4 a:hover {
  color: var(--primary_color) !important;
}

/* ========================== Blog details comment form style --------------------- */
textarea#usercomment::placeholder {
  color: #fff;
}
textarea#usercomment:focus,
input#usermail:focus,
input#usersite:focus,
input#username:focus {
  border-color: var(--primary_color) !important;
}
/* ======================================= Here is style start for pixelency ===================================*/
.case_study_item:hover .btn_arrow i,
.case_study_item:hover .btn_arrow svg {
  -webkit-transform: rotate(42deg);
  transform: rotate(42deg);
}
.case_study_item .btn_arrow i {
  color: #000 !important;
}

/* =============================== Blog style added layout 01 ----------------------------*/
.badge_style a.category_style__ {
  color: #000;
}
.content .icon_style__ {
  color: #000;
}

/* =============================== Contact form 7 style added here ----------------------------*/
.contact-form label {
  color: #000;
}
.wpcf7-response-output {
  color: #000;
}

/* ================================ This code for contact form-7 spinner hide START--------------------- */
.wpcf7-spinner {
  display: none !important;
  visibility: hidden !important;
}
/* ================================ This code for contact form-7 spinner hide END--------------------- */

/*Preloader */
.pixelency_preloader {
  height: 100vh;
  position: absolute;
  width: 100%;
  background: var(--bs-dark-rgb);
}

/* Header Menu padding */
.contain-sub-1__content > .menu-item > a.nav-link {
    padding: 8px;
}

.sticky_style__ {
  position: sticky;
  top: 100px;
  height: fit-content;
}