/*

Theme Name:     POGO Physio 
Author URI: 	http://matthewolding.com 
Description:    Child theme for the Jupiter theme  
Author:         Matthew Olding 
Theme URI: 		http://themeforest.net/user/artbees 
Template:       jupiter 
Version:        1.2.1 
*/ 
 
 
 
/* 
Sample : remove the comment and start adding your own custom CSS rules. 
 
body { 
	background-color:#fff; 
} 
 
*/ 
 

/* pre navigation */ 
.mk-toolbar-holder { 
	text-align: right; 
} 
 
.header-toolbar-contact { 
	margin-right: 0; 
	margin-left: 15px; 
}
.mk-header-toolbar-holder {
  text-align: center;
/*   padding: 0; */
  font-weight: bold;
/*   text-shadow: 0px 1px 4px #002358; */
}

.header-toolbar-contact .mk-svg-icon {
  height: 20px!important;
  margin-top: 2px
}


 
 
/* mega menu customisation for image tiles */ 
.mega_col_4 .megamenu-widgets-container { 
	padding: 0 10px; 
} 
 
.mega_col_4 .megamenu-widgets-container .widget, 
.mega_col_4 .megamenu-widgets-container .widget p { 
	margin-bottom: 0; 
} 
 
.mega_col_4 .megamenu-widgets-container .widget img { 
	height: auto; 
} 
 
/* nav button */ 
.menu-hover-style-5 .main-navigation-ul>li.book-button a { 
	/*border: 1px solid #efa400;*/ /* orange */
	border: 1px solid #ee3124;
	/*border:  none;*/ 
	border-radius: 4px; 
	font-weight: bold!important; 
	/*color: #71bf49;*/ 
	color: #fff!important; 
	text-shadow: 0 1px 1px rgb(117, 92, 0); 
	padding: 7px 33px; 
	/*background-color: #efa400;*/ /* orange */
	background-color: #ee3124;
} 
 
.menu-hover-style-5 .main-navigation-ul>li.book-button a:hover, 
.menu-hover-style-5 .main-navigation-ul>li.book-button a:active { 
	/*background-color: #faab00; */ /* darker orange */
	background-color: #d42b1f;
	 
} 
 
.menu-hover-style-5 .main-navigation-ul>li.book-button>a.menu-item-link:after 
	{ 
	content: ""; 
	    display: none; 
	    width: 100%; 
	    height: 0px; 
} 
 
/* sticky nav logo fix for FF */ 
.fit-logo-img a img { 
	width: auto; 
} 
 
/* Footer menus ul li */ 
.footer-wrapper .widget_nav_menu ul li a { 
    padding: 2px 0 !important; 
} 
 
#contact_info-2 { 
	padding-top: 4px; 
} 
 
/* Subfooter styling tweak */ 
.mk-footer-logo { 
	margin-left: 10px; 
} 
 
.mk-footer-copyright { 
	padding: 15px 0 15px; 
}

/* media queries */

@media screen and (min-width:768px) {
  .header-toolbar-contact .mk-svg-icon {
    margin-top: 7px;
  }
}

@media screen and (min-width:960px) {
  .mk-header-toolbar-holder {
    text-align: right;
  }
}

@media screen and (min-width:1140px) {
  .mk-header-toolbar-holder {
    padding: 0;
  }
}