/*
Theme Name: Sattvic Gyaan
Theme URI: https://sattvicgyaan.com/
Author: Vinay Kumar Munda
Author URI: https://www.vinayone.com/
Description: This theme is developed for the Sattvic Gyaan website to provide a clean and user-friendly experience for readers interested in spiritual knowledge and practices.
Requires at least: 5.6
Tested up to: 5.9
Requires PHP: 8.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sattvicgyaan
Tags: one-column, custom-menu, custom-logo, featured-images, translation-ready
*/

ul#menu-header {
  li {
    a {
      margin-left: 1em;
      color: #ffffff;
      text-decoration: none;
      font-weight: 500;
    }

    a:hover {
      text-shadow: 0px 0px 15px #f6f628;
    }
  }
}

.bg-warning {
  font-size: larger;
}

.card-reset {
  /* max-width: 267px; */
  height: 235px;
  overflow: hidden;

  a {
    text-decoration: none;
    color: #212529;
  }

  a:hover {
    color: #f63131;
  }
}

.fit-image {
  img {
    object-fit: cover;
    width: 100%;
  }
}

.img-fluid {
  img {
    object-fit: cover;
    width: 100%;
  }
}

.text1 {
  font-size: 0.9em;

  a {
    text-decoration: none;
    color: #212529;
  }

  a:hover {
    color: #f63131;
  }
}

.nav-shadow {
  box-shadow: 0px 3px 17px #a3a3a3;
}

.blog-card-body {
  a {
    text-decoration: none;
    color: #212529;
  }

  a:hover {
    color: #f63131;
    text-decoration: underline;
  }
}

.top-round {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: #f63131;
  display: inline-block;
  padding: 1px 7px;
  margin-bottom: -2px;

  h4 {
    color: #ffffff;
  }
}

.bg-color {
  background-color: rgb(63 65 67);
}

.sidebar-wrapper ul {
  border: 1px solid #c7c7c7;
  border-radius: 7px;
  margin-top: 1px;
  padding: 9px;

  li {
    list-style: circle;
    margin-left: 15px;
    margin-top: 12px;

    a {
      text-decoration: none;
    }

    a:hover {
      text-decoration: underline;
      color: #f63131;
    }
  }
}

.comments-area {
  margin-top: 30px;

  .comment-list {
    li {
      margin-bottom: 20px;

      .comment-body {
        border: 1px solid #c7c7c7;
        border-radius: 7px;
        padding: 10px;
        background-color: #f5f5f5;

        .comment-meta {
          font-size: 0.85em;
          color: #555555;
        }

        .comment-content {
          margin-top: 10px;
        }
      }
    }
  }

  .comment-respond {
    margin-top: 30px;

    h3 {
      margin-bottom: 15px;
    }

    .comment-form-comment {
      textarea {
        width: 100%;
        height: 100px;
        padding: 10px;
        border: 1px solid #c7c7c7;
        border-radius: 5px;
        resize: vertical;
      }
    }

    .comment-form {
      margin-top: 15px;

      input[type="text"],
      input[type="email"] {
        width: 100%;
        padding: 8px;
        margin-bottom: 10px;
        border: 1px solid #c7c7c7;
        border-radius: 5px;
      }
    }

    .form-submit {
      margin-top: 15px;

      input[type="submit"] {
        background-color: #f63131;
        color: #ffffff;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
      }

      input[type="submit"]:hover {
        background-color: #d42a2a;
      }
    }
  }
}

.searchform {
  input[type="text"] {
    padding: 8px;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    color: #f63131;
    background-color: #ffffff;
  }

  input[type="submit"] {
    padding: 8px 15px;
    background-color: #d42a2a;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  input[type="submit"]:hover {
    background-color: #2d2c2c;
  }
}

.pagination {
  padding-bottom: 1em;
  .nav-links {
  span, a {
    border:1px solid #c7c7c7;
    border-radius: 7px;
    padding: 5px 10px;
  }
  a {
    text-decoration: none;
    color: #f63131;
  }
  a:hover {
    color: #ffffff;
    background-color: #f63131;
    }
  }
}

.thumbnail {
	margin-bottom: 1em;
	h1 {
		margin-bottom:0.7em;
	}
  img {
    width: 100%;
    height:auto;
  }
}

.menu-footer-container {
  ul {
    list-style-type: none;
    li {
      display: inline-block;
      a {
        margin-left: 1em;
        color: #ffffff;
        text-decoration: none;
        font-weight: 500;
      }

      a:hover {
        text-shadow: 0px 0px 15px #f6f628;
      }
    }
  }
}

@media screen and (max-width: 576px) {
.card-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-reset {
  height: auto;
}
.text1 {
  padding-left: 1em;
}
}