/*custom css 2*/

.parsi-ads-title {
    color: #333!important;
    font-size: 21px !important;
    margin-right: 0px;
    padding-right: 0px !important;
    padding-top: 25px;
    padding-bottom: 15px;
    margin-bottom: 8px;
}
.parsi-ads {
    padding: 9px 9px 5px;
    position: relative;
    list-style: none;
    margin-top: 20px;
}
.parsi-ads li {
    display: block;
    width: 100%;
}
.parsi-ads a ul {
    background-color: #EDEDED;
    display: block;
    margin-bottom: 10px;
    padding-right: 7px !important;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.parsi-ads a {
    text-decoration: none !important;
    color: #666;
}
.parsi-ads a ul.red_color:hover {
    color: #fff;
    border-radius: 20px 0px 20px 0px;
    background-color: #D64541;
}
.parsi-ads a ul.green_color:hover {
    color: #fff;
    border-radius: 20px 0px 20px 0px;
    background-color: #6E9000;
}
.parsi-ads a ul.orange_color:hover {
    color: #fff;
    border-radius: 20px 0px 20px 0px;
    background-color: #F38F00;
}
li.text_ads-adre {
    direction: ltr !important;
}

/*custom css 2*/
