/*
Theme Name: JNews - Child Theme
Version: 1.0.0
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

.c-input {    width: 100%!important;    color: #b5b5b5;    border: 1px solid #eaeaea;    -webkit-transition: all 300ms ease-in-out;    -moz-transition: all 300ms ease-in-out;    transition: all 300ms ease-in-out;}
.c-input:focus{border-color:#666666!important;}
.wpcf7-form-control-wrap {    display: inline-block;    width: 100%;}
.tt-contact .c-input, .tt-contact .c-area {    margin-bottom: 19px;}
textarea.c-input {    height: 150px;}
.widget_mc4wp_form_widget.widget .mc4wp-form {    background: none;    padding: 0;    border: 0;}
.jeg_footer .col-md-3 .widget_categories>ul, .jeg_footer .vc_col-sm-3 .widget_categories>ul{        -webkit-columns: 1;    columns: 1;    -webkit-column-gap: 0;    column-gap: 0;}

