/**********************************************************
// Mobile >> Nav
**********************************************************/
.Mobile-Nav {
	background: #F7CBB0;
	color: #000;
	}

/**********************************************************
// Mobile >> Nav >> Logo
**********************************************************/
.Mobile-Nav-Logo {
	padding: 20px 10px;
	background: #FFF;
	text-align: center;
	box-shadow: inset 1px 0 2px rgba(0, 0, 0, 0.2);
	}

.Mobile-Nav-Logo img {
	height: auto;
	max-height: 100px;
	}

/**********************************************************
// Mobile >> Nav >> Social
**********************************************************/
.Mobile-Nav-Social {
	padding: 10px 10px 20px 10px;
	background: #C2A68F;
	}

.Mobile-Nav-Social li {
	margin: 10px 10px 0 10px !important;
	padding: 0 !important;
	list-style: none !important;
	}

.Mobile-Nav-Social li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	font-size: 20px;
	background: #FFF;
	color: #14676D;
	}

.Mobile-Nav-Social li a:hover {
	background: #F28710;
	color: #FFF;
	}

/**********************************************************
// Mobile >> Nav >> Search
**********************************************************/
.Mobile-Nav-Search {
	padding: 8px 10px 10px 40px;
	position: relative;
	background: #14676D;
	color: #FFF;
	}

.Mobile-Nav-Search:before {
	content: "\f002";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 18px;
	position: absolute;
	left: 10px;
	top: 11px;
	}

.Mobile-Nav-Search .search-submit { display: none; }

.Mobile-Nav-Search .search-field {
	padding: 0 !important;
	width: 100%;
	border: 0;
	height: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 14px;
	background: transparent;
	border-radius: 0;
	color: #FFF;
	}

.Mobile-Nav-Search input::-webkit-input-placeholder { text-transform: lowercase; color: #FFF; }
.Mobile-Nav-Search input:-moz-placeholder           { text-transform: lowercase; color: #FFF; }
.Mobile-Nav-Search input::-moz-placeholder          { text-transform: lowercase; color: #FFF; }
.Mobile-Nav-Search input:-ms-input-placeholder      { text-transform: lowercase; color: #FFF; }

/**********************************************************
// Mobile >> Nav >> Links
**********************************************************/
.Mobile-Nav-Links {
	text-transform: lowercase;
	font-weight: 600;
	font-size: 12px;
	}

.Mobile-Nav-Links a { color: #000; }
.Mobile-Nav-Links li.current-menu-item > a {
	background-color: #FFF;
	font-weight: bold;
	color: #F28710;
	}

.Mobile-Nav-Links ul { margin: auto !important; }

.Mobile-Nav-Links li {
	margin: 0 !important;
	padding-left: 0 !important;
	list-style: none !important;
	}

.Mobile-Nav-Links .menu-item>a:after,
.Mobile-Nav-Links .sub-menu li a:after { display: none; }
