/**handles:salient-child-custom-element-quote_callout**/
/* 5.31. Testimonial Slider  */
.span_12.light .poc_quote_callout span,
.span_12.light .poc_quote_callout_custom_element span {
  color: #fff;
}
.span_12.light .poc_quote_callout .title,
.span_12.light .poc_quote_callout_custom_element .title {
  color: rgba(255, 255, 255, 0.6);
}

.poc_quote_callout_custom_element {
  display: flex !important;
  justify-content: flex-end;
}

.poc_quote_callout_custom_element h2,
.poc_quote_callout_custom_element span,
.poc_quote_callout h2,
.poc_quote_callout span {
  font-family: "TiemposHeadline", serif;
}
.poc_quote_callout_custom_element[data-style=half_width],
.poc_quote_callout[data-style=half_width] {
  max-width: 500px;
}
@media screen and (max-width: 992px) {
  .poc_quote_callout_custom_element[data-style=half_width],
  .poc_quote_callout[data-style=half_width] {
    max-width: none;
  }
}
.poc_quote_callout_custom_element[data-style=bold] p,
.poc_quote_callout[data-style=bold] p {
  padding-bottom: 35px;
}
.poc_quote_callout_custom_element[data-style=bold] p span,
.poc_quote_callout[data-style=bold] p span {
  font-size: 110px;
  line-height: 110px;
  margin-bottom: -30px;
}
.poc_quote_callout_custom_element .title,
.poc_quote_callout .title {
  font-size: 14px;
}
.poc_quote_callout_custom_element .inner,
.poc_quote_callout .inner {
  font-style: italic;
}
.poc_quote_callout_custom_element h2.quotation-mark,
.poc_quote_callout h2.quotation-mark {
  font-style: normal;
  font-size: 7em;
  margin-bottom: -0.15em;
  line-height: inherit;
}
.poc_quote_callout_custom_element .wrap,
.poc_quote_callout .wrap {
  display: inline-block;
  vertical-align: middle;
}
.poc_quote_callout_custom_element[data-style=basic_left_image],
.poc_quote_callout[data-style=basic_left_image] {
  padding-left: 90px;
}
.poc_quote_callout_custom_element[data-style=basic_left_image] .image-icon,
.poc_quote_callout[data-style=basic_left_image] .image-icon {
  position: absolute;
  left: 0;
  top: 5px;
}
.poc_quote_callout_custom_element:before,
.poc_quote_callout:before {
  display: none;
}

.wpb_wrapper > .poc_quote_callout:last-child {
  margin-bottom: 0;
}

.wpb_column[data-cfc=true] h1,
.wpb_column[data-cfc=true] h2,
.wpb_column[data-cfc=true] h3,
.wpb_column[data-cfc=true] h4,
.wpb_column[data-cfc=true] h5,
.wpb_column[data-cfc=true] h6,
.wpb_column[data-cfc=true] p {
  color: inherit;
}

blockquote .image-icon[data-shadow=true] {
  box-shadow: 0px 15px 37px rgba(0, 0, 0, 0.15);
}

.span_12.light .flickity-page-dots .dot:before {
  background-color: #fff;
}

.half-width-quote.align-left {
  float: left;
}
.half-width-quote.align-right {
  float: right;
}

.half-width-quote .poc_quote_callout:after {
  content: "";
  display: block;
  width: 75%;
  height: 1px;
  margin-top: 3em;
  background-color: white;
}
.half-width-quote.is-shortcode {
  float: left;
  padding: 4em 3em 3em 3em;
  position: relative;
  width: calc((100vw - 850px) / 2 + 500px);
}
.half-width-quote.is-shortcode.align-left {
  float: left;
  padding-left: calc((100vw - 850px) / 2);
  margin-left: calc((100vw - 850px) / -2);
  margin-right: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 992px) {
  .half-width-quote.is-shortcode.align-left {
    width: 100%;
    float: none;
    padding: 3em 2em 1em 2em;
    margin-left: 0;
    margin-right: 0;
  }
}
.half-width-quote.is-shortcode.align-right {
  float: right;
  padding-right: calc((100vw - 850px) / 2);
  margin-right: calc((100vw - 850px) / -2);
  margin-left: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 992px) {
  .half-width-quote.is-shortcode.align-right {
    width: 100%;
    float: none;
    padding: 3em 2em 1em 2em;
    margin-left: 0;
    margin-right: 0;
  }
}

.full-width-quote h2 {
  margin-bottom: 0 !important;
}
.full-width-quote h2.quotation-mark {
  font-style: normal;
  font-size: 10em;
  line-height: inherit;
  text-align: center;
  -webkit-transform: translate(0, 0.15em);
  -moz-transform: translate(0, 0.15em);
  -ms-transform: translate(0, 0.15em);
  transform: translate(0, 0.15em);
}
.full-width-quote h3 {
  margin-bottom: 0.5em !important;
}
.full-width-quote h6 {
  margin-bottom: 0 !important;
}
.full-width-quote .poc_quote_callout {
  margin-bottom: 0;
  padding-bottom: 4em;
  padding-top: 1em;
  padding-left: 3em;
  padding-right: 3em;
}
@media screen and (max-width: 992px) {
  .full-width-quote .poc_quote_callout {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.full-width-quote .split-border {
  text-align: center;
}
.full-width-quote .split-border .line {
  position: relative;
}
.full-width-quote .split-border .line:before {
  left: 0;
  border-top: 0.5px solid #fff;
  content: "";
  position: absolute;
}
.full-width-quote .split-border .line:after {
  right: 0;
  border-top: 0.5px solid #fff;
  content: "";
  position: absolute;
}
.full-width-quote .split-border-top {
  border-left: 0.5px #fff solid;
  border-right: 0.5px #fff solid;
}
.full-width-quote .split-border-top .line:before, .full-width-quote .split-border-top .line:after {
  width: 40%;
}
@media screen and (max-width: 992px) {
  .full-width-quote .split-border-top .line:before, .full-width-quote .split-border-top .line:after {
    width: 15%;
  }
}
.full-width-quote .split-border-bottom .line:before, .full-width-quote .split-border-bottom .line:after {
  width: 40%;
}
@media screen and (max-width: 992px) {
  .full-width-quote .split-border-bottom .line:before, .full-width-quote .split-border-bottom .line:after {
    width: 15%;
  }
}
.full-width-quote .split-border-bottom .bottom-content {
  -webkit-transform: translate(0, -1rem);
  -moz-transform: translate(0, -1rem);
  -ms-transform: translate(0, -1rem);
  transform: translate(0, -1rem);
}
.full-width-quote .poc_quote_callout {
  border-left: 0.5px #fff solid;
  border-right: 0.5px #fff solid;
}

.post-area.col.span_9 .half-width-quote.is-shortcode {
  float: left;
  padding: 4em 3em 3em 3em;
  position: relative;
  width: 50%;
}
.post-area.col.span_9 .half-width-quote.is-shortcode.align-left {
  float: left;
  margin: 2em;
}
.post-area.col.span_9 .half-width-quote.is-shortcode.align-right {
  float: right;
  margin: 2em;
}

/*# sourceMappingURL=poc_quote_callout.css.map */