/*
Theme Name: iMedica
Theme URI: https://brainstormforce.com/demos/imedica/
Author: Brainstorm Force
Author URI: http://themeforest.net/user/brainstormforce
Description: iMedica is probably the most comprehensive & feature rich WordPress theme that's made for medical organizations. Responsive code, retina ready graphics, lightweight framework and very flexible structure makes it outstanding.
Version: 1.4.0
License: Themeforest Split Licence
License URI: - http://themeforest.net/licenses/terms/regular
Text Domain: imedica
Tags: white
----------------------------------------------------------------*/

/* New Fixes */

@media screen and (min-width: 783px) {

	.primary-navigation .nav-menu {

	  border-bottom: 0;

	  display: block;

	  background-image: url('images/tgc_nav_bg.png');

	  /*background-image: url('http://198.46.82.193/~techey6/TGC/wp-content/uploads/2015/06/menu-bg.png');*/

	}

	ul.nav-menu li a {

	  position: relative;

	  /*top: 3px;*/

	}

	.col-md-6.col-lg-6.menu-link-second:after,

	.col-md-6.col-lg-6.menu-link-first:after {

	  border-right: 1px solid #ffffff;

	  display: inline;

	  height: 20px;

	  position: absolute;

	  top: 50%;

	  transform: translatey(-50%);

	  content: '';

	  right: 0;

	}

}