/**
 * pdi-public.css
 */


/* Children pages links list */

#pdi-sll-main-list-wrapper {
    list-style: none;
}

#pdi-sll-main-list-wrapper:after {
    clear: both;
}

#pdi-sll-main-list-wrapper li {
	float: left;
    margin-left: 9px;
    width: 48%;
    border-radius: 10px;
    background: #f3f3f3;
    margin-bottom: 30px;
    padding-bottom: 12px;
}
#pdi-sll-main-list-wrapper li:nth-child(odd) {
    clear: both;
} 

#pdi-sll-main-list-wrapper li:hover > .pdi-sll-image-color-hover:before {
opacity: 1;
}
#pdi-sll-main-list-wrapper li:hover{
    margin-top: -3px;
	-webkit-transition: all 100ms ease;
-moz-transition: all 100ms ease;
-ms-transition: all 100ms ease;
-o-transition: all 100ms ease;
transition: all 100ms ease;
}	

.pdi-sll-image-color-hover img{
    border-radius: 10px 10px 0px 0px;
    object-fit: cover;
    width: 100%;
    height: 164px;
}
.pdi-sll-image-color-hover {
    cursor: pointer;
    float: left;
    position: relative;
    width: 100%;
}
.pdi-sll-image-color-hover:before {
    background-color: #1b82b1;
    border-radius: 10px 10px 0 0;
    content: "";
    display: block;
    opacity: 0;
    max-height: 164px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.pdi-sll-image-color-hover:hover:before {
	opacity: 0.3;
	-webkit-transition: all 100ms ease;
-moz-transition: all 100ms ease;
-ms-transition: all 100ms ease;
-o-transition: all 100ms ease;
transition: all 100ms ease;
}


#pdi-sll-main-list-wrapper li a {
    text-decoration: none;
	display: block;
}

.pdi-ssl-text-style-1 {
    font-weight: bold;
    color: #1e85c7;
    font-size: 13px;
    display: inline-block;
    padding-right: 10px;
    margin-left: 10px;
}

.pdi-ssl-text-style-2 {
    font-size: 11px;
    color: #919191;
    clear: both;
}

.pdi-ssl-title {
    color: #212121;
    font-size: 14px;
    line-height: 16px !important;
    font-weight: 500;
    margin: 0px !important;
    margin-left: 10px !important;
    display: block;
}


@media (max-width: 767px){
#pdi-sll-main-list-wrapper li {
    margin-left: 0px;
    width: 100%;
    border-radius: 10px;
    background: #f3f3f3;
    margin-bottom: 20px;
}
}


.pdi-others-link-wrapper {
	clear:both;
}
.pdi-others-link-wrapper li{
	float: left;
    margin-left: 9px;
    width: 48%;
    border-radius: 10px;
    background: #f3f3f3;
    margin-bottom: 5px;
    padding-bottom: 12px;
    padding-top: 12px;
	list-style: none;
}
@media (max-width: 767px){
.pdi-others-link-wrapper li {width: 95%;}
}

.pdi-others-link-wrapper li a{
    font-weight: bold;
    color: #1e85c7;
    display: block;
    padding-right: 10px;
	margin-left: 10px; }