/*
Theme Name: 9Kolor
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
		.add_contact:before{
			background: url(images/address.svg) left 0px no-repeat;
			width: 29px;
			height: 30px;
			left: -35px;
			content: '';
			display: inline-block;
			background-size: 26px;
			position: absolute;
		}
		.tel_contact:before{
			background: url(images/phone.svg) left 0px no-repeat;
			width: 29px;
			height: 30px;
			left: -35px;
			content: '';
			display: inline-block;
			background-size: 21px;
			position: absolute;
		}
		.email_contact:before{
			background: url(images/email-f.svg) left 0px no-repeat;
			width: 29px;
			height: 30px;
			left: -35px;
			content: '';
			display: inline-block;
			background-size: 21px;
			position: absolute;
		}

.contact-form .wpcf7-form-control-wrap input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        line-height: 38px;
    padding: 0 14px 0px 38px;
    width: 100%;
    color: #333;
    height: 38px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 400;
}

.contact-form  textarea{
    line-height: 38px;
    padding: 0 14px 0px 38px;
    width: 100%;
    color: #333;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 400;
}
.contact-form .btn-submit {
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    padding: 10px 16px;
    color: #fff !important;
    width: 100%;
    -webkit-appearance: none;
    cursor: pointer;
    margin: auto;
    text-transform: uppercase;
    border: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #0e5ca7;
    display: block;
    text-align: center;
    height: auto;
    max-width: 160px;
    position: relative;
    margin: 20px auto 20px;
    outline: none;
}
.contact-form .btn-submit:hover {
	background: #d28441;
}
.contact-form .wpcf7-form-control-wrap:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 18px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    z-index: 0;
}

.contact-form .fullname:before {
    background-image: url(images/ico-contactname.svg);
    width: 13px;
    height: 19px;
	left: 15px;
    top: 9px;
}

.contact-form .email:before {
    background-image: url(images/email.svg);
	width: 20px;
    height: 21px;
    left: 13px;
    top: 9px;
    background-size: contain;
}

.contact-form .phone:before {
	background-image: url(images/mobile-phone.svg);
	left: 15px;
	top: 6px;
    width: 17px;
    height: 24px
}

.contact-form .noidung:before {
	background-image: url(images/content-f.svg);
    width: 24px;
    height: 22px;
    left: 15px;
    top: 8px;
    background-size: 22px;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}