/**
 * 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;
}

.slide-box
{
	padding:0px 30px 30px;
	background-color: #fff;
	float:left;
	margin-top:50px;
	width:100%;
}

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

.slide-box:before {
    content: '';
    background: url(/wp-content/uploads/2025/09/straight-quotes.svg);
    position: absolute;
    right: 30px;
    top: 31px;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    opacity: 3%;
}

.client-img
{
	width:84px;
	margin-top:-50px;
}

.client-img p {
    width: 84px;
    height: 84px;
    background: #8d6e63;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    line-height: 90px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
    text-align: center;
}

.client-info-top
{
	position:relative;
	margin-top:30px;
}

.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;
	position:relative;
}

.readmore-text {
  float: right;
}

.client-info-bottom .testimonial-name {
	font-size: 24px;
	line-height: 36px;
	color: #910316;
	font-family: "Pressio";
}

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

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

.testimonial-content
{
	font-size: 22px;
	line-height: 36px;
	color: #333333;
	font-weight: 500;
	font-style: italic;
	font-family: "Inter";
	min-height:110px!important;
}

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

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

.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: 'tricity-gutter' !important;
    content: "\e900"!important;
    background: unset !important;
	width:28px!important;
	height:15px!important;
	top:16px!important;
	color:#333333;
	transform: rotate(180deg);
}

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

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

.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;
}

.wpmslider-prev, .wpmslider-next
{
	width:42px!important;
	height:42px!important;
    background-color: #f7f5ed;
    border: 1px solid #605f57;
}

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

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

.client-img img
{
	position:relative;
	z-index:1;
}

@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;
	}

	.client-img p
	{
		font-size:28px!important;
	}
	
	.slide-box .wpmtst-testimonial-inner {
      padding: 0px !important;
	  width:100%;
	  min-height:270px!important;
	}
	
	.slide-box {
       padding-top: 25px !important;
	   margin-top:35px!important;
     }
	
	.slide-box .testimonial-inner
	{
		width:100%!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;
	}
	
	.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:-40px!important;
  }

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

}