/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

.gv-search-box {width:65%!important;padding:0!important;}
.gv-search-box-submit {padding-top:23px!important;}
#gform_1 input { 

border: 1px solid #888!important;
 }




#gform_1 input.small {width:100px!important;}
#gform_1 input.medium {width:250px!important;}
#gform_1 input[type=number] {width:80px!important;}


form.post-password-form {width:550px;}


#gform_1 input[type=text],
#gform_1 input[type=number],
#gform_1 input[type=textarea],
#gform_1 input[type=email]{
background-color:white!important;
}


#gform_1 .gfield_required  {display:none!important;}


#gform_1 {
background:#f8f8f8;
border: 1px solid #ccc!important; 
padding:55px;
}






/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}