/**************** MAIN MENU ****************/
.nav-wrap-c {
    font-size: 100%;  /* 14px-16/16*100=   */ 
    margin-top: 0 !important;
    text-transform: uppercase;
}

/*---- Menu Icon ----*/
.nav-wrap-c > .menu-icon {
    display: none; /* hide menu icon initially */
}

.nav-wrap-c > ul a {
    text-decoration: none;
    color: #fff;
}
.top-parent-arrow .menu {
    font-size: 80%;
    color: #fff;
}
/*---- Active link ----*/
.nav-wrap-c > ul > .active > a{
    background: #fff7ec;
    color: #a07830;
    font-weight: 400;
}
.nav-wrap-c > ul,
.nav-wrap-c > ul li {
    margin: 0;
    padding: 0;
}
.nav-wrap-c > ul li {
    list-style: none;
    float: left;
}
/*---- Nav ----*/
.nav-wrap-c > ul a {
    padding: 15px 18px 17px;
    display: block;
    color: #fff;
    background: transparent;
    text-decoration: none;
}
.nav-wrap-c > ul a:hover {
    background: rgba(255, 255, 255, 0.2);
}
.nav-wrap-c > ul a, .nav-wrap-c > ul a:hover {
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*---- Nav Dropdown ----*/
.nav-wrap-c > ul ul {
    padding: 0;
    background: #7d5d34;
    position: absolute;
    max-width: 350px;
    list-style: none;
    min-width: 230px;
    display: none; /* hide dropdown */
}
.nav-wrap-c > ul ul li {
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    border-right: none;
    width: auto !important;
}
.nav-wrap-c > ul ul li a {
    border-top: 1px solid #fff;
    padding: 15.5px 35px 15.5px 25px;
}
.nav-wrap-c > ul ul a:hover {
    background: #654822;
}
.nav-wrap-c > ul li:hover > ul {
    display: block; /* show dropdown on hover */
}
.nav-wrap-c > ul li li:hover ul {
    left: 100%;
    top: 0;
}
.nav-wrap-c > ul > li > a > .top-parent-arrow {
    padding-left: 15px;
}
.nav-wrap-c > ul li .parent-arrow {
    position: absolute;
    right: 0.75em;
    top: 15px;
    display: block;
}

/**************** LEFT MENU ****************/
/*---- Active link ----*/
.prod_menu > ul > .active > a {
    background: transparent;
    color: #085e07;
    font-weight: 400;
}
.prod_menu > ul,
.prod_menu > ul li {
    margin: 0;
    padding: 0;
}
.prod_menu > ul li.main_tree {
    list-style: none;
    display: block; 
    margin-bottom: 35px;
    padding-left: 60px;
    text-transform: uppercase;
    font-family: 'Open Sans', Tahoma, Arial, sans-serif;
    font-size: 115%;
    font-weight: 400;
    line-height: 1.5em;
}
.prod_menu > ul li.main_tree:nth-child(1) {
    background: url('images/celebration_icon.png') left top no-repeat transparent;
}
.prod_menu > ul li.main_tree:nth-child(2) {
    background: url('images/flower_icon.png') left top no-repeat transparent;
}
.prod_menu > ul li.main_tree:nth-child(3) {
    background: url('images/deco_icon.png') left top no-repeat transparent;
}
li.main_tree a:first-child {
    margin-bottom: 10px;
}
/*---- Nav ----*/
.prod_menu > ul a {
    display: block;
    color: #5a9459;
    background-color: transparent;
    text-decoration: none; 
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.prod_menu > ul a:hover {
    color: #085e07;
}

/*---- Nav Dropdown ----*/
.prod_menu > ul ul {
    margin-left:-8px;
    margin-bottom: 0;
    list-style: none;
}
.prod_menu > ul ul li{
    text-transform: none;
    font-size: 85%;
    line-height: 2em;
}
.prod_menu > ul ul li a {
    margin-bottom: 0 !important;
    padding: 5px 8px
}
.prod_menu > ul ul a:active,
.prod_menu > ul ul a:hover {
    background-color: #5a9459;
    color: #fff;
}
 
/**************** Responsive/Mobile ****************/
@media screen
and (max-width: 64em) {
}

/* Smaller than 880px = 55em -----------*/
@media screen 
and (max-width: 55em) {
    .nav-wrap-c {
	font-size: 70%;
        margin-top: 0 !important;
    }
}
@media screen and (max-width: 768px) {

	/* nav-wrap */
	.nav-wrap-c {
		position: relative;
	}

	/* menu icon */
	.nav-wrap-c > .menu-icon {
		color: #000;
		width: 42px;
		height: 30px;
		background: #ecebeb url(/template/responsive/menu/menu_c/images/menu-icon.png) no-repeat 10px center;
		padding: 8px 10px 0 42px;
		cursor: pointer;
		border: solid 1px #666;
		display: block; /* show menu icon */
	}
	.nav-wrap-c > .menu-icon:hover {
		background-color: #f8f8f8;
	}
	.nav-wrap-c > .menu-icon.active {
		background-color: #bbb;
	}
	
	/* main nav */
	.nav-wrap-c > ul {
		clear: both;
		position: absolute;
		top: 38px;
		width: auto;
		z-index: 10000;
		padding: 5px;
		background: #f8f8f8;
		border: solid 1px #999;
		display: none; /* visibility will be toggled with jquery */
	}
	.nav-wrap-c > ul li {
		clear: both;
		float: none;
		margin: 5px 0 5px 10px;
	}
	.nav-wrap-c > ul a, 
	.nav-wrap-c > ul ul a {
		font: inherit;
		background: none;
		display: inline;
		padding: 0;
		color: #666;
		border: none;
	}
	.nav-wrap-c > ul a:hover, 
	.nav-wrap-c > ul ul a:hover {
		background: none;
		color: #000;
	}
	
	/* dropdown */
	.nav-wrap-c > ul ul {
		width: auto;
		position: static;
		display: block;
		border: none;
		background: inherit;
	}
	.nav-wrap-c > ul ul li {
		margin: 3px 0 3px 15px;
	}
    
    .nav-wrap-c > ul li .parent-arrow{
        display: none;
    }
    
    .nav-wrap-c > ul ul li a{
        border-top: none;
    }
}

@media screen and (min-width: 768px) {
	/* ensure #nav is visible on desktop version */
	.nav-wrap-c > ul {
		display: block !important;
	}
}