/*
Theme Name: Elevatebits
Theme URI: https://elevatebits.com
Author: Elevatebits
Author URI: https://elevatebits.com
Description: Theme build for this site only.
Version: 1.0
*/

h1, h2, h3, strong {
	font-weight: 700;
}

p {
    font-size: 1em;
    line-height: 1.2;
    padding-bottom: 0.5em;
  }
  
  main {    
    padding: 50px 10px;
  }
  
  .home main h1,
  .category main h1 {
    margin-bottom: 2rem;
  }
  
  .home main ul,
  .category main ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    padding: 0;
    margin: 0;
    row-gap: 1rem;
  }
  
  .home main li,
  .category main li {
    flex: 1 1 calc(33.333% - 2rem);
    max-width: calc(33.333% - 2rem);
    list-style: none;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  
  .home main li .excerpt,
  .category main li .excerpt {
    height: 3.6em;
    overflow: hidden;
    line-height: 1.2em;
    margin-top: 1.5em;
  }
  
  .single article {
    padding: 50px 10px;
    display: flex;
	max-width: 1280px;
	margin: auto;
  }
  .single article .main-image-container {
    display: flex;
    flex-direction: column;
  }
  .single article .main-image-container .title-and-author {
    flex: 1;
  }
  .single article .main-image-container .title-and-author h1 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 1rem;
  }
  .single article .main-image-container .main-image {
    flex: 1;
  }
  .single article .content {
    padding: 1em;
    background-color: #c9d3d9;
  }
  
  .single article .content p {
    text-align: justify;
  }
  .single article .content ul {
	  margin-left: 2rem;
	  padding-bottom: 0.5rem;
  }
  .single article .content .enlighter-linenumbers div.enlighter > div::before {
    width: 1em;
    min-width: 1em;
  }
  .single article .content .enlighter-t-beyond {
    margin-top: 10px;
    border-radius: 0;
  }
  .single article .content .enlighter-t-beyond .enlighter span {
    font-size: 1em;
  }
  
  @media only screen and (max-width : 1400px) {
    .home main h1,
    .category main h1 {
      font-size: 4rem;
    }
    .home main ul,
    .category main ul {
      justify-content: space-between;
    }
    .home main li,
    .category main li {
      flex: 0 0 45%;
      max-width: 45%;
    }
  
    .single article .main-image-container .title-and-author h1 {
      font-size: 2rem;
    }
  }
  
  @media only screen and (max-width : 768px) {
    .home main li,
    .category main li {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .single article {
      flex-direction: column;
    }
  
    h1 {
      font-size: 1.5rem;
	  line-height: 2rem;
    }
	  
	  .footer {
		  padding-top: 0;
	  }
  }
  
  /*# sourceMappingURL=style.css.map */
  