body .td-make-full {
  max-width: 1200px !important;
  width: 100% !important;
}

.td-mobile-container .td-menu-socials-wrap .td-menu-socials {
  display: none !important;
}

.td-header-wrap .td-header-menu-wrap ul li:first-child a {
  padding-left: 0;
}
.td-header-wrap .td-header-header {
  background-color: #272297;
}
.td-header-wrap .td-header-header .td-header-sp-logo {
  border: none !important;
}

.td-menu-background::after {
  background: #272297 !important;
}
.td-menu-background::before {
  background: #272297 !important;
}

.kali_linux_page_container {
  padding: 60px 0;
}
.kali_linux_page_container * {
  font-family: Poppins;
}
.kali_linux_page_container .page_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.kali_linux_page_container .page_top_container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin-bottom: 60px;
}
.kali_linux_page_container .page_top_container article {
  border-radius: 8px !important;
  background-color: #e7ecf6;
  border-radius: 8px;
  padding: 20px;
}
.kali_linux_page_container .page_top_container article a {
  color: inherit;
  font-weight: 500;
}
.kali_linux_page_container .page_top_container article a:hover {
  text-decoration: underline !important;
}
.kali_linux_page_container .page_top_container h2 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 15px;
}
.kali_linux_page_container .page_top_container .post_excerpt {
  margin-bottom: 15px;
}
.kali_linux_page_container .page_top_container .cat_tag {
  display: flex;
  gap: 5px;
}
.kali_linux_page_container .page_top_container .cat_tag a {
  background-color: #272297;
  border-radius: 4px;
  display: flex;
  max-width: fit-content;
  padding: 0px 8px;
  margin-bottom: 20px;
  color: #fff;
}
.kali_linux_page_container h1 {
  font-weight: 500;
}
.kali_linux_page_container h1,
.kali_linux_page_container h2,
.kali_linux_page_container h3,
.kali_linux_page_container h4,
.kali_linux_page_container h5,
.kali_linux_page_container h6 {
  font-weight: 500;
  font-family: Poppins;
}

.page_bottom_section {
  display: flex;
  gap: 25px;
}
.page_bottom_section .page_left_section {
  width: calc(100% - 300px);
}
@media all and (max-width: 1023px) {
  .page_bottom_section .page_left_section {
    width: 100%;
  }
}
.page_bottom_section .page_right_container {
  width: 300px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media all and (max-width: 1023px) {
  .page_bottom_section .page_right_container {
    display: none;
  }
}
.page_bottom_section .latest_posts_section {
  margin-bottom: 60px;
}
.page_bottom_section .latest_posts_section .latest_posts_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page_bottom_section .latest_posts_section .latest_posts_container .latest-post-left {
  width: 210px;
}
.page_bottom_section .latest_posts_section .latest_posts_container .latest-post-left a {
  height: 100%;
  display: block;
  color: inherit;
}
.page_bottom_section .latest_posts_section .latest_posts_container .latest-post-left a img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
@media all and (max-width: 768px) {
  .page_bottom_section .latest_posts_section .latest_posts_container .latest-post-left {
    width: 100%;
  }
}
.page_bottom_section .latest_posts_section .latest_posts_container .latest-post-right {
  width: calc(100% - 210px);
}
.page_bottom_section .latest_posts_section .latest_posts_container .latest-post-right a {
  color: inherit;
}
.page_bottom_section .latest_posts_section .latest_posts_container .latest-post-right .post_excprt {
  margin-bottom: 15px;
}
.page_bottom_section .latest_posts_section .latest_posts_container .latest-post-right .read_more_btn {
  font-weight: 500;
}
.page_bottom_section .latest_posts_section .latest_posts_container .latest-post-right .read_more_btn:hover {
  text-decoration: underline !important;
}
@media all and (max-width: 768px) {
  .page_bottom_section .latest_posts_section .latest_posts_container .latest-post-right {
    width: 100%;
  }
}
.page_bottom_section .latest_posts_section article {
  width: 100%;
  display: flex;
  gap: 20px;
  background-color: #e7ecf6;
  padding: 20px;
  border-radius: 8px;
}
.page_bottom_section .latest_posts_section article h3 {
  font-size: 18px;
  margin: 0 0 15px 0;
  font-weight: 500;
}
.page_bottom_section .latest_posts_section article h3 a:hover {
  text-decoration: underline !important;
}
.page_bottom_section .latest_posts_section article .post_auther {
  font-size: 12px;
  margin-bottom: 10px;
}
@media all and (max-width: 768px) {
  .page_bottom_section .latest_posts_section article {
    flex-direction: column;
  }
}
.page_bottom_section .latest_posts_section .section_title {
  font-size: 24px;
  margin: 0 0 25px 0;
  font-weight: 500;
}
.page_bottom_section .latest_posts_section:last-child {
  margin-bottom: 0;
}
.page_bottom_section .trending_posts_section {
  margin-bottom: 0;
}

.newsletter_common_container {
  background-color: #e7ecf6;
  padding: 25px;
  border-radius: 8px;
}
.newsletter_common_container .ml-form-embedWrapper {
  background-color: transparent !important;
}
.newsletter_common_container .ml-form-embedBody {
  padding: 0 !important;
}
.newsletter_common_container .ml-form-embedBody h4 {
  font-size: 24px !important;
  line-height: 1.4;
  color: inherit !important;
}

.advertisement-image {
  border-radius: 8px;
  overflow: hidden;
}
.advertisement-image img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  scale: 1;
}
.advertisement-image img:hover {
  scale: 1.02;
  transition: all 0.3s ease-in-out;
}

.latest_news_container {
  background-color: #e7ecf6;
  padding: 20px;
  border-radius: 8px;
}
.latest_news_container .latest_news_title {
  font-size: 20px;
  margin: 0 0 15px;
}
.latest_news_container .latest_news_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.latest_news_container .latest_news_item {
  display: flex;
  gap: 12px;
  align-items: center;
}
.latest_news_container .latest_news_thumb {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
.latest_news_container .latest_news_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.latest_news_container .latest_news_post_title {
  font-size: 12px;
  line-height: 1.2;
  margin: 0 0 5px 0;
}
.latest_news_container .latest_news_post_title a {
  color: inherit;
}
.latest_news_container .post_auther {
  font-size: 10px;
}

.custom_top_header {
  background-color: #272397;
}
.custom_top_header .bar_wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 30px;
}
@media all and (max-width: 768px) {
  .custom_top_header .bar_wrapper {
    flex-direction: column;
    gap: 10px;
  }
}
.custom_top_header .right_section,
.custom_top_header .left_section {
  display: flex;
  align-items: center;
  gap: 30px;
  color: inherit;
}
.custom_top_header .right_section .social_media_followers,
.custom_top_header .left_section .social_media_followers {
  color: #9997ff;
}
.custom_top_header .right_section .slogan,
.custom_top_header .left_section .slogan {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom_top_header .right_section ul,
.custom_top_header .left_section ul {
  list-style-type: none;
  display: flex;
  gap: 20px;
  color: #9997ff;
  margin: 0;
}
.custom_top_header .right_section ul li a,
.custom_top_header .left_section ul li a {
  color: inherit;
}

.menu-td-demo-header-menu-container ul li:first-child a {
  padding-left: 0;
}

.td-header-wrap .td-header-row .td-make-full {
  padding: 0 30px;
  border: none !important;
}
.td-header-wrap .td-header-row .td-make-full .td-icon-mobile {
  padding-left: 0 !important;
}
.td-header-wrap .td-header-row .td-header-sp-logo {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  padding: 20px 0;
}
.td-header-wrap .td-header-row img {
  margin-left: 0;
}
.td-header-wrap .td-header-row .td-header-sp-rec {
  display: none !important;
}

.common_post_main_container {
  max-width: 1200px;
  margin: auto;
  padding: 30px;
}
.common_post_main_container h1 {
  font-weight: 500;
}
.common_post_main_container h1,
.common_post_main_container h2,
.common_post_main_container h3,
.common_post_main_container h4,
.common_post_main_container h5,
.common_post_main_container h6 {
  font-weight: 500;
  font-family: Poppins;
}
.common_post_main_container .post_body_area {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.common_post_main_container .post_body_area .middle_column {
  width: calc(100% - 330px);
}
.common_post_main_container .post_body_area .middle_column .post_title {
  margin-top: 0 !important;
  margin-bottom: 10px;
}
.common_post_main_container .post_body_area .middle_column .meta_info {
  display: flex;
  gap: 25px;
  margin-bottom: 20px;
}
.common_post_main_container .post_body_area .middle_column .meta_info .post_category {
  display: flex;
  gap: 5px;
}
.common_post_main_container .post_body_area .middle_column .meta_info .cat-item {
  background-color: #272297;
  border-radius: 4px;
  display: flex;
  max-width: fit-content;
  padding: 0px 8px;
  color: #fff;
}
.common_post_main_container .post_body_area .middle_column .meta_info a {
  color: inherit;
}
.common_post_main_container .post_body_area .middle_column .featured_image {
  margin-bottom: 20px;
}
@media all and (max-width: 1023px) {
  .common_post_main_container .post_body_area .middle_column {
    width: 100%;
  }
}
.common_post_main_container .post_body_area .page_right_container {
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media all and (max-width: 1023px) {
  .common_post_main_container .post_body_area .page_right_container {
    display: none;
  }
}

.category_grid_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
  display: flex;
  gap: 30px;
}
.category_grid_container .category_left_grid_inner {
  width: calc(100% - 300px);
}
@media all and (max-width: 1023px) {
  .category_grid_container .category_left_grid_inner {
    width: 100%;
  }
}
.category_grid_container .page_right_container {
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media all and (max-width: 1023px) {
  .category_grid_container .page_right_container {
    display: none;
  }
}
.category_grid_container .category_grid_header {
  margin-bottom: 25px;
}
.category_grid_container .category_grid_header .category_grid_title {
  font-size: 28px;
  margin: 0 0 10px;
}
.category_grid_container .category_grid_header .category_grid_description {
  color: #5f5f5f;
}
.category_grid_container .category_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media all and (max-width: 1023px) {
  .category_grid_container .category_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media all and (max-width: 768px) {
  .category_grid_container .category_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media all and (max-width: 600px) {
  .category_grid_container .category_grid {
    grid-template-columns: 1fr;
  }
}
.category_grid_container .category_grid_item {
  background-color: #e7ecf6;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.category_grid_container .category_grid_item.no-thumb .category_grid_thumb {
  display: none;
}
.category_grid_container .category_grid_thumb {
  display: block;
}
.category_grid_container .category_grid_thumb img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}
.category_grid_container .category_grid_content {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.category_grid_container .category_grid_date {
  font-size: 12px;
  color: #5f5f5f;
}
.category_grid_container .category_grid_post_title {
  font-size: 16px;
  margin: 0;
  line-height: normal;
}
.category_grid_container .category_grid_post_title a {
  color: inherit;
}
.category_grid_container .category_grid_pagination {
  margin-top: 30px;
}

.related_posts_container {
  margin-top: 40px;
}
.related_posts_container h2 {
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: 500;
}
.related_posts_container .related-posts-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media all and (max-width: 1023px) {
  .related_posts_container .related-posts-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media all and (max-width: 768px) {
  .related_posts_container .related-posts-wrapper {
    grid-template-columns: 1fr;
  }
}
.related_posts_container .related-post-item {
  background-color: #e7ecf6;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.related_posts_container .related-post-item.no-thumb .related-post-thumb {
  display: none;
}
.related_posts_container .related-post-thumb {
  display: block;
}
.related_posts_container .related-post-thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.related_posts_container .related-post-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.related_posts_container .related-post-category a {
  display: inline-flex;
  padding: 0 8px;
  border-radius: 4px;
  background-color: #3b3939;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.related_posts_container .related-post-title {
  font-size: 16px;
  line-height: normal;
  margin: 0;
}
.related_posts_container .related-post-title a {
  color: inherit;
}
.related_posts_container .related-post-date {
  font-size: 13px;
  color: #5f5f5f;
}

.td-footer-container {
  padding: 50px !important;
  max-width: 1140px;
  width: 100%;
  margin: auto;
}
.td-footer-container .td-pb-span12 {
  width: 100%;
}
.td-footer-container .td-pb-span12 .td_block_template_1 {
  margin: 0;
  padding: 0;
}
.td-footer-container .td-pb-span12 .td_block_template_1 .footer_column_wrapper > .stk-row {
  gap: 30px;
}
@media all and (max-width: 1023px) {
  .td-footer-container {
    width: auto !important;
    padding: 30px !important;
  }
}

.td-sub-footer-container {
  max-width: 1140px;
  width: 100%;
  margin: auto;
}
@media all and (max-width: 1023px) {
  .td-sub-footer-container {
    width: auto !important;
  }
}

@media all and (max-width: 1023px) {
  .td-header-wrap .td-header-row .td-make-full {
    width: 100%;
  }
}

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