.dropcap {
  float: left;
  font-size: 3em;
  line-height: 1em;
  margin: 0 15px 5px 0;
  padding: 0 6px;
  color: #000;
}

.dark .dropcap {
  color: #fff;
}

@media screen and (max-width: 600px) {
  .dropcap {
    font-size: 30px;
    line-height: 1.2em;
  }
}

/* Neutraliseeri teema initsiaal kõigis konteinerites, mida ta kasutab.
   Klass on meelega kaks korda — see tõstab spetsiifilisust üle teema reegli. */
.entry-content p.has-dropcap.has-dropcap::first-letter,
.postcolumns > p.has-dropcap.has-dropcap:first-of-type::first-letter,
.postcolumns > div.first.column > p.has-dropcap.has-dropcap:first-of-type::first-letter,
.singledefault-right > p.has-dropcap.has-dropcap:first-of-type::first-letter,
.first.column > p.has-dropcap.has-dropcap:first-of-type::first-letter {
  float: none !important;
  font-size: inherit !important;
  line-height: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
}