/** Shopify CDN: Minification failed

Line 498:0 Unexpected "}"

**/


/* CSS from section stylesheet tags */
@media (max-width: 767px) {
  * {
    padding-left: 1px;
    padding-right: 1px;
  }
}

.custom-blog-posts {
  max-width: var(--page-width, 1200px);
  margin: 0 auto;
}

.section-heading {
  font-weight: 600;
  margin-bottom: 20px;
}

.section-divider {
  margin: 20px 0;
  border: none;
  border-bottom: 1px solid #e1e1e1;
}

/* Desktop grid */
.blog-posts-grid {
  display: grid;
  gap: 30px;
}

.columns-mobile-1 { grid-template-columns: 1fr; }
.columns-mobile-2 { grid-template-columns: repeat(2, 1fr); }

@media (min-width: 768px) {
  .blog-posts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Blog card styles */
.blog-card__image img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-card__title {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 10px 0 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: calc(1.3rem * 1.4 * 2); /* Ensures 2-line space even if short */
}


.blog-card__title a {
  color: inherit;
  text-decoration: none;
}

.blog-card__date {
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #555;
}

.blog-card__excerpt {
  font-size: 1.6rem; /* Increased for better readability */
  line-height: 1.5;
  color: #333;
  margin-bottom: 15px;
}

.read-more-btn {
  display: inline-block;
  padding: 8px 15px;
  font-size: 1.4rem;
  border: 1px solid #000;
  text-transform: uppercase;
  text-decoration: none;
}

.view-all-wrapper { margin-top: 30px; }

.view-all-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #000;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

/* Mobile swipe styles */
.swipe-on-mobile {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}

.swipe-on-mobile::-webkit-scrollbar {
  display: none; /* Hide scrollbar on mobile */
}

.swipe-on-mobile .blog-card {
  flex: 0 0 80%; /* Show one card at a time mostly */
  scroll-snap-align: start;
}

@media (min-width: 768px) {
  .swipe-on-mobile {
    display: grid;
    overflow: visible;
    scroll-snap-type: none;
  }
}
#shopify-section-template--18438539018481__main .page-sidebar {
  background-color: #f6eedd;
}

p.article-date {
    font-weight: 600;
}  
  
.content {
      margin-right: 250px; /* Adds space for the sidebar */
      padding: 20px;
    }

    /* Right sidebar styling */
.widget_tag_cloud a {
    display: block;
    float: left;
    margin: 2px;
    padding: 0 10px;
    border: 1px solid rgba(24, 24, 24, .05);
    font-size: 13px !important;
    line-height: 30px;
    transition: all .3s linear;
    color: black;
}

a.widget_tag_cloud.a {
    display: block;
    float: left;
    margin: 2px;
    padding: 0 10px;
    border: 1px solid rgba(24, 24, 24, .05);
    font-size: 13px !important;
    line-height: 30px;
}

a.widget_tag_cloud.a  
.widget_tag_cloud .tagcloud {
    display: block;
    overflow: hidden;
}
  
.tagcloud 
  
a.widget_tag_cloud a:hover, .widget_tag_cloud a:focus {
    border-color: #111;
    background-color: #111;
    color: #fff;
}  

.post-list-small .post-thumb-outer {
    display: block;
    float: left;
    margin-right: 20px;
    max-width: 140px;
}
.sidebar-wrap .post-list-small .post-header {
    margin-left: 160px;
}  
.post-header {
    position: relative;
}  
.post-list-small .post-meta-info {
    margin-bottom: 0;
}  
.post-list-small .post-meta-info {
    margin-bottom: 0;
}
.post-meta-info {
    font-family: "Open Sans";
    text-transform: capitalize;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 11px;
}
@media screen and (max-width: 989px) {
    .main-page-content .grid__item {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (min-width: 750px) {
    .page-sidebar {
        padding: 2rem 2rem;
    }
}
@media (min-width: 320px) and (max-width: 1024px) {
  .page-sidebar {
        padding: 2rem 1rem;
    }
} 
@media screen and (min-width: 750px) {
    .page-sidebar-one {
        padding: 2rem 2rem;
    }
}
@media (min-width:320px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 
  .page-sidebar-one {
        padding: 2rem 1rem;
    }
}
/* Media Start CSS */  
/* START 02/04/2025 */  
a.prev {
    color: #ec2464;
}
a.prev:hover {
    color: #ec2464;
    text-decoration: none;
} 
a.next {
  color: #ec2464;
}
a.next:hover {
    color: #ec2464;
    text-decoration: none;
}  
/* END 02/04/2025 */  
@media (min-width: 1025px) {
    .container {
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

  .container1 {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
    display: inline-block;
}

@media (min-width: 768px) {
    .col-md-12 {
        width: 100%;
    }
}
ul#myList {
    padding: 0;
    margin: 0;
}  

#myList li {
    /* display: none; */
    list-style: none;
}

.box-show {
    box-shadow: 0 12px 36px 0 rgb(32 33 47 / 8%);
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding: 10px;
}  

.obj-fit {
    max-height: 490px;
    object-fit: cover;
    height: 290px;
    overflow: hidden;
}

.col-md-6 {
    width: 45%;
    display: inline-block;
}

@media (min-width: 768px) {
    .col-md-6 {
        width: 50%;
    }
}

@media only screen and (min-width: 750px) {
    h3, .h3 {
        font-size: 1.8rem;
    }
}  

.row-one {
    padding: 0px 0px;   /* padding: 20px 0; */
    display: flex;
    align-items: center;
}

.col-md-6.buttonfive {
    float: right;
    padding-left: 50px;
}  

.container1 img {
    max-width: 100%;
}  

.col-md-6.col-sm-12.obj-fit  {
  position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

button.btn {
    border: 1px solid black;
    padding: 10px 25px;
    font-size: 14px;
    background: #fff;
    color: #fff;
}

button.btn:hover {
    border: 1px solid black;
    padding: 10px 25px;
    font-size: 14px;
    background: #000;
    color: #fff;
}

a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: white;
  text-decoration: none;
}

span.read-more {
    /* color: black !important;*/
    border: 1px solid black;
    padding: 10px 20px;
}

span.read-more:hover {
  color:white;
  background-color:black;
  
}  

 

@media only screen and (min-width: 750px) {
    h3, .h3 {
        font-size: 1.8rem !important;
        font-heading-family: Montserrat, sans-serif;
        font-weight: 700;
        letter-spacing: .05em;
        color: black;
    }
}

@media screen and (min-width: 769px) { /* Desktop screens */
    .mobile-ony {
      pointer-events: none; /* Disables clicking */
      cursor: default; /* Changes cursor to default */
      color: black; /* Optional: Make it look inactive */
    }
  }  
  
/* Media End CSS */  
#shopify-section-template--18438539018481__main .page-sidebar {
  background-color: #f6eedd;
}
  
.content {
      margin-right: 250px; /* Adds space for the sidebar */
      padding: 20px;
    }

    /* Right sidebar styling */
.widget_tag_cloud a {
    display: block;
    float: left;
    margin: 2px;
    padding: 0 10px;
    border: 1px solid rgba(24, 24, 24, .05);
    font-size: 13px !important;
    line-height: 30px;
    transition: all .3s linear;
    color: black;
}

a.widget_tag_cloud.a {
    display: block;
    float: left;
    margin: 2px;
    padding: 0 10px;
    border: 1px solid rgba(24, 24, 24, .05);
    font-size: 13px !important;
    line-height: 30px;
}

a.widget_tag_cloud.a  
.widget_tag_cloud .tagcloud {
    display: block;
    overflow: hidden;
}
  
.tagcloud
  
a.widget_tag_cloud a:hover, .widget_tag_cloud a:focus {
    border-color: #111;
    background-color: #111;
    color: #fff;
}  

.post-list-small .post-thumb-outer {
    display: block;
    float: left;
    margin-right: 43px;
    max-width: 114px;
}
.sidebar-wrap .post-list-small .post-header {
    margin-left: 125px;
}  
.post-header {
    position: relative;
}  
.post-list-small .post-meta-info {
    margin-bottom: 0;
}  
.post-list-small .post-meta-info {
    margin-bottom: 0;
}
.post-meta-info {
    font-family: "Open Sans";
    text-transform: capitalize;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 11px;
}
@media screen and (max-width: 989px) {
    .main-page-content .grid__item {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (min-width: 750px) {
    .page-sidebar {
        padding: 2rem 2rem;
    }
}
@media (min-width: 320px) and (max-width: 1024px) {
  .page-sidebar {
        padding: 2rem 1rem;
    }
  /* Add date: 27/03/2025 */
  .post-list-small .post-thumb-outer {
    display: block;
    float: left;
    margin-right: 43px;
    max-width: 107px;
 }
} 
@media screen and (min-width: 750px) {
    .page-sidebar-one {
        padding: 2rem 2rem;
    }
        .section--padding {  /* ADD DATE: 29-03-2025   */
        padding-top: 15px !important;
        padding-bottom: 0px !important;
    }
}
}
@media (min-width:320px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 
  .page-sidebar-one {
        padding: 2rem 1rem;
    }
}

header.entry-header {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    text-overflow: ellipsis;
    max-width: 100%;
    line-height: 1.5em;
    height: 3em;
    word-break: break-word;
} 
h3.mediahead {
    font-size: 15px !important;
}
p.mediaparagraph {
  padding-top:10px;
  line-height: 1.2;
}  
@media (min-width: 320px) and (max-width: 480px) {
  h3.mediahead {
    font-size: 12px;
   }
  p.mediaparagraph {
    font-size: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 6; /* Show only 6 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .col-md-6.buttonfive {
    float: right;
    padding-left: 0px !important;
  }

  .col-md-6 {
    width: fit-content;
    display: inline-block;
}
  .col-md-6.logo {
    display: block;
    padding-right: 17px;
}

.col-md-6.col-sm-12.obj-fit {
    position: relative;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
}

.box-show {
  display:block !important;
}

.obj-fit {
  display:block;
  height: auto;
  overflow: inherit;
}  
}