/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Editor Styles
 *
 * CSS for just Backend enqueued after style.scss
 * which makes it higher in priority.
 */
.gts-testimonial-block {
  background: #f3f3f3;
  border-radius: 5px;
  border: 1px solid #cacaca; }

.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 4px solid #ea2424;
  padding-left: 1em; }

.removebtn {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  padding: 5px 10px; }

.removebtn:hover {
  color: #fff;
  text-decoration: none; }

.content-plain-text {
  min-height: 58px !important; }

.wp-block-quote {
  margin-bottom: 0.5em; }

button.add-more-testimonial {
  height: 55px;
  width: 55px;
  background: #f75a57;
  border-radius: 50%;
  position: relative;
  border: none;
  font-size: 2em;
  color: white;
  line-height: 1; }

span.remove-testimonial {
  right: 30px;
  position: absolute; }

textarea.editor-plain-text.content-plain-text,
textarea.editor-plain-text.author-plain-text,
textarea.editor-plain-text.link-plain-text {
  background: #fafafa;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 5px; }

.gts__picture {
  position: relative; }
  .gts__picture a {
    cursor: pointer; }
  .gts__picture .gts__picture__actions {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 30px;
    font-size: .8em;
    text-align: center; }

.gts__picture__image {
  display: block;
  cursor: pointer;
  line-height: 100px;
  text-align: center; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.wp-block-coblocks-social__button:active {
  -webkit-animation: none !important;
          animation: none !important; }

.editor-block-preview__content .wp-block-coblocks-social {
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center !important; }
  .editor-block-preview__content .wp-block-coblocks-social.is-style-mask .wp-block-coblocks-social__icon {
    position: relative;
    top: 4px; }
  .editor-block-preview__content .wp-block-coblocks-social.is-style-text .wp-block-coblocks-social__button, .editor-block-preview__content .wp-block-coblocks-social.is-style-icon-and-text .wp-block-coblocks-social__button {
    width: 75%; }
  .editor-block-preview__content .wp-block-coblocks-social.is-style-icon-and-text .wp-block-coblocks-social__text {
    margin-left: 4px; }
  .editor-block-preview__content .wp-block-coblocks-social li {
    display: none;
    margin: 0; }
    .editor-block-preview__content .wp-block-coblocks-social li:first-child {
      display: block; }
  .editor-block-preview__content .wp-block-coblocks-social__text {
    max-width: 70%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap; }
  .editor-block-preview__content .wp-block-coblocks-social__button {
    max-width: 100%;
    margin: 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }

.components-range-control + .components-coblocks-inspector__social-button-size {
  margin-top: -13px !important; }
