/*
Theme Name: DD Network 2024
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Template: twentytwentyfour
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.1.1718436989
Updated: 2024-06-15 07:36:29

*/

.rounded-borders{
    border-radius: 360px!important;
    overflow: hidden;
    padding: 8px;
}



.rounded-borders a.wp-block-navigation-item__content {
    border-right: #0000004d solid 1px;
}

.rounded-borders li:last-child a.wp-block-navigation-item__content {
    border-right: none;
}

a.wp-block-navigation-item__content:hover {
    text-decoration: none;
    background-color: var(--wp--preset--color--contrast);
    color: white !important;
}

.top-header {
    z-index: 1000;
    position: fixed!important;
    top: -100px; /* Move the header off-screen initially */
    left: 0;
    width: 100%;
    transition: top 0.5s ease;
    padding: 20px!important;
}

/* Define the fade-in and up keyframes */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
	100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Define the fade-out and down keyframes */
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(100px);
  }
}

/* Apply initial state to elements with the class "anim-up" */
.anim-up {
  opacity: 0;
  transform: translateY(100px);
}

/* Trigger the fade-in animation once the document is loaded */
body.loaded .anim-up {
  animation: fadeInUp 0.5s forwards;
}

/* Trigger the fade-out animation */
.anim-up.fade-out {
  animation: fadeOutDown 0.5s forwards;
}

a.btn{
	padding: 10px;
	color: white;
	background: black;
}

.flex-list {
    display: flex;
    flex-flow: column-reverse;
}

.flex-list a {
    color: inherit;}

.youtube-video-item {
    flex-direction: row;
    display: flex;
}


.video-info {
    padding: 10px;
    display: flex;
    flex-direction: column;
}
    
     .movin {
            /* Add any specific styles you want for the movin class */
            position: relative;
        }
        
p.most-recent span {
    display: block;
    text-transform: uppercase;
    font-size: 4rem;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px white;
    white-space: pre-line;
    line-height: 1;
    font-family: sans-serif;
}

p.most-recent span b {
     font-weight: 100;
    color: white;
    -webkit-text-stroke: 0px white;
}

.yt-data{
    display: flex;
}

.yt-data p {
    margin-right: 4px;
    padding: 2px 18px;
    background: white;
    border-radius: 360px;
}

    .no-gap .is-layout-flex{
    gap: 0rem!important;
}

a.yt-link {
    text-decoration: none;
    display: flex!important;
    flex-flow: column;
}

.yt-thumbnail{
    border-radius: 8px;
}

.yt-thumb-app {
    max-width: 85%;
    padding-top: 15px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.125rem;
    padding-left: 15px;
}

.border-round,
.yt-link img {
    border-radius: 8px;
}

.wp-block-group {
    background-color: transparent;
}
:where(.wp-site-blocks *:focus) {
    outline-width: 0px!important;
    outline-style: none!important;
}

.has-modal-open .items-justified-center.rounded-borders {
    border-radius: 0px !important;
}


.has-modal-open .rounded-borders a.wp-block-navigation-item__content {
    border-right: none;
}

.has-modal-open .rounded-borders li:last-child a.wp-block-navigation-item__content {
    border-right: none;
}

.has-modal-open  a.wp-block-navigation-item__content {
    font-size: 1.7rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 4vh;
}

.has-modal-open .rounded-borders .wp-block-navigation.items-justified-center {
    align-self: flex-end;
}


.has-modal-open li.has-small-font-size.wp-block-navigation-item.wp-block-navigation-link {
    align-self: self-end;
}

.flex.row.four{
    display:flex;
    flex-direction: row;
    flex-wrap:wrap;
}

.flex.row.four .card{
    width: 24%;
}

.card img {
    width: 100%;
    border-radius: 8px;
}

.video-info {
    padding: 0px!important;
    margin-right: auto;
}

a.video-item-link.card {
    margin-block-start: 16px;
}

.flex.row.four .video-item-link.card:last-child {
    margin-right: auto;
    float: left; /* Optional: to ensure it moves left */
}


@media only screen and (max-width: 600px) {
    .flex.row.four .card {
        width: 48%;
    }
}

.neg-z{
    z-index: -100!important;
}

.video-info h5 {
    font-size: .85em;
    line-height: 1em;
    margin: 0px;
    padding: 0px;
    font-weight: 700;
    text-decoration: none!important;
}

.video-info p {
    font-size: .75em;
    line-height: 1em;
    margin: 0px;
    padding: 0px;
    text-decoration: none!important;
}

a:where(:not(.wp-element-button)){
    text-decoration: none!important;
}  

.outliner-text {
    color: transparent!important;
    -webkit-text-stroke-width: 2px!important; 
    -webkit-text-stroke-color: white!important;
    text-stroke-width: 2px!important;
    text-stroke-color: white!important; 
}

.sun-bkg{
    background-size: cover;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-position-x: center;
}

.hero-bkg {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
}

.border-left {
    border-left: 4px solid #f26728;
}
