.team.team-item {
    padding: 0;
    background: #transparent;
}

.pricing.pricing-item {
    padding: 0px;
    background: #fff;
}


.page-links {
    border: 1px solid #ddd;
    padding: 10px 20px !important;
    display: -webkit-inline-box;
    content: "";
    clear: both;
    display: table;
}

.page-links a, .page-links span {
    margin-right: 5px;
}

.entry-content p:last-child:after {
    content: "";
    clear: both;
    display: table;
}



/* text widget */
.textwidget img, .textwidget strong {
    margin: 15px 0;
    display: block;
}

.textwidget br {
    display: none;
}

/* rss widget */
.widget_rss ul {
    padding: 0px !important;
    margin: 0 !important;
}

.widget_rss ul li {
    border-bottom: 1px solid #f5f5f5;
    padding: 3px 0 30px !important;
    list-style: none;
}

.widget_rss ul li:last-child {
    border-bottom: 0px;
    padding: 3px 0 0px;
    list-style: none;
    margin-bottom: 0;
}

.widget_rss ul li a {
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
}

.widget_rss ul li span {
    color: #000000;
    margin-bottom: 15px;
    display: block;
}

.widget_rss -title a {
    font-weight: 600;
    color: #373737;
    vertical-align: top;
}

.widget_rss cite {
    font-weight: 600;
    color: #000000;
    display: block;
    margin-top: 5px;
    font-size: 13px;
}

.widget_rss cite:before {
    content: "-- ";
}

.widget_rss .rssSummary {
    margin-bottom: 15px;
}
