/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 04 2018 | 12:32:26 */
/** OPEN MOBILE RECIPES **/

@media all and (max-width: 1050px) {
  
.recipe-container  {
  
  padding: 60px 15px !important;
  
}

.recipe-container h2 {
  
  font-size: 21px !important;
  padding: 15px 0 !important;
}
  
  
.row.recipe-time-info {
  
  margin: 0 auto !important; 
  
  }
  
  .col-sm-3 {
        
   border: none !important; 
  	width: 100% !important;
  } 



.recipe-container span {
  
    font-size: 16px !important;
}
    
}

/** CLOSE MOBILE RECIPES **/

#meet_maven_img_container {
   
    position: relative; 
   	max-width: 1314px; 
   	margin: 0 auto 50px auto; 
    
  }
  
 #meet_maven_lrg {
   
       position: relative; 
  }

  #meet_maven_title {
    
    position: absolute; bottom: 0px; left: 50%;  transform: translate(-50%, 30%);
    
    
  }

@media screen and (min-width:1050px){
  
   #meet_maven_img_container {
   
   	margin: 0 auto 75px auto;
    
  }
  
    #meet_maven_title {

       bottom: -75px; 
      	right: 25px;     
      transform: none;
  }
  
}

