/* 
Theme Name: COAR child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.entry-title {
	padding: 20px 0 20px 0;
	margin: 30px 0px 20px 0;
	font-weight: bold;
}

h2, h3, h4 {
	margin-top: 40px;
	margin-bottom: 10px;
}

ul, ol {
margin-bottom: .9rem;
}

a {
	color: #6a5eff;
	text-decoration: underline;
}

/* 
ul {
	list-style: none;
} */

.dashicons-translation {
	font-size: 30px !important;
	color: #FEFC10;
}

a[href*=".pdf"]::after {
	content: " (PDF)";
}

a[href*=".rtf"]::after {
	content: " (RTF)";
}

a[href*=".doc"]::after {
	content: " (DOC)";
}

a[href*=".jpg"]::after {
	content: " (JPG)";
}

a[href*="RODO.pdf"]::after {
	content: "";
}