/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.top-bar {
	background-color: #111;
	padding: 0.25em 0;
	box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.12);
}

.top-bar .row {
	padding: 0 1.5em;
}

.top-bar small {
	color: #777;
}

.top-bar .social-share a {
	background: #222;
	display: inline-block;
	text-align: center;
	width: 30px;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.top-bar .social-share i {
	color: #777;
	margin-right: 0;
	position: relative;
	top: 1px;
}

.top-bar .social-share a:hover i {
	color: #fff;
}

.top-bar-content {
	display: flex;
	justify-content: space-between;
}

#content {
	margin-top: 1em;
}

.site-branding,
.site-content {
	padding: 1em 1.5em;
	overflow: hidden;
}

.site-branding {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	min-height: 7em;
	/*max-height: 7em;*/
}

.site-branding .logo,
.site-branding .header-search,
.site-branding .happy-header {
	align-self: center;
	width: 100%;
}

.happy-header-mobile {
	line-height: 0;
}

.happy-header-mobile,
.under-player-ad-mobile,
.happy-footer-mobile {
	display: none;
}

.site-branding .happy-header {
	text-align: right;
}

.site-branding .logo a {
	display: inline-block;
	color: #e5e5e5;
	outline: none;
}

.site-branding .logo i {
	margin-right: 0;
}

.site-branding .header-search input {
	width: 70%;
	float: left;
}

.site-branding .header-search input#searchsubmit {
	width: 45px;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

img[data-src] {
	opacity: 0;
	transition: opacity 0.25s ease-in-out;
}

img[data-src].initial,
img[data-src].error,
img[data-src].loaded {
	opacity: 1;
	transition: opacity 0.25s ease-in-out;
}

.page-header {
	margin-bottom: 1em;
	position: relative;
}

.videos-list {
	margin: 0 -5px 0;
}

.thumb-block {
	float: left;
}

.thumb-block .entry-header {
	font-weight: normal;
	text-align: center;
	height: 3.5em;
	overflow: hidden;
	color: #ddd;
	display: block;
	padding: 0.5em 0 0;
	font-size: 0.875em;
}

.thumb-block .photos-thumb {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.thumb-block .post-thumbnail {
	line-height: 0;
	position: relative;
	width: 100%;
	background-color: #000;
}

.post-thumbnail-container {
	display: flex;
	align-items: stretch;
	/* center / stretch */
	position: absolute;
	width: 100%;
	height: 100%;
}

.thumb-block .post-thumbnail img {
	width: 100%;
	z-index: 10;
}

.thumb-block .post-thumbnail .wpst-trailer {
	width: 100%;
}

.video-debounce-bar {
	position: absolute;
	z-index: 200;
	top: 0;
	left: 0;
	height: 3px;
	width: 0%;
	opacity: 0.5;
	background: rgb(255, 255, 255);
}

.video-debounce-bar--wait {
	/*
	 * debounce-bar-load
	 * 0.50s = animation time
	 * 0.25s = delay time
	 *
	 * debounce-bar-hide
	 * 0.50s = animation time
	 * 1s    = animation delay ( > debounce-bar-load animation + delay times)
	 */
	animation: debounce-bar-load 0.5s 0s ease-in-out forwards, debounce-bar-hide 0.5s 1s ease-in-out forwards;
}

@keyframes debounce-bar-load {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

@keyframes debounce-bar-hide {
	0% {
		top: 0;
	}

	100% {
		top: -100%;
	}
}


.video-preview-item {
	position: relative;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
}

.video-preview-item .video-overlay {
	position: absolute;
	inset: 0;
	display: none;
	z-index: 2;
}

.video-preview-item video,
.video-preview-item img.preview-thumb {
	width: 100%;
	height: auto;
	display: block;
}


.video-preview {
	position: absolute;
	display: flex;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.thumb-block .video-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 11;
	position: absolute;
}

.video-img--hidden {
	opacity: 0 !important;
	transition: opacity .25s ease-in !important;
}

.rating-bar-meter {
	-webkit-transition: width 0.3s ease-in-out;
	-moz-transition: width 0.3s ease-in-out;
	-ms-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}

.thumb-block .rating-bar-meter,
.thumb-block:hover .rating-bar i,
.thumb-block:hover .rating-bar span,
.thumb-block:hover .rating-bar.no-rate .rating-bar-meter {
	display: none;
}

.thumb-block:hover .rating-bar-meter {
	display: block;
}

.thumb-block:hover .rating-bar.no-rate i,
.thumb-block:hover .rating-bar.no-rate span {
	display: inline-block;
}

.no-thumb {
	background: #333;
}

.no-thumb span {
	color: #777;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: auto;
	display: table;
	text-shadow: 1px 1px #181818;
}

.play-icon-hover {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	text-align: center;
}

.play-icon-hover i {
	color: #fff;
	opacity: 0.7;
	transform: translateY(-50%);
	margin-right: 0;
}

.post-thumbnail:hover .play-icon-hover,
.slide:hover .play-icon-hover {
	display: block;
	cursor: pointer;
}

.post-thumbnail:hover .play-icon-hover i::before,
.slide:hover .play-icon-hover i::before {
	transition: all 0.5s linear;
}

span.views,
span.duration,
span.hd-video {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 5px;
	padding: 0.2em 0.4em;
	font-size: 0.75em;
	z-index: 20;
}

span.duration {
	left: inherit;
	right: 5px;
}

span.hd-video {
	font-weight: 900;
	padding: 10px 5px;
	top: 5px;
	right: 5px;
	left: inherit;
	bottom: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#sidebar span.hd-video {
	font-size: 0.65em;
	padding: 8px 3px;
}

.bx-wrapper span.hd-video {
	padding: 2px 5px;
}

span.views i,
span.duration i {
	position: relative;
	top: -1px;
}

#rating {
	color: #aaa;
	font-size: 1em;
}

#rating i.fa-thumbs-up {
	color: #eee;
	font-size: 1.2em;
	margin-right: 0;
}

.rating-bar,
.categories-list .thumb-block .entry-header,
.actors-list .thumb-block .entry-header,
#filters .filters-select,
#filters .filters-options {
	background-color: #333 !important;
	border: 1px solid #333;
	text-align: center;
	font-size: 75%;
	color: #fff;
	height: 1.5em;
}

.categories-list .thumb-block .entry-header,
.actors-list .thumb-block .entry-header {
	height: auto;
	min-height: 2.8em;
	overflow: hidden;
	font-size: 1em;
	padding: 0.35em 0.35em 0.45em;
	box-shadow: none;
}

.categories-list .thumb-block .entry-header .cat-title:before {
	content: "\f07b";
	font-family: fontAwesome;
	margin-right: 0.5em;
}

.categories-list .thumb-block:hover .entry-header .cat-title:before {
	content: "\f07c";
	margin-right: 0.33em;
}

.actors-list .thumb-block .entry-header .actor-title:before {
	content: "\f005";
	font-family: fontAwesome;
	margin-right: 0.5em;
}

.actors-list .thumb-block .entry-header .actor-count {
	display: block;
	margin-top: 0.35em;
	font-size: 0.82em;
	color: #cfcfcf;
}

.rating-bar-meter {
	height: 1.3em;
	-moz-box-shadow: inset 0px 0px 2px 0px #000000;
	-webkit-box-shadow: inset 0px 0px 2px 0px #000000;
	-o-box-shadow: inset 0px 0px 2px 0px #000000;
	box-shadow: inset 0px 0px 2px 0px #000000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=NaN, Strength=2);
}

#filters {
	position: absolute;
	right: 0.45em;
	top: 0.45em;
}

#filters .filters-select {
	background-color: #181818 !important;
	position: relative;
	display: inline-block;
	cursor: pointer;
	height: auto;
	padding: 0.25em 1em;
}

#filters .filters-select:after {
	content: "\f0d7";
	font-family: fontAwesome;
	margin-left: 0.3em;
}

#filters .filters-options {
	display: none;
	background-color: #222 !important;
	border-top: 8px solid #282828 !important;
	border-color: #282828 !important;
	border-width: 1px;
	position: absolute;
	z-index: 99999;
	right: -9px;
	top: 100%;
	height: auto;
	font-size: inherit;
	box-shadow: none;
}

#filters .filters-options span,
#filters .filters-select:hover .filters-options {
	display: block;
}

#filters .filters-options span {
	width: 160px;
	text-align: right;
}

#filters .filters-options span a {
	color: #eee;
	padding: 0.75em 1em;
	display: block;
}

#video-buttons i,
span.post-like,
.show-more i {
	color: #777;
}

.like #more {
	margin-right: 1em;
}

.like #more:hover .grey-link {
	color: #fff;
}

.grey-link {
	color: #777;
	font-size: 1rem;
}

.dislike #less {
	color: #777;
}

span.post-like {
	font-size: 1.3em;
}

.tab-content>div {
	display: none;
}

.tab-content #video-about {
	display: block;
}

.entry-content #video-views {
	font-size: 0.875em;
	padding-bottom: 0.4em;
}

.entry-content #video-views span {
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 767.98px) {
	.top-bar {
		overflow: hidden;
		padding-bottom: 0.75em;
	}

	.top-bar-content {
		display: block;
		justify-content: inherit;
		text-align: left;
	}

	.top-bar .social-share {
		padding-top: 1em;
	}

	.top-bar .social-share small {
		display: none;
	}

	.top-bar .social-share {
		display: none;
	}

	.top-bar .social-share a {
		font-size: 20px;
		margin: 0 5px 10px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		padding: 0;
	}

	.top-bar .membership {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 10px;
	}

	.top-bar .membership span.topbar-item-text {
		display: none;
	}

	.top-bar .membership a {
		font-size: 25px;
		margin: 0 10px;
	}

	.site-header {
		position: relative;
	}

	.site-branding {
		height: auto;
		max-height: inherit;
		display: block;
		clear: both;
	}

	.site-branding,
	.site-content {
		padding: 10px;
	}

	.site-branding .header-search {
		text-align: center;
		margin: 1em auto;
	}

	.site-branding .logo,
	.site-branding .logo a,
	.site-branding .logo img {
		width: 90%;
	}

	.site-branding .logo {
		max-width: 63%;
	}

	.site-branding .logo a,
	.site-branding .logo img {
		width: 100%;
	}

	.site-branding .header-search input {
		width: calc(98% - 45px);
		float: none;
	}

	.site-branding .header-search input#searchsubmit {
		position: relative;
		top: 0;
		left: -5px;
	}

	.site-branding .happy-header {
		margin: 2em auto 0;
	}

	#site-navigation {
		position: absolute;
		top: 36px;
		right: 20px;
		float: none;
		height: 0;
		border: 0 !important;
	}

	#site-navigation.membership-enabled {
		top: 70px;
	}

	.logo .site-title {
		width: 84%;
	}

	.logo .site-title a {
		font-size: 26px !important;
	}

	.logo p.site-description {
		margin-top: 5px;
	}

	#content {
		margin-top: 0;
	}

	.thumb-block {
		width: 50%;
		padding: 5px;
		margin-bottom: 3%;
	}

	.content-area:not(.categories-list) .videos-list .thumb-block {
		width: 100%;
		padding: 0 0 14px;
		margin-bottom: 0;
	}

	.thumb-block.full-width {
		width: 100%;
	}

	.thumb-block a {
		display: block;
	}

	.under-video-block .show-more-related a.button {
		display: block;
	}

	.play-icon-hover i {
		font-size: 5em;
	}

	.main-navigation {
		margin: 0 0 0.5em;
	}

	.happy-header-mobile {
		margin: 0 auto 20px;
		text-align: center;
		display: block;
	}

	.happy-under-player {
		display: none;
	}

	.anwad-faphouse-player-banner {
		margin-top: 20px;
	}

	.anwad-faphouse-player-banner-desktop {
		display: none !important;
	}

	.anwad-faphouse-player-banner-mobile {
		display: block !important;
		max-width: 370px;
		margin: 0 auto;
	}

	.happy-under-player-mobile {
		text-align: center;
		margin-top: 20px;
		display: block;
	}

	.happy-footer-mobile {
		margin: 0 auto;
		text-align: center;
		display: block;
	}

	.happy-header,
	.happy-footer,
	.happy-inside-player {
		display: none;
	}

		.top-bar-content,
		.title-block h1.entry-title,
		.happy-sidebar {
			text-align: center;
		}

		.video-player {
			width: 100vw;
			margin-left: calc(50% - 50vw);
			margin-right: calc(50% - 50vw);
			background: #000;
			line-height: 0;
			box-shadow: 0 20px 38px rgba(0, 0, 0, 0.45);
		}

		.responsive-player {
			aspect-ratio: 4 / 3;
			min-height: clamp(17rem, 72vw, 24rem);
			max-height: 78vh;
			background: #000;
			overflow: hidden;
		}

		.responsive-player > iframe,
		.responsive-player .fluid_video_wrapper,
		.responsive-player .video-js {
			width: 100% !important;
			height: 100% !important;
		}

		.title-block {
			margin-top: 0.65em;
		}

		.title-block h1.entry-title {
			font-size: 1.25em;
		}

	.pagination {
		display: block;
		width: 100%;
		margin: 0;
		overflow: visible;
	}

	.pagination ul {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		gap: 0.4em;
		overflow: visible;
		padding: 1.25em 0 0.5em;
		white-space: nowrap;
	}

	.pagination ul li {
		float: none;
		flex: 0 0 auto;
		margin: 0;
	}

	.pagination ul li a {
		min-width: 2.25em;
		padding: 0.5em 0.75em;
		font-size: 0.95em;
		line-height: 1.1;
		text-align: center;
		white-space: nowrap;
	}

	#sidebar {
		margin: 40px 0;
		clear: both;
		overflow: hidden;
	}

	.widget_categories ul li a {
		padding: 0.75em 1em;
		margin: 0 1em 1em 0;
	}

	.more-videos span,
	.breadcrumbs-area {
		display: none;
	}

	.more-videos i {
		margin-left: 0.188em;
	}

	#rating {
		width: 100%;
		padding: 0.5em 0 0.5em 0.25em;
		text-align: center;
	}

	#video-tabs .about,
	#video-tabs .share {
		display: none;
	}

	#video-tabs #tracking-url,
	#tracking-url {
		display: block;
		position: relative;
		margin: 0 auto 1em;
		text-align: center;
	}

	#tracking-url {
		margin: 10px 0;
	}

	#video-share {
		padding: 0 1em;
		margin: 1em 0;
		text-align: center;
		display: block;
	}

	#video-share a {
		margin: 0 0.2em 0.75em 0;
	}

	#video-share i {
		font-size: 1.5em;
		width: 45px;
		height: 45px;
		line-height: 45px;
	}

	.video-description {
		margin-bottom: 1em;
	}

	.video-description p,
	.archive-description p,
	p.comment-notes {
		font-size: 0.9em;
	}

	.happy-inside-player {
		width: 90%;
	}

	.close-text {
		font-size: 90%;
	}

	.tags {
		margin-top: 1em;
	}

	.tags .tags-list .label {
		margin: 0 1em 1em 0;
		padding: 0.5em 1em;
		font-size: 0.9em;
		display: inline-block;
	}

	#rating-col {
		width: 100%;
		padding: 0 1.375em 1.375em;
	}

	.entry-content .rating-bar,
	.rating-result {
		width: 100%;
	}

	#video-about {
		float: none;
		padding: 1.5em 1em 1em;
		width: 100%;
		text-align: center;
	}

	.category-archive-overview {
		grid-template-columns: 1fr;
	}

	.actor-archive-overview {
		grid-template-columns: 1fr;
	}

	.actors-hub-actions,
	.actor-archive-actions,
	.actor-archive-facts,
	.actor-archive-topics-list,
	.actor-archive-supporting-topics {
		gap: 0.6em;
	}

	#comments input,
	#comments textarea {
		width: 100%;
		margin-bottom: 1em;
	}

	#comments .button.margin-top-2 {
		margin-top: 0;
	}

	.site-footer {
		margin-top: 0;
	}

	.site-footer .one-column-footer .widget,
	.site-footer .two-columns-footer .widget,
	.site-footer .three-columns-footer .widget,
	.site-footer .four-columns-footer .widget {
		width: 100%;
		float: none;
		margin: 0 0 8%;
	}

	.site-footer .widget-title {
		margin-top: 1em;
	}

	.happy-footer {
		margin-bottom: 0.5em;
	}

	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		max-width: 100%;
	}

	.prev-photo,
	.next-photo {
		display: none;
	}

	.video-submit-area input,
	.video-submit-area textarea {
		width: 100%;
	}

	.tag-hub-cloud {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.65em;
	}

	.tag-hub-cloud .widget-title {
		grid-column: 1 / -1;
		margin-bottom: 0;
	}

	.tag-hub-cloud .tagcloud,
	.tag-hub-cloud .tagcloud {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.65em;
		line-height: 1.35;
	}

	.tag-hub-cloud .tagcloud a,
	.tag-hub-cloud a.tag-cloud-link {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		min-height: 3em;
		padding: 0.7em 0.8em;
		font-size: 1rem !important;
		line-height: 1.2;
		background: #555;
		color: #f1f1f1;
		white-space: normal;
		word-break: break-word;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 20em) {
	/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 20em) and (min-width : 48em) {
	/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media (min-width: 768px) and (max-width: 991.98px) {
	.top-bar {
		overflow: hidden;
		padding-bottom: 0.75em;
	}

	.top-bar-content {
		display: flex;
		justify-content: space-between;
	}

	.top-bar .social-share {
		padding-top: 8px;
	}

	.top-bar .social-share small {
		display: none;
	}

	.top-bar .membership {
		display: flex;
		justify-content: center;
		margin-top: 10px;
	}

	.top-bar .membership .welcome {
		font-size: 16px;
	}

	.top-bar .membership span.topbar-item-text {
		display: none;
	}

	.top-bar .membership a {
		font-size: 25px;
		margin: 0 10px;
	}

	.site-header {
		position: relative;
	}

	.site-branding {
		height: auto;
		max-height: inherit;
		display: block;
		clear: both;
	}

	.site-branding .logo {
		margin: 0 auto 30px;
	}

	.site-branding .header-search,
	.site-branding .happy-header {
		text-align: center;
		margin: 1em auto;
	}

	.site-branding .logo,
	.site-branding .logo a,
	.site-branding .logo img {
		width: 100%;
	}

	.site-branding .header-search input {
		width: calc(99% - 45px);
		float: none;
	}

	.site-branding .header-search input#searchsubmit {
		position: relative;
		top: 0;
		left: -5px;
	}

	#site-navigation {
		position: absolute;
		top: 75px;
		right: 20px;
		float: none;
		height: 0;
		border: 0 !important;
	}

	#site-navigation ul {
		top: 55px;
		left: 20px;
	}

	.site-title a {
		font-size: inherit;
	}

	.site-branding .happy-header {
		margin: 2em auto 0.5em;
		display: none;
	}

	.site-content .widget-area {
		float: right;
		overflow: hidden;
		width: 18.75em;
	}

	.happy-under-player {
		display: none;
	}

	.happy-under-player-mobile {
		display: block;
	}

	.thumb-block {
		width: 33.333333%;
		padding: 5px;
		margin-bottom: 3%;
	}

	.thumb-block a {
		display: block;
	}

	.play-icon-hover i {
		font-size: 4em;
	}

	#rating {
		width: 30%;
		float: left;
		padding: 0.5em 0 0 0.25em;
	}

	#video-tabs {
		width: 70%;
		float: left;
	}

	#rating-col {
		width: 30%;
		float: left;
		padding: 0 1.375em;
	}

	#video-about {
		float: left;
		padding: 0 1em;
	}

	#sidebar {
		margin-top: 2em;
	}

	.breadcrumbs-area {
		display: none;
	}

	.happy-header-mobile,
	.happy-sidebar {
		text-align: center;
		display: block;
	}

	.happy-header-mobile {
		width: min(300px, calc(100% - 24px));
		margin: 0 auto 16px;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}

	.happy-header-mobile > *,
	.happy-header-mobile ins,
	.happy-header-mobile a,
	.happy-header-mobile div,
	.happy-header-mobile iframe,
	.happy-header-mobile img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}

	.under-player-ad-mobile {
		text-align: center;
		margin: 40px 0 20px;
		display: block;
	}

	.happy-footer-mobile {
		margin: 0 auto;
		text-align: center;
		display: block;
	}

	.happy-footer {
		display: none;
	}

	.site-content .widget-area {
		float: none;
		width: 100%;
	}

	.site-footer .one-column-footer .widget,
	.site-footer .two-columns-footer .widget,
	.site-footer .three-columns-footer .widget,
	.site-footer .four-columns-footer .widget {
		width: 100%;
	}

	.site-footer .widget-title {
		margin-top: 1em;
	}

	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		max-width: 33.33%;
	}
}

/* iPads (portrait) ----------- */
@media only screen and (min-width : 48em) and (max-width : 64em) and (orientation : portrait) {
	/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 48em) and (max-width : 64em) and (orientation : landscape) {
	/* Styles */

}

/* Small desktops ----------- */
@media (min-width: 992px) and (max-width: 1199.98px) {
	#content {
		min-height: 40em;
	}

	.col-1,
	.col-2 {
		float: left;
		width: 48%;
	}

	.col-1 {
		margin-right: 4%;
	}

	.col-3 {
		width: 31.3%;
		float: left;
		margin-right: 3%;
	}

	.col-3:nth-child(3n) {
		margin-right: 0;
	}

	.site-branding .logo {
		margin-right: 1em;
	}

	.site-branding .logo,
	.site-branding .logo a,
	.site-branding .logo img {
		width: 90%;
	}

	.content-area {
		float: left;
		margin: 0 -21em 0 0;
		width: 100%;
	}

	.content-area.with-sidebar-right {
		float: left;
		margin: 0 -21em 0 0;
	}

	.content-area.with-sidebar-left {
		float: right;
		margin: 0 0 0 -21em;
	}

	.site-main.with-sidebar-right {
		margin: 0 21em 0 0;
	}

	.site-main.with-sidebar-left {
		margin: 0 0 0 21em;
	}

	.site-content .widget-area {
		float: right;
		overflow: hidden;
		width: 18.75em;
	}

	.site-content .widget-area.with-sidebar-right {
		float: right;
	}

	.site-content .widget-area.with-sidebar-left {
		float: left;
	}

	.thumb-block {
		width: 25%;
		padding: 5px;
		margin-bottom: 2%;
	}

	#sidebar .thumb-block,
	.site-footer .four-columns-footer .thumb-block {
		width: 50%;
	}

	.site-footer .two-columns-footer .thumb-block {
		width: 25%;
	}

	.site-footer .three-columns-footer .thumb-block {
		width: 33.33%;
	}

	#sidebar .thumb-block .entry-header,
	.site-footer .one-column-footer .thumb-block .entry-header,
	.site-footer .two-columns-footer .thumb-block .entry-header,
	.site-footer .three-columns-footer .thumb-block .entry-header,
	.site-footer .four-columns-footer .thumb-block .entry-header,
	#sidebar span.views,
	#sidebar span.duration,
	.site-footer span.views,
	.site-footer span.duration,
	#sidebar .more-videos span,
	.site-footer .more-videos span {
		display: none;
	}

	#sidebar .more-videos i,
	.site-footer .more-videos i {
		margin-left: 0.188em;
	}

	.play-icon-hover i {
		font-size: 3em;
	}

	#sidebar .play-icon-hover i,
	.site-footer .play-icon-hover i {
		font-size: 2.5em;
	}

	#rating {
		width: 30%;
		float: left;
		padding: 0.5em 0 0 0.25em;
	}

	#video-tabs {
		width: 70%;
		float: left;
	}

	#rating-col {
		width: 30%;
		float: left;
		padding: 0 1.375em;
	}

	#video-about {
		float: left;
		padding: 0 1em;
	}

	#video-share a {
		margin: 0 0 10px 0;
	}

	#video-share i {
		font-size: 1rem;
	}
}

/* Desktops and laptops ----------- */
@media (min-width: 1200px) {
	#content {
		min-height: 40em;
	}

	.col-1,
	.col-2 {
		float: left;
		width: 48%;
	}

	.col-1,
	.blog-article .col-1 {
		margin-right: 2%;
	}

	.blog-article .col-1,
	.blog-article .col-2 {
		float: left;
	}

	.blog-article .col-1 {
		width: 20%;
	}

	.blog-article .col-2 {
		width: 76%;
	}

	.col-3 {
		width: 31.3%;
		float: left;
		margin-right: 3%;
	}

	.col-3:nth-child(3n) {
		margin-right: 0;
	}

	.content-area {
		float: left;
		margin: 0 -21em 0 0;
		width: 100%;
	}

	.content-area.with-sidebar-right {
		float: left;
		margin: 0 -21em 0 0;
	}

	.content-area.with-sidebar-left {
		float: right;
		margin: 0 0 0 -21em;
	}

	.site-main.with-sidebar-right {
		margin: 0 21em 0 0;
	}

	.site-main.with-sidebar-left {
		margin: 0 0 0 21em;
	}

	.site-content .widget-area {
		float: right;
		overflow: hidden;
		width: 18.75em;
	}

	.site-content .widget-area.with-sidebar-right {
		float: right;
	}

	.site-content .widget-area.with-sidebar-left {
		float: left;
	}

	.comment-notes {
		font-size: 0.9em;
		font-style: italic;
	}

	.comment-form-comment,
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		width: 48%;
		float: left;
	}

	.comment-form-comment.full-width {
		width: 100%;
	}

	.comment-form-comment {
		margin-right: 4%;
	}

	.comment-form-author input,
	.comment-form-email input,
	.comment-form-url input {
		width: 100%;
		margin-bottom: 1em;
	}

	.form-submit {
		clear: both;
		display: block;
		padding-top: 1em;
	}

	.thumb-block {
		width: 20%;
		padding: 5px;
		margin-bottom: 1%;
	}

	#sidebar .thumb-block,
	.site-footer .four-columns-footer .thumb-block {
		width: 50%;
	}

	.site-footer .two-columns-footer .thumb-block {
		width: 25%;
	}

	.site-footer .three-columns-footer .thumb-block {
		width: 33.33%;
	}

	#sidebar .thumb-block .entry-header,
	.site-footer .one-column-footer .thumb-block .entry-header,
	.site-footer .two-columns-footer .thumb-block .entry-header,
	.site-footer .three-columns-footer .thumb-block .entry-header,
	.site-footer .four-columns-footer .thumb-block .entry-header,
	#sidebar span.views,
	#sidebar span.duration,
	.site-footer span.views,
	.site-footer span.duration,
	#sidebar .more-videos span,
	.site-footer .more-videos span {
		display: none;
	}

	#sidebar .more-videos i,
	.site-footer .more-videos i {
		margin-left: 0.188em;
	}

	.play-icon-hover i {
		font-size: 4em;
	}

	#sidebar .play-icon-hover i {
		font-size: 3em;
	}

	.site-footer .three-columns-footer .play-icon-hover i,
	.site-footer .four-columns-footer .play-icon-hover i {
		font-size: 3em;
	}

	#rating {
		width: 30%;
		float: left;
		padding: 0.5em 0 0 0.25em;
	}

	#video-tabs {
		width: 70%;
		float: left;
	}

	#rating-col {
		width: 30%;
		float: left;
		padding: 0 1.375em;
	}

	#video-about {
		float: left;
		padding: 0 0.5em;
	}
}
