/**
 * Strong Testimonials custom template
 */
/* Clears
-----------------------------------------------*/
.clear {
  clear: both;
}

/**
Minimum paragraph width means no short words in skinny space next to image
in columns or small screens.

This workaround is needed until we can use flexbox properly
or CSS offers container queries.

Thanks https://css-tricks.com/minimum-paragraph-widths/
*/
.maybe-clear {
  content: "";
  /* this value seems to work well in both responsive and Masonry */
  width: 6em;
  display: block;
  overflow: hidden;
}

/* Base
-----------------------------------------------*/
.strong-view.custom {
  display: block;
  width: 100%;
}
.strong-view.custom div {
  box-sizing: border-box;
}
.strong-view.custom .wpmtst-testimonial {
  max-height: none;
  max-width: none;
  padding: 0;
  width: 100%;
}
.strong-view.custom .wpmtst-testimonial.t-slide {
  margin-top: 0;
  margin-bottom: 0;
}/*
.strong-view.custom .wpmtst-testimonial-inner {
  display: block;
  width: 100%;
  height: 100%;
}
*/
.strong-view.custom .wpmtst-testimonial-image {
  max-width: 100%;
}
.strong-view.custom .wpmtst-testimonial-field-before {
  margin-right: 0.5em;
}
.strong-view.custom a.readmore,
.strong-view.custom a.readmore-toggle {
  white-space: nowrap;
  z-index: 100;
}
.strong-view.custom a.readmore-toggle:hover {
  cursor: pointer;
}

.strong-view.slider-container {
  opacity: 1;
}
.strong-view .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Template
-----------------------------------------------*/
.strong-view.custom {
  margin-bottom: 0;
}
.strong-view.custom .wpmtst-testimonial {
  margin-bottom: 1em;
}
.strong-view.custom .wpmtst-testimonial-inner {
  padding: 0 15px;
}
.strong-view.custom .wpmtst-testimonial-inner > *:not(:nth-last-child(2)):not(:last-child) {
	margin-bottom: 5px;
}
.strong-view.custom .wpmtst-testimonial-heading {
  margin-bottom: 1em;
}
.strong-view.custom .wpmtst-testimonial-content p:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.strong-view.custom .wpmtst-testimonial-content p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.strong-view.custom .wpmtst-testimonial-image {
  float: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.strong-view.custom .wpmtst-testimonial-image .initials {
  margin-top: 0.25em;
  margin-right: 1em;
  margin-bottom: .5em;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  background-color: #f9f9f9;
  border-radius: 3px;
  display: table-cell;
  vertical-align: middle;
}
.strong-view.custom .wpmtst-testimonial-field {
  clear: both;
}
.strong-view.custom .wpmtst-testimonial-name {
  font-weight: 700;
}
.strong-view.custom .readmore {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.strong-view.custom .readmore-page {
  border: 1px solid #E6E6E6;
  padding: 0.5em;
  text-align: center;
}

/* Slideshow
-----------------------------------------------*/
.strong-view.custom.slider-container .strong-content {
  margin: 0 auto;
}
.strong-view.custom.slider-container .wpmtst-testimonial:not(:first-child) {
  display: none;
}
.strong-view.custom.nav-position-inside .wpmtst-testimonial-inner {
  padding-bottom: 48px;
}
/*
.strong-view.custom.controls-type-sides .wpmtst-testimonial-inner {
  padding: 35px 95px 50px;
}*/

/* Responsive
-----------------------------------------------*/
@media only screen and (max-width: 320px) {
  .strong-view.custom .wpmtst-testimonial-image {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
/* RTL
-----------------------------------------------*/
.strong-view.custom.rtl .wpmtst-testimonial,
.strong-view.custom.rtl .wpmtst-testimonial-inner,
.strong-view.custom.rtl .wpmtst-testimonial-heading {
  text-align: right;
}
.strong-view.custom.rtl .wpmtst-testimonial-image {
  float: right;
  margin-left: 1em;
}
.strong-view.custom.rtl .wpmtst-testimonial-field {
  text-align: left;
}

/*  Compatibility with metaslider pro layers display
----------------------------------------------------*/

.msHtmlOverlay .layer .disabled {
    display: block !important;
}

.stories-block .slide-box
{
	padding:30px;
	background-color: #fff;
	float:left;
	margin-top:25px;
	border-radius: 20px;
	width:100%;
}

.endorsements-block .slide-box
{
	padding:85px 15px 30px;
	background-color: #fff;
	float:left;
	margin-top:25px;
	border-radius: 20px;
    filter: drop-shadow(0 0 23px rgba(51,51,51,0.1));
}

.endorsements-block .slide-box .testimonial-inner
{
   height:100%;
   width:100%;
   float:left;
 
}

.stories-block .slide-box .testimonial-inner
{
   height:100%;
   width:75%;
   float:left;
 
}

.client-img
{
	float:left;
	width:25%;
}

.endorsements-block .client-img
{
	float:left;
	width:10%;
	margin-right:20px;
}

.endorsements-block .client-img p {
    background: #48ad45;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    padding: 15px;
    border-radius: 50%;
    font-family: "Nunito Sans";
    font-weight: 700;
}

.slide-box:hover .client-img p
{
	background: #6e4394!important;
}

.endorsements-block .bottom-content
{
	float:left;
	width:85%!important;
}

.bottom-content
{
	float:left;
	width:92%!important;
}

.client-info-top .testimonial-name, .client-info-top .testimonial-company, .client-info-top .testimonial-field .strong-rating-wrapper, .endorsements-block .client-img .client-info-bottom, .stories-block .endorse{
  display: none;
}

.client-info-bottom
{
	width:100%;
	margin-top:20px!important;
}

.readmore-text {
  float: right;
}

.client-info-bottom .testimonial-name {
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	font-weight: bold;
	font-family: "Nunito Sans";
}

.client-info-top .strong-rating span.star::before {
  color: #d20000;
  background: #d20000;
}

.client-info-top h3
{
	margin:0px!important;
}

.testimonial-content
{
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	font-style: italic;
	font-family: "Nunito Sans";
	min-height:216px!important;
}

.stories-block .client-info-bottom
{
	text-align:center;
}

.testimonial-company
{
	font-size:16px!important;
}

.endorsements-block .slide-box .testimonial-inner::before {
  content: url('/wp-content/uploads/2025/06/straight-quotes.svg');
  position: absolute;
  left: 20px;
  top: 10px;
  background-size: cover;
  width: 72px;
  height: 72px;
  padding: 10px;
}

.stories-block .slide-box .testimonial-inner::before {
    content: '';
    background: url(/wp-content/uploads/2025/06/Stories-of-Strength-and-Renewal_QUOTE.png);
    position: absolute;
    right: 40px;
    top: 24px;
    background-size: cover;
    width: 320px;
    height: 240px;
}

.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev
{
	left:-80px!important;
}

.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next
{
	right:-80px!important;
}

.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before
{
	mask:unset!important;
	font-family: 'healingkc' !important;
    content: "\e90c"!important;
    background: unset !important;
	width:28px!important;
	height:15px!important;
	top:8px!important;
	color:#333333;
}

.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before
{
    mask:unset!important;
	font-family: 'healingkc' !important;
    content: "\e90e" !important;
    background: unset !important;
	width:28px!important;	
	height:15px!important;
	top:8px!important;
	color:#333333;
}

.hm-stories .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before, .hm-stories .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before
{
	color:#fff;
}

.wpmslider-controls-direction:hover .wpmslider-next:before, .wpmslider-controls-direction:hover .wpmslider-prev:before
{
	background:#fff!important;
}

.wpmslider-controls-direction:hover .wpmslider-next:before, .wpmslider-controls-direction:hover .wpmslider-prev:before
{
	color:#fff!important;
}

.hm-stories .wpmslider-controls-direction:hover .wpmslider-next:before, .hm-stories .wpmslider-controls-direction:hover .wpmslider-prev:before
{
	color:#00a8b7!important;
}

.wpmslider-prev, .wpmslider-next
{
	width:42px!important;
	height:42px!important;
	background:transparent!important;
	border:1px solid #333333;
	border-radius:50%;
}

.hm-stories .wpmslider-prev, .hm-stories .wpmslider-next
{
	border-color:#fff;
}

.hm-stories .wpmslider-prev:hover, .hm-stories .wpmslider-next:hover
{
	background:#fff!important;
	border-color:#fff!important;
}

.wpmslider-prev:hover, .wpmslider-next:hover
{
	background:#00a8b7!important;
	border-color:#00a8b7!important;
}

.client-img img
{
	position:relative;
	z-index:1;
	border-radius:50%;
	border: 20px solid #f0f0f0;
}

@keyframes fade {
  0% { opacity: 0 }
  100% { opacity: 1 }
}

.slide-box:hover .client-img:before {
    content: '';
    background: url(/wp-content/uploads/2024/06/Image-back-color.png);
    position: absolute;
    width: 177px;
    height: 208px;
    background-size: contain;
    left: 8px;
    bottom: 22px;
    z-index: 0;
    animation: fade 1s linear;
}

/************** Mobile Responsive Css ************************/

@media only screen and (max-width: 800px) {
	
	.client-info-bottom .company-name
	{
		font-size:16px!important;
	}
	
	.strong-view.controls-type-sides-outside
	{
		padding:0px 10px!important;
	}
	
	.readmore-excerpt, .readmore-content, .testimonial-company
	{
		font-size:14px!important;
	}
	
    .slide-box .testimonial-inner::after 
	{
		top:0px!important;
	}
	
	.bottom-content
	{
		width:85%!important;
	}
	
	.endorsements-block .bottom-content
	{
		width:72%!important;
	}
	
	.slide-box .wpmtst-testimonial-inner {
      padding: 0px !important;
	  width:100%;
	  min-height:270px!important;
	}
	
	.slide-box {
       padding-top: 25px !important;
	   margin-top:10px!important;
     }
	
	.stories-block .slide-box .testimonial-inner
	{
		width:100%!important;
	}
	
	.client-img
	{
		width:130px!important;
		float: none!important;
        margin: 0 auto;
	}
	
	.endorsements-block .client-img
	{
		width:54px!important;
	}
	
	.client-img img {
      border: 10px solid #f0f0f0!important;
     }
	
	.client-info-bottom
	{
		left:0px!important;
	}
	
	.client-info-bottom .testimonial-name {
      font-size: 18px!important;
     }
	
	.wpmtst-testimonial-inner.testimonial-inner::before
	{
		top:-5px!important;
		left:5px!important;
		width: 48px!important;
        height: 48px!important;
	}
	
	.stories-block .wpmtst-testimonial-inner.testimonial-inner::before
	{
		top:10px!important;
		left:30px!important;
		width: 66px!important;
        height: 48px!important;
	}
	
	.testimonial-content p
	{
		line-height: 20px;
	}
	
	.testimonial-content
	{
		padding-top:25px;	
		min-height:180px!important;
	}
	
	.slide-box::after
	{
      left: 25px!important;
      width: 85%!important;
      bottom: -5px!important;
	}
	
	.slide-box .testimonial-inner::after
	{
		width:24px!important;
		height:24px!important;
		right:15px!important;
	}
	
	.slide-box iframe
	{
		width:270px!important;
		height:auto!important;
	}
	
	.slide-box .testimonial-inner::after 
	{
		left:20px!important;
	}
	
	.slide-box:hover .client-img:before {
    width: 205px!important;
    height: 245px!important;
    bottom: 0!important;
    top: 58px!important;
   }
	
	.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev
  {
	left:-25px!important;
  }

.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next
  {
	right:-25px!important;
  }
	
   .endorsements-block .slide-box:before {
    top: 25px!important;
    left: 25%!important;
	width:40px!important;
    }
	
	.endorsements-block .wpmtst-testimonial:not(.wpmslider-clone)::before, .wpmslider-clone::before {
    left: 40%!important;
    font-size: 42px!important;
    top: 20px!important;
    }
	
	.hm-stories .wpmslider-next, .hm-stories .wpmslider-prev {
      border-color: #333!important;
    }
	
	.hm-stories .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before, .hm-stories .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
    color: #333!important;
     }

}