﻿ 

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.logo-text{
    padding:0 0 0 10px;
    font-size:1.3em;
    font-weight:800;
    color:#ffd800;
    text-shadow:2px 2px 2px #535353;
}

/* Team Css
*************************/
.our-team-holder .section-heading {
    text-align: center;
}
.heading-trop {
    margin: 0 0 15px;
    display: block;
}
.heading-sec h3 {
    margin: 0;
    font-size: 30px;
    color: #382817;
    padding: 40px 0 0 0;
    position: relative;
    text-transform: capitalize;
}
.heading-sec p {
    margin: 0;
    font-size: 13px;
    color: #767676;
}
.heading-sec h3 + p {
    margin-top: 30px;
}
.heading-sec h3 a{
    color: #ffc000;
    text-decoration: none;
}
.employee-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.employee-img img {
    width: 100%;
}
.team-social {
    position: absolute;
    left: 0;
    padding: 10px 0;
    bottom: 0;
    width: 100%;
    width: 100%;
    text-align: center;
    background: rgba(255, 192, 0, 0.8);
    opacity: 0;
}
.team-sec:hover .team-social {
    opacity: 1;
}
.team-sec:hover .employee-info-holder {
    background: #fff;
}
.team-sec:hover .contact-btn {
    background: #ffc000;
    color: #382817;
    text-decoration: none;
}
.our-team-holder .social-icon{
    float: none;
    width: auto;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
}
.our-team-holder .social-icon li a{
    height: auto;
}
#contact_results {
    margin: 0 0 30px;
}
.employee-info-holder {
    background: #f9f9f9;
    padding: 30px 15px;
    margin: 0 0 5px;
    text-align: center;
}
.employee-name {
    display: block;
    color: #080b1a;
}
.employee-info {
    display: block;
    font-size: 14px;
    color: #ffc000;
    text-transform: uppercase;
}
.employee-info-holder p {
    color: #666;
    margin: 0 0 30px;
}
.contact-btn {
    color: #666;
    text-align: center;
    background: #fff;
    display: inline-block;
    padding: 10px ;
}
.contact-btn i {
    font-size: 17px;
    margin: 1px 10px 0 0;
}