/*Social Media and Translate Section*/
.socialMediaTranslateSearch{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 0px;
    margin-top: 15px;
    margin-right: 15px;
    font-size:0px;
    line-height:0px;
    text-align:right;
    z-index:4;
}
@media screen and (max-width:1024px){
    .socialMediaTranslateSearch{
        margin-top:10px;
        margin-right:10px;
    }
}
.socialMediaTranslateSearch .socialMedia{
    display:inline-block;
    margin-bottom:6px;
}
.socialMediaTranslateSearch .socialMedial-follow-us{
    font-size: 22px;
    color: white;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
    margin-right:20px;
}
@media screen and (max-width:1024px){
    .socialMediaTranslateSearch .socialMedial-follow-us{
        margin-right:10px;
    }
}
@media screen and (max-width:590px){
    .socialMediaTranslateSearch .socialMedial-follow-us{
        display:none;
    }
}
/*Translate*/
@media screen and (max-width:1180px){
    .socialMediaTranslateSearch .socialMedial-follow-us:has(font) {
        display:none;
    }
}
.socialMediaTranslateSearch .iconLinkList{
    display:inline-block;
    vertical-align:middle;
}
.socialMediaTranslateSearch .iconLinkList__item{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 200px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 0px;
    margin-right:25px
}
@media screen and (max-width:1024px){
    .socialMediaTranslateSearch .iconLinkList__item{
        margin-right:10px;
    }
}
@media screen and (max-width:475px){
    .socialMediaTranslateSearch .iconLinkList__item{
        margin-right: 10px;
        width: 30px;
        height: 30px;
    }
    .socialMediaTranslateSearch .iconLinkList__item:last-of-type{
        margin-right:0px;
    }
}
@media screen and (max-width:280px){
    .socialMediaTranslateSearch .iconLinkList__item{
        margin-right: 5px;
    }
}
@media screen and (max-width:800px){
    .socialMediaTranslateSearch .iconLinkList__item:nth-of-type(8){
        display:none;
    }
}
@media screen and (max-width:748px){
    .socialMediaTranslateSearch .iconLinkList__item:nth-of-type(7){
        display:none;
    }
}
@media screen and (max-width:690px){
    .socialMediaTranslateSearch .iconLinkList__item:nth-of-type(6){
        display:none;
    }
}
@media screen and (max-width:640px){
    .socialMediaTranslateSearch .iconLinkList__item:nth-of-type(5){
        display:none;
    }
}
@media screen and (max-width:260px){
    .socialMediaTranslateSearch .iconLinkList__item:nth-of-type(4){
        display:none;
    }
}
@media screen and (max-width: 225px) {
    .socialMediaTranslateSearch .iconLinkList__item:nth-of-type(3){
        display: none;
    }
}
@media screen and (max-width: 190px) {
    .socialMediaTranslateSearch .iconLinkList__item:nth-of-type(2){
        display: none;
    }
}
@media screen and (max-width: 160px) {
    .socialMediaTranslateSearch .iconLinkList__item:nth-of-type(1){
        display: none;
    }
}
/*Specific Social Media URL image Overrides*/
.socialMediaTranslateSearch .iconLinkList__item[href="https://www.instagram.com/filmjax/"] {
    background-image: url('/content/images/Instagram.png') !important;
}
.socialMediaTranslateSearch .iconLinkList__item[href="https://www.facebook.com/jacksonvillefilmandtelevision/"] {
    background-image: url('/content/images/facebook.png') !important;
}
.socialMediaTranslateSearch .iconLinkList__item[href="https://twitter.com/filmjax1"] {
    background-image: url('/content/images/X.png') !important;
}
.socialMediaTranslateSearch .iconLinkList__item[href="https://www.youtube.com/@FilmJAX"] {
    background-image: url('/content/images/YouTube.png') !important;
}