/* 
    Created on : 30 трав. 2017, 14:23:03
    Author     : Pavlo Degtyaryov
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.htl
*/
/* Bukvycja Plugin */
.bukvycja-letter p:first-of-type:first-letter, 
.bukvycja-letter h1:first-of-type:first-letter, 
.bukvycja-letter h2:first-of-type:first-letter, 
.bukvycja-letter h3:first-of-type:first-letter, 
.bukvycja-letter h4:first-of-type:first-letter {
	font-family: "Prata";
    font-style: normal;
    font-weight: 400;
    font-size: 3.69em;
    float: left;
    line-height: 1em;
    padding-right: 8px;
	margin-bottom: -.2em;
    padding-bottom: 0em;
    color: #d38f00;
}
