/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/

:root {
  --primary: #ed3237; /* red */
  --primary-hover: #c41f22;
  --dark: #111;
  --light: #fff;
  --gray: #f5f5f5;
}

body {
  font-family: 'Noto Sans Devanagari', sans-serif !important;
}

.container {
  max-width: 1500px;
  margin: auto;
  padding: 0 15px;
}

#page {
  min-height: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans Devanagari', sans-serif !important;
}

img {
  /* display: block;
  width: 100%;
  height: auto; */
  border-radius: 6px 6px 0 0;
}

.cat {
  margin: 40px auto;
}

.view-all {
  background: var(--primary);
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;

  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.view-all:hover {
  background: var(--primary-hover);
  color: #fff;
}

.category .txt {
  font-weight: 600;
  font-size: 11px;
  padding: 3px 10px;
  margin-right: 5px;
  /* border-radius: 4px; */
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

/* Color Classes */
.cat-yellow {
  background: #f59e0b;
}
.cat-red {
  background: #ef4444;
}
.cat-blue {
  background: #3b82f6;
}
.cat-green {
  background: #22c55e;
}
.cat-purple {
  background: #8b5cf6;
}
.cat-navy {
  background: #1e40af;
}
.cat-orange {
  background: #f97316;
}
.cat-teal {
  background: #14b8a6;
}

.category a:hover {
  opacity: 0.8;
}

.category {
  margin-bottom: 5px;
}

/* Top Bar */
/* .site-content .ast-container {
  display: block;
} */
.header-container {
  /* display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; */
}

header {
  background: #fff;
}

.top-bar {
  background: var(--primary);
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
}

.top-bar .container-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 0 15px;
}

.trending {
  font-weight: 500;
}

.datetime {
  background: #00000083;
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 13px;
  margin-left: 10px;
}

/* Logo */
.logo-section {
  text-align: center;
  padding: 25px 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-section .site-logo {
  width: 400px;
  border-radius: 0;
}

.bottom-navbar {
  display: none;
}

@media (max-width:1024px){
	.logo-section .site-logo{
		width:720px;
	}
}

@media (max-width: 780px) {
  .logo-section {
    flex-direction: column-reverse;
    padding: 25px 20px 0px;
  }
  .logo-section .site-logo {
    border-radius: 0;
	  width:auto;
    height: 74px;
  }
}

p {
  margin-bottom: 0;
}
