/*
Theme Name: HostWHMCS Child
Theme URI: http://themelooks.us/demo/hostwhmcs/wordpress
Author: themelooks
Description: This is a child theme for HostWHMCS
Version: 1.0
Author URI: http://themelooks.com/
Template: hostwhmcs
Text Domain: hostwhmcs-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

img.custom-logo {
    max-height: 60px;
    width:auto;
    transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.sticky img.custom-logo {
    padding:5px 0;
}

#feedback {
    background-color: #f1f1f1;
}