/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

blockquote {
  background: #FDF1D5;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  font-size: 1em;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

.flowplayer.is-youtube {
  background-size: cover;
}

.fp-playlist-external a {
 font-size: 12px;
 line-height: 1.2em;
}

.fp-playlist-external a.is-active { 
 color: #384e65; 
}

.fp-playlist-external a.is-active span {
 border-color: #384e65; 
}

.otw-eight, .otw-row .otw-eight {
 width: 33% !important;
}

.em {
 --accent-color: #db8e1a;
}