.bdp-filters {
    margin-bottom: 30px;
    display: flex;
    gap: 1em;
    justify-content: center;
}

.elementor-kit-44 .bdp-filter {
    padding: 0;
    margin-right: 10px;
    cursor: pointer;
    color: #000!important;    
	border: none;
	box-shadow: none!important;
    font-weight: 400;
}
.bdp-filter.active {
	text-decoration: underline;
}
.bdp-filter:focus,
.bdp-filter:hover{
    background: none;
    text-decoration: underline;
}

.bdp-card {
    background: #fff;
    padding: 50px;
    border-radius: 25px;
    position: relative;
}

.bdp-card:hover{
    background: linear-gradient(55.84deg, rgba(232, 103, 160, .8) -0.29%, rgba(251, 176, 55, .8) 90.52%);
}

.bdp-card a::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.bdp-thumbnails img {
    -webkit-mask-image: url(../img/mask_header_1.png);
    mask-image: url(../img/mask_header_1.png);
    
    -webkit-mask-size: cover;
    mask-size: cover;

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center;
    mask-position: center;
    width: 100%;
}

.elementor-kit-44 .bdp-title {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -4%;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.bdp-categories {
	display: flex;
	gap: 1em;
}

.bdp-category {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 14px;
    margin-bottom: 25px;
    background-color: #fff;
}
.bdp-category.term-non-classe{
    border: 1px solid #C5DFFF;
    box-shadow: 2px 2px 0 1px #C5DFFF;
}
.bdp-category.term-road-trip{
    border: 1px solid rgba(202, 243, 121, 1);
    box-shadow: 2px 2px 0 1px rgba(202, 243, 121, 1);
}
.bdp-excerpt {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.bdp-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: italic;
    font-size: 14px;
}

/* .bdp-meta > span{
    font-weight: 700;
}
 */
.bdp-link {
    text-decoration: none!important;
    font-style: italic;
}

.elementor-kit-44 .bdp-load-more{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(90deg, #E867A0 0%, #FBB037 50%, #E867A0 100%)!important;
    background-size: 200% 100%!important;
    background-position: 0% 0%!important;
    transition: background-position .5s linear !important;
    border: none!important;
    min-width: 15vw;
    margin: 4em auto 0 auto;
    font-weight: 400;
}
.elementor-kit-44 .bdp-load-more:hover{
    background-position: 100% 0% !important;
}

.bdp-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.e-con.blog::before,
.e-con.blog::after{
  content: ""!important;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
}
.e-con.blog:before{
  height: 70%!important;
  background: radial-gradient(at center center, #D5E8FF 25%, #FFFFFF 70%);
  top: 0;
}
.e-con.blog:after{
  height: 30%;
  background: radial-gradient(at center center, #FBE4E6 25%, #FFFFFF 70%);
  bottom: 0;
}

@media only screen and (max-width: 1080px){
    .bdp-grid{
        grid-template-columns: 1fr;
    }
}