/* Mobile shortcut menu section */

#ajaxsearchliteres2{
	margin-top:0 !important;
}

div.wpmaster-mobile-shortcut-menu {
	display: inline-block;
  margin-right: 2px;
}
div#wpmaster-search {
  display: inline-block;
  line-height: 40px;
}
div.wpmaster-mobile-shortcut-menu .mobile-shortcut-wrapper {
  position: absolute;
  background-color: #FFF;
  width: 100%;
  text-align: left;
  left: 0;
}
#call .mobile-shortcut-wrapper {
  background-color: green;
}
#locations .mobile-shortcut-wrapper {
  background-color: red;
}
div.wpmaster-mobile-shortcut-menu .mobile-shortcut-wrapper .menu-item a {
  color: #FFF;
}
div.wpmaster-mobile-shortcut-menu .mobile-shortcut-wrapper .menu-item{
	display:block;
	clear:both;
  padding: 15px 10px;
}
.wpmaster-mobile-nav-menu span.mobile-menu-title::after {
  content: "\f105";
  float: right;
  font-family: FontAwesome;
}
.wpmaster-mobile-nav-menu span.mobile-menu-back::before {
  content: "\f104";
  font-family: FontAwesome;
  padding-right: 5px;
}
#spi-navbar-full > div#call, #spi-navbar-full > div#locations {
	width: 15%;
}
.wpmaster-mobile-shortcut-menu span.mobile-shortcut-title {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  color: #FFF;
}
#call span.mobile-shortcut-title {
  background-color: green;
}
#locations span.mobile-shortcut-title {
  background-color: red;
}
div#wpmaster-search-mobile {
  padding: 0;
  display: inline-block;
  width: 40px;
  line-height: 40px;
}

@media (min-width:992px){
	.wpmaster-action-buttons{
		display:none;
	}

}
@media (max-width:991.98px){
	#nav-full-size #wpmaster-search{
		display:none;
	}
	.header-widgets {
		display:none;
	}
	.wpmaster-action-buttons {
    margin: 0;
    display: inline-block;
    float: left;
	}
	div#wpmaster-search.header-search-mobile {
		background-color: #001871;
		width: 40px;
		color: white;
	}
}
/* Responsive Media Queries */
@media (max-width: 767px) {

	#spi-navbar-full > div#wpmaster-search {
		width: 15%;
		padding: 0;
	}
}