/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 04 2018 | 08:50:59 */
#meet_img_title {
  
  display: none;
  
}

#recipe_category_container {
  
 	text-transform: uppercase; 
  
}


.feat_outer {

	position: relative; 
  	z-index: 2;  
}

#lrg_feat_container {
  
  	position: absolute; 
  	top: 0px; 
  	left: 0px; 
  	width: 100%; 
  	height: 100%; 
  	background-color: #FFF; 
  	z-index: 1; 
  	opacity: 0.8;
}

.small_feat_border {

	position:absolute; 
  	width: 90%; 
  	height: 120px;  
  	bottom: 0px; 
  	left: 5%; 
  	border: 1px solid #000; 
  	z-index: 1;
  
}



 /*************   Tablet View. **********************/
                    
@media screen and (min-width:768px){
  
  #meet_img_title {
  
  display: block;
  
}
  
    
}

@media screen and (min-width:1050px){
  
    #lrg_feat_container {
  
 		opacity: 1;
	}
  
}

