@media screen and (max-width: 988px){
		header{
		position: relative;
	}
	.nav {
    display: flex;
    justify-content: center;
    text-align: center;
    height: 55px;
    border-bottom: 1px solid gainsboro;
    align-items: center;
    align-content: center;
    width: 100%;
}
	.nav_left {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
	
	.nav_left img{
		width: 100%;
		height: 35px;
	}
	
	header .mobile_menu {
    display: block;
    position: absolute;
    left: 16px;
    height: 25px;
    width: 100%;
    top: 14px;
}
	
	header .search_icon {
    position: absolute;
    top: 16px;
    right: 17px;
    height: 26px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
	
	.nav_right{
		display: none;
	}
	
	/*Sidebar Mobile Navigation**/
	
	.sidebar_nav {
    width: 0%;
	overflow: hidden;
    background: white;
    height: 100vh;
    top: -10px;
    position: absolute;
    left: -14px;
	z-index: 6;
}
	.menu-desk-menu-container {
    padding: 0px;
}
	.menu-desk-menu-container ul#menu-desk-menu-1 {
    list-style: none;
    font-size: 1.6rem;
    display: flex;
    gap: 17px;
    flex-direction: column;
    margin: 30px 15px;
}
	ul#menu-desk-menu-1 .menu-item-has-children {
    height: 25px;
    overflow: hidden;
    border-bottom: none;
}
	
	.menu-desk-menu-container ul#menu-desk-menu-1 li{
		border-bottom: 1px solid gainsboro;
		padding-bottom: 5px;
	}
	
	.menu-desk-menu-container ul#menu-desk-menu-1 li:has(.menu-item-has-children){
		border-bottom: 0px;
	}
	
	.menu-desk-menu-container ul#menu-desk-menu-1 li a {
    color: var(--bgdim);
}
	.close_sidebar_nav {
    position: absolute;
    top: 10px;
    right: 34px;
    z-index: 1;
}
	
	
	/**Hero Header Responsiveness**/
	
	
	.hero_header {
    width: 100%;
    margin: 15px auto;
    display: flex;
    min-height: 269px;
    background: white;
    box-shadow: var(--sha);
    gap: 21px;
    border-radius: 15px;
    justify-content: center;
    flex-direction: column-reverse;
	border-bottom: 0px;
    text-align: center;
    align-items: center;
}
	
	.hero_header_left {
    gap: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 95%;
    text-align: center;
    align-items: center;
    margin: 0px 0px 0px 0px;
}
	.hero_header_left_left{
		width: unset !important;
	}
	.hero_header_left_right {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, 100%);
    justify-content: center;
    grid-gap: 0px;
    text-align: left;
}
	.hero_header_right {
    width: 100%;
    margin: 14px;
}
	
.hero_header_buttons {
    display: grid;
    width: 100%;
    grid-gap: 6px;
    --herobtnwidth: 176px;
    margin: 0px auto;
    grid-template-columns: repeat(auto-fit, var(--herobtnwidth));
    place-content: center;
    place-items: center;
}
	
	.hero_header_buttons div button {
    border: none;
    height: 44px;
    width: 100%;
    color: white;
    background: var(--pri);
    border-radius: var(--curve);
    width: var(--herobtnwidth);
    cursor: pointer;
}
	
	/**Single Post**/
	
	.homemint_page {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin: 20px auto;
    grid-gap: 20px;
    padding: 0px;
	justify-content: center;
}
	
	.body-left-page {
    background: white;
    padding: 10px !important;
}
	figure.wp-block-image.size-full.is-resized img {
    background-size: cover;
    width: 88% !IMPORTANT;
    margin: 0px auto;
    text-align: center;
}
	
	.author-box {
    max-width: 95%;
    margin: 20px auto;
    border-radius: var(--curve);
    padding: 24px 31px;
    background: white;
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
    box-shadow: var(--sha);
    border: 1px solid gainsboro;
}
.breaking_news_ticker div p {
    background: var(--sec);
    width: max-content;
    color: var(--pri);
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    height: 40px;
    padding: 0px 11px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: var(--hoversha);
    z-index: 3;
    position: relative;
}
	
}