#blog-header {
	overflow:hidden;
}

#blog-header .overlay-prod {
	    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
}
body.tax-product_cat #blog-header {
	background-image:none;
}
body #header #upper-nav ul {
    text-align: right;
    font-family: 'Raleway', sans-serif;
    color: #717171;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    display:-webkit-box;
  	display:-webkit-flex;
  	display:-ms-flexbox;
   	display: flex;
    -webkit-box-orient: horizontal;
 	 -webkit-box-direction: normal;
  	-webkit-flex-direction: row;
    	  -ms-flex-direction: row;
        	  flex-direction: row;
    -webkit-box-pack: end;
  	-webkit-justify-content: flex-end;
     	 -ms-flex-pack: end;
	 justify-content: flex-end;

    padding-top: 20px;
    /* align-items: flex-end; */
    /* margin-bottom: 20px; */
    /* padding-bottom: 20px; */
}

#archives-sidebar h3.archive-title {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 15px;
    display: block;
    font-size: 14px;
    box-shadow: inset 0 0 0 4px #000;
    margin-bottom: 0;
    border-radius: 0px;
    text-align: center;
    background-color: transparent;
    background-image: none !important;
    font-family: 'Droid Serif', serif;
    font-weight: 700;
    text-transform: uppercase;
	transition: all .3s ease-in-out;
}

#archives-sidebar h3.archive-title:hover {
    cursor: pointer;
    color: #9ba467;
    box-shadow: inset 0 0 0 4px #9ba467;
}

.tree-accordion {
    line-height: 1.5;
    padding: 15px 30px 20px 30px;
    border-bottom: 3px solid black;
}
.tree-accordion dt a {
    display: block;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    color: #717171;
	transition: all .3s ease-in-out;
}

.blog-cat-sidebar {
	margin-top:20px;
}



.blog-cat-sidebar select {
	    width: 100%;
    /* border: 2px solid #9ba467; */
    background-color: #9ba467;
    padding: 20px 15px;
    color: white;
    outline: none;
    border: none;
    font-family: 'Droid Serif', serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
	    text-align-last: center;
}

.blog-cat-sidebar select option {
    color: white;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    padding: 10px;
    text-transform: capitalize;
}

#blog-title-container {
    z-index: 5;
}

.blog-head-overlay {
	    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 1;
}
.tree-accordion dt a:hover, .tree-accordion dd a:hover {
	    color: #9ba467;
}

.tree-accordion dt {
	margin:4px 0px;
}

.tree-accordion dd a {
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    color: #717171;
    font-size: 14px;
    font-weight: 500;
	transition: all .3s ease-in-out;
}
.tree-accordion dd span {
    display: block;
}
.tree-accordion dd {
    margin: 0 0 0 20px;
	font-family: 'Raleway', sans-serif;
	 color: #717171;
}

body #header #upper-nav {
	    display:-webkit-box;
  	display:-webkit-flex;
  	display:-ms-flexbox;
   	display: flex;
     -webkit-box-pack:justify;
  	-webkit-justify-content:space-between;
      	-ms-flex-pack:justify;
	 justify-content: space-between;

}

body #header  #upper-nav ul li a {
    padding: 3px 10px 3px 12px;
    color: #717171;
    text-decoration: none;
    display: block;
    transition: all .3s ease-in-out;
}

body #header #navigation #lower-nav {
    position:relative;
    bottom: 0;
    right: 0;
    width: 100%;
	margin-top: -20px;
}

.ubermenu .ubermenu-item.ubermenu-item-level-0:hover, body #header #upper-nav ul li span:hover {
	cursor:pointer;
}

body #header #upper-nav ul li span:focus {
	outline:none;
}

#inside-content #search-right .navigation {
	 display:-webkit-box;
  	display:-webkit-flex;
  	display:-ms-flexbox;
   	display: flex;
     -webkit-box-pack:justify;
  	-webkit-justify-content:space-between;
      	-ms-flex-pack:justify;
	 justify-content: space-between;

    width: 100%;
}

#inside-content #search-right .navigation .alignleft {
	text-align:right;
	 -webkit-box-ordinal-group: 3;
  	-webkit-order: 2;
     	 -ms-flex-order: 2;
	order:2;
}

body #header #navigation {
    width: 100%;
    float: right;
    clear: none;
}

body.single-envira .envirabox-skin.envirabox-theme-captioned .envirabox-title-over-wrap {
    background: #667647 !important;
    color: white;
    text-shadow: none;
    width: 100%;
    position: fixed;
    padding: 15px 25px;
    box-sizing: border-box;
}


@media (max-width: 1600px) {
	#ubermenu-nav-main-3 {
    text-align: right;
    font-size: 15px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:-webkit-box;
  	display:-webkit-flex;
  	display:-ms-flexbox;
   	display: flex;
    -webkit-box-pack: end;
  	-webkit-justify-content: flex-end;
     	 -ms-flex-pack: end;
	 justify-content: flex-end;



}
}

