/*
Theme Name: Dark Delight
Theme URI: http://underscores.me
Author: Mohit Chawla
Author URI: http://profiles.wordpress.org/orahmax/
Description: Dark Delight theme for wordpress is a simple, light weight, 2 column theme with the blend of blue, black, white and grey colors. 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, light, two-columns, right-sidebar, custom-background, custom-header, sticky-post, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 dark_delight is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	background-color: #D3CDC9;
	color: #404040;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 25px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 3px;
	background: #000000;
	color: #349ad1;
	padding: 10px;
	border: none;
	cursor: pointer;
	
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #222222;
	color: #2882b2;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #349ad1;
	text-decoration: none;
}
a:visited {
	color: #2882b2;
}
a:hover,
a:focus,
a:active {
	color: #2882b2;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* =Structure
----------------------------------------------- */

/* Refer to the HTML structure graphic (http://themeshaper.com/wp-content/uploads/2012/10/html-visual.png) to see how these elements are nested in the mark-up. 

Use this section to set widths and margins, and to build a layout. For examples of layouts that you can copy and paste into this section, see:
https://github.com/Automattic/_s/blob/master/layouts/
*/

.site { /* The the outer-most container, wraps the entire site */
		width: 1024px;
		margin: 0 auto;
}
.site-header { /* The container for the entire header area */
	width: 100%;
}
#main { /* The container for #primary, #secondary, and #tertiary */
	width: 100%;
	margin: 40px auto;
	clear:both;
}
#primary { /* The container for your primary content.*/
	float: left;
	width: 740px;
	margin-right: 10px;
}
#content { /* The container for your post and page content. */
	
}
#secondary,
#tertiary { /* Container for your first widget area */
	float: right;
	width: 25%;
}
.site-footer { /* Container for the entire site footer area */
	clear: both;
	width: 100%;
}


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

/* Style elements inside of the .site-header container */
.site-header{
	background-color: #000;
}

.site-header .site-branding { /* Container for site title and description */
	padding: 40px 0 40px 25px;
}
.site-title,
.site-title a {
	font: 28px "Georgia", "Arial", serif;
	text-decoration: none;
}
.site-description { /* This is the tagline */
	font-size: 14px;
	color: #f4f4f4;
}




/* =Menu
----------------------------------------------- */

.navigation-main {
	border-top: 1px solid #349ad1;
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.navigation-main ul {
	list-style: none;
	margin: 0 25px;
	line-height: 24px;
	padding-left: 0;
}
.navigation-main li {
	/*border-right: 1px solid #383838;*/
	float: left;
	position: relative;
}
.navigation-main a {
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
}
.navigation-main ul ul {
	background-color: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	margin: 0;
	display: none;
	float: left;
	position: absolute;
		left: 0;
	z-index: 99999;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	padding: 5px 0 5px 10px;
	width: 200px;
}
.navigation-main ul ul li {
	border: none;
}
.navigation-main li:hover > a{
	background-image: url('images/nav.png');
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.main-small-navigation ul {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
	}

	.navigation-main ul {
		display: none;
	}
}

/* =Content
----------------------------------------------- */

/* Styles for posts and pages */
h1, h2, h3{
	font-family: Georgia, "Times New Roman", serif;	
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 1em;
}
.content-area{
	border: 1px solid #e5e5e5;
	background-color: #fff;
}
.site-content article{
	border-bottom: 1px solid #dddddd;
}
.sticky { /* Style your sticky posts. This class is applied to the same element as .hentry below. */
	background: #EAEFF1;
	box-shadow: 0 1px 10px #3a3a3a;
}
.site-content .sticky article:hover .entry-title a{
	color: #fff;
}
.hentry { /* The wrapper for individual posts */
	padding: 1.5em;
}
.entry-header { /* Container for the entry title, byline and post date */
	
}
.entry-title, 
.entry-title a { /* Post titles */
	color: #3a3a3a;
}
.single .site-content .entry-title{
	font-size: 38px;
	line-height: 54px;
	margin-bottom: 20px;
	}
article:hover .entry-title a{
	color: #349ad1;
}
.page-title { /* Page titles */

}
body.search .page-title,
body.archive .page-title { /* Optional, if you want your page titles to look different on search and archive pages */
	margin: 10px 5px 0 22px;
	border-bottom: solid 1px	 #dddddd;
}
.entry-meta { /* Container for the entry metadata */
    color: #aaaaaa; 
	font-size: 12px;
	clear: both;
}

.entry-meta a{
	color: #aaaaaa;
}
.entry-meta a:hover{
	color: #349ad1;
}
.entry-meta .author{
	color: #3a3a3a;
	font-weight: 600;
}
.entry-date { 
	
}
.byline { /* By default, bylines are hidden */
	display: none;
}
.single .byline,
.group-blog .byline { /* Bylines are displayed on single posts and/or when there are multiple authors */
	display: inline;
}
.cat-links {  /* Styles category links inside the entry meta */
	
}
.tag-links { /* Styles links to tags inside the entry-meta */
	
}
.sep {  /* Separator between category links, cat links, comments links, etc */
	
}
.comments-link {  /* Link to leave a comment */
	
}
.edit-link { /* Link to Edit the post (only shows up for admins) */
	
}
.entry-content,
.entry-summary { /* Container for the post body/excerpt text */
	margin: 1.5em 0 0;
}
.site-content .entry-content blockquote, .site-content .comment-content blockquote {
	font-style:italic;
	margin: 20px 0 20px -20px;
	padding-top: 20px;
	padding-bottom: 1px;
	padding-right: 20px;
	padding-left: 80px;
	background: #f7f7f7;
	position: relative;
}
.site-content .entry-content blockquote:before, .site-content .comment-content blockquote:before {
	content: '\0201C';
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 50px;
	position: absolute;
	left: 40px;
	top: 0;
	color: #aaaaaa;
}
.single .site-content .related-content{
   overflow: hidden;
   padding-top: 20px;
   padding-bottom: 20px;
   border-bottom: solid 1px #dddddd;
}
.single .site-content .related-content .hentry{
	padding: 10px 0 0 20px;;
}
.single .site-content .related-content .related-content-title{
   text-decoration: underline;
   font-size: 18px;
   font-weight: bold;
   margin-bottom: 0px;
   margin-left: 20px;
}
.single .site-content .related-content article{
   margin: 0;
   padding-bottom: 2px;
   border: none;
}
.single .site-content .related-content .entry-title{
  display: block;
  font-size: 14px;
  margin: -4px 0 0 0;
  padding: 0;
  font: 14px/20px Georgia, 'Times New Roman', serif;
  font-weight: 300;
}
.single .site-content .related-content .entry-title a{
	color: #349ad1;
}
.single .site-content .related-content .entry-title a:hover{
	text-decoration: underline;
}
/* Styling In-Post Tables */
.entry-content table,
.comment-content table {
	border: 1px solid #000;
	border-left-width: 0;
	margin: 0 -0.083em 2.083em 0;
	text-align: left;
	width: 100%;
}
.entry-content tr th,
.entry-content thead th,
.comment-content tr th,
.comment-content thead th {
	border-left: 1px solid #000;
	font-weight: bold;
	padding: 0.5em 	1.25em;
}
.entry-content tr td,
.comment-content tr td {
	border: 1px solid #000;
  	border-width: 1px 0 0 1px;
	padding: 0.5em 	1.25em;
}
.entry-content tr.odd td,
.comment-content tr.odd td { /* If you want to apply alternate styles to even/odd table rows */

}

.page-links { /* Style the page numbers for multi-page posts (posts that have been split with <!--next-page -->. */
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0;
	overflow: hidden;
}
.navigation-post,
.navigation-paging{
	padding: 25px 15px 25px 15px;
	background-color: #f9f9f9;
	
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

#comments { /* Container for the comments section */
	clear: both;
}
.comments-area{
	margin-left: 35px;
	margin-top: 40px;
	margin-right: 20px;
}
.comments-area article{
	margin: 0;
	padding: 20px 0 30px 0;
	border-top: dotted 1px #dddddd;
	border-bottom: none;
}
.bypostauthor { /* Gives post author comments thier own style */
	
}
.comments-title,
#reply-title {
	font-size: 20px;
	line-height: 28px;
}
.comments-area .comment-list {
	list-style: none;
}
.comment-list{
	margin: 20px 0 0 0;
}
.commentlist,
.children {
	list-style: none;
	margin: 0;
}
.children { /* Nested comments */
	margin: 0 0 0 6%;
}
.commentlist li.comment {  /* Individual top-level comments */

}
.commentlist li.pingback {  /* Individual top-level pingbacks */

}
.commentlist li:last-of-type { /* Do you want to style the last comment differently, such as remove borders? */
	
}
.commentlist .children li { /* Contains individual nested comments */
	
}
.children article.comment,
.children li.pingback { /* Nexted comments and pingbacks */
	padding-top: 1.0em;
}
.comment-author .avatar { /* Comment author's gravatar image */
	position: relative;
	top: 12px;
	margin-right: 15px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.comment-author { /* Comment author's name */
	font-style: normal;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
}
.comment-author a{
	font-style: normal;
}
.comment-meta { /* Comment date, time, etc */
	color: #aaaaaa;
	text-decoration: none;
	font-size: 12px;
}
.comment-meta a{

}
.comment-metadata{
	margin-left:50px;	
}
.comment-metadata a{
	color: #aaaaaa;
}
.comment-metadata a:hover{
	color: #349ad1;
}
.comment-content { /* Actual comment text */
	margin: 15px 0 0 50px;
}
.comment .reply { /* The "Reply" link under each comment */
	text-align: left;
	margin-left: 50px;
}
.comment .reply a{
	color: #aaaaaa;
}
.comment .reply a:hover{
	color: #349ad1;
}
/* Comment Form */
.comment-notes,
#commentform .form-allowed-tags,
p.nocomments,
p.logged-in-as,
#commentform label {

}
.required { /* The little asterisk next to a required comment field */
	color: #880000;
}
#commentform label { /* The text next to each comment form field */
	padding: 1em 0;
}
#commentform input[type="text"] {
	background-color: #fff;
}
#comments-area #respond{
	padding-top: 40px;	
	border-top: solid 1px #dddddd;
}
#commentform #comment { /* The comment form textarea */
	background-color: #fff;
}
#commentform .form-allowed-tags,
#commentform .form-allowed-tags code {

}
p.nocomments { /* Message displayed when there are no comments */

}

/* =Widgets
----------------------------------------------- */

.widget-area { /* All of the sidebar container divs get this common class */
	
}
.widget { /* The individual widget */
	margin: 0 0 1.5em;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	line-height: 20px;
}
.widget-title {
	font-size: 18px;
	padding: 15px;
	overflow: hidden;
}
.widget ul { /* Unordered lists inside widgets */
	list-style: none;
	margin: 0;
}
.widget ul li { /* Unordered list items inside widgets */
	border-top: 1px solid #e5e5e5;
}
.widget ul li a{
	font-size: 13px;
	display: block;
	padding: 10px 0 10px 15px;
}
.widget ul li:hover > a{
	/*border-left: 5px solid #349ad1;*/
	background-image: url('images/sidebar.png');
	font-weight: bold;
}
/* Search widget */
#searchsubmit {
	display: none;
}
.widget_search #s {
	background-color: #fff;
	width: 238px;
	border: none;
	border-radius: 0;
	padding: 10px 5px 10px 10px;
}

/* Sub-Items in Menu & Categories Widgets. These classes are useful if you want to add special styling, such as indention, to sub-items in your menu and categories widgets. */
.widget-area .sub-menu,
.widget-area .children { 
	margin-left:  1.5em;
}
.widget-area .sub-menu li,
.widget-area .children li {

}

/* Text Widgets */
.widget p,
.textwidget {

}
.widget p a,
.textwidget a {

}

/* Cloud Widgets */
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
	line-height: 1.5;
	padding: 0.231em 0;
}

/* RSS Widget */
.rsswidget img { /* This is the orange RSS icon to the left of the RSS widget title */
	margin: 0;
	vertical-align: text-top;
}
.rss-date {

}
.rssSummary {

}

/* Calendar Widget */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-style: italic;
}
#wp-calendar thead th {
	text-align: center;
}
#wp-calendar tbody,
#wp-calendar tbody td {
	border: 1px solid #000;
}
#wp-calendar tbody {
	border-left-width: 0;
}
#wp-calendar tbody td {
  	border-width: 1px 0 0 0;
}
#wp-calendar tbody td a {
	font-weight: bold;
}
#wp-calendar tbody td:hover {

}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar #today {
	font-weight: bold;
}
#wp-calendar #prev,
#wp-calendar #next {

}
#wp-calendar tbody .pad {

}


/* =Site Footer
----------------------------------------------- */
#colophon{
	margin-bottom: 10px;
	}
.site-footer {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #000;
}
.site-info {
	padding: 10px 10px 10px 0;
	text-align: center;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
