/**
 * Strong Testimonials Custom template
 */


/* Base
-----------------------------------------------*/
.strong-view.wpmtst-custom {
  display: block;
  width: 100%;
}
.strong-view.wpmtst-custom div {
  box-sizing: border-box;
}
.strong-view.wpmtst-custom .wpmtst-testimonial {
  max-height: none;
  max-width: none;
  padding: 0;
  width: 100%;
}
.strong-view.wpmtst-custom .wpmtst-testimonial.t-slide {
  margin-top: 0;
  margin-bottom: 0;
}
.strong-view.wpmtst-custom .wpmtst-testimonial-inner {
  display: block;
  width: 100%;
  height: 100%;
}
.strong-view.wpmtst-custom .wpmtst-testimonial-image {
  max-width: 100%;
}
.strong-view.wpmtst-custom .wpmtst-testimonial-field-before {
  margin-right: 0.5em;
}
.strong-view.wpmtst-custom a.readmore,
.strong-view.wpmtst-custom a.readmore-toggle {
  white-space: nowrap;
  z-index: 100;
}
.strong-view.wpmtst-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.wpmtst-custom .strong-content {
  margin: 20px auto 0;
}
.strong-view.wpmtst-custom .wpmtst-testimonial {
  border: 1px solid #E6E6E6;
  margin: 20px auto;
  text-align: left;
}
.strong-view.wpmtst-custom .wpmtst-testimonial:first-child {
  margin-top: 0;
}
.strong-view.wpmtst-custom .wpmtst-testimonial:last-child {
  margin-bottom: 0;
}
.strong-view.wpmtst-custom .wpmtst-testimonial-inner {
  border: 1px solid #FFFFFF;
  padding: 20px;
  text-align: left;
}
.strong-view.wpmtst-custom .wpmtst-testimonial-info {
  text-align: left;
  margin-bottom: 20px;
}
.strong-view.wpmtst-custom .wpmtst-testimonial-info > div {
  display: inline-block;
  vertical-align: middle;
}
.strong-view.wpmtst-custom .wpmtst-testimonial-info > .wpmtst-testimonial-field:first-of-type {
  margin-right: 15px;
}
.strong-view.wpmtst-custom .wpmtst-testimonial-inner > *:not(:nth-last-child(2)):not(:last-child) {
	margin-bottom: 5px;
}
.strong-view.wpmtst-custom .wpmtst-testimonial-content p:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.strong-view.wpmtst-custom .wpmtst-testimonial-content p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.strong-view.wpmtst-custom .wpmtst-testimonial-image .initials {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #EFEFEF;
  padding: 6px;
  margin: 0 auto;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}
.strong-view.wpmtst-custom .wpmtst-testimonial-name {
  font-weight: bold;
}
.strong-view.wpmtst-custom .strong-view-footer {
  margin-bottom: 20px;
}

/* Pagination
-----------------------------------------------*/
/* Simple pagination
-----------------------------------------------*/
.strong-view.wpmtst-custom.strong-pager {
  display: none;
}

.simplePagerList {
  /* match .strong-content container */
  margin: 20px auto;
  text-align: center;
}

.strong-view ul.simplePagerNav {
  margin: 0 auto;
  padding: 0;
  display: inline-block;
}
.strong-view ul.simplePagerNav li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
.strong-view ul.simplePagerNav li a {
  margin: 0 0.2em;
  padding: 0.1em 0.3em;
  outline: none;
  text-decoration: none;
  transition: background 0.2s ease;
}
.strong-view ul.simplePagerNav li a:hover {
  background: #BBB;
  color: #FFF;
}
.strong-view ul.simplePagerNav li.currentPage a {
  text-decoration: none;
  background: #999;
  color: #FFF;
}

.strong-view.rtl ul.simplePagerNav li {
  float: right;
}

/* Standard pagination
-----------------------------------------------*/
.strong-view .nav-links {
  margin: 20px auto;
  text-align: center;
}
.strong-view .nav-links a, .strong-view .nav-links span {
  display: inline-block;
  line-height: 1.5;
  margin: 0 0.2em;
  padding: 0.1em 0.3em;
  transition: background 0.2s ease;
}
.strong-view .nav-links a.current, .strong-view .nav-links span.current {
  background: #999;
  color: #FFF;
}
.strong-view .nav-links a {
  outline: none;
  text-decoration: none;
}
.strong-view .nav-links a:hover,
.strong-view .nav-links a.prev:hover,
.strong-view .nav-links a.next:hover,
.strong-view .nav-links span:hover {
  background: #BBB;
  color: #FFF;
}

/* Responsive
-----------------------------------------------*/
@media only screen and (max-width: 320px) {
  .strong-view.wpmtst-custom .wpmtst-testimonial-image {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Remove quote background image */
@media only screen and (max-width: 320px) and (orientation: portrait) {
  .strong-view.wpmtst-custom .wpmtst-testimonial-heading {
    background: none;
    padding-left: 0;
  }
}

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

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

/*Custom Class Styles*/

.reviews-form {
  padding: 20px;
  background-color: #0A9A0A;
  color: #fff;
  margin: 20px auto 0 !important;
}

.reviews-form .required.symbol { display: none; }

.reviews-form .form-field { margin-bottom: 8px !important; }

.reviews-form input[type="text"],
.reviews-form input[type="email"],
.reviews-form textarea {
  border-radius: 0;
  width: 100%;
  padding: 10px 15px;
  height: 50px !important;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.reviews-form textarea { height: 150px !important; }

.reviews-form ::-webkit-input-placeholder { color: #fff; }
.reviews-form ::-moz-placeholder { color: #fff; }
.reviews-form :-ms-input-placeholder { color: #fff; }
.reviews-form :-moz-placeholder { color: #fff; }

.reviews-form .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font: 400 16px "Montserrat";
  color: #fff !important;
  width: 200px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  background: #000;
  border-radius: 0;
  margin-top: 40px;
}

.reviews-form .button:hover {
  color: #fff !important;
  background: #CE9948;
}