/* bekezdések első sora behúzott, kivéve az első bekezdést */
div[itemprop=articleBody]>p {
	text-indent: 25px;
}

div[itemprop=articleBody]>p:first-of-type {
	text-indent: 0px;
}

div[itemprop=articleBody]>p.noindent {
	text-indent: 0px;
}

/* comment szekció felett hely*/

.jwDisqusForm{
	margin-top: 10em;
}

/* elküld gomb nem szürke */

.form-actions {
	background-color: inherit;
}



.pagination ul li a,
.pager .next a,
.pager .previous a {


	padding: 6px 9px 5px !important;

	font-weight: 400 !important;
	font-size: 12px !important;
	line-height: 18px !important;

}

.pagination ul li, .pager .next, .pager .previous{
	margin-bottom: 10px;
}

.pagination .counter{
	float: none!important;
}

.pagination .pagination-list li.disabled{
	display: none;
}

/* fieldattach gallery */

div.gallery {
	margin: -.5vw;
	font-size: 0;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	-ms-flex-direction: column;
	-webkit-flex-flow: row wrap; 
	flex-flow: row wrap; 
	display: -webkit-box;
	display: flex;
}

div.gallery > div {
	-webkit-box-flex: auto;
	-ms-flex: auto;
	flex: auto; 
	width: 200px; 
	margin: .5vw; 
	
}

div.gallery  img {
	width: 100%; 
	height: auto;
	cursor: pointer;

}

div.gallery  img:active {
	position: absolute;
	max-width: 80%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 500;
}



/* naptár  */
.tooltipster-base {
	max-width: 350px;
}

.tooltipster-content li {
	color: white;
}

.tippy-tooltip ul {
	color: inherit;
}

.tippy-content ul {
	margin-left: 0;
}

.tippy-content li {
	list-style: none;
}

.fc-basic-view .fc-body .fc-row {
	min-height: 3em !important; /* ensure that all rows are at least this tall */
}

#dp-module-mini-256{
	padding-bottom: 24px;
}




/* közlemények jobboltalt */

.hirek-oldalt h3 {
	margin-bottom: 10px !important;
}

.hirek-oldalt li {
	list-style: none;
}

ul.hirek-oldalt > li:not(:last-child) {
	padding-bottom: 5px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 5px;
}

.hirek-oldalt ul {
	margin-left: 0;
}

/* további közlemények gomb lehet 2 soros */

.btn-breakable {
	white-space: normal !important;
}

/* forradalom */
ul.menufavth-basic li:not(.current) a.voros {
	border: 2px solid #ED1C24 !important;
}

ul.menufavth-basic li:not(.current) a.voros:hover, ul.menufavth-basic li:not(.current) a.voros:focus {
	background:  #ED1C24 !important;
}

ul.menufavth-basic li:not(.current) a.kek {
	border: 2px solid #1e4d68 !important;
}

ul.menufavth-basic li:not(.current) a.kek:hover, ul.menufavth-basic li:not(.current) a.kek:focus {
	background:  #1e4d68 !important;
}

/* kiemelt cikk */

.item-21963 {
	box-shadow: 0px 0px 00px 20px white, 0px 0px 0px 25px #ef4136;
	margin-top: 20px;
	margin-bottom: 20px;
}