/*
Theme Name: PepMagazine
Theme URI: http://pepthemes.com/theme/pepmagazine
Author: pepthemes
Author URI: http://pepthemes.com/
Description: PepMagazine is simple news or magazine WordPress theme which can be used for personal blog or professional website. PepMagazine PRO is simple and clean, but also very elegant theme. We've used latest HTML5 and CSS3 and native WordPress functions for creating this awesome look. Our theme is optimized for every modern browser and is tested in Firefox, IE, Safari, Opera and Chrome. 
Version: 1.1.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, custom-background, custom-header, custom-menu, editor-style, featured-images, fluid-layout, gray, light, responsive-layout, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, white
Text Domain: pepmagazine

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.
*/



/* =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 centered 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/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	border-top: 3px solid #000;
	font-family: "Trebuchet Ms", Helvetica, Arial, sans-serif;
	background: #F4F6F7;
	padding: 1.5em;
	font-size: 1.6em;

}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
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 {
	background:#F5F5F5;
	border-left: 4px solid #333;
	padding: 10px;
	font-style: italic;
}
a {
	color: #404040;
	text-decoration:none;
}

a:hover,
a:active {
	outline: 0;
	color: rgb(0, 85, 128);
}
a img {
	border: 0;
}

.clearfix { 
	display: block; 
}
.clearfix:after {
 content: "."; 
 display: block; 
 clear: both; 
 visibility: hidden; 
 line-height: 0; 
 height: 0; 
 margin: 0; 
 padding: 0; }


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

body,
button,
input,
select,
textarea {
	color: #404040;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 0.8em;
}	
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {

}
ul, ol {
	margin: 0 0 0.5em 1em;
}
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;
	font-style: italic;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.6;
	max-width: 100%;
	overflow: auto;
}
code, kbd, tt, var {
	font: 1em Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	background: #eee;
}
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 0.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[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	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="url"],
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="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
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%;
}

.dots {
	border-bottom: 1px dotted #ddd;
}

/* Main Section */
#page {
	margin: 0 auto;
	max-width: 960px;
	background: #fff;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	padding: 1em;
}
/* Header */

.site-branding {
	width: 22.99%;
	float: left;
	padding: 0.5em;

}

.site-branding a{
	color: #000;
	text-decoration: none;
	margin-bottom: 10px;
}
.site-branding a:visited {
	color: inherit;
}
h1.site-title { 
	font-weight: bold;
	font-size: 1.5em;
}
h2.site-description {
	font-size: 80%;
	margin-top: -0.5em;
}
div.site-branding img {
	max-width: 250px;
	max-height: 67px;
}
/* Top Banner */
.top-banner {
	width: 76.66%;
	float: right;
}
/* Search navigation */
#search-navi {
	padding: 4px;
	margin-right: 23px;
	float: right;
	height: 12px;
	max-width: 110px;

}
#search-navi input{
	border: 2px solid #ddd;
	color: #323232;
	padding: 0;
	padding-left: 20px;
	border-radius: 5px;
	background: #fff url(images/search-icon.png) no-repeat;
	line-height: 0;
	width: 100%;


}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.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,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


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

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background: #323232;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	border-right: 2px solid #fff;
	line-height: 35px;
	float: left;
	position: relative;
}
.main-navigation a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 0 1em;
	font-weight: bold;
	font-size: 0.8em;
}
.main-navigation ul li ul li.current_page_item > a:hover,
.main-navigation ul li ul li.current_page_item > a:hover, .main-navigation ul li a:hover {
	background-color:  #006A9E!important;

}
.main-navigation ul ul {
	position: absolute;
	top: 95%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	padding: 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(204, 204, 204);
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	color: #000;
	padding: 0 10px;
}
.main-navigation ul ul li {
	min-width: 150px;
	border: 0;
	line-height: 25px;
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
	color: #fff;
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation ul > li.current_page_item  > a,
.main-navigation ul > li.current-menu-item  > a, 
.main-navigation .current_page_parent,
.main-navigation .current_page_ancestor  {
	background: #000;
}
.main-navigation ul li ul li.current_page_parent.current_page_ancestor > a {
	background: #ECECEC;
}
.main-navigation ul li ul li.current_page_item > a,
.main-navigation ul li ul li.current_page_item > a {
	background: #ECECEC;
}

/* Secondary Navigaton */
#under-menu-bar {
	border-bottom: 3px solid #ECECEC;
	clear: both;
	overflow: hidden;
	line-height: 1em;
}
#second-menu {
	float: left;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	clear: both;
}
#second-menu ul {
	margin: 0;

}
#second-menu ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#second-menu ul li a {
	padding: 0.5em;
	text-decoration: none;
	color: #000;
}
#second-menu ul li a:hover {
	text-decoration: underline;
}
#footer-menu ul li.current_page_item > a, 
#footer-menu ul li.current_menu_item > a,
#second-menu ul li.current_page_item > a, 
#second-menu ul li.current_menu_item > a{
	text-decoration: underline;
}

/* Small menu  and responsive queries*/
.menu-toggle {
	cursor: pointer;
	display: none;
	color: #fff;
}
h1.menu-toggle {
	padding: 0.5em;
	text-transform: uppercase;
}
@media screen and (max-width: 860px) {
	body {
		font-size: 1.4em;
		padding: 0.5em;
	}
	#page { 
		padding: 0.5em;
}
}
@media screen and (max-width: 768px) {
	#primary {
		width: 99.999% !important;
		padding: 0 !important;
	}
	#secondary {
		width: 99.999% !important;
	}
	div#search-navi {
		display: none;
	}
	.top-banner{ 
		float: none;
		width: 99.999%;
		text-align: center;

	}
	.site-branding {
		float:none;
		width: 99.999%;
		text-align: center;
	}
	.main-navigation li {
		border: none;
	}
	 .menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
	.main-navigation ul li {
		float: none;
	}
	.main-navigation a {
		padding: 0.3em;
		font-size: 1.2em;
	}
	.main-navigation ul ul{
		float: none;
		display: block;
		position: relative;
		background: none;
		color: #fff;
		border:none;
		box-shadow: none;
	}
	.main-navigation ul ul a {
		color: #fff;
		padding: 0.5em 1em 0.5em 1em; 
	}
	.main-navigation ul ul a:before {
		content: " - ";
	}
	.main-navigation ul ul ul {
		display: block;
		position: relative;
		top:0;
		left:0;
	}
	.main-navigation ul ul ul a {
		padding-left: 2em;
	}
	.main-navigation ul li ul li.current_page_item > a,
	.main-navigation ul li ul li.current_page_item > a {
	 	background: #000;
	 }
	 .main-navigation .current_page_ancestor{
	 	background: none;
	 }
	 #second-menu ul li a {
	 	font-size: 120%;
	 	padding: 0.3em;
	 }
	
}  
@media screen and (max-width: 480px) { 
	#second-menu {
		float: none;
		padding-top: 0.5em;
	}
	.social-networks {
		text-align: center;
		float: none !important;
		padding-top: 0.5em !important;
	}
}
/*Social Networks*/
.social-networks {
	float: right;
	padding-top: 0.2em;
}
.social-networks img {

}
.social-networks img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}




/* =Content
----------------------------------------------- */
#primary{
	width: 66.666%;
	padding-right: 1em;

}
#secondary {
	width: 33.333%;
}

#content {
	margin-top: 0.5em;
}
.sticky {
	background: #F7FAFE;
}
.hentry {
	margin-bottom:.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin-top: 0.3em;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.wp-caption.alignleft
,img.alignleft {
	margin-right: 0.5em; 
}

/* Entry */

 h1.page-title {
 	margin-top: 0.3em;
 	padding: 0.3em 0.5em;
 	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	background: #F7FAFE;
 }

 .taxonomy-description {
 	padding: 0.5em 1.5em;
	border-bottom: 1px dotted #ddd;
 }
.entry-meta { 
	margin: 5px 0 5px 0;
	overflow: auto;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	background: #F7FAFE;
	font-size: 0.8em;
}
.entry-meta a {
	font-weight: bold;
	text-decoration: none;
}
.entry-meta a:hover {
	text-decoration: underline;
}

.entry-meta a:visited {
	color: #404040;
}
.entry-data{
	float: left;
}
.entry-data2 {
	font-size: 0.8em;
}
.comments-link {
	float: right;
}
/* =Asides
----------------------------------------------- */

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


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

.page-content img.wp-smiley,
.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: 0.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.5075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

.wp-caption.alignleft
,img.alignleft {
	margin-right: 0.5em; 
}
.c {
	width: 300px;
}

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


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

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */
.comment-content blockquote, 
.comment-content code, 
.comment-content pre, 
.comment-content q, 
.comment-content tt, 
.comment-content var, 
.comment-content kbd, 
.comment-content ins {
	color: #333;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
h2.comments-title {
	padding-bottom: 0.5em;
}
.comment article {
	background-color: #F7FAFE;
	padding: 1em;
	margin-bottom: 1em;
}
.comment article a {
	font-style: italic;
}
.comment article img {
	margin-right: 1em;
	float: left;
}
#commentform {
	background: #F7FAFE;
	border: 1px solid #ddd;
	padding: 16px;
	margin-bottom: 10px;
}
#commentform label {
	display: block;
	font-size: 90%;
}
.form-allowed-tags, .comment-notes {
	display: none;
}
/*Thumbnails*/

.thumb {
	float: left;
	margin-right: 10px;
}

.moretag  {

}


/* =Widgets
----------------------------------------------- */
.widget-area {

}
.widget {
	margin: 0.4em 0;
	min-height: 20px;
	padding: 0.5em;
	background-color: rgb(245, 245, 245);
	border: 1px solid rgb(227, 227, 227);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
h1.widget-title {
	border-bottom: 1px solid rgb(227, 227, 227);
	padding-bottom: 3px;
	margin-bottom: 5px;
	font-weight: bold;
}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.widget ul {
	padding: 0 1em 0 1em;
}
/*Home Widgets*/
.home_widgets {
	
}
.home_widget{
	padding-top: 0.4em;
}
h2.home-widget-title {
	background: rgb(245, 245, 245);
	padding-left: 0.4em;

}
h2.home-widget-title a {
	color: #404040;
}
h2.home-widget-title a:hover {
	text-decoration: none;
}

.cp-widget{
	list-style: none;
}
.cp-wrap {
	border-bottom: 1px solid rgb(227, 227, 227);
}
ul.cp-widget {
	padding: 0;
	margin:0;
}
.cp-thumb-xl, .cp-thumb {
	float: left;
	margin-right: 0.5em;
	margin-top: 0.355em;
}
p.cp-xl-title, p.cp-widget-title{
	margin: 0;
	font-weight: 700;
	font-size: 1.1em;
}

p.cp-widget-title{
	font-size: 1em;
}
/* Footer */
footer#colophon {
	max-width: 960px;
	margin: 0 auto;
}
footer hr {
	margin: 7px 0;
	border: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #fff;
}
#footer-menu {
	float: left;
}

#footer-menu ul {
	list-style-type:none;
	margin: 0;
}

#footer-menu ul li {
	padding: 0 10px 0 10px;
	display: inline-block;
	border-right: 1px solid #eee;
	border-left: 1px solid #fff;
	float:left;
}

#footer-menu ul li a {
	color: #000;
	text-decoration: none;
}

#footer-menu ul li a:hover {
	text-decoration: underline;
}

#footer-menu ul li:last-of-type {
	border-right: none;
}

#footer-menu ul li:first-of-type {
	border-left:none;
}

.site-info {
	float: right;
	font-size: 75%;
}
.site-info a {
	text-decoration: none;
	color:#404040;
}
.site-info a:visited {
	color: #404040;
}




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

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* 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;
}

