/*
Theme Name: The Minimal Child
Theme URI: https://rarathemes.com/wordpress-themes/the-minimal/
Template: the-minimal
Author: Rara Theme
Author URI: https://rarathemes.com/
Description: The Minimal is a fresh, clean and a minimalist WordPress theme designed for a blog or a magazine. The large featured slider with advance slider options makes this theme a great choice for photography, travel, food, fashion, travel, lifestyle, sports or any other awesome blog. The clean typography and spacious white layout make it great to share your stories. The three footer widget areas offer plenty of space for any secondary information, and striking typography makes the content look stunning. The Theme has a built-in Recent Posts widget, Popular Post widget, Social Links widget and Author widget. It features full width page option, two menus, SEO friendly structure, custom logo support and social media links. The Minimal supports all types of post format like links, aside, quotes, galleries, image, audio, video, status and chat. The theme is responsive and scales beautifully with various screen sizes while maintaining the text readability and image quality. The theme is also translation ready. Check the demo at https://rarathemes.com/previews/?theme=the-minimal, documentation at https://docs.rarathemes.com/docs/the-minimal/, and get support at https://rarathemes.com/support-ticket/.
Tags: Blog,footer-widgets,two-columns,right-sidebar,custom-background,custom-menu,custom-logo,featured-image-header,featured-images,post-formats,threaded-comments,translation-ready,full-width-template,theme-options
Version: 1.0.1
Updated: 2022-10-20 15:24:34

*/
body{
	color:#fff;
}
.site {
    background: #00000073;
}
.entry-content {
    background: #000000c2;
    padding: 15px;
}
.no-comments.wp-block-latest-comments {
    color: #000;
}
h2.entry-title {
    background: #000000c2;
    padding: 5px 15px;
}
p.copy-wp {
    color: #000;
    text-align: center;
}
.header-bottom {
    background: #fffffff5;
}
.wp-block-group__inner-container h2 {
    color: #000;
}
label.wp-block-search__label {
    color: #000;
}
.header-bottom .main-navigation ul li a {
    border-bottom: 1px solid #000;
	font-weight: 700;
}
h2.entry-title a {
    color: #fff !important;
	font-weight:600;
}
div#content {
    margin: 80px 0px;
}
.main-wp{
    display: grid;
    grid-template-columns: auto auto;
    gap: 2rem;
}
@media screen and (max-width: 480px){
	.main-wp{
		display: block; !important
	}
}