/*
	Theme Name:  Western Journalism
	Description: Custom child theme for the <a href="http://genesistheme.com">Genesis Framework</a>.
	Author:      Bill Erickson
	Author URI:  http://www.billerickson.net
	Version:     1.0.0
	License:     GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Template:    genesis
*/


/* 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:#000}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
--------------------------------------------- */

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

*, *:before, *:after {
  box-sizing: inherit;
}

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

.clearfix:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary: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-color: #fff;
	color: #000;
	font-family: 'Bitter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.875;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.entry.post-summary,
.button {
	-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 {
	background-color: #333;
	color: #fff;
}

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

a {
	color: #37acd7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

strong {
	font-weight: 700;
}

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

blockquote {
	background: transparent;
	border-left: 6px solid #898989;
	color: #898989;
	font-style: italic;
	padding: 0 0 0 20px;
	margin: 0 0 30px;
}

blockquote p:last-of-type {
	margin: 0;
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9
}

code {
	padding: 2px 4px;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

cite {
	font-style: normal;
}

hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 20px 0 0;
}

i[class^="icon-"]:before,
i[class*=" icon-"]:before {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}

h1,
h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

h5 {
	color: #7e7e7e;
	font-size: 18px;
	font-weight: 700;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
	max-width: 100%;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #999;
	font-size: 14px;
	padding: 10px;
	width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 10px;
	width: auto;
}

input:focus,
textarea:focus {
	border-color: #999;
	outline: none;
}

.input-large {
	font-size: 18px;
	padding: 15px;
}

select.input-large {
	height: 54px;
	line-height: 54px;
	padding-top: 12px;
}

.input-small {
	font-size: 12px;
	padding: 5px 10px;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-ms-input-placeholder,
::-webkit-input-placeholder {
	color: #999;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder { 
	color:transparent; 
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #c2c2c2;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
	-webkit-appearance: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #3daad4;
	color: #fff;
	text-decoration: none;
}

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

.button {
	display: inline-block;
}

.button.button-block {
	display: block;
	width: 100%;
}


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

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

.search-form {
	max-width: 500px;
}

.search-form input[type="search"] {
	max-width: 300px;
}



/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 5px 10px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

.entry-content .gform_wrapper {
	background: #f1f1f1;
	border: 1px solid #cdcdd0;
	padding: 20px 90px 60px;
}

.entry-content .gform_wrapper h3.gform_title {
	color: #000;
	font-size: 36px;
	font-weight: 400;
	text-align: center;
}

.entry-content .gform_footer {
	text-align: right;
}

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

.gallery {
    margin: 0 auto 40px;
    overflow: hidden;
    width: 100%;
}

.gallery-item {
    float: left;
    margin: 10px 0 0;
    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: 2px solid #cfcfcf;
}

.gallery-caption {
    margin-left: 0;
}

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

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table th,
.table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table th {
	font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-left: 0;
	border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}

/* Images
--------------------------------------------- */

.avatar {
	float: left;
}

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

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

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

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

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

.alignright {
	float: right;
}

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

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

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

/* 
 * Column Classes 
 *
 * Width: 1140px
 * Gutter: 30px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.6315789473684%;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 48.684210526316%;
}
 
.one-third,
.two-sixths {
	width: 31.578947368421%;
}
 
.four-sixths,
.two-thirds {
	width: 65.789473684211%;
}
 
.one-fourth {
	width: 23.026315789474%;
}
 
.three-fourths {
	width: 74.342105263158%;
}
 
.one-fifth {
	width: 17.894736842105%;
}
 
.two-fifths {
	width: 38.421052631579%;
}
 
.three-fifths {
	width: 58.947368421053%;
}
 
.four-fifths {
	width: 79.473684210526%;
}
 
.one-sixth {
	width: 14.473684210526%;
}
 
.five-sixths {
	width: 82.894736842105%;
}
 
.first {
	clear: both;
	margin-left: 0;
}


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

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

.wrap {
	margin: 0 auto;
	width: 1264px;
	position: relative;
}

.site-inner {
	clear: both;
}

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

/* Content */

.content {
	float: right;
	width: 943px;
}

.content-sidebar .content {
	float: left;
}

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

.page .content,
.single-post .entry,
.single-post .before-article {
	padding-left: 107px;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 301px;
}

.sidebar-content .sidebar-primary {
	float: left;
}


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

.site-header {
	background: #0B0A42;
	-webkit-box-shadow: 0 0 5px 3px rgba(100,100,100,.2);
	box-shadow: 0 0 5px 3px rgba(100,100,100,.2);
}

.site-header .wrap {
	position: relative;
}

.title-area {
	float: left;
	width: 201px;
	padding: 8px 0;
}

h1.site-title,
p.site-title {
	margin: 0;
}

.site-title a {
	background: url(images/TPNN-small.png) no-repeat;
	background-size: 100% auto;
	background-image: url(images/TPNN-small.png), none;
	display: block;
	text-indent: -9999em;
	width: 201px;
	height: 64px;
}

.nav-header {
	float: left;
	padding: 28px 0 0 36px;
	width: auto;
}

.nav-header .be-newsletter-widget { display: none; }

.header-widget-area {
	float: right;
	padding-top: 10px;
	text-align: right;
	width: 301px;
}

.header-widget-area .site-sharing {
	height: 20px;
}

.header-widget-area .rss-link {
	color: #62ccf5;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}

.header-widget-area .rss-link,
.header-widget-area .facebook,
.header-widget-area .facebook_likes {
	margin-right: 12px;
}

.header-widget-area .rss-link:hover {
	color: #fff;
	text-decoration: none;
}

.header-widget-area .search-form {
	position: relative;
	margin-top: 10px;
}

.fb_iframe_widget > span {
	vertical-align: top !important;
}

.header-widget-area .search-form input[type="search"] {
	background: transparent;
	border: 1px solid #62ccf5;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	outline: none;
	padding: 5px 25px 5px 10px;
	width: 100%;
}

.header-widget-area .search-form input[type="search"]:focus {
	background: #fff;
	color: #3daad4;
}

.header-widget-area .search-form input[type="submit"] {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 5px;
	background: transparent url(images/search.png) no-repeat;
	background-size: 16px 16px;
	border: none;
	width: 16px;
	height: 16px;
}

.header-widget-area ::-webkit-input-placeholder {
   color: #62ccf5;
	font-style: italic;
}

.header-widget-area :-moz-placeholder { /* Firefox 18- */
   color: #62ccf5;  
	font-style: italic;
}

.header-widget-area ::-moz-placeholder {  /* Firefox 19+ */
   color: #62ccf5;  
	font-style: italic;
}

.header-widget-area :-ms-input-placeholder {  
   color: #62ccf5;  
	font-style: italic;
}

.mobile-back,
.mobile-menu-toggles,
.mobile-search {
	display: none;
}

/* Persistent Header
--------------------------------------------- */

.bumper.active {
	height: 50px;
}

.site-header.shrink {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.logged-in .site-header.shrink {
	top: 32px;
}

.site-header.shrink .title-area {
	width: 221px;
	padding: 5px 0;
}

.site-header.shrink .site-title a {
	background: url(images/TPNN-smaller.png) no-repeat;
	background-size: 100% auto;
	background-image: url(images/TPNN-smaller.png), none;
	display: block;
	text-indent: -9999em;
	width: 221px;
	height: 40px;
}

.site-header.shrink .nav-header,
.site-header.shrink .header-widget-area {
	padding-top: 0;
}

.site-header.shrink .site-sharing {
	display: none;
}

.site-header.shrink .genesis-nav-menu a {
	padding: 19px 28px;
}

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

.genesis-nav-menu {
	clear: both;
	color: #999;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	float: left;
	list-style: none;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 1;
	padding: 20px 28px;
	position: relative;
}

.genesis-nav-menu .menu-item:hover > a,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: none;
	background: #3daad4; /* Old browsers */
	background: -moz-linear-gradient(top,  #3daad4 0%, #62ccf5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3daad4), color-stop(100%,#62ccf5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3daad4 0%,#62ccf5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3daad4 0%,#62ccf5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3daad4 0%,#62ccf5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3daad4 0%,#62ccf5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3daad4', endColorstr='#62ccf5',GradientType=0 ); /* IE6-9 */
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	background: #3daad4;
	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: #3daad4;
	border-top: none;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 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 .menu-item.search {
	display: none;
}

/* Content Area
---------------------------------------------------------------------------------------------------- */
/*Change*/
.site-inner {
	padding: 20px 0;
}

@media only screen and (max-device-width: 480px) {
	.site-inner {
		margin-bottom:20px;
	}

	.content-sidebar .content {
		padding-top:35px;
	}
}
/* After Header
--------------------------------------------- */

.after-header {
	padding-top: 20px;
	text-align: center;
}

.after-header p {
	margin: 0;
}

.after-header img {
	display: block;
	margin: 0 auto;
}

/* Breadcrumbs
--------------------------------------------- */

.breadcrumb {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	margin-bottom: 40px;
}

.breadcrumb a {
	text-decoration: underline;
}

.breadcrumb a:hover {
	text-decoration: none;
}

/* Entries
--------------------------------------------- */
/*Change*/
.entry {
	margin-bottom: 10px;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.entry-content .fluid-width-video-wrapper,
.quote-caption {
	margin-bottom: 30px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 30px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

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

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 20px;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

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

p.featured-image img {
	display: block;
}

p.featured-image .caption {
	display: block;
	font-size: 12px;
	font-style: italic;
}

p.subtitle {
	color: #7e7e7e;
	font-size: 18px;
	margin-bottom: 15px;
}

.entry-header .entry-meta {
	color: #b0b0b0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
}

.entry-header .entry-meta a {
	font-size: 14px;
	font-weight: 700;	
}

.article-categories a {
	background: #dedfe4;
	border: 1px solid #cdcdd0;
	border-radius: 4px;
	color: #898989;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	padding: 0 10px;
	text-transform: uppercase;
}

.article-categories a:hover {
	background: #3daad4;
	color: #fff;
	text-decoration: none;
}

.article-pageviews {
	color: #b0b0b0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	float: right;
}

.article-pageviews i {
	color: #f00;
}

.entry-footer p {
	color: #b0b0b0;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
}

.entry-footer .entry-tags {
	padding-left: 20px;
}

/* Article Sharing
--------------------------------------------- */

.article-sharing {
	margin-bottom: 30px;
}

.article-sharing a {
	border: 1px solid #bbb;
	border-radius: 3px;
	color: #333;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin-left: 4px;
	padding: 0 50px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #e1e1e1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#e1e1e1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#e1e1e1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#e1e1e1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
}

.article-sharing a .count {
	display: none;
}

.article-sharing a:first-child {
	margin-left: 0;
}

.article-sharing a:hover {
	background: #e1e1e1;
}

.article-sharing i {
	font-size: 18px;
	text-shadow: none;
	line-height: 1;
}

.article-sharing .facebook-share {
	background: #4861a3;
	border-color: #3d528c;
	color: #fff;
	text-shadow: none;
}

.article-sharing .facebook-share:hover {
	background: #3d5185;
}

.article-sharing .twitter-share {
	background: #3dbff4;
	border-color: #168fc0;
	color: #fff;
	text-shadow: none;
}

.article-sharing .twitter-share:hover {
	background: #199dd3;
}

/* Floating Share Count
--------------------------------------------- */

.single-post .entry {
	position: relative;
}

.article-sharing.floating {
	position: absolute;
	width: 100px;
	margin-left: -107px;
}

.article-sharing.floating.fixed {
	position: fixed;
	top: 120px;
	z-index: 99;
}

.article-sharing.floating a {
	color: #999;
	font-size: 12px;
	font-weight: 400;
	line-height: 32px;
	font-family: 'Open Sans', sans-serif;
}

.article-sharing.floating .facebook-share .label,
.article-sharing.floating .twitter-share .label {
	display: none;
}

.article-sharing.floating .count {
	display: inline-block;
}

.article-sharing.floating a {
	background: transparent;
	border: none;
	border-radius: 0;
	display: block;
	padding: 0;
	margin: 0 0 5px;
	text-shadow: none;
	width: 100%;
}

.article-sharing.floating a:hover {
	background: transparent;
	color: #37acd7;
}

.article-sharing.floating a:hover i {
	background: #37acd7;
}

.article-sharing.floating i {
	background: #999;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	width: 32px;
	height: 32px;
	font-size: 18px;
	line-height: 32px;
	margin-right: 10px;
	text-align: center;
	vertical-align: bottom;
}

.article-sharing.floating .facebook-share i {
	background: #4861a3;
}

.article-sharing.floating .twitter-share i {
	background: #3dbff4;
}


/* Article Extras
--------------------------------------------- */

.article-extras {
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 30px;
	/*padding: 25px 0;*/
	overflow: hidden;
	width: 100%;
	padding-bottom: 5px;
}

.article-extras .left {
	float: left;
	width: 336px;
}

.article-extras .left img {
	display: block;
}

.article-extras .right {
	float: left;
	padding-left: 30px;
	width: 500px;
}

.article-extras h4 {
	margin-bottom: 15px;
}

.entry-content .article-extras ul {
	margin: 0;
}

.entry-content .article-extras li {
	list-style-type: none;
	font-size: 14px;
	line-height: 1.428571429;
	padding-bottom: 20px;
}

.entry-content .article-extras ul li:last-child {
	padding-bottom: 0;
}

.article-extras a {
	color: #000;
}

/* Email Signup
--------------------------------------------- */

.email-newsletter {
	background: #3daad4;
	border: 1px solid #dfdfdf;
	margin-bottom: 32px;
	padding: 16px;
	overflow: hidden;
	width: 100%;
}

.email-newsletter .cta {
	color: #fff;
	font-size: 20px;
	float: left;
}

.email-newsletter iframe {
	float: right;
}


/* Post Summary
--------------------------------------------- */

.entry.post-summary {
	background: #fff;
	border: 1px solid #cdcdd0;
	border-radius: 3px;
	padding: 14px;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(100,100,100,.2);
	box-shadow: 1px 1px 2px 1px rgba(100,100,100,.2);
}

.entry.post-summary:hover {
	-webkit-box-shadow: 1px 1px 2px 1px rgba(100,100,100,.4);
	box-shadow: 1px 1px 2px 1px rgba(100,100,100,.4);
}

.entry.post-summary .entry-header {
	color: #b0b0b0;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
}

.entry.post-summary .entry-image,
.entry.post-summary .entry-summary p {
	margin: 0;
	position: relative;
}

.entry.post-summary .entry-image img {
	border: 1px solid #E2E2E2;
	border-bottom-width: 0;
	display: block;
}

.entry.post-summary.category-commentary .entry-image a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	height: 56px;
	background: url(images/opinion.svg);
	background-size: 100% auto;
}

.entry.post-summary.category-sponsored .entry-image a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	height: 56px;
	background: url(images/sponsored.svg);
	background-size: 100% auto;
}

.entry.post-summary .entry-summary {
	border: 1px solid #E2E2E2;
	color: #b0b0b0;
	font-size: 12px;
	line-height: 1.2;
	padding: 9px;
	margin-bottom: 0px;
}

.entry.post-summary h3.entry-title {
	font-size: 20px;
	margin-bottom: 0px;
}

.entry.post-summary .entry-title a {
	color: #000;
}

.entry.post-summary .entry-footer {
	color: #63b7da;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

.entry.post-summary.size-small .entry-footer .sharing-links {
	display: block;
}

.entry.post-summary .sharing-counters > a,
.entry.post-summary .sharing-counters > span,
.entry.post-summary.size-medium .sharing-links {
	margin-right: 15px;
}

.entry.post-summary .sharing-counters > a:last-child {
	margin-right: 0;
}

.entry.post-summary .sharing-counters i {
	margin-right: 6px;
}
/*Change*/
.entry.post-summary.size-medium .entry-content {
	border: 1px solid #E2E2E2;
	overflow: hidden;
	width: 100%;
	margin-bottom: 9px;
}

.entry.post-summary.size-medium .entry-image {
	float: left;
	width: 54.237288136%;
}

.entry.post-summary.size-medium .entry-summary {
	float: left;
	width: 45.762711864%;
	border: none;
	min-height: 170px
}

.entry.post-summary.size-large .entry-header h2 {
	font-family: 'Bitter', sans-serif;
	font-family: 32px;
}

.entry.post-summary.size-large .entry-summary {
	padding: 17px 9px;
}

.entry.post-summary .subtitle {
	color: #b0b0b0;
}

.entry.post-summary.size-large .sharing-counters,
.entry.post-summary.size-large .article-pageviews {
	margin-left: 16px;
}

.entry.post-summary.size-large .meta-right {
	color: #b0b0b0;
	float: right;
}

.more-posts .trending-posts {
	float: right;
	width: 31.578947368421%;
}

.more-posts .latest-posts {
	float: left;
	width: 65.789473684211%;
}

.more-posts-wrapper {
	background: #dedfe4;
	padding: 16px 0;
}

p.ad-notice,
.entry-content p.ad-notice {
	color: #969696;
	font-size: 10px;
	margin: 0;
	text-align: right;
}

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

.sidebar .widget {
	background: #fff;
	margin-bottom: 20px;
}

.sidebar .widget.widget_text {
	background: transparent;
}

.sidebar .widget_text a img {
	display: block;
}

.sidebar h4.widgettitle {
	border-bottom: 1px solid #cdcdd0;
	color: #3daad4;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	padding-bottom: 10px;
	text-transform: uppercase;
	margin-right: 20px;
}

.sidebar .copyright p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	margin-bottom: 0;
}

.be-trending-widget,
.be-must-read-widget,
.be-newsletter-widget {
	border: 1px solid #cdcdd0;
	padding: 14px;
	position: relative; 
}

.fixed-widgets.fixed { 
	position: fixed; 
	right: 50%;
	margin-right: -632px; 
	width: 301px; 
}	

.be-trending-widget .article,
.be-must-read-widget .article {
	font-size: 11px;
	line-height: 1.2;
	margin-bottom: 16px;
}

.be-trending-widget .article:last-child,
.be-must-read-widget .article:last-child {
	margin-bottom: 0;
}

.be-trending-widget .article a,
.be-must-read-widget .article a {
	color: #000000;
}

.be-trending-widget .article img,
.be-must-read-widget .article img {
	border: 1px solid #e6e6e6;
	float: left;
	margin: 0 10px 0 0;
}

.sidebar .be-newsletter-widget {
	padding: 20px;
}

.sidebar .be-newsletter-widget h4 {
	border: none;
	color: #000000;
	font-family: 'Bitter', serif;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	text-transform: none;
	margin: 0 0 20px;
	padding: 0;
}

.sidebar .be-newsletter-widget:before {
	content: '';
	display: block;
	background: url(images/logo-blue@2x.png) no-repeat center center;
	background-size: 100% auto;
	width: 100%;
	height: 45px;
	margin-bottom: 20px;
}

.be-newsletter-widget .sharing-links {
	padding-top: 10px;
}

/* Archive Pages
---------------------------------------------------------------------------------------------------- */

body.blog-archive {
	background: #dedfe4;
}

.archive-description {
	border-bottom: 4px solid #cdcdd0;
	margin-bottom: 20px;
}

.archive-description h1 {
	color: #3daad4;
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
}

.archive-description p {
	color: #7e7e7e;
	font-size: 18px;
	font-weight: 700;
}

.archive-description .category-newsletter {
	background: #fff;
	border: 1px solid #cdcdd0;
	padding: 14px;
	margin-bottom: 27px;
}

.archive-description .category-newsletter .label {
	color: #7e7e7e;
	font-size: 20px;
}

.archive-description .category-newsletter iframe {
	float: right;
	max-width: 480px;
}

.archive-trending {
	float: right;
	width: 31.578947368421%;
}

.archive-latest {
	float: left;
	width: 65.789473684211%;
}

.top-stories .smaller {
	float: left;
	margin-left: 20px;
	width: 301px;
}

.top-stories .smaller .entry-summary {
	min-height: 145px;
}

.top-stories .smaller.top-story-2 {
	margin-left: 0;
}

.load-more {
	display: inline-block;
	width: 75px;
	height: 100px;
	background: url(images/loading.gif) no-repeat;
	background-size: 75px 100px;
}

/* Footer
---------------------------------------------------------------------------------------------------- */

.persistent-footer {
	display:none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #cbcbcb;
	padding: 3px;
	line-height: 37px;
	z-index: 999;
}

.persistent-footer a {
	background: #fff;
	border: 1px solid 666;
	border-radius: 3px;
	display: inline-block;
	line-height: 37px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	padding: 0 6px;
	margin-right: 3px;
}

.persistent-footer a:hover {
	text-decoration: none;
}

.persistent-footer .facebook-share {
	background: #4c65a5;
	border-color: #3d528c;
	color: #fff;
}

.persistent-footer .twitter-share {
	background: #3abef4;
	border-color: #168fc0;
	color: #fff;
}

.persistent-footer .email-share {
	border-color: #bbbbbb;
	color: #323232;
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #e1e1e1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#e1e1e1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#e1e1e1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#e1e1e1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
}

.persistent-footer .email-share i {
	color: #3daad4;
}

.persistent-footer .subscribe-share {
	border-color: #343434;
	color: #fff;
	background: #8f8f8f; /* Old browsers */
	background: -moz-linear-gradient(top,  #8f8f8f 0%, #393939 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8f8f8f), color-stop(100%,#393939)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8f8f8f 0%,#393939 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8f8f8f 0%,#393939 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8f8f8f 0%,#393939 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8f8f8f 0%,#393939 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f8f8f', endColorstr='#393939',GradientType=0 ); /* IE6-9 */
}

.persistent-footer .right {
	float: right;
}

.persistent-footer .right .label {
	color: #000;
	font-family: 'Bitter', serif;
	font-size: 18px;
}

.persistent-footer .email-share,
.persistent-footer .subscribe-share {
	margin-right: 0;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 767px) {

	.mobile-show {
		display: none;
	}
}

@media only screen and (max-width: 1279px) {
	
	.wrap {
		max-width: 943px;
		width: 100%;
	}

	.fixed-widgets.fixed { 
		margin-right: -471px; 
	}
	
	.page .content,
	.single-post .content > .entry,
	.single-post .before-article {
		padding-left: 0;
	}
	
	.content {
		width: 622px;
	}
	
	.nav-header {
		float: right;
		padding-left: 0;
		padding-top: 0;
	}
	
	.genesis-nav-menu .menu-item.search {
		display: list-item;
		float: right;
		padding: 15px 28px 0 0;
		color: #fff;
		cursor: pointer;
	}
	
	.header-widget-area .search-form {
		position: absolute;
		display: none;
		bottom: 5px;
		right: 20px;
		z-index: 999;
	}
	
	.header-widget-area .search-form.focused {
		display: block;
	}
	
	.article-sharing a {
		padding: 0 20px;
	}
/*Change*/
	.article-extras .right {
		padding-left: 20px;
		width: 284px;
	}
	
	.entry-content .article-extras li {
		font-size: 11px;
	}
	
  	.top-stories .top-story-4 {
  		display: none;
  	}
  	
	.more-posts .trending-posts,
	.more-posts .latest-posts,
	.archive-trending,
	.archive-latest {
		float: none;
		width: 100%;
	}
	
	.more-posts .trending-posts,
	.archive-trending {
	  background: #fff;
	  border: 1px solid #cdcdd0;
	  border-radius: 3px;
	  margin-bottom: 20px;
	  padding: 14px;
	  overflow: hidden;
	  width: 100%;
	  -webkit-box-shadow: 1px 1px 2px 1px rgba(100,100,100,.2);
	  box-shadow: 1px 1px 2px 1px rgba(100,100,100,.2);
	}
	
	.more-posts .trending-posts h2,
	.archive-trending h2 {
		font-family: 'Open Sans', sans-serif;
		font-weight: 700;
		font-size: 14px;
		text-transform: uppercase;
	}
	
	.more-posts .trending-posts h2:after,
	.archive-trending h2:after {
		content: ' Stories';
	}
	
	.more-posts .trending-posts .entry.post-summary,
	.archive-trending .entry.post-summary {
		padding: 0;
		border: none;
		border-radius: 0;
		overflow: hidden;
		width: 100%;
		margin-bottom: 16px;
  		-webkit-box-shadow: 0;
		-webkit-box-shadow: 0 0 0 0 rgba(100,100,100,0);
		box-shadow: 0 0 0 0 rgba(100,100,100,0);
	}
  	
  	.more-posts .trending-posts .entry.post-summary .entry-header,
  	.more-posts .trending-posts .entry.post-summary .entry-footer,
  	.more-posts .trending-posts .entry.post-summary .entry-summary p,
	.archive-trending .entry.post-summary .entry-header,
	.archive-trending .entry.post-summary .entry-footer,
	.archive-trending .entry.post-summary .entry-summary p {
		display: none;
  	}
  	
  	.more-posts .trending-posts .entry.post-summary .entry-image,
  	.archive-trending .entry.post-summary .entry-image {
  		float: left;
  		width: 105px;
  		margin-right: 12px;
  		overflow: hidden;
  	}
  	
  	.more-posts .trending-posts .entry.post-summary .entry-summary,
  	.archive-trending .entry.post-summary .entry-summary {
		border: none;
		padding: 0;
  	}
  	
  	.more-posts .trending-posts .entry.post-summary h3.entry-title,
  	.archive-trending .entry.post-summary h3.entry-title {
  		font-size: 16px;
  	}
  	
  	.email-newsletter {
  		text-align: center;
  	}

	.email-newsletter .cta {
		display: block;
		font-size: 16px;
		float: none;
	}

	.email-newsletter iframe {
		float: none;
		display: inline-block;
	}

}

@media only screen and (max-width: 1173px) {
	.article-sharing.side {
		display: none;
	}
}

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

	.wrap {
		max-width: 642px;
		padding: 0 10px;
	}
	
	.site-header .wrap {
		max-width: 100%;
	}
	
	.content {
		width: 100%;
	}
	/*Change*/
	.before-article {
	margin-top:0px;
	}
	
	.sidebar-primary,
	.header-widget-area {
		display: none;
	}

	.site-header {
		min-height: 44px;
		line-height: 44px;
	}
	
	.site-header .title-area,
	.site-header.shrink .title-area {
		width: 188px;
		padding: 5px 0;
		position: absolute;
		left: 50%;
		margin-left: -94px;
	}
	
	.site-header .site-title a,
	.site-header.shrink .site-title a {
		background: url(images/TPNN-smallest.png) no-repeat;
		background-size: 100% auto;
		background-image: url(images/TPNN-smallest.png), none;
		display: block;
		text-indent: -9999em;
		width: 188px;
		height: 34px;
	}
	
	.mobile-back {
		display: inline-block;
		float: left;
		color: #fff;
		font-family: 'Open Sans', sans-serif;
	}
	
	.mobile-back i {
		font-size: 18px;
	}
	
	.mobile-menu-toggles {
		display: inline-block;
		float: right;
		color: #fff;
		position: relative; 
		z-index: 1000; 
	}
	
	.mobile-search {
		display: inline-block;
		float: right;
	}
	 { content: ''; clear:;}

	.mobile-search:before {	
		content: " ";
		display: table;
		clear: both; }

	.mobile-search:after {
		content: " ";
		display: table;	
	}
	
	.mobile-search i {
		color: #fff;
		cursor: pointer;
		font-size: 18px;
		margin-right: 10px;
	}
	
	.mobile-search .search-form {
		background: #dedfe4;
		display: none;
		position: absolute;
		width: 100%;
		right: 0;
		padding: 5px;
		max-width: 310px;
	}
	
	.mobile-search .search-form.active {
		display: block;
		z-index: 99999;
	}
	
	.mobile-search .search-form input[type="search"] {
		float: right;
	}
	
	.mobile-search .search-form input[type="submit"] {
		display: none;
	}
	
	.mobile-menu-toggles i {
		cursor: pointer;
	}
	
	.mobile-menu-toggles .hidden,
	.mobile-search .hidden {
		display: none;
	}
	
	.persistent-footer {
		display: block;
	}
	
	.nav-header {
		display: none;
	}
	
	.mobile-menu-active {
		overflow: hidden;
	}
	
	.mobile-menu-active .bumper {
		background: #dedfe4;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 9;
	}
	
	.mobile-menu-active .persistent-footer { z-index: 999;}

	.site-header { overflow: hidden; -webkit-box-shadow: 0 0 0 0 rgba(100,100,100,0); box-shadow: 0 0 0 0 rgba(100,100,100,0); z-index: 999; position: absolute; width: 100%;}
	.nav-header { display: none; padding: 5px 0 206px; clear: both; background-color: #dedfe4; padding-bottom: 10px; }
	.nav-header .be-newsletter-widget { display: block; margin: 10px; border: solid 1px #cdcdd0; background: #fff; margin-bottom: 0;  }
	.nav-header .be-newsletter-widget .widgettitle { border: none; color: #000000; font-family: 'Bitter', serif; font-size: 22px; font-weight: 400; text-align: center; text-transform: none;
  	margin: 0 0 20px; padding: 0; }
	.nav-header .menu-item.search  { display: none !important; }
	.nav-header { float: none; position: relative; margin: 0 -10px; }
	.nav-header .genesis-nav-menu { position: relative; left: 0;
		-webkit-transition: all 400ms ease;
		-moz-transition: all 400ms ease;
		-ms-transition: all 400ms ease;
		-o-transition: all 400ms ease;
		transition: all 400ms ease; }
	.nav-header .genesis-nav-menu a { padding: 15px 28px;}
	.nav-header .be-newsletter-widget { margin-top: 0;}
	.nav-header .be-newsletter-widget .sharing-links { padding: 0;}
	.nav-header .genesis-nav-menu.clicked { left: -100%; }
	.nav-header .genesis-nav-menu .sub-menu li,
	.nav-header li { display: block; float: none !important; width: 100%; text-align: center; background-color: #dedfe4; border-top: solid 1px #cdcdd0;  }
	.nav-header .genesis-nav-menu .sub-menu li a,
	.nav-header li a { position: relative; display: block; color: #3b3b3d; width: 100%; background-color: transparent;  }
	.nav-header .genesis-nav-menu .sub-menu li:hover a,
	.nav-header .genesis-nav-menu .sub-menu li a:hover,
	.nav-header li:hover a, 
	.nav-header li a:hover { background: transparent !important; }
	.nav-header li.menu-item-has-children > a { cursor: pointer; }
	.nav-header li.menu-item-has-children > a:before { content: ''; position: absolute; right: 0; top: 0; height: 100%; width: 44px; border-left: solid 1px #cdcdd0; background-color: #d7d8de; }
	.nav-header li.menu-item-has-children > a:after { content: ''; position: absolute; right: 17px; top: 50%; margin-top: -4px; width: 0; height: 0;  border-top: solid 4px transparent; border-bottom: solid 4px transparent; border-left: solid 8px #fff; }

	.nav-header li.back-dd-link > a:before { content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 44px; border-left: solid 1px #cdcdd0; background-color: #d7d8de; }
	.nav-header li.back-dd-link > a:after { content: ''; position: absolute; left: 17px; top: 50%; margin-top: -4px; width: 0; height: 0;  border-top: solid 4px transparent; border-bottom: solid 4px transparent; border-right: solid 8px #fff; }
	
	.nav-header .genesis-nav-menu .sub-menu li a,
	.site-header.shrink .genesis-nav-menu a { padding: 15px 10px; }

	.site-header .genesis-nav-menu .sub-menu { width: 100%; display: block; top: 0; left: 100%; opacity: 1; visibility:visible; }
	.site-header .genesis-nav-menu .sub-menu { -webkit-transition: all 400ms ease;
		-moz-transition: all 400ms ease;
		-ms-transition: all 400ms ease;
		-o-transition: all 400ms ease;
		transition: all 400ms ease;
	 }
	.site-header .genesis-nav-menu .show-dd .sub-menu {  width: 100%; }

	.site-header .genesis-nav-menu .menu-item:hover > .sub-menu { left: 100%;}

}

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

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-fifth,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.mobile-hide {
		display: none;
	}
	
	.site-header {
		position: fixed;
		top: 0;
	}
	
	#wpadminbar,
	.bumper { display: none !important;}
	
	.logged-in .site-header.shrink {
		top: 0;
		z-index: 9999999;
		position: fixed;
	}

	.blog-archive .site-inner .wrap,
	.single-post .more-posts-wrapper .wrap {
		max-width: 321px;
	}

	h1, h2 {
	  font-size: 24px;
	}
	
	.more-posts h2 {
		font-size: 19px;
	}
	
	body,
	p.subtitle {
		font-size: 14px;
	}
	
	.entry.post-summary.size-medium .entry-summary {
		min-height: 0px;
	}
	.entry-header .entry-meta a,
	.entry-footer .entry-tags {
		display: block;
		padding-left: 0;
	}
	
	.entry.post-summary.size-medium .entry-image,
	.entry.post-summary.size-medium .entry-summary {
		float: none;
		width: 100%;
	}
	
	.entry.post-summary.size-medium .sharing-counters,
	.entry.post-summary.size-large .sharing-counters {
		display: block;
		margin-left: 0;
	}
	
	.entry.post-summary .entry-summary p.subtitle {
		font-size: 12px;
	}
	
	.more-posts .trending-posts .entry.post-summary h3.entry-title, 
	.archive-trending .entry.post-summary h3.entry-title {
		font-size: 11px;
	}
	
	.top-stories .smaller {
		margin-left: 0;
	}
	
	.article-sharing.top .label,
	.article-sharing.bottom .label {
		display: none;
	}
}

@media only screen and (max-width: 650px) {
	
	.persistent-footer {
		text-align: center;
	}
	
	.persistent-footer .right {
		float: none;
	}
	
	.persistent-footer .right .label {
		display: none;
	}
	
	.archive-trending { 
		display: none;
	}
	
	home, news, vidoes, cartoon, and opinion,

	.home .archive-trending,
	.category-news .archive-trending,
	.category-video .archive-trending,
	.category-cartoons .archive-trending,
	.category-commentary .archive-trending {
		display: block;
	}
	
}
/*Change*/
@media print {
   .sidebar, .site-header, .after-header, .article-sharing, .article-extras, .after-article, .email-newsletter, #respond, .more-posts {
   display:none;
   }
}

/*Change*/
.category-label {
display:none !important;
}

.label-commentary, .label-news, .label-cartoons, .label-videos {
display: inline !important;
}

.before-article {
min-height:90px;
padding-bottom:10px;
}

div#landing-logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 90%;
  max-width: 1100px;
}