/* ================================================================================	
Theme Name: xLander Theme Child
Theme URI: http://themeforest.net/user/whoathemes/
Description: Designed by <a href="http://themeforest.net/user/whoathemes/">Whoathemes</a>.
Version: 1.0
Author: <a href="http://themeforest.net/user/whoathemes">WhoaThemes</a>
Author URI: http://themeforest.net/user/whoathemes/
Template: xlander
================================================================================ */

/*CUSTOM STYLES*/
@import url("../xlander/style.css");

#wt_home_content h3 {
    line-height: 44px;
}

.navbar-brand {
    padding: 0 15px;
}

#home-style3 {
    display: none;
}

#wt_home_content h2 {
    font-size: 34px;
    line-height: 56px;
}

#wt_home_content h3 {
    text-transform: none;
}

.wpcf7-form .wpcf7-form-control {
    /*color: #555;
    height: 50px;
    font-size: 14px;
    background-color: rgba(30, 30, 30, 0.3);
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #666;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 14px 12px;
    border-radius: 0px;
    margin-bottom: 20px !important;*/
    background-color: #f0f0f0;
	border-color: #ffc400; 
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px #ffc400, 0 0 3px #ffc400;
	box-shadow: inset 0 1px 1px #ffc400, 0 0 3px #ffc400;
}

.wpcf7-form input[type="submit"] {
    border: 0;
    color: #333 !important;
    background-color: #ffc400;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    margin-top: 20px;
    text-transform: uppercase;
}

.mc4wp-form input[type="submit"]:hover, .wpcf7-form input[type="submit"]:hover {
    color: #fff !important;
    background-color: #d9a701;
    border: 0;
}

#wt_header {
    background: #1F1A17;
    background-color: #1F1A17;
    border-top: 2px solid #eead0c;
}