/*
Theme Name: YouVideo Child
Theme URI: https://wpenjoy.com/themes/youvideo
Template: youvideo
Author: WPEnjoy
Author URI: https://wpenjoy.com
Description: YouVideo is a user-friendly WordPress theme designed to make sharing videos easy. Whether your videos are from YouTube, Vimeo, Dailymotion, or self-hosted, YouVideo ensures they play smoothly on all devices—desktops, tablets, and smartphones. It's the perfect choice for anyone looking to publish videos with ease and reach a wider audience.
Tags: one-column,two-columns,right-sidebar,flexible-header,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,sticky-post,theme-options,threaded-comments,translation-ready
Version: 1.0.0.1764055881
Updated: 2025-11-25 07:31:21

*/


/* Responsive CSS Style */

@media only screen and (min-width: 1120px) and (max-width: 1359px) {
	.container {
		width: 98%;
	}	
	.header-search {
		width: 300px;
		margin-left: 0;
		left: 32px;
		position: relative;
	}	
	#primary {
		width: 70%;
	}
	.sidebar {
		width: 28%;
	}	
}

@media only screen and (min-width: 959px) and (max-width: 1119px) {
	.container {
		width: 98%;
	}
	.site-branding {
		min-width: auto;
	}
	.header-search {
		width: 220px;
		margin-left: 0;
		left: 32px;
		position: relative;
	}
	#top-menu li a {
		font-size: 13px;
	}
	#primary {
		width: 70%;
	}
	.sidebar {
		width: 28%;
	}
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	.admin-bar .site-header {
		top: 0;
	}
	.header-toggles {
		display: block;
		right: 2%;
	}	
	.home,
	.archive,
	.search {
		.site-content {
			&:before {
				content: none;
			}	
		}
	}	
	.site-header {
		height: 60px;
		line-height: 60px;
		position: relative;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
		.search-icon {
			margin-right: 6px;
		}		
	}
	.site-start {
		position: relative;
	}
	.search-icon {
		display: block;
	}
	.header-search {
		border: 1px solid #e5e5e5;
		display: none;
		height: 52px;
		width: 100%;
		top: 60px;
		left: 0;
		padding: 0;
		.search-input {
			width: 100%;
			height: 50px;
			line-height: 50px;
		}
		.search-submit {
			background: none;
			border-left: none;
			right: 0;
		}
	}
	#page {
		width: 100%;
	}
	.container {
		width: 96%;
	}
	#primary,
	#secondary {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}	
	.site-footer {
		width: 100%;
	}
	#top-menu,
	#primary-menu {
		display: none;
	}
	.site-branding {
		padding-left: 0;
		margin-left: 2%;
		#logo {
			height: 60px;
			line-height: 60px;
			margin: 0;
		}
		img {
			width: auto;
		}
		.site-title {
			font-size: 1.2em;
			line-height: 60px;
		}
		.site-description {
			line-height: 60px;
		}		
	}

	#primary-nav {
		display: none;
	}

	#primary {
		float: none;
	}
	#secondary {
		float: none;
		margin-top: 20px;
	}
	.sidebar,
	.site-footer {
		.widget_ad {
			text-align: center;
		}
	}
	#site-bottom {
		text-align: center;
		.site-info {
			float: none;
			margin-bottom: 5px;
		}		
		.footer-nav {
			float: none;
			ul li {
				padding: 0 5px;
			}
		}
	}
	#back-top a span {
		bottom: 10px;
	}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.home .site-content {
		margin-top: 16px;
	}
	.site-content {
		margin-top: 18px;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.site-branding {
		img {
			max-height: 42px;
			width: auto;
		}
		.site-title {
			line-height: 60px;
			margin: 0;
		}
		.site-description {
			display: none;
		}
	}
	.mobile-menu-icon {
		right: 50px;
	}
	.content-block {
		margin-bottom: 10px;
	}
	.sidebar {
		margin-top: 20px;	
		.widget {
			margin-bottom: 15px;
		}	
	}
	.single #primary {
		.entry-header {
			.entry-meta {
				float: none;
			}
		}
	}	
	.error-404,
	.search-no-results {
		.page-content .search-form input.search-field {
			width: 170px;
		}
	}
	.comment-form {
		.comment-form-author,
		.comment-form-email,
		.comment-form-url {
			width: 100%;
		}
	}		
	#site-bottom {
		margin-top: 15px;
		text-align: left;
		padding: 15px 0;
		.footer-nav li {
			margin: 0 10px 0 0;
			padding: 0;
			a {
				padding: 0;
				&:hover {
					background-color: transparent;
				}
			}
		}
	}	
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.home .site-content {
		margin-top: 12px;
	}
	.site-content {
		margin-top: 12px;
	}
	.content-loop .entry-title {
		font-size: 1.05em;
	}
	.content-list {
		.thumbnail-link {
			width: 80px;
			margin: 0 15px 15px 0;
		}
		.entry-title {
			font-size: 1.2em;
			overflow: hidden;
			display: -webkit-box;
			-webkit-box-orient: vertical;	
			-webkit-line-clamp: 2;			
		}
	}
	.single #primary h1.entry-title {
		font-size: 26px;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.site-header {
		margin-bottom: 15px;
	}
	.home .site-content {
	}
	.site-content {
		margin-top: 10px;
	}
	.single .site-main, 
	.error404 .site-main, 
	.wp-singular .site-main,
	.site-main,
	.post-bottom-related {
	  background-color: transparent;
	  border-radius: 0;
	  padding: 0;
	}
	.content-loop {
		margin-left: 0;
		margin-right: 0;
	}
	.content-loop .entry-title {
		font-size: 1em;
	}
	.content-loop .hentry {
		margin-bottom: 20px;
	}	
	.breadcrumbs h1 {
		font-size: 1.2em;
	}
	.archive,
	.search {
		.breadcrumbs {
			margin-top: 5px;
		}
	}
	.single {
		#primary .entry-header {
			margin-bottom: 15px;
			.entry-author {
				display: none;
			}
			h1.entry-title {
				font-size: 1.1em;
			}
			.entry-meta {
				.entry-comment,
				.sep {
					display: none;
				}
			}
		}
		.has-embed .entry-header {
			margin-top: -5px;
		}
	}
	.page-content p, 
	.entry-content p {
		margin-bottom: 20px;
	}
	.page-title,
	.single h1.entry-title, 
	.page h1.entry-title {
		font-size: 1.2em;
	}
	#comments,
	.comment-respond {
		.comment-metadata {
			display: none;
		}
	}
	.pagination .nav-links .page-numbers {
		font-size: 13px;
	}
}

.ht_grid_1_5 {
  float: left;
  width: 20%; }
  .ht_grid_1_5:nth-of-type(5n+0) {
    margin-right: 0;
    clear: right; }
  .ht_grid_1_5:nth-of-type(5n+1) {
    clear: left; }

@media only screen and (max-width: 768px) {
  .ht_grid_1_5 {
    float: left;
    width: 50%; }
    .ht_grid_1_5:nth-of-type(5n) {
      clear: none; }
    .ht_grid_1_5:nth-of-type(5n+1) {
      clear: none; }
    .ht_grid_1_5:nth-of-type(2n) {
      margin-right: 0;
      clear: right; }
    .ht_grid_1_5:nth-of-type(2n+1) {
      clear: left; } }
@media only screen and (max-width: 767px) {
  .ht_grid_1_5 {
    float: left;
    width: 50%;
    margin-right: 0; }
    .ht_grid_1_5:after {
      clear: both;
      content: " ";
      display: block; }
}

.header-smearch {
	margin: 20px auto;
}
.content-loop .thumbnail-link img {
    height: 220px;
    object-fit: cover;
}
.content-loop .hentry {
    padding: 10px 10px;
}

.wp-video.first-video {
	width: 80% !important;
}
.mejs-container {
max-height: 55vh;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.mejs-container video {
max-width: 80%;
max-height: 80%;
height: auto;
width: auto;
}
.mejs-container {
padding-left: 15px;
padding-right: 15px;
}
.mejs-container video[src*=".mp4"]:not([src*="landscape"]) {
width: auto;
height: auto;
}

.entry-content > h3 {text-align: center; }
	
.entry-content > h3 > a, .smart-video-download {
	background: #d8201d;
	color: #fff !important;
	font-size: 1.1rem;
	display: inline-block;
	border-radius: 2rem;
  padding-top: 0.5em;
  padding-right: 2em;
  padding-bottom: 0.5em;
  padding-left: 2em;
	text-decoration: none !important;
  font-family: inherit;
	font-weight: 400;
}

.wp-video {
	margin-top: 1.5em;
  margin-bottom: 1.5em;
	margin-left: auto;
  margin-right: auto;
}
.video-download-links {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    text-align: center;
}

.video-download-links div {
	  margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.related-title, .wp-block-heading {
	color: #d8201d;
}

.two-lines, .content-loop .entry-title, .widget-posts-thumbnail .entry-wrap a {
    -webkit-line-clamp: 3;
}