/* 
Theme Name: GoHacking 
Theme URI: http://www.gohacking.com 
Version: 1.6
Description: This is a child theme created for the Genesis Framework.  
Author: Genesis Developer 
Template: genesis
Template Version: 2.4
License: GPL-2.0+  
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.top-bar:before,
.social-counters:before,
.header-top:before,
.daily-news-featured-post:before,
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.top-bar:after,
.social-counters:after,
.header-top:after,
.daily-news-featured-post:after,
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
  background: #f5f5f5 url(images/body-bg.png) ;
  color: #222; /* Original #333 Changed by me */
  font-family: 'Open Sans', sans-serif; /* Original "Droid Serif", serif; Later used 'PT Sans Caption'; Changed by me */
  -webkit-font-smoothing: antialiased; /* Added by me */
  -moz-osx-font-smoothing: grayscale; /* Added by me */
  font-size: 16px;
  font-weight: 400;
  line-height: 2.000; /* Original 1.625 Changed by me */
  letter-spacing: 0.7px;
  margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

::-moz-selection,
::selection {
  background-color: #333;
  color: #fff;
}


a,
p.more-from-category a:hover,
.archive-link a:hover,       
.daily-news-featured-post h2.entry-title a:hover,
.home-content .featured-content ul li a:hover,
.daily-news-featured-post .like.liked,
.entry-meta .like.liked,
.single .entry-header .entry-meta a:hover {
  color: #e5554e;
  text-decoration: none;
}

a:hover,
.single .adjacent-entry-pagination a:hover {
  color: #333;
}
.archive-link a,
p.more-from-category a,
.home-content .featured-content ul li a {
  color: #636363;
}

.single div.entry-content a,
.page div.entry-content a { 
  /* border-width: 0 0 2px; */ /* Removed by me */
  /* border-style: solid; */ /* Removed by me */
}

.single div.entry-content .wp-caption a,
.page div.entry-content .wp-caption a {
  border: none;
}

p {
  margin: 0 0 28px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  color: #979797;
  font-size: 14px;
  font-weight: 300;
  margin: 40px;
}

blockquote::before {
  color: #ebebeb;
  content: "\f122";
  display: block;
  font-family: "dashicons";
  font-size: 48px;
  height: 0;
  left: -58px;
  position: relative;
  top: -25px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: 'Inconsolata', sans-serif; /* Original 'Roboto Condensed', sans-serif; Changed by me */
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 17px; /* Original 10px changed by me */
}

h1 {
  font-size: 36px;
  letter-spacing: -1px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 19px;
}

h6 {
  font-size: 17px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

.featured-content img,
.gallery img {
  width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
  overflow: hidden;
}

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px;
}

.gallery img:hover {
  border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  padding: 16px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  color: #333;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #333;
  font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #333;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
  background-color: #e5554e;
  color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  background-color: #e5554e;
  color: #fff;
}

.entry-content .button:hover {
  color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
  background-color: #fff;
  color: #333;
}

.button {
  display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

/* ## Tables
--------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #ddd;
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}

th {
  font-weight: 400;
}

/* # Dropcap
---------------------------------------------------------------------------------------------------- */

span.dropcap { 
  font-size: 450%;
  font-weight: bold;
  float: left;
  position: relative;
  margin:5px 8px 0 0;
  line-height: 0.5em; 
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-container{
  background: #fff;
  border: 1px solid #dcdcdc;
  margin: 15px auto; /* Changed by me from 45px to 15px */
  max-width: 1140px;
}

.site-inner {
  clear: both;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

/* ### Content */

.content {
  float: right;
  width: 68.24561403508772%; /* 778 / 1140 */ 
}

.content-sidebar .content{
  border-right: 1px solid #e2e2e2;
  float: left;
}

.content-sidebar.archive .content{ margin-top: 30px; }

.full-width-content .content {
  width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
  float: right;
  width: 31.75394736842105%; /* 360 / 1140 */;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
  float: left;
}

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */
.archive-description,
.author-box,
.breadcrumb,
.entry-footer,
.single .adjacent-entry-pagination {
  border-bottom: 1px solid #e2e2e2;
}

.breadcrumb {
  background: #f7f7f7;
  font-size: 12px;
  padding: 18px 25px;
}

.archive-description,
.author-box {
  font-size: 16px;
  margin-bottom: 40px;
  padding: 70px 40px;
}

.author .author-box{
  background: #fafafa;
  margin-top: -30px;
}

.search .archive-description {
  background: #fff; /* Original #f2f2f2 Changed by me */
  margin-bottom: 30px;
  padding: 12px 25px 5px;
}


.author-box-title {
  font-size: 30px;
  letter-spacing: 3px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
  overflow: auto;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
  overflow: hidden;
}

.site-header .search-form {
  float: right;
  margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
  width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* ## Titles
--------------------------------------------- */

.single .entry-header{
  /*background: #232323; */ /* Removed by me*/
  color: #222; /* Original #fff changed by me*/
  margin-bottom: 25px; /* Added by me*/
}

.popular-news-widget .entry-header {
  background: none;
  color: #333;
  margin-bottom: 0; /* Added by me */
}

.archive-title,
.genesis-grid .entry-title {
  font-size: 20px;
}

.entry-title {
  font-size: 40px;
}

.full-width-content main .entry-header,
.page main .entry-header {
  letter-spacing: 2px;
  margin-bottom: 35px;
}

.single main.content .entry-title {
  color: #111; /* Original #fff Changed by me */
  font-size: 36px;
  /* padding: 0 26px; */ /* Removed by me */
  padding-top: 10px; /* Added by me */
  border-top: 1px solid #C7A15E; /* Added by me */
  margin-bottom: 15px; /* Added by me */
}

.page main.content .entry-title {

 color: #111; /* Added by me */
}
.entry-title a,
.sidebar .widget-title a {
  color: #333;
}

.entry-title a:hover {
  color: #e5554e;
}

.sidebar .widgettitle,
.home .content .widgettitle,
.related-title {
  background: url("images/bg1.png") repeat-x scroll left center;
  font-family: "Playfair Display SC",serif;  
  text-transform: uppercase;
}

.sidebar .widgettitle{
  font-family: 'Inconsolata', sans-serif; /* Original 'Roboto Condensed', sans-serif */
  text-align: left; /* Original - center, changed by me */
  background: none; /* Added by me */
}

.sidebar .widgettitle span,
.home .content .widgettitle span,
.related-title span {
  background-color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

.home .content .widgettitle span,
.related-title span {
  padding-left: 0px;
}

.widget-title {
  font-size: 18px;
  margin-bottom: 20px;
}

.sidebar .widget-title {
  font-size: 28px; /* Original 22px changed by me */
  margin-bottom: 25px; /* Original 20px changed by me */
  color: #d21111; /* Added by me */
}

.footer-widgets .widget-title,
.single .entry-header .entry-meta .entry-categories a:hover {
  color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption-text {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.entry-content p.wp-caption-text {
  background: #eee;
  display: inline-block;
  margin-bottom: 0;
  padding: 10px 0;
  width: 97%;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
  word-wrap: break-word;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: none;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

.ad {
  margin: 0 4px;
}

/* ## Social Counters
--------------------------------------------- */

.social-counters {
  clear: both;
  color: #595959;
  display: block;
  font-size: 13px;
  width: 100%;
}

.social-counters .block {
  display: inline-block;
  float: left;
  padding: 10px 5px 0;
  text-align: center;
  width: 24.95%;
  /* Transition added by me */
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

/* hover added by me */
.social-counters .block:hover {

  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.social-counters .dashicons {
  font-size: 40px; /* Original 35px changed by me */
  line-height: 35px;
  margin-bottom: 20px;
  width: 40px; /* Original 35px changed by me */
}

.rss-counter .dashicons {
  color: #F49E07; /* Changed by me */
}

.twitter-counter .dashicons {
  color: #00ade4; /* Changed by me */
}

.fb-counter .dashicons {
  color: #003AB3; /* Changed by me */
}

.gplus-counter .dashicons {
  color: #C70000; /* Changed by me */
}

.social-counters .counter {
  color: #222;
  font-size: 18px;
  font-weight: 700;
}

.social-counters .block:first-child {
  border-left: none;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  padding: 0 0 24px;
}

.footer-widgets .entry {
  border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
  font-size: 20px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .widget.enews-widget .enews > form {
  background: #eeeeee;
  border: 1px solid #e2e2e2;
  padding: 30px;
}

.enews-widget input{
  color: #888;
  border: 1px solid #dadada;
}
.enews-widget input:focus {
  color: #383838;
  border: 1px solid #d3d3d3;
}

.enews-widget input {
  font-size: 16px;
  margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
  background-color: #e5554e;
  color: #fff;
  margin: 0;
  width: 100%;
}

.enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #333;
}

.enews form + p {
  margin-top: 24px;
}

/* ## Tag cloud
--------------------------------------------- */

.tagcloud a {
  border: 1px solid #ededed;
  color: #686868;
  display: inline-block;
  font-size: 13px !important;
  letter-spacing: 1.3px;
  margin: 0 0 4px;
  padding: 7px 12px;
}

.tagcloud a:hover{
  background: #f3f3f3;
  color: #3F3F3F;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
  display: none;
}

/* # Top Bar
---------------------------------------------------------------------------------------------------- */

.top-bar,
.header-top {
  border-bottom: 1px solid #D2A453; /* Original #e2e2e2 Changed by me */
  clear: both;
  display: inline-block;
  float: left;
  width: 100%;
}

.top-bar {
  background: #222; /* Added by me */
  border-bottom: 4px solid #F49E07; /* Added by me */
  border-top: 1px solid #F49E07; /* Added by me */
}

.extra-content {
  background: #222; /* Changed from #ea6153 by me */
  color: #fff;
  float: right;
  line-height: 23px;
  padding: 6px 7px 6px;
  text-align: center;
  width: 20%; /* Original 22% changed my me */
}

/* # Breaking News
---------------------------------------------------------------------------------------------------- */

.animated-breaking-news {
  background: #292929;
  display: inline-block;
  float: left;
  overflow: hidden;
  position: relative;
  width: 78%;
}

.breaking-news-widget h4 {
  background-color: #000;
  color: #fff;
  float: left;
  font-size: 19px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 15px;
  text-transform: uppercase;
}

.breaking-news-widget ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.ticker {  
  float: left;
  display: inline-block;
  letter-spacing: 1px;
}

.ticker a {
  color: #C9C0CD;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.3;
  text-transform: uppercase;
}

.ticker a span {
  color: #B8B8B8;
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  margin: 0 0 0 8px;
  text-transform: none;
}

.ticker a:hover {
  color: #ea6153!important;
}

.like,
.viewed,
.entry-time,
.current-date,
.current-time,
.publish-date,
.entry-author,
.flex-caption .like,
.entry-comments-link,
.flex-caption .viewed {
  font-family: "Roboto Condensed", serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
  padding-left: 20px;
  position: relative;
}

.like{
  cursor: pointer;
}

.current-date, .entry-time { 
  margin-right: 7px; 
}

.current-date:before,
.publish-date:before,
.entry-time:before{
  content: "\f508";
}

.top-bar .current-date {

padding-left: 25px; /* Added by me */
}

.current-date {

font-size: 15px; /* Added by me */

}
.current-time:before{
  content: "\f311";
}

.current-time {

display: none; /* Added by me */
}

.home-content .featured-content ul li:before{
  content: "\f103";
  color: #636363;
}

.flex-caption .viewed,
.viewed {
  margin:0 7px;
}

.viewed:before,
.flex-caption .viewed:before{
  content: "\f177";
}

.like:before,
.flex-caption .like:before,
.daily-news-featured-post .like:before{
  content: "\f487";
}

.entry-author:before{
  content: '\f110';
}

.like:before,
.viewed:before,
.entry-time:before,
.current-date:before,
.current-time:before,
.publish-date:before,
.entry-author:before,
.flex-caption .viewed:before,
.flex-caption .like:before,
.entry-comments-link:before,
.home-content .featured-content ul li:before {
  display: block;
  font-family: "dashicons";
  font-size: 20px; /* Original 16px; changed by me */
  left: 0;
  position: absolute;
  top: -3px;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
  background-color: #fff;
  clear: both;
  border-bottom: 3px solid #B33939; /* Original #b7b7b7, Modified by me */
  min-height: 120px;
}

.site-header .wrap {
  padding: 20px;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
  float: left;
  margin-top: 0px;
  text-align: center;
  width: 100%;
  max-width: 27.31578947368421%; /* Changed by me from 26.3* to 27.3* */
}

.header-full-width .title-area {
  width: 100%;
}

.site-title {
  font-family: 'Playfair Display SC', serif;
  font-size: 42px; 
  font-weight: 700;
  line-height: 1.2;
}

.site-title a,
.site-title a:hover {
  color: #333;
}

.header-image .site-title > a {
  background: url(https://www.gohacking.com/wp-content/themes/GoHacking/images/logo.png) no-repeat left;
  float: left;
  min-height: 90px;
  width: 100%;
}

.site-description {
  /* border-top: 1px solid #232323 removed by me */
  display: inline;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
}

.site-description,
.site-title {
  font-family: 'Playfair Display SC', serif;
  margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
  text-align: center;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 100%;
  max-width: 68.81132075471698%; /* Changed by me from 69.8* to 68.8* */
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
  clear: both;
  font-size: 16px;
  line-height: 1;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
  position: relative;
}

.genesis-nav-menu a {
  border-right: 1px solid #D49494; /* original - #d9d9d9, Modified by me */
  color: #333;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 1px;
  padding: 20px 24px;
  text-transform: uppercase;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #e5554e;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition:    opacity .4s ease-in-out;
  -ms-transition:     opacity .4s ease-in-out;
  -o-transition:      opacity .4s ease-in-out;
  transition:         opacity .4s ease-in-out;
  width: 200px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-top: none;
  font-size: 14px;
  padding: 20px;
  position: relative;
  width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0;
}

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}

.genesis-nav-menu > .search {
  padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
  border-top: 1px solid #e2e2e2;
}

.header-top > .sub-menu {
  border-top: 1px solid #fff;
}

.site-header .sub-menu .sub-menu,
.header-top .sub-menu .sub-menu,
.nav-primary .sub-menu .sub-menu {
  border-top: 1px solid #e2e2e2;
  margin-top: -56px;
}

.site-header .genesis-nav-menu li li,
.header-top .genesis-nav-menu li li {
  margin-left: 0;
}

.header-top .genesis-nav-menu a {
  border-right: 1px solid #EAD9B8; /* Original #e2e2e2 Changed by me */
  padding: 20px 24px;
}

.header-top .genesis-nav-menu > li:last-child a,
.genesis-nav-menu > li:last-child a {
  /* border-right: none; */ /* Removed by me */
}

.header-top-left {
  float: left;
  width: 48%;
}

.header-top-right {
  float: right;
  margin-right: 16px;
  width: 48%;
}

.header-top-right .widget{
  float: right;
  padding: 9px 4px;
}

.header-top-right .widget input[type=search]{
  padding: 7px 15px;
  font-size: 14px;
}

.header-top-right .simple-social-icons ul li{
  margin-top: 5px!important; 
  margin-bottom: 0!important;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
  border-bottom: 1px solid #DC9999; /* Original #d9d9d9, Modified by me */
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #e5554e;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
  background-color: #fff;
}

/* # Responsive Menu
---------------------------------------------------------------------------------------------------- */
.primary-responsive-menu {
  cursor: pointer;
  display: none;
  padding: 10px 30px;
  text-align: center;
}

.primary-responsive-menu .dashicons, 
.primary-responsive-menu .dashicons-before:before{
  font-size: 25px;
  margin-right: 7px;
}

.sub-menu-toggle, .sub-menu-toggle:hover {
  background: none;
  border: none;
  color: #636363;
  display: block;
  font-weight: 300;
  font-size: 16px;
  font-family: 'Dashicons';
  line-height: 15px;
  margin: 0 auto;
  overflow: hidden;
  padding: 12px 10px 10px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  visibility: visible;
  z-index: 99999;
}
  
.sub-menu-toggle:before { content: "\f132"; }     
.sub-menu-toggle.activated:before, .mobile_menu_bar.activated:before { content: "\f460"; font-family: 'Dashicons'; }

#close-side {
  background: #efefef;
  border: 1px solid #dedede;
  cursor: pointer;
  display: inline;
  font-size: 30px;
  height: 48px;
  line-height: 1.5;
  padding: 1px 7px 7px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 49px;
}

/* ## Featured Slider
---------------------------------------------------------------------------------------------------- */
.home-featured-slider {
  display: block;
  padding: 30px 30px 10px;
  position: relative;
}

/* ## Home Featured Posts
---------------------------------------------------------------------------------------------------- */
.home-content {
  display: block;
  padding: 0 30px 30px;
  position: relative;
}

.daily-news-featured-post {
  clear:both;
  display: inline-block;
  margin-bottom: 35px;
  width: 100%;
}

.daily-news-featured-post:last-child {
  margin-bottom: 0;
}

.daily-news-featured-post .entry-content p,
.home-content .featuredpost .entry-content p,
.genesis-grid .entry-content p {
  font-size: 12px;
  margin-bottom: 5px;
}

.daily-news-featured-post p.entry-meta {
  color: #BB0000; /* Original #525252; changed by me */
  overflow: auto;
}

.daily-news-featured-post .entry-content {
  overflow: auto;
}

.feat-post-left {
  display: inline-block;
  float: left;
  width: 45.717948717948715%;
}

.feat-post-right {
  display: inline-block;
  float: left;
  width: 50%;
}

.home-content section.featuredpost {
  display: inline-block;
  float: left;
  width: 45.713%;
  margin: 0 4% 35px 0;
}

.left-part,
.right-part,
.genesis-grid-odd,
.genesis-grid-even {
  display: inline-block;
  float: left;
  width: 45.713%;
  margin: 0 4% 0 0;
}

.home-content section.featuredpost:nth-of-type(2n+2),
.right-part, .genesis-grid-even {
  border-left: 1px solid #e2e2e2;
  float: right;
  margin-right: 0%;
  padding-left: 4%;
  width: 50%;
}

.genesis-grid-odd{
  border-right: 1px solid #e2e2e2;
  clear: left;
  width: 50%;
  margin: 0;
}

.genesis-grid-even {
  border-left: 0;
}

.feat-post-left .entry,
.feat-post-top .entry {
  margin-bottom: 0;
  padding: 0;
}

.home-content .featured-content .entry,
.popular-news-widget article.post {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 0 0 10px;
}

.home-content .featured-content ul li {
  border-bottom: 1px solid #e2e2e2;
  font-size: 12px;
  margin-bottom: 7px;
  padding-bottom: 7px;
  padding-left: 25px;
  position: relative;
}

.feat-post-right .post,
.style-two.feat-post-left .post,
.bottom-featured-post .entry {
  border-bottom: 1px solid #e2e2e2;
  clear: both;
  display: block;
  margin-bottom: 15px;
  padding: 0;
  width: 100%;
}

.feat-post-right .post:last-child,
.style-two.feat-post-left .post:last-child,
.bottom-featured-post .entry:last-child,
.popular-news-widget .entry:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.daily-news-featured-post h2.entry-title a,
.daily-news-featured-post h2.entry-title,
.popular-news-widget h2.entry-title a, 
.popular-news-widget h2.entry-title {
  color: #333;
  font-size: 17px; /* Original 18px changed by me */
  margin-bottom: 5px;
}

.style-two.feat-post-top h2.entry-title,
.style-two.feat-post-top h2.entry-title a {
  font-size: 22px;
}

.feat-post-right img.alignleft, 
.style-two.feat-post-left img.alignleft,
.bottom-featured-post img.alignleft {
  margin: 0 15px 15px 0;
}

.popular-news-widget img.alignleft,
.popular-news-widget a.alignleft {
  margin: 0 15px 0px 0;
}

.popular-news-widget img.alignright,
.popular-news-widget a.alignright {
  margin: 0 0 0px 15px;
}

.feat-post-right {
  border-left: 1px solid #ddd;
  margin-left: 4%;
  padding-left: 4%;
}

.archive-link,
p.more-from-category {
  background: #f1f1f1;
  clear: both;
  display: inline-block;
  font-size: 14px;
  margin: 13px 0 0;
  padding: 10px;
  text-align: center;
  width: 100%;
}

p.more-from-category {
  margin: 0;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
  margin-bottom: 40px;
  padding: 40px 30px;
}

.single .entry {
  padding: 20px 40px; /* Original 40px Changed by me */
}

.archive .entry,
.search .entry {
  padding: 0 30px;
  margin-bottom: 30px;
}

.genesis-grid-odd.entry,
.genesis-grid-even.entry {
  padding: 10px 30px 30px; /* Original 0 30px 20px; Changed by me */
  margin-bottom: 0px;
}

.content .entry {
  background-color: #fff;
}

.full-width-content main .entry,
.full-width-content.single main .entry {
  margin: 0 auto;
  width: 70%;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 20px; /* Original 28px changed by me */
  margin-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
  padding-bottom: 18px; /* Added by me */
  /* text-align: justify;*/  /* Added by me */
}

.entry-content ul > li {
  list-style-type: disc;
  padding-bottom: 18px; /* Added by me */
 /* text-align: justify; */  /* Added by me */
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #f3f3f3;
  color: #333;
  padding: 5px 15px;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta,
.single .entry-header .entry-meta {
  font-size: 16px;
  margin-bottom: 0;
}

.entry-header .entry-meta,
.left-part .feat-post-top .entry, 
.right-part .feat-post-top .entry {
  margin-bottom: 24px;
}

.home .featuredpost p.entry-meta,
.single .entry-header .entry-categories,
.genesis-feature .entry-meta,
.genesis-grid .entry-meta {
  margin-bottom: 10px;
}

.single .entry-header .entry-meta.entry-post-info {
  margin-bottom: 24px;
  padding: 0 2px 18px; /* Modified by me Original 0 27px 18px; */
}

.single .entry-header .entry-meta a {
  color: #fff;
}

.entry-footer {
  background: #fbfbfb;
  border-top: 1px solid #eaeaea;
  margin: 10px -40px 0;
  padding: 0 40px 30px;
}

.entry-footer .entry-meta {
  padding-top: 30px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-categories {
  /* padding: 0 25px; */ /* Removed by me */
}

.entry-categories a {
  color: #fff;
  display: inline-block;
  font-size: 11px; /* Original 13px Changed by me */
  margin-bottom: 4px;
  padding: 3px 8px; /* Original 7px 16px Changed by me */
  text-transform: uppercase; /* Original lowercase changed by me */
  border-radius: 2px; /* Added by me */
}

.entry-comments-link::before {
  content: "\f101";
}

.entry-comments-link {
  font-size: 14px;
  line-height: 25px;
  margin-left: 7px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
  clear: both;
  margin: 40px 0;
}

.archive-pagination.pagination {
  border-bottom: 1px solid #e2e2e2;
  border-top: 3px double #e2e2e2;
  clear: both;
  display: inline-block;
  margin: 0 0 40px !important;
  padding: 10px 30px;
  text-align: center;
  width: 100%;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  border: 1px solid #e5e5e5;
  color: #333; /* Original #999 Changed by me */
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 8px 15px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
  color: #e5554e;
  border-color: #e5554e;
}

.single .pagination-previous,
.single .pagination-next {
  display: inline-block;
  position: relative;
  width: 48%;
}

.single .pagination-previous {
  padding-left: 50px;
}

.single .pagination-next {
  padding-right: 50px;
}

.single .pagination-previous:before {
  content: "\f341";
  left: -20px;
}

.single .pagination-previous:before,
.single .pagination-next:before {
  color: #999;
  display: inline-block;
  font-family: "Dashicons";
  font-size: 50px;
  line-height: 50px;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  -webkit-transition: all .3s ease; 
  -moz-transition: all .3s ease; 
  transition: all .3s ease;
}

.single .pagination-next:before {
  content: "\f345";
  right: -20px;
}

.single .pagination-previous:hover:before {
  left: -5px;
}
.single .pagination-next:hover:before {
  right: -5px;
}

.single .adjacent-entry-pagination {
  clear: both;
  display: block;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px 70px;
  width: 100%;
}

.single .adjacent-entry-pagination a{ font-size: 15px; color: #999;}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
  padding: 30px;
}

.entry-comments {
  padding: 30px;
}

.comment-content {
  clear: both;
}

.entry-comments .comment-author {
  float: left;
  font-size: 13px;
  font-weight: bold;
  line-height: 64px;
  margin-bottom: 0;
}

.comment-list li,
.ping-list li {
  list-style-type: none;
}

.comment-list li {
  margin-top: 24px;
}

.comment-header {
  background: #fff;
  border-bottom: 2px solid #e8e8e8;
  font-size: 12px;
  font-weight: bold;
  height: 64px;
  line-height: 64px;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
}

.comment-header .comment-meta a {
  color: #9FA0A3;
  float: right;
  font-size: 11px;
  font-weight: normal;
  padding-right: 25px;
  line-height: 64px;
  margin-bottom: 0;
}

.comment-content {
  padding: 20px 20px 0;
}

.comment-reply a {
  font-size: 12px;
  font-weight: bold;
  padding: 0 15px 0 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.comment-list li li {
  margin: 20px 20px 0;
}

li.comment {
  background: #FBFBFB;
  border: 1px solid #e8eaed;
  padding-bottom: 20px;
}

.comment .avatar {
  margin: 0 16px 0 0;
}

.entry-pings .reply,
.sidr-class-menu-item ul.sidr-class-sub-menu {
  display: none;
}

.bypostauthor {
}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 24px;
}

/* # After Entry Widget
---------------------------------------------------------------------------------------------------- */
.after-entry.widget-area {
  background: #f5f5f5 url("images/body-bg.png") repeat scroll;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 30px;
  margin-top: -40px;
  padding: 50px;
  text-shadow: 0 1px 1px #fff;
}

.after-entry h4.widget-title {
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
}

/* # Related Posts
---------------------------------------------------------------------------------------------------- */
.related-posts {
  overflow: hidden;
  margin: 0 0 70px;
  padding: 0 40px 90px;
  border-bottom: 1px solid #e2e2e2;
}

.related-list li {
  display: inline-block;
  font-size:12px;
  float: left;
  list-style-type: none;
  margin: 15px 1.4% 0 0;
  text-align: center;
  width: 23.88%;
}

.related-list li:last-child{ margin-right: 0; }

.related-list img {
  border: 1px solid #e2e2e2;
  display: block;
  margin: 0 auto 8px;
  padding: 3px;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar:before {
  border-left: 1px solid #e2e2e2;
  content: "";
  clear:both;
  display:block;
  height: 100%;
  left: -1px;
  position: absolute;
  width: 1px; 
}

.sidebar {
  font-family: "Roboto Condensed",sans-serif;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}

.sidebar li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0;
}

.sidebar .widget {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 20px 20px 30px;
}

.sidebar .widget:last-child {
  border-bottom: none;
}

.daily-news-categories ul li {
  background: #f9f9f9;
  border-bottom: 1px solid #ededed;
  letter-spacing: 1.3px;
  margin-bottom: 0;
  padding: 11px 18px 7px;
  position: relative;
}

.daily-news-categories ul li li {
  border-bottom: none;
  border-top: 1px solid #e2e2e2;
  padding: 11px 0 7px;
}

.daily-news-categories ul ul {
  margin-top:8px;
}

.daily-news-categories ul li span.cat-counter {
  background: #000;
  color: #fff;
  display: inline-block;
  height: 100%;
  padding: 11px 12px 7px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 48px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
  font-family: "Roboto Condensed",sans-serif; /* Added by me*/
  background: #F5F5F5;
  border-bottom: 1px solid #121212;
  border-top: 5px solid #c8c8c8;
  clear: both;
  font-size: 16px; /* Original 14px Changed by me */
  padding: 40px 35px 0;
}

.footer-widgets .widget-title {
  font-family: 'Inconsolata', sans-serif; /* Added by me */
  color: #BD0606; /* Original #020220 Changed by me */
  font-size: 26px;
  text-transform: uppercase; /* Added by me */
}

.footer-widgets,
.footer-widgets a {
  color: #111!important; /* Original #333 changed by me */
}

.footer-widgets input {
  border: 1px solid #333;
}

.footer-widgets a.button{
  color: #fff;
}

.footer-widgets li {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.footer-widgets .widget {
  margin-bottom: 40px;
}

.footer-widgets p:last-child {
  margin-bottom: 0;
}

/* 
 1 Column Footer Widget 
---------------------------------------------------------------------------*/
.gd-footer-widgets-1 .footer-widgets-1{
  clear: both;
  display: table;
  float: none;
  width: 100%;
}

/* 
 2 Columns Footer Widget 
---------------------------------------------------------------------------*/
.gd-footer-widgets-2 .footer-widgets-1,
.gd-footer-widgets-2 .footer-widgets-2{
  width: 47.717948717948715%;
}

/* 
 3 Columns Footer Widget 
---------------------------------------------------------------------------*/
.gd-footer-widgets-3 .footer-widgets-1,
.gd-footer-widgets-3 .footer-widgets-2,
.gd-footer-widgets-3 .footer-widgets-3{
  width: 30.623931623931625%;
}

/* 
 4 Columns Footer Widget 
---------------------------------------------------------------------------*/
.gd-footer-widgets-4 .footer-widgets-1,
.gd-footer-widgets-4 .footer-widgets-2,
.gd-footer-widgets-4 .footer-widgets-3,
.gd-footer-widgets-4 .footer-widgets-4{
  width: 22.076923076923077%;
}



.gd-footer-widgets-2 .footer-widgets-1,
.gd-footer-widgets-3 .footer-widgets-1,
.gd-footer-widgets-3 .footer-widgets-2,
.gd-footer-widgets-4 .footer-widgets-1,
.gd-footer-widgets-4 .footer-widgets-2,
.gd-footer-widgets-4 .footer-widgets-3{
  float: left;
  margin-right: 3.5%;
}

.gd-footer-widgets-2 .footer-widgets-2,
.gd-footer-widgets-3 .footer-widgets-3,
.gd-footer-widgets-4 .footer-widgets-4{
  float: right;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
  font-family: "Roboto Condensed",sans-serif;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  padding: 20px 30px;
  text-align: center;
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer a {
  color: #fff!important; /* Added by me */
}

.site-footer a:hover {
  color: #42B3FF!important; /* Changed from #fff by me */
}

/* # Color Scheme
---------------------------------------------------------------------------------------------------- */

/* Daily News Pink
--------------------------------------------- */

.daily-news-pink a,
.daily-news-pink .entry-title a:hover,
.daily-news-pink .site-title a:hover,
.daily-news-pink .footer-widgets a:hover,
.daily-news-pink .site-footer a,
.daily-news-pink .genesis-nav-menu .current-menu-item > a,
.daily-news-pink .genesis-nav-menu a:hover {
  color: #BB0000; /* Original - #e81857 Changed by me */
}

.daily-news-pink .entry-title a,
.daily-news-pink .genesis-nav-menu a,
.daily-news-pink .sidebar .widget-title a,
.daily-news-pink .site-title a,
.daily-news-pink .footer-widgets a,
.daily-news-pink a:hover {
  color: #000;
}

.daily-news-pink .button,
.daily-news-pink .button:hover,
.daily-news-pink .site-footer a:hover {
  color: #fff;
}

.daily-news-pink .archive-pagination li a:hover,
.daily-news-pink .archive-pagination li.active a,
.daily-news-pink .button:hover,
.daily-news-pink .enews-widget input[type="submit"],
.daily-news-pink .entry-content .button:hover,
.daily-news-pink .home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a,
.daily-news-pink button:hover,
.daily-news-pink input:hover[type="button"],
.daily-news-pink input:hover[type="reset"],
.daily-news-pink input:hover[type="submit"] {
  background-color: #BB0000; /* Original - #e81857 Changed by me */
  color: #fff; /* Added by me */
}

.daily-news-pink .enews-widget input:hover[type="submit"] {
  background-color: #000;
  color: #fff; 
}

/* Daily News Blue
--------------------------------------------- */

.daily-news-blue a,
.daily-news-blue .entry-title a:hover,
.daily-news-blue .footer-widgets a:hover,
.daily-news-blue .site-footer a:hover,
.daily-news-blue .genesis-nav-menu .current-menu-item > a,
.daily-news-blue .genesis-nav-menu a:hover {
  color: #27a3d1;
}

.daily-news-blue .entry-title a,
.daily-news-blue .genesis-nav-menu a,
.daily-news-blue .sidebar .widget-title a,
.daily-news-blue .site-title a,
.daily-news-blue .site-title a:hover,
.daily-news-blue a:hover,
.daily-news-blue .footer-widgets a {
  color: #000;
}

.daily-news-blue .button,
.daily-news-blue .button:hover {
  color: #fff;
}

.daily-news-blue .site-footer a {
  color: #aaa;
}

.daily-news-blue .archive-pagination li a:hover,
.daily-news-blue .archive-pagination li.active a,
.daily-news-blue .button:hover,
.daily-news-blue .enews-widget input[type="submit"],
.daily-news-blue .entry-content .button:hover,
.daily-news-blue .home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a,
.daily-news-blue button:hover,
.daily-news-blue input:hover[type="button"],
.daily-news-blue input:hover[type="reset"],
.daily-news-blue input:hover[type="submit"] {
  background-color: #27a3d1;
}

.daily-news-blue .enews-widget input:hover[type="submit"] {
  background-color: #000;
  color: #fff;
}

/**************************************** Customs CSS for Plugins, Widgets and Body by me ************************************************/

.popular-news-widget div.entry-title {

 color: #333;
 font-size: 17px;
 }

.popular-news-widget div.entry-title a {

 font-family: 'Roboto Condensed',sans-serif;
 font-size: 16px;
 font-weight: normal;
}

.archive-description {

display: none;
}

.content .entry-header .entry-title {

min-height: 48px;
}

.GH_sidebar_optin_inr {
    background: #2C2F2E;
    margin: 15px 0 15px;
}

.GH_sidebar_optin_inr .af-form-wrapperr {
    text-align: left;
    padding: 20px;
}

.GH_sidebar_optin_inr h4 {

    color: #fff!important;
    letter-spacing: 2px;
}

.GH_sidebar_optin_inr p {
    margin-bottom: 19px;
    color: #fff;
}

.GH_sidebar_optin_inr input[type="text"] {
    width: 100%;
    margin-bottom: 4px;
    border-radius: 0;
    box-shadow: 1px 1px 1px #060606;
}

.GH_sidebar_optin_inr input[type="submit"] {
    border-radius: 0;
    background: #BB0000;
    color: #fff;
    width: 100%;
    margin: 16px 0 3px;
    font-size: 23px;
    padding: 13px 10px;
    border-bottom: 1px solid #800000;
}

.GH_sidebar_optin_inr input[type="submit"]:hover {
    background: #166800;
    border-bottom: 1px solid #0F5003;
    color: #fff;
}

.GH_sidebar_optin_inr a {
    border-radius: 0;
    background: #BB0000;
    color: #fff!important;
    width: 100%;
    margin: 16px 0 3px;
    font-size: 23px;
    padding: 13px 15%;
    border-bottom: 1px solid #800000;
}

.GH_sidebar_optin_inr a:hover {
    background: #166800;
    color: #fff!important;
    border-bottom: 1px solid #0F5003;
}

.GH_sidebar_optin_inr .af-form-wrapperr a:hover {
    color: #fff!important;
}

.sidebar a {
    color: #111;
}

.sidebar a:hover {
    color: #d21111;
}

.entry-content a {

 color: #BB0000;
 text-decoration: underline;
}

.entry-content a:hover {

color: #007BB7;
text-decoration: none;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6  {

 color: #C11616;
 letter-spacing: -0.2px;
}

.entry-author {

font-size: 15px;
}

.entry-author a {

color: #222!important;
}

.entry-footer, .related-posts {

display: none;
}

.entry-comments h3 {

color: #BD0606;
}

.more-link{

    padding: 5px 12px;
    display: inline-block;
    color: #fff!important;
    background: #B00;
    text-decoration: none!important;
    border-radius: 2px;
    margin-top: 5px;
}

.more-link:hover {

    background: #222;
}

ul.related_post li a:hover {

color: #BB0000;
}

.success, .success span {

   color: #004A01 !important;
}

.success a {

font-weight: bold;
}

.success a span:hover {

color: #468847!important;
}

.success {

border: 1px dashed #004A01;
border-radius: 5px;
}

.success p:before {

  content: "\f019"!important;
}

.info p:before {
    content: "\f05a"!important;
}

.breadcrumb {
    background: #FFFFFF;
    font-size: 14px;
    padding: 15px 25px 18px 25px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}

.content-sidebar.archive .content {
    margin-top: 10px;
}

.flex-caption a:hover {

color: #EFEFEF;
}

.daily-news-featured-post h2.entry-title a, .daily-news-featured-post h2.entry-title {

font-family: 'Roboto Condensed', sans-serif;
color: #222;
font-weight: 400;
}

.daily-news-featured-post h2.entry-title a:hover{

color: #BB0000;
}

.flex-caption .viewed, .viewed, .flex-caption .like, .like {

display: none;
}

.flex-caption .post-meta a {

    font-size: 11px!important;
    margin: 0 0 6px!important;
    padding: 4px 14px!important;
    border-radius: 2px!important;
}

.publish-date {

    font-size: 14px;
    padding-left: 27px;
}

.home .content .widgettitle {

font-family: 'Inconsolata', sans-serif;
font-size: 20px;
}

.archive-link {

    background: #2C2F2E;
    border-radius: 5px;
    font-size: 15px;
}

.archive-link a {

color: #fff;
}

.archive-link a : hover {

color: #F1F1F1;
}

.popular-news-widget p.entry-meta{

display:none;
}

.popular-news-widget h2.entry-title a {

font-family: 'Roboto Condensed',sans-serif;
font-size: 16px;
font-weight: normal;
}

.flexslider h2 {

font-family: 'Roboto Condensed',sans-serif;
font-size: 28px;
font-weight: normal;
letter-spacing: 1.2px;
}

.entry-author-link {

margin-left: 5px;
}

.footer-widgets a:hover {

color: #d21111!important;
}

.flex-caption .publish-date {

display: none;
}

.dlbutton:hover {

opacity: 0.8;
}

.simple-alert-boxes {

margin: 1em 0 2.3em 0!important;
}

hr {

margin-bottom: 25px;
}

.entry-content ol > li p {

margin:0;
}

.entry-content ul > li p {

margin:0;
}
.entry-content ul > li img, .entry-content ol > li img {

padding-top: 20px;
}

div .simple-alert-boxes.normal::before {
    font-size: 125%!important;
}

.simple-alert-boxes.normal::before {
    left: 0.75em!important;
}

.simple-alert-boxes.success::before {
    content: "\f316"!important;
}

.simple-alert-boxes.info::before {
    content: "\f348"!important;
}

.simple-alert-boxes.info {
    background: #d0f0f9!important;
    border-radius: 5px;
}

/* ## Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
position: absolute !important;
clip: rect(0, 0, 0, 0);
height: 1px;
width: 1px;
border: 0;
overflow: hidden;
color: #333;
background: #fff;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
clip: auto !important;
height: auto;
width: auto;
display: block;
font-size: 1em;
font-weight: bold;
padding: 15px 23px 14px;
z-index: 100000; /* Above WP toolbar. */
text-decoration: none;
box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

/**************************************** Customs CSS for Plugins, Widgets and Body by me end ************************************************/

/* # Media Queries or Responsive Code
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1139px) {

/**************************************** Added by me begin *****************************************/
.title-area {

  max-width: 35.31578947368421%; 
}

.site-header .widget-area {

  max-width: 60.81132075471698%;
}

.sidebar .widget-title {

font-size: 23px;
margin-bottom: 20px;
}

.footer-widgets .widget-title {

font-size: 22px;
}

.popular-news-widget h2.entry-title a, .footer-widgets {

font-size: 15px;
}

.more-link {

font-size: 11px;
}

.archive-link {

font-size: 14px;
}

.publish-date {

font-size: 13px;
}

.current-date:before, .publish-date:before, .entry-time:before, .entry-author:before {

font-size: 18px;
}

.GH_sidebar_optin_inr input[type="submit"] {

font-size: 22px;
padding: 11px 10px;
}

.GH_sidebar_optin_inr input {
padding: 13px;
}

.single main.content .entry-title, .page main.content .entry-title {
font-size: 32px;
}

h2{

font-size: 26px;
}

h3 {

font-size: 22px;
}

ul.related_post .wp_rp_title {

    font-size: 14px!important;
}
/**************************************** Added by me end *****************************************/

  body{
    padding: 3%;
  }
  
	.site-container{
    margin: 0 auto;
		max-width: 960px;
	}
  
  .header-top .genesis-nav-menu a {
    padding: 18px;
  }
  
  .site-title { font-size: 34px; }
  .site-description{ font-size: 17px; }  
  .social-counters .block{ width: 49.95%; }
  .ticker-wrapper.has-js{ max-width: 73%!important; }
  .ticker a { font-size: 13px; margin-top: 0px; }
  .ticker a span{ font-size: 12px; }
  .animated-breaking-news{ width: 70%; }
  .extra-content{ width: 30.15%; }
  
  .header-image .site-title > a {background-size: auto!important;}
}

@media only screen and (max-width: 960px) {

/********************************************** Added by me begin ******************************************************/

body {

padding: 0;
}

.footer-widgets .widget-title {

font-size: 19px;
}

.popular-news-widget h2.entry-title a, .footer-widgets {

font-size: 13px;
}

.footer-widgets input {

font-size: 16px;
}

.GH_sidebar_optin_inr input[type="submit"] {

font-size: 20px;
}

.sidebar .GH_sidebar_optin_inr {

margin: 0 25%;
}

.GH_sidebar_optin_inr h4 {

text-align: center;
}

.comment-respond {
    
margin-bottom: 10px;
border-bottom: 1px solid #E2E2E2;
}

.content-sidebar .content {

border-bottom: 1px solid #E2E2E2;
}

.entry {

    padding: 15px 30px;
}
/********************************************** Added by me end ******************************************************/

	.site-container{
    margin: 5% auto; /* auto added by me  */
		max-width: 800px;
	}
  
  .content-sidebar .content {
    border-right: none;
  }
  
  .title-area,              
  .site-header .widget-area,
  .header-top-left,
  .header-top-right  {
    float: none;
    text-align: center;
    width: auto;
    max-width: none;
  } 
  
  .site-header .widget-area { margin-top: 25px;}

	.content,
	.sidebar-primary,
	.site-header .widget-area,
	.title-area,
  .animated-breaking-news,
  .extra-content {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .site-title > a {
		background-position: center center!important;
    margin-bottom: 20px;
	}
  
  .header-image .site-description{border-top: none;}
  
  .header-top-left{
    border-bottom: 1px solid #e2e2e2;
    clear: both;
  }
  
  .header-top-right {    
    display: table;
    float: none;
    margin: 0 auto;
    text-align: center;
    width: auto;
  }
  
  .ticker-wrapper.has-js {
    display: inline-block!important;
    float: none!important;
    max-width: none!important;
    position: absolute!important;
  }
  
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
  
  .social-counters .block{
    width: 24.95%;
  }
}

@media only screen and (max-width: 800px) {

/****************************************************** Added by me begin *******************************************************************/

.site-container {

margin: 10px 3%;
}

.flexslider {

margin: 0 0 8px;
}

.flexslider h2 {

font-size: 24px;
}

.home .content .widgettitle {

text-align: center;
font-size: 18px;
}

.home .content .widgettitle span {

padding-left: 10px;
}

.news-featured-post h2.entry-title, .daily-news-featured-post h2.entry-title a {

font-size: 16px;
}

.more-link {

font-size: 10px;
padding: 4px 10px;
}

.archive-link {

font-size: 13px;
}

.footer-widgets .widget-title {

font-size: 23px;
}

.popular-news-widget h2.entry-title a, .footer-widgets {

font-size: 15px;
}

.sidebar .GH_sidebar_optin_inr {

margin: 0 10%;
}

.archive-title, .genesis-grid .entry-title {
    
font-size: 18px;
}

.single main.content .entry-title, .page main.content .entry-title {
font-size: 28px;
}

h2{

font-size: 25px;
}

ul.related_post .wp_rp_title {

    font-size: 13px!important;
}

.dlbutton {

width: 135px;
}

/****************************************************** Added by me end *******************************************************************/

  body{ overflow-x: hidden; }

	.archive-pagination li a {
		margin-bottom: 4px;
	}
  
  .primary-responsive-menu { display: block; }
  .nav-header, #menu-primary-menu{ display: none; }

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
  .full-width-content .entry, 
  .full-width-content.single .entry{
		margin: 0;
		width: 100%;
	} 
  
  .gd-footer-widgets-2 .footer-widgets-1,
  .gd-footer-widgets-2 .footer-widgets-2,
  .gd-footer-widgets-3 .footer-widgets-1,
  .gd-footer-widgets-3 .footer-widgets-2,
  .gd-footer-widgets-3 .footer-widgets-3,
  .gd-footer-widgets-4 .footer-widgets-1,
  .gd-footer-widgets-4 .footer-widgets-2,
  .gd-footer-widgets-4 .footer-widgets-3,
  .gd-footer-widgets-4 .footer-widgets-4,
  .pagination-previous,
  .pagination-next{
    float: none;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  
  .flex-caption {
    background: #222;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    position: relative!important;
  }  
}

/******************************************** Added by me begin ***********************************************/

@media only screen and ( max-width: 640px) {

.flexslider h2 {

font-size: 23px;
}

.flex-caption .post-meta a {

    font-size: 8px!important;
    margin: 0 0 3px!important;
    padding: 2px 12px!important;
    border-radius: 2px!important;
}

.daily-news-featured-post h2.entry-title a {
    font-size: 15px;
    font-weight: bold;
}

.home .content .widgettitle {

    font-size: 17px;
}

.dlbutton {

width: 120px;
}

}

/******************************************** Added by me end ***********************************************/

@media only screen and ( max-width: 540px) {

/******************************************** Added by me begin ***********************************************/

.site-container {

margin: 5px; 1%;
}

.single .entry {

    padding: 20px 17px;
}

.sidebar .GH_sidebar_optin_inr {

    margin: 0;
}

.flexslider h2 {

font-size: 17px;
}

.left-part .feat-post-top .entry, .right-part .feat-post-top .entry {
margin-bottom: 14px;
}

.single main.content .entry-title, .page main.content .entry-title {
font-size: 26px;
}

h2{

font-size: 24px;
}

h3{

font-size: 21px;
}

ul.related_post .wp_rp_title {

    font-size: 10px!important;
}

.single main.content .entry-title {

margin-bottom: 10px;
}

.dlbutton {

width: 100px;
}

.entry-author, .current-date {

font-size: 11px;
}

.current-date:before, .publish-date:before, .entry-time:before, .entry-author:before {

font-size: 16px;
}
/******************************************** Added by me end ***********************************************/
  .genesis-grid-odd,
  .genesis-grid-even,
  .feat-post-right,
  .feat-post-left,
  .left-part,
  .right-part,
  .home-content section.featuredpost,
  .home-content section.featuredpost:nth-of-type(2n+2),
  .header-top-right .widget{
    border:none;
    clear: both;
    float: none;
    width: 100%;
  }
  
  .feat-post-right,
  .feat-post-left,
  .left-part,
  .right-part,
  .home-content section.featuredpost,
  .home-content section.featuredpost:nth-of-type(2n+2) {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  
  .feat-post-right, .style-two.feat-post-left, .right-part { padding-top: 30px;}
  .breaking-news-widget h4{ font-size: 13px; }
  .related-list li{ width: 48.6%;}                                 
}

@media only screen and ( max-width: 420px) {
  .social-counters .block { width: 49.95%; }
  .fb-counter, .gplus-counter{ margin-top: 0px; } /* Original 30px changed by me */
  .rss-counter, .twitter-counter { margin-top: 0px; }; /* Added by me */
  .ticker-wrapper.has-js {display: none;}

.header-image .site-title > a {
    background-size: 100%!important;
}

}


/**************************************** Responsive Codes Added by me ************************************************************/

@media only screen and (max-width: 960px) {

.header-top .genesis-nav-menu > li:last-child a,
.genesis-nav-menu > li:last-child a {
  border-right: none; 
}
}

@media only screen and (max-width: 800px) {

.flex-caption {
background: #000!important;
}
}