/*SCROLLOZHATÓ MENÜ*/

div#sidebar_left {
    overflow: auto;
}

/*OPEN SANS A VÁROS SZLOGEN*/
.h2.text-white.mb-0.pb-0.city_slogan,
h2.text-white.mb-0.pb-0.city_slogan {
    font-family: open sans;
}

/*FIXME BE KELL PATTINTANI STYLE.CSS-BE ÉS AKKOR NEM KELL AZ IMPORTANT*/
aside section.widget ul a.nav-link{
	
	padding: 14px 60px 14px 25px !important;
	}

li.child-item.nav-item.submenu {
background-color: #edf7fa;
border-radius: 10px;
}

/*Kisebb hasznos linkek*/
a.gyor-hasznos-linkek{
	padding: 30px 30px 25px !important;
}

a.gyor-hasznos-linkek .h3,
a.gyor-hasznos-linkek h3 {
    font-size: 22px;
}

/*NINJA FORMS*/
.nf-form-content input:not([type=button]), .nf-form-content textarea {
    border-radius: 10px !important;
}

.nf-form-content input[type=button] {
    background: linear-gradient(45deg, rgba(0,110,183,1) 0%, rgba(9,174,236,1) 100%) !important;
	transition: color .2s;
	border-radius: 10px;
}
.nf-form-content input[type=button]:hover {
    background: linear-gradient(45deg, rgba(9,174,236,1) 0%, rgba(0,110,183,1) 100%) !important;
	color: #fff !important;
}

.nf-field-label label{
	color: #757575;
	font-weight: 400;
	font-size: 16px;
}
