/*
*
* The css style for BeShop plus theme
*
*
*/
a,
.entry-meta span,
.entry-footer span,
.entry-meta a,
.ghead-meta {
  color: #0b3388;
}
.pagination .nav-links a:hover,
.pagination .nav-links span,
input[type="submit"],
button,
a#clickTop {
  background-color: #0b3388;
}
form#commentform input:not([type="checkbox"]) {
  display: inline-block;
  width: auto;
}
article a,
a:hover {
  text-decoration: underline;
}
.beshop-header .site-title {
  text-shadow: 2px 5px 3px #c3c3c3;
}
input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 5px;
  vertical-align: middle;
}
h1.site-title a {
  color: #0b3388;
  text-decoration: none;
  font-style: normal;
  font-weight: 900;
  font-size: clamp(2rem, 7vw, 9rem);
}
.brand-text .site-title {
  text-transform: inherit;
}
.head-logo-sec.text-left {
  justify-content: flex-start;
}
.head-logo-sec.text-right {
  justify-content: flex-end;
}
h1.site-title a {
  text-decoration: none;
}
.beshop-plus-logo .container.pb-5 {
  padding-bottom: 0 !important;
}
.bplus-gridh h2.entry-title {
  font-size: 18px;
}
.bplus-gridh .entry-meta,
.bplus-gridh .entry-meta a {
  margin-bottom: 1rem;
  font-size: 10px;
}

h3.widget-title,
h2.widget-title {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  background: #fff;
  padding: 10px 5px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
.xhgrid-pimg {
  position: relative;
  overflow: hidden;
  display: block;
  box-shadow: 0 8px 24px rgb(0 0 0 / 10%);
}
.xhub-post-text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  color: #fff;
  width: 100%;
  height: 100%;
}
.xhub-text-list,
aside section.widget,
.menu-bar,
article.post,
.post-navigation,
.comments-area,
.archive-header,
.search-header,
.xhub-post-carousel .post-item {
  background: #ededed;
}
.xhgrid-item {
  margin-bottom: 1.4rem;
}
.xhub-post-text h2.grid-title {
  font-size: 26px;
  font-weight: 700;
}
.xhub-post-text a:hover {
  opacity: 0.8;
}
aside.widget-area a {
  color: inherit;
}
aside.widget-area a:hover {
  color: #0b3388;
}
.main-navigation ul li a {
  text-decoration: inherit;
  font-size: 18px;
}
.bplus-noimg {
  min-height: 250px;
  background: #000;
  width: 100%;
  position: relative;
}
.xhgrid-square {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background: radial-gradient(circle, rgb(2 35 131 / 68%), #1a69fa);
}
.xhgrid-circle {
  position: absolute;
  top: -60px;
  right: -30px;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background: radial-gradient(circle, rgb(203 0 0 / 90%), #ffffff);
}
.xhgrid-pimg a {
  text-decoration: inherit !important;
}
.xhub-post-text span.posts-cat a {
  color: #fff;
  background: #0b3388;
  padding: 3px 9px;
  border-radius: 50px;
  text-decoration: none !important;
  font-size: 12px;
  margin-bottom: 5px;
  display: inline-block;
}
.xhub-post-gtext {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
}
.xhub-post-text h2.grid-title a {
  color: #fff;
}
.xhgrid-pimg.mgpr-hvr-shine .post-thumbnail.mb-4 {
  margin-bottom: 0 !important;
}
a.xhub-ptext-read {
  opacity: 0;
  transition: 0.5s;
}

.xhgrid-pimg:hover a.xhub-ptext-read {
  opacity: 1;
}
.xhub-post-text {
  background: rgb(11, 51, 136);
  background: linear-gradient(
    0deg,
    rgba(11, 51, 136, 0.8578781854538691) 0%,
    rgba(11, 51, 136, 0.3676821070224965) 35%,
    rgba(11, 51, 136, 0.08196782130821079) 100%
  );
  padding: 15px;
}
.entry-meta-over span,
.entry-meta-over span a,
.entry-meta-over span time {
  color: #fff;
  font-size: 13px;
}
.xhgrid-item.search-item {
  margin: 0 0 2.5em;
}
.xhgrid-item.search-item article {
  margin-bottom: 0;
}
article.sticky .bshop-single-list {
  background: #e9e9e9;
  border-radius: 40px 0 40px 0;
}
.xhubblog-post-carousel .xhgrid-pimg {
  height: 350px;
}
.xhubblog-post-carousel .xhgrid-pimg img {
  min-height: 350px;
}
/*Image sine effect*/
.mgpr-hvr-shine {
  position: relative;
}
.mgpr-hvr-shine:before {
  position: absolute;
  top: 0;
  left: -95%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.mgpr-hvr-shine:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation,
.site-main .posts-pagination,
.site-main .pagination {
  background: #fff;
}
.entry-meta-over span time.updated {
  margin-left: 14px;
  position: relative;
}
.entry-meta-over span time.updated:before {
  position: absolute;
  top: 0;
  left: -9px;
  content: "|";
}
.site-main .pagination {
  margin: 0 0 1.5em;
  align-items: center;
  justify-content: center;
}
.site-main .pagination .nav-links a,
.site-main .pagination .nav-links span {
  border: 1px solid #ededed;
  padding: 5px 10px;
  margin: 0 2px;
}

.footer-widget .widget-title {
  padding-left: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.footer-widget a:hover,
.footer-widget a:focus,
.footer-widget a:active {
  color: #ededed;
}
footer.site-footer {
  background: #000;
  color: #fff;
}

footer.site-footer .site-info a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .xhubblog-post-carousel .xhgrid-pimg {
    height: inherit;
  }
}
