@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Black.eot");
  src: url("../../fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Black.woff2") format("woff2"), url("../../fonts/Roboto-Black.woff") format("woff"), url("../../fonts/Roboto-Black.ttf") format("truetype"), url("../../fonts/Roboto-Black.svg#Roboto-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Bold.eot");
  src: url("../../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Bold.woff2") format("woff2"), url("../../fonts/Roboto-Bold.woff") format("woff"), url("../../fonts/Roboto-Bold.ttf") format("truetype"), url("../../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Regular.eot");
  src: url("../../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Regular.woff2") format("woff2"), url("../../fonts/Roboto-Regular.woff") format("woff"), url("../../fonts/Roboto-Regular.ttf") format("truetype"), url("../../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Medium.eot");
  src: url("../../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Medium.woff2") format("woff2"), url("../../fonts/Roboto-Medium.woff") format("woff"), url("../../fonts/Roboto-Medium.ttf") format("truetype"), url("../../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Thin.eot");
  src: url("../../fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Thin.woff2") format("woff2"), url("../../fonts/Roboto-Thin.woff") format("woff"), url("../../fonts/Roboto-Thin.ttf") format("truetype"), url("../../fonts/Roboto-Thin.svg#Roboto-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Light.eot");
  src: url("../../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Light.woff2") format("woff2"), url("../../fonts/Roboto-Light.woff") format("woff"), url("../../fonts/Roboto-Light.ttf") format("truetype"), url("../../fonts/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?aaby15");
  src: url("../../fonts/icomoon.eot?aaby15#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?aaby15") format("truetype"), url("../../fonts/icomoon.woff?aaby15") format("woff"), url("../../fonts/icomoon.svg?aaby15#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-list_view:before {
  content: "\e904";
}

.icon-grid_view:before {
  content: "\e905";
}

.icon-mail:before {
  content: "\e901";
}

.icon-location:before {
  content: "\e902";
}

.icon-call:before {
  content: "\e903";
}

.icon-slider-button:before {
  content: "\e900";
  color: #fff;
}

body .blog-page {
  margin-bottom: 40px !important;
}
@media screen and (min-width: 767px) {
  body .blog-page {
    margin-bottom: 60px;
  }
}
body .blog-page .container h1 {
  background-image: url("https://cdn11.bigcommerce.com/s-zt0qbxze9h/images/stencil/original/image-manager/category-heding-img.png?t=1723541370");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 40px 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 767px) {
  body .blog-page .container h1 {
    margin-bottom: 80px;
  }
}
body .blog-page .container section {
  margin: 0;
}
body .blog-page .container section .page-wrapper {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 767px) {
  body .blog-page .container section .page-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
}
body .blog-page .container section .page-wrapper .page-sidebar {
  float: none;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  body .blog-page .container section .page-wrapper .page-sidebar {
    padding: 0 10px;
  }
}
@media screen and (min-width: 767px) {
  body .blog-page .container section .page-wrapper .page-sidebar {
    position: sticky;
    max-height: calc(90vh - 70px);
    top: 130px;
    overflow-y: auto;
    margin-top: 0;
  }
}
body .blog-page .container section .page-wrapper .page-sidebar h2 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(248, 248, 248, 0.27);
}
body .blog-page .container section .page-wrapper .page-sidebar .tag-list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 10px;
  margin-bottom: 30px;
}
body .blog-page .container section .page-wrapper .page-sidebar .tag-list li a {
  background-color: #1b1b1b;
  border-radius: 5px;
  padding: 5px;
  border: 0.5px solid rgba(167, 167, 167, 0.2705882353);
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  display: block;
  text-decoration: none;
  text-transform: capitalize;
}
body .blog-page .container section .page-wrapper .page-sidebar .tag-list li a:hover {
  background: linear-gradient(152deg, #f2bc1b 0%, #f2e635 100%);
  color: #000000;
}
body .blog-page .container section .page-wrapper .page-sidebar .recent-posts-list .recent-post-item {
  padding: 15px 0;
  margin: 15px 0;
  border-bottom: 0.5px solid rgba(167, 167, 167, 0.2705882353);
}
body .blog-page .container section .page-wrapper .page-sidebar .recent-posts-list .recent-post-item:first-child {
  padding-top: 0;
  margin-top: 0;
}
body .blog-page .container section .page-wrapper .page-sidebar .recent-posts-list .recent-post-item .recent-post-link {
  text-decoration: none;
  display: flex;
  gap: 10px;
}
body .blog-page .container section .page-wrapper .page-sidebar .recent-posts-list .recent-post-item .recent-post-link .recent-post-item-wrap {
  flex: 0 0 calc(33% - 5px);
  max-width: calc(33% - 5px);
  width: 100%;
  text-align: center;
}
body .blog-page .container section .page-wrapper .page-sidebar .recent-posts-list .recent-post-item .recent-post-link .recent-post-item-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
}
body .blog-page .container section .page-wrapper .page-sidebar .recent-posts-list .recent-post-item .recent-post-link .recent-post-details {
  flex: 0 0 calc(67% - 5px);
  max-width: calc(67% - 5px);
}
body .blog-page .container section .page-wrapper .page-sidebar .recent-posts-list .recent-post-item .recent-post-link .recent-post-details:hover h3, body .blog-page .container section .page-wrapper .page-sidebar .recent-posts-list .recent-post-item .recent-post-link .recent-post-details:hover .recent-post-date {
  color: #ffca2b;
}
body .blog-page .container section .page-wrapper .page-sidebar .recent-posts-list .recent-post-item .recent-post-link .recent-post-details h3 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  border: none;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-family: "Roboto";
}
@media screen and (min-width: 1440px) {
  body .blog-page .container section .page-wrapper .page-sidebar .recent-posts-list .recent-post-item .recent-post-link .recent-post-details h3 {
    font-size: 16px;
  }
}
body .blog-page .container section .page-wrapper .page-sidebar .recent-posts-list .recent-post-item .recent-post-link .recent-post-details .recent-post-date {
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 300;
}
body .blog-page .container section .page-wrapper .page-content {
  float: none;
  padding-left: 20px;
}
@media screen and (min-width: 767px) {
  body .blog-page .container section .page-wrapper .page-content {
    border-left: 1px solid rgba(248, 248, 248, 0.2705882353);
  }
}
body .blog-page .container section .page-wrapper .page-content .bloglist {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  body .blog-page .container section .page-wrapper .page-content .bloglist {
    grid-template-columns: repeat(2, 1fr);
  }
}
body .blog-page .container section .page-wrapper .page-content .bloglist .blog {
  width: 100%;
  border: 1px solid rgba(167, 167, 167, 0.2705882353);
  margin: 0;
  padding: 0;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3137254902);
  display: flex;
  flex-direction: column;
}
body .blog-page .container section .page-wrapper .page-content .bloglist .blog .blog-post-figure {
  margin: 0;
}
body .blog-page .container section .page-wrapper .page-content .bloglist .blog .blog-post-figure .blog-thumbnail {
  height: 200px;
  margin: 0;
}
@media screen and (min-width: 1440px) {
  body .blog-page .container section .page-wrapper .page-content .bloglist .blog .blog-post-figure .blog-thumbnail {
    height: 300px;
  }
}
body .blog-page .container section .page-wrapper .page-content .bloglist .blog .blog-post-figure .blog-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body .blog-page .container section .page-wrapper .page-content .bloglist .blog .blog-post-figure .blog-header {
  padding: 20px 20px 0;
}
body .blog-page .container section .page-wrapper .page-content .bloglist .blog .blog-post-figure .blog-header .blog-title a {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-transform: none;
  line-height: 28px;
  font-size: 22px;
  color: #ffffff !important;
}
body .blog-page .container section .page-wrapper .page-content .bloglist .blog .blog-post-figure .blog-header .blog-title a:hover {
  color: #ffca2b !important;
}
body .blog-page .container section .page-wrapper .page-content .bloglist .blog .blog-post-figure .blog-header .blog-date {
  font-size: 14px;
  line-height: normal;
  text-align: left;
  margin-bottom: 10px;
}
body .blog-page .container section .page-wrapper .page-content .bloglist .blog .blog-post-body {
  margin-top: 20px;
  padding: 0 20px 20px;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .blog-page .container section .page-wrapper .page-content .bloglist .blog .blog-post-body .blog-post p {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
}
body .blog-page .container section .page-wrapper .page-content .bloglist .blog .blog-post-body .blog-post a {
  display: flex;
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
}
body .blog-page .container section .page-wrapper .page-content .bloglist .blog .blog-post-body .blog-post a:hover {
  text-decoration: underline;
}
body .blog-page .container section .page-wrapper .page-content .pagination {
  background-color: #1b1b1b;
  border-radius: 5px;
  padding: 20px 10px;
}
@media screen and (min-width: 767px) {
  body .blog-page .container section .page-wrapper .page-content .pagination {
    padding: 20px 30px;
  }
}
body .blog-page .container section .page-wrapper .page-content .pagination .pagination-list {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 767px) {
  body .blog-page .container section .page-wrapper .page-content .pagination .pagination-list {
    justify-content: space-between;
    flex-wrap: unset;
  }
}
body .blog-page .container section .page-wrapper .page-content .pagination .pagination-list .pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  gap: 10px;
}
body .blog-page .container section .page-wrapper .page-content .pagination .pagination-list .pagination-item .pagination-link {
  color: #ffffff;
}
body .blog-page .container section .page-wrapper .page-content .pagination .pagination-list .pagination-item .pagination-link:hover {
  color: #ffca2b;
}
body .blog-page .container section .page-wrapper .page-content .pagination .pagination-list .pagination-item .pagination-link:hover i svg {
  fill: #ffca2b;
}
body .blog-page .container section .page-wrapper .page-content .pagination .pagination-list .pagination-item.pagination-item--previous {
  margin-right: auto;
}
body .blog-page .container section .page-wrapper .page-content .pagination .pagination-list .pagination-item.pagination-item--next {
  margin-left: auto;
}
body .blog-page .container section .page-wrapper .page-content .pagination .pagination-list .pagination-item.pagination-item--numbers {
  width: 100%;
  order: 3;
}
@media screen and (min-width: 767px) {
  body .blog-page .container section .page-wrapper .page-content .pagination .pagination-list .pagination-item.pagination-item--numbers {
    width: auto;
    order: unset;
  }
}
body .blog-page .container section .page-wrapper .page-content .pagination .pagination-list .pagination-item.pagination-item--numbers.pagination-item--no-previous {
  margin-left: auto;
}
body .blog-page .container section .page-wrapper .page-content .pagination .pagination-list .pagination-item.pagination-item--numbers.pagination-item--no-next {
  margin-right: auto;
}
body .blog-page .container section .page-wrapper .page-content .pagination .pagination-list .pagination-item.pagination-item--numbers .pagination-link {
  border: 1px solid #4f4f4f;
}
body .blog-page .container section .page-wrapper .page-content .pagination .pagination-list .pagination-item.pagination-item--numbers .pagination-link:hover {
  border-color: #ffca2b;
}
body .blog-page .container section .page-wrapper .page-content .pagination .pagination-list .pagination-item.pagination-item--numbers .pagination-link.pagination-link--current {
  color: #ffca2b;
  border-color: #ffca2b;
}/*# sourceMappingURL=blog-list.css.map */