/*
Theme Name:Rs theme 
Author: Dxkaush1
Author URI: deepuxk@gmail.com
Description: This is the E-commerce theme build and developed by Creativeorion.com the main moto of this is theme is to show the product and the shop service is provided by reliablesystems ecoomerce is install for the the products managment and add new products this theme does not come with the  payment gateway. 
Version: 1.0

*/

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
body{
	background-color:#f0f6fcb3;
}
a{text-decoration:none;font-family:cursive;}
.container {
    display: flex;
    height: 120px;
    justify-content: center;
    align-items: center;
}
h1{
	letter-spacing:1px;
	text-transform:uppercase;
	font-family: cursive;
}
h3{font-size:3rem;margin-bottom:10px;}
h3 a,
h4 a{
	text-decoration:none;
	color:#0693e3;
	font-family: cursive;
}
h4,p{
	font-size:20px;
	font-family: cursive;
}
img{
	margin:20px 0;
}
.main {
    display: flex;
    align-items: center;
    /* height: 100vh; */
    background-color: #8fbc8f52;
	padding:100px 100px;
}
.content {
    width: 70%;
}
div.sidebar {
    padding: 20px;
    box-shadow: 0px 1px 2px 2px #00000078;
}
section#block-2 {
    font-family: cursive;
    padding: 10px;
}
.wp-block-search__inside-wrapper {
    margin: 10px 0;
}
button.wp-block-search__button.wp-element-button {
    border: 2px solid #f90;
	font-family: cursive;
    font-weight: 900;
}
h2 {
    font-size: 20px;
    font-family: cursive;
    margin: 10px 10px;
}
ul.wp-block-latest-posts__list.wp-block-latest-posts {
    font-size: 16px;
    font-family: cursive;
    padding: 0px 10px;
}
a.wp-block-latest-posts__post-title {
    text-decoration: none;
    /* border: 1px solid red; */
    /* padding: 10px; */
}
ul.wp-block-archives-list.wp-block-archives {
    text-decoration: none;
    list-style: none;
    padding: 0px 10px;
}
.wp-block-group__inner-container {
    padding: 10px 10px;
}
h2.has-white-background-color.has-background {
    padding: 10px 0px;
}
li.cat-item.cat-item-1 {
    list-style: none;
    padding: 0 10px;
}
li.cat-item-none {
    list-style: none;
    padding: 10px;
}
.wp-block-archives-list.wp-block-archives {
    padding: 10px 10px;
}


