.sidebar-nav-wrapper .nav-icons{
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 200px;
    right: 0;
}
.sidebar-nav-wrapper .nav-icons li{
    top: 225px;
    right: 0;
    background: #f7941d;
    color: white;
    transition: 200ms;
    border: solid 2px white;
    list-style: none;
    width: 50px;
    height: 50px;
    transition: .3s;
}
.sidebar-nav-wrapper .nav-icons li:hover{
    transform: scale(1.2);
}
.sidebar-nav-wrapper .nav-icons li a {
	padding: 12px;
	margin-top: -4px !important;
	display: block;
}
.sidenav-icon i.fa {
	color: black;
}
.fa.fa-home {
	font-size: 2.4rem;
}


/*Social icons*/
.impress li{
    list-style: none;
}
#impress {
	text-align: center;
}
#impress h4{
    font-weight: bold;
}
#impress .social {
	display: flex;
	justify-content: space-around;
	max-width: 200px;
	margin: auto;
	font-size: 3rem;
	margin-top: 10px;
}
#logo img {
	width: 100%;
	height: auto;
	margin-top: 13px;
}
#logo {
	display: block;
	margin: 15px 0;
}
body.fixedheader #logo img {
	width: 200px !important;
	height: auto !important;
	margin-top: 5px;
}
/*WPCF7*/
div.wpcf7 input[type="file"] {
	cursor: pointer;
	display: none;
}
div.wpcf7 .wpcf7-form-control-wrap.cv-file{
	border: 1px solid #f7941d;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
	  margin-top:5px;
}
.jelentkezem-gomb {
	padding: 4px 22px;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 300;
	background: #f7941d;
	transition: 200ms;
	color: white;
	border: 0;
}