/*!
Theme Name: javr
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: javr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

javr is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

a:hover{
	color:red !important
}

iframe#myIframe {
    width: 100%;
}

.aj_tag h3 {
    font-size: 20px;
    margin-top: 21px;
    color: #fff;
}
a.aj_logo h2 {
    color: red;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 1px 1px #fff;
}
.aj_tag a {
    background-color:red;
    margin-right: 5px;
    display: inline-block;
    color: #fff;
    padding: 3px 7px;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0.2px;
	    margin-bottom: 8px;
}
a.aj_logo h2 span {
    color: #fff;
    text-shadow: 1px 2px red;
}

.aj_tag a:hover {
    background:linear-gradient(90deg, #0048FF 0%, #FE52FB 100%) !important;
   
}

.tt-video-details__video {
    position: relative;
}

.tt-video-details__video img {
    position: absolute;
    width: 100%;
    height: 80%;
    object-fit: cover;
}
.embed-container {
    position: relative;
    z-index: 9;
}

header.tt-2-header.tt-inner-header.to-be-sticky {
    background: #1b1b1b !important;
    padding: 22px 0 !important;
}



.ul-search-form { 
    height: 44px;
}

.tt-shorts .swiper-slide {
    max-width: 24%;
}

a.tt-short__title {
    height: 47px;
    overflow: hidden;
}

.tt-video__title {
    display: block;
	width: 100% !important;}







.pagination {
    text-align: center;
    justify-content: center;
    padding-top: 51px;
}

.page-numbers {
    border: 1px solid #fff;
    color: #fff;
    padding: 9px 17px;
    margin: 0 8px;
}


.page-numbers:hover, span.page-numbers.current {
 background:#fff;
	color:#000
}


.tt-2-header-container.tt-section-spacing {
    padding-top: 34px;
}

h1.tt-video-details__title {
    margin-bottom: 22px;
}

.tt-section-spacing {
    padding: 29px 15px;
}


@media(max-width:800px){
	
	.tt-video-details__right a.tt-video__title {
    height: 62px;
    overflow: hidden;
}
	.tt-video-details__right h3.aj_title { 
    margin: 6px 0 11px;
}
	.tt-video-details__right-videos {
    margin: 0 -6px;
}
	.tt-2-header .logo-container img {
    max-width:175px;
}
	header.tt-2-header.tt-inner-header.to-be-sticky {
    background: #1b1b1b !important;
    padding: 4px 0 !important;
}
	    .tt-video-details__left {
        width: 100%;
    }
	 .tt-video-details__right {
    width: 100%;
  }
	  .tt-video-details > .d-flex {
    flex-direction: column;
  }
	iframe#myIframe {
    width: 100%;
    height: 303px;
}
	.tt-video-details-container.tt-section-spacing {
    padding-top: 8px;
}
	.tt-shorts .swiper-slide {
    max-width: 49% !important;
}
	.page-numbers {
    border: 1px solid #fff;
    color: #fff;
    padding: 3px 8px;
    margin: 0 4px;
}
	.tt-video-details__right-videos .tt-video-horizontal {
    width: 49%;
}
	a.tt-short__title {
    height: 49px;
    overflow: hidden;
    line-height: 16px;
}
.tt-2-header-container.tt-section-spacing {
    padding: 10px 5px;
}
	.tt-2-header-container.tt-section-spacing .tt-section-heading { 
    margin-bottom: 10px;
    padding: 0 10px;
}


}


.server a {
    padding: 6px 3px;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 15px;
    padding: 3px 14px;
    color: #fff;
    margin-bottom: 22px;
    margin-right: 6px;
    font-size: 13px;
}

.server a:hover {
 background:#fff;
	color:#000
}


h3.aj_title {
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 5px;
    margin: 6px 0 24px;
}



.ul-sidebar { 
    width: clamp(230px, 40vw, 100%);
	
}
.tt-short img, .tt-short video { 
    margin-bottom: 3px !important;
}



.tt-short { 
    padding: 5px;
}



/* By default, hide tags after 4 */
 .tag-item {
  display: none;
}
 .tag-1,
 .tag-2,
  .tag-3,
 .tag-5,
 .tag-6,
 .tag-7,
 .tag-8,
 .tag-9,
 .tag-10,
 .tag-11,
 .tag-4 {
  display:block;
}

/* On mobile (max-width: 768px), show all 10 tags */
@media screen and (max-width: 768px) {
.tag-item {
    display: block;
  }
}