/* SD-mobile-nav appearance overrides — on the Live Site these were an
 * inline <style id="sdrn_css"> printed AFTER the plugin stylesheet, so
 * they must load after it here too (bar/menu brand colors). Split out of
 * wp-inline.css; regenerated by hand if the live values ever change. */
/* apply appearance settings */
			#sdrn_bar {
				background: #1d5ea4;
			}
			#sdrn_bar .menu_title, #sdrn_bar .sdrn_icon_menu {
				color: #ffffff;
			}
			#sdrn_bar .sdrn_ic span {
				background: #ffffff;
			}
			#sdrn_menu {
				background: #1d5ea4!important;
			}
			#sdrn_menu.sdrn_levels ul li {
				border-bottom:1px solid #1d5ea4;
				border-top:1px solid #1d5ea4;
			}
			#sdrn_menu ul li a {
				color: #ffffff;
			}
			#sdrn_menu ul li a:hover {
				color: #54ad47;
			}
			#sdrn_menu.sdrn_levels a.sdrn_parent_item {
				border-left:1px solid #1d5ea4;
			}
			#sdrn_menu .sdrn_icon_par {
				color: #ffffff;
			}
			#sdrn_menu .sdrn_icon_par:hover {
				color: #54ad47;
			}
			#sdrn_menu.sdrn_levels ul li ul {
				border-top:1px solid #1d5ea4;
			}

			#sdrn_s {
				color: #ffffff;
				border:1px solid #696969;
				background: #565656			}

			#sdrn_searchsubmit {
				color: #ffffff;
			}

			#sdrn_menu  .sdrn_searchsubmit_ic:before {
				color: #ffffff;
			}

							#sdrn_menu, #sdrn_menu ul, #sdrn_menu li {
					border-bottom:none!important;
				}
				#sdrn_menu.sdrn_levels > ul {
					border-bottom:1px solid #1d5ea4!important;
				}
				.sdrn_no_border_bottom {
					border-bottom:none!important;
				}
				#sdrn_menu.sdrn_levels ul li ul {
					border-top:none!important;
				}
			
							#sdrn_menu.left {
					width:80%;
					left: -80%;
					right: auto;
				}
			
							#sdrn_menu.right {
					width:80%;
					right: -80%;
					left: auto;
				}
			
			
			
										/* show the bar and hide othere navigation elements */
				@media only screen and (max-width: 961px) {
					 html { padding-top: 42px!important; } 										#sdrn_bar { display: block!important; }
					 { display:none!important; }				}
				/* hide the bar & the menu */
				@media only screen and (min-width: 962px) {
				}
