/* ============================================
   site-sidebars.css - WIDGETS & SIDEBARS
   ============================================ */

/* Unified widget title styling */
.widget-title {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 28px;
}

/* Widget spacing */
.widget {
    margin-bottom: 30px;
}

/* Widget content spacing */
.widget-services ul,
.widget-posts ul {
    padding-left: 20px;
    margin: 0;
}

.widget-services li,
.widget-posts li {
    margin-bottom: 10px;
}

/* Sidebar-specific spacing */
.widget-posts h3 {
    margin-bottom: 15px;
}

.widget-posts ul {
    margin-top: 10px;
}

/* ============================================
   SIDEBAR CONTENT
   ============================================ */

/* SERVICES widget container */
.service-widget {
    margin-bottom: 30px;
}

/* SERVICES title */
.service-title {
    padding: 5px 0px;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
    display: block;
}

.site-service-title {
	background: #f2f2f2;
	font-size:24px;
	font-family: "Roboto Slab", serif;
	font-weight: 200;
	line-height: 39px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.service-line {
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}
.site-service-item {
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

/* SERVICES list items */
.service-widget li {

    background: #fafafa;
    padding: 15px 18px;
    margin-bottom: 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}