#testimonials-overlay{
    max-width: 746px;
    margin: 40px 20px;
    padding: 15px 20px 20px 20px;
    background: #fff;
    border-top: 4px solid #ededed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 12px rgba(0,0,0,0.5);
}
.testimonials-overlay-open{
	position: relative;
	display: block;
	margin: 35px auto;
    padding: 15px 25px;

    text-align: center;
    font-weight: 600;
    color: #fff;
    background: #CC184B;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}
.testimonials-overlay-close{
    position: relative;
    float: right;
    top: 0px;
    right: 0px;
    margin: 0px 0px 20px;
    padding: 0;
    height: 25px;
    width: 25px;
    font-size: 13px;
    font-weight: 600;
    color: #949494;
    background: none;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: none;
    cursor: pointer;
    opacity: 0.5;
}
.testimonials-overlay-open:hover,
.testimonials-overlay-close:hover{
    opacity: 0.85;   
}

#testimonials-overlay h2{
    float: left;
    margin: 5px 0 10px 0;
    color: #1a3758;
    font-size: 20px;  
    font-weight: 700;
    line-height: 1.4;
}
#testimonials-overlay p{
    float: left;
    width: 100%;
    margin: 0 0 8px 0;
    color: #2a2a2a;
    font-size: 14px;
    line-height: 1.8;
}

@media screen and (max-width: 746px) {
    #testimonials-overlay{ margin: 0; padding: 15px 15px 20px 15px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-box-shadow: none; -moz-box-shadow: none); box-shadow: none; }
}