/*
Theme Name: gryn
Author: Briaux
Description: custom theme by briaux Jithesh
Version: 1.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.mylist li {
  list-style: none;
  background-color: #ffc20b;
  margin: 3px 0;
  padding: 5px 10px;
  color: #000;
}
.mylist ul {
  margin: 0;
}
.mylist li:hover {
  background-color: #665f59;
  color: #fff;
}

.widget {
  margin: 0 0 1em 0;
}
.site-header {
  z-index: 99;
  position: fixed;
  width: 100%;
  transition: all .3s ease-in-out;
}
 .ast-site-identity {
  padding: 3px !important;
}

.catchSticky{
	background-color: rgba(102, 95, 89, 0.69) !important;
}
.catchSticky .sub-menu a{
	color:#000 !important;
}







