/*
Theme Name: Pixomi Child Theme
Theme URI: https://themeforest.net/user/dropletthemes
Author: Ajmal Khan
Author URI: https://dropletthemes.com
Description: A Child Them for Pixomi - Consulting, Business and Finance WordPress Theme.
Template: pixomi
Version: 8.4
*/

/* Custom JMB Theme Button */
/*Topbar2 Btn*/
#topbar .topbar2-button {margin-left:10px;}

#topbar .topbar2-button a {
  padding: 8px 19px;
  color: #fff;
  background-color: #11b5e6;
  font-size: 13px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: .1px;
  text-decoration: none;
  border-radius: 40px;
  text-align: center;
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
}


/* Theme style overrides - ATS */

/* submenu height - hover over fix */
#header.header-v4 #navigation > ul > li {
    height: 70px;
}

/* fix for mobile menu */
#mobile-header .logo {
  width: 85%;
}

/* added mobile search to top menu */
#topbar ul.menu li.mobilesearch {display:none;}

/* search button fix */
.minisearch-wrap .minisearch-btn {top:15px;}




/* show top header menu on mobile */
@media (max-width:480px) {
  #topbar ul.menu {
    display: block;
  }
}

@media (max-width:992px) {
  /*keep button on top for mobile*/
  #topbar .topbar-button a {
    display: inline;
  }	

  /* added mobile search to top menu */
  #topbar ul.menu li.mobilesearch {display:inline-block;}
  
  .mobilesearch.minisearch .minisearch-wrap {min-height:78px;margin-top:8px;margin-right:-28px;}
  
  #topbar ul.menu li.mobilesearch a:hover {border-top:2px solid transparent !important;}  

  /* fix for search page content overlap */
  #main-content.search-page .right-sidebar {float:none;}
  
}

/*show titlebar on mobile*/
@media (max-width:768px) {
  #titlebar {
    display: block;
    background-size:auto;
  }
		
}
