/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */
#header {
	display: none;
	padding: 0; 
}

#custom_header_line {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	padding-top: 20px;
}

#customLogoDiv {
	display: table-cell;
	width: 200px;
	min-width: 200px;
}

#customLogo {
	margin-left: -10px;
}

#customSearchBox {
	display: table-cell;
	margin: auto;
	min-width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

#woo_search-3 {
	line-height: 10px;

}

.search_main {
	display: inline-block;
	margin: auto;
	width: 80%;
}

.icon-search {
	top: .3em;
}

div.katb_topopup {
		top: auto;
		bottom: auto;
	}

.katb_popup_wrap .katb_test_text_basic, .katb_widget_text_basic, .katb_widget_text {
	text-align: justify;
}

.katb_widget_text p {
	color:#FFF;
}

body.page-id-547 .katb_display_widget_class {
	display: none;
}

#mc4wp_widget-2 {
		border-width: thick;
		border-style: outset;
		border-color: green;
		padding: 10px;
    		border-radius: 5px;
	}





/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
	/* Desktop styles go below this line */
	ul.nav li a {
		color:#000;
	}

	ul.nav li ul li a {
		color:#000!important;
	}

	
	ul.nav > li a {
		border: 1px solid #ababab;
		/*border-bottom: 1px solid #ababab;*/
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background: #d0d0d0;
	}

	#navigation ul.nav ul.sub-menu li a {
		font-weight: normal;
		border:none;
	}

	#navigation ul.nav ul.sub-menu li.current-menu-item a {
		font-weight: bold;
		border:none;
		color: #366754!important;
	}


	

	#navigation ul.nav ul.sub-menu li.current-menu-item ul.sub-menu a {
		font-weight: normal;
		border:none;
		color: #000!important;
	}

	#navigation ul li:first-child, #navigation ul li:first-child a {
border-radius: 5px 0 0 0px;
-moz-border-radius: 5px 0 0 0px;
-webkit-border-radius: 5px 0 0 0px;
}

	#navigation ul.nav > li:first-child {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	/*#navigation ul.nav > li:last-child {
		border-right: 0px solid #ababab;
		border-bottom: 1px solid #ababab;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}*/

	#navigation ul.nav ul.sub-menu li a {
		font-weight: normal;
	}

	#navigation ul.nav ul li.current-menu-item a {
		color: #000!important;
	}

	#navigation ul.nav ul li.current-menu-ancestor a {
		color: #000!important;
		background: #e6e6e6;
	}

	#navigation {
		/*border-top: 1px solid #ababab;
		border-bottom: 1px solid #ababab;
		border-left: 1px solid #ababab;
		border-right: 1px solid #ababab;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background: #d0d0d0;
		*/
		background: none;
	}		
	
	#navigation ul.nav li.current_page_parent a {
		color: #000;
		border: 1px solid #ababab;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background: #e6e6e6;
	}
	
	#navigation ul.nav li.current_page_item a, /*ul.nav li.current_page_parent a,*/ ul.nav li.current-menu-ancestor a, ul.nav li.current-cat a, ul.nav li.current-menu-item a {
		/*color: #09785f;*/
		color: #366754;
		font-weight:bold;
		border-top: 1px solid #ababab;
		border-bottom: 1px solid #ababab;
		border-left: 1px solid #ababab;
		border-right: 1px solid #ababab;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		/*margin: -1px;*/
		background: #e6e6e6;
	}

	#navigation ul.nav > li a:hover {
		background: #e6e6e6;
		border-top: 1px solid #ababab;
		border-bottom: 1px solid #ababab;
		border-left: 1px solid #ababab;
		border-right: 1px solid #ababab;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		/*margin: -1px;*/
	}

	#navigation ul.sub-menu {
		border-top: 1px solid #ababab;
		border-bottom: 1px solid #ababab;
		border-left: 1px solid #ababab;
		border-right: 1px solid #ababab;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-top: -1px;
	}

	#navigation ul.nav li ul, #navigation ul.cart > li > ul > div {
		border: 1px solid #ababab;
	}

	#navigation ul.sub-menu > li a:hover {
		border:none;
	}

	/*Dropdown symbol for nav menu*/
	#navigation .nav li.parent > a:after {
		border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
	}

	/*Dropdown symbol for sub-menu*/
	#navigation .nav li ul li.parent a:after {
		border: 0.34em solid rgba(0, 0, 0, 0.1);
		border-color: transparent transparent transparent rgba(0, 0, 0, 0.5);		
	}

	div.katb_topopup {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		left: 20%;
		top: 25%;
		bottom: 25%;
	}	
}

/* Likewise, mobile(phone) styles should be able to go here */
@media only screen and (max-width: 600px) {
	#custom_header_line {
		display: inline;
	}

	#customCurrencyBar {
		float: left;
	}
}

@media only screen and (max-width: 400px) {
	#customSearchBox {
		float: right;
	}
}


