/***********************************   OPEN HOME FOOTER *************************************************/




/*************   Mobile View. **********************/

#footer_top_slant{
    position: absolute; 
    left: 0px; 
    top: -50px; 
    width: 100%; 
    height: 120px; 
    background-color: #F5F5F5;  
    transform: skewY(-3deg);
    z-index: 1;

}


#home_footer_container{
    position: relative; 
    float: left; 
    width: 100%;  
    background-color: #F5F5F5; 
    margin-top: 100px; 
    z-index: 1;
}

#home_footer_inside{
    
    padding-left: 25px; 
    padding-right: 25px;    
}

#home_footer_title_container{
    
    z-index: 100;

}

    #home_footer_title{
      
        position: relative; 
        z-index: 100;
        max-width: 100%;        
}


#home_footer_title_container p{

    max-width: 552px; 
    height: 150px; 
    font-size: 21px;
    margin: 0 0 30px 0;  
    
}

    #home_footer_pod_btn_container{
        
        position: relative;
        float: none;
        width: 100%;
	height: auto;
        margin: 0 0 30px 0;  
       /* background-color: #0CF; */

}

 #home_footer_pod_btn{
     
      margin: 0px auto 0px auto;
     display: block;
     z-index: 2;

}


#home_footer_maven_lrg_container{
        position: relative; 
        max-width: 1357px; 
        margin-bottom: 25px;
        width: 100%;       
}

    #home_footer_maven_lrg{
        max-width: 100%;
    }

#home_footer_maven_blurb {
    background-color: #EFD2CB;
    padding:25px;
}

    #blurb_title{
          
        font-family: b_bold_aug;
        font-size: 32px; 
        display:inline-block; 
        border-bottom: 1px solid #333; 
        margin-bottom: 10px;
    }
    
    #home_footer_maven_blurb p{
        
        font-size: 16px;  
        max-width: 520px;
    }
    
    #blurb_more_container{
        width: 100%; 
        margin-top: 10px;
    }
    
    #blurb_more_container a{
        float: right; 
        color: #000;
    }
    
    #blurb_more_container a:hover{
        text-decoration: underline;
    }




/*************   Tablet View. **********************/
                     
@media screen and (min-width:768px){
    
    #home_footer_inside{
        
        max-width: 1365px; 
        margin-right: auto; 
        margin-left: auto; 
    }
    
    
    #home_footer_title_container{
        
        float: left; 
        width: 49%; 
        min-height: 340px;
    }
    
    #home_footer_title{
        
        position: absolute; 
        top: -80px;
        
    }
    
    
    #home_footer_title_container p{
    
        margin: 180px 0 0 0;
        
    }
    
    #home_footer_pod_btn_container{
        
        float: left; 
        width: 49%; 
        margin: 0;  
        min-height: 0px;        
    }
    
    #home_footer_pod_btn{

        padding-top: 70px;
        
        /*padding: 70px; 30% 0px 27%; */
        
    }
    
    #home_footer_trending_container{
        
        display: none;
    }
    
        
    #home_footer_maven_blurb p{
        
        font-size: 20px;  
        max-width: 520px;
    }

}

/*************   Desktop View. **********************/
                     
@media screen and (min-width:1050px){
    
        #home_footer_title_container{
        
        width: 42%; 
    }
    
        #home_footer_pod_btn_container{
        
        width: 26%; 
    }
    
    #home_footer_trending_container{
        
        display: block;
        position: relative; 
        float: right; 
        min-height: 400px; 
        z-index: 2;
        width: 30%;        
    }
    
    #home_footer_maven_lrg{
        padding-right: 150px;
    }

    
    #home_footer_maven_lrg_container{
        margin-bottom: 125px;
    }

    
    #home_footer_maven_blurb {
        position: absolute;
        right: -20px;
        bottom: -40px;
    }


}


/***********************************   CLOSE HOME FOOTER *************************************************/




/***********************************   OPEN 2nd FOOTER *************************************************/



/*************   Mobile View. **********************/

#cat_footer_container{
    position: relative; 
    float: left; 
    width: 100%;  
    background-color: #F5F5F5; 
    margin-top: 100px;
    z-index: 1;
}

#cat_footer_inside{
    
    position: relative;
    padding-left: 25px; 
    padding-right: 25px; 
    z-index: 2;
}


#cat_footer_title{
    
    max-width: 100%;
}



/*************   Tablet View. **********************/
                     
@media screen and (min-width:768px){
    
    #cat_footer_inside{

            max-width: 1365px;
            margin-right: auto; 
            margin-left: auto;
        /*background-color: #333; */
    }
    
    #cat_footer_title{
        
        margin: 25px auto 25px auto; 
        /* margin-left: auto; */
        display: block;

    }
    
    .list_check{
        display: inline-block;
        width: 300px;
        margin-right: 15px;
    }
    
}

/*************   Desktop View. **********************/
                     
@media screen and (min-width:1050px){

}


/***********************************   CLOSE 2nd FOOTER *************************************************/