/* To keep Gravity Forms double/triple Columns lining up side-by-side */

body .gform_wrapper form .gform_body ul,
body .gform_wrapper form .gform_body ul li {
	list-style-type:none!important;
	list-style-image:none!important;
	list-style:none!important;
	background-image:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important
}

/* Adds 20 px space above Gravity Forms Section Title -- not working here so put in gravityforms/css/forms.css where it was padding: 0 */

.gform_wrapper h2.gsection_title {
	margin: 0 !important;
	padding: 20px 0 0 0 !important;
	letter-spacing: normal !important
}

/* ---------------[ Gravity Forms Checkbox Issue in Chrome and Safari ]--------------- */

input[type="checkbox"] { -webkit-appearance: checkbox; }
input[type="radio"] { -webkit-appearance: radio; }
input[type="submit"], input[type="button"] { -webkit-appearance: button; }
select { -webkit-appearance:textfield; }

/* ---------------[ Gravity Forms Button Consistent with Theme Buttons  ]--------------- */

body .gform_wrapper .gform_footer input.button {
background: #8c8c8c;
border: 2px solid #8c8c8c;
color: #fff !important;
-webkit-box-shadow: inset 0 0 1px hsla(0,100%,100%,.4) /*Top*/, inset 0 0 1px hsla(0,100%,100%,.4) /*Shine*/;
-moz-box-shadow: inset 0 0 1px hsla(0,100%,100%,.4) /*Top*/, inset 0 0 1px hsla(0,100%,100%,.4) /*Shine*/;
box-shadow: inset 0 0 1px hsla(0,100%,100%,.4) /*Top*/, inset 0 0 1px hsla(0,100%,100%,.4) /*Shine*/;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 11px;
text-transform: uppercase;
font-family: 'Open Sans Condensed',arial,helvetica,sans-serif;
font-weight: bold;
padding: 5px 10px;
}

/* ---------------[ Gravity Forms Widget Padding ]--------------- */

.gform_wrapper form {
    text-align: left;
    margin-left: 10px;
}

/* ---------------[ Related Posts and Subscribe Display on Single Post Page ]--------------- */

#related {display:none;}


/* -- Size of Category Widget Title -- */

h3.widgettitle, .controls-container h2 {
    font-size: 14px;
}


h2.feature-title, h3.widgettitle, h2.feat-title, h1.archive-title {
    font-size: 14px;
}


h3.post-title {
 font-size: 20px;
 line-height: 2;
}

.cats-by-2 h3.post-title {
    font-size: 11pt;
}

.gallery-post h4 {
    font-size: 10pt;
}

/* ---------[ Header Ad Banner Adjustment ]--------- */

.head-banner468 { margin-top:50px; }

/* ---------[ Main body leading ]--------- */

body {
    line-height: 1.8em;
}

/* ---------[ GPP Shortcodes - typface ]--------- */

code {
    font: 1.2em 'Open Sans Condensed',arial,helvetica,sans-serif;
}


/* ---------[ No Border around images ]--------- */

.entry img { border:none; background:none; }