/*
 Theme Name:   Focus 1.0.8 child
 Theme URI:    http://www.designwall.com/wordpress/themes/dw-focus/
 Description:  DesignWall Focus 1.0.8 Child Theme for Honestreporting.com
 Author:       DesignWall
 Author URI:   http://www.designwall.com
 Template:     dw_focus_1.0.8_theme
 Version:      1.0.8
 Text Domain:  dw_focus_1.0.8_theme
*/

@import url("../dw_focus_1.0.8_theme/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.navbar .nav li a {
padding-right: 10px;
}

/* 3 lines below make the 'home' and 'donate' menu entries appear in red */
li#menu-item-24331 a {
color:red !important;
}

li#menu-item-81310 a {
color:red !important;
}

/* 6 lines below change the colors of the post links and their hover color */
.post .entry-content a {
	color: #c93024;
}
.post .entry-content a:hover {
	color: #000000;
}

/* 20 lines below are (part 1 of 2) fix from DW to allow multibanner to the right of top main banner logo */
.site-header #header {
    background: none;
}

#branding {
    width: 630px !important;
}

.site-header #branding a {
    width: 630px;
    height: 90px;
}
@media (max-width: 979px) {
 .wrap-navigation .small-logo {
 webkit-background-size: auto 100%;
 -moz-background-size: auto 100%;
 -o-background-size: auto 100%;
 background-size: auto 100%;
 }
}

/* 8 lines below are fix (part 2 of 2) from DW to allow multibanner to the right of top main banner logo */
.ads-320 .ads-thumb {
  text-align: center;
  background: #ddd;
  min-height: 90px;
  line-height: 90px;
  display: block;
  color: #666 !important;
}

@media (max-width: 979px) {
.wrap-navigation .small-logo {
    background-size: 70%;
  }
}

@media (max-width: 1079px) and (min-width: 980px) {
 .site-header #header #sidebar-header {
    width: 270px !important;
    position: relative;
 }
 .ads-320 .ads-thumb {
   background: #fff;	 
 }
 
 .site-header #header #branding {
   width: 630px !important;
}

.site-header #header #sidebar-header {
   clear: right;
}

.site-header #header #branding h1 {
   border-bottom: 0;
}
}


.page-template-template-posts-table #main>.container>.row {
		background: none;
}

.table-striped {
		border: 1px solid #ddd;
}

.table-post-title {
		font-size: 14px;
    font-weight: 600;
  	line-height: 1.3;
  	color: #0073aa;
  	word-break: break-word;
}

.table-post-title:hover {
		color: #00a0d2;
}

td.auhtor-post-table {
    padding: 8px 10px;
    vertical-align: top;
    line-height: 1.3;
    width: 10%;
    font-size: 13px;
  	word-break: break-word;
}

.pagination-page-table {
		float: right;
}

.pagination-page-table .page-numbers {
    padding: 6px 10px;
    border: 1px solid #ddd;
    margin-right: 6px;
}

.search-results  .row {
  	background: none !important;
}
.pagination-search-table {
		padding: 40px 0 50px 0;
}

.search-results .content-inner .content-area:nth-child(1) .table-striped thead {
    display: table-header-group;
}
.search-results .content-inner .content-area .table-striped thead {
    display: none;
}

.search-results div#primary {
		margin-bottom: -20px;
}

a.custom-link-widget-tab {
    position: absolute;
    left: 160px;
    top: 10px;
    color: #fff;
}
.dw_focus_tabs .custom-title {
    position: relative;
}
