/*
 Theme Name:     Karen Millar Coaching
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme for Karen Millar Coaching
 Author:         Holistic Hosting
 Author URI:     https://www.holistic-hosting.co.uk	
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/*---[The Speech Bubble Quote]---*/
/*Add Class speech-bubble-wrap to Text Module*/
.speech-bubble-wrap {
  width: 600px;
  max-width: 100%;
  -webkit-filter: drop-shadow(-5px 4px 20px rgba(0,0,0,0.3));
  filter: drop-shadow(-5px 4px 20px rgba(0,0,0,0.3));
}

@media all and (min-width: 700px) {
.speech-bubble-wrap {
  float: right;
  padding: 40px;
}
}
blockquote.speech-bubble {
  background: #edc7b7;
  padding: 30px;
  border-radius: 5px;
  box-shadow: inset 0 2px 0 rgba(188, 147, 200, 0.7);
  border-left: none;
}
blockquote.speech-bubble p {
  font-family: 'Lato', serif;
  font-size: 24px;
  color: #123c69;
  font-weight: 400;
  line-height: 40px;
  font-style: italic;
  text-indent: 100px;
  position: relative;
}
/*Quotation Mark Styling*/
blockquote.speech-bubble p:before {
  content: '\201C';
  font-family: serif;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  font-size: 175px;
  top: 0px;
  left: -105px;
  color: #ac3b61;
  text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
}
/*Tip of Bubble*/
blockquote.speech-bubble:before {
  border-top-color: rgba(0,0,0,0.01)!important;
  border-width: 11px!important;
  left: 90%;
  margin-left: -11px;
}
blockquote.speech-bubble:after {
  border-top-color: #ffffff!important;
  border-width: 10px!important;
  left: 90%;
  margin-left: -10px;
}
blockquote.speech-bubble:before, blockquote.speech-bubble:after {
  bottom: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/*Author Styling*/
.bubble-author {
  font-family: 'Lato', serif;
  font-weight: 700;
  font-size: 18px;
  color: #ac3b61;
  text-shadow: 0 1px 1px rgba(255,255,255,0.7);
  line-height: 0.1em;
  text-align: right;
}
/*Organisation or Source*/
.bubble-author cite {
  font-family: 'Lato', serif;
  font-weight: 700;
  font-size: 14px;
  font-style: italic;
  color: #ac3b61;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
