.child-post-single-banner {
border-radius: 0 !important;
}
.child-post-single-banner .content-box .category {
margin-bottom: 15px;
color: #383b4d;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.child-post-single-banner .content-box .category a {
color: #383b4d;
}
.child-post-single-banner .content-box ul {
margin-top: 15px;
margin-bottom: 0;
}
.child-post-single-banner .content-box ul li {
margin: 0;
border-radius: 20px;
padding: 3px 21px;
color: #383b4d;
background-color: #ffffff;
}
.child-post-single .competition-post .title-box h4 {
padding-left: 20px;
padding-bottom: 15px;
margin-bottom: 20px;
border-bottom: 1px solid #f0f4f9;
background-image: linear-gradient(90deg, #efda86 0%, #efda86 100%);
background-size: 10px 30px;
background-repeat: no-repeat;
}
.child-post-single .competition-post .docs-wrap li {
max-width: 300px;
background-color: #f0f4f9;
margin-bottom: 10px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.child-post-single .competition-post .docs-wrap li:hover {
background-color: #efda86;
}
.child-post-single .competition-post .docs-wrap .doc-btn {
padding: 25px 30px 20px;
color: #000000;
}
.child-post-single .competition-post .docs-wrap .doc-btn .ico-pdf {
width: 40px;
margin-right: 1rem;
background-image: url(//avelant-novi.visokarazina.com/wp-content/themes/envolve-child/images/icons/icon-18.png);
background-size: 30px;
background-repeat: no-repeat;
}
.child-post-single .competition-post .docs-wrap .doc-btn div {
width: 100%;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.child-post-single .competition-post .docs-wrap #documents-list .document a {
background-color: #f0f4f9;
margin-bottom: 10px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.child-post-single .competition-post .docs-wrap #documents-list .document a:hover {
background-color: #efda86;
}
.child-post-single .competition-post .competition-goal ul {
padding-left: 20px;
}
.child-post-single .competition-post .competition-goal ul li {
list-style: disc outside none;
}