/*
Theme Name: WPXXX Child
Theme URI: https://github.com/chrismccoy/wpxxx
Author: Your Name
Author URI: Your Website URL
Description: A child theme for the WPXXX theme.
Template: wpxxx-v8
Version: 1.0.0
Text Domain: wpxxx-child
*/

/* You can add custom CSS below this line */
/*
IMPORTANT:
- Do not change "Author: WP-Script" in the header of this file. 

Need help? Check the following links to get more information about child themes:
- WP-Script help: https://www.wp-script.com/blog/how-to-create-a-wordpress-child-theme/
- WordPress developer resource: https://developer.wordpress.org/themes/advanced-topics/child-themes/

Write your own CSS code after this comment block.
*/
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
#content{
	margin-top: 55px;
}

/* button{
	border-color: transparent !important;
	background-color: transparent !important;
} */
.player-mp4 iframe{	
	width: 90%;
}

.player-mp4 {
    position: relative;
    overflow: hidden;
    padding-top: 0px !important;
	text-align: center;
}
.menu-item{
	margin-top: 2.55rem; /* 6px */
	margin-bottom: 2.55rem; /* 6px */
	width: 100%;
	border: 3.5px solid white;
	border-radius: 19px;
	margin-left: 3px;
	padding: 7px;
}

.mobile-menu-custom {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--background);
    z-index: 100; /* Ensure it appears above other content */
}

.mobile-menu.hidden {
    display: none; /* Hide the menu when the 'hidden' class is applied */
}

.menu-toggle-custom {
    cursor: pointer; /* Ensure the toggle button looks clickable */
}

.menu-close {
    cursor: pointer; /* Ensure the close button looks clickable */
}

.active{
	display: block;
}

.label{
	border-radius:50px
}

#site-navigation>ul>li>a{
	border-radius:20px
}

.row{
	text-align:center
}

#site-navigation a{
	background: black;
	color: white !important;
	margin: 0 5px 0 0;
	font-weight: bold;
}

#site-navigation{
	background: none !important;
	-webkit-box-shadow: none !important;
}

.site-branding .header-search input{
	border-radius:20px
}
#site-navigation ul{
	display: flex;
	justify-content: center;

}

#site-navigation>ul>li {
	border-right: 0px;
	border-left: 0px;
}
#site-navigation>ul>li:first-child{
	border-left: 0px;
}

.site-branding.row{
	display: block;
}

.header-search{
	justify-content: center;
	display: flex;
}

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

#page{
	font-family: "JetBrains Mono", sans-serif;
	font-weight: 400;
	font-style: normal;
}

/* @media screen and (max-width: 991.98px) {
    #site-navigation ul {
        top: 55px;
        left: 20px;
		position: fixed;
    }
} */

#site-navigation .button-nav{
	background-color: black !important;
	position: fixed;
    padding: 10px !important;
    margin-top: 20px;
	margin-right: 15px;
    z-index: 99999;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #site-navigation ul {
        top: 60px;
        left: 0px;
		position: fixed;
		display: block;
        z-index: 2;
    }
}

@media screen and (max-width: 991.98px) {
    #site-navigation ul {
        display: block;
        z-index: 2;
		position: fixed;
		left: 0px;
    }
}

.thumb-block {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    display: block !important;
    transform: scale(0.985);
    background-color: #2e2e2e !important;
    border-radius: 5px;
	border: 1px solid;
/*     margin: 4px; */
}

body{
	background-color: #141414 !important;
	font-family: "JetBrains Mono", sans-serif;
  	font-weight: 400 !important;
	color: white;
}

#site-navigation {
    clear: both !important;
    display: block !important;
    float: left !important;
    width: 100% !important;
	height: 7.125em !important;
    line-height: 3.125em !important;
}

.views{
	display:none;
}

@media only screen and (max-width: 767.98px) {
    .tags .tags-list .label {
        margin: 0 1em 1em 0;
        /* padding: 0.5em 1em; */
        /* font-size: 0.9em; */
        display: inline-block;
    }
}

#video-about .tags .tags-list .label {
    margin: 0 0.6em 0.6em 0;
    display: inline-block;
    color: black;
}