/*
 Theme Name:   United Child
 Description:  United Child Theme
 Author:       liutingxie
 Author URI:   http://providewp.com
 Template:     united
 Version:      1.0.0
 Text Domain:  united-child
*/

@import url('../united/style.css');

.featured-container {
	margin-bottom: 30px;
}

.content-sidebar .widgettitle {
	font-size: 25px;
	line-height: 32px;
}

.content-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-sidebar {
    list-style: none; /* Remove list bullets */
    padding-bottom: 30px;
}

.content-sidebar h2 {
	margin-bottom: 27px;
}

.content-sidebar .page-left {
	width: 150px;
   float: left;
}

.content-sidebar .page-right {
	width: calc(100% - 170px);
    float: left;
    padding-left: 20px;
}

.content-sidebar .page-right a {
	color: #2180bb;
	font-size: 18px;
	line-height: 24px;
}

.sidebar-left {
	width: 40px;
	float: left;
}

.sidebar-right {
	width: 40px;
	float: left;
}

.sidebar-li {
	margin-bottom: 30px;
}

@media screen and (max-width: 979px) {
	.content-sidebar.page_right {
		width: 100%;
	}
	.content-sidebar.page_right > li {
		width: 50%;
		float: left;
	}
}

@media screen and (max-width: 767px) {
	.content-sidebar.page_right > li {
		width: 100%;
		float: none;
	}
}
