/*contact-info*/

.sppb-media i { color: #9f9f9f !important; }

.sppb-media:hover i{
    color: #e6c367 !important;
}

/*end of contact-info*/

@media only screen and (max-width: 991px){
.padding-res { padding: 30px 0 !important; }}


.contact-info-bottom{ border-bottom: 2px solid #e6c367; }


.sppb-addon-feature .sppb-media {
    overflow: visible;
}

/*google-map*/

input.button {
    color: #18191e;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1;
    text-transform: uppercase;
    background: transparent;
    box-shadow: none;
    border: 1px solid #18191e;
    padding: 5px 10px;
    transition: 0.5s;
}

input.button:hover, input.button:focus {
    background: #18191e;
    border: 1px solid #18191e;
    color: #e6c367;
}

/*end of google-map*/

/*feedback-form*/

.feedback-form label {
    color: #9f9f9f;
}

.feedback-form button#bfSubmitButton {
    background: transparent;
    border: 2px solid #e7c367 !important;
    border-radius: 0px !important;
    color: #e7c367 !important;
    letter-spacing: 1px;
    transition: 0.5s;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 12px !important;
    padding: 10px 20px !important;
}

.feedback-form button#bfSubmitButton:hover, .feedback-form button#bfSubmitButton:focus{
    background: #e7c367 !important;
  	color: #18191e !important;
  	box-shadow:none;
}

.sppb-addon.sppb-addon-module.feedback-form p {
    color: #9f9f9f !important;
    text-align: left !important;
}

/*end of feedback-form*/