﻿.TestimoniesModalHeader {
    height:55px;
}

.TestimoniesModalPhoto {
    max-width:200px;
    max-height:174px;
}

.TestemoniesModal {
    margin-left:30px;
    margin-right:30px;
}

.TestimoniesNameFont{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size:14px;
    color: #3E4649;
    text-align:left;
}

.TestimoniesCompanyFont{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size:12px;
    color: #3E4649;
    text-align:left;
}

.TestimoniesLinkFont{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size:12px;
    color: #45A5D1;
}

.polaroidDiv{
    background-color:#FFFFFF;
    border:1px solid #eaeaea;
    height:300px;
    width:202px;
    margin-bottom:20px;
    display:inline-block;
}

.TestimoniesName{
    padding-top:8px;
    padding-left:10px;
    
}

.TestimoniesLerLink{
    /*float:right;
    margin-right: 8px;*/
    bottom: 25px;
    position: absolute;
    /*right: 105px;*/
}

.TestimoniesLerIcon{
    padding-left:6px;
}

.TestimoniesCompany{
    padding-left:10px;
    margin-bottom: 16px;
}

.TestimoniesRow{
    margin-bottom:20px;
}

.TestimoniesModalNameFont{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size:18px;
    color: #3E4649;
    text-align:left;
}

.TestimoniesModalProjectNameFont{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size:14px;
    color: #3E4649;
    text-align:left;
}

.TestimoniesModalTitleFont{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size:16px;
    color: #3E4649;
    text-align:left;
}

.TestimoniesModalBodyTextFont{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size:14px;
    color: #191919;
    text-align:left;
}

.TestimoniesModalFooterFont{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size:12px;
    color: #3E4649;
}


.ModalDivider{
    margin-top:18px;
    margin-bottom:0px;
    margin-left: 0px;
    width:40px;
    border-top-color: #D00F3B;
    
}

@media (max-width: 768px) {
    .TestimoniesModalTitle {
        text-align:center;
    }

    .TestimoniesModalNameFont {
        text-align:center;
    }

    .TestimoniesModalTitleFont {
        text-align: center;
        margin-top:14px;
    }

    .ModalDivider {
        display: inline-block;
    }

    .shareButtons {
        display:inline-block;
    }
}