Jury Bootcamp 2022
.bdp-post-image-bg img {
border-radius: 300px;
}
.bdp-post-title a {
font-size: 16px;
line-height: 16px;
}
a.bdp-readmorebtn {
border-radius: 300px;
color: white;
border: 1px solid #ec623d;
background: #ec623d;
}
a.bdp-readmorebtn:hover {
border-radius: 300px;
color: #ec623d;
border: 1px solid #ec623d;
background: white;
}
.bdp-post-meta, .bdp-post-title {
margin: 0 !important;
line-height: unset !important;
}
.bdp-post-grid-content {
box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 20%);
padding: 16px;
border-radius: 5px;
height: 350px;
background: white;
transition: 0.5s;
}
.bdp-post-grid-content:hover {
transform: translate(0px, -10px);
}
.bdp-post-image-bg:hover > a > img {
border-radius: 300px;
filter: brightness(0.8);
}/*
.bdp-post-image-bg:hover > a:before {
background: #17405e;
content: "+";
position: absolute;
height: 150px;
width: 150px;
opacity: 0.5;
border-radius: 300px;
left: 50%;
transform: translate(-50%, 0%);
}*/
.bdp-post-image-bg > a:after {
content: "+";
color: white;
position: absolute;
font-size: 64px;
left: 50%;
top: 25%;
border-radius: 300px;
transition: 0.5s;
transform: translate(-50%, -30%);
opacity: 0;
}
.bdp-post-image-bg:hover > a:after {
content: "+";
color: white;
position: absolute;
font-size: 64px;
left: 50%;
top: 75px;
border-radius: 300px;
transform: translate(-50%, 0%);
opacity: 1;
}