/*
Theme Name: PortalRP
Theme URI: http://portalrp.com/wp/
Author: the PrtalRP team
Author URI: http://portalrp.com/
Description: theme portalrp.com.
Version: 1.0
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: portalrp
Tags: portalrp, portal
*/

.u-column2 h2,
.woocommerce-form-register,
.woocommerce-form-login a,
.register,
.add_to_cart_button,
.ajax_add_to_cart,
.woocommerce-product-gallery
{
    display: none;
}

#user_pass,
#user_login,
#username,
#password,
#login label,
#customer_login label {
    width: 100%;
    display:block;
}

.icon-premium {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 30;
    padding: 2%; /*7px;*/
    border-radius: 30px;
    background-color: rgba(8,25,43,0.65);
}

.icon-premium:before {
    display: block;
    width: 16px;
    height: 16px;
    background: url(/wp-content/themes/portalrp/assets/images/icon_premium.svg) center center no-repeat;
    background-size: 70% 70%;/* 16px 16px;*/
    content: '';
}

.categorias-titulo {
	height: 170px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 5px;
}

.categorias-titulo h6 {
	height: 35px;
}

#categorias>.col>.card>a {
	border-top: 1px solid #dee2e6;
	padding: 10px 3px;
}

.categorias-titulo img {
	height: 120px;
	width: 100px;
	position: relative;
	z-index: 99;
}

.mask-circle {
	top: 70px;
	height: 120px;
	width: 100px;
	border-radius: 0 0 100px 100px;
	overflow: hidden;
	margin: auto;
	position: sticky;
}

.navigation {
    margin-top: 2rem;
    text-align: center;
}

.page-numbers ,.page-numbers:hover {
    padding: 5px 10px;
    height: 30px;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.nav-links .current, .nav-links .dots {
	opacity: 0.4;
}

.dropdown-menu ul {
    list-style-type:none;
}

.dropdown-menu li,
.breadcrumb li,
.tab-content-top li {
    margin: 6px 2px;
}

.dropdown-menu {
 overflow-y:auto; 
 max-height:50vh;
}

.dropdown-menu,
.card,
#btn-back-to-top {
 box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card.m-auto p {
    font-size: 0.8rem;
    padding: 0px 5px;
    color: #777;
}

.single-product form {
    display: none;
}

.icon-fill-reverse {
    fill: #fff;
}
.text-color-reverse {
	color: #fff;
}
.title-content-1,
.card-body-excerpt-1,
.card-footer-excerpt-1 {
    text-align: center;
}
.compartilhar {
    top:50%;
    right: 20px;
    position: fixed;
	z-index:666;
}
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    color: white;
    z-index: 100;
}
.icon {
    height: 22px;
    width: 24px;
}
.nav li {
    margin: 0 1vw 0;
}
a {
    text-decoration: none;
}
a p {
    margin: 3px 0;
}
.card p {
    padding:5px;
}
.text-shadow, .page-numbers {
    text-shadow: 0 0 3px #000;
}
.card-image {
  position: relative;
  height: 200px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* fundo com blur e opacidade */
.card-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--card-image);
  background-size: cover;
  background-position: center;
  filter: blur(10px);
  opacity: 0.4;
  z-index: 1;
  transition: filter 0.4s ease, opacity 0.4s ease;
}

/* imagem principal */
.card-image-inner {
  position: relative;
  z-index: 2;
  width: 90%;
  height: 160px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: transform 0.4s ease;
}

.card-image-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* hover */
.card:hover .card-image-inner img {
  transform: scale(1.05);
}
.card:hover .card-image::before {
  filter: blur(6px);
  opacity: 0.5;
}
