/** Shopify CDN: Minification failed

Line 357:0 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:main-blog (INDEX:62, SCOPED:FALSE) */
/* --- Sidebar + Tag Styles (UPDATED) --- */

.page-sidebar {
  background-color: #fafafa;
  padding: 2rem;
  position: sticky;
  top: 20px;
  border: 1px solid #eee;
}

/* Article date */
p.article-date {
  font-weight: 600;
  font-size: 11px;
  color: #000;
}

/* -------- TAG CLOUD -------- */
.widget_tag_cloud a {
  display: inline-block;
  margin: 4px 4px 0 0;
  padding: 0 12px;
  border: 1px solid rgba(24,24,24,.08);
  font-size: 13px !important;
  line-height: 30px;
  transition: all .3s ease;
  color: #000;
  text-decoration: none;
}

.widget_tag_cloud a:hover {
  border-color: #111;
  background-color: #111;
  color: #fff;
}

/* -------- TOP BLOG LIST -------- */
.post-list-small .post-thumb-outer {
  float: left;
  margin-right: 16px;
  max-width: 80px;
}

.post-list-small .post-thumb-outer img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.post-header {
  position: relative;
  margin-left: 96px;
}

.post-meta-info {
  font-family: "Open Sans";
  font-weight: 400;
  color: #000;
  font-size: 11px;
  text-transform: capitalize;
}

/* -------- MOBILE -------- */
@media screen and (max-width: 989px) {
  .main-page-content .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .page-sidebar {
    padding: 2rem 1rem;
    position: relative;
    top: unset;
  }

  .post-header {
    margin-left: 90px;
  }
}
/* END_SECTION:main-blog */

/* START_SECTION:media-blog (INDEX:81, SCOPED:FALSE) */
/* 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 .flex-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;
}  
}
/* END_SECTION:media-blog */