  /*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27-Feb-2021, 12:09:17
    Author     : Jafran Mjm
*/
@media screen and (max-width: 900px) {
  .calendar-blk .dates .single {
    width: calc((100% / 2) - 20px); }

  .third-blk .blk:nth-child(1) {
    width: calc(50% - 20px); }
  .third-blk .blk:nth-child(2) {
    width: calc(50% - 20px); } }
@media screen and (max-width: 750px) {
  .about-blk .blk {
    width: calc(100% - 20px); }
    .about-blk .blk:nth-child(1), .about-blk .blk:nth-child(2) {
      padding-left: 0;
      padding-right: 0; }
    .about-blk .blk:nth-child(1) {
      margin-bottom: 30px; } }
@media screen and (max-width: 700px) {
  .third-blk .blk:nth-child(1), .third-blk .blk:nth-child(2) {
    width: calc(100% - 20px);
    padding-left: 0;
    padding-right: 0; }
  .third-blk .blk:nth-child(1) {
    margin-bottom: 50px; }

  .newsletter span.date {
    font-size: 20px; }

  .single-content .sidebar {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    .single-content .sidebar .dtl {
      margin-top: 10px; }
  .single-content .content {
    width: 100%;
    padding-left: 0; } }
@media screen and (max-width: 600px) {
  .calendar-blk .dates .single {
    width: calc((100% / 1) - 20px); }
    .calendar-blk .dates .single .dtl {
      font-size: 14px; } }

/*# sourceMappingURL=month-of-reading-responsive.css.map */
