﻿/*
* Copyright 2015 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.file-attachments {
    margin-bottom: 60px;
    clear: both;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 60px;
}
.attachments-content {
background-color: #fff;
-webkit-box-shadow: 0 1px 5px -1px rgba(0, 0, 0, .13);
box-shadow: 0 1px 5px -1px rgba(0, 0, 0, .13);
transition: all 300ms linear;
border-radius: 10px;
padding: 10px;
}
.file-attachments ul li {
    position: relative;
    text-decoration: none;
    padding: 10px;
    padding-left: 40px !important;
}
.file-attachments ul li:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f019";
    font-size: 20px;
    position: absolute;
    top: 3px;
    left: 13px;
    color: #b51f29;
    line-height: 27px;
    transition: all 300ms linear;
}
.file-attachments .title {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: normal;
    color: #000;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}
    .file-attachments .title strong {
        font-weight: 900;
    }
.file-attachments .name {
    font-size: 13px;
}
.file-attachments ul li {
    padding: 3px;
    overflow: hidden;
    margin: 0 0 3px;
}
.file-attachments ul li a.attachmentLinkImg {
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    max-height: 27px;
    text-align: center;
    margin: 0 5px 0 0;
}
.file-attachments ul li a.attachmentLink img {
    max-width: 100%;
    max-height: 100%;
}
.file-attachments ul li a.attachmentLink {
     display: inline-block;
     vertical-align: middle;
     font-weight: 500;
     letter-spacing: 0.5px;
     color: #333;
     font-size: 13px;
}
.file-attachments ul li a.attachmentLink:hover {
    text-decoration: underline;
}