/*
Theme Name: TNT
Theme URI: http://www.itnt.fr
Description: Theme basésur Salient
Author: Agence TNT
Author URI: http://www.itnt.fr
Template: salient
Version: 0.1
*/

.single .heading-title {
	min-height: 0px !important;
	background: transparent !important;
	padding-bottom: 35px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 35px;
}
.single .heading-title h1{
	letter-spacing: normal !important;
}
a.nectar-love {
	display: none !important;
}

.page-submenu p {
	display: none;
}

.page-submenu h5 {
    font-weight: 600 !important;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 4px solid #000000;
    margin-bottom: 0px!important;
    color: black;
}

.page-submenu a {
	padding:0px !important;
}
@media only screen and (min-width: 999px) {
	.leftarraow, .rightarraow {
		display:none;
	}
}
@media (max-width: 999px){
	.page-submenu ul {
		position: relative;
		top: 0px !important;
		left: 0;
		width: max-content;
		display: block !important;
		z-index: 1000;
	}
	.page-submenu a.mobile-menu-link {
		display: none !important;
	}
	#ajax-content-wrap .page-submenu ul li {
		display: inline-block;
		margin: 0;
		padding-left:10px;
		padding-right:10px;
	}

	.page-submenu[data-bg-color="#ffffff"] ul li a {
		border-top: 1px solid rgba(0,0,0,0.00);
	}
	.page-submenu .full-width-content {
		overflow-x:scroll;
	}


	.page-submenu .full-width-content::-webkit-scrollbar {
		display: none;
	}
	.page-submenu .full-width-content:before {
		content: "<";
		display: flex;
	}
	.page-submenu .full-width-content:after {
		content: ">";
		display: flex;
	}
	.page-submenu {
		padding-right: 80px;
		padding-left: 150px;

	}
	a[href="javascript:scrollleft()"] {
		position: absolute;
		z-index: 999999999;
		top: 22px;
		font-size: 22px;
		right: 10px;
	}

	a[href="javascript:scrollright()"] {
		position: absolute;
		z-index: 999999999;
		top: 22px;
		font-size: 22px;
		left: 10px;
	}

	input[type=submit], button[type=submit], input[type="button"] {
		color:black
	}

	.leftarraow {
		height: 49px;
		top: 0px;
		width: 40px;
		right: -15px !important;
		z-index: 9999;
		position: absolute;
		background-color: white;
	}
	.rightarraow {
		height: 49px;
		top: 0px;
		width: 40px;
		left: -15px !important;
		z-index: 9999;
		position: absolute;
		background-color: white;
	}

	.page-submenu .full-width-content {
		left: 80px;
		margin-right: 15px;
		width: auto;
	}

	.page-submenu.stuck {
		position: static;
	}
	i.fas.fa-chevron-right, i.fas.fa-chevron-left {
		font-size: 13px;
		color: black;
	}

}
.container-wrap, .project-title {
	padding-bottom: 0px !important;
}
.container-wrap, .project-title {
	padding-bottom: 0px !important;
	background-color: #ffffff !important;
}

div#header-secondary-outer span {
	text-transform: inherit !important;
}
body #search-outer {
	background-color:white;
}
#search-outer #search input[type="text"] {
	color:black !important;
}
#header-secondary-outer nav > ul > li:hover > a {
    color: #ffffff!important;
}

@media (max-width: 640px){
    a#to-top {
        bottom: 150px!important;
    }
}

body .page-submenu li a {
    opacity: 1;
}
