/*
Theme Name: hejDUDE
Theme URI: https://hejdude.com
Author: Domino
Author URI: https://hejdude.com
Description: Basic Wordpress Theme made by hejDUDE
Version: 2.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hejDUDE
*/

body {
  font-family: "Lucida Sans", "Lucida Sans Regular", Verdana, sans-serif;
  margin: 0px;
}

footer {
  text-align: center;
  width: 100%;
}

.img-fluid {
  width: 100%;
}

/*4040 text*/

p.on404 {
  margin-left:auto;
  margin-right:auto;
  margin-top:-20%;
  text-align:center;
  color:white;
  font-family: "Euclid A regular", Sans-serif;
  font-size:22px;}
  
button.btn404{
  margin-left:auto;
  margin-right:auto;
  margin-top:-40%;
  text-align:center;
  color:white;
  font-family: "Euclid A regular", Sans-serif;
  font-size:17px;
  background-color:transparent;
  border-width:0px 0px 1px 0px;
  border-color:white;
  }
  
button.btn404:hover{
  color:#FF9406;
  border-width:0px 0px 1px 0px;
  border-color:#FF9406;
  }
  
.homebtn{
  margin-left:auto;
  margin-right:auto;  
  text-align:center;}
  
p.on404 {
  margin-left: auto;
  margin-right: auto;
  margin-top: -70%;
  text-align: center;
  color: white;
  font-family: "Euclid A regular", Sans-serif;
  font-size: 22px;
}
.c-on404{
	height:100vh;
	}
	
	
.i-on404{
  object-fit: cover;
  height: 100%;
  margin-top: 74px;
}

/* CONTAINER */
.single-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* TITLE */
.single-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* META */
.single-meta {
    font-size: 14px;
    color: #888;
    margin-bottom: 25px;
}

/* IMAGE */
.single-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 25px;
}

/* CONTENT */
.single-content {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

.single-content p {
    margin-bottom: 16px;
}

/* CATEGORIES */
.single-categories {
    margin-top: 30px;
    font-size: 14px;
}

.single-categories a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 6px 10px;
    margin: 5px 5px 0 0;
    text-decoration: none;
    font-size: 13px;
}

/* COMMENTS */
.single-comments {
    margin-top: 40px;
}

/* RELATED POSTS */
.related-posts {
    margin-top: 60px;
}

.related-posts h2 {
    text-align: center;
    margin-bottom: 30px;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* RELATED ITEM */
.related-item {
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.2s ease;
}

.related-item:hover {
    transform: translateY(-5px);
}

.related-item img {
    width: 100%;
    height: auto;
}

.related-content {
    padding: 15px;
}

.related-cat {
    font-size: 12px;
    color: #00a0ff;
    display: block;
    margin-bottom: 8px;
}

.related-content h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

.related-content p {
    font-size: 14px;
    color: #666;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .related-grid {
        grid-template-columns: 1fr;
    }

    .single-title {
        font-size: 24px;
    }
}