/*
	Theme Name: TV Series Finale
	Description: TV Series Finale Genesis child theme.
	Author: pixelDuo
	Author URI: http://pixelduo.com/

	Version: 1.0.0
 
	Template: genesis
	Template Version: 2.1.2
*/

/* General
-------------------------------------------------------------- */

body {
	background: #2f2f2f;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: "Open Sans", sans-serif;
}

.entry-content h6 {
	color: #a00855;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	margin-top: 30px;
	margin-bottom: 5px;
}

a {
	color: #2878c8;
	text-decoration: underline;
}

a:hover {
	color: #2878c8;
	text-decoration: none;
}

p {
	margin-bottom: 10px;
}

.site-inner,
.wrap {
	max-width: 1070px;
}

input,
select,
textarea {
	border: none;
	font-size: 14px;
	padding: 7px 10px;
}

input:focus,
textarea:focus {
	border: none;
}

button, input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background: #2878c8;
	border-radius: 2px;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 15px;
}

button, input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
	background: #2060a0;
}

img.imagecenter {
	display: block;
	margin: 0 auto 24px;
}

img.imageleft {
	float: left;
	margin: 0 24px 24px 0;
}

img.imageright {
	float: right;
	margin: 0 0 24px 24px;
	text-align: right;
}

blockquote {
	font-style: normal;
}

.wp-caption-text {
	font-size: 10px;
	font-weight: 500;
	text-align: right;
}

/* Navigation
-------------------------------------------------------------- */

.p2-menu-wrap {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

body.admin-bar .p2-menu-wrap {
	top: 32px;
}

.nav-primary {
	background-color: #51072a;
}

.nav-primary .genesis-nav-menu {
	margin: 0 10px;
	max-height: 44px;
	overflow: hidden;
}

.nav-primary .genesis-nav-menu li {
	background: url("images/separator.png") no-repeat 0 0;
	display: inline-block;
	float: left;
}

.nav-primary .genesis-nav-menu li:first-child {
	background: none;
}

.nav-primary .genesis-nav-menu a,
.nav-secondary .genesis-nav-menu a {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 15px 12px;
	text-transform: uppercase;
	text-decoration: none;
}

.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: #fff;
}

.nav-primary .genesis-nav-menu .p2-nav-home a {
	background: url("images/nav-home.png") no-repeat 0 12px;
	display: block;
	height: 44px;
	padding: 15px 12px 15px 0;
	text-indent: -9999px;
	width: 32px;
}

.nav-primary .genesis-nav-menu .p2-nav-start a,
.nav-primary .genesis-nav-menu .p2-nav-start a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > .p2-nav-start a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > .p2-nav-start a:hover{
	color: #ffae00;
}

.nav-secondary .wrap {
	position: relative;
}

.nav-secondary #menu-social.genesis-nav-menu  {
	height: 44px;
	position: absolute;
	right: 10px;
	top: -44px;
	width: auto;
}

.nav-secondary .p2-social a {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	padding: 15px 0 15px 10px;
	display: block;
	float: left;
	text-indent: -9999px;
	width: 44px;
}

.nav-secondary .p2-youtube a {
	background: url("images/social-youtube.png") no-repeat 100% 50%;
	width: 54px;
}

.nav-secondary .p2-facebook a {
	background: url("images/social-facebook.png") no-repeat 100% 50%;
	width: 19px;
}

.nav-secondary .p2-twitter a {
	background: url("images/social-twitter.png") no-repeat 100% 50%;
	width: 32px;
}

.nav-secondary .p2-pinterest a {
	background: url("images/social-pinterest.png") no-repeat 100% 50%;
	width: 24px;
}

.nav-secondary .p2-rss a {
	background: url("images/social-rss.png") no-repeat 100% 50%;
	width: 28px;
}

.nav-secondary .p2-mail a {
	background: url("images/social-mail.png") no-repeat 100% 50%;
	width: 34px;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background: #141414;
	border: none;
	border-bottom: 1px solid #262626;
	color: #fff;
	font-size: 12px;
	text-transform: none;
}

.nav-secondary .search {
	padding-left: 15px;
	position: relative;
}

.nav-secondary .search input[type="search"] {
	background: #ccc;
	border-radius: 2px;
	color: #51072a;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	padding: 3px 5px 3px 22px;
}

.nav-secondary .search .search-form {
	position: relative;
}

.nav-secondary .search .search-form:before {
	color: #51072a;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 20;
	font: normal 16px/1 dashicons !important;
	content: "\f179";
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.nav-secondary .search input[type="search"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #51072a;
}

.nav-secondary .search input[type="search"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #51072a;
	opacity: 1;
}

.nav-secondary .search input[type="search"]::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #51072a;
	opacity: 1;
}

.nav-secondary .search input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #51072a;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover {
	background: #262626;
}

.menu-toggle {
	background: #51072a;
	color: #fff;
	cursor: pointer;
	display: none;
	font-family: "Open Sans", sans-serif;
	margin: 0;
	padding: 11px 10px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}


/* Header
-------------------------------------------------------------- */

.site-header {
	background: none;
	min-height: 90px;
	margin-top: 44px;
}

.site-header .wrap {
	padding: 0;
	max-width: 1050px;
	overflow: hidden;
}

.title-area {
	padding: 0;
	width: auto;
}

.title-area #title {
	height: 90px;
	margin: 0;
}

.title-area #title a {
	clear: both;
	display: inline-block;
	height: 90px;
	margin-right: 10px;
	padding: 9px 0;
	overflow: hidden;
	width: 283px;
}

.site-header .widget-area {
	float: none;
	height: auto;
	width: auto;
}


/* Content
-------------------------------------------------------------- */

.site-container {
	background: #0a3d72;
}

.site-inner {
	background: #e6e6e6;
	padding: 0 5px;
	max-width: 1050px;
}

.content-sidebar-wrap {
	clear: both;
	overflow: hidden;
	padding: 5px 0 0;
}

.content-sidebar-wrap .content .entry {
	background: none;
	margin: 0;
	padding: 0;
}

.content-sidebar .content {
	width: 70.67307692307693%;
}

.content-sidebar .sidebar {
	width: 28.846153846153843%;
}

.sidebar-content-sidebar .sidebar {
	width: 32.78688524590164%;
}

.sidebar-content-sidebar .content {
	width: 66.66666666666666%;
}

.sidebar-content-sidebar .content-sidebar-wrap {
	width: 87.98076923076923%;
}

.sidebar-content-sidebar .sidebar-secondary {
	width: 11.538461538461538%;
}

.sidebar-content-sidebar .sidebar-secondary h4 {
	text-align: center;
}

body.page .content .entry {
	background: #fff;
	margin-bottom: 5px;
	padding: 10px 10px 0;
}

body.page .content h1.entry-title {
	border-bottom: 1px solid #B8B8B8;
	color: #000;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.entry-categories,
.entry-tags,
.more-link {
	font-style: italic;
}

.p2-tags-more {
	max-height: 44px;
	overflow: hidden;
	position: relative;
}

.p2-tags-more-link {
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.content .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	background: rgba(0, 0, 0, 0.8);
	color: #aaa9a9;
	font-family: "Open Sans", sans-serif;
	line-height: 22px;
	padding: 12px 15px;
	text-align: left;
}

.content .soliloquy-container .soliloquy-caption .soliloquy-caption-inside strong {
	color: #faac05;
	font-size: 16px;
}


/* Sidebar
-------------------------------------------------------------- */

.sidebar .widget {
	background: #fff;
	color: #333;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 5px;
	padding: 10px;
}

.sidebar .widget h4 {
	border-bottom: 1px solid #b8b8b8;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 0;
	margin-bottom: 10px;
}

.sidebar .widget-wrap {
	overflow: hidden;
}

.sidebar .p2_widget_text {
	background: none;
	margin-bottom: 5px;
	padding: 0;
}

.sidebar .widget_search {
	background: none;
	margin-bottom: 5px;
	padding: 0;
}

.sidebar .widget_search input {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	height: 35px;
}

.sidebar .widget_search input[type="search"] {
	border: none;
	padding: 8px 10px;
	width: 74%;
}

.sidebar .widget_search input[type="submit"] {
	background: #8bb91e;
	border-radius: 2px;
	clip: auto;
	display: inline-block;
	float: right;
	height: 35px;
	margin: 0;
	padding: 7px 10px 9px;
	position: static;
	width: 24%;
}

.sidebar .p2-widget-buttons {
	background: none;
	margin-bottom: 0;
}

.sidebar .p2-widget-buttons a {
	border-radius: 2px;
	color: #fff;
	display: block;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 20px;
	height: 50px;
	line-height: 24px;
	padding: 12px 0 12px 10px;
	margin-bottom: 5px;
	text-decoration: none;
}

.sidebar .p2-widget-buttons a::before {
	background: url("images/button-arrow.png") no-repeat 100% 100%;
	content: '';
	display: block;
	float: right;
	height: 50px;
	margin-top: -12px;
	width: 20px;
}

.sidebar .p2-widget-button-orange {
	background: url("images/button-orange.png") repeat-x 0 0;
}

.sidebar .p2-widget-button-teal {
	background: url("images/button-teal.png") repeat-x 0 0;
}

.sidebar .p2-widget-button-purple {
	background: url("images/button-purple.png") repeat-x 0 0;
}

.sidebar .p2-widget-button-green {
	background: url("images/button-green.png") repeat-x 0 0;
}

.sidebar-content-sidebar .sidebar-secondary {
	background: none;
	color: #333;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 5px;
	padding: 5px 0 0;
}

.sidebar-content-sidebar .sidebar-secondary h4 {
	background: #c2c2c2;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 5px;
	margin-bottom: 10px;
}

.sidebar-content-sidebar .sidebar-secondary .widget {
	margin-bottom: 10px;
}

.sidebar-content-sidebar .sidebar-secondary .textwidget > a {
	font-style: italic;
}

.sidebar-content-sidebar .sidebar-secondary ul li {
	border-bottom: 1px solid #b8b8b8;
	line-height: 16px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.sidebar-content-sidebar .sidebar-secondary ul li a {
	color: #000;
	font-weight: 600;
	text-decoration: none;
}

.sidebar-content-sidebar .sidebar-secondary ul li a:hover {
	text-decoration: underline;
}

.sidebar .p2-tabbed-widget {
	background: #2f2f2f;
	overflow: hidden;
}

.sidebar .p2-tabbed-menu {
	overflow: hidden;
}

.sidebar .p2-tabbed-menu li {
	background: #2F2F2F url("images/separator.png") no-repeat 0 0;
	border-bottom: 5px solid #999;
	font-size: 14px;
	font-weight: 600;
	float: left;
	line-height: 35px;
	margin: 0;
	padding: 0 10px;
	width: 50%;
	text-transform: uppercase;
}

.sidebar .p2-tabbed-menu li.p2-tabbed-menu-current,
.sidebar .p2-tabbed-menu li:hover {
	border-bottom: 5px solid #02A9EA;
}

.sidebar .p2-tabbed-menu li:first-child {
	background: #2F2F2F;
}

.sidebar .p2-tabbed-menu li::before {
	background: url("images/corner.png") no-repeat 100% 100%;
	content: "";
	display: block;
	float: right;
	height: 11px;
	margin-right: -10px;
	width: 11px;
}

.sidebar .p2-tabbed-menu a {
	color: #999;
	display: block;
	text-decoration: none;
}

.sidebar .p2-tabbed-menu .p2-tabbed-menu-current a,
.sidebar .p2-tabbed-menu a:hover {
	color: #fff;
}

.sidebar .p2-tabbed-content {
	overflow: hidden;
	padding: 10px;
}

.sidebar .p2-tabbed-content li {
	border: none;
	clear: both;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
}

.sidebar .p2-tabbed-content .p2-thumbnail {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

.sidebar .p2-tabbed-content li img {
	border-radius: 4px;
	display: block;
}

.sidebar .p2-tabbed-content a {
	color: #ccc;
	font-weight: 600;
	text-decoration: none;
}

.sidebar .p2-tabbed-content a:hover {
	text-decoration: underline;
}

.sidebar .p2-tabbed-content .entry-time {
	color: #999;
	display: block;
}

.sidebar .p2-tabbed-content .p2-tabbed-more a {
	color: #fff;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	text-decoration: underline;
}

.sidebar .p2-tabbed-content .p2-tabbed-more a:hover {
	text-decoration: none;
}

.sidebar .p2-tabbed-content li {
	position: relative;
}

.sidebar .p2-tabbed-content a.p2-thumbnail-ratings-overlay,
.sidebar .p2-tabbed-content a.p2-thumbnail-ratings-overlay img {
	border-radius: 4px;
	display: block;
}

.sidebar .p2-tabbed-content a.p2-thumbnail-ratings-overlay::after {
	background: url("images/viewers-votes-overlay@2x.png") no-repeat 0 0;
	background-size: 30px 30px;
	content: '';
	display: block;
	height: 30px;
	position: absolute;
	top: 36px;
	left: 58px;
	width: 30px;
}

#p2-tabbed-right {
	display: none;
}

.sidebar section.p2-widget-scroll {
	position: relative;
}


/* Footer
-------------------------------------------------------------- */

.site-footer {
	background: #2f2f2f;
	color: #999;
	padding: 30px 0;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.site-footer a {
	color: #ccc;
	font-weight: 400;
}

.site-footer a:hover {
	color: #cccccc;
	text-decoration: none;
}

.site-footer .wrap {
	max-width: 1070px;
}

.site-footer .wrap .textwidget {
	margin: 0 10px;
}

.p2-footer-icon {
	display: block;
	float: right;
	height: 24px;
	width: 54px;
}


/* Template: Home
-------------------------------------------------------------- */

body.template-home .content .entry {
	background: none;
	margin-bottom: 0;
	padding: 0;
}

.template-home .p2-latest-posts,
.p2-tv-show-list {
	background: none;
	clear: both;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 5px;
	overflow: hidden;
}

.template-home .p2-latest-posts {
	background: #fff;
	overflow: hidden;
}

.template-home .p2-latest-posts .p2-latest-left,
.template-home .p2-latest-posts .p2-latest-right {
	float: left;
	padding-bottom: 10px;
	width: 50%;
}

.p2-tv-show-list {
	background: #fff;
}

.template-home .p2-latest-posts h2,
.p2-tv-show-list h2 {
	background: #2f2f2f;
	border-bottom: 5px solid #8bb91e;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 35px;
	margin-bottom: 10px;
	padding: 0 10px;
	text-transform: uppercase;
}

.template-home .p2-latest-right h2 {
	background: #2f2f2f url("images/separator.png") no-repeat 0 0;
	border-color: #d0005e;
}

.p2-tv-show-list h2 {
	border-color: #02a9ea;
}

.template-home .p2-latest-posts .p2-latest-left h2::before,
.template-home .p2-latest-posts .p2-latest-right h2::before,
.p2-tv-show-list h2::before {
	background: url("images/corner.png") no-repeat 100% 100%;
	content: '';
	display: block;
	float: right;
	height: 11px;
	margin-right: -10px;
	width: 11px
}

.template-home .p2-latest-posts h3 {
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	margin-bottom: 0;
}

.template-home .p2-latest-posts h3 a {
	color: #000;
	text-decoration: none;
}

.template-home .p2-latest-posts h3 a:hover {
	text-decoration: underline;
}

.template-home .p2-latest-posts .p2-latest-date {
	color: #999;
	font-size: 11px;
}

.template-home .p2-latest-posts ul {
	clear: both;
	margin: 0;
	overflow: hidden;
	padding: 0 10px;
}

.template-home .p2-latest-posts ul > li {
	clear: both;
	list-style-type: none;
	margin-bottom: 10px;
	overflow: hidden;
}

.template-home .p2-latest-posts img {
	border-radius: 4px;
	float: left;
	margin: 0 10px 0 0;
}

.template-home .p2-latest-posts .p2-latest-more {
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	margin: 0 0 0 10px;
}

.p2-tv-show-list h2 {
	margin-bottom: 0;
}

.p2-tv-show-list-menu {
	background: #d6d6d6;
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0;
}

.p2-tv-show-list > div {
	margin-left: 10px;
}

.p2-tv-show-list-menu a {
	color: #000;
	display: inline-block;
	float: left;
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
	padding: 7px 5px;
	text-decoration: none;
}

.p2-tv-show-list-menu a:hover,
.p2-tv-show-list-menu .p2-active {
	background: #464646;
	color: #fff;
}

.p2-tv-show-list p.sep {
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 10px;
}

.p2-tv-show-list ul {
	margin: 0 0 10px;
	clear: both;
	overflow: hidden;

	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;

	-webkit-column-width: 200px; /* Chrome, Safari, Opera */
	-moz-column-width: 200px; /* Firefox */
	column-width: 200px;
}

.p2-tv-show-list ul li {
	background: url("images/list-arrow.png") no-repeat 0 7px;
	list-style-type: none;
	padding: 0 10px;
}

.p2-tv-show-list ul li a {
	color: #333;
	font-size: 13px;
	padding: 0;
	text-decoration: none;
}

.p2-tv-show-list ul li a:hover {
	text-decoration: underline;
}


/* Template: Post
-------------------------------------------------------------- */

.single-post .content .entry {
	background: #fff;
	margin-bottom: 10px;
	padding: 10px 15px 0;
}

.single-post .entry-title {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 24px;
	color: #000;
}

.single-post .entry-header .entry-meta {
	border-top: 1px solid #b8b8b8;
	color: #aaa;
	font-size: 12px;
	text-align: right;
	margin-bottom: 10px;
}

.single-post .yarpp-related {
	font-family: "Open Sans", sans-serif;
	margin: 0;
	padding-bottom: 10px;
}

.single-post .yarpp-related ul {
	clear: both;
	margin: 0 -5px;
	max-height: 170px;
	overflow-x: hidden;
	overflow-y: auto;
}

.single-post .yarpp-related ul li {
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0 5px;
	width: 50%;
}

.single-post .yarpp-related ul li.p2-first {
	clear: left;
}

.single-post .yarpp-related img {
	border-radius: 4px;
	margin-right: 10px;
	float: left;
}

.single-post .yarpp-related ul.yarpp li {
	position: relative;
}

.single-post .yarpp-related a.p2-thumbnail-ratings-overlay,
.single-post .yarpp-related a.p2-thumbnail-ratings-overlay img {
	border-radius: 4px;
	display: block;
}

.single-post .yarpp-related a.p2-thumbnail-ratings-overlay::after {
	background: url("images/viewers-votes-overlay@2x.png") no-repeat 0 0;
	background-size: 30px 30px;
	content: '';
	display: block;
	height: 30px;
	position: absolute;
	top: 36px;
	left: 63px;
	width: 30px;
}

.single-post .yarpp-related h5 {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0;
}

.single-post .yarpp-related h5 a {
	color: #000;
}

.single-post .yarpp-related h5 a:hover {
	text-decoration: underline;
}

.single-post .yarpp-related span {
	color: #999;
	font-size: 11px;
}

.single-post .entry-footer .entry-meta {
	border: none;
	font-size: 12px;
	padding: 0;
	margin-bottom: 10px;
	text-align: right;
}

.single-post .pagination {
	margin: 0 0 10px;
}

.single-post .pagination a {
	font-style: italic;
}

.single-post .entry-comments,
.single-post .comment-respond {
	background: none;
	font-family: "Open Sans", sans-serif;
	padding: 0;
	margin-bottom: 20px;
}

.single-post .entry-comments h3,
.single-post .comment-respond h3,
.single-post .yarpp-related h3 {
	border-bottom: 1px solid #B8B8B8;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 0;
	margin-bottom: 10px;
}

.single-post .comment-list {
	clear: both;
	overflow: hidden;
}

.single-post .comment-list li.comment {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.single-post .comment-list .comment {
	position: relative;
}

.single-post .comment-list .comment article {
	background: #fff;
	padding: 10px;
	margin: 0 0 10px 60px;
}
.single-post .comment-list ul.children {
	margin-left: 20px;
}

.single-post .comment-meta,
.single-post .logged-in-as,
.single-post .comment-form-comment {
	margin: 0 0 10px;
}

.single-post .comment .avatar {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

.single-post .comment-author {
	float: left;
	font-weight: bold;
	padding-right: 10px;
}

.single-post .comment-author .says {
	font-weight: normal;
}

.single-post .comment-time a {
	color: #aaa;
	font-size: 12px;
	text-decoration: none;
}

.single-post .comment-reply a {
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}

.single-post .comment-reply a:hover {
	text-decoration: underline;
}

.single-post .comment-list p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}

.single-post .comment-respond {
	margin: 0;
}

.single-post .comment-respond label {
	float: right;
	line-height: 35px;
	width: 46%;
}

.single-post .comment-respond .comment-form-comment label {
	display: none;
}

.single-post .p2-comment-form-notice {
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
}

.single-post .form-submit {
	margin-bottom: 10px;
}

.single-post .comment-respond .comment-subscription-form label {
	float: none;
	line-height: inherit;
	width: auto;
}

.p2-caa table {
	margin: 0;
}


/* Template: Error
-------------------------------------------------------------- */

.p2-archive .archive-description {
	background: none;
	margin: 0 0 10px;
	padding: 0;
}

.p2-archive h1.archive-title {
	background: #2F2F2F none repeat scroll 0% 0%;
	border-bottom: 5px solid #02A9EA;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 35px;
	margin-bottom: 0;
	padding: 0 10px;
	text-transform: uppercase;
}

.p2-archive h1.archive-title::before {
	background: transparent url("images/corner.png") no-repeat scroll 100% 100%;
	content: "";
	display: block;
	float: right;
	height: 11px;
	margin-right: -10px;
	width: 11px;
}

.p2-archive h2.archive-subtitle {
	border-bottom: 1px solid #B8B8B8;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 0;
	margin: 0 10px 10px;
}

.p2-archive .content .entry {
	font-family: "Open Sans", sans-serif;
	float: left;
	margin-bottom: 10px;
	min-height: 66px;
	padding: 0 10px;
	width: 50%;
}

.p2-archive .content .entry.p2-first {
	clear: left;
}

.p2-archive .entry-header .p2-thumbnail {
	float: left;
	margin: 0 10px 0 0;
	position: relative;
}

.p2-archive .entry-header .p2-thumbnail a,
.p2-archive .entry-header .p2-thumbnail img {
	border-radius: 4px;
	display: block;
}

.p2-archive .category-viewer-votes .entry-header .p2-thumbnail a::after {
	background: url("images/viewers-votes-overlay@2x.png") no-repeat 0 0;
	background-size: 30px 30px;
	content: '';
	display: block;
	height: 30px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30px;
}

.p2-archive h1.entry-title {
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	margin-bottom: 0;
}

.p2-archive h1.entry-title a {
	color: #000;
	text-decoration: none;
}

.p2-archive h1.entry-title a:hover {
	text-decoration: underline;
}

.p2-archive .entry-meta {
	color: #999;
	font-size: 11px;
	margin-bottom: 0;
}

.p2-archive .content {
	background: #fff;
	margin-bottom: 5px;
}

.p2-archive .entry-content,
.p2-archive .entry-footer {
	display: none;
}

.p2-archive .pagination {
	background: #e6e6e6;
	margin: 0;
	overflow: hidden;
	padding: 10px 0 15px;
}

.p2-archive .pagination li {
	float: left;
}

.p2-archive .pagination-omission {
	margin: 0 5px 5px 0;
	padding: 7px 5px;
}

.p2-archive .pagination a {
	color: #fff;
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	margin: 0 5px 5px 0;
	padding: 7px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background: #02A9EA;
}


/* Template: Category
-------------------------------------------------------------- */

#p2-category-featured-post {
	font-family: Georgia,"Times New Roman",Times,serif;
	clear: both;
	float: none;
	width: 100%;
}

#p2-category-featured-post h1.entry-title {
	border-bottom: 1px solid #b8b8b8;
	color: #000;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#p2-category-featured-post .entry-content {
	display: block;
}


/* Template: Category
-------------------------------------------------------------- */

.error404 .content .entry {
	background: #fff;
	margin-bottom: 10px;
	padding: 10px 10px 0;
}

.error404 .content h1.entry-title {
	border-bottom: 1px solid #B8B8B8;
	color: #000;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.error404 .entry-content .search-form input {
	font-family: "Open Sans", sans-serif;
	margin-right: 5px;
	width: auto;
}

.error404 .entry-content input[type="search"] {
	background: #E6E6E6;
}


/* Ads crap
-------------------------------------------------------------- */

.p2-caa table {
	line-height: 1.7;
	margin-bottom: 5px;
}

.p2-caa table td {
	border: none !important;
	border-bottom: 1px solid #b8b8b8 !important;
	padding: 0;
}

#adbb {
	text-align: center !important;
}


/* Polls (old CSS)
-------------------------------------------------------------- */

.center .wp-polls { margin: 1.2em auto; }
.wp-polls { margin: 1.2em 0; padding: 0.1em 10px; width: 210px; border-top: 5px solid #72B3C9; border-bottom: 5px solid #72B3C9; background: #C9E3EA; font-size: 0.92em; width: 190px; }
html>body .wp-polls { width: 190px; }
.wp-polls h3 { margin: 0.5em 0 0 0; color: #212121; font-size: 1.06em; }
.wp-polls p { margin: 0.6em 0; }
.wp-polls-ul { margin: 0.6em 0 !important; }
.wp-polls-table, .wp-polls-table td { margin: 0; padding: 0; border: 0; border-spacing: 0; border-collapse: collapse; line-height: 1.5em; }
.wp-polls-table { margin: 0.6em 0; }
.wp-polls-table td { vertical-align: top; }
.wp-polls-input { width: 15px; }
.wp-polls .submit { border: 1px solid #599AB6 !important; background: #6FB3C6 !important; color: #FFF !important; }
.wp-polls input { background: transparent; }
.wp-polls label { margin: 0 !important; }


/* Retina Media Queries
-------------------------------------------------------------- */

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {

	.nav-primary .genesis-nav-menu li,
	.sidebar .p2-tabbed-menu li {
		background: url("images/separator@2x.png") no-repeat 0 0;
		background-size: 2px 44px;
	}

	.nav-primary .genesis-nav-menu .p2-nav-home a {
		background: url("images/nav-home@2x.png") no-repeat 0 12px;
		background-size: 20px 18px;
	}

	.p2-archive h1.archive-title::before,
	.sidebar .p2-tabbed-menu li::before {
		background: url("images/corner@2x.png") no-repeat 100% 100%;
		background-size: 11px 11px;
	}

	.nav-secondary .p2-youtube a {
		background: url("images/social-youtube@2x.png") no-repeat 100% 50%;
		background-size: 44px 18px;
	}

	.nav-secondary .p2-facebook a {
		background: url("images/social-facebook@2x.png") no-repeat 100% 50%;
		background-size: 9px 18px;
	}

	.nav-secondary .p2-twitter a {
		background: url("images/social-twitter@2x.png") no-repeat 100% 50%;
		background-size: 22px 18px;
	}

	.nav-secondary .p2-pinterest a {
		background: url("images/social-pinterest@2x.png") no-repeat 100% 50%;
		background-size: 14px 18px;
	}

	.nav-secondary .p2-rss a {
		background: url("images/social-rss@2x.png") no-repeat 100% 50%;
		background-size: 18px 18px;
	}

	.nav-secondary .p2-mail a {
		background: url("images/social-mail@2x.png") no-repeat 100% 50%;
		background-size: 24px 18px;
	}

	.sidebar .p2-widget-buttons a::before {
		background: url("images/button-arrow@2x.png") no-repeat 100% 100%;
		background-size: 20px 50px;
	}

	.sidebar .p2-widget-button-orange {
		background: url("images/button-orange@2x.png") repeat-x 0 0;
		background-size: 1px 50px;
	}

	.sidebar .p2-widget-button-teal {
		background: url("images/button-teal@2x.png") repeat-x 0 0;
		background-size: 1px 50px;
	}

	.sidebar .p2-widget-button-purple {
		background: url("images/button-purple@2x.png") repeat-x 0 0;
		background-size: 1px 50px;
	}

	.sidebar .p2-widget-button-green {
		background: url("images/button-green@2x.png") repeat-x 0 0;
		background-size: 1px 50px;
	}


	.template-home .p2-latest-right h2 {
		background: #2f2f2f url("images/separator@2x.png") no-repeat 0 0;
		background-size: 2px 44px;
	}

	.template-home .p2-latest-posts .p2-latest-left h2::before,
	.template-home .p2-latest-posts .p2-latest-right h2::before,
	.p2-tv-show-list h2::before {
		background: url("images/corner@2x.png") no-repeat 100% 100%;
		background-size: 11px 11px;
	}

	.p2-tv-show-list ul li {
		background: url("images/list-arrow@2x.png") no-repeat 0 7px;
		background-size: 5px 8px;
	}

	.p2-archive h1.archive-title::before {
		background: url("images/corner@2x.png") no-repeat scroll 100% 100%;
		background-size: 11px 11px;
	}

}


/* Media Queries
-------------------------------------------------------------- */

@media only screen and (max-width: 1040px) {

	.title-area {
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}

	.site-header .wrap {
		width: 100%;
	}

	.site-header .widget-area {
		float: none;
		overflow: hidden;
		width: 100%;
	}

	.site-header .widget-area a {
		margin: 0 auto;
	}

	.sidebar .p2-widget-buttons a {
		font-size: 18px;
	}

	.site-footer {
		padding: 15px 10px;
	}

}

@media only screen and (max-width: 980px) {

	.content-sidebar-wrap .content {
		margin-bottom: 20px;
		width: 100%;
	}

	.content-sidebar-wrap .sidebar {
		clear: both;
		float: none;
		overflow: hidden;
		width: 100%;
	}

	.content-sidebar-wrap .sidebar .widget {
		float: left;
		margin: 0 5px 5px 0;
		width: 32.6%;
	}

	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .sidebar-secondary {
		width: 100%;
	}

	.sidebar-content-sidebar .sidebar-secondary .widget {
		float: left;
		padding-right: 5px;
		width: 50%;
    }
    
    .sidebar section.p2-widget-scroll {
		position: static !important;
        top: 0 !important;
    }

}


@media only screen and (max-width: 768px) {

	.p2-menu-wrap {
		position: static;
	}

	.nav-primary .genesis-nav-menu li {
		float: none;
	}

	.nav-primary .wrap,
	.nav-secondary .wrap {
		padding: 0;
	}

	.nav-secondary #menu-social.genesis-nav-menu {
		background: #410622;
		position: static;
	}

	.content-sidebar-wrap .sidebar .widget {
		width: 49%;
	}

}

@media only screen and (max-width: 560px) {

	.nav-primary {
		background: #141414;
		clear: both;
		display: none;
	}

	.nav-primary .genesis-nav-menu {
		margin: 0;
		max-height: none;
	}

	.nav-primary .genesis-nav-menu li {
		background: #141414;
		text-align: center;
		width: 100%;
	}

	.nav-primary .genesis-nav-menu a {
		border-bottom: 1px solid #262626;
		padding: 15px 12px;
	}

	.nav-primary .genesis-nav-menu .p2-nav-home a {
		background: none;
		text-indent: 0;
		text-align: center;
		padding: 15px 12px;
		width: 100%;
	}

	.nav-primary .wrap {
		width: 100%;
	}

	.menu-toggle {
		display: block !important;
		width: 100%;
	}

	.nav-primary.toggled-on {
		display: block;
	}

	.nav-primary .genesis-nav-menu a:hover,
	.nav-primary .genesis-nav-menu .p2-nav-home a:hover {
		background: #262626;
	}

	.genesis-nav-menu .sub-menu {
		opacity: 100;
		position: static;
		transition: none;
		width: 100%;
		z-index: auto;
	}

	.genesis-nav-menu .sub-menu a {
		width: 100%;
	}

	.content-sidebar-wrap .sidebar .widget,
	.sidebar-content-sidebar .sidebar-secondary .widget {
		float: none;
		width: 100%;
	}

	.template-home .p2-latest-posts .p2-latest-left {
		margin-bottom: 5px;
	}

    .p2-footer-icon {
	    float: none;
	    margin: 0 auto 5px;
    }

}

@media only screen and (max-width: 420px) {

	.template-home .p2-latest-posts .p2-latest-left,
	.template-home .p2-latest-posts .p2-latest-right,
	.single-post .yarpp-related ul li,
	.p2-archive .content .entry {
		width: 100%;
	}

	.comment-respond input[type="email"],
	.comment-respond input[type="text"],
	.comment-respond input[type="url"] {
		width: 100%;
	}

	.single-post .comment-respond label {
		float: none;
		line-height: 22px;
		width: 100%;
	}

}
