/* ---------------------- SANTA-FE-BURGER FEATURED TILE --------------------- */

#featured #lent .ft-item {
   align-items: center;
   justify-content: center;
   text-align: center;
}
#featured #lent .ft-item .ft-tri-tr {
    display: none;
}
#featured #lent .ft-item .ft-text {
    font-family: "BebasNeueBold", Helvetica, Arial, sans-serif;
    font-size: 5rem;
    line-height: 6rem;
    text-shadow: 0 0px 11px #905123;
    
}
#featured #lent .ft-item .ft-text .gold {
    font-family: "ThirstyRoughRegTwo", Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 6rem;
}

#featured #lent .ft-item .ft-sub-text {
   font-family: "ThirstyRoughRegTwo", Helvetica, Arial, sans-serif;
   color: #fff;
   z-index: 504;
   font-size: 2rem;
   line-height: 2.25rem;
   margin-top: 250px;
   text-shadow: 0 0 10px #444;
   letter-spacing: .05rem;
   text-align: left;
}

#featured #lent .ft-item .ft-sub-text-2 {
   font-family: "BebasNeueBold", Helvetica, Arial, sans-serif;
   color: #fff;
   z-index: 504;
   font-size: 1rem;
   line-height: 1.75rem;
   margin-top: 10px;
   text-shadow: 0 0 10px #444;
   letter-spacing: .05rem;
   text-align: left;
}

@media screen and (max-width:1200px) {
    #featured #lent .ft-item .ft-text {
        font-size: 5rem;
        line-height: 3.5rem;
        margin: 30px 0px 100px 0px;
    }
    
    #featured #lent .ft-item .ft-text .gold {
        font-size: 4rem;
        line-height: 6rem;
    }
    
    #featured #lent .ft-item .ft-sub-text {
        font-size: 1.35rem;
        line-height: 1.75rem;
        margin-top: 120px;
    }
   
    #featured #lent .ft-item .ft-sub-text-2 {
        font-size: 1rem;
        line-height: 1.15rem;
    }

}
@media screen and (max-width:992px) {
    #featured #lent .ft-item .ft-text {
        font-size: 4rem;
        line-height: 2.75rem;
        margin: 20px 0px 40px 0px;
    }
    
    #featured #lent .ft-item .ft-sub-text {
        font-size: 1.5rem;
    line-height: 2rem;
    }
     #featured #lent .ft-item .ft-sub-text-2 {
        font-size: .9rem;
        line-height: 1rem;
    }
}
@media screen and (max-width:767px) {
    #featured #lent .ft-item .ft-text {
        font-size: 2.75rem;
        line-height: 2rem;
        margin: 20px 0px 0px 0px;
    }
   
    #featured #lent .ft-item .ft-text .gold {
        font-size: 3rem;
        line-height: 3.5rem;
    }
    
    #featured #lent .ft-item .ft-sub-text {
        font-size: 1.5rem;
        line-height: 2rem;
    } 
    
    #featured #lent .ft-item .ft-sub-text-2 {
        font-size: .8rem;
        line-height: .9rem;
    }
   
}
@media screen and (max-width:600px) {
    #featured #lent .ft-item .ft-text {
        font-size: 4.75rem;
        line-height: 5rem;
        margin-top: 20px;
    }
    
    #featured #lent .ft-item .ft-text .gold {
        font-size: 4.5rem;
        line-height: 4.75rem;
    }
    
    #featured #lent .ft-item .ft-sub-text {
        font-size: 2.75rem;
        line-height: 3.25rem;
        margin-top: 100px;
    }
     #featured #lent .ft-item .ft-sub-text-2 {
        font-size: 1rem;
        line-height: 1.25rem;
    }
 
}
@media screen and (max-width:480px) {
    #featured #lent .ft-item .ft-text .gold {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
    
    #featured #lent .ft-item .ft-text {
        font-size: 3.75rem;
        line-height: 4rem;
        margin-top: 20px;
    }
    
    #featured #lent .ft-item .ft-sub-text {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-top: 15px;
    }
    #featured #lent .ft-item .ft-sub-text-2 {
        font-size: .9rem;
        line-height: 1rem;
    }
    
}
@media screen and (max-width:350px) {
   #featured #lent .ft-item .ft-text .gold {
        font-size: 3rem;
        line-height: 3.5rem;
    }
    #featured #lent .ft-item .ft-text {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
    
    #featured #lent .ft-item .ft-sub-text {
       font-size: 1.35rem;
        line-height: 1.75rem;
    }
  #featured #lent .ft-item .ft-sub-text-2 {
        font-size: .8rem;
        line-height: .9rem;
    }
}