/*
Theme Name: zetheme
Description: This is a child theme for https://webtocdocao.com Theme
Author: UX Themes webtocdocao.com
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.Form-contact label {
    background: #e1e1e1;
    border-radius: 3px;
}
.Form-contact label span {
    width: calc(100% - 40px);
    float: right;
    font-size: 13px;
    line-height: 13px;
}
.Form-contact label i {
    float: left;
    width: 40px;
    padding: 10px 10px;
    color: #000;
    font-size: 13px;
}
.formlienhe{
		padding: 4px 10px;
    border-radius: 3px;
    background: #095252;
    color: #f3f4f5;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.formlienhe a{
		color: #f3f4f5;
		font-size:13px;
				
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
