.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

body {
	background: #181e1f;
	color: #ccc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

a { 
	color: #a07653;
	text-decoration: none;
}

a:hover {
	color: #edba90;
	text-decoration: underline;
}

h1 { 
	font-size: 30px; 
	margin: 0 auto;
}

h1.main { 
	text-indent: -9999px;
}

h1.main strong {
	display: block;
	height: 0;
}

h2 { 
	font-size: 20px;
	margin: 0;
} 

#header {
	display: flex;
	position: relative;
}

#header div {
	align-content: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
}

#header div a {
	display: block;
	outline: none;
	padding: 5px 0;
}

#header div a img {
	display: block;
	max-width: 280px;
	width: auto;
}

#header span {
	cursor: pointer;
	display: none;
	position: absolute;
	right: 20px;
	top: 30px;
	width: 30px;
}

#header span img { width: 30px; }

#latest a { 
	background: url(img/latest.jpg) top center no-repeat;
	display: block; 
	height: 300px; 
	margin-bottom: 30px; 
	text-indent: -9999px; 
	width: 1596px; 
}

	#latest a:hover { 
		box-shadow: inset 0 0 30px #fcfcfc;
	}

#container {
	display: flex;
	margin: 0 auto;
	width: 1660px;
}

#leftbar {
	height: auto;
	margin: 0 30px 30px 30px;
	width: 200px;
	order: 1;
}

#content {
	font-size: 17px;
	height: auto;
	line-height: 24px;
	margin: 0 30px 0 0;
	width: 1000px; /*1024px*/
	order: 2;
}

	#content img {
		  /* Responsive images (ensure images don't scale beyond their parents) */

		  max-width: 100%;
		  /* Part 1: Set a maxium relative to the parent */

		  width: 100%; 
		  /* IE7-8 need help adjusting responsive images */

		  height: auto;
		  /* Part 2: Scale the height according to the width, otherwise you get stretching */

		  vertical-align: middle;
		  border: 0;
		  -ms-interpolation-mode: bicubic;
	}

	#content img.wp-smiley { 
		height: 15px;
		width: 15px; 
	}

	#content .entry {
		margin: 0 0 30px 0;
		position: relative;
	}

		#content .social-post {
			background: #fff;
			border: 1px #ddd solid;
			border-top: 0;
			box-shadow: inset 0 -3px 0 #eee, 0 -4px 0 #365899;
			-moz-box-shadow: inset 0 -3px 0 #eee, 0 -4px 0 #365899;
			-webkit-box-shadow: inset 0 -3px 0 #eee, 0 -4px 0 #365899;
			left: 10px;
			margin: 0 10px 0 0;
			padding: 4px 10px 1px 10px;
			position: absolute;
			top: 0;
			width: 112px;
			z-index: 1000;
		}

		#content .social-post-fb, #content .social-post-tw { float: left; }
		#content .social-post-fb { margin: 1px 9px 7px 0; }
		
		#content .social-post2 { 
			background: #fff;
			border: 1px #ddd solid;
			border-top: 0;
			box-shadow: inset 0 -2px 0 #eee, 0 -4px 0 #365899;
			-moz-box-shadow: inset 0 -2px 0 #eee, 0 -4px 0 #365899;
			-webkit-box-shadow: inset 0 -2px 0 #eee, 0 -4px 0 #365899;
			display: block;
			left: 10px;
			margin: 0 10px 0 0;
			padding: 3px 10px 0 10px;
			position: absolute;
			top: 0;
			width: 180px;
			z-index: 1000;
		}

		#content .social-post-fb2, #content .social-post-tw2 { float: left; }

		#content .social-post-fb2 { margin: 0 10px 0 0; }

		#content .entry div.entry-info { 
			font-size: 14px; 
			line-height: 18px;
		}

		#content .entry-header {
			margin: 0 0 30px;
			overflow: hidden;
		}

		#content a.entry-title {
			color: #fff;
			display: block;
			float: left;
			font-size: 36px;
			font-weight: 600;
			line-height: normal;
		}

		#content a.entry-title:hover { 
			color: #a07653;
			text-decoration: none; 
		}

		#content .entry img { padding: 0; }
		
	#content .rss-news {
		margin: 0 0 30px 0;
	}

		#content .rss-news h3 {
			margin: 0 0 20px 0;
			padding: 0;
		}

		#content .rss-news li {
			color: #555;
			list-style: none;
			list-style-type: none;
		}

			#content .rss-news li i, #content .rss-news li a { vertical-align: middle; }

	#content .prev-next {	}

	#content .btn-prev a {
		background: #fff;
		border: 1px #ddd solid;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		box-shadow: inset 0 -3px 0 #eee;
		-moz-box-shadow: inset 0 -3px 0 #eee;
		-webkit-box-shadow: inset 0 -3px 0 #eee;
		display: block;
		float: left;
		font-size: 24px;
		margin: 0 auto;
		margin-bottom: 30px;
		margin-right: 20px;
		overflow: hidden;
		padding: 15px;
		text-align: center;
		width: 200px;
	}

	#content .btn-next a {
		background: #fff;
		border: 1px #ddd solid;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		box-shadow: inset 0 -3px 0 #eee;
		-moz-box-shadow: inset 0 -3px 0 #eee;
		-webkit-box-shadow: inset 0 -3px 0 #eee;
		display: block;
		float: left;
		font-size: 24px;
		margin: 0 auto;
		margin-bottom: 30px;
		overflow: hidden;
		padding: 15px;
		text-align: center;
		width: 200px;
	}

#rightbar {
	height: auto;
	width: 336px;
	order: 3;
}

	#rightbar .content-wallpapers select {
    background: #181e1f;
    border: 1px #fff solid;
    color: #fff;
    padding: 10px;
    width: 100%;
	}

	#rightbar .google-search {
		margin: 30px 0;
	}

		#rightbar .google-search h3 {
			line-height: 18px;
			margin: 0;
		}

		#rightbar .google-search div.google-search-container { padding: 20px 0; }

		#rightbar .google-search input {
			border: 1px #ddd solid;
			padding: 5px;
		}

	#rightbar h2.heading-fave5 {
		background: url("http://www.kupywrestlingwallpapers.info/images/kwwv5/heading-fave5.png");
		display: block;
		height: 90px;
		text-indent: -9999px;
		width: 285px;
	}

	#rightbar h3 { line-height: 1.2em; }

	#rightbar ul {
		margin: 0;
		padding: 0;
	}

	#rightbar li {
		font-size: 16px;
		list-style: none;
		list-style-type: none;
		margin: 0 0 20px 0;
	}

		#rightbar li img { 
			box-shadow: 0 1px 1px #ccc;
			-moz-box-shadow: 0 1px 1px #ccc;
			-webkit-box-shadow: 0 1px 1px #ccc;
			height: auto;
			max-width: 336px;
			-ms-interpolation-mode: bicubic;
		}

		#rightbar li a {
			display: block;
			margin: 0 auto;
			text-align: center;
		}

		#rightbar #tag-cloud { line-height: 2rem; }

			#rightbar #tag-cloud a { padding-right: 20px; }

	.rightbar-fblikebox2, .rightbar-fbactivity2 { display: none; }

	#rightbar .rss-kww li a { text-align: left; }

	#rightbar .latest a img { max-width: 100%; }

#disclaimer {
	font-size: 14px;
	line-height: 1.4em;
}

#footer {
	background: #181e1f;
	border-top: 1px #222 solid;
	color: #ccc;
	font-size: 14px;
	margin-top: 30px;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}


/* Adsense */
.v5-728x15 {
	border-bottom: 1px #222 solid;
	border-top: 1px #222 solid;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.v5-160x90 { margin-bottom: 30px; }
.v5-336x280 { margin: 0 0 30px 0; }
.v5-200x200 { display: none; }

/* etc */
.clearboth { clear: both; }
img.avatar { width: auto !important; }

/* YARPP Related Posts */
.yarpp-thumbnails-horizontal .yarpp-thumbnail { 
	border: 0 !important;
	height: auto !important; 
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	margin-top: initial;
	margin: 10px 0 !important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-default, .yarpp-thumbnails-horizontal .yarpp-thumbnail>img { height: auto !important; }

/* 1680 up */
@media (min-width: 1680px) {

	#container {
		margin: 0 auto;
		width: 1660px;
	}

	#content {
		font-size: 17px;
		height: auto;
		line-height: 24px;
		margin: 0 30px 0 0;
		width: 1000px;
	}

		#content .social-post2 { display: none; }

}

/* 1440  */
@media (min-width: 1440px) and (max-width: 1679px) {

	#latest a { 
		background: url(img/latest.jpg) top center no-repeat;
		background-size: 1353px 255px;
		display: block; 
		height: 255px; 
		margin-bottom: 30px; 
		text-indent: -9999px; 
		width: 1353px; 
	}

	#container {
		margin: 0 auto;
		width: 1420px;
	}

	#content {
		font-size: 17px;
		height: auto;
		line-height: 24px;
		margin: 0 30px 0 0;
		width: 760px;
	}

		#content .social-post2 { display: none; }

}

/* 1280  */
@media (min-width: 1280px) and (max-width: 1439px) {

	#latest a { 
		background: url(img/latest.jpg) top center no-repeat;
		background-size: 1192px 224px;
		display: block; 
		height: 224px; 
		margin-bottom: 30px; 
		text-indent: -9999px; 
		width: 1192px; 
	}

	#container {
		margin: 0 auto;
		width: 1260px;
	}

	#leftbar {
		height: auto;
		margin: 0 30px;
		width: 160px;
	}

	#content {
		font-size: 17px;
		height: auto;
		line-height: 24px;
		margin: 0 30px 0 0;
		width: 640px;
	}

		#content .social-post2 { display: none; }

}

/* 1024  */
@media (min-width: 980px) and (max-width: 1279px) {

	#container {
		margin: 0 auto;
		width: 960px;
	}

	#leftbar {
		height: auto;
		margin: 0 30px;
		width: 160px;
	}

	#content {
		font-size: 17px;
		height: auto;
		line-height: 24px;
		margin: 0 30px 0 0;
		width: 460px;
	}

		#content .social-post { display: none; }
		#content .social-post2 { 
			background: #fff;
			border: 1px #ddd solid;
			border-top: 0;
			box-shadow: inset 0 -2px 0 #eee, 0 -4px 0 #365899;
			-moz-box-shadow: inset 0 -2px 0 #eee, 0 -4px 0 #365899;
			-webkit-box-shadow: inset 0 -2px 0 #eee, 0 -4px 0 #365899;
			display: block;
			left: 10px;
			margin: 0 10px 0 0;
			padding: 3px 10px 0 10px;
			position: absolute;
			top: 0;
			width: 180px;
			z-index: 1000;
		}

		#content .social-post-fb2, #content .social-post-tw2 { 
			float: left; 
		}

		#content .social-post-fb2 { margin: -4px 10px 0 0; }
		.twitter-count-horizontal { width: 80px !important; }

		#content a.entry-title {
			display: block;
			float: left;
			font-size: 30px;
			font-weight: bold;
			line-height: 1em;
			margin: 0;
		}

	#rightbar {
		height: auto;
		width: 220px;
	}

		#rightbar li img { 
			box-shadow: 0 1px 1px #ccc;
			-moz-box-shadow: 0 1px 1px #ccc;
			-webkit-box-shadow: 0 1px 1px #ccc;
			height: auto;
			max-width: 220px;
			-ms-interpolation-mode: bicubic;
		}

		#rightbar h2.heading-fave5 {
			background: url("http://www.kupywrestlingwallpapers.info/images/kwwv5/heading-fave5.png");
			background-size: 220px 69px;
			display: block;
			height: 69px;
			text-indent: -9999px;
			width: 220px;
		}

		.rightbar-fblikebox1, .rightbar-fbactivity1 { display: none; }
		.rightbar-fblikebox2, .rightbar-fbactivity2 { display: block; }

		.rightbar-fblikebox2 span.fbborder {
			border: 1px #ddd solid;
			display: block;
			overflow: hidden;
		}

	.v5-336x280 { display: none; }
	
	.v5-200x200 { 
		display: block;
		margin: 0 auto;
		margin-bottom: 30px; 
		width: 200px;
	}

}

/* 768 */
@media (min-width: 768px) and (max-width: 979px) {

	#container {
		margin: 0 auto;
		width: 748px;
	}

	#leftbar { 
		background: #181e1f;
		display: none; 
		padding: 40px 20px;
		position: relative;
	}

		#leftbar #menu-mobile .icon-close {
			display: block;
			position: absolute;
			top: 20px;
			right: 20px;
			width: 30px;
		}

	#content {
		font-size: 17px;
		height: auto;
		line-height: 24px;
		margin: 0 20px;
		width: 468px;
	}

		#content .social-post { display: none; }
		#content .social-post2 { 
			background: #fff;
			border: 1px #ddd solid;
			border-top: 0;
			box-shadow: inset 0 -2px 0 #eee, 0 -4px 0 #365899;
			-moz-box-shadow: inset 0 -2px 0 #eee, 0 -4px 0 #365899;
			-webkit-box-shadow: inset 0 -2px 0 #eee, 0 -4px 0 #365899;
			display: block;
			left: 10px;
			margin: 0 10px 0 0;
			padding: 3px 10px 0 10px;
			position: absolute;
			top: 0;
			width: 180px;
			z-index: 1000;
		}

		#content .social-post-fb2, #content .social-post-tw2 { float: left; }
		#content .social-post-fb2 { margin: -4px 10px 0 0; }
		.twitter-count-horizontal { width: 80px !important; }

		#content a.entry-title {
			display: block;
			float: left;
			font-size: 30px;
			font-weight: bold;
			line-height: 1em;
			margin: 0;
		}

		#content .btn-prev a {
			background: #fff;
			border: 1px #ddd solid;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			box-shadow: inset 0 -3px 0 #eee;
			-moz-box-shadow: inset 0 -3px 0 #eee;
			-webkit-box-shadow: inset 0 -3px 0 #eee;
			display: block;
			float: left;
			font-size: 18px;
			margin: 0 auto;
			margin-bottom: 30px;
			margin-right: 10px;
			overflow: hidden;
			padding: 10px;
			text-align: center;
			width: 110px;
		}

		#content .btn-next a {
			background: #fff;
			border: 1px #ddd solid;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			box-shadow: inset 0 -3px 0 #eee;
			-moz-box-shadow: inset 0 -3px 0 #eee;
			-webkit-box-shadow: inset 0 -3px 0 #eee;
			display: block;
			float: left;
			font-size: 18px;
			margin: 0 auto;
			margin-bottom: 30px;
			overflow: hidden;
			padding: 10px;
			text-align: center;
			width: 120px;
		}

	#rightbar {
		height: auto;
		width: 220px;
	}

		#rightbar .rightbar-wallpapers { 
			display: block; 
			margin: 0 0 30px 0;
		}

			#rightbar .rightbar-wallpapers select { 
				background: #333;
				border: 1px #181e1f solid;
				box-shadow: 0 1px 1px #aaa, inset 0 -1px 0 #777;
				-moz-box-shadow: 0 1px 1px #aaa, inset 0 -1px 0 #777;
				-webkit-box-shadow: 0 1px 1px #aaa, inset 0 -1px 0 #777;
				color: #fff;
				font-family: Helvetica, Arial, sans-serif;
				padding: 4px;
				width: 220px; 
			}

		#rightbar li img { 
			box-shadow: 0 1px 1px #ccc;
			-moz-box-shadow: 0 1px 1px #ccc;
			-webkit-box-shadow: 0 1px 1px #ccc;
			height: auto;
			max-width: 220px;
			-ms-interpolation-mode: bicubic;
		}

		#rightbar h2.heading-fave5 {
			background: url("http://www.kupywrestlingwallpapers.info/images/kwwv5/heading-fave5.png");
			background-size: 220px 69px;
			display: block;
			height: 69px;
			text-indent: -9999px;
			width: 220px;
		}

		.rightbar-fblikebox1, .rightbar-fbactivity1 { display: none; }
		.rightbar-fblikebox2, .rightbar-fbactivity2 { display: block; }

		.rightbar-fblikebox2 span.fbborder {
			border: 1px #ddd solid;
			display: block;
			overflow: hidden;
		}

		.v5-336x280 { display: none; }

		.v5-200x200 { 
			display: block;
			margin: 0 auto;
			margin-bottom: 30px; 
			width: 200px;
		}

}

@media (max-width: 767px) {

	#content .yt-video iframe {
		width: 100%;
		height: 200px;
	}

}

/* 486 */
@media (min-width: 486px) and (max-width: 767px) {

	#header span { display: block; }

	#container {
		display: block;
		margin: 0 auto;
		width: 100%;
	}

	#leftbar #menu-mobile { 
		background: #181e1f;
		display: none; 
		height: 100vh;
		left: 0;
		overflow: scroll;
		padding: 20px 20px 0;
		position: fixed;
		top: 0;
		width: -webkit-fill-available;
	}

	#leftbar #menu-mobile .icon-close {
		display: block;
		position: absolute;
		top: 35px;
		right: 20px;
	}

	#leftbar #menu-mobile .icon-close img { width: 30px; }

	#content {
		float: none;
		font-size: 17px;
		height: auto;
		line-height: 24px;
		margin: 0 20px;
		width: auto;
	}

		#content .content-wallpapers { 
			display: block; 
			margin: 0 0 30px 0;
		}

			#content .content-wallpapers h2 { margin-top: 0; }

			#content .content-wallpapers select { 
				background: #333;
				border: 1px #181e1f solid;
				box-shadow: 0 1px 1px #aaa, inset 0 -1px 0 #777;
				-moz-box-shadow: 0 1px 1px #aaa, inset 0 -1px 0 #777;
				-webkit-box-shadow: 0 1px 1px #aaa, inset 0 -1px 0 #777;
				color: #fff;
				font-family: Helvetica, Arial, sans-serif;
				padding: 4px;
				width: 100%;
			}

		#content .social-post { display: none; }
		#content .social-post2 { 
			background: #fff;
			border: 1px #ddd solid;
			border-top: 0;
			box-shadow: inset 0 -2px 0 #eee, 0 -4px 0 #365899;
			-moz-box-shadow: inset 0 -2px 0 #eee, 0 -4px 0 #365899;
			-webkit-box-shadow: inset 0 -2px 0 #eee, 0 -4px 0 #365899;
			display: block;
			left: 10px;
			margin: 0 10px 0 0;
			padding: 3px 10px 0 10px;
			position: absolute;
			top: 0;
			width: 180px;
			z-index: 1000;
		}

		#content .social-post-fb2, #content .social-post-tw2 { float: left; }
		#content .social-post-fb2 { margin: -4px 10px 0 0; }
		.twitter-count-horizontal { width: 80px !important; }

		#content a.entry-title {
			display: block;
			float: left;
			font-size: 30px;
			font-weight: bold;
			line-height: 1em;
			margin: 0;
		}

		#content .btn-prev a {
			background: #fff;
			border: 1px #ddd solid;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			box-shadow: inset 0 -3px 0 #eee;
			-moz-box-shadow: inset 0 -3px 0 #eee;
			-webkit-box-shadow: inset 0 -3px 0 #eee;
			display: block;
			float: left;
			font-size: 18px;
			margin: 0 auto;
			margin-bottom: 30px;
			margin-right: 10px;
			overflow: hidden;
			padding: 10px;
			text-align: center;
			width: 110px;
		}

		#content .btn-next a {
			background: #fff;
			border: 1px #ddd solid;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			box-shadow: inset 0 -3px 0 #eee;
			-moz-box-shadow: inset 0 -3px 0 #eee;
			-webkit-box-shadow: inset 0 -3px 0 #eee;
			display: block;
			float: left;
			font-size: 18px;
			margin: 0 auto;
			margin-bottom: 30px;
			overflow: hidden;
			padding: 10px;
			text-align: center;
			width: 120px;
		}

}

/* 320 */
@media (max-width: 485px) {

	#header span { display: block; }

	#latest { display: none; }

	#header a { 
		background-size: 1286px 120px;
	}

	#container {
		display: block;
		margin: 0 auto;
		width: 100%;
	}

	#leftbar {
		height: 100%;
	}

	#leftbar #menu-mobile { 
		background: #181e1f;
		display: none; 
		height: 100vh;
		left: 0;
		overflow: scroll;
		padding: 20px 20px 0;
		position: fixed;
		top: 0;
		width: -webkit-fill-available;
	}

	#leftbar #menu-mobile .icon-close {
		display: block;
		position: absolute;
		top: 35px;
		right: 20px;
	}

	#leftbar #menu-mobile .icon-close img { width: 30px; }

	#content {
		float: none;
		font-size: 17px;
		height: auto;
		line-height: 24px;
		margin: 0 20px;
		width: auto;
	}

		#content .content-wallpapers { 
			display: block; 
			margin: 0 0 30px 0;
		}

			#content .content-wallpapers h2 { 
				font-size: 24px;
				margin: 20px 0;
			}

			#content .content-wallpapers select { 
				background: #333;
				border: 1px #181e1f solid;
				box-shadow: 0 1px 1px #aaa, inset 0 -1px 0 #777;
				-moz-box-shadow: 0 1px 1px #aaa, inset 0 -1px 0 #777;
				-webkit-box-shadow: 0 1px 1px #aaa, inset 0 -1px 0 #777;
				color: #fff;
				font-family: Helvetica, Arial, sans-serif;
				padding: 4px;
				width: 100%;
			}

		#content .social-post { display: none; }
		#content .social-post2 { 
			background: #fff;
			border: 1px #ddd solid;
			border-top: 0;
			box-shadow: inset 0 -2px 0 #eee, 0 -4px 0 #365899;
			-moz-box-shadow: inset 0 -2px 0 #eee, 0 -4px 0 #365899;
			-webkit-box-shadow: inset 0 -2px 0 #eee, 0 -4px 0 #365899;
			display: block;
			left: 10px;
			margin: 0 10px 0 0;
			padding: 3px 10px 0 10px;
			position: absolute;
			top: 0;
			width: 180px;
			z-index: 1000;
		}

		#content .social-post-fb2, #content .social-post-tw2 { float: left; }
		#content .social-post-fb2 { margin: -4px 10px 0 0; }
		.twitter-count-horizontal { width: 80px !important; }

		#content a.entry-title {
			display: block;
			float: left;
			font-size: 30px;
			font-weight: bold;
			line-height: 1em;
			margin: 0;
		}

		#content .btn-prev a {
			background: #fff;
			border: 1px #ddd solid;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			box-shadow: inset 0 -3px 0 #eee;
			-moz-box-shadow: inset 0 -3px 0 #eee;
			-webkit-box-shadow: inset 0 -3px 0 #eee;
			display: block;
			float: left;
			font-size: 18px;
			margin: 0 auto;
			margin-bottom: 30px;
			margin-right: 10px;
			overflow: hidden;
			padding: 10px;
			text-align: center;
			width: 110px;
		}

		#content .btn-next a {
			background: #fff;
			border: 1px #ddd solid;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			box-shadow: inset 0 -3px 0 #eee;
			-moz-box-shadow: inset 0 -3px 0 #eee;
			-webkit-box-shadow: inset 0 -3px 0 #eee;
			display: block;
			float: left;
			font-size: 18px;
			margin: 0 auto;
			margin-bottom: 30px;
			overflow: hidden;
			padding: 10px;
			text-align: center;
			width: 120px;
		}

}

@media screen and (min-width: 980px)  {
	#leftbar #menu-mobile .icon-close {
		display: none;
	}
}

@media screen and (max-width: 767px) {
/*	#header { 
		max-width: none; 
	}

	#header div a { 
		left: 16px; 
		top: 10px;
	} 

	#header div a img {
		height: auto;
		width: 150px;
	} */

	#rightbar { 
		margin: 0 20px;
		width: auto;
	}
}


/* Latest Wallpapers Page */

.wp-block-latest-posts.is-grid li {
	margin: 0 .5em 1.25em;
}

.is-grid.columns-2 a.wp-block-latest-posts__post-title, .is-grid.columns-3 a.wp-block-latest-posts__post-title {
	display: block;
	padding: 10px 0 0;
}

@media (min-width: 980px) and (max-width: 1279px) {
	.wp-block-latest-posts.columns-3 li {
		margin: 0 .25em !important;
		width: 48% !important;
	}
}

@media screen and (max-width: 599px) {
	.wp-block-latest-posts.is-grid li {
		margin: 0 .25em !important;
		width: 47% !important;
	}

	.is-grid.columns-3 a.wp-block-latest-posts__post-title {
		padding: 10px 0 20px;
	}
}

/* Remove featured image on YT posts */

#content .entry picture:has(+iframe) {
	display: none;
}

/* Featured image update */
#content .entry img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	margin: 0 0 20px;
}

#home .gallery-thumbs-latest-posts {
	display: none;
}