/*
Theme Name: Aj Blog Child
Theme URI: https://hiajeet.com/
Author: Ajeet Singh
Author URI: https://hiajeet.com/
Description: Blog.
Version: 2.5.0
Template: sparkling

*/

/* For the Heavy weight */
@font-face {
  font-display: swap;
  font-family: 'Mark Pro';
  font-style: normal;
  font-weight: 800;
  src: url('https://hiajeet.com/assets/fonts/MarkPro-Heavy.woff2') format('woff2'),
       url('https://hiajeet.com/assets/fonts/MarkPro-Heavy.woff') format('woff');
}

/* For the Bold weight */
@font-face {
  font-display: swap;
  font-family: 'Mark Pro';
  font-style: normal;
  font-weight: 600;
  src: url('https://hiajeet.com/assets/fonts/MarkPro-Bold.woff2') format('woff2'),
       url('https://hiajeet.com/assets/fonts/MarkPro-Bold.woff') format('woff');
}

@font-face{
    font-family: "Eina";
    src: url("https://hiajeet.com/assets/fonts/eina01-regular.woff")format("woff"),
        url("https://hiajeet.com/assets/fonts/eina01-regular.woff2")format("woff2");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family: "Eina1";
    src: url("https://hiajeet.com/assets/fonts/eina01-bold.woff")format("woff"),
        url("https://hiajeet.com/assets/fonts/eina01-bold.woff2")format("woff2");
    font-weight:700;
    font-style:normal;
    font-display:swap;
}


body {
	background:#ffffff;
    font-size: 18px;
	color: #2b2a35;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7em;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
   font-family: 'Eina', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', sans-serif;
}

.container {
    max-width: 1100px;
    width: 90%;
}

a {
    color: #ff5c35;
    text-decoration: none;
    -webkit-transition: all 0.5s!important;
    -o-transition: all 0.5s!important;
     transition: all 0.5s!important;
}
a:hover{
	  color: #ff5c35;
}

.blog-hero a,
.unlink a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .2em;
}

.blog-hero a:hover,
.unlink a:hover {
    text-decoration: none;
}

header#masthead {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

body .navbar > .container .navbar-brand {
    font-family: 'MARK PRO';
    color: #2b2a35;
    font-size: 26px;
    padding: 22px 0;
    margin: 0;
    height: auto;
    font-weight: 700;
}

.container {
    max-width: 1060px;
	width:90%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #2b2a35;
    font-weight: 700;
}

h1,h2,h3,h4,h5,h6{

   font-family: 'MARK PRO', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', sans-serif;
}

.navbar-nav > li {
    padding: 20px 15px;
    color: #666;
}

.navbar.navbar-default {
    background-color: #ffffff;
    margin-bottom: 0;
    font-weight: 500;
}

body .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > .caret, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li:focus-within > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #000000;
    background-color: transparent;
	
}
body .navbar-default .navbar-nav > li li > a,
body .navbar-default .navbar-nav > li > a {
    color: #2b2a35;
    line-height: initial;
    text-transform: none;
    font-size: 16px;
    font-weight: normal;
	font-family:'Eina', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', sans-serif;
}

.navbar-nav > li:hover > .caret,
body .navbar-default .navbar-nav > li > a:hover{
	 color: #ff5c35;
}

body .navbar-default .navbar-nav > li#menu-item-21 > a:hover{
text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .3em;
}

#colophon {
    background-color: #ffffff;
    padding: 10px 0;
    border-top: none;
}

.page-content, .entry-content, .entry-summary {
    margin: 0;
}

body.archive .post-inner-content, body.blog .post-inner-content, body .post-inner-content:first-child {
    border: 0!important;
	border-top: none;
}

.post-inner-content {
    padding: 0;
    background-color: #fff;
    border: none;
    border-top: none;
}

.single-post div#primary {
    padding-right: 30px;
}

.well {
    background-color: #fff;
    padding: 30px;
    border-left: 2px solid #f1f5f9;
    overflow: hidden;
    clear: both;
    border-right: none;
    border-top: none;
    border-bottom: none;
    box-shadow: none;
    padding-right: 0;
    padding-left: 45px;
}

.single-featured:hover, .single-featured:focus-within {
    opacity: 1;
}

.single-featured {
    margin: auto auto 36px auto;
    border-radius: 8px;
}

.single-post h1.entry-title {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
}



.single-post h3 {
    font-size: 28px;
    line-height: 1.2em;
}
.single-post .post-inner-content h2,
.single-post .post-inner-content h3,
.single-post .post-inner-content h4,
.single-post .post-inner-content h5{
    padding-bottom: 15px;
    margin-bottom: 0;
    margin-top: 50px;
	color:#000000;
}

.single-post .post-inner-content h2{
	font-size:36px;
}

.single-post .post-inner-content h2.mt,
.single-post .post-inner-content h3.mt,
.single-post .post-inner-content h4.mt{
	margin-top:0;
}

.single-post  p {
    margin: 0 0 25px;
    font-size: 19px;
    line-height: 1.74em;
}

.single-post ol, 
.single-post ul {
    margin-top: 0;
    margin-bottom: 25px;
    padding-left: 18px;
}

.single-post .aj-ul1 li{
	margin-bottom: 0px;
}

.single-post .aj-ul1{
	
}

.blog-quote {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  background: #f8fafc;
  border-left: 5px solid #2563eb;
  font-style: italic;
  color: #1f2937;
}

.blog-quote p {
  margin: 0;
  line-height: 1.7;
}


.single-post u{
	text-underline-color:#E34C2B;
}

.single-post .entry-content {
    font-weight: 300;
    line-height: 1.8em;
	font-size:19px;
}
.multi-li li,
.single-post ul li,
.single-post ol li{
	margin-bottom:16px;
}

.multi-li li:last-child,
.single-post ul li:last-child,
.single-post ol li:last-child{
	margin-bottom:0;
}

.blog-hero {
    background: #fff url(https://hiajeet.com/temp/bg2.jpg)no-repeat center center/cover;
    text-align: center;
    padding: 3em 0;
}

.blog-hero h1 {
    font-size: 24px;
	letter-spacing:4px;
    margin-top: 0;
    line-height: 1em;
	text-transform:uppercase;
	color:#ff5c35;
}

.blog-hero h2 {
    font-size: 52px;
    margin-top: 0;
    line-height: 1.2em;
	margin-top:0;
	padding:0px 0 35px;
}


.blog-hero p {
    font-size: 20px;
    color: #555564;
    line-height: 1.8em;
}

.logged-in header#masthead .navbar-fixed-top {
    top: 32px!important;
}

header#masthead .container {
    width: 92%;
    max-width: 1400px;
}

div#logo img {
    width: 145px;
}

div#logo {
    margin-top: 19px;
}



.navbar-nav > li > .dropdown-menu {
    width: 202px;
    padding: 0;
    background: #f1f7ff;
    text-align: center;
    left: 49%;
    transform: translate(-50%);
}

.dropdown-menu > li {
    padding: 0;
    background: transparent!important;
}

.navbar-nav > li > .dropdown-menu li a{
	display:block;
	padding:10px 10px;
	border-bottom:1px solid #e3e9f1;
}


#secondary .widget a{
	color: #2b2a35;
}

.single-featured.wp-post-image {
    border-radius: 8px;
    overflow: hidden;
}

.entry-meta span i:before {
    color: #ff5c35;
}

span.cat-links {
    display: none;
}

.tagcloud a {
    padding: .8em 1.3em;
    margin-right: 0;
    margin-bottom: 4px;
    line-height: 100%;
    display: inline-block;
    color: #6b54ff !important;
    background-color: #f1f5f9;
    border-radius: 3px;
    -webkit-border-radius: 40px;
    font-size: 16px !important;
}

.tagcloud a:hover {
    color: #ffffff !important;
    background-color: #6b54ff;
  
}


.aj-post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.aj-post-grid .post-block {
    border: 1px solid #ddd;
    padding: 0px 15px 15px;
    border-radius: 8px;
    background: #fff;
}
.aj-post-grid .post-thumbnail{
	margin:0 -15px;
}
.aj-post-grid .post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 6px 6px 0 0;
  display: block;
}

.aj-post-grid .post-title {
    font-size: 20px;
    margin-top: 15px;
    line-height: 1.25em;
}

.aj-post-grid .post-title a {
    color: #000000;
    text-decoration: none;
}

.aj-post-grid .post-meta {
  font-size: 14px;
  color: #555;
  margin: 5px 0;
}

.aj-post-grid .post-excerpt {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6em;
}

.aj-post-grid .read-more {
    display: inline-block;
    margin-top: 10px;
    background: #283F4D;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    padding: 11px 24px 9px;
    border-radius: 40px;
    font-size: 15px;
    line-height: 1.3em;
}

.aj-post-grid .read-more:hover {
    background: #ff5c35;  
    color: #fff;
	text-decoration: none!important;
}

.aj-post-grid .read-more:hover {
  text-decoration: underline;
}

.aj-pagination {
  margin-top: 20px;
  text-align: center;
}

.aj-pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
}

.aj-pagination .page-numbers.current {
  background: #0073aa;
  color: #fff;
  border-color: #0073aa;
}


/*blog image aspect ratio landscape 4:3*/

.aj-post-grid .post-thumbnail {
    padding-top: 75%;
    display: block;
    position: relative;
}

.aj-post-grid .post-thumbnail img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

h3.heading-index {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 20px;
    font-size: 34px;
    margin-bottom: 40px;
    position: relative;
}

h3.heading-index::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    padding: 0 0 2px 0;
    background: conic-gradient(from 0deg at 50% 50%, #8181ff 56deg, #33dbdb 150deg, #33d58e 190deg, #ffd633 230deg, #fc527d 308deg, #8181ff 360deg);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    /* -webkit-mask-composite: xor; */
    pointer-events: none;
    z-index: 8;
}


blockquote {
    padding: 18px 24px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #ff5c35;
    background: #f2f2f2;
    border-radius: 6px;
}





.copyright {
    margin-top: 10px;
    float: none;
    text-align: center;
    font-size: 13px;
    color: #666;
    font-weight: 400;
    letter-spacing: 0.2px;
}
#footer-area a:hover,
#footer-area a {
    color: #666;
}

#footer-area a:hover{
	text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .2em;
}

.single-post .entry-content a:hover,
.unlink a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .2em;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0;
    line-height: 1.4em;
}

.about-author-box {
  margin-top: 3rem;
  padding: 2rem;
  background: #f2f2f2;
  border-left: 4px solid #ff5c35;
  border-radius: 8px;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.about-author-box {
    border: 1px solid #eee;
    border-left: 4px solid #ff5c35;
}

.about-author-box .author-avatar {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.about-author-box .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.about-author-box h4 {
  margin: 0 0 0.5rem!important;
  font-size: 2rem;
  color: #111827;
}

.about-author-box p {
  margin-bottom: 0.75rem;
  font-size: 17px;
  line-height: 1.7em;
  color: #374151;
}

.about-author-box .author-links a {
  color: #ff5c35;
  font-weight: 500;
  text-decoration: none;
}

.about-author-box .author-links a:hover {
  text-decoration: underline;
}

nav.navigation.post-navigation .nav-links {
  display: flex;
  width: 100%;
}

nav.navigation.post-navigation .nav-previous,
nav.navigation.post-navigation .nav-next {
  width: 50%;
  overflow: hidden;
}

nav.navigation.post-navigation .nav-previous {
  padding-right: 1rem;
}

nav.navigation.post-navigation .nav-next {
  padding-left: 1rem;
  text-align: right;
}

nav.navigation.post-navigation .nav-links a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

nav.navigation.post-navigation .nav-links a {
    background: #ff5c35;
    color: #fff!important;
}
nav.navigation.post-navigation .nav-links a:hover {
    background: #ffffff;
    color: #000!important;
}

.author-sidebar-box {
  padding: 1.75rem 1.5rem;
  background: #f8fafc;
  border-radius: 10px;
  text-align: center;
}

.author-sidebar-box .author-avatar {
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
}
.author-sidebar-box .author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #ff5c3500;
    box-shadow: 0 0 0px 4px rgb(255 92 53 / 30%);
}

.author-sidebar-box h4 {
  margin-bottom: 15px;
margin-top:20px;
  font-size: 20px;
  color: #111827;
}

.author-sidebar-box .author-bio {
    font-size: 14px;
    line-height: 1.6em;
    color: #374151;
    margin-bottom: 1rem;
    padding: 0;
}

.author-social-links {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

.author-social-links a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ff5c35;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f2937;
    font-size: 1rem;
    transition: all 0.2s ease;
    font-size: 17px;
    color: #fff!important;
}
.author-social-links a:hover {
  background: #2563eb;
  color: #ffffff;
}

.well {
    padding-top: 0;
}
