/*
Theme Name: Sense - Website
Theme URI: http://www.sense.com.au
Author: Sense Digital Team
Author URI: http://www.sense.com.au
Description: Sense Advertising - Questions, please email: digital@sense.com.au
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.header .custom-nav>li>ul>li{
	float:none;
}

.header .custom-nav>li>ul>li:before {
	content: "";
}



@media(min-width:768px){
	.inner-bg:hover{
		cursor:pointer;
	}

	.listing.active span {
		background: black;
		color: white;
	}
	.listing.active .inner-bg{
		background: black;
	}
	.listing.active .triangle {
		border-left: 20px solid black;
	}
}

.close-modal{
	display: inline-block;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 20;
	width: 30px;
}

@media(min-width:1200px){
	.header .custom-nav a {
		padding: 0 5px;
		font-size: 14px;
	}
}