/*
Theme Name: deTube Child
Theme URI: http://dedepress.com/themes/detube/
Template: detube
Author: Cloud Stone
Author URI: http://dedepress.com
Description: A Professional Video/News/Magazine WordPress Theme.
Tags: theme-options
Version: 1.4.8.1661429068
Updated: 2022-08-25 19:04:28

*/

strong {color: #fa0000;}

#main {
	padding:30px 0;
	background: #181818 !important;
	border-top:2px solid #fa0000;
}
#main-nav .menu>li.current-menu-item>a {

}

/* Default position for desktop */
.views-count {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: rgba(255, 0, 0, 0.7);
    color: white;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
}

/* Adjust position for mobile */
@media (max-width: 768px) {
    .views-count {
        top: 5px;
        left: 5px; /* Position counter to top-left of image on mobile */
        font-size: 10px; /* Adjust size for mobile */
    }
}

/* Adjust for very small screens (extra mobile devices) */
@media (max-width: 480px) {
    .views-count {
        top: 3px;
        left: 3px;
        font-size: 8px; /* Further reduce font size for very small screens */
    }
}
