/* 
 Theme Name:     Karrier
 Author:         Kebapp
 Author URI:     kebapp.hu
 Template:       Divi
 Version:        3.7
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.9.6
*/ 

@import url('../Divi/style.css');

/*sticky, scrollspy*/

#scroll-body * {
	position: unset;
}

#karrier-scroll:not(.sticky){
	position: relative;
	top: unset;
}

#karrier-scroll.sticky{
	position: fixed;
	top: 70px;
}
#karrier-scroll.sticky.sticky-bottom{
	position: absolute;
	top: unset;
	bottom: 0;
}

#karrier-scroll .et_pb_text_inner a{
	transition: all .3s ease-in-out;
}

#karrier-scroll .carousel-container{
	margin-top: 20px;
}

#karrier-scroll .et_pb_text_inner a.active{
	font-weight: 900;
	color: #06A9F4!important;
}

/*sticky, scrollspy VÉGE*/

#top-menu li{
	padding-right: 48px;
}

#top-menu .menu-item-has-children>a{
	padding-right: 0!important;
}

#top-menu .menu-item-has-children a::after{
	display: none;
}

#top-menu .sub-menu{
	border: none;
	box-shadow: 0 0px 9px rgba(0, 0, 0, 0.2);
}

#et-top-navigation #et_top_search{
	display: none;
}

.logo_container #logo{
	max-height: 64%!important;
	max-width: 21%!important;
}

#main-header .container{
	max-width: 1180px;
}

.footer-widget ul{
	list-style: circle;
	padding-left: 20px;
}

.footer-widget ul li{
	padding-left: 0!important;
}

.footer-widget ul li::before{
	display: none;
}

.footer-widget ul li a:hover{
	color: #42b3ed;
}