/*
 Theme Name:   wonderbuild
 Template:     Divi
*/


@import url("../Divi/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */
.et_password_protected_form {
  margin: 10% 25% !important;
}
.et_password_protected_form .et_submit_button {
        color: #666 !important;  
        font-size: 14px !important;
}




.header-content .et_pb_button_one {
  background-color:#2a568c;
}

.header-content .et_pb_button_two {
  background-color:#26245d;
}



@media only screen and (max-width: 980px) {
.header-content img {
  display:none;
}
}

@media only screen and (max-width: 750px) {
.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content {
  display:none !important;
}
#main-header {
    background-color: rgba(255,255,255,0.9) !important;
}
}



.et_pb_widget a {
    color: #eee;
    text-decoration: none;
}

.et_pb_widget a:hover {
    color: #ccc;
    text-decoration: none;
}

#main-footer {
    background: #27558e url(/wp-content/uploads/2016/06/mountains-flipped.png
) no-repeat;
    background-position: bottom 25px right;
}






/* gravity forms, contact */
ul#gform_fields_1{
	list-style: none;
	padding:0;
}

ul#gform_fields_1 label{
	display: none;
}

#gform_fields_1 input[type=text],
#gform_fields_1 input[type=email]{
	width: 100%;
	padding: 0;
	line-height: 44px;
	height: 44px;
	margin-bottom: 10px;
	background: #eee;
	border: 0;
	text-indent: 12px;
	font-size: 14px;
	font-family: "Arial";
}

#gform_fields_1 textarea{
	width: 100%;
	padding: 6px 12px;
	line-height: 1.5;
	background: #eee;
	border: 0;
	text-indent: 12px;
	font-size: 14px;
	height: 150px;
	font-family: "Arial";
}

#gform_submit_button_1{
	height: 56px;
	line-height: 52px;
	border: 2px solid #84151E;
	font-size: 18px;
	float: right;
	padding: 0 28px;
	border-radius: 3px;
	background: none;
}

#field_1_1{
	float: left;
	width: 48%;
}

#field_1_2{
	float: right;
	width: 48%;
}

#field_1_3{
	clear: both;
}




