
/*----Unit Test Css-------------*/

.sticky .blog__item {
    border-top: 3px solid #73B611;
}


.blogsingle__sidebar .widget_archive{
    padding: 1.875rem;
    border: 1px solid #F2F6F9;
    border-radius: 4px;
}

.blogsingle__sidebar .widget_archive ul {
    padding-left: 0px;
}

.blogsingle__sidebar .widget_archive ul li {
    list-style: none;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(162, 162, 162, 0.3098039216);
    padding-bottom: 10px;
}
.blogsingle__sidebar ul li a {
    font-size: 1rem;
    color: #70717B;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    transition: all 0.3s ease;
}

.blogsingle__sidebar .widget_archive ul li:hover a,
.blogsingle__sidebar .widget_archive ul li:hover a span {
    color: #73B611 !important;
}


/*---Single page archive-----------------*/
.blog-sidebar .widget_archive{
    padding: 1.875rem;
    border: 1px solid #F2F6F9;
    border-radius: 4px;
}

.blog-sidebar  .widget_archive ul {
    padding-left: 0px;
}

.blog-sidebar  .widget_archive ul li {
    list-style: none;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(162, 162, 162, 0.3098039216);
    padding-bottom: 10px;
}

.blog-sidebar .widget_archive ul li a {
    font-size: 1rem;
    color: #70717B;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    transition: all 0.3s ease;
}

.blog-sidebar .widget_archive ul li:hover a {
    color: #73B611 !important;
}



.single-sidebar  .widget_archive ul li:hover a,
.single-sidebar  .widget_archive ul li:hover a span {
    color: #73B611 !important;
}


/*===========>> wp calender widget css <<============*/

.widget_calendar {
    padding: 1.875rem;
    border: 1px solid #F2F6F9;
    border-radius: 4px;
}

#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	text-align: right;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}
#wp-calendar thead {
	font-size: 14px;
}
#wp-calendar thead th {
	padding-bottom: 10px;
	text-align: center;
}
#wp-calendar tbody {
	color: #666;
}
#wp-calendar tbody td {
	background: #F8F5F0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
	padding: 8px 0;
	transition: 0.3s;
}
 .wp-calendar-table a {
	color: #fff;
    text-decoration: none;
}

.wp-calendar-table tbody tr:nth-last-of-type(4) td a {
    color: white !important;
}

#wp-calendar tbody td#today {
	background: #73B611;
	color: #fff;
}

.wp-calendar-nav {
	display: flex;
	justify-content: space-between;
}
 .wp-calendar-nav-prev a {
	color: #fff;
}
 .wp-calendar-nav-prev a:hover {
	color: #ffc107;
}

/*===========>> wp calender widget css end <<============*/


/*===========>> wp Category widget css end <<============*/
.widget_categories{
	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;
}

.widget_categories ul{
	padding-left: 0px;
}

/* Style for the parent .cat-item */
.blogsingle__sidebar .cat-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    list-style: none;
     /* Border between items (parent and child) */
}

/* Remove padding from the parent ul (categories) */
.blogsingle__sidebar div#categories-2 ul {
    padding-left: 0px;
}

/* Style for the anchor links inside .cat-item */
.blogsingle__sidebar .cat-item a {
    font-size: 1rem;
    color: #70717B;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    transition: all 0.3s ease;
	border-bottom: 1px solid #F2F6F9;
}


.widget_categories ul li a:hover {
	color: #73B611;
}

/* Targeting the child <ul> (nested lists inside .menu-item-has-children) */
.blogsingle__sidebar .menu-item-has-children > .children {
    margin-left: 15px; 
    padding-left: 15px; 
    margin-top: 10px; 
}

.blogsingle__sidebar .children .cat-item {
    margin-left: 15px;
    padding-bottom: 10px; 
}

.blogsingle__sidebar .children {
    margin-top: 10px; 
}


/*===========>> wp Category widget css end <<============*/


/*===========>> wp Pages widget css end <<============*/

.widget_pages{
	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;
}
.widget_pages ul{
	padding-left: 0px;
}
.widget_pages{
	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;
}


.blogsingle__sidebar .widget_pages .page_item  {
    padding-bottom: 10px;
    margin-bottom: 10px;
    list-style: none;
     /* Border between items (parent and child) */
}


.blogsingle__sidebar .widget_pages .page_item a {
    font-size: 1rem;
    color: #70717B;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    transition: all 0.3s ease;
	border-bottom: 1px solid #F2F6F9;
}

.blogsingle__sidebar .widget_pages ul li a:hover {
	color: #73B611;
}


/*===========>> wp Pages widget css end <<============*/

/*===========>> Single  wp Pages widget css end <<============*/

.blog-sidebar .widget_pages{
	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;
}
.blog-sidebar .widget_pages ul{
	padding-left: 0px;
}
.widget_pages{
	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;
}


.blog-sidebar .widget_pages .page_item  {
    padding-bottom: 10px;
    margin-bottom: 10px;
    list-style: none;
     /* Border between items (parent and child) */
}
.blog-sidebar .widget_pages .page_item:last-child{
    padding-bottom: 0px;
}


.blog-sidebar .widget_pages .page_item a {
    font-size: 1rem;
    color: #70717B;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    transition: all 0.3s ease;
	border-bottom: 1px solid #F2F6F9;
}



.blog-sidebar .widget_pages ul li a:hover {
	color: #73B611;
}


/*===========>> wp Pages widget css end <<============*/

/*===========>> wp Metaa widget css start <<============*/

.widget_meta{
	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;
}

.widget_meta ul {
	padding-left: 0px;
}

.widget_meta ul li a:hover {
	color: #73B611;
}

.widget_meta li  {
    padding-bottom: 10px;
    margin-bottom: 10px;
    list-style: none;
     /* Border between items (parent and child) */
}

.blogsingle__sidebar .widget_meta a {
    font-size: 1rem;
    color: #70717B;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    transition: all 0.3s ease;
	border-bottom: 1px solid #F2F6F9;
}

/*============Recent Comment data csss ===========*/

.blogsingle__sidebar  .widget_recent_comments{
	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;
}

.blogsingle__sidebar  .widget_recent_comments ul {
	padding-left: 0px;
}

.widget_recent_comments ul li a{
	color: #70717B;
	font-weight: 500;
	text-decoration: none;
}
.widget_recent_comments ul li a:hover {
	color: #73B611;
}

.widget_recent_comments li  {
    padding-bottom: 10px;
    margin-bottom: 10px;
    list-style: none;
     /* Border between items (parent and child) */
}

/*============Recent Comment csss ===========*/


/*============Singl Recent Comment data csss ===========*/

.blog-sidebar  .widget_recent_comments{
	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;
}

.blog-sidebar  .widget_recent_comments ul {
	padding-left: 0px;
}

.blog-sidebar .widget_recent_comments ul li a{
	color: #70717B;
	font-weight: 500;
	text-decoration: none;
}
.blog-sidebar .widget_recent_comments ul li a:hover {
	color: #73B611;
}

.blog-sidebar .widget_recent_comments li  {
    padding-bottom: 10px;
    margin-bottom: 10px;
    list-style: none;
     /* Border between items (parent and child) */
}

/*============Recent Comment csss ===========*/


/*============Recent Post csss ===========*/

.blogsingle__sidebar .widget_recent_entries{
	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;

}

.blogsingle__sidebar .widget_recent_entries ul {
	padding-left: 0px;
}

.blogsingle__sidebar  .widget_recent_entries ul li a{
	color: #70717B;
	font-weight: 500;
	text-decoration: none;
}
.blogsingle__sidebar  .widget_recent_entries ul li a:hover {
	color: #73B611;
}

.blogsingle__sidebar  .widget_recent_entries li  {
    padding-bottom: 10px;
    margin-bottom: 10px;
    list-style: none;
     /* Border between items (parent and child) */
}

/*============Recent Post sidebar csss ===========*/


/*============Sngl eRecent Post csss ===========*/

.blog-sidebar .widget_recent_entries{
	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;

}

.blog-sidebar .widget_recent_entries ul {
	padding-left: 0px;
}

.blog-sidebar  .widget_recent_entries ul li a{
	color: #70717B;
	font-weight: 500;
	text-decoration: none;
}
.blog-sidebar  .widget_recent_entries ul li a:hover {
	color: #73B611;
}

.blog-sidebar  .widget_recent_entries li  {
    padding-bottom: 10px;
    margin-bottom: 10px;
    list-style: none;
     /* Border between items (parent and child) */
}

/*============Recent Post sidebar csss ===========*/


/*============rss sidebar csss ===========*/

.blogsingle__sidebar  .widget_rss{
	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;

}

.blogsingle__sidebar  .widget_rss ul {
	padding-left: 0px;
}

.blogsingle__sidebar  .widget_rss ul li {
	list-style: none;
	margin-bottom: 16px;
}


.blogsingle__sidebar  .widget_rss ul li .rsswidget{
	color: #70717B;
	font-weight: 500;
	text-decoration: none;
}


.blogsingle__sidebar  .widget_rss ul li .rsswidget:hover{
	color: #73B611;
}



/*============rss sidebar csss ===========*/


/*============Single rss sidebar csss ===========*/

.blog-sidebar  .widget_rss{
	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;

}

.blog-sidebar  .widget_rss ul {
	padding-left: 0px;
}

.blog-sidebar  .widget_rss ul li {
	list-style: none;
	margin-bottom: 16px;
}


.blog-sidebar  .widget_rss ul li .rsswidget{
	color: #70717B;
	font-weight: 500;
	text-decoration: none;
}

.blog-sidebar  .widget_rss ul li .rsswidget:hover{
	color: #73B611;
}

/*============rss sidebar csss ===========*/

/*============Search sidebar csss ===========*/

.blogsingle__sidebar .widget_search{

	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;
}

.blogsingle__sidebar .widget_search  .sidebar__search form {
    max-width: 100%;
}

.blog-sidebar .widget_search{

	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;
}
.blog-sidebar .widget_search  .sidebar__search form {
    max-width: 100%;
}

/*============Search sidebar csss ===========*/

.blogsingle__sidebar .widget_text{

	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;

}
.blogsingle__sidebar .widget_text .textwidget  img{
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	margin-top: 10px;

}


/*============Search sidebar csss ===========*/

/*============Search Single sidebar csss ===========*/
.blog-sidebar .widget_text{

	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;

}


.blog-sidebar .widget_text .textwidget  img{
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	margin-top: 10px;

}

/*============Tag Cloud Sidebar css ===========*/

.widget_tag_cloud{

	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;
}

.widget_tag_cloud a{

	font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    padding: 2px 15px;
    margin-right: 5px;
	background: #F8F5F0;
    margin-bottom: 14px;
    display: inline-block;
	text-decoration: none;
	color: #70717B;
}

.tagcloud a {
    font-size: 15px !important;
}
.tagcloud a:hover {
	background: #184C2B;
	color: #fff;
}





/*============Tag Cloud Sidebar csss ===========*/

/*============Nav menu Sidebar csss ===========*/


.blogsingle__sidebar .widget_nav_menu{


	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;
}


.blog-sidebar .widget_nav_menu{


	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;
}


.menu-testing-menu-container .menu{
	padding-left: 0px;
}


.menu-testing-menu-container ul li{
	list-style: none;
	padding-bottom: 5px;
	margin-bottom: 6px;

}

.menu-testing-menu-container ul li a{
	text-decoration: none;
}

.menu-testing-menu-container .menu .menu-item{
	font-size: 1rem;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s ease;
}


.menu-testing-menu-container ul li a {
	color: #70717B;
}
.menu-testing-menu-container ul li a:hover {
	color: #73B611;
}


/*============Nav menuSidebar csss ===========*/


.blogsingle__sidebar {
    margin-bottom: 20px;
}




/*============Select Sidebar  csss ===========*/
.blogsingle__sidebar input, textarea, select {
    outline: none;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #D5E9B8;
    border-radius: 5px;
}
/*============Select Sidebar csss ===========*/





/*============Footer Widgets csss ===========*/



.widget_archive .footer__widget {
    padding: 1.875rem;
    border: 1px solid #F2F6F9;
    border-radius: 4px;
}

.widget_archive .footer__widget  ul {
    padding-left: 0px;
}

.widget_archive .footer__widget ul li {
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
}



.widget_archive .footer__widget ul li a {
    font-size: 1rem;
    color: #1E1E1E;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    transition: all 0.3s ease;
}


.foot-widgets .widget_archive ul li:hover a,
.foot-widgets .widget_archive ul li:hover a span {
    color: #73B611 !important;
}


.foot-widgets .footer__widget .widgettitle{

    margin-bottom: 2.1875rem;
    font-size: 1.25rem;
    color: #1E1E1E;
    text-transform: capitalize;
    font-weight: 600;

}

.foot-widgets #wp-calendar tbody td {
	background: #1E1E1E;
	border: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
	padding: 8px 0;
	transition: 0.3s;
}


.foot-widgets .widget_categories{
	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;
}

.foot-widgets .widget_categories ul{
	padding-left: 0px;
}

/* Style for the parent .cat-item */
.foot-widgets .cat-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    list-style: none;

}


.foot-widgets div#categories-2 ul {
    padding-left: 0px;
}

/* Style for the anchor links inside .cat-item */
.foot-widgets .cat-item a {
    font-size: 1rem;
    color: #1E1E1E;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    transition: all 0.3s ease;
	border-bottom: 1px solid #F2F6F9;
}


.foot-widgets ul li a:hover {
	color: #73B611;
}


/* Targeting the child <ul> (nested lists inside .menu-item-has-children) */
.foot-widgets .menu-item-has-children > .children {
    margin-left: 15px; 
    padding-left: 15px; 
    margin-top: 10px; 
}

.foot-widgets .children .cat-item {
    margin-left: 15px;
    padding-bottom: 10px; 
}

.foot-widgets .children {
    margin-top: 10px; 
}


/*============Footer Widgets csss ===========*/

/*============Footer Widgets csss ===========*/

.foot-widgets .widget_pages{
	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;
}
.foot-widgets .widget_pages ul{
	padding-left: 0px;
}
.foot-widgets .widget_pages{
	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;
}


.foot-widgets .page_item  {
    padding-bottom: 10px;
    margin-bottom: 10px;
    list-style: none;
}

.foot-widgets .page_item a {
    font-size: 1rem;
    color: #1E1E1E;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    transition: all 0.3s ease;
	border-bottom: 1px solid #F2F6F9;
}


.foot-widgets .widget_pages ul li a:hover {
	color: #73B611;
}


.footer__widget .widget_meta{
	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;
}

.footer__widget .widget_meta ul {
	padding-left: 0px;
}

.widget_meta .footer__widget ul li a:hover {
	color: #73B611;
}

.footer__widget .widget_meta li  {
    padding-bottom: 10px;
    margin-bottom: 10px;
    list-style: none;
     /* Border between items (parent and child) */
}

.widget_meta .footer__widget ul li a {
    font-size: 1rem;
    color: #1E1E1E;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    transition: all 0.3s ease;
	border-bottom: 1px solid #F2F6F9;
}


.widget_recent_comments .footer__widget{
	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;

}

.widget_recent_comments .footer__widget  ul {
	padding-left: 0px;
}

.widget_recent_comments .footer__widget ul li a{
	color: #1E1E1E;
	font-weight: 500;
	text-decoration: none;
}
.widget_recent_comments .footer__widget ul li a:hover {
	color: #73B611;
}

.widget_recent_comments .footer__widget li  {
    padding-bottom: 10px;
    margin-bottom: 10px;
    list-style: none;
     /* Border between items (parent and child) */
}

/*----------------Recent Post footer monster widget checkc-------------------*/
.widget_recent_entries .footer__widget{
	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;

}

.widget_recent_entries .footer__widget  ul {
	padding-left: 0px;
}

.widget_recent_entries .footer__widget ul li a{
	color: #1E1E1E;
	font-weight: 500;
	text-decoration: none;
}
.widget_recent_entries .footer__widget ul li a:hover {
	color: #73B611;
}

.widget_recent_entries .footer__widget li  {
    padding-bottom: 10px;
    margin-bottom: 10px;
    list-style: none;
     /* Border between items (parent and child) */
}

/*============Footer Widgets csss ===========*/


.widget_rss .footer__widget {
	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;

}

.widget_rss .footer__widget  ul {
	padding-left: 0px;
}

.widget_rss .footer__widget ul li a{
	color: #1E1E1E;
	font-weight: 500;
	text-decoration: none;
}
.widget_rss .footer__widget ul li a:hover {
	color: #73B611;
}

.widget_rss .footer__widget li  {
    padding-bottom: 10px;
    margin-bottom: 10px;
    list-style: none;
     /* Border between items (parent and child) */
}

/*----------Footer WIdget Sidebar-------------------*/

.widget_search .footer__widget{

	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;
}

.footer__widget .widget_search  .footer__widget form {
    max-width: 100%;
}

.footer__widget .sidebar__search input[type="text"] {
    padding: 0.75rem;
    background: #f7f7f7;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}


.footer__widget .sidebar__search button {
    background-color: #f7f7f7;
    right: 20px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    color: #73B611;
    outline: none;
    border: none;
    padding: 0.75rem;
}


.footer__widget .sidebar__search form{
    position: relative;
    max-width: 100%;
}


/*----Footer widget text --------*/


.widget_text .footer__widget{

	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;

}


.widget_text .footer__widget .textwidget  img{
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	margin-top: 10px;

}


.footer__widget .tagcloud a {

    color: #1E1E1E;
}


/*Footer nav menu css for monster widget ----------------*/



.widget_nav_menu .footer__widget{


	padding: 1.875rem;
	border: 1px solid #F2F6F9;
    border-radius: 4px;
}

.menu-testing-menu-container .menu{
	padding-left: 0px;
}


.menu-testing-menu-container ul li{
	list-style: none;
	padding-bottom: 5px;
	margin-bottom: 6px;

}

.menu-testing-menu-container ul li a{
	text-decoration: none;
}

.menu-testing-menu-container .menu .menu-item{
	font-size: 1rem;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s ease;
}


.footer__widget .menu-testing-menu-container ul li a {
	color: #1E1E1E;
}
.menu-testing-menu-container ul li a:hover {
	color: #73B611;
}



.menu-testing-menu-container .menu .menu-item .sub-menu {
    margin-left: 15px;
    margin-top: 10px;
}

.menu-testing-menu-container ul{
    padding-left: 0px !important;
}


/*============Footer and BLOG AND Blog sidebar  test and  widget done  csss ===========*/

/*--WP Block Front page css----------*/

.widget_block {
    padding: 1.875rem;
    border: 1px solid #F2F6F9;
    border-radius: 4px;
}

.wp-block-heading {
    border-bottom: 1px solid #F2F6F9;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 1.25rem;
    color: #1E1E1E;
    text-transform: capitalize;
    font-weight: 600;
}

.wp-block-search__label {
    border-bottom: 1px solid #F2F6F9;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 1.25rem;
    color: #1E1E1E;
    text-transform: capitalize;
    font-weight: 600 !important;
}

.wp-block-search__button.wp-element-button {
    background: #73B611;
    color: #fff;
    padding: 15px;
    border-radius: 4px;
    border: none;
}

.wp-block-search__inside-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}



.wp-block-latest-posts__list{
    padding-left: 0px;
}

.wp-block-latest-posts__list.wp-block-latest-posts li {
    list-style: none;
    padding-bottom: 8px;

}

ul.wp-block-latest-posts__list.wp-block-latest-posts li:hover a {
    color: #73B611;
}
/* .wp-block-latest-posts__list.wp-block-latest-posts:hover a{
    color: #73B611;
} */


.wp-block-latest-comments {
    padding-left: 0px;
}
.wp-block-latest-comments__comment-meta a {
 
    text-decoration: none;
}
.wp-block-latest-comments__comment-meta:hover a {
    color: #73B611;
}

.wp-block-group .wp-block-archives-list.wp-block-archives{
    padding-left: 0px;
}

 .wp-block-archives-list.wp-block-archives li{

    list-style: none !important;
}
 .wp-block-archives-list.wp-block-archives li a{
    text-decoration: none;
}

.foot-widgets .widget_block .wp-block-archives-list.wp-block-archives li:hover a{
    color: #73B611;

}

.wp-block-group .wp-block-categories-list.wp-block-categories{
    padding-left: 0px;
}

/*============Page and Post data test css
 ===========* ===========* ===========* ===========*
*/



.has-light-green-cyan-background-color {
    margin-bottom: 15px;
}

a.wp-block-pages-list__item__link.wp-block-navigation-item__content {
    padding: 8px;
}

.wp-block-post {
    padding: 15px 0px;
}
.wp-block-query-pagination-numbers .page-numbers {
    border: 1px solid #ddd;
    padding: 4px 12px;
    display: inline-block;
    text-decoration: none;
    color: #000;
}
.page-numbers.current{

    border-color: #000;
    color: #70717B;
}
.wp-block-query-pagination-next{
    color: #70717B;
    text-decoration: none;
}
.wp-block-query-pagination-previous{
    color: #70717B;
    text-decoration: none;
}
.post-navigation-link-previous.wp-block-post-navigation-link{
    color: #70717B;
    text-decoration: none;
}
.post-navigation-link-previous.wp-block-post-navigation-link a{
    color: #70717B;
    text-decoration: none;
}
.wp-block-post-terms a{
    text-decoration: none;
    color: #70717B;
}
.wp-block-post-navigation-link a{
    text-decoration: none;
    color: #70717B;
}
.wp-block-post-navigation-link a{
    text-decoration: none;
    color: #70717B;
}

.wp-block-read-more{
    text-decoration: none;
    color: #70717B;
}

.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow a {
    text-decoration: none;
    color: #70717B;
}
.logged-in.wp-block-loginout a {
    text-decoration: none;
    color: #70717B;
}

p.logged-in-as a {
    color: #70717B;
}
.wp-block-archives-list.wp-block-archives a {
    color: #70717B;
}

.wp-block-categories-list.wp-block-categories {
    padding-left: 18px;
}
.wp-block-categories-list.wp-block-categories a{
    color: #70717B;
}

.wp-block-archives-list.wp-block-archives {
    padding-left: 18px;
}

.wp-block-latest-comments__comment-author {
    color: #70717B;
}

.wp-block-latest-comments__comment-link {
    color: #70717B;
}
.wp-block-latest-posts__list.wp-block-latest-posts a {
    color: #70717B;
}
.wp-block-page-list {
    padding-left: 18px;
}

.wp-block-page-list a {
    color: #70717B;
}
.wp-block-rss a {
    color: #70717B;
}

p.wp-block-tag-cloud a {
    color: #70717B;
    text-decoration: none;
    font-size: 15px !important;
    padding: 3px;
    margin: 3px;
}

.wp-block-columns {
    margin-bottom: 30px;
}

.wp-block-cover {
    margin-bottom: 20px;
}

.wp-block-cover__inner-container p:not(.has-text-color) {
    color: #fff;
}

.wp-block-file * + .wp-block-file__button {
    padding: 0 15px;
}
.wp-block-media-text {
    margin-bottom: 20px;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
 
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
 
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
 
.wp-block-image {
    margin: 0 0 1em;
    overflow: hidden;
}
.wp-block-button {
    margin-bottom: 14px;
}
.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0px;
}
figure.wp-block-gallery.columns-2.is-cropped.alignleft.extraclass.wp-block-gallery-2.is-layout-flex.wp-block-gallery-is-layout-flex {
    margin-right: 20px;
}
.has-large-font-size {
    line-height: 36px;
}
.wp-block-file:not(.wp-element-button) {
    font-size: .8em;
    margin-bottom: 9px;
}
.wp-block-file a {
    text-decoration: none;
}
.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding-right: 5px !important;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.wp-block-archives {
    margin-bottom: 20px;
}
.wp-block-group__inner-container.is-layout-flow.wp-block-group-is-layout-flow {
    padding: 15px;
    padding-bottom: 2px;
}
.wp-block-columns {
    margin-bottom: 30px;
}
.wp-block-media-text {
    margin-bottom: 20px;
}
.wp-block-preformatted {
    margin: 15px 0;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
    border: 1px solid #ddd;
    padding: 15px;
}
ul.wp-block-list a {
    color: #70717B;
}

.blogsingle__content table {
    border: 1px solid #000;
    margin-bottom: 30px;
    width: 100%;
}

.blogsingle__content th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #000;
    text-align: center;
    font-weight: 400;
    border: 1px solid #000;
}

.blogsingle__content td {
    border-color: #ddd;
    padding: 12px 12px;
    border: 1px solid #000;
    text-align: center;
}
.blogsingle__content th a {
    color: #73B611;
    text-decoration: none;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.wp-caption {
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
p {
    overflow: hidden;
}

/* .blog__inner .thumb a img.attachment-full.size-full.wp-post-image{
    max-width: 100% !important;
    height: auto;
}

.blogsingle__bodycontent .img-responsive.wp-post-image {
    max-width: 100% !important;
} */


.blog__inner .thumb a img{
    width: auto;
}

.blogsingle__bodycontent .thum img{
  width: auto;
}




.post-password-form input{
    outline: none;
    background-color: #f5f5f8;
    height: 60px;
    width: 100% !important;
    line-height: 60px;
    font-size: 16px;
    color: var(--tp-common-black);
    padding-left: 25px;
    padding-right: 25px;
    resize: none;
    border: 1px solid transparent;
}

.post-password-form input[type="submit"] {
    background: #000;
    height: 60px;
    color: #ffff;
    padding: 0 25px;
    border: 0;
    max-width: 100px !important;
}



.comment-reply-list  table {
    border: 1px solid #000;
    margin-bottom: 30px;
    max-width: 100%;
}

.comment-reply-list  th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #000;
    text-align: center;
    font-weight: 400;
    border: 1px solid #000;
}

.comment-reply-list  td {
    border-color: #ddd;
    padding: 12px 12px;
    border: 1px solid #000;
    text-align: center;
}
.comment-reply-list  th a {
    color: #73B611;
    text-decoration: none;
}



.comment-reply-list {
    max-width: 100% !important;
}

.blogsingle__content.bg-white ol {
    padding-left: 18px;
}
.blogsingle__content  p a{
    color: #70717B;
    text-decoration: none;
}
.content h6 {
    word-break: break-word;
}
.pageheader__content h2{
    word-break: break-word; 
}
.heading h4{
    word-break: break-word; 
}
.page-post  table {
    border: 1px solid #000;
    margin-bottom: 30px;
    max-width: 100%;
}

.page-post  th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #000;
    text-align: center;
    font-weight: 400;
    border: 1px solid #000;
}

.page-post  td {
    border-color: #ddd;
    padding: 12px 12px;
    border: 1px solid #000;
    text-align: center;
}
.page-post th a {
    color: #73B611;
    text-decoration: none;
}

.blogsingle  .page-post {
    margin-bottom: 20px;
    padding: 40px 0px;
}


.blogsingle  .page-post p{
    margin-bottom: 16px;
}
.page-post ol {
   padding-left: 18px;
}

.page-post ol li a{
    color: #70717B;
}

/* .page-post .aligncenter, .aligncenter{
    margin: 0;
} */

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}


/* recommended css */

.pageontent.blog-search-content .search-field {
    width: 360px;
    border: 1px solid #689b1c;
    border-radius: 3px;
}

.pageontent.blog-search-content .search-submit {
    background: #73B611;
    width: 150px;
    color: #fff;
}



.pageontent.blog-search-content .search-form {
    display: flex;
    align-items: center;
    width: 100%;

}




.search-results .blog-post-item.type-product {
    max-width: 800px;
}
.search-results .blog-post-item.type-product .blog-content:not(.blog-details-content) .post-text {
    margin: 0 0;
}
.search-results .blog-post-item.type-product .blog-content .post-text p {
    margin: 0 0;
}
.search-results .blog-post-item.type-product .blog-content .title {
    margin-bottom: 15px;
}
.mc4wp-alert {
    margin: 10px 0 0;
    text-align: left;
}
.mc4wp-alert p {
    margin: 0 0;
    color: white;
}
.mc4wp-success p {
    color: white;
}
.blog-widget {
    background-color: var(--wh-color);
    box-shadow: 0px -16px 48px rgba(6, 35, 63, 0.03), 0px 16px 48px rgba(6, 35, 63, 0.03);
    border-radius: 10px;
    padding: 25px;
    margin: 0 0 25px;
}
.blog-widget:last-child {
    margin: 0 0;
}
.footer-bg {
    background-color: #00150F;
}
.footer-top {
    padding: 100px 0 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.copyright-text {
    padding: 20px 0;
}
.copyright-text p {
    margin: 0 0;
    color: rgba(255, 255, 255, 0.6);
}
.footer-widget {
    margin: 0 0 40px;
}
.blog-details-thumb {
    margin: 0 0 30px;
}
.blog-details-thumb img {
    border-radius: 16px;
}
.page-post .page-links span.post-page-numbers{


    border: 1px solid #ddd;
    padding: 4px 12px;
    display: inline-block;
    text-decoration: none;
    color: #000;
}
.page-post .page-links a.post-page-numbers{
  

    border: 1px solid #ddd;
    padding: 4px 12px;
    display: inline-block;
    text-decoration: none;
    color: #000;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    margin: 0;
    padding: 0 4px 5px;
}
.gallery-caption {
	display: block;
}
.bypostauthor {
	display: block;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
 
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    /* display: block; */
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*============Browser autofill data csss ===========*/
input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
    -webkit-box-shadow: initial !important;
}
