/**
 * Theme Name: pravonapriroda
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: svetlik
 */


.hover-effect figure figcaption, .hover-effect figure figcaption > a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 160px;
    width: 100%;
}

html .ct-footer .ct-widget:not(:first-child) {
    margin-top: var(--widgets-gap, 10px);
}

html .wp-block-quote cite {
    display: block;
    margin-top: 15px;
    font-size: 17px !important;
}

html .wp-block-quote:not(.has-text-align-center):not(.has-text-align-right) {
    padding-inline-start: 30px;
    margin-bottom: 30px;
}

html[lang="bg-BG"] .dk-speakout-petition .dk-speakout-submit {
	visibility: hidden;
    position: relative;
}

html[lang="bg-BG"] .dk-speakout-petition .dk-speakout-submit:before {
	visibility: visible;
    position: absolute;
    content: "Подписване";
	
	
    background: #d94200 url(../images/bg-submit-button.png) repeat-x top left;
    background: -webkit-linear-gradient(#ff9a40, #d94200);
    background: -moz-linear-gradient(#ff9a40, #d94200);
    background: -ms-linear-gradient(#ff9a40, #d94200);
    background: -o-linear-gradient(#ff9a40, #d94200);
    background: linear-gradient(#ff9a40, #d94200);
    border-radius: 4px;
    border: 1px solid #d94200;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 4px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2.4em;
    margin-top: 0;
    position: relative;
    text-shadow: 0 -1px 0 #a63200;
    width: 90%;
    height: 50px;
    padding: 0;
    color: white;
}
