
/******************************************************************************************************************************************************************************************************/
/******************************************************************************************************************************************************************************************************/
/******************************************************************************************************************************************************************************************************/
/*** MOBILE MENU STUFF STARTS HERE!!!!!!!!! ***********************************************************************************************************************************************************/
/******************************************************************************************************************************************************************************************************/
/******************************************************************************************************************************************************************************************************/
/******************************************************************************************************************************************************************************************************/



.mobile-boxes{ 

	border: 2px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	display: none;
	height: 40px;
	line-height: 0;
	margin: 20px;
	padding: 5px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 40px;
	z-index: 95;

}

.mobile-boxes *{
width:100%;
height:100%;
position:relative;
box-sizing:border-box;
margin:auto;
padding:0px;
}




.mobile-boxes.right.first{
right:65px;
}

.mobile-boxes.right.second{ 
right:15px; 
top:-12px;
}


.hamburger{ display:block; }
.left-arrow{ display:none; }




.filters{ display:block; }
.right-arrow{ display:none; }


.close-svg {
    height: 45px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 45px;
    z-index: 99;
display:none;
}



@media only screen and (min-width: 0px) and (max-width: 700px) {


.close-svg {
display:block;
}


	.tab-wrapper {
	display: none;
	height: 100%;
	position: fixed;
	top: 0;
	width: 33vw;
	z-index:80;
	right: 0;
	background:rgba(76,114,65,0.95) none repeat scroll 0 0;
	padding-top: 80px;
	}
	
	.plant-type-tab {
	border: 1px solid rgba(255, 255, 255,0.1);
	padding: 20px;
	width: 100%;
	background-color:none;
	background:none;
	color:#fff;
	}
	
	
	.plant-type-tab a {
	color: #fff;
	}
	
	
	.plant-type-tab.active {
	background-color: rgba(255, 255, 255, 0.25);
	border-right: 1px solid #bbb;
	border-top: 1px solid #ddd;
	}




}

/******************************************************************************************************************************************************************************************************/

@media only screen and (min-width: 0px) and (max-width: 800px) {

	.mobile-boxes.right.second{
		display:block;
	}

}

/******************************************************************************************************************************************************************************************************/

@media only screen and (min-width: 4px) and (max-width: 700px) {	
	
	.mobile-boxes{
		display:block;
	}
	



aside, form#search, form#options, form#favorites, form#share-your-favorites{
background-color:none;
background:none;

}



aside{
  background: rgba(76, 114, 65, 0.95) none repeat scroll 0 0;
    display: none;
    
    min-height:calc(100vh - 95px);
    
    height:calc(100vh - 95px);
    max-height:calc(100vh - 95px);
    
    
    max-width: 100%;
    min-width: 100%;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top:0px;
    width: 100%;
    z-index: 99;
    top:95px;
    
    padding-top: 100px;
	

}



aside form#search, form#options, form#favorites, form#share-your-favorites{
min-height:auto;
height:auto;
max-height:auto;

position:relative;

min-width: 100%;
width: 100%;
max-width: 100%;

z-index: 99;
right: 0;
padding-top:0px;
}






span.clear-favorites-text{
box-sizing: border-box;
color: rgba(255, 0, 0, 0.2);
cursor: pointer;
font-size: 14px;
font-weight: 900;
height: 19px;
line-height: 0;
padding: 8px 0 0 4px;
position: absolute;
right:31px;
top: 30px;
width: 72px;
}

span.quick-favorites-delete {
    background-color: rgba(255, 0, 0, 0.1);
    border: 2px solid rgba(255, 0, 0, 0.2);
    border-radius: 50%;
    box-sizing: border-box;
    color: rgba(255, 0, 0, 0.2);
    content: "X";
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
    height: 20px;
    line-height: 0;
    padding: 8px 0 0 4px;
    position: absolute;
     right: 38px;
    top: 28px;
    width: 20px;
}







h2.filter-title {
background-color: rgba(255, 255, 255, 0.95);
    border-radius: 0;
    font-size: 1.5em;
    font-weight: 700;
    margin: 8px 0;
    min-height: 0;
    padding: 15px;
    text-align: left;    
    }

fieldset{
background-color:rgba(255,255,255,0.9);


}






#options h2.filter-title {
margin-bottom:0px;
}



#options fieldset{
margin:-9px 20px 0 0;

}








span.quick-favorites-delete,span.clear-favorites-text{ display:none; }

div#container {
    max-width: 100vw;
    min-width: 100vw;
    width: 100vw;
}


}


/******************************************************************************************************************************************************************************************************/

















