/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 13 2025 | 01:38:06 */
.entry-content {
    float: left !important;
    min-width: fit-content;
}




.site-info {
    visibility: hidden !important;
    position: relative !important;
}


.site-info:after {
    visibility: visible !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    content: "© 2025 Earth Energy Power" !important;
}



/* Default behavior: Keep the image responsive and natural */
img.custom-logo {
  width: 100%;             /* Ensure it takes up the full width of its container */
  height: auto;            /* Maintain aspect ratio */
  display: block;          /* Removes any extra space below the image */
}

/* Apply specific styles on larger screens (desktops) */
@media (min-width: 1024px) {
  img.custom-logo {
    max-width: fit-content !important;  /* Use fit-content on larger screens */
    width: auto;                       /* Let width adjust to content size */
  }
}




.wpcf7 {
	min-width: fit-content;
}



.post {
    float: left !important;
    width: 100% !important;
}



.page-title {
    visibility: hidden !important;
    position: relative !important;
}



.page-header {
    display: none !important;
	
}

.entry-date {
	display: none !important;
}





#primary {
	min-width: 100% !important
}



.post-edit-link {
	display: none !important;
}



.entry-title {
    font-weight: normal !important; 
    font-size: 28px !important;
	color: #333 !important;
	
}



.entry-content {
	min-width: 100% !important
}



.byline {
	display: none !important
}



blockquote {
	background-color: #effbff !important
}


.attachment-twentyseventeen-featured-image {
	max-width: 445px !important;
}



.single-featured-image-header {
	display: none;
}


.cat-tags-links {
	display: none !important;
}


h6 {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
}



.post {
    padding-bottom: 32px !important;

}





