/*
Theme Name: Drugi Akt
Author: Rafał Leśniak
Author URI: http://rafallesniak.com
Description: 
Version: 1.0
Template: lunfest
Text Domain: lunfest-child
*/

.wpcf7-not-valid-tip {
    margin-top: -26px;
    margin-bottom: 10px;
}

.wpcf7 form .wpcf7-response-output {
    border-radius: 12px;
}

footer .simple_line a {
    color: #f2f2f2;
}

footer .simple_line a:hover {
    color: var(--lunfest-primary-color);
}

.em-event-content ul li:before {
    content: "\f11b";
    font-family: flaticon;
    top: 0.4em;
    left: 0;
    font-size: 0.6em;
    font-weight: 400;
    transform: rotate(90deg);
    line-height: 1.25;
    background: transparent;
    position: absolute;
    z-index: 1;
    border-radius: unset;
    box-sizing: border-box;
    color: var(--lunfest-list-icon-color);
}

.em-event-content ul li {
    list-style: none;
    --lunfest-list-icon-color: var(--lunfest-primary-color);
    --lunfest-list-padding: calc(1em + 6px);
    padding-left: var(--lunfest-list-padding);
}

.page-id-3640 #main {
    padding-bottom: 0 !important;
}

.em.em-item.em-item-single .em-item-image img {
    border-left: none !important;
}

.em-item-taxonomies {
    display: none !important;
}

.em-view-container h3,
.em-view-container h4 {
    font-family: "Krona One", sans-serif !important;
}

.cky-accordion .cky-accordion-chevron i::before {
	top: 21px !important;
}

@media only screen and (max-width: 767px) {
	.event_style-mini .wgl-events .events-post .events-post-hero_thumb {
		max-width: 100% !important;
	}
	footer .primary-nav {
		text-align: center !important;
	}
}

.em.em-item.em-item-single.size-small .em-item-header .em-item-image img {
	border: none !important;
}