

:root {
	--zb-network-link : #555;
	--zb-network-link-hover : inherit;
	--zb-network-icon-size : 1.5em;
}

/* Logo */

body.logged-in > header:first-of-type.zb.fixed	{
	top: 2rem;
}

header .logo > img {
	height: 1em;
	margin: 0.3em 0;
}

.zb-filter-item {
	cursor: pointer
}
#zb-ajax-posts-box {
	min-height: 101vh;
}
#zb-ajax-posts-box.zb-loading:after, #zb-ajax-posts-box.zb-loading.hide-content:before {
	content: "";
	width: 100%;
	opacity: 1;
	text-align: center;
	line-height: 0;
	font-size: 75px;
	display: block;
	margin: auto;
	margin-top: 3rem;
	letter-spacing: 8px;
	font-weight: bold;
	animation-name: zb_loading;
  	animation-duration: 1.1s;
	animation-iteration-count: infinite;
	animation-delay: .4s;
}
#zb-ajax-posts-box.zb-loading.hide-content:after {
	content: "";
}
#zb-ajax-posts-box.zb-loading > * {
	transition: opacity .3s
}
#zb-ajax-posts-box.zb-loading.hide-content > * {
	opacity: 0;
}

@keyframes zb_loading {
	0%   {
		content: ".";
	}
	20%   {
		content: "..";
	}
	40%   {
		content: "...";
	}
	60%   {
		content: "";
	}
}


/* Network */

i.zb-icon, i.zb-icon:before {
	transition: color 0.3s, background 0.3s, font-size .3s;
}
i.zb-icon.dashicons-facebook-alt {
	color: #4267B2;
}
i.zb-icon.dashicons-instagram {
	color: #D12357;
}
i.zb-icon.dashicons-twitter {
	color: #4AA1F2;
}
i.zb-icon.dashicons-linkedin {
	color: #3170AC;
}
i.zb-icon.dashicons-youtube {
	color: #E3270D;
}
i.zb-icon.dashicons-twitch {
	color: #52B2E3;
}
i.zb-icon.dashicons-pinterest {
	color: #52B2E3;
}
i.zb-icon.dashicons-email {
	color: #ffbc00;
}
i.zb-icon.dashicons-smartphone {
	color: #57A824;
}
i.zb-icon:before {
	color: var(--zb-network-link);
}
i.zb-icon:hover:before {
	color: var(--zb-network-link-hover);
}



/* Search Form */

form.zb.one-field .dashicons, form.zb.one-field .dashicons-before:before {
	width: 23px;
	height: 23px;
	font-size: 23px;
}

form.zb.one-field:hover .dashicons, form.zb.one-field :first-child:focus ~ * > .dashicons {
	background: #fff;
	color: #111;
}


/* Pagination */

.zb-paginate > * {
	line-height: 1.8em;
	width: 1.8em;
	height: 1.8em;
	font-size: 0.9rem;
	text-align: center;
	margin: auto 0.1rem;
	opacity: .5;
	cursor: pointer;
}
.zb-paginate > *.current {
	opacity: 1;
}
.zb-paginate > *.next, .page-numbers.prev {
	display: none
}
.zb-paginate > *.dots {
	border: none;
	width: auto
}


/* WP Comments */

.comment-respond{
	margin-bottom: 2em;
}
.comment {
	background: var(--zb-pale);
	border-radius: 0.3rem;
	overflow: hidden;
	padding: 1em;
}
.comment-body + .depth-2 {
	margin-top: 1em;
}
.comment-author > img {
	border-radius: 50%;
}
.comment-content {
	margin-top: 0.5em;
}
.comment .edit-link, .comment .reply, .logged-in-as, .comment-awaiting-moderation  {
	color: var(--zb-color-1);
	font-size: 0.9em;
}
#cancel-comment-reply-link {
	text-decoration: underline;
	color: var(--zb-color-1);
	font-size: 0.8em;
}
.comment-notes {
	color: var(--zb-black-light);
	font-size: 0.9em;
}
.comment.depth-1 {
	margin-bottom: 2em;
}
.comment.depth-2 {
	background: #fff;
	margin-bottom: 1em;
}
.comment.depth-2:last-of-type {
	margin-bottom: 0;
}
.comment-metadata {
	font-size: 0.8em;
}

/* General */

.capitalize {
	text-transform: capitalize
}



.seo-link {
	position: relative;
}
.seo-link .btn {
	position: static;
}
.seo-link a:first-of-type:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




