/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.author-info {
	display: none;
}

h1 a {
	font-size: 30px;
}

.wf-active .widget .widget-title {
	font-size: 14px;
}

.rp-medium-one-content .entry-comments:before, .rp-medium-two-content .entry-comments:before, .rp-big-one-content .entry-comments:before, .rp-big-two-content .entry-comments:before, .rp-color .entry-comments:before, .single-post .entry-header .entry-comments:before, .entry-edit:before, #comments ul.comment-meta a.comment-edit-link:before {
	display: none;
}

.leave-reply {
	display: none;
}

.rp-medium-one-content .entry-author, .rp-medium-one-content .entry-comments {
	display: none;
}

.front-fullwidth .rp-medium-one-content .entry-author, .front-fullwidth .rp-medium-one-content .entry-comments {
	display: none;
}

@media only screen and (max-width: 768px) {
	#zuki_recentposts_medium-3 {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	#zuki_recentposts_medium-6 {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	#zuki_recentposts_medium-11 {
		display: none;
	}
}

@media only screen and (min-width: 769px) {
	#zuki_recentposts_small-9 {
		display: none;
	}
}

@media only screen and (min-width: 769px) {
	#zuki_recentposts_small-10 {
		display: none;
	}
}

@media only screen and (min-width: 769px) {
	#zuki_recentposts_small-12 {
		display: none;
	}
}

#site-nav ul li a {
	font-size: 12px;
	font-size: .75rem;
}

@media only screen and (min-width: 769px) {
	#site-nav ul ul.sub-menu li a {
		font-size: 12px;
		font-size: .75rem;
		background: lightgrey;
	}
}

@media only screen and (min-width: 769px) {
	#site-nav {
		padding-bottom: 0;
		padding-top: 0;
		float: left;
	}
}

@media only screen and (min-width: 769px) {
	#site-nav ul li {
		position: relative;
		display: inline-block;
		height: 60px;
		margin: 0 20px;
		margin-top: 0;
		margin-right: 40px;
		margin-bottom: 0;
		margin-left: 0;
		padding: 0;
		border-bottom: none;
	}
}

.wp-block-image {
	position: relative;
}

figcaption {
	text-align: left;
	padding: 5px 10px 5px 0;
	font-style: normal;
	font-size: 12px;
	font-family: abril-text-1, abril-text-2;
	margin: 10px;
}

/* Fix Zuki theme sidebar | RG hc-2240813*/
.page-template-front-page #primary {
	width: 100% !important;
	float: none !important;
}