/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.1
Author: Chris Barnes
Author URI: http://cbarn.es
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

.post-container {
   
    overflow: auto
}
.post-thumb {
    float: left
    
}
.post-thumb img {
display: block;
padding-left:20px;
padding-right:20px;
padding-top:20px;
padding-bottom:60px;

}
.post-content {

}
.post-title {
    font-weight: bold;
    font-size: 16px;
    line-height:1.2;
}


/* Brochure Image Styling Start  */

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);

  }

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  background: rgba(0,0,0,0.6);
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  padding: 10px;
}

.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 50px 0 0;
  padding: 7px 14px;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
 
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.hovereffect:hover a.info {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

/* Brochure Image Styling Finish  */

.bluesubheading 
{
  color:#004785;
  font-size: 18px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
 }

body #gform_wrapper_6 .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email], 
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel], 
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url], 
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number] 
{
height:30px;
padding-left: 5px;
padding-right: 5px;
position: relative;
left: 0;
outline: none;
border: 1px solid #5980C0;
font-size: 14px !important;
width:80%;
}

body #gform_wrapper_6 .top_label .gfield_label 

{
color: #505051;
font-family: sans-serif;
font-size:12px;
}

body #gform_wrapper_6 .gform_body .gform_page_footer .gform_button 
{
border: 2px solid #02486A;
background-color: #02415F;
color:#fff;
height:40px;
width:80px;
}

body #gform_wrapper_6 .gform_body .gform_page_footer .gform_next_button 
{
border: 2px solid #02486A;
background-color: #02415F;
color:#fff;
height:40px;
width:80px;
}

body #gform_wrapper_6 .gform_body .gform_page_footer .gform_previous_button 
{
border: 2px solid #02486A;
background-color: #02415F;
color:#fff;
height:40px;
width:80px;
}

.footer_box_custom
{
font-family: 'HelveticaNeueLT Pro 75 Bold';
font-size: 16px;
margin: 0 0 5px 0;
}

body #gform_wrapper_5 .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email], 
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel], 
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url], 
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number] 
{
height:30px;
padding-left: 5px;
padding-right: 5px;
position: relative;
left: 0;
outline: none;
border: 1px solid #5980C0;
font-size: 14px !important;
width:80%;
}

body #gform_wrapper_5 .top_label .gfield_label 

{
color: #505051;
font-family: sans-serif;
font-size:12px;
}

body #gform_wrapper_5 .gform_body .gform_page_footer .gform_button 
{
border: 2px solid #02486A;
background-color: #02415F;
color:#fff;
height:40px;
width:80px;
}

body #gform_wrapper_5 .gform_body .gform_page_footer .gform_next_button 
{
border: 2px solid #02486A;
background-color: #02415F;
color:#fff;
height:40px;
width:80px;
}

body #gform_wrapper_5 .gform_body .gform_page_footer .gform_previous_button 
{
border: 2px solid #02486A;
background-color: #02415F;
color:#fff;
height:40px;
width:80px;
}



/*Submit button gravity forms */
body #gform_wrapper_4 .gform_footer input[type=submit] { float:left; height: 60px; width: 35% !important; min-width: 500px; clear: both; border: none !important; margin-left: 12px; background: #000000; color: #ffffff; }

body #gform_wrapper_4 .top_label .gfield_label 
{
color: #505051;
font-family: 'HelveticaNeueLT Pro 55 Roman';
font-size:16px;
font-weight: initial;
}

body #gform_wrapper_4 .gfield_checkbox li label 
{
    margin: 0;
    padding-left: 3px;
}

body #gform_wrapper_4 h1, .gform_wrapper h2, .gform_wrapper h3 
{
    font-weight: 400;
    border: none;
    background: 0 0;
    font-size: 16px !Important;
    color:#2B2E34 !important;    
    font-weight: bold !Important;
}

body #gform_wrapper_4 .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email], 
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel], 
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url], 
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number] 
{
height:30px;
padding-left: 5px;
padding-right: 5px;
position: relative;
left: 0;
outline: none;
border: 1px solid #5980C0;
font-size: 14px !important;
width:80%;
}

body #gform_wrapper_4 .gform_body .gform_page_footer .gform_button 
{
border: 2px solid #02486A;
background-color: #02415F;
color:#fff;
height:40px;
width:80px;
}


body #gform_wrapper_4 .gform_body .gform_page_footer .gform_next_button 
{
border: 2px solid #02486A;
background-color: #02415F;
color:#fff;
height:40px;
width:80px;
}

body #gform_wrapper_4 .gform_body .gform_page_footer .gform_previous_button 
{
border: 2px solid #02486A;
background-color: #02415F;
color:#fff;
height:40px;
width:80px;
}

body #gform_wrapper_4 li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    margin-bottom: 6px !important;
    background-color: rgba(226,231,244,.25);
    border-top: 1px !important;
    border-bottom: 1px !important;
    padding-bottom: 6px;
    padding-top: 8px;
    box-sizing: border-box;
}

body #gform_wrapper_4 .validation_message 
{
color: #B30039;
font-size:16px;
letter-spacing: normal;
}

body #gform_wrapper_4 .gform_body .gform_fields .gfield .address_country 
{
border: 1px solid red;
height:50px;
}
body #gform_wrapper_4 form 
{
border-radius: 0px 25px 0px 25px;
border: 2px solid #4471b8;
padding-left:20px;
padding-right:20px;
padding-top:20px;
padding-bottom:20px;
background-color: #E2E7F4;
border-bottom-width: 0.5px;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-right-width: 0.5px;
}

body #gform_wrapper_4 li.gfield ul.gfield_radio li input[type="radio"] + input[type="text"]
{
 width: 50px;
}
#gform_wrapper_4 .instruction {
display: none !important;
}
body #gform_wrapper_4 .description,  .gfield_description, .gsection_description 
{
color: #505051;
font-family: 'HelveticaNeueLT Pro 55 Roman';
font-size:16px;
font-weight: initial;
}

body #gform_wrapper_4 .gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction 
{
color: #505051;
font-family: 'HelveticaNeueLT Pro 55 Roman';
font-size:16px;
font-weight: initial;
}


body #gform_wrapper_2 .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
border: 2px solid #02486A;
background-color: #02415F;
color:#fff;
height:40px;
}

.wpsm-thead-blue th {
    background-color: #004795;
    color: #fff;
    border-color: rgb(226, 226, 226);
    font-size: 12px;
}
.wpsm-comptable td {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-width: 0px 1px 1px 0px;
    color: #111;
    min-width: 130px;
    vertical-align: middle;
    position: relative;
    font-size: 12px;}

.wpsm-comptable-wrap {
    margin: 0px 0; }

.wpsm-comptable th.st-head-row {
    background-color: #004795;
    color: black;
    border-left-width: 1px;
    font-weight: 400;
    position: relative;
}
.wpsm-comptable td:hover, .wpsm-comptable td.betterhover, .wpsm-comptable tr:hover td {
    background-color: #ffffff;
}

.wpsm-comptable td img {
    max-width: 250px;
    max-height: 250px;
    padding: 10px; 
}


body #gform_wrapper_8 .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email], 
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel], 
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url], 
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number] 
{
height:30px;
padding-left: 5px;
padding-right: 5px;
position: relative;
left: 0;
outline: none;
border: 1px solid #5980C0;
font-size: 14px !important;
width:80%;
}

body #gform_wrapper_8 .top_label .gfield_label 

{
color: #505051;
font-family: sans-serif;
font-size:12px;
}

body #gform_wrapper_8 .gform_body .gform_page_footer .gform_button 
{
border: 2px solid #02486A;
background-color: #02415F;
color:#fff;
height:40px;
width:80px;
}

body #gform_wrapper_8 .gform_body .gform_page_footer .gform_next_button 
{
border: 2px solid #02486A;
background-color: #02415F;
color:#fff;
height:40px;
width:80px;
}

body #gform_wrapper_8 .gform_body .gform_page_footer .gform_previous_button 
{
border: 2px solid #02486A;
background-color: #02415F;
color:#fff;
height:40px;
width:80px;
}

.btn_Performance {
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: Arial;
  color: #FFF!important;
  font-size: 11px;
  background: #960034;
  padding: 12px 16px 12px 16px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition-duration: .2s;
  text-align: center;
}

.btn_Performance:hover {
  background: #000;
  text-decoration: none;
  color: #FFF;
}


.post-thumb_Performance {
    float: left
    
}

.post-thumb_Performance img 
{
display: block;
padding-left:20px;
padding-right:20px;
padding-top:20px;
padding-bottom:0px;
}

.post-thumb_div
{
text-align: center;
width:90%;
padding-bottom:20px;
}

.post-thumb_div2
{
text-align: center;
width:85%;
padding-bottom:20px;
}

.product_feed_wrap_RABO 
{
    border-top: 1px solid #960034;
    background: #f4f4f4;
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
}

.product_feed_wrap_RABO .red_btn
{
text-transform:uppercase;display:inline-block;margin:10px auto;background:#960034;color:#fff;font-size:11px;font-weight:700;letter-spacing:1px;padding:12px 17px;text-decoration:none;-moz-transition-duration:.2s;-ms-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s;-webkit-transition-duration:.2s
}

body #gform_wrapper_14 .gform_footer input[type=submit] { float:left; height: 60px; width: 35% !important; min-width: 500px; clear: both; border: none !important; margin-left: 12px; background: #000000; color: #ffffff; }

body #gform_wrapper_14 .top_label .gfield_label 
{
color: #505051;
font-family: 'HelveticaNeueLT Pro 55 Roman';
font-size:16px;
font-weight: initial;
}

body #gform_wrapper_14 .gfield_checkbox li label 
{
    margin: 0;
    padding-left: 3px;
}

body #gform_wrapper_14 h1, .gform_wrapper h2, .gform_wrapper h3 
{
    font-weight: 400;
    border: none;
    background: 0 0;
    font-size: 16px !Important;
    color:#2B2E34 !important;    
    font-weight: bold !Important;
}

body #gform_wrapper_14 .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email], 
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel], 
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url], 
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number] 
{
height:30px;
padding-left: 5px;
padding-right: 5px;
position: relative;
left: 0;
outline: none;
border: 1px solid #5980C0;
font-size: 14px !important;
width:80%;
}

body #gform_wrapper_14 .gform_body .gform_page_footer .gform_button 
{
border: 2px solid #02486A;
background-color: #02415F;
color:#fff;
height:40px;
width:80px;
}

body #gform_wrapper_14 .gform_body .gform_page_footer .gform_next_button 
{
border: 2px solid #02486A;
background-color: #02415F;
color:#fff;
height:40px;
width:80px;
}

body #gform_wrapper_14 .gform_body .gform_page_footer .gform_previous_button 
{
border: 2px solid #02486A;
background-color: #02415F;
color:#fff;
height:40px;
width:80px;
}

body #gform_wrapper_14 .gform_footer input[type=submit] {
border: 2px solid #02486A;
background-color: #02415F;
color:#fff;
height:40px;
width:50px;
min-width: 50px !important;
margin-left: 10px !important;
}


body #gform_wrapper_14 li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    margin-bottom: 6px !important;
    background-color: rgba(226,231,244,.25);
    border-top: 1px !important;
    border-bottom: 1px !important;
    padding-bottom: 6px;
    padding-top: 8px;
    box-sizing: border-box;
}

body #gform_wrapper_14 .validation_message 
{
color: #B30039;
font-size:16px;
letter-spacing: normal;
}

body #gform_wrapper_14 .gform_body .gform_fields .gfield .address_country 
{
border: 1px solid red;
height:50px;
}
body #gform_wrapper_14 form 
{
border-radius: 0px 25px 0px 25px;
border: 2px solid #4471b8;
padding-left:20px;
padding-right:20px;
padding-top:20px;
padding-bottom:70px;
background-color: #E2E7F4;
border-bottom-width: 0.5px;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-right-width: 0.5px;
}

body #gform_wrapper_14 li.gfield ul.gfield_radio li input[type="radio"] + input[type="text"]
{
 width: 50px;
}
#gform_wrapper_14 .instruction {
display: none !important;
}
body #gform_wrapper_14 .description,  .gfield_description, .gsection_description 
{
color: #505051;
font-family: 'HelveticaNeueLT Pro 55 Roman';
font-size:16px;
font-weight: initial;
}

body #gform_wrapper_14 .gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction 
{
color: #505051;
font-family: 'HelveticaNeueLT Pro 55 Roman';
font-size:16px;
font-weight: initial;
}

  

.post-thumb-performance2 img {
    
    
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 220px;
}

    


.wpsm-comptable th, .wpsm-comptable td {
    padding: 5px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
}

.team h4 {
    font-size: 11px !important;
}


body #gform_wrapper_19 .gform_footer input[type=submit] 
{ 

height: 35px; 
min-width: 20%; 
clear: both; 
border: none !important; 
margin-left: 3px; 
background: #004785; 
color: #fff; 

}

body #gform_wrapper_19 .top_label .gfield_label 
{
color: #505051;
font-family: 'HelveticaNeueLT Pro 55 Roman';
font-size:16px;
font-weight: initial;
}

body #gform_wrapper_19 .gfield_checkbox li label 
{
    margin: 0;
    padding-left: 3px;
}

body #gform_wrapper_19 h1, .gform_wrapper h2, .gform_wrapper h3 
{
    font-weight: 400;
    border: none;
    background: 0 0;
    font-size: 16px !Important;
    color:#2B2E34 !important;    
    font-weight: bold !Important;
}

body #gform_wrapper_19 .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper_11 .gform_body .gform_fields .gfield input[type=email], 
body .gform_wrapper_11 .gform_body .gform_fields .gfield input[type=tel], 
body .gform_wrapper_11 .gform_body .gform_fields .gfield input[type=url], 
body .gform_wrapper_11 .gform_body .gform_fields .gfield input[type=number] 
{
height:30px;
padding-left: 5px;
padding-right: 5px;
position: relative;
left: 0;
outline: none;
border: 1px solid #5980C0;
font-size: 14px !important;
width:80%;
}

body #gform_wrapper_19 .gform_body .gform_page_footer .gform_button 
{
border: 2px solid #02486A;
background-color: #02415F;
color:#fff;
height:40px;
width:80px;
}

body #gform_wrapper_19 .gform_body .gform_page_footer .gform_next_button 
{
border: 2px solid #02486A;
background-color: #02415F;
color:#fff;
height:40px;
width:80px;
}

body #gform_wrapper_19 .gform_body .gform_page_footer .gform_previous_button 
{
border: 2px solid #02486A;
background-color: #02415F;
color:#fff;
height:40px;
width:80px;
}

body #gform_wrapper_19 li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    margin-bottom: 6px !important;
    background-color: rgba(226,231,244,.25);
    border-top: 1px !important;
    border-bottom: 1px !important;
    padding-bottom: 6px;
    padding-top: 8px;
    box-sizing: border-box;
}

body #gform_wrapper_19 .validation_message 
{
color: #B30039;
font-size:16px;
letter-spacing: normal;
}

body #gform_wrapper_19 .gform_body .gform_fields .gfield .address_country 
{
border: 1px solid red;
height:50px;
}
body #gform_wrapper_19 form 
{
border-radius: 0px 25px 0px 25px;
border: 2px solid #4471b8;
padding-left:20px;
padding-right:20px;
padding-top:20px;
padding-bottom:20px;
background-color: #E2E7F4;
border-bottom-width: 0.5px;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-right-width: 0.5px;
}

body #gform_wrapper_19 li.gfield ul.gfield_radio li input[type="radio"] + input[type="text"]
{
 width: 50px;
}
#gform_wrapper_19 .instruction {
display: none !important;
}
body #gform_wrapper_19 .description,  .gfield_description, .gsection_description 
{
color: #505051;
font-family: 'HelveticaNeueLT Pro 55 Roman';
font-size:16px;
font-weight: initial;
}

body #gform_wrapper_19 .gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction 
{
color: #505051;
font-family: 'HelveticaNeueLT Pro 55 Roman';
font-size:16px;
font-weight: initial;
}

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.btn-sample { 
  color: #00047; 
  background-color: #000478; 
  border-color: #130269; 
} 
 
.btn-sample:hover, 
.btn-sample:focus, 
.btn-sample:active, 
.btn-sample.active, 
.open .dropdown-toggle.btn-sample { 
  color: #FFFFFF; 
  background-color: #000478; 
  border-color: #130269; 
} 
 
.btn-sample:active, 
.btn-sample.active, 
.open .dropdown-toggle.btn-sample { 
  background-image: none; 
} 
 
.btn-sample.disabled, 
.btn-sample[disabled], 
fieldset[disabled] .btn-sample, 
.btn-sample.disabled:hover, 
.btn-sample[disabled]:hover, 
fieldset[disabled] .btn-sample:hover, 
.btn-sample.disabled:focus, 
.btn-sample[disabled]:focus, 
fieldset[disabled] .btn-sample:focus, 
.btn-sample.disabled:active, 
.btn-sample[disabled]:active, 
fieldset[disabled] .btn-sample:active, 
.btn-sample.disabled.active, 
.btn-sample[disabled].active, 
fieldset[disabled] .btn-sample.active { 
  background-color: #000478; 
  border-color: #130269; 
} 
 
.btn-sample .badge { 
  color: #000478; 
  background-color: #FFFFFF; 
}


.btn .btn-primary {
    color: #fff !Important;
    background-color: #fff !Important;
    border-color: #fff !Important;
}

#gform_wrapper_19 textarea.small {
    height: 80px;
    width: 80%;
    outline: none;
    border: 1px solid #5980C0;
}

#gform_wrapper_19  .top_label input.small, .gform_wrapper .top_label select.small {
    width: 25%;
    border: 1px solid #5980C0;
    height: 30px
}

#gform_wrapper_19  .gfield_time_hour input[type=number]
{
    width: calc(4rem + 8px)!important;

}

#gform_wrapper_19 .gfield_time_minute input[type=number] 
{
   width: calc(4rem + 8px)!important;
}

body #gform_wrapper_28 .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email], 
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel], 
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url], 
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number] 
{
height:30px;
padding-left: 5px;
padding-right: 5px;
position: relative;
left: 0;
outline: none;
border: 1px solid #5980C0;
font-size: 14px !important;
width:80%;
}
body #gform_wrapper_29 .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email], 
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel], 
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url], 
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number] 
{
height:30px;
padding-left: 5px;
padding-right: 5px;
position: relative;
left: 0;
outline: none;
border: 1px solid #5980C0;
font-size: 14px !important;
width:80%;
}