@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* Blog Page styles */
section.lw-blog-header {
    max-width: 1920px;
    margin: 0 auto;
    padding: 79px 0;
    background: url(https://loftwall.com/wp-content/uploads/2025/07/Blog-Header.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
section.lw-blog-header .lw-blog-page {
    max-width: 1750px;
    width: 100%;
    margin: 0 auto;
	padding: 0 24px;
}
  section.lw-blog-header h1.lw-blog-page-title {
    color: #fff;
    font-size: 64px;
	font-weight: bold;
	  line-height: 70px;
	  font-family: 'Inter';
    margin-bottom: 15px;
  }
  
  section.lw-blog-header .lw-blog-page-content p {
    font-size: 20px !important;
    line-height: 24px !important;
	  text-align: left !important;
    color: #fff;
	  font-family: 'Inter';
    margin-bottom: 0px;
  }
  section.lw-blog-header .lw-blog-page-content p a {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
    cursor: pointer;
  }

  .lw-blog-section {
    max-width: 1750px;
    margin: 0 auto;
    padding: 60px 24px;
	  display: flex;
	  gap: 30px;
	  align-items: start;
  }
  
  .lw-blog-section .lw-blog-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
.lw-blog-section .lw-blog-article {
	flex: 1;
}
.lw-blog-section .lwbp-sidebar,
.lw-blog-section .lw-blog-side-filter {
    flex: 1;
    max-width: 397px;
    width: 100%;
	position: sticky;
    top: 50px;
}
body, html {
	overflow: visible !important;
}
  .lw-content-divider {
    display: flex;
    align-items: end;
  }
  .meta-blue-underline {
    height: 3px;
    width: 40px; 
    background-color: rgb(54 68 224); 
    margin-top: 8px;
  }
  .meta-grey-underline {
    height: 1px;
    width: 100%; 
    background-color: #f2f2f2; 
    margin-top: 8px; 
  } 
.filter-field-card .select2:after {
    content: "";
    width: 14px;
    height: 14px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    transform: rotate(45deg);
    position: absolute;
    right: 13px;
    top: 3px;
    border-radius: 0 0 3px 0;
	pointer-events: none;
}
    .filter-field-card .select2.select2-container--open:after {
        transform: rotate(-135deg);
    }
.filter-field-card span.select2 span.selection span.select2-selection span.select2-selection__arrow {
    display: none;
}
.filter-field-card.all-is-selected ul#select2-lw-category-filter-container li.select2-selection__choice span {
    color: rgb(0 0 0 / 50%);
}
.filter-field-card.all-is-selected ul#select2-lw-category-filter-container li.select2-selection__choice {
    margin: 0;
    border: none;
    padding: 0;
}
.filter-field-card.all-is-selected ul#select2-lw-category-filter-container li.select2-selection__choice button.select2-selection__choice__remove {
    display: none;
}

.lwbp-post-content-wrapper .lwbp-post-content blockquote {
    border-left: 1.5px solid #000000;
    padding: 0 0 0 25px;
    margin: 0 0 0 -28px;
	font-weight: bold;
    font-size: 20px;
	line-height:24px;
    letter-spacing: -0.20px;
}
.lw-blog-pagination .next.page-numbers:after,
.lw-blog-pagination .prev.page-numbers:before {
    content: "→";
    margin: 0 0 0 5px;
}
.lw-blog-pagination .prev.page-numbers:before {
    margin: 0 5px 0 0;
    transform: rotate(180deg);
}
  @media (min-width: 768px) {
    .lw-blog-section .lw-blog-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (min-width: 1024px) {
    .lw-blog-section .lw-blog-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  .lw-blog-section .lw-blog-grid .lw-blog-card {
    background: #fff;
    border-radius: 45px;
	box-shadow: 0px 5px 10px 0px #00000026;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  
  .lw-blog-card .lw-blog-image img {
    width: 100%;
    display: block;
    height: 200px;
    object-fit: cover;
  }
  
  .lw-blog-card .lw-blog-content {
    padding: 15px 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
	  flex: 1;
  }
  .lw-blog-content .lw-blog-meta {
    display: flex;
    gap: 10px;
    font-size: 15px;
    color: #000;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1.5px solid #000;
    padding: 14px 0 10px 0;
	font-weight: 500;
	font-family: "Inter", sans-serif;
  }
  .lw-blog-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
	letter-spacing: -0.16px;
  }
  .lw-blog-meta svg {
    width: 17px;
    height: 17px;
  }
  .lw-blog-card .lw-blog-content .post-title-group ul.selected-categories-list,
.lwbp-post-content-wrapper .lwbp-meta ul.selected-categories-list {
    display: flex;
	  flex-flow: wrap;
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    gap: 5px;
}
.lw-blog-card .lw-blog-content .post-title-group ul.selected-categories-list li a,
.lwbp-post-content-wrapper .lwbp-meta ul.selected-categories-list li a{
    border: 1px solid #000;
    border-radius: 20px;
    font-size: 15px;
    color: #000;
    font-family: 'Inter';
    padding: 0 9px;
    display: block;
}
  .lw-blog-content .lw-blog-title {
    font-size: 28px;
    color: #000;
    line-height: 32px;
    text-decoration: none;
    font-family: 'Inter';
    font-weight: 700;
	letter-spacing:-0.56px;
  }
  .lw-blog-pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 15px;
}
.lw-blog-pagination .page-numbers {
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: bold;
	color: #000;
}
.lw-blog-pagination span.page-numbers.current {
	width: 37px;
    padding: 2px 10px;
    background: #FBBF37;
    color: #fff;
    font-weight: bold;
}
.lw-blog-pagination .next.page-numbers,
.lw-blog-pagination .prev.page-numbers{
    width: auto;
}
.lw-blog-section .lw-blog-grid .lw-blog-card .lw-blog-image {
    flex: 1;
    max-height: 200px;
}
.lw-blog-card .lw-blog-content .post-title-group {
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.filter-field-card {
	min-height: 30px;
    display: flex;
    border-bottom: 1.5px solid #000;
    gap: 10px;
	padding: 0;
	align-items: start;
	position: relative;
}
.filter-field-card label {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Inter';
	color: #000;
	position: absolute;
    left: 0;
    top: 0;
}
.filter-field-card span.select2 {
    padding: 0 0 5px 50px;
}
.filter-field-card select {
    border: none;
    outline: 0;
    width: 100%;
	color: rgb(0 0 0 / 50%);
    font-size: 18px;
    font-weight: 500;
    font-family: 'Inter';
}
.filter-field-card ul.select2-selection__rendered {
    position: relative;
    top: 0;
	vertical-align: top;
}
.filter-field-card span.select2 span.selection span.select2-selection {
    padding: 0;
    border: none;
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 500;
}
.filter-field-card span.select2 span.selection span.select2-selection textarea.select2-search__field {
    height: 39px;
    margin: 0;
    padding: 9px 0 0 4px;
}
.filter-field-card span.select2 span.selection span.select2-selection ul li {
    margin: 0 5px 5px 0;
    border: 1.5px solid #000;
    background: #fff;
    border-radius: 20px;
    padding: 0 8px;
    display: inline-flex;
    flex-flow: row-reverse;
    align-items: center;
    font-size: 16px;
}
.filter-field-card span.select2 span.selection span.select2-selection ul li button {
    position: relative;
    border: 1.5px solid #000;
    width: 22px;
    height: 22px;
    border-radius: 50px;
    margin: 0;
    left: 5px;
    color: #000;
    font-weight: normal;
}
.filter-field-card span.select2 span.selection span.select2-selection button.select2-selection__clear {
    display: none;
}
span.select2-container span.select2-dropdown {
    border: 1px solid #f0f0f0;
    border-top: 0;
    top: 2px;
}
span.select2-container span.select2-dropdown span.select2-results ul.select2-results__options {
    padding: 10px 0;
}
span.select2-container span.select2-dropdown span.select2-results ul.select2-results__options li {
    font-size: 18px;
    color: rgb(0 0 0 / 50%);
    background: transparent;
    padding: 7px 15px;
    line-height: normal;
    font-family: 'Inter';
    font-weight: 500;
}
.filter-field-card span.select2 span.selection span#select2-single-category-select-container {
    font-size: 16px;
    color: rgb(0 0 0 / 50%);
    font-family: 'Inter';
    font-weight: 500;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: rgb(0 0 0 / 50%);
    font-family: 'Inter';
    font-weight: 500;
}
.filter-field-card span.select2 span.selection span.select2-selection textarea.select2-search__field {
    padding: 0;
    height: 22px;
}
.filter-field-card span.select2 span.selection span.select2-selection {
    min-height: 25px;
}
span.select2-container span.select2-dropdown span.select2-results ul.select2-results__options li.select2-results__option--selected {
    color: #fcc036;
    opacity: 0.5;
}
  /* Single Blog Posts */
  .lwbp-single-post-section {
    padding: 24px;
    max-width: 1750px;
    margin: 50px auto;
    font-family: "inter", sans-serif;
    color: #333;
  }
.lwbp-single-post-section .lwbp-container .lwbp-grid .lwbp-left .back-blog-screen a {
    color: #000;
}
.lwbp-single-post-section .lwbp-container .lwbp-grid .lwbp-left .back-blog-screen {
    border-bottom: 1.5px solid #000;
    height: 40px;
    margin: 10px 0 30px 0;
}
.lwbp-single-post-section .lwbp-container .lwbp-grid .lwbp-left .back-blog-screen a {
    font-size: 17px;
    font-family: 'Inter';
    font-weight: 600;
}
.lwbp-single-post-section .lwbp-container .lwbp-grid {
    display: flex;
    gap: 30px;
	align-items: start;
}
.lwbp-single-post-section .lwbp-container .lwbp-grid .lwbp-left {
    flex: 1;
}
.lwbp-single-post-section .lwbp-container .lwbp-grid aside.lwbp-sidebar {
    flex: 1;
    max-width: 397px;
    width: 100%;
	position: sticky;
    top: 40px;
}
  /* === LEFT COLUMN === */
  .lwbp-left {
    display: flex;
    flex-direction: column;
  }
  
  .lwbp-left .lwbp-post-content-wrapper {
    background: #fff;
	padding: 30px;
    box-shadow: 0px 4px 4px 0px #00000040;
  }
  
  .lwbp-post-content-wrapper .lwbp-feature-image img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }
  
  .lwbp-post-content-wrapper .lwbp-meta {
    display: flex;
	justify-content: space-between;
	align-items: center;
    gap: 20px;
    font-size: 14px;
    margin-bottom: 15px;
    color: #333;
	  padding: 0 30px;
  }
  .lwbp-post-content-wrapper .lwbp-meta .inner-meta-data {
    display: flex;
    gap: 30px;
    align-items: center;
}
  .lwbp-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
  }
.lwbp-single-post-section .lwbp-container .lwbp-grid .lwbp-left .lwbp-post-content-wrapper .lwbp-inner-canvas h1.lw-blog-page-title {
    font-size: 64px;
    line-height: 70px;
    font-family: 'Inter';
    font-weight: bold;
    letter-spacing: -0.8px;
    margin: 20px 0 40px 0;
	padding: 0 30px;
}
  
  .lwbp-post-content-wrapper .lwbp-post-content {
    font-family:'Inter', sans-serif;
    font-size: 17px;
    line-height: 28px;
	 padding: 30px;
	  color: #000;
  }
  .lwbp-post-content-wrapper .lwbp-meta ul.selected-categories-list {
    margin: 0;
}
  .lwbp-post-content-wrapper .lwbp-post-content :is(h1, h2, h3, h4, h5, h6) {
    font-family:'Inter', sans-serif;
    color: #000;
	  font-weight: bold;
    margin-top: 30px;
    text-transform: none;
  }
  
  .lwbp-post-content-wrapper .lwbp-post-content h1 {
    font-size: 34px;
  }
  
  .lwbp-post-content-wrapper .lwbp-post-content h2 {
    font-size: 28px;
  }
  
  .lwbp-post-content-wrapper .lwbp-post-content h3 {
    font-size: 23px;
	  letter-spacing:-0.20px;
	  margin: 0 0 5px 0;
  }
  .lwbp-post-content-wrapper .lwbp-post-content h4 {
    font-size: 21px;
  }
  .lwbp-post-content-wrapper .lwbp-post-content h5 {
    font-size: 19px;
  }
  .lwbp-post-content-wrapper .lwbp-post-content h6 {
    font-size: 18px;
  }
  .lwbp-post-content-wrapper .lwbp-post-content ul,
  .lwbp-post-content-wrapper .lwbp-post-content ol {
    padding-left: 20px;
    margin-top: 10px;
  }
  .lwbp-post-content-wrapper .lwbp-post-content li {
    border-bottom: 1px solid #eee;
    padding: 6px 0;
  } 
  .lwbp-post-content-wrapper .lwbp-post-content :is(p,li) {
    font-size: inherit;
  }
  .lwbp-single-post-section .lwbp-container .lwbp-grid .lwbp-left .lwbp-post-content-wrapper .lwbp-inner-canvas .lwbp-social-links-wrap {
    border-top: 1.5px solid #000;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: end;
    gap: 16px;
    padding: 30px 40px 0 40px;
}
.lwbp-single-post-section .lwbp-container .lwbp-grid .lwbp-left .lwbp-post-content-wrapper .lwbp-inner-canvas .lwbp-social-links-wrap label {
    font-size: 28px;
    font-weight: bold;
    font-family: 'Inter';
    color: #000;
    letter-spacing: -0.56px;
}
  /* === TAGS + SHARE === */
  .lwbp-left .lwbp-tags-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0 20px;
  }
  
  .lwbp-tags-share .lwbp-tags {
    font-size: 14px;
  }
  
  .lwbp-tags-share .lwbp-tags .tag-label {
    font-weight: 600;
    margin-right: 15px;
    font-size: 15px;
  }
  
  .lwbp-tags-share .lwbp-social-icons a {
    margin-left: 10px;
    color: #333;
    font-size: 16px;
  }
  
  .lwbp-tags-share .lwbp-social-icons a:hover {
    color: #000;
  }
  
  /* === POST NAVIGATION === */
  .lwbp-left .lwbp-post-navigation {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    margin-top: 20px;
    font-weight: 500;
    padding-bottom: 20px;
  }
  
  .lwbp-post-navigation .lwbp-prev,
  .lwbp-post-navigation .lwbp-next {
    flex: 1;
    font-weight: bold;
  }
  .lwbp-left .lwbp-post-navigation .lwbp-next {
    text-align: right;
}
  
  /* === SIDEBAR === */
  .lwbp-sidebar {
    padding-top: 10px;
    font-family: Arial, sans-serif;
  }
  
  .lwbp-sidebar .lwbp-widget {
    margin-bottom: 40px;
  }
  
  .lwbp-sidebar .lwbp-widget-title {
    font-size: 23px;
    font-family: Arial, sans-serif;
    text-transform: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #333;
  }
  
  .lwbp-sidebar .lwbp-widget ul {
    list-style: none;
    padding: 30px 0px 0px 0px;
    margin: 0;

  }
  
  .lwbp-sidebar .lwbp-widget ul li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-weight: bold;
  }
  
  .lwbp-sidebar .lwbp-widget ul li:last-child {
    border-bottom: none;
  }
  
  /* === RESPONSIVE === */
  @media (max-width: 1024px) {
    .lwbp-single-post-section .lwbp-container .lwbp-grid {
      grid-template-columns: 1fr;
    }
  
    .lwbp-left,
    .lwbp-sidebar {
      width: 100%;
    }
  
    .lwbp-tags-share {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
    }
  
    .lwbp-post-navigation {
      flex-direction: column;
      gap: 10px;
    }
/* 	  .filter-field-card label{
		  top:2px;
	  } */
	  
  }
  
  @media (max-width: 600px) {
    .lwbp-post-content-wrapper {
      padding: 20px;
    }
  
    .lwbp-sidebar .lwbp-widget-title {
      font-size: 16px;
    }
  
    .lwbp-post-content-wrapper .lwbp-post-content {
      font-size: 15px;
    }
  }
  
  @media (max-width: 400px) {
    .lwbp-post-content-wrapper {
      padding: 15px;
    }
  
    .lwbp-post-content-wrapper .lwbp-meta {
      flex-direction: column;
      gap: 6px;
    }
  
    .lwbp-tags-share {
      font-size: 13px;
    }
  }
  
  @media (max-width: 320px) {
    .lwbp-single-post-section {
      padding: 10px;
    }
  
    .lwbp-post-content-wrapper {
      padding: 10px;
    }
  
    .lwbp-tags-share {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .lwbp-post-content-wrapper .lwbp-post-content {
      font-size: 14px;
    }
  }
  
  .lwbp-tags a {
    padding: 7px 20px;
    border: 1px solid rgb(54 68 224);
    border-radius: 30px;
    margin-right: 10px;
}
aside.lwbp-sidebar .lwbp-widget form#searchform div {
    display: flex;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 0;
    border-radius: 100px;
}
aside.lwbp-sidebar .lwbp-widget form#searchform div input {
    width: 100%;
    border: none;
    background: transparent;
    padding: 15px 20px;
    outline: 0;
    font-size: 18px;
}
aside.lwbp-sidebar .lwbp-widget form#searchform div input#searchsubmit {
    width: 70px;
    background: url(https://loftwall.com/wp-content/uploads/2025/07/magnifying-glass-solid.svg);
    height: 52px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    font-size: 0;
    background-size: 17px;
    cursor: pointer;
    border-left: 1px solid #d9d9d9;
}

.lwbp-left .lwbp-post-content-wrapper .lwbp-meta span {
    font-size: 15px;
    font-family: 'Inter';
    font-weight: 600;
}
.lwbp-social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}
.lwbp-social-icons a {
    margin: 0 !important;
}
.lwbp-social-icons a i {
    width: 40px;
    height: 40px;
    display: flex;
    background: #3b5998;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
}
.lwbp-social-icons a i.fa.fa-twitter {
    background: #1DA1F2;
}
.lwbp-social-icons a i.fa.fa-linkedin {
    background: #0077B5;
}
.lwbp-social-icons a i.fa.fa-envelope {
    background: #c8232c;
}
.lwbp-left .lwbp-tags-share .lwbp-tags {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.lwbp-left .lwbp-post-content-wrapper {
    padding-top: 0;
	border-radius: 44px;
	overflow: hidden;
}
.lwbp-single-post-section .lwbp-container .lwbp-grid .lwbp-left .lwbp-post-content-wrapper .lwbp-inner-canvas {
	width: 100%;
}
.lwbp-single-post-section .lwbp-container .lwbp-grid .lwbp-left .lwbp-post-content-wrapper .lwbp-inner-canvas .lwbp-feature-image {
    border-radius: 44px;
    overflow: hidden;
}
.lwbp-single-post-section .lwbp-container .lwbp-grid .lwbp-left .lwbp-post-content-wrapper .lwbp-inner-canvas .lwbp-feature-image img {
    margin: 0;
}
@media all and (max-width: 1600px) {
.lw-blog-content .lw-blog-title {
    font-size: 24px;
    line-height: 28px;
}
	.lwbp-single-post-section .lwbp-container .lwbp-grid .lwbp-left .lwbp-post-content-wrapper .lwbp-inner-canvas h1.lw-blog-page-title {
		font-size: 56px;
	}
.lw-blog-content .lw-blog-meta {
		font-size: 13px;
	}
	.filter-field-card span.select2 span.selection span.select2-selection span#select2-single-category-select-container {
    padding: 0;
}
	.filter-field-card label,
	.filter-field-card span.select2 span.selection span.select2-selection textarea.select2-search__field,
	.filter-field-card span.select2 span.selection span.select2-selection ul li,
	.lwbp-single-post-section .lwbp-container .lwbp-grid .lwbp-left .back-blog-screen a {
    font-size: 14px;
}
.filter-field-card span.select2 span.selection span#select2-single-category-select-container,
	.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}
.lw-blog-section .lw-blog-side-filter,
	.lwbp-single-post-section .lwbp-container .lwbp-grid aside.lwbp-sidebar,
	.lw-blog-section .lwbp-sidebar {
    max-width: 300px;
}
span.select2-container span.select2-dropdown span.select2-results ul.select2-results__options li,
	.lw-blog-section .lw-blog-side-filter .filter-field-card span.select2 span.selection span.select2-selection ul li {
    font-size: 14px;
}
.filter-field-card .select2:after {
    width: 10px;
    height: 10px;
    border-radius: 0 0 2px 0;
}
.filter-field-card span.select2 span.selection span#select2-single-category-select-container {
    line-height: 2;
}
}
@media all and (max-width: 1240px) {

.lwbp-single-post-section .lwbp-container .lwbp-grid {
    display: flex;
}
.lwbp-single-post-section .lwbp-container .lwbp-grid .lwbp-left {
    flex: 1;
}
.lwbp-single-post-section .lwbp-container .lwbp-grid aside.lwbp-sidebar,
	.lw-blog-section .lwbp-sidebar {
    flex: 1;
    max-width: 250px;
}
.lw-blog-section .lw-blog-grid {
        grid-template-columns: repeat(2, 1fr);
}
.lwbp-single-post-section .lwbp-container .lwbp-grid .lwbp-left .lwbp-post-content-wrapper .lwbp-inner-canvas h1.lw-blog-page-title,
.lwbp-post-content-wrapper .lwbp-post-content {
	padding-left: 0;
	padding-right: 0;
	}
    .lwbp-single-post-section .lwbp-container .lwbp-grid .lwbp-left .lwbp-post-content-wrapper .lwbp-inner-canvas h1.lw-blog-page-title {
        font-size: 46px;
        line-height: 1.2;
    }
}
section.lw-blog-header .lw-blog-page div {
    padding: 0;
    margin: 0;
}

@media all and (max-width: 1024px) {
	.lwbp-single-post-section{
		margin-top:0px;
	}
	.lwbp-single-post-section .lwbp-container .lwbp-grid .lwbp-left .back-blog-screen{
		height:35px;
	}
section.lw-blog-header h1.lw-blog-page-title {
    font-size: 58px;
}
.lw-blog-content .lw-blog-title {
    font-size: 32px;
    line-height: 1.2;
}
.lw-blog-section {
  	flex-flow: column-reverse;
	padding:15px 20px;
}
.lw-blog-section .lw-blog-side-filter {
      max-width: inherit;
}
	.lw-blog-section .lwbp-sidebar, .lw-blog-section .lw-blog-side-filter {
		position: relative;
		top: 0;
		max-width:100%;
	}
	.lw-blog-content .lw-blog-title {
        font-size: 28px;
    }
	.lwbp-left .lwbp-tags-share {
    padding: 0 0 10px 0;
}
.filter-field-card label, .filter-field-card span.select2 span.selection span.select2-selection textarea.select2-search__field, .filter-field-card span.select2 span.selection span.select2-selection ul li, .lwbp-single-post-section .lwbp-container .lwbp-grid .lwbp-left .back-blog-screen a {
	font-size: 16px;
	}
	.lwbp-post-content-wrapper .lwbp-post-content blockquote{
		margin:0;
	}
	.lwbp-post-content-wrapper .lwbp-post-content img{
		    width: calc(100% - -60px) !important;
		    border-radius:0px !important;
	}
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
	header.page_header #site-header-content,
	.lw-blog-section {
        width: 762px;
    }
	section.lw-blog-header .lw-blog-page {
    max-width: 720px;
}
}
@media all and (max-width: 991px) {
	
.lwbp-single-post-section .lwbp-container .lwbp-grid {
   flex-flow: column;
 }
	.lwbp-single-post-section .lwbp-container .lwbp-grid aside.lwbp-sidebar {
		display: none;
	}
	.lwbp-single-post-section {
		max-width: 720px;
	}
	.lwbp-single-post-section .lwbp-container .lwbp-grid .lwbp-left .lwbp-post-content-wrapper .lwbp-inner-canvas .lwbp-feature-image {
    border-radius: 0;
    margin: 0 -30px;
}
.lwbp-single-post-section .lwbp-container .lwbp-grid .lwbp-left .lwbp-post-content-wrapper .lwbp-inner-canvas .lwbp-social-links-wrap {
	padding-left: 0;
	padding-right: 0;
	}
.lwbp-single-post-section .lwbp-container .lwbp-grid .lwbp-left .lwbp-post-content-wrapper .lwbp-inner-canvas .lwbp-feature-image img {
    height: 200px;
    object-fit: cover;
}
.lwbp-left .lwbp-post-content-wrapper {
    padding: 30px;
}
.lwbp-post-content-wrapper .lwbp-meta {
    gap: 15px;
    margin-bottom: 30px;
    padding: 0 0 10px 0;
    border-bottom: 1.5px solid #000;
}
    .lwbp-single-post-section .lwbp-container .lwbp-grid .lwbp-left .lwbp-post-content-wrapper .lwbp-inner-canvas h1.lw-blog-page-title {
        font-size: 30px;
		margin: 0 0 20px 0;
    }
}
@media all and (max-width: 800px) {
.lwbp-single-post-section {
    padding: 20px;
}
    section.lw-blog-header h1.lw-blog-page-title {
        font-size: 40px;
		line-height: normal;
    }
.lwbp-single-post-section .lwbp-container .lwbp-grid aside.lwbp-sidebar {
        max-width: inherit;
    }
.lwbp-single-post-section .lwbp-container .lwbp-grid {
        flex-flow: column-reverse;
    }
section.lw-blog-header .lw-blog-page-content p {
    font-size: 18px !important;
}
.lw-blog-content .lw-blog-title {
    font-size: 28px;
}

.lwbp-single-post-section {
    margin: 0 auto 40px;
}
.lwbp-single-post-section .lwbp-container .lwbp-grid .lwbp-left .back-blog-screen {
        margin-top: 0;
    }
	
}


@media all and (max-width: 667px) {
.lw-blog-section .lw-blog-grid {
    gap: 20px;
	grid-template-columns: repeat(1, 1fr);
}

	.lw-blog-section {
    padding: 20px 20px;
	}
	.lwbp-post-content-wrapper .lwbp-meta {
    flex-flow: column-reverse;
    align-items: start;
		gap: 30px;
}
.lwbp-post-content-wrapper .lwbp-meta .inner-meta-data {
    width: 100%;
    justify-content: space-between;
}
section.lw-blog-header {
    padding: 50px 0;
	}
	    section.lw-blog-header h1.lw-blog-page-title {
        font-size: 35px;
    }
	section.lw-blog-header .lw-blog-page-content p {
        font-size: 16px !important;
    }
}
@media all and (max-width: 450px) {
section.lw-blog-header .lw-blog-page-content p {
    max-width: 362px;
}
}
.filter-field-card span.select2 span.selection span.select2-selection {
    cursor: pointer;
}
span.select2-container span.select2-dropdown span.select2-search.select2-search--dropdown {
    display: none;
}
.filter-field-card span.select2-selection.select2-selection--single .select2-selection__rendered {
    display: inline-block;
    border: 1px solid #000;
    color: #000 !important;
    padding: 0 10px !important;
    border-radius: 50px;
	top: -4px;
    position: relative;
}
.filter-field-card span.select2 span.select2-search.select2-search--inline {
    display: none;
}
.lw-blog-section .lw-blog-article {
	min-height: 500px;
}
.lw-blog-section .lw-blog-article .lw-blog-grid.custom-loader {
	display: flex;
}
.lw-blog-section .loading {
	border: 10px solid #f3f3f3;
  border-top: 10px solid #FBC036; /* Blue */
  border-radius: 100%;
  width: 50px;
  height: 50px;
	font-size: 0;
	margin: 50px auto 0;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

body.single-post .lwbp-container .lwbp-grid aside.lwbp-sidebar,
.filter-field-card select {
    display: none;
}
.lwbp-post-content-wrapper .lwbp-post-content img {
    margin-left: -30px;
	margin-bottom: 30px;
    margin-top: 30px;
    width: calc(100% - -30px);
    max-width: inherit;
    border-radius: 45px;
}

.lw-blog-section .lw-blog-grid .lw-blog-card {
  position: relative;
}
.lw-blog-section .lw-blog-grid .lw-blog-card a.overlay-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}