@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:300,500,600,700,900,400);
@import url(http://fonts.googleapis.com/css?family=Cabin:400,400italic,500,500italic,600,600italic,700,700italic);

section.contact{
padding:20px 0 0 0 ;
box-sizing: border-box;
}


 p.text-intro {
 font-size:18px;
font-family:Raleway,sans sherif;
line-height:30.8px;
color:#fff;
text-transform:capitalize;
font-weight:600;
margin-bottom:40px;
text-align:center;
}

#contact-form-globbersthemes { 
overflow: visible; 
width: 100%; 
background:transparent;
}

#f-contact {
display:none;
}

 form#contactform.container > input#form-name,
 form#contactform.container > input#form-name,
 form#contactform.container > input#form-email{
font-size:12px !important;
border:solid 1px #555555 !important;
border-radius:0 !important; 
height:40px !important;
color:#fff !important;
margin-bottom:10px;
/* padding-left:8px; */
background-color:transparent !important; 
width:100% !important;
box-sizing: border-box;
text-transform:capitalize !important;
}

section.contact > div.input-holder > input#form-captcha{
/* font-size:12px !important;
border:solid 1px #555555 !important;
border-radius:0 !important; 
height:40px !important;
width:40px; */
}

section.contact > input#form-message {
background:transparent;
font-size:15px !important;
border:solid 1px #555555 !important;
border-radius:0 !important; 
color:#fff !important;
min-height:160px !important;
}


section.contact h5.text-label {
font-size:15px;
font-family:Raleway,sans sherif;
line-height:25px;
color:#fff;
text-transform:uppercase;
letter-spacing:1px;
font-weight:600;
width:90% ;
}

section.contact h5.text-label-captcha {
float:left;
font-size:15px;
font-family:Raleway,sans sherif;
line-height:30.8px;
color:#fff;
text-transform:uppercase;
letter-spacing:1px;
font-weight:600;
width:30%;
margin-top:15px; 
}

section.contact > div.input-holder > input#form-captcha {
 float:left;
 background:transparent;
font-size:15px !important;
border:solid 1px #555555 !important;
border-radius:0 !important; 
color:#fff !important;
height:15px !important;
width:75px !important;
margin-top:15px; 
 }

 div#form-button  {
 float:right;
display:block;
margin-top:15px;
width:45px;
height:25px;
background-color: #fff;
cursor:pointer;
padding:9px;
}

section.contact div#form-button h5  {
line-height:15px;
color:#000;
text-transform:uppercase;
letter-spacing:1px;
font-weight:600;
text-align:center !important
}

#f-contact {
text-indent:-5000px;
}


@media only screen and (max-width: 767px){
div#contact-form-globbersthemes div#form-button  {
margin-left:0px!important ;
}

div#contact-form-globbersthemes input#form-message {
width:91% !important;

}

}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
div#contact-form-globbersthemes input#form-name,
div#contact-form-globbersthemes input#form-email{
width:88% !important;
}

}



