#lp .item-container a {
    text-decoration: none;
    color: black;
    display: block;
    width: 100%;
}
#lp .social-head a {
    display: block;
    margin-bottom: 10px;
}
#lp .logo {
    margin: 10px;
}
.logo-line {
    opacity: 0.5;
}
#lp .socials {
    transform: scale(1.2);
    z-index: -1;
}
.social-head .icon {
    background: url('https://cdn.safavieh.com/web/img/social-head.png');
    height: 30px;
    width: 30px;
    background-size: 600% 100%;
    display: inline-block;
    margin:0 4px;
    vertical-align: middle;
}
#lp .shoppable-tag {
    width: 50%;
    margin: 0 auto;
}
#lp .featured {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#lp .featured-title h1 {
    font-size: 1.5em;
    font-weight: 300; 
}
#lp .item-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 25%;
    position: relative;
    padding: 2%;
    text-align: center;
}
#lp .img-contain {
    height: 240px;
    max-width: 240px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
#lp .img-contain span {
    height: 100%;
    width: 0.5px;
    display: inline-block;
    vertical-align: middle;
}
#lp .img-contain img {
    display: inline-block;
    vertical-align: middle;
    width: 98%;
}
#lp .item-title h1{
    text-align: center;
    font-weight: 400;
}
#lp .item-info {
    height: 68px;
}
#lp .item-title {
    font-weight: 400;
    text-align: center;
    margin: 2% 0;
}
#lp .item-subtitle {
    text-align: center;
    margin: 3%;
}

#lp .featured-title {
    padding-top: 20px;
    border-top: 1px solid #888;
}
#lp .featured img {
    max-width: 100%;
}
footer {
    display: none;
}
.social-head {
    position: fixed;
}

@media screen and (max-width: 980px) {
   
    #lp .logo-line {
        display: none;
    }
    #lp .socials {
        display: none;
    }
    #lp .featured {
        display: flex;
        justify-content: center;
    }
    #lp .item-container {
        width: 50%;
    }
    #lp .item-info {
        margin: 2% 0 2% 0;
    }
    .item-subtitle {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 661px) {
    #lp .logo {
        transform: scale(0.5);
    }
    #lp .logo-line {
        display: none;
    }
    #lp .section {
        display: flex;
        justify-content: center;
    }
    #lp .item-container {
        width: 50%;
        margin-bottom: 30px;
    }
    #lp .img-contain {
        height: auto;
    }
    #lp .item-info {
        margin: 2% 0 2%;
        height: 68px;
    }
    #lp .item-title {
        font-weight: 600;
        margin: 0 0 2%;
    }
    #lp .item-subtitle {
        font-size: 1.1em;
    }
    #lp .shoppable-tag {
        width: 80%;
    }
}
@media(max-width: 1200px) {
    #lp .socials {
        display: none;
    }
}
