/*====================================================================
  File:        wp-custom.scss
  Purpose:     Custom Styles for Bookjar Theme
  Author:      Arif Rahman
  Email:       arifbb79@gmail.com

  Description:
  This file contains the main custom SCSS imports for the Bookjar WordPress theme.
  Edit this file to change the look and feel of the template by modifying or adding imports.

  Table of Contents:
    01. Variables
    02. Author
    03. Product
    04. Shop
    05. Cart
    06. Testimonials
    07. Button
    08. Blog
    09. Search Form
    10. Mailchimp
======================================================================*/
:root {
  /*Color Variables*/
  --brand_color: var(--brand_color_opt, #4285F4); /*Theme Brand Color*/
  --h_color: var(--heading_color_opt, #202124);
  --body_color: var(--paragraph_color_opt, #4d4e50); /*Theme Paragraph Color*/
  /*font Variables*/
  --open_sans: "Open Sans", sans-serif;
}

.bj-bg-light-gray {
  background-color: rgb(245, 245, 245);
}

.bj_team_item a h5 {
  margin-bottom: 8px;
}

.bj_author_area {
  background-color: #f5f5f5;
}
.bj_author_area .bj_team_item .team_img .social_icon {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.bj_author_single_area {
  background-color: #f5f5f5;
}

/*=== Pagination ===*/
.bookjar_author_pagination {
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.bookjar_author_pagination .page-numbers {
  border: none;
  padding: 11px 15px;
  color: #4D4E50;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  background: transparent;
}
.bookjar_author_pagination .page-numbers.current {
  z-index: 3;
  color: #fff;
  background: #4285F4;
  border-radius: 5px;
  padding: 11px 15px;
}
.bookjar_author_pagination .page-numbers.current:hover {
  background: #4285F4;
  color: #fff;
}
.bookjar_author_pagination .page-numbers:hover {
  color: #4285F4;
  background: rgba(66, 133, 244, 0.1);
}
.bookjar_author_pagination .page-numbers i {
  font-size: 12px;
}

.projects_gallery_one .best_product_item .img .yith-add-to-wishlist-button-block, .projects_gallery_one .best_product_item .img .yith-wcqv-button, .projects_gallery_one .best_product_item .img .compare-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 6px;
  transition: all 0.3s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #909192;
}
.projects_gallery_one .best_product_item .img .yith-add-to-wishlist-button-block:hover, .projects_gallery_one .best_product_item .img .yith-wcqv-button:hover, .projects_gallery_one .best_product_item .img .compare-button:hover {
  background: var(--brand_color);
  color: #fff;
}
.projects_gallery_one .best_product_item .img .yith-add-to-wishlist-button-block svg {
  width: 24px;
  height: 24px;
}
.projects_gallery_one .best_product_item .img .yith-add-to-wishlist-button-block svg:hover {
  color: #fff;
}
.projects_gallery_one .best_product_item .img .yith-wcqv-button-wcqv-button i {
  color: #909192;
}
.projects_gallery_one .best_product_item .img .compare-button .compare {
  background: transparent;
  padding: 0;
}
.projects_gallery_one .best_product_item .img .compare-button .compare i {
  color: #909192;
}
.projects_gallery_one .best_product_item .img .compare-button .compare i:hover {
  color: #fff;
}
.projects_gallery_one .best_product_item .bj_new_pr_content .bj_pr_meta .book_price .price {
  font-size: 20px;
  color: var(--brand_color);
  font-weight: 700;
  margin-bottom: 0;
}

/*==== Add to Cart Button ===*/
.bj_product .add_to_cart_button, .bj_product .product_type_grouped, .bj_product .product_type_external, .bj_product_tab_cat .add_to_cart_button, .bj_product_tab_cat .product_type_grouped, .bj_product_tab_cat .product_type_external {
  font-weight: 600;
  border-radius: 4px;
  background: var(--brand_color);
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
.bj_product .add_to_cart_button::before, .bj_product .product_type_grouped::before, .bj_product .product_type_external::before, .bj_product_tab_cat .add_to_cart_button::before, .bj_product_tab_cat .product_type_grouped::before, .bj_product_tab_cat .product_type_external::before {
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  width: 0;
  z-index: -1;
  content: "";
  position: absolute;
  background: #3972d2;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
.bj_product .add_to_cart_button:hover::before, .bj_product .product_type_grouped:hover::before, .bj_product .product_type_external:hover::before, .bj_product_tab_cat .add_to_cart_button:hover::before, .bj_product_tab_cat .product_type_grouped:hover::before, .bj_product_tab_cat .product_type_external:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}

.product-one .bj_new_pr_item_two img {
  border-radius: 4px;
}
.product-one .bj_new_pr_item_two .book_price .price {
  font-size: 24px;
  color: #242729;
  font-weight: 700;
  margin-bottom: 0;
}
.product-one .bj_new_pr_item_two .book_price .price .amount .woocommerce-Price-currencySymbol {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  top: -0.5em;
}
.product-one .bj_new_pr_item_two .add_to_cart_button, .product-one .bj_new_pr_item_two .product_type_grouped, .product-one .bj_new_pr_item_two .product_type_external {
  width: auto;
  margin-top: 14px;
  padding: 6px 12px;
}

.product-two .bj_new_pr_item .bj_new_pr_content .book_price .price {
  font-size: 18px;
  color: #36383a;
  font-weight: 700;
  margin-bottom: 0;
}
.product-two .bj_new_pr_item .add_to_cart_button, .product-two .bj_new_pr_item .product_type_grouped, .product-two .bj_new_pr_item .product_type_external {
  margin-top: 18px;
  display: block;
  padding: 8px 30px;
}

.product-there .bj_best_book_item .bj_book_img .yith-add-to-wishlist-button-block {
  margin: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(32, 33, 36, 0.5);
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s;
}
.product-there .bj_best_book_item .bj_book_img .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button {
  gap: 0;
}
.product-there .bj_best_book_item .bj_book_img .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button svg {
  width: 20px;
  height: 20px;
  color: #fff;
}
.product-there .bj_best_book_item .bj_book_img .yith-add-to-wishlist-button-block:hover {
  background: var(--brand_color);
}
.product-there .bj_best_book_item .text .book_price .price {
  color: var(--bj-blue);
  font-size: 24px;
  letter-spacing: 0.48px;
  margin-bottom: 0;
}
.product-there .bj_best_book_item .text .writer_name {
  text-transform: Capitalize;
}
.product-there .bj_best_book_item .text .ratting {
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-there .bj_best_book_item .text .add_to_cart_button, .product-there .bj_best_book_item .text .product_type_grouped, .product-there .bj_best_book_item .text .product_type_external {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s;
  text-align: center;
  display: inline-flex;
  gap: 7px;
  align-items: baseline;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid var(--bj-darks);
  background: transparent;
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: 600;
  text-transform: none;
  margin-left: 0;
  margin-top: 35px;
  color: var(--bj-darks);
  padding: 14px 36px;
}
.product-there .bj_best_book_item .text .add_to_cart_button::before, .product-there .bj_best_book_item .text .product_type_grouped::before, .product-there .bj_best_book_item .text .product_type_external::before {
  top: 0;
  width: 0;
  left: auto;
  right: 0;
  z-index: -1;
  bottom: 0;
  content: "";
  position: absolute;
  background: rgba(66, 133, 244, 0.2);
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
.product-there .bj_best_book_item .text .add_to_cart_button:hover, .product-there .bj_best_book_item .text .product_type_grouped:hover, .product-there .bj_best_book_item .text .product_type_external:hover {
  border-color: var(--bj-blue);
  color: #4285F4;
}
.product-there .bj_best_book_item .text .add_to_cart_button:hover::before, .product-there .bj_best_book_item .text .product_type_grouped:hover::before, .product-there .bj_best_book_item .text .product_type_external:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}

.product-four .bj_best_book_item .text .bj_new_pr_title {
  font-size: 22px;
}
.product-four .bj_best_book_item .text .bj_pr_meta {
  border: 0;
}
.product-four .bj_best_book_item .text .ratting {
  margin-top: 12px;
}
.product-four .bj_best_book_item .text .ratting i {
  color: #ffa801;
}
.product-four .bj_best_book_item .text .add_to_cart_button, .product-four .bj_best_book_item .text .product_type_grouped, .product-four .bj_best_book_item .text .product_type_external {
  padding: 9px 26px;
  margin-top: 18px;
  background: transparent;
  border: 1px solid #4285F4;
  color: #4285F4;
  font-size: 16px;
}
.product-four .bj_best_book_item .text .add_to_cart_button::before, .product-four .bj_best_book_item .text .product_type_grouped::before, .product-four .bj_best_book_item .text .product_type_external::before {
  background: rgba(66, 133, 244, 0.2);
}

.product-tab-cat-one .bj_new_pr_item .yith-add-to-wishlist-button-block {
  margin: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 3px;
  color: #3c4146;
  transition: all 0.3s;
}
.product-tab-cat-one .bj_new_pr_item .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button {
  gap: 0;
}
.product-tab-cat-one .bj_new_pr_item .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button svg {
  width: 20px;
  height: 20px;
  color: #3c4146;
}
.product-tab-cat-one .bj_new_pr_item .bj_new_pr_content_two .ratting .ratting_icon i {
  color: #ffa801;
}
.product-tab-cat-one .bj_new_pr_item .bj_new_pr_content_two .book_price .price {
  font-size: 30px;
  color: #242729;
  font-weight: 700;
  margin-bottom: 0;
}
.product-tab-cat-one .bj_new_pr_item .bj_new_pr_content_two .book_price .price .amount .woocommerce-Price-currencySymbol {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  top: -0.5em;
}
.product-tab-cat-one .bj_new_pr_item .bj_new_pr_content_two .add_to_cart_button, .product-tab-cat-one .bj_new_pr_item .bj_new_pr_content_two .product_type_grouped, .product-tab-cat-one .bj_new_pr_item .bj_new_pr_content_two .product_type_external {
  padding: 8px 30px;
  display: block;
  margin-top: 18px;
}

.product-tab-cat-two .projects_gallery_one .best_product_item .img .yith-add-to-wishlist-button-block, .product-tab-cat-two .projects_gallery_one .best_product_item .img .yith-wcqv-button, .product-tab-cat-two .projects_gallery_one .best_product_item .img .compare-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 6px;
  transition: all 0.3s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #909192;
}
.product-tab-cat-two .projects_gallery_one .best_product_item .img .yith-add-to-wishlist-button-block:hover, .product-tab-cat-two .projects_gallery_one .best_product_item .img .yith-wcqv-button:hover, .product-tab-cat-two .projects_gallery_one .best_product_item .img .compare-button:hover {
  background: var(--brand_color);
  color: #fff;
}
.product-tab-cat-two .projects_gallery_one .best_product_item .img .yith-add-to-wishlist-button-block svg {
  width: 24px;
  height: 24px;
}
.product-tab-cat-two .projects_gallery_one .best_product_item .img .yith-add-to-wishlist-button-block svg:hover {
  color: #fff;
}
.product-tab-cat-two .projects_gallery_one .best_product_item .img .yith-wcqv-button-wcqv-button i {
  color: #909192;
}
.product-tab-cat-two .projects_gallery_one .best_product_item .img .compare-button .compare {
  background: transparent;
  padding: 0;
}
.product-tab-cat-two .projects_gallery_one .best_product_item .img .compare-button .compare i {
  color: #909192;
}
.product-tab-cat-two .projects_gallery_one .best_product_item .img .compare-button .compare i:hover {
  color: #fff;
}
.product-tab-cat-two .projects_gallery_one .best_product_item .add_to_cart_button, .product-tab-cat-two .projects_gallery_one .best_product_item .product_type_external, .product-tab-cat-two .projects_gallery_one .best_product_item .product_type_grouped {
  color: var(--brand_color);
  background: #fff;
  padding: 12px 30px;
  border-radius: 4px;
}
.product-tab-cat-two .projects_gallery_one .best_product_item .add_to_cart_button:hover, .product-tab-cat-two .projects_gallery_one .best_product_item .product_type_external:hover, .product-tab-cat-two .projects_gallery_one .best_product_item .product_type_grouped:hover {
  color: #fff;
  background: var(--brand_color);
}
.product-tab-cat-two .projects_gallery_one .best_product_item .bj_new_pr_content .bj_pr_meta .book_price .price {
  margin-bottom: 0;
  color: var(--bj-blue);
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.best_product_item_two .img img {
  height: auto;
}

.my-books-area {
  padding: 0;
}

/*======== Product Archive ============*/
.bj_shop_area, .product_details_area, .bj_new_product_area {
  background: #f5f5f5;
}

.bj_shop_area .shop_top .shop_menu_left .woocommerce-result-count {
  margin: 0;
}
.bj_shop_area .shop_top .shop_menu_right .woocommerce-ordering {
  margin: 0;
}
.bj_shop_area .shop_product .img .pr_ribbon .product-badge.sale-badge {
  background: var(--brand_color);
}
.bj_shop_area .shop_product .img .pr_ribbon .product-badge.hot-badge {
  background: #ff2929;
}
.bj_shop_area .shop_product .img .pr_ribbon .product-badge.new-badge {
  background: #20bf1d;
}
.bj_shop_area .shop_product .img .hover_item .yith-add-to-wishlist-button-block, .bj_shop_area .shop_product .img .hover_item .yith-wcqv-button, .bj_shop_area .shop_product .img .hover_item .compare-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 6px;
  transition: all 0.3s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #909192;
  font-size: 18px;
}
.bj_shop_area .shop_product .img .hover_item .yith-add-to-wishlist-button-block:hover, .bj_shop_area .shop_product .img .hover_item .yith-wcqv-button:hover, .bj_shop_area .shop_product .img .hover_item .compare-button:hover {
  background: var(--brand_color);
  color: #fff;
}
.bj_shop_area .shop_product .img .hover_item .yith-add-to-wishlist-button-block a {
  width: 24px;
  height: 24px;
}
.bj_shop_area .shop_product .img .hover_item .yith-add-to-wishlist-button-block a svg {
  width: 24px;
  height: 24px;
  color: #909192;
}
.bj_shop_area .shop_product .img .hover_item .yith-add-to-wishlist-button-block a svg:hover {
  color: #fff;
}
.bj_shop_area .shop_product .img .hover_item .yith-wcqv-button-wcqv-button i {
  color: #909192;
}
.bj_shop_area .shop_product .img .hover_item .compare-button .compare {
  background: transparent;
  padding: 0;
  height: auto;
  width: auto;
}
.bj_shop_area .shop_product .img .hover_item .compare-button .compare i {
  color: #909192;
}
.bj_shop_area .shop_product .img .hover_item .compare-button .compare i:hover {
  color: #fff;
}
.bj_shop_area .shop_product .bj_theme_btn {
  padding: 10px 20px;
  border: 0;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: none;
  background: #fff;
  color: #4285f4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  transition: all 0.3s 0s ease-out;
  display: inline-flex;
  gap: 7px;
  align-items: baseline;
  justify-content: center;
  line-height: normal;
  border-radius: 4px;
}
.bj_shop_area .shop_product .bj_theme_btn:hover {
  color: #fff;
}
.bj_shop_area .shop_product:hover .bj_theme_btn {
  opacity: 1;
  bottom: 30px;
  visibility: visible;
}
.bj_shop_area .shop_product .book_price .price {
  font-size: 18px;
  color: #202124;
  font-weight: 600;
}
.bj_shop_area .shop_product .book_price .price ins {
  text-decoration: none;
}

.woocommerce .bj_shop_area nav.woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  border: none;
  margin: 40px 0 0 0;
}
.woocommerce .bj_shop_area nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce .bj_shop_area nav.woocommerce-pagination ul li .page-numbers {
  color: rgb(77, 78, 80);
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  padding: 11px 15px;
  border-radius: 5px;
  background: transparent;
}
.woocommerce .bj_shop_area nav.woocommerce-pagination ul li .page-numbers:hover {
  color: #4285F4;
  background: rgba(66, 133, 244, 0.1);
}
.woocommerce .bj_shop_area nav.woocommerce-pagination ul li .page-numbers.current {
  z-index: 3;
  color: rgb(255, 255, 255);
  background: rgb(66, 133, 244);
  border-radius: 5px;
  padding: 11px 15px;
}
.woocommerce .bj_shop_area nav.woocommerce-pagination ul li .prev i, .woocommerce .bj_shop_area nav.woocommerce-pagination ul li .next i {
  font-size: 12px;
}
.woocommerce .bj_shop_area nav.woocommerce-pagination ul::before, .woocommerce .bj_shop_area nav.woocommerce-pagination ul::after {
  content: none;
}

/*======== Product Ajax Search Form ============*/
.bj_shop_area .search-container {
  position: relative;
}
.bj_shop_area .search-container .pr_search_form {
  /* Toggle Search/Close Button */
  /* Show close icon when input has value */
}
.bj_shop_area .search-container .pr_search_form .toggle-search .ti-search {
  display: block;
}
.bj_shop_area .search-container .pr_search_form .toggle-search .ti-close {
  display: none;
  color: #ff4444;
}
.bj_shop_area .search-container .pr_search_form .toggle-search:hover {
  color: #4285F4;
}
.bj_shop_area .search-container .pr_search_form.is-active .toggle-search .ti-search {
  display: none;
}
.bj_shop_area .search-container .pr_search_form.is-active .toggle-search .ti-close {
  display: block;
}

/* Search Results Dropdown */
.bookjar-ajax-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 400px;
  overflow-y: auto;
  margin-top: 5px;
}
.bookjar-ajax-search-results-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bookjar-ajax-search-results .search-item {
  padding: 10px;
  border-bottom: 1px solid #eee;
  transition: background-color 0.2s;
}
.bookjar-ajax-search-results .search-item:last-child {
  border-bottom: none;
}
.bookjar-ajax-search-results .search-item:hover {
  background-color: #f5f5f5;
}
.bookjar-ajax-search-results .search-item .search-item-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.bookjar-ajax-search-results .search-item .search-item-image {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.bookjar-ajax-search-results .search-item .search-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.bookjar-ajax-search-results .search-item .search-item-detail {
  flex: 1;
}
.bookjar-ajax-search-results .search-item .search-item-detail h4 {
  margin: 0 0 5px;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}
.bookjar-ajax-search-results .search-item .search-item-detail .price {
  color: #666;
  font-size: 13px;
  font-weight: 500;
}
.bookjar-ajax-search-results .search-item .search-item-detail .price del {
  color: #999;
  margin-right: 5px;
}
.bookjar-ajax-search-results .search-item .search-item-detail .price ins {
  text-decoration: none;
  color: #4285F4;
}
.bookjar-ajax-search-results .bookjar-no-results {
  padding: 15px;
  text-align: center;
  color: #666;
  font-size: 14px;
}

/* Spinner for AJAX Search */
.bookjar-search-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1100;
  pointer-events: none;
}
.bookjar-search-spinner .spinner {
  width: 32px;
  height: 32px;
  border: 4px solid #eee;
  border-top: 4px solid #4285F4;
  border-radius: 50%;
  animation: bookjar-spin 0.8s linear infinite;
  display: inline-block;
}

@keyframes bookjar-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.shop_sidebar .widget_block .wc-block-product-filters__overlay-content .wp-block-heading {
  font-size: 18px;
  font-weight: 600;
}

/*======== Product Single ============*/
.woocommerce .product .bj_book_single_tab_area .bj_book_single_tab::before, .woocommerce .product .bj_book_single_tab_area .bj_book_single_tab::after {
  content: none;
}
.woocommerce .product .bj_book_single_tab_area .bj_book_single_tab li {
  font-size: 14px;
  font-weight: 700;
  background: #fcfdfd;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #333;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  margin: 0;
}
.woocommerce .product .bj_book_single_tab_area .bj_book_single_tab li.active {
  color: #4dc762;
  background: #fff;
  border-bottom: 1px solid #fff;
}
.woocommerce .product .bj_book_single_tab_area .bj_book_single_tab li::before, .woocommerce .product .bj_book_single_tab_area .bj_book_single_tab li::after {
  content: none;
}
.woocommerce .product .bj_book_single_tab_area .bj_book_single_tab_content .wc-tab {
  margin: 0;
}
.woocommerce .product .bj_book_single_tab_area .bj_book_single_tab_content .product_book_content_details h3 {
  margin-bottom: 0.5rem;
  line-height: 1.4;
  font-size: 1.25rem;
}

.product_details_area .bj_book_single .bj_book_details .product_title {
  font-size: 32px;
  margin-bottom: 16px;
}
.product_details_area .bj_book_single .bj_book_details .woocommerce-product-rating {
  margin-bottom: 0;
}
.product_details_area .bj_book_single .bj_book_details .woocommerce-product-rating .star-rating {
  margin-right: 0;
}
.product_details_area .bj_book_single .bj_book_details .woocommerce-product-rating .star-rating::before {
  color: #ffa801;
  font-size: 14px;
}
.product_details_area .bj_book_single .bj_book_details .woocommerce-product-rating .star-rating span::before {
  font-size: 14px;
  color: #ffa801;
}
.product_details_area .bj_book_single .bj_book_details .woocommerce-product-rating .ratting-average {
  font-size: 14px;
}
.product_details_area .bj_book_single .bj_book_details .woocommerce-product-rating .woocommerce-review-link {
  position: relative;
  font-size: 14px;
}
.product_details_area .bj_book_single .bj_book_details .woocommerce-product-rating .woocommerce-review-link::before {
  content: "";
  width: 1px;
  height: 14px;
  display: inline-block;
  background: #bcbcbd;
  margin-right: 8px;
  margin-left: 4px;
  top: 2px;
  position: relative;
}
.product_details_area .bj_book_single .bj_book_details .product_price {
  font-size: 24px;
  font-weight: 600;
  color: #4285F4;
  margin-bottom: 15px;
  margin-top: 12px;
}
.product_details_area .bj_book_single .bj_book_details .product_price ins {
  text-decoration: none;
}

.product_details_section_wrap .product_details_section_content:first-child {
  margin-top: 1rem;
}

/*======== Frequently Bought Together ============*/
.bj_frequently_bought_area {
  padding-bottom: 120px;
}

/*=== Cart Page Styles ===*/
.bj_cart_area {
  background-color: #f5f5f5;
  margin-top: 110px;
}
.bj_cart_area .cart-header-alert {
  margin-bottom: 40px;
}
.bj_cart_area .cart-happy-return-parent .cart-happy-return img {
  width: 30px;
  height: 30px;
}
.bj_cart_area .bj_checkout_sidebar::before {
  content: none;
}
.bj_cart_area .bj_checkout_sidebar .cart_totals {
  width: 100%;
  float: none;
}

.bj_testimonial_area .text_btn {
  display: flex;
  align-items: center;
  width: 168px;
  margin-left: 60px;
}
.bj_testimonial_area .text_btn i {
  margin-left: 8px;
}

.testimonial_slider_three {
  margin: 0;
}

.bj_theme_btn {
  position: relative;
}

/*=== Button Type Underline ===*/
.bj_underline_btn {
  position: relative;
}
.bj_underline_btn:hover {
  color: #4285F4;
}
.bj_underline_btn:hover::after {
  width: 100%;
}
.bj_underline_btn::after {
  content: "";
  display: inline-block;
  width: 0;
  left: 0;
  height: 1px;
  background: #4285F4;
  position: absolute;
  bottom: 0;
  transition: all 0.6s linear;
}

/*============ Scrollbar =============*/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 30px;
}

/*============ Page Wrapper =============*/
.page_wrapper {
  padding: 100px 0;
  background-color: #f2f4f5;
}
.page_wrapper table {
  border: 1px solid #d6d6d6;
}
.page_wrapper table thead {
  background: #f5f5f5;
}
.page_wrapper table tbody tr {
  border-bottom: 1px solid #d6d6d6;
}
.page_wrapper table tbody tr th,
.page_wrapper table tbody tr td {
  font-weight: 700;
  border-right: 1px solid #d6d6d6;
}
.page_wrapper table a {
  color: #6b707f;
  text-decoration: none;
}
.page_wrapper .page-area {
  background-color: #fff;
  padding: 35px 40px 15px;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
.page_wrapper .page-area ul li ul li {
  list-style: disc;
}
.page_wrapper ul {
  padding-left: 25px;
}
.page_wrapper ul li + li {
  margin-top: 10px;
}
.page_wrapper ul li ul li {
  margin-top: 10px;
}
.page_wrapper ol {
  padding-left: 25px;
}
.page_wrapper ol li + li {
  margin-top: 10px;
}
.page_wrapper ol li ol li {
  margin-top: 10px;
}
.page_wrapper p {
  margin-bottom: 26px;
}

p {
  margin-bottom: 1rem;
}

/*============ Back to Top Button =============*/
#scrollUp {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--brand_color);
}

/*============ Header =============*/
.admin-bar .header_area .navbar,
.admin-bar .header_area .fixed-header {
  margin-top: 32px;
}
.admin-bar .header_area + .bj_breadcrumb_area {
  margin-top: 132px;
}

.header_area .navbar {
  background: #fff;
}
.header_area .navbar .menu .nav-item > .dropdown-menu > .submenu > .nav-link::after {
  content: "\e649";
  border: 0;
  width: auto;
  height: auto;
  font-size: 10px;
  margin-left: 0;
  font-family: "themify";
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 20px;
  vertical-align: 0.255em;
}
.header_area .fixed-header .navbar-brand .sticky {
  display: block;
}
.header_area .fixed-header .navbar-brand .main {
  display: none;
}
.header_area .navbar-brand .sticky {
  display: none;
}

/*============ Blog List =============*/
.blog-area .blog_link_post {
  margin: 0;
}
.blog-area .blog_link_post::before {
  background: url("../img/blog/link-top.png") no-repeat;
}
.blog-area .blog_link_post::after {
  background: url("../img/blog/link-bottom.png") no-repeat;
}
.blog-area .box-blog:not(:first-child) {
  margin-top: 1.5rem;
}
.blog-area .blog-widget img {
  height: auto;
}
.blog-area blockquote::before {
  background: url("../img/blog/quote-top.png") no-repeat scroll left top;
}
.blog-area blockquote::after {
  background: url("../img/blog/quote-bottom.png") no-repeat scroll left bottom;
}
.blog-area .border-radius-no-thumbnail {
  border-radius: 15px;
}

/*============ Sidebar Area =============*/
.blog_sidebar .widget + .widget {
  margin-top: 30px;
}
.blog_sidebar .widget ul {
  padding: 0;
  margin: 0;
}
.blog_sidebar .widget ul li {
  list-style: none;
}
.blog_sidebar .widget ul li + li {
  margin-top: 0.75rem;
}
.blog_sidebar .widget ul li a {
  color: var(--h_color);
}
.blog_sidebar .widget ul li a:hover {
  color: var(--brand_color);
}
.blog_sidebar .widget .wp-block-page-list .has-child ul {
  margin-top: 0.75rem;
}
.blog_sidebar .widget .wp-block-page-list .has-child ul li + li {
  margin-top: 0.75rem;
}
.blog_sidebar .widget .wp-block-tag-cloud,
.blog_sidebar .widget .tagcloud {
  gap: 6px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.blog_sidebar .widget .wp-block-tag-cloud a,
.blog_sidebar .widget .tagcloud a {
  padding: 10px 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #5c5b5e;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  text-align: center;
  margin-right: 0;
}
.blog_sidebar .widget .wp-block-tag-cloud a:hover,
.blog_sidebar .widget .tagcloud a:hover {
  color: #fff;
  background-color: #202124;
}
.blog_sidebar .widget.widget_text .textwidget img {
  width: 100%;
  height: auto;
}
.blog_sidebar .widget .widget-title {
  font-size: 1.563rem;
  margin-bottom: 1.5rem;
}
.blog_sidebar .widget .wp-block-search__label,
.blog_sidebar .widget .wp-block-heading {
  font-size: 22px;
  line-height: 32px;
  color: #131313;
}
.blog_sidebar .widget .wp-block-search .wp-block-search__inside-wrapper {
  background-color: #fff;
  border: 1px solid var(--black_50);
  border-radius: 5px;
  padding: 0;
  overflow: hidden;
}
.blog_sidebar .widget .wp-block-search .wp-block-search__inside-wrapper input {
  width: 100%;
  padding: 17px 20px;
  border: 0;
  color: #8a898d;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  transition: all 0.3s ease-in-out;
}
.blog_sidebar .widget .wp-block-search .wp-block-search__inside-wrapper input::placeholder {
  color: #636363;
}
.blog_sidebar .widget .wp-block-search .wp-block-search__inside-wrapper .wp-element-button {
  background: transparent;
  border: 0;
}
.blog_sidebar .widget .wp-block-search .wp-block-search__inside-wrapper .wp-element-button svg {
  transform: rotate(270deg);
}
.blog_sidebar .widget .wp-block-categories li {
  position: relative;
}
.blog_sidebar .widget .wp-block-categories li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #242729;
  position: absolute;
  left: 0;
  top: 6.5px;
  border-radius: 50%;
}
.blog_sidebar .widget .wp-block-categories li a {
  font-size: 16px;
  font-weight: 400;
  color: #242729;
  position: relative;
  padding-left: 20px;
  transition: all 0.3s ease-in-out;
}
.blog_sidebar .widget .wp-block-categories li a:hover {
  color: #17161a;
  text-decoration: underline;
}
.blog_sidebar .widget .wp-block-categories li a span {
  margin-left: 4px;
}
.blog_sidebar .widget .wp-block-latest-posts li {
  margin-bottom: 8px;
  display: inline-block;
}
.blog_sidebar .widget .wp-block-latest-posts li .wp-block-latest-posts__featured-image {
  float: left;
  margin-right: 1.25rem;
  margin-bottom: 0;
}
.blog_sidebar .widget .wp-block-latest-posts li .wp-block-latest-posts__post-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.blog_sidebar .widget .wp-block-latest-posts li .wp-block-latest-posts__post-title:hover {
  color: var(--brand_color);
}
.blog_sidebar .widget .wp-block-latest-posts li .wp-block-latest-posts__post-author,
.blog_sidebar .widget .wp-block-latest-posts li .wp-block-latest-posts__post-date {
  display: block;
  font-size: 0.875rem;
}
.blog_sidebar .widget .wp-block-latest-posts li .wp-block-latest-posts__post-author {
  display: block;
  color: #5e5e5e;
  font-size: 14px;
}
.blog_sidebar .widget .wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}
.blog_sidebar .widget .calendar_wrap {
  border: 1px solid var(--brand_color);
  border-radius: 6px;
  overflow: hidden;
}
.blog_sidebar .widget .calendar_wrap table {
  width: 100%;
  color: #444;
}
.blog_sidebar .widget .calendar_wrap table thead tr th {
  color: #3e454c;
  border-top: none;
}
.blog_sidebar .widget .calendar_wrap table tbody tr td {
  color: rgba(255, 255, 255, 0.6);
}
.blog_sidebar .widget .calendar_wrap table tbody td,
.blog_sidebar .widget .calendar_wrap table tbody th {
  border: none;
  width: 33px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
.blog_sidebar .widget .calendar_wrap table tbody td#today,
.blog_sidebar .widget .calendar_wrap table tbody th#today {
  background: var(--brand_color);
  border-radius: 2px;
  color: #fff;
  text-align: center;
}
.blog_sidebar .widget .calendar_wrap table tbody td#today a,
.blog_sidebar .widget .calendar_wrap table tbody th#today a {
  color: #fff;
}
.blog_sidebar .widget .calendar_wrap table tfoot {
  background: #f5f5f5;
}
.blog_sidebar .widget .calendar_wrap table tfoot td {
  font-size: 15px;
  color: #888888;
  padding: 0 15px;
  height: 42px;
}
.blog_sidebar .widget .calendar_wrap table tfoot td a {
  color: #888888;
}
.blog_sidebar .widget .calendar_wrap table tfoot td#prev {
  text-align: left;
}
.blog_sidebar .widget .calendar_wrap table tfoot td#next {
  text-align: right;
}
.blog_sidebar .widget .wp-calendar-table caption {
  caption-side: top;
  padding-top: 0;
  font-weight: 600;
  color: #ffffff;
  background: var(--brand_color);
  text-align: center;
  height: 42px;
  line-height: 42px;
  font-size: 15px;
}
.blog_sidebar .widget .wp-calendar-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background: var(--brand_color);
  padding: 5px 15px;
  font-size: 15px;
  height: 42px;
  line-height: 34px;
}
.blog_sidebar .widget .wp-calendar-nav span a {
  color: #ffffff;
}
.blog_sidebar .widget .widget_rss ul li {
  margin-top: 25px;
  line-height: 1.8;
}
.blog_sidebar .widget .widget_rss ul li .rsswidget {
  font-weight: 600;
  color: #7a7a7a;
  line-height: 1.3em;
}
.blog_sidebar .widget .widget_rss ul li .rsswidget:hover {
  color: var(--brand_color);
}
.blog_sidebar .widget .widget_rss ul li .rsswidget img {
  margin-right: 5px;
}
.blog_sidebar .widget .widget_rss .rss-date {
  display: block;
  padding-bottom: 5px;
  font-size: 15px;
  color: #999;
}
.blog_sidebar .widget .widget_rss cite {
  color: #999;
  font-weight: 500;
}
.blog_sidebar .widget .widget_rss cite::before {
  content: "- ";
}
.blog_sidebar .widget .widget_recent_comments .recentcomments {
  position: relative;
  color: #686d7d;
}
.blog_sidebar .widget .widget_recent_comments .recentcomments a {
  color: var(--h_color);
}
.blog_sidebar .widget .widget_recent_comments .recentcomments a:hover {
  color: var(--brand_color);
}
.blog_sidebar .widget .widget_recent_comments .comment-author-link {
  font-size: 16px;
  color: var(--h_color);
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  padding-left: 22px;
}
.blog_sidebar .widget .widget_recent_comments:not(:last-child) {
  margin-bottom: 20px;
}
.blog_sidebar .widget .wp-block-latest-comments {
  padding-left: 0;
}
.blog_sidebar .widget .wp-block-latest-comments li {
  position: relative;
  line-height: 30px;
  font-size: 16px;
}
.blog_sidebar .widget .wp-block-latest-comments li::before {
  position: absolute;
  content: "w";
  font-family: "ElegantIcons";
  left: 0;
  top: 2px;
  padding-right: 10px;
  font-size: 13px;
  color: var(--brand_color);
}
.blog_sidebar .widget .wp-block-latest-comments li article .wp-block-latest-comments__comment-author {
  color: var(--h_color);
}
.blog_sidebar .widget .wp-block-latest-comments.has-excerpts li {
  padding-left: 20px;
}
.blog_sidebar .widget .widget_recent_entries li:first-child {
  padding-top: 0;
}
.blog_sidebar .widget .widget_recent_entries li a {
  font-weight: 500;
  transition: color 0.2s linear;
}
.blog_sidebar .widget .widget_recent_entries li a:hover {
  color: var(--brand_color);
}
.blog_sidebar .widget .widget_recent_entries li .post-date {
  font-size: 14px;
  color: var(--black-400);
}

/*============ Blog Single =============*/
.blog-details-area .post-navigation,
.blog-details-area .page-links,
.page_wrapper .post-navigation,
.page_wrapper .page-links {
  clear: both;
}

.blog-details-area .details-content p:last-child {
  margin-bottom: 0;
}
.blog-details-area .post-item .blog-widget .blog-content .blog-sub-text img {
  border-radius: 100%;
}
.blog-details-area img {
  max-width: 100%;
  height: auto;
}
.blog-details-area table {
  border: 1px solid #d6d6d6;
}
.blog-details-area table td,
.blog-details-area table th {
  padding: 12px;
}
.blog-details-area table thead {
  background: #f5f5f5;
}
.blog-details-area table thead tr th {
  border-right: 1px solid #d6d6d6;
}
.blog-details-area table tbody tr {
  border-bottom: 1px solid #d6d6d6;
}
.blog-details-area table tbody tr th,
.blog-details-area table tbody tr td {
  text-align: center;
  border-right: 1px solid #d6d6d6;
}
.blog-details-area table a {
  color: #6b707f;
  text-decoration: none;
}
.blog-details-area .wp-block-cover-text a {
  color: #fff;
}
.blog-details-area blockquote {
  border-left: 4px solid rgb(66, 133, 244);
  padding: 50px 40px;
}
.blog-details-area blockquote::before {
  background: url("../img/blog/quote-top.png") no-repeat scroll left top;
}
.blog-details-area blockquote .wp-block-heading {
  color: #464547;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 45px;
  font-size: 24px;
}
.blog-details-area blockquote p {
  color: #747376;
  font-weight: 500;
  font-size: 16px;
}
.blog-details-area blockquote::after {
  background: url("../img/blog/quote-bottom.png") no-repeat scroll left bottom;
}
.blog-details-area .wp-block-rss {
  padding-left: 40px;
}
.blog-details-area .post-password-form p input[type=submit] {
  background-color: var(--brand_color);
  color: #ffffff;
  text-transform: capitalize;
}
.blog-details-area .post-password-form p input[type=submit]:hover {
  background-color: var(--brand_color);
  color: #ffffff;
}
@media (min-width: 482px) {
  .blog-details-area .post-password-form p input[type=submit] {
    padding: 10px 50px;
  }
}
@media (min-width: 482px) {
  .blog-details-area .post-password-form p input[type=password] {
    padding: 10px 5px;
  }
}
.blog-details-area .wp-block-columns {
  gap: 12px;
}
.blog-details-area .wp-block-columns.alignwide .wp-block-column ol {
  padding-left: 2rem;
}
.blog-details-area .has-large-font-size {
  font-size: 28px;
  line-height: 1.5;
}
.blog-details-area p[style="font-size:46px"] {
  line-height: 69px;
}
.blog-details-area .wp-block-calendar .wp-calendar-table caption {
  color: #4d4d4d;
}
.blog-details-area .wp-block-buttons,
.blog-details-area .wp-block-avatar {
  margin-bottom: 12px;
}
.blog-details-area .wp-block-archives-list,
.blog-details-area .wp-block-categories-list,
.blog-details-area .wp-block-page-list,
.blog-details-area .wp-block-latest-posts__list {
  padding-left: 0;
}
.blog-details-area .wp-block-archives-list li,
.blog-details-area .wp-block-categories-list li,
.blog-details-area .wp-block-page-list li,
.blog-details-area .wp-block-latest-posts__list li {
  list-style-type: none;
}
.blog-details-area .wp-block-archives-list li a,
.blog-details-area .wp-block-categories-list li a,
.blog-details-area .wp-block-page-list li a,
.blog-details-area .wp-block-latest-posts__list li a {
  color: var(--h_color);
}
.blog-details-area .wp-block-archives-list li a:hover,
.blog-details-area .wp-block-categories-list li a:hover,
.blog-details-area .wp-block-page-list li a:hover,
.blog-details-area .wp-block-latest-posts__list li a:hover {
  color: var(--brand_color);
}
.blog-details-area .wp-block-archives-list li + li,
.blog-details-area .wp-block-categories-list li + li,
.blog-details-area .wp-block-page-list li + li,
.blog-details-area .wp-block-latest-posts__list li + li {
  margin-top: 0.75rem;
}
.blog-details-area .wp-block-post-template li,
.blog-details-area .wp-block-comment-template li {
  list-style-type: none;
}
.blog-details-area .wp-block-page-list .has-child ul {
  margin-top: 0.75rem;
}
.blog-details-area .wp-block-page-list .has-child ul li + li {
  margin-top: 0.75rem;
}
.blog-details-area .wp-block-latest-comments {
  padding-left: 0;
}
.blog-details-area .wp-block-latest-comments li {
  list-style: none;
}

/*============ Breadcrumb =============*/
.bj_breadcrumb_area {
  background: #f8f9f9;
}

/*============ Pagination =============*/
.pagination {
  display: block;
  text-align: center;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  border-radius: 20px;
  background: #ffffff;
  padding: 20px;
  margin-top: 40px;
}
.pagination .page-numbers {
  border: none;
  padding: 8px 15px;
  background: #fff;
  color: #8a898d;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.pagination .page-numbers:hover {
  background: #ebebeb;
}
.pagination .page-numbers.current {
  z-index: 3;
  color: #fff;
  background: #4285f4;
  border-radius: 5px;
  padding: 8px 15px;
}
.pagination .page-numbers.dots {
  background-color: transparent;
}

/*============ Key =============*/
.key,
kbd,
p .key,
p kbd {
  display: inline-block;
  min-width: 1em;
  padding: 0.5em 0.6em 0.4em;
  margin: 2px;
  font-size: 0.85rem;
  text-align: center;
  text-decoration: none;
  line-height: 0.6rem;
  border-radius: 0.3em;
  cursor: default;
  user-select: none;
  background: #fff;
  border: 1px solid #ddd;
  color: #6b707f;
}

.key,
kbd {
  line-height: 0.95rem;
  border: 1px solid #ddd;
  color: #6b707f;
}

/*============ Nav Menu Widget =============*/
.widget_nav_menu .menu li {
  margin-right: 0;
}

img.alignnone.wp-image-907 {
  height: auto;
  width: 100%;
}

.wp-block-calendar {
  margin-bottom: 30px;
}
.wp-block-calendar table thead tr th {
  font-weight: 600;
  text-align: center;
}

/*============ Comment Form =============*/
.comments-item .comments-content .comment-reply-link {
  color: #747376;
}
.comments-item .comments-content .comment-reply-link:hover {
  color: #17161a;
}
.comments-item .comments-content .comments-text .text-area a {
  color: var(--brand_color);
}
.comments-item .has_children .children {
  padding-left: 3.75rem;
}

.comment-form-box .get_quote_form .form-submit {
  margin-bottom: 0;
}

.comment-form-cookies-consent {
  margin-bottom: 24px;
}
.comment-form-cookies-consent label {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #5c5b5e;
}

/*============ Cookie Bar =============*/
.cookieAcceptBar {
  position: fixed;
  left: 0;
  right: 0;
  text-align: center;
  background: rgb(51, 51, 51);
  color: rgb(204, 204, 204);
  padding: 0 0 10px;
  z-index: 9;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.cookieAcceptBar p {
  margin-bottom: 0;
  padding-top: 10px;
}
.cookieAcceptBar a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.cookieAcceptBar button {
  cursor: pointer;
  border: none;
  background-color: var(--brand_color);
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  margin-left: 40px;
  font-size: 12px;
}

/*============ Screen Reader Text =============*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/*============ Archives Dropdown =============*/
.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select,
.wp-block-archives select,
.wp-block-categories select,
.widget select,
#new-post select {
  width: 100%;
  height: 50px;
  color: rgba(23, 24, 25, 0.5);
  margin: 0 auto;
  display: table;
  border-color: #cccccc;
  font-size: 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg/svg+xml;utf8,<svg fill='DARKGRAY' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat;
  background-position-x: 98%;
  background-position-y: 10px;
  padding: 0 2rem 0 20px;
  border-radius: 3px;
}

.wp-block-archives-dropdown select {
  margin-bottom: 30px;
}

/*============ No Results =============*/
.no-results .page-header {
  position: relative;
  z-index: 1;
}
.no-results .page-header .page-title {
  font-size: 50px;
  margin-bottom: 12px;
}
.no-results .page-content input.form-control {
  border-color: #171d24;
  border-radius: 4px;
  width: 100%;
}
.no-results .page-content p {
  margin-bottom: 20px;
}

/*============ Footer Area =============*/
footer.site-footer {
  background: #e1e1e1;
  padding: 30px 0;
}

/*============ Cover Block =============*/
.wp-block-cover,
.wp-block-cover-text {
  color: #fff;
}
.wp-block-cover a:focus,
.wp-block-cover a:hover,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover {
  color: #fff;
}

/*============ Button Block =============*/
.color-accent,
.color-accent-hover:hover,
.color-accent-hover:focus,
:root .has-accent-color,
.has-drop-cap:not(:focus):first-letter,
.wp-block-button.is-style-outline {
  color: var(--brand_color);
}

.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 2px solid;
}

.wp-block-button__link,
.wp-block-button__linka:not([href]):not([tabindex]) {
  background: var(--brand_color);
  color: #fff;
  border-color: var(--brand_color);
  padding: 10px 25px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  transition: all 0.3s linear;
}

.wp-block-button {
  margin: 26px 0;
  color: #fff;
}
.wp-block-button.alignleft {
  margin-right: 15px;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: var(--brand_color);
  color: #fff;
  border-color: var(--brand_color);
}

/*============ Gallery Styling =============*/
.gallery {
  margin-bottom: 1.5em;
  width: 100%;
}
.gallery .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery .gallery-item figure.gallery-item .gallery-icon img {
  border-radius: 0;
}
.gallery.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery .gallery-caption {
  display: block;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  line-height: 1.5;
  padding: 0.5em 0;
}

figure.gallery-item {
  margin-bottom: 10px;
  display: inline-block;
}

figcaption.blocks-gallery-caption {
  margin: 0 auto 20px;
}

.blocks-gallery-grid,
.wp-block-gallery {
  margin-left: 20px;
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  line-height: 1.4;
}

.blocks-gallery-grid {
  border: none;
  padding: 0;
  margin: 0 0 0 -20px;
  border-radius: unset;
  box-shadow: none;
}

.byline,
.updated:not(.published),
.blocks-gallery-grid ul li::before,
.wp-block-gallery ul li::before {
  display: none;
}

/*============ Alignment =============*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 10px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-right: 1em;
  margin-bottom: 10px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

/*============ Clearfix =============*/
.clear:before, .clear:after,
.guten_elements:before,
.guten_elements:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.guten_elements:after,
.comment-content:after,
.site-header:after,
.site-content:after {
  clear: both;
}

/*============ Miscellaneous =============*/
img.attachment-full.size-full {
  width: auto;
  height: auto;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.bypostauthor {
  display: block;
}

.infinite-scroll .posts-navigation {
  display: none;
}

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

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-width: 100%;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 15px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: 500;
  text-align: left;
  padding-right: 10px;
}

td,
th {
  padding: 8px;
}

figure {
  clear: both;
  border: none;
  margin: 0 0 1rem;
}
figure figcaption {
  text-align: center;
}

.wp-block-media-text,
.wp-block-cover {
  margin-bottom: 26px;
}

.comments_widget,
.categorie_list,
ul.list-style li:last-child,
table tr td p:last-child {
  margin-bottom: 0;
}

.wp-block-pullquote {
  padding: 0;
}

.wp-block-group.has-background {
  padding: 30px 30px 12px 30px;
}

.wp-block-columns {
  margin: 34px 0 0 0;
}

/*============ Data Styling =============*/
@media (min-width: 1220px) {
  .entry-content > .alignfull {
    margin-bottom: 8rem;
    margin-top: 8rem;
  }
}
@media (min-width: 1000px) {
  figure.wp-block-gallery.alignwide {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }
}
.search_form {
  margin-top: 0;
  max-width: 100%;
}

.bj_mailchimp.footer-search {
  display: flex;
}
.bj_mailchimp.footer-search .form-control {
  border: 1px solid #fff;
  background-color: transparent;
}
.bj_mailchimp.footer-search .bj_theme_btn {
  padding: 12px 22px;
  background: #fff;
  margin-left: -2px;
  font-size: 16px;
  color: var(--bj-blue);
  border: 0 #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bj_mailchimp.mailchimp-four {
  display: flex;
}
.bj_mailchimp.mailchimp-four .form-control {
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  box-shadow: 0 8px 20px -2px rgba(33, 40, 51, 0.05);
  border: 0;
  border-radius: 10px 0 0 10px;
  color: #202124;
  height: auto;
  padding: 15px 20px;
  line-height: 30px;
}
.bj_mailchimp.mailchimp-four .bj_theme_btn {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*# sourceMappingURL=wp-custom.css.map */
