/*
Theme Name: niah
Author: niah
Author URI: 
Theme URI: 
Tags: full-site-editing, block-patterns
Text Domain: niah
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4
Version: 100.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* site styles */
main {
  padding: 0;
  margin: 0;
  padding-top: 0 !important;
}
a.wp-block-button__link {
  background-color: #1e1e1e;
  color: #fff;
  border: 1px solid;
}
a.wp-block-button__link:hover {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid !important;
}
.niah_banner {
  align-items: normal !important;
}
.niah_educational_obj p.wp-block-getwid-content-timeline-item__meta-content {
  font-size: 16px;
}
.niah_teams_lists,
.niah_obj_main,
.niah_educational_obj,
.main-container {
  max-width: 1140px !important;
}
.niah_teams_lists ul {
  display: flex;
  gap: 40px 20px;
  flex-wrap: wrap;
}
.niah_teams_lists ul li {
  width: calc(33% - 20px);
  margin: 0;
}
.niah_teams_lists ul li a{
	text-decoration: none;
}
.niah_teams_lists .wp-block-post{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.niah_teams_lists .wp-block-group {
/*   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-radius: 0 0 15px 15px; */
	text-align: center;
}
.niah_header ul li a {
  text-decoration: none;
}
h1.wp-block-post-title:not(.single-post h1) {
  display: none;
}
.home .entry-content{
	margin: 0;
}
.header-top a {
  text-decoration: none !important;
}
.header-top .wp-block-getwid-icon__wrapper{
	padding: 0;
	padding-right: 10px;
}
/* .header-top{
	position: fixed;
width: 100%;
	z-index: 9999;
} */

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px !important;
    line-height: 48px;
  }
  h4 {
    font-size: 18px !important;
  }
  .niah_obj_main .wp-block-getwid-icon-box {
    flex-direction: column;
  }
  .niah_obj_main .wp-block-getwid-icon-box__icon-wrapper {
    transform: rotate(90deg);
  }
  .niah_teams_lists ul li {
    width: 100%;
  }
  .niah_educational_obj
    .wp-block-getwid-content-timeline-item__content-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
	.header-top{
		display: none !important;
	}
}

