.content-sidebar 
{
        width: 29.04761904%;
}
.content-sidebar 
{
        border: 0;
        float: right;
        padding: 48px 30px 24px;
        width: 33.33333333%;
}


.display-posts-listing .listing-item {
	clear: both;
	list-style:none;
}
.display-posts-listing img {
	float: left;
	margin: 0 10px 10px 0;
}
.search-toggle {
	cursor: pointer;
	float: right;
	height: 48px;
	text-align: center;
}
.search-toggle:before {
	color: #000;
	content: "\f400";
	font-size: 20px;
	margin-top: 14px;
}
.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}
.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top:35px;
	right:25px;
	width: 26%;
	z-index: 2;
}
.search-box .search-field {
	background-color: #fff;
	font-size: 16px;
	padding:0;
	border-radius:5px;
	-moz-border-radius:5px;
}
/* Genericons */



.bypostauthor > article .fn:before,  .comment-edit-link:before,  .comment-reply-link:before,  .comment-reply-login:before,  .comment-reply-title small a:before,  .contributor-posts-link:before,  .menu-toggle:before,  .search-toggle:before,  .slider-direction-nav a:before,  .widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}
.search-form {
	position: absolute;
	right: 0px;
}
.search-field {
	border: none;
	cursor: pointer;
	height: 32px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width:0;
	border:1px solid #fff;
}
.search-field:focus {
	background-color: #f2f2f2;
	cursor: text;
	outline: 0;
	width: 230px;
}
.search-form  .search-submit {
	display:none;
}
.search-toggle:before {
	color:#787878 !important;
    display:block !important;
    font-size:27px !important;
    font-weight:bold !important;
    height:20px !important;
    line-height:20px !important;
    margin:10px 10px 0 0 !important;
    transform: rotate(-280deg);
	-webkit-transform:rotate(-280deg);
	-moz-transform:rotate(-280deg);
}
.search-div .page-header {
	margin-top:0;
}
.search-div .page-header h1 {
	margin-top:0;
}
.search-box .search-form label {
	width: 100%;	
}