﻿/*
Theme Name: Ratna Krishi.
Theme URI: http://www.ratnakrishi.com/
Description: Ratna Krishi - Abhay Minerals Products | A natural way to save our land and health.
Author: iColab Softwares Pvt. Ltd.
Author URI: http://www.icolabsoft.com
Version: v1.2015

################################################################ 

██╗ ██████╗ ██████╗ ██╗      █████╗ ██████╗                                 
██║██╔════╝██╔═══██╗██║     ██╔══██╗██╔══██╗                                
██║██║     ██║   ██║██║     ███████║██████╔╝                                
██║██║     ██║   ██║██║     ██╔══██║██╔══██╗                                
██║╚██████╗╚██████╔╝███████╗██║  ██║██████╔╝                                
╚═╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝  ╚═╝╚═════╝                                 
                                                                            
███████╗ ██████╗ ███████╗████████╗██╗    ██╗ █████╗ ██████╗ ███████╗███████╗
██╔════╝██╔═══██╗██╔════╝╚══██╔══╝██║    ██║██╔══██╗██╔══██╗██╔════╝██╔════╝
███████╗██║   ██║█████╗     ██║   ██║ █╗ ██║███████║██████╔╝█████╗  ███████╗
╚════██║██║   ██║██╔══╝     ██║   ██║███╗██║██╔══██║██╔══██╗██╔══╝  ╚════██║
███████║╚██████╔╝██║        ██║   ╚███╔███╔╝██║  ██║██║  ██║███████╗███████║
╚══════╝ ╚═════╝ ╚═╝        ╚═╝    ╚══╝╚══╝ ╚═╝  ╚═╝╚═╝  ╚═╝╚══════╝╚══════╝
                                                                            
██████╗ ██╗   ██╗████████╗    ██╗  ████████╗██████╗                         
██╔══██╗██║   ██║╚══██╔══╝    ██║  ╚══██╔══╝██╔══██╗                        
██████╔╝██║   ██║   ██║       ██║     ██║   ██║  ██║                        
██╔═══╝ ╚██╗ ██╔╝   ██║       ██║     ██║   ██║  ██║                        
██║      ╚████╔╝    ██║██╗    ███████╗██║   ██████╔╝██╗                     
╚═╝       ╚═══╝     ╚═╝╚═╝    ╚══════╝╚═╝   ╚═════╝ ╚═╝                     
                                                                            
################################################################ */



#nav {
	padding: 0px;
	margin: 0px;
	position: relative;
	z-index: 99999;
	height: 40px;
}
#nav li {
	list-style: none;
	display: inline;
	float: left;
	position: relative;
	border-left-color: #EAEAEA;
}
#nav li:first-child {
	border-style: none;
}
#nav li a {
	color: #000;
	display: block;
	line-height: 20px;
	padding: 10px;
	font-family: 'Open Sans Condensed', arial, Helvetica, sans-serif;
	font-size: 17px;
	text-shadow: 0 2px 2px rgba(0,0,0,0.0);
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
}
#nav li a i{
	font-size: 22px;
}

#nav li a:hover, #nav li:hover a {
	background: #149414;
	color: #fff!important;
	z-index: 99999;
	position: relative;
	text-shadow: 0 2px 2px rgba(0,0,0,0.6);
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#nav li:nth-child(1){
	color: #ff0000;
}


/* level 2 */
#nav li:hover > ul {
	display: block;
}
#nav ul {
	display: none;
	background: #149414;
	padding: 10px 20px;
	width: auto;
	font-weight: normal;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 999;
	-moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.5);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.5);
}
#nav ul li {
	background: none;
	border: none;
	position: relative;
	padding-bottom: 0;
	float: left;
	margin: 0;
}
#nav ul li a, #nav li:hover ul li a {
	background: transparent!important;
	border-bottom: 1px solid #108710;
	color: #fff!important;
	text-shadow: none!important;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	float: none;
	padding: 10px 0;
	width: 150px;
	display: block;
}
#nav ul li a:hover, #nav li:hover ul li a:hover {
	color: #111!important;
}
#nav ul.sub-menu li:last-child a {
	border-bottom: 0;
}
#nav li.current-menu-item a {
	color: #0099FF!important;
}
#nav li.current-menu-item a:hover  {
	color: #fff!important;
}

#nav li a:hover, #nav li:hover a, #nav li.current_page_item a, #nav li.current-menu-ancestor a, #nav li.current-menu-item a {
	color: #ed1a3b;
}


/* level 3 */

#nav ul ul {
	display: none;
	width: auto;
	position: absolute;
	top: -10px;
	left: 140px;
	font-weight: 300;
}
#nav ul li:last-child ul a {
	border-bottom: 1px solid ##108710!important;
}
#nav ul li ul li:last-child a {
	border-bottom: 0!important;
}

/* END */


