blockquote:not(.wp-block-quote):after,
blockquote:before, 
blockquote:after,
q:before, q:after {
	content: none !important;
}	
blockquote.alignleft {
  margin: 10px 20px 20px 0; }
blockquote.alignright {
  margin: 10px 0 20px 20px; }

blockquote {
  position: relative;
  padding: 0 0 0 46px !important;
  border: none !important;
  overflow: hidden;
  margin: 0 0 20px 0;
	font-weight: normal; 
  text-transform: none !important;
  font-weight: normal !important;

   }

blockquote:not(.wp-block-quote):before,
blockquote:before {
  color: #12a0e8;
  content: '“' !important;
  font-family: "Mukta Vaani", sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  font-style: normal;
  position: absolute;
  top: 1px;
  left: 0;
  width: auto;
  height: auto;
  background-color: transparent;
  margin-left: 0; }

blockquote:after {
  content: none; }

blockquote,
blockquote p {
  font-size: 16px;
  color: #777;
  font-style: italic;
  line-height: 1.7;
  text-align: left; }

blockquote p {
  margin-bottom: 0; }

blockquote cite,
blockquote .author {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 7px;
  margin-bottom: 0;
  color: #3f51b5;
  font-style: normal;
  font-weight: bold;
  overflow: hidden;
  text-align: left;
  position: relative;
  z-index: 1; }

blockquote .author span {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 0; }

blockquote .author span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 90px;
  height: 0;
  border-top: 1px solid;
  left: 100%;
  opacity: 0.5; }

blockquote.align-right {
  max-width: 460px;
  float: right;
  width: 100%;
  margin-left: 20px;
   }

.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.iframe-container iframe {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.iframe-square {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}
.iframe-square iframe {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.penci-entry-content .wp-audio-shortcode.mejs-audio {
    padding-top: 0;
    clear: both;
    height: 40px !important;
	    margin-bottom: 17px;
}