html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "Inter", sans-serif;
}
body.single {
  background-color: #fff;
}
body.hidden {
  height: 100vh;
  overflow: hidden;
}

* {
  box-sizing: border-box;
  outline: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

p {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.container {
  margin: auto;
  width: 1140px;
  padding: 0 15px;
  max-width: 100%;
}
@media (max-width: 1250px) {
  .container {
    width: 960px;
  }
}
@media (max-width: 992px) {
  .container {
    width: 736px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 600px;
  }
}
@media (max-width: 630px) {
  .container {
    width: 450px;
  }
}
@media (max-width: 480px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
}

.table-wrap {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 14px;
}
@media (max-width: 1250px) {
  .table-wrap {
    margin-bottom: 14px;
  }
}
@media (max-width: 768px) {
  .table-wrap {
    width: 100%;
    margin: 0 0 14px;
  }
}
.table-wrap:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0) 100%);
  transition: 0.3s ease-out;
  opacity: 0;
}
@media (max-width: 768px) {
  .table-wrap:before {
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    left: -5px;
  }
}
.table-wrap:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 10;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0) 100%);
  transition: 0.3s ease-out;
  opacity: 0;
}
@media (max-width: 768px) {
  .table-wrap:after {
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    right: -5px;
  }
}
.table-wrap.start {
  cursor: grab;
}
.table-wrap.start:before {
  opacity: 1;
}
.table-wrap.end {
  cursor: grab;
}
.table-wrap.end:after {
  opacity: 1;
}

.table-wrap__child {
  overflow: auto;
  max-width: 100%;
  position: relative;
  display: flex;
}
.table-wrap__child::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.table-wrap__child::-webkit-scrollbar-track {
  width: 0;
  height: 0;
}
.table-wrap__child::-webkit-scrollbar-thumb {
  width: 0;
  height: 0;
}
.table-wrap__child * {
  flex-shrink: 0;
}

.editor h1, .editor h2, .editor h3 {
  font-weight: 700;
  margin-bottom: 10px;
}
.editor h1 {
  font-size: 24px;
}
.editor h2 {
  font-size: 20px;
}
.editor h3 {
  font-size: 18px;
}
.editor p {
  margin-bottom: 15px;
  font-size: 16px;
  text-align: justify;
}
.editor ul, .editor ol {
  padding-left: 20px;
  margin-bottom: 15px;
}
.editor ul li, .editor ol li {
  margin-bottom: 5px;
}
.editor ul li {
  list-style-type: disc;
}
.editor ol li {
  list-style-type: decimal;
}
.editor blockquote {
  padding-left: 15px;
  margin: 15px 0;
  font-style: italic;
}
.editor img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  border-radius: 5px;
}
.editor img.alignleft {
  margin: 0 15px 0 0;
}
.editor img.alignright {
  margin: 0 0 0 15px;
}

body.page-template-page-product-php, body.products-template-page-product-php {
  background: #eef1f1;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  src: url(/wp-content/themes/resumewritinglab/bundles/e05c5f3d1fa6a3893d84c1eef4e89951.ttf) format("truetype");
  font-display: swap;
}
body {
  font-family: "Inter", sans-serif;
}
.category-blog {
  padding-top: 45px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .category-blog {
    padding-top: 30px;
  }
}
.category-blog__title-box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.category-blog__title {
  color: #0a0d0d;
  font-size: 40px;
  margin: 0 10px 0 0;
  font-family: "Inter", sans-serif;
}
@media (max-width: 992px) {
  .category-blog__title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
  }
}
.category-blog__category-count {
  font-size: 20px;
  line-height: 30px;
  color: #737B80;
  flex-shrink: 0;
  font-weight: 400;
}
.category-blog__subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #0a0d0d;
}
@media (max-width: 992px) {
  .category-blog__subtitle {
    margin-bottom: 20px;
  }
}
.category-blog__flex {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: 0 -15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .category-blog__flex {
    width: calc(100% + 23px);
    margin: 0 -5.5px;
  }
}
@media (max-width: 767px) {
  .category-blog__flex {
    width: 100%;
    margin: 0;
  }
}
.category-blog .navigation.pagination {
  width: 100%;
}
.category-blog .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-blog .pagination .page-numbers.prev {
  margin-top: -23px;
  margin-right: 15px;
}
.category-blog .pagination .page-numbers.next {
  margin: 0 15px;
}
@media (max-width: 768px) {
  .category-blog {
    margin-top: -20px;
  }
}
.blog-card {
  width: 350px;
  margin: 30px 15px;
  transition: 0.3s;
}
@media (max-width: 1250px) {
  .blog-card {
    width: 290px;
  }
}
@media (max-width: 992px) {
  .blog-card {
    width: 232px;
    margin: 30px 5.5px;
  }
}
@media (max-width: 767px) {
  .blog-card {
    width: 100%;
    margin: 0 0 20px;
    padding-bottom: 10px;
  }
}
.blog-card__img {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}
.blog-card__img img {
  transition: 0.3s;
}
.blog-card__img img:hover {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .blog-card__img img {
    width: 100%;
    height: auto;
  }
}
.blog-card__title {
  margin-bottom: 15px;
  min-height: 60px;
}
.blog-card__title a {
  color: #0a0d0d;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
.blog-card__title a:hover {
  opacity: 0.8;
}
@media (max-width: 992px) {
  .blog-card__title {
    min-height: auto;
  }
}
.blog-card__meta a {
  display: inline-block;
  background-color: white;
  border-radius: 10px;
  margin-right: 5px;
  padding: 5px;
  color: #000;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
.blog-card__meta a:hover {
  background-color: #000;
  color: #fff;
}

/*# sourceMappingURL=categoryPage.css.map*/