/** Shopify CDN: Minification failed

Line 65:4 Expected identifier but found "*"
Line 65:25 Expected ":"

**/


/* CSS from section stylesheet tags */
.grid-feed {
	margin-top: 20px;
	margin-bottom: 40px;   
    margin-right: 10px;
    margin-left: 10px;
	}

	.grid-feed-header, .grid-feed-subheader {
		text-align: center;
    	color: #1d1d1d;
    	line-height: 1.5;
		font-family: Montserrat,sans-serif;
        font-style: normal;
        font-weight: 800;
        letter-spacing: 0em;
	}

	.grid-feed-header {		
		font-size: 1.935em;
	}
	.grid-feed-subheader {
		font-size: 20px;
	}
    .thin-line{
      border-top: solid grey .25px;
      height: .25px;
      flex-grow: 1;
      margin: 15px;
    }
  
    .blog-btn{
    text-decoration: none;
    border: 1px solid #46a2f2;
    color: #46a2f2;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 131px;
    padding: 18px 32px;
    font-family: Manrope,sans-serif;
    font-size: 1em;
    line-height: 1.125em;
    transition: border-color .35s,transform .35s,color .35s,background-color .35s;
    }
    .grid-header-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
      
    }
    
    .grid-feed-post {
    min-width: 100%; /* Adjust the percentage and spacing as needed */
    /* width: calc(33.33% - 20px); */
    */ margin: 10px;  Add margin for spacing between posts */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
    }

    
    .grid-feed-slider {
      
      display: grid;
      grid-template-columns: repeat(4, 1fr); /* Creates a grid with 3 equal columns */
      gap: 30px 20px; /*  Adjust the gap between columns and rows as needed */
    
    }
  .grid-feed-image {
      width: 100%;
      padding-top: 80%; 
	  position: relative;
	  background-position: center center;
	  background-size: cover;
	  background-repeat: no-repeat;
  }
  .grid-feed-title{
    color: black;
    margin: 0;
  }
  .grid-feed-content {
		margin-top: 5px;
        margin-bottom: 5px;
		font-size: 14px;
        color: black;
	}

 
  .grid-feed-link{
    text-decoration: none;
  }
  .grid-feed-link:focus, 
  .grid-feed-link:hover 
  {
      color: initial;
  }
 
  .grid-feed-scroll {
	overflow-x: auto;
	-ms-overflow-style: none;
  	scrollbar-width: none;
    scrollbar-height: none;
  }

  .grid-feed-scroll::-webkit-scrollbar {
  	display: none;
  }

  @media (max-width: 1024px) {
	.grid-feed-post {
      min-width: 95%;
      
    }
    .grid-feed-slider {
    	grid-template-columns: repeat(3, 1fr);  
      }
  }

  @media (max-width: 769px) {
	.grid-feed-post {
        min-width: 95%;     
    }
    .grid-feed-link{
      display: flex;
    }
    .grid-feed-slider {
    	grid-template-columns: repeat(1, 1fr);  
      } 
    .content-wrapper{
      display: flex;
      flex-direction: column;
      margin-left: 10px;
    }
    .grid-feed-image-wrapper{
      min-width: 45%;    
    }
      .grid-feed-content {
      margin-bottom: 10px;
      margin-top: 0;
      }
    .grid-feed-image {
      padding-top: 80%;
    }
  }

  @media (max-width: 479px) {
	.grid-feed-post {
		min-width: 95%;
	}
    .grid-feed-slider {
    	
    	grid-template-columns: repeat(1, 1fr);  
      } 
    h4{
      font-size: 1rem!important;
    }
    .grid-header-wrapper{
      flex-direction: column;
    }
    .thin-line{

      display: none;
    }
  }
div:empty {
    display: block !important;
}
   .social-feed {
		margin-top: 20px;
		margin-bottom: 40px;   
	}

	.social-feed-header, .social-feed-subheader {
		text-align: center;
    	font-weight: 700;
    	color: #231f20;
		letter-spacing: .04em;
    	line-height: 1.25;
		font-family: inherit;
	}

	.social-feed-header {		
		font-size: 1.935em;
	}
	.social-feed-subheader {
		font-size: 20px;
	}
   .social-feed-post {
		
        min-width: 23%;
		width: 23%; 
		padding: 2px;
	}

.social-feed-slider {
	margin-top: 20px;
	display: flex;    
  }
  .social-feed-image {
      width: 100%;
      padding-top: 125%; 
	  position: relative;
	  background-position: center center;
	  background-size: cover;
	  background-repeat: no-repeat;
  }
  .social-feed-avatar {
      width: 50px;
	  height: 50px;
	  background-position: center center;
	  background-size: cover;
	  background-repeat: no-repeat;
      margin-bottom: 20px;
      border-radius: 50px;
      border: 2px solid white;
	  margin-left: 15px;
	  margin-top: -25px;
	  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
	  position: relative;
  }
  .social-feed-content {
		margin: 5px 15px;
		font-size: 14px;
        color: black;
	}

  .social-feed-username {
		margin: 5px 15px;
		font-weight: 700;
        color: black;
  }
  .social-feed-link{
    text-decoration: none;
  }
  .social-feed-link:focus, 
  .social-feed-link:hover 
  {
      color: initial;
  }
 
  .social-feed-scroll {
	overflow-x: auto;
	-ms-overflow-style: none;
  	scrollbar-width: none;
    scrollbar-height: none;
  }

  .social-feed-scroll::-webkit-scrollbar {
  	display: none;
  }

   @media (min-width: 1800px) {
	.social-feed-post {
		min-width: 18%;
        width: 18%; 
	}
  }
  
  @media (max-width: 1024px) {
	.social-feed-post {
		min-width: 30%;
        width: 30%; 
	}
  }

  @media (max-width: 769px) {
	.social-feed-post {
		min-width: 40%;
        width: 40%; 
	}
  }

  @media (max-width: 479px) {
	.social-feed-post {
		min-width: 80%;
        width: 80%; 
	}
  }