/** Shopify CDN: Minification failed

Line 81:20 Expected identifier but found whitespace
Line 189:0 Unexpected "3section-preview-testimonial"

**/
.testimonial-item {
  border-width: 1px;
  border-color: rgb(226, 226, 226);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  box-shadow: 2px 3.464px 6.44px 0.56px rgba(0, 0, 0, 0.16);  
}
.testimonial-item.testimonial-form {
  background-color: rgb(208, 81, 98);
	font-size: 15px;
  font-family: "Montserrat";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  padding: 24px;
}

.testimonial-item .testi-image{ overflow: hidden; }
.testi-body {
	padding: 30px 20px;
}
.testimonial-item .testi-content{
  font-size: 15px;
  font-family: "Futura";
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.467;
  text-align: left;
}
.testimonial-item .testi-client{
    font-size: 15px;
    font-family: "Futura";
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.467;
    text-align: left;
  	margin: 0;
  }
.testimonial-item .testi-company{
    font-size: 15px;
    font-family: "Futura";
    color: rgb(0, 0, 0);
    font-weight: normal;
    line-height: 1.467;
    text-align: left;
  	margin: 0;
  	text-transform: initial;
  }
.testimonial-item .testi-desc{
  	font-size: 15px;
  	font-family: "Montserrat";
  	color: #000;
  	line-height: 1.467;
 	text-align: left;  
  	margin-bottom: 40px;
  }

.container-mansory img {
  max-width: 100%;
  display: block;
  width: 100%;
  margin: 0;
}

.container-mansory .testimonial-item {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 30px;
  break-inside: avoid;
}

.container-mansory . > img {
  grid-row: 1 / -1;
  grid-column: 1;
}


.container-mansory  {
  column-count: 1;
  column-gap: 15px;
} 

.item-first {
	display: none;
}
@media screen and (min-width: 639px){
  .container-mansory  {
    column-count: 2;
    column-gap: 15px;
  } 
}

@media screen and (min-width: 768px){
  .container-mansory  {
    column-count: 3;
    column-gap: 30px;
  } 
  .testi-body {
      padding: 45px 20px;
  }  
}
.load-more {
	text-align: center;
}
.load-more-testimonial {
  width: 219px;
   height: 44px;
/*
  font-size: 13.321px;
  font-family: "Montserrat";
  color: rgb(255, 255, 255);
  line-height: 2.928;
  text-align: center;
  -moz-transform: matrix( 1.35124372547544,0,0,1.35124372547544,0,0);
  -webkit-transform: matrix( 1.35124372547544,0,0,1.35124372547544,0,0);
  -ms-transform: matrix( 1.35124372547544,0,0,1.35124372547544,0,0); */
}

#section-preview-testimonial {}
#section-preview-testimonial .PageContent .section-title {
  font-size: 30px;
  font-family: "Futura";
  color: #d05162 !important;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4;
  text-align: left;  
  margin-bottom: 40px;
}
#section-preview-testimonial .PageContent .section-description {
  font-size: 15px;
  font-family: "Montserrat";
  color: rgb(1, 3, 37);
  line-height: 1.2;
  text-align: left;
  margin-bottom: 50px;
}

#section-preview-testimonial .PageContent .load-more{
	
  	margin-bottom: 30px;
  	text-align: left;
}

#section-preview-testimonial .PageContent .load-more .load-more-testimonial {
  text-align: center;
}

#section-preview-testimonial .PageContent  .testimonial-item {
	margin-left: 15px;
  	margin-right: 15px;
}
#section-preview-testimonial .PageContent  .testimonial-item .testi-content{
  font-size: 15px;
  font-family: "Montserrat";
  color: rgb(0, 0, 0);
  line-height: 1.467;
  text-align: left;
}
#section-preview-testimonial .PageContent .testimonial-item .testi-client{
    font-size: 15px;
    font-family: "Futura";
    color: #d05162 !important;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.467;
    text-align: left;
  	margin: 0;
  }
#section-preview-testimonial .PageContent .testimonial-item .testi-company{
    font-size: 15px;
    font-family: "Futura";
    color: rgb(0, 0, 0);
    font-weight: normal;
    line-height: 1.467;
    text-align: left;
  	margin: 0;
  	text-transform: initial;
  }
3section-preview-testimonial .PageContent .testimonial-item .testi-desc{
  	font-size: 15px;
  	font-family: "Montserrat";
  	color: #000;
  	line-height: 1.467;
 	text-align: left;  
  	margin-bottom: 40px;
  }

#section-preview-testimonial .slick-prev:before, 
#section-preview-testimonial .slick-next:before {
	color: #d05162;
      font-size: 30px;
}
@media screen and (max-width: 768px){
  #section-preview-testimonial .PageContent .section-title {
      margin-top: 20px;
      margin-bottom: 20px;  
    	font-size: 20px;
  }
  #section-preview-testimonial .PageContent .section-description,
  #section-preview-testimonial .PageContent .testimonial-item .testi-desc{
    margin-bottom: 20px;
  }  
  #section-preview-testimonial .PageContent .load-more{
      margin-top: 20px;
  }  
}

@media screen and (max-width: 639px){
  #section-preview-testimonial .PageContent  .testimonial-item {
  	margin-bottom: 20px;
  }
}

#mnsry_container {
  position: relative;
}
#mnsry_container:hover img {
  opacity: 0.28;
}
#mnsry_container article {
  width: 33.3%;
  min-height: 200px;
  overflow: hidden;
  opacity: 0;
  padding: 15px;
}
#mnsry_container article h1 {
  position: absolute;
  top: 46%;
  left: 0;
  width: 100%;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  transition: all 1.2s;
  z-index: 1;
}
#mnsry_container article img {
  display: block;
  width: 100%;
  transition: all 0.8s;
  margin: 0;
}
#mnsry_container article:hover h1 {
  transform: translate3d(0, 18px, 0) scale(1.2, 0.4);
  opacity: 0;
}
#mnsry_container article:hover img {
  opacity: 1;
  transform: scale(1.04);
}

#loading_msg {
  position: fixed;
  top: 48%;
  width: 100%;
  z-index: -1;
  left: 0;
  text-align: center;  
}
/* #mnsry_page article:nth-child(1n+5){
  display: none;
}
#mnsry_page.view-all article:nth-child(1n+5){
  display: block;
} */
@media (max-width: 860px) {
  #mnsry_container article {
    width: 50%;
    min-height: 150px;
  }
}
@media (max-width: 667px) {
  #mnsry_container article {
    width: 100%;
    min-height: 220px;
  }
}