/*  
Theme Name: BeyonDevices
Theme URI: http://www.beyondevices.pt/
Version: 1.0
Description: BeyonDevices Site
Author: Addapt
Author URI: http://www.addaptcreative.pt/
Template: bldr
*/

@import url("../bldr/style.css");

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    color: #666;
    border: 1px solid #CCC;
    border-radius: 3px;
    width: 100%;
}

.site-header {
    border-bottom: 3px solid #ffffff;
    width: 100%;
    z-index: 100;
    height: 5.5rem;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

textarea {
    padding-left: 3px;
    height: 60px;
}

#home-cta p {
    margin: 0px auto 20px;
    max-width: 800px;
    text-align: center;
}

@media handheld, only screen and (max-width: 867px) {
	.bldr-hero-content h2 {
		display: inline !important;
	}
}