/*
Theme Name: DW Focus
Theme URI: http://www.designwall.com/wordpress/themes/dw-focus/
Author: DesignWall
Author URI: http://www.designwall.com
Description: Responsive News WordPress Theme
Version: 1.3.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dw-focus
Tags: responsive-layout
*/

.sticky {}
.bypostauthor {}


/* CUSTOM CSS START */
@font-face {
  font-family: "Oxygen";
  src: url('https://themes.googleusercontent.com/static/fonts/oxygen/v2/uhoyAE7XlQL22abzQieHjw.ttf');
}
body,
.entry-content,
blockquote cite,
#under-navigation .dw_focus_headlines .headlines a,
#comments #respond #submit,
#colophon.dark .btn-danger,
input,
button,
select,
textarea,
.desktop .top-news .dropdown-menu a {
  font-family: "Oxygen" !important;
}
.page-id-165 #colophon #site-info .small-logo {
  display: none;
}
.site-header .container {
  padding: 0;
}
.site-header #branding {
  padding-left: 30px;
}
.site-header #branding a {
  display: block;
  text-indent: -9999px;
  background-image: url('assets/img/logo.png');
  background-repeat: no-repeat;
  background-position: left center !important;
  height: 90px;
  width: 230px;
  -webkit-background-size: 100%;
  background-size: 100%;
  padding-left:
}
#nav-tabs-dw_focus_tabs-3 li a {
  letter-spacing: 2px !important;
}
/*The rollover color */
a:hover, .navbar .nav .current_page_item>a, .navbar .nav .current-menu-item>a, .navbar .nav .current-post-ancestor>a, .navbar .nav .current-menu-parent>a, .navbar .nav .current-menu-ancestor>a, .navbar .nav li a:hover, .navbar .nav li a:active, .navbar .nav li a:focus, .archive .content-inner .entry-meta a:hover, .desktop .top-news .dropdown-menu a:hover, .desktop .top-news .dropdown-menu a:active, .desktop .top-news .dropdown-menu a:focus, .home .site-content .content-inner .entry-meta a:hover {
  color: #0077cc !important;
}
/*Color header links h3 */
a, .nav-tabs {
  color: #3b5998;
}
/*Color of all the font in the story is black */
.entry-content {
  color: #000000;
}
/*All paragraphs are black color font*/
p {
  color: #000;
}
/* banner on news slider hidden on mainpage */
.news-slider .carousel .carousel-inner .entry-category {
  background: none repeat scroll 0 0 #ee3224;
  color: #ffffff;
  display: none;
  font-family: "NovecentowideNormalRegular", Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  line-height: 1;
  padding: 10px;
  position: absolute;
}
/* hides date tags and author on main page*/
.home .site-content .content-inner .entry-meta {
  color: #000000;
  font-size: 11px;
  display: none !important;
}
/* removes image space on main page of Most recent news*/
.home .site-content .content-inner .has-thumbnail .post-inner {
  margin-left: 0px;
}
/* removes image space on top ARTICLE main page of Most recent news*/
.archive .content-inner .hentry.has-thumbnail:first-child .post-inner {
  margin-left: 0;
}
/* Make first article title same size as others*/
.archive .content-inner .hentry:first-child .entry-title {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0px;
  margin-top: 10px;
}
.home .site-content .content-inner .entry-title {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
/* Removes the tags on the top of the page from the single story template*/
.single .site-content>.hentry .post-categories {
  display: none;
  float: left;
  list-style: outside none none;
  margin: 0 5px 0 0;
}
/* Single page big featured image is hidden on top*/
.single .site-content>.hentry .entry-thumbnail {
  display: none;
  margin: 0 20px 25px 0;
  width: 100%;
}
/* First article on press release page h3 size*/
.archive .content-inner .hentry:first-child .entry-title {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 10px;
}
/* Author is hidden on single page posts*/
.single .site-content>.hentry .entry-action .co-author .title-action {
  border-top: 1px solid #dddddd;
  display: none;
  margin: 20px 0 5px;
  padding-top: 5px;
}
/* Second Author is hidden on single page posts*/
.single .site-content>.hentry .entry-action .co-author .author-info {
  display: none;
  min-height: 36px;
  padding: 5px 0 5px 45px;
  position: relative;
}
/* Tags hidden on single page posts*/
.single .site-content>.hentry .entry-action .tag-action .title-action {
  border-top: 1px solid #dddddd;
  display: none;
  margin: 20px 0 5px;
  padding-top: 5px;
}
/* Tags hidden on single page posts*/
.tags-links {
  border-top: 1px solid #dddddd;
  display: none;
}
/* related articles image thumbnails hidden on single page posts*/
.single .site-content .related-post .entry-thumbnail {
  display: none;
  margin-bottom: 10px;
  position: relative;
}
/* thumbnails hidden on Archive page posts*/
.archive .content-inner .entry-thumbnail {
  display: none;
  float: left;
  margin-top: 6px;
  position: relative;
}
/* thumbnails  space hidden on Archive page posts*/
.archive .content-inner .has-thumbnail .post-inner {
  margin-left: 0;
}
/* Meta line hidden on Archive page posts*/
.archive .content-inner .entry-meta {
  color: #aaaaaa;
  display: none;
  font-size: 11px;
}
.news-slider .carousel .carousel-inner .entry-thumbnail::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, #000000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 0;
  content: "";
  height: 5% !important;
  position: absolute;
  width: 100%;
}
.single .site-content>.hentry .entry-action .social-action ul .google {
  display: none;
}
#colophon #site-tools .breadcrumbs {
  display: none;
  list-style: outside none none;
  margin: 0;
}
