/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 03 2022 | 12:54:41 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out https://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.iHAIORyc3lPFados_FcT{
	display: none !important;
}


.banner_section {
  height: 350px;
  display: flex;
  align-items: center;
}
.banner_section .banner_heading {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  height: 100%;
}

.filter_sentence {
  display: flex;
  margin-bottom: 10px;
}
.filter_sentence .sentence_heading {
  margin-right: 20px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
 
  letter-spacing: 0.0027em;
  color: #4D4D4D;
  width: 88px;
}

.filter_list {
  display: flex;
  flex-wrap: wrap;
}
.filter_list li {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.filter_list li:not(:last-child):after {
  content: ",";
  position: relative;
  font-size: 20px;
  margin-right: 10px;
}
.filter_list li .filter_div input {
  position: absolute;
  left: -9999px;
}
.filter_list li .filter_div input:checked + label {
  background: #EC94A9;
  color: #E1E1E1;
  font-weight: 800;
}
.filter_list li .filter_div label {
  background: #E1E1E1;
  cursor: pointer;
  border-radius: 20px;
  display: block;
  padding: 0 50px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 35px;
  
  letter-spacing: 0.0027em;
  color: #4D4D4D;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.category_panel .category_name {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.06em;
  color: #EF93AA;
  margin-bottom: 20px;
}
.category_panel .category_list {
  margin-left: 20px;
}
.category_panel .category_list .cat_item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.category_panel .category_list .cat_item:before {
  content: "";
  height: 7px;
  width: 7px;
  background-color: #000;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 8px;
}
.category_panel .category_list .cat_item a {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.015em;
  color: #1D8D60;
}
.category_panel .category_list .cat_item .sub_category .sub_item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.category_panel .category_list .cat_item .sub_category .sub_item:before {
  content: "";
  height: 7px;
  width: 7px;
  background-color: transparent;
  border: 1px solid rgb(29, 141, 96);
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 8px;
}

.post_section {
  padding: 20px 0;
}
.post_section .section_introduction {
  padding: 20px 0;
}
.post_section .section_introduction h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 129.52%;

  letter-spacing: -0.012em;
  color: #4D4D4D;
  margin-bottom: 20px;
}
.post_section .section_introduction p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  
  letter-spacing: 0.0027em;
  color: #4D4D4D;
}

.post_list .post_wrapper {
  border-bottom: 1px solid #000;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.post_list .post_wrapper img {
  height: 460px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  margin-bottom: 20px;
}
.post_list .post_wrapper .post_title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  
  letter-spacing: 0.0027em;
  color: #4D4D4D;
  margin-bottom: 20px;
}
.post_list .post_wrapper .post_excerpt {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
 
  letter-spacing: 0.0027em;
  color: #4D4D4D;
}

.other_post {
  background: rgba(225, 225, 225, 0.5);
  border-radius: 11px;
  padding: 25px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
.other_post .label {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.0083em;
  color: #EF93AA;
  margin-bottom: 20px;
}
.other_post .other_post_list .post_wrapper {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.other_post .other_post_list .post_wrapper img {
  width: 100%;
  margin-bottom: 20px;
}
.other_post .other_post_list .post_wrapper .post_excerpt {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;

  letter-spacing: -0.0058em;
  color: #4D4D4D;
}

.post_pagination .pagination_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.post_pagination .pagination_list li {
  margin: 0 10px;
}
.post_pagination .pagination_list li a {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 17px;

  letter-spacing: 0.0027em;
  color: #4D4D4D;
}

.instagram_section {
  padding: 100px 0;
}

.instagram_wrapper {
  max-width: 590px;
  margin: 0 auto;
  text-align: center;
}
.instagram_wrapper .account_name {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 49px;

  text-align: center;
  letter-spacing: -0.0145em;
  color: #4D4D4D;
  margin-bottom: 10px;
}
.instagram_wrapper p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;

  text-align: center;
  letter-spacing: 0.0027em;
  color: #4D4D4D;
  margin-bottom: 30px;
}
.instagram_wrapper .media_btn {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.025em;
  color: #4D4D4D;
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid #EC94A9;
}

.carpet_list .carpet_permalink {
  display: block;
  margin-bottom: 20px;
}
.carpet_list .carpet_permalink img {
  width: 100%;
}

footer {
  padding: 50px 0;
}
footer .footer_wrapper {
  max-width: 590px;
  margin: 0 auto;
  text-align: center;
}
footer .footer_wrapper .logo {
  margin-bottom: 20px;
}
footer .footer_wrapper p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 17px;
  
  text-align: center;
  letter-spacing: 0.0027em;
  color: #4D4D4D;
  margin-bottom: 20px;
}
footer .footer_wrapper form {
  border: 1px solid rgb(236, 148, 169);
  border-radius: 13px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
footer .footer_wrapper form input {
  width: 100%;
  border: none;
  height: 60px;
  padding: 10px;
}
footer .footer_wrapper form button {
  height: 60px;
  background: #EC94A9;
  border-radius: 13px;
  border: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 17px;
  
  text-align: center;
  letter-spacing: 0.0027em;
  color: #742626;
  padding: 0 20px;
}
footer .footer_wrapper .site_links {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
footer .footer_wrapper .site_links li a {
  padding: 0 20px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  
  text-align: center;
  letter-spacing: 0.0027em;
  color: #4D4D4D;
}
footer .footer_wrapper .site_links li:not(:last-child) a {
  border-right: 1px solid #4D4D4D;
}
footer .footer_wrapper .sub_note {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: -0.0058em;
  color: #000000;
}
footer .footer_wrapper .media {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer_wrapper .media a {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  border: 2px solid #EC94A9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #EC94A9;
  margin: 0 10px;
}

.filter_list li {
  margin-bottom: 10px;
}
.post_pagination .pagination_list li, .other_post .other_post_list li {
    list-style: none;
}
.other_post .other_post_list{
	padding-left: 0;
}
.post_section a:hover, .instagram_section a:hover{
	text-decoration: none;
	color: inherit;
}
@media (max-width: 1300px) {
  .filter_sentence .sentence_heading {
    width: 10%;
  }
  .filter_list {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .phone-number {
    margin: 20px 0;
  }
  .search_btn {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .post_list .post_wrapper img {
    height: 250px;
  }
  .other_post .other_post_list .post_wrapper img {
    height: 200px;
    width: auto;
    margin: 0 auto 20px;
    display: block;
  }
/*   footer .footer_wrapper {
    padding: 0 20px;
  }
  footer .footer_wrapper .site_links {
    flex-direction: column;
  }
  footer .footer_wrapper .site_links li:not(:last-child) a {
    border-right: 0;
    margin-bottom: 10px;
    display: inline-block;
  }
  .filter_list li .filter_div label {
    line-height: 1;
    padding: 10px;
    width: 100%;
  }
  .filter_list li .filter_div {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .filter_sentence .sentence_heading {
    width: 20%;
  }
  .filter_list {
    width: 80%;
    flex-wrap: wrap;
  }
  .filter_list li {
    margin-bottom: 10px;
    flex: 0 50%;
    max-width: 50%;
  }
  .post_section .section_introduction h2 {
    font-size: 25px;
  }
}
@media (max-width: 550px) {
  .filter_sentence {
    flex-direction: column;
  }
  .filter_sentence .sentence_heading {
    width: 100%;
    margin-bottom: 15px;
  }
  .filter_list {
    width: 100%;
    flex-wrap: wrap;
  }
  .category_panel .category_list .cat_item a {
    font-size: 14px;
  }
} */
/*
     FILE ARCHIVED ON 15:23:59 Feb 28, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:33:21 Jun 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.369
  exclusion.robots: 0.04
  exclusion.robots.policy: 0.033
  esindex: 0.006
  cdx.remote: 5.435
  LoadShardBlock: 115.495 (3)
  PetaboxLoader3.datanode: 141.468 (4)
  load_resource: 91.097
  PetaboxLoader3.resolve: 53.469
*/