/* Custom Styles for Tooxtraloaded */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500;600;700;800&display=swap');
 
@media only screen and (min-width: 800px) {
   /* Css for Desktop goes here like sample below*/
     .mh-container { 
 min-width: 800px; 
    max-width: 2000px;
 margin-right: auto;
  margin-left: auto;
    }
    }
    
/* All Style for Tooxtraloaded */

body { 
            font-family: Outfit;
            font-size: 15px; 
            color: #000;
            line-height: 1.5; 
            background: #ffffff; 
            word-wrap: break-word;
        }
.entry-thumbnail { display: none; }
.mh-custom-posts-meta, .mh-loop-meta { display: none;}
.mh-site-logo { 
    padding: 20px; 
    overflow: hidden;
    text-align: center;
    border: 0.5px solid grey;
}
.mh-custom-posts-item { 
    margin-bottom: 5px; 
    border-bottom: 1px solid #ebebeb; 
    background: #ffffff;
    border: 1px solid #fff; 
    border-radius: 0px;
    padding: 0px;
    box-shadow: 0px 0px 1.5px 0px #333;
    margin-left: 5px;
    margin-right: 5px;
    display:flex;
    align-items: center; 
        }
    .mh-custom-posts-item {
    margin-left: 0px;
    margin-right: 0px;
        } 
.thelisting {
            display:flex;
            flex-wrap:wrap;
            gap: 5px 20px;
            justify-content: center;
        }
    .mh-loop-item {
            width: calc(25% - 20px);
            box-shadow: 0px 0px 2px 0px #000;
            border-radius: 0px 0px 2px 2px;
            border-bottom: 0px!important;
            padding-bottom: 5px!important;
            margin-bottom: 10px!important;
        }
            @media (max-width: 530px) {
    .mh-loop-item {
        width: calc(50% - 20px);
                }}
        .mh-loop-thumb, #mh-mobile .mh-posts-focus-thumb-small {
            max-width: 100%!important;
        }
        .mh-loop-item:hover {
            background: #f4f4f4;
            transition: 0.5s;
}
        .mh-loop-thumb img {
            height: 250px;
            object-fit: cover;
            transition: transform 0.5s ease;
            overflow: hidden;
        }
        .mh-loop-thumb img:hover {
            transform: scale(1.1);
        }
        .mh-excerpt {
            display:none;
        }
        .mh-loop-thumb {
            float: none;
            margin-right: 0!important;
            margin-bottom: -5px!important;
            overflow: hidden;
            /* border-radius: 5px 5px 0px 0px; */           
            border-bottom: 0.1px solid #999;
        }
        .mh-loop-header {
            padding: 5px;
        }
        .mh-loop-title {
            font-size: 15px;
            margin-top: 5px;
            font-family: "Arimo", serif;
            font-weight: 600;
            /* text-align: center; */
        }
    .updatedtime {
            color: grey;
        }
        .mh-loop-meta {
            display: flex;
            justify-content: space-between;
        }
        .commnt {
            margin-right: -3px!important;
            font-size: 11px;
        }
        .dates {
            margin-left: -2px!important;
            font-size: 11px;
        } 
.vadohengine {
    border: 0px solid #114;
    border-radius: 5px 5px 5px 5px;
    background-color: #fff;
    margin: 10px 1px;
    padding: 5px;   
    box-shadow: 0px 0px 2px 0px #333;
        }
.htitle {
    border: 1px solid #fff;
    background-color: #fff;
    padding: 10px;
    margin: 7px 5px 1px 1px;
    text-align: center;
    box-shadow: 0px 0px 1.5px 0px;
    border-radius: 3px;
    
}
h1, h2, h3, h4, h5, h6 { 
            font-family: "Arimo", serif;
            color: #000; 
            line-height: 1.4; 
            font-weight: 700;
        }
    .d-none {
        display:none!important;
        visibility:hidden!important;
    }
.catitle {
  background-color: #000;
  border: 1px solid #000;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  font-family: "Arimo", serif;
  color: #fff;
  margin: 0px;
  padding: 3px;
  text-transform: uppercase;
    border-radius: 1px;
}
    .catitle a {
        color: #fff;
    }
/*.mh-container,*/ .mh-container-inner { 
    width: 100%; 
    max-width: 1080px; 
    margin: 0 auto;
    position: relative; 

}
.mh-container-outer { margin: 25px auto;
-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.17); 
-moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.17);
box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.17);
background: #fff;
        }
    .rtr-frntnd {
    position: absolute;
    z-index: 1;
    background: #000;
    padding: 2px;
    /* border-radius: 5px 0px 10px; */
    font-size: 0px;
        }
.mh-wrapper { padding: 10px; }
.mh-content { width: 65.83%; overflow: hidden; }
.mh-sidebar { 
    width: 31.66%; 
    float: left;
}
    .themobnav {
        display:flex; 
        margin-left:0.5rem;
        margin-right:0.5rem;
        padding: 5px 0px;
    }
    @media screen and (max-width: 767px) {
        .mh-sidebar {
            width: 100%;
        }}
    @media screen and (min-width: 767px) {
        .mh-sidebar {
            position:sticky;
            top: 0;
        }}
    .lhtdl {
        display: inline-block; 
        background: #fcf8e3; 
        padding: 10px; 
        font-size: 13px; 
        font-weight: 500; 
        margin:1px; 
        color:#8a6d3b; 
        border-radius: 5px; 
        border: 1px solid red; 
        margin:10px; 
        text-align:center; 
    }
.mh-margin-left { margin-left: 2.5%; }
.mh-margin-right { margin-right: 2.5%; }
.mh-right-sb #main-content { float: left; margin-right: 2.5%; }
.mh-left-sb #main-content { float: right; margin-left: 2.5%; }
.mh-home-area-3, .mh-home-area-4 { width: 48.24%; }
.mh-home-area-4 { margin-left: 3.52%; }
.page-template-homepage .mh-wrapper { padding-bottom: 0; }
.a {
    color: #00ff00;
}
a:hover {
    color: #000;
}
.entry-content a {
    color: #114;
}
.entry-content a:hover {
    color: #114
}
.mh-loop-excerpt {
    display: none
}
.mh-post-nav { 
    padding-bottom: 25px; margin-bottom: 25px; 
    border-bottom: 1px solid #ebebeb; 
display: none;
}

input[type=submit] { display: inline-block; min-width: 15px; font-weight: 700; color: #fff; padding: 10px; background: #000; cursor: pointer; text-transform: uppercase; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; transition: all 0.1s linear; border: 0; -webkit-appearance: none; }
input[type=text], input[type=email], input[type=tel], input[type=url] { 
    width: 90%; 
    padding: 15px;
    }
.mh-custom-posts-thumb img { 
width: 90px; 
max-width: 235px; 
height: 100px;
margin: 0;
max-height: 100px;  
object-fit: cover;
filter: brightness(0.8) contrast(1.2);
}
.group {
    margin: 0;
    border: 0px solid white;
   /* box-shadow: 0px 0px 2px 0px grey; */
    background: #fff;
    padding: 1px;
    border-radius: 0;
    }
    .video-container {
position: relative;
padding-bottom: 50.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
    .np-link-ads {
    border: 1px solid #111444;
    border-radius: 30px;
    text-align: center;
    display: block;
    margin: 0px 10px;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #000;
  font-weight: normal;
  font-family: "Arimo", serif;
  font-size: 16px;
}
        .vadoh-nav {
  border: 1px solid #555;
    margin: 4px;
    padding: 4px;
    display: inline-block;
    box-shadow: 0px 0px 1px 0px #444;
    font-size: 15px;
    font-weight: 500;
    border-radius: 2px;
}
    .vadoh-nav a {
        color: #fff;
        
    }
        .vadoh-main {
    border-radius: 0;
    background-color: #111;
    padding: 5px;
}
        .vadoh-logom {
    text-align: center;
    padding: 20px;
}
    input[type=submit] {
        padding: 10px !important;
        border-radius: 0px !important;
    }
        .home-search input.home-search-text,
#search #s {
 width:60%;
 border:1px solid #000;
 background:#fff;
 box-sizing:border-box;
 border-radius:0px;
 padding:12px !important;
 font-size:14px;
 border-radius: 4px 0px 0px 4px;
}
        .np-latest {
    font-family: Outfit;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    background-color: #000;
     border-radius: 0px;
    text-align: left;
    margin: 5px;
    padding: 8px;
    }
        .vadoh-card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  border: 1px solid #114; 
}

.vadoh-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.naijapreycontainer {
  margin: auto;
  padding: 2px 14px;
  text-align: center;
  font-size: 18px;
}
        .table-title,
.content {
    color:#000;
    font-size: 17px;
    line-height:2;
    margin:10px;
    background: #fff;
    padding: 1px 1px 1px 18px;
    border: 2px solid #f00;
    border-radius: 0px 10px 0px 10px
}
.table-title {
    margin-top:20px;
        }
    .small {
    font-size:10px;
    line-height:2; 
        }
        .vadohrelated {
    border: 1px solid #114;
    border-radius: 0;
    background-color: #fff;
    color: #000;
    font-weight: 600;
    margin: 10px 0px;
    padding: 5px;
        }
        .related-meta {
    background: black;
    padding: 7px;
    margin: 0px;
    margin-bottom: -5px;
}
    .download-buttons {
    text-align: center;
    margin-top: 10px; /* Adjust spacing as needed */
}

.download-buttons a {
    display: inline-block;
    text-align: center;
    margin: 5px;
}
        a.button, a.buttondl, a.se-button {
    background: #000;
    display: inline-block;
border: 1px solid #000;
    border-radius: 3px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: "Arimo", serif;
    color: white!important;
    font-size: 15px;
    
}
a.button:hover, a.buttondl:hover, a.se-button:hover {
    background: white !important;
    border: 1px solid black  !important;
    color: #000  !important;
    text-decoration: none;
    }
    a.button::before, a.buttondl:before {
        font-family: FontAwesome;
        content: "\f019   "
    }
    a.se-button:after {
                content: " \f56d";
                font-family: 'FontAwesome';
            }
#respond .comment-reply-title {
     margin-top: 10px;
        }
    
    .mh-widget-title-2 {
    font-size: 15px; 
    color: #fff;
    display: flex;
    background: #000;
    padding: 10px;
    margin: 4px;
    margin-bottom: 4px;
    text-transform: uppercase;
    border-bottom: 1px #000;
    margin-left: 0;
    margin-right: 0;
        }
   .mh-widget-title {
    font-size: 15px; 
	color: #fff;
	display: flex;
    background: #000;
    padding: 10px;
	margin: 4px;
    margin-bottom: 4px;
	text-transform: uppercase;
	border-bottom: 1px #000;
	margin-left: 0;
	margin-right: 0;
		}
	.mh-comment-meta-links {
			margin-bottom: 10px;
			padding-left: 10px;
		}
		.mh-comment-meta-links .comment-reply-link:before {
			color: black!important;
			font-size: 11px;
		}
		.comment-reply-link {
			color: black!important;
			padding: 3px;
			border-radius: 4px;
			font-size: 12px;
		}
		.bypostauthor .mh-comment-meta-author:after {
			color: black!important;
		}
			.mh-comment-meta-author {
				font-size:14px!important;
				font-weight:500;
				text-transform:capitalize;
				margin-bottom: -10px;
			}
			.mh-comment-meta-date {
				text-transform: capitalize;
				margin-top:1px;
			}
    @media only screen and (max-width: 767px) {
.mh-comment-body { 
        text-align:left!important;
        }}
        @media only screen and (max-width: 767px) {
            .mh-comment-gravatar {
                float:left!important;
                padding-right: 10px;
                }}
        @media only screen and (max-width: 767px) {
.mh-comment-gravatar .avatar {
    width: 40px!important;
    height: 40px!important;
    margin-right: 0px;
            }}
        .mh-comment-gravatar .avatar {
            border-radius: 50%!important;
            border:0px!important;
        }
        .mh-comment-body {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
        .mh-comment-footer {
        margin-bottom: 5px;
            display:flex;
            align-items:center;
}
        .mh-comment-content  {
            padding-left: 10px;
            padding-top: 9px;
        }
    .mh-comment-list .children {
        border-left: 0.5px solid #e5e5e5;
    }
        .c-meta {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    margin: -18px -14px 10px -14px;
    padding: 10px;
            text-align: left;
            font-size: 14.5px;
        }
        p {
            line-height: 1.5;
            font-size: 16px;
        }
        .entry-content p {
            font-family: Outfit;
            color: #000;
            font-size: 16px;
            font-weight: 500;
        }
        blockquote {
font-size:14px;
font-style: normal;
font-weight: 600;
position:relative;
padding-left:15px;
margin-bottom:15px;
color:#000;
background: #f5f5f5;
border-left: 5px solid #000;
        }
        .entry-content h2 {
            font-size: 21px;
        }
        .entry-content h3 {
            font-size: 19px;
        }
        .entry-content h4 {
            font-size: 16.5px;
        }
        ul, ol {
    margin-top: 0;
    margin-bottom: 5px;
    margin-left:0px;
    padding: 1px 5px 5px 5px;
    line-height: 2;
        }
        .more-button {
  background-color: #e5e5e5;
  border: 2px solid #114;
  border-color: #114;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin: 4px 2px;
  padding: 3px 14px 3px 10px;
}
        .rpwwt-widget ul li {
 overflow:hidden;
 margin:4px;
 border: 1px solid #114;
 border-left: 3px solid #114;
 padding: 5px;
 background: #fff;
}
        .vadohtrendi {
    border: 1px solid transparent;
    border-radius: 0;
    background-color: white /*#e5e5e5*/;
    margin: 0px;
            padding: 0px;}
.mh-custom-posts-small-title {
 font-weight:600;
 line-height:1.3;
 margin-bottom:3px;
 font-family: "Arimo", serif;
/**-webkit-text-stroke-width: 0.3px;
-webkit-text-stroke-color: #000000; **/
        }
.mh-custom-posts-small .mh-meta {
 font-size:0px;
}
        .mh-custom-posts-item:first-child {
 padding-top: 0;
}
        .page-title { 
    font-size: 17px;
    margin: 4px;
    margin-bottom: -15px;
    text-transform: capitalize;
    background: black;
    padding: 10px;
    color: white;
    text-align: center;
}
.entry-tags { 
    font-size: 12px; 
    color: #fff; 
    line-height: 1; 
    margin-bottom: 2px; }
.entry-tags .fa {
            background: #000;
        }
        .entry-tags li {
            background: #000!important;
        }
    .entry-tags a {
        color:white;
        text-transform:capitalize;
    }
        .mh-copyright-wrap { 
            padding: 10px 25px; 
            border-top: 3px solid #000; 
            background: #000; 
        }
        .vadoh-footer {
            border: 1px solid #333;
            padding: 5px;
            color: #fff;
            margin: 2px 2px 2px 1px;
            display: inline-block;
        }
        .naijaprey-tag {
  padding: 10px;
  text-align: left;
  background: #000;
  border: solid 2px #000;
  border-radius: 0px;
  margin: 5px -5px 5px -5px;
  color: #fff;
  font-size: 17px;
}
        .page-numbers {
border: 0.1px solid #000;
border-radius: 3px;
box-shadow: 0;
        }
    .page-numbers:hover, .mh-loop-pagination .current, .mh-comments-pagination .current, a:hover .pagelink {
        margin: 2px;
        background: #333;
    }
        .nav-links {
        text-align: center;
        }
        .vadoh-seemore {
            border: 1px solid #000;
            background: #000;
            padding: 5px;
            margin: 5px;
            margin-top: -10px;
            text-align: center;
            font-weight: 700;
            text-transform: uppercase;
            border-radius: 0px 0px 15px 15px;
        }
        .vadoh-seemore a {
            color: white;
        }
        .naijaprey-verified-badge {
            background-color:blue;
            color:#fff;
            display:inline-block;
            padding-left:8px;
            padding-right:8px;
            text-align:center;
            border-radius:50%
            font-size: 6px;
        }
        .newtitlle {
    border: 1px solid #114;
    padding: 2px;
    padding-left:4px;
    padding-right: 4px;
    border-radius: 5px;
    font-size: 14px;
    margin: 5px;
    display:inline-block;
}
        .wp-block-preformatted {
    padding: 5px;
    font-family: "Arimo", serif;
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    border-left: 5px solid #000;
    background: #f5f5f5;
    font-weight: 600;
}
        .vadoh-menuvad {
            border: 1px solid #000;
            padding: 5px;
            color: #000;
            margin: 2px 2px 2px 1px;
            display: inline-block;
            font-weight: 900;
            text-align: center;
            font-family: "Arimo", serif;
            }
        .musickengine {
                border: 0px solid #114;
    border-radius: 3px;
    background-color: #fff;
    margin: 5px;
    padding: 5px;
    box-shadow: 0px 0px 2px 0px #333;
    background-image: url(/wp-content/uploads/2022/09/NPrey-Music.png);
    background-size: 90px;
    background-repeat: no-repeat;
    background-position-x: right;
        }
        .ad-vad {
            border: 1px solid red;
            margin: 2px;
            margin-top: 5px;
            padding: 5px;
            padding-top: 8px;
            padding-bottom: 1px;
            text-align: center;
            box-shadow: 0px 0px 2px 0px red;
            border-radius: 5px;
            background: #fcf8e3;
        }
        .wp-block-audio {
            margin: 5px;
            margin-top: 15px;
        }
    .r-a-ndom {
        padding: 7px;
    }
    div.vadoh-scroll {
        overflow: auto;
        background: #fff;
        white-space: nowrap;    
    }
    div.vadoh-scroll a {
  display: inline-block;
  text-align: center;
        text-decoration: none;}
    div.navi-scroll {
        overflow: auto;
        white-space: nowrap;
        text-align:center;
    }
        .category-carrd {
    border-radius: 0;
    background-color: #fff;
    margin: 0;
    padding: 0;
        }
    .mh-loop-description {
        box-shadow: 0px 0px 1px 0px grey;
    border-radius: 2px;
    padding: 10px;
    margin: 10px;
    margin-top: 20px;
    border-top: 0 !important;
    border-bottom: 0 !important;
    }
    .vadoh-genre {
        border: 1px solid #114;
        padding: 5px;
        margin: 3px;
        text-align: center;
    }
    .wp-block-table {
        font-family: "Arimo", serif;
    }
    table { 
        width: 100%; 
        margin-bottom: 20px; 
        margin-bottom: 1.25rem; 
        border-left: 1px solid #114; 
        border-top: 1px solid #114; 
    }
td, th { 
    padding: 5px 10px; 
    border-right: 1px solid #114; 
    border-bottom: 1px solid #114; 
    }
th { font-weight: 600; }
    .vadoh-cat-link {
        border: 1px solid #fff;
        background: #fff;
        padding: 6px;
        margin: 3px 6px 1px 6px;
        text-align: center;
        box-shadow: 0px 0px 1.5px 0px;
    }
    .mh-author-box {
        display: none;
    }
    .mh-loop-title, #mh-mobile .mh-posts-focus-title-small, .mh-header-title, .entry-title, #mh-mobile .mh-custom-posts-small-title {
        font-family: "Poppins", serif;
        font-weight: 600;
        padding-right: 5px;
    }
    .tagcloud a {
        border: 1px solid #000;
        font-family: "Arimo", serif;
        padding: 6px;
        background: #e5e5e5;
    }
    .tagcloud {
        text-align: center;
    }
    .catlisting {
    display: block;
    text-align: center;
    margin: 10px;
    border: 0.1px solid grey;
    /* border-radius: 0px 0px 3px 3px; */
    margin-top: -10px;
    }
    .ctl_child {
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #e5e5e5;
    padding: 5px;
    margin: 5px;
    border-radius: 4px;
    border-color: darkred;
    transition: transform 0.9s ease;
    display: inline-block;
    }
    .wp-element-caption {
        text-align: center;
        font-size: 14px;
        margin-top: -15px;
    }
    .comment-reply-link {
    padding: 3px;
    border-radius: 5px;
    color: #000 !important;
    }
    #respond #cancel-comment-reply-link {
        color: black;
    }
    @media only screen and (max-width: 420px) {
        .mh-comment-body { text-align: left !important; }}
        #commentform p {
    margin-bottom: 10px;
    font-family: "Arimo", serif;
            font-weight: 500; 
        }
        table.gsc-search-box td {
            border: 1px solid white!important;
        }
    .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))!important;
        margin-left: -3px;
        margin-right: 5px;
    }
    .wp-block-post-title {
        text-align:center!important;
        font-size: 18px!important;
    }
    @media screen and (max-width: 900px) {
#mh-mobile .mh-container { 
    margin: 0;}}
    @media screen and (min-width: 900px) {
        .mh-loop-title, .wpp-item-data, .mh-custom-posts-small-title {
            font-size: 15px;
            font-weight: 600;
        }}
    @media screen and (min-width: 700px) {
.ifdeskthends { 
display:none!important; }
}
    @media screen and (max-width: 700px) {
.ifmobithends { 
display:none!important; }
}
    .wpp-thumbnail {
        margin:0!important;
        margin-right: 15px!important;
    }
    .viewmore {
       /* border: 1px solid black;
        border-radius: 5px;
    background: #000;
    color: white;
    padding: 5px;
    margin: 5px;
    float: right;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease; */
        
    display: block;
  color: #ddd;
  text-align: center;
  padding: 12px 17px;
  background: rgb(1,1,17);
  border-radius: 8px;
  margin: 5px;
        
        }
    .wp-block-embed-youtube {
    background: #222;
    padding: 5px;
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 3px;
    display:flex;
    justify-content:center;
    align-items: center;
            }
    @media screen and (max-width: 767px) {
         .wp-block-embed iframe {
            height: 250px!important;
        }}
    .new-entry-tt {
    font-size: 18px;
    background: #111;
    color: white;
    padding: 10px;
    margin: 0;
    border-radius:5px 5px 0px 0px;
    font-weight: 600;
            }
    .naijaprey-title {
   padding: 0;
    border: 0.5px solid #000;
    border-radius: 5px 5px 0px 0px;
    margin: 0px;
    text-align: center;
    margin-bottom: -19.9px;
        }
    .entrymetang {
                font-size: 10px;
                margin: 5px;
                padding: 3px;
                text-align:center;
                display:flex;
                justify-content:center;
                gap: 7px;
        align-items: center;
            }
            .entrytime, .commments, .entrycat {
                color: black; }
    .comment-form-url, .comment-form-cookies-consent {
        display:none;
    }
    .crp_related.crp-thumbs-grid ul {
            grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)) !important;
        }
        .crp_related.crp-thumbs-grid ul li {
            border: 1px solid #111 !important;
            box-shadow: 0px 0px 1px 0px !important;
            border-radius: 3px !important;
            background: #111!important;;
        }
        .crp_title {
            margin: -3px !important;
    border-radius: 0px !important;
    background: #000 !important;
            text-shadow: none!important;
        }
    .crp_featured, .crp_thumb, .crp_thumbnail {
        height: 100px!important;
        object-fit:cover!important;
    }
    .mh-mored {
        box-shadow: 0px 0px 1px 0px white;
    }
    .searchbtn {
        font-size: 14px;
    background: black;
    border: 1px solid black;
    border-radius: 0px 5px 5px 0px;
    padding: 12px;
    padding-left: 10px;
    padding-right: 10px;
    color: white!important;
        cursor: pointer;
    }
    .mh-box {
        margin: 0px 5px 15px 5px;
        box-shadow: 0px 0px 1px 0px #f7f7f7;
    }
    .rmp-results-widget {
        display:flex;
        align-items: center;
        color: black;
    }
    .rmp-results-widget__vote-count {
        padding-left: 1.5px;
    }
    .vatidivi {
        border: 1px solid black;
        height: 10px;
    }
    .theheader {
            border-bottom: 1px solid #f5f5f5;
            display: flex;
            align-items: center;
            justify-content: space-between;
        padding: 10px;
        }
    .thenavigation {
            display: flex;
            gap:10px;
            align-items: center;
        }
    /*    .thenavchild  {
            font-size: 15px;
            color: #000;
            padding: 8px;
            font-weight: 800;
            font-family: "Arimo", serif;
            text-transform: uppercase;
        }
        .thenavchild:hover {
            background: #e5e5e5;
            padding: 8px;
            color: #fff;
        } */
    
    
    /* Styling for navigation links */
.thenavchild a {
    text-decoration: none;
    color: #000; /* Keep the original text color */
    position: relative;
    padding-bottom: 5px;
    transition: color 0.3s ease-in-out;
    font-size: 15px;
    padding: 8px;
    font-weight: 600;
    font-family: Outfit;
    text-transform: uppercase;
}

/* Create the underline effect */
.thenavchild a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px; /* Adjust to control distance from text */
    width: 100%;
    height: 2px;
    background-color: red; /* Burnt Orange for the underline */
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}

/* Show underline on hover */
.thenavchild:hover a::after {
    transform: scaleX(1);
}

/* Keep underline for the active page */
 .thenavchild.active a::after {
    transform: scaleX(1); 
}
    .csearch {
  display: flex;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
    gap: 10px;
}
    .csearch_type, .csearch_form {
            display: flex;
    align-items: center;
    }
    .csearch_type {
        width: 50%;
    }
    .csearch_form, .csearch_form form {
        width: 50%;
    }
    .csearch_type select {
        width: 100%;
        padding: 15px!important;
        border: 1px solid #000!important;
        border-radius: 5px!important;
    }
    .csearch_form input {
        padding: 10px;
    }
    .csbutton {
        display: block;
        text-align:center;
        padding: 10px;
        margin: 10px;
        background: black;
        color: white;
    }
    input[type=text] {
        padding: 15px;
        border-radius: 5px;
    }
        @media screen and (max-width:800px) {
            .thenavigation {
                display:none;
            }}
        @media screen and (min-width:800px) { 
            .mobilenav {
                display: none!important;
                }}
                .search-container {
    position: relative;
}

.search-icon {
    font-size: 24px;
    cursor: pointer;
    color: black;
}

.csearch-form {
    position: absolute;
    top: 40px;
    right: 0;
    width: 30%;
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 15px;
    z-index: 1000;
}

.csearch-form.active {
    display: block;
    margin-top: 20px;
    margin-right: -10px;
    box-shadow: 0px 0px 1px 0px;
}

.csearch-form form {
    display: flex;
}

.csearch-form input[type="text"] {
    flex: 1;
    padding: 15px;
    border: 1px solid #111;
    border-radius: 3px 0 0 3px;
    background: #fff;
    color: black;
    font-family: "Arimo", serif;
    font-size: 15px;
}

.csearch-form button[type="submit"] {
    padding: 5px 10px;
    border: none;
    background-color: #000;
    color: white;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}

.csearch-form .close-btn {
    background: none;
    border: none;
    font-size: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    display:none;
}
    .mobilenav {
        padding-right: 15px;
        display: flex;
        align-items:center;
    gap: 20px;
}
        .dropdown, .deskdrop {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 100px;
    text-align:center;
  box-shadow: 0px 0px 1px 0px;
    border-radius: 5px;
    border: 1px solid fff;
  z-index: 10;
  right: 0;
}

.dropdown-content a {
  color: black;
  padding: 10px 5px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
    background-color: #e5e5e5;
    }

.dropdown:hover .dropdown-content {
  display: block;
}
     .deskdropc {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0px 0px 1px 0px;
    border-radius: 5px;
    border: 1px solid white;
  z-index: 10;
  right: 0;
         text-align:center;
}
    .deskdropc a {
  color: black;
  padding: 10px 5px;
  text-decoration: none;
  display: block;
}
.deskdropc a:hover {
    background-color: #e5e5e5;
    }

.deskdrop:hover .deskdropc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
}
    .deskdropchild {
        font-size: 13px;
        display: block;
        padding: 5px;
        font-weight: 800;
        font-family: "Arimo", serif;
        text-transform: uppercase;
    }
    .menuchild {
        margin: 10px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Arimo", serif;
    font-size: 14px;
    }
    .menuchild:hover {
        background: #e5e5e5;
        display:block;
    }
    
    .menuchild.new-item::before {
  content:"NEW";
  position:absolute;
  top:-8px;
  left:-8px;
  background-color:red;
  color:#fff;
  font-size:6px;
  font-weight:bold;
  padding:4px 8px;
  border-radius:3px;
  box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
  transform:scale(0.8);
  opacity:0;
  transition:all 0.3s ease
}
.menuchild.new-item:hover::before {
  transform:scale(1);
  opacity:1
}
    
    
        .search-form {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease-in-out;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 1;
}

.search-form input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.search-form.show {
    transform: scaleY(1);
}
    .active-search { 
        text-align:center; 
        padding: 0; 
        margin:0;
        border: 0.1px solid grey;
    }
    .searchbtni {
    padding: 15px;
    border: none;
    background-color: #000;
    color: white;
    cursor: pointer;
    border:1px solid #333;
        }
    @media screen and (min-width:800px) {
        .active-search {
            display:none!important;
        }}
    @media screen and (max-width:800px) {
        .csearch-form {
            display:none!important;
        }}
    .thelogo {
        width: 250px;
    }
    @media screen and (max-width:800px) {
        .thelogo {
            width: 220px;
        }}
    @keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }}
    .mh-loop-thumb {
    position: relative; /* Ensures absolute positioning works inside */
}

.meta-wrapper {
    position: absolute;
    bottom: 10px; /* Moves it to the bottom */
    left: 10px;
    display: flex;
    align-items: center;
    gap: 5px; /* Keeps spacing between category and country */
    z-index: 10;
}

.catmetas, .country-meta {
    font-size: 10px;
    color: white;
    display: block;
    background: black;
    padding: 4px 6px;
    border-radius: px;
    /*border: 1px solid #333;*/
    font-weight: 600;
   /* text-transform: uppercase;*/
}

.catmetas a {
    color: #fff !important;
}

.country-meta {
    background: darkred; /* Adjust to match your theme */
}

    .notification {
        display: block;
        background: black;
        color: white;
        padding: 5px;
        margin: 1px;
    }
    .notification p {
        text-align:center;
        font-weight: 600;
    }
   .post-sub {
    font-size: 12px;
		display: inline-block;
		float: left;
		margin-top: 5px;
		font-weight: 600;
		border: 0.1px solid darkred;
		padding: 3px;
		padding-top: 0px;
		padding-bottom: 0px;
		color: darkred;
		border-radius: 3px;
    background: rgba(139, 0, 0, 0.1); /* Light red transparent background */
    margin-top: 5px;
    transition: all 0.3s ease-in-out;
}

.post-sub::before {
    content: "\f04e";
    margin-right: 4px;
    font-family: FontAwesome;
}

.post-sub.complete {
    background: rgba(139, 0, 0, 0.1); /* Light red transparent background */;
    color: darkred;
    border-color: darkred;
}

.post-sub.complete::after {
    content: "";
    font-weight: normal;
    font-size: 11px;
    margin-left: 4px;
    color: rgba(255, 255, 255, 0.8);
}

    a.download {
    background: #000;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: "Arimo", serif;
    color: white!important;
    font-size: 15px;
}
a.download:hover {
    background: white !important;
    border: 1px solid black  !important;
    color: #000  !important;
    text-decoration: none;
    }
    a.download::before{
        font-family: FontAwesome;
        content: "\f019   "
    }

/* Footer Section */

.footer {
  background-color:#000;
  border:2px solid #000;
  padding:20px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:20px
}
.footer-content {
  display:flex;
  justify-content:space-between;
  width:100%;
  font-size:15px;
  max-width:1200px;
  align-items:flex-start;
  text-align:left
}
@media (max-width: 768px) {
  .footer-content {
    font-size:10px
  }
}
.branding {
  max-width:40%
}
.logo {
  font-size:25px;
  font-weight:bold;
  color:white;
}
.dx {
  background-color:white;
  color:#000;
  padding:0 5px
}
.links {
  text-align:right
}
.links ul {
  list-style:none
}
.links li {
  margin:10px 0
}
.links a {
  color:#fff;
  text-decoration:none
}
.links a:hover {
  color:#555
}
.new-logo {
  font-size:18px;
  font-weight:bold;
  color:#ffc000
}
        .go-to-the-top {
            background: #333;
            padding: 8px;
            margin: 0;
            text-align:center;
            border:none;
            display:block;
            color:white!important;
            font-family: Outfit;            
            font-size: 17px;
            font-weight: 600;
        }
            .go-to-the-top:hover {
            background: #555;
            }
    
    
    /* Notice below the comment button */
    #comment-approval-notice {
        background-color: #f9f777; /* Bright yellow */
        color: #333; /* Dark text for readability */
        padding: 8px 12px;
        margin: 15px 0;
        border-radius: 6px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        border: 2px solid #333; /* Black border */
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Floating notice in the middle of the page */
    #floating-comment-notice {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.85); /* Not too dark black */
        color: white;
        padding: 15px 50px; /* Balanced height and width */
        border-radius: 8px;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        z-index: 9999;
        box-shadow: 2px 2px 10px rgba(255, 255, 255, 0.2);
        max-width: 60%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        opacity: 1;
        transition: opacity 2s ease-in-out; /* Smooth fade effect */
    }
    
    .lhtdl {
        display: inline-block; 
        background: #fcf8e3; 
        padding: 10px; 
        font-size: 13px; 
        font-weight: 500; 
        margin:1px; 
        color:#8a6d3b; 
        border-radius: 5px; 
        border: 1px solid red; 
        margin:10px; 
        text-align:center; 
    }

.darkng a, .terms a:visited, .terms a:active { 
display: inline-block;
    background: #fff2ea;
    color: #ff6200;
    border: 1px solid #ff6200;
    margin-right: 10px;
    border-radius: 5px;
    padding: 5px 15px;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-decoration: none;
}
 
.darkng a:hover { 
color:#ff6200;
}

/* Footer Styling */
.footer {
    text-align: center;
    padding: 20px;
}

/* Adjust logo */
.footer .branding img {
    max-width: 200px;
    height: auto;
    margin-bottom: 10px;
}

/* Copyright text */
.footer .branding p {
    color: #bbb;
    font-size: 13px;
    text-align: center;
    margin: 5px 0;
}

/* Contact Links - Desktop & Mobile */
.footer .links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centering the links */
    gap: 15px;
    padding: 0;
    list-style: none;
}

.footer .links ul li {
    display: inline-block; /* Ensure they stay in a straight line */
}

.footer .links ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    padding: 5px;
}
.footer .links ul li a:hover {
	text-decoration: underline;}

/* Social Icons */
.social-icons ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icons ul li {
    display: inline-block;
}

.social-icons ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 12px;
    background: #333;
    border-radius: 5px;
    transition: 0.3s;
}

.social-icons ul li a i {
    margin-right: 5px;
}

/* Hover Effects */
.social-icons ul li a:hover {
    background: #555;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer .links ul {
        justify-content: center; /* Ensure straight alignment */
        gap: 10px;
    }

    .footer .links ul li {
        display: inline-block; /* Keep links in one line */
        margin: 0;
    }

    .social-icons ul {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.vadfloat {
			 text-align: center;
             width: 700px;
             margin: 0 auto;
            position: relative;
			}
			#vadclose {
				position: absolute;
    right: 4px;
    top: 1px;
    display: block;
    cursor: pointer;
			}

.trending-icon {
    animation: flicker 1.2s infinite alternate;
}

@keyframes flicker {
    0% { opacity: 0.5; }
    100% { opacity: 1; }
}

a.sub {
    background: #000;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: "Arimo", serif;
    color: white!important;
    font-size: 15px;
}
a.sub:hover {
    background: white !important;
    border: 1px solid black  !important;
    color: #000  !important;
    text-decoration: none;
    }
    a.sub::after{
        font-family: FontAwesome;
        content: "\f15c"
    }