/*
Theme Name: Ekip Metal Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.home-menu ul {
	display: flex !important;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	gap: 50px;
	align-content: center;
}

.home-menu ul li {
	list-style: none !important;
	font-size: 36px;
	text-align: center;
	position: relative;
}

@media only screen and (max-width: 690px) {
	.home-menu ul li {
		font-size: 14px;
	}
	.footer-logo {
		max-width: 120px !important;
		margin: 0 auto !important;
	}
	#slide-out-widget-area .off-canvas-menu-container {
		padding: 0 !important;
	}
}

.home-menu ul li a:hover {
	color: #f5821e !important;
}

.home-menu ul li a {
	color: #fff!important;
}
.home-menu ul li a:after {
	content: '';
	position: absolute;
	right: -30px;
	top: 7px;
	background-image: url('https://ekip.grav.tr/wp-content/uploads/2025/11/star.svg');
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
}

.home-menu ul li:last-child a:after {
	display: none;
}


.home-shape {
	width: 100% !important;
	height: 140vh !important;
	top: -60vh!important;
}

.home-shape.corporate {
	top: -125vh!important;
}



.ekip-footer ul {
	margin: 0;
}
.ekip-footer ul li {
	list-style: none !important;
}

body[data-form-submit="see-through"] .container-wrap button[type=submit]:not(.search-widget-btn) {
		padding-top:10px !important;
	padding-bottom:15px;
}

#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container .menu li, #slide-out-widget-area.fullscreen .menuwrapper li {
	margin-bottom: 30px!important;
}

.representative {
	border: 1px solid #eee;
}

.images-center img {
	max-height: 50px !important;
	width: auto !important;
}

#slide-out-widget-area-bg {
	background-image: url(/wp-content/uploads/2025/11/pexels-parag-shah-21176646-12174800.jpg) !important;
	background-size: cover;
}

#slide-out-widget-area-bg .bg-inner {
	content: '';
	display:block;
	position: absolute;
	background: rgba(0,0,0,.5)!important;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
}