/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 04 2018 | 09:31:06 */
/*********** Top Newsletter ****************************/

#newsletter_top_container{
  
    position: relative;
    float: left;
    margin-top: 100px;
    margin-bottom: 80px;    
    width: 100%;
}

#news_top_desktop_container {
    
    display: none;
    
}

#news_top_mobile_container {
    
    position: relative;
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: -10px;
    margin-left: -25px;
    z-index: 900;
}


#news_top_bg_border{
  
  position: absolute; 
  top: -10px; 
  left: 5px; 
  width: 96%; 
  height: 110%; 
  border: 1px solid #000; 
  z-index: 100;
}


#news_top_title{
  
  position: absolute; 
  top: -20px; 
  left: 15px; 
  z-index: 150;
}

#news_top_leaf_left{

    display: none;
}

#news_top_leaf_right{
  
    display: none;
}

#news_top_bg{
  
  position: relative;
  float: left;
  width: 100%; 
  background-color:#b7c57e;  
  padding: 5px 15px 0px 15px;
  z-index: 99;
  
}

#news_info{
    
    display: none;
    font-size: 15px;
    max-width: 370px;
    
    margin-bottom: 15px;

}


#news_email{

  margin-bottom: 10px;
}


#newsletter_top_container input[type=email], #newsletter_top_container input[type=submit]{
  
  width: 100%;
}

/*************   Mobile View. **********************/


/*************   Tablet View. **********************/
                     
@media screen and (min-width:768px){
  
  #news_top_bg_border{
  
  left: 20px; 
}
    
        #news_top_title{
   
    	left: 30px; 
	}
    
    #news_top_bg{
    
        padding-top: 40px;
    }

     
    #news_info{
        float: left;
        width: 50%;
        /* height: 100px; 
        background-color: #666; */
        padding: 35px 15px 20px 15px;
        margin: 0px;
      
  	}
  
  	#news_form_container{
    
   		float: right;
        width: 50%;
        /* background-color: #0CF; */ 
        padding: 0px 15px 0px 15px;
  	}

}

/*************   Desktop View. **********************/
                     
@media screen and (min-width:1180px){
    
    #news_top_desktop_container {
    
    display: block;
    
}
    
    #news_top_mobile_container {
    
    display: none;
}
    
    #news_top_title{
   
    	left: 50px; 
	}
    
    #news_top_bg_border{
        
        Width: 98%;
    }
    
    #news_top_leaf_left{
        
        display: block;
        position:absolute; 
        top: -15px; 
        left: -60px;
    }
    
    #news_top_leaf_right{
  
        display: block;
        position:absolute; 
        bottom: -50px; 
        right: -60px;
    }
    
    #news_top_bg{
  
        padding: 40px 15px 0px 15px;
  
    }


    #news_info{
        
        display: block;
        padding-left: 40px;
    }
  
    #news_email{
         
        float: left; 
        
        margin-left: 10%;
        width: 60%;
        
        margin-bottom: 0px;
        height: 50px;
        margin-top: 10px;
        margin-right: 10px;
  	}
  
    #news_submit{
		
        float: left; 
        width: 27%;
        height: 50px;
        margin-top: 10px;

  	}
    
    
    
}

/*********** CLOSE TOP Newsletter ****************************/




/*********** Open 2nd Newsletter ****************************/





/*************   Mobile View. **********************/

#cat_footer_bottom_container{

    position: relative; 
    float: left; 
    width: 100%; 
    height: 125px; 
    margin-bottom: 350px; 
    background-color: #F5F5F5; 
}

#sub_news{
    
    padding: 0px 20px 0px 30px;
}

#sub_news #newsletter_top_container{
    
    margin-top: 30px;
}


#sub_news #news_top_bg{
    
    background-color: #C15863;
    padding: 0px 15px 0px 15px;
}


#sub_news_left_col{
    
}

#sub_news_left_col img{
            margin-bottom: 15px;
        max-width: 100%;
    }

#sub_news_left_col p{
        color: #FFF;
        margin-bottom: 15px;
        font-size: 15px;
    }

/*************   Tablet View. **********************/
                     
@media screen and (min-width:768px){
    
    #cat_footer_bottom_container{
        
        margin-bottom: 200px; 
        
    }

    
    #sub_news_left_col{
        
        float: left; 
        width: 50%; 
        padding: 15px; 
        margin: 0px;
    
}
        
        #sub_news_left_col p{
            color: #FFF;
            margin: 0px;
    }
    
    #sub_news #news_form_container{
        
        margin-top: 50px;
        
    }

}

/*************   Desktop View. **********************/
                     
@media screen and (min-width:1050px){

}
