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

/*************** ADD CUSTOM CSS HERE.   ***************/
.wpcf7 input {
	background: #ebebeb !important;
    height: 60px !important;
    border-radius: 10px !important;
	box-shadow: none !important;
}
input.referer-page { 
	display:none; 
}
.wpcf7 .wpcf7-submit {
	    background: #215c39 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    border-radius: 50px !important;
    padding: 5px 80px !important;
    font-size: 25px !important;
    margin: auto !important;
    display: block !important;
    height: auto !important;
}
/*-- chia cột Form --*/
#info-left {
    width: 49%;
    float: left;
    margin-right:2%;
}
#info-right {
    width: 49%;
    float: right;
}
.form-contact-twocol:after {
    content:"\0020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    margin-bottom:10px;
}
.form-contact-twocol {
    display:block;
}

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


}