/*
Theme Name:     Karma Child Theme
Theme URI:      http://themeforest.net/item/karma-clean-and-modern-wordpress-theme/168737?ref=TrueThemes
Description:    Child theme for the Karma theme 
Author:         TrueThemes
Author URI:     http://themeforest.net/user/TrueThemes?ref=TrueThemes
Template:       Karma
Version:        0.1.0
*/

@import url("../Karma/style.css");


/* ------- Insert custom styles below this line ------- */


.textwidget input[type='text'], .textwidget textarea {
width: 95% !important;
}

input, textarea, select {
width: 95% !important;
vertical-align: middle;
font-size: 100%;
}

table{font-size:12px;}
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {padding-top: 0px !important;
}

/re-captcha resizing css by Ash Harrison/DeviBrigard/
#recaptcha_widget_div{
overflow:hidden;
margin:0 auto;
}
/change .recaptcha_theme_white to reflect your selected theme. this will determine the colour of your buttons/
#recaptcha_image img, #recaptcha_image , #recaptcha_widget_div, div#recaptcha_area, table#recaptcha_table.recaptchatable.recaptcha_theme_white, table#recaptcha_table.recaptchatable.recaptcha_theme_white tbody, table#recaptcha_table.recaptchatable.recaptcha_theme_white tr, td.recaptcha_r1_c1, td.recaptcha_r2_c1, td.recaptcha_image_cell, td.recaptcha_r2_c2, td.recaptcha_r3_c2{
width:192px !important;

/change this to your desired width. Percentage widths will not work, unfortunately. 204px is recommended, anything less than 192 will cut off the buttons/
background-color:transparent !important;
background-image:none !important;
}
td.recaptcha_r1_c1, td.recaptcha_r2_c2, td.recaptcha_r3_c1, td.recaptcha_r3_c3, td.recaptcha_r4_c2, td.recaptcha_r4_c4, td.recaptcha_r7_c1, td.recaptcha_r8_c1{
width: 0 !important;
height: 0 !important;
background-color:transparent !important;
background-image:none !important;
}
td.recaptcha_r4_c1{
background-color:transparent !important;
background-image:none !important;
}

/This fixes the search problem/

.searchsubmit {
margin: 0px 0px 0 0 !important;
}

/This fixes caption off center problem on blog images/
.wp-caption p.wp-caption-text {
padding: 0!important;
}