/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* General CSS */
.article > :first-child {
  margin: -8px 0px 12px 0px;
}
.info-wrapper {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
}
/**** TABLE ****/
table,
.wp-block-table {
  border-collapse: collapse;
  border: 1px solid #EEEEEE;
  width: 100%;
  overflow: hidden;
  table-layout: auto !important;
border-radius: 8px;
}
.wp-block-table th,
.wp-block-table td {
  border: none;
}
table th,
.wp-block-table thead {
  padding: 16px 8px !important;
  text-align: left;
  background-color: var(--bg-dark);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}
table tr:nth-child(even) {
  background: #f4f7ff;
}
table td {
  padding: 14px 12px !important;
  text-align: left;
  font-size: 14px;
}
table th img {
  max-width: 40px !important;
}
.responsive {
  overflow: auto;
  border-radius: 12px;
  margin: 0px 0px !important;
  max-width: 360px;
  min-width: 100%;
}
/* Payments  */
.hidden-pay {
  position: absolute;
  backdrop-filter: blur(3.5px);
  -webkit-backdrop-filter: blur(3.5px);
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  min-width: 155px;
  justify-content: center;
  padding: 8px;
  box-shadow: rgba(149, 157, 165, 0.25) 0px 8px 24px;
  top: 70px;
  left: -8px;
  z-index: 3;
}
.hidden-pay-rev {
  backdrop-filter: blur(3.5px);
  -webkit-backdrop-filter: blur(3.5px);
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  min-width: 155px;
  justify-content: center;
  padding: 8px;
  box-shadow: rgba(149, 157, 165, 0.25) 0px 8px 24px;
  top: 30px;
  right: -8px;
  z-index: 3;
}
.pay-wrapper img {
  width: 45px;
  align-self: center;
  align-items: center;
  height: 30px;
}
.count {
  background-color: var(--bg-hero);
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 2px;
  cursor: pointer;
  width: 45px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  transition: background 1s ease-in;
}
.marked {
  background: var(--accent);
  color: #fff;
}
/* CTA Articles */
.cta-article {
  margin: 12px 0;
}
.good {
  color: var(--color-good);
}
.meh {
  color: var(--color-meh);
}
.bad {
  color: var(--color-bad);
}

/* Styling UL LI  */
.mini-pros,
.pros-container ul,
.cons-container ul,
.pros,
.cons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding-inline-start: 0px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 22px;
}
.pros-container ul,
.cons-container ul {
  margin-top: 0;
}
.mini-pros li {
  background: var(--bg-lite-green);
  padding: 10px;
  border-radius: 8px;
}
.pros-container ul li {
  background: var(--bg-lite-green);
  padding: 10px;
  border-radius: 8px;
  border: 2px solid #fff;
}
.cons-container ul li {
  background: #f4dee470;
  padding: 10px;
  border-radius: 8px;
  border: 2px solid #fff;
}
.mini-pros li::before,
.pros-container ul li::before,
.pros li::before {
  content: "";
  background-image: url(/wp-content/uploads/check-pros.svg);
  background-size: contain;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  position: relative;
  top: 0.3rem;
  margin-right: 0.4rem;
}
.cons-container ul li::before,
.cons li::before {
  content: "";
  background-image: url(/wp-content/uploads/cross-vermelho.svg);
  background-size: contain;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  position: relative;
  top: 0.3rem;
  margin-right: 0.4rem;
}
/* proTIP */
.pro-tip-bad {
  padding: 12px;
  border: 1px solid var(--color-bad);
  margin: 16px 0;
  border-radius: 12px;
  background: #f4433625;
}
.pro-tip {
  padding: 22px;
  margin: 16px 0;
  border-radius: 12px;
  background: var(--bg-hero);
}
.pro-tip-lite {
  padding: 22px;
  margin: 16px 0;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #eeeeee;
}
.pro-tip-dark{
	padding: 22px;
  margin: 16px 0;
  border-radius: 12px;
  background: var(--bg-dark);
  border: 1px solid #eeeeee;
	color: #fff;
}
.pro-tip h3 {
  margin-top: 8px;
}

/* grid boxes */

.text-box {
  padding: 22px;
  margin: 16px 0;
  border-radius: 12px;
  border: 1px solid #eeeeee;
  box-shadow: rgba(100, 100, 111, 0.05) 0px 7px 29px 0px;
}
.text-box h3 {
  margin-top: 16px;
}

/* Top */
.top:before {
    background-image: url(/wp-content/uploads/top-melhor.png);
    background-size: 30px;
    display: inline-block;
    width: 30px;
    height: 26px;
    content: "";
	margin-right: 12px;
}

/* FAQ */
.open svg {
  rotate: 180deg;
}
.faq .accordion-title-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
/* click states */
[is="open"] {
  display: grid !important;
}
[is="pressed"] svg,
[is="pressed"] i {
  rotate: 180deg;
}
.intro-btn-hero:hover{
	background: var(--bg-dark)!important;
	color: #fff;
}
/* Menu  */

/* Review CTA */
.review-cta {
  display: grid;
  align-items: initial;
  grid-gap: 16px;
  background-color: var(--font-lite);
  border-radius: 8px;
  overflow: hidden;
  grid-template-columns: 130px 145px 1fr 95px;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-right: 12px;
  border: 1px solid #eeeeee;
}
.image-review-cta {
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-self: center !important;
  align-items: center;
  padding: 16px;
}
.bonus-container-review-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bonus-label-review-cta {
  font-weight: 500;
  font-size: 14px;
}
.promo-review-cta {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.4;
}
.features-review-cta {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  row-gap: 6px;
}
.feature-li-cta {
  display: flex;
  justify-content: center;
  column-gap: 4px;
  align-items: center;
  font-size: 12px;
}
.icon-li-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 12px;
}
.btn-review-cta {
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: var(--green);
  color: var(--font-lite)!important;
  font-size: 13px;
  font-weight: 600;
  border-radius: 12px;
}
.is-layout-grid {
  grid-gap: 10px;
	margin: 16px 0;
}
#brx-header.sticky.scrolling > *{
	background: rgba( 34, 37, 58, 0.55 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 7px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 6px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
}

/* Bonus CTA */
.top-cta {
    width: 100%;
    display: grid;
    align-items: initial;
    grid-gap: 16px;
    grid-template-columns: 1.4fr 310px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    background-image: url(/wp-content/uploads/bg-hero-cta.svg);
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #053a66;
    border-radius: 12px;
    position: relative;
    min-height: 180px;
    align-items: center;
	margin: 16px 0;
}
.top-cta-title-container {
    display: flex;
    flex-direction: column;
    column-gap: 16px;
    row-gap: 16px;
    align-items: flex-start;
}
.top-cta-title {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
}
.top-cta-btn {
    padding-top: 14px;
    padding-right: 20px;
    padding-bottom: 14px;
    padding-left: 20px;
    font-size: 13px;
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.1;
    border: 1px solid var(--accent);
    border-radius: 8px;
    transition: background-color 0.3s ease-in;
    gap: 8px;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    background-color: var(--accent);
}
.top-cta-engage {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: var(--font-lite);
    border: 1px solid #eeeeee;
    border-radius: 16px;
    width: 100%;
	position: relative;
}
.top-cta-engage-img {
    position: relative;
    display: flex;
    justify-content: center;
    min-height: 80px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border: 2px solid #eeeeee;
    border-radius: 10px;
    align-items: center;
}
.top-cta-engage-img img{
	max-height: 45px;
	object-fit: scale-down;
}
.top-cta-rating-container {
    display: flex;
    align-items: center;
    column-gap: 6px;
    position: absolute;
    background-color: var(--font-lite);
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
    border-radius: 8px;
    bottom: -32px;
}
.top-cta-rating-icon {
    color: #ffbd38;
    fill: #ffbd38;
    font-size: 16px;
}
.top-cta-rating-code-ctnr {
    display: flex;
    align-items: center;
    column-gap: 3px;
    align-self: center !important;
}
.top-cta-rating-master {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    width: fit-content;
}
.top-cta-rating-max {
    font-size: 1.4rem;
    font-weight: 400;
    color: #a6a6a6;
    text-align: left;
}
.top-cta-best-for-ctnr {
    display: flex;
    align-items: center;
    column-gap: 6px;
    position: absolute;
    background-color: var(--font-lite);
    padding-top: 3px;
    padding-right: 6px;
    padding-bottom: 2px;
    padding-left: 4px;
    border-radius: 8px 8px 0 0;
    top: -14px;
    left: 2%;
}
.top-cta-rating-best-for-icon {
    position: relative;
    bottom: 0px;
    right: -2px;
    background-color: #ffffff;
    border-radius: 10px;
	width: 10px;
	height: 10px;
}
.top-cta-best-for-label {
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

.styled-ol{
	list-style-type: none;
    counter-reset: item;
    margin-left: 0px;
    padding-left: 0px;
    position: relative;
}
.styled-ol::before{
		content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: 19px;
    height: calc(100% - 50px);
    width: 1px;
    background: #EEEEEE;
    z-index: 0;
}
.styled-ol li {
	counter-increment: item;
    padding: 12px 0px;
    padding-left: 48px;
    line-height: 30px;
}
.styled-ol li::before {
    margin-right: 10px;
    content: counter(item);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: var(--accent);
    font-size: 15px;
    font-weight: 800;
    border-radius: 8px;
    z-index: 1;
    left: 3px;
    position: absolute;
		color:#fff;
}

/* Media queries */

@media only screen and (max-width: 766px) {
  .hidden-pay {
    top: 30px;
    right: 0px;
    left: 40%;
  }
  .review-cta {
    grid-template-columns: 0.65fr 1fr;
  }
  .features-review-cta {
    display: none;
  }
	.top-cta{
		grid-template-columns: 1fr;
		grid-gap: 36px;
	}
	    .top-cta-rating-container {
        bottom: 0px;
        right: 0px;
        border-radius: 4px 0 8px 0;
        column-gap: 2px;
    }
	.top-cta-rating-icon {
        font-size: 12px;
    }
	    .top-cta-rating-master {
        font-size: 1.2rem;
    }
	    .top-cta-rating-max {
        line-height: 1;
        font-size: 0.7rem;
    }
	.bricks-mobile-menu-wrapper {
		padding: 0px 3%;
	}
	.top-cta-engage{
		order: -1;
		margin: 12px -12px 0px 0px;
	}
	.top-cta-title-container .top-cta-btn{
		border: 1px solid #fff;
	}
}

@media only screen and (max-width: 991px) {
  .review-cta {
    grid-template-columns: 100px 130px 1fr;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
  }

  .image-review-cta {
    min-height: 85px;
    padding: 10px;
    border-radius: 10px;
  }

  .btn-container-review-cta {
    grid-column: 1 / 4;
    width: 100%;
  }

  .btn-review-cta {
    min-width: 100%;
  }
}